body {
    font-family: 'Manrope', sans-serif;
    background-color: #000000;
    color: #FFFFFF;
    padding: 120px 24px 0 24px;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    display: inline-block;
}

.black-0 {
    color: #FFFFFF;
}

.black-100 {
    color: #F3F3F3;
}

.black-200 {
    color: #EBEBEB;
}

.black-300 {
    color: #E2E2E2;
}

.black-400 {
    color: #CFCFCF;
}

.black-500 {
    color: #B3B3B3;
}

.black-600 {
    color: #8B8B8B;
}

.black-700 {
    color: #5C5C5C;
}

.black-800 {
    color: #333333;
}

.black-900 {
    color: #000000;
}

.turquoise-100 {
    color: #DBFDFF;
}

.turquoise-500 {
    color: #95F5FB;
}

.turquoise-600 {
    color: #63ECF4;
}

.turquoise-700 {
    color: #00DFED;
}

.turquoise-800 {
    color: #20C4CE;
}

.turquoise-900 {
    color: #00939C;
}

.red-800 {
    color: #F0594F;
}

.red-900 {
    color: #DA2F24;
}

h1,
















h2,
















h3,
















h4,
















h5,
















h6 {
    font-weight: 300;
    margin: 0;
}

h1 {
    font-size: 80px;
    line-height: 88px;
}

h2 {
    font-size: 64px;
    line-height: 72px;
}

h3 {
    font-size: 48px;
    line-height: 56px;
}

h4 {
    font-size: 32px;
    line-height: 40px;
}

.body-b1 {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
}

.body-b2 {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}

.body-b3 {
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.01em;
}

.button-cta1 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.button-cta2 {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
}

.container {
    width: 100%;
    max-width: 1128px;
    margin: 0 auto;
}

.header {
    height: 72px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
    z-index: 99;
}

.header .container {
    display: flex;
    justify-content: space-between;
}

.dropdown-menu {
    display: none;
    margin: 0;
    list-style: none;
    position: absolute;
    background: #333333;
    border-radius: 12px;
    padding: 32px;
    width: 474px;
    left: -24px;
    top: 48px;
}

.header-menu {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-menu>li {
    margin: 0 20px;
    position: relative;
}

.header-menu>li>a {
    color: #CFCFCF;
}

.link {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.link-btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    border: 1px solid #5C5C5C;
    border-radius: 72px;
    padding: 8px 16px;
}

.mr-24 {
    margin-right: 24px;
}

.dropdown-menu-img {
    width: 56px;
    height: 56px;
    background: #000000;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.dropdown-menu-img img {
    width: 40px;
    height: 40px;
}

.dropdown-menu-item {
    display: flex;
    align-items: center;
    position: relative;
}

ul.dropdown-menu>li {
    margin-bottom: 24px;
}

ul.dropdown-menu>li:last-child {
    margin: 0;
}

.dropdown-menu-name {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
}

.dropdown-menu-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #B3B3B3;
}

.social-link {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 24px;
}
.social-link:last-child {
    margin-right: 0;
}
.social-linkedin {
    background-image: url('../img/linkedIn.svg');
}

.social-twitter {
    background-image: url('../img/twitter.svg');
}

.social-linkedin:hover {
    background-image: url('../img/linkedIn-h.svg');
}

.social-twitter:hover {
    background-image: url('../img/twitter-h.svg');
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-top {
    margin-bottom: 48px;
}

.footer-middle {
    display: flex;
    align-items: flex-start;
    margin-bottom: 48px;
}

.footer-middle h4 {
    max-width: 260px;
}

.footer-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-left: 120px;
}

.footer-menu-item {
    color: #8B8B8B;
    margin-bottom: 16px;
}

.footer-menu-subitems a {
    color: #CFCFCF;
    display: block;
    margin-bottom: 8px;
}

.footer-menu-subitems a:last-child {
    margin-bottom: 0;
}

.footer-bottom {
    border-top: 1px solid #333333;
    padding-top: 24px;
}

.footer-bottom-text {
    color: #8B8B8B;
    max-width: 550px;
    margin-right: 32px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    margin-bottom: 72px;
}

.footer-bottom-links a {
    color: #CFCFCF;
    display: block;
    margin-right: 40px;
}

.footer-bottom-links {
    display: flex;
}

.footer-bottom-links a:last-child {
    margin-right: 0;
}

.footer-copyright {
    padding: 8px 0;
    margin: 0 -24px;
    text-align: center;
    background: #333333;
}

.header-logo {
    display: flex;
    align-items: center;
}

nav {
    display: flex;
    align-items: center;
}

.hero-wrap {
    display: flex;
    align-items: center;
}

.hero-text {
    min-width: 50%;
}

.hero-img {
    min-width: 50%;
}

.hero-img img {
    max-width: 708px;
    width: 50vw;
}

html {
    overflow-x: hidden;
}

.hero-h1 {
    margin-bottom: 16px;
}

.hero-p {
    margin-bottom: 40px;
    color: #B3B3B3;
    max-width: 468px;
}

.form-input {
    border: 1px solid #5C5C5C;
    border-radius: 40px;
    background: #000000;
    padding: 16px 140px 16px 24px;
    width: 360px;
    height: 56px;
    color: #fff;
    outline: 0;
}

.form-btn {
    height: 56px;
    background: #FFFFFF;
    border-radius: 72px;
    padding: 16px 32px;
}

.subscribe-form {
    position: relative;
    max-width: 360px;
}

.form-btn {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #fff;
    cursor: pointer;
}

.form-input:focus {
    border-color: #fff;
}

.running-text-item:after {
    content: '';
    background-image: url('../img/symbol.svg');
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 40px;
}

.running-text-item {
    display: inline-flex;
    align-items: center;
    color: #CFCFCF;
}

.running-text-items {
    display: flex;
    align-items: center;
    left: -24px!important;
}

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

.running-text-wrap:before, .running-text-wrap:after {
    content: '';
    width: 100vw;
    height: 1px;
    background-color: #333333;
    display: inline-block;
    position: absolute;
}

.running-text-wrap:before {
    top: 0;
    left: -24px;
}

.running-text-wrap:after {
    bottom: 0;
    left: -24px;
}

.block1 {
    padding: 112px 0 70px;
}

.label {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #20C4CE;
    margin-bottom: 8px;
}

.block1-wrap {
    display: flex;
    align-items: center;
}

.block1-img {
    width: 50%;
}

.block1-text {
    width: 50%;
    color: #B3B3B3;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.block1-img img {
    max-width: 100%;
}


.block1 h2 {
    margin-bottom: 32px;
}

.block1-text-top {
    max-width: 450px;
}

.block1-text-bottom {
    margin-top: 72px;
    max-width: 353px;
}

.btn1 {
    padding: 16px 32px;
    background: #FFFFFF;
    border-radius: 72px;
    color: #000000;
    position: relative;
    transition: all 0.5s;
}

.btn1:after {
    content: '';
    width: 56px;
    height: 56px;
    border: 1px solid #5C5C5C;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: -58px;
    top: 0;
    background-image: url('../img/arrow-w.svg');
    background-repeat: no-repeat;
    background-position: center;
    /* transition: all 0.5s; */
    pointer-events: none;
}

.btn1:hover {
    background: #95F5FB;
    padding-right: 90px;
    /* transition: all 0.5s; */
}

.btn1:hover:after {
    right: 17px;
    top: 17px;
    width: 24px;
    height: 24px;
    background-color: #000000;
    border-width: 0;
    /* transition: all 0.5s; */
}

.block2-btn-wrap {
    margin-top: 24px;
}

