.page-template-page-homepage-2 .go-to-top {
    position: fixed;
    bottom: 80px;
    right: 15px;
    left: auto;
    display: none;
    z-index: 10;
}
/*.hubspot_banner header:not(.static-header, .delay-header){*/
/*    display: none;*/
/*}*/
#hs-web-interactives-top-anchor {
    display: none;
}
.container {
    max-width: 1440px;
    padding: 0;
    border-right: 1px solid #EAEAEA;
    border-left: 1px solid #EAEAEA;
}
a.sc_btn_big {
    display: flex;
    gap: 16px;
}
.page-template-page-homepage-2 #hs-web-interactives-top-push-anchor {
    height: 0!important;
}
.hubspot_banner header:not(.static-header,.delay-header),
.hubspot_banner .mobile_menu,
.hubspot_banner header.sc_header.delay-header.active {
    margin-top: 0!important;
}

/*Video Block 2*/
.video-block-2{
    content-visibility: visible!important;
}
.video-block-2 .container {
    padding-top: 156px;
    padding-bottom: 108px;
    padding-left: 16px;
    padding-right: 0;
}
.video-block-2 .main-text {
    max-width: 656px;
    margin: 0 24px;
}
.video-block-2 .main-text *:first-child {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 16px;

}
.video-block-2 .main-text p {
    font-size: 20px;
    color: #414951;
    font-family: "DM Sans", sans-serif;
}
.video-block-2 .main-text *:last-child {
    margin: 0;
}
.video-block-2 .main-text+.video-items {
    margin-top: 120px;
}
.video-block-2 .video-items {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    /*-webkit-overflow-scrolling: touch; !* плавний скрол на iOS *!*/
    scrollbar-width: none;         /* Firefox */
    -ms-overflow-style: none;      /* Internet Explorer/Edge */

}
.video-block-2 .video-items .video-item {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 356px;
    max-height: 600px;
    cursor: pointer;
}
.video-block-2 .video-items .video-item:last-child {
    margin-right: 16px;
}
.video-block-2 .video-items .video-item img {
    height: 600px;
}
.video-block-2 .video-items .video-items-wrapper{
    position: absolute;
    bottom: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 32px;
}
.video-block-2 .video-items .video-items-wrapper svg{
    box-shadow: 0 0 0 5.091px rgb(255 255 255 / 3%), 0 2px 6px rgb(0 0 0);
    border-radius: 100px;
}

.video-block-2 .video-items .video-item .video-text {
    max-width: 292px;
}
.video-block-2 .video-items .video-item .video-text * {
    color: #FFFFFF;
}
.video-block-2 .video-items .video-item .video-text *:first-child {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}
.video-block-2 .video-items .video-item .video-text *:last-child {
    margin-bottom: 0;
}
.video-block-2 .video-items .video-item .video-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 110%;
    font-family: "DM Sans", sans-serif;

}
.video-block-2 .video-items .video-item .gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -1.67%, #000 82%);*/
}
.video-block-2 .video-items-wrapper {
    background: none;
    left: 0;
    right: 0;
}

/* ///popup/// */
.video-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.video-popup-iframe-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: #FFF;
}
.video-popup-iframe-wrapper>div {
    padding: 0!important;
    position: initial!important;
}
.video-popup-iframe-wrapper .wp-video,
.video-popup-iframe-wrapper .wp-video .mejs-container,
.video-popup-iframe-wrapper .wp-video video,
.video-popup-iframe-wrapper p {
    width: 100%!important;
    height: 100%!important;
}

.video-popup iframe {
    width: 100%;
    height: 100%;
    max-width: 1024px;
    max-height: 648px;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    padding-left: 16px;
    padding-right: 16px;
    z-index: 9999;
}

.video-popup-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 48px;
    height: 48px;
    background: #000;
    border: none;
    font-size: 24px;
    cursor: pointer;
    z-index: 10000;
    padding: 0;
    transition: all .5s;
}
.video-popup-close:hover {
    opacity: .7;
    background-color: #000;
}
.video-popup-close:focus {
    outline: none !important;
}


