@media only screen and (min-width: 360px) {

}

@media only screen and (min-width: 470px) {
    .modal__header {
        padding-left: 25px;
        padding-right: 25px;
    }

    .modal__content {
        padding: 25px 25px 0 25px;
        margin-bottom: 25px;
    }


}

@media only screen and (min-width: 540px) {

}

@media only screen and (min-width: 576px) {
    .modal__container_md {
        border-radius: 8px;
    }
}

@media only screen and (min-width: 768px) {
    .about-us--right .btn {
        width: unset;
    }
    .not-found {
        padding: 80px 0;
    }

    .modal {
        padding: 25px;
    }

    .modal__container {
        border-radius: 5px;
    }

    a:hover, a:active {
        color: inherit;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .input-wrap__group-3 > div {
        width: calc(33.333% - 7px);
    }

    #main-banner h1 {
        font-size: 40px;
    }
    .header-logo svg {
        height: 30px;
    }

    .section_title {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 30px;
    }
    .regular-text {
        line-height: 1.4;
    }
    .section_title-xl {
        font-size: 46px;
        line-height: 1.2;
    }

    .service-item .btn {
        width: unset;
    }

    .service-item {
        margin-bottom: 50px;
    }

    .input-wrap__group-2 > div {
        width: calc(50% - 13px);
    }
    .input-wrap__group-2 {
        gap: 25px;
    }
    .input-wrap__group {
        margin-bottom: 20px;
    }

    .contact-right .btn {
        width: unset;
    }

    .footer-social {
        margin-bottom: 0;
    }

    .footer-bottom .inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left;
    }
    .header-contact {
        display: block;
    }
}

@media only screen and (min-width: 1024px) {
    .contact-left {
        width: 40%;
        padding-right: 20px;
    }
    .contact-right {
        padding: 50px;
        width: 60%;
        background: #14257b;
        border-radius: 20px;
    }
    .section_title {
        font-size: 40px;
        margin-bottom: 50px;
    }
    .section_title-xl {
        font-size: 60px;
    }

    .footer-top .inner {
        align-items: flex-start;
        text-align: left;
        padding-top: 100px;
    }
    .footer-text{
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        justify-content: space-between;
    }
    #about-us {
        padding: 100px 0;
    }

    #about-us .inner {
        padding: 100px;
    }

    #contact {
        padding: 100px 0;
        margin-bottom: 0;
    }

    .contact-form {
        display: flex;
    }

    #main-banner h1{
        font-size: 50px;
    }
    .about-us--cols {
        display: flex;
        gap: 50px;
    }
    .about-us--left, .about-us--right {
        width: calc(50% - 25px);
    }
    .service-item--right {
        position: absolute;
        width: 45%;
        top: 0;
        bottom: 0;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        overflow: hidden;
        margin: 50px 0;
        right: 0;
    }
    .service-item--left {
        position: relative;
        background: #14257b;
        padding: 100px;
        width: calc(60%);
        border-radius: 0 20px 20px 0;
        transform: unset;
        margin-bottom: unset;
    }
    .service-item-2 .service-item--right {
        right: 50%;
        left: 0;
        border-radius: 0 20px 20px 0;
    }
    .service-item-2 .service-item--left {
        margin-left: auto;
        border-radius: 20px 0 0 20px;
    }
    .about-us--left .btn{
        display: inline-flex;
    }
    .about-us--right .btn{
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .header .inner {
        height: 110px;
    }
    .main-banner--left {
        width: 50%;
    }

    .main-banner--right {
        width: 50%;
    }

    .contact-right {
        padding: 100px;
    }
}

@media only screen and (min-width: 1300px) {


    .header-burger {
        display: none;
    }
    .main-menu {
        display: block;
        margin-right: 30px;
    }

    .main-menu ul {
        display: flex;
        align-items: center;
    }

    .main-menu a {
        display: block;
        color: #fff;
        font-weight: 500;
        transition: transform .3s;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        padding-right: 10px;
        padding-left: 10px;
        line-height: 21px;
        height: 22px;
        font-size: 14px;
    }
    .main-menu ul li:first-child a{
        padding-left: 0;
    }
    .main-menu ul li:last-child a{
        padding-right: 0;
    }
    .main-menu ul li {
        position: relative;
        overflow: hidden;
    }

    .main-menu ul li:hover a {
        transform: translateY(-100%);
    }

    .main-menu a:before {
        content: attr(data-title);
        position: absolute;
        top: 100%;
        color: yellow;
        border-bottom: 1px solid yellow;
    }
    .footer-main{
        display: block;
    }

}

@media only screen and (min-width: 1400px) {

}
@media only screen and (min-width: 1500px) {
    .main-menu{
        margin-right: 60px;
    }
    .main-menu a{
        font-size: 16px;
    }

}

@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1600px;
    }

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (min-width: 1700px) {
    .container-fluid {
        padding-left: 80px;
        padding-right: 80px;
    }
    .main-menu a{
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media only screen and (min-width: 1800px) {


}

