body {
    margin: 0;
}

li {
    list-style-type: none;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
}

i {
    display: inline-block;
}
textarea:focus, input:focus{
    outline: none;
}
/*Стили по дефлту*/
body {
    font-family: 'Geometria';
    font-size: 16px;
    background: #e8e8e8;
}

header {
    background: url(../img/header-left.jpg) no-repeat,
        #d7d7d7 url(../img/header-right.jpg) no-repeat 100% 0;
    height: 113px;
    display: flex;
    flex-direction: column;
    position: relative;
    border-bottom: 1px solid #0061c4;
}

.header__blocks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.header__blocks__right {
        margin: 0 -5px;
}
.header__blocks__left,
.header__blocks__right {
    display: flex;
    align-items: center;
}
.header__adress, .header__call-back {
    display: flex;
}
nav {
    #margin: auto;
    position: absolute;
    left: 46%;
    right: 0;
    bottom: -18px;
    width: 472px;
}

nav ul {
    display: flex;
    justify-content: center;
    width: 475px;
    height: 38px;
    background-color: #0061c4;
    border-radius: 10px;

}

nav ul li:first-child {
    border-radius: 10px 0 0 10px;
}

nav ul li:last-child {
    border-radius: 0 10px 10px 0;
}

nav ul li:hover, nav ul li.current_page_item {
    background-color: #ff7e00;
}

nav ul li a {
    color: white;
    padding: 0 17px;
    height: 100%;
    display: flex;
    align-items: center;
}

header .description {
    font-weight: bold;
    font-size: 14px;
    margin: 0 25px;
}

header .geo,
header .time {
    font-size: 14px;
    display: flex;
    align-items: center;
    margin: 0 6px;
    font-weight: 500;
}

i.map {
    background: url(../img/map.png) no-repeat;
    width: 18px;
    height: 24px;
}

i.clock {
    background: url(../img/clock.png) no-repeat;
    width: 24px;
    height: 22px;
}

i.map,
i.clock {
    margin-right: 6px;
}

header .tel {
    font-size: 18px;
    font-weight: bold;
    margin: 0 9px;
}
.tel {
    display: flex;
    align-items: center;
}
.call-back {
    background-image: -moz-linear-gradient(90deg, rgb(255, 140, 27) 0%, rgb(255, 126, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 140, 27) 0%, rgb(255, 126, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 140, 27) 0%, rgb(255, 126, 0) 100%);
    box-shadow: 0px 5px 0px 0px rgba(216, 113, 11, 1);
    width: 165px;
    height: 40px;
    margin-left: 10px;
    border-radius: 20px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: .5s;
}
.call-back:hover {
    box-shadow: none;
}
main {
    margin-top: 47px;
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}

aside {
    width: 360px;
}

aside,
.content {
    margin-left: 15px;
    margin-right: 15px;
}
.content {
    width: 750px;
}
.nav-services {
    border-radius: 20px;
    background-color: rgb(232, 232, 232);
    box-shadow: 0px 0px 9px 0px rgba(25, 25, 25, 0.48);
    padding: 20px 20px 65px 60px;
    margin-bottom: 25px;
}

.nav-services__title {
    color: #0061c4;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-right: 40px;
    text-align: center;
}

.nav-services ul li {
    margin: 15px 0;
    height: 100%;
    position: relative;
}

.nav-services ul li a::before {
    position: absolute;
    left: -35px;
    content: '';
    background: url(../img/nav-services.png) no-repeat 50% 50%;
    width: 22px;
    height: 100%;

}

.nav-services ul li a {
    color: #000;
    line-height: 1.2;
    text-decoration: underline;

    font-weight: 500;
}

.nav-services ul li a:hover,
.nav-services ul li.current_page_item a {
    color: #ff7e00;
}

.nav-services ul li a:hover::before,
.nav-services ul li.current_page_item a::before {
    background: url(../img/nav-services-active.png) no-repeat 50% 50%;
}