.block2 h2 {
    margin-bottom: 16px;
}

.block2-left-bottom {
    margin-top: 112px;
    padding-top: 24px;
    border-top: 1px solid #333333;
}

.btn2 {
    width: 56px;
    height: 56px;
    border: 1px solid #5C5C5C;
    border-radius: 50%;
    display: inline-block;
    background-image: url(../img/arrow-w.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 40px;
}

.block2-left-bottom-wrap img {
    margin-bottom: 12px;
}

.block2-left-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 550px;
}

.block2 .container {
    display: flex;
    align-items: center;
}

.block2-left {
    min-width: 50%;
    max-width: 672px;
}

.block2-right {
    min-width: 30%;
    margin-left: 7%;
}

.block2-right img {
    max-width: 516px;
    width: 36vw;
}

.block3-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.block3-c1 {
    width: 50%;
}

.block3-c2 {
    width: 50%;
    max-width: 450px;
}

.block3-c1 img {
    width: 50vw;
    max-width: 708px;
    margin-left: -150px;
}

.block3-btn-wrap {
    margin-top: 48px;
}

.block3-h2 {
    margin-bottom: 16px;
}

.block3-rev .block3-wrap {
    flex-direction: row-reverse;
}

.block3-rev .block3-c1 img {
    margin-left: auto;
}

.block-before-footer {
    padding: 96px 0;
    background-image: url(../img/f-bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

.block-before-footer-wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.block-before-footer-wrap h3 {
    margin-bottom: 24px;
}

footer.footer:before {
    content: '';
    width: 100vw;
    height: 1px;
    background: #5C5C5C;
    display: block;
    position: absolute;
    top: 0;
    left: -24px;
}

footer.footer {
    position: relative;
    padding-top: 88px;
}

.footer a:hover, .menu-link:hover {
    color: #fff;
}

.dropdown-menu a {
    width: 100%;
    position: relative;
}

.dropdown-menu a:hover:after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow-w.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 1px;
}

.dropdown-menu a:hover:before {
    width: 104%;
    height: 130%;
    content: '';
    background: #000;
    display: inline-block;
    position: absolute;
    left: -2%;
    top: -15%;
    border-radius: 8px;
}

.link:hover {
    color: #95F5FB;
}

.link-btn:hover {
    border-color: #fff;
}

.block4 {
    padding: 48px 0 120px 0;
    text-align: center;
}

.block4 h1 {
    margin-top: 48px;
    margin-bottom: 40px;
}

.block4 .subscribe-form {
    margin: 0 auto;
}

.block4 img {
    max-width: 322px;
}

img.bs-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
}

.block5-item h4 {
    margin-bottom: 8px;
}

.block5-item {
    margin-bottom: 48px;
    width: calc(50% - 12px);
    padding-right: 24px;
}

.block5-item:nth-child(2n+1) {
    margin-right: 24px;
}

.block5-items {
    display: flex;
    flex-wrap: wrap;
}

.block5 {
    padding-top: 120px;
    padding-bottom: 72px;
}

.block6 {
    padding-top: 120px;
    padding-bottom: 96px;
}

.bs-icon2 {
    max-width: 165px;
    margin-bottom: 24px;
}

.block6 h4 {
    margin-bottom: 8px;
}

.block6-txt {
    margin-bottom: 16px;
}

.btn3:after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../img/arrow-w.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-left: 8px;
    transition: all 0.3s;
}

.btn3 {
    display: inline-flex;
    align-items: center;
}

.btn3:hover:after {
    background-image: url(../img/arrow-t.svg);
}

.block6-item {
    padding: 40px 32px;
    border: 1px solid #333333;
    margin-bottom: 24px;
    width: calc(50% - 12px);
}

.block6-item:nth-child(2n+1) {
    margin-right: 24px;
}

.block6-items {
    display: flex;
    flex-wrap: wrap;
}

.block7 {
    padding: 48px 0 80px;
}

.block7-wrap img {
    max-width: 322px;
    margin-bottom: 48px;
}

.block7-wrap {
    max-width: 730px;
    text-align: center;
    margin: 0 auto;
}

.block7-btn-wrap {
    margin-top: 40px;
    display: flex;
    margin-left: 260px;
}

.block7-wrap h2 {
    margin-bottom: 16px;
}

.block8-item {
    width: 100%;
    max-width: 264px;
    position: relative;
    z-index: 1;
    margin: 12px;
}

.social-link.social-linkedin.social-team {
    position: absolute;
    right: 8px;
    bottom: 62px;
    margin: 0;
    padding: 8px;
    background-color: #000000;
    border-radius: 4px;
    z-index: 3;
    width: 40px;
    height: 40px;
    background-size: inherit;
}

.block8-img {
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}

.block8-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-left: 288px;
    margin: -12px;
    padding-top: 40px;
}

.block8 {
    padding: 112px 0;
}

.block-before-footer-txt {
    margin-top: -16px;
    margin-bottom: 40px;
}

.contact-wrap {
    display: flex;
    justify-content: space-between;
}

.contact-info {
    width: 50%;
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-form {
    width: 50%;
    max-width: 456px;
}

.contact-form-item {
    position: relative;
    margin-bottom: 16px;
}

.contact-form-label {
    position: absolute;
    left: 0;
    z-index: 1;
    top: 22px;
    color: #B3B3B3;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    pointer-events: none;
}

.contact-form-input {
    width: 100%;
    height: 58px;
    border: 0;
    border-bottom: 1px solid #5C5C5C;
    background: #000;
    outline: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    padding: 22px 0 12px;
}

.contact-form-input:focus {
    border-color: #fff;
}


.contact-form-input:focus+label, .contact-form-input:valid+label {
    top: 0;
    font-size: 10px;
    line-height: 16px;
}

.contact-h3 {
    margin-bottom: 8px;
}

.contact {
    padding-top: 72px;
    padding-bottom: 102px;
}

.contact-h2 {
    margin-bottom: 8px;
}

.contact-footer {
    border-top: 1px solid #5C5C5C;
    padding-top: 32px;
    display: flex;
    justify-content: space-between;
}

.contact-loc-info {
    margin-top: 4px;
}

.contact-social-links {
    margin-top: 8px;
}

.hide {
    display: none;
}

.contact-btn {
    background: #FFFFFF;
    border-radius: 72px;
    padding: 16px;
    width: 100%;
    border: 0;
    margin-top: 24px;
    cursor:pointer;
}

.thx-btn-wrap {
    margin-top: 24px;
}

.thx {
    min-height: calc(100vh - 72px);
    display: flex;
    align-items: center;
}

.running-text-items * {
    transition: none;
}

.login-form.contact-form {
    width: 100%;
}

.login-wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 456px;
}

.login {
    padding-left: 40px;
    padding-top: 24px;
}

.login-header-top a {
    width: 50%;
    display: inline-block;
    text-align: center;
    color: #CFCFCF;
    padding-bottom: 16px;
    border-bottom: 1px solid #5C5C5C;
}

.login-header-top {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.login-header-top a.active {
    border-bottom: 1px solid #FFFFFF;
    color: #fff;
}

.login-header-sign-up {
    text-align: center;
}

.login-social-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 56px;
}

.login-divider {
    text-align: center;
    position: relative;
    margin-top: 16px;
}

.login-social-buttons a {
    width: 220px;
    text-align: center;
    padding-left: 48px;
}

.login-divider:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #333333;
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 0;
    top: 13px;
}

.login-divider:after {
    content: 'or';
    width: 30px;
    display: inline-block;
    background: #000;
    position: relative;
    font-size: 14px;
    line-height: 24px;
}

