/*
Theme Name: Vavilon
*/

body{
    font: 400 16px/1.4 "Raleway", sans-serif;
    color: #222;
    overflow-x: hidden;
    /*min-width: 375px;*/
}

h1{
	font-family: "PT Serif", serif;
    font-size: 42px;
    font-weight: 400;
	letter-spacing: .025rem;
}

h2{
	font-family: "PT Serif", serif;
    font-size: 34px;
    font-weight: 400;
	letter-spacing: .025rem;
}

h3{
	font-family: "PT Serif", serif;
    font-size: 30px;
    font-weight: 400;
	letter-spacing: .025rem;
}

.nowrap{
	white-space:nowrap
}

.btn-red{
    display: inline-block;
    background: #bd7d67;
    color:#fff;
	border: 1px solid #bd7d67;
    text-decoration: none;
    border-radius: 3px;
    padding: 15px 20px;
    font-weight: 600;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.25);
    transition: background .6s
}

.btn-red:hover{
    background: #df9b84;
    color:#fff;  
    text-decoration: none;
	border: 1px solid #d2947f;
}

.btn-grey{
    display: inline-block;
    background: #d7d7d7;
  	border: 1px solid #ccc;
    color:#222;
    text-decoration: none;
    border-radius: 3px;
    padding: 13px 18px;
    font-weight: 600;
    box-shadow:, 0 5px 15px -5px rgba(0,0,0,.25);
    transition: all .5s
}

.btn-grey:hover{
    background: #d2947f;
    color:#fff;   
    text-decoration: none;
	border: 1px solid #d2947f;
}

.btn-hollow{
    display: inline-block;
    background: rgba(0,0,0,.25);
    border:1px solid #fff;
    color:#fff;
    text-decoration: none;
    border-radius: 3px;
    padding: 13px 18px;
    font-weight: 600;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.25);
    transition: all .5s
}

.btn-hollow:hover{
    background: rgba(245, 242, 238, 0.95);
    color: #bd7d67;
    text-decoration: none;
    box-shadow: 0 0 15px -5px rgba(255, 255, 255, 0.5);
}

.btn-red i, .btn-hollow i, .btn-grey i{
    margin: 0 0 0 10px
}

#overlay{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(25,15,14,0.85);
    z-index: 95;
    display: none;
    cursor: pointer;
}

header{
    position: fixed;
    /*min-width: 375px;*/
    z-index: 90;
    width: 100%;
    background: rgba(41,27,26,0.75);
    transition: all .5s
}


#header-top-logo img{
    margin: 5px 0 0 0;
	width: 100%;
	max-width:307px;
	height:auto
}


#header-top-menu-switch{
    margin: 5px 0 0 0;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    border-radius: 3px;
    background: #fff;
    transition: all .15s
}

#header-top-menu-switch:hover{
    box-shadow: 0 2px 10px -3px rgba(0,0,0,.5);
    transform: scale(1.025);
}

#header-top-menu-switch i{
  color: #291b1a;
}

#header-top{
    padding: 15px 0
}

#header-top-phone{
    text-align: right;
    font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
    font-size: 20px;
    white-space: nowrap;
    font-weight: 600
}

#header-top-phone a, #header-top-phone a:hover{
    color: #fff;
    text-decoration: none
}

#header-top-phone a i{
    margin: -2px 5px 0 0;
    font-size: 14px;
    vertical-align: middle;
}

#header-top-phone .small{
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

#header-top-phone .small i{
    margin: -2px 5px 0 0;
    font-size: 8px;
    vertical-align: middle;
    color: #38d566;
}

#header-top-btn{
    text-align: right
}

#menu-top-close{
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    color: #f13400;
    left: 0;
    background: #f1f3f7;
    font-size: 24px;
    border-bottom: 1px solid #e6e9ed;
    text-align: right
}

#menu-top-close i{
    cursor: pointer
}

#menu-top ul{
    margin: 0;
    padding: 0;
    border-top:1px solid rgba(255,255,255,.25);
    list-style: none
}

#menu-top ul li {
    position: relative;
    display: inline-block;
    margin: 0 15px 0 0;
    font-size: 14px;
    text-transform: uppercase;
}

#menu-top ul li:last-child{
    margin: 0
}

#menu-top ul li a{
    display: block;
    position: relative;
    padding: 10px 0;
    color: #fff;
    font-weight: 800
}

#menu-top ul li a:hover:before{
    position: absolute;
    content:'';
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 0; 
    height: 0; 
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid rgba(255,255,255,.25);
}

#menu-top ul li ul{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    border-radius: 5px;
    background: rgba(234, 242, 245, 0.95);
    box-shadow: 0 0 15px -5px rgba(255, 255, 255, 0.5);
    border: none;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur( 1px );
    transition: opacity .35s
}

#menu-top ul li:hover ul{
    visibility: visible;	
    opacity: 1;
}

#menu-top ul li ul:before{
    position: absolute;
    content:'';
    top: -7px;
    left: 17px;
    width: 0; 
    height: 0; 
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(234, 242, 245, 0.95)
}

#menu-top ul li ul li{
    display: block;
	font-size:13px;
    margin: 0;
    border-bottom: 1px solid #b5c6d2
}

#menu-top ul li ul li:last-child{
    border:none
}

#menu-top ul li ul li a{
    color: #76564d;
    padding: 15px;
    white-space: nowrap;
}

#menu-top ul li ul li:first-child a{
    border-radius: 5px 5px 0 0
}

#menu-top ul li ul li:last-child a{
    border-radius: 0 0 5px 5px
}

#menu-top ul li ul li a:hover{
    background: #bd7d67;
    color: #fff;
    text-decoration: none
}

#menu-top ul li ul li a:hover:before{
    display: none
}



header.filled ,#page-body header{
    background: rgba(41,27,26,1);
    box-shadow: 5px 0 30px -5px rgba(0,0,0,.3)
}


header.filled #header-top-menu-switch, #page-body header #header-top-menu-switch{
    background: #fff;
}


header.filled #header-top-menu-switch i, #page-body header #header-top-menu-switch i{
	color:#291b1a
}

header.filled #header-top-phone a, header.filled #header-top-phone a:hover, #page-body header #header-top-phone a, #page-body header #header-top-phone a:hover{
    color:#fff
}

header.filled #header-top-phone .small, #page-body header #header-top-phone .small{
    color: #cec4c3
}

header.filled #menu-top ul, #page-body header #menu-top ul{
    border-color: #7b7777
}

