/* Подключение шрифта MyFont с несколькими весами */
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url('../img/FinlandicaFont/HelveticaNeueCyr-Roman.otf') format('opentype');

  font-style: normal;
  font-weight:400;
}
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url('../img/FinlandicaFont/HelveticaNeueCyr-Light.otf') format('opentype');

  font-style: normal;
  font-weight:300;
}
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url('../img/FinlandicaFont/HelveticaNeueCyr-Medium.otf') format('opentype');

  font-style: normal;
  font-weight:500;
}
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url('../img/FinlandicaFont/HelveticaNeueCyr-Medium.otf') format('opentype');

  font-style: normal;
  font-weight:550;
}
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url('../img/FinlandicaFont/HelveticaNeueCyr-Bold.otf') format('opentype');

  font-style: normal;
  font-weight:700;
}



/* Использование шрифта MyFont с разными весами */
.custom-font-regular {
  font-family: 'MyFont', sans-serif;
  font-weight: normal; /* Используем обычный (Regular) вес */
}

.custom-font-bold {
  font-family: 'MyFont', sans-serif;
  font-weight: bold; /* Используем жирный (Bold) вес */
}




:root {
  --maxWidth: 1200px;
  --bgBackBlog: #1a1d22;
  --bgBackFooter: #1a1d22;
  --bgBody: #fbfbfb;
}



#whyUs ,#ContactSection ,#FAQ,#blog,#ourPartners,#ourServices ,#aboutCompany{
    padding-top: 25px !important;
    margin-top: -25px !important;
    -webkit-background-clip: content-box !important ;
    background-clip: content-box !important;
  }

.btnOpen{
  border: none;
  outline: none;
  background-color: transparent;
}

.menuBlockMobail{
  display: none;
}

.menuBlockMobail .offcanvas-header{
  background: #000 !important;
  padding: 30px 20px;
}

.menuBlockMobail .offcanvas-header img{
  width: 224px;
  height: 48px;
}

.menuBlockMobail .offcanvas-body{
  width: 100%;
  position: relative;
  left: 0px;
}

.bgbgbg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: #000;
  z-index: 999;
  left: 0px;
  top: 0px;
}

.mobailImgMenu img {
  position: absolute;
  top:40px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  object-fit: cover;
  height: 90%;
}

.menuBlockMobail .offcanvas-body ul{
  position: relative;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 30px ;
  list-style: none;
  margin-top: 25px !important;
}

.menuBlockMobail .offcanvas-body ul li a{
  color: #fcfff5;
  font-family: HelveticaNeueCyr;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  text-transform: uppercase;
  transition: all 300ms;
}


* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

ol,
ul,
dl {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

ol,
ul {
  padding-left: 0rem !important;
}

body {
  overflow-y: scroll !important;
  background: var(--bgBody);
  position: relative;
  font-family: "HelveticaNeueCyr", sans-serif;
}

/* .swiper-slide-next{
  position: absolute;
  margin-top: 500px;
  margin-left: -90px;
}

.swiper-slide-prev{
  position: absolute;
  margin-top: 500px;
  margin-left: 90px; 
}

.swiper-slide-active{
  margin-left: 0px;
} */


body::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
  height: 0px;
  margin-top: 15px;
}

body::-webkit-scrollbar-thumb {
  width: 0px;
  border-radius: 100px;
  background-color: transparent;
}

body::-webkit-scrollbar-track {
  width: 0px;
  -webkit-box-shadow: inset 0 0 0px transparent;
  border-radius: 0px;
  background-color: transparent;
}

.qwqw {
  position: relative !important;
}

.mainContainer {
  max-width: var(--maxWidth);
  margin: auto !important;
  padding: 15px;
}

header {
  background: rgba(0, 0, 0, 0.7);
  padding: 30px 0px !important;
  transition: all 300ms;
  z-index: 4;
  position: relative;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 10px !important;
  max-width: 1200px;
  margin: auto;
}

.logo img {
  width: 362px;
  height: 90px;
  transition: all 300ms;
}

.nav-links ul {
  display: flex;
  list-style: none;
}

.nav-links ul li {
  padding: 0 15px;
}

.nav-links ul li a {
  color: #fcfff5;
  font-family: HelveticaNeueCyr;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  text-transform: uppercase;
  transition: all 300ms;
}

.nav-icon {
  display: none;
  cursor: pointer;
}

.nav-links h6 a {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-family: "Raleway", sans-serif;
  /* 36px */
}

.mainContent {
  background: url("../img/mainImg.png");
  width: 100% !important;
  height: 830px;
  /* height: 100vh; */
  /* Center and scale the image nicely */
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative !important;
  border: none !important;
  background-color: transparent !important;
}

