/* @font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 300;
    src: local("Raleway"), 
    url('https://fonts.cdnfonts.com/s/30937/DINNeuzeitGroteskStdLight.woff') format('woff'),
    url('/wp-content/themes/slopehelper/assets/fonts/DIN/DINNeuzeitGroteskStdLight.otf') format('otf');
}
@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 700;
    src: local("Raleway"), 
    url('https://fonts.cdnfonts.com/s/30937/DINNeuzeitGroteskStdBdCond.woff') format('woff'),
    url('/wp-content/themes/slopehelper/assets/fonts/DIN/DINNeuzeitGroteskStdBdCond.otf') format('otf');
} */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap');


/*
 *
 * Common
 *
 */
* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #2D2B2D;
    background: #FEFEFE;
}
button {
    cursor: pointer;
}
.relative {
    position: relative;
}
.container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
}
.row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.col-pd{
    padding-left: 15px;
    padding-right: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
}
.visually-hidden, .visibility-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}
.list-unstyled {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}
.gap-10 {
    gap: 10px;
}
.gap-24 {
    gap: 24px;
}
.picture {
    display: block;
    line-height: 0;
    overflow: hidden;
}
.radius-8 {
    border-radius: 8px;
}

@media(min-width: 577px){
    .visible-xs{
        display: none;
    }    
}
@media(min-width: 768px){
    .visible-sm{
        display: none;
    }    
}
@media(min-width: 992px){
    .visible-md{
        display: none;
    }
}
@media(min-width: 1024px){
    .container{
        max-width: 1174px;
    }
    .visible-lg{
        display: none;
    }
}
@media(min-width: 1290px){
    .container{
        max-width: 1334px;
    }
}
/* @media(min-width: 992px) and (max-width: 1199px){
    .container{
        padding-left: 30px;
        padding-right: 30px;
    }
} */
/* @media(min-width: 768px) and (max-width: 991px){
    .container{
        padding-left: 20px;
        padding-right: 20px;
    }
} */
@media screen and (max-width: 1199px){

  .row{
    margin-left: -10px;
    margin-right: -10px;
  }
  .col-pd{
      padding-left: 10px;
      padding-right: 10px;
  }  
  .hidden-lg{
      display: none;
  }  
}
@media screen and (max-width: 991px){  
  .row{
      margin-left: -7px;
      margin-right: -7px;
  }
  .col-pd{
      padding-left: 7px;
      padding-right: 7px;
  }
  .hidden-md{
      display: none;
  } 
}
@media screen and (max-width: 767px){
  .hidden-sm{
      display: none;
  } 
}
@media screen and (max-width: 576px){
  .hidden-xs{
      display: none;
  }
  /* .row{
      margin-left: -5px;
      margin-right: -5px;
  }
  .col-pd{
      padding-left: 5px;
      padding-right: 5px;
  } */
}

/**
 *
 * Fonts
 *
 */
h1, .h1{
    font-family: "Raleway", sans-serif;
    font-size: 52px;
    font-weight: 300;
    line-height: 70px;
}
h2, .h2{
    font-family: "Raleway", sans-serif;
    font-size: 36px;
    line-height: normal;
    font-weight: 300;
    color: inherit;
}
h3, .h3 {
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 150%;
}
.h5 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
.f-din {
    font-family: "Raleway", sans-serif;
}
.capitalize {
    text-transform: capitalize;
}
.primary-color {
    color: #E96227;
}
.pt-50 {
    padding-top: 50px;
}
.pt-100{
    padding-top: 100px;
}
.pb-100{
    padding-bottom: 100px;
}

@media screen and (max-width: 1024px){
    h1, .h1{
        font-size: 36px;
    }
}

@media screen and (max-width: 767px){
    h1, .h1 {
        font-size: 28px;
    }
    h2, .h2 {
        font-size: 24px;
    }
    .pt-100 {
        padding-top: 50px;
    }
    .pb-100 {
        padding-bottom: 50px;
    }
}



/*
 *
 * Header
 *
 */
