.inner-container.strategy-page{
    padding: 0 0 50px;
}
.hero-strategy {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 50px 0;
}
.hero-strategy .hero-strategy__wrapper{
    width: 100%;
}
.hero-strategy .hero-strategy__left{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 350px;
}

.hero-strategy .hero-strategy__left h2{
    margin-top: auto;
}
.hero-strategy .hero-strategy__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
    position: relative;
    z-index: 1;
}
.hero-strategy .hero-strategy__right{
    margin-left: auto;
    z-index: 1;
}
.hero-strategy .hero-strategy__right img.hero-strategy__info-icon{
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
 
.hero-strategy .hero-strategy__right .hero-strategy__info-text{
    width: 100%;
}
.hero-strategy .hero-strategy__tag {
    height: 32px;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
}
.hero-strategy .hero-strategy__btn {
    margin-top: auto;
}
.hero-strategy .hero-strategy__btn a{
    background-color: #ffd53f;
    padding: 15px 25px;
    color: #313131;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
}
.hero-strategy .hero-strategy__info{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 350px;
}
.hero-strategy .hero-strategy__info-item{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    padding: 10px;
}
.hero-strategy .hero-strategy__info-item .hero-strategy__info-title{
    width: max-content;
    font-size: 21rem;
    font-weight: 600;
    margin-top: auto;
}
/* education */
.education .education__items{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px;
}
.education .education__item{
    flex: 1 1 calc(33.333% - 20px);
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    border-radius: 20px;
    padding: 20px 20px 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.education .education__item h3{
    margin-bottom: 15px;
}
.description{
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    margin: 50px 0;
    padding: 20rem;
    border-radius: 20px;
}
.description .description-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.description .description-item{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.description .description-item h2{
    font-size: 45rem;
    margin-bottom: auto;
}
.description .description-item p{
    margin-top: 85px;
}
.description .description-item:nth-child(1){
    flex-basis: 30%;
    position: relative;
}
.description .description-item:nth-child(1)::after{
    content: '';
    display: block;
    position: absolute;
    right: -19%;
    top: 45%;
    width: 80px;
    height: 40px;
    background-image: url('https://optim.tildacdn.net/tild3339-3132-4936-b738-363638373438/-/resize/152x/-/format/webp/Vector_4.png.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  
}
.description .description-item:nth-child(2){
     flex-basis: 65%;
     padding-left: 60px;
}
.analytics,
.solutions {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 20px 20px 0 0;
    margin-top: 20px;
    padding: 20rem 40rem;
    color: #fff;
}
.analytics{
    border-bottom: 2px solid gold;
}
.solutions{
    margin-top: 0;
}
.analytics .analytics-wrapper,
.solutions .solutions-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.analytics .analytics-wrapper .analytics-wrapper__text,
.solutions .solutions-wrapper .solutions-wrapper__text{
    flex-basis: 50%;
}
.analytics .analytics-wrapper .analytics-wrapper__text ul li,
.solutions .solutions-wrapper .solutions-wrapper__text ul li{
    position: relative;
    padding: 0 0 10rem 30rem;
}
.analytics .analytics-wrapper .analytics-wrapper__text p,
.solutions .solutions-wrapper .solutions-wrapper__text p{
    margin-bottom: 10px;
}
.analytics .analytics-wrapper .analytics-wrapper__text-day,
.solutions .solutions-wrapper .solutions-wrapper__text-day{
    display: block;
    font-size: 4em;
    font-weight: 900;
    margin-bottom: 15rem;
    width: 100%;
}
.analytics .analytics-wrapper .analytics-wrapper__text-subtitle,
.solutions .solutions-wrapper .solutions-wrapper__text-subtitle{
    display: block;
    width: fit-content;
    color: #000;
    background-color: #fff;
    padding: 15rem 20rem;
    border-radius: 25px;
    margin-bottom: 15px;
}
.analytics .analytics-wrapper .analytics-wrapper__text ul li::before,
.solutions .solutions-wrapper .solutions-wrapper__text ul li::before{
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    transform: translateY(-50%);
    width: 15rem;
    height: 15rem;
    background-image: url('https://optim.tildacdn.net/tild6163-6138-4635-b862-326335343261/-/resize/38x/-/format/webp/_.png.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.analytics .analytics-wrapper .analytics-wrapper__img,
.solutions .solutions-wrapper .solutions-wrapper__img{
    flex-basis: 40%;
}
.analytics .analytics-wrapper .analytics-wrapper__img img,
.solutions .solutions-wrapper .solutions-wrapper__img img{
    width: 100%;
    height: auto;
    object-fit: cover;
} 
.analytics .analytics-wrapper .analytics-wrapper__result,
.solutions .solutions-wrapper .solutions-wrapper__result{
    flex-basis: 100%;
    padding: 15rem 20rem;
    background-color: #fff;
    color: #000;
    border-radius: 35px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30rem;
}
.analytics .analytics-wrapper .analytics-wrapper__result-text,
.solutions .solutions-wrapper .solutions-wrapper__result-text{
    display: block;
    width: fit-content;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding: 10rem 15rem;
    border-radius: 35px;
    margin-right: 20px;
}
.analytics-title h2 span,
.solutions-title h2 span{
    font-size: 60rem;
}
.solutions{
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0 0 20px 20px;
    padding: 20rem;
    color: #fff;
}

/* formats */
.formats {
    margin: 50px 0;
    padding: 20rem 30rem;
}
.formats h2{
    color: #efc480;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.formats > h3:first-of-type{
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.formats .formats-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 70px;
}
.formats .formats-wrapper__item{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 20px;
    padding: 25rem;
}
.formats .formats-wrapper__item:nth-child(1){
    background-color:#1e285e;
    color: #fff;
    max-width: 45%;
    transform: rotate(-8deg);
}
.formats .formats-wrapper__item:nth-child(2){
    background-color:#f0c481; 
    color: #000;
    max-width: 45%;
    transform: rotate(8deg);
}
.formats .formats-wrapper__item:nth-child(3){
    background-color:#4e6ef2;
    color: #fff;
    max-width: 50%;
}
.formats .formats-wrapper__item-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.formats .formats-wrapper__item-title{
    font-size: 24rem;
    text-transform: uppercase;
    margin: 6rem 15rem auto auto;
}
.formats .formats-wrapper__item-subtitle{
    padding: 5rem 15rem;
    background-color: #fff;
    border-radius: 35px;
    color: #000;
    font-size: 18rem;
}
.formats .formats-wrapper__item-text{
    margin-top: 15rem;
    font-size: 16rem;
    line-height: 1.5;
}
.values{
    background: rgba(0, 0, 0, 0.9);
    border-radius: 35px;
    padding: 40rem 30rem;
    color: #fff;
}
.values .values-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.values .values-wrapper__text{
    flex-basis: 40%;
}
.values .values-wrapper__items{
    flex-basis: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
/* animation border  */
@property --bga {
  syntax: "<angle>";
  inherits: false;
  initial-value: 250deg;
}

.values .values-wrapper__item{
  position: relative;
  padding: 15rem 20rem;
  border-radius: 25px;
  z-index: 1;
  overflow: hidden; /* можна лишати */
}

.values .values-wrapper__item::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;

  border: 2px solid transparent;

  background:
    linear-gradient(
      var(--bga),
      rgba(255, 255, 255, 0.95) 0%,
      rgba(255, 255, 255, 0) 65%
    ) border-box;

  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
          mask-composite: exclude;

  animation: border-ray-rotate 6s linear infinite;
  pointer-events: none;
}


 
@keyframes border-ray-rotate {
  to { --bga: 610deg; } /* 250 + 360 */
}
/* end animation border */

.proposal {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 35px;
    padding: 40rem 30rem;
    margin: 50px 0;
    color: #fff;
}
.proposal .proposal-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.proposal .proposal__title{
    font-size: 3.5em;
    text-align: center;
    margin-bottom: 35px;
    flex-basis: 45%;
}
.proposal .proposal-wrapper__fields{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-basis: 50%;
}
.proposal .proposal-wrapper__item{
    flex-basis: 48%;
    border-radius: 20px;
    padding: 20rem;
    margin-bottom: 20rem;
    border: 2px solid #fff;
}
.payment .payment-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.payment .payment-wrapper__title {
    text-align: center;
    margin-bottom: 35px;
}
.payment .payment-wrapper__items{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 25rem;
}
.payment .payment-wrapper__item{
    background-color: #efc480;
    border-radius: 25px;
    padding: 25rem 20rem;
    color: #000;
    text-align: center;
}
@media screen and (max-width:1024px) {
    .hero-strategy .hero-strategy__left,
    .hero-strategy .hero-strategy__info{
        max-width: 250px;
    }
}
.profit{
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 35px;
    padding: 40rem 30rem;
    color: #fff;
    margin-bottom: 50px;
}
.profit .profit-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.profit .profit-wrapper__title{
    font-size: 3.5em;
    position: relative;
    flex-basis: 40%;
}
.profit .profit-wrapper__title::after{
    content:'';
    display: block;
    position: absolute;
    background-image: url('https://optim.tildacdn.net/tild6638-3565-4664-a131-333236623263/-/resize/178x/-/format/webp/Vector.png.webp');
    background-size: 100% 100%;
    margin: auto;
    bottom: -95px;
    right: -115px;
    height: 3em;
    width: 3em;
}
.profit .profit-wrapper__items{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    flex-basis: 50%;
}
.profit .profit-wrapper__item{
    background-color: #e6f0fa;
    border-radius: 15px;
    padding: 15rem 20rem;
    color: #000;
}
.payment{
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 35px;
    padding: 40rem 30rem;
    color: #fff;
}
@media screen and (max-width:900px) {
    .hero-strategy .hero-strategy__wrapper {
            flex-direction: column-reverse;
    }
    .hero-strategy .hero-strategy__tags{
        margin: 15px 0;
    }
    .hero-strategy .hero-strategy__left,
    .hero-strategy .hero-strategy__right {
        max-width: 100%;
        width: 100%;
        margin: auto;
    }
     .hero-strategy .hero-strategy__info{
        flex-direction: row;
        max-width: 100%;
     }
}