

img, picture, video, canvas, svg {
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

input {
  outline: none;
  box-shadow: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.2s;
}

ul, ol {
  list-style: none;
}



.container2 {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.wrapper {
  min-width: 360px;
}

svg, img {
  transition: 0.2s;
  max-width: 100%;
}

._fixed {
  overflow: hidden;
}

@media (max-width: 1439px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 34px;
  }
}
.btn {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 94px;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 10%;
  text-align: center;
  text-transform: uppercase;
  border-radius: 20px;
  color: #fff;
  transition: 0.3s;
}

.btn.btn-green {
  box-shadow: 0px 3px 0px 0px #4F8958;
  background: linear-gradient(90deg, #87BEA0 2.17%, #4B8B51 100%);
}
.btn.btn-green:hover {
  box-shadow: 0px 5px 0px 1px #4F8958;
}

.btn.btn-blue {
  background: linear-gradient(90deg, #75B7CA 0%, #61A3B5 100%);
  box-shadow: 0px 3px 0px 0px #5893A4;
}
.btn.btn-blue:hover {
  box-shadow: 0px 5px 0px 1px #5893A4;
}

.white-text {
  color: #fff !important;
}

.bold-text {
  font-weight: 700;
}

.blue-text {
  color: #68AABD;
}

.green-text {
  color: #6aa67a;
}

@media (max-width: 767px) {
  .section__title {
    font-size: 26px;
  }
  .btn {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .section__title {
    font-size: 20px;
  }
}
.header {
  display: flex;
  padding-top: 35px;
  justify-content: space-between;
  align-items: center;
}

.header__phone {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: right;
  text-transform: uppercase;
}

.header__menu {
  display: flex;
  gap: 54px;
}

.header__menu li {
  font-family: "Inter";
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 7%;
  text-transform: uppercase;
  color: rgba(90, 90, 90, 0.6980392157);
}
.header__menu li:hover {
  color: #2c2c2c;
}

.header__contacts a {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #5A5A5A;
}

.header__contacts a:hover {
  color: #2c2c2c;
}

.burger {
  width: 70px;
  height: 70px;
  border-radius: 15px;
  border: 1px solid #68AABD;
  background: rgb(255, 255, 255);
  position: relative;
  z-index: 20;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  overflow: hidden;
}
.burger span {
  width: 100%;
  height: 5px;
  width: 100%;
  display: block;
  background: #68AABD;
  flex-shrink: 0;
  transform-origin: center center;
}

.header__mobmenu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: none;
}

.header__mobmenu {
  position: relative;
  z-index: 100;
}

.header__mobmenu.active .burger span:nth-child(2) {
  display: none;
}
.header__mobmenu.active .burger span:first-child {
  position: absolute;
  top: 50%;
  transform: translate(-20%, -50%) rotate(-45deg);
}
.header__mobmenu.active .burger span:last-child {
  position: absolute;
  top: 50%;
  transform: translate(-20%, -50%) rotate(45deg);
}

.mob__menu-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #5A5A5A;
}
.mob__menu-phone:hover {
  color: #2c2c2c;
}

.mob__menu {
  padding: 30px;
  background: rgb(255, 255, 255);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  color: #2c2c2c;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  height: 0;
  box-shadow: 0px 6px 8px 0px rgba(34, 60, 80, 0.2);
  overflow: hidden;
  position: absolute;
  top: 0;
}
.mob__menu ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mob__menu ul li {
  text-transform: uppercase;
  line-height: 120%;
  font-size: 30px;
}
.mob__menu .mob__menu-phone .header__phone {
  font-size: 26px;
}

.header__mobmenu.active .mob__menu {
  opacity: 1;
  visibility: visible;
  height: 350px;
}

.header__mobmenu.active {
  background: rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {
  .header__menu {
    gap: 30px;
  }
}
@media (max-width: 585px) {
  .header__inner {
    display: none;
  }
  .header__mobmenu {
    display: block;
  }
  .header__mobmenu-top {
    display: flex;
  }
}
.bg__tourquise {
  background: linear-gradient(94.17deg, #1C5D67 0%, #0E3943 100%);
  background-image: url("https://alti-group.ru/local/templates/aspro_mshop_alti/images/blog//blog_top/main_bg.png");
  background-size: cover;
}

.blog-top {
  padding: 48px 0;
}

.blog__header {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  line-height: 106%;
  letter-spacing: 0%;
  padding-bottom: 24px;
}

.blog-top__inner {
  display: flex;
  gap: 12px;
}

.blog-top__articles {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 680px;
  width: 100%;
  flex-shrink: 0;
}

.blog-top__articles.mobile {
  display: none;
}

.blog__top-slider {
  margin: 0 auto !important;
}

.blog-top__article {
  display: flex;
  gap: 12px;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(242, 242, 242, 0.08);
  padding: 8px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  height: 100%;
}

.blog-top__img {
  max-width: 149px;
  width: 100%;
  height: 138px;
  border-radius: 16px;
  overflow: hidden;
}
.blog-top__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-top__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  height: 130px;
}

.blog-top__top {
  max-height: 100px;
  overflow: hidden;
}

.blog-top__title {
  font-weight: 900;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  padding-bottom: 12px;
  transition: .3s;
  display: block;
}

.blog-top__title:hover {
  color: #fff;
  text-decoration: underline;
}

.blog-top__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  padding-bottom: 12px;
  color: rgb(240, 240, 240);
}

.blog-top__meta {
  display: flex;
  gap: 6px;
}

.blog-top__meta-item {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(43, 44, 40, 0.06);
  border-radius: 40px;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
}
.blog-top__meta-item svg {
  flex-shrink: 0;
}

.blog-top__tag {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  padding-top: 8px;
  color: rgb(240, 240, 240);
}

.blog-top__tag.mob {
  display: none;
}

.blog-top__subscribe {
  background: #fff;
  padding: 24px;
  border-radius: 32px;
}

.subscribe .subscribe__top {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
.subscribe .subscribe__image {
  width: 55px;
}
.subscribe .subscribe__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(43, 44, 40);
}
.subscribe input[type=text],
.subscribe input[type=email] {
  background: rgb(242, 242, 242);
  border: 1px solid rgb(228, 228, 228);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(63, 63, 63);
  width: 100%;
  height: 51px;
  border-radius: 8px;
  padding: 0 12px;
  margin-bottom: 8px;
}
.subscribe input[type=submit] {
  height: 51px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  background: rgb(10, 73, 82);
  width: 100%;
  border: none;
  cursor: pointer;
  transition: 0.2s;
}
.subscribe input[type=submit]:hover {
  opacity: 0.9;
}
.subscribe .checkbox__policy {
  color: rgb(63, 63, 63);
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}
.subscribe .checkbox__policy a {
  font-weight: 600;
  color: #0a4952;
}

.custom-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  gap: 8px;
  padding: 12px 0 9px;
}

.custom-checkbox__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-checkbox__label {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}

.custom-checkbox__checkmark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 2px solid #D2D3DC;
  border-radius: 5px;
  background: white;
  transition: all 0.2s ease;
  position: relative;
}