.site {
    position: relative;
    overflow: hidden;
}
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;        
    background: rgba(80, 80, 80, 0.30);
    -webkit-box-shadow: 0px 24px 154px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 24px 154px 0px rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    /* z-index: 25; */
    z-index: 999;
}
.header__top {
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.home .header__socials {
    display: flex;
    padding: 0 20px;
}
@media (max-width: 767px) {
    .home .header__socials {
        position: absolute;
        top: 100%;
        padding-top: 10px;
        left: 0;
        width: 100%;
        justify-content: center;
    }
}

.toggle-menu {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 10px;
    line-height: 0;
    background: transparent;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
	0% {box-shadow: 0 0 0 0px rgba(231, 217, 217, 50%);}
    100% {box-shadow: 0 0 0 20px rgba(231, 217, 217, 0);}
}
.toggle-menu:hover {
    background: rgba(255, 255, 255, 0.10);
}
.toggle-menu .close {
    display: none;
}
.menu-open .toggle-menu {
    border-color: rgba(255, 255, 255, 0.04);
    background: rgba(243, 243, 243, 0.35);
}
.menu-open .toggle-menu .open {
    display: none;
}
.menu-open .toggle-menu .close {
    display: block;
}
.lang {
    padding: 0;
    margin: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    list-style: none;
}

.lang-item {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.lang-item.current-lang {
    font-weight: 700;
}
.lang-item a{
    color: #ffffff;
}
@media (max-width: 380px) {
    .lang {
        gap: 9px
    }
}
.header__logo, .toggle-menu {
    z-index: 5;
}

.h-100 {
    height: 100%;
}
.navigation .menu, .navigation .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.navigation .menu {
    counter-reset: counter;
}
.navigation .menu>.menu-item,
.navigation .menu>.page_item {
    position: relative;
    font-family: "Raleway", sans-serif;
    /* font-size: 64px; */
    font-size: 57px;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    text-align: right;
    counter-increment: counter;
    padding-right: 43px;
}
.navigation .menu>.menu-item:before,
.navigation .menu>.page_item:before {
    content: "0" counter(counter);
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    color: #ffffff;
    display: block;
    width: 31px;
    position: absolute;
    right: 0;
    top: 15px;
}
.navigation .menu>.menu-item>a,
.navigation .menu>.page_item>a {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 24px;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.navigation .menu>.menu-item>a:hover,
.navigation .menu>.page_item>a:hover{
    color: #E96227;
}
.navigation .menu>.menu-item>a:after,
.navigation .menu>.page_item>a:after {
    content: '';
    background-image: url(/wp-content/themes/slopehelper/assets/images/svg/chevron-left.svg);
    background-size: contain;    
    background-repeat: no-repeat;
    width: 46px;
    height: 46px;
    display: none;
}
.navigation .menu>.menu-item.current-menu-item:before,
.navigation .menu>.menu-item.current_page_item:before,
.navigation .menu>.page_item.current-menu-item:before,
.navigation .menu>.page_item.current_page_item:before{
    color: #E96227;
}
.navigation .menu>.menu-item.current-menu-item>a,
.navigation .menu>.menu-item.current_page_item>a,
.navigation .menu>.page_item.current-menu-item>a,
.navigation .menu>.page_item.current_page_item>a {
    color: #E96227;
}
.navigation .menu>.menu-item.current-menu-item>a:after,
.navigation .menu>.menu-item.current_page_item>a:after {
    /* display: block; */
}
.menu .sub-menu {
    display: none;
}
.navigation .menu-item.current-menu-item .sub-menu,
.navigation .menu-item.current_page_item .sub-menu,
.navigation .page_item.current-menu-item .sub-menu,
.navigation .page_item.current_page_item .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.navigation .sub-menu>.menu-item,
.navigation .sub-menu>.page_item {
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-transform: none;
}
.navigation .sub-menu>.menu-item>a,
.navigation .sub-menu>.page_item>a {
    color: #E96227;
}
.navigation .menu {
    /* gap: 42px; */
    gap: 36px;
}
.navigation .sub-menu {
    gap: 12px;
}

.navigation {
    color: #ffffff;
}
.menu-overlay {
    /* position: absolute; */
    position: fixed;
    top: -58px;
    right: -58px;
    height: 58px;
    width: 58px;
    border-radius: 50%;
    background: #2D2B2D;
    background-size: cover;
    background-position: center;
    z-index: 1;
    -webkit-transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
}

.navigation__content {
    position: absolute;
    top: 107px;
    left: 0;
    opacity: 0;
    width: 0;
    height: calc(calc(var(--vh, 1vh) * 100) - 107px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    visibility: hidden;
    /* z-index: 200; */
    z-index: 999;
    -webkit-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.navigation__top {
    overflow: hidden;
    padding-top: 55px;
}
.navigation__nav {
    overflow: auto;
    height: 100%;
    margin-right: -50px;
    padding-right: 50px;
}
.navigation__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.navigation__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 56px;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}
.navigation__phone{
    color: #ffffff;
}
.menu-open {
    width: 100%;
}
/* .menu-open:not(.home) {
    position: fixed;
} */
.menu-open {
    position: fixed;
}
.home.menu-open {
    /* height: 100%;     */
}
.menu-open .menu-overlay {
  -webkit-transform: scale(1000);
      -ms-transform: scale(1000);
          transform: scale(1000);
}

.menu-open .navigation__content {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.header.white {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    background: #FFF;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.header.white .toggle-menu {
    border-color: rgba(0, 0, 0, 0.08);
}
.header.white .lang-item a {
    color: #2D2B2D;
}

@media (min-width: 1025px) {
    .header__logo img {
        height: 95px;
        width: auto;
    }
    .header__top {
        padding: 2px 0;
    }
}
@media (min-width:768px) {
    .header__content .lang {
        margin-left: auto;
    }
}
@media (max-width: 1024px) {
    .header__top {
        padding: 12px 0;
    }
    .navigation__content {
        top: 83px;
        height: calc(calc(var(--vh, 1vh) * 100) - 83px);
    }
    .navigation .menu {
        /* gap: 32px; */
    }
    .navigation .menu>.menu-item,
    .navigation .menu>.page_item {
        font-size: 42px;
    }
    .navigation .menu>.menu-item>a:after,
    .navigation .menu>.page_item>a:after {
        width: 36px;
        height: 36px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 36px;
                flex: 0 0 36px;
    }
    .navigation .menu>.menu-item>a,
    .navigation .menu>.page_item>a{
        gap: 14px;
    }
    
    .navigation .sub-menu>.menu-item,
    .navigation .sub-menu>.page_item {
        font-size: 24px;
    }
    .navigation__top {
        padding-top: 25px;
    }
    
}
@media (min-width: 768px) and (max-width:1024px) {
    .navigation__bottom {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40%;
                flex: 0 0 40%;
        max-width: 360px;
    }
}
@media (max-width: 767px) {
    .navigation__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .navigation .menu {
        /* gap: 24px; */
        gap: 20px;
        margin-right: -10px;
    }
    .navigation .menu>.menu-item,
    .navigation .menu>.page_item {
        /* font-size: 36px; */
        font-size: 30px;
        padding-left: 32px;
        padding-right: 0;
        text-align: left;
    }
    .navigation .menu>.menu-item>a,
    .navigation .menu>.page_item>a {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        gap: 10px;
    }
    .navigation .menu>.menu-item:before,
    .navigation .menu>.page_item:before {
        font-size: 20px;
        top: 5px;
        /* top: 8px; */
        left: 0;
    }
    .navigation .menu>.menu-item>a:after,
    .navigation .menu>.page_item>a:after {
        width: 24px;
        height: 24px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 24px;
                flex: 0 0 24px;
    }
    .navigation__top {
        padding-top: 11px;
        padding-bottom: 24px;
    }
    .navigation__bottom {
        text-align: center;
        margin-left: -20px;
        margin-right: -20px;
        padding: 18px;
        border-top: 1px solid rgba(248, 248, 248, 0.20);
    }
    .navigation__info {
        /* gap: 12px; */
        gap: 10px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .navigation .lang {
        position: relative;
        padding-top: 10px;
        /* padding-top: 24px; */
    }
    .navigation .lang:before {
        content: '';
        width: 36px;
        height: 1px;
        background: #F8F8F8;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    .navigation__content {
        top: 74px;
        height: calc(calc(var(--vh, 1vh) * 100) - 74px);
        border-color: transparent;
    }
    .navigation .sub-menu>.menu-item,
    .navigation .sub-menu>.page_item {
        font-size: 18px;
        padding-left: 15px;
    }

    .toggle-menu {
        width: 44px;
        height: 44px;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-color: transparent;
    }
    .menu-open .toggle-menu {
        border-color: rgba(248, 248, 248, 0.50);
        background: transparent;
    }
    .toggle-menu .close {
        width: 24px;
        height: 24px;
    }
    .toggle-menu .close path {
        stroke: #fff;
    }   
}

@media (min-width:768px) and (max-height: 1050px) {
    .navigation__top {
        padding-top: 40px;
    }
    .navigation .menu {
        gap: 24px;
    }
    .navigation .menu>.menu-item,
    .navigation .menu>.page_item {
        font-size: 48px;
    }    
}
/* @media (min-width:768px) and (max-height: 900px) { */
@media (max-height: 900px) {
    .navigation__top {
        padding-top: 25px;
    }
    .navigation .menu {
        gap: 24px;
    }
    .navigation .menu>.menu-item,
    .navigation .menu>.page_item {
        font-size: 40px;
    }    
}
/* @media (min-width:768px) and (max-height: 750px) { */
@media (max-height: 750px) {
    .navigation .menu {
        gap: 20px;
    }
    .navigation .menu>.menu-item,
    .navigation .menu>.page_item {
        font-size: 30px;
    }  
    .navigation .menu>.menu-item:before,
    .navigation .menu>.page_item:before {
        font-size: 18px;
        top: 8px;
    }  
}
/* @media (min-width:768px) and (max-height: 590px) */
@media (max-height: 650px) {
    .navigation .menu {
        gap: 18px;
    }
    .navigation .menu>.menu-item,
    .navigation .menu>.page_item {
        font-size: 22px;
    }  
    .navigation .menu>.menu-item:before,
    .navigation .menu>.page_item:before {
        font-size: 14px;
        top: 5px;
    }  
}
@media (max-height: 550px) {
    .navigation .menu {
        gap: 10px;
    }
}


/*
 *
 * Footer
 *
 */
/* .footer {
    padding: 24px 0;
    background: #F5F5F5;
}
.footer__content {
    gap: 86px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.footer__nav {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
.footer__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 300;
}
.footer__nav ul.sub-menu {
    display: none;
}
.footer__nav a {
    color: #2D2B2D;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
}
.footer__nav a:hover {
    color: #E96227;
}
.footer__bottom {
    margin-top: 30px;
}
.socials{
    list-style: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    gap: 8px;
}
.socials__link {
    line-height: 0;
    background: #E96227;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.socials__link svg {
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
}
.socials__link:hover svg {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.privacy-link {
    color: inherit;
    font-size: 14px;
}
.privacy-link:hover {
    text-decoration: underline;
}
@media (max-width: 1300px) {
    .footer__content {
        gap: 24px;
    }
}
@media (min-width:768px) and (max-width: 1200px) {
    .footer .copyright {
        width: 100%;
        text-align: center;
    }
}
@media (max-width:1024px) {
    .footer__nav {
        display: none;
    }
}
@media (max-width:440px) {
    .footer__content {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
} */


/*
 *
 * Buttons
 *
 */
.btn {
    padding: 16px;
    gap: 9px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 8px;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    -webkit-transition: all linear 300ms;
    -o-transition: all linear 300ms;
    transition: all linear 300ms;
}
.btn-orange {
    background-color: #E96227;
    color: #ffffff;
}
.btn-orange:hover {
    background-color: #2D2B2D;
}
.btn-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    color: #E96227;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    -webkit-transition: all linear 300ms;
    -o-transition: all linear 300ms;
    transition: all linear 300ms;
}
.btn-link:hover {
    gap: 18px;
}
.btn-back {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 0;
    padding: 12px;
    border-radius: 50%;
    background: #F8F8F8;
    border:none;
    margin-top: 26px;
    -webkit-transition: all linear 300ms;
    -o-transition: all linear 300ms;
    transition: all linear 300ms;
}
.btn-back:hover{
    background-color: #E96227;
}
.header .btn-back {
    margin-top: 0;
    margin-left: 30px;
}
.home .header .btn-back {
    display: none;
}
.header:not(.white) .btn-back {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.35);
}
.header:not(.white) .btn-back:hover {
    background-color: rgba(255, 255, 255, 0.35);
}

body:not(.single-specifications) .btn-back{
    /* display: none; */
}
.btn-small {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 8px;
    border: 2px solid rgba(0, 0, 0, 0.08);
    color: #2D2B2D;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    -webkit-transition: all linear 300ms;
    -o-transition: all linear 300ms;
    transition: all linear 300ms;
}
.btn-small:hover{
    border-color: #E96227;
}




/**
 *
 * Breadcrumbs
 *
 */
.breadcrumbs {
    margin: 0;    
    list-style: none;
}
.breadcrumbs li{
  display: inline;
  vertical-align: middle;
  position: relative;
}
.breadcrumbs li:not(:last-child):after{
  content: ' / ';
  vertical-align: middle;
}
.breadcrumbs li a{
  color: inherit;
}


/**
 *
 * Pagination
 *
 */
.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
    border-top: 1px solid #EAECF0;
    margin-top: 50px;
    margin-bottom: 50px;
}
.page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
        color: rgba(45, 43, 45, 0.60);
}
.page-numbers.prev, .page-numbers.next {
    width: auto;
    min-width: 40px;
    gap: 8px;
    color: #2D2B2D;
}
.page-numbers:hover {
    color: #E96227;
}
.page-numbers.prev {
    margin-right: auto;
    padding-right: 16px;
}
.page-numbers.next{
    margin-left: auto;
    padding-left: 16px;
}
.placeholder-prevnext {
    opacity: .5;
    pointer-events: none;
}
.page-numbers.current {
    border-radius: 8px;
    color: #E96227;
    background: rgba(233, 98, 39, 0.10);
}
@media (max-width:767px) {
    .nav-links {
        padding-top: 16px;
        margin-top: 16px;
    }
    .page-numbers.prev, .page-numbers.next {
        font-size: 0;
    }
}

/*
 * Home Page
 *
 */
.cover-section {
    height: 100vh;
    height: calc(calc(var(--vh, 1vh) * 100));
    overflow: hidden;
    position: relative;
}
.subtitle{
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    text-transform: capitalize;
}
.subtitle2 {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.title {
    font-family: "Raleway", sans-serif;
    font-size: 52px;
    font-weight: 300;
    line-height: 70px;
    text-transform: uppercase;
}
.title2 {
    font-family: "Raleway", sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1025px) {
    .home .video-js .vjs-overlay .ov2{
        padding-top: 60px;
    }
    .home .video-js .vjs-overlay .ov2 .title{
        font-size: 46px;
        line-height: 1.2;
    }
}
@media (max-width: 1024px) {
    .title {
        font-size: 42px;
        line-height: 60px;
    }
    .title2 {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .title {
        font-size: 36px;
        line-height: 50px;
    }
    .title2 {
        font-size: 20px;
    }
}
@media (max-width: 390px) {
    .title {
        line-height: 1.2;
    }
}


.video-js .step-list {
    font-family: "Raleway", sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    counter-reset: counter;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.step-list li {
    counter-increment: counter;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    text-align: left;
    -ms-flex-line-pack: justify;
        align-content: space-between;
}
.step-list li:before {
    content: counter(counter);
    width: 44px;
    min-width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ED783A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    font-size: 0.8em;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}
.step-list li:nth-child(1):before {
    background-image: url(/wp-content/themes/slopehelper/assets/images/svg/number-1.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
}
.step-list li:nth-child(2):before {
    background-image: url(/wp-content/themes/slopehelper/assets/images/svg/number-2.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    
}
.step-list li:nth-child(3):before {
    background-image: url(/wp-content/themes/slopehelper/assets/images/svg/number-3.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
}
.ov2__wrap {
    text-align: center;
}




.video-content.gap-60 {
    gap: 60px;
}
@media (min-width: 1025px) {
    .ov2__wrap .step-list {
        position: absolute;
        width: 100%;
        height: 100%;
        -ms-flex-line-pack: justify;
            align-content: space-between;
    }
    .ov2__wrap .step-list li {
        margin-top: 6%;
    }
    .ov2__wrap .step-list li:last-child {
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .ov2__img {
        max-width: 46vh;
        margin-bottom: 60px;
    }
}
@media (min-width: 1025px) {
    html:not([lang="en-US"]) .vjs-overlay .ov2 li:first-child, 
    html:not([lang="en-US"]) .vjs-overlay .ov2 li:nth-child(2) {
        max-width: 30%;
    }
    html:not([lang="en-US"]) .ov3 li {
        width: 30%;
    }
}
@media (max-width: 1309px) {
    .video-js .step-list {
        font-size: 30px;
    }
}
@media (max-width: 1210px) {
    html[lang="de-DE"] .video-js .step-list {
        font-size: 26px;
    }
}
@media (max-width: 1024px) {
    .video-js .step-list {
        font-size: 32px;
    }
    .ov2__img {
        max-width: 34vh;
    }
    .video-content.gap-60 {
        gap: 30px;
    }
    .video-js .step-list {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 20px;
        margin-bottom: 20px;
    }
    .step-list li {
        width: 60%;
    }
    .step-list li br {
        display: none;
    }
}
@media (max-width: 767px){
    .video-js .step-list,
    html[lang="de-DE"] .video-js .step-list {
        font-size: 21px;
    }
    .step-list li {
        width: 100%;
    }
    .step-list li:before {
        width: 34px;
        min-width: 34px;
        height: 34px;
    }
    .step-list li:nth-child(1):before,
    .step-list li:nth-child(2):before,
    .step-list li:nth-child(3):before {
        background-size: 24px;
    }
    .ov2__img {
        max-width: 30vh;
    }
}
@media (max-width:390px) {
    .ov2__img {
        max-width: 25vh;
    }
    .video-js .step-list, html[lang="de-DE"] .video-js .step-list {
        font-size: 20px;
    }
    .step-list li:before {
        width: 27px;
        min-width: 27px;
        height: 27px;
    }
    .video-js .step-list {
        gap: 12px;
    }
    .step-list li:nth-child(1):before,
    .step-list li:nth-child(2):before,
    .step-list li:nth-child(3):before {
        background-size: 18px;
    }
}
@media (max-width: 767px) {
    .title {
        line-height: 1.2;
    }
    .step-list li {
        gap: 16px;
        align-items: center;
    }
    
}
@media (max-width:767px) and (max-height: 950px) {
    .title {
        font-size: 30px;
    }
    .video-content.full.ov2 {
        padding-top: 70px;
    }
}
@media(max-height: 660px) {
    .title {
        font-size: 27px;
    }
    .video-js .step-list, html[lang="de-DE"] .video-js .step-list {
        font-size: 18px;
        gap: 16px;
    }
    
    .step-list li:before {
        width: 20px;
        min-width: 20px;
        height: 20px;
    }
    .home .video-js .vjs-overlay {
        padding-top: 30px;
    }
    .step-list li:nth-child(1):before, .step-list li:nth-child(2):before, .step-list li:nth-child(3):before{
            background-size: 16px;
    }
}
@media (max-width: 1024px) and (max-height: 800px) {
    .title, .home .video-js .vjs-overlay .ov2 .title {
        font-size: 20px;
    }
    .video-js .step-list, html[lang="de-DE"] .video-js .step-list {
        font-size: 16px;
    }
    .title2 {
        font-size: 16px;
    }
    .video-content.full.ov2 {
        padding-top: 70px;
    }
    .step-list li:before {
        width: 20px;
        min-width: 20px;
        height: 20px;
        background-size: 16px !important;
    }
}


.navigation-section {
    background: #2D2B2D;
}
.navigation-section .navigation__content {
    /* position: relative; */
    width: 100%;
    visibility: visible;
    opacity: 1;
    height: 100%;
    top: 0;

    z-index: 1;
}
.navigation-section .navigation__nav {
    display: flex;
}
.navigation-section .navigation .menu {
    margin-top: auto;
    margin-bottom: auto;
}





/*
 *  Page 'How it work'
 */

.how-it-work__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
    padding-right: 40px;
}
.swipe-section {
    padding: 12px;
    color: #ffffff;
    background-color: #555A4A;
}
.swipe-section__icon {
    line-height: 0;
}
.swipe-section__text {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.video-js .custom-play {
    position: relative;
    background: transparent;
    border: none;
    line-height: 0;
    padding: 0;
    font-size: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    max-width: 120px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: rgb(255 255 255 / 35%);
    margin-left: auto;
    margin-right: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0px 0px 80px #646464;
            box-shadow: 0px 0px 80px #646464;
    -webkit-transition: all linear 300ms;
    -o-transition: all linear 300ms;
    transition: all linear 300ms;
    cursor: pointer;
}
.video-js .custom-play:after {
    content: '';
    background-image: url(/wp-content/themes/slopehelper/assets/images/svg/play-Blur.svg);
    background-size: contain;
    width: 542px;
    height: 527px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;

    pointer-events: none;
}
.custom-play:before {
    content: '';
    width: 33px;
    height: 33px;
    display: block;
    background-image: url(/wp-content/themes/slopehelper/assets/images/svg/player-pause.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.video-js.vjs-paused .custom-play:before{
    background-image: url(/wp-content/themes/slopehelper/assets/images/svg/play.svg);
}
.video-js .custom-play:hover {
    background-color: rgb(255 255 255 / 35%);
    -webkit-box-shadow: 0px 24px 154px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 24px 154px rgba(0, 0, 0, 0.25);
}
.inner-page .video-js .vjs-big-play-button {
    display: none;
}
.inner-page .video-js .vjs-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (min-width: 1200px) {
    .how-it-work__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 720px;
                flex: 0 0 720px;
        max-width: 720px;
    }  
}
@media (min-width: 768px) {
    .inner-page .title {
        text-transform: none;
    }
    .inner-page .video-js .vjs-big-play-button {
        /* top: 60%; */
    }
    
}
@media (max-width: 1024px) {
    .inner-page .video-js .vjs-overlay {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .video-js .custom-play{
        margin: auto;
    }

    .video-js .custom-play:after {
       width: 342px;
        height: 327px;
    }
}
@media (max-width:767px) {
    .inner-page {
        /* height: 85vh; */
        height: 566px;
    }
    .inner-page .video-js:before{
         content: '';
        background: -o-linear-gradient(272deg, rgba(46, 46, 46, 0.65) 1.25%, rgba(32, 29, 29, 0.00) 99.47%);
        background: linear-gradient(178deg, rgba(46, 46, 46, 0.65) 1.25%, rgba(32, 29, 29, 0.00) 99.47%);
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        visibility: hidden;
    }
    .inner-page .video-js.vjs-paused:before{
        visibility: visible;
    }
    .inner-page .video-js .vjs-overlay {
        z-index: 1;
    }
    .inner-page .video-js .vjs-control-bar {
        z-index: 1;
    }
    .inner-page .video-content {
        gap:26px;
    }

    .video-js .custom-play {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 54px;
                flex: 0 0 54px;
        max-width: 54px;
        height: 54px;
    }
    .custom-play:before {
        width: 15px;
        height: 15px;
    }


    .how-it-work {
        /* padding-bottom: 0; */
    }
    .how-it-work__wrap {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .how-it-work__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0px;
        padding-bottom: 50px;
    }
    .how-it-work__image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .how-it-work__image .radius-8 {
        border-radius: 0;
        margin-left: -20px;
        margin-right: -20px;
    }
    .how-it-work__image img {
        width: 100%;
    }   
    
}

/*
 *  Page 'Deployment'
 */
.deployment__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
    padding-right: 40px;
}

.deployment__steps {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 678px;
            flex: 0 0 678px;
    max-width: 678px;
    padding-left: 30px;
}
.steps {
    margin: 0;
    padding: 0;
    counter-reset: counter-i;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
}
.steps__item {
    counter-increment: counter-i;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    border-radius: 8px;
    /* background: #F8F8F8; */
    
    border: 1px solid #E96227;
    background: transparent;
}

.steps__item:before {
    content: counter(counter-i);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    /* letter-spacing: 1px; */
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 900px;
    background: rgb(239 105 29 / 90%);
    padding-bottom: 1px;
}
.steps__item-descr {
    font-size: 14px;
    line-height: 150%;
}
@media (min-width: 1024px) {
    .steps {
        gap: 30px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        /* flex-wrap: wrap; */
    }
    .steps__item {
        -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%; 
    }
    .steps__item-descr {
        font-size: 16px; 
    }
}
@media (min-width: 1200px) {
    .deployment__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 710px;
                flex: 0 0 710px;
        max-width: 710px;
    }  
}
@media (max-width: 1200px) {
    .deployment__steps {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 40px;
    }
}

@media (max-width: 767px) {
    .deployment__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0px;
        padding-bottom: 36px;
    }  
    .deployment__wrap:nth-child(2) {
        padding-top: 0;
    }
    .deployment__steps {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
    }
    .steps__item {
        padding: 16px;
    }
}




/*
 * Page "Feasibility"
 */
.hero-section {
    background-image: var(--background-mobile);
    background-size: cover;
    background-position: bottom center;
    height: 100vh;
    height: calc(calc(var(--vh, 1vh) * 100));
    position: relative;
}
.hero-section__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: -o-linear-gradient(266deg, rgba(46, 46, 46, 0.65) 1.71%, rgba(32, 29, 29, 0.00) 94.7%);
    background: linear-gradient(184deg, rgba(46, 46, 46, 0.65) 1.71%, rgba(32, 29, 29, 0.00) 94.7%);
}
.hero-section__wrap {
    position: absolute;
    width: 100%;
    left: 50%;    
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.hero-section__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #ffffff;
    text-align: center;
    max-width: 504px;
    margin: auto;
    position: relative;
}
@media (min-width: 768px) {
    .hero-section__content--left {
        max-width:100%;
        text-align: left;
    }   
    .hero-section__content--full {
        max-width:100%;
    } 
}
@media (min-width: 1200px) {
   .hero-section .title {
        font-size: 62px;
   } 
}

.hero-section__content * {
    z-index: 1;
}
.hero-section__content:before {
    content: '';
    border-radius: 9000px;
    background: rgba(46, 46, 46, 0.40);
    -webkit-filter: blur(60px);
            filter: blur(60px);
    position: absolute;
    top: -64px;
    bottom: -68px;
    left: -84px;
    right: -48px;
}
.feasibility__content {
    
}

.feasibility__wrap .deployment__content {
    padding-right: 0px;
    padding-left: 40px;
}
@media (min-width: 1200px) {
     
}
@media (min-width: 768px){
    .hero-section {
        background-image: var(--background-desktop);
    }
    .hero-section .title {
        text-transform: none;
    }
    .feasibility__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
    .feasibility__image {
        padding: 24px;
        border-radius: 8px;
        border: 4px solid #F8F8F8;
        overflow: hidden;
    }
}
@media (max-width: 767px) {
    .hero-section{
        /* height: 85vh; */
        height: 566px;
    }
    .hero-section__overlay {
        opacity: 0;
    }
    .hero-section__wrap { 
        top: 50%;
    }
    .feasibility__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .feasibility__content {
        padding: 0;
    }
    .feasibility__wrap .deployment__content {
        padding-left: 0px;
    }
    
}


.articles {
    margin-left: -8px;
    margin-right: -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px 0;
}
.articles__item {
    padding: 0 8px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
    max-width: 33.3%;
}
.article-card {
    padding: 16px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.article-card__top {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.article-card__bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 16px;
    margin-top: 16px;
}
.article-card__content {
    padding-top: 8px;
}
.article-card__excerpt {
    color: rgba(45, 43, 45, 0.70);
    margin-top: 16px;
}
.article-card__title {
    font-size: 18px;
}
.article-card__label {
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 900px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 8px 14px;
}
.article-card__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #2D2B2D;
    -webkit-transition: all linear 300ms;
    -o-transition: all linear 300ms;
    transition: all linear 300ms;
}
.article-card__link:hover {
    color: #E96227;
}
.article-card__link-name {    
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    line-height: 24px;    
}
.article-card__link-icon {
    border-radius: 8px;
    background: #E96227;
    padding: 8px;
    line-height: 0;
}
@media (max-width: 991px) {
    .articles__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 767px) {
    .articles {
        gap: 16px 0;
    }
    .articles__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
}




.contacts__wrap {
    gap: 36px;
}
.contacts__map {
   -webkit-box-flex: 0;
       -ms-flex: 0 0 630px;
           flex: 0 0 630px;
   max-width: 630px; 
}
.contacts__col {
    max-width: 561px;
}
.contacts__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 36px;
    color: #52525B;
    font-size: 18px;
    line-height: 28px;
}
.contacts__phone {
    color: inherit;
}

.office-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
    gap: 24px 0;
}
.office-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
    max-width: 33.3%;
    padding-left: 12px;
    padding-right: 12px;
}
.office-card {
    padding: 24px;    
    background: #F8F8F8;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    height: 100%;
}
.office-card__top {
    gap: 14px;
}
.office-card__flag {
    border-radius: 50%;
    -webkit-box-shadow: 0px 4px 10px rgba(66, 71, 76, 0.32);
            box-shadow: 0px 4px 10px rgba(66, 71, 76, 0.32);
}
.office-card__name {
    margin-bottom: 8px;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}
.office-card__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.office-card__address {
    font-size: 14px;
    line-height: 21px;
    font-style: normal;
}
.office-card__item {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    font-size: 14px;
}
.office-card__item a {
    color: inherit;
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
    white-space: nowrap;
}
.office-card__item a:hover {
    color: #E96227;
}
.office-card__item-content {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 300;
}
@media (max-width: 1024px) {
    .contacts__map {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
    }
    .office-list__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 767px) {
    .contacts {
        padding-top: 80px;
        padding-bottom: 20px;
    }
    .contacts__wrap {
        gap: 36px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .contacts__map {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .contacts__map iframe {
        width: 100%;
        height: 319px;
    }

    .offices__content {
        padding-top: 16px;
    }
    .office-list__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
}



.spec-section {
    /* padding-top: 120px; */
    /* padding-top: 100px; */
    margin-bottom: 80px;
}
.spec-section__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
}
.spec-section .spec-section__video {
    margin-bottom: 0;
}
.specifications__title {
    /* font-size: 64px; */
    line-height: 150%;
}
.cycle {
    border-radius: 36px;
    border: 4px solid #E96227;
}
.cycle__title {
    border-radius: 10px;
    background: var(--Accent-Orange, #E96227);
    padding: 14px 18px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    position: relative;
}
.cycle__title.bottom {
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
}
.cycle__subtitle {
    /* font-size: 32px; */
    font-size: 28px;
    text-transform: uppercase;
}
.cycle__wrap {
    /* padding: 0px 29px 0px 68px; */
    padding: 0 68px;
}
.cycle__platform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29%;
            flex: 0 0 29%;
    max-width: 29%;
    gap: 36px;
}
.cycle__plus {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 82px;
            flex: 0 0 82px;
    max-width: 82px;
    line-height: 0;
}
.cycle__plus svg, .cycle__plus img {
    max-width: 100%;
    height: auto;
}
.cycle__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    border-radius: 16px;
    border: 1px solid #2D2B2D;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* gap: 36px; */
    gap: 24px;
}

.cycle-button {
    line-height: 1;
    border-radius: 10px;
    border: 1px solid #E96227;
    /* background: #F8F8F8; */
    background: #fff;
    color: #2D2B2D;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    -webkit-transition: all ease-in-out 200ms;
    -o-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
}
.cycle-button path {
    -webkit-transition: all ease-in-out 200ms;
    -o-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
}
.cycle-button:hover {
    background:#E96227;
    color: #FFF;
}
.cycle-button:hover path {
    stroke: #ffffff;
}

.cycle-button.cycle__title {
    padding: 14px 18px;
}
.cycle-button.cycle__subtitle {
    padding: 12px 18px;
    border-radius: 8px;
}
.fesibility-btn {
    padding: 12px 18px;
    text-transform: uppercase;
}
.cycle-button.orange {
    background-color: #E96227;
    color: #fff;
}
.cycle-button.orange:hover {
    background-color: #F8F8F8;
    color: #2D2B2D;
}
.cycle-button.orange:hover path {
    stroke: #E96227;
}

.equipment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /* gap: 16px 0; */
    gap: 10px 0;
    margin-left: -8px;
    margin-right: -8px;
}
.equipment__item {
    padding: 0 8px;
    width: 50%;
}
.equipment__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 10px;
    background: #F8F8F8;
    /* padding: 15px 16px; */
    height: 100%;
    padding: 10px 16px;
    border: 1px solid #F8F8F8;
    -webkit-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
}
.equipment__link:hover {
    border-color: #E96227;
}
.equipment__title {
    text-transform: uppercase;
    color: #2D2B2D;
    letter-spacing: 0;
}
/* .specifications__title {
    font-size: 64px;
} */
@media (min-width: 768px) {
    .post-type-archive-specifications .spec-section {
        padding-top: 60px;
    }
    .post-type-archive-specifications .specifications__content {
        padding-top: 60px;
    }
    .cycle__title {
        font-size: 31px;
    }
    .equipment__link img {
        width: 30px;
    }
    .cycle__inner {
        padding: 16px;
    }
}
@media (max-width: 1200px) {
    .cycle__wrap {
        padding-left: 29px;
    }
}
@media (max-width:1024px) {
    /* .specifications__title {
        font-size: 52px;
    } */
    
    .cycle__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .cycle__platform {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .cycle__inner .cycle__subtitle {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .spec-section {
        padding-top: 33px;
    }
    .specifications__title {
        font-size: 36px;
    }
    .cycle__subtitle {
        font-size: 24px;
    }
}
@media (max-width: 576px) {
    .cycle {
        border-radius: 18px;
        border-width: 2px;
    }
    .cycle__title {
        font-size: 16px;
    }
    .cycle__wrap {
        padding: 0px 16px;
    }
    .cycle__platform {
        gap: 16px;
    }
    .cycle__inner {
        gap: 24px;
        padding: 0;
        border: none;
        border-radius: 0;
    }
    .cycle__plus {
        -webkit-box-flex: 0;
            -ms-flex: 0 52px;
                flex: 0 52px;
        max-width: 52px;
    }
    .cycle-button {
        font-size: 16px;
    }
    .equipment__item {
        padding: 0 8px;
        width: 100%;
    }
}
@media (max-width: 390px) {
    .cycle-button {        
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .cycle-button.cycle__title {
        padding: 10px 10px;
        font-size: 14px;
    }
    .cycle-button svg {
        line-height: 0;
        width: 20px;
        height: auto;
    }
}
@media (max-width: 352px) {
    .cycle-button,
    .cycle-button.cycle__title {
        font-size: 12px;
    }
}

.options{
    padding-top: 157px;
    padding-bottom: 130px;
}
.options__content {
    max-width: 1230px;
    margin: 60px auto 0;
    border-radius: 10px;
    background: #F8F8F8;
    padding: 42px;
}
.options-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 46px 0;
    margin-left: -50px;
    margin-right: -50px;
}
.options-list__item {
    padding: 0 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
}
.options-list__inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
}
.options-list__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 78px;
    height: 78px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    padding: 16px;
}
.options-list__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.options-list__excerpt {
    margin-top: 12px;
}
.options-list__title {
    text-transform: uppercase;
    font-size: 20px;
}
.options-list__link {
    line-height: 0;
}
.options-list__link path,
.options-list__link rect {
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
}
.options-list__link:hover path,
.options-list__link:hover rect {
    stroke:#2D2B2D;
}
/* @media (max-width: 1024px) { */
    .options-list {
        margin-left: -16px;
        margin-right: -16px;
            gap: 24px 0;
    }
    .options-list__item {
        padding: 0 16px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.3%;
                flex: 0 0 33.3%;
        max-width: 33.3%;
    }
/* } */
@media (max-width: 1024px) {
    .options-list__item {
        padding: 0 16px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 767px) {
    
    .options-list__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }

    
}
@media (max-width: 576px) {
    .options {
        padding-top: 80px;
        padding-bottom: 0px;
    }
    .options__content {
        margin: 28px -20px 0;
        border-radius: 0;
        padding: 32px 20px;
    }
    .options-list {
        gap: 24px 0;
    }
    .options-list__icon {
        width: 64px;
        height: 64px;
    }
    .options-list__inner {
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }
    .options-list__title {
        font-size: 18px;
    }
    .options-list__excerpt {
        font-size: 14px;
    }
    .options-list__item:last-child .options-list__inner {
        padding-bottom: 0;
        border-bottom: none;
    }
}






.specifications__video, .info-section {
    margin-top: 120px;
}
.specifications__video iframe {
    border-radius: 8px;
}
.single .type-specifications {
    /* padding-bottom: 90px; */
}
.inner {
    gap: 24px;
}
.inner__column {
    max-width: 551px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
}
.descr {
    font-size: 18px;
}

.info-section {
    /* padding-bottom: 90px; */
}
.info-section__wrap {
    border-radius: 8px;
    border: 4px solid var(--Accent-Orange, #E96227);
    padding: 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 42px;
}
.info-section__header {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.info-section__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 42px;
}
.info-section__icon {
    background: rgba(233, 98, 39, 0.15);
    padding: 14px;
    line-height: 0;
    width: 52px;
    border-radius: 50%;
}
.info-section__title {
    text-transform: uppercase;
}

.info-section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
}
.spec-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #F9FAFB;
    border: 1px solid #EAECF0;
}
.spec-list__item {
    width: 50%;
    margin-bottom: -1px;
}
.spec-list__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid #EAECF0;
    padding: 10px 24px;
    height: 100%;
}