aside iframe {
    margin-bottom: 25px;
}

.main-slider {
    width: 750px;
}

.slick-prev,
.slick-next {
    top: auto !important;
    bottom: -15px;
    z-index: 1;
    width: 30px !important;
    height: 30px !important;
    background-color: rgba(25, 25, 25, .5) !important;
}

.slick-prev {
    left: 0 !important;
}

.slick-next {
    left: 128px;
}

.slick-prev:before,
.slick-next:before {
    content: '' !important;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block !important;
    padding: 7px;
    opacity: 1 !important;
}

.slick-prev:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: relative;
    left: 3px;
}

.slick-next:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    right: 3px;
}

.slick-dots {
    bottom: 0 !important;
    width: auto !important;
    left: 31px;
}

.slick-dots li {
    width: 30px !important;
    height: 30px !important;
    margin: 0 1px !important;
    background-color: rgb(162, 162, 162, .75);
}

.slick-dots li.slick-active {
    background-color: #ff7e00;
}

.slick-dots li button:before {
    content: '' !important;
}

.h2-title {
    text-align: center;
    margin: 25px 0;
}

.h2-title span {
    color: #0061c4;
}

.service {
    display: flex;
    margin: 0 -15px;
    justify-content: center;
    flex-wrap: wrap;
}

.service-block {
    margin: 0 10px;
    width: 175px;
}

.service-title {
    font-size: 16px;
    margin: 0;
    margin-top: 5px;
    line-height: 1.1;
}

.service-block:last-child .service-title {
    width: 174px;
}

.service-hr {
    background: #0061c4;
    width: 68px;
    height: 5px;
    border: none;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 5px;
}

.service-links {
    font-size: 14px;
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}

.service-links:last-child {
    border: none;
}