.custom-checkbox__icon {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.2s ease;
}

/* Состояние checked */
.custom-checkbox__input:checked + .custom-checkbox__checkmark {
  border-color: #12A378;
  background-color: #FFFFFF;
}

.custom-checkbox__input:checked + .custom-checkbox__checkmark .custom-checkbox__icon {
  opacity: 1;
  transform: scale(1);
  color: #12A378;
}

.custom-checkbox:hover .custom-checkbox__checkmark {
  border-color: #12A378;
}

/* Отключенное состояние */
.custom-checkbox__input:disabled + .custom-checkbox__checkmark {
  border-color: #b11d1d;
  background-color: #da0d0d;
  cursor: not-allowed;
}

@media (max-width: 1024px) {
  .subscribe .subscribe__title {
    font-size: 18px;
  }
  .blog-top__articles {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 680px;
    width: 100%;
    flex-shrink: 0.5;
  }
  .blog-top__info {
    height: auto;
  }
  .blog-top__img {
    height: auto;
  }
  .blog-top {
    padding-bottom: 8px;
    padding-top: 8px;
  }
}
@media (max-width: 768px) {
  .outer__wrapper {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    border-radius: 15px;
  }
  .blog-top-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .subscribe {
    display: none;
  }
  .blog__header {
    font-size: 24px;
  }
  .blog-top__img {
    width: 100%;
    max-width: 100%;
    max-height: 136px;
    margin-bottom: 12px;
  }
  .blog-top__title {
    font-size: 13px;
  }
  .blog-top__text {
    font-size: 10px;
  }
  .blog-top__meta-item {
    font-size: 9px;
  }
  .blog-top__articles.desktop {
    display: none;
  }
  .blog-top__articles.mobile {
    display: block;
  }
  .blog-top__articles.mobile .blog__top-slider {
    padding-bottom: 32px;
  }
  .blog-top__articles.mobile .swiper-pagination {
    bottom: 0px;
  }
  .blog-top__articles.mobile .swiper-pagination .swiper-pagination-bullet {
    background: rgb(190, 190, 190);
    opacity: 1;
    transition: 0.3s;
    border-radius: 4px;
  }
  .blog-top__articles.mobile .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
    width: 36px;
  }
  .blog-top__tag {
    display: none;
  }
  .blog-top__tag.mob {
    display: block;
    padding-bottom: 8px;
  }
}
.blog__themes {
  background: rgb(240, 240, 240);
  border-radius: 32px;
  width: 100%;
  padding: 32px;
  margin-top: 64px;
  margin-bottom: 32px;
}
.blog__themes h4 {
  font-weight: 700;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  padding-bottom: 16px;
  color: rgb(43, 44, 40);
}
.blog__themes .blog__themes-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.blog__themes .blog__themes-list a,
.blog__themes .blog__themes-list span {
  background: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 0 12px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(43, 44, 40, 0.56);
  cursor: pointer;
  transition: 0.2s;
}
.blog__themes .blog__themes-list span:hover,
.blog__themes .blog__themes-list a:hover {
  color: #fff;
  background: rgb(10, 73, 82);
}
.blog__themes .blog__themes-list span.active,
.blog__themes .blog__themes-list a.active {
  background: rgb(10, 73, 82);
  color: #fff;
}

