* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.post .post_left ul {
    list-style: disc !important;
    margin: 0 !important;
    padding: 0 0 20px 15px !important;
	font-size:17px !important;
}
a {
    text-decoration: none;
}

body {
    font-family: 'Mulish', sans-serif;
    overflow-x: hidden;
}

.wrappers {
    position: relative;
}

.container {
    max-width: 1170px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.headers {
    position: relative;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 10;
}

.headers .overlay {
    display: flex;
    align-items: center;
}

.headers .link-phone {
    display: inline-block;
    background: #0099FF;
    border-radius: 25px;
    font-weight: 900;
    font-size: 16px;
    color: #fff;
    padding: 14px 30px;
    margin-left: auto;
}

.headers .nav-menu {
    margin-left: auto;
}

.headers .nav-menu .menu {
    display: flex;
    align-items: center;
}

.headers .nav-menu .menu li:not(:last-child) {
    margin-right: 25px;
}

.headers .nav-menu .menu li a {
    font-weight: 700;
    font-size: 16px;
    color: #000;
}

.headers .nav-menu .menu li {
    position: relative;
}

.headers .nav-menu .menu li .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid rgba(229, 229, 229, 0.55);
    box-shadow: 14px 14px 30px rgb(0 0 0 / 4%);
    padding: 25px;
    z-index: 100;
    min-width: 225px;
}

/* .headers .nav-menu .menu li .dropdown-menu li:not(:last-child) {
    margin-bottom: 25px;
} */

.headers .nav-menu .menu li:hover .dropdown-menu {
    display: block;
}

.intro {
    /* background-color:#FAFCFE; */
    padding: 290px 0;
    position: relative;
}

.intro:before {
    content: '';
    background-image: url("/images/home_4/img/into-ellipse-1.png");
    background-repeat: no-repeat;
    width: 1146px;
    height: 977px;
    position: absolute;
    bottom: 0;
    left: -200px;
    right: 0;
    top: -100px; 
}

.intro:after {
    content: '';
    background-image: url("/images/home_4/img/into-ellipse-2.png");
    background-repeat: no-repeat;
    width: 528px;
    height: 427px;
    position: absolute;
    top: -45px;
    left: -100px;
    right: 0;
}

.intro .overlay {
    display: flex;
    align-items: center;
    z-index: 1;
    position: relative;
}

.intro .intro__text-block,
.intro .intro__img-block {
    position: relative;
}

.intro .intro__text-block {
    width: 49%;
}

.intro .intro__img-block {
    width: 51%;
}

.intro .intro__img-block:before {
    content: '';
    background-image: url("/images/home_4/img/intro-img__decore-1.png");
    display: block;
    width: 366px;
    height: 675px;
    position: absolute;
    top: -345px;
    left: -50px;
}

.intro .intro__img-block:after {
    content: '';
    background-image: url("/images/home_4/img/intro-img__decore-2.png");
    display: block;
    width: 367px;
    height: 675px;
    position: absolute;
    top: -185px;
    left: 330px;
    z-index: -1;
}

.intro .intro__text-block .title {
    font-weight: 900;
    font-size: 25px;
    color: #fff;
    line-height: 77px;
}

.intro .intro__text-block .text {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin: 65px 0;
    line-height: 30px;
}

.intro .intro__img-block img {
    position: absolute;
    top: -315px;
    left: -70px;
	max-width: none;
}

.wolf-applience {
    padding: 150px 0;
    position: relative;

}

.wolf-applience:after {
    content: '';
    background-image: url("/images/home_4/img/icon-screwdriver.png");
    background-repeat: no-repeat;
    width: 193px;
    height: 725px;
    position: absolute;
    bottom: -215px;
    /* left: 0; */
    right: 150px;
    z-index: -1; 
}

.wolf-applience .overlay {
    display: flex;
    align-items: center;
}

.wolf-applience .wolf-applience__list,
.wolf-applience .wolf-applience__info {
    width: 50%;
}

.wolf-applience .wolf-applience__info {
    padding-left: 50px;
}

/* .wolf-applience .wolf-applience__list ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    max-height: 1000px;
} */

.wolf-applience .wolf-applience__list ul li {
    background: #FFFFFF;
    border: 1px solid rgba(229, 229, 229, 0.55);
    box-sizing: border-box;
    box-shadow: 14px 14px 30px rgba(0, 0, 0, 0.04);
    border-radius: 48px;
    width: 250px;
    padding: 61px 10px;
    text-align: center;
    margin-bottom: 49px;
    position: relative;
}