header.filled #menu-top ul li a, #page-body header #menu-top ul li a{
    color: #fff
}

header.filled  #menu-top ul li a:hover:before, #page-body header  #menu-top ul li a:hover:before{
    border-top-color: #7b7777
}

header.filled #menu-top ul li ul, #page-body header #menu-top ul li ul{
    background: #bd7d67;
}

header.filled #menu-top ul li ul li, #page-body header #menu-top ul li ul li{
    border-color:#955e4b
}

header.filled #menu-top ul li ul li a, #page-body header #menu-top ul li ul li a{
    color: #fff
}

header.filled #menu-top ul li ul li a:hover, #page-body header #menu-top ul li ul li a:hover{
    color: #bd7d67;
		background: #fff;
}

header.filled #menu-top ul li ul:before, #page-body header #menu-top ul li ul:before{
    border-bottom-color: #bd7d67;
}

#main-image{
   min-height: 100vh;
    background: url(images/telegram-cloud-docum1.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1
}

#main-image:before{
    position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: ' ';
  background: rgba(50,20,35,.4) url(images/checker.png);
  opacity: .8;
  z-index: 1;
}

#main-image .container{
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center
}

#main-image-text{
padding: 100px 0 50px 0;
    z-index: 2;
    max-width: 700px;
    top: 50%;

}

#main-image-text h1{
    color: #fff;
  font-size: 55px;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 50px 0 20px 0;
  text-shadow: 0 2px 5px rgba(0,0,0,.3);
  letter-spacing: 0;
}

#main-image-text h1 .small{
    font-weight: 400;
    font-size: 42px;
    text-transform: none;
    line-height: 1;
    display: inline-block;
	letter-spacing:0;
	font-family:"Raleway", sans-serif;
}

.main-image-item{
    margin: 15px 0;
    height: 150px;
    text-align: center;
    background: rgba(227, 234, 236, 0.25);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur( 1px );
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.1);
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(255, 255, 255, 0.1);
    position: relative;
    border-top: 1px solid rgba(255,255,255,.25);
    box-shadow: 0 5px 20px -5px rgba(0,0,0,.5);
    transition: all .3s
}

.main-image-item:hover{
    border-top: 1px solid rgba(255,255,255,.55);
    background: rgba(234, 242, 245, 0.9);
    box-shadow: 0 0 20px -5px rgba(255, 255, 255, 0.5);
    transform: scale(1.02);
}

.main-image-item span{
    margin: 0 auto 0 auto;
    height: 0;
    overflow: hidden;
    display: block;
    transition: all .3s
}

.main-image-item:hover span{
    margin: 0 auto 10px auto;
    height: 50px;

}

.main-image-item img{
    height: 50px
}


.main-image-item p{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    color: #fff;
    padding: 0 30px;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    text-shadow: 0 1px 4px rgb(0, 0, 0);
    line-height: 1.25;
    transition: all .25s
}

.main-image-item:hover p{
    text-shadow:none;
    color:#f13400;
}

#main-image-btns{
    margin: 20px 0 35px 0
}

#main-image-btns a{
    margin: 15px 0
}

#main-image-btns a.btn-red{
    margin-right: 15px
}

#mp-about{
	padding: 75px 0;
  background: #fff;
}

#mp-about h2 {
  text-align: center;
  margin: 0 0 50px 0;
}

#mp-about-slider, #mp-about-slider .slick-list, #mp-about-slider .slick-track{
	height:100%
}

#mp-about-slider .slick-prev {
  left: 10px;
	z-index:1
}

#mp-about-slider .slick-next {
  right: 10px;
	z-index:1
}

#mp-about-slider .slick-prev::before, #mp-about-slider .slick-next::before {
  color: #fff;
}

#about-img{
	height:calc(100% - 15px);
	min-height:390px;
	margin-bottom:15px;
	border-radius:5px;
	background: url('images/bbimg.jpg');
	background-size: cover
}

#mp-about img{
	width:100%;
	border-radius:5px;
	box-shadow: 0 5px 20px -5px rgba(0,0,0,.25);
}

.projects-card{
	margin:0 0 30px 0;
	padding:15px;
	border-radius:5px;
	background:#fff;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 20px -5px;
}

.projects-card-slider{
	margin:0 !important
}

.projects-card-slide img{
	width:100%;
	height:auto
}

.projects-card-slider .slick-next {
  right: 15px;
	z-index:1
}

.projects-card-slider .slick-prev {
  left: 15px;
	z-index:1
}

.projects-card-slider .slick-prev::before, .projects-card-slider .slick-next::before {
  color: #fff;
}

.projects-card-slider .slick-dots {
  bottom: 15px;
  z-index: 1;
}

.projects-card-slider .slick-dots li button::before {
  opacity: .5;
  color: #fff;
}

.projects-card-slider .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #fff;
}


.projects-card-slider .slick-dots li button:hover::before, .projects-card-slider .slick-dots li button:focus::before {
  color: #fff;
	opacity: 1;
}

h2.projects-card-name-f{
	border-bottom: 1px solid #ddd;
  padding: 0 0 20px 0;
  margin: 5px 0 20px 0;
}

h2.projects-card-name-m{
	margin:0 0 15px 0
}

.projects-card-params{
	margin:15px 0 0 0
}

.projects-card-button{
	border-top: 1px solid #ddd;
  padding: 20px 0 0 0;
  margin: 20px 0 0 0;
}

.projects-card p{
	margin-bottom:15px
}

.projects-card-button p:last-child{
	margin:0 !important
}

.projects-card-button .btn-red{
	margin:10px 0 0 0
}

#why{
    padding: 75px 0;
    background: rgb(144,108,97);
background: linear-gradient(0deg, rgba(144,108,97,1) 0%, rgba(118,86,77,1) 100%);
}

#why h2{
    position: relative;
    text-align: center;
    color: #f3f7ff;
    margin: 0 0 30px 0;
}

#why h2:after {
    width: 75px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    content: '';
    background: rgba(255, 255, 255, .25);
    margin: auto;
}

#why-subtitle{
    color: #f3f7ff;
    font-size: 20px;
    text-align: center;
    margin: 0 0 30px 0;
}

.why-item{
	height:calc(100% - 30px);
    margin: 15px 0;
    padding: 30px;
    background: rgba(227, 234, 236, 0.1);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur( 1px );
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,.05);
    border-top: 1px solid rgba(255,255,255,.15);
    box-shadow: 0 5px 20px -5px rgba(0,0,0,.35);
    transition: all .3s, background .6s;
    color: #f3f7ff;
    text-align: center;
	overflow:hidden
}

