@import url("bootstrap.min.css");

html, body {
	background: #ffffff;
	margin: 0;
	padding: 0;
}

body {
}

* {
	font-family: Roboto, Arial, Sylfaen;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 25px;
	
	color: #485259;
}

a {
	color: #0583C6;
	text-decoration: none;
}

h3 {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 40px;
	text-transform: uppercase;
	
	color: #485259;
}

.align-left {
	text-align: left;
}

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

.align-center {
	text-align: center;
}

.hidden-lg {
	display: none;
}

.header {
	background: #0583C6;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: calc(100% - 60px);
	overflow: hidden;
	z-index: 1;
}

.header-top-layer {
	background: none;
	z-index: 2;
	overflow: visible;
}

.header-cell {
	position: relative;
	height: 100%;
}

.logo-slogan {
	background-image: url("../images/logo-slogan.png");
	background-position: top right;
	background-repeat: no-repeat;
	height: 16px;
	width: 1000px;
	position: absolute;
	right: calc(100% - 350px);
	bottom: -1px;
}

.top-logo {
	display: inline-block;
	margin-top: 10px;
}

.header-right {
	width: 1000px;
	background: #3CA2D9;
	top: 0;
	left: calc(100% - 15px);
	position: absolute;
	z-index: 0;
}

.top-diagonal-container {
	overflow: hidden;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	position: absolute;
	background: #3CA2D9;
}

.top-diagonal {
	position: absolute;
	left: -84%;
	bottom: 0;
	width: 150%;
	height: 150%;
	background: #0583C6;
	transform: rotate(-28deg);
}

.slider-container {
	padding-top: 60px;
	position: relative;
}

.slider {
	background-image: url("../images/slide.jpg?v2");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding-bottom: 55%;
}

.slider-category-icons {
	position: absolute;
	width: 100%;
	bottom: 50px;
	left: 0;
}


.slider-category-icons.inline {
	position: relative;
	left: auto;
	bottom: auto;
}

.slider-category-icons .item {
	display: block;
	border: 2px solid #fff;
	background-color: #197AAE;
	border-radius: 4px;
	position: relative;
	padding: 10px;
}

.slider-category-icons.inline .item {
	background-color: #9EACB5;
}

.slider-category-icons .item .img {
	
	padding-bottom: 100%;
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
}

.slider-category-icons.inline .item.active {
	background-color: #197AAE;
}

.slider-category-icons .item:hover {
	background-color: #3CA2D9;
}

.slider-category-icons .item .title {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
}


.spacer {
	background-image: url("../images/spacer.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 51px;
}

.spacer.inner-page {
	margin-top: 60px;
}

#topMenu {
	display: flex;
	justify-content: center;
}

#topMenu li {
	list-style: none;
	height: 100%;
	margin: 0 15px;
}

#topMenu li a {
	height: 100%;
	line-height: 60px;
	display: block;
	color: #8CD7FF;
	text-decoration: none;
	position: relative;
	
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	
}

#topMenu li a span.active-pointer {
	position: absolute;
	width: 1px;
	height: 20px;
	overflow: hidden;
	border: 2px dotted transparent;
	border-right-color: #fff;
	bottom: 0;
	left: calc(50% - 3px);
}

#topMenu a.close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 32px;
	height: 32px;
	display: none;
}

.openMobileMenu {
	display: none;
}

.lang-container {
	border-top: 2px dotted #fff;
	border-bottom: 2px dotted #fff;
	width: 30px;
	margin-top: 15px;
	height: 30px;
	text-align: center;
	position: relative;
}

.lang-container .current-lang {
	color: #fff;
	font-size: 12px;
}

.lang-container .languages {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #3CA2D9;
	margin: 0;
	padding: 0;
	width: 100%;
}

.lang-container:hover .languages, .lang-container.opened .languages {
	display: block;
}

.lang-container .languages li {
	list-style: none;
}

.lang-container .languages li:hover {
	background: #0583C6;
}

