@charset "utf-8";

:root{
  --bg-color1: #F6F6F6;
  --accent-color1: #FD4818;
  --accent-color2: #191919;
  --accent-color3: #56D7EA;
  --accent-color1-hover: #FF3700;
  --accent-color2-hover: #184C6F;
  --accent-font-color: #FFFFFF;
  --telegram-color: #37A3E0;
  --whatsapp-color: #51A61D;
  --max-color: #8A38F5;
}
/* border: 1px solid color-mix(in srgb, var(--accent-color1) 30%, transparent); */

@font-face {
    font-family: 'grandis extended';
    src: url('../fonts/grandisextended-lightitalic.woff2') format('woff2'),
         url('../fonts/grandisextended-lightitalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'grandis extended';
    src: url('../fonts/grandisextended-thin.woff2') format('woff2'),
         url('../fonts/grandisextended-thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'grandis extended';
    src: url('../fonts/grandisextended-black.woff2') format('woff2'),
         url('../fonts/grandisextended-black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'grandis extended';
    src: url('../fonts/grandisextended-light.woff2') format('woff2'),
         url('../fonts/grandisextended-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'grandis extended';
    src: url('../fonts/grandisextended-medium.woff2') format('woff2'),
         url('../fonts/grandisextended-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'grandis extended';
    src: url('../fonts/grandisextended-mediumitalic.woff2') format('woff2'),
         url('../fonts/grandisextended-mediumitalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'grandis extended';
    src: url('../fonts/grandisextended-regular.woff2') format('woff2'),
         url('../fonts/grandisextended-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'grandis extended';
    src: url('../fonts/grandisextended-bolditalic.woff2') format('woff2'),
         url('../fonts/grandisextended-bolditalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'grandis extended';
    src: url('../fonts/grandisextended-regularitalic.woff2') format('woff2'),
         url('../fonts/grandisextended-regularitalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'grandis extended';
    src: url('../fonts/grandisextended-thinitalic.woff2') format('woff2'),
         url('../fonts/grandisextended-thinitalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'grandis extended';
    src: url('../fonts/grandisextended-bold.woff2') format('woff2'),
         url('../fonts/grandisextended-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'grandis extended';
    src: url('../fonts/grandisextended-blackitalic.woff2') format('woff2'),
         url('../fonts/grandisextended-blackitalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

body{
    font-family: 'grandis extended', system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-synthesis: none;
    font-weight: 300;
    font-style: normal;
    background: #191919;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
}
body.menu-open {
    position: fixed;
    width: 100%;
    overflow: hidden;
}
h1,
.title-h1{
    font-weight: bold;
    font-size: 70px;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 30px;
}
h2,
.title-h2 {
    font-weight: bold;
    font-size: 50px;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 30px;
}

h2.section-title,
.about-features-section h2.section-title{
    font-size: 70px;
}

h2.light{
    text-transform: none;
    font-weight: normal;
}
h2.light span{
    font-weight: bold;
}
h2.star_before{
    position: relative;
    padding-left: 42px;
}
h2.star_before::before{
    content: "*";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 48px;
}

h3,
.title-h3 {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 30px;
}

h4,
.title-h4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px;
}

h5,
.title-h5 {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 20px;
}

h6,
.title-h6 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
}

@media(max-width: 1299px){
    h2.section-title,
    .about-features-section h2.section-title{
        font-size: 60px;
    }
}
@media(max-width: 991px){
    h2.section-title,
    .about-features-section h2.section-title{
        font-size: 50px;
    }
}
@media(max-width: 767px) {
    h1,
    .title-h1{
        font-size: 42px;
    }
    h2,
    .title-h2 {
        font-size: 32px;
    }
    h2.star_before::before{
        font-size: 42px;
    }
}
@media(max-width: 499px) {
    h1,
    .title-h1{
        font-size: 32px;
    }
    h2,
    .title-h2 {
        font-size: 28px;
    }
    h2.star_before::before{
        font-size: 36px;
    }
    h3,
    .title-h3 {
        font-size: 24px;
    }
    h4,
    .title-h4 {
        font-size: 20px;
    }
    h5,
    .title-h5 {
        font-size: 18px;
    }
    h6,
    .title-h6 {
        font-size: 17px;
    }
    h2.section-title,
    .about-features-section h2.section-title{
        font-size: 8vw;
    }
}
@media(max-width: 399px) {
    h1,
    .title-h1{
        font-size: 28px;
    }
    h2,
    .title-h2 {
        font-size: 24px;
    }
    h3,
    .title-h3 {
        font-size: 20px;
    }
    h4,
    .title-h4 {
        font-size: 18px;
    }
    h5,
    .title-h5 {
        font-size: 17px;
    }
    h6,
    .title-h6 {
        font-size: 16px;
    }
}
a {
    color: var(--accent-color1);
    transition: all ease-out 300ms;
}

a:hover {
    color: var(--accent-color1-hover);
}

a.invert {
    color: var(--accent-color1-hover);
}

a.invert:hover {
    color: var(--accent-color1);
}

.theme-color,
.theme-color{
    color: var(--accent-color1);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 76px;
    text-decoration: none;
    cursor: pointer;
    padding: 0 30px;
    border: none;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    color: var(--accent-font-color);
    background: var(--accent-color1);
    text-align: center;
    transition: all 300ms ease-out;
    border-radius: 5px;
}

.btn:hover {
    filter: brightness(115%);
    color: var(--accent-font-color);
}

.btn.btn-border{
    border: 2px solid var(--accent-color1);
}
.btn.btn-border:hover {
    color: var(--accent-color1);
    background: transparent;
}

.btn:disabled{
    background: rgba(255, 255, 255, .4);
    opacity: 0.2;
    cursor: default;
}
.btn.light-btn:hover{
    background: color-mix(in srgb, var(--accent-color1) 30%, transparent);
    color: var(--accent-color1);
}

.section-more-wrapper .btn{
    background: transparent;
    border: 1px solid var(--accent-color1);
    border-radius: 5px;
    color: var(--accent-color1);
    font-weight: bold;
    height: 66px;
    display: inline-flex;
    text-transform: uppercase;
}
.section-more-wrapper .btn:hover{
    background: var(--accent-color1);
    border-color: var(--accent-color1);
    color: var(--accent-font-color);
}

.btn-min{
    height: 56px;
}
@media(min-width: 992px){
    .section-more-wrapper .btn.big{
        height: 72px;
        font-size: 20px;
    }
}

/* Header */
.header{
    color: #fff;
}
.header-top{
    background: #2e2e2e;
    position: relative;
}
.header-top-inner{
    min-height: 46px;
    position: relative;
    padding: 8px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.header-top__contacts-right{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.soc-buttons{
    display: flex;
    align-items: center;
}
.soc-buttons a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #fff;
    border-radius: 50%;
    background: #FFFFFF38;
    padding: 7px;
}
.soc-buttons a + a{
    margin-left: 18px;
}
.soc-buttons a:hover{
    background: var(--accent-color1-hover);
    transform: scale(1.2);
}
.soc-buttons a.telegram-btn:hover{
    background: var(--telegram-color);
}
.soc-buttons a.whatsapp-btn:hover{
    background: var(--whatsapp-color);
}
.soc-buttons a.max-btn:hover{
    background: var(--max-color);
}
.header-top__socials + .header-top__phone{
    margin-left: 24px;
}
.header-top__phone{
    font-size: 17px;
    font-weight: bold;
    color: #fff;
}
.header-bottom{
    background: linear-gradient(90deg, #181818 0%, #272728 25%, #383838 40%, #414141 60%, #595959 75%, #181818 100%);
    position: relative;
}
.header-bottom-inner{
    min-height: 90px;
    padding: 8px 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.header-logo{
    width: 130px;
}
.header-bottom-right{
    display: none;
}

.top-menu-overlay,
.top-menu-wrapper-title,
.top-menu-wrapper-close,
.top-menu .dropdown-button,
.swipe-area,
.menu-button,
.top-menu-content-mobile{
    display: none;
}
.top-panel-fixed-push{
    display: none;
}
@media(min-width: 992px){
    .top-panel-fixed.fixed{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }
    /*.top-panel-fixed.fixed + .top-panel-fixed-push{
        display: block;
        height: 90px;
    }*/
    .header-top::after,
    .header-bottom::after{
      content: "";
      position: absolute;
      inset: 0;
      opacity: 0.05;
      pointer-events: none;
      z-index: 0;
      background: url("data:image/svg+xml;utf8,\
      <svg xmlns='http://www.w3.org/2000/svg'>\
      <filter id='noise'>\
      <feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/>\
      </filter>\
      <rect width='100%' height='100%' filter='url(%23noise)'/>\
      </svg>");
    }
    .top-menu-wrapper{
        padding: 0 0 0 30px;
        width: calc(100% - 130px);
    }
    .top-menu{
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .top-menu.is-calculating{
        opacity: 0;
    }
    .top-menu.is-ready{
        opacity: 1;
    }
    .top-menu > ul {
        display: flex;
    }
    .top-menu li{
        position: relative;
        line-height: 1.2;
    }
    .top-menu a{
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
    }
    .top-menu a[onclick="return false;"]{
        cursor: default;
    }
    .top-menu li.active > a,
    .top-menu a:hover{
        color: var(--accent-color1);
    }
    .top-menu > ul > li > a {
        font-size: 14px;
        margin: 0 0 0 30px;
        white-space: nowrap;
        
    }
    .top-menu li.down > a:after {
        content: "";
        display: inline-block;
        width: 7px;
        height: 7px;
        transform: rotate(45deg);
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        vertical-align: middle;
        margin: -8px 0 0 8px;
        transition: all ease-out 300ms;
    }
    .top-menu ul ul li.down > a{
        position: relative;
        padding-right: 25px;
        width: 100%;
    }
    .top-menu ul ul li.down > a:after {
        transform: rotate(-45deg);
        position: absolute;
        right: 12px;
        top: 18px;
    }
    .top-menu li.down.active > a:after,
    .top-menu li.down > a:hover:after{
        border-color: var(--accent-color1);
    }
    .top-menu ul ul{
        display: none !important;
        position: absolute;
        top: calc(100% + 37px);
        left: 20px;
        width: 320px;
        z-index: 300;
        background: var(--accent-color2);
        padding: 15px 20px;
        box-shadow: 0 5px 30px rgb(87 88 88);
    }
    .top-menu ul ul:before{
        content: "";
        height: 37px;
        position: absolute;
        left: 0;
        right: 0;
        top: -37px;
    }
    .top-menu li:hover > ul{
        display: block !important;
    }
    .top-menu ul ul li + li{
        margin-top: 5px;
    }
    .top-menu ul ul a{
        color: #fff;
        display: inline-block;
        padding: 7px 0;
        font-size: 15px;
    }
    .top-menu ul ul ul{
        top: 0;
        left: 100%;
    }

    .top-menu-more-list {
        display: block;
        flex: 0 0 40px;
        width: 40px;
        margin-left: 10px;
    }
    .top-menu .top-menu-more-list:not(.active){
        opacity: 0;
        pointer-events: none;
        position: absolute;
        z-index: -1;
    }
    .top-menu-more-list > li > ul{
        left: auto;
        right: 0;
    }
    .top-menu-more-list > li:first-of-type {
        width: 40px;
        height: 100%;
    }
    .top-menu-more-list > li > span {
        display: block;
        width: 40px;
        height: 100%;
        cursor: pointer;
        background: url(../images/burger.svg) 50% 50% no-repeat;
    }
}

@media(min-width: 1100px){
    .top-menu > ul > li > a {
        font-size: 16px;
        margin: 0 0 0 45px;
    }
    .header-top__phone{
        font-size: 18px;
    }
    .header-top__socials + .header-top__phone{
        margin-left: 28px;
    }
    .soc-buttons a + a{
        margin-left: 15px;
    }
}

@media(max-width: 991px){
    .header-top{
        display: none;
    }
    .header-bottom{
        /*position: fixed;*/
        position: absolute;
        z-index: 500;
        top: 20px;
        left: 15px;
        right: 15px;
        background: transparent;
    }
    .header-bottom::after{
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 5px;
        background: rgba(255,255,255,.1);
        backdrop-filter: blur(30px);
    }
    .header-bottom-inner{
        min-height: 70px;
        position: relative;
        z-index: 10;
    }
    .header-bottom-right {
        flex: 1 0 auto;
        justify-content: flex-end;
        display: flex;
        align-items: center;
        padding-left: 30px;
    }
    .swipe-area {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 15px;
        left: -15px;
    }
    .top-menu-wrapper{
        position: fixed;
        top: 0;
        right: -370px;
        background: linear-gradient(90deg, #181818 0%, #292929 25%, #181818 100%);
        height: 100%;
        width: 370px;
        max-width: 100%;
        z-index: 1000;
        transition: right 200ms ease-out;
        padding: 50px 35px;
    }
    .top-menu-wrapper::after{
        content: "";
          position: absolute;
          inset: 0;
          opacity: 0.05;
          pointer-events: none;
          z-index: 0;
          background: url("data:image/svg+xml;utf8,\
          <svg xmlns='http://www.w3.org/2000/svg'>\
          <filter id='noise'>\
          <feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/>\
          </filter>\
          <rect width='100%' height='100%' filter='url(%23noise)'/>\
          </svg>");
    }
    .top-menu-inner{
        height: 100%;
        overflow-y: scroll;
    }
    .top-menu-wrapper.open {
        right: 0;
    }
    .top-menu-overlay{
        position: fixed;
        z-index: 900;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255,255,255,.3);
        backdrop-filter: blur(10px);
    }
    .top-menu-wrapper.open + .top-menu-overlay{
        display: block;
    }
    .top-menu-wrapper-title{
        display: block;
        font-size: 36px;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 40px;
    }
    .top-menu-wrapper-close{
        display: block;
        position: absolute;
        top: 30px;
        right: 43px;
    }
    .top-menu li{
        position: relative;
    }
    .top-menu a,
    .top-menu a:hover{
        color: #fff;
    }
    .top-menu .active > a,
    .top-menu .active > a:hover{
        color: var(--accent-color1);
    }
    .top-menu > ul > li{
        margin-bottom: 30px;
    }
    .top-menu > ul > li.down > a{
        padding-right: 30px;
    }
    .top-menu .dropdown-button{
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 25px;
        width: 30px;
        z-index: 10;
        transition: transform .25s ease;
    }
    .top-menu .dropdown-button::before {
        content: "";
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        top: 40%;
        left: 50%;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .top-menu a[onclick="return false;"] + .dropdown-button{
        width: 100%;
    }
    .top-menu a[onclick="return false;"] + .dropdown-button::before{
        left: calc(100% - 15px);
    }
    .top-menu .dropdown-button.active{
        transform: scaleY(-1);
    }
    .top-menu ul ul{
        display: none;
        padding-left: 20px;
        padding-top: 30px;
    }
    .top-menu ul ul li{
        margin-bottom: 15px;
    }

    .menu-button{
        display: block;
        width: 30px;
        height: 20px;
        cursor: pointer;
        position: relative;
        transition: all 200ms ease-out;
        margin-left: 25px;
    }
    .icon-menu-burger{
        height: 2px;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
    }
    .icon-menu-burger__line{
        background: #fff;
        height: 100%;
        width: 80%;
        position: absolute;
        top: 0;
        left: 10%;
    }
    .icon-menu-burger:before,
    .icon-menu-burger:after{
        background: #fff;
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
    }
    
    .icon-menu-burger:before{
        top: -7px;
    }
    .icon-menu-burger:after{
        bottom: -7px;
        width: 60%;
        left: 20%;
        /*transition: bottom 0.2s linear 0.4s;*/
    }
    .menu-button.active .icon-menu-burger{
        transform: rotate(45deg);
        /*transition: transform 0.2s linear 0.4s;*/
    }
    .menu-button.active .icon-menu-burger__line{
        transform: rotate(90deg);
    }
    .menu-button.active .icon-menu-burger:before{
        /*transition: top 0.2s linear;*/
        top: 0;
    }
    .menu-button.active .icon-menu-burger:after{
        /*transition: bottom 0.2s linear;*/
        bottom: 0;
    }

    .top-menu-content-mobile{
        padding-top: 20px;
        display: block;
    }
    .top-menu-content-mobile .item + .item{
        margin-top: 15px;
    }
}

@media(max-width: 499px){
    .top-menu-wrapper{
        right: -100%;
        width: 100%;
    }
}

@media(max-width: 499px){
    .header-bottom .container{
        padding-left: 10px;
        padding-right: 10px;
    }
    .header-logo{
        width: 100px;
    }
    .header-bottom-right{
        padding-left: 20px;
    }
    .header-bottom-right .soc-buttons a{
        width: 28px;
        height: 28px;
    }
    .header-bottom-right .soc-buttons a + a{
        margin-left: 12px;
    }
    .menu-button{
        width: 26px;
        margin-left: 20px;
    }
}
@media(max-width: 378px){
    .header-logo{
        width: 80px;
    }
    .header-bottom-right{
        padding-left: 15px;
    }
    .header-bottom-right .soc-buttons a{
        width: 25px;
        height: 25px;
        padding: 5px;
    }
    .header-bottom-right .soc-buttons a svg{
        transform: scale(.9);
    }
    .header-bottom-right .soc-buttons a + a{
        margin-left: 10px;
    }
    .menu-button{
        width: 24px;
        margin-left: 15px;
    }
}
/* /. Header */

/* hero section */
.hero-section{
    position: relative;
    display: flex;
    flex-direction: column;
}
.hero-section.full-height{
    min-height: calc(100vh - 135px);
}
.hero-section-media{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    pointer-events: none;
}
.hero-section-media picture{
    width: 100%;
    height: 100%;
}
.hero-section-media img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin:center;
    transition:transform .1s linear;
    will-change:transform;
}
.hero-section-media::before {
    content: "";
    pointer-events: none;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #121212;
    opacity: 0.56;
    mix-blend-mode: darken;
}
.hero-base{
    min-height: 1px;
    padding-bottom: 60px;
}
.hero-base + .section{
    padding-top: 0;
}
@media(max-width: 991px){
    .hero-base{
        padding-bottom: 40px;
    }
}
@media(min-width: 992px){
    .hero-base .hero-section-media::before{
        display: none;
    }
    .hero-base .hero-section-breadcrumbs a:hover{
        color: var(--accent-color1-hover);
    }
}


.hero-section.content-bottom .hero-section-media::after{
    background: linear-gradient(
        0deg,
        rgb(0 0 0 / 70%) 20%,
        rgba(26, 30, 33, 0.2) 80%
    );
    backdrop-filter: blur(5px);
    mask-image: linear-gradient(
        0deg,
        rgba(0,0,0,2) 20%,
        rgba(0,0,0,0) 80%
    );
}
.hero-section-content{
    position: relative;
    z-index: 10;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    flex: 1 0 auto;
}
.hero-section.content-bottom .hero-section-content{
    align-items: flex-end;
}
.hero-section-content-row,
.hero-section-content-row2,
.hero-section-content-row3{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.hero-section-content-row .col1{
    flex: 1 0 180px;
    padding-right: 40px;
}
.hero-section-content-row .col2{
    width: 180px;
}
.hero-section-content-row2 .col1{
    flex: 1 0 400px;
    padding-right: 40px;
}
.hero-section-content-row2 .col2{
    width: 400px;
    max-width: 100%;
}
.star-list li,
.hero-section-content-row2 li{
    font-size: 18px;
    position: relative;
    padding-left: 27px;
}
.star-list li + li,
.hero-section-content-row2 li + li{
    margin-top: 20px;
}
.star-list li::before,
.hero-section-content-row2 li::before{
    content: "*";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 32px;
    line-height: 1.2;
    font-weight: bold;
}
.hero-big-title{
    font-size: 50px;
    cursor: default;
}
.hero-big-title span{
    position: relative;
    z-index: 2;
}
.hero-big-title span.stroke-item{
    display: block;
    z-index: 1;
    top: 0;
    transition: top ease-out 300ms;
    line-height: 0.5;
    font-size: 200px;
    color: transparent;
    text-stroke-color: #959595;
    -webkit-text-stroke-color: #959595;
    text-stroke-width: 2px;
    -webkit-text-stroke-width: 2px;
}
.hero-big-title:hover span.stroke-item{
    top: -20px;
}

.hero-section-content-row .intro-text{
    width: 70%;
    font-size: 20px;
}

.hero-feedback-btn{
    width: 180px;
    height: 180px;
    padding: 15px;
    display: block;
    position: relative;
    border-radius: 50%;
    color: var(--accent-font-color);
    font-size: 16px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}
.hero-feedback-btn::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='180' height='180' viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='90' cy='90' r='89' fill='none' stroke='%23959595' stroke-width='1' stroke-dasharray='8 5' stroke-linecap='round'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    animation: rotate-border 12s linear infinite;
    pointer-events: none;
}
.hero-feedback-btn > span{
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-color1);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: 3s radial-pulse 1s infinite;
    transition: all ease-out 300ms;
}
.hero-feedback-btn:hover{
    color: var(--accent-font-color);
}
@keyframes radial-pulse {
    0% {
        box-shadow: 0 0 0 0 color-mix(in srgb, var(--accent-color1) 50%, transparent);
    }

    50% {
        box-shadow: 0 0 0 40px color-mix(in srgb, var(--accent-color1) 0%, transparent);
    }

    100% {
        box-shadow: 0 0 0 40px color-mix(in srgb, var(--accent-color1) 0%, transparent);
    }
}
@keyframes rotate-border {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.hero-feedback-btn:hover{
    transform: scale(1.1);
    filter: brightness(115%);
    padding: 15px;
}

.hero-section-breadcrumbs{
    position: relative;
    z-index: 10;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 14px;
}

.hero-section-content-row3{
    width: 360px;
    max-width: 100%;
    font-size: 14px;
}
.hero-section-content-row3 .title-h1{
    text-transform: none;
}

.hero-section-content .container + .container{
    margin-top: 50px;
}

/* Breadcrumbs */
.breadcrumb > li {
    display: inline;
    white-space: nowrap;
}
.breadcrumb > li > a{
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.breadcrumb > li > a:after {
    content: '';
    display: inline-block;
    background: url(../images/breadcrumb-arrow.svg) 0 0 no-repeat;
    margin-left: 10px;
    margin-right: 5px;
    width: 4px;
    height: 7px;
}
.breadcrumb > li > a:hover{
    color: #fff;
}
.breadcrumb span,
.breadcrumb a{
    display: inline-block;
}
.breadcrumb span:first-letter,
.breadcrumb a:first-letter{
    text-transform: capitalize;
}
@media(max-width: 991px){
    .breadcrumb{
        display: flex;
        overflow: auto;
        margin-bottom: 30px;
    }
    .breadcrumb > li > a:after {
        margin-right: 10px;
    }
}
/* /. Breadcrumbs */
@media(max-width: 1459px){
    .hero-big-title span.stroke-item{
        font-size: 13.6vw;
        white-space: nowrap;
    }
}
@media(max-width: 1299px){
    .hero-big-title span.stroke-item{
        line-height: 1;
    }
    .hero-big-title{
        font-size: 3vw;
    }
}

@media(max-width: 1099px){
    .hero-section-content-row .col1{
        flex: 1 0 160px;
    }
    .hero-section-content-row .col2{
        width: 160px;
    }
    .hero-tag {
        height: 40px;
        padding: 5px 12px;
        font-size: 16px;
    }
    .hero-feedback-btn{
        width: 160px;
        height: 160px;
        padding: 15px;
        font-size: 16px;
    }
}
@media(max-width: 991px){
    .hero-section{
        padding-top: 90px;
    }
    .hero-section.full-height{
        min-height: 100vh;
    }
    .hero-section-content-row{
        align-items: flex-end;
    }
    .hero-section-content-row .col1 {
        flex: 1 0 130px;
    }
    .hero-section-content-row .col2 {
        width: 130px;
    }
    .hero-feedback-btn {
        width: 130px;
        height: 130px;
        padding: 10px;
        font-size: 14px;
    }
    .hero-tag{
        font-size: 12px;
    }
}
@media(max-width: 899px){
    .hero-section-content-row{
        flex-wrap: wrap;
    }
    .hero-section-content-row .col1{
        flex: 1 0 auto;
        padding-right: 0;
        width: 100%;
    }
    .hero-section-content-row .col2{
        width: 100%;
        display: flex;
        margin-top: 50px;
        justify-content: flex-end;
    }
    .hero-section-content-row .intro-text{
        width: 100%;
        font-size: 18px;
    }
}
@media(max-width: 767px){
    .hero-section-content-row2 .col1{
        width: 100%;
        padding-right: 0;
        flex: 1 0 auto;
    }
}
@media(max-width: 599px){
    .hero-section-content-row .col1{
        flex: 0 0 100%;
        padding-right: 0;
    }
    .hero-section-content-row .col2{
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-top: 30px;
    }
    .hero-section-content-row .intro-text{
        font-size: 16px;
    }
}
/* /. hero section */

/* footer */
.footer {
    background: linear-gradient(90deg, #181818 0%, #272728 25%, #383838 40%, #414141 60%, #3d3c3c 75%, #181818 100%);
    position: relative;
    padding: 80px 0;
    color: #fff;
}
.footer::after{
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.05;
    pointer-events: none;
    z-index: 0;
    background: url("data:image/svg+xml;utf8,\
    <svg xmlns='http://www.w3.org/2000/svg'>\
    <filter id='noise'>\
    <feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/>\
    </filter>\
    <rect width='100%' height='100%' filter='url(%23noise)'/>\
    </svg>");
}
.footer a{
    color: #fff;
}
.footer a:hover{
    color: var(--accent-color1);
}
.footer .soc-buttons a:hover{
    color: #fff;
}

.footer-top{
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding-bottom: 30px;
}
.footer-bottom{
    padding-top: 30px;
}

.footer-top-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer-top-row .col1{
    width: 500px;
    padding-right: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer-top-row .col2{
    width: calc(100% - 500px);
}
.footer-logo{
    width: 130px;
}
.footer-address{
    width: calc(100% - 130px);
    padding-left: 40px;
    font-size: 15px;
    line-height: 1.4;
}
.footer-contacts{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.footer-contacts .item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer-contacts .item + .item{
    margin-left: 40px;
}
.footer-contacts .item-icon{
    width: 22px;
}
.footer-contacts .item-value{
    width: calc(100% - 22px);
    padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
}
.footer-bottom-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer-bottom-row .col2{
    width: 160px;
}
.footer-bottom-row .col1{
    width: calc(100% - 160px);
    padding-right: 40px;
}
.footer-nav{
    padding-top: 10px;
}
.footer-nav > ul{
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}
.footer-nav > ul > li:not(:last-of-type){
    margin-right: 50px;
    margin-bottom: 10px;
}
.footer-nav a{
    color: #fff;
}
.footer-nav a:hover{
    color: var(--accent-color1);
}
.footer .soc-buttons{
    justify-content: flex-end;
}
.footer .soc-buttons a{
    width: 42px;
    height: 42px;
}
.footer-last-row{
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.footer-last-row .copyright{
    width: calc(100% - 70px);
}
.important_links{
    padding-right: 30px;
    margin-top: 20px;
}
.important_links a{
    display: inline-block;
    margin: 0 15px 10px 0;
    color: #fff;
    text-decoration: underline;
}
.important_links a:hover{
    color: #fff;
    text-decoration: none;
}

@media(max-width: 1199px){
    .footer-contacts{
        justify-content: flex-start;
    }
    .footer-contacts .item + .item{
        margin-left: 0;
        margin-right: 0;
    }
    .footer-contacts .item{
        margin-right: 40px;
        padding: 5px 0;
    }
    .footer-contacts .item-value{
        font-weight: 600;
        font-size: 16px;
    }
}
@media(max-width: 899px){
    .footer-top-row{
        display: block;
    }
    .footer-top-row .col1{
        width: 100%;
        padding-right: 0;
    }
    .footer-top-row .col2{
        width: 100%;
        margin-top: 20px;
    }
    .footer-nav > ul{
        display: block;
    }
    .footer-bottom-row{
        align-items: flex-end;
    }
}
@media(max-width: 767px){
    .footer-address{
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
}
@media(max-width: 499px){
    .footer .soc-buttons{
        justify-content: flex-start;
    }
    .footer-bottom-row .col1{
        width: 100%;
        padding-right: 0;
    }
    .footer-bottom-row .col2{
        width: 100%;
        margin-top: 30px;
    }
}
/* /. footer */

/* services */
.services{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.services .col{
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    width: 33.3333%;
}
.services .item{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    border-radius: 5px;
    color: #fff;
    min-height: 210px;
    position: relative;
    background: rgba(255,255,255,.2);
    transition: all ease-out 300ms;
}
.services .item-content{
    width: 65%;
    font-size: 15px;
    line-height: 1.3;
    padding: 47px 25px 40px;
}
.services .item-img{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
}
.services .item-img .item-icon{
    width: 90px;
    height: 90px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.services .item-title{
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 14px;
    line-height: 1.2;
    text-transform: uppercase;
}
.services .item-arrow{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: var(--accent-color1);
    transition: all ease-out 300ms;
}

.services .item:hover,
.services .item.accent-item{
    background: var(--accent-color1);
    border-color: var(--accent-color1);
    color: #fff;
}
.services .item:hover .item-arrow{
    background: color-mix(in srgb, var(--accent-font-color) 50%, transparent);
    transform: rotate(45deg);
}
@media(max-width: 1099px){
    .services .col{
        width: 50%;
    }
}
@media(max-width: 768px){
    .services .item-content{
        font-size: 14px;
        padding: 40px 20px 30px;
    }
    .services .item-title{
        font-size: 18px;
        margin-bottom: 12px;
    }
    .services .item-arrow{
        width: 50px;
        height: 50px;
    }
}
@media(max-width: 629px){
    .services .col{
        width: 100%;
    }
}
@media(max-width: 419px){
    .services .item-content{
        padding: 30px 30px 30px 15px;
    }
    .services .item-title{
        font-size: 17px;
    }
}
/* /. services */

/* application */

.application-section-columns{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.application-section-columns .col{
    width: 45%;
}
.application-section-columns .col1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-right: none;
    border-radius: 5px 0 0 5px;
}
.application-section-main{
    padding: 0 0 70px;
}
.application-section-main h2 + p{
    margin: -10px 0 30px;
    font-size: 18px;
    line-height: 1.5;
}
.application-section-img{
    height: 100%;
    overflow: hidden;
    border-radius: 0 5px 5px 0;
}
.application-section-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity:0;
    transition:opacity .6s ease;
}
.application-section-img img.loaded{
    opacity:1;
}

@media(max-width: 1299px){
    .application-section-main h2{
        font-size: clamp(24px, 4vw, 50px);
    }
}
@media(max-width: 991px){
    .application-section-columns .col1{
        width: 100%;
    }
    .application-section-columns .col2{
        width: 100%;
        height: auto;
    }
    .application-section-main{
        padding: 0 0 50px;
    }
    .application-section-main h2 + p{
        font-size: 16px;
    }
    .application-section-columns .col1 .application-section-main{
        padding-bottom: 0;
    }
    .application-section-columns .col2 .application-section-main{
        padding-top: 0;
    }
    .application-section-img{
        border-radius: 5px 5px 0 0;
    }
}

@media(max-width: 599px){
    .application-section .container{
        padding-left: 0;
        padding-right: 0;
    }
    .application-section-main{
        padding: 0 15px 50px;
        border-radius: 0;
    }
}
/* /. application */

.more{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}
.more .more-text{
    max-width: calc(100% - 28px);
    padding-right: 10px;
}
.more .more-arrow{
    width: 18px;
    transition: all ease-out 300ms;
}
.more:hover .more-arrow{
    transform: translateX(10px);
}

.swiper{
    visibility: hidden;
}
.swiper.swiper-initialized{
    visibility: visible;
}
.skew-slider{
    padding-left: max(10px, calc((100vw - 1430px) / 2 + 10px));
}
.swiper-scrollbar-horizontal{
    margin-top: 35px;
    height: 3px;
    background: rgba(255,255,255,.1);
}
.swiper-scrollbar-drag{
    background: var(--accent-color1);
}
.skew-slider .swiper-scrollbar-horizontal{
    margin-right: 15px;
}
@media(max-width: 1459px){
    .skew-slider {
        padding-left: 15px;
    }
}

/* news */

.news{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.news .col{
    width: 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.news-carousel .swiper-slide{
    height: auto;
}
.news-carousel .item,
.news .item{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
    border-radius: 5px;
    background: rgba(255, 255, 255, .2);
}
.news-carousel .item-img,
.news .item-img{
    position: relative;
    top: -1px;
    left: -1px;
    right: -1px;
    width: calc(100% + 2px);
    overflow: hidden;
    border-radius: 5px;
}
.news-carousel .item-img img,
.news .item .item-img img{
    width: 100%;
    transition: all ease-out 600ms;
    filter: grayscale(80);
}
.news-carousel .item-body,
.news .item-body{
    padding: 50px 35px 40px;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-carousel .item-title,
.news .item-title{
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 30px;
    transition: all ease-out 300ms;
}
.news-carousel .item:hover,
.news .item:hover{
    border-color: color-mix(in srgb, var(--accent-color1) 30%, transparent);
}
.news-carousel .item:hover .item-img img,
.news .item:hover .item-img img{
    transform: scale(1.05);
    filter: grayscale(0);
}
.news-carousel .item:hover .item-title,
.news .item:hover .item-title{
    color: var(--accent-color1);
}
@media(max-width: 1099px){
    .news .col{
        width: 50%;
    }
}
@media(max-width: 991px){
    .news-carousel .item-body,
    .news .item-body{
        padding: 30px 25px;
    }
    .news-carousel .item-title,
    .news .item-title{
        font-size: 18px;
    }
}
@media(max-width: 599px){
    .news .col{
        width: 100%;
    }
}
@media(max-width: 399px){
    .news-carousel .item-body,
    .news .item-body{
        padding: 25px 20px;
    }
    .news-carousel .item-title,
    .news .item-title{
        font-size: 16px;
    }
}

@media(min-width: 768px){
    .news-slider-scrollbar{
        display: none;
    }
}
/* /. news */


/* catalog-slider */
.catalog-slider .swiper-slide{
    height: auto;
}
.catalog-slider .item{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
    border-radius: 5px;
    background: rgba(255, 255, 255, .2);
}
.catalog-slider .item-img{
    position: relative;
    top: -1px;
    left: -1px;
    right: -1px;
    width: calc(100% + 2px);
    overflow: hidden;
    border-radius: 5px;
}
.catalog-slider .item-img img{
    width: 100%;
    transition: all ease-out 600ms;
}
.catalog-slider .item-body{
    padding: 35px;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.catalog-slider .item-title{
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 30px;
    transition: all ease-out 300ms;
}
.catalog-slider .item:hover{
    border-color: color-mix(in srgb, var(--accent-color1) 30%, transparent);
}
.catalog-slider .item:hover .item-img img{
    transform: scale(1.05);
}
.catalog-slider .item:hover .item-title{
    color: var(--accent-color1);
}

@media(max-width: 991px){
    .catalog-slider .item-body{
        padding: 30px 25px;
    }
    .catalog-slider .item-title{
        font-size: 18px;
    }
}
@media(max-width: 399px){
    .catalog-slider .item-body{
        padding: 25px 20px;
    }
    .catalog-slider .item-title{
        font-size: 16px;
    }
}

@media(min-width: 768px){
    .catalog-scrollbar{
        display: none;
    }
}
/* /. catalog-slider */


/* about-slider-section */
.about-slider-main .swiper-slide{
    position: relative;
    height: auto;
}

.about-slider-main .slide-bg{
    height: 100%;
    background: linear-gradient(90deg, #181818 0%, #272728 25%, #383838 40%, #414141 60%, #3d3c3c 75%, #181818 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.about-features-section .about-slider-main .slide-bg::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 2;
    background: url("data:image/svg+xml;utf8,\
      <svg xmlns='http://www.w3.org/2000/svg'>\
      <filter id='noise'>\
      <feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/>\
      </filter>\
      <rect width='100%' height='100%' filter='url(%23noise)'/>\
      </svg>");
    opacity: 0.05;
}
.about-slider-main .slide-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.2);
    transition: transform 18s ease;
}
.about-slider-main .swiper-slide-active .slide-bg img{
    transform: scale(1);
}
.about-slider-main .slide-content{
    color: #fff;
    position: relative;
    z-index: 10;
    opacity:0;
    transition: all 1s ease;
}
.about-slider-main .swiper-slide-active .slide-content{
    opacity:1;
}
.about-slider-main .container{
    padding: 125px 15px 165px;
    min-height: 100vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 20px;
}
.about-features-section .about-slider-main .container{
    padding-bottom: 125px;
}
.about-slider-main .slide-content-header{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.about-slider-main .slide-content-header .col1{
    width: 60%;
}
.about-slider-main .slide-content-header .col2{
    width: 35%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}
.about-slider-main .slide-content-header + .slide-content-body{
    padding-top: 60px;
}
.about-slider-main h2{
    font-size: 36px;
    line-height: 1.2;
}
.about-slider-main h2.star_before{
    font-size: 24px;
}
.about-slider-main .slide-content1 .slide-content-header .col1 h2{
    font-size: 70px;
    line-height: 1.3;
    margin-bottom: 0;
    color: var(--accent-color1);
}
.about-slider-main .slide-content3 .slide-content-header + .slide-content-body{
    padding-top: 0;
}
.about-slider-main .slide-content3 .slide-content-body-row .col1{
    margin-bottom: 60px;
    width: 480px;
    max-width: 100%;
}
.about-slider-main .item-tags{
    margin-bottom: 30px;
}
.about-slider-main .item-tags span{
    display: inline-flex;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    margin-right: 5px;
    margin-bottom: 10px;
    border-radius: 4px;
    height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    background: var(--accent-color1);
}
.about-slider-main .p_last{
    padding-right: 55px;
    display: inline-block;
    position: relative;
}
.about-slider-main .p_last::after{
    content:"";
    height: 1px;
    width: 41px;
    position: absolute;
    right: 0;
    bottom: 7px;
    background: #fff;
}
.line_before p{
    padding-left: 55px;
    position: relative;
}
.line_before p::before{
    content:"";
    height: 1px;
    width: 41px;
    position: absolute;
    left: 0;
    top: 10px;
    background: #fff;
}
.about-slider-main .slide-content-body{
    flex: 1 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.about-slider-main .slide-content-body-row{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.about-slider-main .slide-content-body-row .col1{
    width: 55%;
}
.about-slider-main .slide-content-body-row .col2{
    width: 35%;
}
.about-slider-main .slide-content-body-row .col2 .item-title{
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
}
.about-slider-main .slide-content-body-row .col2 .item-title:before{
    content: "*";
    font-size: 48px;
    line-height: 1;
    position: absolute;
    top: 4px;
    left: -45px;
    font-weight: 400;
}

.about-slider-main .slide-content-footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
    font-size: 18px;
}
.about-slider-main .slide-content-footer-inner{
    width: 600px;
    max-width: 100%;
}
.about-slider-main .slide-content-footer-title{
    font-size: 38px;
    line-height: 1.3;
    margin-bottom: 30px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
}

.about-nav-wrapper{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
    z-index: 20;
    color: #fff;
}

.about-nav-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 8px;
}

.about-nav{
    width: calc(100% - 70px);
}

/* стрелки */

.about-nav-wrapper .carousel-nav-btn{
    width: 25px;
    height: 18px;
    opacity: 0.4;
    position: relative;
    top: -8px;
    transition: opacity 300ms ease;
}

.about-nav-wrapper .carousel-nav-btn:not(.swiper-button-disabled){
    cursor: pointer;
    opacity: 1;
}

.about-nav-wrapper .carousel-nav-btn path{
    transition: stroke 300ms ease;
}

.about-nav-wrapper .carousel-nav-btn:not(.swiper-button-disabled):hover path{
    stroke: var(--accent-color1);
}

/* nav item */

.about-nav-wrapper .item-inner{
    padding: 25px 0 0;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
}

/* серая линия */

.about-nav-wrapper .item-inner::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    height:2px;
    width:100%;
    background:rgba(255,255,255,0.4);
}

/* прогресс */

.about-nav-wrapper .item-inner::after{
    content:"";
    position:absolute;
    left:0;
    top:0;
    height: 0;
    width:var(--progress-width,0%);
    background:var(--accent-color1);
}
.about-nav-wrapper .swiper-slide-thumb-active .item-inner::after{
    height: 2px;
}
.about-nav-wrapper .about-nav2 .swiper-slide-thumb-active .item-inner::after{
    width: 100%;
}
/* слайды */

.about-nav-wrapper .swiper-slide{
    opacity:0.4;
    padding:0 20px;
    cursor:pointer;
    transition:opacity 300ms ease;
}

.about-nav-wrapper .swiper-slide:hover{
    opacity:0.8;
}

.about-nav-wrapper .swiper-slide.swiper-slide-thumb-active{
    opacity:1;
    color:var(--accent-color1);
}

.about-nav-wrapper .item-inner::after{
    width: var(--progress-width,0%);
}

@media(max-width: 1459px){
    .about-slider-main .container{
        padding-top: 8vw;
    }
    .about-features-section .about-slider-main .container{
        padding-bottom: 8vw;
    }
}
@media(max-width: 991px){
    .about-slider-main .slide-content-header .col1{
        width: 100%;
    }
    .about-slider-main .slide-content-header .col2{
        width: 100%;
    }
    .about-slider-main .slide-content-body-row .col1{
        width: 50%;
    }
    .about-slider-main .slide-content-body-row .col2{
        width: 50%;
    }
    .about-slider-main .slide-content-body-row .col2 .item-title{
        font-size: 36px;
    }
    .about-slider-main .slide-content3 .slide-content-body-row .col1{
        margin-bottom: 40px;
        width: 100%;
        padding-left: 55px;
    }
    .about-slider-main .slide-content3 .slide-content-footer-inner{
        width: 100%;
        padding-left: 55px;
    }
    .about-slider-main .slide-content1 .slide-content-header .col1 h2{
        font-size: 60px;
    }
}
@media(max-width: 767px){
    .about-slider-main .container{
        padding-top: 60px;
    }
    .about-features-section .about-slider-main .container{
        padding-bottom: 60px;
    }
    .about-slider-main .slide-content-body-row .col2{
        width: 100%;
    }
    .about-slider-main .slide-content-footer-inner{
        width: 100%;
    }
    .about-slider-main .slide-content-header + .slide-content-body{
        padding-top: 40px;
    }
    .about-slider-main .slide-content-body-row .col1{
        width: 100%;
    }
    .about-slider-main .slide-content1 .slide-content-header .col1 h2{
        font-size: 50px;
    }
    .about-slider-main .item-tags span {
        font-size: 13px;
        height: 42px;
        padding: 0 12px;
    }
    .about-slider-main h2{
        font-size: 30px;
    }
    .about-slider-main h2.star_before{
        font-size: 22px;
    }
}
@media(max-width: 499px){
    .about-nav-wrapper .item-inner{
        font-size: 14px;
        padding-top: 20px;
    }
    .about-slider-main .slide-content1 .slide-content-header .col1 h2{
        font-size: 40px;
    }
    .about-slider-main .slide-content-body-row .col2 .item-title{
        font-size: 26px;
        line-height: 1.3;
    }
    .about-slider-main .slide-content-footer-title{
        font-size: 26px;
        line-height: 1.3;
        font-weight: 400;
    }
    .about-slider-main .item-tags span {
        font-size: 10px;
        height: 36px;
        padding: 0 10px;
    }
    .about-slider-main .slide-content-header .col2,
    .about-slider-main .container,
    .about-slider-main .slide-content-footer{
        font-size: 15px;
    }
    .about-slider-main .slide-content-header + .slide-content-body{
        padding-top: 0;
    }
    .about-slider-main .slide-content3 .slide-content-footer *,
    .about-slider-main .slide-content3 .slide-content-body *{
        font-size: 15px;
    }
    .about-slider-main h2{
        font-size: 24px;
    }
    .about-slider-main h2.star_before{
        font-size: 18px;
    }
    .about-slider-main .line_before p {
        padding-left: 35px;
        font-size: 13px;
    }
    .about-slider-main .line_before p::before{
        width: 30px;
    }
    .about-slider-main .slide-content3 .slide-content-body-row .col1,
    .about-slider-main .slide-content3 .slide-content-footer-inner{
        padding-left: 35px;
    }
    h2.star_before{
        padding-left: 32px;
    }
}
/* /. about-slider-section */

/* features */
.features{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    position: relative;
}
.features .col{
    width: 33.3333%;
    padding: 25px 50px;
    position: relative;
    z-index: 5;
    transition: all ease-out 300ms;
    cursor: default;
}
.features .item{
    font-size: 16px;
}
.features .item-icon{
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-out 300ms;
}
.features .item-title{
    line-height: 1.16;
    font-size: 27px;
    margin-bottom: 25px;
}
.features::before{
    content: "";
    width: calc(33.3333%);
    left: calc(50% - (33.3333% / 2));
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    border-left: 1px dashed rgba(255,255,255,.2);
    border-right: 1px dashed rgba(255,255,255,.2);
}
@media(min-width: 600px) and (max-width: 991px){
    .features .col{
        border-bottom: 1px dashed rgba(255,255,255,.2);
    }
    .features .col:nth-last-child(-n+2){
        border: none;
    }
}
@media(min-width: 992px){
    .features .col:hover{
        background: var(--accent-color1);
        transform: scale(1.05) !important;
        border-color: transparent;
        border-radius: 5px;
        z-index: 10;
    }
    .features .col{
        border-bottom: 1px dashed rgba(255,255,255,.2);
    }
    .features .col:nth-last-child(-n+3){
        border: none;
    }
}
@media(max-width: 1199px){
    .features{
        margin-top: 10px;
    }
    .features .col{
        padding: 25px;
    }
    .features .item-icon{
        margin-bottom: 20px;
    }
    .features .item-title{
        margin-bottom: 15px;
    }
}

@media(max-width: 991px){
    .features .col{
        width: 50%;
    }
    .features::before{
        width: 1px;
        left: 50%;
        border-right: none;
    }
}
@media(max-width: 767px){
    .features{
        margin-top: -20px;
    }
    .features .col{
        width: 100%;
        padding: 25px 0;
    }
    .features::before{
        display: none;
    }
    .features .item{
        font-size: 15px;
    }
    .features .item-header{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 25px;
        align-items: center;
    }
    .features .item-icon{
        margin-bottom: 0;
    }
    .features .item-title{
        font-size: 24px;
        width: calc(100% - 60px);
        padding-left: 20px;
        margin-bottom: 0;
    }
    .features .item-text{
        padding-left: 80px;
    }
}

@media(max-width: 399px){
    .features .item-header{
        margin-bottom: 15px;
    }
    .features .item-title{
        font-size: 20px;
        padding-left: 15px;
    }
    .features .item-text{
        padding-left: 75px;
    }
}
/* /. features */

/* stats-block */
.stats-block{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex: 1 0 auto;
}
.stats-block-header{
    width: 620px;
    max-width: 100%;
}
.stats-block-body{
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    padding: 60px 0 0;
}
.stats-block-body-row{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.stats-block-body-row .col{
    margin-bottom: 40px;
}
.stats-block-body-row .col1{
    padding-right: 50px;
}
.stats-block-body-title{
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 60px;
}
.stats-block-items{
    display: flex;
    flex-wrap: wrap;
}
.stats-block-items .item{
    width: 120px;
    height: 240px;
    margin-right: 10px;
    font-size: 12px;
    text-align: center;
    padding: 10px 0 0;
    background: rgba(255,255,255,.1);
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(0deg, color-mix(in srgb, var(--bg) 20%, transparent) 0%, color-mix(in srgb, var(--bg) 5%, transparent) 100%);
    margin-bottom: 20px;
}

.stats-block-items .item-value{
    font-weight: bold;
    font-size: 36px;
}
.stats-block-items .item-title{
    line-height: 1.2;
}
.item-stat-column{
    height: 0;
    background: var(--bg);
    margin-top: 15px;
    opacity: 0.7;
    transition: height ease-out 1500ms;
}
.swiper-slide-active .item-stat-column{
    height: calc(var(--h) * 1%);
}

@media(max-width: 768px){
    .stats-block-body-row .col1{
        padding-right: 0;
    }
    .stats-block-items .item{
        width: 90px;
        height: 200px;
        font-size: 10px;
    }

    .stats-block-items .item-value{
        font-size: 26px;
    }
}
/* /. stats-block */


.parallax-section{
    background-size:cover;
    background-repeat:no-repeat;
    background-position:50% 0;
    will-change:background-position;
}

/* steps-section */
.steps-section{
    min-height:100vh;
    color: #fff;
    background-color: #333;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
}
.steps-section::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
    background: url(../images/noise.gif);
    opacity: 0.05;
}
.steps-section::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
    background: rgba(0,0,0,0.1);
    backdrop-filter: blur(5px);
}
.steps-section .container{
    position: relative;
    z-index: 3;
}
.steps-section-header{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.steps-section-header h2{
    margin-bottom: 20px;
}
.steps-section-header .col{
    width: 45%;
}
.steps-section-header h2{
    text-transform: uppercase;
}

.steps-nav-wrapper{
    margin-bottom: 80px;
    margin-top: 40px;
}

.steps-nav-slider{
    overflow: visible;
}

.steps-nav-slider .swiper-wrapper{
    flex-wrap: wrap;
    gap: 10px;
}

.steps-nav-slider .swiper-slide{
    width: auto;
}

.step-nav-item{
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-height: 46px;
    padding: 12px 18px;
    color: #fff;
    background: rgba(255,255,255,0.1);
    border-radius: 4px;
    cursor: pointer;
    transition: all 300ms ease;
}

.step-nav-icon{
    display: inline-flex;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

.step-nav-icon img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.step-nav-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    white-space: nowrap;
    text-transform: uppercase;
}

.step-nav-arrow{
    display: inline-flex;
    color: currentColor;
}

.steps-nav-slider .swiper-slide-thumb-active .step-nav-item,
.step-nav-item.active{
    background: var(--accent-color1);
}

.steps-main-wrapper{
    position: relative;
}

.step-main-item{
    position: relative;
    min-height: 440px;
    border-radius: 5px;
    overflow: hidden;
    color: #fff;
}
.step-main-image{
    position: absolute;
    inset: 0;
    background: #333;
}
.step-main-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.step-main-content{
    position: absolute;
    left: 70px;
    bottom: 70px;
    z-index: 3;
    top: 70px;
    width: 460px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.step-main-icon{
    width: 54px;
    height: 54px;
    margin-bottom: 20px;
    border-radius: 6px;
    background: rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
}

.step-main-icon img{
    max-width: 38px;
    max-width: 100%;
}

.step-main-title{
    font-size: 34px;
    line-height: 1.2;
    margin: 0 0 25px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.step-main-text{
    font-size: 22px;
    line-height: 1.45;
    color: rgba(255,255,255,0.95);
}

.step-main-next{
    position: absolute;
    right: 70px;
    bottom: 90px;
    z-index: 3;
}

.steps-main-next-btn{
    width: 92px;
    height: 92px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.85);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 300ms ease;
}

.steps-main-next-btn:hover{
    background: rgba(255,255,255,0.08);
    transform: scale(1.05);
}

.steps-main-next-btn.swiper-button-disabled{
    opacity: 0;
    cursor: default;
}

.steps-main-slider .swiper-slide{
    opacity: 0 !important;
    transition: opacity 500ms ease;
}

.steps-main-slider .swiper-slide-active{
    opacity: 1 !important;
}

@media(max-width: 1299px){
    .steps-section-header .col1{
        width: 60%;
        padding-right: 50px;
    }
    .steps-section .section-description{
        font-size: 16px;
    }
}
@media(max-width: 991px){
    .step-main-content {
        left: 50px;
        bottom: 50px;
        top: 50px;
    }
    .steps-main-next-btn {
        width: 70px;
        height: 70px;
    }
    .step-main-next {
        right: 50px;
        bottom: 50px;
    }
    .steps-section-header .col1{
        width: 100%;
        padding-right: 0;
    }
    .steps-section-header .col2{
        width: 100%;
    }
    .step-main-text{
        font-size: 20px;
    }
}
@media(max-width: 768px){
    .steps-section .section-description{
        font-size: 14px;
    }
    .steps-nav-wrapper {
        margin-bottom: 40px;
        margin-top: 10px;
    }
    .step-main-content {
        left: 25px;
        bottom: 35px;
        top: 35px;
        right: 25px;
        width: auto;
    }
    .step-main-next {
        right: 25px;
        bottom: auto;
        top: 35px;
        z-index: 10;
    }
    .steps-main-next-btn{
        width: 56px;
        height: 56px;
    }
    .steps-nav-slider .swiper-wrapper{
        gap: 6px;
    }
    .step-nav-title{
        font-size: 11px;
        font-weight: 500;
    }
    .step-nav-item {
        gap: 6px;
        min-height: 36px;
        padding: 4px 4px 4px 6px;
    }
    .swiper-wrapper .swiper-slide:last-child .step-nav-item{
        padding-right: 16px;
    }
    .step-main-title{
        font-size: 24px;
    }
    .step-main-text{
        font-size: 18px;
    }
    .step-main-text .btn{
        width: 100%;
    }
}
/* /. steps-section */

.wow{
    opacity:0;
    transform:translateY(40px);
    transition:all .7s ease;
}

.wow.show{
    opacity:1;
    transform:none !important;
}
.fadeInUp{
    transform:translateY(40px);
}

.fadeInUp.show{
    transform:translateY(0);
}
.fadeIn{
    opacity:0;
}

.fadeIn.show{
    opacity:1;
}

.fadeInLeft{
    transform:translateX(-40px);
}

.fadeInLeft.show{
    transform:translateX(0);
}

.fadeInRight{
    transform:translateX(40px);
}

.fadeInRight.show{
    transform:translateX(0);
}

/* faq section */
.accordion{
    padding-top: 30px;
}
.accordion .item-body {
    display: none;
    padding-top: 15px;
}
.accordion .item{
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: all ease-out 300ms;
    background: rgba(255, 255, 255, .1);
}
.accordion .item-head{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
}
.accordion .item-title{
    font-size: 22px;
    font-weight: 500;
    line-height: 1.35;
    width: calc(100% - 60px);
}
.accordion .item-icon{
    width: 46px;
    height: 46px;
    background: url(../images/faq-arrow.svg) 0 0 no-repeat;
    transition: all ease-out 300ms;
}

.accordion .item:hover,
.accordion .item.active{
    background: rgba(255, 255, 255, .2);
}
.accordion .item.active .item-icon{
    transform: rotate(-90deg);
}

@media(max-width: 1099px){
    .accordion .item-title{
        font-size: 20px;
    }
    .accordion .item-body{
        padding-top: 10px;
        font-size: 16px;
        line-height: 1.3;
    }
    .accordion{
        padding-top: 10px;
    }
}
@media(max-width: 767px){
    .accordion{
        padding-top: 0;
    }
    .accordion .item{
        padding: 10px 15px;
    }
    .accordion .item-title{
        font-size: 17px;
        width: calc(100% - 45px);
    }
    .accordion .item-body{
        padding-top: 10px;
        font-size: 16px;
        line-height: 1.3;
    }
    .accordion .item-icon{
        width: 30px;
        height: 30px;
        background-size: contain;
    }
}
/* /. faq section */

/* service-intro-section */
.service-intro-grid{
    display:grid;
    grid-template-columns:440px 1fr;
    gap:22px;
}

.service-intro-card{
    background:#fff;
    border-radius:5px;
    overflow:hidden;
    border: 1px solid color-mix(in srgb, var(--accent-color1) 30%, transparent);
    padding: 8px;
    font-size: 14px;
}

.service-intro-image img{
    width:100%;
    display:block;
    border-radius: 5px;
}

.service-intro-body{
    padding:35px 25px 20px;
}

.service-intro-body ul{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin:20px 0;
}

.service-intro-body li{
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding:0 14px;
    background: color-mix(in srgb, var(--accent-color1) 10%, transparent);
    border-radius:5px;
    font-size:14px;
    font-weight: bold;
    cursor: default;
}

@media(max-width: 1199px){
    .service-intro-grid{
        grid-template-columns: 1.7fr 3fr;
    }
    .service-intro-body {
        padding: 25px 15px 10px;
    }
}
@media(max-width: 991px){
    .service-intro-grid{
        grid-template-columns: 1fr;
        gap: 30px;
    }
}
@media(max-width: 499px){
    .service-intro-body {
        padding: 15px 10px 0;
    }
    .service-intro-body h3{
        font-size: 20px;
        margin-bottom: 20px;
    }
}
/* /. service-intro-section */


/* about-features-section */

.about-features{
    display: grid;
    gap: 20px;
    grid-template-columns:repeat(2,1fr);
}
.about-features .col{
    display: grid;
    gap: 20px;
}
.about-features .item {
    padding: 70px;
    border-radius: 5px;
    background: #474747;
}
.about-features .item-title{
    font-size: 32px;
    margin-bottom: 30px;
    position: relative;
    line-height: 1.2;
    font-weight: 500;
}

@media(max-width: 1199px){
    .about-features{
        gap: 20px;
    }
    .about-features .col{
        gap: 20px;
    }
    .about-features .item{
        padding: 50px;
    }
    .about-features .item-title{
        font-size: clamp(24px, 2.66vw, 32px);
        margin-bottom: clamp(15px, 2.5vw, 30px);
    }
}
@media(max-width: 991px){
    .about-features{
        grid-template-columns: 1fr;
    }
}
@media(max-width: 767px){
    .about-features .item{
        padding: 35px;
    }
}
@media(max-width: 459px){
    .about-features .item{
        padding: 25px;
    }
}
/* /. about-features-section */

/* banner */
.banner img{
    width: 100%;
    border-radius: 5px;
}
.banner-content{
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    color: #fff;
    font-size: 20px;
}
.banner .item-title{
    width: 500px;
    max-width: 100%;
}

@media(max-width: 1199px){
    .banner-content{
        padding: 5.8vw;
    }
}
@media(max-width: 991px){
    .banner-content{
        padding: 5vw;
        font-size: 2vw;
    }
}
@media(max-width: 699px){
    .banner-content{
        font-size: 4vw;
    }
}
/* /. banner */

/* clients */
.client-item {
    height: 190px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 5px;
    background: #313131;
}

.client-item img{
    max-height: 80%;
    max-width: 70%;
}

@media(max-width: 1459px){
    .client-item{
        height: 14vw;
        padding: 1.47vw;
    }
}
@media(max-width: 767px){
    .client-item{
        height: 20vw;
        padding: 2vw;
    }
}
@media(max-width: 499px){
    .client-item{
        height: 30vw;
        padding: 3vw;
    }
}
/* /. clients */

/* team */
.team-wrapper{
    padding-top: 30px;
}
@media(min-width: 500px){
    .team .swiper-wrapper{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}
.team .item {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.team .item-img {
    position: relative;
}
.team .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.team .item-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.2) 40%,
        rgba(0, 0, 0, 0) 70%
    );
}

.team .item-content {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    color: #fff;
    z-index: 2;
    padding: 45px 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    line-height: 1.2;
}

.team .item-name {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}
.team .item-post {
    font-size: 16px;
}

.team .item:hover img {
    transform: scale(1.05);
}

.team-section .swiper{
    visibility: visible;
}

@media(max-width: 1459px){
    .team .item-content {
        padding: 3.3vw 2.6vw;
    }

    .team .item-name {
        font-size: 2.1vw;
    }
}
@media(max-width: 991px){
    .team .item-post {
        font-size: 13px;
    }
}

@media(max-width: 767px){
    .team .swiper-wrapper{
        grid-template-columns: repeat(2, 1fr);
    }
    .team .item-content {
        padding: 5vw;
    }

    .team .item-name {
        font-size: 3.5vw;
    }
}
@media(max-width: 499px){
    .team .swiper-wrapper {
        display: flex !important;   /* ОБЯЗАТЕЛЬНО */
        flex-wrap: nowrap !important; /* КРИТИЧНО */
    }

    .team .item-content {
        padding: 8vw;
    }
    .team .item-name {
        font-size: 7.5vw;
    }
    .team .item-post {
        font-size: 14px;
    }
}
/* /. team */


/* blockquote */
blockquote {
    border: 1px solid color-mix(in srgb, var(--accent-color1) 20%, transparent);
    padding: 50px 50px 20px 70px;
    border-radius: 5px;
    margin-bottom: 60px;
}

blockquote > strong {
    display: block;
    font-size: 32px;
    margin-bottom: 30px;
    position: relative;
    line-height: 1.2;
    font-weight: 500;
}
blockquote > strong::before{
    content: "*";
    line-height: 1;
    font-size: 44px;
    position: absolute;
    top: 5px;
    left: -38px;
}

blockquote p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

/* table */
.content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
    margin-bottom: 60px;
    font-size: 18px;
}

.content table thead tr{
    background: var(--accent-color1);
}
.content table thead th {
    padding: 22px 50px;
    text-align: left;
    font-weight: bold;
    color: #fff;
    background: transparent;
    font-size: 20px;
    white-space: nowrap;
}
.content table thead th:first-child {
    border-radius: 5px 0 0 5px;
}
.content table thead th:last-child {
    border-radius: 0 5px 5px 0;
}
.content table tbody tr {
    background: rgba(255, 255, 255, 0.2);
}
.content table tbody tr:nth-child(odd){
    background: rgba(255, 255, 255, 0.1);
}
.content table td {
    padding: 22px 50px;
    white-space: nowrap;
}
.content table tbody td:first-child {
    border-radius: 5px 0 0 5px;
}
.content table tbody td:last-child {
    border-radius: 0 5px 5px 0;
}

@media(max-width: 767px){
    .content table {
        border-spacing: 0 5px;
        font-size: 16px;
    }
    .content table thead th {
        padding: 15px 30px;
        font-size: 16px;
    }
    .content table td {
        padding: 15px 30px;
    }
}
@media(max-width: 499px){
    .content table {
        border-spacing: 0 3px;
        font-size: 14px;
    }
    .content table thead th {
        padding: 10px 20px;
        font-size: 14px;
    }
    .content table td {
        padding: 10px 20px;
    }
}
/* /. table */


/* info-banner */
.info-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0 50px 50px;
    margin: 60px 0 80px;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--accent-color3), var(--accent-color1));
}
.info-banner__content {
    max-width: calc(100% - 350px);
    padding-right: 50px;
    color: #fff;
    z-index: 2;
    font-size: 20px;
}
.info-banner__content h3 {
    margin: 0 0 12px;
    font-size: 24px;
}
.info-banner__content p {
    margin: 0;
    line-height: 1.6;
}
.info-banner__content p + p{
    margin-top: 20px;
}
.info-banner__image {
    width: 320px;
    position: absolute;
    right: 30px;
    bottom: 0;
    top: -30px;
    z-index: 1;
    display: flex;
    justify-content: center;
}
.info-banner__image img {
    height: 100%;
    object-fit: cover;
}

@media(max-width: 991px){
    .info-banner {
        align-items: flex-end;
        padding: 40px 0 0 40px;
    }
    .info-banner__content {
        max-width: calc(100% - 300px);
        padding-right: 40px;
        padding-bottom: 40px;
        font-size: 18px;
    }
    .info-banner__image {
        width: 300px;
        position: static;
    }
}
@media(max-width: 767px){
    .info-banner {
        padding: 40px 0 0 30px;
    }
    .info-banner__content {
        max-width: calc(100% - 250px);
        padding-right: 30px;
        padding-bottom: 40px;
        font-size: 16px;
    }
    .info-banner__image {
        width: 250px;
    }
}
@media(max-width: 599px){
    .info-banner {
        padding: 6.66vw 0 0 5vw;
    }
    .info-banner__content {
        max-width: calc(100% - 35vw);
        padding-right: 4vw;
        padding-bottom: 6.66vw;
        font-size: 3vw;
    }
    .info-banner__content h3{
        font-size: 4.5vw;
        margin-bottom: 3vw;
    }
    .info-banner__image {
        width: 35vw;
    }
    .info-banner__content p + p{
        margin-top: 3vw;
    }
}
/* /. info-banner */

/* cta section */
.cta-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 18px;
}
.cta-block__left {
    width: 650px;
    max-width: calc(100% - 430px);
    padding-right: 50px;
}
.cta-block__left.width-icon{
    display: flex;
    flex-wrap: wrap;
}
.cta-block__left.width-icon .cta-block__left-icon{
    width: 91px;
}
.cta-block__left-body{
    width: calc(100% - 91px);
    padding-left: 15px;
}

.cta-block__right {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 430px;
}
.cta-contacts{
    margin-bottom: 25px;
}
.cta-contacts__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 32px;
    color: var(--accent-color1);
    font-weight: bold;
    margin-bottom: 10px;
}
.cta-contacts__item .icon{
    width: 43px;
    padding-right: 10px;
}
.cta-contacts__item a {
    max-width: calc(100% - 43px);
    color: var(--accent-color1);
    text-decoration: none;
}
.cta-contacts__item a:hover{
    color: var(--accent-color1-hover);
}
.cta-card {
    position: relative;
    padding: 30px;
    border: 1px solid color-mix(in srgb, var(--accent-color1) 30%, transparent);
    border-radius: 5px;
    overflow: hidden;
    min-height: 250px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cta-card::before,
.cta-card::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--accent-color1) 5%, transparent);
    top: 50%;
    transform: translateY(-50%);
}

.cta-card::before {
    left: 50%;
}

.cta-card::after {
    right: 50%;
}

.cta-card__logos,
.cta-card__text {
    position: relative;
    z-index: 2;
}

.cta-card__logos {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 15px;
}

.cta-card__logos img {
    height: 40px;
}
.cta-card__logos img:nth-of-type(2){
    height: 70px;
}

.cta-card__text {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}

@media(max-width: 991px){
    .cta-block__left {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
}
@media(max-width: 599px){
    .cta-block__right {
        width: 100%;
    }
    .cta-contacts__item {
        font-size: 22px;
    }
    .cta-contacts__item .icon{
        width: 33px;
        padding-right: 8px;
    }
    .cta-contacts__item a {
        max-width: calc(100% - 33px);
    }
}

@media(max-width: 389px){
    .cta-block__left.width-icon .cta-block__left-icon{
        width: 50px;
    }
    .cta-block__left-body{
        width: calc(100% - 50px);
        padding-left: 10px;
    }
}

/* /. cta section */

/* features-num-items */
.features-num-items{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 80px;
    margin-top: 40px;
}
.features-num-items .item{
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.features-num-items .item-content{
    padding: 20px 25px 40px;
    color: #fff;
    background: rgba(0,0,0,0.7);
    font-size: 13px;
    line-height: 1.3;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    height: 100%;
    min-height: 190px;
}
.features-num-items .item-num{
    width: 80px;
    font-size: 64px;
    line-height: 1;
    text-align: right;
}
.features-num-items .item-body{
    width: calc(100% - 80px);
    padding-right: 20px;
    padding-top: 20px;
}
.features-num-items .item-title{
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 20px;
}
.features-num-items .item-img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.features-num-items .item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width: 1459px) and (min-width: 992px){
    .features-num-items .item-content{
        padding: 1.47vw 1.83vw 3vw;
        font-size: 1vw;
        min-height: 16vw;
    }
    .features-num-items .item-num{
        width: 5.88vw;
        font-size: 4.7vw;
    }
    .features-num-items .item-body{
        width: calc(100% - 5.88vw);
        padding-right: 1.47vw;
        padding-top: 1.47vw;
    }
    .features-num-items .item-title{
        margin-bottom: 0.92vw;
        font-size: 1.47vw;
    }
}
@media(max-width: 991px){
    .features-num-items{
        grid-template-columns: repeat(2, 1fr);
    }
    .features-num-items .item-content{
        padding: 2.5vw 2.5vw 5vw;
        font-size: 1.4vw;
        min-height: 23vw;
    }
    .features-num-items .item-num{
        width: 8vw;
        font-size: 6.4vw;
    }
    .features-num-items .item-body{
        width: calc(100% - 8vw);
        padding-right: 2vw;
        padding-top: 1.5vw;
    }
    .features-num-items .item-title{
        margin-bottom: 1.2vw;
        font-size: 2.2vw;
    }
}
@media(max-width: 629px){
    .features-num-items{
        grid-template-columns: 1fr;
    }
    .features-num-items .item-content{
        padding: 7vw 7vw 10vw;
        font-size: 3.8vw;
        min-height: 52vw;
    }
    .features-num-items .item-num{
        width: 10vw;
        font-size: 8vw;
    }
    .features-num-items .item-body{
        width: calc(100% - 10vw);
        padding-right: 4vw;
        padding-top: 5vw;
    }
    .features-num-items .item-title{
        margin-bottom: 3vw;
        font-size: 4.5vw;
    }
    .features-num-items .item-text{
        width: calc(100% + 14vw);
    }
}
/* /. features-num-items */


/* contacts page */
.map-wrapper{
    height: 40vw;
    max-height: 760px;
    min-height: 400px;
    position: relative;
}

.map-section .map-wrapper [class$="-ground-pane"]{
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
}

.contacts-list{
    margin-bottom: 15px;
}
.contacts-list-item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 24px;
    color: var(--accent-color1);
    font-weight: bold;
    margin-top: 25px;
    line-height: 1.2;
}
.contacts-list-item-icon{
    width: 45px;
    padding-right: 12px;
    line-height: 1;
}
.contacts-list-item-icon svg{
    height: auto;
}
.contacts-list-item-value{
    max-width: calc(100% - 45px);
    white-space: nowrap;
}
.contacts-items .soc-buttons a{
    width: 60px;
    height: 60px;
}
@media(max-width: 1199px){
    .contacts-list-item {
        font-size: clamp(16px, 2vw, 24px);
        margin-top: clamp(10px, 2vw, 20px);
    }
}

@media(max-width: 459px){
    .contacts-list-item-icon{
        width: 30px;
        padding-right: 10px;
    }
    .contacts-list-item-value{
        max-width: calc(100% - 30px);
    }
    .contacts-items .soc-buttons a{
        width: 50px;
        height: 50px;
    }
}

/* /. contacts page */


/* news page*/
.news-page-template .main-content{
    overflow: visible;
}
.news-page-columns{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news-page-columns .main-column{
    width: calc(100% - 460px);
}
.news-page-columns .sidebar{
    width: 400px;
}
.page-img{
    margin-bottom: 30px;
}
.page-img img{
    width: 100%;
    border-radius: 4px;
}
.page-date{
    color: #777777;
    margin-bottom: 10px;
    font-size: 14px;
}
.sidebar-widget{
    margin-bottom: 40px;
}
.sidebar-widget.last{
    margin-bottom: 0;
}
.sidebar-widget.popular-posts{
    margin-top: -4px;
    position: sticky;
    top: 30px;
}
.sidebar-widget-title{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1.3;
}
.sidebar .popular-posts .item{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.sidebar .popular-posts .item-img{
    width: 150px;
}
.sidebar .popular-posts .item-img img{
    border-radius: 5px;
}
.sidebar .popular-posts .item-content{
    width: calc(100% - 150px);
    padding-left: 20px;
}
.sidebar .popular-posts .item-date{
    color: #777777;
    margin-bottom: 7px;
    font-size: 13px;
}
.sidebar .popular-posts .item-title{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    transition: all ease-out 300ms;
    color: #fff;
}
.sidebar .popular-posts .item:hover .item-title{
    color: var(--accent-color1);
}
.page-share{
    margin-top: 30px;
}
.page-share-title{
    color: #222222;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item{
    margin-top: 0;
}
.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    height: 36px !important;
    width: 36px !important;
}
.ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
    background-size: 24px 24px !important;
    background-repeat: no-repeat;
}
.content img{
    width: auto !important;
    height: auto !important;
}

@media(max-width:1299px){
    .sidebar .popular-posts .item-content {
        width: calc(100% - 170px);
        padding-left: 22px;
    }
    .sidebar .popular-posts .item-title{
        font-size: 16px;
    }
    .sidebar .popular-posts .item{
        margin-bottom: 25px;
    }
    .news-page-columns .sidebar {
        width: 450px;
    }
    .news-page-columns .main-column {
        width: calc(100% - 490px);
    }
    .content:not(.f20) p {
        font-size: 15px;
    }
    .content.f20 p {
        font-size: 18px;
    }
}
@media(max-width:1199px){
    .sidebar .popular-posts .item-img {
        width: 150px;
    }
    .sidebar .popular-posts .item-content {
        width: calc(100% - 150px);
        padding-left: 20px;
    }
    .sidebar .popular-posts .item-title{
        font-size: 15px;
    }
    .sidebar .popular-posts .item-date{
        font-size: 13px;
    }
    .news-page-columns .sidebar {
        width: 370px;
    }
    .news-page-columns .main-column {
        width: calc(100% - 400px);
    }
    .sidebar-widget-title{
        font-size: 22px;
    }
}
@media(max-width:991px){
    .news-page-columns .main-column{
        width: 100%;
        margin-bottom: 80px;
    }
    .news-page-columns .sidebar{
        width: 100%;
    }
    .sidebar .popular-posts .item-title{
        font-size: 18px;
    }
    .content.f20 p {
        font-size: 16px;
    }
}
@media(max-width:767px){
    .sidebar-widget-title{
        font-size: 18px;
    }
    .sidebar .popular-posts .item-img {
        width: 100px;
    }
    .sidebar .popular-posts .item-content {
        width: calc(100% - 100px);
        padding-left: 15px;
    }
    .sidebar .popular-posts .item-date{
        font-size: 12px;
        margin-bottom: 4px;
    }
    .sidebar .popular-posts .item-title {
        font-size: 14px;
    }
} 
/* /. news page*/
.through-section{
    padding-bottom: 0;
}
.through-section .section{
    padding-top: 0;
    padding-bottom: 0;
}


/* certificates-gallery */
.certificates-gallery{
    margin-left: -8px;
    margin-right: -8px;
    display: flex;
    flex-wrap: wrap;
}
.certificates-gallery .col{
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
    width: 25%;
}
.certificates-gallery .item{
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--accent-color1) 30%, transparent);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.certificates-gallery .item img{
    width: 100%;
}
.certificates-gallery .col{
    padding-top: 2px;
    padding-bottom: 2px;
}
.certificates-carousel > div:not(:first-of-type){
    display: none;
}
.certificates-carousel .slick-track {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.certificates-carousel .slick-slide {
    height: inherit;
}
.certificates-gallery .item:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: color-mix(in srgb, var(--accent-color1) 30%, transparent);
    opacity: 0;
    transition: all ease 300ms;
}
.certificates-gallery .item:before{
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    background: url(../images/plus.svg);
    z-index: 2;
    opacity: 0;
    transition: all ease 300ms;
    transform: scale(0);
}
.certificates-gallery .item:hover:after{
    opacity: 1;
}
.certificates-gallery .item:hover:before{
    opacity: 1;
    transform: scale(1);
}
.certificates-gallery .item:hover{
    border-color: transparent;
}
@media(max-width:991px){
    .certificates-gallery .col{
        width: 33.33333%;
    }
    .certificates-gallery{
        margin-left: -10px;
        margin-right: -10px;
    }
    .certificates-gallery .col{
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
}
@media(max-width:767px){
    .certificates-gallery .col{
        width: 50%;
    }
    .certificates-gallery .item{
        padding: 5px;
    }
}
@media(max-width:599px){
    .certificates-gallery{
        margin-left: -5px;
        margin-right: -5px;
    }
    .certificates-gallery .col{
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
}
/* /. certificates-gallery */ 


/* docs */
.docs-list{
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.docs-list .col{
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
}
.docs-list .item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 17px 22px;
    border: 1px solid color-mix(in srgb, var(--accent-color1) 30%, transparent);
    border-radius: 10px;
    background: #fff;
}
.docs-list .item .download-icon{
    width: 12px;
}
.docs-list .item .item-inner{
    width: calc(100% - 12px);
    padding-right: 22px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.docs-list .item .item-inner .doc-icon{
    width: 40px;
}
.docs-list .item .item-inner .doc-content{
    width: calc(100% - 40px);
    padding-left: 22px;
}
.doc-content .file{
    color:#000;
    display: inline-block;
    margin-bottom: 5px;
    text-decoration: none;
    transition: all ease-out 300ms;
}
.docs-list .item .doc-size{
    font-size: 13px;
    color: #818181;
}
.docs-list .download-icon path{
    transition: all 200ms ease-out;
}
.doc-icon{
    background-image:url(../images/docs.svg);
    width: 40px;
    height: 40px;
    background-position: 0 -84px;
}
.doc-icon.pdf{
    background-position: 0 0;
}
.doc-icon.docx,
.doc-icon.doc{
    background-position: -42px 0;
}
.doc-icon.xls,
.doc-icon.xl{
    background-position: -84px 0;
}
.doc-icon.rtf{
    background-position: 0 -42px;
}
.doc-icon.tiff{
    background-position: -84px -42px;
}
.doc-icon.txt {
    background-position: -42px -84px;
}
.doc-icon.bmp {
    background-position: -42px -126px;
}
.doc-icon.ppt {
    background-position: -84px -126px;
}

.docs-list .item:hover{
    border-color: var(--accent-color1);
}
.docs-list .item:hover .file{
    color: var(--accent-color1);
}
.docs-list .item:hover .download-icon path{
    fill: var(--accent-color1);
}

@media(max-width: 991px){
    .docs-list .col{
        width: 100%;
    }
}
@media(max-width: 767px){
    .docs-list .item{
        font-size: 14px;
        padding: 15px;
    }
}
@media(max-width: 429px){
    .docs-list .item{
        font-size: 13px;
        padding: 12px;
    }
}
/* /. docs */

/* gallery */
.gallery{
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
}
.gallery .col{
    width: 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.gallery .item{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}
.gallery .item img{
    width: 100%;
}
.gallery .item:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: ease-out all 300ms;
}
.gallery .item:after{
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    background: url(../images/plus.svg) 0 0 no-repeat;
    background-size: contain;
    opacity: 0;
    transition: ease-out all 300ms;
    transform: scale(0);
}
.gallery .item:hover:before{
    opacity: 1;
}
.gallery .item:hover:after{
    opacity: 1;
    transform: scale(1);
}

@media(max-width: 699px){
    .gallery .col{
        width: 50%;
    }
}
@media(max-width: 599px){
    .gallery{
        margin-left: -8px;
        margin-right: -8px;
    }
    .gallery .col{
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 16px;
    }
}
/* /. gallery */


.iti--fullscreen-popup.iti--container{
    z-index: 99999;
}

/* marquee-section */

.marquee-section {
    width: 110%;
    margin-left: -5%;
    overflow: hidden;
    transform: rotate(-2deg);
    transform-origin: center;
}
.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.marquee + .marquee {
    margin-top: 24px;
}
.marquee-track {
    display: inline-flex;
    width: max-content;
    animation-duration: 38s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.marquee span {
    display: inline-block;
    padding-right: 48px;
    font-size: clamp(36px, 6vw, 80px);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,0.42);
    text-stroke: 1px rgba(255,255,255,0.42);
}

.marquee-left .marquee-track {
    animation-name: marqueeLeft;
}

.marquee-right .marquee-track {
    animation-name: marqueeRight;
}

.marquee-right span {
    color: #fff;
    -webkit-text-stroke: 0;
    text-stroke: 0;
}

@keyframes marqueeLeft {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@keyframes marqueeRight {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0);
    }
}


/* /. marquee-section */


/* cases */
.cases-section-columns{
    display: flex;
    flex-wrap: wrap;
}
.cases-section-columns .col1 {
    width: 50%;
    padding-right: 15px;
}
.cases-section-columns .col2{
    width: 50%;
    padding-left: 15px;
}
.cases-section-content{
    position: sticky;
    top: 60px;
}
.cases .item + .item{
    margin-top: 90px;
}
.cases .item-img{
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 5px;
}
.cases .item-img img{
    width: 100%;
    object-fit: cover;
}
.cases{
    position: relative;
}

@media(min-width: 992px){
    .cases-section.mod1 .cases-section-columns .col1{
        display: none;
    }
    .cases-section.mod1 .cases-section-columns .col2{
        width: 100%;
        padding-left: 0;
    }
    .cases-section.mod1 .swiper-wrapper{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .cases-section.mod1 .swiper-wrapper .item{
        width: calc(50% - 15px);
        margin-bottom: 90px;
    }
    .cases-section.mod1 .cases .item + .item{
        margin-top: 0;
    }
}

@media(min-width: 992px){
    .cases-section-columns .swiper{
        visibility: visible;
    }
    .cases-section-columns .swiper-wrapper{
        display: block;
        transform: none;
    }
}

@media(max-width: 991px){
    .cases-section{
        overflow: hidden;
    }
    .cases-section-columns .col1{
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .cases-section-columns .col2{
        width: 100%;
        padding-left: 0;
    }
    .cases-section .section-more-wrapper {
        display: none;
    }
    .cases .item + .item{
        margin-top: 0;
    }
    .cases-section.mod1{
        padding-bottom: 70px;
    }
}
/* /. cases */

/* twentytwenty */
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: var(--accent-color1);
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: var(--accent-color1);
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid var(--accent-color1);
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 var(--accent-color1), 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 var(--accent-color1), 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 var(--accent-color1), 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 var(--accent-color1), 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 var(--accent-color1), 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 var(--accent-color1), 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 var(--accent-color1), 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 var(--accent-color1), 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 var(--accent-color1), 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 var(--accent-color1), 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 var(--accent-color1), 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 var(--accent-color1), 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid var(--accent-color1);
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid var(--accent-color1);
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid var(--accent-color1);
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid var(--accent-color1);
  bottom: 50%;
  margin-bottom: -17px;
}

.twentytwenty-items{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.twentytwenty-items .col{
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.twentytwenty-items .item{
    border-radius: 30px;
    overflow: hidden;
}
.twentytwenty-items .item img{
    width: 100%;
    opacity: 0;
}
.twentytwenty-item > img:last-of-type{
    display: none;
}
.twentytwenty-item.twentytwenty-container img{
    opacity: 1;
}
.twentytwenty-item.twentytwenty-container > img:last-of-type{
    display: block;
}

@media(max-width: 1559px){
    .twentytwenty-items{
        margin-left: -8px;
        margin-right: -8px;
    }
    .twentytwenty-items .col{
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 16px;
    }
}
@media(max-width: 699px){
    .twentytwenty-items .col{
        width: 100%;
    }
}
/* /. twentytwenty */

.item-text-wrap {
    position: relative;
}

.item-text {
    transition: all 0.3s ease;
}

.case-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    cursor: pointer;
    user-select: none;
}

.case-more .more-arrow {
    display: inline-flex;
    transition: transform 0.3s ease;
}

.case-more.is-open .more-arrow {
    transform: rotate(-90deg);
}

/* about-section */
.about-section-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-section-inner .btn{
    margin-bottom: 20px;
}
.about-section-inner .content-block{
    width: calc(100% - 700px);
    padding-right: 50px;
}
.about-section-inner .content-block.full-width{
    padding-right: 0;
    width: 100%;
}
.about-section-inner .img-block{
    width: 700px;
    display: inline-flex;
    justify-content: flex-end;
    
}
.about-section-inner .img-block-inner{
    position: relative;
    padding-bottom: 160px;
}
.about-section-inner .img-block .img1{
    width: 520px;
    height: 470px;
    max-width: 100%;
    position: sticky;
    top: 30px;
}
.about-section-inner .img-block img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.about-section-inner .img-block-inner{
    position: relative;
    padding-bottom: 160px;
}

.about-section-inner .img-block.img-block-single .img-block-inner{
    width: 100%;
    padding-bottom: 0;
}
.about-section-inner .img-block.img-block-single .img1{
    width: 100%;
    height: auto;
}
.about-section-inner .img-block.img-block-single .img1 img{
    border-radius: 10px;
    filter: grayScale(80%);
}

@media(max-width:1559px){
    .about-section-inner .content-block{
        width: calc(100% - 560px);
        padding-right: 30px;
    }
    .about-section-inner .img-block{
        width: 560px;
    }
    .about-section-inner .img-block .img1{
        width: 460px;
        height: 400px;
    }
    .about-section-inner .img-block .img2{
        width: 280px;
        height: 340px;
        border: 14px solid #fff;
        right: 60%;
    }
}
@media(max-width:1229px){
    .about-section-inner .content-block{
        width: calc(100% - 470px);
    }
    .about-section-inner .img-block{
        width: 470px;
    }
    .about-section-inner .img-block .img1{
        width: 400px;
        height: 400px;
    }
    .about-section-inner .img-block .img2{
        width: 250px;
        height: 300px;
        border: 10px solid #fff;
        right: 55%;
    }
}
@media(max-width:991px){
    .about-section-inner .content-block{
        width: 100%;
        padding-right: 0;
        order: 2;
        padding-top: 40px;
    }
    .about-section-inner .img-block{
        width: 700px;
    }
    .about-section-inner .img-block-inner{
        padding-bottom: 160px;
    }
    .about-section-inner .img-block .img1{
        width: 520px;
        height: 470px;
    }
    .about-section-inner .img-block .img2{
        width: 360px;
        height: 430px;
        border: 20px solid #fff;
        right: 65%;
    }
    .about-section-inner .img-block.img-block-single{
        width: 100%;
    }
    .about-section-inner .img-block-single .img-block-inner{
        padding-bottom: 0;
    }
}
@media(max-width:767px){
    .about-section-inner .img-block{
        width: 100%;
        display: block;
    }
    .about-section-inner .img-block-inner{
        padding-bottom: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .about-section-inner .img-block .img1{
        width: 48%;
        height: 40vw;
    }
    .about-section-inner .img-block .img2{
        position: static;
        width: 48%;
        height: 40vw;
        border: none;
    }
    .about-section-inner .img-block .img1 img,
    .about-section-inner .img-block .img2 img{
        border-radius: 10px;
    }
}
/* / about-section */

/* video btn */
.about-section .video-holder{
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(50% - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.about-section .video-holder-icon{
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 100%;
}
.about-section .video-holder-icon a{
    display: block;
    height: 100%;
    position: relative;
    border-radius: 100%;
    background: var(--accent-color1);
    z-index: 5;
}
.about-section .video-holder-icon a:hover{
    background: rgba(255,2,2,1);
}
.about-section .video-holder-icon .play-icon{
    display: inline-block;
    border-left: 36px solid #fff;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -23px;
    margin-left: -12px;
    transition: all 200ms ease-out;
}
.about-section .video-holder-icon .animation-element{
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 100%;
    animation: video-section-type1-animaion 2s linear infinite;
    box-shadow: 0 0 0 5px #fff;
    transition: all 0.3s ease;
    z-index: -1;
}
@keyframes video-section-type1-animaion {
  0% {
    transform: scale(1);
    opacity: 0.0; }
  25% {
    transform: scale(1);
    opacity: .75; }
  100% {
    transform: scale(1.5);
    opacity: 0; } 
}
@media(max-width: 767px){
    /*.about-section .video-holder{
        right: 50%;
        transform: translateX(50%);
    }
    .about-section .video-holder-icon{
        width: clamp(80px, 20vw, 130px);
        height: clamp(80px, 20vw, 130px);
    }*/
    .about-section .video-holder-icon .play-icon {
        border-left-width: 4.5vw;
        border-top-width: 3vw;
        border-bottom-width: 3vw;
        margin-top: -3vw;
        margin-left: -1.5vw;
    }
}
/* /. video btn */