.login-form {
    margin-top: 56px;
}

.login-g {
    background-image: url(../img/google.svg);
    background-position: 25px center;
    background-repeat: no-repeat;
}

.login-f {
    background-image: url(../img/facebook.svg);
    background-position: 16px center;
    background-repeat: no-repeat;
}

.login-form-footer {
    text-align: center;
    margin-top: 8px;
}

.menu-link {
    cursor: pointer;
}

.block8-img-wrap {
    position: relative;
}

.social-link.social-linkedin.social-team {
    right: 8px;
    bottom: 8px;
}

img.block8-img {
    display: flex;
}

.caption-c1 {
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
}



@media(max-width:991px) {
    .header-menu {
        flex-direction: column;
        width: 100%;
    }
    
    .header {
        height: auto;
    }
    
    .header .container {
        flex-direction: column;
    }
    
    .header-logo {
        height: 48px;
    }
    
    .header-menu>li {
        margin: 0;
        padding: 24px 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        border-bottom: 1px solid #333333;
        position: relative;
    }
    
    .dropdown-menu {
        position: static;
        background: 0;
        padding: 0;
        padding-top: 32px;
        width: 100%;
    }
    
    .dropdown-menu a:hover:before {
        display: none;
    }
    
    .dropdown-menu a:hover:after {
        display: none;
    }
    
    .dropdown-menu-desc {
        font-size: 12px;
        line-height: 20px;
    }
    
    .header-menu>li:last-child {
        border-bottom: 0;
    }
    
    .header-menu>li:after {
        content: '';
       width: 0;
        height: 0;
        border: 0 solid transparent;
        border-left-width: 5px;
        border-right-width: 5px;
        border-top: 4px solid #B3B3B3;
        position: absolute;
        top: 34px;
        right: 0;
    }

    .header-menu>li.mob-active:after {
        border-top: 0;
        border-bottom: 4px solid #fff;
    }

    .header nav {
        min-height: calc(100vh - 170px);
        align-items: flex-start;
        display: none;
    }
    
    .header-links {
        display: none;
    }
    
    .header-logo img {
        width: 100%;
        max-width: 153px;
    }
    
    .header-logo a {
        display: inherit;
    }
    
    .header-active nav {
        display: flex;
    }
    
    .header-active .header-links {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 24px;
        margin-bottom: 56px;
    }
    
    .header-active header {
        min-height: 100vh;
        position: absolute;
        align-items: flex-start;
    }
    
    .header-active main, .header-active footer {
        display: none;
    }

    .mob-menu-gb {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
        cursor: pointer;
        position: absolute;
        top: 5px;
        right: 20px;
    }
    
    .mob-menu-gb span {
        width: 32px;
        height: 2px;
        display: inline-block;
        background: #fff;
        transition: none;
    }
    
    .header-active .mob-menu-gb span:first-child {
        transform: rotate(-45deg);
        position: absolute;
        width: 21px;
        right: 0;
    }
    
    .header-active .mob-menu-gb span:last-child {
        transform: rotate(45deg);
        position: absolute;
        width: 21px;
        right: 0;
    }

    ul.dropdown-menu>li {
        margin-bottom: 12px;
    }

    footer.footer {
        padding-top: 56px;
    }
    
    .footer-middle {
        flex-direction: column;
        margin-bottom: 0;
    }
    
    h4 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .footer-menu {
        margin-left: 0;
        margin-top: 40px;
        flex-wrap: wrap;
    }
    
    .footer-bottom {
        margin-bottom: 48px;
        flex-direction: column-reverse;
    }
    
    .footer-bottom-text {
        margin-top: 24px;
        max-width: 100%;
    }
    
    .footer-menu-items {
        width: 50%;
        max-width: 190px;
        margin-bottom: 40px;
    }
    
    .footer-copyright.body-b2 {
        font-size: 12px;
        line-height: 18px;
    }
    
    .footer-middle h4 {
        max-width: 150px;
    }

    .hero-wrap {
        flex-direction: column-reverse;
    }
    
    h1 {
        font-size: 44px;
        line-height: 48px;
    }
    
    .hero-p {
        max-width: 100%;
        margin-bottom: 24px;
    }
    
    h1.hero-h1 {
        margin-bottom: 8px;
        font-size: 36px;
        line-height: 42px;
    }
    
    .hero-img {
        width: 100%;
        text-align: center;
    }
    
    .hero-img img {
        width: 100%;
        max-width: 500px;
    }
    
    .subscribe-form {
        max-width: 100%;
        width: 100%;
    }
    
    .form-input {
        width: 100%;
    }
    
    .body-b2 {
        font-size: 12px;
        line-height: 18px;
    }
    
    .running-text-items {
        max-height: 40px;
    }
    
    h2 {
        font-size: 36px;
        line-height: 42px;
    }
    
    .block1-wrap {
        flex-direction: column-reverse;
    }
    
    .block1 h2 {
        margin-bottom: 24px;
    }
    
    .block1-img {
        width: 100%;
        text-align: center;
    }
    
    .block1-img img {
        max-width: 500px;
        width: 100%;
    }
    
    .block1-text {
        width: 100%;
        margin-bottom: 24px;
    }
    
    .block1-text-top {
        max-width: 100%;
        margin-bottom: 8px;
    }
    
    .block1-text-bottom.body-b2 {
        max-width: 100%;
        margin-top: 0;
    }

    .block2 h2 {
        margin-bottom: 8px;
    }
    
    .block2 .container {
        flex-direction: column;
    }
    
    .block2-left {
        max-width: 100%;
        width: 100%;
    }
    
    .block2-left-bottom {
        max-width: 100%;
        margin-top: 40px;
    }
    
    .block2-right {
        width: 100%;
        text-align: center;
        margin-top: 24px;
    }
    
    .block2-right img {
        max-width: 450px;
        width: 100%;
    }
    
    .block3-wrap {
        flex-direction: column-reverse;
    }
    
    .block3-c2 {
        width: 100%;
        max-width: 100%;
    }
    
    h2.block3-h2 {
        margin-bottom: 8px;
    }
    
    .block3-btn-wrap {
        margin-top: 24px;
    }
    
    .block3-c1 {
        width: 100%;
        text-align: center;
    }
    
    .block3-c1 img {
        margin-left: 0;
        width: 100%;
        max-width: 500px;
    }
    
    .block3-rev .block3-wrap {
        flex-direction: column-reverse;
    }
    
    h3 {
        font-size: 24px;
        line-height: 32px;
    }
    
    .block-before-footer {
    padding: 72px 24px;
    background-size: cover;
    margin-top: 56px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    }
    
    .block3 {
        padding: 88px 0;
    }
    
    .block1 {
        padding: 88px 0;
    }
    
    .block2 {
        padding: 88px 0;
    }

    .running-text {
        margin-top: 24px;
    }
    
    .form-btn {
        height: 48px;
        padding: 12px 24px;
    }
    
    .form-input {
        height: 48px;
    }
    
    .button-cta1 {
        font-size: 14px;
        line-height: 24px;
    }
    
    .btn1 {
        padding: 12px 24px;
    }
    
    .btn1:after {
        width: 48px;
        height: 48px;
        right: -50px;
    }
    
    .btn1:hover:after {
        top: 13px;
    }
    
    .btn2 {
        width: 48px;
        height: 48px;
        min-width: 48px;
    }

    .block4 h1 {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    
    .body-b1 {
        font-size: 14px;
        line-height: 20px;
    }
    
    .block5-item h4 {
        margin-bottom: 4px;
    }
    
    .block5-item {
        margin-bottom: 40px;
        padding-right: 0;
    }
    
    .block6 h4 {
        margin-bottom: 4px;
    }
    
    .block6-txt {
        margin-bottom: 12px;
    }
    
    .block6-item {
        padding: 24px 16px;
        margin-bottom: 8px;
        width: calc(50% - 4px);
    }
    
    .block6-item:nth-child(2n+1) {
        margin-right: 8px;
    }
    
    .block4 {
        padding-bottom: 48px;
    }
    
    .block5 {
        padding: 64px 0;
    }
    
    .block6 {
        padding: 64px 0;
    }

    .footer-menu-subitems.body-b2, .footer-bottom-links.body-b2 {
        font-size: 14px;
        line-height: 24px;
    }

    .block8-items {
        padding-left: 0;
        margin: -8px;
        justify-content: center;
        padding-top: 24px;
    }
    
    .block8-item {
        width: calc(33.3% - 24px);
        min-width: 155px;
        margin: 8px;
        max-width: 230px;
    }
    
    .block8-img {
        width: 100%;
        max-width: 100%;
    }
    
    .social-link.social-linkedin.social-team {
        right: 4px;
        bottom: 4px;
    }
    
    .block8-wrap h3 {
        font-size: 36px;
        line-height: 42px;
    }
    
    .block7-btn-wrap {
        margin-left: calc(50% - 89px);
        margin-top: 24px;
    }
    
    .block7 {
        padding: 48px 0;
    }
    
    .block7-wrap img {
        margin-bottom: 24px;
    }
    
    .block8 {
        padding: 96px 0;
    }

    .caption-c1 {
        font-size: 16px;
        line-height: 24px;
    }

    .login-social-buttons {
        margin-top: 32px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .login-form.contact-form {
        margin-top: 16px;
    }
    
    .contact-btn {
        padding: 12px;
    }
    
    .login-social-buttons a {
        margin: 4px;
    }
    
    .login {
        padding-left: 0;
        padding-bottom: 64px;
    }
    
    .login-divider {
        margin-top: 12px;
    }

    h2.contact-h2 {
        /*font-size: 44px;*/
        /*line-height: 48px;*/
    }
    
    .contact-wrap {
        flex-direction: column;
        position: relative;
        padding-bottom: 116px;
    }
    
    .contact-info {
        width: 100%;
        margin-right: 0;
    }
    
    .contact-form {
        width: 100%;
        max-width: 100%;
        margin-top: 40px;
    }
    
    .contact-footer {
        position: absolute;
        width: 100%;
        bottom: 0;
    }
    
    .contact {
        padding: 16px 0 64px;
    }

    .menu-link {
        font-size: 14px;
        line-height: 24px;
    }
}


@media(max-width:767px) {
    .bs-icon2 {
        max-width: 130px;
        margin-bottom: 16px;
    }
    
    .block5-item {
        margin-right: 0!important;
        width: 100%;
    }
    
    .block6-item {
        margin-right: 0!important;
        width: 100%;
    }
    
    .block8-item {
        width: calc(50% - 16px);
    }
}

@media(max-width:575px) {
    .block4 img, .block7-wrap img {
        max-width: 216px;
    }
}

/* *************************** */
h1.blog-h1 {
    margin-bottom: 40px;
}

.blog {
    padding-top: 72px;
    padding-bottom: 120px;
}

.blog-top {
    display: flex;
    background: #000000;
    border: 1px solid #333333;
    border-radius: 12px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}

.blog-top-left {
    width: calc(50% - 12px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.blog-top-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-top-right {
    width: calc(50% - 12px);
    margin-left: 50%;
    margin-left: auto;
}

h4.blog-top-title {
    margin-top: 24px;
    margin-bottom: 24px;
}

.blog-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #8B8B8B;
    display: inline-block;
    border: 1px solid #5C5C5C;
    border-radius: 72px;
    padding: 0px 16px;
}

.blog-top-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-item-publ {
    color: #B3B3B3;
}

.blog-top-author-pos {
    color: #B3B3B3;
}

.blog-top-author-name {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
}

.blog-top-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 16px;
}

.blog-top-author {
    display: flex;
    align-items: center;
    margin-bottom: 64px;
}

.blog-item {
    margin: 12px;
    width: calc(33.3% - 24px);
    background: #000000;
    border: 1px solid #333333;
    border-radius: 12px;
    overflow: hidden;
}

.blog-items {
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
}

.blog-item img {
    width: 100%;
    max-height: 240px;
    object-fit: cover;
}

.blog-item-wrap {
    padding: 24px;
}

.blog-item-title {
    margin: 16px 0;
}

.blog-item-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-lm {
    text-align: center;
    margin-top: 40px;
}

@media(max-width:767px) {
    .blog-top {
        flex-direction: column;
        padding: 0;
    }
    
    .blog-top-left {
        position: static;
        width: 100%;
    }
    
    .blog-top-right {
        width: 100%;
        margin: 0;
        padding: 16px;
    }
    
    h4.blog-top-title {
        margin: 16px 0;
    }
    
    .blog-top-author {
        margin-bottom: 40px;
    }
    
    .blog-top-author img {
        width: 40px;
        height: 40px;
    }
    
    .blog-items {
        margin: 0;
    }
    
    .blog-item {
        margin: 0 0 24px;
        width: 100%;
    }
    
    .blog-lm {
        margin-top: 0;
    }
    
    .blog {
        padding: 0 0 40px 0;
    }

    .blog-item-wrap {
        padding: 16px;
    }
}

@media(min-width:768px) {
    .blog-item-title {
        min-height: 64px;
    }
}

.blog-top-btn a {
    color: #fff!important;
}

.blog-top-btn a.btn3:hover:after {
    background-image: url(../img/arrow-w.svg);
}

@media(min-width:992px) {
      nav {
        margin-right: auto;
        padding-left: 160px;
    }  
}

.block3-2 .block3-c1 img {
    max-width: 572px;
}

.block3-2 .block3-c2 {
    max-width: 672px;
    width: 100%;
}

#post-5 .wp-block-l2f-hero-home.hero a.contact-btn.button-cta1.hero-button {
    color: #000;
    text-align: center;
    width: auto;
    margin-top: 0;
    margin-right: 24px;
}

#post-5 .wp-block-l2f-hero-home.hero .hero-buttons {
    display: flex;
    align-items: center;
}

