/*@font-face{font-family:'Ubuntu';
    src:url('../fonts/Ubuntu/Ubuntu.eot') format('embedded-opentype'),
    url('../fonts/Ubuntu/Ubuntu.woff') format('woff'),
    url('../fonts/Ubuntu/Ubuntu.ttf') format('truetype'),
    url('../fonts/Ubuntu/Ubuntu.svg') format('svg');
    font-style: normal;
    font-weight: 400;
}

@font-face{font-family:'Ubuntu';
    src:url('../fonts/Ubuntu/Ubuntu.eot') format('embedded-opentype'),
    url('../fonts/Ubuntu/Ubuntu.woff') format('woff'),
    url('../fonts/Ubuntu/Ubuntu.ttf') format('truetype'),
    url('../fonts/Ubuntu/Ubuntu.svg') format('svg');
    font-style: normal;
    font-weight: 200;
}

@font-face{font-family:'Ubuntu';
    src:url('../fonts/Ubuntu/Ubuntu.eot') format('embedded-opentype'),
    url('../fonts/Ubuntu/Ubuntu.woff') format('woff'),
    url('../fonts/Ubuntu/Ubuntu.ttf') format('truetype'),
    url('../fonts/Ubuntu/Ubuntu.svg') format('svg');
    font-style: normal;
    font-weight: 700;
}

@font-face{font-family:'Ubuntu';
    src:url('../fonts/Ubuntu/Ubuntu.eot') format('embedded-opentype'),
    url('../fonts/Ubuntu/Ubuntu.woff') format('woff'),
    url('../fonts/Ubuntu/Ubuntu.ttf') format('truetype'),
    url('../fonts/Ubuntu/Ubuntu.svg') format('svg');
    font-style: normal;
    font-weight: 500f;
}

@font-face{font-family:'Roboto-Regular';
    src:url('../fonts/Roboto-Regular/Roboto-Regular.eot') format('embedded-opentype'),
    url('../fonts/Roboto-Regular/Roboto-Regular.woff') format('woff'),
    url('../fonts/Roboto-Regular/Roboto-Regular.ttf') format('truetype'),
    url('../fonts/Roboto-Regular/Roboto-Regular.svg') format('svg');
    font-style: normal;
    font-weight: normal;
}

@font-face{font-family:'Roboto-Light';
    src:url('../fonts/Roboto-Light/Roboto-Light.eot') format('embedded-opentype'),
    url('../fonts/Roboto-Light/Roboto-Light.woff') format('woff'),
    url('../fonts/Roboto-Light/Roboto-Light.ttf') format('truetype'),
    url('../fonts/Roboto-Light/Roboto-Light.svg') format('svg');
    font-style: normal;
    font-weight: normal;
}*/


*, *:after, *:before {
    box-sizing:border-box;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #2A1830;
}
::-webkit-scrollbar-thumb {
    background: #F67A52;
}
::-webkit-scrollbar-thumb:hover {
    background: #ec5524;
}
body {
    font: normal 16px Ubuntu, Helvetica, Arial, Verdana, sans-serif;
    word-spacing: normal;
    color: #444;
    overflow-x: hidden;
}
section {
    padding: 80px 0;
}
button {
    width: 100%;
    background: transparent;
    border: 1px solid #1e7af4;
    border-radius: 0;
    padding: 9px 30px;
    cursor: pointer;
    outline: none!important;
    font-family: Ubuntu;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    font-weight: normal;
    text-transform: none;
    color: #F67A52;
    outline: none;
    /*transition: background .5s linear, color .5s linear;*/
    border: 1px solid #F67A52;
    box-sizing: border-box;
    border-radius: 40px;
}
button:hover {
    color: #ffffff;
    border: 1px solid #F67A52;
    /*background: #F67A52;
    outline: none;*/
}
h1 {
    font-weight: bold;
    font-size: 46px;
    line-height: 55px;
}
h2 {
    color: #303030;
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    font-size: 32px;
    line-height: 42px;
    font-family: Hind,Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
}
h3 {
    font-weight: bold;
    font-size: 22px;
    color: #32373C;
    margin-bottom: 20px;
}

html:lang(de-DE) h1, 
html:lang(de-DE) h2, 
html:lang(de-DE) h3 {
    font-weight: 500 !important;
}

a {
    color: inherit;
    text-decoration: none;
}

p {
    font-size: 17px;
    color: #5E6A6D;
    /*margin-bottom: 24px;*/
}

p>a {
    color: inherit;
    text-decoration: none;
}


p>a:hover,
a:hover,
a:focus {
    color: #F67A52;
    text-decoration: none;
}

.visually-hidden {

  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}


.title {
    margin-bottom: 40px;
}
.title h2 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 55px;
    color: #2A1830;
    margin-bottom: 40px;
}
.title p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: rgba(42, 24, 48, 0.5);
}
.container-full {
    padding: 0;
}
.col-center, .center-row {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.container-responsive {
    max-width: 1920px;
    padding: 0;
}
.col-responsive {
    padding: 0;
}
.top-content {
    margin-top: 92px;
}
.col-inversion {
    display: flex;
    justify-content: flex-end;
}
.text-inversion {
    margin: 0 82px 0 0!important;
}
.header-menu-bar,
.header-mobile-container,
.banner-mobile-row {
    display: none;
}
.desctop-icon {
    display: block;
}
.phone-icon {
    display: none;
}
.post, .page {
    margin: 0;
}


/******* HEADER *******/
header {
    position: fixed;
    width: 100%;
    background: #ffffff;
    z-index: 9999;
    max-height: 100px;
    top: 0;
    border: 1px solid rgba(42, 24, 48, 0.05);
}
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
}

.header-left, .header-right {
    width: 40%;
}
.header-logo {
    width: 20%;
    text-align: center;
}

.header-menu-top ul,
.header-mega-menu ul {
    display: flex;
    padding: 0;
    margin: 0;
}
.header-menu-top ul {
    margin-bottom: 12px;
}

.header-menu-top ul li,
.header-mega-menu ul li {
    display: block;
}
.header-menu-top ul li {
    margin-right: 20px;
}
.header-mega-menu ul li {
    margin-right: 40px;
}







.header-menu-top ul li a {
    font-family: Ubuntu;
    position: relative;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #2A1830;
}
.header-menu-top ul li a:hover:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #2a1830;
    margin-top: 2px;
}
.header-mega-menu ul li a {
    display: inline-block;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #2A1830;
    position: relative;
/*    padding-bottom: 24px;*/
}
.header-mega-menu ul li a:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 22px;
    background: #2A1830;
    opacity: 0;
    transition: opacity .25s linear;
}
.header-mega-menu ul li a:after {
    content: '';
    position: absolute;
    top: 0;
    right: -30px;
    display: flex;
    width: 20px;
    height: 16px;
    background: url('../img/submenu-icon.png') no-repeat;
    background-position-y: center;
    transition: transform .5s linear;
}

html:lang(uk) .header-mega-menu ul li a:after {

 right: 22px;
}

.header-mega-menu ul li a.active-link:after {
    transform: rotate(180deg);
}

.header-mega-menu ul li a:hover:before {
    opacity: 1;
}

.header-right-item {
    display: flex;
    justify-content: flex-end;
}
.header-search {
    margin-right: 20px;
}
.lang ul {
    padding: 0;
    margin-bottom: 12px;
}
.lang ul li {
    display: block;
}
.lang ul li a {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #2A1830;
}

.submenu {
    display: none;
    position: fixed;
    top: 92px;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 9;
    padding: 50px 0;
}
.col-submenu {
    display: flex;
    justify-content: space-between;
}

.submenu-list ul {
    display: block;
}
.submenu-list ul li {
    margin: 0 0 20px;
    color: #2a1830;
}
.submenu-list ul li:first-child {
    font-family: "Ubuntu";
}
.submenu-list ul li span {
    display: none;
}
.submenu-list ul li a {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #2A1830;
    transition: color .25s linear;
}
.submenu-list ul li a:hover {
    color: #F67A52;
}
.submenu-list ul li:first-child a {
    font-weight: 500;
}
.submenu-list ul li a:before,
.submenu-image-link a:before,
.submenu-list ul li a:after,
.submenu-image-link a:after {
    display: none!important;
}

.submenu-image-link {
    display: flex;
    justify-content: center;
}
.submenu-image-link a {
    padding: 24px;
    /*background: #FAFAFC;*/
}
.submenu-image-link a p {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 265px;
    height: 200px;
    margin-bottom: 0;
}
.submenu-image-link a p img{
    width: 100%;
    height: auto;
}

select#lang_choice_1 {
    color: #ffffff;
    font-weight: 500;
    background: transparent;
    border: none;
}
select#lang_choice_1 option{
    color:#fff;
    background:#369;
}

.lang ul {
    padding: 0;
    list-style: none;
    background: transparent;
    margin: 0;
}
.lang ul li {
    display: inline-block;
    position: relative;
    line-height: 21px;
    text-align: left;
    text-transform: uppercase;
    padding-left: 8px;
}
.lang ul li a {
    font-family: Ubuntu;
    display: flex;
    align-items: center;
    padding: 0 5px;
    width: 46px;
    height: 30px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: .8em;
}
.lang ul li a span {
    margin-right: 10px;
}
.lang ul li a.correct-lang i {
    font-size: 18px;
}
.lang ul li a.correct-lang i {
    transition: -webkit-transform .5s linear;
    transition: transform .5s linear;
    transition: transform .5s linear;
}
.lang ul li a.correct-lang.active-arrow i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.lang ul li a.correct-lang {
    font-weight: bold;
    color: #2a1830;
}
.lang ul li a.correct-lang:hover {
    color: #2a1830;
}
.lang ul li ul.dropdown-menu{
    min-width: 100%; /* Set width of the dropdown */
    background: transparent;
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    border: none;
    background: #fff;
    border-radius: 3px;
    padding-bottom: 10px;
}
.lang ul li ul.dropdown-menu li{
    display: block;
}
.lang ul li ul.dropdown-menu li.current-lang {
    display: none;
}

.header-mobile-lang .lang ul li a.correct-lang {
    display: flex;
    color: #ffffff;
    font-weight: normal;
}
.header-mobile-lang .lang ul li a.correct-lang i {
    color: rgba(255, 255, 255, 0.3);
}



.header-btn button,
.header-btn a {
    /*font-family: Ubuntu;*/
    /*font-size: 12px;*/
    /*line-height: 14px;*/
    /*color: #F67A52;*/
    /*border: none;*/
    /*box-shadow: inset 0 0 0 0.75px #f67a52;*/
    /*background: transparent;*/
    text-decoration: none;
    font-weight: 400;
    text-transform: none;
    min-height: 38px;
    padding: 0px 15px;
    display: inline-block;
    min-width: 160px;
    /*text-align: center;*/
    /*box-sizing: border-box;*/
    /*cursor: pointer;*/
    /*position: relative;*/
    /*overflow: hidden;*/
    /*z-index: 5;*/
    /*backface-visibility: hidden;*/
    /*transition: color 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, border 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;*/
    /*outline: 0px !important;*/
}
/*.header-btn button:hover,*/
/*.header-btn a:hover {*/
/*    color: rgb(255, 255, 255);*/
/*    border-color: #F67A52;*/
/*}*/
/*.header-btn button:before,*/
/*.header-btn a:before {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    left: 0px;*/
/*    top: 0px;*/
/*    z-index: -1;*/
/*    background-color: #F67A52;*/
/*    transform: scaleY(0);*/
/*    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;*/
/*    transform-origin: left top;*/
/*}*/
/*.header-btn button:hover::before,*/
/*.header-btn a:hover::before {*/
/*    transform: scaleY(1);*/
/*    transform-origin: left bottom;*/
/*}*/
/******* END HEADER *******/

/******* BREADCRUMBS *******/
.breadcrumbs ul,
.banner-case-breadcrumbs ul {
    display: flex;
    padding: 0;
    margin: 0;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: rgba(42, 24, 48, 0.5);
}
.banner-case-breadcrumbs ul {
    color: rgba(255, 255, 255, 0.5);
}
.breadcrumbs ul li,
.banner-case-breadcrumbs ul li {
    display: block;
}
.breadcrumbs ul span,
.banner-case-breadcrumbs ul span {
    margin: 0px 6px;
}
.breadcrumbs ul li a,
.banner-case-breadcrumbs ul li a {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: rgba(42, 24, 48, 0.5);
}
.banner-case-breadcrumbs ul li a {
    color: rgba(255, 255, 255, 0.5);
}
/*.breadcrumbs ul li a:after {
    content: "-";
    padding: 0 5px;
}*/
.breadcrumbs ul li:last-child a:after {
    content: "";
}
#breadcrumbs span a,
#breadcrumbs span.breadcrumb_last {
    color: rgba(42, 24, 48, 0.5);
}
#breadcrumbs.breadcrumbs-case span a,
#breadcrumbs.breadcrumbs-case span.breadcrumb_last {
    color: rgba(255, 255, 255, 0.5);
}
/******* END BREADCRUMBS *******/

/******* BANNER *******/
section#banner {
    position: relative;
    display: block;
    padding: 0;
    width: 100%;
    max-height: 1080px;
    min-height: 768px;
    height: 100vh;
}

.col-smart-lighting,
.col-smart-counter {
    transition: max-width .75s linear;
}


.smart-lighting {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    max-height: 1080px;
    min-height: 768px;
    height: 100vh;
    background: #FAFAFC;
}
.smart-lighting > div {
    max-width: 540px;
    padding-right: 50px;
    margin-right: 10%;
    transition: margin-right .5s linear;
}
.smart-counter {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    max-height: 1080px;
    min-height: 768px;
    height: 100vh;
    background: #2A1830;
}
.smart-counter > div {
    max-width: 540px;
    padding-left: 50px;
    margin-left: 10%;
    transition: margin-left .5s linear;
}




.smart-lighting .banner-title h1 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 74px;
    color: #2A1830;
    margin-bottom: 20px;
}
.smart-lighting .banner-title p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: rgba(42, 24, 48, 0.7);
    margin-bottom: 30px;
}

.smart-counter .banner-title h1 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 74px;
    color: #ffffff;
    margin-bottom: 20px;
}
.smart-counter .banner-title p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px;
}


.banner-btn {
    width: 200px;
}
.banner-btn button {
    background: #F67A52;
    color: #ffffff;
    padding: 18px 0;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: none;
    transition: background 1s ease-out;
}
.banner-btn button:hover {
    background: #FF6230;
}



.banner-btn a {
    display: block;
    background: #F67A52;
    color: #ffffff;
    padding: 18px 0;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    width: 200px;
    border-radius: 40px;
    position: relative;
    z-index: 9;
}

.banner-icon {
    height: 440px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 70px 0 0;
}
.banner-icon img {
    max-width: 573px;
    max-height: 510px;
    height: 100%;
    transition: height .5s linear;
}



/******* END BANNER *******/


/******* CMS *******/
section#cms {
    padding: 0 0 80px;
}
.cms-slider {
    display: flex;
}
.cms-slider .slick-list {
    display: flex;
    min-height: 805px;
    align-items: center;
}



.cms-slider-media {
    width: 50%;
    display: inline-block;
    background: #FAFAFC;
}
.cms-slider-media .slick-slide img {
    padding: 0;
    max-height: 608px;
    float: right;
    max-width: 100%;
    width: 80%;
}

.cms-slider-text {
    width: 50%;
}
.cms-slider-text .slider-text {
    max-width: 550px;
    width: 100%;
    margin: 0;
    float: right;
    padding-right: 100px;
}
.cms-slider-text h2 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 55px;
    color: #2A1830;
    margin-bottom: 40px;
}
.slider-text-description p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #2A1830;
    margin-bottom: 15px;
}
.slider-text-description p:last-child {
    margin-bottom: 60px;
}
.slider-btn {
    width: 200px;
}
.slider-btn button {
    background: #F67A52;
    color: #ffffff;
    padding: 18px 0;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
}

.cms-slider-media .slick-prev {
    left: -60px;
}
.cms-slider-media .slick-next {
    left: 30px;
}
/******* END COMPANY *******/


/******* COUNTER *******/
.counter-item p.num {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: #2A1830;
}
.counter-item p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #2A1830;
}
/******* END COUNTER *******/

/******* COMPANY *******/
.company-slider {
    display: flex;
}
.company-slider-media {
    width: 50%;
    display: inline-block;
}
.company-slider-media .slick-list:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(42, 24, 48, 0.4);
    z-index: 9999;
}
.company-slider-media .slick-slide img {
    padding: 0;
}

.company-slider-text {
    width: 50%;
    background: #FAFAFC;
}
.slider-text {
    display: flex;
    align-items: center;
    max-width: 275px;
    margin-left: 84px;
    height: 100%;
}
.company-slider-text h2 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 55px;
    color: #2A1830;
    margin-bottom: 40px;
}
.company-slider-text p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #2A1830;
    margin-bottom: 60px;
}
.slider-btn {
    width: 200px;
}
.slider-btn button {
    background: #F67A52;
    color: #ffffff;
    padding: 18px 0;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    transition: background 1s ease-out;
}
.slider-btn button:hover {
    background: #FF6230;
}


.company-slider .slick-prev {
    left: inherit;
    right: -50%;
}
.company-slider .slick-next {
    right: -60%;
}
/******* END COMPANY *******/





