.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wrapper-404 {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto !important;
}

.container.page-404 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    margin: 40px 0;
}

.orange-button-before {
    font-size: 15px;
    color: black;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    border-radius: 4px;
    border: 2px solid #ffdd00;
    height: 35px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.orange-button-before p {
    margin-bottom: 0;
}


.orange-button-before:hover,
.orange-button-before:focus {
    background-color: #ffdd00;
    border-color: #ffdd00;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: black;
}

.title-404 {
    text-align: center;
    font-size: 129px;
    font-family: 'Museo Sans Cyrl 700';
}


.products-img {
    display: block;
}

.products-items__promo {
    display: block;
}

/* MODAL*/

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border-color: transparent;
}

span.wpcf7-not-valid-tip {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 5px;
}

div.wpcf7-response-output {
    font-size: 14px;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    line-height: 18px;
    text-align: center
}

.about-form span .wpcf7-not-valid-tip {
    color: #ffffff;
    font-size: 15px;
    margin-top: 3px;
    font-family: 'Circe Regular';
    margin-bottom: 10px;
}

.about div.wpcf7-response-output {
    color: #fff;
    margin-top: 5px;
}

.wpcf7-form.invalid {
    margin-bottom: 0;
}

div.wpcf7-mail-sent-ok {
    display: none !important;
}

form {
    margin-bottom: 0;
}


.modal-content__message {
    font-family: 'FuturaPT-Book', Arial;
}

.form-offer__form .ajax-loader,
.catalog-form__form .ajax-loader,
.services__example-form .ajax-loader,
.feadback-form .ajax-loader {
    position: absolute;
}

.utm-type,
.utm-type-town {
    display: none;
}

.contacts__tel-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.advantages__img img {
    height: 250px;
    width: auto;
}

.promotion__info {
    position: relative;
}

.promotion__img {
    position: absolute;
    left: 83px;
    bottom: -17px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    width: 179px;
}

.contacts__map {
    height: 500px;
}