.why-item:hover{
	border-top: 1px solid rgb(215, 188, 180);
	transform: scale(1.01);background: #ac8f87;
}

.why-item-img {
    margin: 5px 0 20px 0;  
	position:relative;
}

.why-item-img img{
	width:100px;
	height:auto;
	background:#b99b92;
	border-radius:50%;
	position: relative;
	z-index:2;
	transition: all .3s;
}

.why-item-img:after {
  position: absolute;
  z-index: 1;
  content: ' ';
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #b99b92;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
	transform-origin: left;
  transition: all .6s;
}

.why-item:hover .why-item-img:after{
	transform: scale(5) translateX(-50%);
}

.why-item:hover .why-item-img img{
	background:#9b7e76;
}

.why-item-name{
    position: relative;
	z-index:2;
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 600;
}

.why-item-name:after{
    width: 75px;
    height: 1px;
    position: absolute;
	z-index:2;
    left: 0;
    right: 0;
    bottom: -10px;
    content: '';
    background: rgba(255,255,255,.15);
    margin: auto;
}



.why-item-text{
    margin: 0;
	position: relative;
	z-index:2;
}

.house-form{
    padding: 75px 0;
    position: relative;
    background: url(images/form1.jpg) center center no-repeat;
    background-size: cover
}

.house-form:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: ' ';
    background: rgba(30,15,28,.65);
    z-index: 1;
}

.house-form .container{
    position: relative;
    z-index: 2
}

.house-form h2 {
    position: relative;
    text-align: center;
    color: #fff;
    margin: 0 0 30px 0;
}

.house-form h2:after{
    width: 75px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    content: '';
    background: rgba(255, 255, 255, .5);
    margin: auto;
}

.house-form-subtitle{
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin: 0 auto 30px auto;
    max-width: 595px;
}

.house-form-wrap{
    text-align: center;
    margin: 50px 0 0 0
}

.house-form-wrap p{
    color: #fff
}

.house-form-wrap p a, .house-form-wrap p a:hover{
    color: #fff;
    text-decoration: underline
}

.house-form-wrap .wpcf7-form-control-wrap {
  display: inline-block;
}

.house-form-wrap .wpcf7-form-control-wrap .wpcf7-not-valid-tip{
	  bottom: -35px;
	border: 1px solid #e1e1e1;
}

.house-form-wrap input[type="text"]{
    height: 54px;
    width: 300px;
    margin: 0 10px 0 0;
    padding: 0 20px;
    border-radius: 3px;
    background: #fff;
    border:none
}

.house-form-wrap input[type="checkbox"]{
    margin: 0 5px 0 0
}

.house-form-wrap input[type="submit"]{
    border: none
}

#feedback{
    padding: 75px 0;
    background: #f5f5f5;
    background: linear-gradient(0deg, rgba(245,245,245,1) 0%, rgba(249,249,249,1) 100%); 
}

#feedback h2 {
    position: relative;
    margin: 0 0 30px 0;
}

#feedback h2:after{
    width: 75px;
    height: 1px;
    position: absolute;
    left: 0;
    right: auto;
    bottom: -17px;
    content: '';
    background: rgba(0, 0, 0, .25);
    margin: auto;
}

#feedback-subtitle {
    font-size: 20px;
    margin: 0 0 20px 0;
}

#feedback a.btn-red{
    box-shadow: none
}

.feedback-item-l{
    padding: 30px
}

#feedback-slider{
    margin: 0 0 35px 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px -5px rgba(0,0,0,.15);
}

.feedback-item{
    
}

.feedback-item-name img{
    height: 100px;
    float: left;
    margin: 0 15px 0 0
}

.feedback-item-name-wrap{
    padding: 30px 0 0 0;
    height: 100px;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

.feedback-item-name-wrap .small{
    font-size: 12px;
    font-weight: 400;
    color: #555
}

.feedback-item-text{
    margin: 30px 0 0 0
}

.feedback-item-r{
    position: relative;
    height: 100%;
}

.feedback-item-rating{
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.feedback-item-rating-numbers{
    font-size: 60px;
    font-weight: 600;
    color: #555;
    margin: 0
}

.feedback-item-rating-numbers sup{
    font-size: 80px;
    vertical-align: middle;
    margin: 15px 0 0 0;
    display: inline-block;
}


.feedback-item-rating-numbers sub{
    font-size: 50px;
    vertical-align: top;
    margin: 30px 0 0 -2px;
    display: inline-block;
}

.feedback-item-rating-stars{
    margin: 0;
    color: #ffb919
}

#feedback-btn-bottom{
    margin: 30px 0 0 0 
}

#special{
    padding: 75px 0;
    background: #fff
}

#special h2 {
    text-align: center;
    margin: 0 0 50px 0;
}

.special-item{
    position: relative;
    margin: 15px 0;
    padding: 45px;
    background: #205fd9;
    border-radius: 10px;
    border: 1px solid #205fd9;
    box-shadow: 0 5px 20px -5px rgba(0,0,75,.5);
    transition: all .3s;
    color: #f3f7ff;
    text-align: center;
    overflow: hidden;
    height: calc(100% - 30px);
}

/*.special-item:after{
    z-index: 1;
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: -250%;
    right: 0;
    left: 0;
    display: block;
    content: '';
    background: rgb(27, 91, 213);
    background: linear-gradient(350deg, rgb(36, 52, 136) 0%, rgb(27, 91, 213) 55%, rgb(44, 93, 217) 100%);
    transition: all .3s;
}*/

.special-item:after{
    visibility:hidden;
    z-index: 1;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 70%;
    bottom: -50%;
    top: auto;
    right: 0;
    left: auto;
    display: block;
    content: '';
    background: url(images/wavebg.jpg);
    background-size: cover;
    transition: all .4s;
    transform: rotate(-0.075turn) scale(3);

    
}

.special-item:hover{
    color: #fff;
    box-shadow: 0 5px 20px -5px rgba(0,0,50,.75);
    transform: scale(1.01);
}

.special-item:hover:after{
    /*bottom: -25%;*/
    visibility:visible;
    bottom:0;
    right:0;
    opacity: .75;
    transform: rotate(0) scale(1);
}

.special-item-wrap{
    position: relative;
    z-index: 2;
    padding: 0 0 65px 0;
    height: 100%;
}