#post-5 .wp-block-l2f-hero-home.hero form.subscribe-form {
    display: none;
}

@media(max-width:479px) {
  #post-5 .wp-block-l2f-hero-home.hero a.contact-btn.button-cta1.hero-button {
        margin-bottom: 24px;
        margin-right: 0;
        width: 100%;
    }
    
    #post-5 .wp-block-l2f-hero-home.hero .hero-buttons {
        flex-direction: column;
        align-items: baseline;
    }  
}

.faq {
    padding: 72px 0 112px;
}

h4.faq-item-title {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.faq-item-content {
    display: none;
    margin-top: 24px;
    color: #B3B3B3;
}

.faq-item {
    padding: 32px 0;
    border-bottom: 1px solid #333333;
}

.faq-item-title:after {
    content: '';
    width: 26px;
    height: 2px;
    background: #fff;
    display: inline-block;
    position: absolute;
    right: 0;
}

.faq-item-title:before {
    content: '';
    width: 2px;
    height: 26px;
    background: #fff;
    display: inline-block;
    position: absolute;
    right: 12px;
}

.faq-item-content.body-b2 a {
    color: #00DFED;
    font-weight: 700;
}

.faq .container {
    max-width: 936px;
}

.faq-header {
    text-align: center;
}

p.faq-desc.body-b2 {
    color: #B3B3B3;
}

.faq-items {
    margin-top: 48px;
}

@media(max-width:767px) {
  .faq-item {
        padding: 28px 0;
    }
    
    .faq {
        padding: 0 0 64px;
    }
    
    .faq-items {
        margin-top: 40px;
    }  
}

.faq-items * {
    transition: none;
}

.faq-item-title.active:before {
    transform: rotate(90deg);
    transition: all 0.3s;
}

.faq-item-title:before {
     transition: all 0.3s;
}

h3.bp-header {
    margin-bottom: 56px;
    text-align: center;
}

.bp-content .wp-block-image {
    text-align: center;
    margin-bottom: 56px;
}

.bp-content .bp-description p {
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #B3B3B3;
    margin-bottom: 56px;
    margin-top: 0;
}

.bp-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #B3B3B3;
}

