/* Responsive START */
@media screen and (max-width: 1200px) {

    /* Header 1200 START */
    .header-logo {
        padding: 15px 50px 15px 20px;
    }

    .header-nav {
        padding: 10px 20px;
    }

    /* Header 1200 END */
    /* Numbers 1200 START */
    .numbers-left {
        padding-right: 50px;
    }

    .numbers-right {
        grid-template-columns: repeat(2, 200px);
    }

    /* Numbers 1200 END */
    /* Why us 1200 START */
    .why-right img {
        max-width: 450px;
    }

    /* Why us 1200 END */

}

@media screen and (max-width: 992px) {

    /* Header 992 START */
    .header-logo {
        padding: 10px 30px 10px 20px;
    }

    .header-logo img {
        max-width: 130px;
    }

    .header-top {
        font-size: 12px;
    }

    .header-right {
        column-gap: 30px;
    }

    .header-info img {
        margin-right: 5px;
        max-width: 18px;
    }

    .header-social {
        column-gap: 15px;
    }

    .header-social a img {
        max-width: 18px;
    }

    .header-nav ul {
        font-size: 14px;
        column-gap: 30px;
    }

    /* Header 992 END */
    /* Banner 992 START */
    .banner-swiper .swiper-slide {
        padding: 100px 20px 130px 20px;
        min-height: 400px;
    }

    .swiper-button-next {
        right: 20px;
    }

    .swiper-button-prev {
        left: 20px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 20px;
    }

    .banner-title {
        font-size: 32px;
    }

    .banner-subtitle {
        font-size: 14px;
    }

    .def-btn {
        padding: 12px 40px;
        font-size: 14px;
    }

    /* Banner 992 END */
    /* About 992 START */
    .about-row {
        display: block;
    }

    .about-left {
        margin: 0 auto 30px auto;
    }

    .s-about .def-desc {
        margin-bottom: 20px;
    }

    .about-right {
        margin: 0 auto;
        width: 100%;
        max-width: 505px;
    }

    /* About 992 END */
    /* Numbers 992 START */
    .s-numbers .def-title {
        margin-bottom: 20px;
    }

    .s-numbers .def-title br {
        display: none;
    }

    .numbers-row {
        display: block;
    }

    .numbers-left {
        padding-right: 0;
        padding-bottom: 22px;
        margin-bottom: 30px;
        border-right: none;
        border-bottom: 1px solid #D5D5D5;
        width: auto;
    }

    .numbers-right {
        width: auto;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 25px;
    }

    .numbers-num {
        font-size: 36px;
    }

    .numbers-desc {
        font-size: 14px;
    }

    /* Numbers 992 END */
    /* Services 992 START */
    .s-services {
        padding: 60px 0;
    }

    .services-row {
        column-gap: 20px;
    }

    .services-title {
        font-size: 18px;
        line-height: 1.5;
    }

    .services-btn {
        padding: 10px 25px;
    }

    /* Services 992 END */
    /* Gallery 992 START */
    .s-gallery {
        padding: 60px 0;
    }

    .gallery-wrap {
        grid-gap: 20px;
    }

    /* Gallery 992 END */
    /* Why us 992 START */
    .s-why {
        padding: 60px 0;
    }

    .why-row {
        display: block;
    }

    .why-left {
        margin: 0 auto;
    }

    .why-right {
        max-width: 500px;
        margin: 0 auto;
    }

    .why-right img {
        width: 100%;
    }

    .why-features-icon img {
        max-width: 25px;
    }

    .why-features-title {
        font-size: 16px;
    }

    .why-features-desc {
        font-size: 14px;
    }

    /* Why us 992 END */
    /* Our team 992 START */
    .s-team {
        padding: 60px 0;
    }

    .team-row {
        column-gap: 20px;
    }

    .team-body {
        padding: 15px 20px 30px 20px;
    }

    .team-profi {
        font-size: 14px;
    }

    .team-name {
        font-size: 18px;
    }

    /* Our team 992 END */
    /* Reviews 992 START */
    .s-reviews {
        padding: 60px 0;
    }

    /* Reviews 992 END */
    /* Form 992 START */
    .s-form {
        padding: 60px 0;
    }

    .form-row {
        display: block;
    }

    .form-left {
        margin: 0 auto 30px auto;
    }

    .form-right {
        margin: 0 auto;
        max-width: 425px;
        width: 100%;
    }

    /* Form 992 END */
    /* Footer 992 START */
    .footer-row {
        display: block;
    }

    .footer-left {
        max-width: none;
        border-right: none;
        padding-right: 0;
    }

    .footer-right {
        padding: 0;
        margin-bottom: 30px;
    }

    /* Footer 992 END */

}

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

    .header-mobile-logo,
    .hamburger,
    .header-mobile-wrap {
        display: none;
    }

}

