
/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,700;1,400;1,700&display=swap");


html,
body {
	height: 100%;
	font-family: "Arimo", sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #222222;
	font-family: "Arimo", sans-serif;
	font-weight: 700;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 36px;
	line-height: 1.4;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 16px;
	color: #7E858B;
	line-height: 1.8;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #ffffff;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}

	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}

	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*---------------------
   Helper CSS
 -----------------------*/

.section-title {
	text-align: center;
	margin-bottom: 55px;
}

.section-title img {
	margin-bottom: 15px;
}

.section-title h2 {
	font-weight: 400;
	font-size: 38px;
	text-transform: uppercase;
}

.section-title p {
	padding-top: 15px;
	margin-bottom: 0;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/*---------------------
  Commom elements
-----------------------*/

.site-btn {
	display: inline-block;
	font-size: 16px;
	padding: 16px 15px;
	min-width: 180px;
	color: #fff;
	background: #8DB952;
	line-height: 1;
	text-align: center;
	font-weight: 700;
	border: none;
	border-radius: 2px;
}

.site-btn i {
	font-size: 24px;
	position: relative;
	top: 5px;
	margin-left: 4px;
}

.site-btn:hover {
	color: #fff;
	background-color: #7E858B;
}

.section__title {
	text-align: center;
	padding-bottom: 40px;
	margin-bottom: 45px;
	position: relative;
}

.section__title:after {
	position: absolute;
	content: "";
	width: 60px;
	height: 4px;
	left: calc(50% - 30px);
	bottom: 0;
	background: #8DB952;
}

.section__title h2 {
	margin-bottom: 0;
	text-transform: uppercase;
}

@media (max-width: 576px) {
	h1 {
		font-size: 26px;
	}

	.section__title h2 {
		font-size: 24px;
	}
}

.search-model {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #ffffff;
	z-index: 99999;
}

.search-model-form {
	padding: 0 15px;
}

.search-model-form input {
	width: 500px;
	font-size: 34px;
	border: none;
	border-bottom: 2px solid #ededed;
	background: 0 0;
	color: #999;
}

@media (max-width: 576px) {
	.search-model-form input {
		width: 100%;
		font-size: 24px;
	}
}

.search-close-switch {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #333;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 39px;
	line-height: 28px;
	top: 30px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pt83 {
	padding-top: 83px;
}

/*---------------------
   Header section
 -----------------------*/

.header {
	padding: 40px 45px 0;
	padding-top: 20px;
}

@media (max-width: 576px) {
	.header {
		padding: 30px 10px 0;
	}
}

@media (max-width: 576px) {
	.header__social {
		display: none;
	}
}

.header__social a,
.header__switches a {
	display: inline-block;
	color: #222222;
	padding-top: 5px;
	margin-right: 15px;
	font-size: 20px;
}

.header__social a:last-child,
.header__switches a:last-child {
	margin-right: 0;
}

.header__social a.nav-switch,
.header__switches a.nav-switch {
	display: none;
	/*width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #e1e1e1;
	text-align: center;
	padding-top: 9px;
	margin-top: -9px;*/
}


@media (max-width: 576px) {

	.header__social a.nav-switch,
	.header__switches a.nav-switch {
		display: inline-block;
	}
}

.header__switches {
	text-align: right;
}

@media (max-width: 576px) {
	.header__switches {
		text-align: center;
		padding-bottom: 8px;
	}
}

/*----------
   Menu
 ---------*/

.main__menu {
	position: relative;
	right: 0;
	padding-top: 25px;
	text-align: center;
}

@media (max-width: 576px) {
	.main__menu .nav__menu {
		display: none;
	}
}

.main__menu .nav__menu>li {
	display: inline-block;
	position: relative;
}

.main__menu .nav__menu>li:last-child a {
	margin-right: 0;
}

.main__menu .nav__menu>li>a {
	position: relative;
	font-size: 16px;
	color: #7E858B;
	font-weight: 700;
	padding: 5px 2px;
	margin-right: 40px;
	text-transform: uppercase;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.main__menu .nav__menu>li>a {
		margin-right: 20px;
	}
}

.main__menu .nav__menu>li>a:after {
	position: absolute;
	content: "";
	width: 0;
	height: 6px;
	left: 0;
	bottom: 8px;
	background: #8DB952;
	z-index: -1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.main__menu .nav__menu>li>a.menu--active {
	color: #222222;
}

.main__menu .nav__menu>li>a.menu--active:after {
	width: 100%;
}

.main__menu .nav__menu>li:hover a {
	color: #222222;
}

.main__menu .nav__menu>li:hover a:after {
	width: 100%;
}

.main__menu .nav__menu>li:hover .sub__menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
	margin-top: 15px;
}

.main__menu .nav__menu>li .sub__menu {
	position: absolute;
	text-align: left;
	padding: 10px 0;
	width: 170px;
	left: 0;
	top: 100%;
	margin-top: 50px;
	-webkit-box-shadow: 0 9px 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 9px 50px rgba(0, 0, 0, 0.1);
	background: #fff;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.main__menu .nav__menu>li .sub__menu:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 25px;
	left: 0;
	top: -25px;
}

.main__menu .nav__menu>li .sub__menu>li {
	display: block;
}

.main__menu .nav__menu>li .sub__menu>li>a {
	display: block;
	display: block;
	padding: 5px 15px;
	color: #7E858B;
	text-transform: none;
	margin: 0;
	font-size: 14px;
	font-weight: 700;
}

.main__menu .nav__menu>li .sub__menu>li>a:hover {
	color: #222222;
}

.main__menu .nav__menu>li .sub__menu>li>a:after {
	display: none;
}

.slicknav_menu {
	background: #f7f7f7;
	padding: 0;
	margin-bottom: 30px;
	text-align: left;
	display: none;
}

@media (max-width: 576px) {
	.slicknav_menu {
		display: block;
	}
}

.slicknav_btn {
	display: none;
}

.slicknav_nav ul {
	margin: 0;
}

.slicknav_nav .slicknav_row:hover {
	border-radius: 0;
	background: transparent;
	color: #222222;
}

.slicknav_nav a:hover {
	border-radius: 0;
	background: transparent;
	color: #222222;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
	padding: 11px 25px;
	margin: 0;
	color: #222222;
	font-size: 16px;
	font-weight: 700;
	border-bottom: 1px solid #e9e9e9;
}

.slicknav_nav .slicknav_item a {
	border-bottom: none;
}

/*---------------------
   Hero section
 -----------------------*/

.hero__section {
	padding-top: 70px;
	margin-bottom: 40px;
}

@media (max-width: 576px) {
	.hero__section {
		padding-top: 0px;
	}

	.hero-text-slider {
		padding-top: 15px !important;
	}

	a.mari-slider {
		font-size: 20px !important;
	}

	.main__menu {
		padding-top: 0px;
	}
}

.slide-item {
	padding: 0 5px;
	outline: none;
	cursor: pointer;
}

.slick-center.slide-item img {
	padding: 0;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.hero-slider .slick-track {
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

.slide-item img {
	height: 570px;
	padding: 65px 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	max-width: 100%;
}

@media (max-width: 576px) {
	.slide-item img {
		padding: 0;
	}
}

.hero-text-slider {
	text-align: center;
	padding-top: 30px;
	max-width: 800px;
	margin: 0 auto;
}

/*---------------------
   Footer section
 -----------------------*/

.footer__copyright__text {
	text-align: center;
	padding-bottom: 5px;
}

.footer__copyright__text p {
	font-size: 16px;
}

.footer__copyright__text i {
	color: #d32a2a;
}

.footer__copyright__text a {
	color: #7E858B;
	text-decoration: underline;
}

.footer__copyright__text a:hover {
	color: #8DB952;
}

/*------------------
   About page
 ------------------*/

.about__page {
	padding: 90px 60px 150px;
}

@media (max-width: 576px) {
	.about__page {
		padding: 30px 0 150px;
	}
}

.about__title {
	display: inline-block;
	margin-bottom: 50px;
	position: relative;
}

.about__title:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 6px;
	left: 0;
	bottom: 8px;
	background: #8DB952;
	opacity: 0.5;
	z-index: -1;
}

.about__text {
	padding-bottom: 50px;
}

.about__text img {
	padding-top: 0px;
}

.about__meta {
	overflow: hidden;
	margin-bottom: 35px;
}

.about__meta img {
	float: left;
	width: 50%;
	height: 50%;
	max-width: 100% !important;
	border-radius: 50%;
	margin-right: 15px;
	padding-top: 0;
}

.about__meta__info {
	overflow: hidden;
	padding-top: 22%;
}

.about__meta__info h5 {
	margin-bottom: 5px;
}

.about__meta__info p {
	text-transform: uppercase;
	font-size: 12px;
	color: #8DB952;
}

.experience__item {
	padding-top: 15px;
	margin-bottom: 20px;
}

.experience__item h4 {
	font-size: 20px;
	margin-bottom: 20px;
}

.skills__text {
	padding-bottom: 50px;
}

.skills__text p {
	margin-bottom: 40px;
}

.single-progress-item {
	margin-bottom: 30px;
}

.single-progress-item h6 {
	margin-bottom: 10px;
}

.progress-bar-style {
	height: 6px;
	background: #E8E8E8;
}

.progress-bar-style .bar-inner {
	height: 100%;
	background: #8DB952;
}

a.mari-slider {
	font-size: 26px !important;
}

/*-------------------
   Gallery Page
 -------------------*/

.gallery__page {
	padding: 40px 15px 65px;
}

@media (max-width: 576px) {
	.gallery__page {
		padding: 0px 15px 65px;
		margin-top: -30px;
	}
}

.gallery__warp {
	max-width: 1570px;
	margin: 0 auto;
}

.gallery__item {
	display: block;
	margin-bottom: 0px;
}

.gallery__item img {
	min-width: 100%;
	padding: 10% 4% 0 4% !important;
}

.fr-position-outside {
	left: 0;
	top: 0;
	right: auto;
	bottom: auto;
}

.fr-position-text {
	color: #fff;
}

.fr-window-skin-fresco.fr-window-ui-outside .fr-close-background,
.fr-window-skin-fresco.fr-window-ui-outside .fr-close:hover .fr-close-background {
	background-color: transparent;
}

.fr-thumbnail-active {
	border: 2px solid #8DB952;
}

/*----------------
   Blog Page
 ----------------*/

.blog__page {
	padding: 90px 0 55px;
}

@media (max-width: 576px) {
	.blog__page {
		padding: 30px 0 55px;
	}
}

.blog__warp {
	max-width: 1570px;
	padding: 0 15px;
	margin: 0 auto;
}

.blog__item {
	height: 370px;
	position: relative;
	margin-bottom: 30px;
	background-position: center;
}

.blog__item.blog__item--long {
	height: 770px;
}

.blog__item::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/*background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(43%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.49)));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.49) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.49) 100%);*/
}

@media (max-width: 576px),
only screen and (min-width: 576px) and (max-width: 767px) {
	.blog__item h3 {
		font-size: 22px;
	}
}

.blog__content {
	position: absolute;
	bottom: 30px;
	padding: 0 30px;
	z-index: 2;
}

.blog__content h4 {
	font-size: 22px;
}

.blog__content h4 a {
	color: #fff;
}

.blog__date {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}

/*-------------------
   Blog Single Page
 --------------------*/

.blog__slider {
	padding: 70px 0 60px;
}

@media (max-width: 576px) {
	.blog__slider {
		padding: 30px 0 60px;
	}
	.set-bg {
		background-size: contain;
	}
}

.blog__slider .slick-track {
	margin-left: 380px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog__slider .slick-track {
		margin-left: 250px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.blog__slider .slick-track {
		margin-left: 0;
	}
}

.blog__slider__item {
	outline: none;
	padding: 0 3px;
}

.blog__container {
	max-width: 1000px;
	padding: 0;
	margin: 0 auto 40px;
}

img.blog-singl-1{
	width: 350px;
    margin-left: 9%;
	margin-bottom: -10px;
}

div.blog-singl-1{
	height: 50px;
}

.blog__container p {
	font-size: 18px;
}

.blog__container h4 {
	font-size: 22px;
	margin-bottom: 20px;
}

.blog__header {
	text-align: center;
	margin-top: 90px;
}

.blog__cata {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	padding: 4px 13px;
	border-radius: 2px;
	color: #fff;
	background: #8DB952;
	margin-bottom: 20px;
}

.blog__single__title {
	font-size: 30px;
	margin-top: 60px;
	margin-bottom: 80px;
	line-height: 1.2;
}

.opinion__single__title {
	font-size: 30px;
	margin-top: 80px;
	margin-bottom: 80px;
	line-height: 1.2;
	text-align: center;
}

h2.blog__container{
	font-size: 20px;
    line-height: 1.4;
    margin: 0 auto 10px;
}

h2.blog__blockquote{
	font-size: 20px;
    line-height: 1.4;
    margin-bottom: 010px;
}

span.black-text{
color: #222;
font-weight: 600;
}

.blog__metas {
	margin-bottom: 30px;
}

.blog__metas .blog__meta {
	position: relative;
	display: inline-block;
	margin-right: 18px;
	margin-bottom: 5px;
	padding-right: 20px;
	font-size: 14px;
	color: #7E858B;
}

.blog__metas .blog__meta:after {
	position: absolute;
	content: "|";
	font-size: 14px;
	right: 0;
	top: 0;
	color: #7E858B;
}

.blog__metas .blog__meta:last-child {
	margin-right: 0;
	padding-right: 0;
}

.blog__metas .blog__meta:last-child:after {
	display: none;
}

.blog__article blockquote {
	max-width: 1170px;
	margin: 20px auto 50px;
	padding: 45px 45px 55px;
	background-color: #EAEFE5;
	background-image: url("../img/blog-single/quote.png");
	background-repeat: no-repeat;
	background-position: right 60px bottom -10px;
}

.blog__article blockquote p {
	color: #222222;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 25px;
}

.blog__article blockquote h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

.blog__article blockquote h5 {
	font-size: 14px;
	text-transform: uppercase;
	color: #8DB952;
	letter-spacing: 2px;
}

.blog__banner {
	max-width: 1170px;
	margin: 0 auto;
}

.blog__banner img {
	min-width: 100%;
}

.post__footer {
	border-top: 1px solid #E8E8E8;
	padding-top: 30px;
	margin-bottom: 70px;
}

.post__tags a {
	display: inline-block;
	font-family: "Raleway", sans-serif;
	color: #7E858B;
	font-size: 12px;
	font-weight: 700;
	padding: 5px 21px;
	margin-bottom: 5px;
	margin-right: 2px;
	background-color: #F3F3F3;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.post__tags a:hover {
	background: #8DB952;
	color: #fff;
}

.post__share {
	text-align: right;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.post__share {
		text-align: left;
		padding-top: 35px;
	}
}

.post__share span {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
}

.post__share a {
	display: inline-block;
	font-size: 16px;
	color: #7E858B;
	margin-left: 30px;
}

.post__share a:first-child {
	margin-left: 0;
}

.comment__area {
	padding-bottom: 100px;
}

.comment__area h2 {
	margin-bottom: 40px;
}

.comment__form input,
.comment__form textarea {
	width: 100%;
	height: 50px;
	font-size: 16px;
	padding: 15px 20px;
	margin-bottom: 26px;
	color: #222222;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.comment__form input:focus,
.comment__form textarea:focus {
	border: 1px solid #8DB952;
}

.comment__form textarea {
	height: 110px;
	resize: none;
	margin-bottom: 50px;
}

.blog__details__comment {
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 30px;
}

.blog__details__comment h4 {
	color: #222222;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.recent__post {
	padding: 75px 15px 60px;
	border-top: 1px solid #E8E8E8;
}

.recent__post h2 {
	margin-bottom: 65px;
}

.recent__post .blog__item {
	background-position: center;
}

/*----------------
   Contact Page
 ----------------*/

.contact__warp {
	max-width: 802px;
	padding: 120px 15px 130px;
	margin: 0 auto;
}

@media (max-width: 576px) {
	.contact__warp {
		padding: 30px 15px 130px;
	}
}

.contact__social {
	padding-top: 20px;
	margin-bottom: 40px;
}

.contact__social a {
	display: inline-block;
	text-align: center;
	width: 40px;
	height: 40px;
	padding-top: 8px;
	margin-right: 6px;
	color: #222222;
	border-radius: 50%;
	background: #E8E8E8;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.contact__social a:hover {
	background: #8DB952;
	color: #ffffff;
}

div.contact__text {
	padding-top: 12px;
}

.contact__text p {
	font-size: 18px;
	color: #222222;
	line-height: 1.4;
}

.contact-form {
	padding-top: 20px;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	height: 50px;
	font-size: 16px;
	padding: 15px 20px;
	margin-bottom: 26px;
	color: #222222;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-form input:focus,
.contact-form textarea:focus {
	border: 1px solid #8DB952;
}

.contact-form textarea {
	height: 110px;
	resize: none;
	margin-bottom: 50px;
}

/*@Mari_R*/

a.link-mari {
	color: #8DB952 !important;
}

a.link-mari:hover {
	color: #7E858B !important;
}


a.link-mari-1 {
	color: #7E858B !important;
	font-size: 16px;
}

a.link-mari-1:hover {
	color: #8DB952 !important;
}

a.site-logo {
	min-width: 120px !important;
}

img.img-logo {
	width: 120px;
	max-width: 120px !important;
}

a.mari-slider {
	line-height: 1.4;
	margin: 0;
	color: #7E858B;
	font-weight: 700;
}

a.mari-slider:hover {
	color: #8DB952!important;
}


img.vaga-signature {
	max-width: 35%;
}

p.gallery-title {
	font-size: 0.9em;
	color: #333333;
	line-height: 1.25;
	font-family: 'Roboto Condensed', Arial;
	padding-left: 14%;
	margin-top: -10px;
}

div.logo-site {
	text-align: center;
}

.thanks__warp {
	max-width: 802px;
	padding: 100px 15px 90px;
	margin: 0 auto;
}

footer.footer_thanks {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

div.thanks {
	text-align: center;
}

h1.thanks {
	font-size: 24px;
	margin-bottom: 20px;
	margin-top: 40px;
}

p.thanks {
	font-size: 20px;
	color: #7E858B;
	line-height: 1.5;
}

/*Hero-slider*/

.hero-slider_new * {
	transition: none;
}

.hero-slider_new .slick-list {
	padding: 0 15% !important;
	;
}

.slide-item_new {
	margin: 0;
}

.slide-item_new .inner {
	margin: 0;
}

.slide-item_new .inner .imh_href {
	height: 570px;
	display: block;
}

.slide-item_new .inner .text-item {
	text-align: center;
	max-width: 90vw;
	margin: 15px auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all .5s;
	transition-delay: 400ms;
	transform: translateY(0px);
}

.slide-item_new .inner .text-item p {
	margin: 0;
}

.slide-item_new .inner a img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	transition: all .5s;
	transition-delay: 400ms;
	transform: scale(0.8);
}

.slide-item_new.slick-current .inner a img {
	transform: scale(1);
}

.slide-item_new:not(.slick-current) .inner a img {
	transition-delay: 0s;
	transform: scale(0.8);
}

.slide-item_new:not(.slick-current) .text-item {
	opacity: 0;
	pointer-events: none;
	transform: translateY(20px);
}

.slide-item_new:not(.slick-current) .inner a {
	pointer-events: none;
}



/*Button top*/
.btn-up {
	position: fixed;
    background-color: #cccccc;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
  
  
.btn-up::before {
	content: "";
	width: 30px;
	height: 40px;
	background: transparent no-repeat center center;
	background-size: 100% 100%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
  }
  
.btn-up_hide {
	display: none;
  }
  
@media (hover: hover) and (pointer: fine) {
	.btn-up:hover {
	  background-color: #8DB952; /* цвет заднего фона при наведении */
	}
}

/**/

/*Blog*/

.mari-row{
	display: flex;
}

.mari-left{
	display: flex;
	flex-direction: column;
	margin-right: 30px;
}

.mari-left-top-row{
	display: flex;
	margin-bottom: 30px;
}

.mari-left-bottom-row{
	display: flex;
}

.left-1{
	margin-right: 30px;
}

div.mari-left-long.left-1{
background-color:#fdfba6;
min-width: 66%;
}

a.mari-blog-t{
	font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    color: #d6d638;
    left: 10%;
    top: 20%;
    position: relative !important;
	display: flex!important;
    flex-direction: column;
}

a.mari-blog-t:hover{
	color: #7E858B;
}

/*Singl Blog*/

.mari-blog-cont{
	display: flex;
}

.mari-blog-video{
	margin-right: 50px;
}

p.text-italic{
	font-style: italic;
    line-height: 1.4;
	color: #222;
    font-size: 17px;
}

h2.mari-blog-name{
	color: #111;
    font-weight: 700;
    line-height: 1.4;
    font-size: 22px;
    margin-bottom: 5px;
}

p.blockquote-regali{
	color: #8DB952 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
    margin-bottom: 3px !important;
    text-transform: uppercase;
}

p.blockquote-wau{
	color: #111!important;
	font-size: 16px!important;
    line-height: 1.5!important;
    margin-bottom: 10px!important;
}

i.fa.fa-wikipedia-w, i.fa.fa-facebook {
	color: #8DB952;
	font-size: 18px;
}

i.fa.fa-wikipedia-w:hover, i.fa.fa-facebook:hover {
	color: #222!important;
}

video {
	max-width: 350px;
}

div.container.recent__post {
	display: none;
}


/**/

@media (max-width: 768px) {

	/*Header*/

div.container-fluid{
    display: flex;
    flex-direction: row;
}

div.mari-header__switches{
	display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.fa.fa-bars{
	font-size: 20px;
}

/**/

/*Blog*/

.mari-row, .mari-left-top-row, .mari-left-bottom-row  {
    flex-direction: column;
}

.left-1, .mari-left {
    margin-right: 0px;
}

img.blog1-img{
	margin-bottom: 30px;
}

div.mari-left-long.left-1 {
    margin-bottom: 30px;
    min-height: 200px;
    padding-top: 10%;
    
}

a.mari-blog-t {
    font-size: 36px;
}



	.thanks__warp {
		padding: 30px 15px 70px;
	}

	h1.thanks {
		font-size: 20px;
	}

	p.thanks {
		font-size: 18px;
	}

	.blog__header {
		margin-top: 40px;
	}
	.blog__container {
		padding: 0 15px;
	}
	h2.blog__container, h2.blog__blockquote {
		font-size: 20px;
		padding: 0;
	}

	.blog__single__title {
		font-size: 26px;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	img.blog-singl-1{
		width: 250px;
	}
	
	div.blog-singl-1{
		height: 10px;
	}

	.mari-blog-cont {
		display: flex;
		flex-direction: column;
	}

	.set-bg {
		background-size: contain;
	}

	.set-bg {
		background-size: contain;
	}

	a.mari-slider {
		font-size: 20px !important;
	}

	video {
		max-width: 320px;
	}
	.mari-blog-video {
		margin-right: 0px;
		display: flex;
		justify-content: center;
		margin-bottom: -20px;
	}

	div.mari-video-decoding{
		display: none;
	}

	.btn-up {
		width: 40px;
		height: 40px;
		right: 10px;
    	bottom: 10px;
	}
	  
	  
	  .btn-up::before {
		width: 30px;
	}
}