/* .companies{
    margin: 50px 0;
}
.right {
  
    position: relative;
   
    height: 100vh;
  }
  
  .app {
      border-radius: 10px;
      width: 65%;
      margin: 0 auto;
      height:max-content;
      position: absolute;
      left: 17%;
      top: 50%;
      box-shadow: 4px 5px 0 rgba(0, 0, 0, 0.11);
      animation: intro 0.34s 0.4s cubic-bezier(1, 1.4, 0.41, 1.01) forwards;
      
      margin: auto;
      overflow: hidden;
      font-family: 'Roboto Condensed', sans-serif;
  }
  
  .app_inner {
    position: relative;
  }
  
  .app_inner input[type="radio"] {
    display: none;
  }
  
  .app_inner input[type="radio"]:checked + label .app_inner__tab {
    height: 275px;
  }
  
  .app_inner input[type="radio"]:checked + label .tab_right {
    top: 85px;
    transition: all 0.3s 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  
  .app_inner input[type="radio"]:not(:checked) + label .app_inner__tab {
    height: 80px;
    border-left: 12px solid rgba(0, 0, 0, 0.12);
  }
  
  .app_inner input[type="radio"]:not(:checked) + label .tab_right {
    top: 200px;
    transition: all 0.3s 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  
  .app_inner input[type="radio"]:checked + label .tab_left .tab_left__image {
    animation: move_in 0.55s 0.05s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    transition: all 0.3s 0.36s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  
  .app_inner input[type="radio"]:not(:checked) + label .tab_left .tab_left__image {
    animation: move_out 0.75s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    transition: all 0.3s 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  
  .app_inner input[type="radio"]:checked + label .tab_left .big {
    left: 260px;
  }
  
  .app_inner input[type="radio"]:not(:checked) + label .tab_left .big {
    left: 400px;
  }
  
  .app_inner input[type="radio"]:checked + label h2 i {
    opacity: 0;
  }
  
  .app_inner input[type="radio"]:not(:checked) + label h2 i {
    opacity: 0.3;
  }
  
  .app_inner label {
    display: block;
    width: 100%;
  }
  
  .app_inner label:nth-of-type(1) .app_inner__tab {
    background: #dedede;
  }
  
  .app_inner label:nth-of-type(1):hover .app_inner__tab {
    transition: all 0.2s;
    background: #dedede;
  }
  
  .app_inner label:nth-of-type(1) .tab_left__image {
    background: none;
  }
  
  .app_inner label:nth-of-type(2) .app_inner__tab {
    background: #ffe488;
  }
  
  .app_inner label:nth-of-type(2):hover .app_inner__tab {
    transition: all 0.2s;
    background: #ffe488;
  }
  
  .app_inner label:nth-of-type(2) .tab_left__image {
    background: none;
  }
  
  .app_inner label:nth-of-type(3) .app_inner__tab {
    background: #fff;
  }
  
  .app_inner label:nth-of-type(3):hover .app_inner__tab {
    transition: all 0.2s;
    background: #fff;
  }
  
  .app_inner label:nth-of-type(3) .tab_left__image {
    background: none;
  }
  
  .app_inner label:nth-of-type(4) .app_inner__tab {
    background: #ffc375;
  }
  
  .app_inner label:nth-of-type(4):hover .app_inner__tab {
    transition: all 0.2s;
    background: #ffc375;
  }
  
  .app_inner label:nth-of-type(4) .tab_left__image {
    background: none;
  }
  
  .app_inner__tab {
    width: 100%;
    height: 80px;
    background: red;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: all 0.65s cubic-bezier(1, 0, 0.41, 1.01);
  }
  
  .app_inner__tab h2 {
    position: absolute;
    right: 100px;
    top: 16px;
    color: #1a1c1d;
    font-size: 18px;
  }
  
  .app_inner__tab h2 i {
    position: absolute;
    right: 271px;
    opacity: 0.3;
    transition: all 0.3s;
  }
  
  .tab_right {
    width: 45%;
    float: right;
    position: relative;
    top: 200px;
    text-align: right;
    padding: 20px;
  }
  
  .tab_right h3,
  .tab_right h4,
  .tab_right p {
    margin: 0;
  }
  
  .tab_right h3 {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
  }
  
  .tab_right h4 {
    font-size: 12px;
    margin: 4px 0;
    color: rgba(0, 0, 0, 0.33);
  }
  
  .tab_right p {
    font-size: 14px;
    color: #000;
    text-align: left;
  }
  
  .tab_right button {
    margin-top: 10px;
    border: 2px solid white;
    background: none;
    border-radius: 5px;
    padding: 6px 20px;
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
    outline: none;
    font-size: 11px;
    color: white;
    transition: all 0.3s;
  }
  
  .tab_right button:hover {
    background: white;
    color: black;
  }
  
  .tab_left {
    width: 45%;
    float: left;
    position: relative;
  }
  
  .tab_left .big {
    position: absolute;
    top: -17px;
    transition: all 0.3s 0.3s;
    left: 390px;
    font-size: 180px;
    opacity: 0.08;
  }
  
  .tab_left__image {
    position: relative;
    top: -100px;
    text-align: center;
    background: white;
    left: 47px;
    border-radius: 20px;
    width: 100%;
    height: 210px;
  }
  
  .tab_left__image i {
    color: white;
    font-size: 40px;
    top: 18px;
    position: relative;
  }
  
  @keyframes move_out {
    0% {
      top: 47px;
    }
  
    100% {
      top: 200px;
    }
  }
  
  @keyframes move_in {
    0% {
      top: -200px;
    }
  
    100% {
      top: 47px;
    }
  }
  
  @keyframes bump {
    0% {
      top: 16px;
    }
  
    25% {
      top: 13px;
    }
  
    50% {
      top: 16px;
    }
  
    75% {
      top: 13px;
    }
  
    100% {
      top: 16px;
    }
  }
  
  @keyframes intro {
    0% {
      transform: translateY(-50%) scale(0) rotateX(10deg) rotateY(10deg) rotateZ(40deg);
    }
  
    100% {
      transform: translateY(-50%) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }
  }
  
  a.download,
  a.follow {
    i {
      margin-right: 10px;
    }
  
    text-align: center;
    margin-top: 13px;
    width: 300px;
    float: left;
    display: inline-block;
    padding: 16px 30px;
    background: #ea495f;
    color: white;
    font-weight: 900;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    border-radius: 4px;
    margin-right: 12px;
  }
  
  a.follow {
    float: left;
    padding: 14px 30px;
    background: none;
    color: white;
    border: 2px solid white;
  }
  
  a.follow:hover {
    color: #41efb6;
    border-color: #41efb6;
  }
  
@media (max-width: 960px) {
    .tab_right p{
        line-height: 1.5;
    }
    .app_inner input[type="radio"]:checked + label .tab_right{
        top: 50px;
    }
    .app_inner__tab h2{
        right: 50px;
    }
}
@media (max-width: 760px) {
    .app{
        width: 80%;
        left: 10%;
    }
}

@media (max-width: 625px) {
    .app{
        width: 90%;
        left: 5%;
    }
}
@media (max-width: 550px) {
    .tab_right p{
        line-height: 1.3;
        font-size: 12px;
    }
    .app_inner__tab h2{
        right: 30px;
    }
    .tab_left__image{
        left: 20px;
    }
    .tab_right{
        width: 50%;
    }
}

@media (max-width: 440px) {
    .app_inner__tab h2{
        font-size: 16px;
        right: 20px;
    }
    .app_inner input[type="radio"]:checked + label .app_inner__tab{
        height: 100%;
       
        padding: 20px 0 45px;
    }
    .tab_left{
        width: 100%;
    }
    .tab_right{
        width: 100%;
    }
    .app_inner__tab h2{
        right: 50%;
    }
} */