.bp-title {
    margin-top: 56px;
    margin-bottom: 24px;
}

.bp-content .wp-block-quote p {
    font-weight: 300;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}

.bp-content .wp-block-quote {
    padding: 40px;
    border-radius: 12px;
    margin: 0;
    position: relative;
}

.blog-post .container {
    max-width: 936px;
}

.bp-quote {
    position: relative;
    margin-top: 56px;
    margin-bottom: 56px;
}

.bp-quote img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bp-quote-text {
    font-weight: 300;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    color: #FFFFFF;
    padding: 40px;
}

.bp-img {
    margin-bottom: 56px;
}

.bp-social:before {
    content: 'Share:';
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #8B8B8B;
    margin-right: 25%;
}

.bp-social {
    display: flex;
    align-items: center;
    max-width: 936px;
    margin: 0 auto;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 56px;
}

.bp-social a {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
}

.bp-social-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.bp-next-post-text {
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    color: #B3B3B3;
}

h4.bp-next-post-title a {
    color: #fff;
}

.bp-next-post .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bp-next-post {
    padding: 56px 0;
    position: relative;
}

.bp-next-post:before {
    content: '';
    width: 100vw;
    height: 1px;
    background: #5C5C5C;
    display: block;
    position: absolute;
    top: 0;
    left: -24px;
}

h4.bp-next-post-title {
    margin-left: 56px;
    margin-right: 56px;
}

.bp-stky-title, .bp-stky-author, .bp-stky-publ {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #8B8B8B;
}

.bp-stky-wrp {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.bp-stky-title {
    max-width: 360px;
}

.back-to-blog-wrp {
    text-align: center;
    position: relative;
}

.back-to-blog a.link {
    position: absolute;
    left: 0;
}

.back-to-blog {
    margin-bottom: 16px;
    margin-top: 36px;
}

.bp-stky {
	opacity: 0;
	z-index: -1;
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    padding: 24px 0;
}

.bp-fixed {
	opacity: 1;
	z-index: 1;
}

.bp-stky:before {
    content: '';
    width: 120vw;
    height: 1px;
    background: #5C5C5C;
    display: block;
    position: absolute;
    top: 0;
    left: -24px;
}

#scrollbar {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0%;
    height: 1px;
    z-index: 99999;
}

#scrollbar-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00DFED;
}

.back-to-blog a.link {
    flex-direction: row-reverse;
}

.back-to-blog a.link:after {
    transform: rotate(-180deg);
    margin-right: 8px;
}

.bp-img img {
    width: 100%;
    max-width: 100%;
}

@media(max-width:1199px) {
   .bp-stky-wrp {
        padding: 0 24px;
    } 
}

@media(max-width:991px) {
    .bp-stky {
       bottom: auto;
       top: 48px;
       padding: 0;
   }
   
   .bp-stky-wrp {
       display: none;
   }

   .back-to-blog {
    margin-top: 0;
}

.back-to-blog-wrp .blog-label {margin-top: 50px;}

h3.bp-header {
    margin-bottom: 40px;
}

.bp-img {
    margin-bottom: 40px;
}

.bp-content .bp-description p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
}

.bp-content p {
    font-size: 14px;
    line-height: 20px;
}

.bp-title {
    margin-top: 40px;
}

.bp-quote {
    margin-top: 40px;
    margin-bottom: 40px;
}

.bp-quote-text {
    font-size: 24px;
    line-height: 32px;
    padding: 24px;
}

.bp-social {
    flex-wrap: wrap;
    padding-bottom: 40px;
    padding-top: 24px;
}

.bp-social:before {
    margin-bottom: 8px;
}

.bp-next-post-text {
    font-size: 20px;
    line-height: 24px;
}

.bp-next-post {
    padding: 24px 0;
}

.bp-next-post .container {
    flex-direction: column;
    align-items: baseline;
}

h4.bp-next-post-title {
    margin: 24px 0;
}
}

.fs-top-item img {
    max-width: 130px;
    margin-bottom: 16px;
}

.fs-top-item a {
    color: #fff;
}

.fs-top-items {
    display: flex;
    position: relative;
    margin: 0 -24px;
}

.fs-top-item {
    width: 20%;
    text-align: center;
    padding: 32px 0;
}

.fs-top-items:after {
    content: '';
    width: 100vw;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: -12px;
    background: #5C5C5C;
    z-index: -1;
}

.fs-top-item.fs-active {
    border-bottom: 1px solid #63ECF4;
}

.blog-item a {
    color: #fff;
}

.blog-item {
    display:none;
    transition: none;
}

@media(max-width:767px) {
    .fs-top-item {
        min-width: 240px;
        max-width: 240px;
    }
    
    .fs-top-items {
        overflow: auto;
    }
    
    .fs-top-items:after {
        width: 1200px;
    }
    
}


li.active-m a {
    color: #fff;
    font-weight: 700;
}

.wp-block-l2f-hero-cases.hero .hero-button {
    color: #000;
    text-align: center;
    width: auto;
    margin-top: 0;
    margin-right: 24px;
}

@media (max-width:479px) {
    .wp-block-l2f-hero-cases.hero .hero-button {
        margin-bottom: 24px;
        margin-right: 0;
        width: 100%;
    }
}


@media (min-width:992px) {
    h1 {
        font-size: 64px;
        line-height: 72px;
    }
}

.lottie-item {
    width: 100%;
    max-width: 325px;
    position: absolute;
    top: 70px;
    right: 100px;
}

.block3-c1 {
    position: relative;
}


.lottie-item:nth-child(2) {
    display: none;
}

.lottie-item:nth-child(3) {
    display: none;
}

.block3-2 a.btn1.button-cta1 {
/*     display: none; */
}

.block3-2 a.link.btn3 {
    margin-right: 50px;
    margin-bottom:20px;
}

.lottie-items img {
    display: none;
}

@media(max-width:767px) {
    .lottie-items+img {
        display: none;
    }
    
    .lottie-item {
        position: static;
        margin: 0 auto;
    }
    
    .lottie-items {
        margin-top: 20px;
    }
}


.hero_bottom-img img {
    max-width: 100%;
    width: 100%;
    object-fit: contain;
}

@media(max-width:1023px) {
   .hero_bottom-img {
        /*display: none;*/
    } 
}

.login.wp-block-l2f-signup-new {
    margin-bottom: 60px;
}

.lottie-ctrl {
    width: calc(100% - 70px);
    position: absolute;
    bottom: 30px;
    text-align: center;
}

.lottie-ctrl span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #333333;
    border-radius: 10px;
    margin: 0 8px;
}

.lottie-ctrl span.active {
    background: #00DFED;
}

a.link.btn3.active {
    color: #00DFED;
}