.service-links span {
    color: #0061c4;
    font-weight: 500;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.service-block img {
    border: 1px solid #0061c4;
}

.spider {
    position: relative;
    height: 400px;
    margin-top: 90px;
}

.spider__btn {
    background-color: rgb(0, 97, 196);
    width: 197px;
    height: 70px;
    border-radius: 35px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    text-align: center;
    cursor: pointer;
}

.spider__price {
    position: absolute;
    bottom: 0;
}

.spider-1,
.spider-3 {
    top: 34px;
}

.spider-2,
.spider-8 {
    margin: 0 auto;
    right: 0;
    left: 0;
}

.spider-2 {
    top: -10px;
}

.spider-3,
.spider-5,
.spider-7 {
    right: 0;
}

.spider-4,
.spider-5 {
    top: 140px;
}

.spider-6,
.spider-7 {
    top: 246px;
}

.spider-8 {
    top: 328px;
}

.spider__price {
    width: 109px;
    height: 31px;
    background-color: rgb(255, 127, 0);
    position: absolute;
    border-radius: 15.5px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    bottom: -14px;
    font-weight: 500;
}

.spider__text__block {
    margin-top: -15px;
}

.spider__middle {
    background: url(../img/spider-middle.png)no-repeat;
    width: 256px;
    height: 211px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -2;
}

.spider__icon {
    border-width: 3px;
    border-color: rgb(255, 126, 0);
    border-style: solid;
    border-radius: 50%;
    background-color: rgb(0, 97, 196);
    width: 39px;
    height: 39px;
    position: absolute;
}

.spider-1 .spider__icon,
.spider-4 .spider__icon,
.spider-6 .spider__icon {
    right: -25px;
}

.spider-3 .spider__icon,
.spider-5 .spider__icon,
.spider-7 .spider__icon {
    left: -25px;
}

.spider-2 .spider__icon,
.spider-8 .spider__icon {
    top: -36px;
}

.spider-1 .spider__icon::before,
.spider-2 .spider__icon::before,
.spider-3 .spider__icon::before,
.spider-4 .spider__icon::before,
.spider-5 .spider__icon::before,
.spider-6 .spider__icon::before,
.spider-7 .spider__icon::before,
.spider-8 .spider__icon::before {
    content: '';
    display: block;
    width: 38px;
    height: 38px;
}

.spider-1 .spider__icon::before {
    background: url(../img/repairing-service-1.png) no-repeat 50% 50%;
}

.spider-2 .spider__icon::before {
    background: url(../img/repairing-service-2.png) no-repeat 50% 50%;
}

.spider-3 .spider__icon::before {
    background: url(../img/repairing-service-3.png) no-repeat 50% 50%;
}

.spider-4 .spider__icon::before {
    background: url(../img/repairing-service-4.png) no-repeat 50% 50%;
}

.spider-5 .spider__icon::before {
    background: url(../img/repairing-service-5.png) no-repeat 50% 50%;
}

.spider-6 .spider__icon::before {
    background: url(../img/repairing-service-6.png) no-repeat 50% 50%;
}

.spider-7 .spider__icon::before {
    background: url(../img/repairing-service-7.png) no-repeat 50% 50%;
}

.spider-8 .spider__icon::before {
    background: url(../img/repairing-service-8.png) no-repeat 50% 50%;
}

.spider-1::before,
.spider-2::before,
.spider-3::before,
.spider-4::before,
.spider-5::before,
.spider-6::before,
.spider-7::before,
.spider-8::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-color: rgb(255, 126, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}

.spider-1::before {
    right: -61px;
    bottom: 2px;
}

.spider-2::before {
    bottom: -40px;
}

.spider-3::before {
    left: -61px;
    bottom: 2px;
}

.spider-4::before {
    right: -60px;
}

.spider-5::before {
    left: -60px;
}

.spider-6::before {
    right: -60px;
    top: -5px;
}

.spider-7::before {
    left: -60px;
    top: -5px;
}

.spider-8::before {
    top: -65px;
}

.spider-1 .spider__icon::after,
.spider-2 .spider__icon::after,
.spider-3 .spider__icon::after,
.spider-4 .spider__icon::after,
.spider-5 .spider__icon::after,
.spider-6 .spider__icon::after,
.spider-7 .spider__icon::after,
.spider-8 .spider__icon::after {
    content: '';
    display: block;
    position: relative;
    height: 2px;
    background-color: rgb(255, 126, 0);
    z-index: -1;
}

.spider-1 .spider__icon::after {
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    top: -2px;
    right: -38px;
}

.spider-2 .spider__icon::after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: -70px;
}

.spider-3 .spider__icon::after {
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    top: -2px;
    left: -38px;
}

.spider-4 .spider__icon::after {
    top: -20px;
    right: -30px;
}

.spider-5 .spider__icon::after {
    top: -20px;
    left: -30px;
}

.spider-6 .spider__icon::after {
    -moz-transform: rotate(-38deg);
    -ms-transform: rotate(-38deg);
    -webkit-transform: rotate(-38deg);
    -o-transform: rotate(-38deg);
    transform: rotate(-38deg);
    top: -41px;
    right: -35px;
}

.spider-7 .spider__icon::after {
    -moz-transform: rotate(38deg);
    -ms-transform: rotate(38deg);
    -webkit-transform: rotate(38deg);
    -o-transform: rotate(38deg);
    transform: rotate(38deg);
    top: -41px;
    left: -35px;
}

.spider-8 .spider__icon::after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    top: -40px;
    z-index: -1;
}

.spider__middle img {
    z-index: -3;
    position: relative;
    padding: 10px;
}

.spider__middle__img {
    width: 236px;
    height: 193px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -3;
}

.faq__title {
    font-size: 24px;
    font-weight: bold;
}

.faq {
    margin-top: 50px;
}

.faq__title {
    width: 500px;
}

.faq__title span {
    color: #0061c4;
}

.accordion__title {
    font-size: 18px;
    color: #0061c4;
    text-decoration: underline;
    font-weight: 600;
    margin-top: 15px;
    cursor: pointer;
}

.accordion__title.active {
    color: #ff7e00;
    cursor: default;
}