.group-companies {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
    background-color: #ffcc3f;
}

.group-popup {
    width: 80%;
    height: 80%;
    min-height: 480px;
    max-height: 480px;
    border-radius: 48px;
    box-sizing: border-box;
    border: 16px solid #ebf0f4;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 16px 16px 48px #2e364330;
    display: flex;
    flex-direction: row;
}

.group-tabs {
    width: 30%;
    max-width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
}

.content {
    width: 70%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

    .content section {
        display: none;
        width: 100%;
        height: 100%;
        padding: 20px;
        box-sizing: border-box;
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
        position: relative;
        /* top: 0;
  left: 0; */
        /* flex-direction: column; */
        justify-content: space-around;
        align-items: center;
    }

#content1 h2, #content2 h2, #content3 h2, #content4 h2 {
    width: 45%;
}

#content1 p, #content2 p, #content3 p, #content4 p {
    width: 45%;
}

label {
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    color: #000;
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
    display: block;
    width: calc(100% - 48px);
    text-align: right;
    z-index: 100;
    user-select: none;
}

    label:hover {
        opacity: 0.5;
    }

.marker {
    position: absolute;
    width: 100%;
    height: 200%;
    display: flex;
    flex-direction: column;
    top: calc(-100%);
    left: 0;
    transition: transform 0.2s ease-in-out;
}

    .marker #bottom, .marker #top {
        background-color: #efefef;
        box-shadow: 2px 2px 10px #00000015;
    }

    .marker #top {
        height: calc(50%);
        margin: 50px 0;
        border-radius: 0 0 32px 0;
    }

    .marker #bottom {
        height: calc(50% - 72px);
        border-radius: 0 32px 0 0;
    }

@media (max-width: 768px) {
    .group-popup {
        flex-direction: column;
        height: 90%;
        min-height: 600px;
        max-height: 100%;
        width: 90%;
        border: none;
        padding: 10px;
    }

    .group-tabs {
        width: 100%;
        max-width: none;
        flex-direction: row;
        justify-content: space-between;
        height: auto;
        margin-top: 15px;
        background: #fffef2;
    }

    .content section {
        flex-direction: column;
    }

    #content1 p, #content2 p, #content3 p, #content4 p {
        width: 100%;
    }

    label {
        text-align: center;
        width: auto;
        font-size: 14px;
    }

    .content {
        width: 100%;
        height: 460px;
    }
}
