@keyframes scaling {
  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);
  }
}
@-webkit-keyframes scaling {
  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);
  }
}
@-webkit-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);
  }
}
@-webkit-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 horizontal-bounce {
  0%, 50%, 100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  25% {
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
  }
  75% {
    transform: translateX(-3px);
    -webkit-transform: translateX(-3px);
  }
}
@-webkit-keyframes horizontal-bounce {
  0%, 50%, 100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  25% {
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
  }
  75% {
    transform: translateX(-3px);
    -webkit-transform: translateX(-3px);
  }
}
@keyframes horizontal-bounce-static {
  0%, 10%, 20%, 30%, 40% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  5%, 25% {
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
  }
  15%, 35% {
    transform: translateX(-3px);
    -webkit-transform: translateX(-3px);
  }
}
@-webkit-keyframes horizontal-bounce-static {
  0%, 10%, 20%, 30%, 40% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  5%, 25% {
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
  }
  15%, 35% {
    transform: translateX(-3px);
    -webkit-transform: translateX(-3px);
  }
}
@keyframes vertical-bounce {
  0%, 50%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  25% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
  }
  75% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
  }
}
@-webkit-keyframes vertical-bounce {
  0%, 50%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  25% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
  }
  75% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
  }
}
@keyframes vertical-bounce-static {
  0%, 10%, 20%, 30%, 40% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  5%, 25% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
  }
  15%, 35% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
  }
}
@-webkit-keyframes vertical-bounce-static {
  0%, 10%, 20%, 30%, 40% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  5%, 25% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
  }
  15%, 35% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
  }
}
.body-with-admin-bar .navbar-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .body-with-admin-bar .navbar-header {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
@font-face {
  font-family: KarlaRegular;
  src: url("../../fonts/Karla-Regular.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: KarlaBold;
  src: url("../../fonts/Karla-Bold.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: KarlaItalic;
  src: url("../../fonts/Karla-Italic.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: KarlaBoldItalic;
  src: url("../../fonts/Karla-BoldItalic.ttf") format("truetype");
  font-display: block;
}
.karla-regular {
  font-family: KarlaRegular;
  font-weight: 400;
}

.karla-bold {
  font-family: KarlaBold;
  font-weight: 700;
}

.karla-italic {
  font-family: KarlaItalic;
  font-weight: 400;
}

.karla-bold-italic {
  font-family: KarlaBoldItalic;
  font-weight: 700;
}

.white-color {
  color: #fff;
}

.black-color {
  color: #333;
}

.default-color {
  color: #006EB0;
}

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

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

input, textarea, button {
  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[type=submit], button {
  cursor: pointer;
}

body {
  color: #333;
  font-size: 18px;
  font-family: KarlaRegular;
  overflow-x: hidden;
}

strong, b {
  font-family: KarlaBold;
}

i, em {
  font-family: KarlaItalic;
}

strong i, strong em, b i, b em, i strong, i b, em strong, em b {
  font-family: KarlaBoldItalic;
}

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

.padding-top-header {
  padding-top: 60px;
}

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

.main-container {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

.main-container-small {
  margin: 0 auto;
  max-width: 820px;
  padding: 0 20px;
}

.main-title {
  font-family: KarlaBold;
  font-size: 48px;
  line-height: 60px;
  color: #006EB0;
  margin-bottom: 30px;
}

.main-title-small {
  font-size: 34px;
  line-height: 46px;
  font-family: KarlaBold;
  color: #006EB0;
  margin-bottom: 30px;
}

.main-title-big {
  font-size: 70px;
  line-height: 70px;
  font-family: KarlaBold;
  color: #006EB0;
  margin-bottom: 30px;
}

.work-page .main-title-big {
  font-size: 52px;
}

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

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

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

.default-button {
  display: inline-block;
  padding: 3px 35px;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  border-radius: 50px;
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  color: #fff;
  background-color: #002560;
  border: 1px solid #002560;
}
.default-button:hover {
  color: #002560;
  background-color: #fff;
  border: 1px solid #006EB0;
  transform: translateY(-5px) perspective(1000px);
  -webkit-transform: translateY(-5px) perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.default-button-reversed {
  color: #002560;
  background-color: #fff;
  border: 1px solid #006EB0;
}
.default-button-reversed:hover {
  color: #fff;
  background-color: #002560;
  border: 1px solid #002560;
}

.default-button-transparent-white {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}
.default-button-transparent-white:hover {
  color: #002560;
  background-color: #fff;
  border: 1px solid #fff;
}

.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);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

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

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

.default-bigger-text {
  font-size: 22px;
  line-height: 30px;
}

.default-simple-small-text-static {
  font-size: 14px;
  line-height: 20px;
}

.wysiwyg-styles *:first-child {
  margin-top: 0;
}
.wysiwyg-styles > img {
  max-width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  margin: 50px 0;
}
.wysiwyg-styles > p {
  margin-bottom: 30px;
  line-height: 26px;
}
.wysiwyg-styles > p a:not(.default-button) {
  color: #006EB0;
  position: relative;
}
.wysiwyg-styles > p a:not(.default-button):hover:before, .wysiwyg-styles > p a:not(.default-button):hover:after {
  width: 100%;
  opacity: 1;
}
.wysiwyg-styles > p a:not(.default-button):after {
  left: 0;
  background-color: #006EB0;
}
.wysiwyg-styles > p a:not(.default-button):before, .wysiwyg-styles > p a:not(.default-button):after {
  content: "";
  position: absolute;
  bottom: 0;
  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 {
  color: #006EB0 !important;
}
.wysiwyg-styles > p img {
  max-width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  margin: 50px 0 20px;
}
.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 30px 30px 0;
}
.wysiwyg-styles > p .alignright {
  float: right;
  margin: 0 0 30px 30px;
}
.wysiwyg-styles > ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.wysiwyg-styles > ul li {
  line-height: 26px;
  display: table;
  position: relative;
  background-repeat: no-repeat;
  background-image: url("../../images/dot.svg");
  background-size: 4px 4px;
  background-position: 8px 12px;
  padding-left: 20px;
}
.wysiwyg-styles > ul li a:not(.default-button) {
  color: #006EB0;
  position: relative;
}
.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 > ul li a:not(.default-button):after {
  left: 0;
  background-color: #006EB0;
}
.wysiwyg-styles > ul li a:not(.default-button):before, .wysiwyg-styles > ul li a:not(.default-button):after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.wysiwyg-styles > ul li a:not(.default-button):hover {
  color: #006EB0 !important;
}
.wysiwyg-styles > ol {
  padding: 0 0 0 20px;
  margin-bottom: 30px;
}
.wysiwyg-styles > ol li {
  line-height: 26px;
}
.wysiwyg-styles > ol li a:not(.default-button) {
  color: #006EB0;
  position: relative;
}
.wysiwyg-styles > ol li a:not(.default-button):hover:before, .wysiwyg-styles > ol li a:not(.default-button):hover:after {
  width: 100%;
  opacity: 1;
}
.wysiwyg-styles > ol li a:not(.default-button):after {
  left: 0;
  background-color: #006EB0;
}
.wysiwyg-styles > ol li a:not(.default-button):before, .wysiwyg-styles > ol li a:not(.default-button):after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.wysiwyg-styles > ol li a:not(.default-button):hover {
  color: #006EB0 !important;
}
.wysiwyg-styles > h2 {
  font-size: 34px;
  line-height: 46px;
  font-family: KarlaBold;
  margin-bottom: 30px;
  color: #006EB0;
}
.wysiwyg-styles > h3 {
  font-size: 22px;
  line-height: 30px;
  font-family: KarlaBold;
  margin-bottom: 30px;
  color: #006EB0;
}
.wysiwyg-styles .wysiwyg-table-wrapper {
  margin: 0 0 30px;
  overflow-x: auto;
}
.wysiwyg-styles .wysiwyg-table-wrapper::-webkit-scrollbar {
  height: 5px;
}
.wysiwyg-styles .wysiwyg-table-wrapper::-webkit-scrollbar-track {
  background-color: #fff;
}
.wysiwyg-styles .wysiwyg-table-wrapper::-webkit-scrollbar-thumb {
  background-color: #006EB0;
}
.wysiwyg-styles .wysiwyg-table-wrapper table {
  margin: 0 !important;
  box-shadow: none !important;
  width: 100%;
}
.wysiwyg-styles table {
  margin: 0 0 30px;
  border: none;
  table-layout: fixed;
  width: 100%;
}
.wysiwyg-styles table tr {
  background-color: #fff;
}
.wysiwyg-styles table tr:nth-of-type(2) td {
  border-top: none;
}
.wysiwyg-styles table tr:nth-last-of-type(1) td {
  border-bottom: 1px solid transparent;
}
.wysiwyg-styles table th {
  background-color: #006EB0;
  line-height: 26px;
  padding: 10px;
  color: #fff;
  border-right: 1px solid #fff;
}
.wysiwyg-styles table th:nth-last-of-type(1) {
  border-right: none;
}
.wysiwyg-styles table td {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #e6e6e6;
  line-height: 26px;
}
.wysiwyg-styles table td:nth-of-type(1) {
  border-left: 1px solid #fff;
}
.wysiwyg-styles table td:nth-last-of-type(1) {
  border-right: none;
}
.wysiwyg-styles .default-button, .wysiwyg-styles .person-card {
  margin-bottom: 30px;
}

.video-wysiwyg {
  position: relative;
  overflow: hidden;
  margin: 50px 0;
}
.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: 50px 0;
}
.wysiwyg-gallery .single-gallery-element {
  width: 25%;
}
.wysiwyg-gallery .single-gallery-element:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.wysiwyg-gallery .single-gallery-element .gallery-image {
  top: 0;
  left: 0;
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.wysiwyg-gallery .single-gallery-element .gallery-image-title {
  top: 0;
  left: 0;
  padding: 15px;
}
.wysiwyg-gallery .single-gallery-element .darkness-gallery {
  background-color: rgba(0, 0, 0, 0.35);
}
.wysiwyg-gallery .single-gallery-element:hover .gallery-image {
  transform: scale(1.2) rotate(10deg) perspective(1000px);
  -webkit-transform: scale(1.2) rotate(10deg) perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.wysiwyg-gallery-homepage {
  margin: 0 !important;
}

.common-controls-styles:hover img {
  animation: none;
  -webkit-animation: none;
}
.common-controls-styles .carousel-control-prev, .common-controls-styles .carousel-control-next {
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  display: block;
  width: 48px;
  opacity: 1;
  transition: all 0.2s linear;
  font-size: 0;
}
.common-controls-styles .carousel-control-prev img, .common-controls-styles .carousel-control-next img {
  animation: horizontal-bounce-static 2.5s linear infinite;
  -webkit-animation: horizontal-bounce-static 2.5s linear infinite;
}
.common-controls-styles .carousel-control-prev:hover img, .common-controls-styles .carousel-control-next:hover img {
  animation: horizontal-bounce 0.5s linear infinite;
  -webkit-animation: horizontal-bounce 0.5s linear infinite;
}
.common-controls-styles .slider-counter {
  padding: 0 15px;
}

.wysiwyg-arrow-link {
  margin: 30px 0;
}
.wysiwyg-arrow-link a {
  font-family: KarlaBold;
  color: #006EB0;
  font-size: 22px;
  line-height: 30px;
}
.wysiwyg-arrow-link a:hover {
  color: #006EB0;
}
.wysiwyg-arrow-link a:hover .link-arrow {
  animation: horizontal-bounce 0.5s linear infinite;
  -webkit-animation: horizontal-bounce 0.5s linear infinite;
}
.wysiwyg-arrow-link a .link-arrow {
  display: inline-block;
  top: 2px;
}

.last-child-mb-0 > *:last-child {
  margin-bottom: 0;
}
.last-child-mb-0 > *:last-child *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1366px) {
  .main-title {
    font-size: 40px;
    line-height: 52px;
  }
  .main-title-big {
    font-size: 48px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
  .main-title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .main-title-small {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .main-title-big {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 15px;
  }
  .wysiwyg-styles > img {
    margin: 20px 0;
  }
  .wysiwyg-styles > p {
    line-height: 20px;
    margin-bottom: 20px;
  }
  .wysiwyg-styles > p img {
    margin: 20px 0 0;
  }
  .wysiwyg-styles > ul {
    margin-bottom: 20px;
  }
  .wysiwyg-styles > ul li {
    line-height: 20px;
    background-position: 8px 8px;
  }
  .wysiwyg-styles > ol {
    padding: 0 0 0 15px;
    margin-bottom: 20px;
  }
  .wysiwyg-styles > ol li {
    line-height: 20px;
  }
  .wysiwyg-styles > h2, .wysiwyg-styles > h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .wysiwyg-styles .wysiwyg-table-wrapper {
    margin: 0 0 20px;
  }
  .wysiwyg-styles table {
    margin: 0 0 20px;
  }
  .wysiwyg-styles table th {
    line-height: 20px;
  }
  .wysiwyg-styles table td {
    line-height: 20px;
  }
  .wysiwyg-styles .default-button, .wysiwyg-styles .person-card {
    margin-bottom: 20px;
  }
  .default-simple-text {
    font-size: 14px;
    line-height: 20px;
  }
  .default-smaller-text {
    font-size: 12px;
    line-height: 20px;
  }
  .default-bigger-text {
    font-size: 18px;
    line-height: 24px;
  }
  .video-wysiwyg, .wysiwyg-gallery {
    margin: 20px 0;
  }
  .wysiwyg-arrow-link {
    margin: 20px 0;
  }
  .wysiwyg-arrow-link a {
    font-size: 18px;
    line-height: 24px;
  }
}
.no-bullets {
  list-style-type: none;
}

.inactive-link {
  cursor: default;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .wysiwyg-styles > p .alignleft, .wysiwyg-styles > p .alignright {
    float: none;
    width: 100%;
    max-width: none !important;
    max-height: none !important;
    margin: 0 0 30px;
  }
  .wysiwyg-gallery .single-gallery-element {
    width: 50%;
  }
  .main-title-big {
    font-size: 30px;
    line-height: 38px;
  }
}
@media screen and (max-width: 500px) {
  .wysiwyg-gallery .single-gallery-element {
    width: 100%;
  }
}
.navbar-header {
  top: 0;
  background-color: #fff;
  z-index: 1020 !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.navbar-header .header-content {
  min-height: 60px;
}
.navbar-header .logo img {
  max-width: 122px;
  height: 40px;
}
.navbar-header .logout-icon span {
  font-size: 16px;
  display: block;
  color: #002560;
  margin-top: 20px;
  font-weight: bold;
}
.navbar-header .logout-icon img {
  display: none;
  height: 30px;
  width: 20px;
  max-height: 30px;
  max-width: 20px;
  margin-left: 15px;
}
@media (min-width: 1024px) {
  .navbar-header .logout-icon span {
    display: none;
  }
  .navbar-header .logout-icon img {
    display: block;
  }
}
.navbar-header .menu.menu-logged-in > ul > li > a {
  color: #002560;
}
.navbar-header .menu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navbar-header .menu > ul > li {
  padding: 15.5px 0;
  margin: 0 35px 0 0;
  display: flex;
  align-items: center;
}
.navbar-header .menu > ul > li:last-child a {
  display: flex;
  align-items: center;
}
.navbar-header .menu > ul > li > a {
  line-height: 26px;
  font-size: 16px;
  color: #333;
}
.navbar-header .menu > ul > li > a:hover {
  color: #006EB0;
}
.navbar-header .menu > ul .menu-item-has-children {
  position: relative;
  flex-wrap: wrap;
}
.navbar-header .menu > ul .menu-item-has-children a {
  min-width: 100%;
  width: 100%;
}
.navbar-header .menu > ul .menu-item-has-children:hover > a {
  color: #006EB0;
}
.navbar-header .menu > ul .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transition: all 0.2s linear;
}
.navbar-header .menu > ul .menu-item-has-children .sub-menu {
  background-color: #fff;
  width: 100%;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  list-style: none;
  padding: 30px 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s linear;
  position: absolute;
  margin: 0;
}
@media (min-width: 1024px) {
  .navbar-header .menu > ul .menu-item-has-children .sub-menu {
    width: 200px;
  }
}
.navbar-header .menu > ul .menu-item-has-children .sub-menu li {
  margin-bottom: 18px;
  padding: 0 30px;
}
.navbar-header .menu > ul .menu-item-has-children .sub-menu li:hover a {
  color: #333;
}
.navbar-header .menu > ul .menu-item-has-children .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.navbar-header .menu > ul .menu-item-has-children .sub-menu li:hover .sub-menu li:hover a,
.navbar-header .menu > ul .menu-item-has-children .sub-menu li:hover .sub-menu a:hover {
  color: #333;
}
.navbar-header .menu > ul .menu-item-has-children .sub-menu li .sub-menu {
  position: absolute;
  left: -50%;
  top: 0;
  background-color: #fff;
  padding: 18px;
  opacity: 0;
  visibility: hidden;
}
.navbar-header .menu > ul .menu-item-has-children .sub-menu li .sub-menu li {
  padding: 0;
}
.navbar-header .menu > ul .menu-item-has-children .sub-menu li .sub-menu li a {
  color: #333;
}
.navbar-header .menu > ul .menu-item-has-children .sub-menu li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.navbar-header .menu > ul .menu-item-has-children .sub-menu li a {
  color: #006EB0;
  line-height: 26px;
  font-size: 16px;
}
.navbar-header .menu > ul .menu-item-has-children .sub-menu li a:hover {
  color: #333;
}
.navbar-header .menu > ul .menu-item-has-children .sub-menu .current-menu-item a {
  color: #006EB0;
}
.navbar-header .menu > ul .current-menu-item > a {
  color: #006EB0;
}
.navbar-header .login a {
  color: #333;
  font-size: 16px;
  line-height: 26px;
  margin: 0 35px 0 0;
}
.navbar-header .login a:hover {
  color: #006EB0;
}
.navbar-header .language-switcher a {
  color: rgba(0, 0, 0, 0.4);
  line-height: 26px;
  font-size: 16px;
}
.navbar-header .language-switcher a:hover {
  color: #006EB0;
}

@media screen and (max-width: 1230px) {
  .navbar-header .menu > ul > li {
    margin: 0 20px 0 0;
  }
  .navbar-header .login a {
    margin: 0 20px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .navbar-header .header {
    display: block !important;
  }
  .navbar-header .mobile-header-wrapper {
    display: none !important;
  }
  .navbar-header .menu > ul .menu-item-has-children .sub-menu {
    display: block;
    height: auto !important;
  }
  .navbar-header .menu .menu-icon {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .navbar-header .collapsed .line {
    position: static !important;
  }
  .navbar-header .collapsed .line:nth-child(1) {
    transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    transition: all 0.2s linear !important;
  }
  .navbar-header .collapsed .line:nth-child(3) {
    transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    transition: all 0.2s linear !important;
  }
  .navbar-header .collapsed .line:nth-child(2) {
    width: 20px !important;
    transition: all 0.2s linear !important;
    margin: 0 auto 3px !important;
  }
  .navbar-header .collapsed .line:nth-child(4) {
    width: 20px !important;
    transition: all 0.2s linear !important;
    margin: 0 auto !important;
  }
  .navbar-header .burger {
    margin-left: auto;
    border: none;
    background-color: transparent;
    height: 60px;
  }
  .navbar-header .burger .wrapper {
    width: 20px;
  }
  .navbar-header .burger .wrapper .line {
    top: 0;
    height: 1px;
    width: 20px;
    margin-bottom: 3px;
    background-color: #006EB0;
  }
  .navbar-header .burger .wrapper .line:nth-child(1) {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transition: all 0.2s linear;
  }
  .navbar-header .burger .wrapper .line:nth-child(3) {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transition: all 0.2s linear;
  }
  .navbar-header .burger .wrapper .line:nth-child(2) {
    width: 0;
    margin: 0 auto 3px;
  }
  .navbar-header .burger .wrapper .line:nth-child(4) {
    width: 0;
  }
  .navbar-header .burger .wrapper .line:last-child {
    margin-bottom: 0;
  }
  .navbar-header .burger:focus {
    outline: none;
  }
  .navbar-header .mobile-logo img {
    max-width: 122px;
    height: 40px;
  }
  .navbar-header .header {
    max-height: calc(100vh - 60px);
    overflow: auto;
  }
  .navbar-header .header::-webkit-scrollbar {
    width: 0;
  }
  .navbar-header .header::-webkit-scrollbar-track {
    background-color: #fff;
  }
  .navbar-header .header::-webkit-scrollbar-thumb {
    background-color: #006EB0;
  }
  .navbar-header .header-content {
    min-height: 0;
  }
  .navbar-header .logo {
    display: none !important;
  }
  .navbar-header .header-menu-info {
    width: 100%;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-bottom: 100px;
  }
  .navbar-header .menu {
    padding-bottom: 0;
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
  .navbar-header .menu.logged-in {
    padding-bottom: 0;
  }
  .navbar-header .menu .menu-icon {
    width: 18px;
    right: 20px;
    cursor: pointer;
  }
  .navbar-header .menu .plus-icon {
    top: 23px;
    visibility: visible;
    opacity: 1;
  }
  .navbar-header .menu .minus-icon {
    top: 31px;
    visibility: hidden;
    opacity: 0;
  }
  .navbar-header .menu > ul {
    width: 100%;
  }
  .navbar-header .menu > ul > li {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .navbar-header .menu > ul > li > a {
    padding: 20px;
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-family: KarlaBold;
    color: #006EB0;
  }
  .navbar-header .menu > ul .menu-item-has-children .sub-menu {
    position: static;
    top: auto;
    left: auto;
    box-shadow: none;
    border-radius: 0;
    white-space: normal;
    padding: 0 20px;
    visibility: visible;
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    background-color: #F8F8F8;
  }
  .navbar-header .menu > ul .menu-item-has-children .sub-menu li {
    margin: 0;
    padding-bottom: 20px;
    width: 100%;
  }
  .navbar-header .menu > ul .menu-item-has-children .sub-menu li:nth-of-type(1) {
    padding-top: 20px;
  }
  .navbar-header .menu > ul .menu-item-has-children .sub-menu li a {
    line-height: 20px;
  }
  .navbar-header .menu > ul .menu-item-has-children .sub-menu.sub-menu-opened ~ .plus-icon {
    visibility: hidden;
    opacity: 0;
  }
  .navbar-header .menu > ul .menu-item-has-children .sub-menu.sub-menu-opened ~ .minus-icon {
    visibility: visible;
    opacity: 1;
  }
  .navbar-header .login {
    margin: 0;
    padding-bottom: 20px;
  }
  .navbar-header .login a {
    line-height: 20px;
  }
  .navbar-header .language-switcher {
    padding-bottom: 20px;
  }
  .navbar-header .language-switcher a {
    color: #333;
    line-height: 20px;
  }
}
.footer {
  background-color: #F8F8F8;
  padding: 60px 0;
}
.footer .footer-logo {
  margin-bottom: 30px;
}
.footer .footer-logo img {
  max-width: 116px;
}
.footer .footer-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-menu > ul > li > a {
  font-size: 14px;
  line-height: 20px;
  color: #006EB0;
  position: relative;
}
.footer .footer-menu > ul > li > a:hover:before, .footer .footer-menu > ul > li > a:hover:after {
  width: 100%;
  opacity: 1;
}
.footer .footer-menu > ul > li > a:after {
  left: 0;
  background-color: #006EB0;
}
.footer .footer-menu > ul > li > a:before, .footer .footer-menu > ul > li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.footer .footer-menu .sub-menu {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}
.footer .footer-menu .sub-menu li {
  margin: 0 0 26px;
}
.footer .footer-menu .sub-menu li:nth-last-of-type(1) {
  margin: 0;
}
.footer .footer-menu .sub-menu li a {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  position: relative;
}
.footer .footer-menu .sub-menu li a:hover:before, .footer .footer-menu .sub-menu li a:hover:after {
  width: 100%;
  opacity: 1;
}
.footer .footer-menu .sub-menu li a:after {
  left: 0;
  background-color: #006EB0;
}
.footer .footer-menu .sub-menu li a:before, .footer .footer-menu .sub-menu li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.footer .footer-menu .sub-menu li a:hover {
  color: #006EB0;
}
.footer .footer-menu .current-menu-item > a {
  color: #006EB0 !important;
}
.footer .footer-menu .current-menu-item > a:before, .footer .footer-menu .current-menu-item > a:after {
  width: 100% !important;
  opacity: 1 !important;
}
.footer .footer-additional-menu .menu-item a:hover:before, .footer .footer-additional-menu .menu-item a:hover:after {
  width: 100%;
  opacity: 1;
}
.footer .footer-additional-menu .menu-item a:after {
  left: 0;
  background-color: #006EB0;
}
.footer .footer-additional-menu .menu-item a:before, .footer .footer-additional-menu .menu-item a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.footer .footer-additional-menu .menu-item a:hover {
  color: #006EB0;
}
.footer .footer-additional-menu .separator {
  padding: 0 15px;
}
.footer .footer-additional-menu .active-footer-menu-item a {
  color: #006EB0;
}
.footer .footer-additional-menu .active-footer-menu-item a:before, .footer .footer-additional-menu .active-footer-menu-item a:after {
  width: 100% !important;
  opacity: 1 !important;
}
.footer .footer-contacts-wrapper {
  width: calc((100% - 100px) / 6.001 * 2 + 20px);
}
.footer .footer-contacts-wrapper .footer-address {
  padding-right: 15px;
  width: calc(50% - 10px);
}
.footer .footer-contacts-wrapper .footer-contacts {
  width: calc(50% - 10px);
}
.footer .footer-contacts-wrapper .footer-contact a:hover:before, .footer .footer-contacts-wrapper .footer-contact a:hover:after {
  width: 100%;
  opacity: 1;
}
.footer .footer-contacts-wrapper .footer-contact a:after {
  left: 0;
  background-color: #006EB0;
}
.footer .footer-contacts-wrapper .footer-contact a:before, .footer .footer-contacts-wrapper .footer-contact a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.footer .footer-contacts-wrapper .footer-contact a:hover {
  color: #006EB0;
}
.footer .footer-contacts-wrapper .footer-email a:hover:before, .footer .footer-contacts-wrapper .footer-email a:hover:after {
  width: 100%;
  opacity: 1;
}
.footer .footer-contacts-wrapper .footer-email a:after {
  left: 0;
  background-color: #006EB0;
}
.footer .footer-contacts-wrapper .footer-email a:before, .footer .footer-contacts-wrapper .footer-email a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.footer .footer-contacts-wrapper .footer-email a:hover {
  color: #006EB0;
}

@media screen and (min-width: 1025px) {
  .footer .footer-menu > ul > li {
    width: calc((100% - 100px) / 6.001);
    margin: 0 20px 50px 0;
  }
  .footer .footer-menu > ul > li:nth-of-type(6n), .footer .footer-menu > ul > li:nth-last-of-type(1) {
    margin: 0 0 50px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .footer .footer-menu > ul > li {
    width: calc((100% - 60px) / 3.001);
    margin: 0 20px 30px 0;
  }
  .footer .footer-menu > ul > li:nth-of-type(3n), .footer .footer-menu > ul > li:nth-last-of-type(1) {
    margin: 0 0 30px;
  }
  .footer .footer-contacts-wrapper {
    justify-content: flex-start !important;
    -webkit-justify-content: flex-start !important;
  }
  .footer .footer-contacts-wrapper .footer-address, .footer .footer-contacts-wrapper .footer-contacts {
    width: calc((100% - 60px) / 3.001);
    margin: 0 20px 0 0;
  }
  .footer .footer-contacts-wrapper .footer-address:nth-of-type(3n), .footer .footer-contacts-wrapper .footer-address:nth-last-of-type(1), .footer .footer-contacts-wrapper .footer-contacts:nth-of-type(3n), .footer .footer-contacts-wrapper .footer-contacts:nth-last-of-type(1) {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 30px 0;
  }
  .footer .footer-contacts-wrapper, .footer .footer-additional-menu {
    width: 100%;
  }
  .footer .footer-additional-menu {
    margin-bottom: 30px;
  }
  .footer .footer-menu .sub-menu {
    margin-top: 10px;
  }
  .footer .footer-menu .sub-menu li {
    margin-bottom: 10px;
  }
  .footer .footer-contacts-wrapper {
    order: 1;
    margin-bottom: 30px;
  }
  .footer .footer-additional-menu {
    order: 2;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .footer .footer-menu > ul > li {
    width: calc(50% - 10px);
    margin: 0 20px 30px 0;
  }
  .footer .footer-menu > ul > li:nth-of-type(2n), .footer .footer-menu > ul > li:nth-last-of-type(2n) {
    margin: 0 0 30px;
  }
  .footer .footer-contacts-wrapper .footer-address, .footer .footer-contacts-wrapper .footer-contacts {
    width: calc(50% - 10px);
    margin: 0 20px 0 0;
  }
  .footer .footer-contacts-wrapper .footer-address:nth-of-type(2n), .footer .footer-contacts-wrapper .footer-address:nth-last-of-type(2n), .footer .footer-contacts-wrapper .footer-contacts:nth-of-type(2n), .footer .footer-contacts-wrapper .footer-contacts:nth-last-of-type(2n) {
    margin: 0;
  }
  .footer .footer-additional-menu .menu-item {
    order: 1;
    width: 100%;
    margin-bottom: 10px;
  }
  .footer .footer-additional-menu .footer-copyright {
    order: 2;
    width: 100%;
    margin-bottom: 0;
  }
  .footer .footer-additional-menu .separator {
    display: none;
  }
}
.image-modal-window .modal {
  padding: 0 !important;
  overflow-y: scroll;
  text-align: center;
}
.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 {
  max-width: 1500px;
  background-color: transparent;
  margin: 0;
  max-height: 100%;
}
.image-modal-window .modal-dialog .modal-content {
  background-color: transparent;
  border: none !important;
  padding: 0;
}
.image-modal-window .modal-dialog .modal-content .align-modal-helper {
  padding: 15px !important;
  height: 100%;
}
.image-modal-window .modal-dialog .modal-content .gallery-slide-description {
  padding: 0 15px;
  margin: 15px 0;
}
.image-modal-window .modal-dialog .modal-content .gallery-slide-description > *:last-child {
  margin-bottom: 0;
}
.image-modal-window .modal-dialog .modal-content .gallery-slide-description > *:last-child *:last-child {
  margin-bottom: 0;
}
.image-modal-window .modal-dialog .modal-content .gallery-slide-description * {
  color: #fff !important;
}
.image-modal-window .modal-dialog .modal-content .slide-image, .image-modal-window .modal-dialog .modal-content .iframe-wrapper {
  max-height: 80vh;
  max-width: 100%;
  padding: 7.5px;
  object-fit: contain;
  background-color: transparent;
}
.image-modal-window .modal-dialog .modal-content .slide-image {
  width: auto;
  height: auto;
  padding: 0;
}
.image-modal-window .modal-dialog .modal-content .iframe-wrapper {
  max-height: 80vh;
  max-width: 100%;
  object-fit: contain;
  width: 1200px;
  background-color: transparent;
  position: relative;
  margin: 0 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-inner {
  background-color: transparent !important;
}
.image-modal-window .modal-dialog .modal-content .carousel-item {
  background-color: transparent !important;
}
.image-modal-window .carousel-control-prev, .image-modal-window .carousel-control-next {
  width: 50px;
  height: 50px;
  font-size: 20px;
  background-color: #006EB0;
  color: #fff;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  opacity: 0.75;
  transition: all 0.2s linear;
}
.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: 10px;
}
.image-modal-window .carousel-control-next {
  margin-right: 10px;
}
.image-modal-window .modal-cross {
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  background-color: #006EB0;
  opacity: 0.75;
  padding: 0;
  border: none;
  cursor: pointer;
  color: #fff;
}
.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: 1200px) {
  .image-modal-window .modal {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 1024px) {
  .image-modal-window .modal {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .image-modal-window .align-modal-helper {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .image-modal-window .modal {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .image-modal-window .modal-dialog .modal-content img {
    padding: 0;
  }
  .image-modal-window .carousel-control-prev, .image-modal-window .carousel-control-next {
    opacity: 0.75;
  }
  .image-modal-window .carousel-control-prev:hover, .image-modal-window .carousel-control-next:hover {
    opacity: 0.75;
  }
  .image-modal-window .carousel-control-prev:focus, .image-modal-window .carousel-control-next:focus {
    opacity: 0.75;
  }
  .image-modal-window .modal-cross {
    opacity: 1;
  }
  .image-modal-window .modal-cross:hover {
    opacity: 1;
  }
  .image-modal-window .modal-cross:focus {
    opacity: 1;
  }
}
.single-article a:hover .article-title {
  color: #002560;
}
.single-article .article-image {
  margin-bottom: 15px;
}
.single-article .article-date {
  margin-bottom: 10px;
  letter-spacing: 0.2em;
}
.single-article .article-title {
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .news-list {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .single-article .article-date {
    margin-bottom: 5px;
  }
  .single-article .article-title {
    margin-bottom: 15px;
  }
}
.chess-component {
  margin: 150px 0;
}
.chess-component .chess-component-bg {
  right: 0;
  top: -240px;
  z-index: -1;
}
.chess-component .single-chess-row {
  margin-bottom: 150px;
}
.chess-component .single-chess-row:nth-last-of-type(1) {
  margin-bottom: 0;
}
.chess-component .single-chess-row .row-image, .chess-component .single-chess-row .row-content-wrapper {
  width: calc(50% - 30px);
}
.chess-component .single-chess-row .row-image-inner img {
  max-height: 280px;
}
.chess-component .single-chess-row .row-button {
  margin-top: 30px;
}
.chess-component .single-chess-row-reversed .row-image {
  order: 2;
}
.chess-component .single-chess-row-reversed .row-content-wrapper {
  order: 1;
}

@media screen and (max-width: 1366px) {
  .chess-component {
    margin: 90px 0;
  }
  .chess-component .chess-component-bg {
    top: -180px;
  }
  .chess-component .single-chess-row {
    margin-bottom: 90px;
  }
  .chess-component .single-chess-row .row-image, .chess-component .single-chess-row .row-content-wrapper {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 1024px) {
  .chess-component {
    margin: 60px 0;
  }
  .chess-component .chess-component-bg {
    width: 100%;
    top: -150px;
  }
  .chess-component .single-chess-row {
    margin-bottom: 60px;
  }
  .chess-component .single-chess-row .row-button {
    margin-top: 15px;
  }
  .chess-component .single-chess-row .row-image-inner img {
    max-height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .chess-component .chess-component-bg {
    top: -120px;
  }
  .chess-component .single-chess-row .row-image {
    width: 100%;
    margin-bottom: 15px;
  }
  .chess-component .single-chess-row .row-content-wrapper {
    width: 100%;
    text-align: center;
  }
  .chess-component .single-chess-row-reversed .row-image {
    order: 1;
  }
  .chess-component .single-chess-row-reversed .row-content-wrapper {
    order: 2;
  }
}
@media screen and (max-width: 500px) {
  .chess-component .chess-component-bg {
    top: -90px;
  }
}
.areas-block {
  min-height: 701px;
  padding: 60px 0 90px;
  background-color: #C8DCAF;
  background-image: url("../../images/bg-lines.png");
}
.areas-block .areas-block-title {
  margin-bottom: 60px;
  color: #002560;
}
.areas-block .companies-list {
  max-height: 250px;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
.areas-block .left-carousel {
  width: 570px;
}
.areas-block .right-carousel {
  width: calc(100% - 570px - 60px);
}
.areas-block .area-slider-title {
  color: #002560;
  margin-bottom: 20px;
}
.areas-block .single-company {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
}
.areas-block .area-button {
  margin-top: 30px;
}
.areas-block .slider-navigation {
  height: 412px;
  width: 16px;
  margin-right: 30px;
}
.areas-block .slider-navigation:hover .slider-nav-arrow img {
  animation: none;
  -webkit-animation: none;
}
.areas-block .slider-navigation .slider-nav-arrow img {
  height: 128px;
  width: 16px;
  object-fit: contain;
  cursor: pointer;
  animation: vertical-bounce-static 2.5s linear infinite;
  -webkit-animation: vertical-bounce-static 2.5s linear infinite;
}
.areas-block .slider-navigation .slider-nav-arrow img:hover {
  animation: vertical-bounce 0.5s linear infinite;
  -webkit-animation: vertical-bounce 0.5s linear infinite;
}
.areas-block .slider-navigation .slider-nav-arrow .trigger-arrow-active {
  animation: vertical-bounce 0.5s linear infinite;
  -webkit-animation: vertical-bounce 0.5s linear infinite;
}
.areas-block .slider-navigation .slider-nav-arrow .trigger-arrow-disabled {
  animation: none;
  -webkit-animation: none;
}
.areas-block .areas-list {
  height: 412px;
  width: calc(100% - 16px - 30px);
}
.areas-block .areas-list .single-area-wrapper {
  margin-bottom: 24px;
}
.areas-block .areas-list .single-area:hover {
  color: #002560;
}
.areas-block .areas-list .single-area:not(.single-area-active) {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.areas-block .areas-list .single-area-active {
  font-size: 34px;
  line-height: 44px;
  color: #002560;
  min-height: 88px;
  display: flex !important;
  display: -webkit-flex !important;
  align-items: center;
  -webkit-align-items: center;
}

.areas-block-without-title {
  min-height: 581px;
}

@media screen and (max-width: 1366px) {
  .areas-block {
    min-height: 614px;
    padding: 60px 0;
  }
  .areas-block .right-carousel {
    width: calc(100% - 570px - 30px);
  }
  .areas-block .areas-block-title {
    margin-bottom: 30px;
  }
  .areas-block-without-title {
    min-height: 551px;
  }
}
@media screen and (max-width: 1230px) {
  .areas-block .area-slider-title {
    font-size: 22px;
    line-height: 30px;
  }
  .areas-block .single-company {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .areas-block .areas-block-wrapper-mobile {
    display: none !important;
  }
  .areas-block .single-company:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .areas-block {
    min-height: 0;
    padding: 30px 0;
  }
  .areas-block .areas-block-wrapper {
    display: none !important;
  }
  .areas-block .single-area-mobile {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
  .areas-block .area-button {
    margin-top: 5px;
  }
  .areas-block .area-slider-title {
    margin-bottom: 15px;
  }
  .areas-block .single-company {
    width: calc(50% - 7.5px);
  }
}
@media screen and (max-width: 767px) {
  .areas-block .areas-block-title {
    margin-bottom: 20px;
  }
  .areas-block .single-area-mobile {
    width: 100%;
  }
  .areas-block .single-company {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
.common-hero .common-hero-info {
  top: 0;
  left: 0;
}
.common-hero .common-hero-image {
  top: 0;
  right: 0;
}
.common-hero .common-hero-image img {
  -webkit-animation: scaling 50s linear infinite;
  animation: scaling 50s linear infinite;
}
.common-hero .common-hero-content {
  min-height: 500px;
  padding: 30px 20px 30px 0;
  width: 50%;
}
.common-hero .common-hero-subtitle {
  margin-bottom: 24px;
}
.common-hero .common-hero-title {
  margin-bottom: 0;
}

.member-page .common-hero-sub .common-hero-sub-title {
  font-size: 48px;
}

.common-hero-blue .common-hero-info {
  background-color: #002560;
  background-image: url("../../images/bg-lines.png");
}
.common-hero-blue .common-hero-title, .common-hero-blue .common-hero-subtitle {
  color: #fff;
}

.common-hero-white .common-hero-title, .common-hero-white .common-hero-subtitle {
  color: #006EB0;
}

@media screen and (min-width: 1025px) {
  .common-hero .darkness-full-size {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .common-hero .darkness-full-size {
    background-color: rgba(0, 0, 0, 0.35);
  }
  .common-hero .common-hero-info {
    display: none;
  }
  .common-hero .common-hero-image {
    width: 100% !important;
  }
  .common-hero .common-hero-content {
    min-height: 420px;
    width: 100%;
    padding: 30px 0;
  }
  .common-hero .common-hero-subtitle {
    margin-bottom: 12px;
  }
  .common-hero .common-hero-title, .common-hero .common-hero-subtitle {
    color: #fff;
  }
}
.double-block .double-block-side {
  background-image: url("../../images/bg-lines.png");
  min-height: 420px;
}
.double-block .double-block-side-inner {
  padding: 30px 20px;
  max-width: 400px;
}
.double-block .db-image {
  margin-bottom: 24px;
}
.double-block .db-image img {
  width: 52px;
  height: 52px;
}
.double-block .db-title {
  margin-bottom: 15px;
}
.double-block .db-text {
  margin-bottom: 30px;
}
.double-block .db-button {
  margin-top: 30px;
}

.double-block-union .double-block-left {
  background-color: #C6A06B;
}
.double-block-union .double-block-left .db-title, .double-block-union .double-block-left .db-text {
  color: #333;
}
.double-block-union .double-block-right {
  background-color: #FFEAC2;
}
.double-block-union .double-block-right .db-title, .double-block-union .double-block-right .db-text {
  color: #002560;
}

.double-block-studies .double-block-left {
  background-color: #006EB0;
}
.double-block-studies .double-block-left .db-title, .double-block-studies .double-block-left .db-text {
  color: #fff;
}
.double-block-studies .double-block-right {
  background-color: #B4A4CC;
}
.double-block-studies .double-block-right .db-title, .double-block-studies .double-block-right .db-text {
  color: #002560;
}

@media screen and (max-width: 1024px) {
  .double-block .double-block-side {
    min-height: 350px;
  }
  .double-block .db-image {
    margin-bottom: 12px;
  }
  .double-block .db-text {
    margin-bottom: 15px;
  }
  .double-block .db-button {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .double-block .double-block-side {
    width: 100% !important;
  }
}
@media screen and (max-width: 500px) {
  .double-block .double-block-side {
    min-height: 300px;
  }
}
.responsibility-union {
  background-color: #002560;
  background-image: url("../../images/bg-lines.png");
  padding: 90px 0 60px;
}
.responsibility-union .responsibility-union-title {
  color: #fff;
  margin-bottom: 80px;
}
.responsibility-union .column-image {
  margin-bottom: 30px;
}
.responsibility-union .column-image img {
  width: 120px;
  height: 120px;
}
.responsibility-union .column-title {
  margin-bottom: 12px;
  color: #fff;
}

.responsibility-union-type {
  background-color: #00A369;
}

.responsibility-studies-type {
  background-color: #006EB0;
}

@media screen and (max-width: 1366px) {
  .responsibility-union {
    padding: 60px 0;
  }
  .responsibility-union .responsibility-union-title {
    margin-bottom: 45px;
  }
  .responsibility-union .column-image {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1367px) {
  .responsibility-union .single-column {
    width: calc((100% - 60px) / 3.001);
    margin: 0 30px 60px 0;
  }
  .responsibility-union .single-column:nth-of-type(3n), .responsibility-union .single-column:nth-last-of-type(1) {
    margin: 0 0 60px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .responsibility-union .single-column {
    width: calc((100% - 60px) / 3.001);
    margin: 0 30px 45px 0;
  }
  .responsibility-union .single-column:nth-of-type(3n), .responsibility-union .single-column:nth-last-of-type(1) {
    margin: 0 0 45px;
  }
}
@media screen and (max-width: 1024px) {
  .responsibility-union {
    padding: 30px 0;
  }
  .responsibility-union .responsibility-union-title {
    margin-bottom: 30px;
  }
  .responsibility-union .column-image img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .responsibility-union .single-column {
    width: calc((100% - 40px) / 3.001);
    margin: 0 20px 30px 0;
  }
  .responsibility-union .single-column:nth-of-type(3n), .responsibility-union .single-column:nth-last-of-type(1) {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .responsibility-union .responsibility-union-title {
    margin-bottom: 15px;
  }
  .responsibility-union .single-column {
    text-align: center;
    margin-bottom: 30px;
  }
  .responsibility-union .column-image {
    margin-bottom: 12px;
  }
}
.small-info-block {
  margin: 90px 0;
}
.small-info-block .small-info-block-side .small-info-block-title {
  margin-bottom: 0;
}
.small-info-block .small-info-block-left-side {
  max-width: calc(50% - 60px);
}
.small-info-block .small-info-block-right-side {
  width: 50%;
}

@media screen and (max-width: 1366px) {
  .small-info-block {
    margin: 60px 0;
  }
  .small-info-block .small-info-block-left-side {
    max-width: calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .small-info-block .small-info-block-side .small-info-block-title {
    margin-bottom: 15px;
  }
  .small-info-block .small-info-block-side {
    width: 100%;
    max-width: none;
  }
}
.common-hero-sub {
  background-color: #F8F8F8;
}
.common-hero-sub .common-hero-sub-content {
  padding: 60px 0;
  min-height: 384px;
  z-index: 1;
}
.common-hero-sub .common-hero-sub-subtitle {
  margin-bottom: 24px;
}
.common-hero-sub .common-hero-sub-image img {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.common-hero-sub .common-hero-sub-requisites {
  margin-top: 50px;
}
.common-hero-sub .common-hero-sub-requisites a {
  color: #333;
  position: relative;
}
.common-hero-sub .common-hero-sub-requisites a:hover:before, .common-hero-sub .common-hero-sub-requisites a:hover:after {
  width: 100%;
  opacity: 1;
}
.common-hero-sub .common-hero-sub-requisites a:after {
  left: 0;
  background-color: #006EB0;
}
.common-hero-sub .common-hero-sub-requisites a:before, .common-hero-sub .common-hero-sub-requisites a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.common-hero-sub .common-hero-sub-requisites a:hover {
  color: #006EB0;
}

@media screen and (max-width: 1366px) {
  .common-hero-sub .common-hero-sub-content {
    padding: 30px 0;
  }
  .common-hero-sub .common-hero-sub-requisites {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .common-hero-sub .common-hero-sub-content {
    min-height: 300px;
  }
  .common-hero-sub .common-hero-sub-subtitle {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .common-hero-sub .common-hero-sub-content {
    width: 100% !important;
  }
  .common-hero-sub .common-hero-sub-image {
    width: 0 !important;
  }
  .common-hero-sub .common-hero-sub-image {
    position: static !important;
  }
  .common-hero-sub .common-hero-sub-image img {
    opacity: 0.5;
  }
}
.common-sections .single-section {
  padding: 60px 0;
  border-bottom: 1.25px solid #006EB0;
}
.common-sections .single-section:nth-last-of-type(1) {
  border-bottom: none;
}
.common-sections .section-side {
  width: calc(50% - 10px);
}

.common-sections-persons .single-section {
  padding: 60px 0 0;
}

@media screen and (max-width: 767px) {
  .common-sections .single-section {
    padding: 30px 0;
  }
  .common-sections .section-side {
    width: 100%;
    margin-bottom: 30px;
  }
  .common-sections .section-side:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .common-sections-persons .single-section {
    padding: 30px 0 0;
  }
  .common-sections-persons .section-side {
    margin-bottom: 0;
  }
}
.person-card {
  margin-bottom: 60px;
}
.person-card *:first-child {
  margin-top: 0 !important;
}
.person-card .card-title {
  margin: 15px 0 4px;
}
.person-card .card-subtitle {
  margin-top: 4px;
  margin-bottom: 15px;
  color: #006EB0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.person-card .card-email a:hover:before, .person-card .card-email a:hover:after, .person-card .card-phone a:hover:before, .person-card .card-phone a:hover:after {
  width: 100%;
  opacity: 1;
}
.person-card .card-email a:after, .person-card .card-phone a:after {
  left: 0;
  background-color: #006EB0;
}
.person-card .card-email a:before, .person-card .card-email a:after, .person-card .card-phone a:before, .person-card .card-phone a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.person-card .card-email a:hover, .person-card .card-phone a:hover {
  color: #006EB0;
}
.person-card .person-card-img {
  margin-right: 2.5rem;
  width: 25%;
}
.person-card .person-card-text {
  width: 75%;
}

@media screen and (max-width: 1024px) {
  .person-card {
    margin-bottom: 30px;
  }
  .person-card .card-title {
    margin-top: 10px;
  }
}
@media screen and (max-width: 376px) {
  .person-card {
    flex-direction: column;
  }
  .person-card .person-card-img {
    margin-right: 0;
    margin-bottom: 1rem;
    width: 33%;
  }
  .person-card .person-card-text {
    width: 100%;
  }
}
.login-button {
  font-weight: 800;
  color: #fff;
  background-color: #002560;
  border-radius: 50px;
  font-size: 1rem;
  padding: 4px 12px;
  margin-right: 0.5rem;
  border: 1px solid #002560;
}
.login-button:hover, .login-button:focus {
  background-color: #fff;
  color: #002560;
}

.login-modal .modal-dialog {
  margin-top: 12vh;
}
.login-modal .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}
.login-modal input {
  border: 1px solid #333;
  border-radius: 4px;
  width: 100%;
  margin-top: 0.5rem;
}
.login-modal label {
  width: 100%;
  max-width: 250px;
}
.login-modal .login-form .default-button {
  margin-left: 0.5rem;
}
.login-modal .login-modal-error {
  color: red;
  margin-top: 0.5rem;
}

@media only screen and (max-width: 448px) {
  .login-modal .login-form .default-button {
    margin-left: 0;
  }
}
.member-info tr.single-row {
  border-bottom: none;
  line-height: 2;
}
.member-info th.info-parameter {
  min-width: 120px;
}

.member-thumbnail {
  width: 100%;
  margin-bottom: 2rem;
  max-width: 150px;
}
.member-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (min-width: 768px) {
  .member-info th.info-parameter {
    min-width: 250px;
  }
}
.all-members-page .members-list > div {
  margin-bottom: 2rem;
}
.all-members-page .members-list > div:last-child {
  margin-bottom: 0;
}

.all-members-page {
  background-color: #C8DCAF;
  background-image: url("./images/bg-lines.png");
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}

.members-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.member-card {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.member-card:hover {
  transform: scale(1.05);
}

.member-card-image {
  max-height: 150px;
  display: flex;
  justify-content: center;
}

.member-card-image-thumbnail {
  padding: 12px 12px 0;
}

.member-card-image.member-card-image-thumbnail img {
  object-fit: contain;
}

.member-card-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.member-title {
  font-size: 1.5rem;
  margin: 15px 0;
  padding: 0 12px;
}

.member-areas-of-activity {
  margin-top: 24px;
  padding: 0 12px 12px;
}

.member-areas-of-activity ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.member-areas-of-activity li {
  display: inline-block;
  background-color: transparent;
  padding: 5px 10px;
  margin: 5px;
  border-radius: 15px;
  border: 1px solid #333;
  color: #333;
  font-size: 14px;
}

.filter-section {
  margin-bottom: 32px;
}

.filter-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-list li {
  padding: 8px 12px;
  border: 1px solid #333;
  border-radius: 20px;
  cursor: pointer;
  background-color: transparent;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 14px;
}

.filter-list li:hover {
  background-color: #333;
  color: white;
}

.filter-item.active {
  background-color: #333;
  color: white;
}

.filter-apply, .filter-clear {
  font-size: 14px;
  margin-top: 15px;
  padding: 8px 12px;
  border: 1px solid #333;
  background-color: transparent;
  font-weight: bold;
  cursor: pointer;
  border-radius: 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.filter-apply:hover, .filter-clear:hover {
  background-color: #333;
  color: #fff;
}

.filter-apply {
  margin-right: 16px;
}

.cat-menu {
  font-size: 1rem;
  margin-top: 2rem;
}

.cat-menu_button {
  background-color: #F8F8F8;
  color: #333;
  padding: 0.25em 1em;
  min-width: 140px;
  height: 34px;
  margin-right: 0.625em;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.hero-home .darkness-hero {
  background: linear-gradient(101.17deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
.hero-home .slider-content-wrapper {
  min-height: 640px;
}
.hero-home .slider-inner {
  max-width: 720px;
}
.hero-home .hero-title {
  color: #fff;
}
.hero-home .hero-content {
  margin-bottom: 60px;
  color: #fff;
}
.hero-home .carousel-indicators {
  bottom: 24px;
  margin: 0;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  min-height: 16px;
}
.hero-home .carousel-indicators li {
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s linear;
  width: 12px;
  height: 12px;
  margin: 0 14px 0 0;
  border: none;
}
.hero-home .carousel-indicators li:nth-last-of-type(1) {
  margin: 0;
}
.hero-home .carousel-indicators .active {
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 1366px) {
  .hero-home .slider-content-wrapper {
    min-height: 565px;
  }
}
@media screen and (max-width: 1024px) {
  .hero-home .hero-content {
    margin-bottom: 20px;
  }
}
.news-home {
  padding: 90px 0 60px;
}
.news-home .title-row-link {
  margin-bottom: 12px;
}
.news-home .title-row-link a {
  font-size: 22px;
  line-height: 30px;
}
.news-home .title-row-link a:hover {
  color: #006EB0;
}
.news-home .title-row-link a:hover .link-arrow {
  animation: horizontal-bounce 0.5s linear infinite;
  -webkit-animation: horizontal-bounce 0.5s linear infinite;
}
.news-home .single-article-home .article-image {
  border-radius: 8px;
}
.news-home .single-article-home .article-image:before {
  content: "";
  display: block;
  padding-top: 50%;
}

@media screen and (max-width: 1366px) {
  .news-home {
    padding: 60px 0 30px;
  }
  .news-home .title-row-link {
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .news-home .single-article-home {
    width: calc((100% - 60px) / 3.001);
    margin: 0 30px 30px 0;
  }
  .news-home .single-article-home:nth-of-type(3n), .news-home .single-article-home:nth-last-of-type(1) {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .news-home {
    padding: 30px 0 0;
  }
  .news-home .title-row-link {
    margin-bottom: 9px;
  }
  .news-home .single-article-home {
    width: calc(50% - 15px);
    margin: 0 0 30px;
  }
  .news-home .single-article-home:nth-of-type(n + 3) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .news-home .single-article-home {
    width: 100%;
  }
  .news-home .title-row-link {
    display: none;
  }
  .news-home .single-article-home:nth-of-type(n + 2) {
    display: none;
  }
  .news-home .news-main-title {
    width: 100%;
  }
}
.reviews-home {
  background-color: #002560;
  background-image: url("../../images/home-reviews-bg.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 100% 50%;
}
.reviews-home .reviews-content-wrapper {
  padding: 90px 0;
  min-height: 640px;
}
.reviews-home .reviews-inner {
  max-width: 570px;
}
.reviews-home .titles-row {
  padding-bottom: 15px;
}
.reviews-home .reviews-slider-indicators {
  margin-bottom: 30px;
}
.reviews-home .reviews-main-title {
  color: #fff;
}
.reviews-home .review-image {
  width: 96px;
  height: 96px;
  margin-right: 24px;
  border-radius: 50%;
}
.reviews-home .review-content {
  width: calc(100% - 96px - 24px);
}
.reviews-home .review-name {
  margin-bottom: 5px;
}
.reviews-home .review-company {
  margin-bottom: 15px;
}

@media screen and (max-width: 1366px) {
  .reviews-home .reviews-content-wrapper {
    padding: 60px 0;
    min-height: 565px;
  }
}
@media screen and (max-width: 1024px) {
  .reviews-home .reviews-content-wrapper {
    padding: 30px 0;
  }
  .reviews-home .reviews-slider-indicators {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .reviews-home .reviews-main-title {
    width: 100%;
    text-align: center;
  }
  .reviews-home .reviews-slider-indicators {
    width: 100%;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .reviews-home .review-image {
    margin: 0 auto 15px;
  }
  .reviews-home .review-content {
    width: 100%;
    text-align: center;
  }
}
.info-block-home {
  padding: 90px 0;
  background-color: #C6A06B;
  background-image: url("../../images/bg-lines.png");
}
.info-block-home .info-block-titles, .info-block-home .info-block-content-inner {
  width: calc(50% - 30px);
}
.info-block-home .info-block-titles *, .info-block-home .info-block-content-inner * {
  color: #fff;
}
.info-block-home .info-block-subtitle {
  margin-bottom: 24px;
}
.info-block-home .info-block-title {
  margin-bottom: 0;
}

@media screen and (max-width: 1366px) {
  .info-block-home {
    padding: 60px 0;
  }
  .info-block-home .info-block-titles, .info-block-home .info-block-content-inner {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 1024px) {
  .info-block-home {
    padding: 30px 0;
  }
  .info-block-home .info-block-subtitle {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .info-block-home .info-block-titles, .info-block-home .info-block-content-inner {
    width: 100%;
  }
  .info-block-home .info-block-title {
    margin-bottom: 15px;
  }
  .info-block-home .info-block-subtitle {
    margin-bottom: 6px;
  }
}
.big-info-union .big-info-union-image {
  top: 0;
  left: 0;
}
.big-info-union .big-info-union-content {
  min-height: 500px;
  padding: 30px 0 30px 20px;
  width: 50%;
  margin-left: auto;
}
.big-info-union .big-info-union-subtitle {
  margin-bottom: 24px;
}
.big-info-union .big-info-union-title {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .big-info-union .big-info-union-content {
    min-height: 420px;
  }
  .big-info-union .big-info-union-subtitle {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .big-info-union .big-info-union-image {
    width: 100% !important;
  }
  .big-info-union .big-info-union-content {
    width: 100%;
    padding: 30px 0;
  }
  .big-info-union .big-info-union-image img {
    opacity: 0.5;
  }
}
@media screen and (max-width: 500px) {
  .big-info-union .big-info-union-content {
    min-height: 300px;
  }
}
.forestry-big-image {
  margin: 60px 0 90px;
}
.forestry-big-image .forestry-big-image-wrapper {
  border-radius: 24px;
}
.forestry-big-image .forestry-big-image-wrapper:before {
  content: "";
  display: block;
  padding-top: 38%;
}

@media screen and (max-width: 1366px) {
  .forestry-big-image {
    margin: 60px 0;
  }
}
@media screen and (max-width: 1024px) {
  .forestry-big-image {
    margin: 30px 0;
  }
}
@media screen and (max-width: 1024px) {
  .forestry-big-image .forestry-big-image-wrapper:before {
    padding-top: 56.25%;
  }
}
.forestry-video-block {
  margin: 90px 0;
}
.forestry-video-block .forestry-bg {
  top: -200px;
  left: 0;
  z-index: -1;
}
.forestry-video-block .content-side {
  width: calc(50% - 30px);
}
.forestry-video-block .video-side {
  width: calc(50% - 30px);
  max-width: 488px;
}
.forestry-video-block .video-side a:before {
  content: "";
  display: block;
  padding-top: 52.5%;
}
.forestry-video-block .video-side .darkness-video {
  background-color: rgba(0, 0, 0, 0.25);
}
.forestry-video-block .video-side .play-icon {
  width: 84px;
  height: 84px;
  top: calc(50% - 42px);
  right: calc(50% - 42px);
  animation: scaling 3s linear infinite;
  -webkit-animation: scaling 3s linear infinite;
}

@media screen and (max-width: 1366px) {
  .forestry-video-block {
    margin: 60px 0;
  }
  .forestry-video-block .forestry-bg {
    top: -160px;
  }
  .forestry-video-block .content-side, .forestry-video-block .video-side {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 1024px) {
  .forestry-video-block .forestry-bg {
    width: 100%;
    top: -140px;
  }
}
@media screen and (max-width: 767px) {
  .forestry-video-block .content-side, .forestry-video-block .video-side {
    width: 100%;
  }
  .forestry-video-block .content-side {
    margin-bottom: 30px;
  }
  .forestry-video-block .video-side {
    max-width: none;
  }
}
@media screen and (max-width: 600px) {
  .forestry-video-block .forestry-bg {
    top: -100px;
  }
}
@media screen and (max-width: 500px) {
  .forestry-video-block .video-side .play-icon {
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    right: calc(50% - 30px);
  }
}
.occupation-cards {
  margin: 60px 0 0;
}
.occupation-cards .occupation-cards-list {
  border-bottom: 1.25px solid #006EB0;
}
.occupation-cards .single-card {
  width: calc((100% - 40px) / 3.001);
  margin: 0 20px 60px 0;
}
.occupation-cards .single-card:nth-of-type(3n), .occupation-cards .single-card:nth-last-of-type(1) {
  margin: 0 0 60px;
}
.occupation-cards .image-side {
  width: 82px;
  height: 82px;
}
.occupation-cards .content-side {
  width: calc(100% - 82px - 20px);
}
.occupation-cards .card-subtitle {
  margin-bottom: 8px;
}
.occupation-cards .card-title {
  color: #002560;
  margin-bottom: 24px;
  white-space: nowrap;
  font-size: 1.125rem;
}

@media screen and (max-width: 1024px) {
  .occupation-cards .occupation-cards-list {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .occupation-cards .card-subtitle {
    margin-bottom: 5px;
  }
  .occupation-cards .card-title {
    margin-bottom: 12px;
  }
  .occupation-cards .single-card {
    width: calc(50% - 10px);
    margin: 0 0 60px !important;
  }
}
@media screen and (min-width: 501px) and (max-width: 767px) {
  .occupation-cards .image-side {
    width: 100%;
    margin-bottom: 15px;
  }
  .occupation-cards .image-side img {
    width: 82px !important;
  }
  .occupation-cards .content-side {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .occupation-cards .single-card {
    width: 100%;
  }
}
.members-template .main-container_members {
  display: flex;
  flex-direction: column;
  padding-top: 64px;
  padding-bottom: 64px;
}
.members-template .desktop-menu {
  display: none;
}
.members-template .mobile-menu {
  display: block;
}
.members-template #sidebar-members {
  width: 100%;
  max-width: none;
}
.members-template #sidebar-members ul {
  list-style-type: none;
  padding-left: 2rem;
  color: #006EB0;
}
.members-template #sidebar-members ul li {
  list-style-type: none;
  line-height: 2;
}
.members-template #sidebar-members ul li a {
  color: #006EB0;
}
.members-template #sidebar-members ul li ul li a {
  color: #333;
}
.members-template #sidebar-members ul li ul li {
  list-style-type: circle;
}
.members-template .members-content {
  margin-left: 0;
}
.members-template .members-content a {
  color: #006EB0;
}
.members-template .members-content .block h2 {
  margin-bottom: 1.5rem;
}
.members-template .iframe {
  width: calc(100vw - 48px);
  margin-left: calc(-1 * (100vw - 1240px - 8px) / 2);
}
.members-template .iframe iframe {
  width: 100% !important;
  border: none;
}
.members-template .block {
  margin-bottom: 2rem;
}
.members-template .block:last-child {
  margin-bottom: 0;
}
.members-template .collapsed .line {
  position: static !important;
}
.members-template .collapsed .line:nth-child(1) {
  transform: rotate(0deg) !important;
  -webkit-transform: rotate(0deg) !important;
  transition: all 0.2s linear !important;
}
.members-template .collapsed .line:nth-child(3) {
  transform: rotate(0deg) !important;
  -webkit-transform: rotate(0deg) !important;
  transition: all 0.2s linear !important;
}
.members-template .collapsed .line:nth-child(2) {
  width: 20px !important;
  transition: all 0.2s linear !important;
  margin: 0 auto 3px !important;
}
.members-template .collapsed .line:nth-child(4) {
  width: 20px !important;
  transition: all 0.2s linear !important;
  margin: 0 auto !important;
}
.members-template .burger {
  margin-left: auto;
  float: right;
  border: none;
  background-color: transparent;
  height: 40px;
}
.members-template .burger .wrapper {
  width: 20px;
}
.members-template .burger .wrapper .line {
  top: 0;
  height: 1px;
  width: 20px;
  margin-bottom: 3px;
  background-color: #006EB0;
}
.members-template .burger .wrapper .line:nth-child(1) {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transition: all 0.2s linear;
}
.members-template .burger .wrapper .line:nth-child(3) {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transition: all 0.2s linear;
}
.members-template .burger .wrapper .line:nth-child(2) {
  width: 0;
  margin: 0 auto 3px;
}
.members-template .burger .wrapper .line:nth-child(4) {
  width: 0;
}
.members-template .burger .wrapper .line:last-child {
  margin-bottom: 0;
}
.members-template .burger:focus {
  outline: none;
}
.members-template .mobile-menu-burger {
  height: 40px;
  background-color: #F8F8F8;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .members-template .main-container_members {
    flex-direction: row;
  }
  .members-template .desktop-menu {
    display: block;
  }
  .members-template .mobile-menu {
    display: none;
  }
  .members-template #sidebar-members {
    max-width: 350px;
  }
  .members-template #sidebar-members ul li ul li a {
    font-size: 16px;
  }
  .members-template .members-content {
    max-width: 100%;
  }
}
.news-page .hero-news-block {
  padding: 60px 0;
  background-color: #F8F8F8;
}
.news-page .hero-article a:hover .hero-article-title {
  color: #002560;
}
.news-page .hero-article a:hover .hero-article-image img {
  transform: scale(1.02) perspective(1000px);
  -webkit-transform: scale(1.02) perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.news-page .hero-article-image img {
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.news-page .hero-article-image:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.news-page .hero-article-content {
  width: calc(50% - 100px);
}
.news-page .hero-article-date {
  margin-bottom: 24px;
  letter-spacing: 0.2em;
}
.news-page .list-of-articles {
  padding: 60px 0 0;
}
.news-page .single-article-news .article-image:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.news-page .single-article-news .article-title {
  margin-bottom: 15px;
}
.news-page .single-article-news .article-title, .news-page .single-article-news .article-preview {
  max-width: 87%;
}
.news-page .show-more-button-wrapper {
  margin-bottom: 90px;
}

@media screen and (min-width: 1367px) {
  .news-page .single-article-news {
    width: calc((100% - 100px) / 3.001);
    margin: 0 50px 60px 0;
  }
  .news-page .single-article-news:nth-of-type(3n), .news-page .single-article-news:nth-last-of-type(1) {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 1366px) {
  .news-page .hero-article-content {
    width: calc(50% - 30px);
  }
  .news-page .hero-article-date {
    margin-bottom: 12px;
  }
  .news-page .hero-article-title {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .news-page .single-article-news {
    width: calc((100% - 60px) / 3.001);
    margin: 0 30px 60px 0;
  }
  .news-page .single-article-news:nth-of-type(3n), .news-page .single-article-news:nth-last-of-type(1) {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 1024px) {
  .news-page .hero-news-block {
    padding: 30px 0;
  }
  .news-page .hero-article-image {
    width: calc(50% - 15px) !important;
  }
  .news-page .hero-article-content {
    width: calc(50% - 15px);
  }
  .news-page .hero-article-date {
    margin-bottom: 5px;
  }
  .news-page .hero-article-title {
    margin-bottom: 10px;
  }
  .news-page .list-of-articles {
    padding: 30px 0 0;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .news-page .single-article-news {
    width: calc(50% - 15px);
    margin: 0 30px 60px 0;
  }
  .news-page .single-article-news:nth-of-type(2n), .news-page .single-article-news:nth-last-of-type(1) {
    margin: 0 0 60px;
  }
  .news-page .single-article-news .article-title, .news-page .single-article-news .article-preview {
    max-width: none;
  }
  .news-page .show-more-button-wrapper {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .news-page .hero-article-image {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .news-page .hero-article-content {
    width: 100%;
  }
  .news-page .single-article-news {
    width: 100%;
    margin: 0 0 45px !important;
  }
  .news-page .show-more-button-wrapper {
    margin-bottom: 60px;
  }
}
.single-page {
  padding: 60px 0;
}
.single-page .article-arrow-link {
  margin: 0 0 50px;
}
.single-page .article-date {
  margin-bottom: 24px;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 1366px) {
  .single-page {
    padding: 30px 0;
  }
  .single-page .article-arrow-link {
    margin: 0 0 30px;
  }
  .single-page .article-date {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1366px) {
  .single-page .article-date {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 1025px) {
  .single-page {
    min-height: calc(100vh - 60px - 330px);
  }
  .body-with-admin-bar .single-page {
    min-height: calc(100vh - 60px - 330px - 32px);
  }
}

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