/* ================== Normalize =================== */
/* Fonts */
/* Color */
* {
  box-sizing: border-box;
}

body,
html {
  min-height: 100%;
}

body.wp-theme-pharmberg {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  display: block;
}

input,
textarea {
  padding: 0;
  margin: 0;
  outline: none;
  line-height: 1;
}

input:focus,
input:active {
  outline: none;
  outline: 0;
  outline-offset: 0;
}

button {
  border: none;
  background: transparent;
  text-decoration: none;
  line-height: 1;
}
button:hover {
  border: none;
}
button:focus {
  outline: none;
}

a {
  text-decoration: none;
  line-height: 1;
}

p {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

button {
  padding: 0;
  margin: 0;
}

/* ================== Layout =================== */
body.wp-theme-pharmberg {
  position: relative;
  font-family: "Cygre", sans-serif;
  min-width: 320px;
  font-size: 24px;
  line-height: 1.6;
  background: #fff;
  color: rgb(21, 21, 21);
  position: relative;
}
@media (max-width: 991px) {
  body.wp-theme-pharmberg {
    font-size: 18px;
  }
}
body.wp-theme-pharmberg.body-hidden {
  overflow: hidden;
}

:where(.editor-styles-wrapper) p {
  font-size: 16px !important;
}

/* ================== General =================== */
.main {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.page-id-23 .main {
  overflow: visible;
}

.container {
  width: 100%;
  max-width: 1340px;
  padding: 0 10px;
  margin: 0 auto;
  height: auto;
  position: relative;
}
.container.-large {
  max-width: 1440px;
}

section {
  position: relative;
  width: 100%;
  height: auto;
}

.im-b {
  position: relative;
  overflow: hidden;
}
.im-b img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.lang-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 1199px) {
  .lang-wrap {
    display: none;
  }
}
.lang-wrap .lang-item {
  transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  list-style: none;
}
.lang-wrap .lang-item:hover {
  text-decoration: underline;
}
.lang-wrap .current-lang {
  display: none;
}

.lang-mob-wrap {
  display: grid;
  gap: 40px;
}
.lang-mob-wrap .lang-item {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  list-style: none;
}
.lang-mob-wrap .current-lang {
  opacity: 0.5;
}

.s-head {
  position: relative;
  width: 100%;
  max-width: 1006px;
  margin: 0 auto 44px;
}
@media (max-width: 767px) {
  .s-head {
    margin: 0 auto 30px;
  }
}
.s-head .title {
  margin-bottom: 30px;
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
  .s-head .title {
    margin-bottom: 20px;
  }
}

.for-content {
  position: relative;
  padding: 30px 0 100px;
}

.bgi-illustration {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 360px;
  height: auto;
}
@media (max-width: 767px) {
  .bgi-illustration {
    width: 220px;
  }
}

.bg-cover-center {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.img-full-container {
  position: relative;
  overflow: hidden;
}
.img-full-container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.img-overlay-light {
  position: relative;
}
.img-overlay-light:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.5);
  transition: 0.3s ease;
  z-index: 1;
}

.img-overlay-dark {
  position: relative;
}
.img-overlay-dark:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.7);
  transition: 0.3s ease;
  z-index: 1;
}

.lc-radius {
  border-radius: 150px 0 0 0;
}
@media (max-width: 1199px) {
  .lc-radius {
    border-radius: 70px 0 0 0;
  }
}

.lc-radius-medium {
  border-radius: 100px 0 0 0;
}
@media (max-width: 1199px) {
  .lc-radius-medium {
    border-radius: 70px 0 0 0;
  }
}

.lc-radius-smaller {
  border-radius: 80px 0 0 0;
}
@media (max-width: 1199px) {
  .lc-radius-smaller {
    border-radius: 40px 0 0 0;
  }
}

.lc-radius-least {
  border-radius: 40px 0 0 0;
}

.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

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

.fw700 {
  font-weight: 700 !important;
}
@media (max-width: 991px) {
  .fw700 {
    font-weight: 600 !important;
  }
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative !important;
  bottom: 0 !important;
  margin-top: 40px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgb(252, 68, 30);
  margin: 0 7px !important;
  cursor: pointer;
  transition: 0.3s;
  opacity: 1;
  z-index: 10;
  display: block;
  border-radius: 0 !important;
}
.swiper-pagination-bullet:hover {
  background: rgb(35, 38, 78);
}
.swiper-pagination-bullet-active {
  background: rgb(35, 38, 78);
  width: 90px;
}

.sw-nav {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .sw-nav {
    gap: 12px;
  }
}
.sw-nav .swiper-button-prev::after,
.sw-nav .swiper-button-next::after {
  display: none;
}
.sw-nav .swiper-button-prev,
.sw-nav .swiper-button-next {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease;
  width: 54px;
  height: 57px;
  border: 1px solid rgba(21, 21, 21, 0.5);
  border-radius: 5px;
}
.sw-nav .swiper-button-prev.swiper-button-disabled,
.sw-nav .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.sw-nav .swiper-button-prev svg,
.sw-nav .swiper-button-next svg {
  all: unset;
  display: block;
  width: 17px;
  height: auto;
}
.sw-nav .swiper-button-prev:hover,
.sw-nav .swiper-button-next:hover {
  border: 1px solid rgb(21, 21, 21);
}
.sw-nav .swiper-button-next svg {
  transform: rotate(180deg);
}

/* ================== Text =================== */
.fz_h1,
.fz_h2,
.fz_h3,
.fz_h4,
.fz_h5 {
  position: relative;
  line-height: 1.125;
  font-weight: 600;
  letter-spacing: 1px;
}

.fz_h1 {
  font-size: 74px;
  color: rgb(35, 38, 78);
}
@media (max-width: 991px) {
  .fz_h1 {
    font-size: 36px;
  }
}

.fz_h2 {
  font-size: 50px;
  font-weight: 500;
  color: rgb(35, 38, 78);
}
@media (max-width: 991px) {
  .fz_h2 {
    font-size: 36px;
  }
}

.fz_h3 {
  font-size: 36px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .fz_h3 {
    font-size: 24px;
  }
}

.fz_h4 {
  font-size: 28px;
}

.fz_h5 {
  font-size: 24px;
}

.fz_h6 {
  font-size: 20px;
}

a {
  color: rgb(21, 21, 21);
}

p {
  letter-spacing: 0.4px;
}
@media (max-width: 991px) {
  p {
    letter-spacing: 0;
  }
}

.btn {
  font-size: 24px;
  border-radius: 20px;
  height: 56px;
  transition: 0.3s ease;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 95px;
  letter-spacing: 0.48px;
  cursor: pointer;
}
.btn-primary {
  position: relative;
  background-color: rgb(7, 27, 56);
  color: #fff;
}
@media (min-width: 1025px) {
  .btn-primary:hover {
    background-color: rgb(35, 38, 78);
  }
}

.more-link {
  position: relative;
  display: flex;
  align-items: center;
  color: rgb(35, 38, 78);
  transition: 0.3s ease;
  width: fit-content;
  font-weight: 600;
  font-size: 18px;
}
.more-link svg {
  display: block;
  margin-right: 10px;
}
@media (min-width: 1025px) {
  .more-link:hover {
    color: rgb(252, 68, 30);
  }
}

.pageError {
  display: flex;
  min-height: inherit;
}
.pageError .container {
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageError .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pageError h1 {
  font-size: 100px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}
.pageError-text1 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
  display: block;
  text-align: center;
}
.pageError-text2 {
  font-size: 16px;
  text-align: center;
  max-width: 320px;
}
.pageError .btn {
  margin-top: 20px;
}