.wolf-applience .wolf-applience__list ul li:nth-child(1):after,
.wolf-applience .wolf-applience__list ul li:nth-child(2):after,
.wolf-applience .wolf-applience__list ul li:nth-child(3):after {
    content: '';
    background-image: url("/images/home_4/img/wolf-applience__list-decore.png");
    display: block;
    width: 124px;
    height: 112px;
    position: absolute;
    top: 40px;
    left: 33px;
}

.wolf-applience .wolf-applience__list ul li:nth-child(4):after,
.wolf-applience .wolf-applience__list ul li:nth-child(5):after {
    content: '';
    background-image: url("/images/home_4/img/wolf-applience__list-decore.png");
    display: block;
    width: 124px;
    height: 112px;
    position: absolute;
    top: 40px;
    left: 70px;
}

.wolf-applience .wolf-applience__list ul li:nth-child(4) {
    margin-top: 175px;
}


.wolf-applience .wolf-applience__list ul li p {
    font-size: 19px;
    font-weight: 700;
    color: #3E4F58;
    padding-top: 5px;
    max-width: 50%;
    margin: 0 auto;
}

.wolf-applience .wolf-applience__info .title {
    font-weight: 900;
    font-size: 33px;
    color: #3E4F58;
}

.wolf-applience .wolf-applience__info .text {
    font-weight: 600;
    font-size: 16px;
    color: #3E4F58;
    margin: 50px 0;
}

.wolf-applience .wolf-applience__info .link {
    display: inline-block;
    background: #0099FF;
    border-radius: 25px;
    font-weight: 900;
    font-size: 23px;
    color: #fff;
    padding: 17px 44px;
}

.guarantee {
    padding: 200px 0;
    position: relative;
    z-index: 10;
}

