:root {
  --lms_scrollbar_bg: #868686;
  --lms_scrollbar_radius: 5px;
  --lms_scrollpath_bg: transparent;
  --lms_scrollpath_radius: 5px;
}

body.ajax_loading {
  opacity: 0.5;;
}

.portfolio_pages_nav.ajax_loading {
  opacity: 0;
}


.st_portfolio_content_wrapper {
  width: calc(100% - 40px);
  max-width: 1860px;
  margin: 0 auto;
}

.st_portfolio_content .first_screen {
  width: 100%;
  height: 100vh;
  min-height: 100%;
  max-height: 966px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  position: relative;
  padding-top: 216px;
}
.st_portfolio_content .first_screen .portfolio_navigation h1 {
  font: inherit;
  font-size: 110px;
  font-style: normal;
  line-height: 1;
  font-weight: 800;
  background: linear-gradient(88deg, #ACE200 6.69%, #FFF 157.41%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.st_portfolio_content .first_screen .portfolio_navigation nav {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 20px;
  position: relative;
  z-index: 3;
}
.st_portfolio_content .first_screen .portfolio_navigation nav > ul {
  list-style: none;
}
.st_portfolio_content .first_screen .portfolio_navigation nav > ul > li {
  margin-bottom: 12px;
}
.st_portfolio_content .first_screen .portfolio_navigation nav > ul > li > a {
  color: #FFF;
  font: inherit;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
.st_portfolio_content .first_screen .portfolio_navigation nav > ul > li > a:hover {
  color: #ACE200;
}
.st_portfolio_content .first_screen .portfolio_navigation nav > ul > li span {
  color: #FFF;
  font: inherit;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.st_portfolio_content .first_screen .portfolio_navigation nav > ul > li span svg {
  margin-left: 9px;
  transition: ease-in-out 0.3s;
}
.st_portfolio_content .first_screen .portfolio_navigation nav > ul > li span.active {
  color: #ACE200;
}
.st_portfolio_content .first_screen .portfolio_navigation nav > ul > li span.active svg {
  transform: rotate(90deg);
}
.st_portfolio_content .first_screen .portfolio_navigation nav > ul > li span.active svg path {
  fill: #ACE200;
}
.st_portfolio_content .first_screen .portfolio_navigation nav > ul > li ul {
  margin: 16px 0 16px 16px;
  display: none;
}
.st_portfolio_content .first_screen .portfolio_navigation nav > ul > li ul.active {
  display: block;
}
.st_portfolio_content .first_screen .portfolio_navigation nav > ul > li ul li {
  margin-bottom: 6px;
}
.st_portfolio_content .first_screen .portfolio_navigation nav > ul > li ul li:last-child {
  margin-bottom: 0;
}
.st_portfolio_content .first_screen .portfolio_navigation nav > ul > li ul li a {
  color: #FFF;
  font: inherit;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  transition: ease-in-out 0.3s;
}
.st_portfolio_content .first_screen .portfolio_navigation nav > ul > li ul li a:hover {
  color: #ACE200;
}
.st_portfolio_content .first_screen:after {
  content: "";
  display: block;
  width: 915px;
  height: 747px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../png/portfolio_first_screen_soldier.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.st_portfolio_content .st_portfolio_subcategories {
  padding-bottom: 50px;
}
.st_portfolio_content .st_portfolio_subcategories .st_portfolio_content_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
.st_portfolio_content .st_portfolio_subcategories .st_portfolio_content_wrapper a {
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  padding-top: 60%;
  display: block;
  position: relative;
}
.st_portfolio_content .st_portfolio_subcategories .st_portfolio_content_wrapper a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: 50%;
  background-position: 50%;
  transition: ease-in-out 0.3S;
  top: 0;
  left: 0;
}
.st_portfolio_content .st_portfolio_subcategories .st_portfolio_content_wrapper a:hover:before {
  transform: scale(1.15);
}
.st_portfolio_content .st_portfolio_subcategories .st_portfolio_content_wrapper a span {
  position: absolute;
  padding: 10px 20px;
  background: #ACE200;
  top: 10px;
  right: 10px;
  color: #000;
  text-align: right;
  font: inherit;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}
.st_portfolio_content .st_selected_works_portfolio {
  width: 100%;
  overflow: hidden;
  background-color: #111111;
  padding: 80px 0;
}
.st_portfolio_content .st_selected_works_portfolio .st_selected_works_portfolio_header {
  font-size: 91px;
  font-weight: 800;
  line-height: 1;
  color: #111111;
  -webkit-text-stroke: 1px #ACE200;
  text-stroke: 1px #ACE200;
  background-image: linear-gradient(88deg, #ACE200 6.69%, #FFF 157.41%);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 1640px;
  margin: 0 auto 35px;
  padding: 0 20px;
  text-transform: uppercase;
}
.st_portfolio_content .st_selected_works_portfolio .swiper-wrapper {
  width: 100%;
}
.st_portfolio_content .st_selected_works_portfolio .st_selected_works_portfolio_slider {
  position: relative;
}
.st_portfolio_content .st_selected_works_portfolio .st_selected_works_portfolio_slider:after {
  content: "";
  display: block;
  background: linear-gradient(270deg, rgba(17, 17, 17, 0.7) 0%, rgba(17, 17, 17, 0) 100%);
  width: 375px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
}
.st_portfolio_content .st_our_strenghts {
  position: relative;
  height: 1080px;
  background-color: #111111;
}
.st_portfolio_content .st_our_strenghts svg {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.st_portfolio_content .st_our_strenghts:before {
  content: "";
  display: block;
  background-image: url(../png/our_strenghts_man.png);
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  position: absolute;
  left: 42px;
  bottom: 0;
  z-index: 2;
  width: 1247px;
  height: 1080px;
}
.st_portfolio_content .st_our_strenghts .st_portfolio_content_wrapper {
  max-width: 1420px;
  margin: 0 auto;
  padding-top: 14%;
}
.st_portfolio_content .st_our_strenghts .st_portfolio_content_wrapper .st_our_strenghts_info {
  max-width: 667px;
  margin-left: auto;
}
.st_portfolio_content .st_our_strenghts .st_portfolio_content_wrapper .st_our_strenghts_header {
  font: inherit;
  font-size: 67px;
  font-style: normal;
  line-height: 1;
  font-weight: 800;
  background: linear-gradient(88deg, #ACE200 6.69%, #FFF 157.41%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
.st_portfolio_content .st_our_strenghts .st_portfolio_content_wrapper .st_our_strenghts_text {
  margin-bottom: 20px;
}
.st_portfolio_content .st_our_strenghts .st_portfolio_content_wrapper .st_our_strenghts_text p {
  color: #F8F8F8;
  font: inherit;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.65;
}
.st_portfolio_content .st_our_strenghts .st_portfolio_content_wrapper .st_our_strenghts_digits {
  display: flex;
  align-items: flex-start;
}
.st_portfolio_content .st_our_strenghts .st_portfolio_content_wrapper .st_our_strenghts_digits div {
  display: flex;
  flex-direction: column;
  max-width: 184px;
  margin-right: 44px;
}
.st_portfolio_content .st_our_strenghts .st_portfolio_content_wrapper .st_our_strenghts_digits div:last-child {
  margin-right: 0px;
}
.st_portfolio_content .st_our_strenghts .st_portfolio_content_wrapper .st_our_strenghts_digits div span:nth-child(1) {
  color: #FFF;
  font: inherit;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.st_portfolio_content .st_our_strenghts .st_portfolio_content_wrapper .st_our_strenghts_digits div span:nth-child(2) {
  color: #ACE200;
  font: inherit;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  text-transform: capitalize;
}

.st_portfolio_subcategory {
  padding: 180px 20px 63px 20px;
  width: 100%;
}
.st_portfolio_subcategory .st_portfolio_subcategory_header {
  position: relative;
  margin-bottom: 40px;
}
.st_portfolio_subcategory .st_portfolio_subcategory_header a {
  display: flex;
  align-items: center;
  color: #ACE200;
  text-align: right;
  font: inherit;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
.st_portfolio_subcategory .st_portfolio_subcategory_header a svg {
  margin-right: 23px;
}
.st_portfolio_subcategory .st_portfolio_subcategory_header h1 {
  font-size: 90px;
  font-weight: 800;
  color: #111111;
  -webkit-text-stroke: 1px #ACE200;
  text-stroke: 1px #ACE200;
  background-image: linear-gradient(88deg, #ACE200 6.69%, #FFF 157.41%);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 1640px;
  margin: 0 auto;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 860px){
  .st_portfolio_subcategory .st_portfolio_subcategory_header h1 {
    padding: 0 100px;;
  }
}
.st_portfolio_subcategory .st_portfolio_subcategory_content {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  padding: 0 10px;
  display: grid;
}
.st_portfolio_subcategory .st_portfolio_subcategory_content a {
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  padding-top: 60%;
  display: block;
  position: relative;
}
.st_portfolio_subcategory .st_portfolio_subcategory_content a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: ease-in-out 0.3s;
}
.st_portfolio_subcategory .st_portfolio_subcategory_content a:hover img {
  transform: scale(1.15);
}

.st_portfolio_item {
  padding: 180px 30px 60px;
  display: flex;
  flex-wrap: wrap;
}
.st_portfolio_item > a {
  display: flex;
  align-items: center;
  color: #ACE200;
  text-align: right;
  font: inherit;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 38px;
}
.st_portfolio_item > a svg {
  margin-right: 23px;
}
.st_portfolio_item .st_portfolio_item_container {
  margin: 0 auto;
  width: 100%;
  height: calc(100vh - 60px);
  position: relative;
}
.st_portfolio_item .st_portfolio_item_container .image_tumbs {
  width: 172px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
}
.st_portfolio_item .st_portfolio_item_container .image_tumbs .image_tumbs_item {
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  padding-top: 60%;
  display: block;
  position: relative;
  margin-bottom: 8px;
  cursor: pointer;
  border: 1px transparent solid;
}
.st_portfolio_item .st_portfolio_item_container .image_tumbs .image_tumbs_item:last-child {
  margin-bottom: 0px;
}
.st_portfolio_item .st_portfolio_item_container .image_tumbs .image_tumbs_item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  transition: ease-in-out 0.3s;
}
.st_portfolio_item .st_portfolio_item_container .image_tumbs .image_tumbs_item:hover img {
  transform: scale(1.1);
}
.st_portfolio_item .st_portfolio_item_container .image_tumbs .image_tumbs_item.active {
  border: 1px #ACE200 solid;
}
.st_portfolio_item .st_portfolio_item_container .st_portfolio_item_container_image {
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  height: 100%;
  width: calc(100% - 182px);
  margin-left: auto;
  display: block;
  position: relative;
  z-index: 1;
  background: rgb(68, 68, 68);
  background: radial-gradient(circle, rgb(68, 68, 68) 0%, rgb(0, 0, 0) 100%);
}

.st_portfolio_item .st_portfolio_item_container .st_portfolio_item_container_image .full_iframe {
  position: absolute;
  left: 172px;
  top: 50%;
  transform: translate(0, -50%);
  width: calc(100% - 172px);
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.st_portfolio_item .st_portfolio_item_container .st_portfolio_item_container_image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.st_portfolio_item .st_portfolio_item_container .st_portfolio_item_container_image.vertical img {
  -o-object-fit: contain;
     object-fit: contain;
}
.st_portfolio_item .st_portfolio_item_container .portfolio_pages_nav {
  width: 90%;
  max-width: 290px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 23px 36px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 30px;
  z-index: 3;
}

@media (max-width: 1600px) {
  .st_portfolio_content .first_screen .portfolio_navigation h1 {
    font-size: 80px;
  }
  .st_portfolio_content .first_screen:after {
    width: 750px;
    height: 600px;
  }
  .st_portfolio_content .first_screen {
    max-height: 870px;
  }
  .st_portfolio_content .st_portfolio_subcategories .st_portfolio_content_wrapper a span {
    font-size: 26px;
  }
  .st_portfolio_content .st_our_strenghts:before {
    width: 800px;
    height: 712px;
    background-size: contain;
  }
  .st_portfolio_content .st_our_strenghts {
    height: 600px;
    display: flex;
    align-items: center;
  }
  .st_portfolio_content .st_our_strenghts .st_portfolio_content_wrapper {
    padding: 0 0 0 0;
  }
  .st_portfolio_content .st_our_strenghts svg {
    width: 630px;
    height: 437px;
  }
  .st_portfolio_subcategory .st_portfolio_subcategory_header h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1289px) {
  .st_portfolio_content_wrapper {
    width: calc(100% - 70px);
  }
}
@media (max-width: 1200px) {
  .st_portfolio_content .first_screen .portfolio_navigation h1,
  .st_portfolio_content .st_selected_works_portfolio .st_selected_works_portfolio_header {
    font-size: 62px;
  }
  .st_portfolio_content .first_screen {
    padding-top: 130px;
  }
  .st_portfolio_content .st_our_strenghts .st_portfolio_content_wrapper .st_our_strenghts_header {
    font-size: 52px;
  }
  .st_portfolio_content .st_our_strenghts .st_portfolio_content_wrapper .st_our_strenghts_text p {
    font-size: 18px;
  }
  .st_portfolio_content .st_our_strenghts .st_portfolio_content_wrapper .st_our_strenghts_digits div span:nth-child(1) {
    font-size: 32px;
  }
  .st_portfolio_content .st_our_strenghts:before {
    width: 463px;
    height: 512px;
    left: 0;
  }
  .st_portfolio_content .first_screen {
    max-height: 720px;
  }
  .st_portfolio_content .first_screen:after {
    width: 600px;
    height: 490px;
  }
}
@media (max-width: 1100px) {
  .st_portfolio_content .st_our_strenghts {
    padding-bottom: 50px;
    text-align: center;
    height: auto;
  }
  .st_portfolio_content .st_our_strenghts svg {
    display: none;
  }
  .st_portfolio_content .st_selected_works_portfolio .st_selected_works_portfolio_header {
    text-align: center;
  }
  .st_portfolio_content .st_our_strenghts .st_portfolio_content_wrapper .st_our_strenghts_digits {
    justify-content: center;
  }
  .st_portfolio_content .st_our_strenghts .st_portfolio_content_wrapper .st_our_strenghts_info {
    margin: 0 auto;
  }
  .st_portfolio_content .st_our_strenghts:before {
    display: none;
  }
  .st_portfolio_item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .st_portfolio_item .st_portfolio_item_container .image_tumbs {
    width: 100px !important;
  }
  .st_portfolio_item .st_portfolio_item_container .st_portfolio_item_container_image {
    width: calc(100% - 112px);
  }
  .st_portfolio_subcategory .st_portfolio_subcategory_header h1 {
    font-size: 48px;
  }
  
  .st_portfolio_item .st_portfolio_item_container .st_portfolio_item_container_image .full_iframe {
    width: calc(100% - 100px);
    left: 100px;
  }
}
@media (max-width: 860px) {
  .st_portfolio_subcategory .st_portfolio_subcategory_header {
    display: flex;
    flex-wrap: wrap;
  }
  .st_portfolio_subcategory .st_portfolio_subcategory_header a {
    position: relative;
    top: unset;
    left: unset;
  }
  .st_portfolio_subcategory .st_portfolio_subcategory_header h1 {
    width: 100%;
  }
  .st_portfolio_subcategory .st_portfolio_subcategory_content {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    padding: 0;
  }
  .st_portfolio_content .first_screen {
    height: auto;
    min-height: 60vh;
  }
  .st_portfolio_content .first_screen:after {
    width: 450px;
    height: 400px;
  }
}

@media (min-width: 1921px){
  .st_portfolio_content .first_screen {
    height: auto;
    min-height: 860px;
  }
}


@media (max-width: 760px) {
  .st_portfolio_item .st_portfolio_item_container .st_portfolio_item_container_image .full_iframe {
    width: 100%;
    left: 0;
  }
  .st_portfolio_content .first_screen .portfolio_navigation h1,
  .st_portfolio_content .st_selected_works_portfolio .st_selected_works_portfolio_header,
  .st_portfolio_content .st_our_strenghts .st_portfolio_content_wrapper .st_our_strenghts_header {
    font-size: 48px;
  }
  .st_portfolio_content .st_portfolio_subcategories .st_portfolio_content_wrapper a span {
    font-size: 16px;
  }
  .st_portfolio_content .first_screen .portfolio_navigation nav > ul > li span,
  .st_portfolio_content .first_screen .portfolio_navigation nav > ul > li > a {
    font-size: 20px;
  }
  .st_portfolio_content .first_screen .portfolio_navigation nav > ul > li ul li a {
    font-size: 18px;
  }
  .st_portfolio_item .st_portfolio_item_container {
    display: flex;
  }
  .st_portfolio_item .st_portfolio_item_container .image_tumbs {
    left: 0;
    top: 0;
  }
  .st_portfolio_item .st_portfolio_item_container .st_portfolio_item_container_image {
    width: calc(100% - 100px);
    margin-left: 100px;
  }
  .st_portfolio_item {
    padding-top: 100px;
    width: 100%;
  }
  .st_portfolio_subcategory .st_portfolio_subcategory_header h1 {
    font-size: 36px;
  }
}
@media (max-width: 560px) {
  .st_portfolio_content .first_screen:after {
    display: none;
  }
  .st_portfolio_content .first_screen {
    height: auto;
    min-height: 50vh;
}
}
@media (max-width: 480px) {
  .st_portfolio_content .first_screen:after {
    display: none;
  }
  .st_portfolio_content .st_our_strenghts .st_portfolio_content_wrapper .st_our_strenghts_digits {
    flex-direction: column;
    align-items: center;
  }
  .st_portfolio_content .st_our_strenghts .st_portfolio_content_wrapper .st_our_strenghts_digits div {
    margin: 0;
  }
  .st_portfolio_content .first_screen {
    height: auto;
    padding-bottom: 32px;
  }
  .st_portfolio_content .st_portfolio_subcategories .st_portfolio_content_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .st_portfolio_content .first_screen .portfolio_navigation h1, .st_portfolio_content .st_selected_works_portfolio .st_selected_works_portfolio_header, .st_portfolio_content .st_our_strenghts .st_portfolio_content_wrapper .st_our_strenghts_header {
    font-size: 40px;
  }
  .st_portfolio_item .st_portfolio_item_container .portfolio_pages_nav {
    max-width: 200px;
  }
  .st_portfolio_item .st_portfolio_item_container {
    flex-direction: column;
  }
  .st_portfolio_item .st_portfolio_item_container .image_tumbs {
    padding: 0;
    width: 100% !important;
    position: relative;
    height: auto !important;
    display: flex;
    justify-content: flex-start;
    gap: 4px;
    flex-wrap: wrap;
  }
  .st_portfolio_item .st_portfolio_item_container .image_tumbs .image_tumbs_item {
    width: calc(20% - 4px);
    padding-top: 40px;
    margin-bottom: 0px!important;
  }
  .st_portfolio_item .st_portfolio_item_container .image_tumbs .lms_content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .st_portfolio_item .st_portfolio_item_container {
    height: auto;
  }
  .st_portfolio_item .st_portfolio_item_container .st_portfolio_item_container_image {
    margin-top: 16px;
    width: 100%;
    margin-left: 0px;
    height: auto;
  }
  .st_portfolio_item .st_portfolio_item_container .st_portfolio_item_container_image img {
    position: relative;
  }
  .st_portfolio_item .st_portfolio_item_container .portfolio_pages_nav {
    bottom: unset;
    position: relative;
  }
  .st_portfolio_item .st_portfolio_item_container .st_portfolio_item_container_image .full_iframe {
    position: relative;
    height: 320px;
  }
}