/* ================== MEDIA =================== */
/* ================== Template Parts =================== */
.header {
  position: sticky;
  overflow: hidden;
  top: 0;
  background: #fff;
  z-index: 100;
}
@media (max-width: 991px) {
  .header {
    padding-top: 0;
  }
}
.header .wrap {
  display: flex;
  justify-content: space-between;
}
.header .menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 40px;
}
@media (max-width: 1199px) {
  .header .menu {
    display: none;
  }
}
.header .menu li a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
.header .menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: rgb(35, 38, 78);
  transition: 0.3s ease;
  opacity: 0;
}
.header .menu li a:hover::after {
  opacity: 1;
}
.header .menu li.current-menu-item a::after {
  opacity: 1;
}
.header .logo {
  display: flex;
}
.header .logo img {
  display: block;
  height: auto;
}
@media (max-width: 767px) {
  .header .logo img {
    width: 161px;
  }
}
.header__col {
  display: flex;
  align-items: center;
}

.hamburger {
  display: none;
}
@media (max-width: 1199px) {
  .hamburger {
    display: flex;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.hamburger-close {
  display: none;
}

.footer {
  position: relative;
  background-color: rgb(250, 250, 250);
  overflow: hidden;
  padding: 46px 0;
}
@media (max-width: 767px) {
  .footer {
    padding: 42px 12px 32px;
  }
}
.footer .wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer .wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__content {
  padding-right: 32px;
}
@media (max-width: 767px) {
  .footer__content {
    padding-right: 0;
    width: 100%;
  }
}
.footer-text {
  font-size: 18px;
  display: block;
  margin-bottom: 24px;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .footer-text {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.footer__menu {
  position: relative;
  width: 100%;
  max-width: 530px;
  order: -1;
}
@media (max-width: 991px) {
  .footer__menu {
    margin-bottom: 32px;
  }
}
.footer .menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 767px) {
  .footer .menu {
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.footer .menu li a {
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s ease;
  position: relative;
}
.footer .menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: rgb(35, 38, 78);
  transition: 0.3s ease;
  opacity: 0;
}
.footer .menu li a:hover::after {
  opacity: 1;
}
@media (max-width: 767px) {
  .footer .socials {
    display: flex;
    justify-content: center;
    gap: 60px;
  }
}

.mobile-menu {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.mobile-menu .wrap {
  padding: 70px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mobile-menu__close {
  display: flex;
  position: absolute;
  top: 17px;
  right: 13px;
}
.mobile-menu .menu {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.mobile-menu .menu li a {
  font-size: 24px;
  font-weight: 500;
}
.mobile-menu .menu li.current-menu-item a {
  opacity: 0.5;
}

body.wp-theme-pharmberg .article-styles {
  display: grid;
  gap: 32px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.2px;
}
@media (max-width: 767px) {
  body.wp-theme-pharmberg .article-styles {
    font-size: 18px;
  }
}
body.wp-theme-pharmberg .article-styles h1,
body.wp-theme-pharmberg .article-styles h2,
body.wp-theme-pharmberg .article-styles h3,
body.wp-theme-pharmberg .article-styles h4,
body.wp-theme-pharmberg .article-styles h5 {
  display: block;
  line-height: 1.2;
  font-weight: 700;
}
body.wp-theme-pharmberg .article-styles h1 {
  font-size: 74px;
  color: rgb(35, 38, 78);
}
@media (max-width: 991px) {
  body.wp-theme-pharmberg .article-styles h1 {
    font-size: 36px;
  }
}
body.wp-theme-pharmberg .article-styles h2 {
  font-size: 50px;
  font-weight: 500;
  color: rgb(35, 38, 78);
}
@media (max-width: 991px) {
  body.wp-theme-pharmberg .article-styles h2 {
    font-size: 36px;
  }
}
body.wp-theme-pharmberg .article-styles h3 {
  font-size: 36px;
  font-weight: 500;
}
@media (max-width: 991px) {
  body.wp-theme-pharmberg .article-styles h3 {
    font-size: 24px;
  }
}
body.wp-theme-pharmberg .article-styles h4 {
  font-size: 24px;
}
body.wp-theme-pharmberg .article-styles ol {
  padding-left: 28px;
  margin: 0;
}
body.wp-theme-pharmberg .article-styles ol li {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 4px;
  position: relative;
  color: inherit;
  letter-spacing: inherit;
}
body.wp-theme-pharmberg .article-styles ol li:last-child {
  margin-bottom: 0;
}
body.wp-theme-pharmberg .article-styles ul {
  padding-left: 24px;
  margin: 0;
}
body.wp-theme-pharmberg .article-styles ul li {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 4px;
  position: relative;
  color: inherit;
  letter-spacing: inherit;
}
body.wp-theme-pharmberg .article-styles ul li::after {
  content: "";
  position: absolute;
  left: -22px;
  top: 58%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background: rgb(21, 21, 21);
  border-radius: 100%;
}
body.wp-theme-pharmberg .article-styles ul li:last-child {
  margin-bottom: 0;
}
body.wp-theme-pharmberg .article-styles iframe {
  width: 100%;
}
body.wp-theme-pharmberg .article-styles p {
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
  display: block;
  color: inherit;
  letter-spacing: inherit;
}
body.wp-theme-pharmberg .article-styles p:last-child {
  margin-bottom: 0;
}
body.wp-theme-pharmberg .article-styles p strong {
  font-weight: 600;
}
body.wp-theme-pharmberg .article-styles p a {
  cursor: pointer;
}
body.wp-theme-pharmberg .article-styles p a:hover {
  text-decoration: underline;
}
body.wp-theme-pharmberg .article-styles a {
  color: inherit;
}
body.wp-theme-pharmberg .article-styles .wp-block-image {
  display: block;
  overflow: hidden;
  width: fit-content;
  height: auto;
  margin: 0;
}
body.wp-theme-pharmberg .article-styles .wp-block-image figure {
  margin: 0;
}
body.wp-theme-pharmberg .article-styles .wp-block-image img {
  height: auto;
  max-width: 100%;
}
body.wp-theme-pharmberg .article-styles .wp-block-columns {
  margin: 0;
  gap: 10px;
}
body.wp-theme-pharmberg .article-styles .wp-block-columns .wp-block-column {
  display: grid;
  gap: 10px;
}
body.wp-theme-pharmberg .article-styles .wp-block-columns .wp-block-image {
  margin: 0;
  display: flex;
  width: 100%;
}
body.wp-theme-pharmberg .article-styles .wp-block-columns .wp-block-image img {
  width: 100%;
}
body.wp-theme-pharmberg .article-styles blockquote {
  padding: 30px 40px 12px;
  margin: 20px 0 0;
  padding-left: 84px;
  position: relative;
  display: inline-block;
  color: #333;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
  font-style: italic;
  font-weight: 500;
}
@media (max-width: 767px) {
  body.wp-theme-pharmberg .article-styles blockquote {
    padding: 30px 0px 12px;
  }
}
body.wp-theme-pharmberg .article-styles blockquote p {
  font-weight: 500;
}
body.wp-theme-pharmberg .article-styles blockquote cite {
  display: block;
  text-align: right;
  font-style: italic;
  margin-top: 6px;
  font-size: inherit;
  line-height: inherit;
  color: rgb(48, 46, 47);
  font-weight: 400;
}
body.wp-theme-pharmberg .article-styles blockquote:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 69px;
  height: 44px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/pharmberg/assets/icons/quote_icon.svg");
}
@media (max-width: 767px) {
  body.wp-theme-pharmberg .article-styles blockquote:before {
    top: -20px;
    left: 0px;
  }
}

.article {
  position: relative;
  padding-top: 30px;
  padding-bottom: 100px;
}
.article .container {
  max-width: 1120px;
}
.article #breadcrumbs {
  margin-bottom: 60px;
  font-size: 18px;
}
.article #breadcrumbs .arrow {
  color: rgba(21, 21, 21, 0.4);
}
@media (max-width: 767px) {
  .article #breadcrumbs {
    margin-bottom: 30px;
  }
}
.article #breadcrumbs a {
  color: rgba(21, 21, 21, 0.4);
  transition: 0.3s ease;
  cursor: pointer;
}
.article #breadcrumbs a:hover {
  color: rgb(21, 21, 21);
}
.article-date {
  display: block;
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
  color: rgb(48, 46, 47);
}
.article__thumbnail {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-bottom: 40px;
}
.article h1.title {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

.other-news {
  position: relative;
  padding: 100px 0 144px;
}
.other-news::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: calc(100% - 20px);
  max-width: 1340px;
  height: 1px;
  background-color: rgb(48, 46, 47);
}
@media (max-width: 767px) {
  .other-news {
    padding: 50px 0 120px;
  }
}
.other-news .container {
  display: flex;
  flex-direction: column;
}
.other-news h3.title {
  margin-bottom: 30px;
  display: block;
  text-align: center;
}
.other-news .sw-nav {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .other-news .sw-nav {
    order: 2;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 0;
    gap: 50px;
  }
}
.other-news .wrap {
  position: relative;
}

.post-navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 84px;
}
@media (max-width: 767px) {
  .post-navigation {
    margin-top: 70px;
  }
}
.post-navigation__inner {
  display: flex;
  align-items: center;
  gap: 40px;
}
.post-navigation__btn {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 18px;
  font-weight: 600;
  color: rgba(21, 21, 21, 0.4);
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .post-navigation__btn {
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .post-navigation__btn--next {
    align-items: flex-start;
  }
}
.post-navigation__btn--next svg {
  transform: rotate(180deg);
}
.post-navigation__btn--prev {
  position: relative;
}
@media (max-width: 767px) {
  .post-navigation__btn--prev {
    align-items: flex-end;
  }
}
.post-navigation__btn:hover {
  color: rgb(21, 21, 21);
}
.post-navigation__btn:hover .post-navigation__arrow {
  border: 1px solid rgb(21, 21, 21);
}
.post-navigation__btn:hover .post-navigation__arrow svg path {
  fill: rgb(255, 66, 0);
}
.post-navigation__arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease;
  width: 54px;
  height: 57px;
  border: 1px solid rgba(21, 21, 21, 0.5);
  border-radius: 5px;
}
@media (max-width: 767px) {
  .post-navigation__arrow {
    order: -1;
  }
}
.post-navigation__arrow svg path {
  fill: rgb(21, 21, 21);
  transition: 0.3s ease;
}