/******* PORTFOLIO *******/
#portfolio .title,
.portfolio-slider .slick-list {
    width: 75%;
    margin-left: 25%;
}
#portfolio .title {
    padding: 0 0 0 53px;
}
/*.portfolio-image {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.portfolio-image:before {
    content: '';
    width: 88%;
    height: 100%;
    position: absolute;
    background: rgba(42, 24, 48, 0.25);
}
.portfolio-slider .portfolio-slide img {
    width: 88%;
    max-height: 832px;
    padding: 0;
    margin-bottom: 0;
}*/
.portfolio-image {
    width: 87%;
    margin-left: 12%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}
.portfolio-image:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.portfolio-image:before {
    content: '';
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    background: rgba(42, 24, 48, 0.25);
    z-index: 9;
}
.portfolio-slider .portfolio-slide img {
    width: 100%;
    max-height: 832px;
    padding: 0;
    margin-bottom: 0;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}
.portfolio-icon-text p {
    margin-top: 20px;
}
/*.portfolio-slider .portfolio-slide img {
    max-height: 832px;
    padding: 0 0 0 53px;
    margin-bottom: 20px;
}
.portfolio-slider .portfolio-slide p {
    padding: 0 0 0 53px;
}*/
.portfolio-icon-text {
    display: flex;
    justify-content: flex-end;
}
.portfolio-icon-text p {
    width: 88%;
    color: #2A1830;
}
.portfolio-slider {
    margin-bottom: 50px;
}
.portfolio-slider button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 68px;
    height: 68px;
    outline: none;
    box-shadow: none;
    line-height: 0;
}
.portfolio-slider button.slick-prev {
    margin: 0px 0 0 18%;
}
.portfolio-slider button.slick-next {
    left: 0;
    margin: 0 0 0 21%;
}

.portfolio-cases-link {
    width: 72.5%;
    margin-left: 27.5%;
}
.portfolio-cases-link a {
    display: flex;
    align-items: center;
    color: #F67A52;
    text-transform: uppercase;
}
.portfolio-cases-link a span {
    display: flex;
    margin-left: 20px;
}
#portfolio .title p {
    width: 80%;
}
/******* END PORTFOLIO *******/

/******* CONTACT *******/
section#contact {
    position: relative;
    padding: 225px 0;
    background: #2A1830;
}
section#contact .title h2 {
    width: 80%;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 55px;
    color: #FFFFFF;
}

section#contact .title p {

    color: #FFFFFF;
}

.form-group {
    margin-bottom: 48px;
}
.form-group label {
    font-size: 13px;
    line-height: 130%;
    color: #5E6A6D;
    margin-bottom: 0;
}
.form-group input,
.form-group textarea {
    font-size: 17px;
    line-height: 130%;
    color: #ffffff;
    width: 100%;
    outline: none;
}
.form-group input {
    border: none;
    border-bottom: 1px solid #C9CCD1;
    border-radius: 0;
}
.form-group textarea {
    border: none;
    border-bottom: 1px solid #C9CCD1;
    border-radius: 0;
    resize: none;
    padding-top: 8px;
}
.form-group-container {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px;
    line-height: 130%;
    color: #5E6A6D;
}
.form-group-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #ffffff;
    border-radius: 2px;
}
.form-group-container:hover input ~ .checkmark {
    background-color: #ffffff;
}
.form-group-container input:checked ~ .checkmark {
    background-color: #ffffff;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.form-group-container input:checked ~ .checkmark:after {
    display: block;
}
.form-group-container .checkmark:after {
    left: 5px;
    top: .5px;
    width: 5px;
    height: 11px;
    border: solid #2a1830;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-checkbox {
    display: flex;
    justify-content: space-between;
}
.form-group-checkbox .form-checkbox p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 0;
    position: relative;
    top: 0;
}
.form-group-checkbox p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
    position: relative;
    top: -7px;
    margin-bottom: 20px;
}

button#question-button {
    background: #F67A52;
    color: #ffffff;
    padding: 18px 0;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    max-width: 200px;
    transition: background 1s linear;
}

/****  floating-Lable style start ****/
.form-group-animation {
    position: relative;
    margin-bottom: 32px;
}
.form-field,
.form-field-select {
    font-size:14px;
    padding: 4px;
    display:block;
    width:100%;
    height: 40px;
    background-color: transparent;
    border:none;
    border-bottom: 1px solid #C9CCD1;
    border-radius: 0;
}

select.form-field-select {
    padding: 0;
    font-size: 17px;
}

.form-field:focus,
.form-field-select:focus  {
    outline:none;
}

.form-group-animation label {
    font-size: 17px;
    line-height: 130%;
    color: #C9CCD1;
    font-weight:normal;
    position:absolute;
    pointer-events:none;
    left:5px;
    top:5px;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}
.form-field:not(:placeholder-shown) ~ label,
.form-field:focus ~ label {
    top: -18px;
    font-size: 13px;
    color: #C9CCD1;;
}

.form-field-select:focus ~ label,
.form-field-select:not([value=""]):valid ~ label {
    top: -18px;
    font-size: 13px;
    color: #C9CCD1;;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: transparent!important;
}

/* active state */
.form-field:focus ~ .bar:before,
.form-field-select:focus ~ .bar:before,
.form-field:focus ~ .bar:after,
.form-field-select:focus ~ .bar:after {
    width:50%;
}

.form-field-textarea {
    min-height: 40px;
    max-height: 260px;
    overflow:hidden;
    overflow-x: hidden;
}

button#contact-button {
    background: #F67A52;
    color: #ffffff;
    padding: 18px 0;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    max-width: 200px;
    transition: background 1s linear;
}
button#contact-button:hover {
    background: #FF6230;
}

.success {
    padding: 225px 0;
    position: absolute;
    z-index: 8;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #FFFFFF 50%, #2A1830 50%);
    transition: left 1s linear;
}
section#contact .success .title h2 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 55px;
    color: #2A1830;
    margin-bottom: 40px;
}
section#contact .success .title p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #2A1830;
    margin-bottom: 60px;
}
section#contact .success .title button {
    background: #F67A52;
    color: #ffffff;
    padding: 18px 0;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    max-width: 200px;
}


.form-checkbox label.error {
    font-family: 'Ubuntu';
    display: flex;
    position: absolute;
    width: 300px;
    left: 0;
    top: 26px;
    color: #D8002A;
}
.form-checkbox label.error:before {
    content: '';
    display: flex;
    width: 17px;
    height: 17px;
    background: url('../img/stop.svg') no-repeat;
    margin-right: 12px;
}
/******* END CONTACT *******/

/******* FOOTER *******/
footer {
    width: 100%;
}
.footer-top {
    width: 100%;
    padding: 40px 0;
    background: #1B0F1F;
}
.footer-item ul {
    padding: 0;
    margin: 0;
}
.footer-item ul li {
    display: flex;
    margin-bottom: 20px;
}
.footer-item ul li:last-child {
    margin-bottom: 0;
}
.footer-item ul li a {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
}
.footer-social-link {
    display: flex;
    line-height: 16px;
}
.footer-social-link a {
    color: #ffffff;
    margin-right: 20px;
}
.footer-social-link a i {
    font-size: 20px;
}
.footer-item ul li p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin: 0;
}

.footer-bottom {
    background: #140B16;
    padding: 30px 0;
}
.footer-bottom-links {
    width: 100%;
    text-align: center;
}
.footer-bottom-links a {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    padding: 0px 8px 0 0;
    border-right: 1px solid #fff;
}
.footer-bottom-links a:last-child {
    padding: 0px;
    border-right: none;
}
/******* END FOOTER *******/

/******* QUESTION *******/
#question {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    background: #2A1830;
    transition: right 1s linear;
}
.question-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}

#question .question-row {
    padding-top: 100px;
}
#question .title h2 {
    color: #ffffff;
}

#question .success {
    padding: 225px 0;
    position: absolute;
    z-index: 8;
    top: 0;
    left: -200%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #FFFFFF 50%, #2A1830 50%);
    transition: left 1s linear;
}

@media (max-width: 992px) {

    #question .success {
        background: #FFFFFF;
    }
}

#question .success .title h2 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 55px;
    color: #2A1830;
    margin-bottom: 40px;
}
#question .success .title p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #2A1830;
    margin-bottom: 60px;
}
#question .success .title button {
    background: #F67A52;
    color: #ffffff;
    padding: 18px 0;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    max-width: 200px;
}
/******* END QUESTION *******/

/*** BUY ***/
#buy {
    overflow: auto;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    background: #2A1830;
    transition: right 1s linear;
}
#buy .buy-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}
#buy .form-group.form-group-animation h2 {
    color: #ffffff;
}

#buy .buy-row {
    padding-top: 100px;
}
#buy .title h2 {
    color: #ffffff;
}

#buy .success {
    padding: 225px 0;
    position: absolute;
    z-index: 8;
    top: 0;
    left: -200%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #FFFFFF 50%, #2A1830 50%);
    transition: left 1s linear;
}
#buy .success .title h2 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 55px;
    color: #2A1830;
    margin-bottom: 40px;
}
#buy .success .title p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #2A1830;
    margin-bottom: 60px;
}
#buy .success .title button {
    background: #F67A52;
    color: #ffffff;
    padding: 18px 0;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    max-width: 200px;
}
button#buy-button {
    background: #F67A52;
    color: #ffffff;
    padding: 18px 0;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    max-width: 200px;
}
/*** END BUY ***/

/*** DEMO ***/
#demo {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    background: #2A1830;
    transition: right 1s linear;
}
#demo .demo-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}
#demo .form-group.form-group-animation h2 {
    color: #ffffff;
}

#demo .buy-row {
    padding-top: 100px;
}
#demo .title h2 {
    color: #ffffff;
}

#demo .success {
    padding: 225px 0;
    position: absolute;
    z-index: 8;
    top: 0;
    left: -200%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #FFFFFF 50%, #2A1830 50%);
    transition: left 1s linear;
}

@media (max-width: 992px) {

    #demo .success {

        background: #fff;
    }
}

#demo .success .title h2 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 55px;
    color: #2A1830;
    margin-bottom: 40px;
}
#demo .success .title p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #2A1830;
    margin-bottom: 60px;
}
#demo .success .title button {
    background: #F67A52;
    color: #ffffff;
    padding: 18px 0;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    max-width: 200px;
}
button#demo-button {
    background: #F67A52;
    color: #ffffff;
    padding: 18px 0;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    max-width: 200px;
}
/*** END DEMO ***/

/******* VIDEO *******/
#video {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    background: #2A1830;
    transition: right 1s linear;
    padding: 0;
}
.video-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 40px 0;
}

.container-fluid-video {
    padding: 0;
}
.video-content {
    width: 84%;
    height: auto;
    margin: 0 0 0 16%;
}

@media (max-width: 567px) {

    .video-content {
        width: 100%;
        margin: 0;
    }
}

.video-content img {
    width: 100%;
}
.video-content video {
    width: 100%;
}
.video-content iframe {
    width: 100%;
    min-height: 80vh;
}

@media (max-width: 576px) {

    .video-content iframe {
        min-height: auto;
    }
}
/******* END QUESTION *******/

/******* ANIMATION ********/
.slick-arrow .circle {
    stroke-width: 1px;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    animation: stroke-away 1.5s ease-out forwards;
    -webkit-animation: stroke-away 1.5s ease-out forwards;
}
.slick-arrow:hover .circle {
    stroke-width: 1px;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: stroke 1.5s ease-out forwards;
    -webkit-animation: stroke 1.5s ease-out forwards;
}
@keyframes stroke {
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes stroke-away {
    to {
        stroke-dashoffset: 1000;
    }
}
/******* END ANIMATION ********/

section#top-block {
    margin-top: 0;
    height: 50px;
    padding: 0;
}

/******* ABOUT US ********/
.banner-content-top {
    margin-top: 100px;
}
.banner-content-row {
    display: flex;
    align-items: center;
}
.banner-content-icon {
    width: 100%;
}
.banner-content-icon:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(42, 24, 48, 0.35);
}
.banner-content-icon img {
    width: 100%;
}
.banner-content {
    padding: 0;
    background: #FAFAFC;
}
.banner-content-icon-bgc {
    width: 100%;
    height: 100vh;
    display: flex;
    background: url('../img/P10204312.png') no-repeat;
    background-position: center;
    background-size: cover;
}
.banner-content-text {
    max-width: 490px;
    margin: 0 0 0 82px;
}
.banner-content h2 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 55px;
    color: #2A1830;
    margin-bottom: 40px;
}
.banner-content-text p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #2A1830;
}
.banner-col-inversion {
    display: flex;
    justify-content: flex-end;
}
.banner-content-text-inversion {
    margin: 0 82px 0 0;
}

section#people {
    padding: 120px 0;
}
.people .title h2 {
    text-align: center;
}
.person-photo {
    position: relative;
    margin-bottom: 20px;
}
.person-photo:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(42, 24, 48, 0.35);
}
.person-photo img {
    width: 100%;
}
.person h3 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    color: #2A1830;
    word-spacing: 170px;
}
html:lang(de-DE) .person h3 {
    font-weight: 400 !important;
}
.person h3 span {
    display: block;
    font-weight: 500;
}

.person p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 170%;
    color: #2A1830;
    margin-bottom: 0;
}
/******* END ABOUT US ********/

/******* PORTFOLIO ********/
section#portfolio-cases {
    background: #FAFAFC;
    padding: 0;
}
.portfolio-filters-row {
    background: #ffffff;
    padding-bottom: 60px;
}
.portfolio-filters,
.portfolio-categories-filters {
    width: 100%;
    margin-bottom: 22px;
}
.portfolio-filters ul,
.portfolio-categories-filters ul {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}
.portfolio-filters ul li {
    display: block;
    margin: 0 5px;
}
.portfolio-categories-filters ul li {
    display: block;
    margin: 0 25px;
    color: #958C98;
}
.portfolio-filters ul li a {
    display: block;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #2A1830;
    background: #FAF9FB;
    padding: 17px 45px;
    transition: background .5s linear, color .5s linear;
}
.portfolio-filters ul li a:hover,
.portfolio-filters ul li a:focus {
    color: #FFFFFF;
    background: #2A1830;
}
.portfolio-filters ul li.portfolio-filter-active a {
    color: #FFFFFF;
    background: #2A1830;
}
.portfolio-categories-filters ul li a {
    color: rgba(42, 24, 48, 0.5);
    transition: color .5s linear;
}
.portfolio-categories-filters ul li a:hover,
.portfolio-categories-filters ul li a:focus {
    color: #2A1830;
}


.portfolio-row {
    display: flex;
    padding: 50px 0;
}
.portfolio-row:first-child {
    display: flex;
    padding: 0 0 50px;
}
/*.portfolio-row:last-child {
    display: flex;
    padding: 50px 0 100px;
}*/
.portfolio-icon {
    width: 100%;
    height: 100%;
    position: relative;
}
.portfolio-icon a {
    outline: none;
}
.portfolio-icon-title {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: auto;
    height: 280px;
    background: transparent;
    writing-mode: vertical-rl;
    display: flex;
    z-index: 9;
}
.portfolio-icon-title p {
    margin: 30px 0 0;
    transform: rotate(-180deg);
}
.portfolio-slider .portfolio-icon-title p {
    display: none;
    font-family: 'Ubuntu';
    margin-left: 66px;
    color: #fff;
}
.portfolio-slider .portfolio-icon-title p:first-child {
    display: block;
}
section#portfolio-cases .portfolio-icon:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(42, 24, 48, 0.35);
}
.portfolio-icon img {
    width: 100%;
    height: 100%;
}
.portfolio-text {
    max-width: 490px;
    margin: 0 0 0 82px;
    padding: 120px 0;
}
.portfolio-text .date p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}
.portfolio-text h2 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 124.4%;
    color: #2A1830;
    margin-bottom: 20px;
}
.portfolio-category {
    margin-bottom: 60px;
}
.portfolio-category a {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 11px;
    text-align: center;
    color: #2A1830;
    background: rgba(73, 42, 83, 0.1);
    border-radius: 20px;
    padding: 10px 14px;
    margin-right: 10px;
    cursor: default;
}
.portfolio-category a:last-child {
    margin-right: 0;
}
.portfolio-link a {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-transform: none;
    color: #2A1830;
    display: flex;
    align-items: center;
}
.portfolio-link a span {
    margin-left: 20px;
}

.portfolio-cases-block > div:nth-child(2n)  {
    display: flex;
    flex-direction: row-reverse;
}
.portfolio-cases-block > div:nth-child(2n) .col-portfolio {
    display: flex;
    justify-content: flex-end!important;
}
.portfolio-cases-block > div:nth-child(2n) .col-portfolio > div {
    margin: 0 82px 0 0;
}
/******* END PORTFOLIO ********/

/******* CASE ********/
section#banner-case {
    background: #2A1830;
    margin-top: 0;
    padding-top: 0;
}
section#banner-case .breadcrumbs-case {
    margin-bottom: 120px;
}
.banner-case-breadcrumbs {
    margin-bottom: 60px;
}
.banner-case-title h1,
.banner-case-title p {
    color: #fff;
}
.banner-slider-row {
    margin-bottom: 40px;
}
.banner-slider {
    height: 555px;
    padding-left: 15px;
}
.banner-slider-icon {
    position: absolute;
    max-width: 1531px;
    width: 100%;
    height: 555px;
    /*background: url('../img/case-banner.png') no-repeat;*/
    background-position: center;
    background-size: cover;
}
.banner-slider-icon:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(42, 24, 48, 0.35);
}
.banner-slider-tags ul {
    display: flex;
    padding: 0;
    margin-bottom: 40px;
}
.banner-slider-tags ul li {
    display: block;
    margin-right: 20px;
}
.banner-slider-tags ul li a {
    display: block;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    color: rgba(255, 255, 255, 1);
    padding: 7px 13px;
    cursor: default;
}
.banner-slider-text p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
}


