/*
Theme Name: Lumos 2016
Theme URI: http://beaverglobal.com/
Author: Avihai Horon
Author URI: http://beaverglobal.com/
Description: Lumos theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Reset */
::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}

:-moz-placeholder {
	color: #000;
	opacity: 1;
}

::-moz-placeholder {
	color: #000;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}

::-ms-input-placeholder {
	color: #000;
	opacity: 1;
}

:placeholder-shown {
	color: #000;
	opacity: 1;
}

html {
	position: relative;
	margin: 0;
	padding: 0;
	overflow-x: hidden; /* for animation */
	height: 100%;
}

body {
	position: relative;
	margin: 0;
	padding: 0;
	overflow-x: hidden; /* for animation */
	min-height: 100%;
}

a {
	color: #412F51;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #412F51;
	text-decoration: none;
	outline: 0;
}

.container-fluid {
	max-width: 1920px;
}

.rel-pos {
	position: relative;
}

.clear-after:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.align-right-not-mobile {
	text-align: right;
}

.no-gutter {
	padding-left: 0;
	padding-right: 0;
}

.thin-font {
	font-weight: 100 !important;
}

.medium-font {
	font-weight: 500;
}

.limit-img {
	margin: 0 auto;
	max-width: 100%;
}

.header-circle {
	position: absolute;
	width: 270px;
	display:none !important;
	height: 270px;
	top: -135px;
	left: 0;
	right: 0;
	margin: auto;
	background: #412F51;
	border: 5px solid #fff;
	border-radius: 50%;
	line-height: 260px;
	text-align: center;
}

.header-circle h2, .header-circle h1 {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 49px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	line-height: 54px;
	vertical-align: middle;
}

.header-circle h2 .line-2, .header-circle h1 .line-2 {
	color: #FFC627;
}

.header-circle.yellow {
	background: #FFC627 !important;
}

.header-circle.yellow h2 .line-2 {
	color: #412F51;
}

.header-circle-row {
	padding-top: 80px;
}

/* Effects */
@-webkit-keyframes leftEntrance {
	0% {
		-webkit-transform: translate(-20px, 0);
	}
	100% {
		-webkit-transform: translate(0, 0);
	}
}

@keyframes leftEntrance {
	0% {
		transform: translate(-20px, 0);
	}
	100% {
		transform: translate(0, 0);
	}
}

.leftEntrance {
	animation: leftEntrance 1s ease;
	-webkit-animation: leftEntrance 1s ease;
}

.logo-img {
	width: 104px;
}

/* Home */
.home-btn-wrap {
	margin: 40px auto 0 auto;
	text-align: center;
}

.home-btn {
	display: inline-block;
	padding: 5px 35px;
	border: 3px solid #FFC627;
	font-size: 28px;
	color: #412F51;
	font-weight: 400;
	transition: all 0.3s;
}

.home-btn:hover,
.home-btn:focus,
.home-btn:active {
	border: 3px solid #412F51;
	color: #FFC627;
}

#entrance {
	max-width: 1920px;
	max-height: 847px;
	margin: 0 auto;
	background: url(imgs/section1_bg.jpg) no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

#entrance .titles-block {
	margin: 7% 0 0 0;
}

#entrance h1 {
	margin: 0;
	padding: 0;
	color: #FFC627;
	font-size: 71px;
	font-weight: 700;
	line-height: 82px;
	opacity: 0;
}

#entrance h2 {
	margin: 1% 0 2% 0;
	padding: 0;
	color: #fff;
	font-size: 36px;
	font-weight: 400;
	opacity: 0;
}

.join-now {
	display: inline-block;
	margin: 0;
	padding: 7px 35px;
	font-size: 28px;
	color: #fff;
	font-weight: 400;
	border: 3px solid #FFC627;
	opacity: 0;
	transition: all 0.3s;
}

.join-now:hover,
.join-now:focus,
.join-now:active {
	color: #FFC627;
	border: 3px solid #fff;
}

#about {
	position: relative;
	padding-bottom: 85px;
}

#about h3 {
	margin: 0 0 20px 0;
	color: #412F51;
	font-size: 28px;
	font-weight: 300;
	line-height: 34px;
}

#about p {
	color: #412F51;
	font-size: 20px;
	font-weight: 300;
	line-height: 26px;
}

#about a {
	display: inline-block;
	padding: 0 0 10px 0;
	color: #412F51;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid #412F51;
}

#about a:hover, #about a:active, #about a:focus {
	color: #412F51;
	text-decoration: none;
}

#about .right-img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.about-icon-row {
	margin-top: 60px;
}

.about-icon {
	position: relative;
	width: 265px;
	height: 265px;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
}

.about-icon-title-wrap {
	width: 100%;
	height: 100%;
	padding: 0 30px;
	border: 0px solid transparent;
	border-radius: 50%;
	background-color: #E6E7E8;
	line-height: 265px;
	z-index: 1;
}

.about-icon-title {
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
}

.about-icon-img-wrapper {
	height: 108px;
}

.about-icon h4 {
	margin: 0;
	padding: 0;
	color: #412F51;
	font-size: 28px;
	font-weight: 300;
	line-height: 34px;
}

.about-icon-text-wrap {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	padding: 0 30px;
	border: 0px solid transparent;
	border-radius: 50%;
	background: #FFC627;
	top: 0;
	left: 0;
	margin: 0;
	line-height: 265px;
	z-index: 2;
}

.about-icon-text {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #412F51;
	line-height: 26px;
	font-weight: 300;
}

#ourservice {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 0 120px 0;
}

.ourservice-header {
	max-height: 616px;
	background: url(imgs/section3_bg.jpg) no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.service-item {
	position: relative;
	margin: 40px 0 0 0;
	padding: 0 0 40px 60px;
	border-bottom: 3px dashed #FFC52F;
}

.service-item:last-child {
	padding: 0 0 0 60px;
	border-bottom: 0px solid #fff;
}

.service-num {
	position: absolute;
	top: 0;
	left: 0;
	width: 39px;
	height: 39px;
	border: 3px solid #FFC627;
	border-radius: 50%;
	line-height: 32px;
	text-align: center;
	font-size: 22px;
	color: #412F51;
	font-weight: 300;
}

.service-content {
	font-size: 20px;
	color: #412F51;
	font-weight: 300;
	line-height: 30px;
}

#ourservice .right-img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

#ourservice .vertical-border {
	width: 90%;
	height: 1px;
	margin: 55px auto;
	background: #939598;
}

#ourservice h2.title {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 90px;
	color: #412F51;
	font-size: 55px;
	font-weight: 100;
}

#ourservice h3.subtitle {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 65px;
	color: #412F51;
	font-size: 40px;
	font-weight: 100;
}

