
.first_line{
    /*padding-top: 43px;*/
    position: relative;
    border-bottom: 1px solid var(--color-border-light);
}
.first_line.head_fixed{
    padding-top: calc(76px / 0);
}
.first_line p{
    margin-bottom: 0;
}
.first_line .container{
    position: relative;
}
.first_line .content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
.first_line .content .btn_one,
.first_line .content  .btn_one:focus,
.first_line .content  .btn_one:active{
    min-width: 60%;
}
.first_line .content .offer{
    position: relative;
    top: -19px;
    text-align: start;
}
.first_line .content .offer .badges{
    margin-bottom: 20px;
}
.first_line .content .offer .title{
    margin-bottom: 50px;
}
.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;
}
.first_line .content .offer .title p{
    font-weight: 200;
    font-size: var(--text-middle);
}
.first_line .content .offer .cta a{
    margin-bottom: 36px;
}
.first_line .content .offer .cta .info{
    position: relative;
    display: flex;
    align-items: center;
    left: 120px;
}
.first_line .content .offer .cta .info img{
    position: relative;
    top: -22px;
    margin-right: 20px;
}
.first_line .content .offer .cta .info p{
    font-size: 18px;
    font-weight: 200;
    font-style: italic;
    max-width: 350px;
}
.first_line .content .photo{
    position: relative;
    text-align: end;
}
.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);
}
.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%;
}
.first_line .content .photo .badge_name p{
    font-size: 17px;
    font-weight: 300;
}
.first_line .content .photo .badge_name p b{
    font-weight: 500;
}
.first_line .content .photo img{
    position: relative;
    top: -1px;
    z-index: 3;
}
.first_line .content .photo .ellipse-blur{
    position: absolute!important;
    top: -71px;
    left: -87px;
    z-index: 0;
}
.first_line .content .photo .ellipse-1{
    position: absolute!important;
    top: 19px;
    left: 27px;
    z-index: 1;
}
.first_line .content .photo .ellipse-2{
    position: absolute!important;
    top: 57px;
    left: 94px;
    z-index: 1;

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

.features_main{
    padding-top: 120px;
}
.feature_item p{
    font-size: 22px;
    font-weight: 300;
}


.capture_point_main{
    padding-top: 340px;
    padding-bottom: 150px;
    position: relative;
    z-index: 0;
    overflow: clip;
}
.capture_point_main .container{
    position: relative;
    z-index: 1;
}
.capture_point_main .section_title{
    margin-bottom: 24px;
}
.capture_point_main .section_title h3{
    margin-bottom: 10px;
}
.capture_point_main .section_title p{
    text-align: start;
    font-size: 34px;
    color: var(--color-main);
    font-weight: 300;
    margin-bottom: 0;
}
.capture_point_main .object-title{
    top: 210px;
    left: 220px;
    max-width: 323px;
}
.capture_point_main .object-elipse{
    left: 0;
    top: 180px;
    z-index: 0;
}
.capture_point_main .object-ring {
    top: 120px;
    left: 590px;
}
.capture_point_main .presentation .c-t-a{
    display: flex;
    justify-content: center;
    margin-bottom: -24px;
}
.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;
}
.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);
}
.capture_point_main .presentation .content img{
    max-width: 100%;
    margin-bottom: 10px;
    border-radius: var(--radius-small);
    border: 1px solid var(--color-gray-easy);
}
.capture_point_main .presentation .content .block{
    background: unset;
    border-radius: unset;
    border: unset;
    padding:  unset;
}
.capture_point_main .presentation .content img{
    margin-bottom: 10px;
    cursor: pointer !important;
}
.capture_point_main .presentation .content h6{
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}
.capture_point_main .presentation .content p{
    font-size: 12px;
    font-weight: 200;
}
.object-mini-ellipse{
    bottom: -27px;
    left: 140px;
}