:root{
    --color-main: #30926FFF;
    --color-main-easy: #deeae5;

    /*=== TITLE ===*/
    --title-size: 65px;
    --title-margin: 45px;

    /*=== TEXT ===*/
    --text-muted: #333333;
    --text-very-small: 22px;
    --text-small: 26px;
    --text-middle: 28px;
    --text-large: 32px;
    --text-very-large: 45px;

    --text-container: 950px;

    --radius-very-small: 5px;
    --radius-small: 10px;
    --radius-big: 40px;

    --section-padding: 125px;
    --color-content-block: #fff;


}


.marketing .first_line{
    /*padding-top: 43px;*/
    position: relative;
}
.marketing .first_line.head_fixed{
    padding-top: calc(76px / 0);
}
.marketing .first_line p{
    margin-bottom: 0;
}
.marketing .first_line .container{
    position: relative;
}
.marketing .first_line .content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
.marketing .first_line .content .offer{
    position: relative;
    top: -19px;
    text-align: start;
}
.marketing .first_line .content .offer .title{
    margin-bottom: 50px;
}
.marketing .first_line .content .offer .title h1{
    font-family: Oswald, serif;
    font-size: 62px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 19px;
    position: relative;
    z-index: 1;
}
.marketing .first_line .content .offer .title h1::before{
    content: '';
    position: absolute;
    top: -20px;
    left: -25px;
    width: 101px;
    height: 101px;
    background: var(--color-text-dark);
    z-index: -1;
    border-radius: 50%;
}
.marketing .first_line .content .offer .title p{
    font-weight: 200;
    font-size: var(--text-middle);
}
.marketing .first_line .content .offer .cta a{
    margin-bottom: 36px;
}
.marketing .first_line .content .offer .cta .info{
    position: relative;
    display: flex;
    align-items: center;
    left: 120px;
}
.marketing .first_line .content .offer .cta .info img{
    position: relative;
    top: -22px;
    margin-right: 20px;
}
.marketing .first_line .content .offer .cta .info p{
    font-size: 18px;
    font-weight: 200;
    font-style: italic;
    max-width: 350px;
}
.marketing .first_line .content .photo{
    position: relative;
    text-align: end;
}
.marketing .first_line .content .photo .badge_name{
    text-align: start;
    position: absolute;
    padding: 9px 11px 9px 17px;
    background: var(--color-content-block);
    bottom: 8vw;
    right: 1vw;
    z-index: 4;
    border-radius: var(--radius-very-small);
}
.marketing .first_line .content .photo .badge_name::before{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: var(--color-main);
    left: -7.5px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
.marketing .first_line .content .photo .badge_name p{
    font-size: 17px;
    font-weight: 300;
}
.marketing .first_line .content .photo .badge_name p b{
    font-weight: 500;
}
.marketing .first_line .content .photo img{
    position: relative;
    top: -1px;
    z-index: 3;
}
.marketing .first_line .content .photo .ellipse-blur{
    position: absolute!important;
    top: -71px;
    left: -87px;
    z-index: 0;
}
.marketing .first_line .content .photo .ellipse-1{
    position: absolute!important;
    top: 19px;
    left: 27px;
    z-index: 1;
}
.marketing .first_line .content .photo .ellipse-2{
    position: absolute!important;
    top: 57px;
    left: 94px;
    z-index: 1;

}
.marketing .first_line .object-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.marketing .line_roll {
    transform: rotate(0.14deg);
    width: 110%;
    left: -20px;
    z-index: 10;

}
.marketing .line_roll .object-grand{
    top: -164px;
    left: 0;
}

.marketing .service_info{
    padding-top: var(--section-padding);
}
.marketing .service_info .section_title h2{
    color: var(--color-main);
}
.marketing .service_info p{
    font-size: var(--text-small);
    font-weight: 200;
}

.marketing .approach{
    padding-top: var(--section-padding);
}
.marketing .approach .section_title{
    text-align: center;
    margin-bottom: 70px;
}
.marketing .approach .content{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 70px;
    row-gap: 50px;
    margin-bottom: 70px;
}
.marketing .approach .content h3{
    font-size: var(--text-large);
    margin-bottom: 16px;
}
.marketing .approach .content img{
    margin-bottom: 16px;
}
.marketing .approach .content p{
    font-size: var(--text-small);
    font-weight: 200;
    margin-bottom: 0;
}
.marketing .approach .cta{
    --text-container: 790px;
    max-width: var(--text-container);
    margin: 0 auto;
    text-align: center;
}
.marketing .approach .cta p{
    font-size: var(--text-middle);
    font-weight: 300;
    margin-bottom: 30px;
}
.marketing .approach .cta .btn_wrap{
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.marketing .approach .cta .arrow{
    top: -18px;
    left: -120px;
    max-width: 100px;
}

.marketing .target{
    padding-top: var(--section-padding);
}
.marketing .target .content{
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center; /* Вертикальное выравнивание по центру */
    column-gap: 120px;
    padding: 60px;
    border-radius: var(--radius-big);
    background: var(--color-content-block);


}
.marketing .target .content p{
    display: block;
    font-family: Oswald, serif;
    margin-bottom: 0;
    font-size: var(--text-very-large);
    text-transform: uppercase;
    font-weight: 300;
}
.marketing .target .content p span{
    color: var(--color-main);
}
.marketing .target .content b{
    font-weight: 600;
}
.marketing .target .content .object-rocket{
    left: 48%;
    bottom: -140px;
    width: 133px;
}

.marketing .result{
    padding-top: calc(var(--section-padding) + var(--section-padding) - 20px);
}
.marketing .result .section_title{
    text-align: center;
    margin-bottom: var(--title-margin);
}
.marketing .result .section_title span{
    color: var(--color-main);
}
.marketing .result .content{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 35px;
}
.marketing .result .content .item{
    position: relative;
}
.marketing .result .content .item::before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    width: 150px;
    height: 150px;
    background: var(--color-main);
    border-radius: 50%;
    filter:blur(120px);
    z-index: 0;
}
.marketing .result .content .item .block{
    position: relative;
    padding: 40px;
    background: var(--color-content-block);
    border-radius: var(--radius-small);
}
.marketing .result .content .item .block::after{
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    right: 30px;
    bottom: 30px;
    background: var(--color-default);
    border-radius: 50%;
}
.marketing .result .content .item .block h4{
    font-size: var(--text-large);
    margin-bottom: 30px;
}
.marketing .result .content .item .block p{
    font-size: var(--text-small);
    font-weight: 200;
    margin-bottom: 20px;
}
.marketing .result .content .item .block p:last-child{
    margin-bottom: 0;
}


.marketing .faq{
    padding-top: calc(var(--section-padding) + var(--section-padding));
}
.marketing .faq .section_title{
    text-align: center;
    margin-bottom: var(--title-margin);
}
.marketing .faq .accordion{
    max-width: var(--text-container);
    margin:  0 auto;
}

.marketing .about_me {
    padding-top: var(--section-padding);
    position: relative;
}
.marketing .about_me .section_title{
    position: relative;
    z-index: 2;
}
.marketing .about_me .section_title h3{
    text-align: start;
    margin-bottom: 45px;
}
.marketing .about_me .section_title p {
    padding-right: 40px;
    font-size: var(--text-large);
    text-align: start;
    color: var(--color-text-second-light);
    margin-bottom: 45px;
    font-weight: 200;
}
.marketing .about_me .section_title p:last-child{
    margin-bottom: 0;
}
.marketing .about_me .social {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    row-gap: 6px;
    position: absolute;
    top: 20px;
    right: 0;
}
.marketing .about_me .social a{
    display: block;
}
.marketing .about_me .social img{
    max-width: 42px;
}
.marketing .about_me span {
    font-weight: 500;
}
.marketing .about_me .photo{
    position: relative;
}
.marketing .about_me .photo .me{
    z-index: 3;
    position: relative;
}
.marketing .about_me .link {
    text-align: center;
    transform: rotate(-13deg);
    position: relative;
    top: -56px;
    left: 40px;
}
.marketing .about_me .link a {
    font-family: Oswald, serif;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 400;
    text-decoration: underline;
    transition: var(--transition-default);
}
.marketing .about_me .photo .object-bg{
    top: -50px;
    right: -110px;
    z-index: 0;
}
.marketing .about_me .object-triangle{
    top: 160px;
    left: -108px;
    z-index: 0;

}


.marketing .capture_point_main{
    padding-top: 340px;
    padding-bottom: 150px;
    position: relative;
}
.marketing .capture_point_main .container{
    position: relative;
    z-index: 1;
}
.marketing .capture_point_main .section_title{
    margin-bottom: 24px;
}
.marketing .capture_point_main .section_title h3{
    margin-bottom: 10px;
}
.marketing .capture_point_main .section_title p{
    text-align: start;
    font-size: 34px;
    color: var(--color-main);
    font-weight: 300;
    margin-bottom: 0;
}
.marketing .capture_point_main .object-title{
    top: 210px;
    left: 220px;
    max-width: 323px;
}
.marketing .capture_point_main .object-elipse{
    left: 0;
    top: 180px;
    z-index: 0;
}
.marketing .capture_point_main .object-ring {
    top: 120px;
    left: 590px;
}
.marketing .capture_point_main .presentation .c-t-a{
    display: flex;
    justify-content: center;
    margin-bottom: -24px;
}
.marketing .capture_point_main .presentation .c-t-a h6{

    text-transform: uppercase;
    font-weight: 400;
    font-size: 19px;
    margin-bottom: 0;
    background: var(--color-content-block);
    padding: 12px 15px;
    border-radius: 10px;
}
.marketing .capture_point_main .presentation .content {
    display: flex;
    gap: 10px;
    background-color: transparent;
    padding: 44px 20px 20px 20px;
    border-radius: var(--radius-small);
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid var(--color-gray-easy);
}
.marketing .capture_point_main .presentation .content img{
    max-width: 100%;
    margin-bottom: 10px;
    border-radius: var(--radius-small);
    border: 1px solid var(--color-gray-easy);
}
.marketing .capture_point_main .presentation .content .block{
    background: unset;
    border-radius: unset;
    border: unset;
    padding:  unset;
}
.marketing .capture_point_main .presentation .content img{
    margin-bottom: 10px;
    cursor: pointer !important;
}
.marketing .capture_point_main .presentation .content h6{
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}
.marketing .capture_point_main .presentation .content p{
    font-size: 12px;
    font-weight: 200;
}
.marketing .object-mini-ellipse{
    bottom: -27px;
    left: 140px;
}