.appliances-circle {
	position: relative;
	width: 560px;
	height: 560px;
	margin: 110px auto 0 auto;
	background: #fff url(imgs/appliances-circle-1.png) no-repeat;
	background-position: center;
	background-size: 100% 100%;
	line-height: 560px;
	text-align: center;
	z-index: 1;
}

#ourservice .circle-content {
	display: inline-block;
	vertical-align: middle;
	padding: 0 100px;
}

#ourservice h2.circle-title {
	margin: 0;
	padding: 0;
	font-size: 140px;
	font-weight: 700;
	color: #412F51;
	line-height: 140px;
}

#ourservice h3.circle-subtitle {
	margin: 0;
	padding: 0;
	font-size: 45px;
	font-weight: 400;
	color: #FFC627;
	line-height: 45px;
	letter-spacing: 7px;
}

#ourservice h2.hover-circle-title {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 58px;
	font-weight: 700;
	line-height: 58px;
}

#ourservice h3.hover-circle-subtitle {
	margin: 0;
	padding: 0;
	font-size: 34px;
	font-weight: 400;
	line-height: 34px;
}

#ourservice h2.hover-circle-title.circ-1,
#ourservice h3.hover-circle-subtitle.circ-1 {
	color: #666666;
}

#ourservice h2.hover-circle-title.circ-2,
#ourservice h3.hover-circle-subtitle.circ-2 {
	color: #FFC627;
}

#ourservice h2.hover-circle-title.circ-3,
#ourservice h3.hover-circle-subtitle.circ-3 {
	color: #412F51;
}

.appliances-circle-group {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 560px;
	height: 560px;
	background-position: center;
	background-size: 100% 100%;
	line-height: 560px;
	text-align: center;
	z-index: 2;
}

.appliances-circle-group.circle-1 {
	background: #fff url(imgs/appliances-circle-2.png) no-repeat;
}

.appliances-circle-group.circle-2 {
	background: #fff url(imgs/appliances-circle-3.png) no-repeat;
}

.appliances-circle-group.circle-3 {
	background: #fff url(imgs/appliances-circle-4.png) no-repeat;
}

.popout {
	animation: popout 0.7s ease;
	-webkit-animation: popout 0.7s ease;
}

@keyframes popout {
	from {
		transform: scale(0)
	}
	to {
		transform: scale(1)
	}
}

@-webkit-keyframes popout {
	from {
		-webkit-transform: scale(0)
	}
	to {
		-webkit-transform: scale(1)
	}
}

.app-icon {
	position: absolute;
	display: none;
	cursor: pointer;
	color: #ccc;
	z-index: 3;
}

.app-icon-1 {
	top: -60px;
	left: 263px;
	font-size: 70px;
}

.app-icon-2 {
	top: 50px;
	right: 25px;
	font-size: 64px;
}

.app-icon-3 {
	top: 247px;
	right: -67px;
	font-size: 66px;
}

.app-icon-4 {
	bottom: 60px;
	right: 0px;
	font-size: 79px;
}

.app-icon-5 {
	bottom: -60px;
	right: 238px;
	font-size: 72px;
}

.app-icon-6 {
	bottom: 60px;
	left: 10px;
	font-size: 65px;
}

.app-icon-7 {
	top: 245px;
	left: -60px;
	font-size: 69px;
}

.app-icon-8 {
	top: 58px;
	left: -25px;
	font-size: 66px;
}

.half-bg {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #FFC627 url(imgs/purple-bg.png) no-repeat;
	background-size: 50% 100%;
	background-position: top right;
}

.large-gutter {
	padding: 0 5%;
}

.solution-img {
	display: block;
	margin: 30px auto;
	max-width: 55%;
}

#oursolutions h2 {
	margin: 5px 0;
	padding: 0;
	font-size: 45px;
	color: #412F51;
	font-weight: 400;
	line-height: 45px;
	opacity: 0;
}

#oursolutions h3 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 24px;
	color: #412F51;
	font-weight: 400;
	line-height: 30px;
	opacity: 0;
}

#oursolutions ul {
	list-style: disc;
	padding: 0 20px;
	margin: 30px 0 0 0;
	opacity: 0;
}

#oursolutions ul > li {
	font-size: 20px;
	color: #412F51;
	font-weight: 300;
}

#oursolutions h2.right-side {
	color: #FFC627;
}

#oursolutions h3.right-side {
	color: #FFC627;
}

#oursolutions ul.right-side > li {
	color: #fff;
}

#howtostart {
	max-width: 1920px;
	margin: 0 auto;
	padding: 40px 0 70px 0;
}

.howtostart-header {
	max-height: 616px;
	background: url(imgs/section5_bg.jpg) no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

#howtostart .step-img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

#howtostart h2.step-title {
	margin: 30px 0;
	padding: 0;
	text-align: center;
	font-size: 40px;
	color: #412F51;
	font-weight: 300;
}

#howtostart p {
	margin: 0;
	padding: 0 5%;
	text-align: center;
	font-size: 20px;
	color: #412F51;
	font-weight: 300;
}

#howtostart .arrow {
	position: absolute;
	top: 35.5px;
	right: -46.5px;
}

@-webkit-keyframes bounceInLeft {
	0% {
		-webkit-transform: translateX(-2000px);
	}
	100% {
		-webkit-transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		transform: translateX(-2000px);
	}
	100% {
		transform: translateX(0);
	}
}

.bounceInLeft {
	animation: bounceInLeft 0.7s ease-out;
	-webkit-animation: bounceInLeft 0.7s ease-out;
}

@-webkit-keyframes bounceInRight {
	0% {
		-webkit-transform: translateX(2000px);
	}
	100% {
		-webkit-transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		transform: translateX(2000px);
	}
	100% {
		transform: translateX(0);
	}
}

.bounceInRight {
	animation: bounceInRight 0.7s ease-out;
	-webkit-animation: bounceInRight 0.7s ease-out;
}

/* Footer */
.social-icon.globe {
	position: relative;
	z-index: 2;
}

.globe-dropdown {
	position: absolute;
	left: 0;
	bottom: 100%;
	max-width: 0px;
	padding-top: 10px;
	transition: 0.3s all ease;
	overflow: hidden;
}

.globe-dropdown a {
	display: block;
	text-align: left;
	padding: 5px 10px;
	color: #412f51;
	border: 2px solid #412f51;
	border-radius: 20px;
	background: white;
	white-space: nowrap;
	position: relative;
	margin-bottom: 5px;
	transition: 0.3s all ease;
	font-size: 13px;
	padding-left: 35px;
	/* filter: drop-shadow(0px 0px 30px rgba(0,0,0,0.2)); */
	line-height: 18px;
}

