body > section {
    overflow-x: hidden;
}

.main-header__logo img {
    filter: invert(1);
}
.main-header__navigation .menu-title {
    color: #FFFFFF;
}
.main-header__user-panel-login {
    color: #FFFFFF;
}
.main-header__user-panel-login::after {
    filter: invert(1);
}
.main-header__user-panel-login:hover::after {
    filter: invert(0);
}
.main-header__navigation .menu-title.has_submenu:after {
    filter: invert(1);
}
.main-header__navigation .menu-title.has_submenu:hover:after {
    filter: invert(0);
}
.fixed_scroll {
    background: #00000057;
    top: 0;
}
.main-header__user-panel-login .title {
    color: #FFFFFF;
}
.right-menu-button .title {
    color: #FFFFFF;
}
.right-menu-button:after {
    filter: invert(1);
}
.right-menu-button:hover:after {
    filter: invert(0);
}

.top-header{
    background-color: #6357FF;
    display: none;
}

.top-header .top-header-item{
    padding: 16px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.top-header .item-category{
    color: #FFF;
    font-size: 12px;
    font-weight: 800;
    line-height: 143%;
    letter-spacing: -0.132px;
    padding: 5px 10px;
    border-radius: 30px;
    background: #000;
}

.top-header .item-category{
    color: #FFF;
    font-size: 12px;
    font-weight: 800;
    line-height: 143%;
    letter-spacing: -0.132px;
    padding: 5px 10px;
    border-radius: 30px;
    background: #000;
}

.top-header .item-title{
    color: #FFF;
    font-size: 14px;
    font-weight: 800;
    line-height: 143%;
    letter-spacing: -0.154px;
    max-width: 74%;
}

.top-header .item-readmore a{
    color: #FFF;
    font-size: 14px;
    font-weight: 800;
    line-height: 143%;
    letter-spacing: -0.154px;
    text-decoration-line: underline;
    margin-left: 32px;
}

.main-header__container {
    min-height: 105px;
}

.hero {
    padding-top: 105px;
    overflow: hidden;
    background-color: #020304;
    position: relative;
    height: 100vh;
    min-height: 720px;
}

.hero .hero-video{
    padding-top: 105px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero .hero-video-left-gradient{
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}

.hero .hero-video-top-gradient{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    min-height: 300px;
    background: linear-gradient(180deg, #020304 105px, rgba(0, 0, 0, 0.00) 100%);
}

.hero .hero-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*.hero:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../img/new-home/home-hero-left-ellipse.png");
    background-position: left -110px;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 823/1008;
    height: 100%;
    z-index: 1;
}

.hero:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("../img/new-home/home-hero-right-ellipse.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 723/1101;
    height: 100%;
    z-index: 1;
}*/

.hero .container {
    z-index: 2;
    position: relative;
    height: 100%;
}

.hero .wrapper {
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
    align-items: center;
}

.hero-content {
    max-width: 570px;
}

.hero-content .subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.1em;
    color: #6357FF;
    margin-bottom: 16px;
}

.hero-content .title {
    font-weight: 900;
    font-size: 48px;
    line-height: 116%;
    color: #ffffff;
    margin-bottom: 16px;
}

.hero-content .description {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 143%;
    letter-spacing: -0.264px;
    margin-bottom: 32px;
}

.hero-content .hero-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #161616;
    padding: 11px 66px;
    border: 1px solid #FFF;
    background-color: #FFF;
    border-radius: 60px;
    max-width: fit-content;
    text-decoration: none;
    transition: .2s;
}

.hero-content .hero-link:hover {
    color: #FFFFFF;
    border: 1px solid #FFF;
    background-color: transparent;
    transition: .2s;
}

.hero-content .hero-img {
    width: 340px;
    height: auto;
    margin: 80px 0 0 100px;
}

.hero-content .hero-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.hero-content .hero-img-mob {
    display: none;
}

.slider{
    padding-top: 55px;
}

.slider .container {
    position: relative;
}

.slider .slider-content{
    max-width: calc(100% - 160px);
    margin: 0 auto;
}

