/*
Theme Name: Growwweb
Theme URI: Адрес сайта, посвященного данной теме
Description: Описание темы 
Version: 1.0
Author: Growwweb
Author URI: https://growwweb.com
*/

/*@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');*/

/*@font-face {
 font-family: Gilroy-Regular;
 src: url(fonts/Gilroy-Regular.otf);
 font-weight: normal;
}

@font-face {
 font-family: Gilroy-Regular;
 src: url(fonts/Gilroy-Semibold.otf);
 font-weight: bold;
}*/

html {
	height: 100%;
}
body {
	font-family: Arial;
	font-weight: normal;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
header, footer {
	flex: 0 0 auto;
}
main {
	flex: 1 0 auto;
	padding: 20px 0 0;
}
.container {
	padding: 0 15px;
	max-width: 1280px;
	margin: auto;
	height: 100%;
}
@media all and (min-width : 1280px) {
.container {
	width: 1440px;
}
}
.flex_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
a{
	color: #669934;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.bl_bl a, .contacts_block a {
	color: #fff;
}
a:hover, a:focus, a:active {
	color: #f79c4d;
	text-decoration: none;
}

h1, h2 {
	padding: 30px 0;
	font-size: 35px;
	font-weight: 600;
}

b, strong {
	font-weight:bold;
}



/* TOP */

.logo_block {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 20px 0 0;
}
.logo_block img {
	width: 200px;
}
.phone_block {
  display: flex;
  align-items: center;
}
.phone_block a {
  color: #000;
  margin: 0 20px 0 0;
}



/* МЕНЮ */

.navbar {
	display: flex;
	background: transparent;
	border: 0;
	margin: 15px 0;
	justify-content: center;
}
/*.navbar.navbar-default {
	background: #669934;
}*/
.navbar.navbar-default {
	background: #e0863c;
	background: linear-gradient(#fab473,#ae551a);
}
.navbar-default .navbar-nav > li > a {
	font-size: 16px;
	font-weight: 500;
	color: #222;	
}
.navbar-default .navbar-nav > .current-menu-item > a, .navbar-default .navbar-nav > .current-menu-item > a:focus, .navbar-default .navbar-nav > .current-menu-item > a:hover,
.nav-pills>li.current-menu-item>a,.nav-pills>li.current-menu-item>a:focus,.nav-pills>li.current-menu-item>a:hover, .nav>li>a:focus, .nav>li>a:hover, .navbar-default .navbar-nav > li.current-menu-parent > a,
.nav-pills>li.current-menu-parent > a {
	background: transparent;
	color: #c56827;
}

/* ВЫПАДАЮЩЕЕ МЕНЮ */

.dropdown ul {
	display: none;
	position: absolute;
}
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-menu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-menu a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-menu {display: block;}





.contacts_block {
	background: #383838;
	color: #fff;
	padding: 10px;
}

.contacts_block {
	display: flex;
	justify-content: center;
}
.contacts_block p {
	padding: 0 15px;
}
.contacts_block i {
	font-size: 15px;
	padding: 0 5px;
}




.welcome_block {
  text-align: center;
}
.welcome_block h2 {
	color: #669934;
	font-size: 50px;
}
.welcome_block:after, #clients h2:after, #reviews h2:after {
  content: '';
  width: 100px;
  height: 1px;
  background: #777;
  display: block;
  margin: 30px auto;
}



#conference {
	background: #282828;
}
.conference_block {
	display: flex;
	padding: 20px 0;
	color: #fff;
}
.conference_block > div {
	padding: 0 5% 0 0;
}
.conference_block h3, .about_block h3 {
	font-size: 30px;
	font-weight: bold;
	padding: 10px 0 20px;
}
.conference_block a, .about_block a {
	color: #333;
	background: #fff;
	text-transform: uppercase;
	padding: 15px 25px;
	display: inline-block;
	margin: 20px 0;
	font-weight: bold;
	font-size: 18px;
}




.about_block {
	display: flex;
	overflow: hidden;
	padding: 5% 0;
	justify-content: space-between;
}
.about_block li {
	font-size: 17px;
	padding: 0 0 15px;
	font-weight: bold;
	list-style: disc outside none;
	margin: 0 0 0 16px;
}
.about_block > p {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*.about_block img {
  width: 100%;
  height: auto;
}*/
.about_block a {
	color: #fff;
	background: #333;
}


#mainpage {
	box-shadow: 0px 10px 10px 0px #999;
}



#clients h2, #reviews h2 {
	text-align: center;
}



#reviews {
	background: #282828;
	margin: 50px 0;
	padding: 20px 0 80px;
}
#reviews h2 {
	color: #fff;
}
.n2-ss-slider .n2-ss-text p {
	padding: 0 0 10px;
}