.mainContentBg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000b5;
  z-index: 2;
}

.activeHeader {
  position: fixed;
  top: 0px;
  z-index: 999;
  width: 100%;
  padding: 20px 0px !important;
  background: #000;
}

.activeHeader .logo img {
  width: 209px;
  height: 52px;
}
.act{
    cursor:pointer;
}

.activeHeader ul li .act {
  color: #b3d27b;
  cursor:pointer;
}

.activeHeader ul li a {
  color: #b3d27b;
}

.mainText {
  max-width: 750px;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: start;
  flex-direction: column;
  row-gap: 35px;
  margin-top: 125px;
}

.mainText h3 {
  color: #fff;
  font-family: HelveticaNeueCyr;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 62.5px */
  text-transform: uppercase;
}

.mainText h3 span {
  color: #84bb22;
  display:block;
}

.button {
  color: #fff;
  font-family: HelveticaNeueCyr;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 20px */
  text-transform: uppercase;
  border-radius: 12px;
  background: linear-gradient(180deg, #84bb22 0%, #198f49 122.55%);
  padding: 20px 40px;
  border: none;
  outline: none;
}

.blockHeader {
  position: relative;
  height: 170px;
}

.modalDiv {
  position: relative;
  z-index: 9;
}

.modal {
  --bs-modal-width: 700px !important;
}

.modal-header {
  border-bottom: none !important;
}

.modal-footer {
  border-top: none !important;
}

.blogWrapper .modal form {
  max-width: 350px;
  margin: auto;
}

.blogWrapper .modal .formText {
  max-width: 350px;
  margin: auto;
}

.blogWrapper .modal form input {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  color: #b3b3b3;
  font-family: HelveticaNeueCyr;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 17.6px */
  padding: 15px;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.719);
}


.blogWrapper .modal form .button {
  width: 100%;
  padding: 15px 20px;
  margin-top: 20px;
}


.btnClose {
  border: none;
  outline: none;
  background-color: transparent;
}

/* Стили для уведомления о успешной отправке */
.success-message {
  display: none;
  color: white;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.successMessageDiv {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 20px;
}

#myForm input {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  color: #b3b3b3;
  font-family: HelveticaNeueCyr;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 17.6px */
  padding: 16px;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.719);
}

#myForm button {
  width: 100%;
  padding: 15px 20px;
}

#myForm .row {
  --bs-gutter-x: 1.2rem;
  --bs-gutter-y: 1.2rem;
}

.formText {
  max-width: 438px;
  margin: auto;
}

.formText h5 {
  color: #000;
  font-family: HelveticaNeueCyr;
  font-size: 36px;
  font-style: normal;
  font-weight: 550;
  line-height: 120%;
  /* 43.2px */
  letter-spacing: 0.9px;
  text-transform: uppercase;
  text-align: center;
}

.formText p {
  color: #000;
  text-align: center;
  font-family: HelveticaNeueCyr;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 30px */
  text-align: center;
}