.slider .slick-track{
    display: flex;
    gap: 54px;
    align-items: center;
}

.partner-navigation-slider{
    position: absolute;
    width: calc(100% - 128px);
    top: calc(50% - 15px);
}
.partner-navigation-slider > div{
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
}
.partner-navigation-slider .partner-navigation-slider__prev{
    background-image: url("../img/new-home/slider-arr-left.svg");
    left: 0;
}
.partner-navigation-slider .partner-navigation-slider__next{
    background-image: url("../img/new-home/slider-arr-right.svg");
    right: 0;
}
.partner-navigation-slider .partner-navigation-slider__prev:hover{
    background-image: url("../img/new-home/slider-arr-left-purple.svg");
}
.partner-navigation-slider .partner-navigation-slider__next:hover{
    background-image: url("../img/new-home/slider-arr-right-purple.svg");
}

.slider-content .slider-item img {
    display: block;
}

.find {
    background-color: #020304;
    margin-top: -1px;
    background-image: url("../img/new-home/home-access-circles.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
}

.find .container {
    position: relative;
    z-index: 2;
}

.find:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url("../img/new-home/home-access-left-ellipse.png");
    background-position: left -110px;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 678/1467;
    width: 478px;
    z-index: 1;
}

.find:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url("../img/new-home/home-access-right-ellipse.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 920/1637;
    width: 920px;
    z-index: 1;
}

.find .wrapper{
    padding: 80px 0 80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.find .subtitle{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
    margin-bottom: 16px;
    text-align: center;
}

.find .title{
    color: #FFF;
    font-size: 48px;
    font-weight: 800;
    line-height: 116%;
    margin-bottom: 64px;
    text-align: center;
}

.find .block{
    display: flex;
    align-items: center;
    gap: 48px;
}

.find .block .left-block{
    width: 100%;
    position: relative;
}

.find .block .right-block{
    width: 100%;
    position: relative;
}

.find picture{
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 1;
}

.find .bottom-block{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    bottom: 47px;
    z-index: 2;
}

.find .find-link{
    padding: 12px 37px;
    width: 240px;
    border-radius: 60px;
    border: 1px solid #FFF;
    background: #FFF;
    color: #161616;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    transition: .2s;
    text-decoration: none;
}

.find .left-block .find-link:hover{
    border: 1px solid #FFF;
    background-color: transparent;
    color: #FFF;
    transition: .2s;
}

.find .right-block .find-link:hover{
    border: 1px solid #FFF;
    background-color: transparent;
    color: #FFF;
    transition: .2s;
}

.access .wrapper {
    padding: 0;
}

.access-content {
    display: flex;
    flex-direction: column;
}

.access-content-top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 500px 0 460px;
}

.access-content-top .images-block {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.access-content-top .images-block-tablet {
    display: none;
}

.access-content-top .images-block-mobile {
    display: none;
}

.access-content-top .images-block .images-block-item {
    position: absolute;
}

.access-content-top .images-block .images-block-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.access-content-top .images-block .images-block-item:nth-child(1) {
    width: 312px;
    height: 257px;
    left: 15px;
    bottom: 232px;
}

.access-content-top .images-block .images-block-item:nth-child(2) {
    width: 327px;
    height: 215px;
    left: 15px;
    top: 270px;
}

.access-content-top .images-block .images-block-item:nth-child(3) {
    width: 428px;
    height: 253px;
    right: 15px;
    bottom: 155px;
}

.access-content-top .images-block .images-block-item:nth-child(4) {
    width: 327px;
    height: 216px;
    left: 447px;
    top: 71px;
}

.access-content-top .images-block .images-block-item:nth-child(5) {
    width: 312px;
    height: 145px;
    left: 407px;
    bottom: 112px;
}

.access-content-top .images-block .images-block-item:nth-child(6) {
    width: 280px;
    height: 134px;
    right: 124px;
    top: 325px;
}

.access-content-top .images-block .images-block-item:nth-child(7) {
    width: 312px;
    height: 145px;
    right: 15px;
    top: 45px;
}

.access-content-top .info-block {
    max-width: 870px;
}

.access-content-top .info-block .subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.1em;
    color: #FFF;
    margin-bottom: 16px;
}