.home .wp-block-column {
	padding: 0 0 0 20px;
}


#mainpage .wp-block-heading {
	padding: 0 0 30px;
}
.wp-block-column a {
	background: #669934;
	color: #fff;
	margin: 20px 0;
	display: inline-block;
	padding: 15px 30px;
	text-transform: uppercase;
}





.join_block {
	text-align: center;
	margin: 80px 0 0;
}
.join_block i {
  font-size: 60px;
}
.join_block h3 {
	font-size: 25px;
	font-weight: bold;
	margin: 20px 0;
	padding: 0;
}
.join_block p {
	padding: 0;
}
.join_block .subscribe {
	color: #fff;
	background: #111;
	padding: 15px;
	display: flex;
	margin: 20px auto;
	font-size: 20px;
	width: 250px;
	justify-content: center;
	align-items: center;
}
.join_block .subscribe i {
	font-size: 20px;
	padding: 0 10px 0 0;
}



/* FOOTER */

footer {
	background: #111;
	padding: 10px 0;
	margin: 50px 0 0;
}
.col-md-12.foot_line {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer_content {
	display: flex;
	justify-content: center;
	color: #ddd;
	font-size: 14px;
}
.footer_content > div:first-child {
	border-right: 1px solid;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
}
.footer_content a {
	color: #ddd;
}










/* INSIDE */

.articles {
	display: flex;
	flex-flow: wrap;
}
.articles > article {
	width: 30%;
	margin: 0 5% 5% 0;
}
.articles > article:nth-of-type(3n) {
	margin: 0;
}
.articles > article h2 {
	font-size: 22px;
	display: flex;
}
.articles > article .post_img {
	width: 100%;
	height: 200px;
	display: block;
}
.articles > article .post_img .thumb_img {
	width: 100%;
	height: 100%;
	display: block;
	max-height: 300px;
	overflow: hidden;
}
.articles > article .post_img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: 50% 30%;
}


article h3 {
	font-size: 25px;
	padding: 20px 0;
	font-weight: 600;
}
article ul li {
	list-style: disc inside none;
	margin: 5px 10px 15px;
}
article ol {
	ounter-reset: num;
}
article ol li {
	counter-increment: num;
}
article ol li::before {
	content: counter(num);
}
article p {
	padding: 10px 0 15px;
	font-size: 16px;
}

article ul.eb-socials li {
	list-style: none;
	margin: 0;
}

.page_block {
	overflow-x: hidden;
	width: 1280px;
	margin: auto;
	padding: 15px;
}
.type-post .post_image {
	float: left;
	margin: 0 50px 50px 0;
	width: 30%;
}
.type-post .post_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.type-page .post_image {
	float: right;
	margin: 0 50px 50px 0;
	width: 30%;
}
.type-page .post_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#news_soc {
	padding: 0 30px;
	box-shadow: 0 0 20px #999;
	margin: 40px 0 0;
}
#news_soc .wp-block-columns > div:nth-of-type(2) {
	box-shadow: 0 0 20px #999;
}

article .wp-block-columns.is-layout-flex.wp-container-3.wp-block-columns-is-layout-flex {
	background: #669934;
}
.eb-advance-heading-wrapper {
	background: transparent !important;
}

.wp-block-essential-blocks-infobox {
	margin: 50px 15px 50px;
}





/* otzyvy */

.category-otzyvy .articles {flex-flow: wrap;}
.category-otzyvy .articles > article {width: 100%;}







/* BREADCRUMBS */

.fbc-page .fbc-wrap .fbc-items li:first-child {
	padding-left: 2px;
}

.fbc.fbc-page {
  border-bottom: 1px solid #ddd;
}
.fbc-wrap {
  margin: 0 auto;
}
.fbc-page .fbc-wrap .fbc-items {
  font-family: inherit;
  background: transparent !important;
}
.fbc-page .fbc-wrap .fbc-items span, .fbc-page .fbc-wrap .fbc-items li.active span {
	font-size: 13px !important;
}







/* 404 */

.error-404 {
	text-align: center;
}



/* form */

.eb-fluent-form-wrapper {
	margin: 0 !important;
}
.ff-message-success {
	border: 0;
	box-shadow: none;
	text-align: center;
}
.error.text-danger {
	position: absolute;
}



.up {
	position: fixed;
	right: 3%;
	bottom: 3%;
	background: url(img/up_b.png) no-repeat center;
	height: 32px;
	width: 32px;
	cursor: pointer;
	font-size: 0;
	border-radius: 99px;
	opacity: 0.7;
}