.lang-container .languages li a {
	line-height: 30px;
	text-decoration: none;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 12px;
}

.top-right-icons {
	text-align: right;
}

.top-right-icons .icon-element {
	display: inline-block;
	margin-left: 10px;
}


section.home-section {
	margin: 10px 0;
}
section.home-section.more-margin {
	margin:30px 0;
}

section.home-section h2.section-head {
	font-family: Montserrat, Arial, Sylfaen;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #32556B;
	padding-bottom: 20px;
}

section.home-section h3.section-head {
	font-family: Montserrat, Arial, Sylfaen;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #607C8E;
}

.benefit-item {
}

.benefit-item .img {
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
}

.benefit-item .title {
	font-family: Montserrat, Arial, Sylfaen;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 25px;
	text-align: center;
	color: #086699;
	padding-bottom: 25px;
}

.benefit-item .description {
	font-family: Roboto, Arial, Sylfaen;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
	color: #485259;
}

.home-section .zebra {
	padding: 20px 0;
	background: #F5FBFF;
}

.home-section .zebra:nth-child(2n) {
	background: #E8F6FE;
}

.inner-zebra {
	padding: 20px 0;
	background: #fff;
}

.inner-zebra:nth-child(2n) {
	background: #F5FBFF;
}

.home-section .cat-title {
	padding: 20px 0;
}

.home-section .cat-title .ttl {
	font-family: Montserrat, Arial, Sylfaen;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 25px;
	color: #0583C6;
	float: left;
	overflow: hidden;
	background: #F5FBFF;
	padding-right: 30px;
}

.home-section .zebra:nth-child(2n) .cat-title .ttl {
	background: #E8F6FE;
}

.home-section .cat-title .line {
	border-bottom: 2px dotted #0583C6;
	margin-top: 12px;
	width: auto;
}