a.contact-btn.button-cta1.hero-button {
    color: #000;
    text-align: center;
    width: auto;
    margin-top: 0;
    margin-right: 24px;
    padding: 16px 32px;
  transition: all 0.3s;
}

@media(max-width:479px) {
  a.contact-btn.button-cta1.hero-button {
    margin-bottom: 24px;
}  
}


a.contact-btn.button-cta1.hero-button:hover {
    background: #95F5FB;
  transition: all 0.3s;
}

button.contact-btn.button-cta1:hover {
    background: #95F5FB;
    transition: all 0.3s;
}

button.contact-btn.button-cta1 {
    transition: all 0.3s;
}

.fs-top-items:after {
    left: 0;
}

@media(min-width:1350px) {
.fs-top-items {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

.wp-block-l2f-fs-top.fs-top.features-m:after {
content: '';
    width: 100vw;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: -24px;
    background: #5C5C5C;
    z-index: -1;
}

.wp-block-l2f-fs-top.fs-top.features-m {
    position: relative;
}

.fs-top-items:after {
    display: none;
}
}



.dev-json {
    min-width: 708px;
    width: 100%;
    position: absolute;
    top: 0;
    left: -56px;
}

.dev-json lpbLottiePlayer {
    width: 100%;
}

.dev-json .lpbLottiePlayer {
    width: 100%;
}

.dev-json lottie-player {
    width: 100%!important;
}

@media(max-width:991px) {
   .dev-json {
        max-width: 500px;
        width: 100%;
        min-width: auto;
        left: 50%;
        transform: translateX(-50%);
    } 
}


@media(min-width: 1024px) {
    .home-h-block .hero-wrap {
        /*min-height: calc(100vh - 100px);*/
    }
    
   .home-h-block .hero-img img {
        max-width: 612px;
    }
    
    .home-h-block .hero-text {
        min-width: 62%;
    }
    
    .home-h-block .hero_bottom-img {
        margin-top: 64px;
    } 
}





.bp-related .blog-item-author {
    color: #B3B3B3;
}

.bp-related .blog-item-title.body-b1 {
    color: #fff;
    padding: 0 24px;
}

.bp-related .bp-related-item img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}

.bp-related .bp-related-items {
    display: flex;
    justify-content: space-between;
}

.bp-related h4.bp-related-title {
    color: #B3B3B3;
    margin-bottom: 24px;
}

.bp-related .bp-related-item {
    width: calc(50% - 12px);
    background: #000000;
    border: 1px solid #333333;
    border-radius: 12px;
    overflow: hidden;
}

.bp-related .blog-item-bottom.body-b2 {
    padding: 0 24px 24px;
}

.bp-next-post {
    display: none;
}

.bp-stky {
    display: none;
}

.bp-social {
    display: none;
}

.bp-related {
    position: relative;
    padding-top: 56px;
    max-width: 936px;
    margin: 56px auto 80px;
}

.bp-related:before {
    content: '';
    width: 200vw;
    height: 1px;
    background: #5C5C5C;
    display: block;
    position: absolute;
    top: 0;
    left: calc(-50vw);
}

@media(max-width:767px) {
   .bp-related .bp-related-items {
        flex-direction: column;
    }
    
    .bp-related .bp-related-item {
        width: 100%;
        margin-bottom: 24px;
    }
    
    .bp-related {
        margin-bottom: 32px;
    } 
}

.back-to-blog-wrp .blog-label.body-b2 {
    opacity: 0;
}


li.share-action.share-action-facebook,
li.share-action.share-action-whatsapp,
li.share-action.share-action-messenger,
li.share-action.share-action-telegram,
li.share-action.share-action-send-email {
    display: none;
}

ul.share-actions {
    list-style: none;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 0;
}

button.share-button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
}

.share-intent.share-intent-twitter {
    background-image: url(/wp-content/themes/l2f/img/s-twitter.svg);
}

ul.share-actions button {
    cursor: pointer;
}

.share-intent-linkedin {
    background-image: url(/wp-content/themes/l2f/img/s-linkedin.svg);
}

button.share-intent-copy-link {
    background-image: url(/wp-content/themes/l2f/img/s-copy.svg);
    width: 75px;
    height: 37px;
}

li.share-action.share-action-copy-link {
    order: 1;
}

li.share-action.share-action-linkedin {
    order: 3;
}

li.share-action.share-action-twitter {
    order: 2;
    margin: 0 16px;
}

li.share-action.share-action-copy-link {
    position: relative;
}

li.share-action.share-action-copy-link:after {
    content: 'Link Copied!';
    position: absolute;
    font-size: 11px;
    display: flex;
    top: -16px;
    left: 0;
    color: #B3B3B3;
    background: #333333;
    width: 100%;
    justify-content: center;
    border-radius: 8px;
    padding: 2px 0;
    opacity: 0;
    transition: all 0.2s;
}

li.share-action.share-action-copy-link.link-copied:after {
    opacity: 1;
    transition: all 0.2s;
}

.bp-post-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #191919;
    padding-bottom: 10px;
    margin-bottom: 56px;
}

img.bp-post-info-img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-right: 16px;
}

.bp-post-info-items {
    display: flex;
    align-items: center;
}

.bp-post-info-author {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #FFFFFF;
}

.bp-post-info-pos-wrap {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #B3B3B3;
    display: flex;
}

.bp-post-info-pos {
    margin-right: 28px;
    position: relative;
}

.bp-post-info-date {
    position: relative;
}

.bp-post-info-pos:after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    background: #333;
    position: absolute;
    top: 10px;
    right: -17px;
}

.hero_bottom-img img {
    max-width: 442px;
}

li.share-action.share-action-medium {
    order: 1;
}

li.share-action {
    display: none;
}

li.share-action.share-action-twitter,
li.share-action.share-action-linkedin,
li.share-action.share-action-copy-link,
li.share-action.share-action-medium
{
    display: flex;
}


a.s-medium {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    background-image: url(/wp-content/themes/l2f/img/s-medium.svg);
    margin-left: 16px;
}

@media(max-width: 1023px) {
   .hero_bottom-img {
        margin-top: 24px;
    }
}

@media (max-width: 767px) {
   .lottie-ctrl {
        width: 100%;
        bottom: -20px;
    }
    
    .lottie-items {
        padding: 0 40px;
    }
}

@media (max-width: 991px) {
    li.mob-active .dropdown-menu {
        display: block;
    }
}

@media(max-width: 479px) {
  .wp-block-l2f-hero-cases.hero .hero-buttons>a:first-child {
        width: 100%;
    }  
}

.header .container:first-child {
    display: none;
}

@media(max-width: 991px) {
    .header .container:nth-child(1) {
        display: block;
    }

    .header .container:nth-child(2) {
        display: none;
    }
}


@media(max-width: 767px) {
	.dev-lot .block3-c1 video {
		max-width: 100%;
		width: 100%;
	}
	
	.block3 {
	    padding: 24px 0;
	}
	
	.social-share {
	    display: none;
	}
}

@media(max-width: 991px) {
	.hero-img {
	    margin-bottom: 24px;
	}
}

h4.faq-item-title {
    padding-right: 48px;
}


.why-layer .fs-top-item:last-child {
    display: none;
}

.why-layer .fs-top-item {
    width: 25%;
}

.why-layer .fs-top-item .body-b2 {
    display: none;
}


.why-layer .fs-top-items {
    max-width: 1128px;
}

.wp-block-l2f-block10-item.block5-item h5 {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    margin-bottom: 8px;
    margin-top: 32px;
}