.logos-row > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

section#tasks {
    background: #FAFAFC;
}
.tasks-text-item {
    margin-bottom: 120px;
}
.tasks-text-item ul li {
    font-size: 16px;
    line-height: 25px;
    color: #2A1830;
}
.tasks-text-item:last-child {
    margin-bottom: 0;
}
.tasks-text h2 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 55px;
    color: #2A1830;
    margin-bottom: 40px;
}
.tasks-text p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #2A1830;
}
.tasks-text p:last-child {
    margin-bottom: 0;
}

section#products-project .title,
section#results .title {
    text-align: center;
    margin-bottom: 60px;
}
.product-project-icon {
    position: relative;
    width: 100%;
    height: 386px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.product-project-icon:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #FAFAFC;
}
.product-project-icon img {
    max-width: 100%;
    width: auto;
    height: auto;
    position: relative;
}
.product-project-item h3 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 25px;
    color: #2A1830;
    margin-bottom: 20px;
    height: 50px;
}
.product-project-item p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: rgba(42, 24, 48, 0.5);
    margin-bottom: 0;
}

section#results {
    background: #FAFAFC;
}
.col-result .result-item {
    display: flex;
    align-items: center;
    width: 74%;
    margin: 0 0 100px;
}
.col-result:nth-child(2n) .result-item {
    margin: 0 0 100px 20%;
}
.results-row > div:last-child .result-item,
.results-row > div:nth-last-child(-n+2) .result-item {
    margin-bottom: 0;
}
.result-icon {
    max-width: 90px;
    width: 100%;
    margin-right: 38px;
}
.result-icon img {
    width: 100%;
    height: auto;
}
.result-item p {
    margin-bottom: 0;
}
/******* END CASE ********/

/*** PRODUCTS ***/
section#products .title {
    margin-bottom: 20px;
}
.producys-filter {
    margin-bottom: 60px;
}
section#products .title h1 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 55px;
    text-transform: none;
    color: #2A1830;
    text-align: center;
}
.producys-filter ul {
    display: flex;
    padding: 0;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}
.producys-filter ul li {
    display: block;
    margin: 0 15px;
}
.producys-filter ul li a {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: rgba(42, 24, 48, 0.5);
}
/*.producys-filter ul li:first-child a {
    color: #2A1830;
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
}*/
.product-block {
    display: flex;
    margin-bottom: 80px;
}
.product-block:last-child {
    margin-bottom: 120px;
}
.product-block-features {
    display: flex;
    justify-content: space-between;
}
.product-block-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 362px;
    width: 100%;
    height: 350px;
    background: #FAFAFC;
    margin-right: 128px;
}
.product-block-icon img {
    width: 100%;
    height: auto;
}
.product-block-description {
    width: 100%;
}
.product-block-description h2 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #2A1830;
    margin-bottom: 20px;
    max-width: 460px;
    min-height: 56px;
}
.product-block-description h2 a {
    color: #2a1830;
}
.product-block-description .product-block-title p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #2A1830;
    margin-bottom: 30px;
}
.product-block-resource {
    display: flex;
    align-items: center;
    margin-bottom: 44px;
}
.product-block-resource > div {
    margin-right: 25px;
}
.product-block-resource > div:last-child {
    margin-right: 0;
}
.product-block-feature {
    margin-bottom: 60px;
}
.product-block-feature p:first-child {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: rgba(42, 24, 48, 0.5);
    margin-bottom: 20px;
}
.product-block-feature p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #2A1830;
    margin-bottom: 0;
}
/*.product-block-link a:not(.fill-btn) {
    display: flex;
    color: #F67A52;
    text-transform: uppercase;
}*/
.product-block-link a span {
    display: flex;
    align-items: center;
    padding-left: 23px;
}
/*** END PRODUCTS ***/

/******* PRESENTATION *******/
section#presentation {
    position: relative;
    padding: 225px 0;
    background: #2A1830;
}
section#presentation .title {
    max-width: 490px;
}
section#presentation .title h2 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 55px;
    letter-spacing: -0.04em;
    color: #FFFFFF;
}
section#presentation .title p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.5);
}
#presentation-form .form-field.user_email {
    margin-bottom: 68px;
}
button#presentation-button {
    background: #F67A52;
    color: #ffffff;
    padding: 18px 0;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    max-width: 200px;
    transition: background 1s linear;
}
button#presentation-button:hover {
    background: #FF6230;
}


section#presentation .success {
    padding: 225px 0;
    position: absolute;
    z-index: 8;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #FFFFFF 50%, #2A1830 50%);
    transition: left 1s linear;
}

@media (max-width: 992px) {

    section#presentation .success {
        background: #fff;
    }
}

section#presentation .success .title h2 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 55px;
    color: #2A1830;
    margin-bottom: 40px;
}
section#presentation .success .title p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #2A1830;
    margin-bottom: 60px;
}
section#presentation .success .title button {
    background: #F67A52;
    color: #ffffff;
    padding: 18px 0;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    max-width: 200px;
}

input#hiden {
    display: none;
}
.intl-tel-input.allow-dropdown {
    width: 100%;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px;
    color: #fff;
}
/******* END PRESENTATION *******/

/******* PRODUCT *******/
section#product {
    padding: 0;
}
.product-row > div {
    display: flex;
    align-items: center;
}
.product-row > div:first-child {
    background: #fafafc;
}
.product-slider {
    width: 100%;
    background: #FAFAFC;
}
.product-slider > div {
    display: flex;
    justify-content: center;
}
.product-slider > div img {
    width: 100%;
}
.product-info h1 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 55px;
    color: #2A1830;
    margin-bottom: 20px;
}
.product-info {
    max-width: 490px;
    margin-left: 97px;
}
.product-info p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 0.015em;
    text-transform: none;
    color: rgba(42, 24, 48, 0.5);
    margin-bottom: 40px;
}
.product-info .product-block-features {
    max-width: 392px;
    justify-content: space-between;
    margin-bottom: 60px;
}
.product-info .product-block-feature {
    max-width: 30%;
    margin: 0;
}
.product-info .product-block-feature:last-child {
    margin: 0;
}
.product-info  .product-block-feature p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #2A1830;
    margin-bottom: 0;
}
.product-info  .product-block-feature p:first-child {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: rgba(42, 24, 48, 0.5);
    margin-bottom: 10px;
}
.product-button button,
.product-button a {
    background: #F67A52;
    color: #ffffff;
    padding: 18px 0;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: none;
    width: 200px;
}

.product-button a {
    display: inline-block;
    margin-left: 20px;
    text-decoration: none;
    color: #F67A52;
    cursor: pointer;
    outline: none !important;
    background-color: transparent;
    border: 1px solid #F67A52;
    box-sizing: border-box;
    border-radius: 40px;
}

@media (max-width: 533px) {
    .product-button a {
        margin-left: 0;
        margin-top: 20px;
    }
}

.product-information-row {
    display: block;
}
.product-information {
    padding: 120px 0 50px;
}
.product-information h2 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 25px;
    color: rgba(42, 24, 48, 0.5);
    text-align: center;
    margin-bottom: 60px;
}
.tabs {
    display: flex;
    justify-content: space-around;
    margin-bottom: 60px;
}
.product-tabs .tab.active {
    color: #FFFFFF;
    background: #2A1830;
}
.product-tabs .tab {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #2A1830;
    background: #FAF9FB;
    width: 210px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.product-tabs .tab_item {
    display: none;
}
.product-tabs .tab_item:first-child { display: block; }
.tab-container p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: rgba(42, 24, 48, 0.8);
}

.tab-table {
    margin-bottom: 60px;
}
.tab-table-container {
    display: flex;
}
.tab-table-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 50%;
    margin-right: 30px;
}
.tab-table-block:last-child {
    margin-right: 0;
}
.tab-table-rows {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.tab-table-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(250, 250, 252, 0.5);
    padding: 23px 80px 23px 20px;
}
.tab-table-row-3 {
    padding: 23px 50px 23px 20px;
}
.tab-table-row:nth-child(2n) {
    background: #F5F5F8;
}
.tab-table-row p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: rgba(42, 24, 48, 0.6);
    margin-bottom: 0;
    /*min-height: 50px;*/
    display: flex;
    align-items: center;
}
.tab-table-row p:first-child {
    width: 70%;
}
.tab-table-row.tab-table-row-3 p:first-child {
    width: 40%;
}
.tab-table-row p:nth-child(2) {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #2A1830;
}
.tab-table-row-3 p:nth-child(2) {
    color: rgba(42, 24, 48, 0.6);
}
.tab-table-row-3 p:nth-child(2),
.tab-table-row-3 p:nth-child(3) {
    width: 30%;
    justify-content: center;
}
.tab-table-row p img {
    width: 100%;
}
.tab-table-variants {
    width: 100%;
}
.tab-table-variants .tab-table-rows .tab-table-row:first-child {
    background: none;
}
.tab-table-variants .tab-table-rows .tab-table-row p:first-child,
.tab-table-variants .tab-table-rows .tab-table-row p:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
}

@media (max-width: 576px) {

    .tab-table-variants .tab-table-rows .tab-table-row p:first-child,
    .tab-table-variants .tab-table-rows .tab-table-row p:nth-child(2) {
        width: 100%;
    }
}

.tab-table-variants .tab-table-rows .tab-table-row p:nth-child(3) {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    width: 100%;
}
.tab-table-variants-2 {
    width: 100%;
}
.tab-table-variants-2 .tab-table-row {
    justify-content: space-around;
    padding-right: 23px;
}
.tab-table-variants-2 .tab-table-row:first-child {
    background: none;
}
.tab-table-variants-2 .tab-table-rows .tab-table-row p {
    width: 14.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: #2A1830;
}
.tab-table-variants-2 .tab-table-row:first-child p {
    color: rgba(42, 24, 48, 0.6);
}
.tab-info {
    display: flex;
    align-items: center;
    background: rgba(250, 250, 252, 0.5);
    margin-bottom: 60px;
}
.tab-info > div {
    width: 50%;
}
.tab-info-text {
    padding: 99px 93px 99px 20px;
}
.tab-info-icon {
    width: 100%;
}
.tab-info-icon img {
    width: 100%;
    height: auto;
}
.tab-table-modules {
    width: 100%;
}
.tab-table-modules .tab-table-row {
    padding-right: 23px;
}
.tab-table-modules .tab-table-row:first-child {
    background: none;
}
.tab-table-modules .tab-table-row p:first-child,
.tab-table-modules .tab-table-row p:last-child{
    width: 20%;
}
.tab-table-modules .tab-table-row p:nth-child(2),
.tab-table-modules .tab-table-row p:nth-child(3) {
    width: 30%;
}
.tab-table-modules .tab-table-row:first-child p {
    color: rgba(42, 24, 48, 0.6);
}
.tab-table-modules .tab-table-row p {
    justify-content: center;
    text-align: center;
    color: #2A1830;
}


.rdc-template .tab-table-block {
    width: 100%;
}

.product-additional {
    margin-bottom: 120px;
}
.product-additional .title h2 {
    text-align: center;
}
.product-additional-content {
    display: flex;
    background: #FAFAFC;
    margin-top: 150px;
    padding: 20px 90px 20px 20px;
}
.product-additional-text {
    max-width: 440px;
    margin-right: 52px;
    padding-top: 24px;
}
section#landing-network .product-additional-text {
    display: flex;
    align-items: center;
}
.product-additional-text p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #2A1830;
    margin-bottom: 60px;
}
.product-additional-icon img {
    margin: -115px 0 0;
}

section#system {
    background: #2A1830;
    padding: 120px 0;
}
section#system .title h2 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 55px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 70px;
}
button.read-more-button {
    background: #F67A52;
    color: #ffffff;
    padding: 18px 0;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    width: 200px;
    height: 55px;
}
.info-text a {
    display: block;
    background: #F67A52;
    color: #ffffff;
    padding: 18px 0;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    width: 200px;
    border-radius: 40px;
    position: relative;
    z-index: 9;
}

section#info {
    max-height: 700px;
    padding: 0;
    background: #FAFAFC;
}
.info-text-col {
    display: flex;
    justify-content: flex-end;
}
.info-text {
    max-width: 540px;
    padding: 202px 0 259px;
}
.info-text h2 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 55px;
    color: #2A1830;
    margin-bottom: 40px;
}
.info-text p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #2A1830;
}
.info-icon {
    max-height: 700px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-icon img {
    /* max-width: 682px; */
    width: 80%;
}






























.tab-container > div {
    margin-bottom: 30px;
}
.tab-container > div:last-child {
    margin-bottom: 0;
}
.rdc-template-default .product-info .product-block-features {
    max-width: 436px;
    justify-content: space-between;
    margin-bottom: 60px;
}
.rdc-template-default .product-block-features > div {
    padding-right: 20px;
}
.rdc-template-default .product-block-features > div:first-child {
    width: 100%;
    max-width: 148px;
}
.rdc-template-default .product-block-features > div:nth-child(2) {
    width: 100%;
    max-width: 165px;
}
.rdc-template-default .product-block-features > div:nth-child(3) {
    width: 100%;
    max-width: 166px;
    margin-right: 0;
    padding-right: 0;
}
.rdc-template-default .product-info .product-block-feature {
    margin: 0;
}
.rdc-template-default .product-info .product-block-feature p:first-child {
    font-size: 14px;
}
.rdc-template-default .product-info p {
    text-transform: none;
}
.rdc-template-default .product-info .product-block-feature p {
    font-size: 14px;
}
.rdc-template-default .product-tabs .tabs,
.rdc-template .product-tabs .tabs {
    width: 60%;
    margin: 0 auto 60px;
}
.rdc-template-content-rdc-mtch .product-tabs .tabs {
    width: 42%;
}
.tab_text h3 {
    font-family: 'Ubuntu';
    font-size: 22px;
    line-height: 25px;
    color: #2A1830;
}
.tab_text p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    color: rgba(42, 24, 48, 0.8);
}
.tab_text ul {
    padding: 0;
    margin-bottom: 50px;
}
.tab_text ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.tab_text ul li:before {
    content: '';
    width: 19px;
    height: 15px;
    background: url(/wp-content/themes/jooby/img/yes.svg) no-repeat;
    position: relative;
    display: block;
    margin-right: 30px;
    min-width: 19px;
}
.tab_text ul li:last-child{
    margin-bottom: 0;
}
.rdc-template-default .tab-table-block {
    width: 100%;
}
.rdc-template-default .tab-table-row p:first-child {
    width: 60%;
}
.rdc-template-default .tab-table-row p:nth-child(2),
.rdc-template .tab-table-row p:nth-child(2) {
    width: 40%;
    justify-content: center;
}
.rdc-template-default .tab-table-variants .tab-table-row p:nth-child(2) {
    color: rgba(42, 24, 48, 0.6);
}
.rdc-template-default .tab-table-variants .tab-table-row p a {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #2A1830;
}
.rdc-template-default .tab-table-variants .tab-table-row p:nth-child(3):after {
    content: "";
    display: block;
    width: 18px;
    height: 20px;
    background: url(/wp-content/themes/jooby/img/download-icon.svg) no-repeat;
    margin-left: 5px;
}
.rdc-template-default .tab-table-variants .tab-table-rows .tab-table-row:first-child {
    background: rgba(250, 250, 252, 0.5);
}


.product-sensors .product-tabs .tabs {
    width: 60%;
    margin: 0 auto 60px;
}
.product-sensors .tab-table-block {
    width: 100%;
}

.product-tabs.product-tabs-controllers-avenue .tabs {
    width: 100%;
}
.product-tabs.product-tabs-controllers-avenue .tab {
    width: auto;
    padding: 20px;
}

.avenue-tab-table-rows .tab-table-row p:first-child {
    width: auto;
}
.product-tabs.product-tabs-controllers-nema .tabs {
    width: 80%;
}

.product-slider button.slick-prev.slick-arrow {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
}
.product-slider button.slick-prev:before {
    position: absolute;
    right: 5%;
}
.product-slider button.slick-next {
    right: 1%;
}
/******* END PRODUCT *******/

/******* LANDING *******/
section#landing-banner {
    background: linear-gradient(to right, #FAFAFC 50%, #FAFAFC 50%, #2A1830 50%);
    padding: 120px 0 0;
}

.landing-banner-text h1 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 74px;
    color: #2A1830;
    margin-bottom: 20px;
}
.landing-banner-text p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: rgba(42, 24, 48, 0.7);
    margin-bottom: 88px;
}
.landing-banner-video h2,
.landing-banner-video p {
    color: #ffffff;
}
.landing-banner-video-link a {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
}
.landing-banner-video-link a img {
    border-radius: 10px;
}
.landing-banner-video-link a:before {
    content: '';
    display: flex;
    position: absolute;
    width: 81px;
    height: 81px;
    background: url('https://jooby.eu/wp-content/themes/jooby/img/player.svg') no-repeat;
}