.spec-list__title {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -0.18px;
}

.spec-info {
    margin-bottom: 80px;
}
.spec-info__content {
    max-width: 1185px;
    margin: auto;
}
.spec-info__inner {
    max-width: 727px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
}
.spec-info__title {
    font-size: 32px;
}
.spec-info__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}



.descr> * {
    margin-bottom: 20px;
}
.descr> *:last-child {
    margin-bottom: 0;
}

.descr iframe {
    max-width: 100%;
}
.specifications .descr h3 {
    margin-top: 40px;
}
.specifications .descr ul {
    padding-left: 30px;
}
.specifications .descr ul li {
    margin-bottom: 12px;
}
.specifications .descr img {
    border-radius: 8px;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.bottom-links__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 4px;
}
.bottom-links__btn {
    font-family: "Raleway", sans-serif;
    padding: 12px 18px;
    border-color: rgba(0, 0, 0, 0.08);
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    color: #2D2B2D;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
}



@media (min-width: 768px) {
    .inner__image {
        max-width: 636px;
    }
}
@media (min-width: 1024px) {
    .info-section__title {
        font-size: 40px;
    }
}

@media (max-width:1200px) {    */
    .info-section__wrap {
        padding: 42px;
    }
}

@media (max-width: 1024px) {
    .info-section__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .specifications__video iframe {
        height: 500px;
    }

    .spec-section__content {
        gap: 50px;
    }
}