.globe-dropdown a img {
	position: absolute;
	left: 5px;
	top: -1px;
	bottom: 0;
	margin: auto;
}

.social-icon.globe:hover > .globe-dropdown {
	max-width: 300px;
}

.globe-dropdown a:hover {
	background: #ffedbd;
}

.social-icon.globe.mobile-globe {
	position: absolute;
	right: 60px;
	top: 20px;
	width: 30px;
	height: 30px;
}

.social-icon.globe.mobile-globe > .globe-dropdown {
	right: 0;
	left: auto;
}

.social-icon.globe.mobile-globe {
	display: none;
}

/* Inner Page */
.inner-page {
	padding-bottom: 130px;
	color: #412F51;
	font-weight: 300;
	font-size: 16px;
	line-height: 23px;
}

.inner-page-header {
	position: relative;
	max-height: 616px;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.inner-page-header-border {
	position: absolute;
	bottom: -7.5px;
	left: 0;
	width: 100%;
	height: 15px;
	background: #412F51;
}

.inner-page p {
	margin: 0 0 20px 0;
}

.inner-page ul {
	list-style: disc;
	padding: 0 15px;
	margin: 20px 0;
}

/* Inner Page - About */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.partners-title {
	position: relative;
	margin: 50px 0;
	text-align: center;
}

.partners-title h3 {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0 15px;
	background: #fff;
	font-size: 35px;
	font-weight: 300;
	color: #412F51;
	z-index: 2;
}

.partners-vertical-line {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #939598;
	z-index: 1;
}

.partner-img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

/* Inner Page - Our Service */
.left-list-title {
	margin: 0 0 35px 0;
	padding: 0;
	font-size: 42px;
	color: #412F51;
	font-weight: 100;
	line-height: 48px;
}

.service-page-item {
	position: relative;
	margin: 0;
	padding: 0 0 0 60px;
}

.service-page-num {
	position: absolute;
	top: 0;
	left: 0;
	width: 39px;
	height: 39px;
	border: 3px solid #FFC627;
	border-radius: 50%;
	line-height: 32px;
	text-align: center;
	font-size: 22px;
	color: #412F51;
	font-weight: 300;
}

.right-list-title {
	margin: 0;
	padding: 0;
	font-size: 42px;
	color: #412F51;
	font-weight: 100;
	line-height: 48px;
}

ul.right-list {
	margin: 30px 0 50px 0;
}

ul.right-list > li {
	margin: 25px 0;
}

/* Inner Page - FAQ's */
.faq-category-wrap:not(:first-child) {
	margin-top: 50px;
}

h3.faq-cat-title {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 35px;
	line-height: 41px;
	font-weight: 100;
	color: #412F51;
}

.faq-block {
	padding: 10px 0;
	border-bottom: 1px solid #939598;
	cursor: pointer;
}

.faq-question {
	position: relative;
	padding-right: 50px;
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
}

.faq-arrow {
	position: absolute;
	top: 2px;
	right: 10px;
	display: inline-block;
	width: 28px;
	height: 28px;
	background: transparent url(imgs/faq-arrow.png) no-repeat;
	background-position: 0 -28px;
}

.faq-block.opened .faq-arrow {
	background-position: 0 0;
}

.faq-answer {
	display: none;
	padding-right: 50px;
}

.faq-answer p {
	margin: 0;
}

/* Inner Page - Case Studies */
.case-study-wrap:not(:first-child) {
	margin: 50px 0 0 0;
}

h3.case-study-title {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 35px;
	line-height: 41px;
	font-weight: 100;
	color: #412F51;
}

.img-gallery {
	position: relative;
}

.img-gallery .nav-btn {
	position: absolute;
	top: 50%;
	width: 53px;
	height: 53px;
	background: transparent url(imgs/gallery-arrows.png) no-repeat;
	border: none;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-webkit-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.img-gallery .nav-btn.next {
	background-position: 0 -53px;
	right: -100px;
}

.img-gallery .nav-btn.prev {
	background-position: 0 0;
	left: -100px;
}

.img-gallery .nav-btn.next .nav-btn-hover {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff url(imgs/gallery-arrows.png) no-repeat;
	background-position: 0 -159px;
	opacity: 0;
}

.img-gallery .nav-btn.prev .nav-btn-hover {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff url(imgs/gallery-arrows.png) no-repeat;
	background-position: 0 -106px;
	opacity: 0;
}

.caption {
	margin: 15px 0 0 0;
}

/* Inner Page - Careers */
.careers-content h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 35px;
	line-height: 41px;
	font-weight: 100;
	color: #412F51;
}

.careers-content h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #412F51;
}

/* Inner Page - Media */
h3.media-highlights {
	margin: 0 0 50px 0;
	padding: 0;
	font-size: 31px;
	font-weight: 300;
	color: #412F51;
	line-height: 40px;
}

.highlight-img {
	max-width: 100%;
	margin-bottom: 20px;
}

.media-content {
	width: 378px;
}

.highlight-vertical-line {
	width: 100%;
	height: 1px;
	margin: 40px 0;
	background: #939598;
}

.media-item {
	position: relative;
	margin: 25px 0;
	padding: 0 0 0 335px;
	min-height: 190px;
}

.media-item:first-child {
	margin: 0;
}

.media-img {
	position: absolute;
	top: 0;
	left: 0;
}

.media-content h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	color: #412F51;
}

.media-source {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	color: #412F51;
}

.media-read-more-wrap {
	margin: 20px 0 0 0;
}

.media-read-more-link {
	display: inline-block;
	padding: 5px 15px;
	border: 3px solid #FFC627;
	font-size: 20px;
	color: #412F51;
	font-weight: 400;
	transition: all 0.3s;
}

.media-read-more-link:hover,
.media-read-more-link:focus,
.media-read-more-link:active {
	border: 3px solid #412F51;
	color: #FFC627;
}

h1.media-item-article-title {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 35px;
	line-height: 41px;
	font-weight: 100;
	color: #412F51;
}

.media-source-article {
	margin: 0 0 40px 0;
	font-size: 24px;
	font-weight: 300;
	line-height: 27px;
	color: #412F51;
}

.media-item-text {
	margin-top: 70px;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 70px; /* Chrome, Safari, Opera */
	-moz-column-gap: 70px; /* Firefox */
	column-gap: 70px;
}

.original-article-link {
	display: inline-block;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #412F51;
	font-size: 20px;
	font-weight: 700;
	color: #412F51;
	line-height: 26px;
}

/* Inner Page - Contact */
.general-info {
	line-height: 43px;
}

.general-info img {
	vertical-align: middle;
	margin-right: 5px;
}

span.m-phones {
	display: inline-block;
	float: right;
}