.access-content-top .info-block .title {
    font-weight: 900;
    font-size: 48px;
    line-height: 116%;
    color: #FFF;
}

.access-content-bottom {
    display: flex;
    gap: 20px;
    align-items: center;
}

.access-content-bottom .bottom-left-img {
    width: calc(58.5% - 10px);
    text-align: right;
}

.access-content-bottom .bottom-left-img img{
    max-width: 460px;
}

.access-content-bottom .bottom-right-img {
    width: calc(41.5% - 10px);
    text-align: left;
}

.access-content-bottom .bottom-right-img img{
    max-width: 460px;
}

.solutions{
    background-color: #020304;
    position: relative;
    margin-top: -1px;
}

.solutions:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../img/new-home/solutions-left-ellipse.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 767/1638;
    height: 80%;
    z-index: 1;
}

.solutions:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url("../img/new-home/solutions-right-ellipse.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 819/1638;
    height: 80%;
    z-index: 1;
}

.solutions .container{
    position: relative;
    z-index: 2;
}

.solutions .wrapper{
    padding-bottom: 112px;
}

.solutions-content{
    text-align: center;
}

.solutions-content > .subtitle{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 16px;
}

.solutions-content > .title{
    font-weight: 900;
    font-size: 48px;
    line-height: 116%;
    color: #FFF;
    margin-bottom: 80px;
}

.solutions-blocks{
    display: flex;
    gap: 160px;
    justify-content: space-between;
    text-align: left;
}
.solutions-blocks .left-block{
    width: calc(50% - 37px);
    padding: 10px 0;
}
.solutions-blocks .right-block{
    width: calc(50% - 37px);
    padding: 10px 0 10px 20px;
}

.solutions-blocks .left-block .list li:nth-child(3){
    max-width: 280px;
}

.solutions-blocks .subtitle{
    font-weight: 400;
    font-size: 14px;
    line-height: 112%;
    letter-spacing: 0.15em;
    color: #6357FF;
    margin: 0 0 16px 52px;
}
.solutions-blocks .title{
    font-weight: 900;
    font-size: 28px;
    line-height: 137%;
    color: #FFF;
    margin: 0 0 40px 52px;
}
.solutions-blocks .list{
    margin: 32px 0 40px 52px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
}
.solutions-blocks .list li{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.011em;
    color: #FFF;
    display: flex;
    align-items: start;
    gap: 12px;
}
.solutions-blocks .left-block .list li:nth-child(3){
    max-width: 320px;
}
.solutions-blocks a{
    display: inline-block;
    font-family: 'Avenir', sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    color: #FFF;
    position: relative;
    padding-right: 16px;
    margin-left: 52px;
}
.solutions-blocks a:after {
    content: url("../img/careers/right_white.svg");
    position: absolute;
    right: 0;
    top: 2px;
}
.solutions-blocks a:hover {
    color: #6357FF;
}
.solutions-blocks a:hover:after {
    content: url("../img/careers/right_hover.svg");
}
.solutions-blocks .left-block-img, .solutions-blocks .right-block-img{
    width: 100%;
}
.solutions-blocks .left-block-img img, .solutions-blocks .right-block-img img{
    width: 100%;
    height: auto;
    object-fit: contain;
}

.integration{
    background: #020304;
}

.integration .wrapper{
    padding: 96px 0;
}

.integration-content{
    display: flex;
    gap: 96px;
    align-items: center;
}

.integration-content .subtitle{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 16px;
}

.integration-content .title{
    font-weight: 900;
    font-size: 48px;
    line-height: 116%;
    color: #FFF;
    margin-bottom: 40px;
}

