.about-hero{
    display: flex;
    justify-content: space-between;
    line-height: 1.2;
}

.about-hero-text .vc_column-inner::before,
.about-hero-text .vc_column-inner::after,
.about-hero::before, 
.about-hero::after{
    display: none !important;
} 

.about-hero-text .vc_column-inner,
.about-hero-text .wpb_wrapper{
    height: 100%;
}

.about-hero-text{
    padding-top: 40px;
}

.about-hero-text .wpb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.about-hero-text-title{
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 24px;
}

.about-hero img{
    display: block;
    width: 100%;
}

@media (max-width:1024px){
   .about-hero-text-title {
        font-size: 32px;
    }
}

@media (max-width:768.98px){
   .about-hero-text-title {
        font-size: 24px;
    }

   .bg-border {
        font-size: 14px;
    }

   .bg-border strong,
   .bg-border b {
        font-size: 20px;
    }
}

.absolute{
    position: relative;
    border-radius: 40px;
    height: 765px;
    overflow: hidden;

    width: 100vw;
    max-width: 1410px;
    left: 50%;
    transform: translate(-50%, 0px);
    margin-left: 0;
    margin-right: 0;
}

@media (max-width:1440px){
   .absolute {
        max-width: calc(100vw - 30px);
    }
}

.absolute > .wpb_column,
.absolute > .wpb_column > .vc_column-inner,
.absolute > .wpb_column>.vc_column-inner > .wpb_wrapper{
    height: 100%;
}

.absolute>.wpb_column>.vc_column-inner>.wpb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}



.absolute:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(57deg, rgba(0, 0, 0, 0.40) 46.75%, rgba(0, 0, 0, 0.00) 74.36%);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.absolute-img{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0;
}

.absolute-img *{
    height: 100%;
    object-fit: cover;
}

.absolute-logo{
    position: absolute !important;
    right: 40px;
    top: 40px;
    z-index: 2;
}

.absolute-logo p{
    color: #fff !important;
}

.absolute-logo img{
    width: 122px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.absolute-logo p:has(img){
    margin-bottom: 10px ;
}

.absolute ._h2, .absolute ._text{
    position: relative;
    z-index: 2;
}

.absolute ._lines{
    text-transform: uppercase;
    font-weight: 400;
}

.absolute ._h2{
  max-width: 773px;
}

@media (max-width:768.98px){
   .absolute {
        border-radius:20px;
        height: 628px;
    }

   .absolute ._h2 {
        text-align: center !important;
    }

   .absolute ._text {
        text-align: center !important;
        font-size: 12px;
    }

   .absolute ._lines {
        font-size: 12px !important;
    }

   .absolute>.wpb_column>.vc_column-inner>.wpb_wrapper {
       align-items: center;
    }

   .absolute-logo img {
        width: 72px;
    }

   .absolute-logo {
        right: unset;
        left: 24px;
        top: 24px;
    }

   .absolute-logo p:has(img) {
        margin-bottom: 6px;
    }
}

.about-video-top{
    justify-content: space-between;
}
.about-video-top ._h2{
    margin-bottom: 0 !important;
}

.about-video-top>:first-child{
    flex:1 1 auto;
    width: auto;
    max-width:650px;
}

.about-video-top>:last-child {
    max-width: 467.5px;
    min-width: 350px;
}

.about-video .wpb_wrapper{
    position: relative;
    padding-bottom: 55%;
}

.about-video iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    max-width: none;
}

@media (max-width:768.98px){
   .about-video-top>:last-child {
        min-width: unset;
    }
   .about-video-top>:first-child {
        min-width: unset;
        max-width: unset;
    }
}


.company-progress{
    max-width: 525px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
}

.company-progress h2 {
    font-size: 40px;
    text-transform: uppercase;
}

.company-progress p{
    margin: 28px 0 !important;
    font-size: 20px;
}

.company-progress-tabs {
    display: flex;
    align-items: center;
    border-radius: 15px;
    background: #F6F6F6;
    max-width: 525px;
    padding: 3px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    width: 100%;
    position: relative;
}

.company-progress-tabs:before{
    position: absolute;
    content: '';
    display: block;
    left: 3px;
    top: 3px;
    bottom: 3%;
    right: 50%;
    border-radius: 13px;
    background-color: var(--btn-accented-bgcolor);
    transition: all 0.3s ease 0s;
}

.company-progress-tabs:has(#sponsor._active):before {
    left: 50%;
    right: 3px;
}

.company-progress-tabs button{
    border-radius: 13px;
    height: 45px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    background-color: transparent !important;
    background: transparent !important;
}

.company-progress-tabs button._active{
    color: #fff !important;
}

.company-progress-content .slides {
   padding: 0 20px;
}