.special-item-img{
    margin-bottom: 30px
}

.special-item-img img{
	width:100px;
	height:auto
}

.special-item-name {
    position: relative;
    margin: 0 0 30px 0;
    font-size: 20px;
    font-weight: 600;
}

.special-item-name:after{
    width: 75px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    /*content: '';*/
    background: rgba(255, 255, 255, .15);
    margin: auto;
}

.special-item-text{
    position: relative;
    margin: 0 0 30px 0;
    font-size: 14px;
    font-weight: 400;
}

.special-item-btn{
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0
}

.special-item-btn .btn-hollow{
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .2);
    background: rgba(0, 0, 0, .15)
}

.special-item-btn .btn-hollow:hover{
    box-shadow: 0 0 15px -5px rgba(255, 255, 255, 0.5);
    background: #fff;
}

#works {
    padding: 75px 0;
    background: #f5f5f5;
    background: linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(249,249,249,1) 100%); 
}

#works h2 {
    text-align: center;
    margin: 0 0 50px 0;
}

#works-slider-main{
	box-shadow: 0 5px 20px -5px rgba(0,0,0,.25);
  border-radius: 5px;
}

.works-slider-main-slide{	
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    background: #291b1a;
}



.works-slider-main-slide-name{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.8;
    color: #fff;
    padding:  20px 20px 20px 30px;
    background: rgb(28 36 81 / 41%);
    background: linear-gradient(90deg, rgba(20, 30, 50, 0.5) 0%, rgba(20, 30, 50, 0.25) 50%, rgba(0, 0, 0, .05) 100%);
    z-index: 1;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, .15);
    backdrop-filter: blur(.5px);
    -webkit-backdrop-filter: blur(.5px);
}

.works-slider-main-slide-name .btn-hollow{
    float: right;
    font-size: 16px;
    line-height: 1.4
}

.works-slider-main-slide img{
    width: 100%;
}


#works-slider-nav {
    margin: 10px -10px 65px -10px;
    padding: 0 0px
}

.works-slider-nav-slide{
    margin: 10px;
    border-radius: 3px;
    cursor: pointer;
    background: #291b1a;
	transition: all .3s
}

.works-slider-nav-slide:hover{
	transform: scale(1.02);
}



.works-slider-nav-slide img{
    border-radius: 3px;
    width: 100%;
    opacity: .75;
    transition: all .3s
}

.works-slider-nav-slide:hover img{
    opacity: 1
}

#works-btn{
    text-align: center;
}

#page-objects{
	padding: 75px 0;
}

#page-objects h2{
	text-align: center;
  margin: 0 0 50px 0;
}


#page-objects-map{
	border-radius: 5px;
	overflow:hidden;
  box-shadow: 0 5px 20px -5px rgba(0,0,0,.15);
	
}


#not-found{
	padding:175px 0 75px 0;
	background: url(images/telegram-cloud-docum1.jpg) center top no-repeat;
    background-size: auto;
  background-size: cover;
  position: relative;
  z-index: 1;
}

#not-found:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: ' ';
  background: rgba(20,0,75,.55) url(images/checker.png);
  opacity: .55;
  z-index: 1;
}

#not-found-wrap{
	position:relative;
	z-index:2;
	margin: 70px auto 30px auto;
	max-width:600px
}

#not-found h1{color:#fff}

#not-found-text{
	color: #fff;
  font-size: 350px;
  font-weight: 600;
  line-height: 1;
  font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
}

#page-content, #blog{
	padding:175px 0 75px 0;
	background:#fafafa
}

#page-content h1{
	margin-bottom:30px
}

#page-content h2{
	margin:20px 0
}

#page-content h3{
	margin:20px 0
}

#page-content img{
	max-width:100%;
	border-radius:5px
}

#page-content p {
  margin-bottom: 15px;
}

#page-content p.blog-item-date {
  margin: 30px 0 15px 0;
  padding: 0;
  position: relative;
	font-size:14px
}

#page-content p.blog-item-date i{
	font-size:12px;
	color:#333
}

#page-content p.blog-item-date:after{
	display:none
}

#page-content p.page-subtitle{
	font-size:20px;
}

#page-content  ul{
	padding:0 0 0 18px;
	margin-bottom:15px
}

#page-content  ul li{
	margin-bottom:8px
}

#page-content .page-consult{
	margin-top:30px;
	margin-bottom:0
}

#page-content .page-consult a{
	white-space:nowrap;
	margin-bottom:15px
}

#page-content .page-consult-phone, #page-content .page-consult-phone:hover{
	text-decoration:none;
	font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
  color: #222;
  font-size: 18px;
  font-weight: bold;
}

#page-content .page-consult-phone i{
	margin:0 0 0 15px; 
	font-size:14px
}

#service-title{
	padding: 175px 0 0 0;
  background: #fafafa;
}

#service-title img{
	width:100%;
	border-radius: 10px;
	margin: 15px 0 0 0;
}

#service-title-price{
	font-size: 24px;
  font-weight: 600;
	color:#ef2300
}

#text-1{
	font-size: 20px;
  font-weight: 600;
}

#text-2{
	font-weight: 600;
}

#service-title .page-consult a {
  white-space: nowrap;
  margin-bottom: 15px;
}

#service-title .btn-red{
	margin-right:15px
}

#service-title .page-consult-phone, #service-title .page-consult-phone:hover {
  text-decoration: none;
  font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
  color: #222;
  font-size: 18px;
  font-weight: bold;
}

#service-title .page-consult-phone i {
  font-size: 14px;
}

#service-title + #page-content{
	padding: 0 0 75px 0;
}

#service-why{
	padding:75px 0
}

#service-why h2{
	text-align: center;
  margin: 0 0 50px 0;
}

.service-why-item{
	height: calc(100% - 30px);
  margin: 0 0 30px 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px -5px rgba(0,0,0,.15);
  transition: all .3s;
	padding: 30px;
	text-align:center
}

.service-why-item:hover{
  box-shadow: 0 5px 25px -5px rgba(0,0,0,.25);
  transform: scale(1.01);
}

.service-why-item-img {
  margin: 5px 0 20px 0;
}

.service-why-item-img img{
  width: 100px;
  height: auto;
}

#p30types{
	padding:75px 0
}

#p30types h2 {
  text-align: center;
  margin: 0 0 50px 0;
}

.p30types-item{
  height: calc(100% - 30px);
  margin: 0 0 30px 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px -5px rgba(0,0,0,.15);
  transition: all .3s;
  text-align: right;
	position:relative;
}

