.header-order {
	display: none;
}
.header-languages {
    display: none;
}
body:not(.home) header#masthead .header-content .phones,
header#masthead.scrolling .header-content .phones,
.header-content .phones {
    padding-right: 0;
    margin-right: 20px;
    border-right: 0;
}
header#masthead {
    padding: 5px 0;
}
.header-content .phones .phones-item {
    margin: 1px 0;
}
.header-content .phones .phones-item a {
    line-height: 20px;
    font-size: 14px;
    height: 20px;
}
.header-content .phones .phones-item a img {
    height: 20px;
    width: 20px;
    margin-right: 4px;
}
.header-row .header-logo {
    flex-basis: 30%;
}
.header-row .header-logo a img {
    max-height: 40px;
    height: 100%;
    width: 95px;
}


.slider-item {
    height: 65vh;
}
.slider-item .slider-container .slider-title {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 20px;
}
.slider-item .slider-container .slider-subtitle {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px;
}
.slider-item .slider-container .slider-content {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 20px;
}
.slider-wrapper.owl-carousel .owl-dots {
    bottom: 15px;
}
.slider-wrapper.owl-carousel .owl-nav {
    position: absolute;
    top: auto;
    bottom: 15px;
    margin: auto;
    height: 40px;
    padding: 0 5px;
    z-index: 1;
}
.slider-wrapper.owl-carousel .owl-nav button.owl-prev, 
.slider-wrapper.owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    background: #4bb9b4;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    outline: none !important;
    padding-bottom: 3px !important;
}
.slider-wrapper.owl-carousel .owl-nav button.owl-prev span, 
.slider-wrapper.owl-carousel .owl-nav button.owl-next span {
    color: #fff;
    font-size: 40px;
    line-height: 32px;
    width: 26px;
    text-align: center;
}



.afterSlider {
    padding: 30px 0 20px;
}
.autsorsing-title {
    font-size: 28px;
    line-height: 30px;
    font-weight: 500;
    margin: 0px 0 30px;
}
.autsorsing-subtitle {
    font-size: 16px;
    font-weight: 500;
    margin: 0px 0 30px;
}
.autsorsing-wrap .autsorsing-desc-title {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 18px;
}




.consult-land {
    padding: 30px 0;
}
.land-row {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.land-row .land-icon {
    margin-bottom: 20px;
}
.land-row .land-icon img {
	max-width: 90px;
}
.land-row .land-text {
    padding: 0;
    text-align: center;
}
.land-text .title {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1;
    font-weight: 600;
}
.land-text .text {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 30px;
}
.readies-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}
.readies-row .readies-item {
    flex-basis: auto;
    max-width: 100%;
    width: 100%;
    height: 200px;
    position: relative;
    display: block;
}
.readies-row .readies-item:before {
    background-image: linear-gradient(120deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.readies-row .readies-item .title {
    bottom: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}





.sotrud-section {
    padding: 30px 0;
    position: relative;
}
.sotrud-title {
    font-size: 20px;
    text-align: center;
    color: #000;
    margin: 0px 0 30px;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
}
.sotrud-row .sotrud-item {
    position: relative;
    display: flex;
    flex-direction: row;
    margin: 0 0 15px;
}
.sotrud-row .sotrud-item .sotrud-name {
    margin: 0;
    color: #000000;
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
    padding: 0 0 0 20px;
}




.project-section {
    height: auto;
}
.project-section .project-bg {
    display: none;
}
.project-section .project-body {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    background: #232f3f;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 30px 15px;
}

.project-body .project-head {
    margin-bottom: 30px;
}

.project-body .project-head img.icon {
    margin-right: 20px;
    max-width: 82px;
}
.project-body .project-head .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
}
.project-body .project-info .subtitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    color: #FFF;
    margin: 0 0 15px;
}
.project-body .project-info .text {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 15px;
}




.usefullLinks {
    padding: 30px 0 0;
}
.usefull-title {
    font-size: 20px;
    margin: 0 0 30px;
}
.usefull-item {
	height: 365px;
}
.usefull-item .title {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 15px;
    min-height: 40px;
}
.usefull-item .text {
    color: #343434;
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 20px;
    min-height: 72px;
}

