html,
body{
    height: auto;
}

header{
    position: sticky;
    top: 0;
}

.header__center{
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

section:not(.map-wrapper):not(.main_banner_block-wrapper):not(.sentence_block-wrapper):not(.quote_block-wrapper){
    padding: 120px 0;
}

.h2, h2{
    font-size: 40px;
    font-weight: 600;
    position: relative;
    color: #292929;
    margin-bottom: 55px;
    transition: .5s;
}
.h3, h3{
    font-size: 28px;
    font-weight: 600;
    position: relative;
    color: #292929;
    margin-bottom: 30px;
    transition: .5s;
}

.h2::before, h2::before {
    position: absolute;
    content: "";
    width: 85px;
    height: 3px;
    left: 1px;
    bottom: -15px;
    background: var(--basic-company);
}

.btns-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    width: fit-content;
}

.btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 65px;
    width: 209px;
    height: 51px;
    background: #007120;
    color: #fff;
    border-radius: 100px;
    transition: .5s;
}

.btn:hover {
    color: #fff;
    background-color: #014213;
}

.secondary_btn.btn {
    border: 2px solid #FFFFFF;
    background-color: transparent;
    border-radius: 100px;
}

.secondary_btn.btn:hover {
    color: #fff;
    border-color: #000;
    background-color: #000;
}

.third-rate_btn{
    color: #007120;
    text-decoration: underline;
    font-size: 16px;
    border: unset;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}

.third-rate_btn:hover{
    color: #313131;
    border: unset;
}

.main_banner_block-wrapper .social__link {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    background: #DEFFE8;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    text-decoration: none;
    font-size: 26px;
    margin: 0;
}

.main_banner_block-wrapper .social__link svg{
    height: 25px;
    width: 25px;
}

/* _______________________ Main Banner _______________________  */

.main_banner_block-wrapper{
    position: relative;
    overflow: hidden;
    max-height: 800px;
}

.main_banner_content-wrapper{
    top: 0;
    left: 0;
}

.main_banner_content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 150px 0 120px;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    color: #fff;
}

.main_banner_content {
    display: grid;
    height: 100%;
} 

.main_banner_block-wrapper .heading_wrapper{
    max-width: 900px;
}

.main_banner_block-wrapper .heading_wrapper > *{
    color: #fff;
}

.main_banner_description {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 50px;
}

.main_banner_content .social_links-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: auto;
}

.main_banner_block-wrapper img{
    height: calc(100vh - 100px);
    min-height: 100%;
    max-height: 800px;
    width: 100vw;
    object-fit: cover;
}


/* _______________________ QuoteBlock _______________________ */

.quote_block-wrapper {
    position: relative;
    padding-bottom: 120px;
}

.quote_block {
    position: absolute;
    right: -50px;
    bottom: -50px;
    z-index: 1;
    max-width: 550px;
    padding: 50px;
    overflow: hidden;
}     

.quote_list-wrapper{
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
}

.quote_item {
    display: grid;
    gap: 30px;
    padding: 60px 20px 40px;
    background-color: #f4f4f4;
    box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 10%);
    border-radius: 10px;
    max-width: 450px;
    height: auto;
}

.quote_text-wrapper{
    display: flex;
    align-items: center;
}

.quote_annotation {
    font-size: 20px;
    text-align: center;
}

.quotes_img-wrapper {
    position: absolute;
    top: -10px;
    right: 20px;
}


.quote_author-wrapper {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 30px;
    height: fit-content;
    margin-top: auto;
}

.quote_author_img-wrapper{
    display: flex;
    align-items: center;
}

.quote_author_info-wrapper {
    display: grid;
    align-self: center;
    gap: 10px;
    font-size: 18px;
    padding: 20px;
}

.quote_author_info-wrapper > *{
    font-style: normal;
}

.quote_author_img-wrapper img{
    border-radius: 50%;
}

.quote_author_position {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
}

/* _______________________ About _______________________ */

.about_block_content-wrapper{
    gap: 106px;
}


.about_block_content-wrapper img{
    width: 100%;
}

/* _______________________ Activity _______________________  */

.activity_block-wrapper {
    background-color: #f0f0f0;
}

.activity_content-wrapper{
    padding: 0;
}

.activity_list .activity-wrapper:nth-child(odd) img{
    border-radius: 0 10px 10px 0;
}
.activity_list .activity-wrapper:nth-child(even) img{
    border-radius: 10px 0 0 10px;
}
.activity_list .activity-wrapper:nth-child(odd) .activity_content{
    border-radius: 10px 0 0 10px;
}
.activity_list .activity-wrapper:nth-child(even) .activity_content{
    border-radius: 0 10px 10px 0;
}

.activity-wrapper{
    margin: 0;
}

.activity-wrapper > *{
    max-height: 485px;
}

.activity_img{
    padding: 0;
}

.activity_content{
    padding: 70px 60px;
    height: 100%;
    color: #292929;
    transition: .5s;
    display: flex;
    flex-direction: column;
} 

.activity-wrapper img{
    height: 100%;
    width: 100%;
    object-fit: scale-down;
    background-color: #ececec;
}

