
.header-btn-download {
    background:#009861;
    color:#000;
    border:2px solid #009861;
}
.header-btn-buy {
    background: #282829;
    color:#fff;
    border:2px solid #282829;
}

.header-btn-download:hover{
    background:#141415;
    color:#fff;
    border:2px solid #fff;
    transform: scale(1.1);
}
.header-btn-buy:hover{
    background:#141415;
    color:#ffffff;
    border:2px solid #fff;
    transform: scale(1.1);
}

.carousel {
    position: relative;
    height: 100px;
    width: 100%;
    overflow: hidden;
    margin: 80px 0;
}
.carousel--content {
    position: absolute;
    top: 0;
    left: 0;
    /* width: сalc((518px * 18) + (24px * 15)); */
    height: 100%;
    display: flex;
    gap: 24px;
  
   animation: post-header-carousel 50s linear 0s infinite;
}
.carousel--content-chunk{
    width: 50%;
    display: flex;
    flex-shrink: 0;
    gap:24px;
}
.carousel--item {
    color:#fff;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    background: #28282A;
    width: 518px;
    flex-shrink: 0;
    border-radius: 12px;
    gap:32px;
    padding:  0 32px;
}


.frame_img {
    transform: scale(1.2);
}
.moving_position_animatin {
}
.screen_img {
    margin-left: -255px !important;
}
.moving_animation {
}

.footer{
    background: #28282A;
}
.footer-content {
    max-width: 1170px;
    width: 100%;
    padding: 28px 15px;
    margin: 0 auto;
    color: #fff;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}
.footer-content p{
    margin-bottom: 0;
}

.contacts {
    padding: 70px 0;
    background-image: url("../images/line.svg");
    background-repeat: no-repeat;
    background-position: top -20% center;
}
.container {
}
.contacts_container {
    display: flex;
    gap:16px;
    align-items: center;
}
.contacts_left {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap:40px;
}

.contacts_left_title {
}
.contacts_left_title h2{
    color: var(--text-white);
    font-size: 40px;
    font-weight: 700;
}

.contacts_left_title p{
    color: #AFAFAF;
}
.contacts_left_sub-title {
}
.contacts_left_sub-title h3{
    font-size: 16px;
    font-weight: 600;
    color: var(--text-white);
}
.contacts_left_sub-title p{
    color: #AFAFAF;
}
.contacts_left_links {
}
.contacts_right {
    width: 55%;
    padding: 40px;
    background:#1B1B1D;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap:24px
}
.form{
    display: flex;
    flex-direction: column;
    display: flex;
    flex-direction: column;
    gap:24px
}
.contacts_right h2{
    color: var(--text-white);
}


.name_inputs {
    display: flex;
    gap: 24px;
    width: 100%;
}
.form-input-half {
    width: 50%;
    padding: 15px 24px;
    border: 1px solid #727278;
    background: #2F2F32;
    border-radius: 6px;
    color: var(--text-white);
}
.form-input-full {
    width: 100%;
    padding: 15px 24px;
    border: 1px solid #727278;
    background: #2F2F32;
    border-radius: 6px;
    color: var(--text-white);
}
.form-extra-textarea {
    width: 100%;
    padding: 15px 24px;
    border: 1px solid #727278;
    background: #2F2F32;
    border-radius: 6px;
    color: var(--text-white);
    resize: none;
    min-height: 123px;
}
.form .white_btn{
    width:fit-content;
    background: #F9DE56;
    color:#141415;
    border: 1px solid #F9DE56;
}
.form .white_btn:hover{

    color:#141415;

}
.form .white_btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;

    background-color: var(--text-white);
    border-radius: 4px;
    transition: .6s all;
    z-index: -1;
}
.form .white_btn:hover::before {
    width: 110%;
}
.form_result{
    display: none;
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translate(-50%, calc(-100% - 100px));
    padding: 40px;
    border-radius: 12px;
    background: #28282A;
    opacity: 0;
    z-index: 10000000;
    color:var(--text-white);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.7);
    transition: all 0.5s;
}

.form-result--active{
    display: flex;
}
.form-result--fade-in{
    transform: translate(-50%, 0);
    opacity: 1;
}
.beta-blocker {
    padding: 19px 23px;
    background: #0098611F;
    border-radius: 8px;
    display: flex;
    gap:10px;
    color:#00C77F;
    width: fit-content;
    margin: 32px 0 60px 0;
    cursor: default;
}

.company-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    padding-left: 20px;
    padding-top: 4px;
}
.company-info h3{
    color: var(--text-white);
    font-size: 14px;
}
.company-info p{
    color: #AFAFAF;
    font-size: 14px;
    margin: 0;
}
.company-info::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    background-color: var(--bg-green);
    height: 100%;
}

.counters{
    margin-top: 80px;
    margin-bottom: 170px;

}
.counter-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 23%;
}
.conter-nums {
    font-size: 80px;
font-weight: 600;
line-height: 97px;
letter-spacing: 0px;
text-align: left;
background: -webkit-linear-gradient( -90deg,  #CACACE,  #666668);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.num-container {
}
.counter-text {
    margin: 0;
   margin-top: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color:#fff;
  
}

.why-we{
    margin-top: 127px;
}

.why-we-left {
}

.why-we-right {
    background: url("../images/why-we.png") center/cover no-repeat;
    width: 508px;
    height: 527px;
}

.why-we-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0px;
    text-align: left;
    color:#fff;
    margin-bottom: 56px;
}
.why-we-title span{
    color:#F9DE56;
}
.why-we-items {
}
.why-we-item {
    display: flex;
    gap:32px;
    align-items: center;
    margin-bottom: 32px;
}

.why-we-item div{
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background: #202022;
    border-radius:#252527;
    display: flex;

    align-items: center;
    justify-content: center;
}

.why-we-item div span {
    background: -webkit-linear-gradient( -90deg,  #CACACE,  #666668);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.why-we-item p{
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color:#fff;
    max-width: 356px;
    margin-bottom: 0;
}
.form-modal{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000c1;
    z-index: 1000000;
}

@media (max-width:1500px) {
    .carousel--content{
        animation: post-header-carousel 60s linear 0s infinite;
    }
}

@media (max-width:1000px) {
    .contacts_container {
        flex-direction: column;
    }
    .contacts_left{
        width: 100%;
    }
    .contacts_right{
        width: 100%;
    }
    .name_inputs {
      flex-direction: column;
    }
    .form-input-half {
        width: 100%;
        
    }
}

@media (max-width:550px) {
  
    .carousel--content{
        width: calc((100%  * 9) + (24px * 7));
        animation: post-header-carousel 60s linear 0s infinite;
    }
    .carousel--item {
        width: 100%;
    }
}

@keyframes post-header-carousel {
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(calc(-50% - 24px));
    }
}