.p30types-item:hover{
	box-shadow: 0 5px 25px -5px rgba(0,0,0,.25);
  transform: scale(1.01);
}

.p30types-item p.p30types-item-name{
	position:absolute;
	top:30px;
	left:30px;
	text-align:left;
	font-size: 20px;
  font-weight: 600;
}

.p30types-item img{
	max-width:100%
}

#blog h1{
	margin-bottom:30px
}

.blog-item-img{
	background: #291b1a;
}

.blog-item-img img{
	opacity: .85;
  transition: all .3s;
	width:100%;
	height:auto
}

.blog-item:hover .blog-item-img img{
	opacity: 1;
}

.blog-item{
	height: calc(100% - 30px);
	margin: 0 0 30px 0;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 5px 20px -5px rgba(0,0,0,.15);
  background: #f9f9f9;
  transition: all .3s;
}

.blog-item:hover{
	background: #fff;
  box-shadow: 0 5px 25px -5px rgba(0,0,0,.25);
  transform: scale(1.01);
}


.blog-item a, .blog-item a:hover{
	color:#222;
	text-decoration:none
}

p.blog-item-date i {
  font-size: 14px;
  vertical-align: middle;
  margin: -3px 5px 0 0;
}

p.blog-item-date{
	margin:25px 30px 10px 30px;
	padding: 0 0 13px 0;
	position:relative;
	color:#76564d
}

p.blog-item-date:after {
  width: 75px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  background: #dfdfdf;
  margin: auto;
}

p.blog-item-name {
  margin: 0 30px 30px 30px;
  font-size: 20px;
  font-weight: 600;
}

#contacts{
	background:#fafafa;
	margin: 0 0 0 0;
	padding: 75px 0;
}

#page-content + #contacts{
	margin:-75px 0 0 0;
	padding: 0 0 75px 0;
}

#contacts-wrap{
	background: #fff;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0 5px 20px -5px rgba(0,0,0,.15);
}

#contacts-text{
	padding:5px 10px
}

p.contacts-text-block-name{
	margin: 0 0 10px 0;
  font-weight: 600;
  font-size: 18px;
}

p.contacts-text-block-name i{
	font-size: 14px;
  vertical-align: middle;
  margin: -3px 5px 0 0;
}

p.contacts-text-block-content{
	margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #dfdfdf;
}

p.contacts-text-block-content a{
	color:#bd7d67
}

p.contacts-text-block-content:last-child{
	margin: 0;
  padding: 0;
  border-bottom: none;
}

#contacts-map{
  border-radius: 3px;
  overflow: hidden;
}

#page-works{
  background: #fafafa;
  margin: -70px 0 0 0;
  padding: 0 0 75px 0;
}

.page-works-item{
  background: #0d307f;
	margin: 0 0 30px 0;
  border-radius: 10px;
  overflow: hidden;
	transition: all .3s;
}

.page-works-item img{
	opacity: .85;
  transition: all .3s;
  width: 100%;
  height: auto;
}

.page-works-item:hover img{
	opacity: 1;
}

.page-works-item:hover{
	box-shadow: 0 5px 20px -5px rgba(0,0,0,.15);
	transform: scale(1.01);
}

#team {
  padding: 75px 0 60px 0;
  background: #fff;
}

#team h2{
  text-align: center;
  margin: 0 0 50px 0;
}

.team-item{
	margin: 15px auto 30px;
  text-align: center;
  transition: all .3s;
  max-width: 250px;
}

.team-item:hover{
	height:calc(100% - 30px);
	transform: scale(1.01);
}

.team-item-img{
	border-radius: 50%;
  overflow: hidden;
  background: #0d307f;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.team-item-img img{
	width: 100%;
  opacity: .9;
  transition: all .3s;
}

.team-item:hover .team-item-img img{
	opacity:1
}

.team-item-name{
	position: relative;
  margin: 20px 0 20px 0;
  font-size: 20px;
  font-weight: 600;
}

.team-item-name:after {
  width: 75px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  content: '';
  background: #dfdfdf;
  margin: auto;
}

.team-item-position{
	margin:0
}

#projects-content{
	padding:175px 0 75px 0;
	background:#fafafa
}

#projects-content h1 {
  margin-bottom: 30px;
}

#projects-content #works-slider-nav, #projects-content #works-slider-nav .works-slider-nav-slide{
	margin-bottom:0
}

#projects-content #works-slider-nav .slick-prev, #projects-content #works-slider-nav .slick-next {
  display:none !important
}

#projects-desc{
	height: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 20px -5px;
  padding: 25px 30px 30px;
}

#projects-desc h2{
	margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dfdfdf;
}



#project-text-main{
	margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
}

.project-text-main-item{
	display:flex;
	align-items: center;
	margin-bottom:15px
}

.project-text-main-item img{
	width:36px;
	height:36px;
	margin:0 15px 0 0
}

.project-text-main-item p{
	color:#444;
	font-weight: 400;
	margin:0
}

.project-text-main-item p span{
	font-weight: 600;
  color: #fff;
  display: inline-block;
  background: #2556cc;
  padding: 4px 6px 6px 6px;
  border-radius: 5px;
  margin-top: 5px;
  min-width: 32px;
  text-align: center;
	white-space:nowrap
}

#project-text-options{
	margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
}

.project-text-options-item{
	display:flex
}

.project-text-options-item p{
	width:50%;
	font-weight: 600;
	white-space:nowrap
}

.project-text-options-item p.light{
	color:#444;
	font-weight: 400;
	
}

#project-text-btn{
	text-align:center
}

#project-text-btn a {
  box-shadow: none;
  font-size: 14px;
  margin: 0 5px 10px;
  padding: 15px 0;
  width: 46%;
  text-align: center;
  min-width: 170px;
}

#page-project{
	padding:50px 0
		
}

#page-project h2{
  margin: 0 0 50px 0;
}

#archive-projects {
  padding: 175px 0 75px 0;
  background: #fafafa;
}

#archive-projects h1 {
  margin-bottom: 30px;
}

.page-numbers{
	list-style:none;
	padding:0;
	margin-top: 5px;
	text-align:center;
	display: block;
  width: 100%;
}

.page-numbers li{
	display:inline-block;
	font-weight: 800;
	margin:0 5px
}

.page-numbers li i{
	font-size:14px
}

