@import "global/helpers/swiper-bundle.min.css";
@import "global/helpers/aos.css";
body, p, div, ul, li, span, a, img, h1, h2, h3, h4, h5, h6, input, label {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

body {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Inter_300/Inter-Light.ttf") format("ttf"), url("../fonts/Inter_300/Inter-Light.eot") format("eot"), url("../fonts/Inter_300/Inter-Light.woff") format("woff"), url("../fonts/Inter_300/Inter-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Inter_400/Inter-Regular.ttf") format("ttf"), url("../fonts/Inter_400/Inter-Regular.eot") format("eot"), url("../fonts/Inter_400/Inter-Regular.woff") format("woff"), url("../fonts/Inter_400/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Inter_500/Inter-Medium.ttf") format("ttf"), url("../fonts/Inter_500/Inter-Medium.eot") format("eot"), url("../fonts/Inter_500/Inter-Medium.woff") format("woff"), url("../fonts/Inter_500/Inter-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Inter_600/Inter-SemiBold.ttf") format("ttf"), url("../fonts/Inter_600/Inter-SemiBold.eot") format("eot"), url("../fonts/Inter_600/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter_600/Inter-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Inter_700/Inter-Bold.ttf") format("ttf"), url("../fonts/Inter_700/Inter-Bold.eot") format("eot"), url("../fonts/Inter_700/Inter-Bold.woff") format("woff"), url("../fonts/Inter_700/Inter-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Inter_800/Inter-ExtraBold.ttf") format("ttf"), url("../fonts/Inter_800/Inter-ExtraBold.eot") format("eot"), url("../fonts/Inter_800/Inter-ExtraBold.woff") format("woff"), url("../fonts/Inter_800/Inter-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Inter_900/Inter-Black.ttf") format("ttf"), url("../fonts/Inter_900/Inter-Black.eot") format("eot"), url("../fonts/Inter_900/Inter-Black.woff") format("woff"), url("../fonts/Inter_900/Inter-Black.woff2") format("woff2");
}
html, body {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  min-height: 100vh;
  -webkit-text-size-adjust: none;
}

.body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.page__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.page__footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.container {
  max-width: 1760px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 30px;
}
@media screen and (max-width: 1200px) {
  .container {
    padding: 0px 40px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0px 16px;
  }
}

.inner-page {
  padding-bottom: 80px;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.text-align-center {
  text-align: center;
}

a {
  color: #006272;
}

.text-decoration-none {
  text-decoration: none;
}

section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section.bordered {
  border-radius: 32px;
}

.bordered-top {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.bordered-full {
  border-radius: 16px;
}

.cl-white {
  color: #FAFAFA !important;
}
.cl-orange {
  color: #FF661C !important;
}
.cl-link {
  color: #00D1F2 !important;
}
.cl-primary {
  color: #006272 !important;
}

.bg-white {
  background-color: #FAFAFA;
}
.bg-black {
  background-color: #051618;
}
.bg-light-gray {
  background-color: #E6E6E6;
}
.bg-orange {
  background-color: #FF661C;
}
.bg-img-footer, .bg-img-benefits, .bg-img-about-block, .bg-img-about-section {
  background-size: auto auto;
  background-repeat: no-repeat;
}
.bg-img-about-block, .bg-img-about-section {
  background-position: right top;
}
.bg-img-footer {
  background-position: left bottom;
  background-image: url("../img/stock/footer-bg-pol.png");
}
@media screen and (max-width: 767px) {
  .bg-img-footer {
    background-position: right bottom;
    background-image: url("../img/stock/footer-bg-mob-pol.png");
  }
}
.bg-img-benefits {
  background-position: right bottom;
  background-image: url("../img/stock/benefits-bg-pol.png");
}
@media screen and (max-width: 767px) {
  .bg-img-benefits {
    background-size: 100px 100px;
  }
}
.bg-img-about-block {
  background-image: url("../img/stock/block-bg-pol.png");
}
.bg-img-about-section {
  background-image: url("../img/stock/section-bg-pol.png");
}

.ml-auto {
  margin-left: auto;
}
.ml-8 {
  margin-left: 8px;
}
.ml-n18 {
  margin-left: -18px;
}

.mr-auto {
  margin-right: auto;
}
.mr-6 {
  margin-right: 6px;
}
.mr-8 {
  margin-right: 8px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-58 {
  margin-right: 58px;
}

.mb-0 {
  margin-bottom: 0px;
}
.mb-4 {
  margin-bottom: 4px !important;
}
.mb-7 {
  margin-bottom: 7px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-18 {
  margin-bottom: 18px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-21 {
  margin-bottom: 21px;
}
.mb-22 {
  margin-bottom: 22px;
}
.mb-23 {
  margin-bottom: 23px !important;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-26 {
  margin-bottom: 26px;
}
.mb-27 {
  margin-bottom: 27px !important;
}
.mb-28 {
  margin-bottom: 28px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-34 {
  margin-bottom: 34px;
}
.mb-38 {
  margin-bottom: 38px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-41 {
  margin-bottom: 41px;
}
.mb-44 {
  margin-bottom: 44px;
}
.mb-46 {
  margin-bottom: 46px;
}
.mb-57 {
  margin-bottom: 57px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-64 {
  margin-bottom: 64px;
}
.mb-84 {
  margin-bottom: 84px;
}

.mt-05 {
  margin-top: 5px;
}
.mt-07 {
  margin-top: 7px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-22 {
  margin-top: 22px;
}
.mt-23 {
  margin-top: 23px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-38 {
  margin-top: 38px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-44 {
  margin-top: 44px;
}
.mt-49 {
  margin-top: 49px;
}
.mt-54 {
  margin-top: 54px;
}
.mt-6 {
  margin-top: 60px;
}

.title-primary, .title-secondary {
  font-weight: 600;
  color: #051618;
}
.title-thirdy, .title-fourth {
  font-weight: 500;
}
.title-primary {
  font-size: 48px;
  line-height: 112%;
}
.title-secondary {
  font-size: 40px;
}
.title-thirdy {
  font-size: 24px;
  color: #051618;
}
.title-fourth {
  font-size: 20px;
  text-transform: uppercase;
  color: #BEB7AF;
}

@media screen and (max-width: 1200px) {
  .title-primary {
    font-size: 40px;
  }
  .title-fourth {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .title-primary, .title-secondary {
    font-size: 24px;
  }
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}

.position-relative {
  position: relative;
}

ul.dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.dots li:not(:last-of-type) {
  margin-bottom: 8px;
}
ul.dots li::before {
  content: " ";
  width: 5px;
  height: 5px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid black;
  margin-right: 8px;
}

.btn-primary, .btn-text {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 20px;
  border-radius: 8px;
  border: none;
  outline: none;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  font-weight: 500;
  font-size: 20px;
}
.btn-primary svg, .btn-text svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.btn-primary {
  color: #FAFAFA;
  background-color: #006272;
}
.btn-primary:hover {
  background-color: #00798C;
}
.btn-text {
  color: #FAFAFA;
  background-color: transparent;
}
.btn-text:hover {
  background-color: rgba(250, 250, 250, 0.1607843137);
}
.btn-text.with-icon:hover {
  background-color: transparent;
  opacity: 0.6;
}

.header {
  position: relative;
}
.header a {
  text-decoration: none;
}
.header-container {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
  z-index: 100;
}
.header-logo {
  width: 192px;
  height: 48px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header-logo:hover {
  opacity: 0.8;
}
.header-menu__container.desktop .menu__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
}
.header-menu__container.mobile {
  position: fixed;
  top: 104px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #051618;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 99;
}
.header-menu__container.mobile.open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.header-menu__container.mobile .container {
  padding: 32px 0;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: menuContentFadeIn 0.6s ease 0.2s forwards;
          animation: menuContentFadeIn 0.6s ease 0.2s forwards;
}
.header-menu__container.mobile .menu__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 20px;
}
.header-menu__container.mobile .menu__list-item {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-animation: menuItemFadeIn 0.4s ease forwards;
          animation: menuItemFadeIn 0.4s ease forwards;
}
.header-menu__container.mobile .menu__list-item:not(:last-of-type) {
  margin-bottom: 40px;
}
.header-menu__container.mobile .menu__list-item:nth-child(1) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.header-menu__container.mobile .menu__list-item:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.header-menu__container.mobile .menu__list-item:nth-child(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.header-menu__container.mobile .menu__list-item:nth-child(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.header-menu__container.mobile .menu__list-item:nth-child(5) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.header-menu__container.mobile .menu__list-item:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.header-menu__container.mobile .menu__list-item:nth-child(7) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.header-menu__container.mobile .menu__list-item:nth-child(8) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.header-menu__container.mobile .menu__list-item:nth-child(9) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.header-menu__container.mobile .menu__list-item:nth-child(10) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.header-menu__container.mobile .menu__list-item a,
.header-menu__container.mobile .menu__list-item p {
  position: relative;
  display: block;
  padding: 8px 0;
  color: #FAFAFA;
  font-size: 1.25rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-menu__container.mobile .menu__list-item a::after,
.header-menu__container.mobile .menu__list-item p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #006272;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.header-menu__container.mobile .menu__list-item a:hover,
.header-menu__container.mobile .menu__list-item p:hover {
  color: #006272;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.header-menu__container.mobile .menu__list-item a:hover::after,
.header-menu__container.mobile .menu__list-item p:hover::after {
  width: 40px;
}
.header-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 15px;
}
.header-btns .btn-text.with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #051618;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header-btns .btn-text.with-icon:hover {
  color: #006272;
}

.burger {
  position: relative;
  display: none;
  -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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 30px;
  height: 21px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 101;
}
.burger span {
  display: block;
  width: 30px;
  height: 2px;
  background: #006272;
  border-radius: 2px;
  -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.burger.open span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  margin: 0;
}
.burger.open span.top {
  top: 10px;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.burger.open span.mid {
  opacity: 0;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}
.burger.open span.bot {
  top: 10px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
      -ms-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
.burger.closing span.top {
  -webkit-animation: burgerTopClose 0.4s ease;
          animation: burgerTopClose 0.4s ease;
}
.burger.closing span.mid {
  -webkit-animation: burgerMidClose 0.4s ease;
          animation: burgerMidClose 0.4s ease;
}
.burger.closing span.bot {
  -webkit-animation: burgerBotClose 0.4s ease;
          animation: burgerBotClose 0.4s ease;
}

@-webkit-keyframes menuContentFadeIn {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes menuContentFadeIn {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes menuItemFadeIn {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes menuItemFadeIn {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes burgerTopClose {
  0% {
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
    top: 10px;
  }
  50% {
    top: 0;
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
  100% {
    width: 30px;
  }
}
@keyframes burgerTopClose {
  0% {
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
    top: 10px;
  }
  50% {
    top: 0;
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
  100% {
    width: 30px;
  }
}
@-webkit-keyframes burgerMidClose {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes burgerMidClose {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes burgerBotClose {
  0% {
    -webkit-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
    top: 10px;
  }
  50% {
    top: 20px;
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
  100% {
    width: 30px;
  }
}
@keyframes burgerBotClose {
  0% {
    -webkit-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
    top: 10px;
  }
  50% {
    top: 20px;
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
  }
  100% {
    width: 30px;
  }
}
@-webkit-keyframes menuSlideOut {
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes menuSlideOut {
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 1290px) {
  .burger,
  .header-menu__container.mobile {
    display: none;
  }
}
@media (max-width: 1290px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-menu__container.mobile {
    display: block;
  }
  .header-menu__container.desktop {
    display: none;
  }
  .header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-grid-columns: none;
    grid-template-columns: none;
    gap: 0;
  }
}
@media (max-width: 992px) {
  .header-btns .btn-text.with-icon svg {
    margin: 0;
  }
  .header-btns .btn-primary {
    padding: 10px 16px;
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) {
  .header-menu__container .header-btns {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-logo {
    width: 114px;
    height: 24px;
  }
  .header-container {
    padding: 22px 0;
  }
  .header-container .header-btns {
    display: none;
  }
  .header-menu__container.mobile {
    top: 68px;
  }
  .header-menu__container.mobile .header-btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-menu__container.mobile .header-btns .btn-text.with-icon {
    color: #FAFAFA;
  }
}
.footer {
  padding: 90px 0;
}
.footer p,
.footer a {
  color: #051618;
  text-decoration: none;
}
.footer a {
  padding: 0px;
}
.footer-logo {
  width: 119px;
  height: 29px;
}
.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-row:not(:last-of-type) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 140px;
}
.footer-column {
  width: 100%;
  max-width: 460px;
}
.footer-column p,
.footer-column a {
  display: block;
  margin-bottom: 16px;
}
.footer-column.initial-width {
  width: initial;
  max-width: unset;
}
.footer-column .menu-mob .menu__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-menu__container a {
  margin-bottom: 0;
}
.footer .vkmob {
  display: none !important;
  padding: 0;
}
.footer .vkmob svg {
  margin-left: 0;
}
.footer .vkdesk svg {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 0px;
}
.footer .links a {
  margin-bottom: 46px;
}

@media (max-width: 1200px) {
  .footer .vkdesk {
    display: none !important;
  }
  .footer .vkmob {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .footer-column .menu-mob {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 40px 0;
  }
  .footer br {
    display: none;
  }
  .footer-column {
    width: 100%;
    max-width: initial;
  }
  .footer-column .btn-text {
    padding: 0;
  }
  .footer-column.links {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .footer-column.links a {
    margin-bottom: 28px;
  }
  .footer-menu__container .menu__list {
    display: none;
  }
  .footer-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-row:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
.breadcrumb {
  margin-top: 54px;
  margin-bottom: 32px;
}
.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}
.breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 150%;
  color: #495057;
}
.breadcrumb-link {
  text-decoration: none;
  color: #006272;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 44px;
  list-style: none;
}
.menu__list a, .menu__list p {
  color: #051618;
  font-weight: 500;
  font-size: 20px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.menu__list a:hover, .menu__list p:hover {
  opacity: 0.7;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .section-catalog .download-link {
    height: 101px;
  }
  .header__col3 {
    min-width: 312px;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 1200px), screen and (-ms-high-contrast: none) and (max-width: 1200px) {
  .header__col3 {
    min-width: auto;
    max-width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */
