section{margin: 80px 0;}
section.top-block{margin-top: 0;}
.row{display: block;}
img{width: auto;}
#partners .container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 25px;
}
.title{
    font-family: 'Raleway';
    font-size: 36px;
    font-weight: 700;
    line-height: 45.9px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 35px;
    box-sizing: border-box;
}
.top-block{
    height: auto;
    width: 100%;
    background: linear-gradient(90deg, #218DC6 0%, #0069A2 100%);
    position: relative; /* Позволяет потомкам позиционироваться относительно этого блока */
    display: flex;
    align-items: center; /* Центрируем изображения по вертикали */
    justify-content: center; /* Центрируем изображения по горизонтали */
}
.image1, .image2 {
    position: absolute; /* Позволяет им размещаться независимо друг от друга */
}

.image1 {
    right: 0;
    bottom: 0;
    height: 100%;
    width: auto;
}

.title-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    box-sizing: border-box;
    /*width: 661.5px;*/
    padding: 15vh 0;
    position: relative;
    /*left: 326px;*/
    /*top: calc(50% - 415px / 2 - 0.5px);*/
}
.title-block .title{
    font-family: 'Raleway';
    font-size: 48px;
    font-weight: 700;
    line-height: 61.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
    width: 60%;
}
.title-block .title span{
    font-family: 'Raleway';
    font-size: 64px;
    font-weight: 800;
    line-height: 81.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.title-block .subtitle{
    font-family: 'Raleway';
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
    width: 568px;
    height: 58px;
}

.top-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 20px;
    width: 750px;
    height: 69px;
}
.top-buttons button,
.top-buttons a{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 48px;
    gap: 10px;

    width: 336px;
    margin: 0;
    background: #EFF6FD;
    border-radius: 12px;

    font-family: 'Raleway';
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #2A2A2A;
}

section.tg {
    height: 670px;
}
section.tg .content {
    position: relative;
    height: 670px;
    display: flex;
    justify-content: left;
    align-items: center;
}
#partners img{width: auto;}
#partners .owl-item img{width: 100%;}
section.tg .content img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
}
.tg .text{width: 578px; max-width: 47%;}
.tg h2.title{
    font-family: 'Raleway';
    font-size: 36px;
    font-weight: 700;
    line-height: 45.9px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 35px;
}
.tg .desc{
    font-family: 'Raleway';
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #2A2A2A;
    margin-bottom: 35px;
}
.tg a{
    width: 491px;
    /*height: 78px;*/
    padding: 24px 34px;
    border-radius: 10px;
    background: linear-gradient(90deg, #218DC6 0%, #0069A2 100%);
    color: white;
    font-family: 'Raleway';
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    display: block;
    text-decoration: none;
    text-align: center;
    margin-bottom: 15px;
}
.advantages{margin: 80px 0;}
.advantages .title{
    font-family: ''Raleway'';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    margin: 150px 0 80px 0;
    color: #2A2A2A;
}
.advantages .content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 45px;
}

.advantages .block-item {
    box-sizing: border-box;
    background-color: #eff6fe;
    border-radius: 32px;
    display: flex;
    /*text-align: center;*/
    align-items: center;
    position: relative;
    height: 145px;
    padding: 0 50px;
}
.advantages img{
    position: absolute;
    top: -25px;
    left: -25px;
    border-radius: 20px;
    /* box-shadow: 7px 7px 0 white; */
    border: 7px solid white;
}
.advantages span{
    font-size: 16px;
}
.advantages .register{
    border: 1px solid #208FC8;
    border-radius: 32px;
    padding: 25px 15px;
    font-size: 24px;
    color: #2A2A2A;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.advantages .register .text,
.advantages .register .buttons
{ font-size: 24px; display: flex; justify-content: space-between;}
.advantages .register .text{
    width: 45%;
}
.advantages .buttons .reg{
    text-align: center;
    /*padding: 20px 48px;*/
    color: white;
    font-size: 24px;
    /* основной градиент */
    background: linear-gradient(90deg, #218DC6 0%, #0069A2 100%);
    border-radius: 12px;
    transition: all 0.3s;
    width: 300px;
    justify-content: center;
    display: flex;
    text-decoration: none;
    align-items: center;
}
.advantages .buttons .reg:hover{background: linear-gradient(90deg, #0069A2 0%, #0069A2 100%);}
.advantages .buttons .cons{
    color: #208FC8;
    text-align: center;
    /*padding: 20px 48px;*/
    font-size: 24px;
    background: transparent;
    width: 300px;
    border-radius: 12px;
    margin-left: 15px;
    justify-content: center;
    display: flex;
    text-decoration: none;
    align-items: center;
}
.advantages .buttons .cons:hover{
    border: 1px solid #0069A2;
}
.global .title{
    font-family: ''Raleway'';
    font-style: normal; /*.tabs::before;*/
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    margin: 150px 0 0 0;
    color: #2A2A2A;
}
.maps__content{background: white;}
.maps__body{
    border-radius: 40px;
    border: 1px solid #208FC8;
}
.maps__image.america{margin: 0;}
.maps__image.asia{margin: -2.5rem 2.5rem 0 0;}
.global .maps__tabs{border: 1px solid #208FC8;}
.global .tabs::before {
    display: none;
}
.global .tabs{    padding: 0.5rem 0.75rem 0.75rem;}
.global .tabs::after {
    display: none;
}
/*.office-slider-carousel{height:300px; width: 100%; display: block;}*/
/*.office-slider-carousel .item{height: 250px; display: block;}*/
.office-slider-carousel .item img{height: 280px; width: auto; object-fit: cover;}
.owl-nav {
    position: absolute;
    top: calc(50% - 14px);
    width: 100%;
}
button.owl-prev {
    left: -14px;
    position: absolute;
}
button.owl-next {
    position: absolute;
    right: -14px;
}
section.tg.partner,
section.tg.partner .content{
    height: 500px;
}
.line-text .text{
    background: linear-gradient(90deg, #218DC6 0%, #0069A2 100%);
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* identical to box height */
    letter-spacing: 0.19em;
    padding: 15px 0;
}
section.process{padding: 0;}
.process .elems {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.process .el {
    /*background: linear-gradient(90deg, #218DC6 0%, #0069A2 100%);*/
    background-image: url("img/Subtract.svg");
    border-radius: 18px;
    position: relative;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 32px;
    width: 300px;
    height: 300px;
    align-items: center;
}
.process .el.last-el{
    background:none;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    color: #2A2A2A;
    width: 250px;

}
.process .el.last-el span{
    font-family: ''Raleway'';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    color: #208FC8;
}
.process .el .coner{
    /* Frame 97 */

    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;

    position: absolute;
    width: 100px;
    height: 100px;
    left: -15px;
    top: -15px;

    background: #FFFFFF;
    box-shadow: 4px 4px 32.3px rgba(0, 0, 0, 0.1);
    border-radius: 18px;


    font-family: ''Raleway'';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    color: #208FC8;
}

.instrument .elems {
    display: flex;
    width: 100%;
    justify-content: center;
}
.instrument .elems .el{
    margin: 0 15px;
    width: 250px;
    text-align: center;
    justify-content: flex-start;
    display: flex
;
    flex-direction: column;
}
.instrument .elems .el img{
    display: block;
    width: auto;
    height: 95px;
    margin: 15px auto;
}
.instrument .elems .el .name{/* CRM система */
    font-family: ''Raleway'';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    color: #2A2A2A;
}
.primer{
    display: flex;
    margin-top: 80px;
}
.primer .left-block{
    padding-right: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;

    font-family: ''Raleway'';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;

    /* основной градиент */
    background: linear-gradient(90deg, #218DC6 0%, #0069A2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;

}
.primer .right-block{
    padding: 25px;

    background: linear-gradient(90deg, #218DC6 0%, #0069A2 100%);
    box-shadow: 2px 4px 22.1px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    width:50%;

    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #FFFFFF;
}
.primer .right-block span{
    font-family: ''Raleway'';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 41px;
}
.primer .right-block .small{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
.primer .right-block span.sup{
    font-style: normal; /* Нормальное начертание */
    font-size: 0.6em; /* Размер индекса */
    vertical-align: 0.8em; /* Сдвигаем текст вверх */
}
.primer .right-block .line {
    width: 216px;
    height: 0;
    border: 1px solid #208FC8;
    margin: 15px 0 8px calc(100% - 215px);
}

.presentation{
    background: #EFF6FD;
    padding: 80px 0;
}
.presentation .elems {
    display: flex;
    align-items: center;
}
.presentation .el.text-block {
    width: 33.333%;
}
.presentation .el.text-block .text{
    font-family: ''Raleway'';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    color: #2A2A2A;
    padding-right: 35px;
}
.presentation .el.text-block .btn-present{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 48px;
    gap: 10px;
    width: 287px;
    background: linear-gradient(90deg, #218DC6 0%, #0069A2 100%);
    border-radius: 12px;
    text-decoration: none;
    font-family: ''Raleway'';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF;
    margin-top: 35px;
}
.presentation .el.img-block {
    display: flex;
    width: 66.666%;
    justify-content: space-between;
}
.presentation .img-block img {
    width: 49%;
}
section.join{height: auto;}
section.join .tg-join.content{justify-content:right; height: auto;}
section.join .tg-join.content img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 60%;
    height: auto;
}
.join .text{width: 35%; padding: 11% 0; margin-left: 100px;}
.tg a{max-width: 80%;}

.partner-form .b24-form{
    max-width: 320px;
}
.partner-form .b24-form .b24-form-padding-side{
    padding: 0;
}
.partner-form .b24-form-wrapper.b24-form-border-bottom{
    border-bottom: 0 !important;
}
.partner-form .b24-form-control-string .b24-form-control{
    width: 100%;
    border: 1px solid #c6d0dc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    __padding: 0 20px;
    font-size: 14px;
    box-shadow: rgb(1 1 1 / 5%) 0 10px 20px;
    background: unset;
    font-family: "'Raleway'";
}
.partner-form .b24-form-field-text .b24-form-control{
    resize: none;
}
.partner-form .b24-form-control-label{display: block !important;}

@media only screen and (max-width: 1919.98px) {
    .container-large, #partners .container {
        max-width: 1300px;
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media only screen and (max-width: 1199.98px) {
    .container-large, #partners .container {
        max-width:1300px;
    }
}
@media (max-width: 1045px) {
    .advantages .content {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 45px;
        margin-left: 18px;
    }
    .advantages .register{flex-wrap: wrap;}
    .advantages .register .text, .advantages .register .buttons{
        width: 100%;
    }
    .advantages .register .buttons{justify-content: space-around; margin-top: 35px;}
    .advantages .register .button{margin-top: 35px;}
    .global .maps__content{margin: 0;}
    .global .maps__tabs {
        left: 40%;
        -webkit-transform: translateX(-33%);
        -ms-transform: translateX(-33%);
        transform: translateX(-33%);
    }
    .process .elems {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .process .el{margin-bottom: 35px;}
    .process .el.last-el{width: 300px;}
    .primer .left-block{padding-right: 10px;}
}
@media (max-width: 920px) {
    .top-block{height: auto; display: block;}
    .top-block .title-block {
        position: relative;
        left: 0;
        z-index: 1;
        display: block;
        padding: 80px 25px;
        height: auto;
        width: 100%;
    }
    .title-block .title{width: 80%}
    .top-block .top-buttons{
        margin-top: 50px;
        width: 100%;
        justify-content: space-around;
    }
    .image1 {
        right: 0;
        bottom: 14%;
        height: auto;
        width: 70%;
    }
    section.tg {
        height: auto;
    }
    section.tg.partner, section.tg.partner .content {
        height: auto;
    }
    section.tg .content {
        position: relative;
        height: auto;
        display: block;
        justify-content: left;
        align-items: center;
    }
    .tg .text {
        width: 100%;
        max-width: 100%;
    }
    section.tg .content img{
        position: initial;
        display: block;
        height: 100%;
        margin: 0 auto;
        max-height: 500px;
    }
    section.tg .content .buttons{margin-top: 35px;}
    .tg a{margin: 25px auto;}
    .presentation .el.text-block {
        width: 70%;
    }
    .join .text{margin-left: 0;}
    section.join .tg-join.content img{position: initial;}
}
@media (max-width: 894px) {
    .advantages .content {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 766.98px) {
    .maps {
        padding: 2.5rem 0 3.125rem;
    }
    .global .maps__tabs {
        display: block !important;
        position: absolute !important;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 3;
        max-width: 21rem !important;
    }
    .maps__body {
        padding: 2.5rem 2.5rem 0 2.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 2rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        overflow: hidden;
    }
    .global .maps__items{display: flex;}
}
@media (max-width: 678px) {
    .top-block .title-block{
        width: 100%;
        padding: 80px 40px;
        position: relative;
        height: auto;
    }
    .title-block .title{font-size: 35px; width: 100%;}
    .title-block .subtitle{width: auto; height: auto;}
    .top-block .top-buttons{
        flex-wrap: wrap;
        width: 100%;
        height: auto;
    }
    .top-buttons button{width:100%;}
    .image1 {
        right: 0;
        bottom: 28%;
        height: auto;
        width: 100%;
        opacity: 0.5;
    }

    .advantages .content {
        grid-template-columns: repeat(1, 1fr);
    }
    .advantages .register .buttons{flex-wrap: wrap;}
    .instrument .elems{flex-wrap: wrap;}
    .instrument .elems .el{margin-bottom: 25px;}
    .primer{flex-wrap: wrap;}
    .primer .left-block {
        padding-right: 0;
        width: 100%;
    }
    .primer .right-block{
        width: 100%;
        margin-top: 25px;
    }
    .presentation .elems{flex-wrap: wrap;}
    .presentation .el.text-block {width: 100%; margin-bottom: 25px;}
    .presentation .el.img-block{width: 100%;}
}

#reg_partner_form{display:none;}