.landing-banner-row {
    display: flex;
    align-items: center;
}
.landing-banner-col > div {
    max-width: 490px;
}
.landing-banner-col-reverse {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.landing-feature {
    display: flex;
    justify-content: center;
}
.landing-feature-item {
    border-left: 2px solid #F67A52;
    padding: 0 0 0 44px;
}
.landing-feature h3 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 60px;
    color: #2A1830;
}
.landing-feature p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #2A1830;
    max-width: 300px;
}
.landing-solution {
    background: #FAFAFC;
}

.landing-solution {
    padding: 120px 0;
}
.landing-solution .title h2 {
    text-align: center;
    margin-bottom: 145px;
}
.landing-solution-item p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #2A1830;
    text-align: center;
}
.landing-solution-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}
.landing-solution-item-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 30px;
}
.landing-solution-item-icon img {
    width: 100%;
    height: auto;
}

.landing-solution-link:hover p {
    color: #F67A52;
}
section#devices {
    padding: 80px 0 120px;
}
section#devices .title h2 {
    text-align: center;
}
section#devices .title p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: rgba(42, 24, 48, 0.5);
}
.device-icon {
    width: 100%;
    height: 400px;
    background: #FAFAFC;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 20px;
}
.device a {
    color: #000000;
}
.device a img {
    width: 100%;
}

section#landing-advantage {
    padding: 120px 0;
}
section#landing-advantage .title h2 {
    text-align: center;
    margin-bottom: 114px;
}
.landing-advantage {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.landing-advantage p {
    text-align: center;
}
.landing-advantage-icon {
    display: flex;
    justify-content: center;
    width: 90px;
    height: 90px;
    margin-bottom: 40px;
}
.landing-advantage-icon img {
    width: 100%;
}
.landing-products-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0;
    gap: 25px;
}
.landing-products-button a {
    display: block;
    background: #F67A52;
    color: #ffffff;
    padding: 18px 0;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: none;
    width: 200px;
    border-radius: 40px;
}


.devices-rdc .device-icon {
    align-items: center;
}

section#panel {
    padding: 120px 0;
    background: #FAFAFC;
}
.panel-row {
    display: flex;
    align-items: center;
}
.panel-icon {
    width: 100%;
    padding-right: 92px;
}
.panel-icon img {
    width: 100%;
}
.panel-text {
    max-width: 460px;
    margin-left: 92px;
}
.panel-text h2 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 55px;
    color: #2A1830;
    margin-bottom: 40px;
}
.panel-text p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #2A1830;
    margin-bottom: 40px;
}


section#launch-project {
    background: #FAFAFC;
}
.launch-project .title h2 {
    text-align: center;
}
.launch-project-icon {
    width: 100%;
    margin: 100px 0;
}
.launch-project-icon img {
    width: 100%;
}

section#landing-network .product-additional-icon {
    max-width: 440px;
    width: 100%;
    display: flex;
    justify-content: center;
}
section#landing-network .title p {
    text-align: center;
}

.landing-banner-icon img {
    width: 100%;
}

section#breadcrumbs-top {
    padding: 100px 0 0 0;
}
section#landing-banne-rdc {
    width: 100%;
    height: 80vh;
    display: flex;
    align-items: center;
    padding: 0;
}

section#landing-banne-rdc .landing-banner-col > div {
    max-width: 100%;
}

section#landing-banne-rdc .landing-banner-col > div.landing-banner-text {

    margin-left: auto;
    max-width: 555px;
}

@media (max-width: 1200px) {

    section#landing-banne-rdc .landing-banner-col > div.landing-banner-text {

        max-width: 460px;
    }
}

@media (max-width: 992px) {

    section#landing-banne-rdc {

        height: auto;
    }

    section#landing-banne-rdc .landing-banner-text {

        margin-right: auto;
        margin-right: auto;
    }

    section#landing-banne-rdc .landing-banner-col > div.landing-banner-img {

        margin: 20px auto 0;
        max-width: 460px;
    }
}

.landing-advantage-rdc p {
    font-size: 17px;
    color: #5E6A6D;
    margin-bottom: 24px;
    text-align: center;
}
.product-additional-content-rdc p {
    margin-bottom: 0;
    padding: 16px;
    background: rgba(250, 250, 252, 0.7);
}
.product-additional-content-rdc p:nth-child(2n){
    background: #F5F5F8;
}

section#landing-banne-rdc .btn_wrapper {

    display: flex;
    flex-wrap: wrap;
}

section#landing-banne-rdc .video_btn_rdc a {

    width: 200px;
    margin-left: 20px;

    background: transparent;
    border: 1px solid #F67A52;
    border-radius: 40px;
    color: #F67A52;
    padding: 18px 0;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: none;
    transition: background 1s ease-out;
    cursor: pointer;
}

@media (max-width: 768px) {
    section#landing-banne-rdc .video_btn_rdc a {

        width: 250px;
        margin-left: 0;

    }

    section#landing-banne-rdc .video_btn_rdc {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    section#landing-banne-rdc .btn_wrapper {

        justify-content: center;
    }
}

section#landing-banne-rdc .video_btn_rdc a:before {

    content: none;
}

section#panel.demo {
    padding-bottom: 70px;
    background: #fff;
}

section#panel.demo .demo__img {

    text-align: center;
}

section#panel.demo .complect-demo__subtitle h3 {

    margin: 75px 0 40px;

    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 25px;
    text-align: center;
    color: rgba(42, 24, 48, 0.5);
}

section#panel.demo .complect-demo__item {

    margin-bottom: 40px;
}

section#panel.demo .complect-demo__item-img {

    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 17px;

    background: #FAFAFC;
}

section#panel.demo .complect-demo__item-title {
    color: #2A1830;
    font-style: normal;
    font-weight: 500;
    font-variant: normal;
    font-size: 16px;
    line-height: 25px;
    font-family: Ubuntu ,sans-serif;
    text-transform: none;

    margin: 0 0 7px;
}

section#panel.demo .complect-demo__item-text {

    margin: 0;

    font-family: inherit;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #5E6A6D;
}
/******* END LANDING *******/

/******* 404 *******/
section#error-404 {
    margin-top: 92px;
    padding: 100px 0 0;
    background: #FAFAFC;
}
.error-404 .title h1 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 55px;
    color: #2A1830;
    margin-bottom: 40px;
    max-width: 588px;
}
.error-404 .title p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #2A1830;
    max-width: 514px;
    margin-bottom: 0;
}
.error-404-icon {
    width: 100%;
}
.error-404-icon img {
    width: 100%;
    animation: ticker 6s linear infinite;
}
@keyframes ticker {
    40% {
        left: 50%;
        animation-timing-function: ease-in;
    }
    80% {
        left: 90%;
    }
}
/******* END 404 *******/

/******* CMS CARD *******/
section#cms-panel {
    margin-top: 92px;
}
.cms-panel-row {
    display: flex;
    align-items: center;
}
.cms-panel-icon {
    width: 100%;
    padding: 55px 31px;
    background: #FAFAFC;
}
.cms-panel-icon img {
    width: 100%;
}
.cms-panel-text {
    max-width: 490px;
    padding-left: 69px;
}
.cms-panel-text h2 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 55px;
    color: #2A1830;
    margin-bottom: 60px;
}
.cms-panel-text h3 {
    font-family:'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: rgba(42, 24, 48, 0.5);
    margin-bottom: 10px;
}
.cms-panel-text p {
    font-family: Roboto-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #2A1830;
    margin-bottom: 40px;
}

section#cms-panel-description {
    padding: 120px 0;
}
.cms-panel-description h2 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 55px;
    color: #2A1830;
    text-align: center;
    margin-bottom: 40px;
}
.cms-panel-description h3 {
    font-family:'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: rgba(42, 24, 48, 0.5);
    margin-bottom: 20px;
}
.cms-panel-description p {
    font-family:'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #2A1830;
    margin-bottom: 40px;
}

section#cms-panel-controller {
    padding: 202px 0;
    background: #FAFAFC;
}
.cms-panel-controller-text {
    display: flex;
    justify-content: flex-end;
}
.cms-controller-text {
    max-width: 460px;
    margin-right: 78px;
}
.cms-controller-text h2 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 46px;
    line-height: 55px;
    color: #2A1830;
    margin-bottom: 40px;
}
.cms-controller-text p {
    font-family:'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #2A1830;
    margin-bottom: 60px;
}
.cms-panel-controller-icon {
    max-width: 682px;
    width: 100%;
}
.cms-panel-controller-icon img {
    width: 100%;
}

section#cms.cms {
    padding: 0;
}
/******* END CMS CARD *******/

/*** PRODUCTS ***/
.producys-filter .level-1 {
    display: none;
}







/*** CMS 1 RDC ***/
.banner-content-light {
    margin-top: 0;
}
.banner-light-bgc {
    width: 100%;
    background: #FAFAFC;
    padding: 81px 131px;
}
.page-template-cms1 .banner-light-bgc {
    padding: 0;
}
.banner-light-bgc img {
    width: 100%;
}
.banner-light-text {
    max-width: 490px;
}
.banner-light-text h1 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 55px;
    color: #2A1830;
    margin-bottom: 40px;
}
.banner-light-text h2 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 55px;
    color: #2A1830;
    margin-bottom: 40px;
}
.banner-light-text h4 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: rgba(42, 24, 48, 0.5);
    margin-bottom: 20px;
}
.banner-light-text p {
    font-family: Roboto-Light;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #2A1830;
    margin-bottom: 40px;
}

.slider-text h2 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 55px;
    color: #2A1830;
}

html:lang(de-DE) .slider-text h2 {

    font-size: 38px;
}
.slider-list ul {
    padding: 0;
    margin: 0;
}
.slider-list ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
.slider-list ul li:before {
    content: '';
    width: 19px;
    height: 15px;
    background: url(/wp-content/themes/jooby/img/yes.svg) no-repeat;
    position: relative;
    display: block;
    margin-top: 4px;
    margin-right: 15px;
    min-width: 19px;
    font-size: 16px;
    line-height: 25px;
    color: #2A1830;
}

.page-template-cms1 .slider-list ul li {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    margin-left: 36px;
}
.page-template-cms1 .slider-list ul li:before {
    position: absolute;
    left: 0;
}

.page-template-landing-cms1 section#devices {
    padding-bottom: 0;
}
.description-content h2 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 55px;
    color: #2A1830;
    text-align: center;
}
.description-content p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #2A1830;
}

.device-btn {
    text-align: center;
    margin: 50px 0 0 0;
}
.device-btn button {
    background: #F67A52;
    color: #ffffff;
    padding: 18px 0;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    max-width: 200px;
}

section#application {
    padding: 0 0 80px;
}
.application-slider {
    display: flex;
    background: linear-gradient(to top, #fafafc 65%, #ffffff 35%);
}
.application-slider-text {
    width: 50%;
}
.application-slider-text .slider-text {
    max-width: 340px;
    align-items: flex-end;
    margin: 0 auto;
}
.application-slider-text .slider-text div {
    padding-bottom: 20px;
}
.application-slider-media {
    width: 50%;
    display: inline-block;
}
.application-slider-media img {
    width: 100%;
}
.application-slider-media  .slick-prev, .application-slider-media  .slick-next {
    top: 70%;
}
.application-slider-media .slick-next {
    right: -75px;
}
.application-slider-media .slick-prev {
    left: auto;
    right: 10px;
}
.application-slide {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 50px 0;
}
.application-slide img {
    width: 100%;
    max-width: 265px;
    margin: 0 auto;
}


.description-content h4 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: rgba(42, 24, 48, 0.5);
}

#cms .slider-text h2 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 55px;
    color: #2A1830;
    margin-bottom: 40px;
}
#cms .slider-text h4 {
    text-transform: uppercase;
    margin-bottom: 40px;
}
/*** END CMS 1 ***/



#events {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    padding: 0 5%;
}
#events #line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #000;
    z-index: 1;
}
#events #line:before,
#events #line:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: currentColor;
}
#events #line:after {
    right: 0;
}
#events .event {
    position: relative;
    display: flex;
    width: 100%;
    height: 300px;
}
#events .event.top {
    margin-bottom: 0;
    flex-wrap: wrap;
}
#events .event.top .container-event {
    margin-top: auto;
}
#events .event .container-event .image {
    display: flex;
    max-height: 175px;
    margin: 0 auto;
}
#events .event.top .container-event .image {
    order: 1;
    margin-bottom: 20px;
}
#events .event.bottom {
    margin-top: 300px;
    flex-wrap: wrap-reverse;
}
#events .event .container-event {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
#events .event.bottom .container-event {
    flex-direction: column-reverse;
    text-align: center;
    margin-bottom: auto;
}
#events .event .container-event .image svg {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
#events .event.top .container-event .text {
    width: 100%;
    text-align: center;
    order: 2;
    padding-bottom: 40px;
}
#events .event.bottom .container-event .text {
    order: 1;
    padding-top: 40px;
}
#events .event .container-event .text:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    height: 30px;
    transform: translateX(-50%);
    background-color: #000;
}
#events .event.top .container-event .text:after {
     bottom: 0;
}
#events .event.bottom .container-event .text:after {
    top: 0;
}
#events .event .container-event .text h3.title {
    font-size: 14px;
    margin-bottom: 0;
}
#events .event.bottom .container-event .text h3.title {
    margin-bottom: 20px;
}

/*** SYSTEM LIGHTING ***/
#system-lighting {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    padding: 0 5%;
}
#system-lighting #system-lighting-line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    z-index: 1;
}
#system-lighting #system-lighting-line:before,
#system-lighting #system-lighting-line:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #2a1830;
    border: 1px solid #ffffff;
}
#system-lighting #system-lighting-line:before {
    left: 0;
}
#system-lighting #system-lighting-line:after {
    right: 0;
}
#system-lighting .system-lighting {
    position: relative;
    display: flex;
    width: 100%;
    height: 300px;
}
#system-lighting .system-lighting.system-lighting-top {
    margin-bottom: 205px;
}
#system-lighting .system-lighting.system-lighting-bottom {
    margin-top: 280px;
}
#system-lighting .system-lighting {
    height: 280px;
}
#system-lighting .system-lighting .system-lighting-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
#system-lighting .system-lighting.system-lighting-top .system-lighting-container {
    margin-top: auto;
}
#system-lighting .system-lighting.system-lighting-bottom .system-lighting-container {
    margin-bottom: auto;
}
#system-lighting .system-lighting .system-lighting-container .system-lighting-text {
    width: 100%;
    text-align: center;
}
#system-lighting .system-lighting.system-lighting-top .system-lighting-container .system-lighting-text {
    order: 2;
    padding-bottom: 40px;
}
#system-lighting .system-lighting.system-lighting-bottom .system-lighting-container .system-lighting-text {
    order: 1;
    padding-top: 70px;
}
#system-lighting .system-lighting .system-lighting-container .system-lighting-text:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    height: 30px;
    transform: translateX(-50%);
    background-color: #ffffff;
}
#system-lighting .system-lighting.system-lighting-top .system-lighting-container .system-lighting-text:after {
    bottom: 0;
}
#system-lighting .system-lighting.system-lighting-bottom {
    flex-wrap: wrap-reverse;
}
#system-lighting .system-lighting.system-lighting-bottom .system-lighting-container .system-lighting-text:after {
    top: 0;
}
.system-lighting-text img {
    margin-bottom: 15px;
}
#system-lighting h3.system-lighting-title {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 25px;
    color: #FFFFFF;
}
/*** END SYSTEM LIGHTING ***/

/*** SYSTEM RDC ***/
#system-rdc {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    padding: 0;
    align-items: center;
}
#system-rdc .system-rdc {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
}
.system-rdc.system-rdc-spider-block {
    top: 45px;
}
.system-rdc-spider.system-rdc-spider-border {
    padding: 0 20px;
}
.system-rdc-spider.system-rdc-spider-border img {
    width: 100%;
    min-width: 162px;
    position: relative;
    top: 36px;
}
#system-rdc .system-rdc.system-rdc-border {
    width: 100%;
    max-width: 76px;
    height: 1px;
    background: #bfbac1;
    margin: 20px 14px 0;
}
#system-rdc .system-rdc .system-rdc-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.system-lighting-text img {
    width: auto;
    height: 80px;
}
#system-rdc h3.system-rdc-title {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 25px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.5;
}
.system-rdc-spider h3 {
    word-spacing: 9999999px;
}
#system-rdc h3.system-rdc-title-device {
    position: absolute;
    bottom: -50px;
    width: 191px;
    text-align: center;
    margin: 0 0 0 -36%;
    font-size: 14px;
    line-height: 1.5;
}
#system-rdc h3.system-rdc-title-device-2 {
    position: absolute;
    bottom: -50px;
    width: 191px;
    text-align: center;
    margin: 0 0 0 -45%;
    font-size: 14px;
    line-height: 1.5;
}
#system-rdc h3.system-rdc-title-device-3 {
    position: absolute;
    bottom: -50px;
    width: 191px;
    text-align: center;
    margin: 0 0 0 -34%;
    font-size: 14px;
    line-height: 1.5;
}
#system-rdc h3.system-rdc-title-device-4 {
    position: absolute;
    bottom: -50px;
    width: 191px;
    text-align: center;
    margin: 8px 0 0 -35px;
    font-size: 14px;
    line-height: 1.5;
}