span.m-phones p {
	margin-bottom: 5px;
}

.contact-form {
	margin: 15px 0 0 0;
	width: 100%;
}

.contact-form p {
	margin: 10px 0 0 0;
}

.contact-form p.submit-p {
	text-align: right;
}

.contact-form select {
	width: 100%;
	padding: 20px 10px;
	border: 1px solid #412F51;
}

.contact-form input {
	padding: 20px 10px;
	border: 1px solid #412F51;
	width: 49%;
	float: left;
}

.contact-form input:first-child {
	margin-right: 1%;
}

.contact-form input:last-child {
	margin-left: 1%;
}

.contact-form textarea {
	width: 100%;
	height: 230px;
	padding: 20px 10px;
	border: 1px solid #412F51;
}

.contact-form button.send-btn {
	width: 40%;
	height: 60px;
	margin: 0 !important;
	text-align: center;
	background: #fff;
	font-size: 28px;
	color: #412F51;
	font-weight: 400;
	border: 3px solid #FFC627 !important;
	transition: all 0.3s;
}

.contact-form button.send-btn:hover,
.contact-form button.send-btn:focus,
.contact-form button.send-btn:active {
	color: #FFC627;
	border: 3px solid #412F51 !important;
}

.map-wrap {
	margin: 15px 0 15px 0;
}

#form-response {
	margin: 10px 0;
	font-size: 20px;
}

.error {
	border: 1px solid red !important;
}

/* Inner Page - Join Us */
.joinus {
	text-align: center;
}

.joinus select {
	width: 100%;
	padding: 20px 10px;
	border: 1px solid #412F51;
}

.join-form {
	margin: 40px 0 0 0;
	width: 100%;
}

.join-form p {
	margin: 10px 0 0 0;
}

.join-form input {
	padding: 20px 10px;
	border: 1px solid #412F51;
	width: 49%;
	float: left;
}

.join-form input:first-child {
	margin-right: 1%;
}

.join-form input:last-child {
	margin-left: 1%;
}

.join-form button.send-btn {
	width: 40%;
	height: 60px;
	margin: 40px 0 0 0 !important;
	text-align: center;
	font-size: 28px;
	color: #412F51;
	font-weight: 400;
	border: 3px solid #FFC627 !important;
	background: #fff;
	line-height: 28px;
	transition: all 0.3s;
}

.join-form button.send-btn:hover,
.join-form button.send-btn:focus,
.join-form button.send-btn:focus {
	border: 3px solid #412F51 !important;
	color: #FFC627;
}

/* responsive */
@media all and (max-width: 1310px) and (min-width: 1024px) {
	/* 1024 px */
	.header-circle {
		width: 220px;
		height: 220px;
		top: -110px;
		line-height: 200px;
	}
	
	.header-circle h2, .header-circle h1 {
		font-size: 40px;
		line-height: 48px;
	}
	
	/* Home */
	.about-icon {
		width: 215px;
		height: 215px;
	}
	
	.about-icon-title-wrap {
		padding: 0 25px;
		line-height: 215px;
	}
	
	.about-icon-title {
		display: inline-block;
		vertical-align: middle;
		line-height: 34px;
	}
	
	.about-icon-img-wrapper {
		height: 108px;
	}
	
	.about-icon h4 {
		font-size: 22px;
		line-height: 28px;
	}
	
	.about-icon-text-wrap {
		padding: 0 25px;
		line-height: 215px;
	}
	
	.about-icon-text {
		display: inline-block;
		vertical-align: middle;
		font-size: 14px;
		color: #412F51;
		line-height: 22px;
		font-weight: 300;
	}
	
	.large-gutter {
		padding-right: 3%;
		padding-left: 3%;
	}
	
	/* Inner Page - Media */
	.media-content {
		width: 100%;
	}
}

@media only screen and (max-width: 1023px), screen and (min-device-width: 321px) and (max-device-width: 768px) and (orientation: portrait) {
	/* tablet*/
	/* Header */
	/* Home */
	#entrance {
		background-position: center right;
		background-size: cover;
	}
	
	.about-icon-row {
		margin-top: 50px;
	}
	
	.about-icon {
		margin-top: 15px;
	}
	
	.ourservice-header {
		background-size: cover;
	}
	
	#ourservice .right-img {
		margin: 40px auto 0 auto;
	}
	
	.howtostart-header {
		background-size: cover;
	}
	
	#howtostart .arrow {
		display: none;
	}
	
	/* Inner Page */
	.inner-page-header {
		background-size: cover;
	}
	
	/* Inner Page - Case Studies */
	.img-gallery {
		width: 80%;
		margin: 0 auto;
	}
	
	.img-gallery .nav-btn.next {
		right: -65px;
	}
	
	.img-gallery .nav-btn.prev {
		left: -65px;
	}
	
	/* Inner Page - Contact */
	.align-right-not-mobile {
		text-align: left;
	}
	
	/* Inner Page - Media */
	.media-content {
		width: 100%;
	}
}

p#breadcrumbs {
	position: absolute;
	top: 142px;
	left: 126px;
}

@media only screen and (max-width: 1000px) {
	p#breadcrumbs {
		left: 0;
	}
}