.share {
  display: flex;
  align-items: center;
  margin-top: 60px;
  gap: 24px;
}
@media (max-width: 767px) {
  .share {
    margin-top: 50px;
  }
}
.share-title {
  display: block;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
}
.share-list {
  display: flex;
  align-items: center;
  gap: 14px;
}
.share-btn {
  display: flex;
  position: relative;
  transition: 0.3s ease;
  cursor: pointer;
}
.share-btn:hover {
  opacity: 0.75;
}

.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 64px;
  list-style: none;
  padding: 0;
}
.pagination-page {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  color: rgba(21, 21, 21, 0.4);
  gap: 8px;
}
@media (max-width: 767px) {
  .pagination-page {
    font-size: 20px;
  }
}
.pagination-current {
  position: relative;
  display: block;
}
.pagination-prev, .pagination-next {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border: 1px solid rgba(21, 21, 21, 0.5);
  border-radius: 5px;
  width: 54px;
  height: 54px;
  cursor: pointer;
  transition: 0.3s ease;
}
.pagination-prev svg, .pagination-next svg {
  position: relative;
}
.pagination-prev svg path, .pagination-next svg path {
  fill: #000;
  transition: 0.3s ease;
}
.pagination-prev:hover, .pagination-next:hover {
  border: 1px solid rgb(21, 21, 21);
}
.pagination-prev:hover svg, .pagination-next:hover svg {
  position: relative;
}
.pagination-prev:hover svg path, .pagination-next:hover svg path {
  fill: rgb(255, 66, 0);
}
.pagination-prev svg {
  transform: rotate(-180deg);
}

.socials {
  position: relative;
}
.socials__list {
  display: flex;
  gap: 14px;
}
@media (max-width: 767px) {
  .socials__list {
    gap: 60px;
  }
}
.socials-item {
  position: relative;
  display: flex;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .socials-item svg {
    width: 30px;
    height: auto;
  }
}
.socials-item:hover {
  transform: scale(1.05);
}

.fancybox__backdrop {
  background: rgba(21, 21, 21, 0.3);
}

#modal-thanks {
  max-width: 600px;
  width: 100%;
  border: 1px solid rgb(233, 233, 233);
  border-radius: 20px;
  padding: 24px;
}
@media (max-width: 991px) {
  #modal-thanks {
    padding: 20px;
  }
}
#modal-thanks .f-button.is-close-btn {
  width: 24px;
  height: 24px;
  top: 32px;
  right: 24px;
  background: transparent;
}
#modal-thanks .f-button.is-close-btn svg {
  stroke: rgb(88, 88, 88);
  width: 12px;
  height: auto;
  display: block;
}
@media (max-width: 991px) {
  #modal-thanks .f-button.is-close-btn {
    top: 24px;
    right: 20px;
  }
}
#modal-thanks .modal-content {
  position: relative;
}
#modal-thanks .modal-title {
  font-size: 30px;
  font-weight: 500;
  color: rgb(252, 68, 30);
  display: block;
  text-align: center;
}
@media (max-width: 991px) {
  #modal-thanks .modal-title {
    font-size: 24px;
  }
}
#modal-thanks .modal-subtitle {
  display: block;
  text-align: center;
  margin: 24px 0 30px;
  font-size: 18px;
  line-height: 22px;
  max-width: 640px;
}
@media (max-width: 991px) {
  #modal-thanks .modal-subtitle {
    margin: 16px 0 20px;
  }
}
#modal-thanks .btn {
  margin: 0 auto;
}

.banner-hero {
  position: relative;
  height: 647px;
}
@media (max-width: 991px) {
  .banner-hero {
    height: 344px;
    background-position: -60px 0;
  }
}
.banner-hero .container {
  height: 100%;
  display: flex;
  align-items: flex-end;
  max-width: 1150px;
}
.banner-hero .title {
  color: #fff;
  margin-bottom: 160px;
}
@media (max-width: 991px) {
  .banner-hero .title {
    margin-bottom: 48px;
  }
}

