.common-title {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	margin: 0;
	background: linear-gradient(to right, #006a41, #85c441);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	padding-bottom: 5px;
}

.common-title:after {
	content: "";
	position: absolute;
	width: 100%;
	max-width: 300px;
	height: 4px;
	background: linear-gradient(to right, #85c44100, #006a49b3, #85c44100);
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.common-subttl {
	font-size: 26px;
	line-height: 1.6;
	text-align: center;
	font-weight: 700;
	margin: 0;
}

.common-brief {
	font-size: 20px;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 30px;
}

select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 5px;
	color: #333;
	background-color: white;
}
.sec-about {
	padding: 30px 0 50px;
}

.about-block {
	background: #edeef0;
	margin-bottom: 40px;
}

.about-block__img {
	height: 100%;
	position: relative;
}

.about-block__img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.about-block__ct {
	padding: 50px 30px;
	position: relative;

}

.about-block__ct::after {
	content: "";
	position: absolute;
	left: 30px;
	bottom: 30px;
	width: 150px;
	height: 5px;
	background: linear-gradient(90deg, #007444, #7bbd40);
}

.counter {
	gap: 10px;

}

/* .counter: */
.counter__item {
	width: 178px;
	height: 178px;
	border-radius: 50%;
	border: 1px solid #ddd;
	font-size: 15px;
	text-align: center;
	padding: 40px 17px 10px;
	overflow: hidden;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	word-break: break-word;
}

.counter__item p span {
	line-height: 1;
}

.counter__item:hover {
	animation: pulse 1s ease-out;
}

.counter-value {
	color: #007444;
	font-size: 35px;
	line-height: 1;
	font-weight: 700;
	display: none;
}

.sec-trip {
	padding: 40px 0;
	position: relative;
	color: white;
	z-index: 5;
}

.sec-trip .common-title {
	color: inherit;
	background: transparent;
	-webkit-text-fill-color: inherit;
}

.sec-trip .common-title::after {
	background: linear-gradient(to right, #85c44100, #ffffff, #85c44100);
}

.sec-trip__bg {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-attachment: fixed !important;
	background-position: center !important;
	filter: grayscale(100%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.video-column .row {
	gap: 30px 0;
}

.video-column {
	margin: 0 -10px;
}

.video-column .slick-arrow {
	top: 59%;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.363);
	color: white;
	font-size: 20px;
	z-index: 10;
	border-radius: 50%;
	opacity: 1;
}

.video-column .slick-prev {
	left: -15px;
}

.video-column .slick-next {
	right: -15px;
}

.video-column__item {
	padding: 0 10px;
}

.video-column__ttl {
	font-size: 20px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 25px;
	color: white;
	font-weight: 400;
}

.video-column__ttl>span {
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
}

.video-column__ttl::after {
	content: "";
	width: 39px;
	height: 5px;
	background: white;
	position: absolute;
	left: 0;
	bottom: 0;
}

.core-values {
	text-align: center;
	background: #f5f5f5;
	padding: 40px 0;
}

.core-values .common-title {
	margin-bottom: 40px;
}

.values-column .row {
	gap: 15px 0;
}

.values-column__ttl {
	font-size: 18px;
}

.values-column__icon {
	max-width: 94px;
	width: 100%;
	margin: 0 auto 20px;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}

.values-column__icon::before {
	content: "";
	padding-top: 100%;
	display: block;
}

.values-column__icon img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: contain;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s ease;
}

.values-column__icon:hover {
	animation: pulse 1s ease-out;
}

.person-info {
	padding: 40px 0;
}

.person-info .common-title {
	margin-bottom: 30px;
}

.preson-value .row {
	gap: 20px 0;
}

.preson-value h2 {
	font-size: 50px;
	font-weight: 700;
	color: #007444;
	position: relative;
	padding-bottom: 15px;
	line-height: 1;
}

.preson-value h2::after {
	content: "";
	height: 8px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #646667;
}


.preson-value .clm:nth-child(2) h2::after {
	background: #b4b4b4;
}

.preson-value .clm:nth-child(3) h2::after {
	background: #d9d9d9;
}

.preson-value h3 {
	font-size: 18px;
	font-weight: 700;
}

.preson-value__item {
	color: #545454;
}

.preson {}

.preson__item {
	background: #545454;
	color: white;
	padding: 50px 0;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

.preson__item .row {
	gap: 20px 0;
}

.preson__item:nth-child(2n) {
	background: #848484;
}

.preson__item:nth-child(2n) .row {
	flex-direction: row-reverse;
}

.preson__avatar {
	max-width: 200px;
	width: 100%;
	margin: 0 auto 10px;
	/* border-radius: 50%; */
	overflow: hidden;
	position: relative;
}

.preson__avatar::before {
	content: "";
	padding-top: 110%;
	display: block;
}

.preson__avatar img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.preson__name {
	text-align: center;
}

.preson__mr {
	font-size: 18px;
}

.preson__name-ttl {
	font-size: 20px;
	font-weight: 700;
	margin-top: 0;
	color: inherit;
}

.preson__name-position {
	font-size: 14px;
	font-style: italic;
}

.sec-contact {
	padding: 15px 0;
	background: #f5f5f5;
}

.sec-contact__ttl {
	font-size: 28px;
	color: #333;
	font-weight: 700;
	text-align: center;
}

.sec-contact__brief {
	margin-bottom: 20px;
	text-align: center;
}

.contact-box {
	background: linear-gradient(0deg, #007444, #7bbd40);
	color: white;
	height: 100%;
	box-shadow: 0 0 10px #0000003b;
}

.contact-box .col-left {
	position: relative;
	z-index: 1;
}

.form-contact__about-img {
	margin-top: 20px;
	opacity: .7;
	transition: all .3s ease;
}
.sec-contact__box:hover .form-contact__about-img {
	opacity: 1;
}
.form-contact__about-img img {
	/* height: 100%; */
	object-fit: contain;
}

.form-contact__about {
	padding: 20px 0 20px 20px;
	max-width: 600px;
	margin-left: auto;
	
}

.form-contact__about h2 {
	font-size: 20px;
	font-weight: 700;
	color: white;
}

.form-contact__about ul:not(:last-child) {
	margin-bottom: 10px;
}

.form-contact__about ul li {
	position: relative;
	padding-left: 25px;
}

.form-contact__about ul li::before {
	content: "-";
	position: absolute;
	left: 0;
}

.sec-contact__box {
	background: white;
	color: #333;
	padding: 20px;
	height: 100%;
}

.contact-form .form-control {
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 10px;
}

.contact-form__btn {
	background: linear-gradient(90deg, #007444, #7bbd40);
	color: white;
	text-align: center;
	width: 100%;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
}

.contact-form__upfile {
	position: relative;
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	padding: 6px 10px;
	margin-bottom: 10px;
}

.contact-form__upfile-icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	object-fit: contain;
}

.contact-form__upfile .form-control {
	background: none;
	border: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.contact-form input[type="file"]::file-selector-button {
	display: none;
}

.contact-form input[type="file"] {
	background: url("data:image/svg+xml;utf8, %3Csvg%20width%3D%2232.6768px%22%20height%3D%2232.6768px%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20stroke-linecap%3D%22square%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20stroke%3D%22rgba(0%2C%200%2C%200%2C%200.8)%22%3E%3Cpath%20d%3D%22M6.5%2C18%20C4.01471863%2C18%202%2C15.9852814%202%2C13.5%20C2%2C11.0147186%204.01471863%2C9%206.5%2C9%20C6.9194849%2C9%207.3255638%2C9.05739789%207.71081142%2C9.16476838%20C8.72277%2C7.28089089%2010.711801%2C6%2013%2C6%20C15.9817502%2C6%2018.4554927%2C8.17503894%2018.9211951%2C11.0250841%20C20.6555928%2C11.2331085%2022%2C12.7095527%2022%2C14.5%20C22%2C16.4329966%2020.4329966%2C18%2018.5%2C18%20L6.5%2C18%20Z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M12%2C11%20L12%2C15%22%3E%3C%2Fpath%3E%3Cpolyline%20points%3D%2210%2012%2012%2010%2014%2012%2014%2012%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position-x: calc(100% - 8px);
	background-position-y: center;
}

.career {
	padding: 40px 0;
}

.career .common-title {
	margin-bottom: 20px;
}

.opportunities {}

.opportunities .row {
	gap: 18px 0;
}

.opportunities__item {
	position: relative;
	padding: 32px 10px;
	text-align: center;
	z-index: 2;
	height: 100%;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	transition: all .3s;
}

.opportunities__item:hover {
	transform: scale(1.009);
}

.opportunities__item::before {
	content: "";
	background: linear-gradient(to bottom, #000000e0 0%, #00000036 100%);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}

.opportunities__ttl {
	color: white;
	margin-bottom: 20px;
}

.opportunities__icon {
	margin-bottom: 10px;
}

.opportunities__icon img {
	width: 45px;
	height: 45px;
}

.opportunities__wbtn {
	text-align: center;
}

.opportunities__btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 1px solid white;
	font-weight: 700;
	padding: 5px 20px;
	color: white;
}

.opportunities__btn:hover {
	background: linear-gradient(90deg, #007444, #7bbd40);
	color: white;
}

@media (min-width: 767px) {
	.preson-value .clm:not(:last-child) h2::after {
		width: calc(100% + 46px);
	}

	.preson-value .clm:not(:last-child) .preson-value__item {
		padding-right: 30px;
	}
}

@media (min-width: 992px) {
	.counter__item{
	    width: 224px;
    	height: 224px;
		padding: 62px 26px 10px;
	}
}

@media (min-width: 767px) and (max-width: 1500px) {

	/* .form-contact__about {
		max-width: 100%;
	} */
}

@media (max-width: 992px) {
	.video-column .slick-prev{
		left: 0;
	}
	.video-column .slick-next{
		right: 0;
	}
	.counter {
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 5px;
	}

	.counter::-webkit-scrollbar {
		display: none;
	  }

	.counter::-webkit-scrollbar {
		height: 3px;
		background-color: #F5F5F5;
	}

	.counter::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
		background-color: #555;
	}

	.counter__item {
		min-width: 178px;
		max-width: 178px;
	}
	.opportunities .row{
		flex-wrap: nowrap;
    	overflow-x: auto;
		overflow-y: hidden;
	}
	.opportunities .row::-webkit-scrollbar {
		display: none;
	}
	.opportunities .row .clm{
		opacity: 1 !important;
    	transform: translateZ(0) scale(1) !important;
	}
	.form-contact__about {
		max-width: 100%;
	}

	.sec-about {
		padding: 20px 0 30px;
	}

	.sec-contact {
		padding: 30px 0;
	}

	.form-contact__about {
		padding: 20px 15px;
	}

	.sec-contact__box {
		padding: 20px 15px;
	}

	.preson__avatar {
		max-width: 150px;
	}

	.common-title {
		font-size: 28px;
	}

	.common-subttl {
		font-size: 22px;
	}

	.common-brief {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.video-column__ttl {
		font-size: 18px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.sec-trip {
		padding: 50px 0;
	}

	.core-values,
	.career,
	.preson__item {
		padding: 30px 0;
	}

	.person-info {
		padding: 20px 0 30px;
	}

	.preson-value h2 {
		font-size: 35px;
	}

	.sec-contact__ttl {
		font-size: 24px;
	}

	.form-contact__about h2 {
		font-size: 18px;
	}

	.about-block__ct {
		padding: 15px;
	}

	.about-block__ct::after {
		left: 15px;
		display: none;
	}
}

@media (max-width: 767px) {
	.about-block .clm:first-child {
		opacity: 1 !important;
		transform: translateZ(0) !important;
	}

	.form-contact__about-img {
		max-width: 400px;
		width: 100%;
		margin: 10px auto 0;
		top: 0;
		left: 0;
		position: relative;
		z-index: 1;
	}
}

@media (min-width: 420px) {
	.contact-form__select {
		border: 1px solid #ddd;
		margin-bottom: 10px;
	}

	.contact-form__select .form-control {
		border: 0;
		width: 33.33%;
		margin-bottom: 0;
	}
}

@media (max-width: 420px) {}
