@media only screen and (max-width: 1250px){
    .col{
        max-width: 100%;
    }
    .accordion-headline{
        flex-wrap: nowrap;
    }
    .mil-icon{
        margin-left: 10px;
        aspect-ratio: 1/1;
    }
}
@media only screen and (max-width: 992px) {
    .contacts li a {
        font-size: 0px;
    }

    .contacts .icon {
        margin-right: 0px;
    }

    .hero-section__headline {
        font-size: 50px;
        line-height: 60px;
        max-width: 426px;
    }
    .widget-desc{
        font-size: 24px;
        line-height: 28px;
    }
    .choose-us__widgets, .services-us__widgets, .section-choose__us,.faq-section{
        margin-top: 35px;
    }
    .service__widget{
        max-width: calc(33.33% - 12px);
    }
    .accordion-panel{
        padding-top: 35px;
    }
}

@media only screen and (max-width: 768px) {
    .menu-container {
        display: none;
    }

    .contacts .icon {
        width: 50px;
        height: 50px;
        animation: pulse 2s infinite;
        font-size: 35px;
        box-shadow: 0 0 0 rgba(90, 140, 245, 0.4);
    }

    .contacts li a {
        position: fixed;
        z-index: 2;
        bottom: 25px;
        right: 25px;
    }
    .widget-icon{
        width: 75px;
    }
    .widget-desc {
        font-size: 18px;
        line-height: 24px;
    }
    .service__widget{
        max-width: calc(50% - 12px);
    }
    .service-widget-desc {
        font-size: 18px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 576px) {
    .headline--first--part span svg{
        right: -50px !important;
    }
    .hero-section__headline img {
        max-width: 160px;
    }

    .hero-section__headline {
        font-size: 37px;
        line-height: 45px;
    }
    .hero-section{
        padding-bottom: 25px;
    }
    .scroll-down {
        width: 200px;
        height: 200px;
    }
    .hero-section .container > div{
        justify-content: center;
    }
    .choose-us__widget{
        max-width: 100%;
        padding: 20px 0;
    }
    .choose-us__widget:first-child{
        border-radius: 10px 10px 0 0 ;
    }
    .service__widget{
        max-width: 100%;
    }
    .app-footer{
        padding: 50px 0;
        margin-top: 35px;
    }
    .wpcf7-form-control-wrap{
        width: 200px;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(90, 140, 245, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(90, 140, 245, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(90, 140, 245, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(90, 140, 245, 0.4);
        box-shadow: 0 0 0 0 rgba(90, 140, 245, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgba(90, 140, 245, 0);
        box-shadow: 0 0 0 20px rgba(90, 140, 245, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(90, 140, 245, 0);
        box-shadow: 0 0 0 0 rgba(90, 140, 245, 0);
    }
}