/*
    Created on : 23.06.2022, 00:56:00
    Author     : Alekhnovich Oleg (https://webplatinum.net)
*/

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/*.carousel {
    margin-bottom: 4rem;
}*/
:root {
  --color-1: #243A85;
  /*логотип*/
  --color-2: #001244;
  /* темно-синий*/
  --color-3: #005086;
  /* синий */
  --color-4: #3184b5;
  /*бирюзовый */
  --color-4-hover: #3ea5e1;
  /*бирюзовый hover */
  --color-5: #b0cac7;
  /*фисташковый */
  --color-6: #f7d6bf;
  /*нюдовый*/
}

p {
  margin-bottom: 20px;
  font-size: 16px;
  /* color: #222529;*/
  letter-spacing: 0;
  line-height: 1.8;
}

li {
  line-height: 2;
}

.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.carousel-item {
  height: 32rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.carousel-bg-filter {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: black;
  background: rgba(0, 0, 0, 0.5);
}

/* CUSTOMIZE THE JUMBOTRON
-------------------------------------------------- */
.jumbotron {
  background-color: #f6d5be;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 3rem;
  ;
  padding-bottom: 3rem;
}

.jumbotron-picture {

  /* background-color: #f6d5be;*/
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;


}

.jumbo-text {
  font-family: 'Georgia Pro', sans-serif;
}

.jumbo-text .display-3 {
  font-family: 'Georgia Pro', sans-serif;
}

@media (max-width: 767px) {
  .jumbotron-picture {
    padding-top: 20%;
    padding-bottom: 15%;
  }
}

@media (min-width: 768px) {
  .jumbotron-picture {
    padding-top: 15rem;
    padding-bottom: 5rem;
  }
}

.jumbotron-page {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

@media (max-width: 767px) {
  .jumbotron-page {
    padding-top: 20%;
    padding-bottom: 15%;
  }
}

@media (min-width: 768px) {
  .jumbotron-page {
    padding-top: 15rem;
    padding-bottom: 5rem;
  }
}

.jumbotron-bg-filter {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #efefe9;
  background: rgba(0, 0, 0, 0.4);
}

/* PAGINATION
-------------------------------------------------- */
.pagination {
  --bs-pagination-color: #333;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #003b77;
  --bs-pagination-active-border-color: #003b77;
}

/* CARD
-------------------------------------------------- */
.blog-card-body a {
  color: black;
}

.blog-card-body:hover {
  background-color: black;
  color: white !important;
  transition: all .6s;
}

.blog-card-body a:hover {
  color: #fff !important;
}

.img-square {
  width: 90%;
  margin: auto;
  overflow: hidden;
  /* clearfix */
}

.img-square:before {
  content: "";
  padding-top: 100%;
  float: left;
}

.img-fluid-square {
  max-width: 100%;
  max-height: 100%;
}

/* MAIN CONTENT
-------------------------------------------------- */
a {
  color: #fff;
}

a:hover {
  color: #ccc;
}



.bg-contacts a {
  color: white !important;
}

.bg-contacts a:hover {
  color: #318fb6 !important;
}



@media (prefers-color-scheme: dark) {

  .background-left-right a {
    color: #fff;
  }

  .background-left-right a:hover {
    color: #ccc;
  }

}


.text-darkblue {
  color: #003b77;
}

.text-orange {
  color: #e64c16;
}

.bg-darkblue {
  background-color: #003b77;
}

.bg-orange {
  background-color: #e64c16;
}

.text-lightgrey {
  color: #eaf0fb;
}

.error404 {
  font-size: 5rem;
}

@media (min-width: 390px) {
  .error404 {
    font-size: 7rem;
  }
}

@media (min-width: 576px) {
  .error404 {
    font-size: 10rem;
  }
}

@media (min-width: 768px) {
  .error404 {
    font-size: 14rem;
  }
}

@media (min-width: 1200px) {
  .error404 {
    font-size: 14rem;
  }
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #b4b4b4a9;
  color: black !important;
}

.dropdown-item:hover {
  background-color: #b4b4b4;
  color: black !important;
  /* цвет меню */
}

/* ПЕРЕНОС СТРОКИ */
.dropdown-item {
  white-space: normal;
}


/* USER ACCOUNT
-------------------------------------------------- */
@media (min-width: 768px) {
  .sidebar .offcanvas-lg {
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
  }

  .navbar-search {
    display: block;
  }
}

.sidebar .nav-link {
  font-size: .875rem;
}

.sidebar .nav-link.active {
  font-weight: 500;
  color: #e64c16 !important;
}

.sidebar-heading {
  font-size: .75rem;
}

/* BOOTSTRAP SUBMENU 3 LEVEL
-------------------------------------------------- */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

/* BUTTON UP
-------------------------------------------------- */
#btn-back-to-top {
  position: fixed;
  bottom: 7px;
  right: 7px;
  display: none;
}

/* CSS3 EFFECTS
-------------------------------------------------- */
.fade-img {
  -webkit-transition: all 0.3s ease;
  ;
  -moz-transition: all 0.3s ease;
  ;
  -o-transition: all 0.3s ease;
  ;
  transition: all 0.3s ease;
  opacity: 1;
}

.fade-img:hover {
  -webkit-transition: all 0.3s ease;
  ;
  -moz-transition: all 0.3s ease;
  ;
  -o-transition: all 0.3s ease;
  ;
  transition: all 0.3s ease;
  opacity: 0.5;
}

/* MEDIA
-------------------------------------------------- */
/*
@media (min-width: 390px) {

}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 1200px) {

}
*/
/*********************************************************************/
section.welcome {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

@media (max-width: 767px) {
  section.welcome {
    min-height: 400px;
  }
}

@media (min-width: 768px) {
  section.welcome {
    min-height: 670px;
  }
}


section.welcome .container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}

section.welcome .grid-img {
  position: absolute;
  bottom: 0;
  width: 100%;
}

section.welcome .container .content h1.sec-title {

  color: #fff;
  letter-spacing: 0;
  line-height: 1.1333333333333333;
  margin: 0;
  font-family: 'Futura New', sans-serif;
  font-weight: 400;
}

@media (min-width: 576px) {
  section.welcome .container .content h1.sec-title {
    font-size: 45px;
    font-family: 'Futura New', sans-serif;
  }
}


@media (min-width: 992px) {
  section.welcome .container .content h1.sec-title {
    /*font-size: 65px;*/
    font-size: calc(1rem + 3vw);
    font-family: 'Futura New', sans-serif;
  }
}


section.welcome .container .content p.subtitle {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  letter-spacing: .2em;
  font-family: 'Futura New', sans-serif;
}

section.microtight-pg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 20px;
}