.seo-section {
    background: #f8f8f8;
    padding: 30px 0 30px;
}
.homeText {
    margin-bottom: 0;
}
.homeText img {
	margin-bottom: 15px;
}
.have-questions {
    padding: 30px 0 0;
}
.question-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 30px;
}
.form-wrap {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
}
.form-wrap > .form-block {
	flex-basis: 100%;
    max-width: 100%;
    padding: 30px 15px 100px;
    margin: 0 0 30px;
    width: 100%;
}
.form-wrap > .form-block .form-block_icon {
    width: 80px;
    height: 80px;
    padding: 22px;
    margin-bottom: 15px;
}
.form-wrap > .form-block .form-name {
    font-size: 22px;
    margin-bottom: 20px;
}
.form-side a {
	font-size: 26px;
}
.form-wrap > .form-block .form-btn {
	bottom: 30px;
}
.readies-title {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 30px;
}




.footer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-item .footer-img_logo img {
	max-height: 50px;
    max-width: 120px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    height: 100%;
}
.footer-text {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 15px;
}
.widget-title {
    font-size: 22px;
    font-family: "Century Gothic";
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 20px;
}
.site-info {
    border-top: 1px solid rgba(255,255,255,.15);
    max-width: 600px;
    margin: 10px auto -15px;
    padding: 30px 0 0;
    text-align: center;
}



.header-wrapper {
    height: 60px;
}
.bredcrumbs-wrapper {
    height: 40px;
}
.category-header {
    padding: 25px 0 0;
}
.category-header h1 {
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: 500;
    color: #000000;
    text-transform: none;
    font-size: 26px;
    line-height: 30px;
}
.category-item .thumbnail {
    height: 200px;
}
.category-item .body {
    padding: 15px 0;
}
.category-item .body .title {
    margin-bottom: 10px;
}
.category-row .category-item {
    margin: 0 0 35px;
}








.firstBanner {
    position: relative;
    background-image: url(/images/videonabludenie/videonabl_kvartira/new/Main_bg.jpg);
    background-size: cover;
}
.firstBanner .leftBg {
    position: relative;
    top: -1px;
    width: 100%;
    margin-bottom: 25px;
}
.firstBanner .bannerTitle {
    line-height: 26px;
    font-size: 22px;
}
.firstBanner .subTitle {
    line-height: 12px;
    font-size: 15px;
}
.firstBanner .bannerLink {
    color: #000;
    text-transform: uppercase;
    background-color: #ffcd05;
    padding: 13px 25px;
    font-size: 16px;
    display: inline-block;
    margin-top: 4px;
    border-radius: 10px;
    font-weight: bold;
}
.firstBanner .rightBg {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: right;
}
.firstBanner .titleRight {
    line-height: 26px;
    font-size: 22px;
    text-align: right;
}
.firstBanner .subtitleRight {
    line-height: 20px;
    font-size: 15px;
    text-align: right;
}
.firstBanner .phoneImgBanner {
    margin: 0px 0px 0px 20px;
    width: 50px;
}
.firstBanner .bannerBlock {
    position: absolute;
    height: 100%;
}




.howFlex {
    display: block;
    padding: 0;
}
.howLeft {
    margin-right: 0px;
    font-size: 18px;
    position: relative;
}
.howTitleLeft {
    text-align: center;
    position: relative;
    left: -44px;
}
.monitor {
    position: relative;
    right: 7px;
    font-size: 16px;
}
.videoRegister {
    position: relative;
    right: -4px;
    font-size: 16px;
}
.router {
    right: -22px;
    position: relative;
    font-size: 16px;
}
.howImgRight {
    margin-bottom: 25px;
    margin-top: 30px;
    max-height: 75px;
}
.featuresBg {
    background-color: #edf7fb;
    margin: 50px -15px 50px;
    padding: 0px 0px 40px;
}
.singlepage-content h2 {
    font-size: 22px;
}
.listFeatures li {
    font-size: 16px;
    margin: 15px 0px 15px;
}
.listFeatures {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}
.singlepage-content p {
    font-size: 16px;
    line-height: 24px;
}