.system-rdc-spider > div img {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}
.system-rdc-spider > div {
    text-align: center;
}
.system-rdc-meters {
    display: none!important;
}
/*** END SYSTEM RDC ***/

/*** RDC SCHEMA ***/
.system #events #line:before,
.system #events #line:after {
    background-color: #2a1830;
    border: 1px solid #ffffff;
}
.system #events #line {
    background-color: #ffffff;
}
.system #events .event .container-event .text h3.title {
    font-family: Ubuntu;
    font-style: normal;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 25px;
    color: #FFFFFF;
}
.system #events .event .container-event .text:after {
    background-color: #ffffff;
}
/*** END RDC SCHEMA ***/

/*** COOKIES ***/
#cookies {
    position: fixed;
    top: 100%;
    width: 100%;
    /*margin: -90px 0 0 0;*/
    display: flex;
    justify-content: center;
    transition: margin .5s linear;
}
#cookies > div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 900px;
    padding: 17px;
    background: #fff;
}
.cookies-text {
    width: 100%;
    max-width: 559px;
}
.cookies-text p {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 0;
}
.cookies-button a {
    width: 200px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    background: #F67A52;
    color: #ffffff;
    padding: 18px 0;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: none;
}
#cookie-law-info-again {
    display: none!important;
}
#cookie-law-info-bar {
    padding: 0;
    width: 100%;
    justify-content: center;
    transition: margin .5s linear;
    background: transparent!important;
    box-shadow: none;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] {
    padding: 0;
}
#cookie-law-info-bar span {
    vertical-align: middle;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 900px;
    padding: 17px;
    background: #fff;
    margin: 0 auto;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 200px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    background: #F67A52!important;
    color: #ffffff;
    padding: 18px 0;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: none;
}
html:lang(ru-RU) .cli-bar-container-uk,
html:lang(en-GB) .cli-bar-container-uk,
html:lang(ru-RU) .cli-bar-container-en,
html:lang(uk) .cli-bar-container-en,
html:lang(uk) .cli-bar-container-ru,
html:lang(en-GB) .cli-bar-container-ru,
html:lang(de-DE) .cli-bar-container-uk,
html:lang(de-DE) .cli-bar-container-ru {
    display: none!important;
}
/*** END COOKIES ***/


#true_loadmore {
    font-size: 18px;
    line-height: 21px;
    padding: 10px 0;
    display: flex;
    color: #F67A52;
    text-transform: uppercase;
    justify-content: center;
    cursor: pointer;
}
#true_loadmore span {
    display: flex;
    align-items: center;
    padding-left: 23px;
}


.form-field.error {
    border-bottom: 1px solid red;
}
.form-group-container.error .checkmark {
    border: 1px solid #ff0000;
}

/*** COOKIES ***/
.cli-bar-message a {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    border-bottom: 1px solid #2A1830;
    padding-bottom: 4px;
}
/*** END COOKIES ***/

/*** PRIVACY POLICY ***/
section#privacy-policy,
section#cookies-page {
    padding: 200px 0 0;
    background: #FAFAFC;
}
.privacy-policy h1,
.cookies-page h1 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 55px;
    color: #2A1830;
    text-align: center;
}
.privacy-policy-content h2,
.cookies-page-content h2 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 25px;
    color: #2A1830;
    margin: 10px 0 40px;
}
.privacy-policy-content h3,
.cookies-page-content h3 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    color: #2A1830;
    margin: 0 0 30px;
}
.privacy-policy-content p,
.cookies-page-content p {
    font-family:'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #2A1830;
    margin-bottom: 30px;
}
.privacy-policy-content ul,
.cookies-page-content ul {
    padding: 0 0  0 20px;
}
.privacy-policy-content ul li,
.cookies-page-content ul li {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #2A1830;
    margin-bottom: 30px;
}


table.cookies-table tr th {
    padding: 10px;
    font-size: 13px;
    text-align: center;
}
table.cookies-table tr td {
    padding: 10px;
    font-size: 13px;
    text-align: center;
}


.privacy-policy a,
.cookies-page-content a {
    color: #2a1830;
    font-weight: bold;
}
/*** END PRIVACY POLICY ***/

.product-arrow {
    display: none;
}

/*** PRODUCTS SLIDER ***/
.product-project {
    margin: 15px;
}
.products-project-row .slick-prev:before {
    position: relative;
    background: url(/wp-content/themes/jooby/img/product-slider-right.svg) no-repeat;
    left: 0;
    transform: rotate(0);
}
.products-project-row .slick-next:before {
    position: relative;
    background: url(/wp-content/themes/jooby/img/product-slider-left.svg) no-repeat;
    left: 25px;
}
.products-project-row .slick-dots li.slick-active button:before {
    background: linear-gradient(180deg, #2A1830 0%, #2A1830 100%, #2A1830 100%);
}
/*** END PRODUCTS SLIDER ***/

/*** CONTACT FORM ***/
label#phone1-error,
label#phone_question-error,
label#phone_buy,
label#phone_demo {
    display: none!important;
}

.form-group.form-group-animation.form-group-phone {
    display: block!important;
}

/*** END CONTACT FORM ***/

@media only screen and (max-width: 1919px) {
    .smart-lighting .banner-title h1,
    .smart-counter .banner-title h1 {
        font-size: 46px;
        line-height: 1;
        margin-bottom: 20px;
    }
    .smart-lighting .banner-title p,
    .smart-counter .banner-title p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .banner-icon {
        display: flex;
        align-items: flex-end;
        height: 380px;
        margin: 0;
    }
    .banner-icon img {
        max-height: 510px;
    }

    .cms-slider-text h2 {
        font-size: 32px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .slider-text-description p:last-child {
        margin-bottom: 30px;
    }

    .company-slider-text h2 {
        font-size: 32px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    .company-slider-text p {
        font-size: 14px;
        margin-bottom: 30px;
    }

    section#portfolio .title p {
        font-size: 14px;
        line-height: 25px;
    }

    #question .question-row {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 1200px) {
    /******* COMPANY *******/
    .company-slider-text p {
        line-height: 22px;
    }
    /******* END COMPANY *******/

    /*** SYSTEM RDC ***/
    .system-lighting-text img {
        height: 64px;
    }
    #system-rdc h3.system-rdc-title-device {
        position: absolute;
        bottom: -40px;
        width: 132px;
        margin: 0 0 0 -38%;
        font-size: 12px;
    }
    #system-rdc h3.system-rdc-title-device-2 {
        bottom: -40px;
        width: 144px;
        font-size: 12px;
    }
    #system-rdc h3.system-rdc-title-device-3 {
        bottom: -40px;
        width: 142px;
        margin: 0px 0 0 -40%;
        font-size: 12px;
    }
    #system-rdc h3.system-rdc-title-device-4 {
        bottom: -40px;
        width: 156px;
        margin: 0;
        font-size: 12px;
    }
    /*** END SYSTEM RDC ***/
}

@media only screen and (max-width: 1024px) {
    .header-menu-bar,
    .header-mobile-container {
        display: flex;
    }
    .header-menu-top,
    .header-mega-menu,
    .header-right-item .lang,
    .header-right-item .header-btn {
        display: none;
    }
    .header-container {
        height: 58px;
        padding: 0;
    }
    .header-menu-bar a {
        display: flex;
        align-items: center;
    }
    .header-logo {
        width: 50%;
    }
    .header-logo img {
        max-height: 23px;
    }
    .header-left, .header-right {
        width: 25%;
    }
    .header-right .header-search {
        margin-right: 0;
    }

    .header-mobile-container {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 9;
        background: #2A1830;
        transition: right .25s linear;
    }
    .header-mobile-header {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 58px;
        margin-bottom: 60px;
    }
    .header-mobile-logo img {
        max-height: 23px;
    }
    .header-mobile-close {
        position: absolute;
        right: 15px;
        display: flex;
    }
    .header-mobile-close a {
        display: flex;
    }
    .header-mobile-menu {
        padding: 0 25px;
    }
    .header-mobile-menu ul {
        padding: 0;
    }
    .header-mobile-menu ul li {
        display: block;
        margin-bottom: 20px;
    }
    .header-mobile-menu ul li a {
        font-family:'Ubuntu';
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 21px;
        color: #FFFFFF;
        position: relative;
        display: inline-block;
    }
    .header-mobile-mega-menu ul li a:after {
        content: '';
        position: absolute;
        top: 4px;
        right: -26px;
        display: flex;
        width: 20px;
        height: 16px;
        background: url("../img/mobile-menu-arrow.svg") no-repeat;
        background-position: center;
        transition: -webkit-transform .5s linear;
        transition: transform .5s linear;
    }
    .header-mobile-mega-menu ul li a.active-link:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .header-mobile-mega-menu ul.header-mobile-submenu,
    .header-mobile-mega-menu ul.header-mobile-submenu-2 {
        display: none;
        margin-top: 20px;
    }
    .header-mobile-mega-menu ul.header-mobile-submenu li:last-child,
    .header-mobile-mega-menu ul.header-mobile-submenu-2 li:last-child {
        margin-bottom: 0;
    }
    .header-mobile-mega-menu ul.header-mobile-submenu li a {
        font-size: 18px;
        line-height: 17px;
        color: rgba(255, 255, 255, 0.7);
    }
    .header-mobile-mega-menu ul.header-mobile-submenu li a:after {
        top: 0px;
    }
    .header-mobile-mega-menu ul.header-mobile-submenu-2 li a {
        font-size: 16px;
        line-height: 15px;
    }
    .header-mobile-mega-menu ul.header-mobile-submenu-2 li a:after {
        content: initial;
    }
    .header-mobile-mega-menu ul.header-mobile-submenu li a.active-link {
        color: #fff;
    }
    .header-mobile-mega-menu ul.header-mobile-submenu-2 li a.active-link {
        color: #F67A52;
    }

    .header-mobile-menu .header-mobile-lang .lang ul li ul.dropdown-menu {
        top: 40px;
        padding-bottom: 0;
    }
    .header-mobile-menu .header-mobile-lang ul li {
        margin-bottom: 0;
        padding-left: 0;
    }
    .header-mobile-menu .header-mobile-lang ul li a {
        display: flex;
        align-items: center;
        padding: 10px 0!important;
        color: #2a1830;
    }
    .header-mobile-menu .header-mobile-lang .lang ul li ul.dropdown-menu li a {
        width: 100%;
        padding: 18px 10px!important;
        display: flex;
        border-bottom: 1px solid #6a5e6e;
    }
    .header-mobile-menu .header-mobile-lang .lang ul li ul.dropdown-menu li:last-child a {
        border-bottom: none;
    }

    .tab-table {
        width: 100%;
        overflow-x: auto;
    }
    .tab-table::-webkit-scrollbar {
        height: 5px;
    }

    /* Track */
    .tab-table::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 0;
    }

    /* Handle */
    .tab-table::-webkit-scrollbar-thumb {
        background: #F67A52;
        border-radius: 0;
    }
/*    .tab-table-container {
        width: 1000px;
    }*/
}

@media only screen and (max-height: 768px) {
    section#bannerб .smart-lightingб .smart-counter {
        min-height: 768px;
    }
}

@media only screen and (max-width: 768px) {
    .row-m {
        margin: 0;
    }
    .row-m > div {
        padding: 0;
    }

    /*** HOME ***/
    section#contact .title h2 {
        width: 100%;
    }
    /*** END HOME ***/

    /*** PRIVACY POLICY && COOKIES***/
    .cookies-t {
        width: 100%;
        overflow-x: scroll;
        margin-bottom: 30px;
    }
    table.cookies-table {
        margin: 0;
    }
    .cookies-t::-webkit-scrollbar {
        width: 3px;
        height: 3px;
    }
    .cookies-t::-webkit-scrollbar-track {
        background: #2A1830;
    }
    .cookies-t::-webkit-scrollbar-thumb {
        background: #F67A52;
    }
    .cookies-t::-webkit-scrollbar-thumb:hover {
        background: #ec5524;
    }
    /*** END PRIVACY POLICY && COOKIES***/

    /*** CMS ***/
    .banner-light-bgc {
        width: 100%;
        padding: 40px 40px;
        margin-bottom: 40px;
    }
    #demo {
        height: 100%;
        overflow-y: auto;
    }

    .cms-slider-media .slick-slide img {
        float: none;
        width: 80%;
        margin: 0 auto;
    }

    .banner-light-text h1 {
        font-size: 34px;
        line-height: 39px;
        text-align: center;
        letter-spacing: -0.02em;
        color: #2A1830;
    }

    .banner-btn {
        width: auto;
    }
    .banner-btn button {
        display: block;
        width: 250px;
        margin: 0 auto;
    }

    .page-template.page-template-cms2 section#portfolio {
        padding-top: 60px;
    }

    .banner-light-text {
        max-width: 100%;
    }
    /*** END CMS ***/
}