.b-partnership {
  position: relative;
  padding-bottom: 65px;
}
@media (max-width: 1199px) {
  .b-partnership {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .b-partnership {
    padding-bottom: 30px;
  }
}
.b-partnership .wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .b-partnership .wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.b-partnership__content {
  min-width: 648px;
  max-width: 648px;
}
@media (max-width: 1199px) {
  .b-partnership__content {
    min-width: auto;
    max-width: none;
    margin-bottom: 30px;
  }
}
.b-partnership__content p {
  max-width: 558px;
}
@media (max-width: 1199px) {
  .b-partnership__content p {
    max-width: 100%;
  }
}
.b-partnership .title {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .b-partnership .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .b-partnership .title br {
    display: none;
  }
}
.b-partnership__image {
  min-width: 723px;
  max-width: 723px;
  height: auto;
}
@media (max-width: 1199px) {
  .b-partnership__image {
    min-width: auto;
    width: 100%;
    max-width: 500px;
  }
}

.bannerPage {
  position: relative;
  overflow: visible;
  padding-top: 300px;
  min-height: 412px;
}
@media (max-width: 991px) {
  .bannerPage .container {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .bannerPage {
    min-height: 250px;
    padding-top: 207px;
  }
}
.bannerPage-bgi {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 412px;
  overflow: hidden;
}
.bannerPage-bgi__desktop {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .bannerPage-bgi__desktop {
    display: none;
  }
}
.bannerPage-bgi__mobile {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: none;
}
@media (max-width: 767px) {
  .bannerPage-bgi__mobile {
    display: block;
  }
}
@media (max-width: 991px) {
  .bannerPage-bgi {
    height: 250px;
  }
}
.bannerPage .container {
  height: 100%;
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.bannerPage__block {
  background-color: #fff;
  padding: 32px 10px 11px;
  text-align: center;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .bannerPage__block .title br {
    display: none;
  }
}

.team {
  position: relative;
  padding-bottom: 100px;
  padding-top: 70px;
}
@media (max-width: 991px) {
  .team {
    padding: 50px 0;
  }
}
.team .s-head {
  margin-bottom: 60px;
  max-width: 1160px;
}
.team .s-head .title {
  text-align: left;
  font-weight: 500;
}
.team .sw-nav {
  justify-content: flex-end;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .team .sw-nav {
    display: none;
  }
}
.team .swiper-pagination {
  display: none;
}
@media (max-width: 1199px) {
  .team .swiper-pagination {
    display: flex;
  }
}
.team .swiper-slide {
  height: auto;
}

.member {
  position: relative;
  background-color: rgb(250, 250, 250);
  height: 100%;
}
.member__photo {
  width: 100%;
  height: 424px;
}
.member__content {
  position: relative;
  padding: 30px;
}
.member-name {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  color: rgb(35, 38, 78);
}
.member-position {
  display: flex;
  border-radius: 20px;
  border: 1px solid rgb(252, 68, 30);
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  min-height: 82px;
}
@media (max-width: 1199px) {
  .member-position {
    margin-bottom: 30px;
  }
}
.member__desc {
  display: grid;
  gap: 20px;
}

.leadership {
  position: relative;
  padding-bottom: 116px;
}
@media (max-width: 991px) {
  .leadership {
    padding-bottom: 40px;
  }
}
.leadership__image {
  margin: 0 auto 40px;
  width: 100%;
  height: auto;
  min-height: 274px;
  aspect-ratio: 16/5;
  max-width: 1440px;
  overflow: hidden;
}
.leadership .container {
  max-width: 1170px;
}
.leadership__content {
  display: grid;
  gap: 20px;
}

.history {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 160px 0 100px;
  margin-top: 40px;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .history {
    padding-top: 90px;
    padding-bottom: 56px;
    margin-top: 30px;
  }
}
.history__content {
  margin: 0 auto;
  margin-bottom: 100px;
  max-width: 1140px;
}
@media (max-width: 991px) {
  .history__content {
    margin-bottom: 30px;
  }
}
.history__desc {
  display: grid;
  gap: 20px;
}

.mission {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .mission {
    flex-direction: column;
  }
}
.mission__img {
  position: relative;
  width: 44%;
  height: auto;
  aspect-ratio: 16/10;
  border-radius: 40px 0 0 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .mission__img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.mission__content {
  padding: 0 55px;
  display: grid;
  gap: 20px;
  width: 56%;
}
@media (max-width: 991px) {
  .mission__content {
    width: 100%;
    padding: 0;
  }
}
.mission__content h2 {
  font-weight: 500;
}

.about {
  position: relative;
  padding-bottom: 55px;
}
@media (max-width: 991px) {
  .about {
    padding-bottom: 0;
  }
}
.about__content {
  position: relative;
  margin-top: -105px;
  padding: 70px 82px 30px;
  margin-bottom: 24px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .about__content {
    padding: 25px 27px 38px;
    margin-top: -25px;
    left: -10px;
    margin-bottom: 14px;
    width: calc(100% + 20px);
  }
}
.about__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  background-color: rgb(250, 250, 250);
}
@media (max-width: 991px) {
  .about__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgb(7, 27, 56);
  height: 230px;
}
@media (max-width: 991px) {
  .stat {
    height: 140px;
  }
}
.stat-number {
  position: relative;
  font-size: 103px;
  font-weight: 500;
  color: rgb(252, 68, 30);
  line-height: 1;
}
@media (max-width: 991px) {
  .stat-number {
    font-size: 70px;
  }
}
.stat-label {
  position: relative;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 991px) {
  .stat-label {
    font-size: 18px;
  }
}
.stat:nth-child(1) {
  background-color: rgb(35, 38, 78);
  order: 1;
}
.stat:nth-child(1) .stat-label {
  color: #fff;
}
.stat:nth-child(2) {
  order: 2;
}
@media (max-width: 991px) {
  .stat:nth-child(2) {
    order: 4;
  }
}
.stat:nth-child(3) {
  order: 3;
}
@media (max-width: 991px) {
  .stat:nth-child(3) {
    order: 2;
  }
}
.stat:nth-child(4) {
  order: 3;
}

.vacancies {
  position: relative;
  padding: 80px 0;
  background-color: rgb(250, 250, 250);
}
@media (max-width: 991px) {
  .vacancies {
    padding: 50px 0;
  }
}
.vacancies .title.fz_h1 {
  font-weight: 500;
}
.vacancies .container {
  max-width: 1160px;
}
.vacancies .wrap {
  margin-top: 45px;
}

.vacancy {
  position: relative;
  border-top: 1px solid rgb(21, 21, 21);
}
.vacancy:last-child {
  border-bottom: 1px solid rgb(21, 21, 21);
}
.vacancy__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0;
  cursor: pointer;
}
@media (max-width: 991px) {
  .vacancy__head {
    padding: 16px 0;
  }
}
.vacancy__head.active .plus::before {
  display: none;
}
.vacancy-name {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .vacancy-name {
    font-size: 24px;
  }
}
.vacancy__content {
  position: relative;
  display: none;
}
.vacancy__block {
  padding-bottom: 65px;
}
.vacancy__info {
  display: grid;
  gap: 8px;
}
.vacancy-address, .vacancy-time {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1.2;
}
.vacancy-address svg, .vacancy-time svg {
  display: block;
  min-width: 46px;
  height: auto;
  margin-right: 10px;
}
.vacancy__desc {
  margin-top: 40px;
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .vacancy__desc {
    margin-top: 30px;
  }
}
.vacancy .form-title {
  display: block;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 1.38px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .vacancy .form-title {
    margin-bottom: 30px;
  }
}

.advantages {
  position: relative;
  padding-top: 14px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .advantages {
    padding-bottom: 30px;
  }
}
.advantages .container {
  max-width: 1440px;
}
.advantages-desc {
  max-width: 1080px;
  margin: 0 auto 40px;
  text-align: center;
}
@media (max-width: 1199px) {
  .advantages-desc {
    margin: 0 auto 10px;
  }
}
.advantages .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 24px;
}
@media (max-width: 1199px) {
  .advantages .wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.advantages__block {
  padding: 176px 0 140px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  background-color: #fafafa;
}
@media (max-width: 1199px) {
  .advantages__block {
    padding: 120px 0 50px;
  }
}
@media (max-width: 767px) {
  .advantages__block {
    padding-bottom: 30px;
  }
}

.advantages__item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.advantages__item_head {
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1199px) {
  .advantages__item_head {
    width: 100% !important;
    padding: 10px 20px;
    height: 160px !important;
  }
}
.advantages__item_block {
  width: 193px;
  height: 179px;
}
.advantages__item-number {
  font-size: 50px;
  font-weight: 500;
  display: block;
  color: rgb(252, 68, 30);
}
@media (max-width: 1199px) {
  .advantages__item-number {
    font-size: 36px;
  }
}
.advantages__item-title {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1;
  display: block;
  color: #fff;
}
@media (max-width: 1199px) {
  .advantages__item-title {
    font-size: 36px;
  }
}
.advantages__item_content {
  max-width: 400px;
}
@media (max-width: 1199px) {
  .advantages__item_content {
    max-width: 100% !important;
  }
}
.advantages__item_image {
  width: 100%;
}
.advantages__item.advantages__item_1 {
  gap: 20px;
  align-items: flex-end;
  padding-top: 125px;
}
@media (max-width: 1199px) {
  .advantages__item.advantages__item_1 {
    padding-top: 0;
  }
}
.advantages__item.advantages__item_1 .advantages__item_block {
  background-color: rgb(35, 38, 78);
}
@media (max-width: 1199px) {
  .advantages__item.advantages__item_1 .advantages__item_block {
    display: none;
  }
}
.advantages__item.advantages__item_1 .advantages__item_head {
  background-color: rgb(35, 38, 78);
  border-radius: 0 0 40px 0;
  width: 424px;
  height: 242px;
}
.advantages__item.advantages__item_1 .advantages__item_image {
  height: 280px;
}
.advantages__item.advantages__item_1 .advantages__item_content {
  max-width: 410px;
}
.advantages__item.advantages__item_2 .advantages__item_block {
  display: none;
}
.advantages__item.advantages__item_2 .advantages__item_head {
  background-color: rgb(252, 68, 30);
  margin-bottom: 18px;
  height: 280px;
}
.advantages__item.advantages__item_2 .advantages__item_image {
  height: 565px;
  order: -3;
  margin-bottom: 34px;
}
@media (max-width: 1199px) {
  .advantages__item.advantages__item_2 .advantages__item_image {
    display: none;
  }
}
.advantages__item.advantages__item_2 .advantages__item-number {
  color: rgb(217, 217, 217);
}
.advantages__item.advantages__item_3 {
  gap: 30px;
}
.advantages__item.advantages__item_3 .advantages__item_block {
  background-color: rgb(252, 68, 30);
}
.advantages__item.advantages__item_3 .advantages__item_image {
  height: 536px;
}
@media (max-width: 1199px) {
  .advantages__item.advantages__item_3 .advantages__item_image {
    height: 274px;
    order: -1;
  }
}
.advantages__item.advantages__item_3 .advantages__item-title {
  color: rgb(35, 38, 78);
}
.advantages__item.advantages__item_3 .advantages__item_block {
  order: -3;
}
@media (max-width: 1199px) {
  .advantages__item.advantages__item_3 .advantages__item_block {
    display: none;
  }
}
.advantages__item.advantages__item_3 .advantages__item_head {
  height: 173px;
}

.care {
  position: relative;
}
.care .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1199px) {
  .care .wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .care .wrap {
    grid-template-columns: 1fr;
  }
}
.care__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  background-color: rgb(250, 250, 250);
  padding: 30px;
  min-height: 290px;
}
@media (max-width: 767px) {
  .care__item {
    min-height: 217px;
    padding: 20px;
  }
}
.care__item .title {
  font-weight: 500;
  line-height: 1.2;
}
.care__item-icon {
  display: block;
  margin: 15px 0;
}
.care__item_icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .care__item_icon {
    min-height: 217px;
  }
}
@media (max-width: 767px) {
  .care__item_image {
    min-height: 235px;
  }
}

