@charset "UTF-8";
@font-face {
  font-family: FontRegular;
  src: url("../../fonts/Inter-Regular.otf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontMedium;
  src: url("../../fonts/Inter-Medium.otf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontSemiBold;
  src: url("../../fonts/Inter-SemiBold.otf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontBold;
  src: url("../../fonts/Inter-Bold.otf") format("truetype");
  font-display: block;
}
.font-regular {
  font-family: FontRegular;
}

.font-medium {
  font-family: FontMedium;
}

.font-semi-bold {
  font-family: FontSemiBold;
}

.font-bold {
  font-family: FontBold;
}

strong, b {
  font-family: FontBold;
}

h1, h2, h3 {
  margin: 0;
}

.white-color {
  color: #F4F6F8;
}

.black-color {
  color: #000;
}

.default-text-color {
  color: #3A3F55;
}

.default-title-color {
  color: #1F2433;
}

.default-color {
  color: rgb(46, 65, 155);
}

.default-color-alternate {
  color: #F57F20;
}

.background-white {
  background-color: #F4F6F8;
}

.background-black {
  background-color: #000;
}

.default-hover {
  color: #3A3F55;
}
.default-hover:hover {
  color: rgb(46, 65, 155);
}

.default-link {
  position: relative;
  color: rgb(46, 65, 155);
}
.default-link:hover:before, .default-link:hover:after {
  width: 100%;
  opacity: 1;
}
.default-link:after {
  left: 0;
  background-color: rgb(46, 65, 155);
}
.default-link:before, .default-link:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.default-link:hover {
  color: rgb(46, 65, 155);
}

a {
  text-decoration: none;
}
a:hover {
  transition: all 0.2s linear;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:before, a:after {
  transition: all 0.2s linear;
}
a {
  transition: all 0.2s linear;
}

input, textarea, button {
  -webkit-appearance: none;
  border-radius: 0;
  transition: all 0.2s linear;
}
input:hover, textarea:hover, button:hover {
  transition: all 0.2s linear;
}
input:focus, textarea:focus, button:focus {
  transition: all 0.2s linear;
  outline: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, button::-webkit-input-placeholder {
  transition: all 0.2s linear;
}
input::-moz-placeholder, textarea::-moz-placeholder, button::-moz-placeholder {
  transition: all 0.2s linear;
}
input:-moz-placeholder, textarea:-moz-placeholder, button:-moz-placeholder {
  transition: all 0.2s linear;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, button:-ms-input-placeholder {
  transition: all 0.2s linear;
}

input[type=submit], button {
  cursor: pointer;
}

.transition-default {
  transition: all 0.2s linear;
}
.transition-default:hover {
  transition: all 0.2s linear;
}

.transition-default-longer {
  transition: all 0.4s linear;
}
.transition-default-longer:hover {
  transition: all 0.4s linear;
}

.transition-default-long {
  transition: all 0.6s linear;
}
.transition-default-long:hover {
  transition: all 0.6s linear;
}

.absolute-cover-img, .darkness-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.darkness-effect {
  background-color: rgba(0, 0, 0, 0.5);
}

.radius-50-px {
  border-radius: 50px;
}

.radius-50-percents {
  border-radius: 50%;
}

.m-auto-horizontal {
  margin: 0 auto;
}

.m-auto-vertical {
  margin: auto 0;
}

.object-cover {
  object-fit: cover;
}

.object-contain {
  object-fit: contain;
}

.background-image-default {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.backface-hidden {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.non-default-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fz-0 {
  font-size: 0;
}

.last-child-without-margin > *:last-child {
  margin-bottom: 0 !important;
}

.default-menu-styles > ul > li:nth-last-of-type(1) {
  margin: 0 !important;
}

.white-color-wrapper * {
  color: #F4F6F8;
}

.white-color-wrapper.wysiwyg-styles .wp-caption-text {
  color: #F4F6F8;
}
.white-color-wrapper.wysiwyg-styles > h2 {
  color: #F4F6F8;
}

.thumb-placeholder {
  object-fit: contain;
  padding: 16px;
}

.mix-blend-mode {
  mix-blend-mode: multiply;
}

.body-with-admin-bar .navbar-header {
  top: 32px;
}

.body-with-admin-bar .mobile-menu {
  top: calc(96px + 32px);
}

.prevent-shaking-animation {
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.prevent-shaking-animation:hover {
  transform: translateY(-5px) perspective(1000px);
  -webkit-transform: translateY(-5px) perspective(1000px);
}

.prevent-shaking-animation-small:hover {
  transform: translateY(-3px) perspective(1000px);
  -webkit-transform: translateY(-3px) perspective(1000px);
}

@media screen and (min-width: 1181px) {
  .modal-open body, .modal-open .navbar-header {
    padding-right: 8px !important;
  }
}
@media screen and (max-width: 782px) {
  .body-with-admin-bar .navbar-header {
    top: 46px;
  }
  .body-with-admin-bar .mobile-menu {
    top: calc(96px + 46px);
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
body {
  font-family: FontRegular;
  color: #3A3F55;
  font-size: 16px;
  padding-top: 96px;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #F4F6F8;
}
body::-webkit-scrollbar-thumb {
  background-color: rgb(46, 65, 155);
}
body {
  overflow-x: hidden;
}

.default-page-height {
  min-height: calc(100vh - 96px);
}

.default-text {
  font-size: 16px;
  line-height: 24px;
}

.border-24px {
  border-radius: 24px;
}

.border-44px {
  border-radius: 44px;
}

.default-text-bigger {
  font-size: 18px;
  line-height: 26px;
}

.main-container {
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1440px;
}

.main-title {
  font-size: 48px;
  line-height: 56px;
}
.main-title span {
  font-size: 40px;
}

.main-subtitle {
  font-size: 32px;
  line-height: 40px;
}

.default-button-with-image {
  display: inline-flex !important;
  display: -webkit-inline-flex !important;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 10px;
}

.wysiwyg-show-more-preview-inner {
  margin-bottom: 24px;
}

.wysiwyg-show-more {
  gap: 8px;
}
.wysiwyg-show-more span {
  font-size: 16px;
  line-height: 24px;
  font-family: FontBold;
  letter-spacing: 0.16px;
  color: rgb(46, 65, 155);
  transition: all 0.2s linear;
}
.wysiwyg-show-more svg {
  width: 18px;
  height: 13px;
}
.wysiwyg-show-more svg path {
  transition: all 0.2s linear;
  fill: rgb(46, 65, 155);
}
.wysiwyg-show-more:hover span {
  color: #F57F20;
}
.wysiwyg-show-more:hover svg path {
  fill: #F57F20;
}

.default-button-with-side-arrow svg {
  width: 28px;
  height: 14px;
}

.default-button {
  display: inline-block;
  font-family: FontMedium;
  padding: 12px 24px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  border-radius: 8px;
}

.default-button-simple {
  color: #F4F6F8 !important;
  background-color: rgb(46, 65, 155) !important;
  border: 1px solid rgb(46, 65, 155) !important;
}
.default-button-simple:hover {
  color: #F4F6F8 !important;
  background-color: #F57F20 !important;
  border: 1px solid #F57F20 !important;
}

@media screen and (max-width: 1024px) {
  .main-title {
    font-size: 40px;
    line-height: 48px;
  }
  .main-title span {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .main-title {
    font-size: 32px;
    line-height: 40px;
  }
  .main-title span {
    font-size: 24px;
  }
  .main-subtitle {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 500px) {
  .main-container {
    padding: 0 16px;
  }
}
@keyframes scaling {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes scalingBigger {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  75% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
@keyframes sideMovingAnimation {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes verticalSideMovingAnimation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes verticalSideMovingAnimationSmall {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounce-link-with-image-on-hover:hover img, .bounce-link-with-image-on-hover:hover svg {
  animation: bounce 0.5s linear infinite;
  -webkit-animation: bounce 0.5s linear infinite;
}

@keyframes movement-rotation-effect-first {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  17% {
    transform: translate(-4px, -4px);
    -webkit-transform: translate(-4px, -4px);
  }
  34% {
    transform: translate(4px, 0);
    -webkit-transform: translate(4px, 0);
  }
  51% {
    transform: translate(0, 4px);
    -webkit-transform: translate(0, 4px);
  }
  68% {
    transform: translate(4px, -4px);
    -webkit-transform: translate(4px, -4px);
  }
  85% {
    transform: translate(-4px, 0);
    -webkit-transform: translate(-4px, 0);
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes movement-rotation-effect-second {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  20% {
    transform: translate(-4px, 4px);
    -webkit-transform: translate(-4px, 4px);
  }
  40% {
    transform: translate(-4px, -4px);
    -webkit-transform: translate(-4px, -4px);
  }
  60% {
    transform: translate(4px, -4px);
    -webkit-transform: translate(4px, -4px);
  }
  80% {
    transform: translate(0, 4px);
    -webkit-transform: translate(0, 4px);
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes movement-rotation-effect-third {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  17% {
    transform: translate(4px, 4px);
    -webkit-transform: translate(4px, 4px);
  }
  34% {
    transform: translate(-4px, -4px);
    -webkit-transform: translate(-4px, -4px);
  }
  51% {
    transform: translate(4px, -4px);
    -webkit-transform: translate(4px, -4px);
  }
  68% {
    transform: translate(-4px, 4px);
    -webkit-transform: translate(-4px, 4px);
  }
  85% {
    transform: translate(0, -4px);
    -webkit-transform: translate(0, -4px);
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes movement-rotation-effect-fourth {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  20% {
    transform: translate(4px, -4px);
    -webkit-transform: translate(4px, -4px);
  }
  40% {
    transform: translate(0px, 4px);
    -webkit-transform: translate(0px, 4px);
  }
  60% {
    transform: translate(4px, 0);
    -webkit-transform: translate(4px, 0);
  }
  80% {
    transform: translate(-4px, -4px);
    -webkit-transform: translate(-4px, -4px);
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
.first-animation-move {
  animation: movement-rotation-effect-first 10s linear infinite;
  -webkit-animation: movement-rotation-effect-first 10s linear infinite;
}

.second-animation-move {
  animation: movement-rotation-effect-second 10s linear infinite;
  -webkit-animation: movement-rotation-effect-second 10s linear infinite;
}

.third-animation-move {
  animation: movement-rotation-effect-third 10s linear infinite;
  -webkit-animation: movement-rotation-effect-third 10s linear infinite;
}

.fourth-animation-move {
  animation: movement-rotation-effect-fourth 10s linear infinite;
  -webkit-animation: movement-rotation-effect-fourth 10s linear infinite;
}

.before-animation-visibility-backface {
  opacity: 0;
  visibility: hidden;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.before-animation-visibility-gallery {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.1) rotate(90deg);
  -webkit-transform: scale(0.1) rotate(90deg);
}

.before-animation-visibility {
  opacity: 0;
  visibility: hidden;
}

.before-animation-left {
  transform: translateX(-100vw);
  -webkit-transform: translateX(-100vw);
}

.before-animation-right {
  transform: translateX(100vw);
  -webkit-transform: translateX(100vw);
}

@keyframes leftSideAnimationSimple {
  0% {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes rightSideAnimationSimple {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.left-side-animation-simple {
  -webkit-animation: leftSideAnimationSimple 1s ease-out forwards;
  animation: leftSideAnimationSimple 1s ease-out forwards;
  opacity: 1 !important;
}

.right-side-animation-simple {
  -webkit-animation: rightSideAnimationSimple 1s ease-out forwards;
  animation: rightSideAnimationSimple 1s ease-out forwards;
  opacity: 1 !important;
}

.animation-fix {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  will-change: transform;
}

.before-fade-in {
  opacity: 0;
}

@keyframes bottomSideFadeIn {
  0% {
    opacity: 0;
    transform: translateY(32px);
    -webkit-transform: translateY(32px);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@keyframes leftSideFadeIn {
  0% {
    opacity: 0;
    transform: translateX(-32px);
    -webkit-transform: translateX(-32px);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@keyframes simpleFadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.left-side-fade-in {
  -webkit-animation: leftSideFadeIn 1.25s ease forwards;
  animation: leftSideFadeIn 1.25s ease forwards;
}

.bottom-side-fade-in {
  -webkit-animation: bottomSideFadeIn 1.25s ease forwards;
  animation: bottomSideFadeIn 1.25s ease forwards;
}

.bottom-side-fade-in-small-delay {
  -webkit-animation: bottomSideFadeIn 1.25s ease 0.25s forwards;
  animation: bottomSideFadeIn 1.25s ease 0.25s forwards;
}

.simple-fade-in {
  -webkit-animation: simpleFadeIn 1.25s ease 0.25s forwards;
  animation: simpleFadeIn 1.25s ease 0.25s forwards;
}

.no-lazy-load {
  animation: none !important;
  -webkit-animation: none !important;
  transform: none !important;
  -webkit-transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.navbar-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1020;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-color: #F4F6F8;
}

.header-content {
  min-height: 96px;
  gap: 40px;
}

.header-logo img {
  max-width: 240px;
  max-height: 76px;
}

.header-menu > ul > li {
  font-size: 0;
}
.header-menu > ul > li > a {
  color: rgb(46, 65, 155);
}
.header-menu > ul > li > a:hover {
  color: #F57F20;
}
.header-menu > ul .current-menu-item > a, .header-menu > ul .current-page-ancestor > a, .header-menu > ul .current-menu-ancestor > a {
  color: #F57F20;
}

.header-menu-desktop > ul {
  display: flex;
  display: -webkit-flex;
}
.header-menu-desktop > ul > li {
  margin-right: 24px;
}
.header-menu-desktop > ul > li > a {
  font-family: FontMedium;
  font-size: 18px;
  line-height: 26px;
}

.header-burger {
  background-color: rgb(46, 65, 155);
  border-radius: 12px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.header-burger svg path {
  transition: all 0.2s linear;
}
.header-burger:hover {
  background-color: #F57F20;
}

@media screen and (min-width: 1181px) {
  .header-burger, .mobile-menu {
    display: none !important;
  }
  .header-content > *:last-child {
    margin-right: 0 !important;
  }
  .header-btn-mobile {
    display: none;
  }
}
@media screen and (max-width: 1180px) {
  .header-btn-desktop {
    display: none;
  }
  .header-btn-mobile a {
    width: 100%;
  }
  .header-menu-mobile {
    margin-bottom: 32px;
  }
  .header-menu-mobile > ul > li {
    margin-bottom: 16px;
  }
  .header-menu-mobile > ul > li > a {
    font-family: FontMedium;
    font-size: 18px;
    line-height: 150%;
    color: #3A3F55;
    transition: all 0.2s linear;
  }
  .header-menu-mobile > ul > li > a:hover {
    color: rgb(46, 65, 155);
  }
  .header-menu-mobile > ul .current-menu-item > a, .header-menu-mobile > ul .current-page-ancestor > a, .header-menu-mobile > ul .current-menu-ancestor > a {
    color: rgb(46, 65, 155);
  }
  .mobile-menu {
    background-color: #F4F6F8;
    max-width: 320px;
    width: 100%;
    height: calc(100vh - 96px);
    top: 96px;
    right: 0;
    padding: 24px 24px 96px;
    overflow: auto;
  }
  .mobile-menu::-webkit-scrollbar {
    width: 0;
  }
  .mobile-menu::-webkit-scrollbar-track, .mobile-menu::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  .mobile-menu-hidden {
    transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
  }
  .mobile-background {
    width: 100%;
    height: calc(100vh - 96px);
    top: 96px;
    left: 0;
    z-index: 1019;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .mobile-background-hidden {
    visibility: hidden;
    opacity: 0;
  }
  .header-menu-desktop {
    display: none !important;
  }
}
.footer {
  background-color: #1F2433;
  padding: 48px 0;
}
.footer .footer-inner {
  gap: 32px;
}
.footer .footer-rightside {
  width: 400px;
}
.footer .footer-contacts {
  margin-bottom: 32px;
}
.footer .footer-single-contact {
  margin-bottom: 16px;
  gap: 12px;
  font-size: 14px;
  line-height: 22px;
}
.footer .footer-single-contact a {
  color: #F4F6F8;
  gap: 12px;
  font-size: 14px;
  line-height: 22px;
  font-family: FontMedium;
}
.footer .footer-single-contact a:hover {
  color: #F57F20;
}
.footer .footer-single-contact a:hover svg {
  animation: bounce 0.6s linear infinite;
}
.footer .footer-single-contact a svg {
  max-width: 22px;
  max-height: 25px;
}
.footer .footer-menus-wrapper {
  width: calc(100% - 400px - 32px);
  gap: 16px;
}
.footer .footer-links-item {
  width: calc((100% - 48px) / 4);
  gap: 16px;
}
.footer .footer-links-item a {
  color: #54CADB;
  font-size: 18px;
  line-height: 26px;
  position: relative;
}
.footer .footer-links-item a:hover:before, .footer .footer-links-item a:hover:after {
  width: 100%;
  opacity: 1;
}
.footer .footer-links-item a:after {
  left: 0;
  background-color: #54CADB;
}
.footer .footer-links-item a:before, .footer .footer-links-item a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.footer .footer-socials-wrapper {
  gap: 24px;
}
.footer .footer-facebook:hover svg path {
  fill: #1877F2;
}
.footer .footer-instagram:hover svg path {
  fill: #c13584;
}
.footer .footer-tiktok:hover svg path {
  fill: #fe2858;
}
.footer .footer-youtube:hover svg path {
  fill: #FF0000;
}
.footer .footer-single-social svg {
  max-width: 27px;
  max-height: 26px;
}
.footer .footer-single-social svg path {
  transition: all 0.2s linear;
}
.footer .footer-single-social:hover svg {
  animation: bounce 0.6s linear infinite;
}

@media screen and (max-width: 1180px) {
  .footer .footer-rightside {
    width: 280px;
  }
  .footer .footer-menus-wrapper {
    width: calc(100% - 280px - 32px);
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer-rightside, .footer .footer-menus-wrapper {
    width: 100%;
  }
  .footer .footer-rightside {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-links-item {
    width: 100%;
  }
}
.wysiwyg-styles .wp-caption {
  width: 100% !important;
  margin: 0 0 32px;
}
.wysiwyg-styles .wp-caption-text {
  font-size: 12px;
  line-height: 18px;
  margin: 8px 0 0;
  color: #3A3F55;
  font-family: FontBold;
}
.wysiwyg-styles > p > img, .wysiwyg-styles .wp-caption > img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 350px;
  width: 100%;
  border-radius: 16px;
  margin: 24px 0;
}
.wysiwyg-styles > p {
  margin-bottom: 8px;
}
.wysiwyg-styles > p .alignleft, .wysiwyg-styles > p .alignright {
  max-width: 50% !important;
  max-height: 500px !important;
  height: auto !important;
  object-fit: cover !important;
}
.wysiwyg-styles > p .alignleft {
  float: left;
  margin: 0 32px 32px 0;
}
.wysiwyg-styles > p .alignright {
  float: right;
  margin: 0 0 32px 32px;
}
.wysiwyg-styles > ul {
  list-style: none;
  padding: 0;
  margin-bottom: 32px;
}
.wysiwyg-styles > ul li {
  display: table;
  background-repeat: no-repeat;
  background-image: url("../../images/dot.svg");
  background-size: 7px 9px;
  background-position: 0 7px;
  padding: 0 0 0 23px;
}
.wysiwyg-styles > p, .wysiwyg-styles > ul li {
  font-size: 16px;
  line-height: 24px;
}
.wysiwyg-styles > p > a:not(.default-button), .wysiwyg-styles > ul li > a:not(.default-button) {
  color: rgb(46, 65, 155);
  position: relative;
}
.wysiwyg-styles > p > a:not(.default-button):hover:before, .wysiwyg-styles > p > a:not(.default-button):hover:after, .wysiwyg-styles > ul li > a:not(.default-button):hover:before, .wysiwyg-styles > ul li > a:not(.default-button):hover:after {
  width: 100%;
  opacity: 1;
}
.wysiwyg-styles > p > a:not(.default-button):after, .wysiwyg-styles > ul li > a:not(.default-button):after {
  left: 0;
  background-color: rgb(46, 65, 155);
}
.wysiwyg-styles > p > a:not(.default-button):before, .wysiwyg-styles > p > a:not(.default-button):after, .wysiwyg-styles > ul li > a:not(.default-button):before, .wysiwyg-styles > ul li > a:not(.default-button):after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.wysiwyg-styles > p > a:not(.default-button):hover, .wysiwyg-styles > ul li > a:not(.default-button):hover {
  color: rgb(46, 65, 155);
}
.wysiwyg-styles > h2 {
  font-size: 40px;
  line-height: 56px;
  font-family: FontBold;
  color: #1F2433;
  margin-bottom: 12px;
}
.wysiwyg-styles > h3 {
  font-size: 32px;
  line-height: 40px;
  font-family: FontBold;
  color: #1F2433;
  margin-bottom: 12px;
}
.wysiwyg-styles .wysiwyg-button {
  margin-bottom: 32px;
}
.wysiwyg-styles > *:last-child {
  margin-bottom: 0 !important;
}
.wysiwyg-styles > *:last-child > img {
  margin-bottom: 0 !important;
}
.wysiwyg-styles > *:first-child {
  margin-top: 0 !important;
}

.video-wysiwyg {
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}
.video-wysiwyg:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video-wysiwyg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wysiwyg-gallery {
  margin: 24px 0;
  gap: 12px;
}
.wysiwyg-gallery .single-gallery-element {
  width: calc((100% - 36px) / 4.001);
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.wysiwyg-gallery .single-gallery-element:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.wysiwyg-gallery .slider-image-link {
  overflow: hidden;
  border-radius: 12px;
}
.wysiwyg-gallery .additional-number {
  right: 16px;
  bottom: 16px;
  font-size: 20px;
  line-height: 30px;
  color: #F4F6F8;
}

@media screen and (max-width: 767px) {
  .wysiwyg-styles > p .alignleft, .wysiwyg-styles > p .alignright {
    float: none !important;
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .wysiwyg-gallery .single-gallery-element {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 500px) {
  .wysiwyg-gallery {
    gap: 12px;
  }
  .wysiwyg-gallery .single-gallery-element {
    width: calc(50% - 6px);
  }
}
.preloader {
  position: absolute;
  width: 80px;
  height: 15px;
  transition: all 0.1s linear;
  visibility: hidden;
  opacity: 0;
}
.preloader div {
  background-color: rgb(46, 65, 155);
  position: absolute;
  top: 1px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.preloader div:nth-child(1) {
  left: 8px;
  animation: preloader-animation-1 0.6s infinite;
}
.preloader div:nth-child(2) {
  left: 8px;
  animation: preloader-animation-2 0.6s infinite;
}
.preloader div:nth-child(3) {
  left: 32px;
  animation: preloader-animation-2 0.6s infinite;
}
.preloader div:nth-child(4) {
  left: 56px;
  animation: preloader-animation-3 0.6s infinite;
}

.preloader-visible {
  visibility: visible;
  opacity: 1;
}

@keyframes preloader-animation-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes preloader-animation-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes preloader-animation-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.common-form-preloader {
  top: calc(100% + 12px);
  left: calc(50% - 40px);
}

.hero-block .hero-overlay {
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.hero-block .hero-block-inner {
  z-index: 3;
}
.hero-block .hero-block-gallery {
  z-index: 1;
}
.hero-block .hero-block-container {
  min-height: 450px;
}
.hero-block .hero-block-inner {
  padding: 48px 0;
}
.hero-block .hero-block-text-wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.hero-block .hero-block-title {
  margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  .hero-block .hero-block-container {
    min-height: 400px;
  }
}
.hero-block {
  /* preview: оба медиа по умолчанию скрыты */
}
.hero-block .hero-media {
  display: none;
}
.hero-block {
  /* чтобы видео было cover */
}
.hero-block .hero-block-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-block {
  /* режимы предпросмотра */
}
.hero-block[data-preview=video] .hero-block-video {
  display: block;
}
.hero-block[data-preview=video] .hero-block-image {
  display: none;
}
.hero-block[data-preview=image] .hero-block-video {
  display: none;
}
.hero-block[data-preview=image] .hero-block-image {
  display: block;
}
.hero-block[data-preview=gradient] .hero-block-video,
.hero-block[data-preview=gradient] .hero-block-image {
  display: none;
}

.about-us-container {
  padding: 48px 0;
}
.about-us-container .about-us-inner {
  gap: 48px;
}
.about-us-container .about-us-info-wrapper {
  width: calc(100% - 462px - 48px);
}
.about-us-container .about-us-title, .about-us-container .about-us-text {
  margin-bottom: 32px;
}
.about-us-container .about-us-image-wrapper {
  max-width: 462px;
  width: 100%;
}
.about-us-container .about-us-image img {
  border-radius: 12px;
}
.about-us-container .about-us-image:before {
  content: "";
  display: block;
  padding-top: 111.9%;
}

@media screen and (max-width: 1180px) {
  .about-us-container .about-us-image-wrapper {
    max-width: 400px;
  }
  .about-us-container .about-us-info-wrapper {
    width: calc(100% - 48px - 400px);
  }
}
@media screen and (max-width: 1024px) {
  .about-us-container {
    padding: 32px 0;
  }
  .about-us-container .about-us-info-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }
  .about-us-container .about-us-image-wrapper {
    max-width: 600px;
    margin: 0 auto;
  }
  .about-us-container .about-us-image:before {
    padding-top: 80%;
  }
  .about-us-container .about-us-inner {
    display: block !important;
  }
}
.directions-container {
  padding: 48px 0;
}
.directions-container .directions-title {
  margin-bottom: 32px;
}
.directions-container .directions-list {
  gap: 24px;
}
.directions-container .single-direction {
  width: calc((100% - 72px) / 4);
  background-color: #F57F20;
  padding: 32px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
.directions-container .single-direction:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
  background-color: rgb(245.8755364807, 138.2068669528, 51.5244635193);
}
.directions-container .single-direction::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), transparent 60%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}
.directions-container .single-direction:hover::after {
  opacity: 1;
}
.directions-container .single-direction .direction-icon {
  transition: transform 0.35s ease;
}
.directions-container .single-direction .direction-icon img {
  transition: transform 0.35s ease;
}
.directions-container .single-direction:hover .direction-icon img {
  transform: scale(1.1) rotate(-2deg);
}
.directions-container .single-direction .direction-text {
  transition: color 0.35s ease;
}
.directions-container .single-direction:hover .direction-text {
  color: #F4F6F8;
}
.directions-container .single-direction-alternate {
  background-color: rgb(46, 65, 155);
}
.directions-container .single-direction-alternate:hover {
  background-color: rgb(50.6686567164, 71.5970149254, 170.7313432836);
}
.directions-container .direction-icon img {
  width: 56px;
  height: 56px;
}
.directions-container .direction-icon {
  margin-bottom: 16px;
}
.directions-container .direction-text {
  font-size: 20px;
  line-height: 28px;
}

@media screen and (max-width: 1180px) {
  .directions-container .single-direction {
    width: calc((100% - 48px) / 3);
  }
}
@media screen and (max-width: 1024px) {
  .directions-container {
    padding: 32px 0;
  }
  .directions-container .single-direction {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .directions-container .single-direction {
    width: 100%;
  }
}
.partners-container {
  padding: 48px 0;
}
.partners-container .partners-text-wrapper {
  margin-bottom: 32px;
  gap: 24px;
}
.partners-container .partners-list {
  gap: 16px;
}
.partners-container .single-partner img {
  width: 146px;
  max-height: 100px;
  border-radius: 8px;
}
.partners-container .single-partner.single-card-logo-contain {
  padding: 8px 16px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #F4F6F8;
  border: 1px solid #E9E9E9;
  width: 146px;
}
.partners-container .single-partner.single-card-logo-contain img {
  display: block;
  width: 100%;
  height: 100%;
}
.partners-container .single-partner.single-card-logo-cover {
  width: 146px;
}
.partners-container .single-partner.single-card-logo-cover:before {
  content: "";
  display: block;
  padding-top: 50%;
}

@media screen and (max-width: 1024px) {
  .partners-container {
    padding: 32px 0;
  }
}
@media screen and (min-width: 768px) {
  .partners-container .partners-btn-mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .partners-container .partners-list {
    margin-bottom: 32px;
  }
  .partners-container .partners-btn-desktop {
    display: none;
  }
}
.last-news-container {
  padding: 48px 0;
}
.last-news-container .last-news-text-wrapper {
  margin-bottom: 32px;
}
.last-news-container .last-news-list {
  gap: 24px;
}

@media screen and (max-width: 1024px) {
  .last-news-container {
    padding: 32px 0;
  }
}
@media screen and (min-width: 768px) {
  .last-news-container .last-news-btn-mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .last-news-container .last-news-list {
    margin-bottom: 32px;
  }
  .last-news-container .last-news-btn-desktop {
    display: none;
  }
}
.single-article {
  width: calc((100% - 48px) / 3);
  padding: 16px;
  background: rgba(46, 65, 155, 0.7);
  border: 1px solid #F57F20;
  border-radius: 12px;
}
.single-article .single-article-image {
  width: 100%;
  margin-bottom: 16px;
}
.single-article .single-article-image img {
  border-radius: 8px;
}
.single-article .single-article-image:before {
  content: "";
  display: block;
  padding-top: 70%;
}
.single-article .single-article-text {
  margin-bottom: 12px;
}
.single-article .single-article-date {
  margin-bottom: 16px;
}
.single-article .single-article-title {
  margin-bottom: 12px;
}
.single-article .single-article-title a:hover {
  color: #F57F20;
}

@media screen and (max-width: 1180px) {
  .single-article {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .single-article {
    width: 100%;
  }
}
.common-slick-carousel .slick-slide {
  padding: 0 12px;
}
.common-slick-carousel .slick-list {
  margin: 0 -12px;
}
.common-slick-carousel .slick-track {
  display: flex;
  display: -webkit-flex;
  margin: 0 auto;
}
.common-slick-carousel .slick-slide {
  font-size: 0;
  height: inherit;
}
.common-slick-carousel .slick-slide > div {
  height: 100%;
}
.common-slick-carousel .slick-slide > div > div {
  height: 100%;
}
.common-slick-carousel .slick-dots {
  border-radius: 9999px;
  position: absolute;
  bottom: -24px;
  top: auto;
  width: 100%;
  height: 2px;
  padding: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #DEE4EB;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-align-items: center;
}
.common-slick-carousel .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.common-slick-carousel .slick-dots li button {
  width: 100%;
  height: 2px;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  position: relative;
}
.common-slick-carousel .slick-dots li button:before {
  content: none;
}
.common-slick-carousel .slick-dots li button:after {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.common-slick-carousel .slick-dots .slick-active button {
  background-color: #0D0B2A;
  border-radius: 9999px;
}
.common-slick-carousel .slick-slide {
  opacity: 1;
  transition: opacity 0.5s;
}
.common-slick-carousel .slick-current,
.common-slick-carousel .slick-current-clone-animate {
  opacity: 0.999;
}
.common-slick-carousel .slick-prev, .common-slick-carousel .slick-next {
  width: 36px;
  height: 36px;
  z-index: 1;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 20px 9px;
  background-position: 50% 50%;
  background-color: #F4F6F8;
  border: 1px solid #E9E9E9;
  border-radius: 12px;
  top: 50%;
}
.common-slick-carousel .slick-prev svg, .common-slick-carousel .slick-next svg {
  width: 7px;
  height: 13px;
}
.common-slick-carousel .slick-prev svg path, .common-slick-carousel .slick-next svg path {
  transition: all 0.2s linear;
}
.common-slick-carousel .slick-prev:before, .common-slick-carousel .slick-next:before {
  content: none;
}
.common-slick-carousel .slick-prev:hover, .common-slick-carousel .slick-prev:focus, .common-slick-carousel .slick-next:hover, .common-slick-carousel .slick-next:focus {
  background-repeat: no-repeat;
  background-size: 20px 9px;
  background-position: 50% 50%;
}
.common-slick-carousel .slick-prev:focus, .common-slick-carousel .slick-next:focus {
  background-color: #F4F6F8;
  border: 1px solid #E9E9E9;
}
.common-slick-carousel .slick-prev:hover, .common-slick-carousel .slick-next:hover {
  background-color: rgb(46, 65, 155);
  border: 1px solid rgb(46, 65, 155);
}
.common-slick-carousel .slick-prev {
  background-image: url("../../images/default-arrow-left.svg");
}
.common-slick-carousel .slick-prev:focus {
  background-image: url("../../images/default-arrow-left.svg");
}
.common-slick-carousel .slick-prev:hover {
  background-image: url("../../images/default-arrow-left-white.svg");
}
.common-slick-carousel .slick-next {
  background-image: url("../../images/default-arrow-black.svg");
}
.common-slick-carousel .slick-next:focus {
  background-image: url("../../images/default-arrow-black.svg");
}
.common-slick-carousel .slick-next:hover {
  background-image: url("../../images/default-arrow-white.svg");
}

.common-slick-carousel.slick-slider {
  margin: 0;
}

.side-carousel-wrapper .slick-list {
  padding: 0 calc((100vw - 8px - 1440px) / 2 + 20px);
}
.side-carousel-wrapper .slick-slide {
  padding: 0 12px;
}
.side-carousel-wrapper .slick-prev {
  left: calc((100vw - 8px - 1440px) / 2 + 20px + 12px + 24px);
}
.side-carousel-wrapper .slick-next {
  right: calc((100vw - 8px - 1440px) / 2 + 20px + 12px + 24px);
}
.side-carousel-wrapper .slick-disabled {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 1572px) {
  .side-carousel-wrapper .slick-prev {
    left: 48px;
  }
  .side-carousel-wrapper .slick-next {
    right: 48px;
  }
}
@media screen and (max-width: 1488px) {
  .side-carousel-wrapper .slick-list {
    padding: 0 32px;
  }
  .side-carousel-wrapper .slick-slide {
    padding: 0 8px;
  }
}
@media screen and (max-width: 500px) {
  .slick-prev, .slick-next {
    width: 32px;
    height: 32px;
  }
  .common-slick-carousel .slick-dots {
    width: calc(100% - 32px);
    margin: 0 16px;
  }
  .side-carousel-wrapper .slick-list {
    padding: 0 16px;
  }
  .side-carousel-wrapper .slick-prev {
    left: 32px;
  }
  .side-carousel-wrapper .slick-next {
    right: 32px;
  }
}
.projects-container {
  padding: 48px 0;
}
.projects-container .projects-text-wrapper {
  margin-bottom: 32px;
  gap: 12px;
}
.projects-container .projects-list {
  margin-bottom: 48px;
  gap: 24px;
}

@media screen and (max-width: 1024px) {
  .projects-container {
    padding: 32px 0;
  }
}
@media screen and (min-width: 768px) {
  .projects-container .projects-btn-mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .projects-container .projects-btn-desktop {
    display: none;
  }
}
.single-project {
  border: 1px solid rgb(46, 65, 155);
  border-radius: 12px;
}
.single-project .default-button {
  font-size: 14px;
  line-height: 22px;
}
.single-project .single-project-title {
  margin-bottom: 16px;
  display: inline-block;
  position: relative;
}
.single-project .single-project-title:hover:before, .single-project .single-project-title:hover:after {
  width: 100%;
  opacity: 1;
}
.single-project .single-project-title:after {
  left: 0;
  background-color: rgb(46, 65, 155);
}
.single-project .single-project-title:before, .single-project .single-project-title:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.single-project .single-project-title:hover {
  color: rgb(46, 65, 155);
}
.single-project .single-project-image {
  width: 100%;
}
.single-project .single-project-image img {
  border-radius: 12px 12px 0 0;
}
.single-project .single-project-image.single-project-image-cover:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.single-project .single-project-image.single-project-image-contain {
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.single-project .single-project-image.single-project-image-contain img {
  width: 100%;
}
.single-project .single-project-info-wrapper {
  padding: 16px;
}

@media screen and (max-width: 1024px) {
  .single-project .single-project-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.image-modal-window .modal {
  overflow-y: scroll;
}
.image-modal-window .modal::-webkit-scrollbar {
  width: 0;
}
.image-modal-window .modal::-webkit-scrollbar-track, .image-modal-window .modal::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.image-modal-window .modal.show {
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.image-modal-window .modal-dialog {
  margin: 0;
  width: 100%;
  height: 100%;
  max-width: none;
}
.image-modal-window .modal-dialog .modal-content {
  background-color: transparent;
  border: none !important;
  border-radius: 0;
  height: 100%;
}
.image-modal-window .modal-dialog .modal-content .align-modal-helper {
  padding: 16px !important;
  height: 100%;
}
.image-modal-window .modal-dialog .modal-content .slide-image {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.image-modal-window .modal-dialog .modal-content .iframe-wrapper {
  width: 1420px;
  max-width: calc(100% - 32px);
  max-height: calc(100% - 32px);
  position: relative;
  margin: auto;
}
.image-modal-window .modal-dialog .modal-content .iframe-wrapper:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.image-modal-window .modal-dialog .modal-content .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.image-modal-window .modal-dialog .modal-content .carousel, .image-modal-window .modal-dialog .modal-content .carousel-inner, .image-modal-window .modal-dialog .modal-content .carousel-item {
  height: 100% !important;
  background-color: transparent !important;
}
.image-modal-window .carousel-control-prev, .image-modal-window .carousel-control-next {
  width: 48px;
  height: 48px;
  background-color: rgb(46, 65, 155);
  color: #F4F6F8;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  opacity: 0.75;
  transition: all 0.2s linear;
}
.image-modal-window .carousel-control-prev img, .image-modal-window .carousel-control-next img {
  width: 22px !important;
  height: 15px !important;
}
.image-modal-window .carousel-control-prev:hover, .image-modal-window .carousel-control-next:hover {
  opacity: 1;
  transition: all 0.2s linear;
}
.image-modal-window .carousel-control-prev {
  margin-left: 16px;
}
.image-modal-window .carousel-control-next {
  margin-right: 16px;
}
.image-modal-window .modal-cross {
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  background-color: rgb(46, 65, 155);
  opacity: 0.75;
  padding: 0;
  border: none;
  cursor: pointer;
}
.image-modal-window .modal-cross img {
  width: 20px !important;
  height: 20px !important;
}
.image-modal-window .modal-cross:hover {
  opacity: 1;
}
.image-modal-window .modal-cross:focus {
  outline: none;
}

.modal-backdrop {
  opacity: 0.8 !important;
}

@media screen and (max-width: 767px) {
  .image-modal-window .carousel-control-prev:hover, .image-modal-window .carousel-control-next:hover, .image-modal-window .modal-cross:hover {
    opacity: 0.75;
  }
  .image-modal-window .carousel-control-prev:focus, .image-modal-window .carousel-control-next:focus, .image-modal-window .modal-cross:focus {
    opacity: 0.75;
  }
}
.breadcrumbs-wrapper {
  margin-bottom: 32px;
  border-radius: 4px;
}
.breadcrumbs-wrapper .single-breadcrumb a, .breadcrumbs-wrapper .single-breadcrumb span {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-family: FontMedium;
  color: #3A3F55;
}
.breadcrumbs-wrapper .single-breadcrumb a:hover {
  color: #F57F20;
}
.breadcrumbs-wrapper .single-breadcrumb .active-breadcrumb {
  color: #F57F20;
}
.breadcrumbs-wrapper .breadcrumbs-separator {
  padding: 0 8px;
  font-size: 16px;
  line-height: 24px;
  font-family: FontMedium;
  color: #3A3F55;
}

.statistic-wrapper {
  gap: 16px;
  align-items: stretch;
  margin: 32px 0;
}
.statistic-wrapper .single-statistic-data-wrapper {
  width: calc((100% - 32px) / 3);
  background-color: rgba(255, 243, 205, 0.5);
  border: 1px solid rgb(46, 65, 155);
  border-radius: 8px;
  padding: 8px;
  gap: 8px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.statistic-wrapper .single-statistic-data-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%);
  transition: left 0.55s ease;
  pointer-events: none;
}
.statistic-wrapper .single-statistic-data-wrapper:hover {
  transform: translateY(-8px);
  background-color: rgba(255, 243, 205, 0.85);
  border-color: rgb(46, 65, 155);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}
.statistic-wrapper .single-statistic-data-wrapper:hover::before {
  left: 100%;
}
.statistic-wrapper .single-statistic-data-wrapper:hover .single-statistic-data {
  transform: scale(1.08);
}
.statistic-wrapper .single-statistic-data-wrapper:hover .single-statistic-data-title {
  color: rgb(46, 65, 155);
}
.statistic-wrapper .single-statistic-data {
  font-size: 18px;
  line-height: 26px;
}
.statistic-wrapper .single-statistic-data-title {
  margin-bottom: 14px;
  line-height: 22px;
}

@media screen and (max-width: 1180px) {
  .statistic-wrapper .single-statistic-data-wrapper {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .statistic-wrapper .single-statistic-data-wrapper {
    width: 100%;
  }
}
.vacancies-container {
  padding: 32px 0;
}
.vacancies-container .vacancies-table-title-wrapper {
  padding: 8px 16px;
  border: 1px solid rgb(46, 65, 155);
  border-radius: 8px 8px 0 0;
  gap: 16px;
}
.vacancies-container .vacancies-table-title {
  font-size: 28px;
  line-height: 36px;
  font-family: FontBold;
}
.vacancies-container .single-job {
  margin-bottom: 8px;
  gap: 16px;
}
.vacancies-container .single-job-due-date {
  font-size: 22px;
  line-height: 30px;
  color: #3A3F55;
  width: 200px;
}
.vacancies-container .single-job-title {
  font-size: 22px;
  line-height: 30px;
  width: calc(100% - 200px - 16px);
  display: inline;
  color: #3A3F55;
}
.vacancies-container .single-job-title:hover {
  color: #F57F20;
}
.vacancies-container .vacancies-wrapper {
  padding: 8px 16px;
  border: 1px solid rgb(46, 65, 155);
  border-radius: 0 0 8px 8px;
}

.site-dev-modal .modal-content {
  border-radius: 16px;
  padding: 16px;
}
.site-dev-modal .site-dev-modal-title {
  margin-bottom: 16px;
}
.site-dev-modal .site-dev-modal-text {
  margin-bottom: 24px;
}

.single-blog-page {
  padding: 48px 0;
}
.single-blog-page .single-blog-title {
  margin-bottom: 32px;
}

.page-404 .title-404, .page-404 .content-404 {
  margin-bottom: 32px;
}

.blog-page {
  padding: 32px 0;
}
.blog-page .news-list {
  gap: 24px;
}

/*# sourceMappingURL=style.css.map */