@media only screen and (max-width: 576px) {
    /*** HEADER ***/
    .header-mobile-container {
        overflow-y: auto;
    }
    /*** END HEADER ***/

    /*** PRODUCT PAGE ***/
    section {
        overflow-x: hidden;
    }

    .desctop-icon {
        display: none;
    }
    .phone-icon {
        display: block;
    }

    .header-mobile-menu {
        padding: 0;
    }
    .title h2 {
        font-size: 40px;
        line-height: 40px;
    }

    section#banner {
        margin: 58px 0 0 0;
    }
    .banner-row {
        display: none;
    }
    .banner-mobile-row {
        display: block;
    }
    .banner-mobile-col > div {
        height: 47vh;
        position: relative;
    }
    .smart-lighting-mobile {
        background: #FAFAFC;
    }
    .smart-lighting-mobile a > div,
    .smart-counter-mobile a > div {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 26px;
        position: relative;
    }
    .smart-lighting-mobile a > div{
        background: url("../img/banner-mobile-1.png") no-repeat;
        background-position: center bottom;
    }
    .smart-counter-mobile a > div{
        background: url("../img/banner-mobile-2.png") no-repeat;
        background-position: center;
    }
    .smart-lighting-mobile:before {
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        position: absolute;
        background: rgba(250, 250, 252, 0.3);
    }
    .smart-counter-mobile:before {
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        position: absolute;
        background: rgba(42, 24, 48, 1);
    }
    .smart-lighting-mobile h1 {
        font-family: Ubuntu;
        font-weight: bold;
        font-size: 34px;
        line-height: 39px;
        text-align: center;
        margin-bottom: 20px;
        color: #2A1830;
    }
    .smart-counter-mobile h1 {
        font-family: Ubuntu;
        font-weight: bold;
        font-size: 34px;
        line-height: 39px;
        text-align: center;
        margin-bottom: 20px;
        color: #fff;
    }
    .smart-lighting-mobile h2,
    .smart-counter-mobile h2 {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: bold;
        font-size: 34px;
        line-height: 39px;
        text-align: center;
        margin-bottom: 20px;
        position: relative;
        z-index: 8;
    }
    .smart-lighting-mobile h2 {
        color: #2A1830;
    }
    .smart-counter-mobile h2 {
        color: #FFFFFF;
    }
    .smart-lighting-mobile p,
    .smart-counter-mobile p {
        font-family:'Ubuntu';
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        position: relative;
        z-index: 8;
    }
    .smart-lighting-mobile p {
        color: rgba(42, 24, 48, 0.6);
    }
    .smart-counter-mobile p {
        color: rgba(255, 255, 255, 0.6);
    }

    section#cms {
        padding: 0;
    }
    .cms-slider {
        display: flex;
        flex-direction: column-reverse;
    }
    .cms-slide {
        padding: 30px 0;
    }
    .cms-slider .slick-list {
        min-height: auto;
    }
    .cms-slider-media {
        width: 100%;
    }
    .cms-slider-media button {
        display: none!important;
    }
    .cms-slider-text {
        width: 100%;
        padding: 50px 30px;
    }
    .cms-slider-text .slider-text {
        max-width: 100%;
        width: 100%;
        margin: 0;
        float: none;
        padding-right: 0;
    }
    #cms .slider-text h2 {
        font-family: Ubuntu;
        color: #2A1830;
        font-weight: 500;
        font-size: 34px;
        line-height: 39px;
        text-align: center;
        letter-spacing: -0.047em;
        margin-bottom: 25px;
    }
    .banner-light-text {
        padding: 0 15px;
    }

    section#info {
        background: #ffffff;
        max-height: 100%;
        overflow-x: hidden;
    }
    button.read-more-button {
        display: block;
        margin: 0 auto;
    }

    section#counter,
    section#company {
        padding-top: 0;
        overflow-x: hidden;
    }
    .company-slider {
        display: flex;
        flex-direction: column;
    }
    .company-slider-media,
    .company-slider-text {
        width: 100%;
    }
    .slider-text {
        max-width: 100%;
        margin: 50px 30px;
    }
    .company-slider-text h2 {
        font-size: 34px;
        line-height: 39px;
        text-align: center;
        color: #2A1830;
        margin-bottom: 25px;
    }
    .company-slider-text p {
        font-weight: 300;
        font-size: 15px;
        line-height: 25px;
        color: #2A1830;
    }
    .slider-btn {
        max-width: 250px;
        width: 100%;
        margin: 0 auto;
    }
    .slider-btn button {
        padding: 0;
        height: 50px;
    }

    #portfolio .title {
        padding: 0 15px;
    }
    #portfolio .title,
    .portfolio-slider .slick-list {
        width: auto;
        margin: 0 30px;
    }
    #portfolio .title h2 {
        font-size: 34px;
        line-height: 39px;
        text-align: center;
        color: #2A1830;
        margin-bottom: 25px;
    }


    .product-arrow {
        position: absolute;
        z-index: 9999;
        top: 270px;
        display: flex;
        justify-content: space-around;
        width: 100%;
    }

    section#top-block {
        margin-top: 0;
        display: none;
    }
    section#portfolio .title p {
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        letter-spacing: -0.02em;
        color: rgba(42, 24, 48, 0.5);
        margin-bottom: 25px;
    }
    .portfolio-slider button.slick-arrow {
        display: none!important;
    }
    .portfolio-icon .portfolio-image {
        width: 100%;
        margin-left: 0;
        height: 290px;
        display: flex;
        position: relative;
        align-items: center;
        z-index: 99999;
    }

    .banner-slider-tags ul li a {
        font-size: 11px;
    }
    .portfolio-slider .portfolio-slide img,
    .portfolio-slider .portfolio-slide p {
        padding: 0;
    }
    .portfolio-slider .portfolio-icon-title p {
        display: none;
    }
    .portfolio-slider .portfolio-slide img {
        width: 100%;
    }
    .portfolio-slider .portfolio-slide img {
         object-fit: cover;
    }
    .portfolio-image:before {
        width: 100%;
    }

    section#banner-case {
        margin-top: 0;
    }
    .banner-slider-row {
        margin-bottom: 0;
    }
    .banner-slider {
        height: 350px;
        padding: 0;
    }
    .banner-slider-icon {
        position: absolute;
        width: 92%;
        left: 8%;
        height: 300px;
        background-size: cover!important;
        background-position: center!important;
        background-repeat: no-repeat!important;
    }


    .portfolio-icon-text p {
        width: 100%;
    }
    .product-project-item {
        margin-bottom: 50px;
    }
    .product-project-item h3 {
        font-size: 18px;
        height: auto;
    }
    .col-result .result-item {
        width: 100%;
        margin: 0 0 50px;
    }
    .col-result:nth-child(2n) .result-item {
        margin: 0 0 30px 0;
    }
    .results-row > div:last-child .result-item, .results-row > div:nth-last-child(-n+2) .result-item {
        margin-bottom: 30px;
    }
    .result-icon {
        min-width: 92px;
        width: 92px;
        margin-right: 0;
    }

    section#contact {
        padding: 60px 0;
    }
    section#contact .title h2 {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: 500;
        font-size: 34px;
        line-height: 39px;
        text-align: center;
        letter-spacing: -0.02em;
        color: #FFFFFF;
    }
    .form-group {
        margin-bottom: 43px;
    }
    .form-group-checkbox p.form-group-paragraph {
        text-align: center;
        margin-bottom: 24px;
    }
    .form-group-checkbox .form-checkbox p {
        font-family: 'Ubuntu';
    }
    .form-checkbox {
        flex-direction: column;
    }
    .form-checkbox label.error {
        top: 126px;

    }
    .form-group label {
        margin-bottom: 27px;
    }
    .form-group label:last-child {
        margin-bottom: 0;
    }
    .form-group label:last-child {
        font-size: 15px;
        line-height: 17px;
        color: rgba(255, 255, 255, 0.7);
    }
    .form-field:focus ~ label,
    .form-field:not(:placeholder-shown) ~ label {
        top: -18px;
        font-size: 11px;
    }
    .form-group-checkbox p {
        font-family: 'Ubuntu';
        font-size: 15px;
        line-height: 24px;
        color: rgba(255, 255, 255, 0.5);
    }
    .form-group-checkbox p.form-checkbox-subscriber-text {
        font-size: 15px;
        line-height: 24px;
        text-align: center;
        color: rgba(255, 255, 255, 0.5);
    }
    form#buy-form h2 {
        font-size: 20px;
    }

    button#contact-button {
        max-width: 100%;
    }

    .footer-logo {
        margin-bottom: 20px;
    }
    .footer-logo a {
        display: flex;
        justify-content: center;
    }
    .footer-item ul {
        margin-bottom: 20px;
    }
    .footer-item ul li a {
        font-family: Ubuntu;
        font-size: 15px;
        line-height: 17px;
        color: rgba(255, 255, 255, 0.7);
    }
    .footer-social-link {
        margin: 40px 0 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .footer-item ul li p {
        display: none;
    }
    .footer-social-link a i {
        color: #fff;
    }
    .footer-top {
        padding: 40px 15px;
    }

    /**** ABOUT PAGE ****/
    .banner-content-top {
        margin-top: 58px;
    }
    .banner-content-text {
        max-width: 490px;
        margin: 50px 30px;
    }
    .banner-content h2 {
        margin-bottom: 40px;
        font-size: 34px;
        line-height: 39px;
        text-align: center;
        color: #2A1830;
    }
    .banner-content-icon-bgc {
        width: 100%;
        max-height: 274px;
    }
    section#people {
        padding: 60px 15px 0;
    }
    .people .title h2 {
        font-size: 34px;
        line-height: 39px;
        text-align: center;
        color: #2A1830;
    }
    .person {
        margin-bottom: 60px;
    }
    .person h3 {
        text-align: center;
        word-spacing: initial;
    }
    .person p {
        text-align: center;
    }
    .banner-content-reverse .banner-content-row {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    /**** END ABOUT PAGE ****/

    /**** PORTFOLIO ****/
    .portfolio-filters ul,
    .portfolio-categories-filters ul {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0;
        padding: 0 30px;
    }
    .portfolio-categories-filters ul {
        display: flex;
        flex-direction: column;
    }
    .portfolio-categories-filters ul li {
        display: block;
        margin: 0 0 14px;
    }
    .portfolio-filters ul li a {
        padding: 0;
        font-size: 12px;
        width: 144px;
        height: 50px;
        font-size: 12px;
        line-height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .portfolio-categories-filters ul li:first-child a {
        border-bottom: 1px solid #000;
        color: #2A1830;
    }
    .portfolio-row {
        padding: 0;
        margin-bottom: 60px;
    }
    .portfolio-row-inversion {
        display: flex;
        flex-direction: column-reverse;
    }
    .portfolio-text,
    .text-inversion {
        margin: 0 30px!important;
        padding: 10px 0;
    }
    .portfolio-row:last-child {
        margin-bottom: 0;
    }
    /**** END PORTFOLIO ****/

    /**** PRODUCTS PAGE ****/
    section#products {
        padding-top: 0px;
    }
    section#products .title h1 {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: 500;
        font-size: 34px;
        line-height: 39px;
        text-align: center;
        color: #2A1830;
    }
    .producys-filter {
        margin-bottom: 10px;
    }
    .producys-filter ul {
        display: flex;
        flex-direction: column;
        padding: 0;
        justify-content: flex-start;
        width: 100%;
        margin: 0 auto;
    }
    .producys-filter ul li {
        display: block;
        margin-bottom: 15px;
    }
    .product-block {
        display: flex;
        flex-direction: column;
        margin-bottom: 60px;
    }
    .product-block-icon {
        margin-bottom: 25px;
    }
    .product-block-features {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .product-block-feature {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 0;
    }
    .product-block-description h2 {
        font-weight: bold;
        font-size: 15px;
        line-height: 20px;
        color: #2A1830;
        max-height: initial;
        min-height: auto;
        margin-bottom: 20px;
    }
    .product-block-feature p:first-child {
        margin-bottom: 20px;
        font-weight: 300;
        font-size: 12px;
        line-height: 24px;
        color: rgba(42, 24, 48, 0.5);
    }
    .product-block-feature p {
        margin-bottom: 0;
        font-weight: 300;
        font-size: 14px;
        line-height: 16px;
        color: #2A1830;
    }
    /**** END PRODUCTS PAGE ****/

    /**** PRODUCT PAGE ****/
    section#products > div {
        padding: 0 30px;
    }
    .product-top-content {
        display: none;
    }
    section#product {
        padding: 58px 0 0;
    }
    .product-slider > div img {
        width: 100%;
    }
    .product-slider button {
        display: none!important;
    }
    .product-info {
        max-width: 100%;
        width: 100%;
        margin: 80px 30px 25px;
    }
    .product-info .product-block-feature {
        max-width: 100%;
        margin: 0 40px 0 0;
        border-bottom: 1px solid rgba(233, 234, 238, 0.8);
        margin-bottom: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .product-sensors .product-tabs .tabs {
        width: 100%;
        margin: 0 auto 60px;
    }
    .product-info h1 {
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 18px;
        line-height: 20px;
        color: #2A1830;
    }
    .product-info p {
        font-weight: 300;
        font-size: 15px;
        line-height: 24px;
        text-transform: capitalize;
        color: rgba(42, 24, 48, 0.5);
        margin-bottom: 10px;
    }
    .product-info .product-block-feature p:first-child {
        font-weight: 300;
        font-size: 12px;
        line-height: 24px;
        color: rgba(42, 24, 48, 0.5);
        margin-bottom: 10px;
    }
    .product-button {
        text-align: center;
    }
    .tabs {
        flex-direction: column;
    }
    .product-tabs .tab {
        width: 100%;
    }
    .tab-table-container {
        display: flex;
        flex-direction: column;
    }
    .tab-table-block {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 100%;
        margin-right: 0;
    }
    .tab-table-rows {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 20px;
    }
    .tab-table-row {
        padding: 10px;
    }
    .tab-table-row p:first-child {
        width: 56%;
    }
    .tab-table-variants .tab-table-row {
        flex-direction: column;
    }
    .tab-table-variants .tab-table-rows .tab-table-row:first-child {
        display: none;
    }
    .product-additional .title h2 {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: bold;
        font-size: 48px;
        line-height: 55px;
        color: #2A1830;
        margin-bottom: 40px;
        font-size: 34px;
        line-height: 39px;
    }
    .product-additional-content {
        flex-direction: column-reverse;
        margin-top: 0;
        padding: 20px;
    }
    .product-additional-text {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        padding-top: 24px;
    }
    .product-additional-icon {
        width: 100%;
    }
    .product-additional-icon img {
        width: 100%;
        margin: 0;
    }
    #portfolio .title p {
        width: 100%;
    }
    .product-button button {
        width: 250px;
    }

    section#system .title h2 {
        font-size: 34px;
        line-height: 48px;
    }
    .system-icon {
        width: 100%;
    }
    .system-icon img {
        width: 100%;
    }
    .info-row {
        flex-direction: column-reverse;
    }
    .info-icon {
        min-height: 320px;
        background: #FAFAFC;
    }
    .info-text {
        max-width: 460px;
        padding: 40px 30px;
    }
    .info-text h2 {
        font-size: 34px;
        line-height: 39px;
        text-align: center;
        letter-spacing: -0.047em;
        color: #2A1830;
    }
    .info-text p {
        font-weight: 300;
        font-size: 15px;
        line-height: 25px;
        color: #2A1830;
        margin-bottom: 36px;
    }

    section#presentation {
        padding: 60px 0;
    }
    section#presentation > div {
        padding: 0 30px;
    }
    /**** END PRODUCT PAGE ****/

    /*** RDC CMS ***/
    .rdc-template-default .product-block-features > div:first-child,
    .rdc-template-default .product-block-features > div:nth-child(2),
    .rdc-template-default .product-block-features > div:nth-child(3) {
        max-width: 100%;
    }
    .product-info .product-block-feature p:first-child {
        margin-bottom: 0;
    }
    .rdc-template-default .product-info .product-block-feature p {
        line-height: 25px;
    }
    .rdc-template-default .product-block-features > div {
        padding-right: 0;
    }
    .rdc-template-default .product-tabs .tabs, .rdc-template .product-tabs .tabs {
        width: 100%;
    }

    .system #events #line {
        left: 15%;
    }
    #events {
        display: block;
        padding: 40px 0;
    }
    #events #line {
        top: 0;
        left: 0;
        transform: translateX(-50%);
        width: 1px;
        height: 100%;
    }
    #events #line:before {
        top: 0;
        left: -7px;
    }
    #events #line:after {
        top: 100%;
        left: -7px;
    }
    #line:after {
        top: auto;
        left: 0;
        right: auto;
        bottom: 0;
    }
    #events .event {
        flex-direction: row;
        flex-wrap: wrap !important;
    }
    #events .event:before {
        content: '';
        width: 30px;
        height: 1px;
        background: black;
        position: absolute;
        left: 0;
        top: 50%;
    }
    .system #events .event:before {
        background: #ffffff;
    }
    #events .event .container-event {
        width: 100%;
        margin: 0 auto;
    }
    #events .event {
        height: auto;
        flex-direction: row;
        flex-wrap: wrap !important;
        align-items: center;
        margin: 0 0 40px !important;
        padding: 0 0 0 50px;
    }
    #events .event.bottom {
        flex-wrap: wrap;
    }
    #events .event.bottom .container-event {
        flex-direction: column;
    }
    #events .event.top .container-event .image {
        margin-bottom: 0;
    }
    #events .event.top .container-event .text {
        padding-right: 0 !important;
    }
    #events .event.top .container-event .text:after,
    #events .event.bottom .container-event .text:after {
        display: none;
    }
    #events .event:before {
        left: 15%;
    }
    #events .event.bottom .container-event .text {
        padding-top: 0;
    }
    .system #events .event .container-event .text h3.title {
        font-size: 14px;
        line-height: 25px;
        color: #FFFFFF;
    }
    #events .event .container-event .image img {
        width: 80%;
        margin: 0 auto 15px;
    }
    #events .container-event .text {
        max-width: 200px;
        margin: 0 auto;
    }
    /*** END RDC CMS ***/



    /*** SYSTEM LIGHTING ***/
    #system-lighting {
        display: block;
        padding: 40px 0;
    }
    #system-lighting #system-lighting-line {
        top: 0;
        left: 15%;
        transform: translateX(-50%);
        width: 1px;
        height: 100%;
    }
    #system-lighting h3.system-lighting-title {
        font-size: 14px;
        line-height: 25px;
        color: #FFFFFF;
    }
    #system-lighting #system-lighting-line:before,
    #system-lighting #system-lighting-line:after {
        transform: translateX(-50%);
    }
    #system-lighting #system-lighting-line:before {
        top: 0;
    }
    #system-lighting #system-lighting-line:after {
        top: auto;
        left: 0;
        right: auto;
        bottom: 0;
    }
    #system-lighting #system-lighting-line:before,
    #system-lighting #system-lighting-line:after {
        transform: translateX(-50%);
    }
    #system-lighting .system-lighting {
        height: auto;
    }
    #system-lighting .system-lighting.system-lighting-top {
        margin-bottom: 50px;
        padding: 0 0 0 50px;
    }
    #system-lighting .system-lighting.system-lighting-bottom {
        margin-top: 0;
        margin-bottom: 50px;
        padding: 0 0 0 50px;
    }
    #system-lighting .system-lighting:before {
        content: '';
        width: 30px;
        height: 1px;
        background: #ffffff;
        position: absolute;
        left: 15%;
        top: 50%;
    }
    #system-lighting .system-lighting .system-lighting-container {
        width: 100%;
    }
    #system-lighting .system-lighting.system-lighting-top .system-lighting-container .system-lighting-text {
        padding-right: 0 !important;
    }
    #system-lighting .system-lighting.system-lighting-top .system-lighting-container .system-lighting-text {
        padding-right: 20px !important;
    }
    #system-lighting .system-lighting.system-lighting-bottom .system-lighting-container .system-lighting-text {
        padding-top: 0;
        padding-bottom: 50px;
    }
    #system-lighting .system-lighting.system-lighting-top .system-lighting-container .system-lighting-text:after,
    #system-lighting .system-lighting.system-lighting-bottom .system-lighting-container .system-lighting-text:after {
        display: none;
    }
    /*** END SYSTEM LIGHTING ***/

    /*** SYSTEM RDC ***/
    #system-rdc {
        display: block;
    }
    .system-rdc-meters {
        display: block!important;
    }
    .system-rdc-spider {
        display: none;
    }
    .system-rdc.system-rdc-spider-block {
        top: 0;
    }
    .system-rdc-meters {
        width: 100%;
    }
    #system-rdc h3.system-rdc-title {
        font-size: 16px;
        line-height: 23px;
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 0;
    }
    .system-lighting-text img {
        width: 80%;
        margin: 0 auto 15px;
    }
    .system-lighting-text img {
        width: 80%;
        height: 80px;
    }
    #system-rdc h3.system-rdc-title-device,
    #system-rdc h3.system-rdc-title-device-2,
    #system-rdc h3.system-rdc-title-device-3,
    #system-rdc h3.system-rdc-title-device-4 {
        width: 100%;
        font-size: 16px;
        line-height: 25px;
        text-align: center;
        color: #FFFFFF;
        max-width: 212px;
        margin: 0;
        position: relative;
        bottom: 0;
    }
    #system-rdc .system-rdc.system-rdc-border {
        width: 100%;
        max-width: 1px;
        height: 44px;
        background: #bfbac1;
        margin: 23px auto;
    }
    /*** END SYSTEM RDC ***/

    /*** COOKIES ***/
    .cli-style-v2.cli-bar-container {
        flex-wrap: initial;
    }
    .cli-style-v2 .cli-bar-message {
        width: 64%;
        font-size: 13px;
    }
    .cli-style-v2 .cli-bar-btn_container {
        width: 36%;
    }
    .cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
        width: 100%;
        height: 40px;
        display: flex!important;
        padding: 0;
        font-size: 13px;
        line-height: 1;
    }
    /*** END COOKIES ***/


    /*** SUCCESS FORM ***/
    .success {
        background: #fff;
        display: flex;
        align-items: center;
    }
    section#contact .success .title h2 {
        width: 100%;
        font-size: 34px;
        line-height: 34px;
        text-align: center;
        letter-spacing: -0.01em;
        margin-bottom: 25px;
    }
    section#contact .success .title p {
        font-size: 15px;
        line-height: 25px;
        text-align: center;
        color: rgba(42, 24, 48, 0.5);
        margin-bottom: 60px;
    }
    .success-button {
        display: flex;
        justify-content: center;
    }
    /*** END SUCCESS FORM ***/

    /*** BREADCRUMBS ***/
    section#breadcrumbs-top {
        padding: 76px 0 20px 0;
    }
    /*** END BREADCRUMBS ***/

    /*** LANDING RDC ***/
    section#landing-banne-rdc {
        width: 100%;
        height: 100%;
    }
    .landing-banner-text h1 {
        font-size: 34px;
        line-height: 39px;
        color: #2A1830;
    }
    .landing-banner-text p {
        margin-bottom: 40px;
    }
    .landing-banner-img {
        display: none;
    }

    .col-border:before {
        content: '';
        position: absolute;
        width: 2px;
        height: 100%;
        background: #F67A52;
        right: 0;
    }
    .landing-feature-item {
        padding: 0;
        border: 0;
    }
    .landing-feature h3 {
        font-size: 18px;
        line-height: 60px;
        text-align: center;
        letter-spacing: -0.03em;
        color: #2A1830;
    }
    .landing-feature p {
        max-width: 300px;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        letter-spacing: -0.04em;
        color: #2A1830;
    }

    section#devices {
        padding: 60px 15px 80px;
    }

    section#panel {
        padding: 54px 15px;
        background: #FAFAFC;
    }
    .panel-icon {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
    .panel-text {
        max-width: 460px;
        margin-left: 0;
    }
    .panel-text h2 {
        font-size: 34px;
        line-height: 39px;
        text-align: center;
        letter-spacing: -0.047em;
        color: #2A1830;
        text-align: center;
        margin-bottom: 26px;
    }
    .panel-text p {
        font-size: 15px;
        line-height: 25px;
        color: #2A1830;
    }
    .banner-btn a {
        width: 250px;
        margin: 0 auto;
    }

    .system-rdc .system-lighting-text {

        text-align: center;
    }

    .system-rdc .system-rdc-meters {

        text-align: center;
    }
    /*** END LANDING RDC ***/

    /*** LANDING SMART LIGHTING ***/
    section#landing-banner {
        background: #FAFAFC;
        padding: 76px 0 20px 0;
    }
    .landing-banner-col #breadcrumbs {
        margin-bottom: 20px;
    }
    .landing-banner-icon {
        display: none;
    }
    .product-additional-icon img {
        width: 40%;
    }
    .landing-banner-video h2 {
        font-size: 15px;
        line-height: 17px;
        color: #2A1830;
    }
    .landing-banner-video p {
        font-size: 12px;
        line-height: 18px;
        color: rgba(42, 24, 48, 0.6);
    }
    .landing-features-lighting .landing-feature h3 {
        font-size: 34px;
        line-height: 60px;
        text-align: center;
        color: #2A1830;
    }
    section#devices {
        padding: 60px 15px 30px;
    }
    section#landing-advantage {
        padding: 30px 0;
    }
    .product-additional {
        margin-bottom: 30px;
    }
    section#landing-network {
        padding-bottom: 0;
    }
    /*** END LANDING SMART LIGHTING ***/

    /*** CMS ***/
    .application-slider {
        display: flex;
        flex-direction: column;
    }
    .application-slider-media {
        width: 100%;
        display: inline-block;
    }
    .application-slide img {
        max-width: 200px;
    }
    .application-slider-text {
        width: 100%;
        padding: 30px;
    }
    .slider-text h2 {
        font-size: 32px;
        line-height: 32px;
        color: #2A1830;
    }
    .application-slider-media .slick-prev {
        left: 48px;
    }
    .application-slider-media .slick-next {
        right: 37px;
    }
    .application-slider-media .slick-prev, .application-slider-media .slick-next {
        top: 98%;
    }
    /*** END CMS ***/

    /*** MODAL ***/
    #buy, #question, #demo {
        padding-left: 15px;
        padding-right: 15px;
        overflow-y: auto;
    }
    #buy .buy-row {
        padding-top: 50px;
    }
    #demo .form-group.form-group-animation h2 {
        font-size: 20px;
        line-height: 30px;
    }
    button#demo-button {
        max-width: 250px;
    }
    /*** END MODAL ***/

    /*** CASE ***/
    .title h2 {
        font-size: 34px;
        line-height: 39px;
        text-align: center;
        color: #2A1830;
    }

    section#banner-case .breadcrumbs-case {
        margin-bottom: 40px;
    }
    section#banner-case h1 {
        font-weight: bold;
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .banner-case-title p {
        line-height: 30px;
    }

    .logo-item {
        text-align: center;
    }
    .logo-item img {
        width: 80%;
    }
    .tasks-text h2 {
        font-size: 34px;
        line-height: 39px;
        text-align: center;
        color: #2A1830;
        margin-bottom: 25px;
    }
    .tasks-text p {
        font-size: 15px;
        line-height: 24px;
        color: #2A1830;
    }
    .tasks-text-item ul {
        padding-left: 20px;
    }
    .tasks-text-item ul li {
        font-size: 15px;
        line-height: 24px;
        color: #2A1830;
        margin-bottom: 15px;
    }
    .tasks-text-item ul li:last-child {
        margin-bottom: 0;
    }


    section#banner-case,
    section#logos {
        padding-left: 15px;
        padding-right: 15px;
    }
    section#products-project,
    section#tasks,
    section#portfolio {
        padding: 80px 15px;
    }

    .col-result .result-item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .result-icon {
        margin-bottom: 20px;
    }
    .result-item p {
        max-width: 88%;
        text-align: center;
        margin-bottom: 0;
    }

    section#contact {
        padding: 60px 15px;
    }
    .form-group.form-group-button {
        text-align: center;
    }
    button#contact-button {
        max-width: 250px;
    }
    /*** END CASE ***/

    /*** CATEGORY ***/
    .category section#top-block {
        display: block;
    }

    section#presentation .title h2 {
        font-size: 34px;
        line-height: 39px;
        text-align: center;
        color: #FFFFFF;
    }
    section#presentation .title p {
        font-size: 15px;
        line-height: 24px;
        text-align: center;
        color: rgba(255, 255, 255, 0.5);
    }

    button#presentation-button {
        max-width: 250px;
    }
    /*** END CATEGORY ***/
}