@media only screen and (max-width: 767px), screen and (min-device-width: 320px) and (max-device-width: 480px) {
	/*mobile*/
	p#breadcrumbs {
		position: absolute;
		left: 8px;
	}
	
	.social-icon.globe.mobile-globe {
		display: inherit;
	}
	
	.header-circle {
		width: 180px;
		height: 180px;
		top: -90px;
		line-height: 166px;
	}
	
	.header-circle h2, .header-circle h1 {
		font-size: 36px;
		line-height: 40px;
	}
	
	.header-circle-row {
		padding-top: 229px;
	}
	
	/* Home */
	#entrance {
		background-position: 78%;
		background-size: cover;
	}
	
	#entrance h1 {
		font-size: 35px;
		line-height: 45px;
	}
	
	#entrance h2 {
		margin: 3% 0 5% 0;
		font-size: 18px;
		font-weight: 400;
	}
	
	.join-now {
		padding: 5px 25px;
		font-size: 20px;
	}
	
	#about {
		position: relative;
		padding-bottom: 120px;
	}
	
	.about-icon-row {
		margin-top: 50px;
	}
	
	.about-icon {
		margin-top: 40px;
	}
	
	.ourservice-header {
		background-size: cover;
	}
	
	#ourservice .right-img {
		margin: 40px auto 0 auto;
	}
	
	#ourservice .vertical-border {
		margin: 60px auto;
	}
	
	#ourservice h2.title {
		margin: 0 0 15px 0;
		line-height: 50px;
		font-size: 36px;
	}
	
	#ourservice h3.subtitle {
		line-height: 30px;
		font-size: 24px;
	}
	
	.appliances-circle {
		width: 240px;
		height: 240px;
		margin: 70px auto 0 auto;
		line-height: 230px;
	}
	
	#ourservice .circle-content {
		padding: 0 50px;
	}
	
	#ourservice h2.circle-title {
		font-size: 50px;
		line-height: 60px;
	}
	
	#ourservice h3.circle-subtitle {
		font-size: 18px;
		line-height: 18px;
		letter-spacing: 2px;
	}
	
	#ourservice h2.hover-circle-title {
		margin: 0 0 10px 0;
		font-size: 24px;
		line-height: 24px;
	}
	
	#ourservice h3.hover-circle-subtitle {
		font-size: 14px;
		line-height: 14px;
	}
	
	.appliances-circle-group {
		width: 240px;
		height: 240px;
		line-height: 240px;
	}
	
	.appliances-circle-group.circle-1 {
		background: #fff url(imgs/appliances-circle-2.png) no-repeat;
		background-size: 100% 100%;
		background-position: center;
	}
	
	.appliances-circle-group.circle-2 {
		background: #fff url(imgs/appliances-circle-3.png) no-repeat;
		background-size: 100% 100%;
		background-position: center;
	}
	
	.appliances-circle-group.circle-3 {
		background: #fff url(imgs/appliances-circle-4.png) no-repeat;
		background-size: 100% 100%;
		background-position: center;
	}
	
	.app-icon-1 {
		top: -30px;
		left: 110px;
		font-size: 35px;
	}
	
	.app-icon-2 {
		top: 25px;
		right: 8px;
		font-size: 32px;
	}
	
	.app-icon-3 {
		top: 103px;
		right: -36px;
		font-size: 33px;
	}
	
	.app-icon-4 {
		bottom: 22px;
		right: 0px;
		font-size: 39.5px;
	}
	
	.app-icon-5 {
		bottom: -30px;
		right: 100px;
		font-size: 36px;
	}
	
	.app-icon-6 {
		bottom: 20px;
		left: 0px;
		font-size: 32.5px;
	}
	
	.app-icon-7 {
		top: 103px;
		left: -32px;
		font-size: 34.5px;
	}
	
	.app-icon-8 {
		top: 25px;
		left: -20px;
		font-size: 33px;
	}
	
	.half-bg {
		padding-top: 0;
		padding-bottom: 0;
		background: transparent !important;
	}
	
	.large-gutter {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	#oursolutions .left-side-bg {
		padding-bottom: 30px;
		background: #FFC627;
	}
	
	#oursolutions .right-side-bg {
		padding-top: 30px;
		background: #412F51;
	}
	
	#oursolutions h2 {
		font-size: 38px;
		line-height: 44px;
		opacity: 1;
	}
	
	#oursolutions h3 {
		font-size: 22px;
		line-height: 28px;
		opacity: 1;
	}
	
	#oursolutions ul {
		opacity: 1;
	}
	
	#howtostart {
		padding: 120px 0 150px 0px;
	}
	
	.howtostart-header {
		background-size: cover;
	}
	
	#howtostart .arrow {
		display: none;
	}
	
	.step-wrap:not(:first-child) {
		margin-top: 70px;
	}
	
	/* Inner Page */
	.inner-page-header {
		background-size: cover;
	}
	
	/* Inner Page - About */
	.partner-col:not(:first-child) {
		margin-top: 50px;
	}
	
	/* Inner Page - Case Studies */
	.img-gallery {
		width: 80%;
		margin: 0 auto;
	}
	
	.img-gallery .nav-btn {
		width: 35px;
		height: 35px;
		background-size: cover;
	}
	
	.img-gallery .nav-btn.next {
		background-position: 0 -35px;
		right: -40px;
	}
	
	.img-gallery .nav-btn.prev {
		background-position: 0 0;
		left: -40px;
	}
	
	.img-gallery .nav-btn.next .nav-btn-hover {
		background-size: cover;
		background-position: 0 -105px;
	}
	
	.img-gallery .nav-btn.prev .nav-btn-hover {
		background-size: cover;
		background-position: 0 -70px;
	}
	
	/* Inner Page - Media */
	.highlight-item:not(:first-child) {
		margin-top: 30px;
	}
	
	.media-content {
		width: 100%;
	}
	
	.media-item {
		padding: 0;
	}
	
	.media-img {
		position: static;
		text-align: center;
		margin: 0 0 15px 0;
	}
	
	.media-item-text {
		margin-top: 70px;
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
	}
	
	/* Inner Page - Contact */
	.contact-form {
		margin-bottom: 90px;
	}
	
	.contact-form button.send-btn {
		width: 100%;
	}
	
	.align-right-not-mobile {
		text-align: left;
	}
	
	.join-form button.send-btn {
		width: 100%;
		margin: 15px 0 0 0 !important;
	}
}

p#breadcrumbs {
	display: none;
}

.rel-pos p#breadcrumbs {
	display: block !important;
	font-weight: 600;
	left: 18px !important;
	top: 115px !important;
}

.media_items-template-default p#breadcrumbs {
	left: 125px !important;
	top: 140px !important;
	
}

body.single.single-post .media-item-text ul {
	width: 100%;
	display: inline-block;
}


/*V2 Styles */
body {
	position: relative;
	display: flex;
	background: #fff;
	font-family: Montserrat, sans-serif;
	color: #40276f;
	font-weight: 300;
	letter-spacing: -0.03em;
	width: 100%;
	max-width: 100%;
	min-height: 100%;
	overflow-x: hidden;
}

.main-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	min-height: 100vh;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.main-grow {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-flex: 1;
	flex-grow: 1;
	width: 100%;
	min-height: 1px;
	margin: 0 auto;
}

.main {
	width: 100%;
}

a {
	transition: .2s;
}

b, strong {
	font-weight: 700;
}

.btn {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
	white-space: nowrap;
	text-decoration: none;
	background-color: #000;
	border: none;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	width: auto;
	min-width: 0;
	max-width: none;
	height: auto;
	padding: .2em .75em;
	margin: 0;
	transition: .2s;
}

.btn--blue {
	background-color: #40276f;
}

.btn:not(input) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.btn:hover {
	color: #fff;
	text-decoration: none;
}

.btn--blue:hover {
	color: #40276f;
	background-color: #facb3e;
}

.btn:active {
	text-decoration: none;
}

.btn:focus {
	box-shadow: none;
	text-decoration: none;
}

.link:hover {
	color: #facb3e;
}

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

.img-wrap,
.img-fit {
	display: block;
}

.img-wrap img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0;
	flex-shrink: 0;
}

.img-center img {
	margin: auto;
}