.successMessageDiv h5 {
  color: #000;
  font-family: HelveticaNeueCyr;
  font-size: 36px;
  font-style: normal;
  font-weight: 550;
  line-height: 120%;
  /* 43.2px */
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.successMessageDiv p {
  color: #000;
  text-align: center;
  font-family: HelveticaNeueCyr;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 30px */
}

.aboutCompany {
  margin-top: 100px;
}

.bigTextAll {
  color: #0f0f0f;

  /* H1 */
  font-family: HelveticaNeueCyr;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 50px */
  text-transform: uppercase;
}

.aboutCompanyInfo p {
  color: #222;
  font-family: HelveticaNeueCyr;
  font-size: 18px;
  font-style: normal;
  /*font-weight: 300;*/
  line-height: 160%;
  /* 28.8px */
}

.aboutCompanyInfo p span {
  font-weight: bold;
}

.aboutCompanyInfo div {
  max-width: 687px;
  margin-top: 50px;
}

.aboutCompanyImg img {
  width: 100%;
  height: 550px;
  border-radius: 12px;
  object-fit: cover;
}

.whyUs {
  margin-top: 120px;
}

.whyUsWrapper {
  margin-top: 50px;
}

.whyUsWrapperCard {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(75, 75, 75, 0.18);
  padding: 20px !important;
  text-align: center;
}

.whyUsWrapperCard img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.whyUsWrapperCard svg {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.whyUsWrapperCard p {
  color: #021807;
  text-align: center;
  font-family: HelveticaNeueCyr;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 22.5px */
  text-transform: uppercase;
  margin-top: 30px;
}

.whyUsWrapper .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

.whyUsWrapper h6 {
  margin-top: 60px;
  color: #1b1b1b;
  text-align: center;
  font-family: HelveticaNeueCyr;
  font-size: 26px;
  font-style: normal;
  font-weight: 550;
  line-height: 150%;
  /* 39px */
  text-transform: uppercase;
}

.whyUsWrapper h6 span {
  color: #3b9d3d;
}

.ourServices {
  margin-top: 120px;
}

.ourServicesWrapper {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.ourServicesWrapperCard {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(61, 61, 61, 0.18);
}

.ourServicesWrapperCard img {
  border-radius: 10px 0px 0px 10px;
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.ourServicesWrapperCardInfo {
  padding: 40px;
}

.ourServicesWrapperCardInfo h6 {
  color: #000;
  font-family: HelveticaNeueCyr;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 25px */
  text-transform: uppercase;
}

.ourServicesWrapperCardInfo p {
  color: #2c2c2c;
  font-family: HelveticaNeueCyr;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 22.5px */
  margin-top: 30px;
  height: 100px;
}

.ourServicesWrapperCardInfo .button {
  width: 100%;
  padding: 15px 0px;
  margin-top: 20px;
}

.ourServicesWrapperCard .row {
  --bs-gutter-x: 0rem;
  --bs-gutter-y: 0rem;
}

.LetsWork {
  /* border-radius: 10px; */
  background: linear-gradient(90deg, rgba(132, 187, 34, 0.68) 0%, #3a9c3d 100%);
  width: 100% !important;
  height: 450px;
  position: relative !important;
  margin-top: 120px;
}

.LetsWorkDiv {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 100px;
}

.LetsWorkDiv h6 {
  color: #fff;
  font-family: HelveticaNeueCyr;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 125%;
  /* 50px */
  text-transform: uppercase;
}

.LetsWorkDiv p {
  color: #fbfbfb;
  font-family: HelveticaNeueCyr;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 161%;
  /* 41.86px */
}

.LetsWorkDiv2 {
  max-width: 525px;
  display: flex;
  flex-direction: column;

  gap: 20px;
}

.LetsWorkDiv2 form input {
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #f9f9f9;
  outline: none;
  background-color: transparent;
  color: #e9e9e9;
  font-family: HelveticaNeueCyr;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 20px */
  text-transform: uppercase;
}

.LetsWorkDiv2 form input::placeholder {
  color: #e9e9e9;
  font-family: HelveticaNeueCyr;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 20px */
  text-transform: uppercase;
}

.LetsWorkDiv2 form button {
  border-radius: 12px;
  background: #000;
  width: 100%;
  color: #fff;
  padding: 16px 0px;
  font-family: HelveticaNeueCyr;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 20px */
  text-transform: uppercase;
  border: none;
  outline: none;
}

.LetsWorkImg {
  width: 430px;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.ourPartners {
  margin-top: 120px;
  position: relative;
  overflow: hidden !important;
  width: 100%;
}

.rftgyhwsev {
  max-width: var(--maxWidth);
  margin: auto !important;
  position: relative;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible !important;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-slide {
  transition: all 200ms;
  transform: scale(1);
  padding: 5px;
}

.swiper-slide-active {
  width: 100% !important;

}

.ourPartnersCarusel .mainContainer {
  width: 50%;
  padding: 0px !important;
}

.ourPartnersCarusel {
  overflow: hidden !important;
  width: 100%;
  height: 100%;
  margin-top: 40px;
}

.ourPartnersCarusel .swiper-slide .carouselCard {
  width: 100%;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(107, 107, 107, 0.28);
  padding: 40px !important;
  
}


.ourPartnersCarusel .swiper-slide-active .carouselCard {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 20px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 33px) !important;
  top: var(--swiper-pagination-top, auto) !important;
  left: 215px !important;
  width: 100%;
}

.swiper-pagination-current {
  color: #198f49 !important;
}

.swiper-pagination-fraction {
  color: #C3C4C5 !important;
  font-family: HelveticaNeueCyr;
  font-size: 16px;
  font-style: normal;
  font-weight: 550;
  line-height: 155%;
  text-decoration-line: underline;
}

.swiper-wrapper {
  display: flex;
  align-items: center;
}

.rftgyhwsev .bigTextAll {
  margin-left: 15px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 40px) !important;
  left: auto;
  margin-top: 20px !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 40px) !important;
  right: auto;
  margin-top: 20px !important;
}

.caruselImg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide-prev .caruselImg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.swiper-slide-next .caruselImg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
}

.caruselImg img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.swiper-slide-active .caruselImg img {
  width: 332px;
  height: 141px;
  object-fit: contain;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "" !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "" !important;
}

.swiper-button-next svg {
  width: 50px !important;
  height: 50px !important;
}

.swiper-button-prev svg {
  width: 50px !important;
  height: 50px !important;
}

.carouselInfo {
  display: none;

}

.swiper-slide-active .carouselInfo {
  display: block;
}

.carouselInfo p {
  color: #2C2C2C;
  font-family: HelveticaNeueCyr;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 27px */
  margin-top: 50px;
}

.swiper-slide-active .carouselInfo p {
  display: block;
}


/*  */

.blog {
  margin-top: 120px;
}

.blogWrapper {
  margin-top: 40px;
}

.blogWrapperCard {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #597E15;
  background: #FFF;
  padding: 30px;
}

.blogWrapperCard h6 {
  color: #0F0F0F;
  font-family: HelveticaNeueCyr;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 22.5px */
  text-transform: uppercase;
}

.blogWrapperCard p {
  color: #2C2C2C;
  font-family: HelveticaNeueCyr;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 27px */
  margin-top: 20px;
}

.blogWrapperCard button {
  color: #496810;
  font-family: HelveticaNeueCyr;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  padding: 6px 16px;
  outline: none;
  border: none;
}

.blogWrapper .button {
  width: 100%;
}

.blogWrapper .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

.button2 {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #276F1D;
  outline: none;
  padding: 20px 40px;
  color: #126413;
  font-family: HelveticaNeueCyr;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 20px */
  text-transform: uppercase;
  background-color: transparent;
}

.blogWrapperCard a {
  display: flex;
  align-items: center;
  justify-content: end;
  text-decoration: none;
  margin-top: 30px;
}

.FAQ {
  margin-top: 120px;
}

/*  */
.accordion-item {
  padding: 15px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  transition: all 300ms;
  border: none !important;
}

.accordion-item.active {
  border-radius: 10px;
  padding: 25px;
  background: #F0FFE4;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}

.accordion-item-header {
  min-height: 3rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: all 300ms;
  border: none !important;
}

.accordion-item-header.active h6 svg:first-child {
  display: none;
}

.accordion-item-header.active h6 svg:last-child {
  display: inline-block;
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  transition: all 300ms;
}

.accordion-item-body-content {
  line-height: 1.5rem;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
  transition: all 300ms;
}

.accordion-item-body-content p {
  color: #2C2C2C;
  font-family: HelveticaNeueCyr;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 27px */
  margin-bottom: 0px !important;
  margin-top: 20px;
  max-width: 870px;
}

.accordion-item-header .textacardion {
  color: #000;
  font-family: HelveticaNeueCyr;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 25px */
  text-transform: uppercase;
  margin-bottom: 0px !important;
}

.iconsDiv svg {
  width: 30px;
  height: 30px;
}

.iconsDiv {
  margin-bottom: 0px !important;
}

.FAQ .accordion {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin-top: 50px;
}

/*  */

footer {
  padding: 47px 0px;
  background: #1b1b1b;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  margin-top: 120px;
}

footer .bigTextAll {
  color: white;
}

.footerWrapper {
  margin-top: 50px;
}

.maps {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.socialMedia svg {
  width: 32px;
  height: 32px;
}

.maps iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.footerWrapperCard svg {
  width: 26px;
  height: 26px;
}

.footerWrapperCard h6 {
  margin-bottom: 0px !important;
  color: #FFF;
  font-family: HelveticaNeueCyr;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footerWrapperCard {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #1B1B1B;
  box-shadow: 0px 0px 5px 0px #84BB22;
}

.footerWrapperCard h5 {
  color: #FFF;
  font-family: HelveticaNeueCyr;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}


.footerWrapper .row {
  --bs-gutter-x: 24px !important;
  --bs-gutter-y: 24px !important;
}

.blogPage header {
  background: black !important;
}

.blogPage .blog {
  margin-top: 40px;
}

.blogPage .blog .bigTextAll {
  margin-top: 40px;
}

.breadcrumb ol li {
  font-size: 16px;
}

.breadcrumb .breadcrumb-item a {
  color: #2C2C2C;
  font-family: HelveticaNeueCyr;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 24px */
}

.breadcrumb .breadcrumb-item .active a {
  color: #8D8D8D;
  font-family: HelveticaNeueCyr;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 24px */
}

.blogPageDitels {
  max-width: 800px;
  margin: 50px auto;
}

.blogPageDitels h6 {
  color: #0F0F0F;
  font-family: HelveticaNeueCyr;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 25px */
  text-transform: uppercase;
}

.blogPageDitels p {
  color: #2C2C2C;
  font-family: HelveticaNeueCyr;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 27px */
  margin-top: 20px;
}

.btnDiv {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.btnDiv button {
  width: 100%;
  padding: 15px 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
}

.more-content {
  display: none;
}

.myBtn {
  color: #2C2C2C;
  font-family: HelveticaNeueCyr;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 150%; /* 24px */
 cursor: pointer;
}