@charset "UTF-8";
/*----------------------------------------------------------------------

	MASTER STYLESHEET

	Project:        Metronic "Acidus" Frontend Freebie - Responsive HTML Template Based On Twitter Bootstrap 3.3.4
	Version:        1.0
	Author:         KeenThemes
	Primary use:    Corporate, Business Themes.
	Email:			support@keenthemes.com
	Follow: 		http://www.twitter.com/keenthemes
	Like: 			http://www.facebook.com/keenthemes
	Website:		http://www.keenthemes.com
	Premium:		Premium Metronic Admin Theme: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes

-----------------------------------------------------------------------*/
/* eg: @include user-select(none); */
/* eg: @include rotate(45deg); */
/* eg: @include translate3d(0,0,0); */
/* eg: @include border-radius(3px); */
/* eg: @include visibility-backface(hidden); */
/*------------------------------------------------------------------
  	[The "base.scss" contains basic default element styles
  		(colors, typography, margins & padding).]
------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');
@import url(//db.onlinewebfonts.com/c/836306ca53076c3825bf1485ac4a770b?family=Chocolate+cyr-lat);

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body{
    font-family: 'Montserrat', sans-serif!important;
}

h1, h2{
	font-family: "Chocolate cyr-lat", cursive!important;
}

blockquote{
	padding-top: 4%;
}

.sfcm.sfsi_wicon{
  width: auto!important;
}
.norm_row {
  flex-direction: row;
  display: flex;
/*   width: 95px!important; */
}
.navbar-fixed-top{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0,0,0,.4);
}

.custom_logo{
	width: 80%;
	height: 100%;
}