.img-fit img {
	display: block;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.img-middle {
	display: flex;
	justify-content: center;
	align-items: center;
}

.h2 {
	font-size: 67px;
	font-weight: 700;
	margin: 0;
}

.h3 {
	font-size: 35px;
	font-weight: 700;
	margin: 0;
}

.section__wrapper {
	width: 100%;
	max-width: 1320px;
	padding: 0 15px;
	margin: 0 auto;
}

.section__wrapper .container-fluid {
	padding: 0;
}

.header {
	position: absolute;
	top: 55px;
	left: 0;
	right: 0;
	z-index: 10;
}

.header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header__menu {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
}

.header__menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	margin: 0;
}

.header__menu li {
	display: block;
}

.header__menu li:not(:last-child):after {
	content: "|";
	color: #facb3e;
	margin: 0 1em;
}

.header__menu .current-menu-item {
	font-weight: 700;
}

.header__menu a {
	color: inherit;
}

.header__menu a:hover {
	color: #facb3e;
}

.header__toggler {
	position: relative;
	display: block;
	cursor: pointer;
	background: none;
	outline: none !important;
	border: none;
	box-shadow: none;
	width: 27px;
	min-width: 27px;
	max-width: 27px;
	height: 21px;
}

.header__toggler span {
	display: block;
	position: absolute;
	background-color: #facb3e;
	border-radius: 0;
	left: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	width: 100%;
	height: 3px;
}

.header__toggler span:nth-child(1) {
	top: 0;
}

.header__toggler span:nth-child(2),
.header__toggler span:nth-child(3) {
	top: 9px;
	will-change: transform;
}

.header__toggler span:nth-child(4) {
	top: 18px;
}