@media (max-width: 768px) {
  .blog__themes {
    padding: 8px;
    border-radius: 15px;
    margin-top: 22px;
  }
  .blog__themes .blog__themes-list {
    justify-content: flex-start;
  }
  .blog__themes .blog__themes-list span {
    font-size: 10px;
    padding: 0 8px;
    height: 28px;
  }
}
.section__wrapper {
  padding-bottom: 24px;
}
.section__wrapper h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 106%;
  letter-spacing: 0%;
  color: rgb(43, 44, 40);
}

.blog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 24px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgb(240, 240, 240);
}

.blog__item {
  background: #f0f0f0;
  border-radius: 32px;
  padding: 8px 8px 24px;
  height: 100%;
}

.blog__item:nth-child(5n) {
  /*grid-column: span 2;*/
}
.blog__item:nth-child(4n) .blog__info {
  padding: 0 16px;
}

.blog__img {
  max-width: 100%;
  width: 100%;
  height: 248px;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 16px;
}
.blog__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  height: 150px;
  padding: 0 8px;
}

.blog__top {
  max-height: 100px;
  overflow: hidden;
}

.blog__title {
  font-weight: 900;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  padding-bottom: 8px;
  color: rgb(43, 44, 40);
  display: block;
}

.blog__title:hover {
  text-decoration: underline;
}

.blog__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  padding-bottom: 12px;
  color: rgb(43, 44, 40);
}

.blog__meta {
  display: flex;
  gap: 6px;
}

.blog__meta-item {
  background: rgb(255, 255, 255);
  border-radius: 40px;
  display: flex;
  flex-shrink: 0;
  gap: 4px;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(154, 154, 152);
}
.blog__meta-item span {
  color: rgb(43, 44, 40);
}