.price__btn {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.table-price thead tr:hover {
    background-color: #f5f7f9;
    color: #808080;
}

.table-price tr:hover th {
    color: #808080;
    cursor: default;
}


.table-price tr td:nth-of-type(1) {
    width: 60%;
}

.table-price tr td:nth-of-type(2) {
    width: 20%;
}

.table-price tr td:nth-of-type(3) {
    width: 20%;
    padding-left: 0;
}

.table-price__btn {
    padding-left: 0;
    padding-right: 0;
}

.btn-buy {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 25px;
    font-size: 14px;
    padding: 0;
    width: 90%;
    background-color: transparent;
    border: 2px solid #000000;
    color: #000000;


    -webkit-transition: all .3s ease;


    -o-transition: all .3s ease;


    transition: all .3s ease;
}

.steps-item:hover .btn-buy {
    border-color: #ffffff;
    color: #ffffff;
}

.repairs__description {
    text-align: center;
}

.repairs__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.repairs-item--remote .repairs-item__img-wrapper .repairs-item__img {
    max-width: 100%;
    width: 182px;
}


.header__contacts {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.header__contacts span {
    font-size: 14px;
    line-height: 0.5;
    display: block;
    width: 100%;
    text-align: right;
    color: #f00;
    font-weight: bold;
}

.problems__inner {
    flex-direction: row;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.textarea-522 {
    width: 100%;
    display: block;
    min-height: 90px;
    max-height: 100px;
    margin-top: 25px;
}

.textarea-522 textarea {
    width: 100%;
    min-height: 90px;
    max-height: 100px;
    padding-left: 17px;
    padding-top: 15px;

    border: none;
    outline: none;
}

.problems-form {
    width: 100%;
    margin: 0 auto;
}

#wpcf7-f295-o2 {
    width: 35%;
}

#wpcf7-f295-o2 form {
    width: 100%;
}

.problems__title {
    margin-right: 40px;
}


.contacts__inner {

    width: 1110px;
}

.steps-item {
    height: auto;
}


.repairs-item__title {
    width: 100%;
}

.repairs-item--dishwasher .repairs-item__img-wrapper {
    height: 250px;
}

.repairs-item--dishwasher .repairs-item__img-wrapper .repairs-item__img {
    height: 100%;
    width: auto;
}


@media screen and (max-width: 1199px) {
    .promotion__img {
        width: 150px;
        left: 35px;
    }

    .footer__police {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: 55%;
    }

    .footer__develop {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .footer__btn {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .footer__phone-btn {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-left: auto;
        margin-right: 30px;
    }

    .steps-item:hover .steps-item__icon::before {
        height: calc(100% + 110px);
    }


    .nav.width {
        width: 52%;
        margin-left: 170px;
    }

    .contacts__inner {
        width: 930px;
        padding: 40px 46px 28px 81px;
    }
}

@media screen and (max-width: 991px) {
    .promotion__img {
        width: 90px;
        left: 15px
    }

    .icon-contacts--contacts {
        width: 17px;
        height: 17px;
        margin-right: 10px;
    }

    .footer__btn {
        display: block;
        width: auto;
        margin-top: 0;
    }

    .steps-item:hover .steps-item__icon::before {
        height: calc(100% + 90px);
    }


    .header__btn {
        display: none;
    }

    .header__info {
        display: block;
        margin-left: auto;
        margin-right: 25px;
    }

    .header__contacts {
        margin-bottom: 0;
    }

    .header__contacts .phone-btn__link {
        font-size: 22px;
    }

    .header__mobile-info .header__btn {
        display: flex;
        margin-top: 15px;
    }

    .contacts__inner {
        width: 690px;
        padding: 35px 46px 28px 35px;
    }

    .contacts__title .section-title {
        font-size: 25px;
    }

    #wpcf7-f295-o2 {
        width: 45%;
    }

    .repairs-item--dishwasher .repairs-item__img-wrapper {
        height: 150px;
        width: 100%;
    }

    .repairs-item--dishwasher .repairs-item__img-wrapper .repairs-item__img {
        height: 100%;
        width: auto;
    }

}


@media screen and (max-width: 767px) {
    .promotion__img {
        position: relative;
        left: 0;
        bottom: 0;
        top: 0;

        margin-top: 30px;
        height: 180px;

        margin-left: auto;
        margin-right: auto;
    }

    .promotion__img img {
        height: 100%;
        width: auto;
    }

    .promotion__info {
        padding-bottom: 0;
    }

    .offer {
        text-align: left;

    }


    .promotion__img::after {
        width: 75px;
        height: 75px;
    }

    .contacts__map {
        height: 350px;
    }

    .contacts__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer__police {
        width: 100%;
    }

    .footer__develop,
    .footer__logo {
        width: 100%;
        text-align: center;
    }

    .footer__btn {
        margin-top: 5px;
    }

    .footer__phone-btn {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 25px;
        margin-right: 0;
    }

    .table-price tr td:nth-of-type(1) {
        width: 60%;
    }

    .table-price tr td:nth-of-type(2) {
        width: 20%;
    }

    .table-price tr td:nth-of-type(3) {
        width: 20%;
        padding-left: 0;
    }

    .repairs__description {
        text-align: center;
    }

    .steps-item__title {
        font-size: 13px;
    }

    .steps-item:hover .steps-item__icon::before {
        height: calc(100% + 120px);
    }

    .steps-item__icon {
        height: 130px;
    }

    .btn-buy {
        bottom: 15px;
    }

    .repairs__col {
        display: block;
    }

    .repairs-item--remote .repairs-item__img-wrapper .repairs-item__img {
        width: auto;
    }

    #wpcf7-f295-o2 {
        width: 70%;
    }

    .contacts__inner {
        width: 100%;
    }

}


@media screen and (max-width: 575px) {
    .promotion__title::before {
        top: 105%;
    }

    .icon-contacts--contacts {
        top: 50% !important;
        -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
    }

    .footer__btn {
        width: 100%;
    }

    .problems__inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .problems__btn {
        width: 100%;
    }

    .btn-problems {
        padding: 0;
        width: 100%;
    }

    .contacts__inner {
        padding-left: 12px;
        padding-right: 12px;
    }

    .contacts__link-tel {
        font-size: 18px;
    }

    .modal-content__body {
        padding-top: 50px;
    }

    .table-price tr td:nth-of-type(1) {
        width: 42%;
    }

    .table-price tr td:nth-of-type(2) {
        width: 25%;
    }

    .table-price tr td:nth-of-type(3) {
        width: 23%;
        padding-left: 0;
    }


    .table-price td,
    .table-price th {
        font-size: 12px;
        line-height: 1;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .offer__subtitle {
        margin-top: 10px;
        line-height: 1.1;
    }

    .icon-contacts {
        width: 17px;
        height: 17px;
    }

    .icon-contacts--size-small {
        width: 15px;
        height: 15px;
    }

    .main-title {
        font-size: 21px;
    }

    .services__slider {
        height: 260px;
    }

    .services {
        margin-bottom: 45px;
    }

    .repairs {
        margin-bottom: 30px;
    }

    .steps-item__icon {
        height: 120px;
    }

    .btn-buy {
        bottom: 10px;
    }

    .contacts__title h2 {
        font-size: 20px;
    }

    .header .logo__img {
        width: 105px;
    }

    .header__info {
        margin-right: 10px;
    }

    .header__contacts .phone-btn__link {
        font-size: 14px;

    }

    .header__contacts .icon-contacts {
        width: 12px;
        height: 12px;
        left: -10px;
        top: -6px;
    }

    .header .logo__img--secondary {
        width: 75px;
        height: auto;
    }

    .header__contacts span {
        font-size: 11px;
        line-height: 0.8;
    }


    #wpcf7-f295-o2 {
        width: 100%;

    }

    .problems__inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .repairs-item.repairs-item--refrigerator .repairs-item__img-wrapper {
        -ms-transform: translateY(15px);
        transform: translateY(15px);
    }

    .repairs-item.repairs-item--refrigerator .repairs-item__img-wrapper .repairs-item__img {
        max-width: 63%;
    }
}

.repairs-item {
    height: auto;
}


.offer__video-wrapper {
    right: 0;
    bottom: 0;
    background-size: cover;
}

.offer__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.btn-promotion {
    padding: 0 15px;
}

.footer .logo__img {
    height: 26px;
}

.footer__wrapper-police {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.footer__police {
    margin-top: 0;
}

.about__img img {
    width: 720px;
}

header .logo-no-brands:not(.fixed) {
    height: 47px;
}

header .logo-no-brands.fixed {
    height: 26px;
}

.offer__hello2 {
    margin-top: 15px;
    font-size: 31px;
    font-family: 'FuturaPT-Bold', Arial;
    text-align: center;

    color: #ffde00;
}

.offer__big-brand {
    text-transform: uppercase;
}

.uppercase {
    text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
    .footer__wrapper-police {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 4;
        order: 4;
        width: 60%;
        margin-top: 25px;
    }

    .about__img img {
        width: 840px;
    }
    
}

@media screen and (max-width: 991px) {
    .about__img img {
        width: 925px;
    }

    header .logo-no-brands:not(.fixed) {
        height: 24px;
    }

    .offer__hello2 {
        font-size: 30px;
    }
}


@media screen and (max-width: 767px) {
    .footer__wrapper-police {
        width: 100%;
        text-align: center;
    }

    .offer__hello2 {
        font-size: 20px;
        text-align: left;
    }
    .problems__inner {
        flex-direction: column;
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .problems__title {
        margin-right: 0px;
    }
    .trigger {
        flex-direction: column;
    }
    .trigger-item {
        margin-bottom: 20px;
    }
    .trigger-item:last-child {
        margin-bottom: 0px;
    }
}

.owl-dots {
    display: none;
}

.services__next-btn, .services__prev-btn{
    display: none;
}

.steps{
    margin-top: 30px;
}