.accordion__title:hover {
    color: #ff7e00;
}

.accordion__text {
    background-color: #ddd;
    border: 1px dashed #0061c4;
    padding: 18px;
    font-weight: 500;
    margin-top: 6px;
    display: none;
}

.accordion__block.active .accordion__text {
    display: block;
}

.accordion__block {
    transition: height 1s ease-out;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}

.accordion__block.active {
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;

    -webkit-transition: -webkit-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
}

.scheme__title span {
    color: #0061c4;
}

.scheme__title {
    font-size: 24px;
    margin-top: 40px;
    font-weight: 600;
    text-align: center;
}

.scheme__blocks {
    display: flex;
    text-align: center;
    margin: 0 -15px;
    margin-top: 55px;
    flex-wrap: wrap;
}

.scheme__block p {
    font-weight: 600;
    margin: 0;
}

.scheme__block {
    display: flex;
    flex-direction: column;
    width: 162px;
    margin: 0 16.5px;
}

.scheme__block:nth-child(odd) p {
    order: 1;
    margin-top: 5px;
}

.scheme__block:nth-child(even) p {
    margin-bottom: 5px;
}

.scheme__icons {
    position: absolute;
    background: url(../img/arrows.png);
    width: 176px;
    height: 150px;
    top: 17px;
    margin: 0 auto;
    left: 16px;
}

.scherme__img {
    position: relative;
}
footer {
    padding-top: 25px;
        margin-top: 90px;
        background: url(../img/footer-bg-left.jpg) no-repeat,
        #d7d7d7 url(../img/footer-bg-right.jpg) no-repeat 100% 0;
}
.footer__linsks {
    display: block;
    margin: 5px 8px;
    width: 277px;
    font-weight: 500;
    text-decoration: underline;
}
.footer__linsks:hover {
    color: #0061c4;
}
.footer__service {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.footer__top {
    display: flex;
    justify-content: space-between;
}
.footer__contacts {
    min-width: 210px;
    text-align: right;
}
.footer__contacts__phone {
    font-weight: 600;
    font-size: 18px;
}
.footer__contacts__cites, .footer__contacts__time {
    font-size: 14px;
    font-weight: 500;
}
footer .call-back {
    margin: 0;
    margin-top: 8px;
        float: right;
}
.footer__copirait {
    display: flex;
    margin-top: 30px;
}
.footer__copirait .copirait {
    font-size: 14px;
    width: 675px;
    margin-left: 25px;
}

.price-service__title {
    background: #0061c4;
    color: white;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    border-radius: 10px;
    padding-left: 65px;
    position: relative;
    margin-left: 5px;
    margin: 10px 0;
}
.price-service__title::after {
    content: '';
    display: block;
    position: absolute;
    left: -5px;
    top: -8px;
  border-width: 2px;
  border-color: rgb(255, 126, 0);
  border-style: solid;
  border-radius: 50%;
  background-color: #0061c4;
  width: 41px;
  height: 41px;
            margin: auto;
    top: 0;
    bottom: 0;

}
.price-service__title::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: -8px;
  border-radius: 50%;
  background: #e8e8e8;
  width: 45px;
  height: 45px;
        margin: auto;
    top: 0;
    bottom: 0;
}
.price-service__block {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
    font-weight: 500;
}
.price-service__title img {
    position: absolute;
    left: 4px;
    top: 1px;
    z-index: 1;
    
}