.integration-content .text{
    font-weight: 400;
    font-size: 18px;
    line-height: 143%;
    letter-spacing: -0.011em;
    color: #FFF;
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.integration-content .text p{
    margin: 0;
}

.integration-content .left-block{
    width: 100%;
}
.integration-content .right-block{
    width: 100%;
}
.integration-content .right-block img{
    width: 100%;
    height: auto;
}

.blog {
    background-color: #020304;
    margin-top: -1px;
}

.blog .wrapper {
    padding: 80px 0 96px;
}

.blog .blog-blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.blog .blog-block {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    background: #151515;
}

.blog .blog-block:nth-child(4) {
    display: none;
}

.blog .item-img {
    display: flex;
}

.blog .item-img img {
    aspect-ratio: 416/244;
    width: 100%;
    border-radius: 15px 15px 0 0;
    object-fit: cover;
}

.blog .item-info-block {
    padding: 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog .item-category {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #6357FF;
    margin-bottom: 23px;
    text-transform: uppercase;
}

.blog .item-title {
    font-weight: 900;
    font-size: 18px;
    line-height: 150%;
    color: #FFF;
    margin-bottom: 12px;
}

.blog .item-info {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #FFF;
    margin-bottom: 50px;
}

.blog .item-readmore {
    margin-top: auto;
    text-align: left;
    margin-right: 32px;
}

.blog .item-readmore a {
    font-weight: 500;
    font-size: 14px;
    line-height: 175%;
    color: #FFF;
    text-decoration: none;
    position: relative;
}

.blog .item-readmore a:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-image: url("../img/blog/read-more-icon-white.svg");
    background-repeat: no-repeat;
    position: absolute;
    right: -23px;
    top: 3px;
}

.blog .item-readmore a:hover {
    color: #6357FF;
}

.blog .item-readmore a:hover:after {
    background-image: url("../img/blog/read-more-icon-purple.svg");
}

.blog .top-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
}

.blog .top-info .title{
    font-weight: 900;
    font-size: 28px;
    line-height: 135%;
    color: #FFF;
}

.blog .top-info .view-all{
    font-weight: 400;
    font-size: 14px;
    line-height: 175%;
    color: #FFF;
    display: flex;
    align-items: center;
    text-decoration: none;
    height: 19px;
    gap: 8px;
}

.blog .top-info .view-all:hover{
    color: #6357FF;
}

.blog .top-info a:after {
    content: '';
    display: block;
    width: 15px;
    height: 16px;
    background-image: url("../img/blog/read-more-icon-white.svg");
    background-repeat: no-repeat;
    background-position: top center;
}

.blog .top-info a:hover:after {
    background-image: url("../img/blog/read-more-icon-purple.svg");
}

.subscribe{
    background: #6357FF;
}

