
@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,700&display=swap";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,[type=button],[type=reset],[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /* font:inherit; */
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

body {
    line-height: 1
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@font-face {
    font-family: "Gilroy";
    src: url("../../fonts/old/Gilroy-ExtraBold.otf")format("otf");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

::after,::before {
    pointer-events: none
}

main {
    overflow-x: hidden
}

/*//++ 2023.11.13 0.0.1*/
.btn_yellow:hover {
    background: #ffc500;
    color: #000;
    cursor: pointer;
}

.text_yellow {
    color: #ffc500;
    font-size: 5.5rem;
    font-weight: 700;
    text-align: center;
}

.text_white {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
}

.text_red {
    color: #f00;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
}

.border_red {
    border: 2px solid #f00 !important;
}
/*//-- 2023.11.13 0.0.1*/

.scroll-triggered,.scroll-trigger-left,.scroll-trigger-right {
    opacity: 0;
    transition: opacity 1s ease,transform 1s ease
}

.scroll-triggered.active,.scroll-trigger-left.active,.scroll-trigger-right.active {
    opacity: 1;
    transform: translateY(0)
}

.scroll-triggered {
    transform: translateY(150px)
}

.scroll-trigger-left {
    transform: translateX(-100px)
}

.scroll-trigger-right {
    transform: translateX(100px)
}

body {
    font-family: "Gilroy";
    font-weight: 600;
    font-size: 18px;
    color: #f4f4f4;
    background-color: #080b11;
    overflow-x: hidden
}

button {
    border: none;
    outline: none;
    background: none;
    cursor: pointer
}

input,textarea,button,select,a {
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.stopper {
    overflow: hidden
}

html {
    font-size: 10px
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer
}

* {
    box-sizing: border-box;
}

.mob {
    display: none !important
}

[class*=__container] {
    max-width: initial;
    margin: 0 auto
}

/*//++ 2023.11.15 0.0.2*/
[class*=__container-l] {
    max-width: 1200px;
    margin: 15px auto 0;
}
/*//-- 2023.11.15 0.0.2*/

[class*=__container-m] {
    max-width: 1360px;
    margin: 0 auto
}

/* //++ 2024.01.17 0.1.1
[class*=__wrap] {
    display: flex;
    width: 100%;
    justify-content: space-between
}
//-- 2024.01.17 0.1.1*/

@media(max-width: 1200px) {
    .mob {
        display:initial !important
    }

    .desk {
        display: none !important
    }

    [class*=__container-l],[class*=__container-m] {
        max-width: initial;
        margin: 0 auto;
        padding: 0 2rem
    }

    ::after,::before {
        max-width: 100vw
    }
}

.header {
    position: fixed;
    background: linear-gradient(180deg, rgb(8, 11, 17) 70%, rgba(8, 11, 17, 0) 100%);
    width: 100%;
    top: 59px;
    left: 0;
    z-index: 9999
}

.header__container {
    max-width: 136rem;
    margin: 0 auto;
}

.header__wrap {
    padding: 3rem 0;
    align-items: center
}

.header__nav {
    display: flex;
    gap: 6rem;
    align-items: center
}

.header__link {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: .08rem;
    text-align: center;
    transition: .5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative
}

.header__link::before {
    content: "";
    width: 0%;
    z-index: -1;
    height: 4rem;
    border-radius: 3rem;
    background-color: #424242;
    position: absolute;
    bottom: -0.7rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1)
}

/*.header__link:nth-child(2) {
    color: #ffc500
}

.header__link:nth-child(2)::before {
    background-color: #513e00
}*/

.header__logo {
    margin-left: 20px;
}

.header__link:hover::before {
    width: 140%;
    padding: 1rem 2rem
}

.header__button {
    color: #ffc500;
    font-size: 1.5rem;
    line-height: 100%;
    padding: 1.2rem 4rem;
    border-radius: 2rem;
    border: 1px solid #ffc500;
    position: relative;
    overflow: hidden;
    transition: .8s;
    cursor: pointer
}

.header__button::before {
    content: url("../img/bn-d-header-calendar-icon.svg");
    top: 50%;
    left: 0;
    width: 3.5rem;
    height: 3.5rem;
    position: absolute;
    transform: translateX(22rem) translateY(-50%);
    transition: .7s
}

.header__button:hover {
    padding-left: 2.3rem;
    padding-right: 5.7rem
}

.header__button:hover::before {
    transform: translateX(18.2rem) translateY(-50%);
    z-index: -1
}

@media(max-width: 1100px) {
    #checkbox {
        display:none
    }

    .toggle {
        position: relative;
        width: 35px;
        height: 40px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        gap: 9px;
        transition-duration: .3s
    }

    .bars:nth-child(2) {
        width: 60%
    }

    .bars {
        width: 100%;
        height: 3px;
        background-color: #fff;
        border-radius: 5px;
        transition-duration: .3s
    }

    #checkbox:checked+.toggle .bars {
        margin-left: 13px
    }

    #checkbox:checked+.toggle #bar2 {
        transform: rotate(135deg);
        margin-left: 0;
        opacity: 0;
        transform-origin: center;
        transition-duration: .3s
    }

    #checkbox:checked+.toggle #bar1 {
        transform: rotate(45deg);
        transition-duration: .3s;
        transform-origin: left center
    }

    #checkbox:checked+.toggle #bar3 {
        transform: rotate(-45deg);
        transition-duration: .3s;
        transform-origin: left center
    }

    .header__mobile {
        position: absolute;
        opacity: 0;
        top: 0;
        left: 0;
        transition: 1s;
        transform: translateX(-100%);
        width: 100vw;
        background-color: #010c0a;
        padding: 15rem 2rem;
        z-index: 99999;
        height: 1000px;
        pointer-events: none;
        display: flex !important;
        flex-direction: column;
        gap: 4rem
    }

    .header__burger {
        z-index: 9999999
    }

    .header__mobile.on {
        transform: none;
        pointer-events: all;
        opacity: 1
    }

    .header__list {
        flex-direction: column;
        gap: 3rem
    }

    .header__button-block {
        justify-content: center
    }

    .header__link {
        font-size: 2rem
    }

    .header__wrap {
        padding: 3rem 2rem
    }

    .header__li a {
        font-size: 3rem
    }

    .header__li {
        margin-bottom: 1.5rem
    }

    .header__button::before {
        display: none
    }

    .header__button {
        color: #ffc500;
        padding: 0;
        border-radius: 0;
        border: none
    }

    .header__button span {
        font-size: 3rem
    }
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.hero {
    background: url("../../img/old/bn-d-hero-bg.webp") no-repeat center;
    background-size: cover
}

.hero__wrap {
    height: 100vh
}

.hero__video {
    cursor: pointer
}

.hero__iframe {
    z-index: 2;
    overflow: hidden
}

.hero__popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.7);
    display: none;
    justify-content: center;
    align-items: center;
    transition: opacity .5s;
    opacity: 0;
    z-index: 199
}

