@font-face {
	font-family: Segoe-UI;
	src: url(/images/fonts/SegoeUI.ttf);
}

@font-face {
	font-family: Segoe-Bold;
	src: url(/images/fonts/Segoe-Bold.ttf);
}

@font-face {
	font-family: Segoe-Semibold;
	src: url(/images/fonts/Segoe-Semibold.ttf);
}

body {
	font-family: Segoe-UI;
}

header {
	background: transparent !important;
}
header ul.nav.navbar-nav {
    display: none;
}
.container-topbar {
	background: #50892A;
	padding: 15px 0;
}

.container-topbar p {
	font-size: 16px;
	margin: 0;
	display: flex;
	align-items: center;
}

.container-topbar p img {
	margin-right: 10px;
}

ul.mod-menu.mod-list.nav li a {
	font-size: 18px;
	color: #363636;
	text-transform: uppercase;
	font-weight: 400;
}

.grid-child.container-nav {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}

#mod-custom111 {
	width: 20%;
}

ul.mod-menu.mod-list.nav {
	width: 80%;
	align-items: center;
	justify-content: end;
}

ul.mod-menu.mod-list.nav li {
	margin-left: 30px;
	padding: 0;
}

.container.text-banner {
	position: absolute;
	z-index: 5;
	top: 20%;
	width: 80%;
	left: 50%;
	transform: translate(-50%);
}

#carouselExampleCaptions {
	position: relative;
}

#carouselExampleCaptions .carousel-item:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 39%);
	pointer-events: none;
}

#carouselExampleCaptions .carousel-item {
	position: relative !important;
}

.text-banner h2 {
	font-size: 96px;
	text-transform: uppercase;
	color: #fff;
	font-family: Segoe-Bold;
}

.text-banner p {
	font-family: Segoe-Semibold;
	font-size: 30px;
	color: #fff;
	line-height: 42px;
	margin-bottom: 40px;
}

.container.text-banner a {
	background: #50892A;
	display: table;
	color: #fff;
	text-decoration: unset;
	padding: 15px 40px;
	text-transform: uppercase;
	border-radius: 35px;
}

.container.text-banner a img {
	display: unset;
	margin-left: 10px;
}

#mod-custom113 {
	margin: 80px 0;
	text-align: center;
}

.main-title {
	text-align: center;
	font-size: 32px;
	font-family: Segoe-Semibold;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.main-txt {
	font-size: 20px;
	color: #363636;
	text-align: center;
}

.numbers {
	display: flex;
	justify-content: space-around;
	margin: 60px 0;
}
.numbers div {
    width: 23%;
    border: 1px solid #f4f5f4;
    border-radius: 10px;
    padding: 10px;
    background: #f4f5f4;
}
.numbers div p {
	color: #50892A !important;
	font-family: Segoe-Semibold;
	font-size: 60px !important;
}

.numbers div p span {
	font-size: 18px;
	display: table;
	margin: 0 auto;
}

.container-banner.full-width {
	margin-bottom: 0;
}
h4.mod-articles-title {
	text-align: center;
}
.uslugi {display: flex;justify-content: space-between;}
.uslugi div p {
    font-family: Segoe-Semibold;
    font-size: 18px;
    line-height: 30px;
    color: #363636;
    text-align: center;
    margin: 30px 0;
    height: 60px;
}
.uslugi div {width: 31%;}
.uslugi div img {width: 100%;border-radius: 10px;}
.uslugi div a {
    background: #50892A;
    /* border: 3px solid #50892A; */
    border-radius: 35px;
    padding: 10px 40px;
    color: #fff;
    margin: 0 auto;
    display: table;
    text-decoration: unset;
}
.uslugi div a:hover {
    /* background: #50892A; */
    transition: 0.5s;
    /* color: #fff; */
    text-decoration: underline;
    /* border-color: #50892A; */
}

#mod-custom116 {
	margin: 100px 0;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 30px;
}

.gallery > div {
	width: 48%;
	text-align: center;
	margin-bottom: 2%;
}

.gallery > div img {
	width: 100%;
	margin-bottom: 20px;
	border-radius: 10px;
	height: 320px;
	min-height: 320px;
	object-fit: cover;
}

.gallery > div a {
	font-family: Segoe-Semibold;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	color: #363636;
	text-align: center;
	text-decoration: unset;
}