.subscribe .wrapper{
    padding: 64px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subscribe .title{
    font-weight: 900;
    font-size: 28px;
    line-height: 135%;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.subscribe .subtitle{
    font-weight: 400;
    font-size: 14px;
    line-height: 175%;
    color: #F3F3F3;
}

.subscribe .subscribe-link{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #161616;
    padding: 11px 66px;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    border-radius: 60px;
    text-decoration: none;
    width: 304px;
    display: block;
    text-align: center;
}

.subscribe .subscribe-link:hover{
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background-color: #6357FF;
}

.contact-form {
    background: #161616;
    padding: 80px 0;
    background-image: url("../img/contact/form-bg.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}

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

.contact-form__title {
    font-style: normal;
    font-weight: 900;
    font-size: 38px;
    line-height: 51px;
    color: #FFFFFF;
    margin: 0;
}

.contact-form__top-wrapper {
    display: flex;
}

.contact-form__input-wrapper {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    margin-bottom: 15px;
}

.contact-form__input-wrapper > p {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.contact-form__top-wrapper label {
    display: inline-block;
    background-color: #212121;
    padding: 6px 16px 3px 16px;
    font-family: 'Avenir', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #f6f6f6;
    max-width: 400px;
    width: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.contact-form__input-wrapper span input {
    max-width: 400px;
    width: 100%;
    background-color: #212121;
    padding: 16px;
    font-family: 'Avenir', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 175%;
    /*color: #9B9B9B;*/
    color: #ffffff;
    border: none;
    border-radius: 5px;
}

.contact-form__input-wrapper span input:focus {
    outline: none;
}

.contact-form__input-wrapper span input::placeholder {
    font-family: 'Avenir', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 175%;
    color: #9B9B9B;
}

.contact-form__top-wrapper textarea {
    height: 80px;
    width: 100%;
    max-width: 815px;
    background: #212121;
    padding: 16px;
    border: none;
    border-right: 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 175%;
    /*color: #9B9B9B;*/
    color: #ffffff;
    resize: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.wpcf7-list-item.first.last label{
    display: flex;
    gap: 8px;
}

.contact-form__textarea-wrapper{
    width: 100%;
}
.contact-form__textarea-wrapper .contact-form__input-wrapper{
    width: 100%;
}

.contact-form__top-wrapper textarea:focus {
    outline: none;
}

.contact-form__top-wrapper textarea::placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 175%;
    color: #9B9B9B;
}

.contact-form__textarea-wrapper label {
    max-width: 815px;
    width: 100%;
}

.contact-form__submit-wrapper input {
    max-width: 111px;
    width: 100%;
    background-color: #161616;
    border: 1px solid #FFFFFF;
    border-radius: 60px;
    font-family: 'Avenir', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 12px 0;
    /*margin-top: 28px;*/
    margin-left: 15px;
    cursor: pointer;
}

.contact-form__submit-wrapper{
    display: flex;
    align-items: center;
}

.contact-form__check-wrapper {
    margin-left: 15px;
}

.contact-form__submit-wrapper input:hover {
    background: #6357FF;
    border-color: #6357FF;
}

.contact .wpcf7-response-output {
    color: #ffffff;
    border: none !important;
    text-align: center;
    font-weight: 900;
}

.wpcf7 form.sent .wpcf7-response-output{
    margin-top: 15px;
}

@media (max-width: 1439px) {
    .slider .slick-track{
        gap: 44px;
    }
    .solutions-blocks {
        gap: 120px;
    }
}

@media (max-width: 1366px) {
    .hero-content {
        padding: 0;
    }
    .access-content-top .images-block .images-block-item:nth-child(5) {
        left: 357px;
    }
    .solutions-blocks {
        gap: 80px;
    }
}

@media (max-width: 1279px) {
    .hero .wrapper {
        align-items: start;
    }

    .hero-content {
        padding: 80px 0 90px;
    }

    .slider .container {
        max-width: unset;
        overflow-x: auto;
    }

    .slider .container::-webkit-scrollbar {
        height: 0;
    }

    .slider-content {
        width: max-content;
    }

    .find {
        background-position: center bottom 180px;
        background-size: 1000px 1000px;
        overflow: hidden;
    }

    .access-content-top{
        flex-direction: column;
        gap: 64px;
        padding: 80px 0 100px;
    }

    .access-content-top .images-block {
        display: none;
    }

    .access-content-top .images-block-tablet {
        display: flex;
        flex-direction: column;
        gap: 24px;
        justify-self: center;
    }

    .access-content-top .images-block-tablet > div {
        display: flex;
        flex-wrap: nowrap;
        gap: 24px;
        justify-content: center;
    }

    .access-content-top .images-tablet-top{
        height: 230px;
        width: fit-content;
    }

    .access-content-top .images-tablet-top img{
        height: 230px;
        width: auto;
    }

    .access-content-top .images-tablet-bottom{
        height: 130px;
        width: 100%;
    }

    .access-content-top .images-tablet-bottom img{
        height: 130px;
        width: auto;
    }

    .access-content-top .images-tablet-top .images-tablet-top-item:nth-child(1) {
        width: 280px;
        aspect-ratio: 685/469;
    }
    .access-content-top .images-tablet-top .images-tablet-top-item:nth-child(2) {
        width: 350px;
        aspect-ratio: 686/465;
    }
    .access-content-top .images-tablet-top .images-tablet-top-item:nth-child(3) {
        width: 390px;
        aspect-ratio: 686/406;
    }
    .access-content-top .images-tablet-top .images-tablet-top-item:nth-child(4) {
        width: 348px;
        aspect-ratio: 655/433;
    }

    .access-content-top .images-tablet-bottom .images-tablet-top-item:nth-child(1) {
        width: 280px;
        aspect-ratio: 686/216;
    }
    .access-content-top .images-tablet-bottom .images-tablet-top-item:nth-child(2) {
        width: 272px;
        aspect-ratio: 686/216;
    }
    .access-content-top .images-tablet-bottom .images-tablet-top-item:nth-child(3) {
        width: 280px;
        aspect-ratio: 668/230;
    }

    .integration-content {
        gap: 64px;
    }
    .integration-content .title {
        font-size: 38px;
    }

    .blog .wrapper {
        padding: 80px 0 96px;
    }

    .slider .slider-content {
        max-width: calc(100% - 120px);
        margin: 0 auto;
    }
}

@media (max-width: 1140px) {
    .hero .wrapper{
        gap: 0;
    }
    .hero-content {
        margin: 0;
    }

    .hero:before {
        content: none;
    }

    .hero:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        background-image: url("../img/new-home/home-hero-mob-ellipse.png");
        background-position: right top;
        background-repeat: no-repeat;
        aspect-ratio: 744/1101;
    }

    .solutions-blocks {
        gap: 48px;
    }
    .solutions-blocks .left-block {
        width: calc(50% - 17px);
    }
    .solutions-blocks .right-block {
        width: calc(50% - 17px);
        padding: 10px 0 10px 10px;
    }
    .solutions-blocks .left-block .list li:nth-child(3) {
        max-width: 300px;
    }
    .blog .blog-blocks {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 24px;
    }
    .blog .blog-block:nth-child(4) {
        display: flex;
    }
}

@media (max-width: 1024px) {
    .main-header {
        background: #00000057;
        position: fixed;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }
    .main-header.black-header {
        background-color: #131313;
        backdrop-filter: blur(0);
    }
    .main-header__hamb img {
        filter: invert(1);
    }
    .mobile-nav .container {
        background-color: #131313;
    }
    .mobile-nav .menu-title {
        color: #FFFFFF;
    }
    .mobile-nav .has-mob-submenu:after {
        filter: invert(1);
    }
    .mobile-nav .has-mob-submenu.open-submenu:after {
        filter: invert(0);
    }
    .mobile-nav .submenu a {
        color: #FFFFFF;
    }
    .mobile-nav {
        top: 78px;
    }

    .main-header__container {
        min-height: 78px;
    }

    .hero {
        padding-top: 78px;
        min-height: 1024px;
    }

    .hero .wrapper {
        padding: 0;
    }

    .hero-content {
        padding: 60px 0 0;
    }

    .hero .hero-video-top-gradient {
        top: -1px;
        background: linear-gradient(180deg, #020304 78px, rgba(0, 0, 0, 0.00) 100%);
    }

    .hero .hero-video {
        padding-top: 0;
        bottom: 0;
        top: unset;
        height: auto;
    }

    .hero .hero-video-left-gradient{
        display: none;
    }

    .find .wrapper {
        padding: 60px 0 60px;
    }

    .find .bottom-block {
        bottom: 36px;
    }

    .find .find-link {
        width: fit-content;
    }

    .blog .wrapper {
        padding: 72px 0 80px;
    }

    .access-content-top .info-block .title {
        margin-bottom: 0;
    }

    .contact-form .container {
        flex-direction: column;
    }

    .contact-form__title {
        margin-bottom: 20px;
    }

    .contact-form__input-wrapper:nth-child(1) {
        margin-left: 0;
    }

    .contact-form__check-wrapper {
        margin-left: 0;
    }

    .contact-form__submit-wrapper input {
        margin-top: 0;
        margin-left: 0;
    }
}

@media (max-width: 1023px) {
    .top-header {
        display: none;
    }

    .hero {
        padding-top: 78px;
    }

    .mobile-nav {
        top: 78px;
    }

    .hero .wrapper {
        padding: 0;
    }

    .hero-content .hero-img {
        display: none;
    }

    .hero-content .hero-img-mob {
        display: block;
        width: 171px;
        height: auto;
        margin: 115px 0 130px 80px;
    }

    .access {
        background-size: 700px;
        background-position: 0 160px;
    }

    .slider {
        padding-top: 0;
    }

    .access .wrapper {
        padding: 0 0 78px;
    }

    .solutions-blocks .separator {
        width: 100%;
        height: 1px;
    }

    .solutions-blocks .left-block {
        width: 100%;
        padding: 28px 0;
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .solutions-blocks .subtitle {
        color: #FFF;
        font-size: 20px;
        font-weight: 900;
        line-height: 175%;
        letter-spacing: unset;
        margin: 0 0 40px 20px;
        order: 2;
    }

    .solutions-blocks .title {
        color: #6357FF;
        font-size: 14px;
        font-weight: 400;
        line-height: 112%;
        letter-spacing: 2.1px;
        margin: 0 0 16px 20px;
        order: 1;
    }

    .solutions-blocks .left-block-img, .solutions-blocks .right-block-img{
        order: 3;
    }

    .solutions-blocks .list {
        margin: 32px 0 40px 20px;
        order: 4;
    }

    .solutions-blocks a {
        margin-left: 20px;
        order: 5;
        width: fit-content;
    }

    .solutions-blocks .right-block {
        width: 100%;
        padding: 28px 0;
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .solutions-content > .title {
        margin-bottom: 48px;
    }

    .solutions .wrapper {
        padding-bottom: 48px;
    }

    .integration .wrapper {
        padding: 78px 0;
    }

    .integration-content {
        gap: 62px;
        flex-direction: column;
        text-align: center;
    }

    .blog .item-info-block {
        padding: 32px 24px;
    }

    .blog .item-category {
        margin-bottom: 12px;
    }

    .blog .item-info {
        margin-bottom: 32px;
    }

    .subscribe .wrapper {
        padding: 48px 0;
    }

    .subscribe .subscribe-link {
        width: 264px;
    }
    .partner-navigation-slider {
        width: calc(100% - 48px);
    }
    .slider .slider-content {
        max-width: calc(100% - 80px);
    }

    .find .bottom-block {
        bottom: 24px;
    }
}

@media (max-width: 767px) {
    .hero-content {
        padding: 48px 0 0;
    }

    .access-content-bottom .bottom-left-img {
        width: 100%;
    }
    .access-content-bottom .bottom-right-img {
        width: 100%;
    }
    .access-content-bottom {
        gap: 0;
        flex-direction: column;
    }

    .solutions:before {
        aspect-ratio: 767/1638;
        width: 70%;
        height: auto;
    }

    .solutions:after {
        aspect-ratio: 819/1638;
        width: 70%;
        height: auto;
    }

    .solutions-blocks {
        flex-direction: column;
        gap: 80px;
    }

    .solutions-blocks .title {
        text-align: center;
        margin: 0;
        color: white;
        font-size: 18px;
        font-weight: 700;
    }

    .solutions-blocks .subtitle {
        text-align: center;
        margin: 0 0 24px 0;
    }

    .solutions-blocks .list {
        margin: 32px 0 40px 32px;
        order: 4;
    }

    .solutions-blocks .right-block, .solutions-blocks .left-block{
        padding: 0;
    }

    .solutions-blocks a {
        margin-left: 32px;
    }

    .solutions-blocks .list li{
        color: #FFF;
        font-size: 16px;
        font-weight: 400;
        line-height: 143%;
        letter-spacing: -0.176px;
    }

    .subscribe .wrapper {
        flex-direction: column;
        gap: 48px;
        text-align: center;
    }
    .slider .slider-content {
        max-width: calc(100% - 70px);
    }
    .slider .slick-track {
        gap: 24px;
    }
    .slider .container {
        padding: 0 12px;
    }
    .partner-navigation-slider {
        width: calc(100% - 24px);
    }

    .find .block {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .find .bottom-block {
        bottom: 30px;
    }

    .blog .blog-blocks {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }

    .contact-form__title {
        font-size: 28px;
        line-height: 38px;
    }

    .contact-form__top-wrapper {
        flex-direction: column;
    }

    .contact-form__top-wrapper textarea {
        width: 327px;
    }

    .contact-form__input-wrapper span input {
        width: 100%;
        max-width: unset;
    }

    .contact-form__input-wrapper {
        margin-left: 0;
    }

    .contact-form__input-wrapper--surname {
        display: none;
    }

    .contact-form__textarea-wrapper {
        display: none;
    }

    .contact-form__submit-wrapper input {
        margin-left: 0;
        max-width: 100%;
        width: 111px;
    }

    .contact-form__check-wrapper {
        margin-left: 0;
    }

    .contact-form {
        background-image: none;
        padding: 40px 0;
    }

    .contact-mobile-map {
        display: block;
        background-image: url("../img/contact/mobile-map.png");
        background-repeat: no-repeat;
        background-position: center center;
        min-height: 400px;
        background-size: cover;
    }

    .contact-form__top-wrapper label {
        max-width: unset;
    }

    .wpcf7-spinner{
        display: none;
    }

    .surname-wrapper{
        display: none;
    }
}

@media (max-width: 680px) {
    .access-content-top .info-block .title {
        max-width: 512px;
        margin: 0 auto;
    }
    .find {
        background-position: center bottom 240px;
    }
}

@media (max-width: 560px) {
    .hero{
        min-height: 768px;
    }

    .hero-content {
        max-width: unset;
        width: 100%;
        padding: 48px 0 48px
    }

    .hero-content .subtitle {
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
    }

    .hero-content .title {
        font-weight: 900;
        font-size: 36px;
        line-height: 116%;
    }

    .hero-content .description{
        color: #FFF;
        font-size: 20px;
        font-weight: 400;
        line-height: 143%;
        letter-spacing: -0.22px;
    }

    .hero-content .hero-link {
        width: fit-content;
        display: inline-block;
        max-width: unset;
        text-align: center;
    }

    .hero-content .hero-img-mob {
        margin: 85px 0 90px -10px;
        width: 161px;
    }

    .hero .hero-video-top-gradient {
        background: linear-gradient(180deg, #020304 0, rgba(0, 0, 0, 0.00) 100%);
        min-height: 180px;
    }

    .find .subtitle {
        font-size: 14px;
    }

    .find .title {
        font-size: 28px;
        margin-bottom: 34px;
    }

    .find .block {
        gap: 20px;
    }

    .find .wrapper {
        padding: 48px 0 0 0;
    }

    .find {
        background-position: center bottom calc(-340px + 80vw);
    }

    .find:after {
        width: 500px;
    }

    .access-content-top .images-block-mobile {
        display: flex;
        flex-direction: column;
        gap: 16px;
        aspect-ratio: 512/360;
    }

    .access-content-top .images-block-tablet{
        display: none;
    }

    .access-content-top .images-block-mobile-item{
        display: none;
        width: 100%;
        height: auto;
    }

    .access-content-top .images-block-mobile-item:nth-child(1){
        display: block;
    }

    .access-content-top .info-block .subtitle {
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
    }

    .access-content-top .info-block .title {
        font-weight: 900;
        font-size: 28px;
        line-height: 135%;
        max-width: 332px;
        margin: 0 auto;
    }

    .access-content-top {
        gap: 62px;
    }

    .solutions-content > .subtitle {
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
    }

    .solutions-content > .title {
        font-weight: 900;
        font-size: 28px;
        line-height: 135%;
    }

    .integration .wrapper {
        padding: 48px 0;
    }

    .integration-content .subtitle {
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
    }

    .integration-content .title {
        font-weight: 900;
        font-size: 28px;
        line-height: 135%;
    }

    .integration-content .text {
        font-weight: 400;
        font-size: 18px;
        line-height: 143%;
    }

    .integration-content {
        gap: 48px;
    }

    .blog .wrapper {
        padding: 48px 0;
    }

    .blog .item-title {
        font-weight: 900;
        font-size: 16px;
        line-height: 143%;
    }

    .subscribe .subscribe-link{
        width: calc(100vw - 48px);
    }
}