@media (max-width: 767px) {
    .specifications__video iframe {
        height:400px;
    }
    .spec-list__title,
    .spec-list__value {
        font-size: 14px;
    }
    .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .specifications__video, .info-section {
        margin-top: 80px;
    }
    .info-section__wrap {
        padding: 24px;
    }

    .spec-info__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 24px;
    }
}
@media (min-width: 577px) and (max-width:767px) {
    .info-section__header {
        gap: 24px;
    }
}
@media (max-width: 576px) {
    .specifications__video iframe {
        height:300px;
    }
    .info-section__wrap {
        padding: 16px;
        border-width: 2px;
    }
    .info-section__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 16px;
    }
    .info-section__icon {
        margin: 0 auto;
    }
    .spec-list {
        gap: 0;
    }
    .spec-list__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .spec-list__wrap {
        padding-right: 0;
        border-right: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .spec-list__title, .spec-list__value {
        width: 50%;
    }
}



.section-default__title {
    margin-bottom: 70px;
}
.section-default__video {
    margin-bottom: 90px;
}
.section-default__button {
    margin-top: 25px;
}
.section-default__descr {
    max-width: 1185px;
    margin: auto;
}
.max-width {
    max-width: 1043px;
}
.section-default__image {
    margin-top: 90px;
}
.section-default__zoom {
    margin-top: 70px; 
    text-align: center;
}
.video .video-js .vjs-big-play-button {
    width: 94px;
    height: 94px;
}
.video {
    width: 727px;
    position: relative;
    border-radius: 6px;
    line-height: 0;
    overflow: hidden;
}
.video__inner {
    position: relative;
    padding-top: 56%;
}
.video__inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video .video-js {
    padding-top: 57%;
}
@media (max-width: 1024px) {
    .section-default__title {
        margin-bottom: 40px;
    }
    .section-default__video {
        margin-bottom: 54px;
    }
    .section-default__image {
        margin-top: 54px;
    }
}
@media (max-width: 767px) {
    .section-default__title {
        font-size: 36px;
        text-align: center;
        margin-bottom: 20px;
    }
    .section-default__image .picture img {
        -o-object-fit: cover;
           object-fit: cover;
        height: 440px;
    }

    .video .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
        width: 33px;
        height: 33px;
    }
}



