@charset "utf-8";

/* CSS Document by BGERP */
/*------------------------------------------------------------------------Font`s-*/
@font-face {
	font-family: OpenSans-Bold;
	src: url(/asset/font/OpenSans-Bold.ttf) format('truetype');
}

@font-face {
	font-family: OpenSans-Light;
	src: url(/asset/font/OpenSans-Light.ttf) format('truetype');
}

@font-face {
	font-family: OpenSans-Regular;
	src: url(/asset/font/OpenSans-Regular.ttf) format('truetype');
}

@font-face {
	font-family: OpenSans-Semibold;
	src: url(/asset/font/OpenSans-Semibold.ttf) format('truetype');
}

/*------------------------------------------------------------------------Body-*/
html,
body {
	scroll-behavior: smooth;
	font-family: OpenSans-Regular;
}

/*------------------------------------------------------------------------Styles-basic*/
.h01 {
	font-size: 21px;
	font-family: OpenSans-Semibold;
	line-height: 1.1;
	margin-bottom: 10px;
}

.h02 {
	font-size: 24px;
	font-family: OpenSans-Bold;
	line-height: 1.1;
	margin-bottom: 10px;
}

.h03 {
	font-family: OpenSans-Bold;
	font-size: 26px;
	margin-bottom: 20px;
}

.h04 {
	font-family: OpenSans-Bold;
	font-size: 26px;
	margin-bottom: 20px;
	color: red;
	/* currently is not used and marked with the red color, as logically has to contain margin-top as the pair h05-h06 */
}

.h05 {
	font-family: OpenSans-Bold;
	font-size: 16px;
	margin-bottom: 2px;
}

.h06 {
	font-family: OpenSans-Bold;
	font-size: 16px;
	margin-bottom: 2px;
	margin-top: 40px;
}

.link {
	text-decoration: none;
	color: #FFF;
	transition-property: all;
	transition: all ease 0.4s;
}

.link:hover {
	text-decoration: underline;
	color: #FFF;
	transition: 0.4s;
}

.link-head {
	text-decoration: underline;
	color: #FFF;
	transition-property: all;
	transition: all ease 0.4s;
}

.link-head:hover {
	text-decoration: none;
	color: #FFF;
	transition: 0.4s;
}

.link-txt a {
	text-decoration: underline;
	color: #18bc87;
	transition-property: all;
	transition: all ease 0.4s;
}

.link-txt a:hover {
	text-decoration: none;
	color: #18bc87;
	transition: 0.4s;
}

.active-title-index {
	font-family: OpenSans-Semibold;
	color: #12e29e;
}

.span-menu {
	margin-left: 6%;
}

.span-icon {
	margin-right: 10px;
}

.span-left {
	margin-right: 20px;
}

.span-bull {
	margin-right: 2%;
}

.span-folder {
	margin-right: 12px;
}

.span-load {
	margin-right: 12px;
	margin-top: -5px;
}

.span-arrow {
	margin-left: 5px;
	margin-top: -2px;
}

.color-green {
	color: #18bc87;
}

.span-icon-footer {
	margin-right: 5px;
}

.icon-center {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;
}

@media (max-width: 1200px) {
	.p-none {
		display: none;
	}
}

@media (min-width: 1200px) {
	.p-display {
		display: none;
	}
}

@media (min-width: 576px) {
	.p-display-two {
		display: none;
	}
}

/*------------------------------------------------------------------------Lists*/
ul.ul {
	list-style-type: none;
	padding-left: 0;
}

ul.ul li::before {
	content: "\2022";
	display: inline-block;
	margin-left: -0.3rem;
	padding-right: 0.3rem;
	font-weight: bold;
	color: #18bc87;
}

ul.ul li {
	margin-bottom: 0.5rem;
}

ul.ul.txt {
	margin-left: 0.5rem;
}

ul.ul.txt li {
	margin-bottom: 0;
}

