@media(max-width:1980px) {
    .banner {
        background-size: contain;
    }
}

@media(max-width:1880px) {
    .banner {
        background-size: cover;
        background-position: center;
    }
}
@media(max-width:1366px) {
.application__item-title {
    font-size: 26px;
}
.application__item {
    padding: 30px;
}
.wat__item-title {
    font-size: 24px;
}
.numbers__grid {
    flex-wrap: wrap;
}
.numbers__item::before {
    font-size: 40px;
}
.application__price {
    font-size: 26px;
}
}
@media(max-width:1330px) {
    .form-input-banner p {
        flex-direction: column;
    }

    .form-input-banner {
        flex-direction: column;
    }

    .form-input-banner .input-name,
    .form-input-banner .input-tel {
        max-width: none;
        width: 100%;
    }
}

@media(max-width:1310px) {
    .main-navigation .main-nav ul li a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .site-branding-container {
        width: 30%;
    }

    .banner__text {
        width: 58%;
    }

    .faq__answer-content {
        width: 80%;
    }
}

@media(max-width:1255px) {
    .header-contacts a {
        font-size: 20px !important;
    }

    .header-contacts-wrapper {
        margin-left: 30px;
    }

    .banner__title {
        width: 80%;
    }
}

@media(max-width:1255px) {
    .main-navigation .main-nav ul li a {
        font-size: 14px !important;
    }

    .site-header .header-image {
        width: 120px;
    }

    .header-contacts a {
        font-size: 18px !important;
    }

    .header-icon {
        height: 35px;
        width: 35px;
    }
}

@media(max-width:1125px) {
    .safety__image-title {
        font-size: 32px;
        margin: 0px 0 10px 0;
    }

    .fom_bottom-inner {
        gap: 50px;
    }

    h2 {
        font-size: 46px;
    }

    .inside-header {
        align-items: center;
    }

}