.lightboxOverlay {
    opacity: 0.2;
}
.lb-dataContainer {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        z-index: 99;
        padding: 0;
}
.lb-data {
    padding: 0;
}
.lb-data .lb-close {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M20.125 1.375L1.375 20.125M1.375 1.375L20.125 20.125' stroke='%232D2B2D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-color: #FFF;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid rgba(0, 0, 0, 0.08);
    width: 38px;
    height: 38px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 0;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.10);
        opacity: 1;
}
.lightbox .lb-image {
    border: 16px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}
.lightbox .lb-outerContainer {
    background: transparent;
}


.lsb-preview {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 0;
}
.zoom-btn {
    line-height: 0;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    padding: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    right: -80px;
    bottom: 50px;
}
@media (max-width: 1024px) {
    .descr {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .lsb-preview {
        padding-bottom: 50px;
    }
    .zoom-btn {
        right: auto;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}


.option-section .section-default__descr {
    max-width: 1205px;
}

.total-cycle {
    padding-bottom: 50px;
    margin-bottom: 0;
}
.platform-content {
    gap: 100px;
    max-width: 1043px;
}
.platform-content .descr {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
}
.thumbnail {
    border-radius: 6px;
    background: #F8F8F8;
    padding: 24px;
    position: relative;
}
.thumbnail .zoom-btn {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    visibility: hidden;
}
.owl-item.center .thumbnail .zoom-btn {
    visibility: visible;
}
.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}
.gallery {
    margin-top: 125px;
    
}
.gallery .slick-list,
.gallery .owl-carousel .owl-stage-outer {
    padding: 0!important;
    overflow: visible;
}
.gallery .thumbnail {
    -webkit-transition: all linear 200ms;
    -o-transition: all linear 200ms;
    transition: all linear 200ms;
}

.gallery .owl-item.center .thumbnail{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.gallery .owl-item:not(.center) .thumbnail {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
}

.gallery .slick-dots{
    margin-top: 40px;
}
.slider-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    gap: 10px;
    margin-top: 40px;
}

.slider-dots .owl-dot {
    width: 14px;
    height: 14px;
    background: #D9D9D9;
    line-height: 0;
    font-size: 0;
    border-radius: 50%;
    border: none;
}
.slider-dots .owl-dot.active {
    background-color: #E96227;
}
.mt-80 {
    margin-top: 80px;
}
@media (max-width: 1200px) {
    .gallery {
        margin-top: 80px;
    }
}
@media (max-width: 1024px) {
    .mt-80 {
        margin-top: 50px;
    }
    .platform-content {
        gap: 50px;
    }
    .thumbnail {
        padding: 16px;
    }
    .gallery {
        margin-top: 50px;
    }
}
.page-template-tpl_page-privacy .descr ul {
    padding-left: 40px;
}
.page-template-tpl_page-privacy .descr li {
    margin-bottom: 10px;
}
.page-template-tpl_page-privacy .descr li:last-child {
    margin-bottom: 0;
}
.page-template-tpl_page-privacy .descr a:not(.cycle-button) {
    color:#E96227;
}
.page-template-tpl_page-privacy .descr a:not(.cycle-button):hover {
    text-decoration: underline;
}


.custom-language-switcher {
    list-style: none;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}
.custom-language-switcher a {
    color: #ff5915;
}
.custom-language-switcher a:hover {
    text-decoration: underline;
}
.section-default__title + .section-default__lang {
    margin-top: -40px;
}
@media (max-width: 1024px) {
    .section-default__title + .section-default__lang {
        margin-top: -10px;
    }
}
@media (max-width: 767px) {
    .section-default__title + .section-default__lang {
        margin-top: 0px;
    }
}




/* New header */
:root {
    --font-family: "Raleway", sans-serif;
    --second-family: "Arial", sans-serif;
    --third-family: "DINPro", sans-serif;
    --font3: "Inter", sans-serif;

    --main-container: 1146px;
    --container-gutters: 32px;
    --bs-gutter-x: 20px;

    --theme-color: #E96227;
    --body-bg: #ffffff;
    --body-color: #474747;
    --btn-color: #ffffff;

    --border-color: #cfcfcf;
}
.container-fluid {
    width: 100%;
    max-width:calc(var(--main-container) + var(--container-gutters));    
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2)
}
@media (min-width: 880px) {
    .container-fluid {
        --container-gutters: 80px;
    }
}
@media (min-width: 1366px) {
    .container-fluid {
        --main-container: 1560px;
        --container-gutters: 168px;
    }
}
@media (min-width: 1367px) and (max-width: 99999px) {
    .hidden-desktop {
        display: none !important;
    }
}
@media (min-width: 1201px) and (max-width: 1366px) {
    .hidden-laptop {
        display: none !important;
    }
}
@media (min-width: 1025px) and (max-width: 1200px) {
    .hidden-tablet_extra {
        display: none !important;
    }
}
@media (min-width: 881px) and (max-width: 1024px) {
    .hidden-tablet {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 880px) {
    .hidden-mobile_extra {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .hidden-mobile {
        display: none !important;
    }
}


.gap-40 {
    gap: 40px;
}



.dark .header__main {
    display: flex;
    align-items: center;
    height: 96px;
    background-color: #000;
}
@media (max-width: 880px) {
    .dark .header__main {
        height: 70px;
    }
}
.header.dark {
    color: #fff;
    position: relative;
}
.header.dark .header__logo img {
    height: 61px;
    width: 135px;
    object-fit: contain;
    object-position: left;
}


.main-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-menu-list .page_item,
.main-menu-list .menu-item {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
}
.main-menu-list .menu-item a::after {
    content: '';
    position: absolute;
    top: 100%;
    left: -3px;
    height: 3px;
    background-color: #fff;
    margin-top: 3px;
    transition: all linear 300ms;
} 
.main-menu-list .current-menu-item a {
    position: relative;
}
.main-menu-list .current-menu-item a::after {    
    right: -3px;
    
}
.main-menu-list .page_item a,
.main-menu-list .menu-item a {
    color: inherit;
    transition: all linear 100ms;
}
.header__nav .main-menu-list {
    display: flex;
    align-items: center;
    gap: 22px;
}

.main-menu-list .menu-item.menu-item-has-children {
    position: relative;
}
.main-menu-list .menu-item-has-children>a {
    display: flex;
    align-items: center;
    gap: 7px;
}
.main-menu-list .menu-item.menu-item-has-children>a:after {
    content: '';
    position: static;
    display: inline-flex;
    background: transparent;
    margin: 0;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath fill='%23e96227' fill-rule='evenodd' d='M5.293 8.293a1 1 0 0 0 0 1.414l6 6a1 1 0 0 0 1.414 0l6-6a1 1 0 0 0-1.414-1.414L12 13.586 6.707 8.293a1 1 0 0 0-1.414 0z' clip-rule='evenodd' opacity='1'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
@media (min-width: 1201px) {
    .main-menu-list .sub-menu {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 170px;
        background: transparent;
        padding: 8px 0 0;
        color: #000;
        list-style: none;
        margin: 0;
        transition: height 300ms linear;
        height: 0;
        overflow: hidden;
        visibility: hidden;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
    .main-menu-list .sub-menu a {
        display: flex;
        padding: 2px 2px 2px 5px;
        background: #fff;
        border-radius: 4px; 
        color: #fff;
        background-color: var(--theme-color);
        border: 1px solid var(--theme-color);
    }
    .main-menu-list .sub-menu a::after {
        display: none;
    }
    .main-menu-list .sub-menu a:hover {
        background-color: #333;
        border-color: #333;
    }
    .main-menu-list .menu-item-has-children:hover .sub-menu {
        height: auto;
        visibility: visible;
    }
}


.aside-menu {
    position: absolute;
    right: 0;
    top: 100%;
    background: #f8f8f8;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 24px;
    margin-top: 15px;
    width: 415px;
    visibility: hidden;
    opacity: 0;
    transition: all linear 100ms;
}
.aside-menu.show {
    visibility: visible;
    opacity: 1;
}
.aside-menu .menu-item {
    padding: 16px 0;
    border-bottom: 1px solid rgba(71, 84, 103, 0.15);
    font-size: 18px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    font-weight: 600;
}
.aside-menu .menu-item:first-child {
    padding-top: 0;
}
.aside-menu .menu-item a:hover {
    font-weight: 800;
}
.menu-toggle img {
    height: 20px;
}

.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    border: none;
    padding: 0;
    background-color: transparent;
}

.overlay {
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: opacity linear 100ms, visibility linear 100ms;
}
.overlay.open {
    opacity: 1;
    visibility: visible;
}
.mobile-nav {
    padding: 100px 24px 80px 24px;
    width: 300px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 1002;
    opacity: 0;
    visibility: hidden;
    transition: opacity linear 100ms, visibility linear 100ms;
}
.mobile-nav.open {
    opacity: 1;
    visibility: visible;
}

.mobile-nav .socials {
    gap: 18px;
    justify-content: space-between;
}
.mobile-nav .socials__item img {
    width: 25px;
}
.mobile-nav__button {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.mobile-nav__line {
    padding-bottom: 30px;
    margin-top: 30px;
    border-top: 1px solid #b6b6b6;
}
.mobile-nav__content {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.mobile-nav__top {
    position: absolute;
    top: 15px;
    left: 24px;
    right: 15px;
    display: flex;
    justify-content: space-between;
}
.mobile-nav__menu {
    flex: 1;
}
.menu-menu-mobile-container {
    height: 100%;
    overflow: auto;
}

.mobile-nav .main-menu-list .menu-item-has-children>a {
    display: flex;
    align-items: center;
}
.mobile-nav .main-menu-list .menu-item-has-children>a:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' viewBox='0 0 451.847 451.847' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M225.923 354.706c-8.098 0-16.195-3.092-22.369-9.263L9.27 151.157c-12.359-12.359-12.359-32.397 0-44.751 12.354-12.354 32.388-12.354 44.748 0l171.905 171.915 171.906-171.909c12.359-12.354 32.391-12.354 44.744 0 12.365 12.354 12.365 32.392 0 44.751L248.292 345.449c-6.177 6.172-14.274 9.257-22.369 9.257z' fill='%23000000' opacity='1' data-original='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    display: inline-flex;
    position: static;
    width: 31px;
    height: 8px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
}
.mobile-nav .main-menu-list .menu-item-has-children.open>a:after {
    transform: rotate(-180deg);
}
.mobile-nav .main-menu-list .menu-item a {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 16px 0;
    color: #000;
    display: flex;
}
.mobile-nav .main-menu-list .sub-menu {
    list-style: none;
    padding-left: 30px;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all linear 300ms;
}
.mobile-nav .main-menu-list .sub-menu.sub-menu-open {
    position: static;
    height: auto;
    visibility: visible;
    opacity: 1;
}
.mobile-nav .main-menu-list .sub-menu {
    list-style: none;
    padding-left: 30px;
}
.mobile-nav .main-menu-list .sub-menu .menu-item a {    
    font-weight: 400;
}



.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--btn-color);
    background-color: var(--theme-color);
    border: none;
    font-family: var(--font3);
    font-weight: 600;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 100px;
    padding: 10px 20px;
    transition: all linear 300ms;
}
.btn:hover {
    background-color: #333;
}
.btn-bordered {
    border: 1px solid var(--btn-color);
    background-color: transparent;
}
.btn-bordered.btn-orange {
    border-color: var(--theme-color);
    color: var(--theme-color);
}
.btn-bordered.btn-black {
    border-color: #000;
    color: #000;
}
.btn-bordered:hover {
    background-color: transparent;
    border-color: var(--theme-color);
    color: var(--theme-color);
}
.btn-bordered.btn-orange:hover {
    background-color: var(--theme-color);
    color: #fff;
}

.mobile-nav .lang-item a {
    color: #000;
}


.lang-switcher {
    position: relative;
}
.cpel-switcher__list {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    color: #000;
    list-style: none;
    padding: 8px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    min-width: 100%;

    display: none;
}
.lang-switcher.open .cpel-switcher__list {
    display: flex;
}
.cpel-switcher__list .lang-item a {
    color: inherit;
}

.lang-switcher__current {
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    cursor: pointer;
}
.lang-switcher__current:after {
    content: '';
    position: static;
    display: inline-flex;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M5.293 8.293a1 1 0 0 0 0 1.414l6 6a1 1 0 0 0 1.414 0l6-6a1 1 0 0 0-1.414-1.414L12 13.586 6.707 8.293a1 1 0 0 0-1.414 0z' clip-rule='evenodd' opacity='1'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.header__nav {
    margin-left: auto;
    margin-right: 40px;
}

.top-bar {
    background-color: #333;
    padding: 14px 0;
    color: #fff;
}
.home .header.dark {
    position: absolute;
}
@media (max-width: 880px) {
    .top-bar {
        padding: 10px 0;
    }
    .top-bar__inner {
        justify-content: center;
    }
    .home .header.dark {
        top: 38px;
    }
}
.top-bar__links {
    display: flex;
    align-items: center;
    gap: 40px;
}
.top-bar__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: inherit;
    line-height: 1;
    font-weight: 700;
    font-size: 13px;
}
.top-bar__icon {
    line-height: 0;
    width: 16px;
    color: var(--theme-color);
}


.home .top-bar {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
}

.socials-transparent {
    gap: 16px;
    line-height: 0;
}
.socials-transparent img {
    width: 18px;
}



.menu-item.animate-blink > a {
    animation: blink 2000ms infinite
}
@keyframes blink {
    0%, 100% {
        color:#fff;
    }
    50% {
        color: #E96227;
    }
}

.hero-video .hero-video__content {
    align-items: flex-start;    
    padding-top: 26vh;
}
@media (min-width: 1921px) {
    .hero-video .hero-video__content {
        padding-top: 30vh;
    }
}
@media (max-width: 767px) {
    .hero-video .hero-video__content {
        padding-top: 20vh;
    } 
}
.hero-video__logo, .slider-fade__title, .slider-fade__descr {
    opacity: 0;
    
}
.slick-active .hero-video__logo, .slick-active .slider-fade__title, .slick-active .slider-fade__descr {
    animation: fade-up 1000ms forwards;
}
.slick-active .hero-video__logo {
    animation-delay: 1000ms;
}
.slick-active  .slider-fade__title {
    animation-delay: 1300ms;
}
.slick-active .slider-fade__descr {    
    animation-delay: 1600ms;
}
.slick-active .slider-fade__descr.delay1 {    
    animation-delay: 2000ms;
}
.slick-active .slider-fade__descr.delay2 {    
    animation-delay: 2400ms;
}

@media (min-width: 1300px) {
    .slider-fade .slider-fade__descr.style2 {
        font-size: 30px;
    }
}


@keyframes fade-up {
    from {
      opacity: 0;
      transform: translate3d(0,100px,0);
    }
  
    to {
      opacity: 1;
      transform: translate3d(0,0,0);
    }
  }


.header.dark.sticky {
    position: fixed;
    top: 0;
    /* z-index: 999; */
}