.blog__tag {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  padding-top: 8px;
  color: rgb(154, 154, 152);
}
.blog__tag.mob {
  font-size: 10px;
  padding-bottom: 4px;
  display: none;
}

@media (max-width: 1024px) {
  .blog__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog__item:nth-child(4n) {
    grid-column: inherit;
  }
  .blog__item:nth-child(5n) {
    grid-column: unset;
  }
  .blog__item:nth-child(4n) .blog__info {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .section__wrapper {
    padding-bottom: 15px;
  }
  .section__wrapper h1 {
    font-size: 24px;
  }
  .blog__list {
    grid-row-gap: 10px;
  }
  .blog__item {
    padding: 8px;
    border-radius: 15px;
  }
  .blog__meta-item {
    font-size: 10px;
  }
  .blog__title {
    font-size: 13px;
  }
  .blog__text {
    padding-bottom: 8px;
  }
  .blog__info {
    height: auto;
    min-height: 110px;
  }
  .blog__tag {
    display: none;
  }
  .blog__tag.mob {
    display: block;
  }
  .blog__list {
    display: flex;
    flex-direction: column;
  }
  .blog__item:nth-child(4n) {
    grid-column: inherit;
  }
  .blog__item:nth-child(4n) .blog__info {
    padding: 0 16px;
  }
  .blog__img {
    height: 136px;
    border-radius: 8px;
  }
  .blog__top {
    max-height: none;
    overflow: hidden;
  }
}
.blog__pag {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
}

.pag__pages {
  display: flex;
  gap: 12px;
}

.pag__page {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(43, 44, 40, 0.56);
  cursor: pointer;
  font-size: 18px;
}
.pag__page:hover {
  color: rgb(43, 44, 40);
  background: #fff;
  color: rgb(10, 73, 82);
  border: 1.5px solid rgb(10, 73, 82);
}
.pag__page.cur {
  background: rgb(10, 73, 82);
  color: #fff;
  border: 1.5px solid transparent;
}

.pag__arrs {
  display: flex;
  gap: 12px;
}

.pag__arr {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  border: 1.5px solid rgb(10, 73, 82);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(10, 73, 82);
  color: #fff;
  cursor: pointer;
}
.pag__arr:hover {
  background: #fff;
  color: rgb(10, 73, 82);
}
.pag__arr.arr-r svg {
  transform: rotate(180deg);
}
.pag__arr.disabled {
  background: #ffffff;
  color: rgb(10, 73, 82);
}

@media (max-width: 768px) {
  .pag__pages {
    gap: 4px;
  }
  .pag__page {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }
  .pag__arr {
    width: 30px;
    height: 30px;
  }
  .pag__arr svg {
    width: 10px;
  }
  .pag__arrs {
    gap: 8px;
  }
}
.bd__top {
  padding: 32px;
  position: relative;
  border-radius: 48px;
  overflow: hidden;
  min-height: 468px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 48px;
}

.bd__main-img {
  width: 100%;
}
.bd__main-img::after {
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}

.bd__main-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bd__main-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 1) 100%);
}

.bd__top-info {
  position: relative;
  z-index: 5;
}

.bd__header {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 16px;
}

.bd__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
  padding-bottom: 16px;
  max-width: 800px;
}

.bd__bottom .blog__meta-item {
  background: rgba(255, 255, 255, 0.12);
  color: rgb(255, 255, 255);
}
.bd__bottom .blog__meta-item span {
  color: #fff;
}