section.microtight-pg .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.microtight-pg .img:after {
  content: close-quote;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(75%, hsla(0, 0%, 100%, .300158)));
  background: -o-linear-gradient(top, #fff 0, hsla(0, 0%, 100%, .300158) 75%);
  background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, .300158) 75%);
  height: 100%;
}

section.microtight-pg .container .row .left-col p {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Futura New', sans-serif;
  /*  padding-right: 65px;*/
}

section.microtight-pg .container .row .right-col .pg-img img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
  height: auto;
  max-height: 700px;
}

section.microtight-pg .container {
  position: relative;
  z-index: 2;
  padding: 0;
}

img.pic {
  margin: 0;
}

img {
  max-width: 100%;
}

img {
  display: block;
  margin: 0;
}

img {
  height: auto;
}

section.microtight-pg .container .content .right-col .pg-img img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
  height: auto;
  max-height: 500px;
  margin: 0 auto;
}

.vlarus-bg {

  background-color: #000;
}

.text-sub {
  color: #ffffff;
  font-weight: 400;
  font-family: 'Futura New', sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 2px;
  padding-left: 3px;
}

.nav-link {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Futura New', sans-serif;
  letter-spacing: .2em;
  color: #fff;
}

.navbar-local .nav-link {
  font-size: 10px;
}

.nav-link:hover {
  color: #bbbbbb;
}

.nav-link.active {
  /* font-size: 1.1rem; */
  color: #bbbbbb;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #aaaaaa;
}

/*
.navbar-toggler {
    background-color: #dee2e6 !important;
    color: #ffffff !important;
    border: #ffffff !important;
}
*/