.price-service__title:nth-of-type(1):after {
    background: url(../img/repairing-service-1.png) no-repeat 50% 50%, #0061c4;
}
.price-service__title:nth-of-type(5):after {
    background: url(../img/repairing-service-2.png) no-repeat 50% 50%, #0061c4;
}
.price-service__title:nth-child(8):after {
    background: url(../img/repairing-service-4.png) no-repeat 50% 50%, #0061c4;
}
.price-service__title:nth-child(14):after {
    background: url(../img/repairing-service-3.png) no-repeat 50% 50%, #0061c4;
}
#popup1 {
    background: url(../img/popap-bg.jpg) no-repeat;
    border-radius: 25px;
    width: 700px;
    border: 2px solid #499dff;
}
.popap1__title {
    text-align: center;
    margin: 30px 0;
    font-size: 24px;
    font-weight: 500;
    color: white;
}
#popup1 form{
        display: flex;
    flex-direction: column;
    justify-content: center;
}
#popup1 form span{
    margin: 0 auto;
}
#popup1 form span input, #popup1 form span textarea{
    padding: 10px 12px;
    border: 1px solid rgb(0, 97, 196);
    border-radius: 10px;
    background-color: rgb(232, 232, 232);
    box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    margin: 8px 0;
    width: 420px;
}
#popup1 form span textarea {
    height: 121px;
}
form input[type="submit"] {
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin: 30px auto;
}
#popup1 form p {
    margin: 0;
    text-align: center;
}
.ajax-loader {
    display: none !important;
}
.price-service__price {
        min-width: 100px;
    text-align: right;
}
                    .contact-page__block {
                        display: flex;
                        justify-content: space-evenly;
                            flex-wrap: wrap;
                    }
                    .rejim-raboti {
                        font-size: 18px;
                        font-weight: bold;
                        text-align: center;
                    }
                    .rejim-raboti span{
                        color: #0061c4;
                        
                    }
                    .icon-contact-map {
                        background: url(../img/icon-contacts-map.png) no-repeat;
                        width: 15px;
                        height: 19px;
                    }
                    .icon-contact-phone {
                        background: url(../img/icon-contacts-phone.png) no-repeat;
                        width: 18px;
                        height: 18px;
                    }
                    .icon-contact-email {
                        background: url(../img/icon-contacts-email.png) no-repeat;
                        width: 19px;
                        height: 14px;
                    }
                    .contact-page__block {
                        background: #0061c4;
                        color: white;
                        padding: 5px 0;
                         margin-top: 15px;
                    }
                    .contact-page__block a {
                        color: white;
                    }
                    .contact-page__block i {
                        margin-right: 6px;
                        position: relative;
                        top: 2px;
                    }
                    .contact-page__map {
                        display: flex;
                        margin: 0 -8px;
                        margin-top: 20px;
                            flex-wrap: wrap;
    justify-content: center;
                        
                    }
                    .contact-page__map__map {
                        width: 457px;
                    }
                    .contact-page__map > div{
                        margin: 0 8px
                    }
.contact-page__map__fasad {
    margin-bottom: 20px !important;
}
.nav-menu {
    overflow: hidden;
}

    .page-service__one {
        display: flex;
        flex-wrap: wrap;
    justify-content: center;
    }
    .page-service__title {
        font-size: 24px;
        margin: 0;
        line-height: 0.7;
        margin-bottom: 25px;
    }
    .page-service__price__title, .page-service__price__price {
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        width: 50%;
        background: #0061c4;
        color: white;
        padding: 6px;
    } 
    .page-service__row {
        display: flex;
    }
    .page-service__col {
        width: 50%;
    }
    .page-service__row .page-service__col:nth-child(2) {
        display: flex;
    align-items: center;
    justify-content: center;
        border-right: solid 1px #000;
    }
    .page-service__col{
        border-bottom: solid 1px #000;
        border-left: solid 1px #000;
        padding: 10px 20px;
        font-weight: 400;
    }
    .page-service__one__img {
        margin-right: 20px;
    }
.page-service__one__img {
    max-width: 293px;
}
    .page-service__one {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .page-service__first {
        max-width: 436px;
    }
.h2-title__page {
    margin-top: 0;
}
.wpcf7-not-valid-tip {
    display: none !important;
}
.popup_background, .popup_wrapper {
    z-index: 9 !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
        position: absolute;
    bottom: -83px;
    border: 2px solid #499dff;
    border-radius: 20px;
    background: #0060c7;
    color: #fff;
}