.bd__main {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.bd__main .bd__nav {
  padding: 16px;
  border-radius: 24px;
  background: rgb(240, 240, 240);
  min-width: 284px;
  position: sticky;
  top: 100px;
}
.bd__main .bd__nav .bd__nav-title {
  font-weight: 900;
  font-style: Black;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(43, 44, 40);
  padding-bottom: 20px;
}
.bd__main .bd__nav ul li {
  padding: 14px 0;
  cursor: pointer;
}
.bd__main .bd__nav ul li:not(:last-child) {
  border-bottom: 1px solid rgb(229, 229, 229);
}
.bd__main .bd__nav ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(63, 63, 63);
  display: block;
  transition: padding 0.3s;
}
.bd__main .bd__nav ul li a:hover {
  color: rgb(43, 44, 40);
  border-left: 2px solid rgb(10, 73, 82);
  color: rgb(10, 73, 82);
  padding-left: 8px;
}
.bd__main .bd__nav ul li.cur a {
  border-left: 2px solid rgb(10, 73, 82);
  color: rgb(10, 73, 82);
  padding-left: 8px;
}
.bd__main .bd__content {
  margin-bottom: 40px;
  position: relative;
  max-width: 100%;
}

.bd__main .bd__content h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(43, 44, 40);
  margin-bottom: 8px;
  padding-top: 15px;
  text-align: left;
}