.wp-block-l2f-block10-item.block5-item ul {
    padding-left: 28px;
    margin: 0;
}

@media(max-width: 991px) {
   .wp-block-l2f-block10-item.block5-item h5 {margin-bottom: 4px;font-size: 20px;line-height: 24px;} 
}

.body-b1.black-500.block10-descr {
    margin-bottom: 32px;
}

.body-b1.black-500.block10-descr:empty {
    display: none;
}

.wp-block-l2f-block10-item.block5-item.block10-fw {
    width: 100%;
}

.why-layer .fs-top-items {
    margin: 0 auto;
}

.comp-lot .block3-c1 video {
    width: 50vw;
    max-width: 708px;
    margin-left: -100px;
}

@media(max-width: 767px) {
   .comp-lot .block3-c1 video {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
    } 
}

.hero-lot .hero-img video {
    width:50vw;
}

@media(min-width: 992px) {
   .hero-lot .hero-img video {
        max-width: 612px;
    } 
}

@media(max-width: 991px) {
   .hero-lot .hero-img video {
        width: 100%;
        max-width: 500px;
    } 
}


body.single.single-post {
    background: #fff;
}

h3.bp-header {
    color: #000;
    text-align: left;
}

.bp-content p {
    font-size: 16px;
    line-height: 28px;
    color: #191919;
}

.blog-post .container {
    max-width: 744px;
}

.bp-quote-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    text-align: left;
    border-left: 2px solid #000000;
    margin-left: -16px;
    padding: 0 0 0 14px;
}

.bp-quote {
    margin: 48px 0;
}

.bp-title h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #000;
}

.bp-title {
    margin-top: 48px;
}

.bp-content p a {
    color: #00939C;
    text-decoration: underline;
}

.bp-content p.has-small-font-size {
    font-weight: 500!important;
    font-size: 14px!important;
    line-height: 24px!important;
    color: #333333;
    margin-bottom: 48px;
}

.bp-content li {
    font-size: 16px;
    line-height: 28px;
    color: #191919;
    margin-bottom: 24px;
}

.bp-content ul {
    padding-left: 0;
}

footer.footer {
    background: #000;
}

footer.footer:after {
    content: '';
    width: 100vw;
    height: 100%;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    left: -24px;
    z-index: -1;
}

a.s-medium {
    background-image: url(/wp-content/themes/l2f/img/w-medium.svg);
}

.share-intent.share-intent-twitter {
    background-image: url(/wp-content/themes/l2f/img/w-twitter.svg);
}

.share-intent-linkedin {
    background-image: url(/wp-content/themes/l2f/img/w-linkedin.svg);
}

button.share-intent-copy-link {
    background-image: url(/wp-content/themes/l2f/img/w-copy.svg);
}

.bp-post-info {
    border-bottom: 1px solid #EBEBEB;
}

.back-to-blog a.link {
    pointer-events: none;
}

.bp-post-info-author {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.bp-related {
    max-width: 744px;
}

.bp-related h4.bp-related-title {
    color: #000;
}

.bp-related .bp-related-item {
    border: 1px solid #EBEBEB;
    background: #fff;
}

.bp-related .blog-item-title.body-b1 {
    color: #000;
}

.bp-related .blog-item-author, .blog-item-publ {
    color: #5C5C5C;
}


.bp-related:before {
    display:none;
}

.blog-post {
    background: #fff;
}

.bp-content li.share-action {
    margin-bottom: 0;
}




.blog-post h3.bp-header {
    margin-bottom: 24px;
}

.blog-post .bp-post-info {
    margin-bottom: 24px;
    padding-bottom: 16px;
}

.blog-post ul.share-actions {
    margin: 0;
}

.blog-post img.bp-post-info-img {
    width: 48px;
    height: 48px;
}

.back-to-blog {
    display: none;
}

.blog-post {
    margin-top: 64px;
}

.blog-post .bp-content p {
    margin: 16px 0;
}

.blog-post .bp-title {
    margin-top: 40px;
    margin-bottom: 16px;
}

.blog-post .bp-content p.has-small-font-size {
    margin-bottom: 40px;
}

.blog-post .bp-quote {
    margin: 24px 0;
}

.blog-post a.s-medium {
    width: 20px;
    height: 20px;
    margin-left: 22px;
}

.blog-post button.share-button {
    width: 20px;
    height: 20px;
    border-radius: unset;
    cursor: pointer;
}

.blog-post li.share-action.share-action-twitter {
    margin: 0 22px;
}

.blog-post li.share-action.share-action-copy-link {
    cursor: pointer;
}

.blog-post li.share-action.share-action-copy-link:after {
    width: 100px;
    top: -32px;
    left: -40px;
}


@media(max-width: 767px) {
   .blog-post h3.bp-header {
        font-size: 32px;
        line-height: 40px;
    }
    
    .blog-post {
        margin-top: 0px;
    }
    
    .blog-post .social-share {
        display: block;
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        padding: 16px;
        background: linear-gradient(360deg, rgba(91, 91, 91, 0.94) -101.87%, rgba(0, 0, 0, 0) 41.87%);
        width: 100vw;
        bottom: 0;
        display: flex;
        justify-content: center;
    }
    
    .blog-post li.share-action {
        width: 48px;
        height: 48px;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        position: relative;
        background: #FFFFFF;
        box-shadow: 0px 0px 8px rgba(106, 106, 106, 0.12);
    }
    
    .blog-post li.share-action.share-action-medium {
        margin-left: 22px;
    }
    
    .blog-post a.s-medium {
        margin-left: 0;
    }
    
    .blog-post button.share-button:before, .blog-post a.s-medium:before {
        content: '';
        width: 48px;
        height: 48px;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
    }
}

.bp-content li a {
    color: #00939C;
    text-decoration: underline;
}


@media(min-width: 768px) {
   .dev-lot .block3-c1 video {
        width: 50vw;
        max-width: 708px;
    } 
}


.case1-lot .hero-img video, .case2-lot .hero-img video, .case3-lot .hero-img video {
    width: 50vw;
}

@media(min-width: 992px) {
   .case1-lot .hero-img video, .case2-lot .hero-img video, .case3-lot .hero-img video {
        max-width: 612px;
    } 
}

@media(max-width: 991px) {
   .case1-lot .hero-img video, .case2-lot .hero-img video, .case3-lot .hero-img video {
        width: 100%;
        max-width: 500px;
    } 
}

.bp-related-home .blog-item.blog-item-home {
    height: auto;
    margin: 12px;
}

/*div.slick-list{*/
/*  padding:0 150px 0 0;*/
/*}*/


.bp-related-home .slick-list.draggable {
    width: calc(100vw - (100vw - 1630px) / 2);
}

.bp-related-home .slick-track {
    display: flex;
}

.bp-related-home {
    width: 100%;
    max-width: 1128px;
    margin: 0 auto;
}

.bp-related-home .blog-item img {
    min-height: 240px;
    /* object-fit: contain; */
    /* object-position: top; */
}

.bp-related-home-wrap {
    margin: 0 -24px;
    overflow: hidden;
    position: relative;
}


.bp-related-home h4.bp-related-title {
    margin-bottom: 40px;
}

.bp-related-home .blog-item-publ {
    color: #B3B3B3;
}

.bp-related-home {
    padding: 120px 0 144px;
}

.bp-related-home button.slick-next.slick-arrow:after {
    content: '';
    width: 56px;
    height: 56px;
    border: 1px solid #5C5C5C;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: -18px;
    top: -18px;
    background-image: url(../img/arrow-w.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
}

.bp-related-home button.slick-next.slick-arrow {right: 42px;}

.bp-related-home button.slick-prev.slick-arrow {
    display: none;
}

.blog-items.blog-items-home {
    position: unset;
}

.bp-related-home .slick-track {
    margin-right: auto;
    margin-left: unset;
}

@media(max-width: 991px) {
   .bp-related-home {
        padding: 64px 0;
    }
    
    .bp-related-home h4.bp-related-title {
        margin-bottom: 8px;
        padding-left: 24px;
        font-size: 36px;
        line-height: 42px;
    }
    
    .bp-related-home button.slick-next.slick-arrow:after {
        width: 50px;
        height: 50px;
    }
}


.top-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    background: rgba(25, 25, 25, 0.8);
    backdrop-filter: blur(28px);
    z-index: 999;
    padding: 0 24px;
}

.top-banner+header {
    top: 48px;
}

.top-banner .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

a.top-banner-link.link.btn3:after {
    background-image: url(../img/arrow-t.svg);
}

a.top-banner-link.link.btn3 {
    color: #3BBAD6;
    margin-left: 16px;
    min-width: fit-content;
}

.top-banner-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #E2E2E2;
}