/*#########################################*/

.product-block-link {

    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

a.fill-btn,
button.fill-btn {

    display: inline-flex;
    justify-content: center;
    align-items: center;

    width: auto;
    min-width: 200px;
    padding: 18px 2em 16px;

    text-align: center;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #FFF;

    border: 1px solid #F67A52;
    border-radius: 40px;
    background-color: #F67A52;

    transition: all 0.3s ease-out;
}

a.fill-btn:hover,
button.fill-btn:hover {

    border-color: #FF6230;
    background-color: #FF6230;
    transition: all 0.3s ease-out;
}

a.goust-btn,
button.goust-btn {

    display: inline-flex;
    justify-content: center;
    align-items: center;

    width: auto;
    min-width: 200px;
    padding: 18px 2em 16px;

    text-align: center;
    font-family: Ubuntu;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #F67A52;

    border: 1px solid #F67A52;
    border-radius: 40px;
    background-color: transparent;

    transition: all 0.3s ease-out;
}

a.goust-btn:hover,
button.goust-btn:hover {

    color: #FFF;
    border-color: #FF6230;
    background-color: #FF6230;
    transition: all 0.3s ease-out;
}

/*artem*/
.single-post-container p a{
position:relative;
}
.single-post-container p a:after{
    content: '';
/*    width: 100%;
    position: absolute;
    height: 1px;
    background: black;
    top: 100%;
    left: 0;
    transition: 0.2s;*/
}
.single-post-container p a:hover:after{
    width: 0;
}



#breadcrumbs span.breadcrumb_last{
    color: #F67A52!important;
}
button:hover .svg-circle .svg-path {
 stroke-dashoffset:0
}
button svg{
    width: calc(100% + 14px);
        height: calc(100% + 14px);
        position: absolute;
        top: -7px;
        left: -7px;
}
    button svg circle{
    fill: none;
stroke: #999;
stroke-width: 2;
stroke-dasharray: 360;
stroke-dashoffset: 360;
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
-moz-transform-origin: center 50%;
-ms-transform-origin: center 50%;
-webkit-transform-origin: center 50%;
transform-origin: center 50%;
-moz-transition: all .6s cubic-bezier(0.16, 0.01, 0.77, 1);
-o-transition: all .6s cubic-bezier(0.16, 0.01, 0.77, 1);
-webkit-transition: all .6s cubic-bezier(0.16, 0.01, 0.77, 1);
transition: all .6s cubic-bezier(0.16, 0.01, 0.77, 1);
        
}
.header-menu-top ul li.currpage:before{
    content: '';
    width: 100%;
    height: 1px;
    background: #2A1830;
    position: absolute;
    left: 0;
    top: calc(100% + 2px);
}
.header-menu-top ul li.currpage{
    position: relative;
    text-decoration: none!important;

}
section#top-block{
    height:auto!important;
}



.single-post-container p a{
    color: #2A1830;
    text-decoration: underline;
    font-weight: 300!important
}
.single-post-container p a:hover{
    text-decoration:none!important;
}


.single-post-container p span a{
    color: #2A1830;
    text-decoration: underline;
    font-weight: 300!important
}
.single-post-container p span a:hover{
    text-decoration:none!important;
}


.single-post-container p a:hover span{
    text-decoration:none!important;
}