.bd__main .bd__content h3.bd__col-title {
  padding-bottom: 8px !important;
}
.bd__main .bd__content .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: rgb(63, 63, 63);
  margin: 20px 0px;
}
.bd__main .bd__content .inner__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  color: rgb(63, 63, 63);
}
.bd__main .bd__content .accent {
  margin: 16px 0;
  padding: 24px;
  background: rgb(240, 240, 240);
  border-width: 0px 3px 0px 3px;
  border-style: solid;
  border-color: rgb(10, 73, 82);
  border-radius: 24px;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  color: rgb(63, 63, 63);
}
.bd__main .bd__content .bd__img {
  width: 100%;
  height: 374px;
  overflow: hidden;
  margin: 40px 0 20px 0;
  border-radius: 24px;
  overflow: hidden;
}
.bd__main .bd__content .bd__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bd__main .bd__content ol, .bd__main .bd__content ul {
  padding-left: 18px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.bd__main .bd__content ol li, .bd__main .bd__content ul li {
  padding-left: 8px;
}
.bd__main .bd__content ol li::marker, .bd__main .bd__content ul li::marker {
  font-weight: 900;
  font-size: 18px;
}
.bd__main .bd__content ol li:not(:last-child), .bd__main .bd__content ul li:not(:last-child) {
  padding-bottom: 16px;
}
.bd__main .bd__content ol {
  list-style-type: decimal;
}
.bd__main .bd__content ul {
  list-style-type: disc;
}
.bd__main .bd__content ul li::marker {
  color: rgb(10, 73, 82);
}
.bd__main .bd__content .bd__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 20px 0;
}
.bd__main .bd__content .bd__col {
  background: rgb(240, 240, 240);
  padding: 16px;
  border-radius: 24px;
}
.bd__main .bd__content .bd__col-title {
  color: rgb(43, 44, 40);
  background: #fff;
  border-radius: 12px;
  margin-bottom: 12px;
  padding: 12px 16px;
  font-weight: 900;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  border-left: 1px solid rgb(10, 73, 82);
  margin-bottom: 12px;
}
.bd__main .bd__content .bd__col-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
}
.bd__main .bd__content .bd__banner {
  width: 100%;
  padding: 20px 0 20px 0;
  display: block;
}
.bd__main .bd__content .bd__banner img {
  width: 100%;
  object-fit: contain;
  border-radius: 32px;
}
.bd__main .bd__content .bd__download {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-end;
  position: relative;
  min-height: 150px;
  background: linear-gradient(94.17deg, #1C5D67 0%, #084953 100%);
  border-radius: 32px;
  padding: 32px;
  overflow: hidden;
  z-index: 0;
  margin-top: 20px;
}
.bd__main .bd__content .bd__download img {
  position: absolute;
  width: 100%;
  object-fit: cover;
}
.bd__main .bd__content .bd__download .bd__download-info {
  max-width: 500px;
  z-index: 5;
}
.bd__main .bd__content .bd__download .bd__download-title {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  padding-bottom: 12px;
}
.bd__main .bd__content .bd__download .bd__download-text {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
.bd__main .bd__content .bd__download .bd__download-btn {
  width: 210px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(28, 93, 103);
  text-transform: uppercase;
  border-radius: 10px;
  z-index: 5;
  position: relative;
  cursor: pointer;
  border: #fff 3px solid;
  flex-shrink: 0;
}
.bd__main .bd__content .bd__download .bd__download-btn:hover {
  border: #fff 3px solid;
  background: transparent;
  color: #fff;
}
.bd__main .bd__content .bd__table {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 40px 0;
}
.bd__main .bd__content .bd__table .bd__tr {
  display: flex;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgb(240, 240, 240);
  border-radius: 16px;
}
.bd__main .bd__content .bd__table .bd__tr:nth-child(odd) {
  background: rgb(240, 240, 240);
}
.bd__main .bd__content .bd__table .bd__td-name {
  width: 160px;
  flex-shrink: 0;
  font-weight: 900;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(43, 44, 40);
}
.bd__main .bd__content .bd__table .bd__td-value {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(63, 63, 63);
}
.bd__main .bd__content .bd__links {
  padding: 24px;
  background: rgb(240, 240, 240);
  border-radius: 24px;
}
.bd__main .bd__content .bd__links .bd__links-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bd__main .bd__content .bd__links .bd__links-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  padding-bottom: 24px;
}
.bd__main .bd__content .bd__links .bd__link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
}
.bd__main .bd__content .bd__links .bd__link:hover {
  color: rgba(63, 63, 63, 0.8);
}
.bd__main .bd__content .bd__links .bd__link svg {
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .bd__main {
    flex-direction: column;
    gap: 15px;
  }
  .bd__main .bd__nav {
    width: 100%;
    position: relative;
    top: 0;
  }
}
@media (max-width: 768px) {
  .bd__main .bd__nav {
    padding: 15px;
    border-radius: 15px;
  }
  .bd__main .bd__nav .bd__nav-title {
    padding-bottom: 12px;
  }
  .bd__top {
    padding: 18px 15px;
    border-radius: 15px;
    min-height: 310px;
    margin-bottom: 30px;
  }
  .bd__top .bd__header {
    font-size: 24px;
    font-weight: 900;
    max-width: 100%;
  }
  .bd__top .bd__subtitle {
    font-size: 13px;
    text-align: justify;
  }
  .bd__main .bd__content h2 {
    font-size: 18px;
    padding-bottom: 5px;
    padding-top: 15px;
  }
  .bd__main .bd__content .text {
    font-size: 13px;
  }
  .bd__main .bd__content .inner__text {
    font-size: 13px;
  }
  .bd__main .bd__content .accent {
    font-size: 13px;
    border-radius: 15px;
  }
  .bd__main .bd__content .bd__img {
    border-radius: 15px;
    height: 238px;
  }
  .bd__main .bd__content .bd__links {
    padding: 8px 12px;
  }
  .bd__main .bd__content .bd__links .bd__link {
    font-size: 13px;
  }
  .bd__main .bd__content .bd__links .bd__links-title {
    font-size: 18px;
    padding-bottom: 18px;
  }
  .bd__main .bd__content .bd__row {
    grid-template-columns: repeat(1, 1fr);
  }
  .bd__main .bd__content .bd__download {
    flex-direction: column;
    align-items: center;
    padding: 8px 8px 14px;
    gap: 16px;
    border-radius: 15px;
  }
  .bd__main .bd__content .bd__download .bd__download-info {
    text-align: center;
  }
  .bd__main .bd__content .bd__download .bd__download-title {
    font-size: 18px;
  }
  .bd__main .bd__content .bd__download .bd__download-text {
    font-size: 13px;
    max-width: 80%;
    margin: 0 auto;
  }
  .bd__main .bd__content .bd__banner img {
    border-radius: 15px;
  }
  .bd__main .bd__content .bd__col-title {
    padding: 8px 16px;
  }
  .bd__main .bd__content .bd__col-text {
    font-size: 10px;
  }
  .bd__main .bd__content .bd__table .bd__td-name {
    font-size: 13px;
    width: 120px;
  }
  .bd__main .bd__content .bd__table .bd__td-value {
    font-size: 10px;
  }
}