.hero__core {
    z-index: 100;

    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.hero__core * {
    position: absolute
}

.hero__core-center {
    max-width: 65rem;
    z-index: 30;
    transform: scale(0);
    animation: core 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) .2s forwards
}

.hero__core-particles {
    max-width: 65rem;
    z-index: 27;
    transform: scale(0);
    animation: core 1.5s cubic-bezier(0.075, 0.82, 0.165, 1) forwards
}

.hero__core-part {
    max-width: 65rem;
    transform: scale(0) rotate(45deg);
    animation: parts 3s cubic-bezier(0.075, 0.82, 0.165, 1) .2s forwards
}

.hero__core:before {
    content: "";
    width: 65rem;
    height: 65rem;
    position: absolute;
    transform: scale(0);
    animation: core 1.2s cubic-bezier(0.075, 0.82, 0.165, 1) .2s forwards,coreI 3s linear 1.6s infinite;
    border-radius: 65.4rem;
    opacity: .25;
    background: radial-gradient(50% 50% at 50% 50%, #FFC500 0%, rgba(255, 197, 0, 0) 100%)
}

@keyframes core {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes partsI {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.3) rotate(-180deg)
    }

    100% {
        transform: scale(1) rotate(-360deg)
    }
}

@keyframes centerI {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes parts {
    0% {
        transform: scale(0) rotate(180deg)
    }

    100% {
        transform: scale(1)
    }
}

.hero__wrapper {
    z-index: 200;

    flex-direction: column;
    justify-content: center !important; /*2024.01.17 0.1.1*/
    max-width: 67rem;
    align-items: start;
    gap: 6rem;
    opacity: 0;
    transform: translateY(15rem);
    animation: fadin 1s forwards
}

@keyframes fadin {
    0% {
        opacity: 0;
        transform: translateY(15rem)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.hero__header span {
    color: #ffc500
}

.hero__subheader span {
    color: #ffc500
}

.hero__subsubheader span {
    color: #ffc500
}

.hero__top {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.hero__subheader {
    font-size: 4rem; /*2rem; corecode*/
    font-weight: 500;
    line-height: 150%
}

.hero__bottom {
    display: flex;
    align-items: center;
    gap: 1rem
}

.hero__book {
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    cursor: pointer;
    border-radius: 3rem;
    padding: 1.3rem 3rem;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    background: #ffc500
}

.hero__book:hover {
    transform: scale(1.05);
    margin-right: 1rem
}

.hero__book:hover svg {
    transform: rotate(90deg) scale(1.1)
}

.hero__book svg {
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: rotate(45deg)
}

.hero__book p {
    color: #080b11;
    font-size: 2rem;
    line-height: 100%
}

.hero__video {
    border-radius: 3rem;
    padding: 1.3rem 3rem;
    display: flex;
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    align-items: center;
    gap: 1.2rem;
    border: 1px solid #ffc500
}

.hero__video p {
    font-size: 2rem;
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    line-height: 100%
}

.hero__video:hover {
    border: 1px solid #fff;
    background-color: #fff
}

.hero__video:hover p {
    color: #282828
}

.hero__video:hover svg path {
    fill: red
}

.hero__subsubheader {
    font-size: 3rem;
    font-weight: 400;
    line-height: 150%
}

@media (min-width: 1400px) {
    .hero__header {
        font-size: 8rem;
        font-weight: 700;
        line-height: 100%
    }

    .hero__subheader {
        font-size: 3rem;
        line-height: 100%
    }

    .hero__subsubheader {
        font-size: 3rem;
        font-weight: 400;
        line-height: 150%
    }

    .solutions__body-bg {
        Left: -40px;
    }
}

@media (min-width: 1100px) and (max-width: 1400px) {
    .hero__header {
        font-size: 6rem;
        font-weight: 700;
        line-height: 100%
    }

    .hero__subheader {
        font-size: 2.6rem;
        line-height: 100%
    }

    .hero__subsubheader {
        font-size: 2.6rem;
        font-weight: 400;
        line-height: 150%
    }

    .solutions__body-bg {
        Left: -40px;
    }
}

@media (min-width: 800px) and (max-width: 1100px) {
    .hero__header {
        font-size: 6rem;
        font-weight: 700;
        line-height: 100%
    }

    .hero__subheader {
        font-size: 2.6rem;
        line-height: 100%
    }

    .hero__subsubheader {
        font-size: 2.6rem;
        font-weight: 400;
        line-height: 150%
    }


}

@media(max-width: 800px) {
    .hero__header {
        font-size: 5rem
    }

    .hero__subheader {
        font-size: 2.6rem;
        line-height: 100%
    }

    .hero__subsubheader {
        font-size: 2.6rem;
        font-weight: 400;
        line-height: 100%;
        max-width: 300px;
    }

    .hero__wrapper {
        background: linear-gradient(90deg, rgba(25, 35, 50, 0) 0%,  rgba(25, 35, 50, .5) 70%,  rgba(25, 35, 50, 0) 100%);
    }
}

@media(max-width: 1100px) {
    .hero {
        position:relative
    }

    .hero__core {
        position: absolute;
        overflow: hidden;
        right: 0rem;
        width: 25rem
    }

    .hero__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem
    }

    .hero__iframe {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .hero__wrapper {
        z-index: 200
    }

    #heroMedia {
        max-width: 80% !important;
        max-height: 25rem
    }
}

.clients {
    position: relative
}

.clients::after {
    content: "";
    position: absolute;
    width: 26rem;
    top: 50rem;
    height: 66rem;
    right: 0;
    background: url("../../assets/images/bn-d-clients-vector.webp") no-repeat;
    background-size: contain;
    filter: blur(200px);
    -webkit-filter: blur(200px);
    transform: translate3d(0, 0, 0);
    z-index: -1
}

.clients__wrap {
    padding: 12rem 0;
    flex-direction: column;
    justify-content: center;
    gap: 8rem
}

.clients__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem
}

.clients__upheader {
    color: gray;
    font-size: 2.5rem;
    letter-spacing: .5rem;
    text-transform: uppercase
}

.clients__header {
    text-align: center;
    font-size: 5rem;
    font-weight: 700;
    line-height: 110%
}

.clients__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8rem
}

.clients__body a {
    position: relative;
    display: flex
}

.clients__body a img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    opacity: 0
}

.clients__body a img:nth-child(1):hover {
    opacity: 0
}

.clients__body a img:nth-child(1):hover+img:nth-child(2) {
    opacity: 1;
    transform: scale(1.03)
}

.clients__body img {
    width: 17rem;
    cursor: pointer;
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1)
}

@media(max-width: 1100px) {
    .clients__body img {
        max-width:13rem
    }

    .clients__header {
        font-size: 2.4rem
    }

    .clients__upheader {
        font-size: 1.8rem
    }
}

@media(max-width: 380px) {
    .clients__body img {
        max-width:12rem
    }
}

.cases {
    position: relative
}

