html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--primary:#CD0011;
--title:#111111;
--h, 56.25%:;
}
* {
 box-sizing: border-box;
 margin: 0px;
 padding: 0px;
 }
.page_applications {
 background: rgb(249, 249, 249);
 padding: 14.2rem 0px 17.8rem;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.page_applications {
 padding: 6rem 0px;
 }}
@media screen and (max-width: 768px){
.page_applications {
 padding: 40px 0px;
 }}
.content {
 max-width: 138rem;
 margin: 0px auto;
 }
@media screen and (min-width: 769px) and (max-width: 1220px){
.content {
 padding: 0px 3rem;
 }}
@media screen and (min-width: 769px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 896px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 20px;
 }}
.page_applications_head {
 margin-bottom: 4rem;
 }
@media screen and (max-width: 768px){
.page_applications_head {
 margin-bottom: 20px;
 }}
.subtitle {
 font-family: Oswald, sans-serif;
 font-size: 1.4rem;
 font-weight: 500;
 color: var(--primary);
 text-transform: uppercase;
 letter-spacing: 1px;
 margin-bottom: 1rem;
 display: flex;
 align-items: center;
 gap: 1rem;
 }
.subtitle::after {
 content: "";
 width: 3rem;
 height: 2px;
 background-color: var(--primary);
 display: inline-block;
 transform: translateY(1px);
 }
.page_applications_head .subtitle {
 margin-bottom: 0.2rem;
 }
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
 transition-duration: 0.8s;
 }
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
 transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
 }
[data-aos^="fade"][data-aos^="fade"] {
 opacity: 0;
 transition-property: opacity, transform;
 }
[data-aos^="fade"][data-aos^="fade"].aos-animate {
 opacity: 1;
 transform: translateZ(0px);
 }
[data-aos="fade-up"] {
 transform: translate3d(0px, 100px, 0px);
 }
@media screen and (max-width: 768px){
.subtitle {
 font-size: 12px;
 }}
.flex {
 display: flex;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.wrap {
 flex-wrap: wrap;
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.page_applications_head .flex {
 flex-direction: column;
 align-items: flex-start;
 }}
@media screen and (max-width: 768px){
.page_applications_head .flex {
 flex-direction: column;
 align-items: flex-start;
 }}
h1, h2, h3, h4, h5, h6, strong {
 font-family: Oswald, sans-serif;
 }
.page_applications_head h2 {
 font-size: 5rem;
 font-weight: 800;
 color: var(--title);
 text-transform: uppercase;
 margin: 0px;
 flex: 0 0 45%;
 }
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
 transition-delay: 0.1s;
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.page_applications_head h2 {
 flex: 0 0 100%;
 margin-bottom: 1.2rem;
 }}
@media screen and (max-width: 768px){
.page_applications_head h2 {
 flex: 0 0 100%;
 font-size: 2.4rem;
 margin-bottom: 1.2rem;
 }}
.page_applications_head .desc {
 font-size: 1.8rem;
 color: rgb(107, 110, 120);
 line-height: 2.6rem;
 max-width: 51.2rem;
 margin: 0px;
 flex: 0 0 50%;
 }
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
 }
[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
 transition-delay: 0.2s;
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.page_applications_head .desc {
 flex: 0 0 100%;
 }}
@media screen and (max-width: 768px){
.page_applications_head .desc {
 flex: 0 0 100%;
 }}
@media screen and (max-width: 768px){
.page_applications_head .desc {
 font-size: 14px;
 line-height: 1.5;
 }}
.gap {
 gap: 3rem;
 }
.page_applications_grid {
 margin-top: 0px;
 flex-wrap: nowrap;
 gap: 2.1rem;
 display: grid;
 grid-template-columns: repeat(2,1fr);
 }
@media screen and (max-width: 768px){
.gap {
 gap: 20px;
 }}
@media screen and (max-width: 768px){
.page_applications_grid {
 gap: 20px;
 overflow: auto;
 }}
.app_card.active {
 flex: 2 1 0%;
 }
.app_card {
 flex: 1 1 0%;
 min-width: 0px;
 border-radius: 6px;
 overflow: hidden;
 position: relative;
 transition: 0.3s;
 }
.app_card::before {
 content: "";
 width: 100%;
 height: 80%;
 background: linear-gradient(to top, rgb(11, 26, 46), rgba(11, 26, 46, 0));
 position: absolute;
 left: 0px;
 bottom: 0px;
 z-index: 9;
 }
@media screen and (min-width: 769px) and (max-width: 896px){
.app_card {
 flex: 0 0 calc(50% - 1.5rem);
 }}
@media screen and (max-width: 768px){
.app_card, .app_card.active {
 min-width: 250px;
 flex: unset !important;
 }}
@media screen and (max-width: 576px){
.app_card {
 flex: 0 0 100%;
 }}
.img_aba {
 position: relative;
 width: 100%;
 overflow: hidden;
 }
.img_aba::before {
 content: "";
 display: block;
 padding-top: var(--h, 56.25%);
 }
.app_card .img {
 width: 100%;
 position: relative;
 overflow: hidden;
 border-radius: 8px;
 height: 45.2rem;
 }
@media screen and (max-width: 768px){
.app_card .img {
 height: 300px;
 }}
img {
 max-width: 100%;
 display: block;
 }
.img_aba img {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 object-fit: cover;
 }
.img_cv img {
 object-fit: cover;
 }
.app_card .img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 transition: transform 0.5s;
 }
.app_card:hover .img img {
 transform: scale(1.06);
 }
.app_overlay {
 position: absolute;
 bottom: 0px;
 left: 0px;
 right: 0px;
 padding: 3.6rem 3.3rem;
 color: rgb(255, 255, 255);
 z-index: 15;
 }
@media screen and (max-width: 768px){
.app_overlay {
 padding: 20px;
 }}
.app_overlay h3 {
 font-size: 2.4rem;
 font-weight: 600;
 color: rgb(255, 255, 255);
 text-transform: uppercase;
 margin: 0px 0px 0.6rem;
 }
@media screen and (max-width: 768px){
.app_overlay h3 {
 font-size: 17px;
 }}
.active .app_overlay p {
 opacity: 1;
 position: relative;
 }
.app_overlay p {
 font-size: 1.6rem;
 font-weight: 300;
 color: rgba(255, 255, 255, 0.85);
 line-height: 1.5;
 margin: 0px;
 position: absolute;
 opacity: 0;
 transition: 0.3s;
 }
@media screen and (max-width: 768px){
.app_overlay p {
 font-size: 13px;
 line-height: 1.5;
 }}
button {
 outline: none;
 border-width: medium;
 border-style: none;
 border-color: currentcolor;
 border-image: initial;
 background: transparent;
 }
.sytech_export_template {
 display: none;
 }
@media screen and (max-width: 786px){


}