.inspiration {
  position: relative;
  padding-bottom: 55px;
  padding-top: 75px;
}
@media (max-width: 767px) {
  .inspiration {
    padding-top: 50px;
  }
}
.inspiration__image {
  width: 100%;
  height: auto;
  min-height: 274px;
  max-height: 600px;
  aspect-ratio: 16/6;
  margin-bottom: 56px;
}
@media (max-width: 1199px) {
  .inspiration__image {
    margin-bottom: 30px;
  }
}
.inspiration .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
}
@media (max-width: 1199px) {
  .inspiration .wrap {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.inspiration__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 40px 20px 50px 0;
  border-bottom: 1px solid rgb(21, 21, 21);
}
@media (max-width: 1199px) {
  .inspiration__item {
    padding: 30px 0;
  }
}
.inspiration__item svg {
  min-width: 46px;
  max-width: 46px;
  height: auto;
  position: relative;
  top: -5px;
}
.inspiration__item_content {
  margin-left: 16px;
}
.inspiration__item .title {
  position: relative;
  display: block;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .inspiration__item .title {
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .inspiration__item:nth-child(4) {
    order: -1;
    border-bottom: none;
    padding-top: 0;
  }
}
.inspiration__block {
  border-radius: 40px 0 0 0;
  background-color: rgb(35, 38, 78);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  order: -1;
  padding: 22px;
}
.inspiration__block-number {
  font-size: 103px;
  line-height: 1;
  font-weight: 500;
  color: rgb(252, 68, 30);
}
@media (max-width: 1199px) {
  .inspiration__block-number {
    font-size: 70px;
  }
}
.inspiration__block-text {
  display: block;
  font-weight: 500;
  color: #fff;
}

.development {
  position: relative;
  padding: 55px 0 120px;
}
@media (max-width: 767px) {
  .development {
    padding-bottom: 50px;
    padding-top: 0;
  }
}
.development__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1199px) {
  .development__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .development__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.development__item {
  position: relative;
  background-color: rgb(250, 250, 250);
  padding: 40px 20px 14px;
  height: auto;
  min-height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .development__item {
    min-height: 188px;
    padding: 20px;
  }
}
.development__item_head {
  margin-bottom: 20px;
}
.development__item:nth-child(1) {
  order: 1;
}
.development__item:nth-child(2) {
  order: 2;
}
.development__item:nth-child(3) {
  order: 3;
}
.development__item:nth-child(4) {
  order: 5;
}
.development__item:nth-child(5) {
  order: 6;
}
.development__item:last-child {
  order: 4;
  padding: 0;
}
.development__item-number {
  font-size: 50px;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
  line-height: 1;
  color: rgb(252, 68, 30);
}
@media (max-width: 767px) {
  .development__item-number {
    font-size: 36px;
  }
}
.development__item-title {
  line-height: 1.1;
}
.development__item-desc {
  position: relative;
}

.focus {
  position: relative;
  padding: 30px 0 76px;
}
@media (max-width: 767px) {
  .focus {
    padding-bottom: 0;
  }
}
.focus .container {
  max-width: 1162px;
}
@media (max-width: 991px) {
  .focus__content {
    padding: 0 20px;
  }
}
.focus__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .focus__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 12px;
    margin-bottom: 0;
  }
}
.focus__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 150px;
}
.focus__item-label {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-top: 8px;
}
.focus__item_btn {
  height: 150px;
  padding: 32px 24px;
  display: none;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .focus__item_btn {
    display: flex;
  }
}
@media (max-width: 767px) {
  .focus .more-link-desktop {
    display: none;
  }
}

.page-id-11 .focus {
  padding-bottom: 30px;
}
.page-id-11 .focus .container {
  max-width: 1320px;
}

.process {
  position: relative;
  padding-bottom: 40px;
  padding-top: 195px;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .process {
    padding-top: 96px;
  }
}
.process-desc {
  text-align: center;
  max-width: 1070px;
  margin: 0 auto 30px;
}
.process__group--middle {
  background-color: #fff;
  padding: 56px 0;
}
@media (max-width: 991px) {
  .process__group--middle {
    background-color: transparent;
    padding: 0;
  }
}
.process__group--middle__wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .process__group--middle__wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.process__items {
  min-width: 617px;
  max-width: 617px;
}
@media (max-width: 1199px) {
  .process__items {
    min-width: auto;
    max-width: none;
  }
}
.process__image {
  min-width: 811px;
  max-width: 811px;
  height: auto;
  order: -1;
  position: relative;
  margin-right: 56px;
}
@media (max-width: 1199px) {
  .process__image {
    margin-right: 0;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .process__image {
    min-width: auto;
    width: 100%;
    height: 274px;
    object-fit: cover;
    border-radius: 12px;
  }
}

.process__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid rgb(35, 38, 78);
  padding: 30px 0 50px 10px;
}
@media (max-width: 1199px) {
  .process__item {
    padding: 30px 0 30px 0px;
  }
}
.process__item:last-child {
  border-bottom: none;
}
.process__item_head {
  display: flex;
  align-items: flex-end;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .process__item_head {
    flex-wrap: wrap;
  }
}
.process__item-number {
  font-size: 80px;
  font-weight: 500;
  color: rgb(252, 68, 30);
  line-height: 1;
  min-width: 150px;
  display: block;
}
@media (max-width: 1199px) {
  .process__item-number {
    font-size: 70px;
    min-width: 110px;
  }
}
.process__item_content {
  padding-left: 150px;
}
@media (max-width: 1199px) {
  .process__item_content {
    padding-left: 0;
  }
}
.process__item .title {
  display: block;
  line-height: 1.2;
  font-weight: 500;
  padding-bottom: 5px;
}
@media (min-width: 767px) {
  .process__item .title br {
    display: none;
  }
}
@media (max-width: 1199px) {
  .process__item .title {
    line-height: 1.2;
  }
}