/*****************/

.drop-pt {
  margin-top: 100px;
}

.dropdown-menu {
  background-color: #000;
  color: red;
}

.dropdown-menu .dropdown-item {
  color: white;
}

.drop-4:hover {
  color: black;
}

.btn-success {
  background-color: #0e5087;
}

.btn-success:hover {
  background-color: #0478be;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  /*   transform: translateY(1.6rem);*/
  transition: transform 0.2s ease-in-out;
  /* Для плавности */
  opacity: 0;
  visibility: hidden;
}

.dropdown:hover .dropdown-menu {
  /*transform: translateY(1.6rem);*/
  opacity: 1;
  visibility: visible;
}

.background-video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  /* Задайте размеры контейнера */
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 500px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pages/uz-1.webp) repeat;

  background-size: 70%;

  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;

  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  mask-size: cover;
  mask-repeat: no-repeat;

  opacity: 0.5;
  /* Настройте прозрачность */
  pointer-events: none;
  /* Чтобы узор не блокировал взаимодействие с видео */
}

@media (max-width: 767px) {
  .overlay {
    background-size: 200%;
  }
}

@media (min-width: 768px) {
  .overlay {
    background-size: 70%;
  }
}


.overlay-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 60%));
  mask-image: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 60%));

}

.overlay-mask::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.78);
  pointer-events: none;
}

.overlay-picture {
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
  height: 70%;
  background: url(../images/pages/uz-1.webp) repeat;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 82%) 70%);
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-image: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 50%) 70%);
  mask-size: cover;
  mask-repeat: no-repeat;
  pointer-events: none;
}

@media (max-width: 767px) {
  .overlay-picture {
    background-size: 200%;
  }
}

@media (min-width: 768px) {
  .overlay-picture {
    background-size: 80%;
  }
}

@media (min-width: 1400px) {
  .overlay-picture {
    background-size: 60%;
  }
}

.overlay-picture::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  pointer-events: none;
}

/************************************/

.pattern-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 20%;
  /* Занимает 20% ширины */
  height: 100%;
  /* Полная высота страницы */
  background: url(../images/pages/uzz-2.webp) repeat;
  background-size: cover;
  /* Узоры заполняют всю область */

  /* Градиентная маска */
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  -webkit-mask-repeat: no-repeat;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  mask-repeat: no-repeat;

  pointer-events: none;
  /* Слой не мешает взаимодействию с контентом */
}


.background-right {
  background-image: url('../images/pages/uzor-right.webp');
  background-repeat: repeat-y;
  background-position: right;
  background-size: 30%;
}

.background-left {
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%), url(../images/pages/uzor-left.webp);
  /* background-image: url('../images/pages/uzor-left.webp');*/
  background-repeat: repeat-y;
  background-position: left;
  background-size: 30%;
}


.background-left-1 {
  background: linear-gradient(to right, rgb(255 255 255 / 35%) 0%, rgb(255 255 255) 100%), url(../images/pages/uzor-8.webp);
  background-repeat: repeat-y;
  background-position: left;
  background-size: 20%;
}

.background-right-1 {
  background: linear-gradient(to left, rgb(255 255 255 / 35%) 0%, rgb(255 255 255) 100%), url(../images/pages/uzor-8.webp);
  background-repeat: repeat-y;
  background-position: right;
  background-size: 20%;
}

.background-left-right {
  color: #000000;
  background-color: #fff !important;
  ;
  /* Белый фон для светлой темы */
  background:
    linear-gradient(to right, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 1) 100%),
    linear-gradient(to left, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 1) 100%),
    url(../images/pages/uzor-8.webp),
    url(../images/pages/uzor-8.webp);
  background-repeat: repeat-y, repeat-y, repeat-y, repeat-y;
  background-position: left, right, left, right;
  background-size: 20%, 20%, 20%, 20%;
}

.navbar-toggler {
  background-color: #dee2e6 !important;
  color: #ffffff !important;
  border: #ffffff !important;
}

.btn-primary {
  background-color: var(--color-4) !important;
  color: #ffffff !important;
  border: 2px solid var(--color-4) !important;
}

