/* Icon */
@font-face {
  font-family: 'icons';
  src:  url('./fonts/icons.eot?ts1lxo');
  src:  url('./fonts/icons.eot?ts1lxo#iefix') format('embedded-opentype'),
    url('./fonts/icons.ttf?ts1lxo') format('truetype'),
    url('./fonts/icons.woff?ts1lxo') format('woff'),
    url('./fonts/icons.svg?ts1lxo#icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"], [class*=" icon-"],
.bx-next,
.bx-prev {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position:relative;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bear:before {
  content: "\e900";
}
.icon-fb:before {
  content: "\e901";
}
.icon-candles:before {
  content: "\e902";
}
.icon-check:before {
  content: "\e903";
}
.icon-clock:before {
  content: "\e904";
}
.icon-close:before {
  content: "\e905";
}
.icon-contract:before {
  content: "\e906";
}
.icon-disabled:before {
  content: "\e907";
}
.icon-divorce:before {
  content: "\e908";
}
.icon-dummy:before {
  content: "\e909";
}
.icon-houses:before {
  content: "\e914";
}
.icon-house:before {
  content: "\e90a";
}
.icon-man:before {
  content: "\e90b";
}
.icon-next:before,
.bx-next:before {
  content: "\e90c";
}
.icon-phone-2:before {
  content: "\e90d";
}
.icon-phone:before {
  content: "\e90e";
}
.icon-pointer:before {
  content: "\e90f";
}
.icon-prev:before,
.bx-prev:before {
  content: "\e910";
}
.icon-scales:before {
  content: "\e911";
}
.icon-twitter:before {
  content: "\e912";
}
.icon-woman:before {
  content: "\e913";
}

/* wrapper */
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	min-width: 1170px;
}
/* header */
.header{
	color: #fff;
	background: url('./images/header-bg.jpg') center no-repeat #735645;
	background-size: cover;
	padding-top: 35px;
	padding-bottom: 42px;
}
	.header-top{
		z-index: 2;
		position: relative;
	}
		.header-logo{
			text-decoration: none;
			color: inherit;
			display: block;
			float: left;
			margin-bottom: 15px;
			margin-right: 30px;
		}
		.header-logo:hover{
			text-decoration: none;
			color: inherit;
		}
			.header__title{
				display: block;
				margin: 0;
			}
			.header__subtitle{
				display: block;
				text-align: center;
				font-size: 10px;
				text-transform: uppercase;
				letter-spacing: 0.4em;
				margin-top: -3px;
			}
		.header-about{
			float: left;
			text-transform: uppercase;
			font-size: 17px;
			font-weight: 300;
			margin: 6px 0 0 28px;
			width: 240px;
			line-height: 1.3;
		}
		.header-phone{
      float: right;
      font-size: 14px;
      font-weight: 300;
      text-align: right;
      vertical-align: middle;
		}
			.header-phone > a.tel {
				color: #8ab53e;
				font-weight: 700;
			}
			.header-phone > a.email {
				text-decoration: underline;
                color: #fff;
			}
			.header-phone > a:hover{
				text-decoration: none;
				color: inherit;
			}
			.header-phone-time{
				font-size: 13px;
				display: block;
				text-align: right;
				margin-top: 0px;
			}

.header-phone-time .lines-side:before, 
.header-phone-time .lines-side:after {
    width: 30px;
}

		.header-button-call{
			float: right;
			margin: 10px 0;
		}
	.header-bottom{
		position: relative;
        padding-bottom:3px;
	}
		.header-left{
			float: left;
		}
			.header-h1{
				margin-top: 53px;
				width: 660px;
                margin-bottom: 24px;
                font-weight: 500;
			}
			.header-line{
				display: inline-block;
				width: 106px;
				height: 2px;
				background: #d6b48b;
				margin: 15px 0 15px;
			}
			.header-list{
				margin: 21px 0 48px 0;
				padding: 0 0 0 0;
				width: 540px;
			}
				.header-list > li{
					display: block;
					padding: 9px 0 9px 37px;
					position: relative;
					font-size: 16px;
					line-height: 1.3;
				}
				.header-list > li:before{
					position: absolute;
					left: 0;
					top: 11px;
					content: "";
					width: 18px;
					height: 14px;
					background-image: url(/local/images/icon-check.svg);
                }
                
        .header-buttons {
            margin-bottom: 80px;
        }
        .header-buttons .btn {
            height: 40px;
            box-sizing: boder-box;
            border: 1px solid #fff;
            border-radius: 20px;
            line-height: 38px;
            display: inline-block;
            padding: 0 30px;
            color: #fff;
            text-transform: uppercase;
            text-decoration: none;
        }
        .header-buttons .btn:hover {text-decoration: underline;}
        .header-buttons .btn.solid {
            background: #fff;
            color: #8E766F;
        }
        .header-buttons .btn + .btn {margin-left: 28px;}

		.header-socnet{
			position: fixed;
			right: 10%;
			top: 40%;
			z-index: 10;
		}
            .header-socnet > a{
            	display: block;
    			margin-bottom: 8px;
    			position: relative;
    			z-index: 2;
    		}
        		.header-socnet__tw,
    			.header-socnet__fb{
    				width: 41px;
    				height: 41px;
    				background: url('./images/socnet.png') no-repeat;
    			}
    			.header-socnet__tw{
    				background-position: -41px 0;
    			}
    			.header-socnet__fb{
    				background-position: -41px -41px;
    			}
        			.header-socnet__tw:hover{
    					background-position: 0 0;
    				}
    				.header-socnet__fb:hover{
    					background-position: 0 -41px;
    				}
        		.header-call-button{
    				margin: 35px 0 0 0;
    				position: relative;
    			}
        			.header-call-button:before{
    					content: "";
    					display: block;
    					width: 42px;
    					height: 42px;
    					border-radius: 100px;
    					border: 2px solid #e0cbbf;
    					position: absolute;
    					left: 0;
    					top: 0;
    					opacity: 0;
    					-webkit-transition: 0.7s;
    					-o-transition: 0.7s;
    					transition: 0.7s;
    				}
    				.header-call-button--hover:before{
    					width: 54px;
    					height: 54px;
    					left: -6px;
    					top: -6px;
    					opacity: 1;
    				}
		.header-fix-img{
			position: absolute;
			bottom: -42px;
			right: 12px;
			z-index: 1 !important;
		}
/* /header */
/* /content */
.content{

}
	.block-result{
        padding:19px 0 31px;
        text-align:center;
	}
	.block-about-work{
		padding-top: 42px;
		font-weight: 300;
		padding-bottom: 70px;
	}
		.block-about-work .block-line{
            margin-top: 35px;
            background: #8E766F;
            margin-bottom: 30px;
        }
        
        .block-about-work .row {
            display: flex;
            margin-left: -40px;
        }
        .block-about-work .row > div {
            width: 33.3333%;
            box-sizing: border-box;
            padding-left: 40px;
        }
        .block-about-work .row > div:last-of-type {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

		.block-about-work table{
			margin-top: 50px;
			width: 100%;
		}
			.block-about-work td{
				vertical-align: top;
			}
			.block-about-work tr td:nth-of-type(1){
				width: 34%;
				padding-right: 20px;
			}
			.block-about-work tr td:nth-of-type(2){
				width: 34%;
				padding-right: 20px;
            }
            .block-about-work .borderBlock {
                font-size: 18px;
                line-height: 32px;
                color: #8E766F;
                border: 1px solid #8E766F;
                box-sizing: border-box;
                padding: 30px 20px;
                text-transform: uppercase;
            }
			.block-about-work h3{
                margin-top: 0;
                font-size: 16px;
                line-height: 20px;
                margin-bottom: 12px;
                font-weight: 600;
            }
            .block-about-work p + h3 {margin-top: 40px;}
			.block-about-work p{
				line-height: 24px;
			}
			.block-about-work .span__bold{
				font-size: 15px;
				color: #6c4e3c;
				font-weight: normal;
				text-transform: uppercase;
            }
            
    @media screen and (max-width: 650px) {
        .block-about-work .row {
            display: block;
            margin: 0;
        }
        .block-about-work .row > div {
            width: 100%;
            padding: 0;
        }
        .block-about-work .row > div + div {margin-top: 40px;}
        .block-about-work .borderBlock {
            font-size: 16px;
            line-height: 24px;
            text-align: center;
            margin-top: 40px;
            font-weight: 600;
        }
    }

	.block-time{
		background: url('./images/header-bg.jpg') center no-repeat #735645;
		color: #fff;
		font-weight: 300;
		font-size: 17px;
		text-transform: uppercase;
        padding: 35px 0;
        text-align: center;
	}
	.block-time__icon {
        display: inline-block;
        margin-bottom: 10px;
        font-size:29px;
    }
    .block-time__text {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
    }
  .block-contact-map .bx-yandex-view-layout{
    filter: grayscale(56%);
  }
	.block-map .bx-yandex-view-layout{
		filter: grayscale(80%);
	}
		.block-map-text{
			text-align: center;
			font-weight: 300;
			padding: 17px 0;
        }
        .block-map-text__text {
            margin-bottom: 50px;
            font-size: 18px;
            line-height: 31px;
        }
        .block-map-text__text h3 {
            font-weight: 600;
            font-size: 24px;
            line-height: 33px;
            margin-bottom: 12px;
        }
        .block-map-text__text a {color: #000;}
        .block-map-text__text a:hover {color: #749d2c;}
        .block-map-text__text a.tel {text-decoration: none;}
    .block-about {
        margin-bottom:74px;
    }
        .block-about__title {
            margin-bottom:42px;
        }
        .block-about__left {
            float:left;
            width:360px;
            padding-right:50px;
        }
        .block-about__right {
            float:left;
            width:780px;
        }
        .block-about__img {
            display:block;
            border-radius:50%;
            width:240px;
            height:240px;
            margin:6px auto 17px;
        }
        .block-about__intro {
            font-size:18px;
            line-height:24px;
            text-transform:uppercase;
            margin-bottom:15px;
        }
        .block-about__call {
            font-size:16px;
        }
        .block-about__text {
            font-size:16px;
            line-height:24px;
        }
        .block-about__text p {
            margin:0 0 24px;
        }
        .block-about__text p:last-child {
            margin:0;
        }
   .block-discount {
       text-align:center;
       padding:30px 0;
       margin-bottom:48px;
   }
       .block-discount .block-line {
           margin:25px auto 38px;
       }
       .block-discount__list {
           margin:0 -4px;
       }
       .block-discount__item {
           float:left;
           border:2px solid #f1ece9;
           padding:8px;
           height:290px;
           overflow:hidden;
           width:221px;
           margin:0 4px;
       }
       .block-discount__item-icon-block {
           height:92px;
           position:relative;
       }

       .block-discount__item-icon {
           color:#9dca4e;
           font-size:45px;
           position:absolute;
           top:50%;
           left:50%;
           -webkit-transform:translate(-50%,-50%);
              -moz-transform:translate(-50%,-50%);
               -ms-transform:translate(-50%,-50%);
                   transform:translate(-50%,-50%);
       }
       .block-discount__item-title,
       .block-discount__item-text {
           font-size:14px;
           line-height:18px;
       }
       .block-discount__item-title {
           font-weight:bold;
           text-transform:uppercase;
           margin:0 0 2px;
       }
       .block-discount__item-text {
           font-weight:normal;
       }

    .contacts {
        margin-bottom:35px;
    }

    .price {
        margin-bottom:21px;
    }
        .price__subtitle {
            margin: 0 0 25px;
            text-align:center;
        }
        .price table {
            width:100%;
        }
        .price thead,
        .price tbody {
            font-size:14px;
            line-height:16px;
        }
        .price th,
        .price td {
            padding:0 19px;
            border:2px solid #f1ece9;
        }
        .price th {
            padding-top:11px;
            padding-bottom:13px;
            font-weight:300;
            color:#ffffff;
            border-width:0 1px;
            background-color:#6c4e3c;
            white-space:nowrap;
        }
        .price th:first-child {
            border-left-width:0;
        }
        .price th:last-child {
            border-right-width:0;
        }
        .price td {
            padding-top:6px;
            padding-bottom:5px;
            border:2px solid #f1ece9;
        }
        .price .cell-name {
            width:250px;
        }
        .price .cell-price {
            text-align:center;
            white-space:nowrap;
        }
        .price .cell-notes {
            font-size:13px;
            vertical-align:middle;
            width:160px;
            padding-left:9px;
            padding-right:9px;
        }
        .price tfoot td {
            border:0;
            text-align:center;
            padding:25px 20px;
        }

    .block-error {}
        .block-error__body {
            width:935px;
            height:550px;
            margin:8px auto 64px;
            position:relative;
            background:url(./images/404.jpg);
        }
        .block-error__content {
            width:220px;
            height:250px;
            position:absolute;
            top:210px;
            right:189px;
            font-weight:bold;
            font-size:18px;
            line-height:24px;
            text-transform:uppercase;
            text-align:center;
        }
        .block-error__title {
            font-size:48px;
            line-height:1;
            margin-bottom:-1px;
        }
        .block-error__text {
            margin-bottom:12px;
            padding:0 10px;
        }
    .block-form-call__mess .notetext,
    .block-form-meet__mess .notetext,
    .block-form__mess .notetext{
      color: green;
      border: 2px solid green;
      display: block;
      padding: 10px;
      background: #fff2c1;
    }
#emailErrMessageModal,
#emailErrMessage{margin: 0 0 10px;}

.block-content-page{

}
.block-content-page ul,
.block-content-page ol {
    list-style:none;
    padding:0;
    margin:-3px 0 21px;
    color:#6c4e3c;
}
.block-content-page ul > li,
.block-content-page ol > li,
.ul_styled > li,
.ol_styled > li {
    padding-left:29px;
    position:relative;
    line-height:18px;
    margin:0 0 18px;
}
.block-content-page ul > li,
.ul_styled > li {
    padding-left:19px;
}
.block-content-page ul > li:before,
.ul_styled > li:before {
    content:'';
    position:absolute;
    left:3px;
    top:8px;
    width:5px;
    height:5px;
    background-color:#749d2c;
    -webkit-border-radius:100%;
       -moz-border-radius:100%;
            border-radius:100%;
}
.block-content-page ol,
.ol_styled {
    counter-reset: ol-counter;
}
.block-content-page ol > li:before,
.ol_styled > li:before {
    content:counter(ol-counter)'.';
    counter-increment: ol-counter;
    position:absolute;
    left:6px;
    top:0;
    width:20px;
    color:#669933;
    font-weight:bold;
}

/* /content */
/* footer */
.prefooter {
	padding: 0 0 220px 0;
}
.footer {
	color: #fff;
	margin-top: -220px;
	height: 220px;
	background: url('./images/header-bg.jpg') center no-repeat #735645;
	min-width: 1170px;
}
	.footer a{
		color: inherit;
	}
	.footer__copy{
		float: left;
		margin-top: 14px;
		font-size: 12px;
		line-height: 2;
	}
	.footer__right{
		float: right;
		font-size: 12px;
		text-align: right;
		margin-top: 4px;
	}
		.footer__right-socnet{

		}
        .footer__right-socnet > a{
        	display: inline-block;
        }
		.footer__right-socnet-twf,
		.footer__right-socnet-fbf{
			width: 41px;
			height: 41px;
			background: url('./images/socnet.png') no-repeat;
		}
		.footer__right-socnet-twf{
			background-position: -41px 0;
		}
		.footer__right-socnet-fbf{
			background-position: -41px -41px;
		}
			.footer__right-socnet-twf:hover{
				background-position: 0 0;
			}
			.footer__right-socnet-fbf:hover{
				background-position: 0 -41px;
			}
        .footer__right-dev{
			margin-top: 6px;
		}
		.footer__right-dev img{
			margin-right: 5px;
		}
/* /footer */

.stati-list-none > li:before{display:none;}

.block-intro {
    line-height:20px;
    margin-bottom:36px;
}
    .block-intro__content {
        float: left;
    }
.block-intro__title {
    font-size: 34px;
    font-weight: 400;
    line-height: 45px;
    margin-top: 0;
    width: 80%;
    float: left;
    color: #30323a;
}
.block-intro__content-text{
    float: left;
    width: 70%;
    padding: 25px 30px 10px 0;
}  
.block-intro__photo {
    width: 15%;
    float: left;
    margin: 0 20px 0 0;
}

.block-intro__photo img{
    height: auto;
    width: 120px;
}
.block-intro__content-call-form{
    display: table-cell;
    width: 320px;
    padding: 12px;
    background: #fff;
    float: right;
}

.block-form-call__wrap .small-form-header{font-size: 16px;font-weight: 700;margin-bottom: 10px;}

.sticky{
  position: fixed;
  top: 0; left: 0;
  z-index: 2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  margin-top: 0 !important;
    padding: 5px 0 8px;
}
#header-float-menu-wrap{
    display: block;
    width: 100%;
    background: url(./images/header-bg.jpg) center no-repeat #735645;
    margin-top: -50px;
    margin-bottom: 60px;
    /*background: #947767;*/
}
#header-float-menu{
  margin: 0 auto;
  max-width: 1140px;
}
.sticky .header-menu {
    float: left;
    margin-top: 5px!important;
}
.sticky  .header-button-call{margin: 4px 0 0 0!important;}
#btntotop{
display: none;
    cursor: pointer;
    position: fixed;
    z-index: 999999;
    bottom: 26px;
    right: 50px;
    width: 44px;
    height: 44px;
    color: #775D4E;
    margin-top: -22px;
    text-indent: 0;
    font-size: 0;
    text-decoration: none;
    background: none;

-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#btntotop:hover{color:#9dca4e;}
#btntotop:before{    
font-family: 'icons' !important;
    font-size: 44px; 
    content: "\e910";   
}
@media (max-width: 480px){
#btntotop{  bottom: 54px;  right: 0px;}
.rc-anchor-normal .rc-anchor-content {
    height: 74px;
    width: 136px!important;
}
  .g-recaptcha{ max-width: 234px;}
  .block-content-page .filter{display:none;}
}

.contact-info-row {display: flex; margin-bottom: 40px;}
.contact-info-row .block-form__contacts {float: none; margin-right: 40px; flex-shrink: 0;}

@media screen and (max-width: 640px) {
    .contact-info-row {display: block;}
}