.faq {
  position: relative;
  padding: 50px 0 20px;
}
@media (max-width: 767px) {
  .faq {
    padding-top: 25px;
  }
}
.faq .container {
  max-width: 1160px;
}
.faq-title {
  text-align: left;
  margin-bottom: 24px;
}
.faq__item {
  position: relative;
  border-top: 1px solid rgb(21, 21, 21);
  padding: 28px 0;
}
@media (max-width: 991px) {
  .faq__item {
    padding: 12px 0;
  }
}
.faq__question {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
  cursor: pointer;
}
.faq__question_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.faq__question_left {
  display: flex;
  align-items: center;
}
.faq__question-icon {
  display: flex;
  min-width: 70px;
  margin-right: 50px;
}
@media (max-width: 991px) {
  .faq__question-icon {
    margin-right: 20px;
    min-width: 46px;
  }
}
@media (max-width: 991px) {
  .faq__question-icon img {
    height: 40px;
    width: auto;
  }
}
.faq__question-title {
  font-size: 50px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .faq__question-title {
    font-size: 24px;
  }
}
.faq__question.active .plus::before {
  display: none;
}
.faq__answer {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding-top: 14px;
  display: none;
}
.faq__answer.active {
  height: auto;
  display: block;
  -webkit-line-clamp: none;
}

.plus {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
}
@media (max-width: 991px) {
  .plus {
    min-width: 20px;
    max-width: 20px;
    height: 20px;
  }
}
.plus::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: rgb(252, 68, 30);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.plus::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: rgb(252, 68, 30);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.innovation {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 160px 0 94px;
  margin-top: 50px;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .innovation {
    padding-bottom: 40px;
    padding-top: 70px;
    margin-top: 36px;
  }
}
.innovation .container {
  max-width: 1460px;
  padding: 0;
}
@media (max-width: 1199px) {
  .innovation .container {
    padding: 0 10px;
  }
}
.innovation .wrap {
  display: grid;
}