.btn-primary:hover {
  background-color: var(--color-4-hover) !important;
  color: #ffffff !important;
  border: 2px solid var(--color-4-hover) !important;
}

@media (prefers-color-scheme: dark) {
  .background-left-right {
    color: #e9e9e9;
    background-color: #000000 !important;
    /* Черный фон для темной темы */
    background:
      linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%),
      linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%),
      url(../images/pages/uzor-8.webp),
      /* Альтернативное изображение для темной темы */
      url(../images/pages/uzor-8.webp);
    background-repeat: repeat-y, repeat-y, repeat-y, repeat-y;
    background-position: left, right, left, right;
    background-size: 20%, 20%, 20%, 20%;
  }

  .navbar-toggler {
    background-color: #fff !important;
    color: black !important;
  }

  .btn-black {
    background-color: #fff !important;
    /* Белый фон */
    color: #000 !important;
    /* Черный текст */
    border: 2px solid #000 !important;
    /* Белая граница */
  }

  .btn-primary {
    background-color: #ffffff !important;
    color: var(--color-4) !important;
    border: 2px solid var(--color-4) !important;
  }

  .btn-primary:hover {
    background-color: var(--color-4-hover) !important;
    color: #ffffff !important;
    border: 2px solid var(--color-4-hover) !important;
  }
}

@media (max-width: 991px) {
  .background-left-right {
    background-size: 30%, 30%, 30%, 30%;
  }
}

/***********************************/

@media (min-width: 992px) {

  .dropdown-menu[data-bs-popper] {
    top: 98%;
  }

  .background-left-right {
    background-size: 20%, 20%, 20%, 20%;
  }

  .drop-m {
    /*left: -400px !important;*/
    left: -200px !important;
    width: 1200px;
  }

  /* HOVER MENU
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }
*/
  .drop-16 {
    margin-top: 33px !important;
    pointer-events: none;
    overflow: hidden;
  }
}

.dropdown-menu {
  pointer-events: auto;
  margin-top: 0;
  transition: visibility 0.3s, opacity 0.3s ease-in-out;
}

.subscription-form {
  background-color: var(--color-5);
}

.btn-info {
  color: black;
  background-color: #d4f1ee;
  border-color: #d4f1ee;
  /*  padding: 5px 5px;*/
  font-family: 'Futura New', sans-serif;
}

.btn-info:hover {
  background-color: #81c2bb;
  border-color: #81c2bb;
}


@media (min-width: 992px) {
  .navbar-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    height: 7rem;
  }
}

@media (max-width: 991px) {
  .navbar-local.sticky {
    position: static;
    /* Возвращаем элемент в поток страницы */
  }
}

@media (min-width: 992px) {
  .navbar-local.sticky {
    position: fixed;
    top: 7rem;
    width: 100%;
    z-index: 999;
  }
}

.dropdown-menu {
  border-radius: 0px;
}


[id] {
  scroll-margin-top: 11rem;
  /* Укажите высоту вашего закрепленного меню */
}

/*************************************************************/

.home table {
  font-size: 12px;
  border-collapse: collapse;
  width: 100%;
  max-width: 800px;
  margin: 30px auto 0;
}

.home tr:nth-child(odd) {
  background-color: #fcfdfd;
}

/*
.home tr:nth-child(even) td {
  color: black;
}
*/
.home tr:nth-child(even) {
  background-color: #e9ecef;
  /*  color: black;*/
}

@media (prefers-color-scheme: dark) {
  .home tr:nth-child(odd) {
    background-color: #323b3f;
    color: white;
  }

  .home tr:nth-child(even) {
    background-color: #242b2e;
    color: white;
  }
}

.home th:nth-child(even),
.home td {
  border: 1px solid rgba(212, 217, 228, 1) !important;
}


.home th,
td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 10px 20px;
}

/*
.home tr:nth-child(even) {
  background-color: #223b80;
}
*/


/**********************************************************/

.background-contacts {
  background-image: url(../images/pages/contacts.webp);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment: fixed;*/
}

.bg-contacts {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}


@media (min-width: 992px) {
  .bg-contacts {
    padding-top: 100px;
  }
}