@media screen and (max-width: 768px) {

    /* All styles 768 START */
    .def-title {
        font-size: 32px;
        margin-bottom: 20px;
        line-height: 1.3;
    }

    .def-title::before {
        top: 23px;
        left: calc(-100% - 10px);
    }

    .center-title {
        font-size: 32px;
        line-height: 1.3;
    }

    .center-title::after {
        width: 50px;
    }

    /* All styles 768 END */
    /* Header 768 START */
    .header-top {
        padding: 0;
        border-bottom: 1px solid #9F9F9F;
    }

    .header-desc,
    .header-right,
    .header-bottom {
        display: none;
    }

    .header-mobile-logo {
        background-color: #fff;
        padding: 8px 40px 8px 20px;
        display: flex;
        align-items: center;
        clip-path: polygon(0px 0px, 100% 0%, 82.68% 101.20%, 0px 100%);
        margin-left: -20px;
    }

    .header-mobile-logo img {
        max-width: 110px;
    }

    .hamburger {
        margin-left: auto;
        cursor: pointer;
        width: 26px;
        height: 11px;
        position: relative;
    }

    .hamburger span {
        height: 1px;
        width: 26px;
        background-color: #fff;
        display: block;
        transition: 0.5s ease;
        position: absolute;
    }

    .hamburger span:first-child {
        top: 0;
    }

    .hamburger span:last-child {
        bottom: 0;
    }

    .hamburger.is-active {

    }

    .hamburger.is-active span:first-child {
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }

    .hamburger.is-active span:last-child {
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
    }

    .header-mobile-wrap {
        background-image: linear-gradient(to top, #52020F, #B50001);

        color: #fff;
        padding: 30px 20px;
        text-align: center;
        position: absolute;
        top: 85px;
        left: 0;
        width: 100%;
        z-index: 12;
        display: none;
    }

    .header-mobile-nav {
        margin-bottom: 40px;
    }

    .header-mobile-nav ul {
        list-style-type: none;
        padding: 0;
    }

    .header-mobile-nav ul li {
        margin-bottom: 25px;
    }

    .header-mobile-info {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
        width: 100%;
    }

    .header-mobile-info .header-icon {
        margin-right: 12px;
    }

    .header-mobile-info img {
        margin-right: 12px;
    }

    .header-mobile-social {
        margin-top: 40px;
        display: flex;
        justify-content: center;
        column-gap: 28px;
    }

    /* Header 768 END */
    /* Banner 768 START */
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    /* Banner 768 END */
    /* About 768 START */
    .s-about {
        padding: 45px 0;
    }

    /* About 768 END */
    /* Services 768 START */
    .services-title {
        font-size: 16px;
    }

    .services-body {
        padding: 10px 15px 20px 15px;
    }

    .services-btn {
        font-size: 12px;
    }

    .services-row {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .services-item {
        width: calc(50% - 10px);
    }

    /* Services 768 END */
    /* Gallery 768 START */
    .gallery-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Gallery 768 END */
    /* Our team 768 START */
    .team-row {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .team-item {
        width: calc(50% - 10px);
        height: auto;
    }

    /* Our team 768 END */
    /* Reviews 768 START */
    .reviews-body {
        padding: 5px 20px 20px 20px;
    }

    .reviews-name {
        font-size: 18px;
    }

    .reviews-profi {
        font-size: 14px;
    }

    .reviews-comment {
        font-size: 14px;
    }

    /* Reviews 768 END */
    /* Footer 768 START */
    .site-footer {
        text-align: center;
    }

    .footer-right {
        display: block;
    }

    .footer-info-item {
        justify-content: center;
    }

    .footer-social {
        justify-content: center;
        margin-top: 40px;
    }

    .footer-nav {
        margin-bottom: 30px;
    }

    /* Footer 768 END */

}


@media screen and (max-width: 575px) {

    /* All styles START */
    .def-title {
        text-align: center;
    }

    .def-title::before {
        display: none;
    }

    .def-title::after {
        content: '';
        height: 1px;
        width: 50px;
        background-color: #D62E4C;
        display: block;
        margin: 20px auto 0 auto;
    }

    .def-title.color-white::after {
        background-color: #fff;
    }

    /* All styles END */
    /* Banner 575 START */
    .banner-swiper .swiper-slide {
        padding: 60px 20px 100px 20px;
    }

    .banner-subtitle {
        font-size: 12px;
    }

    .banner-title {
        font-size: 28px;
        line-height: 1.5;
    }

    .banner-btn {
        padding: 10px 30px;
        font-size: 12px;
    }

    /* Banner 575 END */
    /* About 575 START */
    .s-about .def-btn {
        display: block;
        text-align: center;
        max-width: 180px;
        margin: 0 auto;
        padding: 12px 20px;
    }

    /* About 575 END */
    /* Services 575 START */
    .services-row {
        justify-content: center;
    }

    .services-item {
        width: 250px;
    }

    /* Services 575 END */
    /* Gallery 575 START */
    .s-gallery {
        padding: 40px 0;
    }

    .gallery-wrap {
        grid-gap: 15px;
        grid-template-columns: repeat(1, 1fr);
    }

    .gallery-btn {
        margin-top: 30px;
    }

    /* Gallery 575 END */
    /* Our team 575 START */
    .team-item {
        width: 100%;
    }

    /* Our team 575 END */
    /* Partners 575 START */
    .partners-row {
        column-gap: 40px;
        animation: move 8s linear infinite;
    }

    .partners-item img {
        max-width: 200px;
    }

    /* Partners 575 END */
    /* Form 575 START */
    .form-right form {
        padding: 50px 30px;
    }

    .form-right form input,
    .form-right form textarea {
        font-size: 12px;
        margin-bottom: 20px;
    }

    /* Form 575 END */

}

@media screen and (max-width: 480px) {
    .modal-form {
        padding: 20px 30px 50px 30px;
    }

    .modal-form-title {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .modal-form-title::after {
        margin: 10px auto 0 auto;
    }

    .modal-form input {
        font-size: 14px;
    }

    .modal-form .form-button {
        font-size: 14px;
    }
}

/* Responsive END */

@keyframes move {
    0% {
        transform: translateX(80%);
    }
    100% {
        transform: translateX(-80%);
    }
}