.innovation-item {
  position: relative;
  display: flex;
}
@media (max-width: 1199px) {
  .innovation-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 1199px) {
  .innovation-item:last-child {
    margin-bottom: 0 !important;
  }
}
.innovation-item__head {
  display: flex;
  align-items: flex-end;
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .innovation-item__head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 28px !important;
  }
}
.innovation-item__title {
  position: relative;
  color: rgb(35, 38, 78);
  font-weight: 500;
}
.innovation-item__number {
  font-size: 80px;
  font-weight: 500;
  color: rgb(252, 68, 30);
  line-height: 1;
  margin-right: 50px;
}
@media (max-width: 1199px) {
  .innovation-item__number {
    font-size: 70px;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 1199px) {
  .innovation-item__content {
    padding: 0 !important;
  }
}
.innovation-item__image {
  min-width: 620px;
  max-width: 620px;
  height: 520px;
  position: relative;
}
@media (max-width: 1199px) {
  .innovation-item__image {
    min-width: auto;
    max-width: none;
    width: calc(100% + 20px);
    left: -10px;
    height: auto;
    aspect-ratio: 16/12;
  }
}
.innovation-item__desc {
  display: grid;
  gap: 20px;
}
.innovation-item__list {
  display: grid;
  gap: 24px;
}
.innovation-item__list li {
  position: relative;
  display: flex;
  align-items: center;
}
.innovation-item__list li svg {
  display: block;
  min-width: 46px;
  max-width: 46px;
  height: auto;
  margin-right: 15px;
}
.innovation-item:nth-child(1) {
  margin-bottom: 88px;
  padding-left: 60px;
}
.innovation-item:nth-child(1) .innovation-item__content {
  padding-right: 110px;
}
@media (max-width: 1199px) {
  .innovation-item:nth-child(1) .innovation-item__content {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .innovation-item:nth-child(1) .innovation-item__head {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .innovation-item:nth-child(1) .innovation-item__number {
    margin-bottom: 0 !important;
    margin-right: 30px !important;
    bottom: -4px;
    position: relative;
  }
}
.innovation-item:nth-child(2) {
  margin-bottom: 130px;
  padding-left: 60px;
}
.innovation-item:nth-child(3) {
  margin-bottom: 96px;
}
.innovation-item:nth-child(3) .innovation-item__content, .innovation-item:nth-child(5) .innovation-item__content {
  padding: 0px 60px 0 90px;
  order: 2;
}
@media (max-width: 1199px) {
  .innovation-item:nth-child(3) .innovation-item__content, .innovation-item:nth-child(5) .innovation-item__content {
    margin-top: 30px;
  }
}
.innovation-item:nth-child(3) .innovation-item__head, .innovation-item:nth-child(5) .innovation-item__head {
  flex-direction: column;
  align-items: flex-start;
}
.innovation-item:nth-child(3) .innovation-item__number, .innovation-item:nth-child(5) .innovation-item__number {
  margin-right: 0;
  margin-bottom: 32px;
}
.innovation-item:nth-child(4) {
  margin-bottom: 130px;
  padding-left: 60px;
}
.innovation-item:nth-child(4) .innovation-item__content {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1199px) {
  .innovation-item:nth-child(4) .innovation-item__content {
    flex-direction: column;
  }
}
.innovation-item:nth-child(4) .innovation-item__head {
  flex-direction: column;
  align-items: flex-start;
  min-width: 550px;
  max-width: 550px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .innovation-item:nth-child(4) .innovation-item__head {
    min-width: 100%;
    max-width: 100%;
  }
}
.innovation-item:nth-child(4) .innovation-item__desc {
  padding-right: 60px;
}
.innovation-item:nth-child(4) .innovation-item__number {
  margin-right: 0;
  margin-bottom: 32px;
}
.comTabs {
  position: relative;
  position: sticky;
  top: 77px;
  background-color: #fff;
  z-index: 100;
}
.comTabs .container {
  padding: 0;
}
@media (max-width: 1199px) {
  .comTabs {
    top: 59px;
  }
}

.tabs {
  padding: 20px 25px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px 50px;
}
@media (max-width: 1199px) {
  .tabs {
    gap: 15px 22px;
    padding: 16px 0;
  }
}

.tab {
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.3s ease;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
  color: rgb(21, 21, 21);
}
@media (min-width: 1025px) {
  .tab:hover {
    color: rgb(252, 68, 30);
  }
}
@media (max-width: 1199px) {
  .tab {
    font-size: 18px;
  }
}
.tab.active {
  color: rgb(252, 68, 30);
}
.tab:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -24px;
  height: 25px;
  width: 2px;
  background: rgb(21, 21, 21);
}
@media (max-width: 1199px) {
  .tab:not(:last-child)::after {
    right: -12px;
  }
}

.pharm {
  position: relative;
  padding-bottom: 40px;
  padding-top: 70px;
}
@media (max-width: 991px) {
  .pharm {
    padding-top: 30px;
  }
}
.pharm .wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
}
@media (max-width: 991px) {
  .pharm .wrap {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.pharm__content {
  padding-right: 54px;
  width: 52%;
}
@media (max-width: 991px) {
  .pharm__content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.pharm__image {
  width: 48%;
  height: auto;
  aspect-ratio: 16/10;
  overflow: hidden;
}
@media (max-width: 991px) {
  .pharm__image {
    width: 100%;
  }
}
.pharm__text {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  background-color: rgb(250, 250, 250);
  padding: 30px;
  font-weight: 500;
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .pharm__text {
    margin-bottom: 30px;
  }
}
.pharm__info {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
}
.pharm__info svg {
  min-width: 37px;
  display: block;
  margin-right: 20px;
}

.vision {
  position: relative;
  padding: 90px 0 84px;
}
@media (max-width: 991px) {
  .vision {
    padding: 30px 0;
  }
}
.vision__content {
  max-width: 1094px;
  margin: 0 auto 50px;
}
@media (max-width: 991px) {
  .vision__content {
    margin: 0 auto 30px;
  }
}

.values__title {
  max-width: 1094px;
  margin: 0 auto 30px;
}
.values__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  overflow: hidden;
}
@media (max-width: 991px) {
  .values__list {
    grid-template-columns: 1fr;
  }
}
.values__heart {
  background-color: rgb(250, 250, 250);
  grid-column: span 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
@media (max-width: 991px) {
  .values__heart {
    grid-column: span 1;
    padding: 70px;
  }
}
@media (max-width: 991px) {
  .values__heart img {
    width: 180px;
  }
}

.values-item {
  background-color: rgb(250, 250, 250);
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .values-item {
    padding: 20px;
    min-height: 162px;
  }
}
@media (max-width: 767px) {
  .values-item {
    min-height: 256px;
    padding-top: 30px;
  }
}
.values-item .title {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .values-item p {
    font-size: 20px;
    font-size: 20px;
    max-width: 300px;
  }
}
.values-item__icon {
  display: block;
  margin-bottom: 15px;
}
.values-item:nth-child(1) {
  background-color: rgb(35, 38, 78);
}
.values-item:nth-child(1) .title {
  color: #fff;
}
.values-item:nth-child(1) p {
  color: rgb(250, 250, 250);
}
.values-item:nth-child(3) {
  background-color: rgb(252, 68, 30);
}
.values-item:nth-child(3) .title {
  color: #fff;
}
.values-item:nth-child(3) p {
  color: rgb(250, 250, 250);
}

.contacts {
  position: relative;
  padding: 16px 0 100px;
}
@media (max-width: 991px) {
  .contacts {
    padding-bottom: 50px;
  }
}
.contacts .container {
  max-width: 1120px;
}
.contacts__desc {
  text-align: center;
  margin-bottom: 88px;
}
@media (max-width: 991px) {
  .contacts__desc {
    margin-bottom: 20px;
  }
}
.contacts .wrap {
  margin-bottom: 58px;
}
@media (max-width: 991px) {
  .contacts .wrap {
    margin-bottom: 30px;
  }
}
.contacts-title {
  display: block;
  text-align: center;
  font-weight: 600;
  color: rgb(35, 38, 78);
  letter-spacing: 1.38px;
  margin-bottom: 58px;
}
@media (max-width: 991px) {
  .contacts-title {
    margin-bottom: 30px;
    letter-spacing: 0px;
  }
}
.contacts-company {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .contacts-company {
    font-size: 20px;
    text-align: center;
    max-width: 335px;
    margin: 0 auto;
    margin-bottom: 42px;
  }
}
.contacts-address {
  display: flex;
  align-items: flex-start;
  position: relative;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 14px;
}
.contacts-address svg {
  display: block;
  margin-right: 12px;
  min-width: 24px;
}
.contacts-email {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 500;
  line-height: 1;
  transition: 0.3s ease;
  width: fit-content;
}
.contacts-email svg {
  display: block;
  margin-right: 12px;
  min-width: 24px;
}

.wpcf7-form {
  display: grid;
  gap: 20px;
  position: relative;
}
.wpcf7-form .wpcf7-form-control-wrap {
  position: relative;
  display: flex;
}
.wpcf7-form__row {
  display: flex;
  gap: 20px;
}
@media (max-width: 991px) {
  .wpcf7-form__row {
    flex-direction: column;
  }
}
.wpcf7-form .form-col {
  margin-bottom: 10px;
}
.wpcf7-form label {
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel] {
  width: 100%;
  height: 65px;
  font-size: 24px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: rgb(21, 21, 21);
  border-radius: 20px;
  padding-left: 27px;
  font-weight: 400;
  font-family: "Cygre", sans-serif;
}
.wpcf7-form input[type=text]::placeholder,
.wpcf7-form input[type=email]::placeholder,
.wpcf7-form input[type=tel]::placeholder {
  color: rgba(21, 21, 21, 0.5);
}
.wpcf7-form textarea {
  width: 100%;
  height: 486px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: rgb(21, 21, 21);
  font-weight: 400;
  border-radius: 20px;
  font-family: "Cygre", sans-serif;
  padding: 27px;
  font-size: 24px;
  resize: none;
}
@media (max-width: 991px) {
  .wpcf7-form textarea {
    height: 400px;
  }
}
.wpcf7-form .wpcf7-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 20px;
  font-size: 24px;
  font-weight: 700;
  height: 65px;
  padding: 0 76px;
  outline: none;
  cursor: pointer;
  transition: 0.3s ease;
  width: fit-content;
  background: rgb(7, 27, 56);
  box-shadow: none;
  color: #fff;
  border: none;
  margin: 30px auto 0;
  font-family: "Cygre", sans-serif;
  letter-spacing: 0.4px;
}
@media (min-width: 1025px) {
  .wpcf7-form .wpcf7-submit:hover {
    background: rgb(35, 38, 78);
  }
}
@media (max-width: 991px) {
  .wpcf7-form .wpcf7-submit {
    margin: 10px auto 0;
  }
}
.wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
  right: 16px;
  bottom: 3px;
  font-size: 13px;
}
.wpcf7-form .wpcf7-response-output {
  border: none;
  padding: 0;
  font-size: 12px;
  margin: 0;
  opacity: 0.5;
  display: none !important;
}
.wpcf7-form .wpcf7-spinner {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
.wpcf7-form .file-description {
  display: block;
  text-align: center;
  padding: 10px 0;
}
@media (max-width: 991px) {
  .wpcf7-form .file-description {
    padding: 0;
  }
}
.wpcf7-form .form-consent {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .wpcf7-form .form-consent {
    font-size: 12px;
  }
}
.wpcf7-form .form-consent a {
  color: rgb(252, 68, 30);
  text-decoration: underline;
}

.custom-select-wrapper {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  overflow: hidden;
}

.custom-select-selected {
  position: relative;
  min-height: 65px;
  width: 100%;
  font-size: 24px;
  display: flex;
  align-items: center;
  color: rgb(21, 21, 21);
  padding-left: 27px;
  font-weight: 500;
  font-family: "Cygre", sans-serif;
  cursor: pointer;
}
.custom-select-selected::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 25px;
  width: 8px;
  height: 8px;
  display: block;
  transform: rotate(135deg);
  border-top: 2px solid rgb(35, 38, 78);
  border-right: 2px solid rgb(35, 38, 78);
}
.custom-select-selected.active {
  position: relative;
}
.custom-select-selected.active::after {
  transform: rotate(-45deg);
  border-top: 2px solid rgb(252, 68, 30);
  border-right: 2px solid rgb(252, 68, 30);
}

.custom-select-options {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding: 5px 0;
  display: none;
}
.custom-select-options .custom-option {
  padding: 9px 10px 9px 27px;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}
.custom-select-options .custom-option:hover {
  color: rgb(252, 68, 30);
}
.custom-select-options .custom-option:first-child {
  display: none;
}

.file-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 65px;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid rgb(21, 21, 21);
  transition: background 0.3s ease;
}
.file-wrapper::after {
  content: "";
  position: absolute;
  left: 20px;
  display: inline-block;
  width: 30px;
  height: 31px;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='31' viewBox='0 0 30 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_781_700)'%3E%3Cpath d='M1 0.5V9.5C1 10.5609 1.42143 11.5783 2.17157 12.3284C2.92172 13.0786 3.93913 13.5 5 13.5C6.06087 13.5 7.07828 13.0786 7.82843 12.3284C8.57857 11.5783 9 10.5609 9 9.5V3.5C9 2.96957 8.78929 2.46086 8.41421 2.08579C8.03914 1.71071 7.53043 1.5 7 1.5C6.46957 1.5 5.96086 1.71071 5.58579 2.08579C5.21071 2.46086 5 2.96957 5 3.5V10.5M12 1.5H25C25.5304 1.5 26.0391 1.71071 26.4142 2.08579C26.7893 2.46086 27 2.96957 27 3.5V27.5C27 28.0304 26.7893 28.5391 26.4142 28.9142C26.0391 29.2893 25.5304 29.5 25 29.5H5C4.46957 29.5 3.96086 29.2893 3.58579 28.9142C3.21071 28.5391 3 28.0304 3 27.5V16.5M22 9.5H14M22 15.5H14M22 21.5H8' stroke='%23FC441E' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_781_700'%3E%3Crect width='30' height='30' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.file-wrapper .wpcf7-form-control-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.file-wrapper .file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.file-wrapper .file-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  color: rgb(252, 68, 30);
  letter-spacing: 0.48px;
  z-index: 1;
  padding: 0 60px;
  text-align: center;
  line-height: 1.1;
}
@media (max-width: 991px) {
  .file-wrapper .file-button {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.file-wrapper:hover {
  background-color: rgb(250, 250, 250);
}

.contactus {
  position: relative;
  padding: 70px 0;
}
@media (max-width: 991px) {
  .contactus {
    padding: 30px 0 50px;
  }
}
.contactus-link {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 24px;
  color: rgb(35, 38, 78);
  transition: 0.3s ease;
  white-space: nowrap;
}
.contactus-link svg {
  display: block;
  margin-right: 10px;
}
@media (min-width: 1025px) {
  .contactus-link:hover {
    color: rgb(252, 68, 30);
  }
}
@media (max-width: 991px) {
  .contactus-link {
    justify-content: center;
    font-size: 20px;
  }
}
.contactus-variant__text1 {
  margin-bottom: 38px;
  font-weight: 500;
}
.contactus-variant__text2 {
  max-width: 644px;
}
@media (max-width: 991px) {
  .contactus-variant__text2 {
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.contactus-variant__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .contactus-variant__row {
    flex-direction: column;
    align-items: normal;
  }
}
.contactus-variant__image {
  width: 100%;
  max-width: 650px;
  height: auto;
  min-height: 348px;
  margin-right: 54px;
}
@media (max-width: 991px) {
  .contactus-variant__image {
    margin-right: 0;
    margin-bottom: 30px;
    min-height: 274px;
    max-width: none;
  }
}
.contactus-variant__block {
  max-width: 644px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .contactus-variant__block {
    max-width: 100%;
  }
}
.contactus-variant__content {
  position: relative;
}
.contactus-variant__first .title {
  max-width: 668px;
  padding-right: 24px;
}
@media (max-width: 991px) {
  .contactus-variant__first .title {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.contactus-variant__second {
  max-width: 1210px;
  margin: 0 auto;
}
.contactus-variant__third .contactus-variant__row {
  align-items: normal;
  justify-content: normal;
}
.contactus-variant__third .title {
  margin-bottom: 56px;
  color: rgb(35, 38, 78);
}
@media (max-width: 991px) {
  .contactus-variant__third .title {
    margin-bottom: 20px;
  }
}
.contactus-variant__third .contactus-variant__desc {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .contactus-variant__third .contactus-variant__desc {
    margin-bottom: 30px;
  }
}

.p-innovation {
  position: relative;
  padding-bottom: 65px;
}
@media (max-width: 1199px) {
  .p-innovation {
    padding-bottom: 10px;
  }
}
.p-innovation .wrap {
  display: flex;
}
@media (max-width: 1199px) {
  .p-innovation .wrap {
    flex-direction: column;
  }
}
.p-innovation__block {
  background-color: rgb(250, 250, 250);
  padding: 66px 144px 66px 88px;
  min-width: 712px;
  max-width: 712px;
}
@media (max-width: 1199px) {
  .p-innovation__block {
    min-width: 100%;
    max-width: 100%;
    padding: 30px 20px;
  }
}
.p-innovation .more-link {
  margin-top: 30px;
  margin-left: 88px;
}
@media (max-width: 1199px) {
  .p-innovation .more-link {
    margin-left: 0;
  }
}
.p-innovation__desc {
  display: grid;
  gap: 24px;
}
.p-innovation__image {
  position: relative;
  height: 460px;
  min-width: 708px;
  max-width: 708px;
  top: 100px;
  left: -100px;
}
@media (max-width: 1199px) {
  .p-innovation__image {
    top: 0px;
    left: 0px;
    min-width: 100%;
    max-width: 100%;
    height: 274px;
  }
}

.p-career {
  position: relative;
  padding-top: 65px;
  padding-bottom: 90px;
}
@media (max-width: 1199px) {
  .p-career {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
.p-career .wrap {
  display: flex;
}
@media (max-width: 1199px) {
  .p-career .wrap {
    flex-direction: column;
  }
}
.p-career__image {
  position: relative;
  height: 460px;
  min-width: 648px;
  max-width: 648px;
}
@media (max-width: 1199px) {
  .p-career__image {
    flex-direction: column;
    min-width: 100%;
    max-width: 100%;
    height: 274px;
    margin-bottom: 30px;
  }
}
.p-career__content {
  position: relative;
}
.p-career__content .title {
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .p-career__content .title {
    margin-bottom: 20px;
  }
}
.p-career__block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 54px;
}
@media (max-width: 1199px) {
  .p-career__block {
    order: -1;
    padding: 30px 20px;
  }
}
@media (max-width: 1199px) {
  .p-career__block .more-link {
    display: none;
  }
}
.p-career .more-link-mob {
  display: none;
}
@media (max-width: 1199px) {
  .p-career .more-link-mob {
    display: flex;
  }
}

.news {
  position: relative;
  padding: 30px 0 80px;
}
@media (max-width: 767px) {
  .news {
    padding: 30px 0 80px;
  }
}
.news-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 56px;
  gap: 24px;
}
@media (max-width: 767px) {
  .news-head {
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 32px;
  }
}
.news-head .title {
  margin-bottom: 0;
}
.news .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 24px;
}
@media (max-width: 767px) {
  .news .wrap {
    grid-template-columns: 1fr;
  }
}

.news-card {
  position: relative;
  background: rgb(250, 250, 250);
  display: block;
}
.news-card__image {
  width: 100%;
  height: auto;
  aspect-ratio: 16/8.5;
  overflow: hidden;
  position: relative;
}
.news-card__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news-card__content {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .news-card__content {
    min-height: 180px;
  }
}
.news-card__title {
  position: relative;
  padding: 24px 32px 24px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .news-card__title {
    padding: 20px 24px 20px;
    font-size: 20px;
    line-height: 1.2;
  }
}
.news-card__date {
  color: rgb(21, 21, 21);
  font-size: 18px;
}
.news-card__bottom {
  height: 87px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .news-card__bottom {
    height: 63px;
    padding: 0 24px;
  }
}
.news-card__left {
  position: relative;
}
.news-card__button {
  display: none;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
}
.news-card__arrow svg path {
  transition: 0.3s ease;
  fill: rgb(21, 21, 21);
}
@media (min-width: 1025px) {
  .news-card:hover .news-card__bottom {
    background: rgb(252, 68, 30);
  }
  .news-card:hover .news-card__arrow svg path {
    fill: #fff;
  }
  .news-card:hover .news-card__date {
    display: none;
  }
  .news-card:hover .news-card__button {
    display: block;
  }
}

.search {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 440px;
  border-bottom: 1px solid rgb(217, 217, 217);
  gap: 16px;
}
.search-btn {
  display: flex;
  position: relative;
  top: 3px;
}
.search input {
  color: rgb(21, 21, 21);
  font-size: 18px;
  border: none;
  font-family: "Cygre", sans-serif;
  padding: 10px 0;
  line-height: 1;
  appearance: none;
  width: 100%;
  background-color: transparent;
}
.search input::placeholder {
  color: rgb(217, 217, 217);
}

.prev-page {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  margin-bottom: 60px;
  cursor: pointer;
  line-height: 1;
}
@media (max-width: 767px) {
  .prev-page {
    margin-bottom: 30px;
  }
}
.prev-page:hover {
  opacity: 0.75;
}