/*Video block 1*/
.video-block-1-wrapper .container {
    background: #FBFBFB;
}
.video-block-1-wrapper {
    content-visibility: visible!important;
}
.video-block-1 {
    padding-top: 80px;
    margin-top: 0;
    margin-bottom: 0;

}
.video-block-1 .main-text {
    max-width: 656px;
    margin-left: 24px;
    margin-right: 24px;
}
.video-block-1 .main-text *:first-child {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 16px;
}
.video-block-1 .main-text p {
    font-size: 20px;
    color: #414951;
}
.video-block-1 .main-text *:last-child {
    margin: 0;
    font-family: "DM Sans", sans-serif;

}
.video-block-1 .main-text+.video-items {
    margin-top: 80px;
}
.video-items-wrapper {
    position: absolute;
    bottom: 8px;
    right: 8px;
    left: 8px;
    background: transparent;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(10px);
    max-width: 100%;
    padding: 32px;
    display: flex;
    gap: 32px;
    align-items:flex-start;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.video-items-wrapper svg{
    flex-shrink: 0;
}

.video-block-1 .video-items {
    display: flex;
    flex-wrap: wrap;
}
.video-block-1 .video-items .row-1 .video-item:first-child,
.video-block-1 .video-items .row-2 .video-item:first-child {
    border-left: none;
}
.video-block-1 .video-items .video-item {
    position: relative;
    border-top: 1px solid #D9E0E4;
    border-left: 1px solid #D9E0E4;
    padding: 8px;
    cursor: pointer;
}

.video-block-1 .video-items .video-item .video-text *:first-child {
    font-size: 24px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 8px;
    color: #E6EDF6;
}
.video-block-1 .video-items .video-item .video-text *:last-child {
    margin-bottom: 0;
    color: #CCC;
    font-size: 20px;
    font-family: 'DM Sans', 'sans-serif';
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.video-block-1 .video-items .video-item .video-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 110%;
}
.video-block-1 .video-items .video-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-block-1 .video-items .row-1,
.video-block-1 .video-items .row-2,
.video-block-1 .video-items .row-3 {
    display: flex;
    width: 100%;
}
.video-block-1 .video-items .row-2 {
    width: 46.3%;
}
.video-block-1 .video-items .row-3 {
    width: 53.7%;
}
.video-block-1 .video-items .row-1 .video-item:nth-child(1) {
    width: 100%;
    max-width: 893px;
    min-height: 499px;
    max-height: 499px;
}
.video-block-1 .video-items .row-1 .video-item:nth-child(2) {
    width: 100%;
    max-width: 547px;
    min-height: 499px;
    max-height: 499px;
}
.video-block-1 .video-items .row-2 .video-item {
    max-width: 665px;
    width: 100%;
    min-height: 820px;
}
.video-block-1 .video-items .row-3 .video-item {
    max-width: 775px;
    width: 100%;
    min-height: 410px;
    max-height: 410px;
}
.video-block-1 .video-items .row-3 {
    flex-direction: column;
}


/*Scroll block*/
.scroll-block {
    position: relative;
    z-index: 6;
}
.scroll-block .colored {
    color: rgba(255, 255, 255, 1)!important;
}
.scroll-block .container {
    display: flex;
    position: relative;
    border: none;
    background: linear-gradient(180deg, #16241D 0%, #070B09 100%);
}
.scroll-block .bg-grid {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.scroll-block .bg-grid .line {
    position: absolute;
    height: 100%;
    width: 1px;
    right: 24%;
    background: linear-gradient(#B1FFD8, #1A2821);
    opacity: .2;
}
.scroll-block .left-text-block {
    margin-top: 200px;
    margin-left: 144px;
    margin-bottom: 200px;
    height: fit-content;
    max-width: 512px;
    position: sticky;
    top: 80px;
}
.scroll-block .left-text-block * {
    margin: 0;
}
.scroll-block .left-text-block *:last-child {
    font-size: 40px;
    line-height: 110%;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.50);
    /*text-transform: lowercase;*/
    margin-top: 56px;
    position: sticky;
}
.scroll-block .scroll-items-block {
    margin-top: 1600px;
    margin-bottom: 200px;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: end;
    margin-right: 145px;
    padding-bottom: 200px;
}
.scroll-block .scroll-item {
    background: linear-gradient(180deg, #070B09 0%, #080D0B 100%);
    box-shadow: 0px 52px 44px 0px rgba(0, 0, 0, 0.08);
    padding: 16px;
    max-width: 400px;
    width: 100%;
}
.scroll-block .gradient-border {
    background: linear-gradient(to bottom, rgba(94, 144, 119, 1), rgba(27, 42, 35, 0));
    padding: 1px;
    z-index: 10;
}
.scroll-block .gradient-border+.gradient-border {
    margin-top: 56px;
}
.scroll-block .scroll-item .inner-block {
    border: 1px solid #1B2A23;
    background: #070B09;
    padding: 32px;
}
.scroll-block .scroll-item .image-block {
    width: 84px;
    height: 84px;
}
.scroll-block .scroll-item .text-block {
    margin-top: 120px;
}
.scroll-block .scroll-item .text-block * {
    color: #9ACEA8;
    font-size: 24px;
    font-weight: 700;
    line-height: 110%;
    /*text-transform: lowercase;*/
    margin: 0;
}


/* ///////footer-block/// */

.footer-block{
    position: relative;
}
.footer-block+.sc_footer_rebranding {
    margin-top: 0;
}
.footer-block .container {
    border-top: 1px solid #EAEAEA;
    padding-bottom: 200px;
}

.footer-block .content{
    border-right: 1px solid #EAEAEA;
    border-left: 1px solid #EAEAEA;
    background: linear-gradient(180deg, #376B51 0%, #070B09 100%);
    padding: 108px 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
}
.footer-block .content > *:first-child{
    color: #fff;
    font-size: 32px;
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}
.footer-block .content p{
    max-width: 194px;
    width: 100%;
    margin: 0;
}
.footer-block .content > p >  a{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    display: flex;
    padding: 16px 0;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 0;
}
.footer-block a.sc_btn_big > * {
    transition: all ease .2s;
}
.footer-block a.sc_btn_big:hover > * {
    opacity: .7;
}
.footer-block a.sc_btn_big:hover {
    background-color: #000;
}
.footer-block .images:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url("/wp-content/themes/revenuegrid/assets/images/footer-block-images-bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -1;
}
.footer-block .images{
    display: flex;
    justify-content: center;
    gap: 40px;
    padding-top: 200px;
    padding-bottom: 84px;
}


/* //////gdpr-block */
.gdpr-block .container {
    padding: 100px 0;
}
.gdpr-block .gdpr-items{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.gdpr-block .gdpr-items .gdpr-item{
    text-align: center;
    padding: 0 40px;
    display: grid;
    justify-items: center;
}
.gdpr-block .gdpr-items .gdpr-item img{
    padding-bottom: 24px;
}
.gdpr-block .gdpr-items .gdpr-item .gdpr-text *:first-child{
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 16px;
}
.gdpr-block .gdpr-items .gdpr-item .gdpr-text *:last-child{
    color: #575757;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 300px;
    width: 100%;
    margin: 0;
    font-family: "DM Sans", sans-serif;
}


/* //////counter-block///// */

.counter-block .container {
    /*border: none;*/
    background: radial-gradient(268.92% 100.09% at 50% 0%, #16241D 0%, #070B09 100%);
}
.counter-block .counter-items {
    display: flex;
    align-items: center;
    justify-content:space-between;
}
.counter-block .counter-item {
    text-align: center;
    position: relative;
    padding: 150px 0;
    border-right: 1px solid #1A1A1A;
    max-width: 360px;
    width: 100%;

}
.counter-block .counter-item img {
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    transform: translate(-26px, 0px);
}
.counter-block .counter-items .counter-item .counter-number {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    background: linear-gradient(0deg, #9ACEA8 0%, #E4F2E8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 16px;
}
.counter-block .counter-items .counter-item .counter-text{
    color: #E4F2E8;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "DM Sans", sans-serif;
}


/* /////partners-block ///// */

.partners-block{
    background: radial-gradient(100% 100% at 50% 0.03%, #070B09 0%, #16241D 100%);
    padding-top: 200px;
    position: relative;
    z-index: 1;
}
.partners-block .main-text *:last-child{
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 52.8px */
    background: linear-gradient(0deg, #9ACEA8 0%, #E4F2E8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 752px;
    width: 100%;
    margin: 0 auto;
}
.partners-block .main-text *:first-child{
    color: #E4F2E8;
    text-align: center;
    text-shadow: 0px 12px 36px #A1D1AE;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 32px;
    font-family: "DM Sans", sans-serif;
}
.partners-block .partner-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 63px;
}
.partners-block .partners-block-wrapper{
    padding: 102px 56px 0;
}
.partners-block .partner-logos img{
    padding: 50px 36px;
}
.partners-block .logos-title{
    color: #E4F2E8;
    text-align: center;
    text-shadow: 0px 12px 36px #A1D1AE;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 6px;
    text-transform: uppercase;
    padding-bottom: 24px;
    font-family: "DM Sans", sans-serif;
}


/* ///////ceo-block////// */
.ceo-block{
    padding-top: 0;
    position: relative;
}


.ceo-block .ceo-block-wrapper{
    background: linear-gradient(180deg, #16241D 0%, #070B09 100%);
    padding-top: 216px;
    position: relative;
}

.ceo-block .ceo-block-wrapper:after{
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/themes/revenuegrid/assets/images/ceo-block-bg-images.png");
    background-repeat:no-repeat;
    display: block;
    top: 0;
    z-index: 0;
    background-position: top;
}

.ceo-block .ceo-block-inner{
    display: grid;
   grid-template-columns: 1fr 1fr;
    gap: 24px;
    position: relative;
    z-index: 1;
    align-items: end;
}
.ceo-block .ceo-block-inner .ceo-block-img{
    padding-left: 130px;
}
.ceo-block .main-text *:first-child{
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    max-width: 341px;
    width: 100%;
}
.ceo-block .quote-text{
    width: 320px;
    position: relative;
    top: -200px;
}
.ceo-block .quote-text p{
    color: #C0C0C0;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 24px;
    font-family: "DM Sans", sans-serif;
}
.ceo-block .quote-text p img{
    margin: 0;
}
.ceo-block .quote-text strong{
    color: #C0C0C0;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 22px */
}
.ceo-block .quote-text p:last-child strong {
    font-size: 16px;
}

.ceo-block .quote-text {
    color: #C0C0C0;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 22px */
    font-family: "DM Sans", sans-serif;
}

.ceo-block .main-text {
    position: relative;
    left: 50%;
    right: 50%;
    transform: translate(-100%, 0);
    display: inline-block;
}


/* ///////rg-commander-block////// */

.rg-commander-block .container {
    padding-top: 156px;
    padding-bottom: 108px;
    background: #FBFBFB;
    padding-left: 16px;
    padding-right: 16px;
}
.rg-commander-block .rg-commander-block-inner{
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 80px;
    padding-left: 24px;
    padding-right: 28px;
    gap: 48px;
}
.rg-commander-block .rg-commander-block-inner .text-block{
    max-width: 656px;
    width: 100%;

}
.rg-commander-block .rg-commander-block-inner .text-block *:first-child{
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 52.8px */
    margin-bottom: 16px;
}
.rg-commander-block .rg-commander-block-inner .text-block *:last-child{
    font-family: 'DM Sans', 'sans-serif';
    color: #414951;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.rg-commander-block .rg-commander-block-inner .tab-block{
    display: flex;
    align-items: center;
    background: #F5F5F5;
    padding: 4px;
    border: 1px solid #EBEDEE;
}
.rg-commander-block .rg-commander-block-inner .tab-item.active{
    color: #FFF;
    background: #000;
    box-shadow: 0px 1px 1px 0px rgba(11, 19, 36, 0.10), 0px 1px 3px 0px rgba(11, 19, 36, 0.10);
}

.rg-commander-block .rg-commander-block-inner .tab-item{
    cursor: pointer;
    background: #F5F5F5;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 17.6px */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 50px;
}

.rg-commander-block .images-block {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 8px;
    margin-top: 40px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
}

.scroll-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.rg-commander-block .images-block .image {
    max-width: 440px;
    max-height: 600px;
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: 100%;
    /*display: contents;*/
}
.rg-commander-block .images-block .image img {
    width: 100%;
    height: 600px;
}

.rg-commander-block .tab-block {
    display: flex;
    /*overflow-x: auto;*/
    -webkit-overflow-scrolling: touch;

    scrollbar-width: none;
    -ms-overflow-style: none;
}

.rg-commander-block .tab-block::-webkit-scrollbar {
    display: none;
}

.rg-commander-block .tab-item {
    flex: 0 0 auto;
    white-space: nowrap;
}



/* ////build block/// */

.built-block{
    display: flex;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 24px;
    padding-right: 24px;
    gap: 48px;
    justify-content: space-between;
}
.built-block a.sc_btn_big > * {
    transition: all ease .2s;
}
.built-block a.sc_btn_big:hover > * {
    opacity: .7;
}
.built-block a.sc_btn_big:hover {
    background-color: #000;
}
.built-block .image-content {
    margin-left: -2px;
}
.built-block .text-content{
    max-width: 480px;
    width: 100%;
}
.built-block.order-2 .text-content{
    order: 2;
}
.built-block .slogan-text:empty {
    display: none;
}
.built-block .text-content:first-of-type .slogan-text{
    color: #1C755A;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: -0.64px;
    border-radius: 1000px;
    border: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 127px;
    margin-bottom: 20px;
    height: 40px;
}
.built-block .text-content .text-content-title *:first-child{
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    padding-bottom: 48px;
    margin: 0;
}
.built-block .text-content .text-content-title *:last-child {
    display: none;
    color: #414951;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding-bottom: 32px;
}

.built-block .pre-main-text *:first-child{
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    padding: 45px 0;
    margin: 0;
}
.built-block .main-text{
    padding-top: 20px;
}
.built-block .main-text *:first-child{
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 26.4px */
    margin-bottom: 20px;
}

.built-block .main-text p:nth-of-type(1){
    font-family: 'DM Sans', 'sans-serif';
    color: #414951;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.built-block .main-text p:nth-of-type(2){
    font-family: 'DM Sans', 'sans-serif';
    color: #414951;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.built-block .main-text p:nth-of-type(3){
    margin-bottom: 0;
}
.built-block .main-text p > a > span{
    color: #FFF !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 24px !important; /* 150% */
    display: flex !important;
    gap: 16px !important;
    justify-content: center !important;
    margin: 0 !important;

}
.built-block .main-text p > a{
    display: flex;
    align-items:center;
    justify-content: center;
    max-width: 194px;
    width: 100%;
    height: 56px;
    margin-bottom: 0 !important;
}

.built-block .post-main-text *:first-child{
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 26.4px */
    padding: 32px 0 58px;
    border-bottom: 1px solid #F5F5F5;
    border-top: 1px solid #F5F5F5;
}

.built-block .built-item .tab-title {
    cursor: pointer;
    padding-top: 32px;
    padding-bottom: 58px;
}
.built-block .built-item.active .tab-title {
    padding-bottom: 0;
}
.built-block .built-item .tab-title *:first-child {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin: 0;
}
.built-block .built-item .main-text {
    display: none;
}
.built-block .built-item .image {
    display: none;
}
.built-block .built-item.active .main-text {
    display: block;
}
.built-block .image-content img {
    display: none;
}
.built-block .image-content img.active {
    display: block;
}

/*Header Block*/

.header-block {
    margin-top: 160px;
    position: relative;
}
.header-block a.sc_btn_big {
    display: flex;
    gap: 16px;
    max-width: 194px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 17px;
}
.header-block a.sc_btn_big > * {
    transition: all ease .2s;
}
.header-block a.sc_btn_big:hover > * {
    opacity: .7;
}
.header-block a.sc_btn_big:hover {
    background-color: #000;
}
.header-block .container:not(.slider) {
    border-right: 1px solid #EAEAEA;
    border-left: 1px solid #EAEAEA;
    padding: 0;
}
.header-block .container:not(.slider) {
    position: absolute;
    z-index: 12;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
}
.header-block .container:not(.slider) .content > * {
    transition: all ease .5s;
    opacity: 0;
}
.header-block .container:not(.slider) .content > *:first-child {
    font-size: 40px;
    margin-bottom: 0;
}
.header-block .container:not(.slider) .content > *:first-child+p {
    font-family: 'DM Sans', 'sans-serif';
    color: #414951;
    font-size: 20px;
    margin-top: 16px;
    margin-bottom: 0;
}
.header-block .container:not(.slider) .content > *+*:last-child {
    margin-top: 48px;
}
.header-block .container:not(.slider) .content > *:not(:last-child) {
    transform: translateY(100px);
}
.header-block .container:not(.slider) .content > *:last-child {
    transform: translateY(100px);
}
.header-block .container:not(.slider) .content.visible > *:not(:last-child) {
    transform: translateY(0);
    opacity: 1;
}
.header-block .container:not(.slider) .content.visible-last > *:last-child {
    transform: translateY(0);
    opacity: 1;
}
.header-block .container {
    transition: all ease .5s;
    background-position: center 100px;
    z-index: 11;
}
.header-block .container.slider > button {
    display: none;
}
.header-block .container.background-block {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 5;
    overflow: hidden;
}
.header-block .container .background .fragments {
    position: absolute;
    bottom: 0;
    left: -1px;
    display: flex;
    align-items: flex-end;
}
.header-block .container.background-block .background img {
    opacity: 0;
    transition: all ease .5s;
}
.header-block .container.background-block .background img:nth-child(5) {
    transform: translateY(710px);
}
.header-block .container.background-block .background img:nth-child(4) {
    transform: translateY(530px);
}
.header-block .container.background-block .background img:nth-child(3) {
    transform: translateY(294px);
}
.header-block .container.background-block .background img:nth-child(2) {
    transform: translateY(182px);
}
.header-block .container.background-block .background img:nth-child(1) {
    transform: translateY(50px);
}
.header-block .container.background-block .background img.visible {
    transform: translateY(0);
    opacity: 1;
}
.header-block .container .position-block {
    transition: all ease .5s;
    transform: translateY(100px);
    opacity: 0;
}
.header-block .container .position-block.visible {
    transform: translateY(0);
    opacity: 1;
}
.header-block .container .features-block img:nth-child(1),
.header-block .container .features-block img:nth-child(2),
.header-block .container .features-block img:nth-child(3) {
    transition: all ease .5s;
    transform: translateY(100px);
    opacity: 0;
}
.header-block .container .features-block img:nth-child(1).visible,
.header-block .container .features-block img:nth-child(2).visible,
.header-block .container .features-block img:nth-child(3).visible {
    transform: translateY(0);
    opacity: 1;
}
.header-block .container.visible {
    background-position: center;
}
.header-block .container .slick-dots {
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
    bottom: 74px;
    height: 24px;
    background: #BFBFBF70;
    border-radius: 50px;
    backdrop-filter: blur(20px);
    padding: 8px 12px;
}
.header-block .slick-dots li:not(.slick-active) button:focus:before {
    opacity: 0.25;
}
.header-block .slick-dots li:not(.slick-active) button:hover:before {
    opacity: 1;
}
.header-block .container .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0;
}
.header-block .container .slick-dots li button {
    padding: 8px;
    width: 8px;
    height: 8px;
}
.header-block .container .slick-dots li button:hover {
    background-color: transparent;
}
.header-block .container .slick-dots li button:before {
    width: 8px;
    height: 8px;
    line-height: 8px;
    transition: all ease .2s;
}
.header-block .white-gradient {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 172px;
    background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    z-index: 9;
}
.header-block .slider-item {
    /*height: calc(100vh - 114px);*/
    min-height: calc(1020px - 114px);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.header-block .container .content {
    max-width: 507px;
    margin-left: auto;
    margin-right: auto;
}
.header-block .slider-item .person-image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.header-block .slider-item .features-block{
    position: absolute;
    bottom: 240px;
    width: 100%;
    height: 370px;
}
.header-block .slider-item .features-block img {
    z-index: 10;
}
.header-block .slider-item .features-block .features-block-wrapper:nth-child(1) {
    position: absolute;
    top: 25%;
    left: 53%;
}
.header-block .slider-item .features-block .features-block-wrapper:nth-child(2) {
    position: absolute;
    top: 47%;
    left: 60%;
    z-index: 9;
}
.header-block .slider-item .features-block .features-block-wrapper:nth-child(3) {
    position: absolute;
    top: 71%;
    left: 67%;
    z-index: 8;
}
.header-block .slider-item .position-block {
    position: absolute;
    border: 1px solid #C1E1C9;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    backdrop-filter: blur(4px);
    bottom: 240px;
    left: 15%;
    width: 373px;
    height: 143px;
    padding: 16px;
}
.header-block .slider-item .position-block .inner-block {
    padding: 24px;
    border: 1.249px solid #CDFFE6;
    background: #FDFDFD;
    box-shadow: 0px 34.39px 55.184px 0px #CEEFD7;
    backdrop-filter: blur(25.653186798095703px);
}
.header-block .slider-item .position-block.orange {
    border: 1px solid #FEB899;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}
.header-block .slider-item .position-block .inner-block.orange {
    border: 1.249px solid #FFD6C9;
    background: #FDFDFD;
    box-shadow: 0px 34.39px 55.184px 0px #FFC7B5;
    backdrop-filter: blur(25.653186798095703px);
}
.header-block .slider-item .position-block.blue {
    border: 1px solid #90AADA;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}
.header-block .slider-item .position-block .inner-block.blue {
    border: 1.249px solid #CCD7ED;
    background: #FDFDFD;
    box-shadow: 0px 34.39px 55.184px 0px #ACBEE2;
    backdrop-filter: blur(25.653186798095703px);
}
.header-block .slider-item .position-block.purple {
    border: 1px solid #C7A6BB;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}
.header-block .slider-item .position-block .inner-block.purple {
    border: 1.249px solid #DCC4D1;
    background: #FDFDFD;
    box-shadow: 0px 34.39px 55.184px 0px #EADCE4;
    backdrop-filter: blur(25.653186798095703px);
}
.header-block .slider-item .position-block .inner-block.orange .subtitle,
.header-block .slider-item .position-block .inner-block.orange .position {
    color: #FF764A;
}
.header-block .slider-item .position-block .inner-block.blue .subtitle,
.header-block .slider-item .position-block .inner-block.blue .position {
    color: #093FAA;
}
.header-block .slider-item .position-block .inner-block.purple .subtitle,
.header-block .slider-item .position-block .inner-block.purple .position {
    color: #8B3C67;
}
.header-block .slider-item .position-block .inner-block .subtitle {
    color: #008341;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    font-family: "DM Sans", sans-serif;
}
.header-block .slider-item .position-block .inner-block .position {
    color: #008341;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-top: 16px;
}
.header-block p > a > span {
    color: #FFF !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 24px !important; /* 150% */
    display: flex !important;
    gap: 16px !important;
    justify-content: center !important;
    margin: 0 !important;
}