.hp-category-image {
	width: 100%;
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.hp-category-description {
	font-family: Roboto, Arial, Sylfaen;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	color: #485259;
}

.hp-gallery-image {
	display: block;
	padding-bottom: 12%;
	margin-left: 1px;
	margin-right: 1px;
	float: left;
	width: calc(20% - 2px);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.hp-staff-container {
}

.hp-staff-container .img {
	padding-bottom: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 18px;
}

.hp-staff-container .name {
	font-family: Roboto, Arial, Sylfaen;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 32px;
	color: #0583C6;
}

.hp-staff-container .position {
	font-family: Roboto, Arial, Sylfaen;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 25px;
	color: #485259;
}

.projects-slider-container {
	position: relative;
}

.projects-slider-head {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 56px;
	text-align: center;
}

.projects-slider-head .dots {
	position: absolute;
	top: 50%;
	left: 10%;
	width: 80%;
	height: 1px;
	overflow: hidden;
	border-top: 2px solid #DFE8EB;
	z-index: 1;
}

.projects-slider-head .title {
	z-index: 2;
	line-height: 56px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	align-items: center;
	text-align: center;
	background: #F5FBFF;
	padding: 0 20px;
	position: relative;
	display: inline-block;
	color: #607C8E;
}

.slick-slider {
	padding-left: 0;
	margin-left: 0;
}

.slick-track {
	margin-top: 70px;
}

.slick-arrow {
	width: 56px;
	height: 56px;
	background: #0583C6;
	box-shadow: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	color: #fff;
	line-height: 52px;
	text-align: center;
	z-index: 2;
	cursor: pointer;
	transition: 0.2s all;
}

.slick-arrow.slick-disabled {
	background: #C1E4F7;
	color: #2B8EC4;
}

.slick-prev {
	left: 0;
}

.slick-next {
	right: 0;
}

.slick-arrow:after {
	
	font-family: "Font Awesome 5 Pro";
	font-weight: normal;
	font-style: normal;
	margin: 0;
	text-decoration: none;
	font-size: 40px;
}

.slick-prev:after {
	content: '\f053';
}

.slick-next:after {
	content: '\f054';
}

.projects-slider-item {
	margin: 1px;
}

.projects-slider-item img {
	width: 100%;
}

.projects-slider-item .view-more-container {
	line-height: 30px;
	text-align: center;
	padding-top: 15px;
}

.projects-slider-item a.view-more {
	text-decoration: underline;
}

footer.page-footer {
	background: #0583C6;
	padding: 20px 0;
	margin-top: 30px;
}

.footer-logo-container {
	padding-bottom: 30px;
	position: relative;
}

.footer-logo-slogan {
	background-image: url("../images/footer-slogan.png");
	background-position: top right;
	background-repeat: no-repeat;
	height: 16px;
	width: 1000px;
	position: absolute;
	right: calc(100% - 288px);
	bottom: -1px;
}


.social-icons-container {
	position: absolute;
	bottom: 0;
	right: 0;
}

.social-icons-container .icon {
	width: 32px;
	height: 32px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: transparent;
	transition: 0.2s all;
	border-radius: 50%;
	display: inline-block;
}

.social-icons-container .icon.vk {
	background-image: url("../images/social/vk.svg");
}

.social-icons-container .icon.vk:hover {
	background-color: #566C9B;
}

.social-icons-container .icon.fb {
	background-image: url("../images/social/fb.svg");
}

.social-icons-container .icon.fb:hover {
	background-color: #414F91;
}

.social-icons-container .icon.you {
	background-image: url("../images/social/you.svg");
}

.social-icons-container .icon.you:hover {
	background-color: #C91516;
}

.social-icons-container .icon.twit {
	background-image: url("../images/social/twit.svg");
}

.social-icons-container .icon.twit:hover {
	background-color: #00CCFF;
}

.social-icons-container .icon.ok {
	background-image: url("../images/social/ok.svg");
}

.social-icons-container .icon.ok:hover {
	background-color: #F0931D;
}

.footer-menus-container {
	display: flex;
	justify-content: left;
}

.footer-menu {
	margin: 0;
	padding: 0;
}

.footer-menu li {
	margin: 0;
	padding: 0 20px 0 20px;
	margin-bottom: 5px;
	list-style: none;
}

.footer-menu.dots li {
	border-right: 2px dotted #C1E4F7;
}

.footer-menu li a {
	font-size: 12px;
	color: #72BAE0;
}

.footer-menu li a:hover {
	color: #fff;
	text-decoration: none;
}

.copyrights {
	font-size: 11px;
	color: #fff;
}


.products-list-container {
}

.products-list-container .product {
	border: 1px solid transparent;
	border-radius: 2px;
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px;
}

.products-list-container .product:hover {
	background: #E6F2F9;
	border: 1px solid #197AAE;
}

.products-list-container .product .img {
	width: 100%;
	padding-bottom: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.products-list-container .product .title {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	padding: 10px 0;
	/* or 43px */
	text-align: center;
	color: #086699;
	border-bottom: 2px dotted #0583C6;
}

.products-list-container .product .description {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 25px;
	color: #485259;
	padding: 8px 0;
	border-bottom: 2px dotted #0583C6;
}

.products-list-container .product .description span {
	color: #086699;
}

.products-list-container .product .order-button {
	display: block;
	border-radius: 4px;
	color: #fff;
	background: #8CBDD7;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: 10px;
}

.products-list-container .product:hover .order-button {
	background: #0583C6;
}

.products-list-container .product .order-button:hover {
	text-decoration: none;
}

.products-list-container .product .price {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 65px;
	align-items: center;
	
	color: #485259;
}

.products-list-container .product:hover .price {
	color: #0583C6;
}

.products-list-container .product .view-more {
	text-align: right;
	padding: 10px 0 5px 0;
}

.products-list-container .product .view-more i {
	color: inherit;
	font-size: inherit;
}

.block-with-dots {
	position: relative;
}

.block-with-dots.left {
	text-align: left;
}

.block-with-dots.right {
	text-align: right;
}

.block-with-dots .content {
	background: #fff;
	padding: 4px 15px;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.block-with-dots.blue .content {
	background: #F5FBFF;
}

.block-with-dots .dots {
	position: absolute;
	width: 100%;
	top: calc(50% - 2px);
	height: 1px;
	border-bottom: 2px dotted #0583C6;
	z-index: 0;
}

.block-with-dots.solid .dots {
	border-bottom:1px solid #0583C6;
}

.filter-line-container {
	margin: 30px 0;
}

.filter-items {
	display: flex;
	align-items: center;
	text-align: center;
	
	color: #607C8E;
}

.filter-items .filter {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 14px;
	text-align: center;
	
	color: #607C8E;
	margin: 0 10px;
	position: relative;
}

.filter-items .filter.active {
	color: #0583C6;
}

.filter-items .filter.active:after {
	content: '\f0d8';
	font-family: "Font Awesome 5 Pro";
	font-weight: bold;
	font-style: normal;
	position: absolute;
	bottom: -15px;
	left: calc(50% - 5px);
	font-size: 12px;
}

.filter-items .filter.active:before {
	content: '\f0d7';
	font-family: "Font Awesome 5 Pro";
	font-weight: bold;
	font-style: normal;
	position: absolute;
	top: -15px;
	left: calc(50% - 5px);
	font-size: 12px;
}


.page-title {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 37px;
	
	/* identical to box height */
	text-align: center;
	color: #32556B;
	margin: 70px 0;
}


.product-container {
}

.product-container .product-image {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 100%;
	display: block;
	border: 1px solid #3CA2D9;
	border-radius: 4px;
}


.product-container .product-images {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.product-container .product-images .img {
	
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	margin-right: 15px;
	margin-bottom: 15px;
	width: calc(33.333% - 10px);
	padding-bottom: calc(33.333% - 10px);
	
	border: 1px solid #3CA2D9;
	border-radius: 4px;
}

.product-container .product-images .img:nth-child(3n) {
	margin-right: 0;
}

.product-container .block-title {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 29px;
	color: #0583C6;
	margin-bottom: 30px;
}

.product-container .block-title span {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 29px;
	color: #485259;
}

.product-container .block-divider {
	height: 2px;
	width: 100%;
	background: #EAF2FA;
	margin: 25px 0;
}

.chooser-container {
	display: flex;
}

.chooser-container .choose-something {
	font-family: Roboto;
	font-style: italic;
	font-weight: normal;
	font-size: 13px;
	line-height: 13px;
	color: #828F93;
	width: 50px;
	padding-top: 8px;
}

.chooser-container .choose-something-arrow {
	color: #3CA2D9;
	width: 40px;
	text-align: center;
	padding-top: 10px;
}

.chooser-container .choose-something-arrow i {
	font-size: inherit;
	color: inherit;
}

.choose-elements {
	display: flex;
	flex-wrap: wrap;
}

.choose-elements.watts .item {
	width: 45px;
	height: 40px;
	text-align: center;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 30px;
	margin: 4px;
	border: 3px solid transparent;
	color: #086699;
	background: #EAF2FA;
	position: relative;
}

.choose-elements.watts .item:hover {
	background: #3CA2D9;
	border: 3px solid #0583C6;
	color: #fff;
	text-decoration: none;
}

.choose-elements.gamma .item {
	width: 42px;
	height: 42px;
	text-align: center;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 30px;
	margin: 0;
	border: 1px solid #C4C4C4;
	position: relative;
}

.choose-elements.gamma .item:hover {
	border: 3px solid #0583C6;
}

.choose-elements .item .additional-title {
	position: absolute;
	top: calc(100% + 5px);
	left: 0;
	text-align: center;
	width: 100%;
	
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 13px;
	color: #80909A;
}

.choose-elements .item .additional-title.over {
	top: auto;
	bottom: calc(100% + 5px);
	font-size: 12px;
}


.light-info {
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
	width: 100%;
	padding-left: 90px;
}

.light-info div {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 13px;
	
	color: #80909A;
}

.heat-info {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	padding-left: 90px;
}

.heat-info div {
	position: relative;
}

.heat-info .dots {
	position: absolute;
	top: calc(50% - 2px);
	border-bottom: 2px dotted #D8E3ED;
	width: 100%;
	height: 1px;
	overflow: hidden;
}

.heat-info .dots-container {
	width: calc(100% - 170px);
}

.heat-info .direction {
	width: 70px;
}

.heat-info .direction.left {
	text-align: right;
	color: #F78F20;
	background: url("../images/light-warm.svg") left center no-repeat;
	height: 30px;
}

.heat-info .direction.right {
	text-align: left;
	color: #3CA2D9;
	background: url("../images/light-cool.svg") right center no-repeat;
	height: 30px;
}

.certification-and-qty {
}

.certification-and-qty .qty-container {
	border-left: 1px solid #EAF2FA;
	border-right: 1px solid #EAF2FA;
	padding: 10px 15px;
}

.certification-and-qty .certification {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

.certification-and-qty .certification .certificate {
	width: 90px;
	margin-right: 20px;
}

.certification-and-qty .certification .certificate .img {
	padding-bottom: 100%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.certification-and-qty .certification .certificate .title {
	text-align: center;
	padding-top: 10px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 25px;
	
	color: #485259;
}

.qty-block-title {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 29px;
	
	/* identical to box height, or 29px */
	text-align: center;
	
	color: #0583C6;
}

.qty-form {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	padding-top: 10px;
}

.qty-form div {
	text-align: center;
	margin: 0 5px;
}

.qty-form .plusminus {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: #D8E3ED;
	border-radius: 50%;
	text-align: center;
	line-height: 26px;
	color: #0583C6;
	margin-top: 7px;
	cursor: pointer;
}

.qty-form input {
	background: #EAF2FA;
	color: #086699;
	border: 1px solid #72BAE0;
	height: 40px;
	width: 40px;
	text-align: center;
}

.downpdf {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	
	color: #0583C6;
	background-image: url("../images/icon-pdf.svg");
	background-repeat: no-repeat;
	background-position: right center;
	height: 30px;
	background-size: contain;
	display: inline-block;
	padding-right: 50px;
	
}

.downpdf i {
	font-size: inherit;
	color: inherit;
}

.downpdf:hover {
	text-decoration: none;
}

.product-available {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 25px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	background-image: url("../images/icon-inquiry.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	height: 30px;
	padding-left: 40px;
	color: #3CA2D9;
}

.inquiry-button {
	display: inline-block;
	height: 30px;
	padding: 0 15px;
	color: #fff;
	border-radius: 4px;
	
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 29px;
	text-align: center;
	letter-spacing: 0.2em;
	margin-left: 15px;
	background: #0583C6;
}

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

i {
	font-size: inherit;
	color: inherit;
}


.accordion-block {
}

.accordion-block.opened .accordion-open {
	display: none;
}
.accordion-block.closed .accordion-close {
	display: none;
}

.accordion-block .accordion-content {
	padding:20px 0;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
	
	color: #32556B;
}

.accordion-block .accordion-content div,.accordion-block .accordion-content p {
	
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
	
	color: #32556B;
}

.accordion-block.closed .accordion-content { display:none; }

.accordion-head {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.accordion-head .title {
	width: 150px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 29px;
	color: #0583C6;
}

.accordion-head .line-container {
	position: relative;
	width: calc(100% - 280px);
}

.accordion-head .line-container .line {
	position: absolute;
	width: 100%;
	top: calc(50% - 2px);
	height: 1px;
	background: #3CA2D9;
	overflow: hidden;
}

.accordion-head .controls {
	width: 100px;
}

.accordion-head .controls i {
	margin-right: 10px;
}

.accordion-head .controls a:hover {
	text-decoration:none;
}

.specification-row {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 29px;
	
	color: #3CA2D9;
	display:flex;
	width:320px;
}
.specification-row .param-value {
	width:200px;
	
}
.specification-row .param-value .value {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 29px;
	
	/* or 29px */
	
	color: #3CA2D9;
}
.specification-row div.param-name {
	width:120px;
	padding-left:10px;
	line-height:33px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	
	color: #32556B;
}

.staff-section-title {
	position:relative;
	text-align:center;
}
.staff-section-title .line {
	height:1px;
	overflow:hidden;
	background:#3CA2D9;
	width:50%;
	position:absolute;
	top:50%;
	left:0;
	z-index:1;
}

.staff-section-title .title {
	background:#fff;
	height:30px;
	padding:0 15px;
	display:inline-block;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	text-transform: uppercase;
	position:relative;
	z-index:2;
	color: #0583C6;
}

.inner-zebra:nth-child(2n) .staff-section-title .title {
	background:#F5FBFF;
}

.staff-container {
	margin: 20px 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.staff-container .staff-item {
	width: 170px;
	margin:10px 15px;
}

.staff-container .staff-item .img {
	display:block;
	width:100%;
	padding-bottom:100%;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	margin-bottom:10px;
}

.staff-container .staff-item .name {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	margin-bottom:5px;
	color: #086699;
}
.staff-container .staff-item .position {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	
	color: #086699;
}

.staff-container .staff-item .divider {
	height:1px;
	overflow:hidden;
	margin:10px 0;
	width:100%;
	background:#C2CCD2;
}

.staff-container .staff-item .phone,.staff-container .staff-item .email {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	color: #485259;
}

.staff-container .staff-item .phone i { margin-left:3px; }

.staff-container .staff-item .phone i,.staff-container .staff-item .email i
{
	margin-right:10px;
}

.row.more-margin {
	margin-top:15px; margin-bottom:15px;
}

.feed-row {
	display:flex;
}

.feed-row .icon {
	width:70px;
	height:50px;
	line-height:50px;
	color:#0583C6;
	background:#E6F2F9;
	font-size:30px;
	
	text-align: center;
}

.feed-row .text {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 50px;
	color: #32556B;
	padding-left:10px;
	
	
}

.feedback-footer {
	background:#E9F4FC;
	padding:30px 0;
	margin-top:30px;
}

.feedback-footer input[type=text],.feedback-footer textarea {
	background: #FFFFFF;
	border: 1px solid #0583C6;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	width:100%;
	/* identical to box height */
	
	text-indent:50px;
	color: #0583C6;
}

.feedback-footer input[type=text] {
	height:40px;
	line-height:50px;
}
.feedback-footer textarea {
	padding-top:10px;
	height:180px;
}

.feedback-footer input[type=submit] {
	display:inline-block;
	height:40px;
	line-height:40px;
	margin:0;
	box-shadow: none;
	color:#fff;
	background:#8CBDD7;
	padding:0 30px;
	border:none;
	border-radius:4px;
}

.feedback-footer .input-container {
	position:relative;
	margin-bottom:30px;
}

.feedback-footer .input-container .icon {
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	font-size:20px;
	position:absolute;
	top:5px;
	left:10px;
	color:#B1C6D3;
}

.feedback-footer .logo-container {
	margin:40px 0;
	text-align:center;
}

.project-row { padding:40px 0; }
.project-row:nth-child(2n) { background:#F5FBFF; }

.project-row .img {
	width: 100%;
	padding-bottom: 78%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color:#D8E3ED;
}

.project-params-icon { text-align:center; margin-bottom:10px; }
.project-params-icon svg path { fill:#C2CCD2; }
.project-params-icon.active svg path, .project-params-icon:hover svg path { fill:#0583C6; }

.project-text-content {

}

.project-text-content .project-title {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 40px;
	color: #485259;
}

.project-text-content .project-text,
.project-text-content .project-text p, .project-text-content .project-text div
{
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	text-align: justify;

	color: #485259;
}

.project-text-content .project-text p, .project-text-content .project-text div {
	column-count:2;
	column-gap:30px;
}

.project-row .project-images-container {
	margin-top:20px;
}