.guarantee:after {
    content: '';
    background-image: url("/images/home_4/img/guarantee-decore.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1; 
}

.guarantee .guarantee__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.guarantee .guarantee__list li {
    width: 360px;
    border: 4px dashed #fff;
    border-radius: 45px;
    box-shadow: 14px 14px 30px rgba(0, 0, 0, 0.04);
    text-align: center;
    padding: 60px 10px;
}

.guarantee .guarantee__list li p:first-child {
    font-weight: 700;
    font-size: 25px;
    color: #fff;
}

.guarantee .guarantee__list li p:last-child {
    font-weight: 900;
    font-size: 33px;
    text-transform: uppercase;
    background: #EBFF00;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #8E0CF3;
}

.service {
    padding: 200px 0;
    position: relative;
}

.service:before {
    content: '';
    background-image: url("/images/home_4/img/icon-instrument-1.png");
    background-repeat: no-repeat;
    display: block;
    width: 220px;
    height: 783px;
    position: absolute;
    top: -175px;
    left: 0;
    z-index: -1;
}

.service .overlay {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service .service__info,
.service .service__img {
    width: 50%;
    position: relative;
}

.service .service__img img:nth-child(1) {
    position: absolute;
    top: -415px;
    left: 175px;
}

.service .service__img img:nth-child(2) {
    position: absolute;
    top: -375px;
    left: 35px;
    z-index: -1;
}

.service .service__img img:nth-child(3) {
    position: absolute;
    top: -375px;
    left: 35px;
} 

.service .service__img img:nth-child(4) {
    position: absolute;
    top: 175px;
    left: -10px;
} 

.service .service__img img:nth-child(5) {
    position: absolute;
    top: -75px;
    left: 550px;
} 

.service .service__info .title {
    font-weight: 900;
    font-size: 33px;
    color: #3E4F58;
    line-height: 65px;
    margin-bottom: 50px;
}

.service .service__info .text {
    font-weight: 600;
    font-size: 16px;
    color: #9EAFB9;
    text-align: justify;
    line-height: 30px;
}

.service .service__info .logo-group {
    display: flex;
    align-items: center;
}

.testimonial {
    padding: 240px 0;
    position: relative;
}

.testimonial:after {
    content: '';
    background-image: url("/images/home_4/img/testimonial-decore-bottom.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.testimonial:before {
    content: '';
    background-image: url("/images/home_4/img/testimonial-decore-top.png");
    width: 100%;
    height: 117px;
    background-repeat: no-repeat;
    position: absolute;
    left: -195px;
    right: 0;
    top: -5px;
}

.testimonial .testimonial__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.testimonial .testimonial__list li:nth-child(1) {
    text-align: center;
    z-index: 10;
}

.testimonial .testimonial__list li:nth-child(1) strong {
    display: block;
    font-weight: 900;
    font-size: 50px;
    color: #FAFF00;
    margin: 10px 0;
}

.testimonial .testimonial__list li:nth-child(1) p {
    font-weight: 900;
    font-size: 18px;
    color: #FAFF00;
}

.testimonial .testimonial__list li:nth-child(2),
.testimonial .testimonial__list li:nth-child(3) {
    background: #FFFFFF;
    border: 1px solid rgba(229, 229, 229, 0.55);
    box-sizing: border-box;
    box-shadow: 14px 14px 30px rgba(0, 0, 0, 0.04);
    border-radius: 48px;
    width: 370px;
    text-align: center;
    padding: 75px 60px;
    height: 400px;
    position: relative;
    z-index: 10;
}

.testimonial .testimonial__list:after {
    content: '';
    background-image: url("/images/home_4/img/testimonial-item-decore-1.png");
    width: 335px;
    height: 339px;
    display: block;
    position: absolute;
    top: 100px;
    left: 310px;
    z-index: 1;
}

.testimonial .testimonial__list:before {
    content: '';
    background-image: url("/images/home_4/img/testimonial-item-decore-2.png");
    width: 347px;
    height: 335px;
    display: block;
    position: absolute;
    top: -30px;
    right: -35px;
    z-index: 1;
}

.testimonial .testimonial__list li:nth-child(3) {
    padding: 75px 40px;
}

.testimonial .testimonial__list li .text-review {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #9EAFB9;
    margin-bottom: 50px;
}

.testimonial .testimonial__list li .author {
    font-weight: 800;
    font-size: 19px;
    color: #3E4F58;
}

.choose-us {
    padding: 150px 0;
}

.choose-us .choose-us__title {
    font-weight: 900;
    font-size: 77px;
    text-align: center;
    color: #3E4F58;
    margin-bottom: 50px;
}

.choose-us .choose-us__subtitle {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #9EAFB9;
    line-height: 30px;
}

.choose-us .overlay {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.choose-us .wrap-list .wrap-list__title {
    font-weight: 900;
    font-size: 23px;
    color: #3E4F58;
    margin-bottom: 40px;
}

.choose-us .wrap-list ul li {
    font-weight: 600;
    font-size: 16px;
    color: #3E4F58;
    margin-bottom: 40px;
    position: relative;
    padding-left: 50px;
}

.choose-us .wrap-list ul li:before {
    content: '';
    background-image: url("/images/home_4/svg/icon-check.svg");
    display: block;
    width: 35px;
    height: 32px;
    position: absolute;
    top: -4px;
    left: 0;
}

.choose-us .wrap-list.check-yellow ul li:before {
    background-image: url("/images/home_4/svg/icon-check-1.svg");
}

.choose-us .wrap-img {
    position: relative;
}

.choose-us .wrap-img:before {
    content: '';
    background-image: url("/images/home_4/img/choose-us-img-decore.png");
    display: block;
    width: 514px;
    height: 508px;
    position: absolute;
    top: 185px;
    left: 20px;
    z-index: -1;
}

.type-repair {
    padding: 150px 0;
    position: relative;
}

.type-repair:before {
    content: '';
    background-image: url("/images/home_4/img/type-repair__decore-top.png");
    width: 100%;
    height: 117px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
}

.type-repair:after {
    content: '';
    background-image: url("/images/home_4/img/type-repair__decore-top-1.png");
    width: 100%;
    height: 117px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
}

.type-repair .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.type-repair .row .row__img {
    position: relative;
}

.type-repair .row:nth-child(1):after,
.type-repair .row:nth-child(3):after {
    content: "";
    background-image: url("/images/home_4/img/dashed-decore.png");
    width: 448px;
    height: 236px;
    display: block;
    position: absolute;
    bottom: -240px;
    left: 369px;
    z-index: -1;
}

.type-repair .row:nth-child(2):after,
.type-repair .row:nth-child(4):after {
    content: "";
    background-image: url("/images/home_4/img/dashed-decore.png");
    width: 448px;
    height: 236px;
    display: block;
    position: absolute;
    bottom: -240px;
    left: 369px;
    z-index: -1;
    transform: scale(1, -1);
}

.type-repair .row:nth-child(1) .row__img:after {
    content: "";
    background-image: url("/images/home_4/img/type-repair__decore-img-1.png");
    width: 534px;
    height: 588px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.type-repair .row:nth-child(2) .row__img:after {
    content: "";
    background-image: url("/images/home_4/img/type-repair__decore-img-2.png");
    width: 551px;
    height: 578px;
    display: block;
    position: absolute;
    top: -75px;
    left: -175px;
    z-index: -1;
}

.type-repair .row:nth-child(3) .row__img:after {
    content: "";
    background-image: url("/images/home_4/img/type-repair__decore-img-3.png");
    width: 597px;
    height: 574px;
    display: block;
    position: absolute;
    top: -75px;
    left: -75px;
    z-index: -1;
}

.type-repair .row:nth-child(4) .row__img:after {
    content: "";
    background-image: url("/images/home_4/img/type-repair__decore-img-4.png");
    width: 559px;
    height: 537px;
    display: block;
    position: absolute;
    top: -75px;
    left: -175px;
    z-index: -1;
}

.type-repair .row:nth-child(5) .row__img:after {
    content: "";
    background-image: url("/images/home_4/img/type-repair__decore-img-5.png");
    width: 558px;
    height: 536px;
    display: block;
    position: absolute;
    top: -25px;
    left: 15px;
    z-index: -1;
}

.type-repair .row:not(:last-child) {
    margin-bottom: 275px;
}

.type-repair .row.reverse {
    flex-direction: row-reverse;
}

.type-repair .row .row__info {
    width: 60%;
}

.type-repair .row .row__img {
    width: 30%;
}

.type-repair .row .row__img img {
    width: 100%;
}

.type-repair .row .row__info .title {
    font-weight: 900;
    font-size: 33px;
    color: #3E4F58;
    margin-bottom: 50px;
}

.type-repair .row .row__info .text {
    font-weight: 600;
    font-size: 16px;
    color: #9EAFB9;
    margin-bottom: 20px;
    line-height: 30px;
}

.footers {
    padding: 100px 0 90px 0;
    text-align: center;
}

.footers .footers-menu {
    display: flex;
    align-items: center;
    margin-bottom: 65px;
    justify-content: space-around;
}

/* .footers .footers-menu li {
    margin: 0 50px;
} */

.footers .footers-menu li a {
    font-size: 16px;
    font-weight: 700;
    color: #3E4F58;
}

.footers .footer-menu-service {
    color: #3E4F58;
    margin-bottom: 20px;
}

.footers .footer-menu-service a {
    font-size: 14px;
    color: #3E4F58;   
}

.footers .copyrights {
   line-height: 25px;
}

.footers .copyrights a,
.footers .copyrights p {
    font-size: 12px;
    color: #3E4F58;
}

.slicknav_menu {
    display:none;
}

.slicknav_menu {
    background: #0099FF;
}

.slicknav_btn {
    background: none;
}

.slicknav_menu .slicknav_menutxt {
    text-shadow: none;
}
.soc_link a{color:#3E4F58;}

@media (max-width: 1200px) { 
    
    .container {
        max-width: 100%;
    }

    .intro .intro__img-block img {
        left: 0;
    }

    .service .service__img img:nth-child(1) {
        left: 100px;
    }
}

@media (max-width: 1024px) {

    .intro .intro__img-block:after,
    .intro .intro__img-block:before {
        display: none;
    }

    .intro .intro__text-block .title,
    .intro .intro__text-block .text {
        color: #3E4F58
    }
    
    .intro .overlay {
        flex-direction: column;
    }

    .intro .intro__img-block img {
        position: static;
        width: 50%;
    }

    .intro .intro__text-block {
        margin-bottom: 50px;
    }

    .intro .intro__text-block, .intro .intro__img-block {
        width: 100%;
        text-align: center;
    }

    .intro {
        padding: 200px 0;
    }

    .intro:after {
        display: none;
    }

    .wolf-applience .overlay {
        flex-direction: column-reverse;
    }

    .wolf-applience .wolf-applience__list, .wolf-applience .wolf-applience__info {
        width: 100%;
        text-align: center;
        padding: 0;
        margin-bottom: 50px;
    }

    .wolf-applience .wolf-applience__list ul li:nth-child(4) {
        margin-top: 0;
    }

    .wolf-applience .wolf-applience__list ul {
        flex-wrap: nowrap;
        max-height: 100%;
    }

    .guarantee .guarantee__list {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    /* .guarantee .guarantee__list li:not(:last-child) {
        margin-bottom: 50px;
    } */

    .service .overlay {
        display: flex;
        flex-direction: column;
    }

    .service .service__info, .service .service__img {
        width: 100%;
        text-align: center;
    }

    .service .service__img img:nth-child(1) {
        position: static;
    }

    .service .service__img img:nth-child(2) {
        top: 35px;
        left: 110px;
    }

    .service .service__img img:nth-child(3),
    .service .service__img img:nth-child(4),
    .service .service__img img:nth-child(5) {
        display: none;
    }

    .testimonial .testimonial__list {
        flex-wrap: wrap;
    }

    .testimonial .testimonial__list li:nth-child(1) {
        width: 100%;
        margin-bottom: 50px;
    }

    .testimonial .testimonial__list:after,
    .testimonial .testimonial__list:before {
        display: none;
    }

    .choose-us .overlay {
        flex-wrap: wrap;
    }

    .choose-us .overlay div:nth-child(1) {
        order: 2;
        width: 275px;
        margin: 0 auto;
    }

    .choose-us .overlay div:nth-child(2) {
        order: 1;
        width: 100%;
        text-align: center;
    } 

    .choose-us .overlay div:nth-child(3) {
        order: 3;
        width: 275px;
        margin: 0 auto;
    }

    .choose-us .wrap-img:before {
        left: 175px;
    }

    .type-repair .row:after {
        display: none !important;
    }

    .type-repair .row {
        flex-direction: column !important;
    }

    .type-repair .row .row__info {
        width: 100%;
        text-align: center;
        margin-bottom: 75px;
    }

    #menu {
        display:none;
    }

    .slicknav_menu {
        display:block;
    }

    .intro:before,
    .intro:after {
        display: none;
    }
}

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

    .testimonial .testimonial__list {
        flex-direction: column;
    }

    .testimonial .testimonial__list li:nth-child(2) {
        margin-bottom: 50px;
    }

    .type-repair .row:nth-child(5) .row__img:after {
        top: -75px;
        left: -130px;
    }

    .type-repair .row:nth-child(1) .row__img:after {
        top: -50px;
        left: -140px;
    }
}

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

    .service .service__img img:nth-child(2) {
        display: none;
    }

    .choose-us .wrap-img:before {
        display: none;
    }

    .type-repair .row:nth-child(1) .row__img:after,
    .type-repair .row:nth-child(2) .row__img:after,
    .type-repair .row:nth-child(3) .row__img:after,
    .type-repair .row:nth-child(4) .row__img:after,
    .type-repair .row:nth-child(5) .row__img:after {
        display: none;
    }

    .type-repair .row .row__img {
        width: 75%;
    }

    .type-repair .row .row__info .title {
        font-size: 45px;
    }

    .choose-us .overlay div:nth-child(2) img {
        width: 75%;
    }

    .choose-us .choose-us__title {
        font-size: 45px;
    }

    .service .service__info .logo-group {
        flex-direction: column;
    }

    .service .service__info .title {
        font-size: 45px;
    }

    .wolf-applience .wolf-applience__info .title {
        font-size: 45px;
    }

    .intro .intro__text-block .title {
        font-size: 45px;
    }

    .service .service__img img:nth-child(1) {
        width: 75%;
    }

    .intro .intro__text-block .link-phone {
        width: 100%;
        padding: 25px;
    }

    .testimonial .testimonial__list li:nth-child(2), .testimonial .testimonial__list li:nth-child(3) {
        width: 100%;
    }

    .footers .footers-menu {
        flex-direction: column;
    }

    .footers .footers-menu li:not(:last-child) {
        margin-bottom: 20px;
    }
}

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

    .headers .link-phone {
        margin: 20px auto 0;
    }

    .intro .intro__img-block img {
        width: 75%;
    }

    .intro {
        padding: 200px 0 100px;
    }

    .guarantee,
    .service,
    .testimonial {
        padding: 100px 0;
    }
}