#mod-custom117 {
	background: #F4F5F4;
	padding: 50px 0;
}

.text-slider {
	width: 45%;
}

.text-slider h4 {
	color: #363636;
	font-size: 20px;
	font-family: Segoe-Semibold;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.text-slider p strong {
	color: #4C7A2E;
}

.text-slider p {
	font-size: 18px;
	line-height: 28px;
}

.img-slider {
	width: 45%;
}
.img-slider img {
	width: 100%;
	border-radius: 10px;
}
.all-slider {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
}
.text-slider a {
	color: #fff;
	font-family: Segoe-Semibold;
	margin-top: 5%;
	display: table;
	background: #50892A;
	padding: 10px 20px;
	border-radius: 35px;
	text-decoration: unset;
}

.text-slider a img {
	display: none;
}

#carouselWorks button .visually-hidden {
	width: auto !important;
	height: auto !important;
	clip: auto !important;
}

#mod-custom117 button.carousel-control-prev {
	left: -2%;
	width: auto !important;
	opacity: 1;
}

#mod-custom117 button.carousel-control-next {
	right: -2%;
	width: auto !important;
	opacity: 1;
}

#mod-custom118 {
	margin: 100px 0;
}

.home-demo .item img {
	width: auto !important;
	text-align: center;
	margin: 0 auto;
	min-height: 80px;
	height: 80px;
	object-fit: contain;
}

.footer {
	background: transparent;
}

.contacts {
	background: #50892A;
	display: flex;
	padding: 30px 0;
}

#mod-custom119 .main-title {
	color: #363636;
}

.contacts .container {
	display: flex;
	justify-content: space-between;
}
.contacts .container div p img {
    width: 20px;
    margin-right: 10px;
}
.contacts .container div p strong {
	font-size: 18px;
}

.contacts .container div p {
	margin: 0;
}

.gray p {
	margin: 0;
	color: #DCDCDC;
	font-size: 11px;
}

.gray {
	background: #5A5A5A;
	padding: 20px 0;
}

.map {
	height: 300px;
}

.map iframe {
	height: 300px;
	margin: 0;
}

#carouselExampleCaptions span.visually-hidden {
	width: auto !important;
	height: auto !important;
	clip: auto !important;
}

#carouselExampleCaptions .carousel-control-next-icon {
	display: none;
}

#carouselExampleCaptions .carousel-control-prev-icon {
	display: none;
}

.btn.btn-secondary span {
	display: none;
}

button#language_btn_122 {
	padding: 0;
	border: unset;
	font-size: 18px;
	color: #363636;
	text-transform: uppercase;
	font-weight: 400;
	margin-left: 40px;
	display: table !important;
	background: transparent;
	/* display: none !important; */
}

button#language_btn_122:hover {
	background: transparent;
}
.mod-languages {
	display: flex;
}

.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
	background: transparent !important;
}

div.mod-languages ul.lang-block li {
	padding: 10px;
	margin: 0;
}

div.mod-languages .dropdown-menu {
	padding: 0;
	border-radius: unset;
}

div.mod-languages ul li.lang-active {
	background: #50892a;
}

div.mod-languages ul.lang-block li a {
	color: #000;
}

div.mod-languages ul.lang-block li:hover {
	background: #50892a;
	transition: 0.5s;
}

.inner-page header {
	background: #F4F5F4 !important;
	display: table;
}

.inner-page #mod-custom119 .main-title {
	display: none;
}

.inner-page .page-header h1 {
	font-size: 30px;
}

span.divider.icon-location.icon-fw {
	display: none;
}

ol.mod-breadcrumbs {
	padding: 0 !important;
}

ol.mod-breadcrumbs li a {
	color: #8B8B8B;
	text-decoration: unset;
}
img.carousel-img {
	height: 580px;
	width: 100%;
	object-fit: cover;
}
.boss>div {
    width: 100%;
}
.com-content-article.item-page {margin-bottom: 50px;display: table;width: 100%;}
.boss-txt h3 {
    font-size: 22px;
    color: #363636;
}
.boss-txt p strong {
    color: #4C7A2E;
    font-weight: bold;
    display: table;
}
.com-content-category-blog__item.blog-item {
    margin-bottom: 40px;
    width: 31%;
}
figure.left.item-image {margin: 0;margin-right: 20px;}
.item-content {width: 100%;}
.page-header h2 a {
    font-size: 18px;
    color: #363636;
    text-decoration: unset;
}
.com-content-category-blog__item.blog-item .btn-secondary {
    background: #50892a;
    border: unset;
    padding: 10px 30px;
    border-radius: 35px;
}
.com-content-article__body {display: table;/* width: 50%; *//* padding-left: 20px; */font-size: 17px;}
.page-header {
    margin-bottom: 20px;
}