.page-numbers li a, .page-numbers li span{
	display:block;
	height:32px;
	width:32px;
	color:#222;
	text-align:center;
	line-height:30px;
	text-decoration:none;
	transition: all .3s;
		border-radius:4px;
	background:#e6eaec;
	outline:1px solid rgba(255,255,255,0);
	
}

.page-numbers li a:hover{
	outline:1px solid #fff;
	background:#fff;
	box-shadow: 0 3px 10px -2px rgba(0,0,0,.15);
}

.page-numbers li span{
	outline:2px solid #291b1a;
	background:#291b1a;
	color:#fff
}

footer{
        background: #291b1a
}

#footer-top{
	padding:20px 0 
}

#footer-logo img {
   margin: 35px 0 0 0;
  width: 290px;
	max-width:100%
}

#footer-adr{
  color: #faf9f9;
  font-size: 14px;
	margin-top:8px
}

#footer-adr i{
	font-size: 12px;
  vertical-align: text-top;
  margin: 0 5px 0 0;
}

.footer-info{
	margin-bottom:10px;
	font-size:14px;
	color:#faf9f9;
}

.footer-info span{
	white-space: nowrap;
  display: inline-block;
	margin: 8px 0 0 0;
}

.footer-info a{
	color: #faf9f9;
  transition: all .3s;
	 display: inline-block;
	margin: 7px 0 0 0;
}

.footer-info a:hover{
	color:#fff
}

.footer-contacts-wrap{
    text-align: right
}

.footer-contacts{
    display: inline-block;
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-contacts li{
    font-size: 14px;
    color:#faf9f9;
    margin: 10px 0;
    transition: all .3s
}

.footer-contacts li:hover{
    color: #fff
}

.footer-contacts li i{
    margin: 0 5px 0 0
}

.footer-contacts li a{
    color:#faf9f9;
    transition: all .3s 
}

.footer-contacts li a:hover{
    color: #fff
}

#footer-bottom{
	padding:20px 0 15px;
	background:rgba(0,0,0,.5)
}

.slick-prev:before, .slick-next:before {
    font-size: 30px;
    opacity: .85;
    color: #76564d;
}

.slick-next{
    width: 30px;
    height: 30px;
    right: -35px
}

.slick-prev{
    width: 30px;
    height: 30px;
    left: -35px
}

.slick-dots{
    bottom: -45px;
}

.slick-dots li{
    width: 30px;
    height: 30px;
	margin:0 2px
}

.slick-dots li button{
    width: 30px;
    height: 30px;
    padding: 10px; 
}

.slick-dots li button:before{
    font-size: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    opacity: .2
}

.slick-dots li.slick-active button:before{
    opacity: .75;
    color: #76564d
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before{
    color: #76564d;
    opacity: 1
}

#cbox-inline-wrap{
	display:none
}

#cboxLoadedContent, #cboxContent{
	background:none
}

#cboxClose{
	background: none;
  height: 50px;
  width: 50px;
  right: 0;
  top: 0;
  bottom: auto;
  left: auto;
}

#cboxClose:after{
	height:24px;
	width:24px;
	top:12px;
	right:12px;
	display:block;
	position:absolute;
	color: #f13400;
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	font-size: 24px;	
	content: "\f410";
	text-indent: 0;
	line-height:1;
	background: url(images/w.png) center center no-repeat
}

#cboxPrevious{
	background: none;
  height: 40px;
  width: 40px;
  left: 15px;
  top:50%;
transform: translate(0, -50%);
  bottom: auto;
	font-size: 0;

}

#cboxPrevious:before{
	font-size: 40px;
    opacity: .9;
    color: #fff;
	font-family: 'slick';
	line-height:1;
	content: '←';
	text-indent: 0;
	display:block;
	opacity:.9
}

#cboxNext{
	background: none;
  height: 40px;
  width: 40px;
  right: 15px;
  top:50%;
transform: translate(0, -50%);
  bottom: auto;
	font-size: 0;

}

#cboxNext:before{
	font-size: 40px;
    opacity: .9;
    color: #fff;
	font-family: 'slick';
	line-height:1;
	content: '→';
	text-indent: 0;
	display:block;
	opacity:.9
}

#cboxPrevious:hover:before ,#cboxNext:hover:before{
	opacity:1
}

.cboxPhoto{
	border-radius:10px
}

.cbox-form{
  border-radius: 10px;
  background: rgba(242, 242, 242,.95);
  border: rgba(242, 242, 242,.95);
	border-top: 1px solid rgba(250, 250, 250, 0.95);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur( 1px );
  transition: opacity .35s;
	padding:25px 30px 30px;
	text-align:center;
}

.cbox-form p{
	margin-bottom:20px;
}

.cbox-form p.cbox-form-name{
	font-size: 34px;
  font-weight: 800;
  margin-bottom: 25px;
	line-height: 1.1;
}

.cbox-form p.cbox-form-text{
	font-size: 18px;
  margin-bottom: 25px;
}

.cbox-form p.cbox-form-icons{
	margin-top: 70px;
	margin-bottom: 15px;
  display: flex;
  justify-content: space-around;
}

.cbox-form p.cbox-form-icons .wpcf7-list-item{
	margin:0
}

.vlnform-tophone input[name="your-method"], .vlnform-towap input[name="your-method"]{
		height:0;
		width:0;
		visibility:hidden
	}
	
	.vlnform-tophone input[name="your-method"] + span, .vlnform-towap input[name="your-method"] + span {
  		position:relative;
		z-index:1
}
	
	.vlnform-tophone input[name="your-method"] + span:before, .vlnform-towap input[name="your-method"] + span:before{
		position: absolute;
    position: absolute;
  top: -50px;
  left: 50%;
  z-index: 2;
font-family: "Font Awesome 6 Free";
  content: "\f095";	
		font-weight:900;
  font-size: 22px;
  height: 45px;
  width: 45px;
  background: #bbc2c6;
  line-height: 43px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: all .3s;
		cursor:pointer;
	}

.vlnform-towap input[name="your-method"] + span:before{
	font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  content: "\f232";
  font-size: 30px;
}
	
	.vlnform-tophone input[name="your-method"]:checked + span:before{
		background: #76564d;
  box-shadow: 0 2px 15px -5px rgba(118, 86, 77, 0.57);
	}

.vlnform-towap input[name="your-method"]:checked + span:before{
		background: #3fca62;
	box-shadow: 0 2px 15px -5px rgba(50, 150, 75, .5);
	}