.header__toggler.active {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.header__toggler.active span:nth-child(1) {
	top: 5px;
	width: 0;
	left: 50%;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.header__toggler.active span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header__toggler.active span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header__toggler.active span:nth-child(4) {
	top: 10px;
	width: 0;
	left: 50%;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.footer {
	background: #40276f;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 27px 0;
}

.footer__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer__menu {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
}

.footer__menu ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.footer__menu li {
	display: block;
}

.footer__menu li:not(:last-child):after {
	content: "|";
	color: #facb3e;
	margin: 0 1em;
}

.footer__menu a {
	color: inherit;
}

.footer__menu a:hover {
	color: #facb3e;
}

.footer__social {
	display: flex;
	margin: 0 -10px;
}

.footer__social .social-icon {
	display: block;
	border-radius: 50%;
	width: 30px;
	min-width: 30px;
	height: 30px;
	margin: 10px;
}

.footer__social .social-icon > img {
	display: block;
	width: 100%;
	height: 100%;
}

.footer__social a.social-icon:hover {
	opacity: .9;
}

.section {
	padding: 125px 0;
}

.section:not(.section--banner) h1:not(.h1):not(.h2):not(.h3) {
	font-size: 67px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: .5em;
}

.section--banner {
	position: relative;
	border-top: 14px solid #40276f;
	color: #fff;
	font-weight: 400;
	min-height: 780px;
	margin-bottom: 130px;
}

.section.section--banner {
	padding-top: 250px;
}

.section--banner + .section {
	padding-top: 70px;
}

body.home .section--banner {
	min-height: 980px;
}

.section--banner__title {
	color: #facb3e;
	font-size: 96px;
	font-weight: 700;
	line-height: 1;
}

.section--banner__subtitle {
	font-size: 44px;
}

.section--banner__btn {
	font-size: 37px;
	margin-top: .66em;
}

.section--banner__circle {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 5px solid #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 43px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1;
	width: 250px;
	height: 250px;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.section--banner__circle * {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

.section.section--home-about {
	padding-top: 30px;
}

.section--home-about__title > * {
	font-size: 23px;
	font-weight: 400;
	margin-bottom: .75em;
}

.section--home-about__text {
	font-size: 17px;
}

.section--home-about__text p {
	
}

.section--home-about__link {
	font-weight: 700;
}

.section--home-about__tips {
	margin-top: 20px;
}

.section--home-about__tip {
	margin-top: 100px;
}

.section--home-about__tip__img {
	height: 136px;
}

.section--home-about__tip__title {
	font-size: 32px;
	font-weight: 700;
	margin: .75em 0;
}

.section--home-about__tip__text {
	font-size: 16px;
	line-height: 1.5;
	max-width: 295px;
	margin: 0 auto;
}


.section.section--home-products {
	padding-top: 0;
}

.section--home-products__banner {
	position: relative;
	min-height: 130px;
	margin-bottom: 130px;
}

.section--home-products__banner img {
	width: 100%;
}

.section--home-products__customer {
	padding-top: 70px;
}

.section--home__customer__title {
	margin-bottom: 130px;
}

.section--home__customer__tip {
	display: flex;
	align-items: flex-start;
	margin-bottom: 50px;
}

.section--home__customer__tip:nth-child(1),
.section--home__customer__tip:nth-child(3) {
	transform: translateY(160px);
}

.section--home__customer__tip__counter {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #40276f;
	border-radius: 50%;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	width: 57px;
	min-width: 57px;
	height: 57px;
	margin-right: 1em;
}

.section--home__customer__tip__text {
	font-size: 18px;
	line-height: 1.55;
}

.section--home__customer__btn {
	font-size: 28px;
	margin-top: 95px;
}

.section--home__customer__divider {
	border-top: 2px dotted #40276f;
	margin: 90px 0 54px;
}

.section--home__systems__subtitle {
	font-size: 24px;
	font-weight: 500;
	margin-top: 10px;
}

.section--home__systems__image {
	position: relative;
	display: inline-block;
	font-size: 0;
	margin-top: 57px;
	margin-bottom: 50px;
}

.section--home__systems__default {
	transition: opacity .2s;
	/*transition-delay: .2s;*/
}

.section--home__systems__hoverimage {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s;
	z-index: 1;
}

.section--home__systems__trigger {
	position: absolute;
	cursor: pointer;
	width: 14%;
	height: 11.5%;
	z-index: 2;
}

.section--home__systems__trigger[data-number="0"] {
	top: 0;
	left: 43%;
}

.section--home__systems__trigger[data-number="1"] {
	top: 11%;
	left: 73%;
}

.section--home__systems__trigger[data-number="2"] {
	top: 44%;
	right: 0;
}

.section--home__systems__trigger[data-number="3"] {
	bottom: 11%;
	left: 73%;
}

.section--home__systems__trigger[data-number="4"] {
	bottom: 0;
	left: 43%;
}

.section--home__systems__trigger[data-number="5"] {
	bottom: 11%;
	right: 73%;
}

.section--home__systems__trigger[data-number="6"] {
	top: 44%;
	left: 0%;
}

.section--home__systems__trigger[data-number="7"] {
	top: 11%;
	right: 73%;
}

.section--home__systems__trigger:hover + .section--home__systems__hoverimage {
	opacity: 1;
}

.section--home__systems__trigger:hover ~ .section--home__systems__default {
	opacity: 0;
	transition-delay: 0s;
}

.section--home__systems__impact {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.section--home__systems__impact__item {
	position: relative;
	padding: 0 50px 50px;
	margin-top: 150px;
}

.section--home__systems__impact__item:nth-child(odd) {
	background: #ffcf06;
	color: #40276f;
}

.section--home__systems__impact__item:nth-child(even) {
	background: #40276f;
	color: #ffcf06;
}

.section--home__systems__impact__img {
	border: 5px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	width: 200px;
	height: 200px;
	margin-top: -100px;
}

.section--home__systems__impact__content .h3 {
	margin: 1em 0 .5em;
}

.section--home__systems__impact__text {
	font-size: 18px;
}

.section--home__systems__impact__text ul {
	padding: 0 0 0 20px;
}

.section--home__systems__impact__text li + li {
	margin-top: .5em;
}

.section--home__systems__impact__text p {
	margin-bottom: .5em;
}


.section--careers {
	font-size: 17px;
}

.section--careers h4 {
	font-size: 22px;
	font-weight: 700;
}

.section--careers h4 a {
	display: inline-block;
	margin-top: .33em;
}

.section--careers a {
	color: #ffd029;
}

.section--careers a:hover {
	color: inherit;
}


.section--about {
	font-size: 18px;
}

.section--about iframe {
	display: inline-block;
	font-size: 0;
	width: 100%;
	max-width: 1050px;
	height: 610px;
}

.section--about-management {
	text-align: center;
}

.section--about-management__top {
	color: #fff;
	padding: 115px 0 200px;
}

.section--about-management__title {
	color: #ffcf06;
	font-size: 45px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: .33em;
}

.section--about-management__text {
	font-size: 18px;
	line-height: 1.7;
	width: 100%;
	max-width: 730px;
	min-height: 105px;
	margin: 0 auto;
}

.section--about-management__team {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	margin: -114px -70px 0;
}

.section--about-management__member {
	position: relative;
	line-height: 1.2;
	width: 410px;
	padding: 0 70px;
	margin-bottom: 60px;
}

.section--about-management__member__img {
	position: relative;
	border-radius: 50%;
	margin-bottom: 35px;
	z-index: 2;
}

.section--about-management__member__img:before {
	display: block;
	content: '';
	padding-top: 100%;
}

.section--about-management__member__img:after {
	position: absolute;
	display: block;
	content: '';
	border: 5px solid #ffcf06;
	border-radius: 50%;
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
	z-index: -1;
}

.section--about-management__member__img img {
	position: absolute;
	border-radius: 50%;
}

.section--about-management__member__name {
	font-size: 24px;
	font-weight: 700;
}

.section--about-management__member__spec {
	font-size: 17px;
	font-weight: 600;
}

.section--about-management__member__description {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	right: 0;
	padding-top: 20px;
	z-index: 8;
}
.section--about-management__member:hover .section--about-management__member__description {
	display: block;
}

.section--about-management__member__description__inner {
	background-color: #fff;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.25));
	border-radius: 40px;
	padding: 25px 30px;
}

.section--about-management__member__description__inner:before {
	position: absolute;
	display: block;
	content: '';
	border-style: solid;
	border-width: 0 18px 10px 18px;
	border-color: transparent transparent #fff transparent;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.section--about-management__member__description__inner p:last-child {
	margin-bottom: 0;
}

.section--about-management__divider {
	border-top: 2px dotted #40276f;
	margin: 65px 0 80px;
}

.section--about-partners__logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 60px;
	margin: 60px -18px -100px;
}

.section--about-partners__logo {
	padding: 0 18px;
	margin-bottom: 100px;
}


.section--products-services__info {
	font-size: 17px;
}

.section--products-services__info__title {
	margin-bottom: .1em;
}

.section--products-services__info__subtitle {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 500;
}

.section--products-services__info__list {
	display: block;
	column-count: 2;
	column-gap: 40px;
	padding: 0;
	margin: 45px 0;
}

.section--products-services__info__list li {
	position: relative;
	display: block;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	padding: 0 0 0 28px;
	margin: .75em 0;
}

.section--products-services__info__list li:before {
	position: absolute;
	display: block;
	content: '';
	background: #40276f;
	border-radius: 50%;
	width: 9px;
	height: 9px;
	left: 0;
	top: .45em;
}

.section--products-services__product {
	text-align: center;
	margin-top: 70px;
}

.section--products-services__product__title {
	margin-bottom: .5em;
}

.section--products-services__product__inner {
	display: inline-block;
	text-align: left;
}

.section--products-services__product__image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 376px;
	margin-bottom: 35px;
}

.section--products-services__product__parameters {
	margin-bottom: 30px;
}

.section--products-services__product__parameter {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}

.section--products-services__product__parameter__icon {
	width: 52px;
	min-width: 52px;
}

.section--products-services__product__parameter__icon + .section--products-services__product__parameter__text {
	width: calc(100% - 52px);
	padding-left: 12px;
}

.section--products-services__product__parameter__text {
	font-size: 18px;
	font-weight: 700;
}

.section--products-services__product__description {
	margin-bottom: 25px;
}

.section--products-services__development {
	text-align: center;
	margin-top: 135px;
}

.section--products-services__development__inner {
	display: inline-block;
	background: #40276f;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	padding: .15em .33em;
}

.section--products-services__development__inner > *:last-child {
	margin-bottom: 0;
}


.section--contact__miniblock {
	margin-bottom: 50px;
}

.section--contact__miniblock__title {
	font-size: 22px;
	font-weight: 700;
}

.section--contact__miniblock__row {
	display: flex;
	align-items: flex-start;
	font-size: 17px;
	margin-top: 13px;
}

.section--contact__miniblock__icon {
	width: 28px;
	min-width: 28px;
}

.section--contact__miniblock__text {
	width: calc(100% - 28px);
	padding-top: 2px;
	padding-left: 1em;
}

.section--contact__miniblock__text p {
	margin: 0;
}

.section--contact__miniblock__text strong {
	font-weight: 500;
}

.section--contact__form {
	margin-top: 30px;
}

.form__inputs__row {
	display: flex;
	margin: 0 -7px;
}

.form__input__wrap {
	width: 50%;
	flex-grow: 1;
	padding: 0 7px;
	margin-top: 10px;
}

.section--contact__form .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.input,
.select,
.textarea {
	display: block;
	padding: 20px 10px;
	border: 1px solid #412F51;
	width: 100%;
}

.textarea {
	height: 230px;
	resize: none;
}

.form__btn__wrap {
	text-align: center;
	margin-top: 30px;
}

.form__btn__wrap .btn {
	color: #3e304f;
	background: #ffcf06;
	font-size: 22px;
	font-weight: 700;
	width: 164px;
	height: 54px;
	transition: .2s;
}

.form__btn__wrap .btn:hover {
	background: #3e304f;
	color: #ffcf06;
}

@media screen and (max-width: 1240px) {
	.footer__inner {
		flex-direction: column;
		align-items: center;
	}
	
	.footer__menu ul {
		justify-content: center;
	}
	
	.footer__social {
		margin-top: 20px;
	}
}

@media screen and (min-width: 768px) {
	.header__toggler {
		display: none !important;
	}
	
	.section--home-about__main {
		padding-left: 50px;
	}
	
	.section--home__systems__impact {
		flex-direction: row;
	}
	
	.section--home__systems__impact__item {
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.section:not(.section--banner) h1:not(.h1):not(.h2):not(.h3) {
		font-size: 32px;
	}
	
	.h2 {
		font-size: 30px;
	}
	
	.h3 {
		font-size: 21px;
	}
	
	.header {
		top: 20px;
	}
	
	.header__menu {
		position: absolute;
		background: #40276f;
		color: #ffd029;
		top: -20px;
		left: 0;
		right: 0;
		padding: 110px 15px 20px;
		transition: .2s;
		z-index: -1;
	}
	
	.header__menu:not(.active) {
		opacity: 0;
		visibility: hidden;
	}
	
	.header__menu ul {
		display: block;
	}
	
	.header__menu li {
		margin-bottom: 10px;
	}
	
	.header__menu li:not(:last-child):after {
		content: none;
	}
	
	.header .logo-img {
		width: 60px;
	}
	
	.section {
		padding: 60px 0;
	}
	
	.section--banner {
		border-width: 7px;
		min-height: 200px;
		margin-bottom: 70px;
	}
	
	.section--banner + .section {
		padding-top: 25px;
	}
	
	.section.section--banner {
		padding-top: 100px;
		padding-bottom: 70px;
	}
	
	body.home .section--banner {
		min-height: 300px;
	}
	
	.section--banner__title {
		font-size: 42px;
	}
	
	.section--banner__subtitle {
		font-size: 20px;
	}
	
	.section--banner__btn {
		font-size: 16px;
	}
	
	.section--banner__circle {
		border-width: 2px;
		font-size: 20px;
		width: 120px;
		height: 120px;
	}
	
	.section--home-about__title > * {
		font-size: 20px;
	}
	
	.section--home-about__text {
		font-size: 16px;
	}
	
	.section--home-about__tips {
		margin-top: 10px;
	}
	
	.section--home-about__tip {
		margin-top: 60px;
	}
	
	.section--home-about__tip__img {
		height: 70px;
	}
	
	.section--home-about__tip__title {
		font-size: 20px;
	}
	
	.section--home-products__banner {
		min-height: 80px;
		margin-bottom: 70px;
	}
	
	.section--home-products__customer {
		padding-top: 25px;
	}
	
	.section--home__customer__title {
		margin-bottom: 40px;
	}
	
	.section--home__customer__tip {
		margin-bottom: 0;
	}
	
	.section--home__customer__tip:nth-child(1),
	.section--home__customer__tip:nth-child(3) {
		transform: none;
	}
	
	.section--home__customer__tip:last-child {
		margin-bottom: 20px;
	}
	
	.section--home__customer__tip__counter {
		font-size: 18px;
		width: 30px;
		min-width: 30px;
		height: 30px;
	}
	
	.section--home__customer__tip__text {
		font-size: 16px;
	}
	
	.section--home__customer__btn {
		font-size: 20px;
		margin-top: 60px;
	}
	
	.section--home__customer__divider {
		margin: 60px 0;
	}
	
	.section--home__systems__subtitle {
		font-size: 20px;
	}
	
	.section--home__systems__image {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	
	.section--home__systems__impact__item {
		padding: 0 15px 20px;
		margin-top: 80px;
	}
	
	.section--home__systems__impact__img {
		border-width: 2px;
		width: 100px;
		height: 100px;
		margin-top: -50px;
	}
	
	.section--home__systems__impact__text {
		font-size: 16px;
	}
	
	.section--careers h4 {
		font-size: 1.2em;
	}
	
	.section--about iframe {
		height: 60vw;
	}
	
	.section--about-management__top {
		padding: 60px 0 110px;
	}
	
	.section--about-management__title {
		font-size: 24px;
	}
	
	.section--about-management__team {
		margin: -65px -15px 0;
	}
	
	.section--about-management__member {
		width: 160px;
		padding: 0 15px;
		margin-bottom: 40px;
	}
	
	.section--about-management__member__img {
		margin-bottom: 20px;
	}
	
	.section--about-management__member__img:after {
		border-width: 2px;
		top: -4px;
		bottom: -4px;
		left: -4px;
		right: -4px;
	}
	
	.section--about-management__member__name {
		font-size: 15px;
	}
	
	.section--about-management__member__spec {
		font-size: 14px;
	}
	
	.section--about-management__member__description__inner {
		font-size: 14px;
		border-radius: 20px;
    	padding: 15px 10px;
	}
	
	.section--about-management__divider {
		margin: 35px 0 40px;
	}
	
	.section--about-partners__logos {
		margin: 40px -9px -20px;
	}
	
	.section--about-partners__logo {
		zoom: .5;
		margin-bottom: 50px;
	}
	
	.section--products-services__info__subtitle {
		font-size: 18px;
	}
	
	.section--products-services__info__list {
		column-count: 1;
		column-gap: normal;
		margin: 25px 0;
	}
	
	.section--products-services__info__list li {
		margin: .5em 0;
	}
	
	.section--products-services__product__image {
		height: auto;
		margin-bottom: 20px;
	}
	
	.section--products-services__product__parameters {
		margin-bottom: 20px;
	}
	
	.section--products-services__product__parameter__text {
		font-size: 16px;
	}
	
	.section--products-services__product__description {
		margin-bottom: 20px;
	}
	
	.section--products-services__product__description br ~ br {
		display: none;
	}
	
	.section--products-services__development {
		margin: 80px 0 20px;
	}
	
	.section--products-services__development__inner {
		font-size: 20px;
	}
	
	
	.section--contact__miniblock__title {
		font-size: 18px;
	}
	
	.section--contact__map {
		height: 180px;
		margin-top: 20px;
	}
	
	.input, .select, .textarea {
		padding: 10px 5px;
	}
}