/**********************************************************/

html,

p,
ul,
li {
  font-family: 'Futura New', sans-serif;
  /* font-weight: 300;*/
  font-size: 16px;
  font-style: normal;
}



h1,
h2,
h3,
h4,
h5 {
  font-family: 'Futura New', sans-serif;
  font-style: normal;
}


ol,
ul {
  padding-left: 1rem;
}

/**************************************************************/

.technology-20 {
  font-size: 20px;
}

.custom-spacing {
  letter-spacing: 2px;
  /* Измените значение для нужного интервала */
}

.locale-switcher .dropdown-menu {

  border-radius: 10px;

}

/***************************************************************************/

@font-face {
  font-family: 'Futura New';
  src: url('../fonts/FuturaNewMedium-Obl.eot');
  src: local('Futura New Medium Obl'), local('FuturaNewMedium-Obl'),
    url('../fonts/FuturaNewMedium-Obl.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaNewMedium-Obl.woff2') format('woff2'),
    url('../fonts/FuturaNewMedium-Obl.woff') format('woff'),
    url('../fonts/FuturaNewMedium-Obl.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Futura New Demi';
  src: url('../fonts/FuturaNewDemi-Obl.eot');
  src: local('Futura New Demi Obl'), local('FuturaNewDemi-Obl'),
    url('../fonts/FuturaNewDemi-Obl.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaNewDemi-Obl.woff2') format('woff2'),
    url('../fonts/FuturaNewDemi-Obl.woff') format('woff'),
    url('../fonts/FuturaNewDemi-Obl.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Futura New';
  src: url('../fonts/FuturaNewMedium-Reg.eot');
  src: local('Futura New Medium Reg'), local('FuturaNewMedium-Reg'),
    url('../fonts/FuturaNewMedium-Reg.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaNewMedium-Reg.woff2') format('woff2'),
    url('../fonts/FuturaNewMedium-Reg.woff') format('woff'),
    url('../fonts/FuturaNewMedium-Reg.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Futura New';
  src: url('../fonts/FuturaNewHeavy-Reg.eot');
  src: local('Futura New Heavy Reg'), local('FuturaNewHeavy-Reg'),
    url('../fonts/FuturaNewHeavy-Reg.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaNewHeavy-Reg.woff2') format('woff2'),
    url('../fonts/FuturaNewHeavy-Reg.woff') format('woff'),
    url('../fonts/FuturaNewHeavy-Reg.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Futura New';
  src: url('../fonts/FuturaNewLight-Obl.eot');
  src: local('Futura New Light Obl'), local('FuturaNewLight-Obl'),
    url('../fonts/FuturaNewLight-Obl.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaNewLight-Obl.woff2') format('woff2'),
    url('../fonts/FuturaNewLight-Obl.woff') format('woff'),
    url('../fonts/FuturaNewLight-Obl.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Futura New Book';
  src: url('../fonts/FuturaNewBook-Obl.eot');
  src: local('Futura New Book Obl'), local('FuturaNewBook-Obl'),
    url('../fonts/FuturaNewBook-Obl.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaNewBook-Obl.woff2') format('woff2'),
    url('../fonts/FuturaNewBook-Obl.woff') format('woff'),
    url('../fonts/FuturaNewBook-Obl.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Futura New';
  src: url('../fonts/FuturaNewExtraBold-Obl.eot');
  src: local('Futura New ExtraBold Obl'), local('FuturaNewExtraBold-Obl'),
    url('../fonts/FuturaNewExtraBold-Obl.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaNewExtraBold-Obl.woff2') format('woff2'),
    url('../fonts/FuturaNewExtraBold-Obl.woff') format('woff'),
    url('../fonts/FuturaNewExtraBold-Obl.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Futura New Book';
  src: url('../fonts/FuturaNewBook-Reg.eot');
  src: local('Futura New Book Reg'), local('FuturaNewBook-Reg'),
    url('../fonts/FuturaNewBook-Reg.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaNewBook-Reg.woff2') format('woff2'),
    url('../fonts/FuturaNewBook-Reg.woff') format('woff'),
    url('../fonts/FuturaNewBook-Reg.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Futura New';
  src: url('../fonts/FuturaNewBold-Obl.eot');
  src: local('Futura New Bold Obl'), local('FuturaNewBold-Obl'),
    url('../fonts/FuturaNewBold-Obl.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaNewBold-Obl.woff2') format('woff2'),
    url('../fonts/FuturaNewBold-Obl.woff') format('woff'),
    url('../fonts/FuturaNewBold-Obl.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Futura New';
  src: url('../fonts/FuturaNewExtraBold-Reg.eot');
  src: local('Futura New ExtraBold Reg'), local('FuturaNewExtraBold-Reg'),
    url('../fonts/FuturaNewExtraBold-Reg.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaNewExtraBold-Reg.woff2') format('woff2'),
    url('../fonts/FuturaNewExtraBold-Reg.woff') format('woff'),
    url('../fonts/FuturaNewExtraBold-Reg.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Futura New';
  src: url('../fonts/FuturaNewLight-Reg.eot');
  src: local('Futura New Light Reg'), local('FuturaNewLight-Reg'),
    url('../fonts/FuturaNewLight-Reg.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaNewLight-Reg.woff2') format('woff2'),
    url('../fonts/FuturaNewLight-Reg.woff') format('woff'),
    url('../fonts/FuturaNewLight-Reg.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Futura New Demi';
  src: url('../fonts/FuturaNewDemi-Reg.eot');
  src: local('Futura New Demi Reg'), local('FuturaNewDemi-Reg'),
    url('../fonts/FuturaNewDemi-Reg.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaNewDemi-Reg.woff2') format('woff2'),
    url('../fonts/FuturaNewDemi-Reg.woff') format('woff'),
    url('../fonts/FuturaNewDemi-Reg.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Futura New';
  src: url('../fonts/FuturaNewBold-Reg.eot');
  src: local('Futura New Bold Reg'), local('FuturaNewBold-Reg'),
    url('../fonts/FuturaNewBold-Reg.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaNewBold-Reg.woff2') format('woff2'),
    url('../fonts/FuturaNewBold-Reg.woff') format('woff'),
    url('../fonts/FuturaNewBold-Reg.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Futura New';
  src: url('../fonts/FuturaNewHeavy-Obl.eot');
  src: local('Futura New Heavy Obl'), local('FuturaNewHeavy-Obl'),
    url('../fonts/FuturaNewHeavy-Obl.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaNewHeavy-Obl.woff2') format('woff2'),
    url('../fonts/FuturaNewHeavy-Obl.woff') format('woff'),
    url('../fonts/FuturaNewHeavy-Obl.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}


.border-psy {
  border-style: solid;
  border-color: #ffffff;
  border-width: 0 0 0 3px;
  padding-left: 16px;
}

@media (min-width: 992px) {

  .stick-padding {
    padding-top: 98px;
  }

  .stick-padding-post {
    padding-top: 125px;
  }

  .stick-breadcrumb {
    padding-top: 120px;
  }
}

/******************* LandingFAQ ********************/
.accordion-button:not(.collapsed) {
  background-color: #ffffff;
  box-shadow: none;
  font-size: 24px;
}

.accordion-button {
  border: 0;
  border-radius: 0;
  font-size: 1.5rem;
}

.accordion-button:focus {
  z-index: 3;
  border-color: white;
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.div-down-card {
  position: absolute;
  bottom: 1%;

}
.bottom-card {
  text-align: center!important;
padding-bottom: 135px;
position: relative;

}

.benefit-card {
  border-left: 4px solid var(--color-4);
  transition: transform 0.3s;
}
.benefit-card:hover {
  transform: translateY(-5px);
}
.application-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.application-list li:before {
  content: "✓";
  color: #0d6efd;
  position: absolute;
  left: 0;
  font-weight: bold;
}
.contact-info {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
}


.benefit-icon {
  color: #6f42c1;
  font-size: 1.5rem;
  margin-right: 10px;
}

.contraindication-item {
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
}
.contraindication-item:before {
  content: "⚠️";
  position: absolute;
  left: 0;
}
.author-card {
  background-color: #f8f9fa;
  border-radius: 15px;
}