.cbox-form input[type="text"], .cbox-form input[type="text"]:placeholder-shown:hover, .cbox-form input[type="text"]:placeholder-shown:focus{
	height: 54px;
  width: 100%;
  padding: 0 20px;
  border-radius: 10px;
	background: #f8f8f9;
  border: 1px solid #d7e2e6;
	transition: all .3s;
}

.cbox-form input[type="text"]:placeholder-shown {
background: #e1e1e1;
  border: 1px solid #d7d3d3;

}

p.cbox-form-acceptance{
	font-size:14px
}

p.cbox-form-acceptance a{
	color: #bd7d67;
}

.cbox-form-acceptance .wpcf7-list-item{
	margin:0
}

.cbox-form-acceptance input[type="checkbox"]{
	margin-right: 15px;
  vertical-align: middle;
	margin-top: -5px;
}

.cbox-form-acceptance input[type="checkbox"] + span{
	vertical-align: middle; 
	display:inline-block; 
	text-align:left
}

.cbox-form input[type="submit"]{
	border:none
}


.wpcf7-not-valid-tip{
	position: absolute;
  left: 10px;
  bottom: -53px;
  background: #fff;
  border-radius: 3px;
  font-size: 14px;
  color: #666;
  padding: 7px 10px;
  z-index: 4;
  transition: all .3s;
}

.wpcf7-spinner, .wpcf7-response-output{
	display:none !important
}

div.la_sentinelle-container, div.cf7tg-container, div.la_sentinelle-container p, div.cf7tg-container p{
	height:0 !important;
	margin:0 !important
}

/* For lg*/

@media (max-width: 1199px) {
h2.projects-card-name-f {
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px 0;
  margin: -5px 0 10px 0;
}
	
	.projects-card-button {
  border-top: 1px solid #ddd;
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
}
	
	.projects-card-button .btn-red {
  margin: 0;
}
	
	#footer-logo img{
		margin: 40px 0 0 0;
	}
}

/* For md*/

@media (max-width: 991px) {
    .house-form-wrap input[type="text"] { 
        width: 250px
        }
	
	#mp-about img {
  margin-bottom:15px
}
    
    #feedback h2 {
        position: relative;
        margin: 0 0 30px 0;
        text-align: center;
    }

    #feedback-subtitle {
        text-align: center;
    }

    #feedback h2:after {
        width: 75px;
        height: 1px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -17px;
        content: '';
        background: rgba(0, 0, 0, .25);
        margin: auto;
    }
    
    #feedback-slider{
        margin: 15px 0 35px 0
    }
	
	p.contacts-text-block-content:last-child {
  margin: 0 0 20px;
}
	
	#projects-desc {
    height:auto;
    margin: 0;
  }
    
	footer{
		text-align:center
	}
	
	 #footer-logo img {
        margin: 10px 0 0 0;
    }
	
	#footer-top .footer-info{
		text-align:left
	}
}

/* For sm*/

@media (max-width: 767px) {
    
    #overlay.active{
        display: block
    }
    
    .noscroll{
        overflow: hidden
    }    
    

    #menu-top ul, header.filled #menu-top ul, #page-body header #menu-top ul{
        border: none 
    }

    #menu-top ul li a{
        color: #2556cc
    }

    #menu-top ul li a:hover:before{
        border-top-color: #c4d2e3
    }
    
    #header-top {
        padding: 25px 0;
    }
    
    #header-top-phone{
        text-align: left;
        margin: 25px 0 0 0
    }
    
    #header-top-btn{
        margin: 25px 0 0 0
    }
    
    #menu-top{
        padding: 65px 20px 0;
        display: block;
        background: #fff;
        position: fixed;
        opacity:0;
        left: -300px;
        top: 0;
        bottom: 0;
        width: 300px;        
        z-index: 99;
        overflow-y: auto;
        scrollbar-color: #2556cc #ccc;
        scrollbar-width: thin;
        transition: left .6s, opacity .3s;
    }
    
    #menu-top.active{
        left: 0;
        opacity: 1;
    }
    
    #menu-top ul li, header.filled #menu-top ul li, #page-body header #menu-top ul li{
        display: block;
        margin: 0;
        border-bottom: 1px solid #ddd;
    }
    
    #menu-top ul li:last-child, header.filled #menu-top ul li:last-child, #page-body header #menu-top ul li:last-child{
        border-bottom: none;
    }
    
    #menu-top ul li a{
        color: #bd7d67;
        padding: 13px 0
    }
    
    #menu-top ul li a:hover:before,  #menu-top ul li ul li a:hover:before, header.filled #menu-top ul li a:hover:before, #page-body header #menu-top ul li ul li a:hover:before, header.filled #menu-top ul li a:hover:before, #page-body header #menu-top ul li ul li a:hover:before {
        display: block;
        position: absolute;
        content: '';
        top: 0;
        left:-20px;
        right: auto;
        bottom:0;
        margin: auto;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
		border-top-color: none;
        border-left: 7px solid #bd7d67;
    }
    
    #menu-top ul li ul, header.filled #menu-top ul li ul, #page-body header #menu-top ul li ul{
		background:none;
        visibility: visible;
        opacity: 1;
        position: relative;
        background: none;
        box-shadow: none;
    }
    
    #menu-top ul li ul:before, header.filled #menu-top ul li ul:before, #page-body header #menu-top ul li ul:before{
        display: none
    }
    
    #menu-top ul li ul li, header.filled #menu-top ul li ul li, #page-body header #menu-top ul li ul li{
        border-bottom: 1px solid #d7dfef
    }
    
    #menu-top ul li ul li:first-child, header.filled #menu-top ul li ul li:first-child,  #page-body header #menu-top ul li ul li:first-child{
        border-top: 1px solid #d7dfef
    }
    
    #menu-top ul li ul li a, header.filled #menu-top ul li ul li a,  #page-body header #menu-top ul li ul li a{
        font-weight: 600;
		color: #bd7d67;
  padding: 15px;
  white-space: nowrap;
    }
	
	header.filled #menu-top ul li a, #page-body header #menu-top ul li a{
		color: #bd7d67;
	}
    
    #menu-top ul li ul li a:hover, header.filled #menu-top ul li ul li a:hover, #page-body header #menu-top ul li ul li a:hover{
        background: none;
        text-decoration: underline;
    }
    
    #main-image-text {
        position: relative;
        transform: none;
        top: 0;
        left: 0;
        right: 0;
        padding: 160px 0 50px 0;  
        text-align: center;
    }
	
	.house-form-wrap .wpcf7-form-control-wrap {
  display: block;
    max-width: 350px;
    margin: auto;
}
    
    .house-form-wrap input[type="text"]{
        display: block;
        width: 100%;
        max-width: 350px;
        margin: 0 auto 30px
    }
    
    .house-form-wrap input[type="submit"]{
        margin:  0 0 15px 0
    }
    
    .feedback-item-r{
        text-align: right;
        padding: 0 30px 30px 30px;
    }
    
    .feedback-item-rating{
        position: relative;
        bottom: 0;
        right: 0;
        display: inline-block;
    }
    
    #works-slider-main{
        margin: 0 0 65px 0
    }
    
    .works-slider-main-slide-name{
        font-size: 18px;
        line-height: 2.5;
        padding: 15px 15px 15px 20px;
    }

    .works-slider-main-slide-name .btn-hollow{
        font-size: 14px
    }
    
    #works-slider-nav{
        display: none
    }	
	
	#not-found{
		padding: 215px 0 75px 0;
	}
	
	#not-found-wrap{
		margin:0;
		text-align:center
	}
	
	#not-found-text {
  font-size: 265px;
}
	
	#page-content, #blog {
  padding: 215px 0 75px 0;
}
	
	#service-title{
		padding: 215px 0 0 0;
	}
	
	#page-content .wp-block-image .alignleft{
		float: none;
  margin-right: 0;
		width:100%
	}
	
	#page-content .wp-block-image .alignleft img{
		width:100% !important;
		height:auto !important
	}
	
	#projects-content {
  padding: 215px 0 75px 0;
}
	
	#archive-projects {
      padding: 215px 0 75px 0;
    }
    
    .slick-next{
        width: 40px;
        height: 40px;
        right: 15px
    }
    
    .slick-prev{
        width: 40px;
        height: 40px;
        left: 15px;
        z-index: 1;
    }
    
    .slick-prev:before, .slick-next:before {
        font-size: 40px;
        opacity: .9;
        color: #fff;
    }
    
}