.bp-related-home h4.bp-related-title {
    margin-bottom: 8px;
}

.bp-related-top {
    margin-bottom: 32px;
}

.bp-related-home button.slick-prev.slick-arrow:after {
    content: '';
    width: 56px;
    height: 56px;
    border: 1px solid #5C5C5C;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: -18px;
    top: -18px;
    background-image: url(../img/arrow-w.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
    transform: rotate(180deg);
}

.bp-related-home button.slick-next.slick-arrow, .bp-related-home button.slick-prev.slick-arrow {
    top: -48px;
}

.bp-related-home button.slick-next.slick-arrow {
    right: 30px;
}

.bp-related-home button.slick-prev.slick-arrow {
    right: 98px;
    left: auto;
}

.bp-related-home {
    padding-bottom: 188px;
}

.blog-items.blog-items-home {
    position: relative;
}

@media(max-width: 991px) {
    .bp-related-home button.slick-next.slick-arrow, .bp-related-home button.slick-prev.slick-arrow {
        display: none!important;
    }

    .bp-related-top a {
        margin-right: 20px;
        margin-left: 24px;
    }
}

@media(max-width:599px) {
    .bp-related-home .slick-list.draggable {
          width: 175vw;
      }
      
    .bp-related-home-wrap {
        margin: 0 -24px;
    }
    
    .bp-related-home .blog-item.blog-item-home {
        margin: 8px;
    }

    .bp-related-home h4.bp-related-title {
        margin-bottom: 0;
        font-size: 20px;
        line-height: 24px;
    }

    .bp-related-top {
        margin-bottom: 24px;
    }

    .bp-related-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .bp-related-home {
        padding: 20px 0;
    }
  }
  
  
  
  @media(max-width: 599px) {
    .wp-block-l2f-hero-cases .hero-img img {
          display: block!important;
          margin-top: 32px;
      }
      
      .wp-block-l2f-hero-cases .hero-img video {
          display: none;
      }
      
      .dev-lot .block3-c1 img, .comp-lot .block3-c1 img {
          display: block!important;
      }
      
      .dev-lot .block3-c1 video, .comp-lot .block3-c1 video {
          display: none;
      }  
  }
  
  
  body.single.single-post .top-banner+header+main {
    padding-top: 48px;
}

body.single.single-post.admin-bar .top-banner+header+main {
    padding-top: 0;
}


.lottie-item video {
    max-width: 612px;
    position: absolute;
    top: -100px;
    left: -60px;
}

.lottie-item {
    max-width: 612px;
}

@media(min-width: 992px) {
    .case2-lot .hero-img video {
        max-width: 708px;
    }
}

@media(max-width: 767px) {
    .lottie-item video {
        position:static;
        display: none;
    }

    .lottie-items img {
        display: block;
    }
    
    .lottie-items {
        padding: 0;
    }
}

.block3-2 .block3-c1 img.custom-img {
    margin-left: -40px;
}

.block3-2 .block3-c1 img:first-child {
    display: none;
}

/*@media(min-width: 768px) {*/
/*    .wp-block-lpb-video-player.lottie-item.sl-1 video {*/
/*        display: none;*/
/*    }*/
/*   .wp-block-lpb-video-player.lottie-item.sl-1 img {*/
/*    all: unset;*/
/*    display: block;*/
/*    max-width: 612px;*/
/*    position: absolute;*/
/*    top: -100px;*/
/*    left: -60px;*/
/*} */
/*}*/


.wp-block-group.items0>div {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
}

.wp-block-group.items0 .items1 img {
    height: 32px!important;
    min-height: 32px;
    width: auto!important;
    min-width: 124px;
    max-width: 136px;
    object-fit: contain;
}

.wp-block-group.items0 .items1 h4, .wp-block-group.items0 .items2 p {
    font-size: 14px;
    font-weight: 400;
    color: #B3B3B3;
    margin-bottom: 20px;
    line-height: 1.2;
    text-align: left;
}

.wp-block-group.items0 .items2 h3 {
    font-size: 36px!important;
    line-height: 1.1;
    font-weight: 500;
}

.items2>div>div>div {
    display: flex;
}

.items2 .wp-block-column.is-vertically-aligned-center.is-layout-flow.wp-block-column-is-layout-flow {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    min-width: fit-content;
    max-width: fit-content;
}

.items2 .wp-block-column.is-vertically-aligned-center.is-layout-flow.wp-block-column-is-layout-flow p {
    min-width: max-content;
    text-align: left;
    margin: 0 0 20px 0;
}

.items0 .wp-block-group.alignfull.items2.is-content-justification-center {
    min-width: 50%;
}


.items2 .wp-block-columns.alignwide.are-vertically-aligned-center.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex {
    justify-content: space-between;
    width: 100%;
}

.items1 .wp-block-group.is-content-justification-center.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-9.wp-block-group-is-layout-flex {
    height: 40px;
    justify-content: space-between;
}

.wp-block-group.items0:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #191919;
    display: block;
    position: relative;
    top: -30px;
    max-width: 1150px;
    margin: 0 auto;
}

@media(max-width: 1024px) {
    .wp-block-group.items0>div {
        flex-direction: column-reverse;
    }

    .wp-block-group.items0 {
        margin-top: 80px;
    }

    .items1 .wp-block-group.is-content-justification-center.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-9.wp-block-group-is-layout-flex {
        margin-bottom: 40px;
    }
    
}

@media(max-width: 599px) {
.items2 .wp-block-column.is-vertically-aligned-center.is-layout-flow.wp-block-column-is-layout-flow {
        min-width: 100%;
        text-align:center;
    }
    
    .items1 .wp-block-group.is-content-justification-center.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-9.wp-block-group-is-layout-flex {
        flex-direction: column;
        height: auto;
        align-items: center!important;
    }
    
    
    .items1 .wp-block-group.is-content-justification-center.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-9.wp-block-group-is-layout-flex div:empty {
        display: none;
    }
    
    .items1 .wp-block-group.is-content-justification-center.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-9.wp-block-group-is-layout-flex>div {
        margin-bottom: 15px;
    }
    
    .wp-block-group.items0 .items1 h4, .wp-block-group.items0 .items2 p {
        min-width: 100%;
        text-align: center;
    }
    
    .items2 .wp-block-column.is-vertically-aligned-center.is-layout-flow.wp-block-column-is-layout-flow p {
        min-width: 100%;
        text-align: center;
    }
    
    .wp-block-group.items0 .items2 h3 {
        min-width: 100%;
    }
}