@media(max-width:1120px) {

    .main-navigation .menu-toggle,
    .sidebar-nav-mobile:not(#sticky-placeholder) {
        display: block;
    }

    .has-inline-mobile-toggle .mobile-menu-control-wrapper {
        display: flex;
        flex-wrap: wrap;
        background-color: #171717;
        border-radius: 12px;
    }

    .has-inline-mobile-toggle .header-widget,
    .has-inline-mobile-toggle #site-navigation {
        flex-basis: 100%;
    }

    .main-navigation ul,
    .gen-sidebar-nav,
    .main-navigation:not(.slideout-navigation):not(.toggled) .main-nav>ul,
    .has-inline-mobile-toggle #site-navigation .inside-navigation>*:not(.navigation-search):not(.main-nav) {
        display: none;
    }

    .site-branding-container {
        width: 53%;
    }

    .site-branding-container {
        align-items: center;
    }

    .has-inline-mobile-toggle .inside-header {
        flex-direction: row;
        text-align: left;
        flex-wrap: wrap;
    }

    .mobile-menu-open .header-contacts-wrapper {
        display: flex !important;
        flex-direction: column;
        align-items: baseline;
        margin-top: 60px;
        padding-top: 20px;
        border-top: 1px solid #ffffff78;
        width: 100%;

    }

    .header-icon {
        height: 44px;
        width: 45px;
    }

    .header-contacts-wrapper {
        margin-left: 0;
    }

    .main-navigation .inside-navigation {
        align-items: baseline;
        flex-direction: column-reverse;
    }

    .header-icons-email {
        display: flex;
    }

    .header-contacts {
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: baseline;
        gap: 10px;
    }

    .erd {
        width: 25px;
        margin-right: 15px;
    }

    .main-navigation .main-nav ul li a {
        font-size: 18px !important;
        padding: 10px 0;
    }
    .mobile-menu-open .inside-header {
    
    padding: 15px 15px 71px 15px;
}
.header-callback-btn{
    line-height: 120%;
    border-radius: 8px;
    background: linear-gradient(180deg, #CEA75B 0%, #A26307 100%);
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 20px 0;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
        margin-top: 30px;
}
.header-callback-btn:hover {
     background: linear-gradient(180deg, #CEA75B 0%, #A26307 100%);
}
}

@media(max-width:990px) {
    .banner__title {
        font-size: 48px;
    }
.application__grid {
    grid-template-columns: repeat(2, 1fr);
}
    .safety__cards {

        flex-direction: column;
        margin-top: 20px;
    }

    .choose__slide {
        height: auto !important;
        margin: 0 10px;
    }

    .video__title,
    .video__description,
    .choose__description,
    .otziv__title,
    .otziv__description,
    .articles-title,
    .articles-description {
        width: 70%;
    }

    .fom_bottom-inner {
        gap: 50px;
        flex-direction: column;
    }

    .otziv__slide {
        height: auto !important;
    }
}

@media(max-width:930px) {

    .uslugi__grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .safety__columns {
        flex-direction: column;
    }

    .safety__image {

        height: auto;
        width: 100%;
    }

    .inside-footer-widgets {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    .footer-widget-1 {
        width: 40%;
    }

    .footer-widget-2 {
        width: 26%;
    }

    .footer-widget-3 {
        width: 23%;
    }

    .footer-widget-4 {
        width: 50%;
    }

    .umk {
        margin-right: 0;
    }

    .copyright-bar-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .fom_bottom-right {
        width: 100%;
    }
    .repair__item {

    flex-direction: column;
}
.repair__image-wrapper {
    max-width: 100%;
}
}
@media(max-width:810px) {
.wat__grid {
flex-wrap: wrap; 
   display: flex; 
}
.wat__item {
    flex: 1;
}
}
@media(max-width:768px) {
    .choose__slider .slick-arrow {
        top: -15%;
    }

    .slick-arrow {
        position: absolute;
        top: -16%;
    }

    .otziv__slider .slick-arrow {
        top: -7%;
    }
    .slick-dots{
            display: flex;
    margin: 0 auto;
    align-items: center;
    list-style: none;
    margin-top: 15px;
    justify-content: center;
    gap: 20px;
    }
    .slick-dots li button{
        font-size: 0;
        border-radius: 50px;
        height: 10px;
        width: 10px;
        padding: 6px;
        background: none;
        border: 1px solid #fff;
    }
}
 .slick-dots .slick-active button{
background-color: #fff;
padding: 8px;
 }

@media(max-width:650px) {
    .site-branding-container {
        width: 70%;
    }

    .banner__text {
        width: 100%;
    }

    .banner__title {
        width: 100%;
    }

    .banner__form {
        width: 100%;
    }

    .uslugi__description {
        width: 100%;
    }

    .safety__title {
        width: 100%;
    }

    .safety__image-description {
        width: 100%;
    }

    .video__title,
    .video__description,
    .choose__description,
    .otziv__title,
    .otziv__description,
    .articles-title,
    .articles-description {
        width: 100%;
    }

    .choose__bottom-description {
        margin-top: 49px;
        width: 100%;
    }
        .application__grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .application__image-wrapper {
    max-width: 100%;
    }
}

@media(max-width:450px) {
    .banner__title {
        font-size: 40px;
    }

    .banner__text {
        font-size: 16px;
        padding: 20px 0 50px 0;

    }

    .form__banner-toptext {
        line-height: 160%;
        font-size: 16px;
    }

    .reklama-link .wpcf7-list-item-label {
        font-size: 12px;
    }

    h2 {
        font-size: 32px;
    }

    .desc {
        font-size: 16px;
        margin: 20px 0 30px 0;
    }

    .sec {
        margin: 70px 0;
    }

    .uslugi__card {
        padding: 20px;

    }

    .uslugi__card-title {
        margin: 15px 0 15px;
        font-size: 20px;
    }

    .uslugi__card-inner-text {
        margin-bottom: 20px;
    }

    .sec_bg {
        padding: 70px 0;
    }

    .safety__image-title {
        font-size: 26px;
    }

    .safety__image-description {
        font-size: 16px;
    }

    .slick-arrow {
        display: none !important;
    }

    .slick-next {
        right: inherit;
    }

    .contact-tabs__nav p {

        overflow-x: auto;
    }

    .choose__bottom-description {
        margin-top: 30px;
    }

    .article-card__title {
        font-size: 20px;
        min-height: auto;
    }

    .faq__question-text {
        font-size: 18px;
    }

    .fom_bottom-list ul li {
        font-size: 16px;
    }

    .fom_bottom-right {
        padding: 20px;
    }

    .footer-widget-1 {
        width: 100%;
    }

    .footer-widget-3 {
        width: 100%;
        margin-bottom: 20px !important;
    }

    .footer-widget-4 {
        width: 100%;
    }

    .footer-text {
        font-size: 12px;
    }

    .footer-text-inner {
        margin-bottom: 10px;
        width: 100%;
    }

    .inside-footer-widgets>div:not(:last-child) {
        margin-bottom: 0px;
    }
    .repair__item {
    padding: 20px;
    gap: 15px;
    }
    .repair__content .btn {
    margin-top: 15px;
    max-width: 100%;
    }
        .repair__image-wrapper {
        max-width: 100%;
        height: 220px;
    }
    .repair__content ul li {
    font-size: 14px;
}
    .site-footer .menu {
        font-size: 14px;
    }

    .footer-phone {
        font-size: 20px;
    }

    .copyright-bar-text {
        text-align: left;
        font-size: 12px;
    }

    .copyright-bar-inner {

        font-size: 12px;
    }
    .application__item-text ul li{
       font-size: 14px;
    }
    p {
        font-size: 14px;
    }

    .site-description {
        font-size: 12px;
    }

    .site-branding-container {
        flex-direction: column;
        align-items: baseline;
    }
    .footer-widget-2 {
        width: 59%;
        margin-bottom: 20px !important;
    }
    .wat__icon {
    width: 45px;
    height: 45px;
    }
    .wat__item {
    padding: 20px;
}
    .wat__grid {
        flex-wrap: nowrap;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
        .wat__item-title {
        font-size: 22px;
         margin: 20px 0 10px 0;
    }
    .application__item-title {
    font-size: 22px;
    margin: 20px 0 10px 0;
}
    .application__item {
        padding: 20px;
    }
    .application__image-wrapper {
    height: 210px;
    }
    .application__grid {
    gap: 10px;
}
.numbers__number-title {
    padding: 50px 0 15px;
    font-size: 22px;
}
    .numbers__item::before {
        font-size: 36px;
    }
        .numbers__grid {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .numbers__item {
    padding: 20px 20px 30px 20px;
    }
    .application__price {

    margin: 15px 0;
    }
}