.cases::after {
    content: "";
    position: absolute;
    width: 24rem;
    top: 80rem;
    height: 53rem;
    left: 0;
    /*background: url("../assets/images/bn-d-cases-vector.webp") no-repeat;/-*/
    background-size: contain;
    filter: blur(200px);
    -webkit-filter: blur(200px);
    transform: translate3d(0, 0, 0);
    z-index: -1
}

.cases__wrap {
    padding: 12rem 0;
    flex-direction: column
}

.cases__naming {
    color: gray;
    text-align: center;
    font-size: 2.5rem;
    letter-spacing: .5rem;
    text-transform: uppercase
}

.cases__naming-block {
    margin-bottom: 2rem
}

.cases__head {
    margin-bottom: 8rem
}

.cases__header {
    text-align: center;
    font-size: 6rem;
    font-weight: 700;
    line-height: 110%
}

.cases__body {
    display: flex;
    flex-direction: column;
    gap: 6rem
}

.cases__items {
    display: flex;
    gap: 2rem
}

.cases__item {
    display: flex;
    flex-direction: column
}

.cases__item:hover .cases__image-block {
    transform: translateY(-2rem)
}

.cases__item:hover .cases__logotype-block img {
    transform: translateY(-1rem) scale(1.1)
}

.cases__image-block {
    margin-bottom: 4rem;
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.cases__logotype-block {
    margin-bottom: 2rem
}

.cases__logotype-block img {
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform-origin: left
}

.cases__name {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 130%
}

.cases__name-block {
    margin-bottom: 2rem
}

.cases__link {
    color: #ffc500;
    text-align: center;
    text-decoration-line: underline;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1)
}

@media(max-width: 1100px) {
    .cases__header {
        font-size:2.4rem
    }

    .cases__naming {
        font-size: 1.8rem
    }

    .cases__items {
        flex-direction: column;
        align-items: center
    }

    .mySwiperFour {
        width: 100%;
        height: 100%;
        padding-bottom: 8rem;
        padding-top: 3rem
    }

    .mySwiperFour .swiper-slide {
        width: 28rem;
        height: 23rem;
        position: relative
    }

    .mySwiperFour .swiper-slide:nth-child(1) {
        background: url("../../assets/images/bn-m-cases-1.webp") no-repeat center;
        background-size: cover
    }

    .mySwiperFour .swiper-slide:nth-child(2) {
        background: url("../../assets/images/bn-m-cases-2.webp") no-repeat center;
        background-size: cover
    }

    .mySwiperFour .swiper-slide:nth-child(3) {
        background: url("../../assets/images/bn-m-cases-3.webp") no-repeat center;
        background-size: cover
    }

    .mySwiperFour .swiper-slide:nth-child(4) {
        background: url("../../assets/images/bn-m-cases-4.webp") no-repeat center;
        background-size: cover
    }

    .mySwiperFour .swiper-slide:nth-child(5) {
        background: url("../../assets/images/bn-m-cases-5.webp") no-repeat center;
        background-size: cover
    }

    .mySwiperFour .swiper-slide:nth-child(6) {
        background: url("../../assets/images/bn-m-cases-6.webp") no-repeat center;
        background-size: cover
    }

    .mySwiperFour .swiper-slide .cases__swiper-link {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 50%);
        padding: .9rem 2.4rem;
        background: #ffc500;
        border-radius: .6rem;
        color: #080b11;
        text-align: center;
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 140%
    }
}

.tab-content {
    display: none;
    opacity: 0;
    transition: opacity 1s ease
}

.tab-content__wrapper {
    justify-content: center;
    gap: 2rem
}

.tab-content__preview img {
    animation: pulse 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }

    100% {
        transform: scale(1)
    }
}

.tab-content__header {
    font-family: "Gilroy";
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1rem
}

.tab-content__subheader {
    font-family: "Gilroy";
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 4rem
}

.tab-content__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 68rem
}

.tab-content__stroke {
    display: flex;
    padding: 1.2rem 2.4rem;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    border-radius: .6rem;
    background: #192332;
    width: -moz-max-content;
    width: max-content
}

.tab-content__strok:nth-child(1) {
    padding-right: 2rem;
    border-right: 1px solid #fff
}

.tab-content__strokes {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem
}

.tab-content__link {
    color: #000 !important;
    font-size: 2rem;
    padding: 1.2rem 4rem;
    border-radius: .6rem;
    background: #ffc500;
    display: flex;
    width: -moz-max-content;
    width: max-content;
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform-origin: left
}

.tab-content__link:hover {
    transform: scale(1.05)
}

.tab-content.active {
    display: block;
    opacity: 1;
    width: 100%;
    margin-top: 2rem
}