.form-wrapper.row-form {
    flex-direction: column;
}
.formSubmitApp .form-wrapper .form-wrapper-item {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;

    padding: 0 15px;
}
.submitSection {
    padding: 40px 15px;
    margin: 50px -15px;
}
.submitSection .titleFormSubmit {
    text-align: center;
    font-size: 22px;
    color: #fff;
    margin: 0 20px 15px;
}
.howWorksSection {
    background: #232f3e;
    padding: 20px 15px;
    margin: 50px -15px;
}
.howWorksSection .howTitle {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.listHowWorks li {
    flex-basis: 100%;
}
.listHowWorks li .worksNumb {
    font-size: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    width: 42px;
    height: 42px;
}





.price-table-title {
    font-size: 22px;
    margin: 50px 0px 50px;
    line-height: 26px;
}
.price-tables-row {
    flex-direction: column;
}
.price-tables-row .table-item {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px;
}
.singlepage-content .howProblem {
    font-size: 22px;
}
.numberImg {
    display: none;
}



#customers-testimonials {
    margin: 0 -30px;
    width: calc(100% + 60px);
}
#customers-testimonials .item {
    height: auto;
    text-align: center;
    background-image: url(/wp-content/uploads/reviews/review_bg.png);
    background-size: cover !important;
    background-repeat: no-repeat;
        width: 100%;
    margin-left: -10px;
    padding: 45px 0;
    min-height: 500px;
}

.morePosts-title {
    font-size: 24px;
}




.contact-row {
    flex-direction: column-reverse;
    margin: 20px 0;
}
.contact-row .map {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
}
.contact-row .info {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    padding: 20px 20px;
}
.contact-row .info .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin: 15px 0;
}
.contact-row .info .item img {
    max-width: 26px;
    margin: 0 16px 0 0;
}
.contact-row .info .item .text a,
.contact-row .info .item .text {
    font-size: 16px;
}
.contact-form .form-wrapper.row-form .form-wrapper-item {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 15px 10px;
}
.contact-form .form-wrapper.col-form .form-wrapper-item input[type="submit"] {
    width: 100%;
}









@media (min-width: 600px) {

.slider-item .slider-container .slider-title {
    font-size: 28px;
}
.slider-item .slider-container .slider-subtitle {
    font-size: 22px;
}
.slider-item .slider-container .slider-content {
    font-size: 16px;
}

.readies-row {
    flex-direction: row;
}
.readies-row .readies-item {
    flex-basis: 33.333%;
    max-width: 33.333%;
    width: 100%;
}
.readies-row .readies-item .title {
    bottom: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
}
.form-wrap {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: stretch;
    margin: 0 -15px 30px;
}
.form-wrap > .form-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 50%;
    max-width: calc(50% - 30px);
    padding: 30px 15px 95px;
    margin: 0 15px;
    width: 100%;
}
.form-wrap > .form-block .form-block_icon {
    width: 70px;
    height: 70px;
    padding: 22px;
    margin-bottom: 10px;
}
.planshet {
    text-align: center;
    position: relative;
    margin: 60px 0 0;
}
.planshet .videoAppart {
    position: absolute;
    top: 50px;
    left: 50px;
}
.listHowWorks {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 20px;
    padding: 0 20px;
}
.listHowWorks li {
    flex-basis: 50%;
}

.price-tables-row {
    flex-direction: row;
}
.price-tables-row .table-item {
    flex-basis: 30%;
    max-width: 30%;
    width: 100%;
    margin: 0 10px 20px;
}
.price-tables-row .table-item .item-head {
    font-size: 16px;
}
.price-tables-row .table-item .item-body {
    padding: 10px 20px 0;
}
.price-tables-row .table-item .item-body .main-price {
    text-align: center;
    font-size: 18px;
}
.price-tables-row .table-item .item-body .prem-price, .price-tables-row .table-item .item-body .opt-price {
    color: #242424;
    font-size: 13px;
    margin: 0px 0px;
    text-align: center;
}
.price-tables-row .table-item .price-table-btn {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 15px 0px;
}


#customers-testimonials.owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    letter-spacing: 0;
    margin: auto -20px;
    width: calc(100% + 40px);
    height: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.iconProblem {
    top: -68%;
}
.descProblem {
    background-image: linear-gradient(130deg, #0197d6 0%, #2fabb1 100%);
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.4;
    padding: 20px 15px 20px 15px;
    border-radius: 10px;
    min-height: 150px !important;
    display: block; 
    height: 170px;
    color: #fff;
}
.numberImg {
    display: block;
    text-align: center;
    width: 85%;
    margin: 10px auto 5px;
}
.contact-form {
    margin: 20px auto 60px;
    max-width: 400px;
}






}

