/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.wp-admin {
  font-family: inherit;
}
.wp-admin h1, .wp-admin h1 > span {
  font-size: unset;
}
.wp-admin .wp-block {
  max-width: 980px;
}
.wp-admin .wp-block[data-type="wp-bootstrap-blocks/container"] {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.wp-admin p, .wp-admin .w-100 {
  font-family: inherit;
  font-size: initial;
}
.wp-admin span {
  font-size: initial;
}
.wp-admin label {
  color: #1F2218;
  font-size: initial;
}

/*--------------------------------------------------------------
# Default Bootstrap Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*----------------------------------- */
/*----------------------------------- */
/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.container {
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 576px) {
  .container {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1312px;
  }
}
@media (max-width: 575px) {
  .p-xs-0 {
    padding: 0 !important;
  }
}
/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
@font-face {
  font-family: "Unbounded";
  src: url("./assets/fonts/Unbounded/Unbounded-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("./assets/fonts/Unbounded/Unbounded-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("./assets/fonts/Unbounded/Unbounded-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("./assets/fonts/Unbounded/Unbounded-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("./assets/fonts/Unbounded/Unbounded-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("./assets/fonts/Unbounded/Unbounded-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UAFSans";
  src: url("./assets/fonts/UAFSans/UAFSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UAFSans";
  src: url("./assets/fonts/UAFSans/UAFSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UAFSans";
  src: url("./assets/fonts/UAFSans/UAFSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UAFSans";
  src: url("./assets/fonts/UAFSans/UAFSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
a,
button,
.btn,
span,
input,
textarea,
select,
h1, h2, h3, h4, h5, h6,
p,
label,
svg path {
  transition: all 0.4s ease-in-out;
  outline: none !important;
}
a:focus,
button:focus,
.btn:focus,
span:focus,
input:focus,
textarea:focus,
select:focus,
h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, h6:focus,
p:focus,
label:focus,
svg path:focus {
  box-shadow: none !important;
}

h1,
.h1 {
  margin-bottom: 1.25rem;
}
h1, h1 > span,
.h1,
.h1 > span {
  font-size: 3rem;
  line-height: 1.4;
  color: #1F2218;
  font-style: normal;
  font-weight: 500;
  font-family: "Unbounded", sans-serif;
  word-break: break-word;
}
@media (min-width: 992px) {
  h1, h1 > span,
  .h1,
  .h1 > span {
    font-size: 4rem;
  }
}

h2,
.h2 {
  margin-bottom: 1.25rem;
}
h2, h2 > span,
.h2,
.h2 > span {
  font-size: 2.25rem;
  line-height: 140%;
  font-weight: 500;
  font-family: "Unbounded", sans-serif;
  color: #1F2218;
}
@media (min-width: 992px) {
  h2, h2 > span,
  .h2,
  .h2 > span {
    font-size: 3.375rem;
  }
}

h3,
.h3 {
  margin-bottom: 1.25rem;
}
h3, h3 > span,
.h3,
.h3 > span {
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: 500;
  color: #1F2218;
  font-family: "Unbounded", sans-serif;
}
@media (min-width: 992px) {
  h3, h3 > span,
  .h3,
  .h3 > span {
    font-size: 2rem;
  }
}

h4,
.h4 {
  margin-bottom: 1.25rem;
}
h4, h4 > span,
.h4,
.h4 > span {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: normal;
  color: #1F2218;
  font-family: "Unbounded", sans-serif;
}
@media (min-width: 992px) {
  h4, h4 > span,
  .h4,
  .h4 > span {
    font-size: 1.75rem;
  }
}

h5,
.h5 {
  margin-bottom: 1.25rem;
}
h5, h5 > span,
.h5,
.h5 > span {
  font-size: 1.375rem;
  line-height: 1.3;
  font-weight: normal;
  color: #1F2218;
  font-family: "Unbounded", sans-serif;
}
@media (min-width: 992px) {
  h5, h5 > span,
  .h5,
  .h5 > span {
    font-size: 1.5625rem;
  }
}

h6,
.h6 {
  margin-bottom: 1rem;
}
h6, h6 > span,
.h6,
.h6 > span {
  font-size: 1.375rem;
  line-height: 1.3;
  font-weight: normal;
  color: #1F2218;
  font-family: "UAFSans", sans-serif;
}
@media (min-width: 992px) {
  h6, h6 > span,
  .h6,
  .h6 > span {
    font-size: 1.5625rem;
  }
}

p,
body,
span,
.w-100 {
  font-size: 1rem;
  line-height: 1.4;
  color: #1F2218;
  font-family: "Unbounded", sans-serif;
}
@media (min-width: 992px) {
  p,
  body,
  span,
  .w-100 {
    font-size: 1.25rem;
  }
}
p a,
body a,
span a,
.w-100 a {
  color: #FFDC52;
  text-decoration: underline;
  word-break: break-word;
  text-underline-offset: 4px;
}
@media (min-width: 992px) {
  p a,
  body a,
  span a,
  .w-100 a {
    word-break: normal;
  }
}
p a:hover,
body a:hover,
span a:hover,
.w-100 a:hover {
  color: rgb(255, 204.5231213873, 5.5);
}

p {
  font-family: "UAFSans", sans-serif;
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.btn {
  display: inline-flex;
  gap: 20px;
  border-radius: 0.625rem;
  background: #707E4E;
  border: 3px solid #707E4E;
  height: 3.125rem;
  padding: 0.9375rem 1rem;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  line-height: normal;
}
.btn:hover, .btn:focus-visible, .btn:active {
  border: 3px solid rgb(70, 78.75, 48.75);
  background: rgb(70, 78.75, 48.75);
  color: #fff;
}
.btn:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(70, 78.75, 48.75, 0.5);
}
@media (min-width: 992px) {
  .btn {
    height: 3.75rem;
    padding: 1rem 1.25rem;
    font-size: 1.25rem;
  }
}
.btn-primary {
  background: #FFDC52;
  border: 3px solid #FFDC52;
  color: #1F2218;
}
.btn-primary svg path {
  fill: #1F2218;
}
.btn-primary:hover, .btn-primary:focus-visible, .btn-primary:active {
  background: #707E4E;
  border: 3px solid #707E4E;
  color: #fff;
}
.btn-primary:hover svg path, .btn-primary:focus-visible svg path, .btn-primary:active svg path {
  fill: #fff;
}
.btn-primary:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(112, 126, 78, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  background: #FFDC52;
  border: 3px solid #FFDC52;
  color: #1F2218;
}
.btn-primary.disabled svg path, .btn-primary:disabled svg path {
  fill: #1F2218;
}
.btn-secondary {
  background: transparent;
  border: 3px solid #000;
  color: #1F2218;
}
.btn-secondary:hover, .btn-secondary:focus-visible, .btn-secondary:active {
  background: #000;
  border: 3px solid #000;
  color: #1F2218;
}
.btn-secondary:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-light {
  background: #fff;
  border: 3px solid #fff;
  color: #1F2218;
  font-family: "UAFSans", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
}
.btn-light:hover, .btn-light:focus-visible, .btn-light:active {
  background: #BFBFBF;
  border: 3px solid #BFBFBF;
}
.btn-light:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(191, 191, 191, 0.5);
}
.btn-dark {
  background: #1F2218;
  border-color: #1F2218;
  box-shadow: 0 7px 15px 0 rgba(31, 34, 24, 0.15);
  text-transform: none;
  color: #FFDC52;
}
.btn-dark:hover, .btn-dark:focus-visible, .btn-dark:active {
  border: 3px solid #000;
  background: #000;
  color: #FFDC52;
}
.btn-dark:focus-visible {
  box-shadow: 0 7px 15px 0 rgba(31, 34, 24, 0.15);
}
.btn-link {
  background: transparent;
  border: 0;
  color: #1F2218;
  font-size: 25px;
  font-weight: 400;
  padding: 0;
  height: auto;
  text-transform: none;
}
.btn-link:hover, .btn-link:focus-visible, .btn-link:active {
  text-decoration: none;
  background: transparent;
  border: 0;
  color: #1F2218;
}
.btn-link:focus-visible {
  box-shadow: none;
}
@media (min-width: 992px) {
  .btn-link {
    font-size: 28px;
  }
}
.btn-outline-primary {
  background: transparent;
  border: 3px solid #FFDC52;
  color: #FFDC52;
}
.btn-outline-primary:hover, .btn-outline-primary:focus-visible, .btn-outline-primary:active {
  background: rgb(255, 204.5231213873, 5.5);
  border: 3px solid rgb(255, 204.5231213873, 5.5);
  color: #1F2218;
  box-shadow: 0 0 0 0.25rem rgba(255, 204.5231213873, 5.5, 0.5);
}
.btn-outline-primary:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(255, 204.5231213873, 5.5, 0.5);
}
.btn-play {
  border: none;
  width: -moz-min-content;
  width: min-content;
  height: 72px;
  padding-left: 96px;
  background: url("assets/images/play-button.svg") no-repeat left center/contain;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  text-align: left;
  scale: 0.9;
  opacity: 0.9;
}
@media (min-width: 768px) {
  .btn-play {
    height: 100px;
    padding-left: 132px;
    font-size: 28px;
  }
}
.btn-play:hover, .btn-play:focus-visible, .btn-play:active {
  text-decoration: underline;
  scale: 1;
  opacity: 1;
}
.btn-lg {
  height: 3.75rem;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .btn-lg {
    height: 4.375rem;
    font-size: 1.375rem;
    padding: 0.9375rem 2rem;
  }
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background: #707E4E;
  border: 3px solid #707E4E;
  color: #fff;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background: #000;
  border: 3px solid #000;
  color: #1F2218;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #2E3224;
  background: #BFBFBF;
  border: 3px solid #BFBFBF;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  border: 3px solid #000;
  background: #000;
  color: #FFDC52;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  background: rgb(255, 204.5231213873, 5.5);
  border: 3px solid rgb(255, 204.5231213873, 5.5);
  color: #1F2218;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.site-header {
  color: #fff;
  background: #1F2218;
}
.home .site-header {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1000;
  background: none;
}
.site-header__content {
  height: 100%;
  position: relative;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.site-header__content .btn-primary--join {
  text-transform: uppercase;
}
.site-header__content .btn-primary--join svg path {
  fill: none;
  stroke: #1F2218;
}
.site-header__content .btn-primary--join:hover svg path, .site-header__content .btn-primary--join:focus-visible svg path, .site-header__content .btn-primary--join:active svg path {
  stroke: #fff;
}
@media (max-width: 767px) {
  .site-header__content .btn-primary--join {
    border-radius: 0;
    filter: none;
    height: 100%;
    min-width: 50%;
    flex-shrink: 0;
    font-family: "UAFSans", sans-serif;
  }
}
@media (max-width: 767px) {
  .site-header__content {
    padding: 0;
    gap: 0;
    align-items: stretch;
  }
}
.site-header__content-left {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 1.875rem;
}
@media (max-width: 767px) {
  .site-header__content-left {
    width: 100%;
  }
}
.site-header__navbar {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .site-header__navbar {
    width: auto;
  }
}
.site-header__navbar .navbar-toggler {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  gap: 15px;
  padding: 4px 9px;
  border-radius: 0;
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.25);
  font-size: 0;
}
.site-header__navbar .navbar-toggler:hover, .site-header__navbar .navbar-toggler:focus-visible, .site-header__navbar .navbar-toggler:active {
  border: 3px solid #90A169;
}
.site-header__navbar .navbar-toggler span {
  color: #fff;
  font-family: "UAFSans", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}
@media (max-width: 359px) {
  .site-header__navbar .navbar-toggler span {
    display: none;
  }
}
@media (min-width: 768px) {
  .site-header__navbar .navbar-toggler {
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .site-header__navbar .navbar-toggler {
    background: #707E4E;
    border: #707E4E;
    height: 100%;
  }
  .site-header__navbar .navbar-toggler:hover, .site-header__navbar .navbar-toggler:focus-visible, .site-header__navbar .navbar-toggler:active {
    border: 3px solid rgb(70, 78.75, 48.75);
    background: rgb(70, 78.75, 48.75);
    color: #fff;
  }
  .site-header__navbar .navbar-toggler img {
    width: 24px;
  }
  .site-header__navbar .navbar-toggler span {
    font-size: 18px;
    font-family: "UAFSans", sans-serif;
    font-weight: 600;
  }
}
.site-header__navbar .navbar-close {
  width: 60px;
  height: 60px;
  background: none;
  color: #fff;
  font-family: "UAFSans", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
  flex-shrink: 0;
}
.site-header__navbar .navbar-close:hover {
  background: #90A169;
  border-color: #90A169;
  color: #2E3224;
}
.site-header__navbar .navbar-close:hover span {
  color: #2E3224;
}
.site-header__navbar .navbar-close:hover svg path {
  fill: #2E3224;
}
@media (min-width: 992px) {
  .site-header__navbar .navbar-close {
    width: auto;
  }
}
.site-header__navbar .navbar-close span {
  display: none;
  font-family: "UAFSans", sans-serif;
}
@media (min-width: 992px) {
  .site-header__navbar .navbar-close span {
    display: inline;
  }
}
.site-header__logo {
  display: none;
  color: #fff;
  text-shadow: 1px 3px 0 #2E3224;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
}
@media (min-width: 992px) {
  .site-header__logo {
    display: block;
    font-size: 40px;
  }
}
.site-header__topnavbar {
  display: none;
}
@media (min-width: 1200px) {
  .site-header__topnavbar {
    display: block;
  }
}
.site-header__topnavbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
}
@media (min-width: 1200px) {
  .site-header__topnavbar ul {
    gap: 30px;
  }
}
.site-header__topnavbar ul a {
  color: #fff;
  text-shadow: 1px 3px 0 #262A21;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  text-decoration: none;
}
.site-header__topnavbar ul a:hover, .site-header__topnavbar ul a:focus {
  color: #FFDC52;
}
@media (min-width: 1200px) {
  .site-header__topnavbar ul a {
    font-size: 20px;
  }
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.main-nav {
  align-items: flex-start;
  position: fixed;
  z-index: 99;
  background: #2E3224;
  inset: 0;
  gap: 48px;
}
.main-nav.show {
  overflow: auto;
}
.main-nav h3 {
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .main-nav h3 {
    text-align: left;
  }
}
.main-nav__content .row {
  gap: 48px;
  justify-content: center;
}
@media (min-width: 992px) {
  .main-nav__content .row {
    gap: 0;
    justify-content: flex-start;
  }
}
.main-nav__header {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 48px;
  border-bottom: 2px dashed #707E4E;
}
@media (min-width: 992px) {
  .main-nav__header {
    padding-top: 48px;
    padding-bottom: 48px;
    gap: 36px;
  }
}
.main-nav__header * {
  color: #fff;
}
.main-nav__header h2 {
  color: #fff;
  margin: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .main-nav__header h2 {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .main-nav__header h2 span {
    display: none;
  }
}
.main-nav__header > svg {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 11px;
  border: 3px solid #90A169;
  padding: 7px;
}
.main-nav__menu {
  display: flex;
  flex-flow: column;
  gap: 32px;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media (min-width: 992px) {
  .main-nav__menu {
    text-align: left;
  }
}
.main-nav__menu li.current_page_item a {
  color: #FFDC52;
  padding-left: 22px;
}
.main-nav__menu li a {
  text-shadow: 1px 3px 0 #262A21;
  text-decoration: none;
  font-size: 24px;
  line-height: 140%;
  color: #fff;
}
@media (min-width: 992px) {
  .main-nav__menu li a {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .main-nav__menu li a {
    font-size: 38px;
  }
}
.main-nav__menu li a:hover {
  color: #FFDC52;
}
.main-nav__widget {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-top: 48px;
  border-top: 2px dashed #707E4E;
}
@media (min-width: 768px) {
  .main-nav__widget {
    gap: 24px;
    flex-flow: row;
    align-items: flex-end;
    padding-top: 0;
    border-top: none;
  }
}
@media (min-width: 1200px) {
  .main-nav__widget {
    gap: 68px;
  }
}
.main-nav__widget img {
  display: none;
  border-radius: 11px;
}
@media (min-width: 768px) {
  .main-nav__widget img {
    display: block;
  }
}
.main-nav__widget-left {
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  width: 100%;
  gap: 0;
}
@media (min-width: 768px) {
  .main-nav__widget-left {
    width: 35%;
    text-align: left;
    align-items: start;
    gap: 40px;
  }
}
.main-nav__widget-left a {
  text-underline-offset: 5px;
  font-size: 25px;
  font-weight: 600;
}
.main-nav__widget-left :last-child {
  margin-bottom: 0;
}
.main-nav__widget-right {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  gap: 0;
}
@media (min-width: 768px) {
  .main-nav__widget-right {
    width: 65%;
    text-align: right;
    align-items: end;
    gap: 40px;
  }
}
.main-nav__widget-right :last-child {
  margin-bottom: 0;
}
.main-nav__social-links {
  width: 100%;
}
@media (min-width: 768px) {
  .main-nav__social-links h3 {
    text-align: right;
  }
}
.main-nav__social-links .social-links {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .main-nav__social-links .social-links {
    justify-content: stretch;
  }
  .main-nav__social-links .social-links li {
    flex: 1;
  }
  .main-nav__social-links .social-links li a {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .main-nav__social-links .social-links {
    justify-content: flex-end;
  }
}
.main-nav__footer {
  display: flex;
  flex-flow: column;
  gap: 32px;
  align-items: center;
  text-align: center;
  padding-top: 64px;
  padding-bottom: 64px;
  border-top: 2px dashed #707E4E;
}
@media (min-width: 1200px) {
  .main-nav__footer {
    flex-flow: wrap;
    justify-content: center;
    gap: 32px;
    align-items: center;
    text-align: left;
  }
}
@media (min-width: 1500px) {
  .main-nav__footer {
    flex-flow: row;
  }
}
.main-nav__footer h2 {
  text-transform: uppercase;
  font-size: 35px;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .main-nav__footer h2 {
    font-size: 42px;
  }
}
.main-nav__footer h2 strong {
  color: #FFDC52;
  font-size: 40px;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .main-nav__footer h2 strong {
    font-size: 48px;
  }
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.owl-carousel .owl-stage-outer {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .owl-carousel .owl-stage-outer {
    margin-bottom: 32px;
  }
}
.owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 43.75rem;
}
@media (min-width: 768px) {
  .owl-carousel .owl-nav {
    display: flex;
  }
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  position: relative;
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  border-radius: 11px;
  font-size: 0;
  background: #404534;
}
@media (min-width: 768px) {
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    max-width: 130px;
  }
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
  width: 21px;
  height: 21px;
  background: url("assets/images/arrow-left.svg") no-repeat center center/21px 21px;
  font-size: 0;
}
.owl-carousel .owl-nav button.owl-next:hover span, .owl-carousel .owl-nav button.owl-next:focus span, .owl-carousel .owl-nav button.owl-prev:hover span, .owl-carousel .owl-nav button.owl-prev:focus span {
  background: url("assets/images/arrow-left-active.svg") no-repeat center center/21px 21px;
}
.owl-carousel .owl-nav button.owl-next.disabled, .owl-carousel .owl-nav button.owl-prev.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.owl-carousel .owl-nav button.owl-next.disabled span, .owl-carousel .owl-nav button.owl-prev.disabled span {
  filter: grayscale(100%);
}
.owl-carousel .owl-nav button.owl-next span {
  transform: rotate(-180deg);
}
.owl-carousel .owl-dots {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0.8125rem 0;
  justify-content: center;
  align-items: center;
  gap: 24px;
  max-width: 25rem;
  height: 0.875rem;
  box-sizing: content-box;
}
@media (min-width: 768px) {
  .owl-carousel .owl-dots {
    display: flex;
  }
}
.owl-carousel button.owl-dot {
  width: 100%;
  max-width: 30px;
  height: 10px;
  border-radius: 11px;
  background: #404534;
}
.owl-carousel button.owl-dot.active {
  max-width: 80px;
  height: 14px;
  background: #FFDC52;
}
.owl-carousel .owl-stage {
  display: flex;
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
@media (min-width: 576px) {
  .modal .modal-dialog {
    max-width: 1280px;
    width: calc(100% - 40px);
  }
}
.modal .modal-content {
  background: transparent;
  border: none;
  box-shadow: none;
}
.modal .modal-header {
  border-bottom: none;
}

.video-modal .modal-header svg {
  width: 24px;
  height: 24px;
  color: white;
}
.video-modal .modal-body {
  position: relative;
  aspect-ratio: 16/9;
}
.video-modal .modal-body iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cta-modal .modal-header,
.about-modal .modal-header {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
}
.cta-modal .modal-header .close,
.about-modal .modal-header .close {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  border: 3px solid #707E4E;
  width: 50px;
  height: 50px;
  padding: 0;
}
.cta-modal .modal-header svg,
.about-modal .modal-header svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 991px) {
  .cta-modal .modal-header .close,
  .about-modal .modal-header .close {
    border-radius: 11px;
    border: 3px solid #fff;
    background: #fff;
  }
  .cta-modal .modal-header .close span,
  .about-modal .modal-header .close span {
    line-height: 42px;
  }
  .cta-modal .modal-header svg *,
  .about-modal .modal-header svg * {
    fill: #1F2218;
  }
}
.cta-modal .modal-body,
.about-modal .modal-body {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  border-radius: 11px;
}
@media (min-width: 992px) {
  .cta-modal .modal-body,
  .about-modal .modal-body {
    flex-direction: row;
  }
}
.cta-modal .modal-body .btn,
.about-modal .modal-body .btn {
  width: 100%;
}
.cta-modal__image,
.about-modal__image {
  aspect-ratio: 1;
}
@media (min-width: 992px) {
  .cta-modal__image,
  .about-modal__image {
    width: 43%;
    aspect-ratio: auto;
  }
}
.cta-modal__image img,
.about-modal__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.cta-modal__content,
.about-modal__content {
  padding: 20px;
  background: #1F2218;
}
@media (min-width: 992px) {
  .cta-modal__content,
  .about-modal__content {
    width: 57%;
    padding: 32px 48px;
  }
}
.cta-modal__content *:not(.btn),
.about-modal__content *:not(.btn) {
  color: #fff;
}

@media (min-width: 576px) {
  .vacancy-modal .modal-dialog {
    max-width: 1050px;
  }
}
.vacancy-modal .modal-header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 0 0 24px;
  border-bottom: 2px dashed #707E4E;
}
@media (min-width: 992px) {
  .vacancy-modal .modal-header {
    padding-bottom: 48px;
  }
}
.vacancy-modal .modal-header h2 {
  color: #fff;
  margin: 0;
}
@media (max-width: 767px) {
  .vacancy-modal .modal-header h2 {
    font-size: 22px;
    text-transform: uppercase;
  }
}
.vacancy-modal .modal-header .close {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  border: 3px solid #707E4E;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
}
.vacancy-modal .modal-header svg {
  width: 16px;
  height: 16px;
}
.vacancy-modal .modal-body {
  padding: 24px 0 0;
}
@media (min-width: 992px) {
  .vacancy-modal .modal-body {
    padding-top: 48px;
  }
}
.vacancy-modal .modal-content {
  border-radius: 11px;
  background: #404534;
  padding: 24px;
}
@media (min-width: 992px) {
  .vacancy-modal .modal-content {
    padding: 48px;
  }
}
.vacancy-modal form h6 {
  margin-bottom: 24px;
  font-size: 18px;
  color: #fff;
}
@media (min-width: 992px) {
  .vacancy-modal form h6 {
    margin-bottom: 48px;
    font-size: 22px;
  }
}
.mail_sent .vacancy-modal__title {
  display: none;
}
.vacancy-modal__title--thank-you {
  display: none;
}
.mail_sent .vacancy-modal__title--thank-you {
  display: block;
}
.mail_sent .vacancy-modal__form {
  display: none;
}
.vacancy-modal__thank-you {
  display: none;
  text-align: center;
}
.vacancy-modal__thank-you *:not(.btn, a) {
  color: #fff;
}
.mail_sent .vacancy-modal__thank-you {
  display: block;
}
.vacancy-modal__thank-you .social-links {
  justify-content: center;
  margin-top: 32px;
}

.consultation-modal .modal-header svg {
  width: 24px;
  height: 24px;
  color: white;
}
@media (min-width: 576px) {
  .consultation-modal .modal-dialog {
    max-width: 1050px;
  }
}
.consultation-modal .modal-body {
  border-radius: 11px;
  background: #404534;
  padding: 24px;
}
@media (min-width: 992px) {
  .consultation-modal .modal-body {
    padding: 48px;
  }
}
.consultation-modal form h3, .consultation-modal form h4, .consultation-modal form h5 {
  margin-bottom: 24px;
  color: #fff;
}
@media (min-width: 992px) {
  .consultation-modal form h3, .consultation-modal form h4, .consultation-modal form h5 {
    margin-bottom: 48px;
  }
}
.consultation-modal form h6 {
  margin-bottom: 24px;
  font-size: 18px;
  color: #fff;
}
@media (min-width: 992px) {
  .consultation-modal form h6 {
    margin-bottom: 48px;
    font-size: 22px;
  }
}

.modal-backdrop.show {
  opacity: 0.75;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.accordion > .card .card-header {
  padding: 0;
  border: 0;
}
.accordion > .card .btn {
  color: #fff;
  white-space: normal;
  text-align: left;
}
.accordion > .card .btn.collapsed {
  opacity: 0.5;
}
.accordion > .card .btn.collapsed:hover, .accordion > .card .btn.collapsed:active {
  opacity: 1;
}
.accordion > .card .btn:hover, .accordion > .card .btn:active {
  color: #fff;
}
.accordion > .card .btn.focus, .accordion > .card .btn:focus {
  text-decoration: none;
}
.accordion .card {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  margin-bottom: 48px;
}
.accordion .card-header {
  background-color: transparent;
}
.accordion .card-body {
  padding: 32px 0 0;
}
.accordion .card-body :last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.accordion--faq > .card .btn {
  position: relative;
  justify-content: flex-start;
  padding-right: 80px;
  width: 100%;
  min-height: 52px;
  font-size: 18px;
  line-height: 130%;
}
@media (min-width: 992px) {
  .accordion--faq > .card .btn {
    font-size: 22px;
  }
}
.accordion--faq > .card .btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 11px;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .accordion--faq > .card .btn:before {
    width: 60px;
    height: 50px;
  }
}
.accordion--faq > .card .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 20px;
  background: url("assets/images/arrow-up-white.svg") no-repeat center center;
  background-size: contain;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
}
@media (min-width: 992px) {
  .accordion--faq > .card .btn:after {
    width: 60px;
    height: 25px;
  }
}
.accordion--faq > .card .btn.collapsed {
  opacity: 1;
}
.accordion--faq > .card .btn.collapsed:after {
  transform: translateY(-50%) rotate(-180deg);
}
.accordion--faq .card {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .accordion--faq .card {
    margin-bottom: 32px;
  }
}
.accordion--faq .card + .card {
  border-top: 1px dashed #707E4E;
  padding-top: 24px;
}
@media (min-width: 992px) {
  .accordion--faq .card + .card {
    padding-top: 32px;
  }
}
.accordion--faq .card-body {
  font-family: "UAFSans", sans-serif;
  font-size: 18px;
  line-height: 140%;
}
@media (min-width: 992px) {
  .accordion--faq .card-body {
    font-size: 20px;
  }
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.form-group {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .form-group {
    margin-bottom: 36px;
  }
}

input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

label {
  color: #fff;
  font-family: "UAFSans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin: 0;
}

.form-control {
  font-family: "UAFSans", sans-serif;
  background: transparent;
  border: none;
  border-bottom: 2px solid #404534;
  padding: 8px 0;
  border-radius: 0;
  color: #fff;
}
.form-control:focus {
  background: transparent;
  border-color: #FFDC52;
  color: #fff;
}

.form-check {
  padding-left: 50px;
}

.form-check-input {
  display: none;
}
.form-check-input:checked + .form-check-label:after {
  transform: translateY(-50%) scale(1);
}

.form-check-label, .wpcf7-list-item-label {
  position: relative;
  font-size: 18px;
  font-weight: 400;
}
.form-check-label:before, .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border: 5px solid #FFDC52;
  background: transparent;
}
.form-check-label:after, .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -43px;
  transform: translateY(-50%) scale(0);
  width: 11px;
  height: 11px;
  background: #FFDC52;
  transition: transform 0.2s ease-in-out;
}

.wpcf7-form label {
  display: block;
  color: #fff;
}
.wpcf7-form input:not(.wpcf7-submit), .wpcf7-form textarea, .wpcf7-form select {
  width: 100%;
  box-sizing: border-box;
  font-family: "UAFSans", sans-serif;
  background: transparent;
  border: none;
  border-bottom: 2px solid #404534;
  padding: 8px 0;
  border-radius: 0;
  color: #fff;
}
.wpcf7-form input:not(.wpcf7-submit):focus, .wpcf7-form textarea:focus, .wpcf7-form select:focus {
  background: transparent;
  border-color: #FFDC52;
  color: #fff;
}
.vacancy-modal .wpcf7-form input:not(.wpcf7-submit), .consultation-modal .wpcf7-form input:not(.wpcf7-submit), .vacancy-modal .wpcf7-form textarea, .consultation-modal .wpcf7-form textarea, .vacancy-modal .wpcf7-form select, .consultation-modal .wpcf7-form select {
  border-bottom: 2px solid #707E4E;
}
.vacancy-modal .wpcf7-form input:not(.wpcf7-submit):focus, .consultation-modal .wpcf7-form input:not(.wpcf7-submit):focus, .vacancy-modal .wpcf7-form textarea:focus, .consultation-modal .wpcf7-form textarea:focus, .vacancy-modal .wpcf7-form select:focus, .consultation-modal .wpcf7-form select:focus {
  border-color: #FFDC52;
}
.wpcf7-form .wpcf7-submit {
  font-family: "Unbounded", sans-serif;
}
@media (max-width: 575px) {
  .wpcf7-form .wpcf7-submit {
    width: 100%;
  }
}
.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 8px;
  color: #ff7171;
  font-size: 16px;
  font-family: "UAFSans", sans-serif;
}
.wpcf7-form .form-check {
  padding-left: 0;
}
.wpcf7-form .wpcf7-checkbox,
.wpcf7-form .wpcf7-acceptance {
  padding-left: 30px;
}
.wpcf7-form .wpcf7-checkbox input,
.wpcf7-form .wpcf7-acceptance input {
  display: none;
}
.wpcf7-form .wpcf7-checkbox input:checked + .wpcf7-list-item-label:after,
.wpcf7-form .wpcf7-acceptance input:checked + .wpcf7-list-item-label:after {
  transform: translateY(-50%) scale(1);
}
.wpcf7-form .wpcf7-list-item-label {
  color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  border-color: #ff7171;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 16px;
  font-family: "UAFSans", sans-serif;
  font-size: 16px;
  border-radius: 11px;
  color: #fff;
}

.wpcf7-spinner {
  display: none;
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.site-footer {
  color: #fff;
}
.site-footer *:not(.btn, a) {
  color: #fff;
}
.site-footer__main {
  padding: 48px 0;
  background: #2E3224;
}
.site-footer__main-top {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}
@media (min-width: 992px) {
  .site-footer__main-top {
    flex-flow: row;
    align-items: flex-start;
    text-align: left;
    gap: 48px;
    padding-bottom: 42px;
  }
}
.site-footer__logo {
  flex-shrink: 0;
}
.site-footer__about h5 {
  font-size: 25px;
  margin-bottom: 32px;
}
.site-footer__about p {
  font-size: 20px;
}
.site-footer__main-bottom {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 42px;
}
@media (min-width: 768px) {
  .site-footer__main-bottom {
    gap: 48px;
  }
}
@media (min-width: 1200px) {
  .site-footer__main-bottom {
    gap: 16px;
    flex-flow: row;
    border-top: 2px dashed #404534;
  }
}
@media (min-width: 768px) {
  .site-footer__main-bottom-title {
    display: none;
  }
}
.site-footer__main-bottom-inner {
  display: flex;
  flex-flow: column;
  gap: 32px;
  text-align: center;
  width: 100%;
  font-size: 20px;
}
@media (min-width: 768px) {
  .site-footer__main-bottom-inner {
    flex-flow: row;
    text-align: left;
    width: auto;
  }
}
.site-footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-columns: 2;
       columns: 2;
  gap: 32px;
}
@media (min-width: 768px) {
  .site-footer__menu {
    display: flex;
    flex-flow: row;
    gap: 24px;
  }
}
.site-footer__menu li {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .site-footer__menu li {
    margin-bottom: 0;
  }
}
.site-footer__menu li.current_page_item a {
  color: #FFDC52;
}
.site-footer__menu a {
  color: #fff;
  font-family: "UAFSans", sans-serif;
  text-decoration: none;
  font-size: 20px;
}
.site-footer__menu a:hover, .site-footer__menu a:focus {
  color: #FFDC52;
  text-decoration: underline;
}
.site-footer__bottom {
  padding: 32px 0;
  background: #1F2218;
}
.site-footer__bottom .container {
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}
@media (min-width: 992px) {
  .site-footer__bottom .container {
    flex-flow: row;
    justify-content: space-between;
    text-align: left;
  }
}
.site-footer__copyright {
  text-shadow: 1px 3px 0 #262A21;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
.site-footer__copyright * {
  font-family: "Unbounded", sans-serif;
  margin-bottom: 0;
}
.site-footer__copyright a {
  text-decoration: none;
  white-space: nowrap;
}
.site-footer__copyright a:hover, .site-footer__copyright a:focus {
  text-decoration: underline;
}
.site-footer__bottom-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: column;
  -moz-columns: 2;
       columns: 2;
  gap: 24px;
}
@media (min-width: 992px) {
  .site-footer__bottom-menu {
    flex-flow: row;
    gap: 32px;
  }
}
.site-footer__bottom-menu a {
  color: #fff;
  font-family: "UAFSans", sans-serif;
  text-decoration: none;
  font-size: 18px;
}
.site-footer__bottom-menu a:hover, .site-footer__bottom-menu a:focus {
  color: #FFDC52;
  text-decoration: underline;
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.social-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row;
  gap: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .social-links {
    width: auto;
  }
}
@media (min-width: 992px) {
  .social-links {
    gap: 24px;
  }
}
.social-links li {
  width: 100%;
}
@media (min-width: 768px) {
  .social-links li {
    width: auto;
  }
}
.social-links li a {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  border: 2px solid #707E4E;
  font-size: 0;
}
@media (min-width: 768px) {
  .social-links li a {
    width: 60px;
  }
}
.social-links li a:hover, .social-links li a:focus {
  border-color: #FFDC52;
  background-color: #FFDC52;
}
.social-links li a:hover svg path,
.social-links li a:hover svg circle,
.social-links li a:hover svg rect, .social-links li a:focus svg path,
.social-links li a:focus svg circle,
.social-links li a:focus svg rect {
  fill: #1F2218;
}
.social-links li svg {
  max-width: 36px;
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.info-box {
  width: 100%;
  padding: 32px;
  flex-shrink: 0;
  border-radius: 11px;
  background: #1F2218;
  text-align: center;
}
@media (min-width: 992px) {
  .info-box {
    width: auto;
  }
}
.info-box *:not(.btn, a) {
  color: #fff;
}
.info-box__links {
  display: flex;
  flex-flow: column;
  gap: 24px;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .info-box__links {
    flex-flow: row;
    margin-bottom: 32px;
  }
}
.info-box__address :last-child {
  margin-bottom: 0;
}
.info-box h5 {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .info-box h5 {
    margin-bottom: 48px;
  }
}
.info-box a {
  text-underline-offset: 5px;
  font-family: "UAFSans", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  white-space: nowrap;
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.wide-image {
  margin: 0;
}
.wide-image img {
  max-height: 680px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@keyframes scroll-right {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.accordion ul,
.cta-modal ul,
.image-and-text-section ul,
.about-modal__text ul,
.styled-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 40px;
  list-style: none;
}
.accordion ul li,
.cta-modal ul li,
.image-and-text-section ul li,
.about-modal__text ul li,
.styled-list li {
  position: relative;
}
.accordion ul li:before,
.cta-modal ul li:before,
.image-and-text-section ul li:before,
.about-modal__text ul li:before,
.styled-list li:before {
  content: url("assets/images/list-style.svg");
  position: absolute;
  height: 25px;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}

li.current_page_item a {
  color: #FFDC52;
}

.cta-modal ul {
  gap: 12px;
}
.cta-modal ul li {
  font-family: "UAFSans", sans-serif;
}
.cta-modal ul li:before {
  content: url("assets/images/list-style-modal.svg");
}

.image-and-text-section ul,
.about-modal__text ul {
  gap: 12px;
}
.image-and-text-section ul li,
.about-modal__text ul li {
  font-family: "UAFSans", sans-serif;
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.hero-section {
  position: relative;
  background: url("assets/images/static-images/hero.jpg") no-repeat center center/cover;
  color: #fff;
}
.hero-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(35, 39, 28, 0.8) 0%, rgba(35, 39, 28, 0.8) 100%);
  opacity: 0.8;
}
.hero-section__content {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 32px;
  padding-top: 150px;
  padding-bottom: 50px;
  position: relative;
}
@media (min-width: 992px) {
  .hero-section__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-end;
    gap: 0;
  }
}
.hero-section__top {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
@media (min-width: 992px) {
  .hero-section__top {
    flex-flow: row;
    align-items: flex-end;
  }
}
.hero-section__image {
  position: relative;
  grid-area: 1/2/3/2;
  text-align: center;
}
@media (min-width: 992px) {
  .hero-section__image {
    text-align: right;
  }
}
.hero-section__image .btn-play {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  font-size: 0;
  width: 80px;
  height: 80px;
}
@media (min-width: 768px) {
  .hero-section__image .btn-play {
    width: 120px;
    height: 120px;
  }
}
.hero-section h1 {
  margin: 0;
  text-align: center;
  text-shadow: 6.04px 6.04px 0 #343B2A;
  font-size: 50px;
  font-weight: 600;
  line-height: 0.55;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}
.hero-section h1 span {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 992px) {
  .hero-section h1 {
    margin-top: 200px;
    font-size: 75px;
  }
  .hero-section h1 span {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .hero-section h1 {
    margin-top: 170px;
    font-size: 100px;
  }
  .hero-section h1 span {
    font-size: 41px;
  }
}
@media (max-width: 359px) {
  .hero-section h1 {
    font-size: 40px;
  }
  .hero-section h1 span {
    font-size: 16px;
  }
}
.hero-section__buttons {
  display: flex;
  flex-flow: row;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 992px) {
  .hero-section__buttons {
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .hero-section__buttons .btn span {
    display: none;
  }
}
.hero-section__info {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 20px 20px;
  border-radius: 11px;
  border: 2px dashed var(--25, rgba(255, 255, 255, 0.25));
  box-shadow: 5px 5px 0 0 rgba(52, 59, 42, 0.22);
  margin-bottom: 32px;
}
.hero-section__info img {
  width: 36px;
}
@media (min-width: 1200px) {
  .hero-section__info img {
    width: auto;
  }
}
.hero-section__info a {
  color: #FFDC52;
  font-family: "UAFSans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}
@media (min-width: 1200px) {
  .hero-section__info a {
    font-size: 25px;
    text-decoration: underline;
    text-underline-offset: 8px;
  }
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.motivation-section {
  background: #FFDC52;
  overflow: hidden;
}
.motivation-section ul {
  margin: 0;
  padding: 7px;
  display: flex;
  list-style: none;
  gap: 16px;
  flex-direction: row;
  justify-content: flex-start;
  animation: scroll-right 40s linear infinite;
}
@media (min-width: 992px) {
  .motivation-section ul {
    gap: 40px;
    padding: 10px;
  }
}
.motivation-section ul:hover {
  animation-play-state: paused;
}
.motivation-section ul li {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 16px;
  font-size: 0.875rem;
  color: #1F2218;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
@media (min-width: 992px) {
  .motivation-section ul li {
    gap: 50px;
    font-size: 1rem;
    letter-spacing: 2px;
  }
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.carousel-section {
  background: #2E3224;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 992px) {
  .carousel-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.carousel-section h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 48px;
}
.carousel-section__items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.carousel-section__items img {
  aspect-ratio: 0.72;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel-section__items--3 img, .carousel-section__items--2 img, .carousel-section__items--1 img {
  aspect-ratio: 0.9;
}
.carousel-section__item {
  position: relative;
  overflow: hidden;
  border-radius: 11px;
  box-shadow: 0 7px 15px 0 rgba(31, 34, 24, 0.15);
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.carousel-section__item.in-view {
  transform: translateY(0);
  opacity: 1;
}
.carousel-section__item h3 {
  font-family: "UAFSans", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
}
.carousel-section__item p {
  font-family: "UAFSans", sans-serif;
  font-size: 15px;
  margin: 0;
}
.carousel-section__item-content {
  position: absolute;
  bottom: 22px;
  left: 22px;
  right: 22px;
  padding: 16px 24px;
  border-radius: 11px;
  background: #fff;
  text-align: center;
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.link-block-section {
  background: #2E3224;
  padding: 32px 0 24px;
}
@media (min-width: 992px) {
  .link-block-section {
    padding: 64px 0 32px;
  }
}
.link-block-section__content {
  display: flex;
  flex-flow: column;
  gap: 24px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  padding: 24px;
  margin: 0 auto;
  border-radius: var(--Number, 11px);
  background: #1F2218;
  box-shadow: 5px 5px 0 0 rgba(52, 59, 42, 0.22);
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.link-block-section__content.in-view {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 992px) {
  .link-block-section__content {
    flex-flow: row;
  }
}
.link-block-section h4 {
  margin: 0;
  color: #fff;
  text-align: center;
}
@media (min-width: 992px) {
  .link-block-section h4 {
    text-align: left;
  }
}
.link-block-section a, .link-block-section button {
  height: 40px;
  text-transform: none;
  white-space: nowrap;
}
.link-block-section__type2 {
  padding: 24px 0 48px;
}
@media (min-width: 992px) {
  .link-block-section__type2 {
    padding: 0 0 120px;
  }
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.about-us-section {
  background: #2E3224;
  padding: 24px 0 48px;
}
@media (min-width: 992px) {
  .about-us-section {
    padding: 32px 0 120px;
  }
}
.about-us-section__content {
  padding: 16px 16px 32px;
  border-radius: 11px;
  background: #404534;
  display: flex;
  flex-flow: column;
}
@media (min-width: 992px) {
  .about-us-section__content {
    display: grid;
    grid-template-columns: 2fr 4fr;
    padding: 10px 64px 10px 10px;
  }
}
.about-us-section__content-left {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 24px;
  margin-bottom: 32px;
  gap: 24px;
  background: #2E3224;
  grid-area: 1/1/3/2;
}
@media (min-width: 992px) {
  .about-us-section__content-left {
    flex-direction: column;
    justify-content: center;
    padding: 48px 32px;
    margin-bottom: 0;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .about-us-section__content-left h3 {
    font-size: 2rem;
  }
}
.about-us-section__content-left a, .about-us-section__content-left .btn-link {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  text-decoration: none;
}
.about-us-section__content-left a span, .about-us-section__content-left .btn-link span {
  font-family: "UAFSans", sans-serif;
  font-size: 20px;
}
.about-us-section__content-left a:hover span, .about-us-section__content-left .btn-link:hover span {
  text-decoration: underline;
}
.about-us-section__content-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 25px solid #404534;
  border-right: 25px solid transparent;
}
.about-us-section__content-left:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 25px solid #404534;
  border-left: 25px solid transparent;
}
.about-us-section *:not(.btn) {
  color: #fff;
}
.about-us-section__frame {
  position: relative;
  width: 50%;
  aspect-ratio: 0.75;
  overflow: hidden;
}
@media (min-width: 992px) {
  .about-us-section__frame {
    width: 100%;
    margin-bottom: 24px;
  }
}
.about-us-section__frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-mask-image: url("assets/images/frame.svg");
          mask-image: url("assets/images/frame.svg");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
@media (min-width: 992px) {
  .about-us-section__additional-info {
    border-top: 3px dashed #404534;
    padding-top: 48px;
  }
}
.about-us-section__title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.about-us-section__title.in-view {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 992px) {
  .about-us-section__title {
    padding-left: 9%;
    justify-content: flex-start;
    text-align: left;
  }
}
.about-us-section__content-right {
  display: flex;
  flex-flow: column;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.about-us-section__content-right.in-view {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 992px) {
  .about-us-section__content-right {
    padding-left: 9%;
  }
}
.about-us-section__content-right p {
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .about-us-section__content-right p {
    font-size: 25px;
  }
}
.about-us-section__text {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .about-us-section__text {
    margin-bottom: 64px;
  }
}
.about-us-section__text :last-child {
  margin-bottom: 0;
}
.about-us-section__buttons .btn {
  width: 100%;
}
@media (min-width: 992px) {
  .about-us-section__buttons .btn {
    width: auto;
  }
}
.about-us-section--type2 {
  padding-top: 24px;
}
@media (min-width: 992px) {
  .about-us-section--type2 {
    padding-top: 96px;
    padding-bottom: 48px;
  }
}
.about-us-section--type2 .about-us-section__additional-info {
  border-top: none;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .about-us-section--type2 .about-us-section__additional-info {
    margin-bottom: 64px;
  }
}
.about-us-section--type2 .about-us-section__content-left {
  order: -1;
}
.about-us-section--type2 .about-us-section__content-right {
  text-align: center;
}
@media (min-width: 992px) {
  .about-us-section--type2 .about-us-section__content-right {
    text-align: left;
  }
}
.about-us-section--type2 .about-us-section__frame {
  width: 100%;
}
@media (min-width: 992px) {
  .about-us-section--type2 .about-us-section__frame {
    margin-bottom: 0;
  }
}
.about-us-section--type2 .about-us-section__text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .about-us-section--type2 .about-us-section__text {
    margin-bottom: 0;
  }
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.our-advantages-section {
  position: relative;
  padding: 48px 0;
  background: #707E4E;
  color: #fff;
}
@media (min-width: 992px) {
  .our-advantages-section {
    padding: 96px 0 120px;
  }
  .our-advantages-section:before {
    content: "";
    position: absolute;
    top: -70px;
    left: 0;
    width: 100%;
    height: 70px;
    background: url("assets/images/lines-green.svg") no-repeat center center;
    z-index: 1;
  }
}
.our-advantages-section * {
  color: #fff;
}
.our-advantages-section__items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.our-advantages-section__title {
  text-align: center;
  margin-bottom: 32px;
}
.our-advantages-section__title h2 {
  margin-bottom: 32px;
}
.our-advantages-section__title h3 {
  font-family: "UAFSans", sans-serif;
}
@media (min-width: 992px) {
  .our-advantages-section__title {
    margin-bottom: 64px;
  }
  .our-advantages-section__title h2 {
    margin-bottom: 64px;
  }
}
.our-advantages-section__item {
  height: 100%;
  display: flex;
  flex-flow: column;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.our-advantages-section__item.in-view {
  transform: translateY(0);
  opacity: 1;
}
.our-advantages-section__item img {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .our-advantages-section .owl-item + .owl-item:nth-child(3n-1) .our-advantages-section__item {
    transition-delay: 0.1s;
  }
  .our-advantages-section .owl-item + .owl-item:nth-child(3n) .our-advantages-section__item {
    transition-delay: 0.2s;
  }
}
.our-advantages-section__item-content {
  padding: 24px 20px;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  background: #90A169;
  height: 100%;
}
.our-advantages-section__item-content h5 {
  font-family: "UAFSans", sans-serif;
  font-weight: 600;
  margin-bottom: 32px;
}
.our-advantages-section__item-description :last-child {
  margin-bottom: 0;
}
.our-advantages-section .owl-carousel .owl-nav button.owl-next, .our-advantages-section .owl-carousel .owl-nav button.owl-prev {
  background: #90A169;
}
.our-advantages-section .owl-carousel .owl-nav button.owl-next span, .our-advantages-section .owl-carousel .owl-nav button.owl-prev span {
  background: url("assets/images/arrow-left-white.svg") no-repeat center center/21px 21px;
}
.our-advantages-section .owl-carousel .owl-nav button.owl-next:hover span, .our-advantages-section .owl-carousel .owl-nav button.owl-next:focus span, .our-advantages-section .owl-carousel .owl-nav button.owl-prev:hover span, .our-advantages-section .owl-carousel .owl-nav button.owl-prev:focus span {
  background: url("assets/images/arrow-left-active.svg") no-repeat center center/21px 21px;
}
.our-advantages-section .owl-carousel button.owl-dot {
  background: #90A169;
}
.our-advantages-section .owl-carousel button.owl-dot.active {
  background: #FFDC52;
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.cta-accordion-section {
  position: relative;
  padding: 48px 0;
  background: #2E3224;
}
@media (min-width: 992px) {
  .cta-accordion-section {
    padding: 96px 0 120px;
  }
  .cta-accordion-section:before {
    content: "";
    position: absolute;
    top: -70px;
    left: 0;
    width: 100%;
    height: 70px;
    background: url("assets/images/lines-black.svg") no-repeat center center;
    z-index: 1;
  }
}
.cta-accordion-section__type1 {
  color: #fff;
}
.cta-accordion-section__type1 *:not(.btn) {
  color: #fff;
}
.cta-accordion-section__type2 {
  background: #FFDC52;
}
@media (min-width: 992px) {
  .cta-accordion-section__type2:before {
    background: url("assets/images/lines-yellow.svg") no-repeat center center;
  }
}
.cta-accordion-section__type2 .accordion ul li:before {
  content: url("assets/images/list-style-2.svg");
}
.cta-accordion-section__type2 .accordion > .card .btn {
  color: #1F2218;
}
.cta-accordion-section__content {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  gap: 32px;
}
@media (min-width: 992px) {
  .cta-accordion-section__content {
    padding: 0;
    flex-direction: row;
    gap: 64px;
  }
}
.cta-accordion-section__title {
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 992px) {
  .cta-accordion-section__title {
    margin-bottom: 64px;
  }
}
.cta-accordion-section__image {
  aspect-ratio: 1;
  max-height: 700px;
  border-radius: 11px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cta-accordion-section__image {
    width: 45%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transform: translateX(-100px);
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.8s ease;
  }
  .cta-accordion-section__image.in-view {
    transform: translateX(0);
    opacity: 1;
  }
}
.cta-accordion-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cta-accordion-section__accordion {
  padding: 32px 20px 32px 0;
}
@media (min-width: 992px) {
  .cta-accordion-section__accordion {
    width: 55%;
    max-width: 660px;
  }
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.vacancies-tabs-section {
  position: relative;
  padding: 48px 0;
  background: #FFDC52;
  color: #fff;
}
@media (min-width: 992px) {
  .vacancies-tabs-section {
    padding: 96px 0 120px;
  }
  .vacancies-tabs-section:before {
    content: "";
    position: absolute;
    top: -70px;
    left: 0;
    width: 100%;
    height: 70px;
    background: url("assets/images/lines-yellow.svg") no-repeat center center;
    z-index: 1;
  }
}
.vacancies-tabs-section__title {
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 992px) {
  .vacancies-tabs-section__title {
    margin-bottom: 64px;
  }
}
.vacancies-tabs-section__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 992px) {
  .vacancies-tabs-section__content {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 24px;
  }
}
@media (min-width: 1200px) {
  .vacancies-tabs-section__content {
    gap: 48px;
  }
}
@media (min-width: 992px) {
  .vacancies-tabs-section__tab-content {
    grid-area: 1/2/3/3;
    padding-left: 16px;
  }
}
.vacancies-tabs-section h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 48px;
  text-align: center;
}
@media (min-width: 992px) {
  .vacancies-tabs-section h4 {
    font-size: 25px;
    text-align: left;
  }
}
.vacancies-tabs-section__info-box {
  border-radius: 11px;
  border: 3px dashed #1F2218;
  padding: 20px;
  text-align: center;
}
.vacancies-tabs-section__info-box h5 {
  font-family: "UAFSans", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .vacancies-tabs-section__info-box h5 {
    font-size: 25px;
  }
}
.vacancies-tabs-section__info-box .btn {
  white-space: nowrap;
}
.vacancies-tabs-section__type2 .vacancies-tabs-section__info-box {
  border: 3px dashed #FFDC52;
}
.vacancies-tabs-section .nav-tabs {
  align-items: center;
  justify-content: center;
  border: none;
  gap: 20px;
}
@media (min-width: 992px) {
  .vacancies-tabs-section .nav-tabs {
    gap: 0;
    margin-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .vacancies-tabs-section .nav-tabs .nav-item {
    width: 100%;
  }
}
.vacancies-tabs-section .nav-tabs .nav-link {
  font-family: "UAFSans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 3px solid #1F2218;
  border-radius: 11px;
  background: transparent;
  color: #1F2218;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .vacancies-tabs-section .nav-tabs .nav-link {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .vacancies-tabs-section .nav-tabs .nav-link {
    width: 100%;
    padding: 25px 30px;
    text-align: left;
    border-radius: 0 11px 11px 0;
    border: none;
    border-left: 5px solid #1F2218;
    white-space: normal;
  }
}
.vacancies-tabs-section .nav-tabs .nav-link:hover, .vacancies-tabs-section .nav-tabs .nav-link:active {
  background: rgb(255, 204.5231213873, 5.5);
}
.vacancies-tabs-section .nav-tabs .nav-link.active {
  background: #1F2218;
  color: #FFDC52;
}
.vacancies-tabs-section__tab-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .vacancies-tabs-section__tab-items {
    gap: 24px;
    -moz-columns: 2;
         columns: 2;
  }
}
@media (min-width: 1200px) {
  .vacancies-tabs-section__tab-items {
    gap: 36px;
  }
}
.vacancies-tabs-section__tab-item {
  margin-bottom: 24px;
}
.vacancies-tabs-section__tab-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .vacancies-tabs-section__type2 .vacancies-tabs-section__tab-item {
    margin-bottom: 36px;
  }
}
.vacancies-tabs-section__tab-item--no-link {
  padding: 12px 20px;
  border-radius: 11px;
  border: 2px solid #1F2218;
  display: inline-block;
  gap: 16px;
  width: 100%;
  font-family: "UAFSans", sans-serif;
  text-decoration: none;
  color: #1F2218;
}
.vacancies-tabs-section__tab-item--no-link * {
  font-family: "UAFSans", sans-serif;
}
.vacancies-tabs-section__tab-item--no-link :last-child {
  margin-bottom: 0;
}
.vacancies-tabs-section__tab-item--no-link h5 {
  padding-right: 0 !important;
}
.vacancies-tabs-section__type2 .vacancies-tabs-section__tab-item--no-link {
  border: 3px solid #90A169;
  padding: 24px;
}
.vacancies-tabs-section__tab-item h5 {
  font-size: 25px;
  font-weight: 600;
  line-height: 140%;
  padding-right: 34px;
}
@media (min-width: 992px) {
  .vacancies-tabs-section__tab-item h5 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .vacancies-tabs-section__tab-item h5 {
    font-size: 25px;
  }
}
.vacancies-tabs-section__type2 .vacancies-tabs-section__tab-item h5 {
  font-family: "Unbounded", sans-serif;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 16px;
  padding-right: 24px;
}
@media (min-width: 992px) {
  .vacancies-tabs-section__type2 .vacancies-tabs-section__tab-item h5 {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  .vacancies-tabs-section__type2 .vacancies-tabs-section__tab-item h5 {
    font-size: 22px;
  }
}
.vacancies-tabs-section__tab-item-tags {
  display: block;
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
}
.vacancies-tabs-section__type2 .vacancies-tabs-section__tab-item-tags {
  font-size: 13px;
}
@media (min-width: 992px) {
  .vacancies-tabs-section__type2 .vacancies-tabs-section__tab-item-tags {
    font-size: 20px;
  }
}
.vacancies-tabs-section__tab-item-description {
  margin-bottom: 24px;
}
.vacancies-tabs-section__tab-item-description :last-child {
  margin-bottom: 0;
}
.vacancies-tabs-section__tab-item-image {
  display: flex;
  aspect-ratio: 1.5;
  overflow: hidden;
  border-radius: 11px;
}
.vacancies-tabs-section__tab-item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.vacancies-tabs-section__tab-item a {
  padding: 12px 20px;
  border-radius: 11px;
  border: 2px solid #1F2218;
  display: inline-block;
  gap: 16px;
  width: 100%;
  font-family: "UAFSans", sans-serif;
  text-decoration: none;
  background: url("assets/images/link.svg") no-repeat right 20px center;
  background-size: 30px;
  color: #1F2218;
}
.vacancies-tabs-section__tab-item a * {
  font-family: "UAFSans", sans-serif;
}
.vacancies-tabs-section__tab-item a:hover, .vacancies-tabs-section__tab-item a:active {
  color: #FFDC52;
  background: url("assets/images/link-yellow.svg") #1F2218 no-repeat right 20px center;
  background-size: 30px;
}
.vacancies-tabs-section__tab-item a:hover *, .vacancies-tabs-section__tab-item a:active * {
  color: #FFDC52;
}
.vacancies-tabs-section__tab-item a :last-child {
  margin-bottom: 0;
}
.vacancies-tabs-section__type2 .vacancies-tabs-section__tab-item a {
  border: 3px solid #90A169;
  background: url("assets/images/link-yellow.svg") no-repeat right 24px top 24px;
  background-size: 20px;
  padding: 24px;
}
@media (min-width: 992px) {
  .vacancies-tabs-section__type2 .vacancies-tabs-section__tab-item a {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .vacancies-tabs-section__type2 .vacancies-tabs-section__tab-item a {
    padding: 24px;
  }
}
.vacancies-tabs-section__type2 .vacancies-tabs-section__tab-item a:hover, .vacancies-tabs-section__type2 .vacancies-tabs-section__tab-item a:active {
  border: 3px solid #FFDC52;
  background: url("assets/images/link.svg") #FFDC52 no-repeat right 24px top 24px;
  background-size: 20px;
}
.vacancies-tabs-section__type2 .vacancies-tabs-section__tab-item a:hover *, .vacancies-tabs-section__type2 .vacancies-tabs-section__tab-item a:active * {
  color: #1F2218;
}
.vacancies-tabs-section__type2 {
  background: #707E4E;
  color: #fff;
}
@media (min-width: 992px) {
  .vacancies-tabs-section__type2:before {
    content: none;
  }
}
.vacancies-tabs-section__type2 *:not(.btn) {
  color: #fff;
}
.vacancies-tabs-section__type2 .nav-tabs .nav-link {
  border: 3px solid #FFDC52;
  color: #FFDC52;
}
@media (min-width: 992px) {
  .vacancies-tabs-section__type2 .nav-tabs .nav-link {
    border: none;
    border-left: 5px solid #FFDC52;
  }
}
.vacancies-tabs-section__type2 .nav-tabs .nav-link:hover, .vacancies-tabs-section__type2 .nav-tabs .nav-link:active {
  background: #FFDC52;
  color: #1F2218;
}
.vacancies-tabs-section__type2 .nav-tabs .nav-link.active {
  background: #FFDC52;
  color: #1F2218;
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.sign-contract-section {
  position: relative;
  overflow: hidden;
  background: #404534;
  color: #fff;
}
.sign-contract-section *:not(.btn) {
  color: #fff;
}
.sign-contract-section__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 16px;
}
@media (min-width: 992px) {
  .sign-contract-section__content {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding: 0;
  }
}
.sign-contract-section__content-header {
  text-align: center;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .sign-contract-section__content-header {
    max-width: 430px;
    text-align: left;
  }
}
.sign-contract-section h2 {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .sign-contract-section h2 {
    margin-bottom: 48px;
  }
}
.sign-contract-section h2 span {
  color: #FFDC52 !important;
  text-transform: uppercase;
}
.sign-contract-section .subtitle {
  font-family: "UAFSans", sans-serif;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .sign-contract-section .subtitle {
    font-size: 22px;
    margin-bottom: 48px;
  }
}
.sign-contract-section .subtitle :last-child {
  margin-bottom: 0;
}
.sign-contract-section__content-left {
  position: relative;
}
@media (min-width: 992px) {
  .sign-contract-section__content-left {
    width: 55%;
    min-width: 55%;
    flex-shrink: 0;
  }
}
.sign-contract-section__content-left img {
  max-width: 100%;
  filter: drop-shadow(-2px -2px 4px #2E3224);
}
@media (min-width: 768px) {
  .sign-contract-section__content-left img {
    filter: drop-shadow(-5px -5px 10px #2E3224);
  }
}
@media (min-width: 992px) {
  .sign-contract-section__content-left img {
    max-width: 650px;
    position: absolute;
    bottom: 0;
    right: -100px;
    pointer-events: none;
    filter: drop-shadow(-10px -10px 20px #2E3224);
  }
}
@media (min-width: 992px) {
  .sign-contract-section__content-left-inner {
    padding: 96px 16px;
    margin: 0 0 0 auto;
    max-width: 726px;
  }
}
.sign-contract-section__content-right {
  background: #2E3224;
  border-radius: 11px;
}
@media (min-width: 992px) {
  .sign-contract-section__content-right {
    width: 45%;
    min-width: 45%;
    flex-shrink: 0;
    border-radius: 0;
  }
}
.sign-contract-section__content-right h3 {
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 992px) {
  .sign-contract-section__content-right h3 {
    margin-bottom: 48px;
    text-align: left;
  }
}
.sign-contract-section__content-right ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 44px;
  list-style: none;
}
.sign-contract-section__content-right ul li {
  position: relative;
  font-family: "UAFSans", sans-serif;
  font-size: 20px;
  line-height: 140%;
}
.sign-contract-section__content-right ul li:before {
  content: url("assets/images/list-style-alt.svg");
  position: absolute;
  left: -44px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .sign-contract-section__content-right ul {
    margin-bottom: 48px;
  }
}
.sign-contract-section__content-right-inner {
  padding: 32px 20px;
}
@media (min-width: 992px) {
  .sign-contract-section__content-right-inner {
    padding: 64px 24px 64px 64px;
    margin: 0 auto 0 0;
    max-width: 594px;
  }
}
@media (min-width: 1200px) {
  .sign-contract-section__content-right-inner {
    padding: 64px 24px 64px 96px;
  }
}
.sign-contract-section__content-video {
  display: flex;
  gap: 16px;
  align-items: center;
  padding-top: 32px;
  border-top: 2px dashed #90A169;
}
@media (min-width: 992px) {
  .sign-contract-section__content-video {
    padding-top: 0;
    border-top: none;
  }
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.faq-section {
  background: #2E3224;
  color: #fff;
  position: relative;
  padding: 48px 0 24px;
}
@media (min-width: 992px) {
  .faq-section {
    padding: 96px 0 0;
  }
}
.faq-section *:not(.btn, a) {
  color: #fff;
}
.faq-section__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 992px) {
  .faq-section__content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 0 48px;
    grid-template-rows: minmax(390px, auto) auto;
  }
}
.faq-section h2 {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .faq-section h2 {
    margin-bottom: 48px;
  }
}
.faq-section .subtitle {
  font-family: "UAFSans", sans-serif;
  font-size: 20px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .faq-section .subtitle {
    font-size: 25px;
    margin-bottom: 48px;
  }
}
.faq-section .subtitle * {
  font-size: 20px;
}
@media (min-width: 992px) {
  .faq-section .subtitle * {
    font-size: 25px;
  }
}
.faq-section .subtitle :last-child {
  margin-bottom: 0;
}
.faq-section__title {
  text-align: center;
}
@media (min-width: 992px) {
  .faq-section__title {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .faq-section__accordion {
    grid-area: 1/2/3/3;
    padding-left: 16px;
  }
}
.faq-section__buttons .btn {
  width: 100%;
}
@media (min-width: 992px) {
  .faq-section__buttons .btn {
    width: auto;
  }
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.join-us-section {
  background: #2E3224;
  color: #fff;
  position: relative;
  padding: 16px 0 48px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .join-us-section {
    padding: 32px 0 120px;
  }
}
.join-us-section *:not(.btn, a) {
  color: #fff;
}
.join-us-section h2 {
  text-align: center;
  text-shadow: 2px 2px 0 #2E3224;
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .join-us-section h2 {
    text-shadow: 3px 3px 0 #2E3224;
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .join-us-section h2 {
    text-shadow: 6px 6px 0 #2E3224;
    font-size: 88px;
    margin-bottom: 50px;
  }
}
.join-us-section__content {
  position: relative;
  display: flex;
}
.join-us-section__content-left {
  width: 40%;
  transform: translateX(-100px);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.join-us-section__content-left.in-view {
  transform: translateX(0);
  opacity: 1;
}
@media (min-width: 992px) {
  .join-us-section__content-left {
    width: 33.3333333333%;
  }
}
.join-us-section__content-left img {
  margin-top: 60px;
  aspect-ratio: 0.75;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 11px;
}
@media (min-width: 768px) {
  .join-us-section__content-left img {
    margin-top: 80px;
  }
}
.join-us-section__content-middle {
  width: 20%;
}
@media (min-width: 992px) {
  .join-us-section__content-middle {
    width: 33.3333333333%;
  }
}
.join-us-section__content-middle-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  max-width: 850px;
  padding: 50px 15px;
}
.join-us-section__content-right {
  width: 40%;
  transform: translateX(100px);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.join-us-section__content-right.in-view {
  transform: translateX(0);
  opacity: 1;
}
@media (min-width: 992px) {
  .join-us-section__content-right {
    width: 33.3333333333%;
  }
}
.join-us-section__content-right img {
  margin-bottom: 60px;
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 11px;
}
@media (min-width: 768px) {
  .join-us-section__content-right img {
    margin-bottom: 80px;
  }
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.path-section {
  position: relative;
  padding: 48px 0;
  background: url("assets/images/bg-texture.svg") #FFDC52 no-repeat center center/cover;
  color: #fff;
  text-align: center;
}
@media (min-width: 992px) {
  .path-section {
    padding: 96px 0 120px;
    background-attachment: fixed;
  }
  .path-section:before {
    content: "";
    position: absolute;
    top: -70px;
    left: 0;
    width: 100%;
    height: 70px;
    background: url("assets/images/lines-yellow.svg") no-repeat center center;
    z-index: 1;
  }
}
.path-section h2 {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .path-section h2 {
    margin-bottom: 64px;
  }
}
.path-section__items {
  position: relative;
  max-width: 1080px;
  display: flex;
  flex-flow: column;
  gap: 20px;
  align-items: center;
  margin: 0 auto 32px;
}
@media (min-width: 992px) {
  .path-section__items {
    margin-bottom: 64px;
  }
}
.path-section__items:after {
  content: "";
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: calc(100% - 100px);
  background: #1F2218;
  z-index: 0;
}
.path-section__item-heading {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 992px) {
  .path-section__item-heading {
    flex-flow: row;
  }
}
.path-section__item-heading h4 {
  color: #fff;
  margin: 0;
}
.path-section__item {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: center;
  gap: 24px;
  border-radius: 11px;
  background: #1F2218;
  color: #fff;
  transform: translateY(100px);
  transition: transform 0.8s ease;
}
.path-section__item.in-view {
  transform: translateY(0);
}
@media (min-width: 992px) {
  .path-section__item {
    padding: 32px;
    gap: 32px;
    text-align: left;
  }
}
.path-section__item * {
  color: #fff;
}
.path-section__item-number {
  border-radius: 50%;
  background: #FFDC52;
  display: flex;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #1F2218;
}
@media (min-width: 992px) {
  .path-section__item-number {
    width: 60px;
    height: 60px;
  }
}
.path-section__item-content :last-child {
  margin-bottom: 0;
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.contact-form-section {
  position: relative;
  padding: 48px 0;
  background: url("assets/images/static-images/contact-us.jpg") no-repeat center center/cover;
  color: #fff;
}
@media (min-width: 992px) {
  .contact-form-section {
    padding: 96px 0;
  }
}
.contact-form-section h3 {
  color: #fff;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .contact-form-section h3 {
    margin-bottom: 48px;
  }
}
.contact-form-section .subtitle {
  font-family: "UAFSans", sans-serif;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 32px;
  color: #fff;
}
@media (min-width: 992px) {
  .contact-form-section .subtitle {
    font-size: 18px;
    margin-bottom: 48px;
  }
}
.contact-form-section .subtitle * {
  color: #fff;
}
.contact-form-section .subtitle :last-child {
  margin-bottom: 0;
}
.contact-form-section__content {
  padding: 32px 20px;
  border-radius: 11px;
  background: rgba(31, 34, 24, 0.77);
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
}
@media (min-width: 992px) {
  .contact-form-section__content {
    padding: 48px;
    max-width: 500px;
  }
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.image-and-text-section {
  background: #2E3224;
  color: #fff;
  position: relative;
  padding: 32px 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .image-and-text-section {
    padding: 64px 0;
  }
}
.image-and-text-section + .image-and-text-section {
  padding-top: 0;
}
.image-and-text-section *:not(.btn, a) {
  color: #fff;
}
.image-and-text-section h2 {
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .image-and-text-section h2 {
    margin-bottom: 64px;
  }
}
.image-and-text-section__content {
  display: flex;
  gap: 32px;
  flex-flow: column;
}
@media (min-width: 992px) {
  .image-and-text-section__content {
    gap: 64px;
    align-items: center;
    flex-flow: row;
  }
}
@media (min-width: 992px) {
  .image-and-text-section__content--image-right {
    flex-flow: row-reverse;
  }
}
.image-and-text-section__image {
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.image-and-text-section__image.in-view {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 992px) {
  .image-and-text-section__image {
    width: 55%;
    transform: translateX(-100px);
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.8s ease;
  }
  .image-and-text-section__image.in-view {
    transform: translateX(0);
    opacity: 1;
  }
  .image-and-text-section__content--image-right .image-and-text-section__image {
    transform: translateX(100px);
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.8s ease;
  }
  .image-and-text-section__content--image-right .image-and-text-section__image.in-view {
    transform: translateX(0);
    opacity: 1;
  }
}
.image-and-text-section__image img {
  border-radius: 11px;
}
.image-and-text-section__text {
  transform: translateY(100px);
  opacity: 0;
  transition: 0.8s ease;
}
.image-and-text-section__text.in-view {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 992px) {
  .image-and-text-section__text {
    width: 45%;
  }
}
.image-and-text-section__text :last-child {
  margin-bottom: 0;
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.content-card-section {
  background: #1F2218;
  color: #fff;
  position: relative;
  padding: 32px 0;
  text-align: center;
}
.content-card-section *:not(.btn, a) {
  color: #fff;
}
.content-card-section__content {
  border-radius: 11px;
  background: #404534;
  text-align: left;
}
@media (min-width: 992px) {
  .content-card-section__content {
    text-align: center;
  }
}
.content-card-section__text {
  padding: 20px;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.content-card-section__text.in-view {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 992px) {
  .content-card-section__text {
    padding: 48px;
  }
}
.content-card-section__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.content-card-section__images.in-view {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 992px) {
  .content-card-section__images {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.content-card-section__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.our-team-section {
  position: relative;
  padding: 48px 0;
  background: #707E4E;
  color: #fff;
}
@media (min-width: 992px) {
  .our-team-section {
    padding: 96px 0;
  }
}
.our-team-section * {
  color: #fff;
}
.our-team-section__items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.our-team-section__title {
  text-align: center;
  margin-bottom: 32px;
}
.our-team-section__title h2 {
  margin-bottom: 32px;
}
.our-team-section__title h3 {
  font-family: "UAFSans", sans-serif;
}
@media (min-width: 992px) {
  .our-team-section__title {
    margin-bottom: 64px;
  }
  .our-team-section__title h2 {
    margin-bottom: 64px;
  }
}
.our-team-section__item {
  height: 100%;
  display: flex;
  flex-flow: column;
  border-radius: 11px;
  overflow: hidden;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.our-team-section__item.in-view {
  transform: translateY(0);
  opacity: 1;
}
.our-team-section__item img {
  aspect-ratio: 0.9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .our-team-section .owl-item + .owl-item:nth-child(3n-1) .our-team-section__item {
    transition-delay: 0.1s;
  }
  .our-team-section .owl-item + .owl-item:nth-child(3n) .our-team-section__item {
    transition-delay: 0.2s;
  }
}
.our-team-section__item-content {
  padding: 24px 20px;
  background: #404534;
  height: 100%;
}
.our-team-section__item-content h5 {
  margin-bottom: 24px;
}
.our-team-section__item-content a {
  text-decoration: none;
}
.our-team-section__item-content a h5 {
  background: url("assets/images/link-yellow.svg") no-repeat right 0 center;
  background-size: 30px;
  padding-right: 50px;
}
.our-team-section__item-description {
  font-family: "UAFSans", sans-serif;
}
.our-team-section__item-description :last-child {
  margin-bottom: 0;
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.info-grid-section {
  position: relative;
  padding: 48px 0;
  background: #FFDC52;
  color: #fff;
}
@media (min-width: 992px) {
  .info-grid-section {
    padding: 96px 0;
  }
}
.info-grid-section h2 {
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .info-grid-section h2 {
    margin-bottom: 48px;
  }
}
.info-grid-section__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .info-grid-section__type1 .info-grid-section__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .info-grid-section__type2 .info-grid-section__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .info-grid-section__grid {
    gap: 48px 40px;
  }
}
.info-grid-section__item {
  background: #707E4E;
  border-radius: 11px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.info-grid-section__item.in-view {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 992px) {
  .info-grid-section__item {
    padding: 32px;
    min-height: 200px;
  }
  .info-grid-section__type1 .info-grid-section__item + .info-grid-section__item:nth-child(3n) {
    transition-delay: 0.2s;
  }
  .info-grid-section__type1 .info-grid-section__item + .info-grid-section__item:nth-child(3n-1) {
    transition-delay: 0.1s;
  }
  .info-grid-section__type1 .info-grid-section__item {
    justify-content: end;
  }
}
.info-grid-section__type2 .info-grid-section__item {
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .info-grid-section__type2 .info-grid-section__item {
    gap: 32px;
    flex-flow: row;
    text-align: left;
  }
}
.info-grid-section__image {
  aspect-ratio: 1;
  flex-shrink: 0;
  margin-bottom: 32px;
}
.info-grid-section__image img {
  width: 100%;
  max-width: 160px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 11px;
}
@media (min-width: 768px) {
  .info-grid-section__image img {
    max-width: 120px;
  }
}
@media (min-width: 768px) {
  .info-grid-section__type2 .info-grid-section__image {
    margin-bottom: 0;
  }
}
.info-grid-section__text {
  color: #fff;
}
.info-grid-section__text *:not(.btn, a) {
  color: #fff;
}
.info-grid-section__text :last-child {
  margin-bottom: 0;
}
.info-grid-section__type1 .info-grid-section__text {
  font-family: "Unbounded", sans-serif;
}
.info-grid-section__type1 .info-grid-section__text *:not(.btn, a) {
  font-family: "Unbounded", sans-serif;
}
.info-grid-section__type2 .info-grid-section__text {
  word-break: break-all;
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.faq-tabs-section {
  background: #2E3224;
  color: #fff;
  position: relative;
  padding: 48px 0 24px;
}
@media (min-width: 992px) {
  .faq-tabs-section {
    padding: 96px 0 64px;
  }
}
.faq-tabs-section *:not(.btn, a) {
  color: #fff;
}
.faq-tabs-section__content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (min-width: 992px) {
  .faq-tabs-section__content {
    gap: 0 48px;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .faq-tabs-section__navigation {
    width: 360px;
    min-width: 360px;
  }
}
.faq-tabs-section__navigation h4 {
  display: none;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .faq-tabs-section__navigation h4 {
    display: block;
  }
}
.faq-tabs-section h2, .faq-tabs-section .h2 {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .faq-tabs-section h2, .faq-tabs-section .h2 {
    margin-bottom: 48px;
  }
}
.faq-tabs-section .subtitle {
  font-family: "UAFSans", sans-serif;
  font-size: 20px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .faq-tabs-section .subtitle {
    font-size: 25px;
    margin-bottom: 96px;
  }
}
.faq-tabs-section .subtitle * {
  font-size: 20px;
}
@media (min-width: 992px) {
  .faq-tabs-section .subtitle * {
    font-size: 25px;
  }
}
.faq-tabs-section .subtitle :last-child {
  margin-bottom: 0;
}
.faq-tabs-section__title {
  text-align: center;
}
.faq-tabs-section .nav-tabs {
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  justify-content: flex-start;
  border: none;
  gap: 20px;
  margin: 0 -16px;
  padding: 0 20px 10px;
}
@media (min-width: 992px) {
  .faq-tabs-section .nav-tabs {
    gap: 0;
    justify-content: center;
    flex-direction: column;
    align-items: stretch;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .faq-tabs-section .nav-tabs .nav-item {
    width: 100%;
  }
}
.faq-tabs-section .nav-tabs .nav-link {
  font-family: "UAFSans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 3px solid #FFDC52;
  border-radius: 11px;
  background: transparent;
  color: #fff;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .faq-tabs-section .nav-tabs .nav-link {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .faq-tabs-section .nav-tabs .nav-link {
    width: 100%;
    padding: 25px 30px;
    text-align: left;
    border-radius: 0 11px 11px 0;
    border: none;
    border-left: 5px solid #FFDC52;
    white-space: normal;
  }
}
.faq-tabs-section .nav-tabs .nav-link:hover, .faq-tabs-section .nav-tabs .nav-link:active {
  background: rgb(255, 204.5231213873, 5.5);
  color: #1F2218;
}
.faq-tabs-section .nav-tabs .nav-link.active {
  background: #FFDC52;
  color: #1F2218;
}
.faq-tabs-section__tab-content {
  width: 100%;
}
@media (min-width: 992px) {
  .faq-tabs-section__accordion {
    grid-area: 1/2/3/3;
    padding-left: 16px;
  }
}
.faq-tabs-section__buttons .btn {
  width: 100%;
}
@media (min-width: 992px) {
  .faq-tabs-section__buttons .btn {
    width: auto;
  }
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.vacancy-card-section {
  padding: 48px 0;
  background: #404534;
}
@media (min-width: 992px) {
  .vacancy-card-section {
    padding: 96px 0;
  }
}
.vacancy-card-section *:not(.btn, a) {
  color: #fff;
}
.vacancy-card-section .subtitle {
  text-transform: uppercase;
}
.vacancy-card-section h1, .vacancy-card-section h2 {
  margin: 0;
}
.vacancy-card-section__header-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  gap: 32px;
}
@media (min-width: 992px) {
  .vacancy-card-section__header-wrapper {
    flex-direction: row;
    margin-bottom: 48px;
    gap: 48px;
  }
}
.vacancy-card-section__button {
  flex-shrink: 0;
}
.vacancy-card-section__image {
  margin-bottom: 32px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #262A21;
  border-radius: 11px;
}
.vacancy-card-section__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.vacancy-card-section__block {
  max-width: 850px;
  margin: 0 auto 24px;
  display: flex;
  flex-direction: column;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.vacancy-card-section__block.in-view {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 992px) {
  .vacancy-card-section__block {
    margin-bottom: 32px;
  }
}
.vacancy-card-section__block .btn {
  margin: 0 auto;
}
.vacancy-card-section__block ul {
  gap: 12px;
}
.vacancy-card-section__block ul li {
  font-family: "UAFSans", sans-serif;
}
.vacancy-card-section__or {
  margin: 24px auto;
  text-align: center;
}
@media (min-width: 992px) {
  .vacancy-card-section__or {
    margin: 32px auto;
  }
}
.vacancy-card-section__info-box {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 32px;
  border-radius: 11px;
  background: #262A21;
}
.vacancy-card-section__info-box :last-child {
  margin-bottom: 0;
}
.vacancy-card-section__info-box a {
  text-underline-offset: 5px;
  font-family: "UAFSans", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin: 0 10px;
  white-space: nowrap;
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.facebook-section {
  background: #2E3224;
  color: #fff;
  position: relative;
  padding: 32px 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .facebook-section {
    padding: 64px 0;
  }
}
.facebook-section *:not(.btn, a) {
  color: #fff;
}
.facebook-section h2 {
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .facebook-section h2 {
    margin-bottom: 64px;
  }
}
.facebook-section__content {
  display: flex;
  gap: 32px;
  flex-flow: column;
}
@media (min-width: 992px) {
  .facebook-section__content {
    gap: 64px;
    align-items: center;
    flex-flow: row;
  }
}
@media (min-width: 992px) {
  .facebook-section__content--facebook_page-right {
    flex-flow: row-reverse;
  }
}
.facebook-section__facebook_page {
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.facebook-section__facebook_page.in-view {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 992px) {
  .facebook-section__facebook_page {
    width: 55%;
    transform: translateX(-100px);
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.8s ease;
  }
  .facebook-section__facebook_page.in-view {
    transform: translateX(0);
    opacity: 1;
  }
  .facebook-section__content--facebook_page-right .facebook-section__facebook_page {
    transform: translateX(100px);
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.8s ease;
  }
  .facebook-section__content--facebook_page-right .facebook-section__facebook_page.in-view {
    transform: translateX(0);
    opacity: 1;
  }
}
.facebook-section__text {
  transform: translateY(100px);
  opacity: 0;
  transition: 0.8s ease;
}
.facebook-section__text.in-view {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 992px) {
  .facebook-section__text {
    width: 45%;
  }
}
.facebook-section__text :last-child {
  margin-bottom: 0;
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.donate-tabs-section {
  position: relative;
  padding: 48px 0;
  background: #FFDC52;
  color: #fff;
}
@media (min-width: 992px) {
  .donate-tabs-section {
    padding: 96px 0;
  }
}
.donate-tabs-section__title {
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 992px) {
  .donate-tabs-section__title {
    margin-bottom: 64px;
  }
}
.donate-tabs-section__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 992px) {
  .donate-tabs-section__content {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 48px;
  }
}
@media (min-width: 1200px) {
  .donate-tabs-section__content {
    grid-template-columns: 1fr 2fr;
  }
}
@media (min-width: 992px) {
  .donate-tabs-section__tab-content {
    grid-area: 1/2/3/3;
    padding-left: 16px;
  }
}
.donate-tabs-section h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 48px;
  text-align: center;
}
@media (min-width: 992px) {
  .donate-tabs-section h4 {
    font-size: 25px;
    text-align: left;
  }
}
.donate-tabs-section .nav-tabs {
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  justify-content: flex-start;
  border: none;
  gap: 20px;
  margin: 0 -16px;
  padding: 0 20px 10px;
}
@media (min-width: 992px) {
  .donate-tabs-section .nav-tabs {
    gap: 0;
    justify-content: center;
    flex-direction: column;
    align-items: stretch;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .donate-tabs-section .nav-tabs .nav-item {
    width: 100%;
  }
}
.donate-tabs-section .nav-tabs .nav-link {
  font-family: "UAFSans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 3px solid #1F2218;
  border-radius: 11px;
  background: transparent;
  color: #1F2218;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .donate-tabs-section .nav-tabs .nav-link {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .donate-tabs-section .nav-tabs .nav-link {
    width: 100%;
    padding: 25px 30px;
    text-align: left;
    border-radius: 0 11px 11px 0;
    border: none;
    border-left: 5px solid #1F2218;
    white-space: normal;
  }
}
.donate-tabs-section .nav-tabs .nav-link:hover, .donate-tabs-section .nav-tabs .nav-link:active {
  background: rgb(255, 204.5231213873, 5.5);
}
.donate-tabs-section .nav-tabs .nav-link.active {
  background: #1F2218;
  color: #FFDC52;
}
.donate-tabs-section__tab-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.donate-tabs-section__tab-item {
  background: #707E4E;
  border-radius: 11px;
  padding: 20px;
  margin-bottom: 24px;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.donate-tabs-section__tab-item.in-view {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 768px) {
  .donate-tabs-section__tab-item {
    gap: 32px;
    flex-flow: row;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .donate-tabs-section__tab-item {
    padding: 32px;
    min-height: 200px;
  }
}
.donate-tabs-section__tab-item:last-child {
  margin-bottom: 0;
}
.donate-tabs-section__image {
  aspect-ratio: 1;
  flex-shrink: 0;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .donate-tabs-section__image {
    margin-bottom: 0;
  }
}
.donate-tabs-section__image img {
  width: 100%;
  max-width: 160px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 11px;
}
@media (min-width: 768px) {
  .donate-tabs-section__image img {
    max-width: 120px;
  }
}
.donate-tabs-section__text {
  color: #fff;
  word-break: break-all;
}
@media (min-width: 768px) {
  .donate-tabs-section__text {
    word-break: normal;
  }
}
.donate-tabs-section__text *:not(.btn, a) {
  color: #fff;
}
.donate-tabs-section__text :last-child {
  margin-bottom: 0;
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.not-found {
  color: #fff;
  padding: 48px 0;
  background: #404534;
}
@media (min-width: 992px) {
  .not-found {
    padding: 96px 0;
  }
}
.not-found *:not(.btn, a) {
  color: #fff;
}
.not-found h1 {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .not-found h1 {
    margin-bottom: 64px;
  }
}
.not-found ul {
  font-family: "UAFSans", sans-serif;
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.blog-top {
  color: #fff;
  padding: 48px 0;
  background: #404534;
}
@media (min-width: 992px) {
  .blog-top {
    padding: 96px 0;
  }
}
.blog-top *:not(.btn, a) {
  color: #fff;
}
.blog-top h1 {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .blog-top h1 {
    margin-bottom: 64px;
  }
}

.blog-filters {
  color: #fff;
  padding: 0 0 48px;
  background: #404534;
}
.blog-filters ul {
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  justify-content: flex-start;
  border: none;
  gap: 20px;
  margin: 0 -16px;
  padding: 0 20px 10px;
}
.blog-filters ul li {
  flex-shrink: 0;
}
.blog-filters ul .nav-link {
  font-family: "UAFSans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 3px solid #FFDC52;
  border-radius: 11px;
  background: transparent;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .blog-filters ul .nav-link {
    font-size: 25px;
  }
}
.blog-filters ul .nav-link:hover, .blog-filters ul .nav-link:active {
  background: rgb(255, 204.5231213873, 5.5);
  color: #1F2218;
}
.blog-filters ul .nav-link.active {
  background: #FFDC52;
  color: #1F2218;
}

.blog-content {
  color: #fff;
  padding: 0 0 48px;
  background: #404534;
}
.blog-content__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-content__item {
  height: 100%;
  display: flex;
  flex-flow: column;
  border-radius: 11px;
  overflow: hidden;
  margin-bottom: 48px;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.blog-content__item.in-view {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 992px) {
  .blog-content__item + .blog-content__item:nth-child(3n-1) {
    transition-delay: 0.1s;
  }
  .blog-content__item + .blog-content__item:nth-child(3n) {
    transition-delay: 0.2s;
  }
}
.blog-content__item:last-child {
  margin-bottom: 0;
}
.blog-content__img-wrap {
  display: flex;
  aspect-ratio: 1.5;
  overflow: hidden;
}
.blog-content__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-content__item-content {
  padding: 24px 20px;
  background: #404534;
  height: 100%;
}
.blog-content__item-content h5 {
  margin-bottom: 24px;
}
.blog-content__item-content a {
  text-decoration: none;
}
.blog-content__item-content a h5 {
  background: url("assets/images/link-yellow.svg") no-repeat right 0 center;
  background-size: 30px;
  padding-right: 50px;
}
.blog-content__item-category {
  color: #fff;
  font-family: "UAFSans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
  text-transform: uppercase;
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.blog-post {
  color: #fff;
  padding: 48px 0;
  background: #404534;
}
@media (min-width: 992px) {
  .blog-post {
    padding: 96px 0;
  }
}
.blog-post *:not(.btn, a) {
  color: #fff;
}
.blog-post h1 {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .blog-post h1 {
    margin-bottom: 64px;
  }
}
.blog-post ul {
  font-family: "UAFSans", sans-serif;
}
.blog-post .post-categories {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 16px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .blog-post .post-categories {
    gap: 24px;
    font-size: 18px;
  }
}
.blog-post .post-categories__items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  font-family: "UAFSans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFDC52;
}
.blog-post .post-categories li {
  margin-right: 16px;
}
@media (min-width: 992px) {
  .blog-post .post-categories li {
    margin-right: 24px;
  }
}
.blog-post .post-categories a {
  color: #FFDC52;
  font-family: "UAFSans", sans-serif;
}
.blog-post .post-categories a:hover {
  color: rgb(255, 204.5231213873, 5.5);
}
.blog-post .post-tags {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
}
.blog-post .post-tags__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  font-family: "UAFSans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFDC52;
}
.blog-post .post-tags li {
  margin-right: 16px;
}
.blog-post .post-tags a {
  color: #FFDC52;
}
.blog-post .post-tags a:hover {
  color: rgb(255, 204.5231213873, 5.5);
}
.blog-post .post-thumbnail {
  margin-bottom: 32px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #262A21;
  border-radius: 11px;
}
.blog-post .post-thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
.page_section {
  color: #fff;
  padding: 48px 0;
  background: #404534;
}
@media (min-width: 992px) {
  .page_section {
    padding: 96px 0;
  }
}
.page_section *:not(.btn, a) {
  color: #fff;
}
.page_section h1 {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .page_section h1 {
    margin-bottom: 64px;
  }
}
.page_section ul {
  font-family: "UAFSans", sans-serif;
}

/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
/* loaded from node_modules */
/*--------------------------------------------------------------
# Theme Styles and Layout
--------------------------------------------------------------*/
/*
Theme Name: 155ombr Theme
Author: Dmytro Danylchenko
Description: Custom template created for 155 ombr.
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
body.menu-open {
  overflow: hidden;
}
body.menu-open main,
body.menu-open footer, body.dropdown-open main,
body.dropdown-open footer {
  position: relative;
}
body.menu-open main:after,
body.menu-open footer:after, body.dropdown-open main:after,
body.dropdown-open footer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.75;
  z-index: 1;
}

@media (min-width: 992px) {
  aside#secondary > * {
    max-width: 300px;
    margin: 0 0 0 auto;
  }
}
aside .container {
  padding-left: 0;
  padding-right: 0;
}

.site-content {
  word-break: break-word;
}

img {
  max-width: 100%;
  height: auto;
}

body.menu-open {
  overflow: hidden;
  height: 100vh;
}

body.menu-open .nav.navbar-nav {
  overflow-y: auto;
}

hr {
  margin: 16px 0;
  border-top: 2px dashed #404534;
}
@media (min-width: 992px) {
  hr {
    margin: 24px 0;
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-warning {
  color: #FFDC52 !important;
}

.grecaptcha-badge {
  z-index: 1;
}
/*# sourceMappingURL=style.css.map */