.img-uslugi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.img-uslugi img {
    height: 250px;
    margin-bottom: 10px;
    object-fit: cover;
    width: 100%;
}
.img-uslugi a {
    width: 24%;
}
.numbers img {margin: 0 auto;}
.gallery > div a:hover {
    text-decoration: underline;
    color: #50892a;
    transition: 0.5s;
}
.boss-img img {
    border-radius: 10px;
}

.com-content-article.item-page p {
    font-size: 17px;
}

.com-content-article.item-page .numbers div p {
    font-size: 70px !important;
    text-align: center;
}
.left.item-image img {
    border-radius: 10px;
    width: 100%;
}
.com-content-category-blog__items.blog-items.items-leading {
    display: flex;
    justify-content: space-between;
}

.work-inside {display: flex;border: 1px solid #ccc;padding: 20px;border-radius: 10px;width: 50%;margin-right: 2%;/* display: table; */height: 380px;}
.two-inside {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.two-inside p {margin: 0;}
.two-inside img {
    background: #50892a;
    padding: 10px 10px;
    border-radius: 50%;
    margin-right: 10px;
    width: 45px;
}
.two-inside p strong {display: table;}
.worrk-indides {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
#carouselSamara {width: 45%;}
#carouselSamara .carousel-inner img {
    height: 600px;
    width: 100%;
    min-height: 700px;
    object-fit: cover;
    border-radius: 10px;
}

.home-demo .item {border: 0.5px solid #589d2a57;border-radius: 5px;}

.timeline-horizontal {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  padding: 40px 0px;
  list-style: none;
  position: relative;
  margin-top: 5%;
  width: 100%;
}

.timeline-horizontal::before {
  content: '';
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  height: 4px;
  background: #ccc;
  z-index: 1;
}

.timeline-horizontal li {
  position: relative;
  text-align: center;
  width: 160px;
  z-index: 2;
}

.timeline-horizontal li::before {
  content: '';
  position: absolute;
  top: 52px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: #fff;
  border: 4px solid #50892a;
  border-radius: 50%;
  z-index: 3;
}

.flag {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
  margin-top: -45px;
  min-height: 60px;
}

.time {
  font-size: 12px;
  color: #50892a;
}

.desc {
  font-size: 13px;
  font-style: italic;
  margin-top: 20%;
}

.partnersall img {
    width: 15%;
    border: 0.5px solid #50892a5c;
    border-radius: 5px;
    height: 80px;
    padding: 10px;
    object-fit: contain;
    margin-bottom: 2%;
}

.container.partnersall {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.numbers.onas p img {
    width: 80px;
    padding: 20px 0;
}

.numbers.onas div p {
    display: flex;
    flex-wrap: wrap;
}

.numbers.onas div p span {
    width: 100%;
}

span.txtonas {
    font-size: 18px !important;
    color: #000;
}
.numbers.onas {
    display: flex;
    justify-content: space-between;
}

.site-grid {
    background: url(/images/backfon2.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right;
    right: 20%;
    background-size: contain;
}


div#mod-custom132 {
    margin: 80px 0;
    text-align: center;
}

div#mod-custom135 {
    margin: 100px 0;
}

div#mod-custom137 {
    	background: #F4F5F4;
	padding: 50px 0;
}

#mod-custom137 button.carousel-control-prev {
	left: -2%;
	width: auto !important;
	opacity: 1;
}

#mod-custom137 button.carousel-control-next {
	right: -2%;
	width: auto !important;
	opacity: 1;
}

div#mod-custom138 {	margin: 100px 0;}
#back-top img {
    position: fixed;
    right: 2%;
    top: inherit;
    bottom: 20px;
    z-index: 10;
    width: 50px;
}
#mod-custom113 .numbers div {
    background: transparent;
    border: unset;
    width: 30%;
}
#mod-custom132 .numbers.san div {
    background: transparent;
    border: unset;
    width: 30%;
}
div.mod-languages img {
    display: none;
}