/*----------------------------------------*/
/*  Main CSS
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,500');
.no-padding{padding:0!important}
.no-margin{margin:0!important}
img {max-width: 100%;height: auto;}
input,button{outline: none!important;}
input:focus, input:hover, input:active{outline:none !important;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;}
button:focus, button:hover, button:active,
a:active, a:hover {outline: 0 none;	 -moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;}
ul{ list-style: outside none none; margin: 0; padding: 0}
body {font-family: 'Roboto', sans-serif !important;background-color: #fff; font-size: 14px;}
/*----------------------------------------*/
/* header CSS
/*----------------------------------------*/
header{
	width: 100%;
	height: 100vh;
	padding: 40px;
	background-image: url(../img/header-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	text-align: center;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	color: #fff;	
}
.others-page{
	height: 50vh;
	justify-content: flex-start
}
.without-bg{
	background-image: none;
	height: auto;
	background: linear-gradient(45.01deg, #93C42F 0.01%, #03A799 100%);
}
header .navbar-inverse {
	min-height: 80px;
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
	position: relative;
	background-color: transparent;
	z-index: 1;
}

header .navbar-inverse .container {
	height: 80px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: relative;
}
.navbar-inverse .navbar-nav>li{
	padding: 10px 15px;
}
.navbar-inverse .navbar-nav>li>a{
	color: #fff;
	padding: 0;
	padding-bottom: 10px;
	text-transform: uppercase;
	border: 1px solid transparent;
	font-weight: 300
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus{
	color: #fff;
	border-bottom: 1px solid #fff;
	background: transparent;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
	color: #fff;
	border-bottom: 1px solid #fff;
	background: transparent;
	border: 0;
}
.collapse.navbar-collapse {
	position: absolute;
	right: 0;
	padding-right: 0;
}

.navbar-toggle {
	position: absolute;
	right: 0;
}

.navbar-brand {
	padding-left: 0;
}
.navbar-brand img{
	margin-top: -20px;
	width: 100%;
}
/* LEXX */
.layer3 {
	background-color: #45b377;
    /*position: center; 
    margin: 90px auto; */
	/*margin-top: 170px;  Положение от верхнего края */
	margin-left: 30px;
    left: 15px;  Положение от левого края 
    /*line-height: 1px;*/
	width: 500;
	height: auto;
   }
   
.layer21 {
	background-image: url(../img/back.jpg) ;
	width: 100%;
	height: 90px;
	text-align: center;
   }
   
.layer2 {
	background-image: url(../img/header-bg.png);/* repeat-y #45b377;*/
	background-size: 100%;
	width: 100%;
	height: 90px;
	text-align: center;
	display: table;
	vertical-align: center;
   }   

.layer2 img{
	max-width: 726;
	height: auto;
	border: none;
	
}
  
/* LEXX */   
   
header h2{
	font-size: 48px;
	font-weight: 100;
	line-height: 56px;
	margin-top: -56px;
}
.others-page h2{
	margin-top: 0px;
    position: absolute;
    top: 50%;
}
.navbar-inverse .navbar-toggle{
	border: 0;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
    background: transparent;
	border-bottom: 1px solid #fff;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
	border: 0;
}
.navbar-inverse .navbar-collapse{
	border: 0;
	box-shadow: none;
}
.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .755em;
    content: "";
    vertical-align: .255em;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.navbar-nav>li>.dropdown-menu{
	padding: 10px;
	background-color: transparent;
	box-shadow: none;
	border-color: transparent;
	border-radius: 0;
	margin-left: 5px;

}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background-color: transparent;
	border-color: transparent;
}
.navbar-nav>li>.dropdown-menu a{
	color: #fff ;
	font-weight: 300;
	margin: 5px 0;
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px solid transparent;
}
.navbar-nav>li>.dropdown-menu a:last-child{
	margin-bottom: 0;
}
.navbar-nav>li>.dropdown-menu a:hover,
.navbar-nav>li>.dropdown-menu a:focus{
	text-decoration: none;
	border-bottom: 1px solid #fff;
	color: #fff ;
}
.collapse.navbar-collapse{
    border: none;
	box-shadow: none;
}
/* begin Scroll Down Button */
button.scroll_down {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  height: 50px;
  width: 30px;
  bottom: 40px;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 20px;
  cursor: pointer;
  outline: none;
}

button.scroll_down:before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: scroll_down_btn-animation 2s infinite;
  animation: scroll_down_btn-animation 2s infinite;
  box-sizing: border-box;
}

@keyframes scroll_down_btn-animation {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes scroll_down_btn-animation {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* end Scroll Down Button */
/*----------------------------------------*/
/*main-page CSS
/*----------------------------------------*/
.max-width{
	width: 1110px;
	margin: 0 auto;
}
.main-page{
	padding: 80px;
	background-color: #fff;
}
.main-page h3, .full-block h3{
	font-size: 36px;
	line-height: 42px;
	color: #434D2E;
	width: 650px;
	margin: 0 auto;
	text-align: center;
	font-weight: 100;
}
.title{
	font-size: 24px; 
	line-height: 28px; 
	color: #424C2E;
	margin: 50px 0;
	text-align: center;
	font-weight: 100;
}
.schedule-list{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.schedule-two{
	margin-left: -27px;
}
.schedule-item img{
	margin-top: 20px;
}
.schedule-two img{
	margin-top: 0px;
}
.schedule-item{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction: column;
}
.schedule-two{
	justify-content: flex-end;
	align-items: flex-end;
}
.schedule-two .schedule-title{
	margin-right: 23px;
	font-weight: 100;
}
.schedule-item .schedule-title{
	position: relative;
	padding: 6px 12px;
}
.schedule-one{
	align-items: flex-start;
	margin-top: -60px;
}
.schedule-one.schedule-item .schedule-title{
	background-color: #E8E8E8;
	color: #6E6E6E;
	font-weight: 100;
}
.schedule-two.schedule-item .schedule-title{
	background-color: #10AA8F;
	color: #FFFFFF;
	font-weight: 100;
}
.schedule-item .schedule-title::after {
    content: ''; 
    position: absolute; 
    left: 45%; 
	bottom: -16px;
    border: 8px solid transparent;
}
.schedule-one.schedule-item .schedule-title::after {
	border-top: 8px solid #E8E8E8;
}
.schedule-two.schedule-item .schedule-title::after {
	border-top: 8px solid #10AA8F;
}
.bottom-txt{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-right: 23px;
}
.bottom-txt p{
	margin-bottom: 0;	
	font-weight: 100;
}
.bottom-txt .green{
	color: #94C52F;
	font-weight: 500;
}
.advantages{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	height: 100%;
	justify-content: space-between;
	margin: 80px auto;
	margin-bottom: 0;
}
.advantages-block{
	width: 33.333%;
}
.advantages-block .item{
	border: 2px dashed #E5E5E5;
	height: 190px;
	padding: 0 90px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 15px;
}
.advantages-block:first-child .item{
	margin-left: 0;
}
.advantages-block:last-child .item{
	margin-right: 0;
}
.advantages-block .item .advantages-txt{
	text-align: center;
	font-size: 18px; 
	line-height: 21px;
	color: #424C2E;
	font-weight: 100;
	z-index: 1;
}
.back-figure{
	position: absolute;
	font-size: 115px;
	line-height: 113px;
	color: #F0F0F0;
}
.full-block{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction: column;
	padding: 80px 0;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	margin-bottom: 80px;
}
.statistics{
	background-image: url(../img/statistics-bg.svg);	
	height: auto;	
}
.full-block h3{
	color: #fff;
}
.full-block .advantages-block .item{
	flex-direction: column;
	border: 0;	
	height: auto;
	padding: 0 59px;
}
.full-block .back-figure{
	position: relative;
	font-size: 48px;
	line-height: 56px;
	margin-bottom: 20px;
	font-weight: 100;
	width: 150px;
	height: 150px;
	border-radius: 150px;
	border: 4px solid #fff;
	color: #fff;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	justify-content: center;
}
.full-block .advantages-block .item .advantages-txt{
	color: #fff;
	font-size: 18px;
	line-height: 21px;
	
}
.schedule{
	background-image: url(../img/schedule-bg.png);
	height: 332px;
	
}
.row-titles{
	width: 730px;
	margin: 0 auto;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	justify-content: space-between;
}
.row-titles p{
	margin-bottom: 0;
	color: #59663E;
	font-weight: 100;
	font-size: 18px;
}
.price{
	background-image: url(../img/price-bg.png);
	height: 630px;
	margin-top: 110px;
}
.price h3{
	font-size: 24px;
}
.price .row-titles{
	margin-top: 20px;
}
.price .row-titles p{
	color: #fff;
}
.quotes{
	padding-top: 0;
	margin-bottom: 0;
}
.quotes h3{
	color: #424C2E;
}
.quotes-list{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 60px;
}
.logo-company{
	margin-bottom: 50px;
}
.quote{
	width: 550px;
	margin: 0 auto;
	padding: 30px;
	text-align: center;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 10px 33px rgba(110, 110, 110, 0.1);
	color: #494A46;
	font-weight: 100;
	font-size: 18px;
}
.construction{
	background-image: url(../img/construction-bg.png);
	height: auto;
}
.construction .advantages{
	margin-top: 0;
	margin-bottom: 40px;
}
.construction .back-figure{
	border: 0;
	width: auto;
	height: auto;
	font-size: 48px;
	font-weight: 500;
	display: block;
}
.construction .advantages-block .item{
	border: 2px dashed #fff;
	height: 220px;
}
.construction .back-figure span{
	font-size: 20px;	
}
.construction .bottom-txt{
	text-align: center;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: 100;
	font-size: 24px;
	margin-bottom: 0;
}
.carousel-inner.onebyone-carosel { margin: auto; width: 90%; }
.onebyone-carosel .active.left { left: -33.33%; }
.onebyone-carosel .active.right { left: 33.33%; }
.onebyone-carosel .next { left: 33.33%; }
.onebyone-carosel .prev { left: -33.33%; }
.carousel {
	margin-top: 40px;
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
	left: -12px;
    height: 40px;
	width: 40px;
    background: none;
	background-image: none;
    border: 0;
    border-radius: 0;
    margin-top: 85px;
	text-shadow: none;
	color: #E8E8E8;
	font-size: 25px;
}
.carousel-control:focus, .carousel-control:hover{
	color: #14AE91;
}
.carousel-control.right {
	right: -12px;
}
.carousel-control.left,
.carousel-control.right{
	background-image: none;
}
/* The indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
	background: #E8E8E8;
}
.carousel-indicators .active {
background: #14AE91;
}
.carousel-inner{
	height: 220px;
	vertical-align: middle;
}
.thumbnail{
	border: 0;
	position: relative;
	
}
.carousel-inner .item{
	height: 100%;
}
.carousel-inner .item .row{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.carousel-inner .item .item-slider{
	height: 100%;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
}
.hover-txt{
	background: linear-gradient(236.31deg, rgba(145, 196, 48, 0.95) 0%, rgba(4, 167, 152, 0.95) 100%);
	padding:10px 30px;
	font-size: 14px;
	font-weight: 100;
	color: #fff;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	position: absolute;
	top: 0;
	visibility: hidden;
}
.carousel-inner .item .item-slider:hover .hover-txt{
	visibility: visible;
}
.main-text{
	text-align: center;
	font-size: 18px;
	font-weight: 300;
}
.gallery-img{
	margin: 60px 0;
}
.gal-container{
	padding: 12px;
}
.gal-item{
	overflow: hidden;
	padding: 3px;
}
.gal-item .box{
	height: 350px;
	overflow: hidden;
}
.box img,
.box video{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.video-list .gal-item a:after{
	content: '\f01d';
	font-family: FontAwesome;
}
.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 80%;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}

/*----------------------------------------*/
/*footer CSS
/*----------------------------------------*/
footer{
	background-image: url(../img/footer-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	padding: 80px 20px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	flex-direction: column;
	position: relative;
}
footer h3{
	font-size: 36px;
	line-height: 42px;
	color: #fff;
	font-weight: 100;
}
.footer-txt{
	font-size: 18px;
	font-weight: 100;
	line-height: 21px;
	text-align: center;
	color: #fff;
	margin-top: 40px;
}
.contacts{
	padding: 20px;
	background-color: #fff;	
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	width: 500px;;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}
.name{
	color: #14AE91;
	font-size: 18px;
	line-height: 21px;
	font-weight: 100;
}
.contacts a{
	color: #303030;
	margin: 5px 0;
	font-size: 18px;
	font-weight: 100;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	justify-content: center;
}
.contacts a:hover{
	color: #14AE91;
	text-decoration: none;
}
.contacts a img{
	margin-right: 10px;
}
.contact-block{
	position: relative;
	width: 500px;
	margin: 40px auto 0;
	
}
.photo{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}


/*----------------------------------------*/
/*media CSS
/*----------------------------------------*/
@media (max-width : 1300px){
	.max-width,
	.construction{
		width: 100%;
	}
	.construction{
		padding: 80px;
		padding-bottom: 50px;
	}
	.quotes{
		padding: 0 20px;
		padding-bottom: 80px;
	}
}
@media (max-width : 1200px){
	.advantages-block .item,
	.construction .advantages-block .item{
		padding: 0 40px;
	}	
}
@media (max-width : 1024px){
	.full-block .advantages-block .item{
		padding: 0 35px;
	}
	.hover-txt{
		padding: 10px 25px;
	}
}
@media (max-width : 991px){
	.main-page,
	.construction{
		padding: 80px 25px;
	}
	.schedule-list{
		flex-direction: column;
	}
	.schedule-two{
		margin-left: 0;
		margin-top: 10px;
		justify-content: flex-start;
    	align-items: flex-start;
	}
	.schedule-two p{
		margin-right: 0;
		margin-left: 23px;
	}
	.bottom-txt{
		align-items: flex-start;
	}
	.advantages-block{
		width: 33%;
	}
	.advantages-block .item{
		margin: 0 5px;
	}
	.advantages-block .item,
	.full-block .advantages-block .item{
		padding: 0 10px;
	}
	.schedule-one.schedule-item .schedule-title{
		margin-top: 60px;
	}
	.carousel-inner .item .row{
		flex-wrap: wrap;
	}	
}
@media (max-width : 800px){
	.row-titles{
		width: 100%;
		padding: 0 30px;
	}
}
@media (max-width : 767px){
	header h2{
		font-size: 25px;
		line-height: 40px;
	}
	.main-page,
	.construction{
		padding: 80px 15px;
	}
	.construction{
		padding: 40px 15px!important;
	}
	.partners{
		padding: 0 15px !Important; 
	}
	.advantages{
		flex-direction: column;
	}
	.advantages-block{
		width: 400px;
		margin: 8px auto;
	}
	.advantages-block .item{
		margin: 0! important
	}
	.main-page h3,
	.full-block h3{
		width: 100%;
		font-size: 30px;
	}
	.full-block{
		height: auto;
		padding: 40px 0;
	}
	.full-block .advantages{
		margin: 40px auto;
	}
	.schedule{
		height: auto;
	}
	.price h3{
		font-size: 24px;
	}
	.price .schedule-item img{
		margin-top: 10px;
	}
	.full-block .advantages{
		margin-top: 0;
	}
	.construction .advantages-block .item{
		height: 130px;
	}
	footer{
		margin-top: 80px;
		padding-top: 20px;
	}
	.quotes{
		padding-top: 0;
		margin-bottom: 40px;
	}
	.construction .back-figure{
		margin-bottom: 0;
	}
}
@media (max-width : 630px){
	.quote{
		width: 85%;
		font-size: 14px;
	}
	.contacts{
		width: 100%;
	}
	.photo{
		position: relative;
	}
	.contact-block{
		width: 85%;
		height: auto;
        margin-bottom: 40px;
        margin-top: 0;
	}
	footer{
		padding-bottom: 0;
	}
	.footer-txt{
		margin-bottom: 40px;
		margin-top: 20px;
	}
	
}
@media (max-width : 560px){
	.advantages-block{
		width: 100%;
	}
	.row-titles p{
		font-size: 12px;
	}
	.row-titles{
		padding: 0 22px;
	}
}


/*----------------------------------------*/
/*scroll to top button
/*----------------------------------------*/
#scroll-top {
    display: none;
    position: fixed;
    z-index: 999;
    bottom:30px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    border:none;
    outline: none;
    background:  linear-gradient(45.01deg, #93C42F 0.01%, #03A799 100%);
    box-shadow: 0px 0px 22px rgba(90, 120, 28, 0.3);
    transition: .3s;
}
.scroll-top:hover {
    box-shadow: 0px 0px 26px rgba(24, 31, 12, 0.4);
    transition: .3s;
}
@media (max-width : 900px){
	.dropdown-menu{
		right: 0;
		left: auto;
	}
}
@media (max-width : 767px){
	header{
		padding: 10px;
	}
	header .navbar-inverse{
		width: 100%;
	}
	header .navbar-inverse .container {
		display: block;
	}
	.navbar-brand {
		padding-left: 10px;
	}
	.collapse.navbar-collapse {
		position: relative;
		width: 100%;
		left: 0;
		right: 0;
		padding-right: 15px;
		border: 0;
		background: #fff;
	}
	header .navbar-header {
		margin-top: 15px;
	}
	.navbar-nav{
		width: 100%;
	}
	.navbar-inverse .navbar-collapse{
		width: 100%;
		background: #fff;
		margin: 0;
	}
	.navbar-nav{
		margin: 0;
		padding: 10px 0;
	}
	.navbar-inverse .navbar-nav>li>a{
		color: #93C42F;
	}
	.navbar-inverse .navbar-nav>li>a:hover,
	.navbar-inverse .navbar-nav>li>a:focus,
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
		color: #93C42F;
		border-bottom: 1px solid #93C42F;
	}
	.navbar-nav .open .dropdown-menu{
		text-align: center
	}
	.navbar-nav>li>.dropdown-menu a{
		color: #93C42F;
		display: block;
	}
	.navbar-nav>li>.dropdown-menu a:hover, .navbar-nav>li>.dropdown-menu a:focus{
		color: #93C42F;
		border-bottom: 1px solid #93C42F;
	}
}
.news-list{
	margin: 60px auto;
}
.news-item{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.news-item a{
	text-decoration: none;
	color: #232323;
	font-weight: 300;
}
.news-descriptions{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.description_title{
	font-size: 20px;
	font-weight: 300;
}
.description_text{
	margin-bottom: 0;
}
.news-data{
	margin-bottom: 0;
}
a.read_more{
	background: linear-gradient(45.01deg, #93C42F 0.09%, #03A799 90%);
	display: block;
	width: 150px;
	padding: 8px;
	text-align: center;
	color: #fff;
	margin-top: 10px;
}
.read_more span{
	margin-left: 10px
}
a.read_more:hover,
a.read_more:focus{
	opacity: 0.7;
}
.new-img img{
	width: 100%;
    height: 200px;
    object-fit: cover;
}
.news-list .news-item{
	margin-bottom: 30px;
}
.news-list .news-item:last-child{
	margin-bottom: 0;
}
.advertisement .news-item{
	align-items: flex-start;
}
.advertisement .new-img{
	margin-bottom: 40px;
}

.advertisement .news-descriptions .description_title{
	text-align: center;
	margin: 20px auto;
}
.description_all_text{
	text-align: justify;
}
.description_all_text a{
	color: #14AE91;
}
@media (max-width : 767px){
	.news-item{
		flex-direction: column;
	}
	.new-img img{
		margin-bottom: 10px;
	}
}
.without_img .description_title{
	padding: 15px 0;
}
.without_img .description_text{
	padding: 15px 0;
}