ul.line {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

ul.line li {
	flex: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	white-space: nowrap;
	position: relative;
	padding-left: 1.2em;
}

ul.line li::before {
	content: "\2022";
	display: inline-block;
	margin-left: -0.3rem;
	padding-right: 0.3rem;
	font-weight: bold;
	color: #18bc87;
}

/*------------------------------------------------------------------------Head*/
.back-menu {
	background: rgba(10, 134, 93, 0.7);
	width: auto;
}

.background {
	background-color: #009f6b;
	background-image: url(/asset/img/background.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 1200px) {
	.background {
		background-size: 200%;
	}
}

@media (max-width: 992px) {
	.background {
		background-size: 300%;
	}
}

@media (max-width: 576px) {
	.background {
		background-size: 400%;
	}
}

.background-grey {
	background-color: #f5f5f5;
}

.background-green {
	background-color: #daeee3;
}

.head-menu {
	height: 66px;
	width: auto;
	font-family: OpenSans-Light;
	font-size: 14px;
	padding-top: 21px;
	color: white;
}

.head-menu-left {
	text-align: right;
	color: white;
	padding-top: 21px;
	height: 66px;
}

@media (max-width: 768px) {
	.head-menu-left {
		text-align: left;
		height: 66px;
	}
}

.head-01 {
	height: 210px;
	padding-top: 80px;
	background-image: url(/asset/img/line.jpg);
	background-position: 78% 65%;
	background-repeat: no-repeat;
}

@media (max-width: 1200px) {
	.head-01 {
		height: 90px;
		text-align: center;
		background-image: none;
	}
}

.head-02 {
	padding-top: 90px;
	color: white;
	font-family: OpenSans-Semibold;
	font-size: 26px;
	line-height: 1.2;
}

@media (max-width: 1200px) {
	.head-02 {
		text-align: center;
		font-size: 24px;
	}
}

.head-03 {
	text-align: right;
	color: white;
	font-size: 14px;
	font-family: OpenSans-Light;
	padding-top: 110px;
}

@media (max-width: 1200px) {
	.head-03 {
		padding-top: 35px;
		text-align: center;
		font-size: 12px;
		line-height: 3.0;
	}
}

.head-04 {
	height: 130px;
	font-size: 18px;
	color: white;
}

@media (max-width: 1200px) {
	.head-04 {
		height: auto;
		text-align: center;
		padding-top: 30px;
		font-size: 16px;
		padding-bottom: 50px;
		word-wrap: break-word;
		word-break: break-all;
		/* более приоритетно */
	}
}

.head-05 {
	text-align: right;
	color: white;
}

@media (max-width: 1200px) {
	.head-05 {
		text-align: center;
		padding-top: 0px;
	}
}

.head-06 {
	text-align: right;
	color: white;
	padding-top: 10px;
}

@media (max-width: 1200px) {
	.head-06 {
		text-align: center;
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

/*------------------------------------------------------------------------Tab*/
.tab {
	margin-top: 80px;
	margin-bottom: 40px;
}

.tab-block {
	height: auto;
	line-height: 1.2;
	text-align: center;
}

/*------------------------------------------------------------------------Styles-button`s*/
.button-head {
	width: 241px;
	background-color: #18bc87;
	color: #FFF;
	border: #18bc87 solid 0px;
	font-size: 16px;
	height: 72px;
	font-family: OpenSans-Bold;
	transition-property: all;
	transition: all ease 0.5s;
	margin-top: -10px;
	margin-right: -15%;
}

@media (max-width: 1200px) {
	.button-head {
		margin-top: 0px;
		margin-right: 0px;
	}
}

.button-head:hover {
	background-color: #067a54;
	color: #FFF;
	transition: 0.5s;
	cursor: pointer;
	text-decoration: underline;
	-ms-transform: scale(1.08);
	/* IE 9 */
	-webkit-transform: scale(1.08);
	/* Safari 3-8 */
	transform: scale(1.08);
}

.button-all {
	width: 100%;
	background-color: #18bc87;
	color: #FFF;
	border: #18bc87 solid 0px;
	font-size: 16px;
	height: 60px;
	font-family: OpenSans-Bold;
	transition-property: all;
	transition: all ease 0.5s;
	margin-top: 0px;
	margin-right: -15%;
}

.button-all:hover {
	background-color: #067a54;
	color: #FFF;
	transition: 0.5s;
	cursor: pointer;
	text-decoration: underline;
	-ms-transform: scale(1.08);
	/* IE 9 */
	-webkit-transform: scale(1.08);
	/* Safari 3-8 */
	transform: scale(1.08);
}

/*------------------------------------------------------------------------Button-width*/
.button-width {
	margin-top: 60px;
	margin-bottom: 90px;
	font-family: OpenSans-Bold;
	font-size: 26px;
}

/*------------------------------------------------------------------------News*/
#news-buffer {
	display: none;
}

.news-title {
	font-family: OpenSans-Bold;
	font-size: 26px;
	padding-bottom: 25px;
}

.news-block {
	font-size: 16px;
	line-height: 1.4;
}

.news-line {
	width: auto;
	background-image: url(/asset/img/pix.jpg);
	height: 4px;
	margin-bottom: 15px;
}

.news-date {
	font-size: 14px;
	font-family: OpenSans-Bold;
	margin-top: 10px;
}

.news-archive {
	font-size: 14px;
	font-family: OpenSans-Bold;
	margin-top: 30px;
}

/*------------------------------------------------------------------------Padding-grey*/
.padding-grey {
	padding-top: 85px;
	padding-bottom: 85px;
}

/*------------------------------------------------------------------------Footer*/
.footer-base {
	height: 85px;
	padding-top: 32px;
	font-size: 14px;
	line-height: 1.7;
}

@media (max-width: 1200px) {
	.footer-base {
		text-align: center;
		height: auto;
	}
}

.footer-block-center {
	text-align: right;
}

@media (max-width: 1200px) {
	.footer-block-center {
		text-align: center;
		padding-top: 10px;
	}
}

.footer-block-icon {
	text-align: right;
}

@media (max-width: 1200px) {
	.footer-block-icon {
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.span-footer {
	margin-left: 6%;
}

@media (max-width: 1200px) {
	.span-footer {
		margin-left: 4%;
	}
}

/*--------------------------------------------------------------------------Styles-hide-tab-*/
.nav-pills .nav-link.active {
	border-radius: 0px;
	padding: 0;
	border: none;
	font: inherit;
	color: inherit;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #000 !important;
	background-color: #FFF !important;
	text-decoration: none !important;
	padding: 0 !important;
	font-size: 26px !important;
	font-family: OpenSans-Bold;
}

.nav-link:hover {
	text-decoration: none !important;
	color: #18bc87 !important;
	padding: 0 !important;
	font-size: 26px !important;
}

.nav-link.active {
	text-decoration: none !important;
	color: #FFF !important;
	padding: 0 !important;
	font-size: 26px !important;
}

.nav-link.active:hover {
	text-decoration: none !important;
	padding: 0 !important;
	font-size: 26px !important;
	color: #000 !important;
}

.nav-link {
	text-decoration: underline !important;
	padding: 0 !important;
	font-size: 26px !important;
	font-family: OpenSans-Bold;
	color: #18bc87 !important;
}

.nav-link {
	margin-right: 22px;
}

@media (max-width: 992px) {
	.nav-link {
		margin-right: 10px;
	}
}

/*------------------------------------------------------------------------Burger-*/
.text-padding {
	padding-left: 15%;
	margin-top: 40px;
	font-size: 14px;
	font-family: OpenSans-Light;
	line-height: 1.4;
	color: white;
}

.active-title {
	color: #31e6ab;
	font-family: OpenSans-Semibold;
}

.position-menu {
	height: auto;
	margin: 0 auto;
	position: relative;
	margin-top: -130px;
	margin-right: 10px;
}

@media (max-width: 1200px) {
	.position-menu {
		margin-top: -57px;
	}
}

.menu-btn {
	display: flex;
	padding-top: 10px;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 200;
}

.menu-btn>span,
.menu-btn>span::before,
.menu-btn>span::after {
	display: block;
	position: absolute;
	width: 40px;
	height: 3px;
	background-color: #FFF;
	border-radius: 22px;
	transition-duration: .25s;
	font-family: OpenSans-Semibold;
}

.menu-btn>span::before {
	content: '';
	top: -14px;
}

.menu-btn>span::after {
	content: '';
	top: 14px;
}

.menubox {
	display: block;
	position: fixed;
	visibility: hidden;
	top: 0;
	left: -100%;
	font-size: 16px;
	line-height: 1.4;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 70px 0px;
	list-style: none;
	background: linear-gradient(70deg, #0a865d, #18bc87);
	box-shadow: 12px 0px 16px rgba(0, 0, 0, .3);
	transition-duration: .25s;
	z-index: 100;
}

.menubox img {
	padding-left: 15%;
	margin-bottom: 30px;
}

.menu-item {
	display: block;
	z-index: 100;
	padding: 11px 15%;
	color: #FFF;
	font-size: 18px;
	text-decoration: none;
	transition-duration: .25s;
	padding-left: -40px;
}

.menu-item:hover {
	background-color: #0a865d;
	color: #FFF;
	width: 100%;
	font-family: OpenSans-Semibold;
	-ms-transform: scale(1.03);
	/* IE 9 */
	-webkit-transform: scale(1.03);
	/* Safari 3-8 */
	transform: scale(1.03);
	font-size: 16px;
}

#menu-toggle {
	opacity: 0;
}

#menu-toggle:checked~.menu-btn>span {
	transform: rotate(45deg);
}

#menu-toggle:checked~.menu-btn>span::before {
	top: 0;
	transform: rotate(0);
}

#menu-toggle:checked~.menu-btn>span::after {
	top: 0;
	transform: rotate(90deg);
}

#menu-toggle:checked~.menubox {
	visibility: visible;
	left: 0;
}

/*------------------------------------------------------------------------Modal-*/
.modal-center {
	text-align: center;
}

.input-modal-title {
	margin-bottom: 43px;
}

.modal-icon {
	margin-bottom: 15px;
}

.modal-top {
	margin-top: -35px;
	line-height: 1.4;
	font-size: 16px;
}

.modalDialog:target {
	display: block;
	pointer-events: auto;
	opacity: 1;
}

.modalDialog>div {
	width: 100%;
	max-width: 550px;
	height: auto;
	position: relative;
	top: 70px;
	left: 0;
	padding: 40px 40px 40px 40px;
	background: #FFF;
	line-height: 1.3;
	border-radius: 15px;
	box-shadow: 20px 20px 20px rgba(44, 110, 171, 0.20), 10px 10px 10px rgba(0, 0, 0, 0.12);
}

.modalDialog {
	position: fixed;
	top: -70px;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.85);
	z-index: 99999;
	display: none;
	pointer-events: none;
	text-align: left;
	overflow: hidden;
}