.mob_menu {width: 10%;}
.mob_menu img{width: 100%;}
.header-mob-menu{display: none;}
.visible-menu {display: block!important;}
.header-mob-menu ul{
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.header-mob-menu ul li{
  list-style-type: none;
  padding: 2% 0%;
}
.header-mob-menu ul li a{
  position:relative;
  color:#75695b;
  font-weight: 600;
  font-size: 1em;
  margin: 0 15px;
  text-transform: uppercase;
}

.header{
/*   background: rgb(235,214,196);
  background: linear-gradient(90deg, rgb(175 141 112) 0%, rgba(255,255,217,1) 100%); */
}
.header h4 a{
  color:#75695b;
  font-weight: 600;
  font-size: 2em;
  text-decoration: none;
}
.header-menu ul{
  margin: 0px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap:wrap;
  flex-direction:row;
  -ms-flex-wrap:wrap;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  -ms-flex-pack:distribute;
  justify-content:space-around;
}
.header-menu ul li{
  list-style-type: none;
}
.header-menu ul li a{
  position:relative;
  color:#75695b;
  font-weight: 600;
  font-size: 1em;
  margin: 0 15px;
  text-transform: uppercase;
}
.header-menu ul li a.header-menu__active{
  color: #3e9f2a;
  position:relative;
  font-size:1.
}
.header-menu-icon{
  display:none;
  position:relative;
  cursor:pointer;
  width:23px;
  height:16px;
  border-bottom:2px solid #112878;
  border-top:2px solid #112878
}


.home_bg{
  padding-top: 5%;
  padding-bottom: 6%;
/*   background: rgb(235,214,196);
  background: linear-gradient(90deg, rgb(175 141 112) 0%, rgba(255,255,217,1) 100%); */
}
.home-text h1{
  color: #624525;
  font-size: 3em;
  margin-bottom: 0px;
}
.home-text p{
  color: #75695b;
  margin: 5% 0%;
}
.home-text button{
  border: none;
  background-color: #7D8D5B;
  color: white;
  border-radius: 0;
  padding: 20px 25px;
  text-transform: uppercase;
}
.home-text button:hover{
  background-color: #6a774d;
}
.home-text button:focus{
  outline: 0;
}
.home-img img{
  width: 100%;
  margin-left: -10%;
}


.services{
  padding: 5% 0%;
  flex-flow: row wrap;
}
.services_title{
  color: #624525;
  font-size: 2.5rem;
  text-align: center;
}
.service-item {
  width: 25%;
}
.service-item h4{
  color: #624525;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  text-transform: uppercase;
}
.service-item p{
  color: #75695b;
  margin-bottom: 0rem;
  padding: 0% 12%;
}


.portfolio_bg{
  /* background: rgb(235,214,196);  */
  background: #fff9f1; 
}
.portfolio{
  flex-flow: row wrap;
}
.portfolio div img{
  width: 100%;
}
.portfolio__add-more{
  padding: 1% 0%;
  text-align: center;
  background-color: #fff9f1;
}
.portfolio__add-more button{
  color: #3e9f2a;
  font-size: 600;
  text-transform: uppercase;
  border: none;
  background-color: transparent;
  outline: none;
}
.portfolio__add-more button:hover{
  text-decoration: underline;
}
.portfolio__add-more button:focus{
  outline: none;
}
.portfolio_item{
  width: 31.33333333%;
  margin: 1%;
}
.portfolio_item_inactive{
	display: none;
}
.portfolio_title{
  text-align: center;
  color: #624525;
  font-size: 2.5rem;
}


/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
  word-break: break-word;
  padding: 1em;
  height: 100%;
  background: rgb(255 255 255 / 59%);
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}
.portfolio_item figure.effect-zoe {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  width: 100%;
  height: 300px;
  padding: 0;
  margin-bottom: -5px;
  background-image: url(/wp-content/uploads/2020/11/Пост-№2-обложка.jpg);
  background-position: center;
  background-size: cover;
}
.portfolio_item figure.effect-zoe img {
  position: relative;
  display: block;
  min-height: 100%;
  opacity: 0.8;
}
.portfolio_item figure.effect-zoe p {
  padding: 1em;
  color: #000000;
  text-transform: none;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.portfolio_item figure.effect-zoe h2,
.portfolio_item figure.effect-zoe figcaption > span {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}
.portfolio_item figure.effect-zoe figcaption > span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-eye::before {
	content: '\e000';
}
.icon-paper-clip::before {
	content: '\e001';
}
.icon-heart::before {
	content: '\e024';
}
/* figure.effect-zoe h2 {
	display: inline-block;
} */
figure.effect-zoe:hover p {
	opacity: 1;
}
figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover figcaption > span {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-zoe:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
figure.effect-zoe:hover figcaption > span:nth-child(4) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
figure.effect-zoe:hover figcaption > span:nth-child(3) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
figure.effect-zoe:hover figcaption > span:nth-child(2) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}




.about-us{
  padding: 10% 0%;
}
.about-us h2{
  color: #624525;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.about-us p{
  width: 100%;
  color: #75695b;
  margin: 0 auto;
}

.contacts_bg{
  background-color: #f3e4d1;
}
.contacts{
  padding: 7% 0%;
}
.contacts p{
  color: #75695b;
  margin-bottom: 5px;
}
.contacts h2{
  color: #624525;
  font-size: 2.5rem;
}
input[type=text].wpcf7-form-control,
input[type=tel].wpcf7-form-control {
  outline: none;
  border: none;
  padding: 15px 30px;
}
textarea.wpcf7-form-control {
  outline: none;
  border: none;
  padding: 30px;
}
textarea.wpcf7-form-control {
  width: 85%;
}
input[type=submit].wpcf7-form-control{
  border: none;
  outline: none;
  background-color: #7D8D5B;
  color: white;
  border-radius: 0;
  padding: 15px 40px;
  text-transform: uppercase;
}
input[type=text].wpcf7-form-control,
input[type=tel].wpcf7-form-control{
   width: 100%;
}


.maps-wrap{
  width: 56%;
}
.maps-address h2{
  color: #624525;
}
.maps-address p a,
.maps-address p{
  color: #75695b;
  margin-bottom: 10px;
}
.maps-address div{
  text-align: end;
}
.maps-address div p:first-child{
  text-transform: capitalize;
}


.footer{
  padding: 5% 0%;
  background-color: #1c130a;
}
.footer .left_block{
  color: #fff9f1;
}
.footer .left_block .copyright{
  margin-bottom: 5px;
  color: #75695B;
}
.footer .left_block .created_by,
.footer .left_block .created_by a{
  color: #FFFFFF;
} 
.footer .left_block p{
  margin-bottom: 0px;
}
.footer .footer-menu ul{
  margin: 0px;
  padding: 0px;
}
.footer .footer-menu ul li{
  list-style-type: none;
}
.footer .footer-menu ul li a{
  color: #75695b;
}
.footer .address p a,
.footer .address p{
  color: #75695b;
  margin-bottom: 5px;
}




/* Small devices (landscape phones, 576px and up) */
@media (min-width: 319px) and (max-width: 767.98px) { 
  body {background-color: red;}
  .portfolio_item,
  .service-item {
    width: 100%;
    margin-bottom: 10%;
  }
  .about-us p {
    width: 100%;
  }
  .home{
    text-align: center;
  }
  .maps-wrap{
    width: 100%;
  }
  .maps-wrap iframe{
    position: relative!important;
  }
  textarea.wpcf7-form-control{
    width: 100%;
  }
  .custom_logo{
	width: 60%;
	height: 100%;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
  body {background-color: grey;}

  .header-menu ul li a{
    margin: 0 5px;
  }
  .portfolio_item,
  .service-item {
    width: 50%;
    margin-bottom: 5%;
  }
  .maps-wrap {
    width: 100%;
  }
  textarea.wpcf7-form-control{
    width: 98%;
  }
  .custom_logo{
	width: 60%;
	height: 100%;
  }
}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
  body {background-color: green;}

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

}