/* For xs*/

@media (max-width: 575px) {
    body{
        font: 400 14px/1.4 "Raleway", sans-serif;
    }

    h1{
        font-size: 38px;
        font-weight: 800
    }

    h2{
        font-size: 30px;
        font-weight: 800
    }

    h3{
        font-size: 26px;
        font-weight: 800
    } 
    
    #header-top-phone{
        font-size: 18px;
    }
    
    header .btn-red{
        white-space: nowrap;
        padding:15px;
    }
    
    #main-image-text{
        padding: 160px 0 1px
    }
    
    #main-image-text h1{
        font-size: 38px
    }
    
    #main-image-text h1 .small {
        font-size: 24px;
        margin: 15px 0 0 0;
    }
    
    #main-image-btns a.btn-red, #main-image-btns a.btn-hollow{
        margin: 10px 7px;
        width: 225px;
        text-align: center;
        padding: 15px 0
    }
    
    #main-image-btns a.btn-hollow{
        padding: 15px 0 15px 10px
    }
    
    #main-image-btns a.btn-hollow i{
        margin: 0 0 0 25px;
        
    }
    
    .main-image-item{
        max-width: 250px;
        margin: 15px auto;
    }
	
	#mp-about{
        margin: 0;
        padding: 35px 0
    }
    
    #mp-projects{
        margin: 0;
        padding: 35px 0
    }
    
    #mp-projects-wrap:before{
        display: none
    }
    
    #mp-projects h2{
        margin: 0 0 30px 0;
        padding: 0
    }
    
    #why{
        padding: 35px 0
    }
    
    #why-subtitle{
        font-size: 18px
    }
    
    .why-item-name{
        font-size: 18px
    }
    
    .house-form{
        padding: 35px 0
    }
    
    .house-form-subtitle{
        font-size: 18px
    }
    
    .house-form-wrap input[type="checkbox"] {
  margin: -5px 10px 0 0;
  vertical-align: middle;
}
    
    .house-form-wrap .form-checkbox__label{
        width:55%;
        text-align:left;
        vertical-align: middle;
    }
    
    #feedback{
        padding: 35px 0
    }

    .feedback-subtitle{
        font-size: 18px
    }

    .feedback-item-name-wrap{
        font-size: 18px
    }
    
    #special{
        padding: 35px 0
    }

    .special-subtitle{
        font-size: 18px
    }
    
    .special-item-name{
        font-size: 18px
    }
    
    #works{
        padding: 35px 0
    }
	
	#contacts {
  padding: 0 0 50px 0;
}
	
	#page-works{
  padding: 0 0 25px 0;
}
	
	p.contacts-text-block-name {
  font-size: 16px;
}
	
	p.blog-item-name {

  font-size: 18px;
}
	
	#team {
  padding: 35px 0 20px 0;
}
	
	.team-item-name {
  font-size: 18px;

}
	
	#page-content, #blog {
  padding: 215px 0 35px 0;
}
	
	#projects-content{
	padding: 215px 0 50px 0;	
	}
	
	#page-project {
  padding: 35px 0 40px 0;
}
	
	 #projects-desc {
      margin: 0px 0 0 0;
    }
	
	#archive-projects {
      padding: 215px 0 40px 0;
    }
    
	
#page-content p.page-subtitle{
	font-size:16px;
}
	
	#page-content .page-consult {		
		text-align:center;		
	}
	
	#page-content .page-consult .btn-red{
		margin-bottom:20px
	}
	
	#page-content .page-consult-phone, #page-content .page-consult-phone:hover{
		font-size:18px
	}
	
	#page-content .page-consult-phone i {
  font-size: 14px;
		margin:0 10px
}
	
	#not-found-text {
  font-size: 150px;
}
	
	#p30types, #service-why, #page-objects{
		padding:35px 0
	}
	
    footer{
        text-align: center
    }
    
    .footer-contacts-wrap{
        text-align: left; 
    }
    
    .footer-contacts li{
        margin: 15px 0
    }
	
	 #footer-top .footer-info{
		text-align:center
	}
	
	.footer-contacts {
  display: block;
  text-align: center;

}
	
	.cbox-form{
		padding:20px 20px 10px
	}
	
	.cbox-form p.cbox-form-name {
  font-size: 30px;
  }
	
	.cbox-form p.cbox-form-text {
  font-size: 16px;
}
	
	.cbox-form-acceptance input[type="checkbox"] {
  margin-top: -7px;
}
}
	
	
	