.tab-button {
    font-size: 2.5rem;
    font-weight: 700;
    color: #f4f4f4;
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.tab-button.active {
    color: #ffc500
}

.tab-button:nth-child(-n+4) {
    padding-right: 2rem;
    border-right: 1px solid #fff
}

.tab-button:nth-child(n+2):nth-child(-n+5) {
    padding-left: 2rem
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.services__wrap {
    flex-direction: column;
    padding: 12rem 0;
    gap: 8rem
}

.services__head {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    align-items: center
}

.services__upheader {
    color: gray;
    text-align: center;
    font-size: 2.5rem;
    letter-spacing: .5rem;
    text-transform: uppercase
}

.services__header {
    text-align: center;
    font-size: 5rem;
    font-weight: 700;
    line-height: 110%;
    max-width: 100rem
}

@media(max-width: 1100px) {
    .services__container-l {
        padding:0
    }

    .services__header {
        font-size: 2.4rem;
        padding: 0 2rem
    }

    .services__upheader {
        font-size: 1.8rem
    }

    .services__swiper-header {
        color: #ffc500;
        font-size: 1.8rem;
        font-weight: 700;
        margin-bottom: 1rem
    }

    .services__swiper-subheader {
        color: #fff;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 130%;
        margin-bottom: 4rem
    }

    .services__swiper-item {
        padding: 1.2rem 2.4rem;
        border-radius: .6rem;
        background: #192332;
        font-size: 1.3rem
    }

    .services__swiper-item:not(:last-child) {
        margin-bottom: 1rem
    }

    .services .mySwiperFive {
        width: 100%;
        width: 100%;
        padding-bottom: 4rem
    }

    .services .mySwiperFive .swiper-slide {
        width: 100vw;
        padding: 0 2rem
    }

    /*.services .mySwiperFive .swiper-slide:nth-child(1) {
        background: url("../assets/images/bn-m-expertise-1.webp") no-repeat center right
    }

    .services .mySwiperFive .swiper-slide:nth-child(2) {
        background: url("../assets/images/bn-m-expertise-2.webp") no-repeat center right
    }

    .services .mySwiperFive .swiper-slide:nth-child(3) {
        background: url("../assets/images/bn-m-expertise-3.webp") no-repeat center right
    }

    .services .mySwiperFive .swiper-slide:nth-child(4) {
        background: url("../assets/images/bn-m-expertise-4.webp") no-repeat center right
    }

    .services .mySwiperFive .swiper-slide:nth-child(5) {
        background: url("../assets/images/bn-m-expertise-5.webp") no-repeat center right
    }*/

    .tab-content__linking {
        margin-top: 3rem
    }

    .tab-content__link {
        margin: 0 auto;
        justify-content: center;
        padding: 1rem 2rem;
        font-size: 1.8rem
    }
}

.solutions {
    position: relative
}

.solutions__body-bg {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.solutions__body-bg * {
    position: absolute
}

.solutions__body-bg-center {
    max-width: 60rem;
    z-index: 30;
    animation: centerI 60s linear infinite
}

.solutions__body-bg-part {
    max-width: 60rem;
    transform: scale(0) rotate(45deg);
    animation: partsI 30s ease-in-out infinite
}

.solutions::after {
    content: "";
    position: absolute;
    width: 26rem;
    top: 50rem;
    height: 66rem;
    right: 0;
    /*background: url("../assets/images/bn-d-cases-vector.webp") no-repeat;*/
    background-size: contain;
    filter: blur(200px);
    -webkit-filter: blur(200px);
    transform: translate3d(0, 0, 0);
    z-index: -1
}

.solutions__wrap {
    padding: 12rem 0;
    flex-direction: column;
    gap: 8rem;
    align-items: center
}

.solutions__head {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.solutions__upheader {
    color: gray;
    text-align: center;
    font-size: 2.5rem;
    letter-spacing: .5rem;
    text-transform: uppercase
}

.solutions__body {
    display: flex;
    justify-content: center;
    gap: 24rem;
    align-items: center;
    position: relative
}

.solutions__header {
    text-align: center;
    font-size: 5rem;
    font-weight: 700;
    line-height: 110%
}

.solutions__col {
    display: inline-flex;
    flex-direction: column;
    gap: 2rem;
    z-index: 99
}

.solutions__col-left {
    align-items: end
}

.solutions__col-left .solutions__item:nth-child(2) {
    margin-right: 7rem
}

.solutions__col-right .solutions__item:nth-child(2) {
    margin-left: 7rem
}

.solutions__item {
    display: inline-flex;
    padding: 3rem;
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    max-width: 50rem;
    flex-direction: column;
    align-items: flex-start;
    cursor: pointer;
    gap: 1.2rem;
    border-radius: 2rem;
    background-color: #202122;
}

@media(max-width: 1100px) {
    .solutions__item {
        min-width: 400px;
    }
}

/*//++ 2023.11.13 0.0.1*/
.form_order {
    padding: 3rem;
    border-radius: 2rem;
    background: linear-gradient(90deg, rgba(25, 35, 50, 0) 0%, #101010 100%);
    min-height: 467px;
    min-width: 635px;
}
/*//-- 2023.11.13 0.0.1*/

.form_uptitle {
    text-align: center;
    font-size: 3rem;
    line-height: 130%;
}

.form_title {
    text-align: center;
    color: #ffc500;
    margin-bottom: 4rem;
}

/*//++ 2023.11.15 0.0.2*/
.form_text {
    color: #ffc500;
    margin-bottom: 4rem;
}
/*//-- 2023.11.15 0.0.2*/

.form_input {
    font-size: 2.5rem;
    border-radius: 10px;
    color: #000000;
    background-color: #ffffff;


    height: 45px;
    padding: 0 20px;
    border: 0 none;
    box-sizing: border-box;
    outline: none;
    margin-top: 15px;
    margin-bottom: 15px;
}

/*//++ 2023.11.13 0.0.1*/
.form_element_size {
    width: 60%;
    min-width: 450px;
    display: block;
    margin: 25px auto 5px;
}
/*//-- 2023.11.13 0.0.1*/

.input_center {
    text-align: center;
}

.m-t-button {
    margin-bottom: 25px;
    /*//++ 2023.11.17 0.0.3*/
    /*//++ 2023.11.27 0.0.4
    max-width: 540px;
    //-- 2023.11.27 0.0.4*/
    /*//-- 2023.11.17 0.0.3*/
}


.solutions__item:hover {
    transform: scale(1.05)
}

.solutions__item-header {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase
}

.solutions__item-subheader {
    font-size: 1.5rem;
    font-weight: 100;
    line-height: 130%
}

.solutions__item-link {
    color: #ffc500 !important;
    text-align: center;
    text-decoration-line: underline
}

@media(max-width: 1100px) {
    .solutions__body {
        flex-direction:column
    }

    .solutions__body-bg-center,.solutions__body-bg-part {
        max-width: 45rem
    }

    .solutions__col {
        gap: 3rem
    }

    .solutions__header {
        font-size: 2.4rem
    }

    .solutions__upheader {
        font-size: 1.8rem
    }

    .solutions__col-left .solutions__item:nth-child(2) {
        margin-right: 0
    }

    .solutions__col-right .solutions__item:nth-child(2) {
        margin-left: 0
    }
}

.cta {
    background: url("../../img/old/bn-d-cta-bg.webp") center no-repeat;
    background-size: cover
}

.cta__wrap {
    padding: 12rem 0;
    flex-direction: column;
    align-items: center
}

.cta__header {
    color: #fcc501;
    text-align: center;
    font-size: 8rem;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: .24rem;
    max-width: 100rem;
    text-transform: uppercase;
    margin-bottom: 4rem
}

.cta__subheader {
    text-align: center;
    font-size: 2.4rem;
    max-width: 90rem;
    margin-bottom: 8rem
}

.cta__link {
    padding: 1.2rem 4rem;
    border-radius: .6rem;
    background: #ffc500;
    color: #000 ;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 130%;
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.cta__link:hover {
    transform: scale(1.05);
    color: #000 ;
}

@media(max-width: 1100px) {
    .cta {
        /*background:url("../assets/images/bn-m-cta-bg.webp") center no-repeat;*/
        background-size: cover
    }

    .cta__header {
        font-size: 4rem
    }

    .cta__subheader {
        font-size: 1.6rem;
        max-width: 31rem
    }
}

.education__wrap {
    padding: 12rem 0;
    flex-direction: column;
    align-items: center
}

.education__book-one {
    max-width: 25rem;
    position: absolute;
    z-index: 15;
    top: 45%;
    transform: translate(20%, -50%) rotate(5deg);
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer
}

.education__book-two {
    max-width: 25rem;
    position: absolute;
    z-index: 15;
    top: 45%;
    transform: translate(75%, -50%) rotate(5deg);
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer
}

.education__book-active {
    z-index: 16
}

.education__wrapper {
    position: relative;
    padding: 6rem;
    min-height: 32rem;
    border-radius: 2rem;
    background: linear-gradient(270deg, #192332 0%, rgba(25, 35, 50, 0) 100%)
}

.education__block {
    position: absolute;
    top: 0;
    opacity: 0;
    pointer-events: none;
    right: 0;
    max-width: 51rem;
    transition: .6s cubic-bezier(0.075, 0.82, 0.165, 1);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 6rem;
    height: 100%
}

.education__block.education__block-active {
    opacity: 1;
    pointer-events: all
}

.education__head {
    text-align: center;
    font-size: 6rem;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 8rem
}

.education__body-header {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2rem
}

.education__body-subheader {
    font-size: 2rem;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 4rem
}

.education__body-link {
    color: #ffc500;
    text-decoration-line: underline;
    display: flex;
    gap: 1.2rem;
    align-items: center
}

@keyframes book-left {
    0% {
        transform: translate(20%, -50%) rotate(5deg)
    }

    50% {
        transform: translate(-20%, -50%) rotate(5deg)
    }

    100% {
        transform: translate(20%, -50%) rotate(5deg)
    }
}

@keyframes book-right {
    0% {
        transform: translate(75%, -50%) rotate(5deg)
    }

    50% {
        transform: translate(110%, -50%) rotate(5deg)
    }

    100% {
        transform: translate(75%, -50%) rotate(5deg)
    }
}

@media(max-width: 1100px) {
    .education__container-l {
        padding:0
    }

    .education__wrapper {
        padding: 3rem 2rem;
        padding-top: 0;
        border-radius: 0
    }

    .education__header {
        font-size: 2.4rem
    }

    .education__swiper-header {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 2rem
    }

    .education__swiper-subheader {
        color: #fff;
        font-weight: 400;
        font-size: 1.4rem;
        margin-bottom: 4rem
    }

    .education__swiper-link {
        display: flex;
        align-items: center;
        gap: 1.2rem;
        color: #ffc500;
        text-decoration-line: underline
    }

    .education .mySwiperSix {
        width: 100%;
        height: 100%;
        padding-bottom: 4rem
    }

    .education .mySwiperSix .swiper-slide {
        width: 100vw;
        height: 100%;
        padding: 0 2rem;
        display: flex;
        flex-direction: column
    }
}

.swiper {
    width: 100%;
    height: 100%
}

.mySwiper {
    padding-bottom: 5rem
}

.mySwiper .swiper-slide {
    border-radius: 1rem;
    background: url("../../img/old/bn-d-testimonials-card-bg.svg") no-repeat center,linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40rem;
    height: 40rem
}

.swiper-pagination-bullet {
    border: 1px solid #ffc500;
    opacity: 1;
    height: 1.2rem;
    width: 1.2rem
}

.swiper-pagination-bullet-active {
    background: #ffc500
}

.mySwiper__slide-header {
    font-weight: 400;
    line-height: 130%;
    font-size: 3rem;
    margin-bottom: 4rem
}

.mySwiper__slide-subheader {
    color: #ffc500;
    font-size: 1.8rem;
    margin-bottom: 4rem
}

.mySwiper__slide-link {
    border-radius: .6rem;
    border: 1px solid #fff;
    padding: 2rem;
    text-align: center
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.testimonials__wrap {
    padding: 12rem 0;
    flex-direction: column
}

.testimonials__head {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center
}

.testimonials__upheader {
    color: gray;
    text-align: center;
    font-size: 2.5rem;
    letter-spacing: .5rem;
    text-transform: uppercase
}

.testimonials__header {
    text-align: center;
    font-size: 6rem;
    font-weight: 700;
    line-height: 110%;
    max-width: 81rem;
    margin-bottom: 8rem
}

@media(max-width: 1100px) {
    .testimonials__upheader {
        font-size:1.8rem
    }

    .testimonials__header {
        font-size: 2.4rem
    }

    .mySwiper__slide-header {
        font-size: 2.5rem
    }
}

.numbers {
    position: relative
}

.numbers::after {
    content: "";
    position: absolute;
    width: 55rem;
    top: 10rem;
    height: 66rem;
    right: 50%;
    transform: translateX(50%);
    background: url("../../img/old/bn-d-numbers-vector.webp") no-repeat;
    background-size: contain;
    filter: blur(200px);
    -webkit-filter: blur(200px);
    z-index: 0;
}

.numbers__wrap {
    flex-direction: column;
    padding: 12rem 0;
    align-items: center;
    gap: 8rem
}

.numbers__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem
}

.numbers__upheader {
    color: gray;
    text-align: center;
    font-size: 2.5rem;
    letter-spacing: .5rem;
    text-transform: uppercase
}

.numbers__header {
    text-align: center;
    font-size: 6rem;
    font-weight: 700;
    line-height: 110%
}

.numbers__body {
    display: flex;
    gap: 2rem;
    width: 100%
}

.numbers__item {
    display: flex;
    padding: 4rem 0rem;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
    flex: 1 0 0;
    border-radius: 2rem;
    background: rgba(252,197,1,.05);
    box-shadow: 0px 4px 25px 0px rgba(0,0,0,.2)
}

.numbers__item-header {
    text-align: center;
    font-size: 2rem;
    line-height: 120%
}

.numbers__item-wrapper {
    color: #ffc500;
    text-align: center;
    font-size: 10rem;
    font-weight: 250;
    display: flex;
    justify-content: center;
    align-items: center
}

@media(max-width: 1100px) {
    .numbers__upheader {
        font-size:1.8rem
    }

    .numbers__header {
        font-size: 2.4rem
    }

    .numbers__body {
        flex-direction: column;
        gap: 4rem
    }
}

.team__wrap {
    padding: 12rem 0;
    gap: 8rem;
    flex-direction: column
}

.team__head {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    max-width: 100rem;
    margin: 0 auto
}

.team__header {
    color: gray;
    font-size: 2.5rem;
    letter-spacing: .5rem;
    text-transform: uppercase
}

.team__first-sub {
    font-weight: 400;
    line-height: 130%;
    max-width: 58rem
}

.team__first-sub span {
    color: #ffc500
}

.team__second-sub {
    line-height: 130%;
    max-width: 58rem
}

.mySwiperTwo {
    width: 100%;
    height: 100%;
    padding-top: 10rem;
    padding-bottom: 10rem
}

.mySwiperTwo .swiper-slide {
    height: 50rem;
    background: url("../../assets/images/bn-d-team-safina.webp") no-repeat center;
    background-size: cover;
    filter: brightness(50%);
    padding: 3rem;
    display: flex;
    flex-direction: column;
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    justify-content: end
}

.mySwiperTwo .swiper-slide:hover {
    filter: none
}

.mySwiperTwo .swiper-slide__name,.mySwiperTwo .swiper-slide__position,.mySwiperTwo .swiper-slide__links {
    opacity: 0
}

.mySwiperTwo .swiper-slide__name {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem
}

.mySwiperTwo .swiper-slide__position {
    font-weight: 400;
    margin-bottom: 3rem
}

.mySwiperTwo .swiper-slide__link {
    color: #fcc501;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 130%
}

.mySwiperTwo .swiper-slide__links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.mySwiperTwo .swiper-slide1 {
    background: url("../../assets/images/bn-d-team-img1.webp") no-repeat center;
    background-size: cover
}

.mySwiperTwo .swiper-slide2 {
    background: url("../../assets/images/bn-d-team-img2.webp") no-repeat center;
    background-size: cover
}

.mySwiperTwo .swiper-slide3 {
    background: url("../../assets/images/bn-d-team-img3.webp") no-repeat center;
    background-size: cover
}

.mySwiperTwo .swiper-slide4 {
    background: url("../../assets/images/bn-d-team-img4.webp") no-repeat center;
    background-size: cover
}

.mySwiperTwo .swiper-slide5 {
    background: url("../../assets/images/bn-d-team-img5.webp") no-repeat center;
    background-size: cover
}

.mySwiperTwo .swiper-slide6 {
    background: url("../../assets/images/bn-d-team-img6.webp") no-repeat center;
    background-size: cover
}

.mySwiperTwo .swiper-slide7 {
    background: url("../../assets/images/bn-d-team-img7.webp") no-repeat center;
    background-size: cover
}

.mySwiperTwo .swiper-slide8 {
    background: url("../assets/images/bn-d-team-img8.webp") no-repeat center;
    background-size: cover
}

.mySwiperTwo .swiper-slide9 {
    background: url("../../assets/images/bn-d-team-img9.webp") no-repeat center;
    background-size: cover
}

.mySwiperTwo .swiper-slide10 {
    background: url("../../assets/images/bn-d-team-img10.webp") no-repeat center;
    background-size: cover
}

.mySwiperTwo .swiper-slide11 {
    background: url("../../assets/images/bn-d-team-img11.webp") no-repeat center;
    background-size: cover
}

.mySwiperTwo .swiper-slide12 {
    background: url("../../assets/images/bn-d-team-img12.webp") no-repeat center;
    background-size: cover
}

.mySwiperTwo .swiper-slide13 {
    background: url("../../assets/images/bn-d-team-img13.webp") no-repeat center;
    background-size: cover
}

.mySwiperTwo .swiper-slide14 {
    background: url("../../assets/images/bn-d-team-img14.webp") no-repeat center;
    background-size: cover
}

.mySwiperTwo .swiper-slide15 {
    background: url("../../assets/images/bn-d-team-img15.webp") no-repeat center;
    background-size: cover
}

.mySwiperTwo .swiper-slide16 {
    background: url("../../assets/images/bn-d-team-img16.webp") no-repeat center;
    background-size: cover
}

.mySwiperTwo .swiper-slide17 {
    background: url("../../assets/images/bn-d-team-img17.webp") no-repeat center;
    background-size: cover
}

.mySwiperTwo .swiper-slide18 {
    background: url("../../assets/images/bn-d-team-img18.webp") no-repeat center;
    background-size: cover
}

.mySwiperTwo .swiper-slide19 {
    background: url("../../assets/images/bn-d-team-img19.webp") no-repeat center;
    background-size: cover
}

.mySwiperTwo .swiper-slide20 {
    background: url("../../assets/images/bn-d-team-img20.webp") no-repeat center;
    background-size: cover
}

.mySwiperTwo .swiper-slide21 {
    background: url("../../assets/images/bn-d-team-img21.webp") no-repeat center;
    background-size: cover
}

.mySwiperTwo .swiper-slide-active {
    width: 40rem !important;
    height: 60rem;
    margin-top: -5rem;
    border-radius: 2rem;
    margin-left: -10rem;
    margin-right: -10rem;
    filter: none;
    z-index: 99
}

.mySwiperTwo .swiper-slide-active .swiper-slide__name,.mySwiperTwo .swiper-slide-active .swiper-slide__position,.mySwiperTwo .swiper-slide-active .swiper-slide__links {
    opacity: 1
}

.book {
    position: relative
}

.book::after {
    content: "";
    position: absolute;
    width: 55rem;
    top: 20rem;
    height: 45rem;
    right: 0;
    /*background: url("../assets/images/bn-d-footer-vector.webp") no-repeat;*/
    background-size: contain;
    filter: blur(200px);
    -webkit-filter: blur(200px);
    transform: translate3d(0, 0, 0);
    z-index: -1
}

.book__item {
    max-width: 44rem
}

.book__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem
}

.book__top-upheader {
    color: gray;
    text-align: center;
    font-size: 2.5rem;
    letter-spacing: .5rem;
    text-transform: uppercase
}

.book__top-header {
    text-align: center;
    font-size: 5rem;
    font-weight: 700;
    line-height: 110%
}

.book__wrap {
    flex-direction: column;
    align-items: center;
    gap: 8rem;
    padding: 12rem 0
}

.book__middle {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 5rem;
    align-items: center
}

.book__left {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    height: 100%;
    max-width: 44rem;
    width: 100%
}

.book__head {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.book__header {
    font-size: 6rem;
    font-weight: 700
}

.book__subheader {
    font-size: 2rem;
    font-weight: 500
}

.book__explain {
    display: flex;
    flex-direction: column;
    gap: 5rem
}

.book__item {
    padding: 2rem;
    display: flex;
    gap: 2rem;
    border-radius: .6rem;
    background: linear-gradient(270deg, rgba(25, 35, 50, 0) 0%, #192332 100%)
}

.book__item p:nth-child(1) {
    color: #ffc500;
    font-size: 2rem;
    font-weight: 500
}

.book__bloki {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.book__bloki p:nth-child(1) {
    font-size: 2rem;
    font-weight: 500;
    color: #f4f4f4
}

.book__bloki p:nth-child(2) {
    font-size: 1.5rem;
    font-weight: 100;
    max-width: 30rem
}

.book__right {
    border-radius: 2rem;
    overflow: hidden
}

.calendly-inline-widget {
    min-width: 50rem !important;
    height: 50rem !important
}

@media(max-width: 1100px) {
    .book__top-header {
        font-size:2.4rem
    }

    .book__top-upheader {
        font-size: 1.8rem
    }

    .book__middle {
        flex-direction: column
    }

    .book__explain {
        gap: 2rem
    }

    .calendly-inline-widget {
        min-width: initial !important;
        width: 90vw;
        -webkit-overflow-scrolling: touch !important
    }
}

.footer__wrap {
    /*padding-top: 12rem;*/
    flex-direction: column;
    /*gap: 6rem*/
}

.footer__body {
    display: flex;
    justify-content: space-between
}

.footer__ntop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*margin-bottom: 7.1rem*/
}

.footer__ntwo {
    display: flex;
    flex-direction: column;
    gap: 2.1rem
}

.footer__middle {
    display: flex;
    justify-content: center;
    margin-bottom: 3.1rem
}

.footer__nthree {
    display: flex;
    flex-direction: column;
    gap: 1.8rem
}

.footer__ncontacts {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.4rem
}

.footer__nemail,.footer__nadress {
    font-weight: 400
}

.footer__none {
    display: flex;
    align-items: center;
    gap: 3.2rem
}

.footer__socials {
    display: flex;
    flex-direction: column;
    gap: 2.3rem
}

.footer__locations {
    display: flex;
    flex-direction: column
}

.footer__contacts {
    display: flex;
    flex-direction: column;
    gap: 1.6rem
}

.footer__contacts-wrapper {
    display: flex;
    gap: 1rem
}

.footer__contacts-item {
    width: 3.2rem;
    height: 3.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2rem;
    border: 1px solid #ffc500;
    background: rgba(255,197,0,.3);
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);

    margin-right: 20px;
    margin-left: 20px;
}

.footer__contacts-item a {
    display: flex;
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.footer__contacts-item a:hover {
    transform: scale(1.3)
}

.footer__projects {
    display: flex;
    align-items: center;
    gap: 3rem
}

.footer__projects-plural {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.7rem
}

.footer__projects-single {
    display: flex;
    width: 7rem
}

.footer__projects-single a {
    position: relative;
    display: flex;
    width: 100%
}

.footer__projects-single a img {
    width: 100%;
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.footer__projects-single a img:nth-child(1) {
    z-index: 1;
}

.footer__projects-single a img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0;
    opacity: 0
}

.footer__projects-single a img:nth-child(1):hover {
    opacity: 0
}

/*.footer__projects-single a img:nth-child(1):hover+img:nth-child(2) {*/
.footer__projects-single a img:nth-child(2) {
    opacity: 1;
    transform: scaleX(1.5) scaleY(1.45)
}

.footer__projects-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.7rem
}

.footer__projects-col a {
    position: relative;
    display: flex
}

.footer__projects-col a img {
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.footer__projects-col a img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    opacity: 0
}

.footer__projects-col a img:nth-child(1):hover {
    opacity: 0
}

.footer__projects-col a img:nth-child(1):hover+img:nth-child(2) {
    opacity: 1;
    transform: scale(1.03)
}

.footer__venq {
    max-width: 8.7rem
}

.footer__navi {
    display: flex;
    flex-wrap: wrap;
    max-width: 59rem;
    justify-content: flex-end
}

.footer__navi-wrapper {
    display: flex;
    width: 100%;
    justify-content: end
}

.footer__navi-col:nth-child(-n+3) {
    margin-right: 12rem
}

.footer__link {
    color: #fff;
    font-family: Gilroy;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: .08rem
}

.footer__link-yellow {
    color: #ecb600
}

.footer__locations {
    gap: 1.6rem;
    justify-content: flex-end;
    width: 100%
}

.footer__locations-item,.footer__locations-wrapper {
    display: flex
}

.footer__locations-wrapper {
    justify-content: space-between
}

.footer__locations-item {
    gap: 1rem;
    align-items: center
}

.footer__bottom {
    display: flex;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 120%;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #848484;
    padding-top: 2rem;
    align-items: center;
    padding-bottom: 4rem
}

.footer__bottom-right {
    display: flex;
    gap: 2rem
}

.footer__bottom-link {
    text-decoration: underline
}

@media(max-width: 1100px) {
    .footer__wrap {
        box-sizing:initial;
        padding: 6rem 0
    }

    .footer__body.mob {
        display: flex !important;
        flex-direction: column;
        gap: 5rem
    }

    .footer__solus {
        display: flex;
        justify-content: center
    }

    .footer__learn-body {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .footer__left,.footer__right {
        display: flex;
        flex-direction: column;
        gap: 1.5rem
    }

    .footer__left a,.footer__right a {
        color: rgba(255,255,255,.5019607843);
        font-weight: 400;
        line-height: 150%
    }

    .footer__learn-header {
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 150%;
        margin-bottom: 2rem
    }

    .footer__follow-header {
        margin-bottom: 3rem;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 150%
    }

    .footer__follow-body a {
        display: inline-flex;
        margin-right: 1rem
    }

    .footer__could-header {
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 150%;
        margin-bottom: 2rem
    }

    .footer__could-body {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .footer__could-left,.footer__could-right {
        display: flex;
        flex-direction: column;
        gap: 2rem
    }

    .footer__could-left p,.footer__could-right p {
        display: flex;
        font-weight: 400;
        line-height: 150%;
        gap: 1rem
    }

    .footer__copy {
        text-align: center;
        color: #8d8d8d;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 2.4rem
    }

    .footer__none {
        justify-content: center;
        margin-bottom: 8rem
    }

    .footer__ntwo {
        align-items: center;
        margin-bottom: 8rem;
        gap: 4rem
    }

    .footer__nthree {
        gap: 2.4rem;
        align-items: center;
        margin-bottom: 8rem
    }

    .footer__nfour,.footer__nfive {
        display: flex;
        justify-content: center;
        margin-bottom: 8rem
    }

    .footer__nsix {
        display: flex;
        justify-content: center;
        font-size: 1.4rem;
        font-weight: 400;
        margin-bottom: 1rem
    }

    .footer__nseven {
        display: flex;
        justify-content: center;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.6rem
    }
}

.blog {
    position: relative
}

.blog::after {
    content: "";
    position: absolute;
    width: 55rem;
    top: 20rem;
    height: 66rem;
    left: 0;
    background: url("../../assets/images/bn-d-blog-vector.webp") no-repeat;
    background-size: contain;
    filter: blur(200px);
    -webkit-filter: blur(200px);
    transform: translate3d(0, 0, 0);
    z-index: -1
}

.blog__wrap {
    padding: 12rem 0;
    flex-direction: column;
    align-items: center;
    gap: 8rem
}

.blog__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100rem
}

.blog__header {
    color: gray;
    text-align: center;
    font-size: 5rem;
    letter-spacing: 1rem;
    text-transform: uppercase
}

.blog__body {
    display: flex;
    justify-content: center
}

.blog a img {
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.blog a:hover img {
    transform: translateY(-1.5rem)
}

.blog a:nth-child(1),.blog a:nth-child(2) {
    padding-right: 4rem;
    border-right: 1px solid #43536d
}

.blog a:nth-child(2),.blog a:nth-child(3) {
    padding-left: 4rem
}

.blog__item {
    max-width: 32rem;
    box-sizing: initial;
    display: flex;
    flex-direction: column
}

.blog__item img {
    margin-bottom: 2rem;
    border-radius: 2rem
}

.blog__item-name {
    font-size: 2.5rem;
    line-height: 120%;
    margin-bottom: 4rem
}

.blog__item-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.blog__item-bottom-left,.blog__item-bottom-right {
    display: flex;
    align-items: center;
    gap: 1rem
}

.blog__item-bottom-left p,.blog__item-bottom-right p {
    color: #43536d;
    font-weight: 400
}

.blog__link {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    color: #ffc500;
    text-decoration-line: underline;
    border-right: none !important;
    padding: 0 !important;
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.blog__link:hover {
    filter: grayscale(1)
}

@media(max-width: 1100px) {
    .blog__header {
        font-size:2.5rem
    }

    .blog__body a:nth-child(1),.blog__body a:nth-child(3) {
        display: none
    }

    .blog a {
        padding-right: 0 !important;
        border-right: none !important
    }

    .mySwiperSeven {
        width: 100%;
        height: 100%;
        padding-bottom: 6rem
    }

    .mySwiperSeven .swiper-slide {
        width: 100vw;
        justify-content: center;
        display: flex
    }
}

.kols {
    position: relative
}

.kols::after {
    content: "";
    position: absolute;
    width: 55rem;
    top: 20rem;
    height: 66rem;
    left: 0;
    background: url("../../assets/images/bn-d-blog-vector.webp") no-repeat;
    background-size: contain;
    filter: blur(200px);
    -webkit-filter: blur(200px);
    transform: translate3d(0, 0, 0);
    z-index: -1
}

.kols__wrap {
    padding: 12rem 0;
    flex-direction: column;
    align-items: center
}

.kols__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem
}

.kols__upheader {
    color: gray;
    text-align: center;
    font-size: 2.5rem;
    letter-spacing: .5rem;
    text-transform: uppercase
}

.kols__header {
    max-width: 80rem;
    text-align: center;
    font-size: 5rem;
    font-weight: 700;
    line-height: 110%
}

.kols__body {
    position: relative
}

.kols__tooltip {
    opacity: 0;
    position: absolute;
    background-color: #333;
    padding: 1rem;
    width: 11.5rem;
    border-radius: 3px;
    font-size: 1.4rem;
    transition: .3s;
    pointer-events: none
}

.kols__tooltip.kols__tooltip-active {
    opacity: 1
}

.mySwiperThree {
    padding-top: 10rem;
    padding-bottom: 6rem;
    width: 28rem;
    box-sizing: initial;
    height: 41.4rem
}

.mySwiperThree .swiper-slide {
    padding: 3rem 0rem;
    position: relative;
    border-radius: 1.5rem;
    height: 41.4rem;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-size: contain
}

.mySwiperThree .swiper-slide-active {
    overflow: visible
}

.mySwiperThree .swiper-slide-active .swiper-slide__button {
    transition-delay: .5s;
    opacity: 1
}

.mySwiperThree .swiper-slide-active::before {
    content: "";
    position: absolute;
    transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    top: 0;
    border-radius: 1.5rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.7);
    z-index: -1;
    opacity: 0
}

.mySwiperThree .swiper-slide-active:hover .swiper-slide__result,.mySwiperThree .swiper-slide-active:hover .swiper-slide__heading {
    opacity: 1
}

.mySwiperThree .swiper-slide-active:hover::before {
    opacity: 1
}

.mySwiperThree .swiper-slide__naming {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 800;
    padding: 0 2rem
}

.mySwiperThree .swiper-slide__result,.mySwiperThree .swiper-slide__heading {
    opacity: 0;
    transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    padding: 0 2rem
}

.mySwiperThree .swiper-slide__heading {
    font-weight: 400;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ffc500
}

.mySwiperThree .swiper-slide__result {
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #ffc500;
    list-style: initial
}

.mySwiperThree .swiper-slide__result p {
    margin-bottom: 1rem
}

.mySwiperThree .swiper-slide__result li {
    margin-bottom: 1rem;
    line-height: 110%
}

.mySwiperThree .swiper-slide__result li::marker {
    color: #ffc500
}

.mySwiperThree .swiper-slide__result p,.mySwiperThree .swiper-slide__result span {
    color: #ffc500;
    font-weight: 800
}

.mySwiperThree .swiper-slide__button {
    border-radius: 1.5rem;
    background: #ffc500;
    padding: 1rem 3rem;
    opacity: 0;
    transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    text-align: center;
    line-height: 110%;
    color: #000;
    text-decoration-line: underline;
    transform: translateY(4.5rem)
}

.mySwiperThree .swiper-slide:nth-child(1) {
    background: url("../../assets/images/bn-m-kol-1.webp") no-repeat center;
    background-size: cover
}

.mySwiperThree .swiper-slide:nth-child(2) {
    background: url("../../assets/images/bn-m-kol-2.webp") no-repeat center;
    background-size: cover
}

.mySwiperThree .swiper-slide:nth-child(3) {
    background: url("../../assets/images/bn-m-kol-6.webp") no-repeat center;
    background-size: cover
}

.mySwiperThree .swiper-slide:nth-child(4) {
    background: url("../../assets/images/bn-m-kol-4.webp") no-repeat center;
    background-size: cover
}

.mySwiperThree .swiper-slide:nth-child(5) {
    background: url("../../assets/images/bn-m-kol-5.webp") no-repeat center;
    background-size: cover
}

.mySwiperThree .swiper-slide:nth-child(6) {
    background: url("../../assets/images/bn-m-kol-3.webp") no-repeat center;
    background-size: cover
}

.mySwiperThree .swiper-slide:nth-child(7) {
    background: url("../../assets/images/bn-m-kol-7.webp") no-repeat center;
    background-size: cover
}

.mySwiperThree .swiper-slide:nth-child(8) {
    background: url("../../assets/images/bn-m-kol-8.webp") no-repeat center;
    background-size: cover
}

.mySwiperThree .swiper-slide:nth-child(9) {
    background: url("../../assets/images/bn-m-kol-9.webp") no-repeat center;
    background-size: cover
}

.mySwiperThree .swiper-slide:nth-child(10) {
    background: url("../../assets/images/bn-m-kol-10.webp") no-repeat center;
    background-size: cover
}

.mySwiperThree .swiper-slide:nth-child(11) {
    background: url("../../assets/images/bn-m-kol-11.webp") no-repeat center;
    background-size: cover
}

.mySwiperThree .swiper-slide:nth-child(12) {
    background: url("../../assets/images/bn-m-kol-12.webp") no-repeat center;
    background-size: cover
}

.mySwiperThree .swiper-slide:nth-child(13) {
    background: url("../../assets/images/bn-m-kol-13.webp") no-repeat center;
    background-size: cover
}

@media(max-width: 1100px) {
    .kols__upheader {
        font-size:1.8rem
    }

    .kols__header {
        font-size: 2.4rem
    }
}

/*//++ 2023.11.15 0.0.2*/
.login {
    background: url(../../img/old/login.png) no-repeat center;
    background-size: cover;
    height: 800px;
}

.login__wrap {
    padding: 2rem 0;
    flex-direction: column;
    gap: 8rem;
    align-items: center
}

.form_standart {
    padding: 3rem;
    border-radius: 2rem;
    background: linear-gradient(90deg, #101010 0%, rgba(25, 35, 50, 0.9) 50%, #101010 100%);
    /*//++ 2023.11.17 0.0.3
    min-height: 467px;
    //++ 2023.11.17 0.0.3*/
    min-width: 635px;
}

.form-group {
    width: 60%;
    min-width: 450px;
    display: block;
    margin: 25px auto 5px;
}
/*//-- 2023.11.15 0.0.2*/