.activity-wrapper img.lazy.loaded{
    object-fit: cover;
}



.sentence-wrapper {
    max-width: calc(100vw / 2 + 1320px / 2 - 10px);
    position: relative;
}

#partnership .sentence-wrapper {
    margin-right: auto;
}  

#vacancies .sentence-wrapper {
    margin-left: auto;
}  

.sentence-wrapper::before {
    content: " ";
    display: block;
    height: 100%;
    width: calc(100% - 15px);
    position: absolute;
    background-color: #f0f0f0;
}
#vacancies .sentence-wrapper::before {
    right: 0;
}

#partnership .sentence-wrapper .sentence_content-wrapper{
    margin: 0;
    margin-left: auto;
    margin-right: 5px;
    padding: 0;
    position: relative;
}

#vacancies .sentence-wrapper .sentence_content-wrapper{
    margin: 0;
    margin-right: auto;
    margin-left: 5px;
    padding: 0;
    position: relative;
}

.sentence-wrapper:nth-child(even){
    margin: unset;
    margin-left: auto;
    /* padding-left: 15px; */
}

.sentence-wrapper:nth-child(even)::before {
    margin-right: 0;
    /* margin-left: 15px; */
    right: 0;
}


.sentence-wrapper:nth-child(even) .sentence_content-wrapper{
    margin: 0;
    margin-right: auto;
    margin-left: 15px;
    padding-right: 15px;
    padding-left: 0;
}

.sentence-wrapper .sentence_content-wrapper .col{
    padding: 0;
}

.sentence_item{
    padding: 70px 60px;
}

.sentence_img-wrapper img {
    object-fit: cover;
    display: block;
    height: 400px;
    width: 100%;
}

.sentence_description-wrapper {
    padding: 70px 60px;
    height: 100%;
    display: flex;
    flex-direction: column;
} 

.sentence_description-wrapper h2,
.sentence_description-wrapper .h2{
    margin-bottom: 20px;
}

.sentence_description-wrapper h2::before,
.sentence_description-wrapper .h2::before{
    content: unset;
}


.sentence_block-wrapper .sentence-wrapper:nth-child(odd) img,
.sentence_block-wrapper .sentence-wrapper:nth-child(odd)::before{
    border-radius: 0 10px 10px 0;
}
.sentence_block-wrapper .sentence-wrapper:nth-child(even) img,
.sentence_block-wrapper .sentence-wrapper:nth-child(even)::before{
    border-radius: 10px 0 0 10px;
}



/* _______________________ Running Numbers _______________________  */

.triangle-wrapper {
    position: relative;
}
.triangle-wrapper  .moving_triangle{
    position: absolute;
}
.running_number-wrapper:nth-child(1) .triangle-wrapper .moving_triangle{
    left: 30%;
    top: -40px;
    transform: rotate(45deg);
}
.running_number-wrapper:nth-child(2) .triangle-wrapper .moving_triangle{
    left: 23%;
    top: -15px;
}
.running_number-wrapper:nth-child(3) .triangle-wrapper .moving_triangle{
    left: 22%;
    top: -35px;
    transform: rotate(45deg);
}

.running_numbers_block-wrapper {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.running_numbers-wrapper{
    text-align: center;
}

.running_number-heading{
    font-size: 64px;
    font-weight: 600;
}

.string_operator {
    color: #007120;
}

.running_number-wrapper.dynamic_triangle.col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.running_number-description{
    max-width: 300px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #4F4F4F;
    display: flex;
    flex: 1;
    margin: 30px auto 0;
    justify-content: center;
}

/* _______________________ Slogan _______________________  */


.slogan-wrapper {
    max-width: 850px;
    margin: 0px auto;
    font-family: 'Inter';
    font-size: 18px;
    line-height: 200%;
    text-align: center;
    color: #7B7B7B;
    position: relative;
}

.slogan-wrapper::after{
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    background-image: url("../images/index.png");
    background-repeat: no-repeat;
    background-position: top right;
    height: 232px;
    width: 100%;
}

.map-wrapper{
    position: relative;
}

.office_photo_block-wrapper {
    position: absolute;
    height: 400px;
    width: 500px;
    overflow: hidden;
    right: 5%;
    top: 50%;
    transform: translate(0%, -50%);
    box-shadow: 0px 5px 10px 10px #00000045;
    border-radius: 10px;
    border: 5px solid #fff;
    background-color: #fff;
    max-height: 30vw;
    max-width: 30vw;
}

.office_photo-wrapper img {
    height: 100%;
    object-fit: cover;
}

.office_photo_block {
    height: 100%;
}

.map-wrapper iframe{
    display: block;
    width: 100%;
    height: 600px;
}



/* ________________________ Footer _______________________ */

.footer_column-wrapper{
    display: grid;
    gap: 60px;
}

.footer__logo{
    margin-bottom: 30px;
}

.footer_column_part{
    max-width: 300px;
}

footer .footer__title{
    padding: 0;
}

.footer__social{
    margin: 0;
    display: flex;
    font-size: 16px;
}