.company-progress-content .slider-slide .image-slide{
    position: relative;
    padding-bottom: 103.2%;
    overflow: hidden;
    border-radius: 20px;
}

.company-progress-content .slider-slide  {
    max-width: 358px;
}

.company-progress-content .slider-slide .image-slide p {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   gap: 13px;
   position: relative;
   z-index: 2;

   position: absolute;
   bottom: 12px;
   left: 50%;
   transform: translate(-50%,0);
}

.swiper-pagination span,
.company-progress-content .slider-slide .image-slide p span{
    padding: 0;
    font-size: 0;
    margin: 0;
    width: 21px;
    height: 4px;
    border-radius: 4px;
    background-color: var(--wd-link-color);
    opacity: 0.3;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.swiper-pagination span.swiper-pagination-bullet-active,
.company-progress-content .slider-slide .image-slide p span._active {
    background-color: var(--btn-accented-bgcolor);
    opacity: 1;
}

.company-progress-content .swiper__controll-prev,
.company-progress-content .swiper__controll-next {
    padding: 0;
    width: 40px;
    height: 40px;
    background-color: var(--wd-link-color);
    border-radius: 100%;
    position: absolute;
    top: 38%;
    transform: translate(0,-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-progress-content .swiper__controll-prev svg,
.company-progress-content .swiper__controll-next svg {
    pointer-events: none;
    width: 9px;
    flex: 0 0 auto;
    display: block;
}

.company-progress-content .swiper__controll-prev.swiper-button-lock,
.company-progress-content .swiper__controll-next.swiper-button-lock{
    display: none;
}

.company-progress-content .swiper__controll-prev {
    left: 0px;
}

.company-progress-content .swiper__controll-next {
    right: 0px;
}

.company-progress-content .slider-slide .image-slide img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company-progress-content .slider-slide-text{
    padding: 24px 33px 0 33px;
}

.company-progress-content .slider-slide-text span {
    display: block;
    width: 100%;
    margin-bottom: 12px;
}

.company-progress-content .slider-slide-text label {
    display: block;
    width: 100%;
}

.swiper-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.slides > .swiper-pagination{
    display: none;
    position: relative !important;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    margin-top: 36px;
}

.images .swiper-pagination {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 1;
}

.swiper.slides{
    display: none;
}

.swiper.slides._active{
    display: block;
}

.company-progress-tabs button._loading{
    pointer-events: none;
}

@media (max-width:1024px){
    .company-progress-content .slider-slide-text {
        padding: 20px 10px 0 10px;
    }

    .company-progress-tabs{
        margin-bottom: 40px;
    }  
}

@media (max-width:768.98px){
    .company-progress-tabs {
        margin-bottom:36px;
    }

    .company-progress-content .slides{
        padding: 0;
    }

    .company-progress-content .slider-slide-text {
        padding: 16px 0 0 0;
    }

    .company-progress h2 {
        font-size: 24px;
    }

    .company-progress p {
        font-size: 14px;
        margin: 20px 0 !important;
    }

    .company-progress-content .slider-slide .image-slide {
        border-radius: 16px;
        padding-bottom: 126%;
    }

    .company-progress-content .images .swiper-pagination {
        gap: 5px;
    }

    .company-progress-content .images .swiper-pagination span {
        width: 14px;
        height: 3px;
        border-radius: 2px;
    }

    .company-progress-content .swiper__controll-prev,
    .company-progress-content .swiper__controll-next {
        display: none;
    }

    .swiper-pagination {
        display: flex;
    }
}

@media (max-width:425px){
    .company-progress-content .slider-slide{
        max-width:190px;
    }
}

@media (max-width:375px) {
    .company-progress-content .slider-slide {
        max-width: 161px;
    }
}


.company-value ._h2{
    margin-bottom: 0 !important;
}


.company-value{
    position: relative;
    max-width: 1053px;
    margin-left: auto;
    margin-right: auto;
}

.company-value-center{
    position: absolute;
    left: 50%;
    top: 38%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    margin: 0;
    width: 100%;
}

.company-value .budda img{
    margin-left: auto;
    margin-right: auto;
    width: 165px;
    display: block;
}


.company-value-flex{
    display: flex;
    flex-wrap: wrap;
    gap: 289px 0;
}

.company-value-flex:before,
.company-value-flex:after{
    display: none;
}

.company-value-flex>.wpb_column {
    width: calc(50% - 35px) !important;
}

.company-value-flex > .wpb_column > .vc_column-inner{
    max-width: 280px;
    border-radius: 20px;
    position: relative;
    padding: 12px;
}

.company-value-flex> :nth-child(1) >.vc_column-inner{
    transform: rotate(-15deg);
    top: 54%;
    left: -25px;
}

.company-value-flex> :nth-child(2)>.vc_column-inner {
    transform: rotate(13deg);
    margin-left: auto;
    left: -15px;
}

.company-value-flex> :nth-child(3)>.vc_column-inner {
    transform: rotate(15deg);
    margin-left: auto;
}

.company-value-flex> :nth-child(4)>.vc_column-inner {
    transform: rotate(-4deg);
    margin-left: auto;
    top: -37%;
    left: 42px;
}

.company-value-flex > .wpb_column>.vc_column-inner h2{
    font-family: "BlackerSansPro",
        Arial,
        Helvetica,
        sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.company-value-flex > .wpb_column>.vc_column-inner >.wpb_wrapper{
    background-color: inherit;
}

.company-value-icon{
    position: absolute;
    top: 0;
    transform: translate(0,-50%);
    right: 12px;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background-color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-value-icon img{
    max-width: 36px;
}

.company-value-img{
    width: 100%;
}

.company-value-img .vc_single_image-wrapper {
    position: relative;
    padding-bottom: 101.5%;
}

.company-value-img img{
    width: 100%;
    border-radius: 16px !important;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

@media (max-width:1200px){
    .company-value-flex>.wpb_column>.vc_column-inner{
        max-width: 240px;
    }

    .company-value-icon{
        width: 62px;
        height: 62px;
    }

    .company-value-icon img {
        max-width: 30px;
    }

    .company-value-flex>.wpb_column>.vc_column-inner h2{
        font-size: 18px;
    }

    .company-value-flex> :nth-child(1)>.vc_column-inner{
        left: 30px;
        top: 50%;
    }

    .company-value-flex> :nth-child(4)>.vc_column-inner{
        left: 25px;
        top: 33%;
    }

    .company-value-flex> :nth-child(2)>.vc_column-inner{
        left: 25px;
    }
}


@media (max-width:768.98px){
    .company-value{
        background-size: 555px;
        width: 100vw;
        margin-left: -15px;
        padding: 0 15px;
    }

    .company-value-flex {
        gap: 233px 0;
    }

    .company-value-flex>.wpb_column>.vc_column-inner h2 {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .company-value-flex>.wpb_column {
        width: 50% !important;
    }

    .company-value-flex>.wpb_column>.vc_column-inner{
        border-radius: 8px;
        padding: 8px;
        max-width: 80%;
    }

    .company-value-icon {
        width: 40px;
        height: 40px;
        right: 8px;
    }

    .company-value-icon img {
        max-width: 20px;
    }

    .company-value-center .wpb_single_image{
        margin-bottom: 12px !important;
    }

    .company-value .budda img{
        width: 128px;
    } 
    
    .company-value-flex> :nth-child(1)>.vc_column-inner {
        left: 0;
        top: -20%;
        transform: rotate(-7deg);
    }

    .company-value-flex> :nth-child(2)>.vc_column-inner {
        left: 0;
        transform: rotate(7deg);
        top: -15%;
    }

    .company-value-flex> :nth-child(3)>.vc_column-inner {
        margin-left: 10px;
    }
    
    .company-value-flex> :nth-child(4)>.vc_column-inner{
        left: -15px;
        transform: rotate(-16deg);
    }

    .company-value-img img  {
        border-radius: 8px !important;
    }
}


.company-reviews{
    line-height: 1.2;
}

.company-reviews .swiper{
    max-width: 100vw;
    width: 100vw;
    left: 50%;
    transform: translate(-50%,0);
}

.review-slide{
    width: 100%;
    max-width: 383px;
    padding: 28px 24px;
    display: flex !important;
    flex-direction: column;
    border-radius: 20px;
    background-color: #F9F9F9;
    flex: 0 0 auto;
    height: auto !important;
}

.review-slide .review-slide-rating{
    max-width: 145px;
    margin-bottom: 16px;
}

.review-slide .review-slide-rating svg{
    fill: var(--wd-link-color);
    width: 100%;
    height: 25px;
}

.review-slide span{
    display: block;
    flex: 1 1 auto;
    margin-bottom: 32px;
}

.review-slide label {
    display: block;
    font-weight: 300;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
}

.company-reviews .slider-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 48px;
    position: static !important;
}

.company-reviews .slider-pagination span{
    padding: 0;
    font-size: 0;
    margin: 0;
    width: 21px;
    height: 4px;
    border-radius: 4px;
    background-color: var(--wd-link-color);
    opacity: 0.3;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.company-reviews .slider-pagination span.swiper-pagination-bullet-active{
    opacity: 1;
    background-color: var(--btn-accented-bgcolor);
}


@media (max-width:768.98px){
    .company-reviews .slider-pagination {
        margin-top: 24px;
    }

    .review-slide label{
        font-size: 12px;
    }  
    
    .company-reviews .swiper{
        padding: 0 15px;
    }

    .review-slide{
        max-width: 233px;
    }
}

.about-buy h2{
    margin-bottom: 0;
}

.about-buy ._subtitle{
    margin-bottom: 60px;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}

.about-buy .wpb_image_grid_ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
    padding: 0;
    height: auto !important;
    margin-bottom: 0;
    gap: 26px;
}

.about-buy .wpb_gallery{
    margin-bottom: 0;
}

.about-buy .wpb_image_grid_ul li{
    position: static !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    list-style: none;
}

.about-buy .attention__block h3{
    max-width: 648px;
    margin-right: 20px;
}

.about-buy .attention__block ._text{
    max-width: 355px;
}

@media (max-width:768.98px){
    .about-buy .attention__block h3 {
        margin-right: 0;
    }

    .about-buy ._subtitle{
        margin-bottom: 36px;
    }

    .about-buy .wpb_image_grid_ul{
        display: block;
        gap: 0;
    }

    .about-buy .wpb_image_grid_ul  > :not(:last-child){
        margin-bottom: 26px;
    }

    .about-buy .wpb_image_grid_ul li img{
        max-width: 76%;
        margin-left: auto;
        margin-right: auto;
    }
}

.company-map #map {
    position: relative;
    height: 644px;
    margin: 0;
    width: 100vw;
    left: 50%;
    transform: translate(-50%, 0);
}

.company-map h2{
    margin-bottom: 0 !important;
    position: absolute;
    top: 82px;
    z-index: 10;
    max-width: 455px;
}

.company-map-content{
    position: absolute;
    bottom: 0;
    z-index: 10;
    display: flex;
    max-width: 1192px;
    width: 100%;
    left: 50%;
    transform: translate(-50%,0);
}

@media (max-width:1222px){
    .company-map-content {
        left: 15px;
        transform: none;
    }
}

.company-map .swiper {
    padding: 40px;
    margin-left: -40px;
    overflow: visible;
    max-width: 100%;
}

.company-map-item{
    border-radius: 16px;
    background-color: #FFF;
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.07);
    padding: 28px 32px;
    width: fit-content !important;
    max-width: 355px;
}

.company-map-item._active{
    background-color: var(--wd-link-color);
}


.company-map-item._active *{
    color: #fff !important;
}
    

.company-map-item.has-placemark{
    cursor: pointer;
}

.company-map-item.has-placemark * {
    pointer-events: none;
}

.company-map-item span{
    display: block;
    font-weight: 400;
    margin-bottom: 24px;
}

.company-map-item label{
    display: block;
}

@media (max-width:768.98px){
    .company-map h2{
        left: 15px;
        top: 52px;
        max-width: 275px;
    }

    .company-map-item {
        padding: 20px;
        max-width: 245px;
        border-radius: 12px;
    }
}

.about-contacts{
    justify-content: space-between;
    line-height: 1.2;
}

.about-contacts > :last-child{
    flex: 1 1 auto;
    padding-left: 10px;
}

.absolute-caption{
    position: absolute;
    transform: translate(0, calc(-100% - 15px));
    left: 30px;
}

.absolute-caption br{
    display: none;
}

.about-contacts-item{
    padding: 38px;
}

.about-contacts-item h6{
    font-family: "BlackerSansPro",
        Arial,
        Helvetica,
        sans-serif;
    font-size: 20px;
    border-radius: 100px;
    border: 1px solid var(--wd-link-color);
    padding: 16px 32px;
    margin-bottom: 52px;
    text-align: center;
    width: fit-content;
    font-weight: 300;
}

.about-contacts-item a{
    font-size: 28px;
    font-weight: 400;
}

.about-contacts-item p:not(:last-child){
    margin-bottom: 32px;
}

.about-contacts-item p:has(a):not(:last-child){
    margin-bottom: 12px;
}

@media (max-width:1024px){
    .about-contacts-item h6 {
        font-size: 18px;
    }

    .about-contacts-item a {
        font-size: 24px;
    }
}

@media (max-width:768px){
    .about-contacts > :last-child {
        padding-left: 0;
    }

    .about-contacts-item {
        padding: 20px;
    }

    .about-contacts-item h6 {
        font-size: 14px;
        margin-bottom: 24px;
        padding: 12px 24px;
    }

    .about-contacts-item a {
        font-size: 18px;
    }

    .about-contacts-item p:not(:last-child) {
        margin-bottom: 24px;
    }

    .about-contacts-item p:has(a):not(:last-child) {
        margin-bottom: 10px;
    }
}