.endaument__background{
    background:#2D4465;
}

.endaument__container{
    max-width: 1400px;
}
.endaument__side{
    position: absolute;
    width: 100%;
    height: 100%;
}
.endaument__side svg{
    transform: rotate(45deg);
    top: -100%;
    position: relative;
}
.endaument__side svg path{
    opacity: 0.1;
    transition: all 0.3s ease 0.3s;
}
.endaument__side svg path.active{
    opacity: 0.5;
}

.anim-group path{
    animation-name: opacityPaths;
    animation-iteration-count: infinite;
    animation-duration:1s;
}
@keyframes opacityPaths {
    from {
      opacity: 0.1;
    }
    50% {
        opacity: 0.5;
    }
    to {
        opacity: 0.1;
    }
}
.anim-group path:nth-child(1){
    animation-delay: 100ms;
}
.anim-group path:nth-child(2){
    animation-delay: 200ms;
}
.anim-group path:nth-child(3){
    animation-delay: 300ms;
}
.anim-group path:nth-child(4){
    animation-delay: 400ms;
}
.anim-group path:nth-child(5){
    animation-delay: 500ms;
}
.anim-group path:nth-child(6){
    animation-delay: 600ms;
}
.anim-group path:nth-child(7){
    animation-delay: 700ms;
}
.anim-group path:nth-child(8){
    animation-delay: 800ms;
}
.anim-group path:nth-child(9){
    animation-delay: 900ms;
}
.anim-group path:nth-child(10){
    animation-delay: 1000ms;
}
.anim-group path:nth-child(11){
    animation-delay: 1100ms;
}
.anim-group path:nth-child(12){
    animation-delay: 1200ms;
}
.anim-group path:nth-child(13){
    animation-delay: 1300ms;
}
.anim-group path:nth-child(14){
    animation-delay: 1400ms;
}
.anim-group path:nth-child(15){
    animation-delay: 1500ms;
}
.anim-group path:nth-child(16){
    animation-delay: 1600ms;
}
.anim-group path:nth-child(17){
    animation-delay: 1700ms;
}
.anim-group path:nth-child(18){
    animation-delay: 1800ms;
}
.anim-group path:nth-child(19){
    animation-delay: 1900ms;
}
.anim-group path:nth-child(20){
    animation-delay: 2000ms;
}
.anim-group path:nth-child(21){
    animation-delay: 2100ms;
}
.anim-group path:nth-child(22){
    animation-delay: 2200ms;
}
.anim-group path:nth-child(23){
    animation-delay: 2300ms;
}
.anim-group path:nth-child(24){
    animation-delay: 2400ms;
}
.anim-group path:nth-child(25){
    animation-delay: 2500ms;
}
.anim-group path:nth-child(26){
    animation-delay: 2600ms;
}
.anim-group path:nth-child(27){
    animation-delay: 2700ms;
}
.anim-group path:nth-child(28){
    animation-delay: 2800ms;
}
.anim-group path:nth-child(29){
    animation-delay: 2900ms;
}
.anim-group path:nth-child(30){
    animation-delay: 3000ms;
}


.endaument__front{
    display: flex;
    justify-content: center;
    align-items: center;
}
.endaument__arr{margin-right: -60px;}
.endaument__arr svg{}
.endaument__text{}
.endaument__title{
    margin-bottom: 20px;
    padding-left: 4px;
}
.endaument__title img{}
.endaument__description{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 44.9209px;
    line-height: 55px;
    text-transform: uppercase;
    color: #ABCDE6;
    text-shadow: 36.9968px 55.9253px 43.0195px rgba(19, 38, 64, 0.68);
    margin-bottom:50px;
}
.endaument__button{
    background: #B072B4;
    border-radius: 62.7907px;
    padding:15px 50px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20.093px;
    line-height: 30px;
    color: #FFFFFF;
    position: relative;
    transition: all 0.3s ease;
    bottom:0;
    z-index:100;
    box-shadow: 12px 12px 18px 1px rgb(0 0 0 / 20%);
}
.endaument__button:hover{
    box-shadow: 22px 22px 18px 1px rgb(0 0 0 / 20%);
    bottom:5px;
}

@media (min-width: 2000px) {
.endaument__background .picture__img {
 object-fit: contain;
}
}

@media (max-width: 1400px) {
    .endaument__side svg{
        top:0;
    }
}
@media (max-width: 1100px) {
    .endaument__arr {
        margin-right: -30px;
    }
    .endaument__arr svg {
        width: 400px;
    }
}
@media (max-width: 850px) {
    .endaument__arr {
        margin-right: -20px;
    }
    .endaument__arr svg {
        width: 250px;
    }
}
@media (max-width: 650px) {
    .endaument__title img {
        max-width: 100%;
    }
    .endaument__front {
        display: block;
        max-width: 320px;
        margin: 0 auto;
    }
    .endaument__arr svg {
        height: 100px;
        width: 140px;
    }
    .endaument__description{
        font-size: 36.9209px;
    }
    .endaument__button{
        display: block;
        text-align: center;
    }
}
@media (max-width: 575px) {
    .endaument__button{
        padding: 5px 10px;
    }
    .endaument__title{
        margin-bottom: 10px;
    }
    .endaument__description {
        font-size: 26.9209px;
        margin-bottom: 10px;
    }
}