#breadcrumbs{
    padding-top:40px;
    padding-bottom:35px;
}
.inload:after{
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.1);
    z-index: 10000;
}
.single-post-wrap #breadcrumbs span.breadcrumb_last{
    color: rgba(255, 255, 255, 0.3);
    padding-top:0;
    padding-bottom:15px;
}
.nonews{
    padding: 30px 15px 50px;
}
.inload:before{
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid white;
    position: fixed;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    border-right-color: transparent;
    z-index: 100001;
    animation-name: rotate;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes rotate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

.dop-posts-wrap{
    padding: 0 0 70px;
}
.dop-posts-wrap .container h2{
    font-size: 48px;
    font-weight: 700;
    padding-right: 100px;
}
.dop-posts-slider{
    margin-top: 50px;
}
.slide-dop{
    padding:0 10px;
}
.slide-dop .inner{
    background: #FAFAFC;
    padding: 40px 20px
}
.slide-dop .inner span{
    color: rgba(42, 24, 48, 0.5);
    font-size: 16px;
    display: block;
}
.slide-dop .inner a.p-name{
    font-weight: 700;
font-size: 36px;
color: #2A1830;
    display: block;
    margin: 15px 0;
}
.slide-dop .inner p{
    font-weight: 300;
font-size: 16px;
color: #2A1830;
    margin: 20px 0 40px;
    line-height:170%;
}
.slide-dop .inner a.read-post{
    font-size: 18px;
    color: #2A1830;
    position: relative;
    padding-right: 50px;
}
.slide-dop .inner a.read-post:after{
    content: '';
    width: 50px;
    height: 2px;
    background: #2A1830;
    position: absolute;
    left: calc(100% - 35px);
    top: 50%;
    transition: 0.2s;
}
.slide-dop .inner a.read-post:hover:after{
    width: 80px;
}
.slide-dop .inner a.read-post:hover:before{
    left: calc(100% + 35px);
}
.slide-dop .inner a.read-post:before{
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: calc(100% + 5px);
    top: calc(50% - 4px);
    transform: rotate(45deg);
    border:2px solid #2A1830;
    border-left: none;
    border-bottom: none;
    transition: 0.2s;
}
.dop-posts-slider .slick-prev:before{
    background-size: 30px!important;
    background-position: center!important;
    width:100%
}
.dop-posts-slider .slick-next:before{
    background-size: 30px!important;
    background-position: center!important;
    width:100%
}
.dop-posts-slider{
    width:calc(100% + 20px);
    margin-left:-10px;
}
.dop-posts-slider .slick-next{
    top: -70px;
    right: 0;
}

.dop-posts-slider .slick-prev{
    top: -70px;
    left: initial;
    right: 70px;
}
.divider-end{
    padding: 30px 0 0;
    border-top: 1px solid #E5E5E5;
    width:100%;
    float:none;
    margin-top: 20px;
}
.divider-end p{
    font-size: 24px!important;
    font-weight: 700!important;
}
.divider-end span{
    color: rgba(42, 24, 48, 0.5);
    font-size: 16px;
}
.divider-end a img{
    filter:brightness(0.6);
    margin-right: 10px;
}
.divider-end span img{
    width: 15px;
    position: relative;
    top: -2px;
    margin-right: 10px;
    filter: none;
}
.divider-end span img:hover{
    opacity: 0.5;
}
/*sl*/
.post-content-slider .slide-one img{
    background: #FAFAFC;
    border-radius: 5px;
    width: calc(100% - 20px);
    margin: 10px;
    display: block;
    margin-bottom: 15px;
    height: 250px;
    object-fit: contain
}
.post-content-slider .slick-prev{
    left: -60px;
}
.post-content-slider .slick-next{
    right: -60px;
}
.post-content-slider .slick-next:before{
    background-size: 30px;
}
.post-content-slider .slick-prev:before{
    background-size: 30px;
}
.post-content-slider .slide-one a{
    display: block;
    text-align: center;
    color: #2A1830;
    font-size:18px;
}
.post-content-slider .slick-prev:before{
    width: 100%;
    height: 100%;
}
.post-content-slider .slick-next:before{
    width: 100%;
    height: 100%;
}
/*sl end*/
/*post*/
.link-btn{
    width: 200px;
    display: block;
    margin:  50px auto 0;
    text-align: center;
    background: #F67A52;
    color: white!important;
    border-radius: 30px;
    padding: 15px;
    border: 1px solid #F67A52;
}
.link-btn:hover{
    color: #F67A52!important;
    background: transparent;
}
.single-post h3{
    font-size: 25px;
    font-weight: 700;
    color: #2A1830;
}
.single-post h2{
    font-size: 36px;
    font-weight: 700;
    color: #2A1830;
}
.single-post h4{
    font-size: 20px;
    font-weight: 700;
    color: #2A1830;
}
.post-content-slider-wrap{
    margin:30px 0;
}

.single-post-container ul {

    list-style: none;
    padding: 0;
    margin-bottom:15px;
}

.single-post-container ul>li {

    color: #2A1830;
    font-size: 20px;
    line-height:150%;
    font-weight:300;
    margin:5px 0;

}

.single-post-container ul>li {


  position: relative;
  padding-left: 34px;

  &:last-child {

    margin-bottom: 0;
  }

  &:before {

    content: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.25169 17.2515L4.08169 13.0815L2.66669 14.4965L8.25169 20.0815L20.2517 8.0815L18.8367 6.6665L8.25169 17.2515Z" fill="%23F67A52"/></svg>');
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
  }
}


.single-post-container p{
    color: #2A1830;
    font-size: 20px;
    line-height:150%;
    font-weight:300;
}
.single-post-container p strong{
    font-weight:700;
}
.single-post-container{
    padding: 100px 0;
}
.single-post-wrap{
    padding-top: 0;
    background: #2A1830;
    padding-bottom:80px;
}
.single-post-wrap .top-bar{
    margin-top: 40px;
    color: rgba(255, 255, 255, 0.5);
}
.single-post-wrap .top-bar span img{
    width: 19px;
    position: relative;
    top: -2px;
    display: inline-block;
    margin: 0;
    margin-right: 5px;
}
.single-post-wrap .top-bar span{
    margin-right: 30px;
    font-size: 14px
}
.single-post-wrap img.main-image{
    width: calc(100vw - (((100vw - 1140px) / 2) ));
    max-width: 100vw;
    display: block;
    margin: 30px 0 50px;
    height:555px;
    object-fit:cover;
}
.single-post-wrap h1{
    color: white;
    font-size: 48px;
    font-weight: 700;
    margin: 20px 0;
}
.single-post-wrap #top-block{
    margin-top: 0;
}
.single-post-wrap #breadcrumbs a{
    color: rgba(255, 255, 255, 0.5);
}
.single-post-wrap .tags-wrap a{
    padding: 7px 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    color: white;
    font-size: 14px;
    margin-right: 10px;
    font-weight:300;
}
.single-post-wrap .socs-wrap{
    float: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.single-post-wrap .socs-wrap a{
    display: inline-block;
    padding: 0;
    background: none;
    margin: 0 5px;
}
.single-post-wrap .socs-wrap a img{
    width: 50px;
    margin: 0;
}
.single-post-wrap .socs-wrap a:hover{
    opacity: 0.5;
}
.single-post-wrap .socs-wrap img{
    width: 30px;
    display: inline-block;
    margin: 0 10px 0 0;
}
.visit-card{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 30px;
    background: #FAFAFC;
    border-radius: 5px;
    margin: 50px 0;
}
.visit-card .left p{
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
}
.visit-card .left span{
    font-size: 18px;
    color: #2A1830;
    font-weight: 700;
    
}
.visit-card .left{
    width: calc(100% - 150px);
}
.visit-card .right{
    width: 130px;
}
.visit-card .right img{
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
}

/*post end*/

.load-mores{
    color: #F67A52!important;
    position: relative!important;
    display: inline-block!important;
    background: transparent;
    padding: 0!important;
    cursor:pointer;
    padding-right:60px!important;
    text-transform:uppercase;
}
.inp-wrap input.invalid{
    background-image: url('http://dev.jooby.eu/wp-content/uploads/2020/12/Group-878.svg');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: calc(100% - 5px) 15px;
    border-bottom:1px solid red;
}
.load-mores:after{
    content: '';
    width: 50px;
    height: 2px;
    background: #F67A52;
    position: absolute;
    left: calc(100% - 45px);
    top: 50%;
    transition: 0.2s;
}
.load-mores:hover:after{
    width:80px;
}
.load-mores:hover:before{
    left:calc(100% + 25px);
}
.load-mores:before{
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: calc(100% - 5px);
    top: calc(50% - 4px);
    transform: rotate(45deg);
    border:2px solid #F67A52;
    border-left: none;
    border-bottom: none;
    transition: 0.2s;
}
.loadmores-wrap{
    padding: 40px 0 60px;
}
.blog-screen{
    padding-top: 0;
}
.loadmores-wrap{
    background:#FAFAFC;
}
.sub-tab{
    display:none;
}
.sub-tab.sub-tab1{
    display:block;
}
.toggle-tabs{
    display:none;
}
.blog-screen .tab-heading-wrap{
    text-align: center;
}
.blog-screen .tab-heading-wrap a{
    font-family: Ubuntu;
font-style: normal;
font-weight: 300;
font-size: 14px;
    color: #2A1830;
    padding: 15px 20px;
    background: #FAF9FB;
    margin: 0 5px;
    transition: 0.2;
    display:inline-block;
}
.blog-screen .tab-heading-wrap a:hover{
    opacity: 0.5;
}
.blog-screen .tab-heading-wrap a.active-btn{
    color: white;
    background: #2A1830;
}
.blog-screen .tab-heading-wrap{
    margin-bottom: 40px;
}
.blog-screen .sub-tabs{
    text-align: center;
}
.blog-screen .sub-tabs a{
font-weight: 400;
font-size: 16px;
color: rgba(42, 24, 48, 0.5);
    margin: 0 20px;
}
.blog-screen .sub-tabs a.active-sub-cat{
    text-decoration: underline;
    color: #2A1830;
}
.blog-news-wrap{
    margin-top: 60px;
}
#load-post-container{
    margin-top: 0;
}
.blog-news-wrap a{
    position: relative;
    background: transparent;
    display: block;
}
.blog-news-wrap a img{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
    opacity: 0;
    z-index:-1;
    transform:translateX(30%);
}
.blog-screen .sub-tabs a:hover{
    color: #2A1830;
    text-decoration:underline;
}
.blog-news-wrap a:hover:before{
    background:#2A1830;
}
.blog-news-wrap a:hover:after{
    opacity: 0.3;
}
.blog-news-wrap a:hover img{
    opacity: 1;
    transform:translateX(0);
}
.blog-news-wrap a:hover h3{
    color: white;
}
.blog-news-wrap a:hover p{
    color: white;
}
.blog-news-wrap a:hover span.read-new{
    color: white;
}
.blog-news-wrap a:hover span.read-new:after{
    background: white;
    width: 80px;
}
.blog-news-wrap a:hover span.read-new:before{
    border-color: white;
    left: calc(100% + 85px)
}
.blog-news-wrap a:hover span.new-time{
    color: rgba(255, 255, 255, 0.5);
}
.blog-news-wrap a:hover .tags-wrap span{
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.blog-news-wrap a:before{
    content: '';
    width: 100%;
    height: 100%;
    background:  #FAFAFC;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: 0.4s;
    z-index: -2;
}
.blog-news-wrap a:after{
    content: '';
    width: 100%;
    height: 100%;
    background:  #2A1830;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.2s;
    z-index: -1;
}
.blog-news-wrap a{
    padding: 60px 0 0;
}
.blog-news-wrap a .container:last-of-type{
    border-bottom:none;
}
.blog-news-wrap a:hover .container{
    border-bottom-color:transparent!important;
}
.blog-news-wrap a .container{
    border-bottom:1px solid #E5E5E5!important;
    padding-bottom:60px
}
.blog-news-wrap a span.new-time{
    font-size: 18px;
color:rgba(0, 0, 0, 0.5);
    transition: 0.2s;
}
.blog-news-wrap a h3{
    font-weight: 700!important;
font-size: 36px;
    margin: 20px 0 30px;
color: #2A1830;
    transition: 0.2s;
}
a .tags-wrap{
    margin-bottom: 30px;
}
a .tags-wrap span{
    padding: 5px 15px;
    display:inline-block;
    margin-top:5px;
    background: rgba(73, 42, 83,0.1);
    border-radius: 20px;
    margin-right: 10px;
    color: #2A1830;
    font-weight: 200;
}
.blog-news-wrap a p{
    color: #2A1830;
    font-size: 16px;
    font-family: Ubuntu;
    line-height: 180%;
    font-weight:300;
}
.blog-news-wrap a span.read-new{
    position: relative;
    color: #2A1830;
    font-size: 18px;
    font-weight: 400;
    margin-top: 40px;
    display: inline-block
}
.blog-news-wrap a span.read-new:after{
    content: '';
    width: 50px;
    height: 2px;
    background: #2A1830;
    position: absolute;
    left: calc(100% + 15px);
    top: 50%;
    transition: 0.2s;
}
.blog-news-wrap a span.read-new:before{
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: calc(100% + 55px);
    top: calc(50% - 4px);
    transform: rotate(45deg);
    border:2px solid #2A1830;
    border-left: none;
    border-bottom: none;
    transition: 0.2s;
}
.subscribe-screen{
    background: #2A1830;
    padding: 80px 0;
}
.subscribe-screen h3{
    color: white;
    font-size: 48px;
    font-weight: 700;
}
.subscribe-screen .col-md-6:first-of-type span{
    color: rgba(255, 255, 255, 0.5);;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    margin-top: 30px;
}
.subscribe-screen p{
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
}
.subscribe-screen label{
    padding-left: 25px;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 200;
    font-size: 14px;
    cursor:pointer;
}
.subscribe-screen label input{
    display: none;
}
.subscribe-screen label span{
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid white;
    position: absolute;
    left: 0;
    top: 1px;
    border-radius: 2px;
    transition:0.2s;
}
.subscribe-screen .label-wrap label{
    color: #ABABAB;
    font-size: 16px;
}
.subscribe-screen label.activelabel{
    color:white!important;
}
.subscribe-screen .label-wrap label:last-of-type{
    margin-left: 20px;
}
.subscribe-screen label input:checked ~span:after{
    content: '';
    width: 10px;
    height: 5px;
    border: 1px solid #2a1830;
    position: absolute;
    top: 45%;
    left: 50%;
    border-top: none;
    border-right: none;
    transform: translate(-50%, -50%) rotate(-50deg);
}
.subscribe-screen label input:checked ~span{
    background:white;
}
.subscribe-screen label:hover span{
    background:white;
}
.subscribe-screen form input{
    width: 100%;
    height: 40px;
    color: white;
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    font-size: 18px;
    font-weight: 200;
}
.inp-wrap{
    margin:  15px 0 5px;
}
.subscribe-screen label[for="type3"]{
    margin-top:20px;
}
.subscribe-screen form input::placeholder{
    color: rgba(255, 255, 255, 0.7);
}
.single-post-wrap #breadcrumbs a,.single-post-wrap #breadcrumbs span{
    font-weight: 300!important;
    font-size: 14px;
}
.subscribe-screen form button{
    margin-top: 40px;
    background: #F67A52;
    border: 1px solid #F67A52;
    color: white;
    height: 50px;
    display: block;
    width: 200px;
    font-size: 16px;
    font-weight:400;
}
.subscribe-screen form button:hover{
    background: #FF6230;
    border-color:#FF6230;
}
.inp-wrap span{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #C9CCD1;
    font-size: 17px;
    font-weight:300;
    transition: 0.2s;
    z-index:0;
    padding-left:5px;
}
.inp-wrap input:invalid{
    box-shadow: none;
    
}
.inp-wrap input:not(:placeholder-shown):invalid{
    box-shadow: none;
    border-bottom:1px solid red;
}
.inp-wrap{
    position: relative;
    margin-top: 25px!important;
}
.inp-wrap input{
    border-radius: 0!important;
    outline: none;
    position:relative;
    z-index:1;
}
.inp-wrap input:not(:placeholder-shown) ~ span{
    transform: translateY(-40px)!important;
    font-size: 14px;
    color:white;
}
.inp-wrap input:focus ~span{
    transform: translateY(-40px)!important;
    font-size: 14px;
    color:white;
}
.subscribe-screen{
    position: relative;
}
.subscribe-screen .succesfull{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: linear-gradient(to right,white 50%, #2A1830 50%);
    z-index: 1;
    transform:translateX(-100%);
}
.subscribe-screen .succesfull h3{
    color:  #2A1830;
}
.subscribe-screen .succesfull span{
    color: #2A1830!important;
}
.subscribe-screen .succesfull button{
    margin-top: 60px;
    background: #F67A52;
    border: 1px solid #F67A52;
    color: white;
    height: 50px;
    display: block;
    width: 200px;
    font-size: 18px;
}
.subscribe-screen .succesfull button:hover{
    background: transparent;
    color: #F67A52
}



@media (max-width:992px){
    .subscribe-screen .label-wrap label:last-of-type{
        margin:10px 0 0;
    }
    .subscribe-screen .label-wrap label{
        display:block;
    }
    
    
    .single-post-container .container p{
        font-size:16px!important;
    }
    .single-post-container ul li{
        font-size:16px!important;
    }
    .visit-card .right img{
        width:80px;
        height:80px;
    }
    .visit-card .right{
        width:80px;
    }
    .visit-card .left{
        width:calc(100% - 95px);
    }
    .visit-card .left p{
        font-size:14px;
    }
    .visit-card .left span{
        font-size:15px;
    }
    .visit-card{
        padding:30px 15px;
    }
    .single-post-container{
        padding-top:50px;
    }
    .single-post-wrap h1{
        font-size:30px;
    }
    .single-post-wrap img.main-image{
        width: calc(100vw - (((100vw - 720px) / 2) ));
        height:350px;
    }
    .single-post-wrap .top-bar{
        margin-top:20px;
    }
    .single-post-wrap .tags-wrap a{
        font-size:12px;
    }
    .single-post h2{
        font-size:25px;
    }
    .single-post h3{
        font-size:22px;
    }
    .single-post h4{
        font-size:21px;
    }
    .post-content-slider .slide-one a{
        font-size:14px;
    }
    .dop-posts-wrap .container h2{
        font-size:35px;
    }
    .slide-dop .inner a.p-name{
        font-size:25px;
    }
    .slide-dop .inner span{
        font-size:14px;
    }
    .divider-end p{
        font-size:20px!important;
    }
}

@media (max-width:768px){
    .visit-card{
        flex-direction:column-reverse;
    }
    .visit-card .left{
        width:100%;
        margin-top:20px;
    }
    .single-post-wrap{
        padding-top:0
    }
    .single-post-wrap .socs-wrap{
    position: absolute;
    top: -380px
}
.tags-wrap{
    position: relative;
}
.main-image{
    margin-top: 120px!important;
    margin-bottom: 30px!important;
    height: 250px!important;
    width: calc(100vw - (((100vw - 540px) / 2) ))!important;
}
.single-post-wrap h1{
    line-height: 140%;
    font-size:24px;
}
.dop-posts-wrap .container h2{
    font-size: 25px!important;
}
.post-content-slider .slick-prev{
    display: none!important;
}
.post-content-slider .slick-next{
    display: none!important;
}
    .post-content-slider-wrap .slick-dots{
    bottom:  -50px !important;
    padding: 0;
}
.post-content-slider-wrap .slick-dots button:before{
    width: 9px!important;
    height: 9px;
    background: black!important;
}
    .post-content-slider-wrap .slick-dots button{
        width:9px;
        height:9px;
    }
    .post-content-slider .slide-one img{
        width:100%;
        padding:10px;
        margin:0 0 15px;
    }
    .single-post-wrap .tags-wrap a{
    display: inline-block;
    margin: 10px 10px 0 0;
}
    
    .blog-news-wrap a img{
        width:100%;
    }
    .blog-news-wrap a:hover:after{
        opacity:0.7;
    }
    .blog-news-wrap a h3{
        font-size:20px;
    }
    a .tags-wrap span{
        font-size:11px;
    }
    .blog-news-wrap a p{
        display:none;
    }
    .blog-news-wrap a span.read-new{
        font-size:18px;
    }
    .blog-news-wrap a{
        padding:30px 0;
        background:#FAFAFC;
    }
    .blog-news-wrap a:hover{
        background:transparent;
    }
    .blog-news-wrap a:before{
        content:'';
        width:calc(100% - 30px);
        top:100%;
        height:1px;
        background:#E5E5E5;
        left:15px;
        opacity:1;
        z-index:1;
    }
    
    .blog-news-wrap a:hover:before{
        display:none;
    }
    .blog-news-wrap a span.new-time{
        font-size:14px;
    }
    .blog-news-wrap a span.read-new{
        margin-top:5px;
    }
    .blog-screen{
        padding-top:0;
    }
    .blog-screen .tab-heading-wrap a{
        width:calc(50% - 5px);
        font-size:14px;
        max-width:calc(50% - 5px);
        display:flex;
        align-items:center;
        justify-content:center;
        text-align:center;
        height:50px;
        padding: 0 7px;
        margin:0;
    }
    .blog-screen .tab-heading-wrap a:last-of-type{
        margin-left:10px;
    }
    .tab-heading-wrap{
        display:flex;
        align-items:center;
        justify-content:center;
    }
    .blog-screen .sub-tabs a{
        display:block;
        margin:7px 0;
        font-size:15px;
    }
    .blog-screen .sub-tabs{
        text-align:left;
        display:none;
        padding-top:15px;
    }
    .blog-screen .tab-heading-wrap{
        margin-bottom:25px;
    }
    .toggle-tabs{
        width:20px;
        display:block;
        margin:10px 0 0;
    }
    .blog-news-wrap{
        margin-top:25px;
    }
    .subscribe-screen h3{
        font-size:32px;
        max-width:300px;
        margin-left:auto;
        margin-right:auto;
    }
    .subscribe-screen .col-md-6:first-of-type span{
        margin-bottom:30px;
        margin-top:15px;
        display:none;
    }
    .subscribe-screen .col-md-6:first-of-type{
        text-align:center;
    }
    .subscribe-screen .label-wrap label{
        padding-left:30px;
        font-size:15px;
    }
    .subscribe-screen p{
        text-align:center;
        font-size:15px;
    }
    .inp-wrap span{
        font-size:15px;
    }
    .inp-wrap{
        margin-top:25px!important;
    }
    .subscribe-screen form button{
        margin-left:auto;
        margin-right:auto;
    }
    .subscribe-screen{
        padding:50px 0;
    }
    .subscribe-screen .succesfull{

        background: white!important;
        text-align: center!important;
    }
    .subscribe-screen .succesfull button{
        margin: 20px auto 0!important;
    }
    .subscribe-screen .succesfull span{
        display: block!important;
        opacity: 0.5;
        margin:30px 0!important;
    }
    .blog-news-wrap a .container{
        padding-bottom:0;
        border:none!important;
    }
    .subscribe-screen .label-wrap label{
        margin-bottom:20px;
        padding-left:35px;
    }
    .subscribe-screen p{
        font-weight:300;
        margin: 10px auto 34px;
        max-width:300px;
    }
    .subscribe-screen label span{
        top:-2px;
        width:18px;
        height:18px;
    }
    .inp-wrap{
        margin:35px 0 20px!important;
    }
    p.err-p{
    text-align: left!important;
    padding-top:10px!important;
}
p.err-p2{
    text-align: left!important;
    padding-top:0!important;
}
    .subscribe-screen label[for="type3"]{
    padding-left: 35px;
    line-height: 150%;
    font-weight: 300;
}
.subscribe-screen label[for="type3"] span{
    top: 2px;
}
    .opis{
    background: #2A1830;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: -85px;
    color: white!important;
    padding: 0 15px 50px;
    margin-bottom: 50px;
}
.opis p{
    color: white!important;
    font-weight: 300!important;
}
.opis p strong{
    font-weight: 300!important;
}
    .single-post-container .container p{
        line-height:170%;
    }
    .single-post-container .container p{
        font-size:18px!important;
    }
    .single-post h2{
        font-size:24px;
    }
    .visit-card .left span{
        font-size:18px;
    }
    .visit-card .left span{
    order: 0;
    margin-bottom: 20px;
}
.visit-card .left{
    display: flex;
    flex-direction: column;
}
.visit-card .left p{
    order: 1;
}
    .link-btn, .subscribe-screen form button{
        width:250px;
    }
}
/*artem*/