@media (max-width: 768px) {
	.modalDialog>div {
		height: 100%;
		width: 100%;
		top: 70px;
		margin: 0 auto;
		padding: 53px 25px 25px 35px;
		border-radius: none;
		border-radius: 0px;
		max-width: 100%;
		background-color: #FFF;
	}
}

.popup .close {
	font-size: 40px;
	font-weight: bold;
	text-decoration: none;
	color: #019f6c;
	line-height: 1.5;
}

.close-block {
	text-align: right;
	margin-top: -19px;
}

@media (max-width:576px) {
	.popup .close {
		margin-top: -70px;
		margin-left: -5%;
		position: absolute;
	}
}

.close:hover {
	color: #000;
}

.popup {
	margin: 120px auto;
	overflow: auto;
	background: #fff;
	animation-duration: 0.8s;
	animation-fill-mode: both;
	animation-name: fadeInDown-II;
}

.modalDialog {
	animation-duration: 0.8s;
	animation-fill-mode: both;
	animation-name: fadeInDown;
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0px, 0px, 0px);
	}

	80% {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInDown-II {
	0% {
		opacity: 0;
		transform: translate3d(0px, -200px, 0px);
	}

	80% {
		opacity: 1;
		transform: none;
	}
}

@media (max-width:576px) {
	.service-block {
		margin-top: 2rem;
	}
}

/*------------------------------------------------------------------------About (Product)-*/
.head-01-page {
	height: 160px;
	padding-top: 40px;
	background-image: url(/asset/img/line.jpg);
	background-position: 78% 55%;
	background-repeat: no-repeat;
}

@media (max-width: 1200px) {
	.head-01-page {
		height: 90px;
		text-align: center;
		background-image: none;
	}
}

.head-02-page {
	padding-top: 50px;
	color: white;
	font-family: OpenSans-Semibold;
	font-size: 26px;
	line-height: 1.2;
}

@media (max-width: 1200px) {
	.head-02-page {
		text-align: center;
		font-size: 24px;
	}
}

.head-03-page {
	text-align: right;
	color: white;
	font-size: 14px;
	font-family: OpenSans-Light;
	padding-top: 70px;
}

@media (max-width: 1200px) {
	.head-03-page {
		padding-top: 35px;
		padding-bottom: 35px;
		text-align: center;
		font-size: 12px;
		line-height: 3.0;
	}
}

/*------------------------------------------------------------------------Images-*/
.img {
	width: 100%;
	/* height: 120px; */
	margin-bottom: 10px;
}

.img-font {
	font-size: 13px;
	font-family: OpenSans-Light;
}

.img-font-two {
	font-size: 13px;
	font-family: OpenSans-Light;
	margin-top: 0px;
}

.img-back {
	font-family: OpenSans-Bold;
	font-size: 26px;
}

/*--------------------------------------------------------------------------Styles-tables-*/
.table-head {
	background-color: #0a865d;
	min-height: 45px;
	border: solid 2px #FFF;
	color: white;
	padding-bottom: 12px;
	padding-top: 12px;
	font-size: 14px;
	font-family: OpenSans-Semibold;
}

.table-head-left {
	background-color: #0a865d;
	min-height: 45px;
	padding-bottom: 12px;
	border: solid 2px #FFF;
	color: white;
	padding-top: 12px;
	font-size: 14px;
	font-family: OpenSans-Semibold;
}

.table-head-right {
	background-color: #0a865d;
	min-height: 45px;
	padding-bottom: 12px;
	border: solid 2px #FFF;
	color: white;
	padding-top: 12px;
	font-size: 14px;
	font-family: OpenSans-Semibold;
}

.table-line {
	background-color: #eaeaea;
	min-height: 45px;
	border: solid 2px #FFF;
	color: black;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}

.table-text {
	background-color: #eaeaea;
	height: auto;
	border: solid 2px #FFF;
	color: black;
	padding-top: 8px;
	font-size: 14px;
	padding-bottom: 10px;
	word-wrap: break-word;
}

.table-text-right {
	background-color: #eaeaea;
	height: auto;
	border: solid 2px #FFF;
	color: black;
	padding-top: 8px;
	font-size: 14px;
	padding-bottom: 10px;
	word-wrap: break-word;
}

.table-text-left {
	background-color: #eaeaea;
	height: auto;
	border: solid 2px #FFF;
	color: black;
	padding-top: 8px;
	font-size: 14px;
	padding-bottom: 10px;
	word-wrap: break-word;
}

.table-top {
	margin-bottom: 40px;
	margin-top: 40px;
}

/*--------------------------------------------------------------------------SVG-image-*/
.svg-img {
	text-align: center;
	width: auto;
}

.svg-img img {
	height: auto;
}

/*--------------------------------------------------------------------------SVG-image-*/
.h-footer {
	height: calc(100vh - 760px);
}

/*------------------------------------------------------------------------Text-long-*/
.accordion {
	background-color: #18bc87;
	background-repeat: no-repeat;
	background-position: right;
	height: 80px;
	font-size: 21px;
	color: #FFF;
	cursor: pointer;
	padding-left: 45px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 20px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	transition: 0.4s;
}

.act-long,
.accordion:hover {
	background-color: #18bc87;
}

.accordion:after {
	content: '\002B';
	font-weight: bold;
	float: left;
	margin-left: -25px;
}

.act:after {
	content: "\2212";
	font-weight: bold;
	float: left;
	margin-left: -25px;
}

.panel {
	padding: 0 20px;
	background-color: #18bc87;
	color: white;
	max-height: 0;
	font-size: 16px;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
	margin-top: -10px;
	margin-bottom: 10px;
	line-height: 1.5;
}

.back-green {
	background-color: #18bc87;
}
