/* ------------------------------------------------------------- *
 * Fonts
/* ------------------------------------------------------------- */
@font-face {
    font-family: 'HeliosCond';
    src: url('../fonts/HeliosCond/HeliosCond-Black.otf');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'HeliosCond';
    src: url('../fonts/HeliosCond/HeliosCond-Bold.eot');
    src: local('HeliosCond Bold'), local('HeliosCond-Bold'),
        url('../fonts/HeliosCond/HeliosCond-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HeliosCond/HeliosCond-Bold.woff') format('woff'),
        url('../fonts/HeliosCond/HeliosCond-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'HeliosCond';
    src: url('../fonts/HeliosCond/HeliosCond.eot');
    src: local('HeliosCond Regular'), local('HeliosCond'),
        url('../fonts/HeliosCond/HeliosCond.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HeliosCond/HeliosCond.woff') format('woff'),
        url('../fonts/HeliosCond/HeliosCond.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Avenir Next Cyr';
	src: url('../fonts/AvenirNextCyr/AvenirNextCyr-Light.eot');
	src: local('Avenir Next Cyr Light'), local('AvenirNextCyr-Light'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-Light.woff') format('woff'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir Next Cyr';
	src: url('../fonts/AvenirNextCyr/AvenirNextCyr-Demi.eot');
	src: local('Avenir Next Cyr Demi'), local('AvenirNextCyr-Demi'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-Demi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-Demi.woff') format('woff'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-Demi.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next Cyr';
	src: url('../fonts/AvenirNextCyr/AvenirNextCyr-MediumItalic.eot');
	src: local('Avenir Next Cyr Medium Italic'), local('AvenirNextCyr-MediumItalic'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-MediumItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-MediumItalic.woff') format('woff'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: 'Avenir Next Cyr';
	src: url('../fonts/AvenirNextCyr/AvenirNextCyr-Medium.eot');
	src: local('Avenir Next Cyr Medium'), local('AvenirNextCyr-Medium'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-Medium.woff') format('woff'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir Next Cyr';
	src: url('../fonts/AvenirNextCyr/AvenirNextCyr-Regular.eot');
	src: local('Avenir Next Cyr Regular'), local('AvenirNextCyr-Regular'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-Regular.woff') format('woff'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir Next Cyr Ultra';
	src: url('../fonts/AvenirNextCyr/AvenirNextCyr-UltraLight.eot');
	src: local('Avenir Next Cyr Ultra Light'), local('AvenirNextCyr-UltraLight'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-UltraLight.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-UltraLight.woff') format('woff'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-UltraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir Next Cyr';
	src: url('../fonts/AvenirNextCyr/AvenirNextCyr-Heavy.eot');
	src: local('Avenir Next Cyr Heavy'), local('AvenirNextCyr-Heavy'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-Heavy.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-Heavy.woff') format('woff'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-Heavy.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir Next Cyr';
	src: url('../fonts/AvenirNextCyr/AvenirNextCyr-Bold.eot');
	src: local('Avenir Next Cyr Bold'), local('AvenirNextCyr-Bold'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-Bold.woff') format('woff'),
		url('../fonts/AvenirNextCyr/AvenirNextCyr-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}


/* ------------------------------------------------------------- *
 * Global variables
/* ------------------------------------------------------------- */

:root {
	--color-dark: #262626;
	--color-green: #148147;
	--color-vimek: #0580C4;
	--color-logset: #A4398F;
	--light-grey: #F7F7F7;
}

/* ------------------------------------------------------------- *
 * General
/* ------------------------------------------------------------- */

* { box-sizing: border-box; }

html, body { padding: 0; margin: 0; }

body {
	position: relative;
	background-color: #fff;
	line-height: 1.6;
	font-family: 'Avenir Next Cyr';
	font-size: 16px;
	font-weight: normal;
	color: #262626;
}

main {
	overflow: hidden auto;
}

p { 
	color: var(--white-color);
	margin: 0 0 30px; 
}

a {
	color: currentColor;
	text-decoration: none;
	outline: none;
}
a {
	transition: .2s ease-in;
}
a:hover, a:focus {
	color: currentColor;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'HeliosCond';
    font-weight: normal;
	margin: 0;
}


img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

b, strong {
	font-weight: bold;
	font-weight: 700;
}

button {
	outline: none;
	border: 0;
}
button:focus { 
	outline: none; 
}

.small, small {
	font-size: 80%;
}

.no-scroll {
	overflow: hidden;
}

/* Selection */
::selection {
	color: #FFF;
	text-shadow: none;
	background: var(--color-green);
}
::-moz-selection {
	color: #FFF;
	text-shadow: none;
	background: var(--color-green);
}
::-webkit-selection {
	color: #FFF;
	text-shadow: none;
	background: var(--color-green);
}

/* Lists */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}
.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

figure {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

section {
	position: relative;
	padding: 75px 0;
}
@media (max-width: 767px) {
	section {
		padding: 50px 0;
	}
}
.container {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
}
.container-fluid {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 1200px) {
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 767px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.section-title {
	margin-bottom: 50px;
}
.section-title h1 {
	color: #262626;
	font-family: HeliosCond;
	font-size: 65px;
	font-style: normal;
	font-weight: 900;
	line-height: 100%;
	letter-spacing: -0.65px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.section-title p {
	color: #262626;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 14.8px */
	letter-spacing: -0.16px;
}
.section-page-title h1 {
	font-size: 75px;
}
@media (max-width: 1200px) {
	.section-title h1 {
		font-size: 45px;
	}
	.section-page-title h1 {
		font-size: 64px;
	}
}
@media (max-width: 767px) {
	.section-title {
		margin-bottom: 35px;
	}
	.section-title h1 {
		font-size: 36px;
	}
	.section-page-title h1 {
		font-size: 36px;
	}
}

.color-vimek {color: var(--color-vimek)}
.color-logset {color: var(--color-logset)}
.color-green {color: var(--color-green)}


/* ------------------------------------------------------------- *
 * Buttons
/* ------------------------------------------------------------- */
.btn {
	background: var(--color-green);
	padding: 20px 30px;
	color: #FFF;
	font-family: 'HeliosCond';
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFF;
    cursor: pointer;
}
.btn:focus {color: #fff;}
.btn-solid {
	padding: 20px 30px;
	background: #FFF;
	color: var(--color-dark);
}
.btn-solid img {
	width: auto;
	max-width: 50px;
	margin-left: 10px;
	transition: .2s linear;
}
.btn-solid:hover img {
	transform: translateX(7px);
}
.btn-solid:focus {color: var(--color-dark);}
.btn-green {
	background: var(--color-green);
	color: #FFF;
}
.btn-green:hover {
	color: #fff;
}
/*.btn-solid:focus {color: #fff;}*/
.btn-bordered {
	border: 1px solid #FFF;
	background: transparent;
}
.btn-bordered:hover {
	background: #fff;
	color: var(--color-dark);
}
.btn-link {
	color: var(--green-main, #148147);
	font-family: Avenir Next;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 92.5%; /* 16.65px */
	letter-spacing: -0.18px;
	text-decoration-line: underline;
}
.button-wrap {
	display: flex;
}
@media (max-width: 1200px) {
	.btn {
		font-size: 18px;
		padding: 15px 18px;
	}
	.btn-link {
		font-size: 16px;
	}
}
@media (max-width: 992px) {
	.btn {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.btn {
		padding: 14px 20px;
	}
	.btn-solid img {
		max-width: 38px;
	}
}


/* ------------------------------------------------------------- *
 * Header
/* ------------------------------------------------------------- */
.header {
	position: fixed;
	width: 100%;
	top: 20px;
	left: 0;
	z-index: 998;
	transition: .2s ease-in;
}
.header.header-scroll {
	top: 0;
}
.header.header-scroll .header-inner{
	background: #fff;
	border-bottom: 1px solid #eeeeee;
}
.header .logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 280px;
	background: #FFF;
	padding: 3px 15px;
	margin-right: auto;
}
.header .header-menu {
	display: flex;
    align-items: center;
    background: #FFF;
    padding: 0 15px;
    margin-left: auto;
    margin-right: 5px;
}
.header .header-menu ul.menu-nav {
	display: flex;
	justify-content: space-between;
}
.header .header-menu ul.menu-nav > li {
	padding-right: 50px;
}
.header .header-menu ul.menu-nav li:last-child {
	padding-right: 0;
}
.header .header-menu ul.menu-nav > li.dropdown-item > a {
	position: relative;
}
.header .header-menu ul.menu-nav > li.dropdown-item > a:after { 
	content:  ' ⌄';
	position: absolute;
    top: 14px;
    right: -14px;
}
.header .header-menu ul.menu-nav li a:only-child:after { 
	content: ''; 
}
.header .header-menu ul.menu-nav li > a {
	color: #262626;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 17px 0;
}
.header .header-menu ul.menu-nav li:hover > a {
	color: var(--color-green);
	text-decoration: underline;
}

.header .header-menu ul.menu-nav ul.dropdown {
	display: none;
	position: absolute; 
	top: 53.5px;
	background: #FFF;
	border: 1px solid #eeeeee;
}
/* Display Dropdowns on Hover */
.header .header-menu ul.menu-nav li:hover > ul.dropdown {
	display: flex;
    flex-direction: column;
    padding: 15px 70px 15px 15px;
}
.header .header-menu ul.menu-nav ul.dropdown li {
	display: flex;
	position: relative;
}
.header .header-menu ul.menu-nav ul.dropdown li a {
	padding: 10px 0;
	font-size: 15px;
}


.header .header-phone {
	display: flex;
	align-items: center;
	background: #FFF;
	padding: 0 20px;
}
.header .header-phone svg {
	margin-right: 10px;
}
.header .header-phone a {
	color: #262626;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.header .header-button {
	display: flex;
	align-items: center;
	margin-left: 5px;
}
.header .header-button .btn {
	padding: 15px 30px;
	border: none;
}

.header .burger-menu {
    position: relative;
 	background-color: transparent;
 	border: none;
 	cursor: pointer;
 	display: none;
 	padding: 0;
 	z-index: 9999;
 	margin-left: 15px;
}
.header .burger-menu .line {
	fill: none;
	stroke: #262626;
	stroke-width: 6;
	transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header .burger-menu .line1 {
  	stroke-dasharray: 60 207;
  	stroke-width: 5;
}
.header .burger-menu .line2 {
	stroke-dasharray: 60 60;
	stroke-width: 5;
}
.header .burger-menu .line3 {
  	stroke-dasharray: 60 207;
  	stroke-width: 5;
}
.header .burger-menu.opened .line1 {
  	stroke-dasharray: 90 207;
  	stroke-dashoffset: -134;
  	stroke-width: 5;
}
.header .burger-menu.opened .line2 {
  	stroke-dasharray: 1 60;
  	stroke-dashoffset: -30;
  	stroke-width: 5;
}
.header .burger-menu.opened .line3 {
  	stroke-dasharray: 90 207;
  	stroke-dashoffset: -134;
  	stroke-width: 5;
}
@media (max-width: 1450px) {
	.header .logo {
		width: 220px;
	}
	.header .header-menu ul.menu-nav li {
		padding-right: 30px;
	}
}
@media (max-width: 1300px) {
	.header .logo {
		width: 200px;
	}
	.header .header-phone {
		padding: 0 15px;
	}
	.header .header-phone svg {
		margin-right: 0;
	}
	.header .header-phone span {
		display: none;
	}
	.header .header-button .btn {
		padding: 15px;
		font-size: 15px;
	}
	.header .header-menu ul.menu-nav li {
		padding-right: 30px;
	}
	.header .header-menu ul.menu-nav li a {
		font-size: 15px;
	}
	.header .header-menu ul.menu-nav ul.dropdown {
		top: 47.5px;
	}
	.header .header-menu ul.menu-nav ul.dropdown li a {
		font-size: 14px;
	}
}
@media (max-width: 992px) {
	.header .header-menu {
		display: none;
	}
	.header .burger-menu {
		display: flex!important;
		align-items: center;
		margin: 0 7.5px;
	}
}
@media (max-width: 767px) {
	.header .logo {
		width: 180px;
		padding: 3px 5px;
	}
	.header .header-phone {
		padding: 0 10px;
	}
	.header .header-button .btn {
		padding: 10px;
		font-size: 14px;
	}
	.header .burger-menu {
		margin-left: 10px;
	}
	.header.header-scroll {
		padding: 8px 0;
		background: #FFF;
		border-bottom: 1px solid #d9d9d9;
		box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.15);
	}
	.header.header-scroll .header-inner {
		border: 0;
	}
}
@media (max-width: 350px) {
	.header .logo {
		width: 125px;
	}
	.header .burger-menu {
		margin-left: 5px;
	}
}

/* ------------------------------------------------------------- *
 * Mobile Menu
/* ------------------------------------------------------------- */
.sidebar-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 990;
    width: 100%;
    height: 200%;
    background: rgb(0 0 0 / 80%);
}
.sidebar-background.active {
    display: block;
    z-index: 990;
}
.sidebar {
    position: fixed;
    width: 320px;
    top: 0;
    right: -100%;
    height: 100%;
    background: #fff;
    z-index: 999;
    transition: .3s;
    overflow-y: auto;
}
@media screen and (max-width: 600px) {
    .sidebar {
        width:90%
    }
}
.sidebar-active {
    top: 0;
    right: 0;
    height: 100%;
    background: #fff;
    z-index: 999;
    transition: .3s;
    padding-bottom: 20px;
}
.sidebar-info {
    padding: 0 20px 80px
}
.sidebar-info span {
    font-size: 16px;
    width: 100%;
    color: var(--color-dark);
    margin-bottom: 10px;
    display: block
}
.sidebar-info a {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-dark);
    text-decoration: none;
    margin-bottom: 2px
}
.sidebar-info p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: var(--color-dark);
    margin-bottom: 20px
}
.sidebar-info_title {
    line-height: 25px;
    font-size: 20px;
    font-weight: 500;
    color: var(--color-dark);
    text-align: center;
    margin-bottom: 10px
}
.sidebar-info .sidebar-time span {
    margin-top: 0;
    margin-bottom: 0;
    color: #141414;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%
}
.sidebar-info .sidebar-phone i {
    align-self: flex-start
}
.sidebar-info .sidebar-feedback div p,.sidebar-info .sidebar-phone div p,.sidebar-info .sidebar-time div p {
    color: #474747;
    font-size: 12px;
    font-style: normal;
    font-weight: 200;
    line-height: 150%;
    margin-top: 3px;
    margin-bottom: 0
}
.sidebar-info .sidebar-feedback,.sidebar-info .sidebar-phone,.sidebar-info .sidebar-time {
    display: flex;
    margin-bottom: 10px
}
.sidebar-info .sidebar-feedback i,.sidebar-info .sidebar-phone i,.sidebar-info .sidebar-time i {
    position: relative;
    top: 4px
}
.sidebar-info .sidebar-feedback div,.sidebar-info .sidebar-phone div,.sidebar-info .sidebar-time div {
    display: inline-block;
    width: calc(100% - 50px);
    margin-left: 10px
}
.sidebar-info .sidebar-feedback div a,.sidebar-info .sidebar-phone div a,.sidebar-info .sidebar-time div a {
    font-size: 14px;
    font-weight: 700;
    color: #141414;
    line-height: 150%;
    text-decoration: underline;
    cursor: pointer
}
.sidebar-info .sidebar-phone div a.a_call_me,.sidebar-info .sidebar-time div a.a_call_me {
    display: block;
    margin-top: 8px
}
.sidebar-info .sidebar-feedback_center,.sidebar-info .sidebar-phone_center,.sidebar-info .sidebar-time_center {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px
}
.sidebar-info .sidebar-feedback_center i,.sidebar-info .sidebar-phone_center i,.sidebar-info .sidebar-time_center i {
    margin-bottom: 12px
}
.sidebar-info .sidebar-feedback_center div a,.sidebar-info .sidebar-phone_center div a,.sidebar-info .sidebar-time_center div a {
    font-size: 14px;
    font-weight: 600;
    color: #346da6;
    line-height: 17px;
    text-decoration: underline;
    cursor: pointer
}
.sidebar-info .sidebar-feedback_center div a.a_call_me,.sidebar-info .sidebar-phone_center div a.a_call_me,.sidebar-info .sidebar-time_center div a.a_call_me {
    display: block;
    margin-top: 8px
}
.sidebar-info .sidebar-feedback_center div p,.sidebar-info .sidebar-phone_center div p,.sidebar-info .sidebar-time_center div p {
    margin-bottom: 0
}
.sidebar-list {
    top: 0;
    flex-direction: column;
    position: relative;
    align-items: flex-start;
    padding: 0 20px 8px
}
.sidebar-list:after {
    content: "";
    position: absolute;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background: #dce2eb;
    bottom: 3px;
}
.sidebar-list li {
    padding: 0 0 10px
}
.sidebar-list li:last-child {
    margin-bottom: 0
}
.sidebar-list li img {
    height: 13px;
    width: 7px;
    margin-left: auto
}
.sidebar-list a {
    text-decoration: none;
    color: var(--color-dark);
    font-size: 14px;
    display: flex;
    align-items: center;
    line-height: 140%
}
.sidebar-list a.active span {
    font-weight: 600
}
.sidebar-list .sidebar__account a {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-dark);
    line-height: 140%;
    margin-right: 10px;
    display: flex;
    align-items: center
}
.sidebar-list .sidebar__account img {
    margin-left: 10px;
    transform: rotate(180deg)
}
.sidebar-wrap {
    overflow-x: hidden;
    padding-top: 15px;
}
.sidebar .mobile-menu-header {
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-dark);
    padding: 10px 20px;
    background: none;
/*    margin-bottom: 10px;*/
}
.sidebar .mobile-menu-header:last-child {
    margin-bottom: 0
}
.sidebar .mobile-menu-header i {
    margin-right: 0
}
.sidebar .mobile-menu-header span {
    float: left
}
.sidebar .mobile-menu-header.light {
    background: #fff
}

.sidebar-info .messengers-wrap {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 15px;
    border-bottom: 1px solid #dce2eb;
    margin-bottom: 15px;
}
.sidebar-info .messengers-wrap .messengers-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-dark);
    padding: 10px 0;
    background: none;
    margin-bottom: 10px;
}
.sidebar-info .messengers-wrap .messengers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sidebar-info .messengers-wrap .messengers a {
    font-size: 16px;
    font-weight: 700;
    color: var(--light-grey);
    text-decoration: none;
    margin-bottom: 2px;
    width: 32%;
    border-radius: 5px;
    background: #efefef;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 4px 6px 4px;
    text-decoration: none;
}
.sidebar-info .messengers-wrap .messengers a span {
    color: var(--color-dark);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-top: 5px;
    text-decoration: none;
    margin-bottom: 0;
    width: auto;
}
.sidebar-info .messengers-wrap .messengers a .icon {
    width: 20px;
    height: 20px;
    background-size: 100%;
}
.sidebar-info .messengers-wrap .messengers a .icon.icon-telegram {
    background-image: url('../images/telegram.svg');
}
.sidebar-info .messengers-wrap .messengers a .icon.icon-messenger {
    background-image: url('../images/messenger.svg');
}
.sidebar-info .messengers-wrap .messengers a .icon.icon-facebook {
    background-image: url('../images/facebook.svg');
}
.sidebar-info .messengers-wrap .messengers a .icon.icon-viber {
    background-image: url('../images/viber.svg');
}

.sidebar-info .sidebar-contact .icon {
    width: 15px;
    height: 15px;
    background-size: 100%;
}
.sidebar-info .sidebar-contact .icon.icon-phone {
    background-image: url('../images/ico-phone.svg')
}
.sidebar-info .sidebar-contact .icon.icon-email {
    background-image: url('../images/ico-envelope.svg')
}
.sidebar-info .sidebar-contact .icon.icon-clock {
    background-image: url('../images/ico-clock.svg')
}
.sidebar-info .sidebar-contact .icon.icon-time {
    background-image: url('../images/ico-time.svg')
}

/* ------------------------------------------------------------- *
 * Section Intro
/* ------------------------------------------------------------- */
.section-intro {
	padding: 120px 0 60px 0;
	background: var(--light-grey);
}
.section-intro .title {
	color: #262626;
	font-size: 5.5vw;
	font-style: normal;
	font-weight: 900;
	line-height: 100%;
	letter-spacing: -0.84px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
}
.section-intro .title span {
	color: var(--color-green);
}


.section-intro .intro-slider {
	position: relative;
}
.section-intro .intro-slider .swiper-container {
 	width: 100%;
 	height: 100%;
 	overflow: hidden;
}
.section-intro .intro-slider .swiper-slide {
	position: relative;
 	display: -webkit-box;
 	display: -ms-flexbox;
 	display: -webkit-flex;
 	display: flex;
 	-webkit-box-pack: center;
 	-ms-flex-pack: center;
 	-webkit-justify-content: center;
 	justify-content: center;
 	-webkit-box-align: center;
 	-ms-flex-align: center;
 	-webkit-align-items: center;
 	align-items: center;
 	width: 100%!important;
}
.section-intro .intro-slider .swiper-slide:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.15) 100%);
}
.section-intro .intro-slider .swiper-slide figure {
	width: 100%;
}

.section-intro .intro-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.section-intro .intro-inner .logo-wrap {
	position: absolute;
	top: 30px;
	left: 30px;
	width: calc(100% - 60px);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.section-intro .intro-inner .logo-wrap img {
	width: 105px;
}
.section-intro .intro-inner .buttons-wrap {
	position: absolute;
	left: 30px;
	bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.section-intro .intro-inner .buttons-wrap .btn-solid {
	margin-right: 10px;
}
.section-intro .intro-inner .intro-subtitle {
	position: absolute;
	right: 30px;
	bottom: 30px;
	max-width: 360px;
	margin-bottom: 0;
	color: #FFF;
	text-align: right;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: 130%;
}
.section-intro .intro-inner .intro-subtitle span {
	font-weight: 500;
}
@media (max-width: 1430px) {
	.section-intro .title {
		font-size: 5.3vw;
	}
}
@media (max-width: 1200px) {
	.section-intro .intro-inner .intro-subtitle {
		font-size: 18px;
		max-width: 300px;
	}
	.section-intro .intro-inner .logo-wrap img {
		width: 85px;
	}
}
@media (max-width: 992px) {
	.section-intro .intro-inner .logo-wrap {
		top: 15px;
	    left: 15px;
	    width: calc(100% - 30px);
	}
	.section-intro .intro-inner .buttons-wrap {
		left: 15px;
	}
	.section-intro .intro-inner .intro-subtitle {
		font-size: 15px;
	    max-width: 250px;
	    left: 15px;
	    right: unset;
	    bottom: 90px;
	    text-align: left;
	}
}
@media (max-width: 767px) {
	.section-intro .title {
		font-size: 36px;
	}
	.section-intro .title span {
		display: block;
	}
	.section-intro .intro-slider .swiper-slide:before {
		background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.45) 100%);
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.45) 100%);
	}
	.section-intro .intro-slider .swiper-slide img {
		height: 240px;
		object-fit: cover;
	}
	.section-intro .intro-inner {
		top: 50%;
	    left: 50%;
	    transform: translate(-50%,-50%);
	    width: auto;
	    height: auto;
	    display: flex;
	    flex-direction: column;
	}
	.section-intro .intro-inner .logo-wrap,
	.section-intro .intro-inner .buttons-wrap {
		position: initial;
		width: auto;
		display: flex;
		justify-content: center;
		text-align: center;
		margin: 0 auto;
	}
	.section-intro .intro-inner .logo-wrap {
		justify-content: flex-start;
	}
	.section-intro .intro-inner .logo-wrap .logset-logo {
		width: 65px;
		margin-left: 10px;
	}
	.section-intro .intro-inner .logo-wrap img {
		width: 55px;
	}
	.section-intro .intro-inner .buttons-wrap {
		order: 3;
	}
	.section-intro .intro-inner .buttons-wrap .btn-solid {
		margin-right: 0;
	}
	.section-intro .intro-inner .buttons-wrap .btn-bordered {
		display: none;
	}

	.section-intro .intro-inner .intro-subtitle {
		position: initial;
		width: 260px;
		text-align: center;
		margin: 20px 0;
	}
}
/* ------------------------------------------------------------- *
 * Section Products
/* ------------------------------------------------------------- */
.section-products {
	background: #fff;
}
.wrapper {
    width: 100%;
    height: 100%;
    min-height: 450px;
    position: relative;
    display: flex;
}

@media screen and (max-width: 992px) {
    .wrapper {
        height: auto;
    }
}

.content {
    position: relative;
    height: 100%;
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 1200px) {
    
}
@media screen and (max-width: 992px) {
    .content {
       height: auto;
       flex-direction: column;
    }
}
@media screen and (max-width: 767px) {
    .content {
        margin-top: 20px;
    }
}
@media screen and (max-width: 576px) {
    .content {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.product-navigation {
	display: flex;
	position: absolute;
	top: -160px;
}
.product-navigation .icon {
	display: flex;
}
.product-navigation.mobile {
	display: none;
}
.product-count {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 15px;
	color: #262626;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.16px;
}
.product-next,
.product-prev {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-green);
    border-radius: 50px;
    outline: none;
    cursor: pointer;
    z-index: 10;
}
.product-next.disabled,
.product-prev.disabled {
    cursor: not-allowed;
    background: #D9D9D9;
}
.product-next:focus,
.product-prev:focus {
    outline: none;
}

.product-slider {
    width: auto;
    max-width: 400px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-right: 70px;
}
@media (max-width: 1400px) {
	.product-slider {
		margin-right: 0px;
	}
}
@media (max-width: 1200px) {
	.product-slider {
		max-width: 350px;
		margin-right: 0;
	}
}
@media screen and (max-width: 992px) {
    .product-slider {
        width: 80%;
        max-width: 100%;
        height: auto;
        position: relative;
        margin-top: 170px;
        margin-bottom: 0;
    }
    .product-slider br {
        display: none;
    }
    .product-navigation {
	    position: absolute;
	    top: -265px;
	    right: -60px;
	    margin-top: 0;
	    z-index: 20;
	}
}
@media screen and (max-width: 767px) {
    .product-slider {
        border-radius: 20px;
        margin-top: 0;
    }
    .product-count {
    	margin: 0 10px;
    	font-size: 14px;
    }
}
@media screen and (max-width: 576px) {
    .product-slider {
        width: 100%;
    }
}

.product-item {
    position: relative;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
@media screen and (max-width: 992px) {
    .product-item {
        height: auto;
    }
}

.product-item.swiper-slide-active .product-content>* {
    opacity: 1;
    visibility: visible;
    transform: none;
}
.product-item.swiper-slide-active .product-content>*:nth-child(1) {
    transition-delay: 0s;
}
.product-item.swiper-slide-active .product-content>*:nth-child(2) {
    transition-delay: 0.2s;
}
.product-item.swiper-slide-active .product-content>*:nth-child(3) {
    transition-delay: 0.4s;
}
.product-item.swiper-slide-active .product-content>*:nth-child(4) {
    transition-delay: 0.6s;
}
.product-item.swiper-slide-active .product-content>*:nth-child(5) {
    transition-delay: 0.8s;
}
.product-item.swiper-slide-active .product-content>*:nth-child(6) {
    transition-delay: 1s;
}
.product-item.swiper-slide-active .product-content>*:nth-child(7) {
    transition-delay: 1.2s;
}
.product-item.swiper-slide-active .product-content>*:nth-child(8) {
    transition-delay: 1.4s;
}
.product-item.swiper-slide-active .product-content>*:nth-child(9) {
    transition-delay: 1.6s;
}
.product-item.swiper-slide-active .product-content>*:nth-child(10) {
    transition-delay: 1.8s;
}
.product-item.swiper-slide-active .product-content>*:nth-child(11) {
    transition-delay: 2s;
}
.product-item.swiper-slide-active .product-content>*:nth-child(12) {
    transition-delay: 2.2s;
}
.product-item.swiper-slide-active .product-content>*:nth-child(13) {
    transition-delay: 2.4s;
}
.product-item.swiper-slide-active .product-content>*:nth-child(14) {
    transition-delay: 2.6s;
}
.product-item.swiper-slide-active .product-content>*:nth-child(15) {
    transition-delay: 2.8s;
}

.product-card {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    transition: all 0.5s;
    overflow: hidden;
    position: relative;
}
@media screen and (max-width: 992px) {
    .product-slider__card {
        align-items: flex-start;
    }
}
@media screen and (max-width: 767px) {
    .product-slider__card {
        border-radius: 20px;
    }
}

.product-content {
    color: #262626;
    position: relative;
    z-index: 2;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .product-content {

    }
    .product-next, .product-prev {
    	width: 40px;
    	height: 40px;
    }
    .product-next svg, .product-prev svg {
    	width: 14px;
    	height: 14px;
    }
}
@media screen and (max-width: 992px) {
    .product-content {
        padding: 20px 60px 20px;
        padding-top: 230px;
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .product-content {
        padding: 20px 30px 0;
    }
    .product-navigation {
    	top: -315px;
    	right: 0;
    }
    .product-next, .product-prev {
    	width: 28px;
    	height: 28px;
    }
    .product-next svg, .product-prev svg {
    	width: 10px;
    	height: 10px;
    }
}
@media screen and (max-width: 576px) {
	.product-navigation {
    	top: -40px;
    	right: 0;
    }
    .product-content {
    	padding-top: 220px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.product-title {
    margin: 0;
    margin-bottom: 40px;
    color: #262626;
	font-family: HeliosCond;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 92.5%; /* 37px */
	letter-spacing: -0.4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(55px);
    transition: all 0.5s;
}
@media screen and (max-width: 1200px) {
    .product-title {
        font-size: 34px;
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 576px) {
    .product-title {
        font-size: 24px;
    }
}

.product-text {
    display: block;
    opacity: 0;
    visibility: hidden;
    color: #262626;
	font-family: Avenir Next;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 16.65px */
	letter-spacing: -0.18px;
    transform: translateY(55px);
    transition: all 0.5s;
}
@media screen and (max-width: 1200px) {
    .product-text {
        font-size: 16px;
    }
}
@media screen and (max-width: 576px) {
    .product-text {
/*        font-size: 30px;*/
    }
}

.product-bottom {
	display: flex;
    margin-top: 60px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(55px);
    transition: all 0.5s;
}
.product-bottom .btn {
/*	display: flex;*/
}

.product-img {
    position: relative;
    z-index: 2;
    width: 850px;
    height: 100%;
    pointer-events: none;
}
@media screen and (max-width: 1200px) {
    .product-img {
        width: 670px;
    }
}
@media screen and (max-width: 992px) {
    .product-img {
    	width: 90%;
    	top: 0;
    	max-width: 650px;
    }
    .product-bottom {
    	margin-top: 30px;
    }
    .product-bottom .btn {
    	margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
    .product-img {
	    height: 275px;
	    max-width: 500px;
	}
}
@media screen and (max-width: 576px) {
    .product-img {
    	height: auto;
    	width: 100%;
    	max-width: 350px;
    }
}

.product-item-img {
    display: flex;
    align-items: center;
    position: absolute;
    pointer-events: none;
    user-select: none;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(-130px);
    opacity: 0;
    transition: all 0.3s;
}

.product-item-img.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
    transition-delay: 0.3s;
}

.product-item-img img {
    object-fit: contain;
    object-position: center right;
}

@media (max-width: 992px) {
	.product-item-img {
		top: 0;
		transform: translateX(0)!important;
	}
}
/* ------------------------------------------------------------- *
 * Section Services
/* ------------------------------------------------------------- */
.section-services {
	background: var(--light-grey);
}
.section-services .section-title {
	display: flex;
	justify-content: center;
	padding-right: 100px;
}
.section-services .services-banner.desktop {
	position: relative;
	width: 100%;
	min-height: 690px;
	background-image: url('../images/services-banner.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.section-services .services-banner.mobile {
	display: none;
	position: relative;
	width: 100%;
	min-height: 220px;
	background-image: url('../images/services-banner.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.section-services .services-banner .services-item {
	position: absolute;
	max-width: 300px;
	min-height: 400px;
	padding: 25px 40px 65px 40px;
	z-index: 10;
	background: rgba(255, 255, 255, 0.65);
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.section-services .services-banner .services-item span {
	color: #262626;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 112.6%; /* 13.512px */
}
.section-services .services-banner .services-item h4 {
	color: #262626;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 112.6%; /* 22.52px */
}
.section-services .services-banner .services-item p {
	color: #262626;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 15.764px */
	margin-bottom: 0;
}
.section-services .services-banner .services-item-1 {
	top: 40px;
	left: 60px;
}
.section-services .services-banner .services-item-2 {
	background: rgba(20, 129, 71, 0.77);
	-webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	top: -170px;
	right: 75px;
}
.section-services .services-banner .services-item-2 h4,
.section-services .services-banner .services-item-2 p,
.section-services .services-banner .services-item-2 span {
	color: #FFF;
}
.section-services .services-banner .services-item-3 {
	bottom: -160px;
	right: 145px;
}

.section-services .button-wrap {
	margin-top: 95px;
}
.section-services .btn {
	max-width: 250px;
	width: 100%;
}
@media (max-width: 1200px) {
	.section-services .services-banner {
		min-height: 500px;
	}
	.section-services .services-banner .services-item {
		max-width: 270px;
		min-height: 320px;
		padding: 25px 25px 45px 25px;
	}
	.section-services .services-banner .services-item-1 {
		left: 40px;
	}
	.section-services .services-banner .services-item-2 {
		top: -140px;
		right: 35px;
	}
	.section-services .services-banner .services-item-3 {
		bottom: -150px;
		right: 85px;
	}
}
@media (max-width: 992px) {
	.section-services .section-title {
		padding-right: 200px;
	}
	.section-services .services-banner .services-item {
		max-width: 230px;
	}
	.section-services .btn {
		max-width: 200px;
	}
}
@media (max-width: 767px) {
	.section-services .section-title {
		padding-right: 0;
		justify-content: flex-start;
	}
	.section-services .services-banner.mobile {
		display: block;
	}
	.section-services .services-banner.desktop {
		min-height: auto;
		background-image: none;
	}
	.section-services .services-banner .services-item {
		position: relative;
		min-height: auto;
		max-width: 100%;
		top: unset;
		left: unset;
		right: unset;
		bottom: unset;
   		box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
   		margin-top: 15px;
   		padding: 30px 20px;
	}
	.section-services .services-banner .services-item-2 {
		background: rgba(20, 129, 71, 1);
	}
	.section-services .services-banner .services-item h4 {
		margin: 20px 0;
	}
	.section-services .services-banner .services-item h4 br {
		display: none;
	}
	.section-services .button-wrap {
		margin-top: 40px;
	}
	.section-services .btn {
		max-width: unset;
    	width: auto;
    	margin: 0 auto;
	}
}
/* ------------------------------------------------------------- *
 * Section About
/* ------------------------------------------------------------- */
.section-about .about-col {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.section-about .about-col .about-banner-2 {
	display: flex;
	max-width: 420px;
	padding-right: 50px;
}
.section-about .about-info {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 50px;
}
.section-about .about-info .about-text {
	width: calc(38% - 40px);
}
.section-about .about-partner .about-text {
	width: calc(60% - 40px);
}
.section-about .about-partner img {
	width: 100%;
}
.section-about .about-info .about-text p {
	color: #262626;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 14.8px */
	letter-spacing: -0.16px;
	margin-bottom: 0;
}
@media (max-width: 1200px) {
	.section-about .about-info .about-text,
	.section-about .about-partner .about-text {
		width: calc(40% - 30px);
	}
}
@media (max-width: 992px) {
	.section-about .about-col .about-banner-2 {
		display: none;
	}
	.section-about .about-info {
		flex-direction: column;
		margin-top: 20px;
	}
	.section-about .about-info .about-text,
	.section-about .about-partner .about-text {
		width: 100%;
		margin-bottom: 20px;
	}
	.section-about .about-info .btn-link {
		margin-top: 20px;
	}
}
/* ------------------------------------------------------------- *
 * Section News
/* ------------------------------------------------------------- */
.section-news {
	background-color: var(--light-grey);
}
.section-news .section-title {
	padding-right: 100px;
}
.section-news .section-title h1 {
	margin-bottom: 50px;
}
.section-news .news-slider {
/*	display: flex;*/
/*	flex-direction: row;*/
	width: 100%;
	margin-top: 115px;
	justify-content: space-between;
	overflow: hidden;
}
.section-news .news-slider .news-item {
/*	max-width: 380px;*/
/*	min-width: 380px;*/
	background: #F1F1F1;
}
.section-news .news-slider .news-info {
	padding: 45px 80px 45px 25px;
}
.section-news .news-slider .news-info .news-date {
	color: #8C8C8C;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 123%;
	margin-bottom: 25px;
}
.section-news .news-slider .news-info .news-heading {
	color: #262626;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 60px;
}
.news-relative {
	position: relative;
}
.news-navigation {
	position: absolute;
	top: -90px;
	right: 0;
	display: flex;
	margin-top: 100px;
}
.news-navigation .icon {
	display: flex;
}
.news-navigation.mobile {
	display: none;
}
.news-next,
.news-prev {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-green);
    border-radius: 50px;
    outline: none;
    cursor: pointer;
    z-index: 10;
    margin: 0 5px;
}
.news-next.disabled,
.news-prev.disabled {
    cursor: not-allowed;
    background: #D9D9D9;
}
.news-next:focus,
.news-prev:focus {
    outline: none;
}
@media (max-width: 1200px) {
	.section-news .news-slider {
		margin-top: 95px;
	}
	.section-news .news-slider .news-info {
		padding: 35px 35px 45px 15px;
	}
	.news-navigation {
		right: 30px;
	}
}
@media (max-width: 992px) {
	.section-news .section-title {
		padding-right: 0;
	}
	.section-news .news-slider {
		margin-top: 40px;
	}
	.news-navigation {
		right: 0;
    	top: -130px;
	}
}
@media (max-width: 767px) {
	.section-news .news-slider {
		width: 100%;
		flex-wrap: wrap;
	}
	.section-news .news-slider .news-item {
		max-width: 100%;
		margin-right: 0;
	}
	.section-news .section-title h1 {
		margin-bottom: 35px;
	}
	.news-navigation {
		top: -105px;
	}
	.news-next, .news-prev {
    	width: 28px;
    	height: 28px;
    }
    .news-next svg, .news-prev svg {
    	width: 10px;
    	height: 10px;
    }
}
/* ------------------------------------------------------------- *
 * Section CTA
/* ------------------------------------------------------------- */
.section-cta {
	position: relative;
	min-height: 600px;
	background-image: url('../images/cta-banner-2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section-cta .row {
	justify-content: center;
}
.section-cta .cta-inner {
	max-width: 575px;
	margin: 0 auto;
}
.section-cta .cta-inner .section-title {
	margin-bottom: 25px;
}
.section-cta .cta-inner .section-title h1 {
	color: #fff;
}
.section-cta .cta-inner p {
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 18.5px */
	letter-spacing: -0.2px;
	margin-bottom: 40px;
}
.section-cta .cta-inner .btn {
	display: inline-block;
	margin: 0 auto;
}
@media (max-width: 992px) {
	.section-cta {
		min-height: 450px;
	}
}
@media (max-width: 767px) {
	.section-cta .cta-inner p {
		font-size: 16px;
	}
	.section-cta .cta-inner .btn {
		font-size: 17px;
		width: 90%;
	}
}
/* ------------------------------------------------------------- *
 * Footer
/* ------------------------------------------------------------- */
.footer {
	padding: 75px 0 0 0;
}
.footer .footer-logo a {
	display: flex;
	max-width: 250px;
}
.footer .footer-item h4 {
	color: #262626;
	font-family: Avenir Next;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.footer .footer-item ul li {
	padding-bottom: 15px;
}
.footer .footer-item ul li:last-child {
	padding-bottom: 0;
}
.footer .footer-item ul li a {
	color: #4E4E4E;
	font-family: Avenir Next;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.footer .footer-contacts ul li a {
	display: flex;
    align-items: flex-start;
}
.footer .footer-item ul li a .icon {
	margin-right: 10px;
    flex: 0 0 23px;
    width: 23px;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
}
.footer .footer-item ul li a .icon.icon-phone {
	background-image: url('../images/ico-phone-2.svg');
}
.footer .footer-item ul li a .icon.icon-send {
	background-image: url('../images/ico-send.svg');
}
.footer .footer-item ul li a .icon.icon-location {
	background-image: url('../images/ico-location.svg');
}

.footer .footer-copyright {
	padding: 28px 0;
	margin-top: 75px;
	align-items: center;
	border-top: 1px solid #DFDFDF;
}
.footer .footer-copyright p {
	color: #4E4E4E;
	font-family: Avenir Next;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 92.5%; /* 12.95px */
	letter-spacing: -0.14px;
	text-align: left;
	margin-bottom: 0;
}
.footer .footer-copyright .dev {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #C8C8C8;
	text-align: center;
    font-family: 'HeliosCond';
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 92.5%;
	padding: 2.5px 5px;
	letter-spacing: -0.14px;
	border-radius: 4px;
    transition: .3s ease;
}
.footer .footer-copyright .dev img {
	width: 20px;
    margin-left: 3px;
    -moz-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .45;
    transition: .3s ease;
}
.footer .footer-copyright .dev:hover {
	color: #faff00;
	background: #0d0d0d;
}
.footer .footer-copyright .dev:hover img {
	opacity: 1;
	-moz-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.footer .footer-copyright ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
.footer .footer-copyright ul li {
	position: relative;
}
/*.footer .footer-copyright ul li:nth-child(1) {
	padding-right: 20px;
}
.footer .footer-copyright ul li:nth-child(1):before {
	content: '';
	position: absolute;
	top: 0;
	right: 10px;
	background: #DFDFDF;
	width: 1px;
	height: 100%;
}*/
.footer .footer-copyright ul li a {
	color: #4E4E4E;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 92.5%; /* 12.95px */
	letter-spacing: -0.14px;
}

.footer .footer-cta {
	margin-top: 30px;
}
.footer .footer-cta .btn {
	display: inline-flex;
}
@media (max-width: 1200px) {
	.footer .footer-logo a {
		max-width: 200px;
	}
	.footer .footer-item h4 {
		font-size: 16px;
	}
	.footer .footer-item ul li a {
		font-size: 15px;
	}
}
@media (max-width: 992px) {
	.footer .footer-logo a {
		max-width: 150px;
	}
	.footer .footer-item h4 {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.footer .footer-item ul li {
		padding-bottom: 8px;
	}
	.footer .footer-item ul li a {
		font-size: 11px;
	}
	.footer .footer-item ul li a .icon {
		width: 19px;
		height: 19px;
		flex: 0 0 19px;
		margin-right: 6px;
	}
	.footer .footer-copyright p,
	.footer .footer-copyright .dev,
	.footer .footer-copyright ul li a {
		font-size: 12px;
	}
	.footer .footer-copyright ul li a {
		display: flex;
		text-align: center;
	}
	.footer .footer-copyright ul li:nth-child(1) {
		padding-right: 10px;
	}
	.footer .footer-copyright ul li:nth-child(1):before {
		right: 5px;
	}
}
@media (max-width: 767px) {
	.footer .footer-item {
		margin-bottom: 30px;
	}
	.footer .footer-logo a {
		max-width: 200px;
	}
	.footer .footer-item h4 {
		font-size: 16px;
	}
	.footer .footer-item ul li {
		padding-bottom: 8px;
	}
	.footer .footer-item ul li a {
		font-size: 14px;
	}
	.footer .footer-copyright {
		margin-top: 50px;
	}
	.footer .footer-copyright p, .footer .footer-copyright .dev, .footer .footer-copyright ul li a {
		text-align: center;
	}
	.footer .footer-copyright .text-center {
		display: flex;
    	justify-content: center;
		order: 3;
	}
	.footer .footer-copyright ul {
		margin: 15px 0;
		justify-content: center;
	}
}
/* ------------------------------------------------------------- *
 * Section Privacy
/* ------------------------------------------------------------- */
.section-privacy {
	background: var(--light-grey);
	padding-top: 120px;
	padding-right: 450px;
	width: 100%;
}
.section-privacy .privacy-title {
	color: #262626;
	font-family: HeliosCond;
	font-size: 45px;
	font-style: normal;
	font-weight: 900;
	line-height: 100%;
	letter-spacing: -0.65px;
	text-transform: uppercase;
	margin-bottom: 50px;
} 
.section-privacy .privacy-text h2 {
	font-weight: 900;
	margin-bottom: 15px;
}
.section-privacy .privacy-text p {
	font-size: 16px;
}
.section-privacy .privacy-text a {
	color: var(--color-green);
	font-weight: 500;
}
@media (max-width: 1200px) {
	.section-privacy {
		padding-right: 250px;
	}
}
@media (max-width: 992px) {
	.section-privacy {
		padding-right: 0
	}
	.section-privacy .privacy-title {
		font-size: 35px;
	}
}
/* ------------------------------------------------------------- *
 * Catalog
/* ------------------------------------------------------------- */
.catalog-page-header {
	padding-top: 120px;
	padding-bottom: 0;
	background: var(--light-grey);
}
/*.catalog-page-header .section-title h1 {
	font-size: 75px;
}*/
.catalog-header-inner {
	display: flex;
	flex-direction: row;
	min-height: 400px;
}
.catalog-header-inner .catalog-header-text {
	width: 35%;
	padding: 50px 50px 0 60px;
	background: var(--color-green);
}
.catalog-header-inner .catalog-header-text p {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 19.8px */
	margin-bottom: 0;
}
.catalog-header-inner .catalog-header-banner {
	width: 65%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.section-catalog {
	padding: 75px 0 55px 0;
}
.section-catalog .section-title {
	margin-bottom: 40px;
}
.section-catalog .section-title h1 {
	font-size: 40px;
}
.section-catalog .section-title h4 {
	font-size: 20px;
	font-family: 'Avenir Next';
	text-transform: uppercase;
}

.section-catalog .catalog-inner {
	margin-bottom: 75px;
}
.section-catalog .catalog-inner:last-child {
	margin-bottom: 0;
}
.section-catalog .catalog-inner-subtitle {
	margin-bottom: 20px;
	margin-top: 20px;
}
.section-catalog .catalog-inner-subtitle h4 {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	color: var(--color-dark);
	font-family: HeliosCond;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.section-catalog .catalog-inner-subtitle h4 .icon {
    width: 25px;
    height: 25px;
    margin-right: 8px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.section-catalog .catalog-inner-subtitle h4 .icon.icon-wheel {
    background-image: url('../images/ico-wheel.svg');
}

.section-catalog .catalog-item {
	position: relative;
	display: block;
	width: 87%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.section-catalog .catalog-item .catalog-item-banner {
	width: 100%;
	margin: 0 auto 20px;
}
.section-catalog .catalog-item h3 {
	color: var(--color-dark);
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.section-catalog .catalog-item .catalog-item-banner img,
.section-catalog .catalog-item h3 {
	transition: .2s linear;
}
.section-catalog .catalog-item:hover .catalog-item-banner img {
	transform: scale(1.1);
}
.section-catalog .catalog-item:hover h3 {
	color: var(--color-green);
}
.label-new {
	position: absolute;
    top: 0;
    right: 0;
    background: var(--color-green);
    color: white;
    padding: 0 8px;
    font-weight: 600;
    font-size: 14px;
    z-index: 10;
}

.section-catalog .catalog-sidebar {
	width: 75%;
}
.section-catalog .catalog-sidebar h2 {
	color: #262626;
	font-family: HeliosCond;
	font-size: 36px;
	font-style: normal;
	font-weight: 900;
	line-height: 100%;
	letter-spacing: -0.65px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.section-catalog .catalog-sidebar ul li {
	padding: 15px;
	border-bottom: 1px solid #d5d5d5;
	transition: .2s ease-in;
	cursor: pointer;
}
.section-catalog .catalog-sidebar ul li a {
	display: block;
}
.section-catalog .catalog-sidebar ul li.active {
	background: var(--color-green);
}
.section-catalog .catalog-sidebar ul li.active a {
	color: #fff;
}
.section-catalog .catalog-sidebar ul li:hover {
	background: var(--color-green);
}
.section-catalog .catalog-sidebar ul li:hover a {
	color: #fff;
}
@media (max-width: 1200px) {
	.catalog-header-inner .catalog-header-text {
		padding: 50px 50px 0 30px;
	}
}
@media (max-width: 992px) {
	.section-catalog .section-title h1 {
		font-size: 36px;
	}
	.section-catalog .section-title h4 {
		font-size: 16px;
	}
	.section-catalog .catalog-item h3 {
		font-size: 16px;
	}
	.section-catalog .catalog-inner-subtitle h4 {
		font-size: 24px;
	}
	.section-catalog .catalog-inner-subtitle h4 .icon {
		width: 20px;
		height: 20px;
	}
	.catalog-header-inner {
		flex-direction: column;
		min-height: auto;
	}
	.catalog-header-inner .catalog-header-text {
		width: 100%;
		padding: 30px;
	}
	.catalog-header-inner .catalog-header-banner {
		width: 100%;
		height: 200px;
	}
}
@media (max-width: 767px) {
	/*.catalog-page-header .section-title h1 {
		font-size: 36px;
	}*/
	.section-catalog .catalog-inner {
		margin-bottom: 50px;
	}
	.section-catalog .section-title {
		margin-bottom: 20px;
	}
	.section-catalog .section-title h1 {
		font-size: 28px;
	}
	.section-catalog .section-title h4 {
		text-transform: none;
	}
	.section-catalog .catalog-inner-subtitle {
		margin-top: 0;
	}
	.section-catalog .catalog-inner-subtitle h4 {
		font-size: 20px;
	}
	.section-catalog .catalog-inner-subtitle h4 .icon {
		width: 20px;
		height: 20px;
	}
	.catalog-header-inner .catalog-header-text {
		padding: 20px 15px;
	}
	.catalog-header-inner .catalog-header-text p {
		font-size: 14px;
	}
}

/* ------------------------------------------------------------- *
 * Page Header Two
/* ------------------------------------------------------------- */
.page-header-two {
	padding-top: 120px;
	padding-bottom: 0;
	background: var(--light-grey);
}
.page-header-two .section-page-title {
	max-width: 700px;
	margin-bottom: 30px;
}
.page-header-inner {
	display: flex;
	flex-direction: row;
	min-height: 400px;
}
.page-header-inner .page-header-banner {
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
@media (max-width: 767px) {
	.page-header-inner .page-header-banner {
		background-position-x: 22%!important;
	}
}
/* ------------------------------------------------------------- *
 * Page Header Three
/* ------------------------------------------------------------- */
.page-header-three {
	padding-top: 250px;
	padding-bottom: 75px;
	background: var(--light-grey);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.page-header-three .section-page-title {
	padding-bottom: 250px;
}
.page-header-three .section-page-title h1 {
	font-size: 8vw;
	color: #fff;
	text-align: center;
}
.page-header-three .section-subtitle {
	max-width: 500px;
}
.page-header-three .section-subtitle p {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 19.8px */
	margin-bottom: 0;
	text-transform: uppercase;
}
.page-header-three .hybrid-logo {
	width: 145px;
	position: absolute;
	right: 60px;
	bottom: 75px;
}
.section-hybrid [class*="col-"] {
	position: relative;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.section-hybrid-1 {
	background: var(--light-grey);
}
.section-hybrid-1 .section-title {
	margin-bottom: 35px;
}
.section-hybrid-1 .section-title h2 {
	color: #1D1D1D;
	font-size: 36px;
	font-style: normal;
	font-weight: 900;
	line-height: 105%;
	text-transform: uppercase;
}
.section-hybrid-1 .image-holder {
	min-height: 300px;
	width: 95%;
	margin-left: auto;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.section-hybrid-1 .hybrid-text-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 95%;
	margin-left: auto;
}
.section-hybrid-1 .hybrid-text {
	width: calc(50% - 30px);
}
.section-hybrid-3 .container,
.section-hybrid-4 .container {
	max-width: 1300px;
}
.section-hybrid .col-inner {
	padding: 0;
}
.section-hybrid-3 .col-inner {
	max-width: 550px;
}
.section-hybrid-4 .image-banner {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.section-hybrid-4 .image-banner img {
	width: 40%;
	padding-right: 50px;
}
.section-hybrid-4 .image-text {
	width: 60%;
}
.section-hybrid-4 .image-text-inner:first-child {
	padding-bottom: 20px;
}
.section-hybrid-4 .image-text-inner p {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 15.4px */
	margin-bottom: 0;
}
.section-hybrid-4 .image-text-inner p.heading {
	color: #46B0EF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 15.4px */
	margin-bottom: 20px;
} 
@media (max-width: 1200px) {
	.section-hybrid-1 .image-holder,
	.section-hybrid-1 .hybrid-text-wrap {
		width: 97%;
	}
	.section-hybrid-1 .hybrid-text {
	    width: calc(50% - 15px);
	}
}
@media (max-width: 992px) {
	.section-hybrid .section-title {
		margin-bottom: 20px;
	}
	.section-hybrid .section-title h2 {
		font-size: 25px;
	}
	.section-hybrid-1 p {
		margin-bottom: 0;
	}
	.section-hybrid-1 .image-banner {
		margin-bottom: 20px;
	}
	.section-hybrid-1 .image-holder {
		display: none;
	} 
	.section-hybrid-1 .hybrid-text-wrap {
		width: 100%;
	}
	.section-hybrid-1 .hybrid-text {
		width: 100%;
		margin-bottom: 20px;
	}
	.section-hybrid-4 .image-banner {
		align-items: flex-start;
	}
	.section-hybrid-4 .image-banner img {
		padding-right: 15px;
	}
}
@media (max-width: 767px) {
	.page-header-three {
		min-height: 700px;
	}
	.page-header-three .section-page-title {
		padding-bottom: 0;
	}
	.page-header-three .section-page-title h1 {
		font-size: 36px;
		text-align: left;
	}
	.page-header-three .hybrid-logo {
		width: 125px;
    	right: 15px;
    	bottom: 20px;
	}
	.page-header-three .section-subtitle p {
		font-size: 16px;
		line-height: 130%;
	}
	.section-hybrid {
		padding: 40px 0;
	}
	.section-hybrid-1 .hybrid-text {
		margin-bottom: 0;
	}
	.section-hybrid-1 .row {
		margin-top: 0!important;
	}
	.section-hybrid p {
		font-size: 14px;
		margin-bottom: 20px;
	}
}
/* ------------------------------------------------------------- *
 * Page About
/* ------------------------------------------------------------- */
.page-about-header {
	position: relative;
	padding-top: 120px;
	min-height: 1100px;
	background-size: cover;
	background-repeat: no-repeat;
}
.page-about-header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(57, 72, 84, 0.50) 0%, rgba(196, 196, 196, 0.00) 100%);
	z-index: 1;
}
.page-about-header .container {
	position: relative;
	z-index: 5;
}
.page-about-header .section-title h1 {
	color: #fff;
}

.page-about-text {
	padding-top: 100px;
}
.page-about-text p.text-small {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 19.8px */
	padding-right: 120px;
}
.page-about-text p.text-big {
	color: #FFF;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 33px */
	margin-bottom: 20px;
}
/* Section Team */
.section-team {
	margin-top: -300px;
	z-index: 20;
}
.section-team .team-text {
	background: var(--color-green);
	padding: 50px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 100%;
}
.section-team .team-text .section-title {
	max-width: 300px;
}
.section-team .team-text .section-title h1 {
	color: #fff;
}
.section-team .team-text p {
	color: #fff;
}
.section-team .team-text p:last-child {
	margin-bottom: 0;
}
.section-team .team-slider {
	overflow: hidden;
	width: calc(100% + 60px);
	height: 100%;
}
.section-team .team-slider .swiper-container {
	height: 100%;
}
.section-team .team-slide {
	display: flex;
}
/* Section Features */
.section-features {

}
.section-features .section-title {
	max-width: 500px;
}
.section-features .features-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section-features .features-wrap .features-item {
	width: calc(50% - 15px);
	padding: 40px;
	background: var(--light-grey);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
	margin-bottom: 30px;
}
.section-features .features-wrap .features-item .features-banner {
	position: relative;
	width: 150px;
	margin: 0 auto;
}
.section-features .features-wrap .features-item .features-banner .features-number {
	position: absolute;
	top: 0;
	left: -40px;
	color: var(--color-green);
	font-family: HeliosCond;
	font-size: 65px;
	font-style: normal;
	font-weight: 900;
	line-height: 92.5%; /* 60.125px */
	letter-spacing: -0.65px;
	text-transform: uppercase;
}
.section-features .features-wrap .features-item h4 {
	color: var(--color-dark);
	font-family: 'Avenir Next';
	font-size: 23px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 23px */
	letter-spacing: -0.23px;
	max-width: 200px;
	margin-top: 100px;
	margin-bottom: 0;
}
/* Section Image */
.section-image .row {
	position: relative;
}
.section-image .image-wrap {
	max-width: 420px;
}
.section-image .image-text-wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.section-image .image-text-big {
    max-width: 555px;
	color: var(--color-dark);
	font-family: Avenir Next;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 32px */
	letter-spacing: -0.32px;
}
.section-image .image-text-small {
	max-width: 500px;
	color: var(--color-dark);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 17.6px */
	letter-spacing: -0.16px;
}
.section-image .image-text-small:last-child p {
	margin-bottom: 0;
}
.section-image .image-text-small p b {
	font-weight: 600;
}

.section-image-2 .container {
	max-width: 1350px;
}
.section-image-2 .section-title {
	max-width: 700px;
}
.section-image-2 .section-title span {
	color: var(--color-green);
}
.section-image-2 .image-text {
	max-width: 410px;
}
.section-image-2 .image-text p {
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 30.8px */
}
.section-image-3 {
	background: var(--light-grey);
}
.section-image-3 .container {
	max-width: 1350px;
}
.section-image-3 .section-title {
	max-width: 700px;
}
.section-image-3 .section-title span {
	color: var(--color-green);
}
.section-image-3 .image-holder {
	max-width: 470px;
}
.section-image-3 .image-text-big p {
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 33px */
}
.section-image-3 .image-text {
	padding-left: 15%;
}
.section-image-3 .image-text p {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 30.8px */
	margin-bottom: 0;
}
.section-image-3 .flex-column {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.certificates-wrap {
	margin-top: 30px;
}

.section-image.home .image-text-big {
	line-height: 120%;
}
.section-image.home .image-wrap {
	max-width: 100%;
}
.section-image.home .partner-logo {
	max-width: 200px;
}
@media (max-width: 1400px) {
	.section-team .team-text .section-title {
		max-width: 100%;
	}
	.section-team .team-text .section-title h1 {
		font-size: 55px;
	}
}
@media (max-width: 1200px) {
	.page-about-text p.text-big {
		font-size: 26px;
	}
	.section-team .team-slider {
		width: calc(100% + 30px);
	}
	.section-team .team-text {
		padding: 40px;
	}
	.section-team .team-text p {
		font-size: 14px;
	}
	.section-features .section-title {
		max-width: 350px;
	}
	.section-features .features-wrap .features-item {
		padding: 30px;
	}
	.section-features .features-wrap .features-item h4 {
		font-size: 22px;
		max-width: 190px;
	}
	.section-features .features-wrap .features-item .features-banner {
		width: 125px;
	}
	.section-features .features-wrap .features-item .features-banner .features-number {
		font-size: 55px;
	}
	.section-image .image-wrap {
		max-width: 300px;
	}
	.section-image .image-text-big {
	    max-width: 420px;
	    font-size: 24px;
	}
	.section-image .image-text-small {
		max-width: 100%;
	}
	.section-image-2 .section-title {
		max-width: 420px;
	}
	.section-image-3 .image-holder {
		max-width: 400px;
	}
	.section-image-3 .image-text-big p {
		font-size: 26px;
	}
	.section-image-3 .image-text p {
		font-size: 16px;
	}
}
@media (max-width: 992px) {
	.page-about-header {
		min-height: 100%;
		padding-bottom: 150px;
	}
	.page-about-text {
		padding-top: 0;
	}
	.page-about-text .col-lg-6:first-child {
		order: 2;
	}
	.section-team {
		margin-top: -200px;
	}
	.section-team .team-text {
	    padding: 40px 25px;
	}
	.section-team .team-slider {
		width: 100%;
	}
	.section-image-2 .section-title,
	.section-image-2 .image-text,
	.section-image-3 .image-holder {
		max-width: 100%;
	}
	.page-about-text p.text-big {
		font-size: 16px;
	}
	.page-about-text p.text-small {
		font-size: 16px;
		margin-top: 30px;
		padding-right: 0;
	}
	.section-features .features-wrap .features-item {
		width: 100%;
	}
	.section-features .features-wrap .features-item h4 {
		margin-top: 50px;
	}
}
@media (max-width: 767px) {
	.section-image {
		padding-top: 0;
	}
	.section-image .image-wrap {
		max-width: 100%;
	}
	.section-image .image-text-big {
		position: relative;
	    left: 0;
	    top: 0;
	    margin-top: 20px;
	    max-width: 100%;
	    font-size: 20px;
	    line-height: 130%;
	}
	.section-image .image-text-small {
		line-height: 140%;
	}
	.section-image-2 .image-text p {
		font-size: 16px;
	}
	.section-image-2 .image-text p {
		font-size: 16px;
	}
	.section-image-2 .section-title {
		max-width: 350px;
		margin-bottom: 20px;
	}
	.section-image-3 .image-text p {
		margin-bottom: 30px;
	}
	.section-image-3 .image-text-big p {
	    font-size: 23px;
	    line-height: 110%;
	}
	.section-image.home .row {
		flex-direction: column-reverse;
	}
	.section-image.home .image-text-big {
		font-size: 24px;
	}
	.section-image.home .partner-logo {
    	max-width: 140px;
    	display: none;
	}
}
/* ------------------------------------------------------------- *
 * Product Page
/* ------------------------------------------------------------- */
.product-header {
	background: var(--light-grey);
	padding: 120px 0 75px 0;
}
.product-header .product-header-image {
	position: relative;
	padding-top: 40px;
}
.product-header .product-header-image:before {
	content: '';
	position: absolute;
	top: 0;
	left: -60px;
	width: 70%;
	height: 100%;
	background: var(--color-green);
}
.product-header .product-header-image img {
	position: inherit;
	z-index: 10;
}
.product-header .product-header-image .product-logo {
	width: 200px;
	position: absolute;
	top: 0;
	right: 30px;
}
.product-header .product-header-title {
	max-width: 490px;
	margin-left: 50px;
}
.product-header .product-header-title .divider {
	display: block;
	width: 115px;
	height: 5px;
	margin-bottom: 30px;
	background: var(--color-green);
}
.product-header .product-header-title h3 {
	color: var(--color-dark);
	font-family: HeliosCond;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 18.5px */
	letter-spacing: -0.2px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.product-header .product-header-title h1 {
	color: var(--color-dark);
	font-family: HeliosCond;
	font-size: 45px;
	font-style: normal;
	font-weight: 700;
	line-height: 92.5%; /* 41.625px */
	letter-spacing: -0.45px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.product-header .product-header-title p {
	color: var(--color-dark);
	font-size: 14px;
	font-style: normal;
	font-weight: 350;
	line-height: 140%;
	margin-bottom: 15px;
}
.product-header .product-header-title .button-wrap {
	margin-top: 30px;
}
/* Product Details */
.product-details .section-title {
	max-width: 480px;
}

.product-details-slider {
	overflow: hidden;
}
.product-details-slider {
    margin: 10px 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.product-details-slider .gallery-top {
	position: relative;
    height: 100%;
    width: auto;
}
.product-details-slider .swiper-container {
	position: relative;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.product-details-slider .swiper-slide {
    box-sizing: content-box;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-details-slider .swiper-slide img{
    width: 100%;
    height: auto;
}
.product-details-slider .gallery-thumbs {
    height: auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    border: none;
    cursor: grab;
    margin-top: 10px;
}
.product-details-slider .gallery-thumbs .swiper-slide {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: auto;
/*    width: 25%;*/
    opacity: 1;
}
.product-details-slider .gallery-thumbs .swiper-slide img {
    width: 100%;
    height: auto;
}
.product-details-slider .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.product-details-nav {
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	z-index: 10;
}
.product-details-next,
.product-details-prev {
    width: 35px;
    height: 35px;
    margin: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-green);
    border-radius: 50px;
    outline: none;
    cursor: pointer;
    z-index: 10;
}
.product-details-next span,
.product-details-prev span {
	display: flex;
}
.product-details-next span svg,
.product-details-prev span svg {
	width: 8px;
}
.product-details-next.disabled,
.product-details-prev.disabled {
    cursor: not-allowed;
    background: #D9D9D9;
}
.product-details-next:focus,
.product-details-prev:focus {
    outline: none;
}

/* Product Tecnhology */
.product-details-technology .container {
	max-width: 1200px;
}
.product-details-technology [class*="col-"],
.product-heads-info [class*="col-"] {
	position: relative;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.product-details-technology .banner-text h3 {
	color: #1D1D1D;
    font-family: HeliosCond;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.product-details-technology .banner-text p {
	color: var(--color-dark);
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 140%;
    margin-bottom: 0;
}
.product-heads-info {
	padding: 0;
}
.product-heads-info .container {
	max-width: 1200px;
}
.product-heads-info .heads-cutgraf {
	margin-bottom: 0!important;
}
.product-heads-info .heads-cutgraf img {
	max-width: 230px;
	margin: 0 auto;
}
.product-heads-info .heads-cutgraf-list li span {
	display: block;
	font-size: 15px;
}
.product-heads-info .heads-cutgraf-list li span:first-child {
	font-weight: 700;
}
.product-heads-info .heads-banner {
	margin-bottom: 10px;
}
.product-heads-info .heads-info-title {
	font-size: 25px;
    font-weight: 900;
    line-height: 120%;
    margin-bottom: 10px;
    max-width: 270px;
}
.product-heads-info .heads-info-text {
	font-size: 15px;
}
/* Product Features */
.product-features {
	width: calc(100% - 60px);
	margin-left: auto;
	/*max-height: 750px;
	overflow: hidden auto;*/
}
.product-features .heading {
	color: #1D1D1D;
	font-family: HeliosCond;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 22.2px */
	letter-spacing: -0.24px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.product-table {
	text-align: left;
	overflow: hidden;
	width: 100%;
	display: table;
	padding: 0 0 4% 0;
}
.product-table thead tr,
.product-table thead th {
	background-color: transparent;
}
.product-table thead th {
	padding-bottom: 4%;
}
.product-table th h1 {
	color: #1D1D1D;
	font-family: HeliosCond;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 16.65px */
	letter-spacing: -0.18px;
	text-align: left;
}
.product-table tbody td {
	font-weight: normal;
	font-size: .8em;
  	-webkit-box-shadow: 0 2px 2px -2px #0E1119;
	-moz-box-shadow: 0 2px 2px -2px #0E1119;
	box-shadow: 0 2px 2px -2px #0E1119;
}
.product-table tbody td {
	padding-bottom: 2%;
	padding-top: 2%;
  	padding-left:2%;  
}
/* Background-color of the odd rows */
.product-table tbody tr:nth-child(odd) {
	background-color: var(--light-grey);
}
/* Background-color of the even rows */
.product-table tbody tr:nth-child(even) {
	background-color: var(--light-grey);
}
.product-table tbody td:first-child { 
	color: var(--color-dark); 
	width: 35%;
}
.product-table tbody td a {
	text-decoration: underline;
	color: var(--color-green)
}
.product-table tbody tr:hover {
	background-color: var(--color-green);
	-webkit-box-shadow: 0 6px 6px -6px #0E1119;
 	-moz-box-shadow: 0 6px 6px -6px #0E1119;
	box-shadow: 0 6px 6px -6px #0E1119;
}
.product-table tbody tr:hover a,
.product-table tbody tr:hover td {
   	color: #fff;
}
.product-table tbody ::selection {
	color: var(--color-dark);
	text-shadow: none;
	background: var(--light-grey);
}
.product-table tbody ::-moz-selection {
	color: var(--color-dark);
	text-shadow: none;
	background: var(--light-grey);
}
.product-table tbody ::-webkit-selection {
	color: var(--color-dark);
	text-shadow: none;
	background: var(--light-grey);
}
.product-table tfoot tr {
	background-color: var(--light-grey);
}
.product-table tfoot tr th {
	padding-bottom: 2%;
    padding-top: 2%;
    padding-left: 2%;
}
.product-table tfoot tr th p {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
}
/* Catalog PDF Item */
.catalog-pdf {
	display: inline-flex;
	margin-right: 20px;
	margin-bottom: 20px;
}
.catalog-pdf a {
	color: #1D1D1D;
	font-family: HeliosCond;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 16.65px */
	letter-spacing: -0.18px;
	display: flex;
	align-items: center;
}
.catalog-pdf a img {
	width: 45px;
	margin-right: 20px;
}
/* Product Others Slider */
.section-product-others {
/*	background: var(--light-grey);*/
}
.section-product-others .section-title h1 {
	font-size: 40px;
}
.product-others {
	overflow: hidden;
}
.product-others .swiper-slide .catalog-item h3 {
	color: var(--color-dark);
	text-align: center;
	font-family: HeliosCond;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	max-width: 300px;
	margin: 0 auto;
}

.product-others {
    height: auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    border: none;
    cursor: grab;
    margin-top: 10px;
}
.product-others .swiper-slide {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.product-others .swiper-slide .catalog-item {
	display: block;
	width: 75%;
	margin: 0 auto;
}
.product-others .swiper-slide .catalog-item-banner {
	text-align: center;
}
.product-others .swiper-slide img {
    width: 100%;
    height: auto;
} 
.others-navigation {
	display: flex;
	position: absolute;
	top: 81px;
	right: 90px;
	z-index: 10;
}
.others-navigation .others-next,
.others-navigation .others-prev {
    margin: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    outline: none;
    cursor: pointer;
    z-index: 10;
}
.others-navigation .others-next span,
.others-navigation .others-prev span {
	display: flex;
}
.others-navigation .others-next span svg,
.others-navigation .others-prev span svg {
	width: 35px;
}
.others-navigation .others-next.disabled,
.others-navigation .others-prev.disabled {
    cursor: not-allowed;
}
.others-navigation .others-next.disabled span svg path,
.others-navigation .others-prev.disabled span svg path {
    fill: #BABABA;
    cursor: not-allowed;
}
.others-navigation .others-next:focus,
.others-navigation .others-prev:focus {
    outline: none;
}

@media (max-width: 1300px) {
	.product-features {
		width: calc(100% - 30px);
	}
	.product-header .product-header-title {
		max-width: 450px;
	}
	.product-header .product-header-title h3 {
		font-size: 18px;
	}
	.product-header .product-header-title h1 {
		font-size: 35px;
	}
	.product-header .product-header-image .product-logo {
		width: 150px;
	    top: 0;
	    right: 50px;
	}
}
@media (max-width: 1200px) {
	.product-header .product-header-title p {
		font-size: 14px;
	}
	.product-header .product-header-image {
		padding-right: 40px;
	}
	.product-header .product-header-title h3 {
		font-size: 16px;
	}
	.product-header .product-header-title h1 {
		font-size: 30px;
	}
	.product-table tbody td {
		font-size: 14px;
	}
	.product-header .product-header-image .product-logo {
	    width: 130px;
	    top: 0;
	    right: 50px;
	}
}
@media (max-width: 992px) {
	.product-header .product-header-title {
		margin-top: 40px;
		max-width: 100%;
		margin-left: 0;
	}
	.product-features {
		width: 100%;
		margin-top: 40px;
	}
	.product-header .product-header-image .product-logo {
	    width: 80px;
	    right: 30px;
	}
	.desktop-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
}
@media (max-width: 768px) {
	.product-header .product-header-image {
		padding-right: 0;
	}
	.product-header .product-header-title h1 {
		font-size: 35px;
	}
	.product-header .product-header-title h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.product-header .product-header-title p {
		line-height: 140%;
		font-size: 16px;
	}
	.product-details-technology [class*="col-"] {
		padding: 0;
	}
	.product-heads-info [class*="col-"] {
		padding: 0 5px;
	}
	.product-details-technology .banner-text h3 {
		font-size: 26px;
		max-width: 250px;
		margin-bottom: 15px;
	}
	.product-details-technology .banner-text p {
		font-size: 16px;
	}
	.product-details-technology .banner-holder {
		margin-bottom: 20px;
	}
	.product-details-technology .row:odd {
		flex-direction: column-reverse;
	}
	.product-details-next, .product-details-prev {
		width: 25px;
		height: 25px;
	}
	.product-details-next span svg,
	.product-details-prev span svg {
		width: 6px;
	}
	.product-table tbody tr:nth-child(odd),
	.product-table tbody tr:nth-child(even) {
		display: flex;
	}
	.product-table tbody td {
		width: 50%;
	}
	.product-table tbody td:first-child {
		width: 50%;
		font-weight: 500;
	}
	.section-product-others .section-title {
		max-width: 250px;
	}
	.product-others .swiper-slide .catalog-item {
		width: 95%;
	}
	.others-navigation {
		right: 15px;
	}
	.others-navigation .others-next, .others-navigation .others-prev {
		margin: 0;
		padding: 0 3px;
	}
	.others-navigation .others-next span svg, .others-navigation .others-prev span svg {
		width: 30px;
	}
	.mobile-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.product-heads-info .heads-cutgraf-list {
		padding-right: 15px;
	}
	.product-heads-info .heads-cutgraf img {
		max-width: 140px;
	}
	.product-heads-info .heads-info-title {
		font-size: 22px;
		max-width: 100%;
	}
	.product-heads-info .heads-info-text {
	    font-size: 14px;
	    line-height: 125%;
	}
}
@media (max-width: 350px) {
	.product-table tbody tr:nth-child(odd),
	.product-table tbody tr:nth-child(even) {
		display: block;
		margin-bottom: 5px;
	}
	.product-table tbody td {
		display: block;
		font-size: 13px;
		width: 100%;
	}
	.product-table tbody td:first-child {
		width: 100%;
		font-weight: 500;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.product-table tbody td:nth-child(2) {
		padding-top: 0;
	}
}





.modal {
	opacity: 0;
	visibility: hidden;
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99998;
	padding: 30px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	transition: visibility 0s linear 0.1s,opacity 0.3s ease;
}
.modal.open {
	display: block;
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 21;
	background-color: rgba(0, 0, 0, 0.7);
}
.modal-close {
	position: absolute;
	top: 20px;
	right: 15px;
	border: none;
	outline: none;
	background: none;
	font-size: 24px;
	color: #d5d5d5;
	font-weight: bold;
	cursor: pointer;
	transition: .2s ease-in;
}
.modal-close:hover {
  	color: #fff;
}
.modal-container {
	position: relative;
	z-index: 22;
	width: 650px;
	height: auto;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	margin-top: -60px;
	padding: 70px 40px;
	background-color: var(--color-green);
}
.modal-container .modal-title {
	color: #FFF;
	text-align: center;
	font-family: HeliosCond;
	font-size: 40px;
	font-style: normal;
	font-weight: 900;
	line-height: 130%;
	letter-spacing: -0.4px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.modal-container .modal-subtitle {
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.2px;
	max-width: 400px;
	margin: 0 auto 50px;
}
.modal-container .button-holder {
	text-align: center;
	margin-top: 50px;
}
.modal-container .button-holder .btn {
	margin: 0 auto;
}
.modal-container .form {
	max-width: 430px;
	margin: 0 auto;
}
.modal-container .form .input {
	background: var(--light-grey);
	color: var(--color-dark);
	padding: 14px 30px;
	width: 100%;
	outline: 0;
    border: 0;
    margin-bottom: 15px;
}
.modal-container .form .input-holder:last-child .input {
	margin-bottom: 0;
}
.phone-error {
    display: inline-block;
	color: #fff;
    background: red;
    padding: 2px 10px;
    font-size: 12px;
    display: none;
}
.form-hp {
	display: none !important;
	height: 0 !important;
	left: -9999px !important;
	opacity: 0 !important;
	pointer-events: none !important;
	position: absolute !important;
	top: -9999px !important;
	width: 0 !important;
}
@media (max-width: 992px) {
	.modal-container {
		width: calc(100% - 15px);
		padding: 50px 30px;
		margin-top: -30px;
	}
	.modal-container .form {
		max-width: 100%;
	}
}
@media (max-width: 350px) {
	.modal-container {
		margin-top: 0;
	}
	.modal-container .modal-title {
		font-size: 30px;
	}
	.modal-container .modal-subtitle {
		font-size: 12px;
		margin:  0 auto 25px;
	}
	.modal-container .form .input {
		padding: 12px 20px;
	}
	.modal-container .button-holder {
		margin-top: 25px;
	}
}
/* ------------------------------------------------------------- *
 * Vimek Technology Page
/* ------------------------------------------------------------- */
.vimek-technology-1 {
	background: var(--light-grey);
}
.vimek-technology .container {
	max-width: 1350px;
}
.vimek-technology-1 .image-banner {
	position: relative;
}
.vimek-technology-1 p {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 250px;
	line-height: 120%;
}
.vimek-technology-2 .section-title {
	max-width: 300px;
}
.vimek-technology-2 .text-wrap p {
	font-family: Avenir Next;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 134%; /* 26.8px */
}
.vimek-technology-2 .text-wrap p.heading {
	color: #BEBEBE;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 134%; /* 26.8px */
}
.vimek-technology-3 {
/*	padding-top: 0;*/
}
.vimek-technology-3 .section-title {
	max-width: 300px;
}
.vimek-technology-3 .image-banner {
	padding-right: 75px;
}
.vimek-technology-3 .text-wrap p {
	font-family: Avenir Next;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 30.8px */
	max-width: 400px;
	margin-top: 125px;
	margin-left: 75px;
	margin-bottom: 0;
}
.vimek-technology-4 {
	margin-top: 100px;
	background: var(--light-grey);
}
.vimek-technology-4 [class*="col-"] {
	position: relative;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.vimek-technology-4 .text-banner {
	margin-top: -150px;
	background: var(--color-green);
	padding: 80px 60px 80px 60px;
	margin-bottom: 75px;
}
.vimek-technology-4 .text-banner p {
	color: #FFF;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%; /* 33px */
	margin-bottom: 0;
	max-width: 800px;
}
.vimek-technology-4 .image-banner .heading {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dbdbdb;
}
.vimek-technology-4 .image-banner .heading img {
	width: 40px;
	margin-right: 10px;
}
.vimek-technology-4 .image-banner .heading h4 {
	color: #262626;
	font-size: 36px;
	font-style: normal;
	font-weight: 900;
	line-height: 92.5%; /* 44.4px */
	letter-spacing: -0.48px;
}

.vimek-technology-5 .text {
	max-width: 380px;
}
.vimek-technology-5 .text p {
	margin-bottom: 0;
}

.vimek-technology-6 {
	padding: 0;
}
.vimek-technology-6 .inner-wrap {
	background: var(--light-grey);
	padding: 50px;
	width: 100%;
}
.vimek-technology-6 .inner-wrap .col-lg-6:nth-child(1) .text-wrap {
	padding-right: 50px;
    border-right: 1px solid #d9d9d9;
}
.vimek-technology-6 .inner-wrap .col-lg-6:nth-child(2) .text-wrap {
	padding-left: 50px;
}
.vimek-technology-6 .text-wrap h3 {
	color: #262626;
	font-size: 36px;
	font-style: normal;
	font-weight: 900;
	line-height: 100%; /* 44.4px */
	letter-spacing: -0.48px;
	margin-bottom: 50px;
	max-width: 350px;
}
.vimek-technology-6 .text-inner  {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.vimek-technology-6 .text-inner img {
	width: 40px;
}
.vimek-technology-6 .text-inner ul {
	display: flex;
	flex-direction: column;
	font-size: 20px;
}

.vimek-technology-7 .text {
	padding: 75px 150px 75px 75px;
    background: var(--color-green);
    margin-right: -75px;
    z-index: 10;
    position: relative;
}
.vimek-technology-7 .text p {
	margin-bottom: 0;
	color: #FFF;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 33px */
}

.vimek-technology-8 {
	padding: 0;
}
.vimek-technology-8 a {
	width: 90%;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 0 auto;
}
.vimek-technology-8 a img {
	transition: .2s ease-in;
}
.vimek-technology-8 a h4 {
	font-size: 42px;
	font-weight: 900;
	margin-top: 10px;
	transition: .2s ease-in;
}
.vimek-technology-8 a p {
	font-size: 20px;
}
.vimek-technology-8 a:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.vimek-technology-8 a:hover h4 {
	color: var(--color-green);
}

.vimek-technology-9 .banner {
	background: var(--light-grey);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 87%;
	min-height: 420px;
}
@media (max-width: 1200px) {
	.vimek-technology-4 .text-banner p {
		font-size: 20px;
	}
	.vimek-technology-4 .image-banner .heading h4 {
		font-size: 26px;
	}
	.vimek-technology-8 a h4 {
		font-size: 30px;
	}
	.vimek-technology-7 .text p {
		font-size: 20px;
	}
	.vimek-technology-2 .text-wrap p {
		font-size: 16px;
	}
	.vimek-technology-3 .text-wrap p {
		margin-top: 50px;
		margin-left: 50px;
	}
	.vimek-technology-4 .text-banner {
		width: 100%;
	}
	.vimek-technology-5 .text {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.vimek-technology .section-title {
		margin-bottom: 20px;
	}
}
@media (max-width: 768px) {
	.vimek-technology-1 p {
		position: relative;
		text-align: center;
		font-size: 18px;
		margin: 0 auto 25px;
		top: unset;
		left: unset;
	}
	.vimek-technology-4 [class*="col-"] {
		padding: 0;
	}
	.vimek-technology {
		padding: 30px 0;
	}
	.vimek-technology-2 .text-wrap p {
		font-size: 14px;
	}
	.vimek-technology-2 .text-wrap p.heading {
		margin-bottom: 10px;
	}
	.vimek-technology-3 .image-banner {
		padding: 0;
		margin-top: 20px;
	}
	.vimek-technology-3 .text-wrap p {
		margin: 0;
		font-size: 16px;
	}
	.vimek-technology-4 {
		margin-top: 0;
	}
	.vimek-technology-4 .text-banner {
	    padding: 20px 30px;
	    margin-top: 0;
	    margin-bottom: 20px;
	}
	.vimek-technology-4 .text-banner p {
	    font-size: 16px;
	}
	.vimek-technology-4 .padding-top-75 {
		padding-top: 20px!important;
	}
	.vimek-technology-4 .image-banner .heading {
		border: 0;
	}
	.vimek-technology-6 .inner-wrap {
		padding: 15px;
	}
	.vimek-technology-6 .text-wrap h3 {
		font-size: 25px;
		max-width: 250px;
		margin-bottom: 35px;
	}
	.vimek-technology-6 .inner-wrap .col-lg-6 .text-wrap {
		border: 0!important;
		padding: 0!important;
	}
	.vimek-technology-6 .inner-wrap .col-lg-6:nth-child(1) .text-wrap {
		margin-bottom: 30px;
	}
	.vimek-technology-6 .text-inner img {
		width: 30px;
	}
	.vimek-technology-6 .text-inner ul {
		font-size: 16px;
	}
	.vimek-technology-7 .text {
		margin-right: 0;
		padding: 20px 30px;
	}
	.vimek-technology-7 .text p {
		font-size: 16px;
	}
}
/* ------------------------------------------------------------- *
 * Thanks Page
/* ------------------------------------------------------------- */
.thanks-page {
	height: 100vh;
	padding-top: 250px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.thanks-page .section-title h1,
.thanks-page .section-subtitle p {
	color: #FFF;
}
.thanks-page .button-wrap {
	margin: 0 auto;
	justify-content: center;
}
.thanks-page .button-wrap a {
	border: none;
}
@media (max-width: 767px) {
	.thanks-page {
		padding-top: 180px;
	}
}
/* ------------------------------------------------------------- *
 * Contact Page
/* ------------------------------------------------------------- */
.section-contact {
	padding: 0;
}
.section-contact .contact-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -60px;
	min-height: 650px;
}
.section-contact .contact-inner {
	width: 50%;
	min-height: 100%;
}
.section-contact .contact-left {
	display: flex;
	flex-direction: column;
	padding: 150px 60px;
	background: var(--color-green);
}
.section-contact .contact-left .contact-phone {
	font-family: HeliosCond;
	font-size: 2.8vw;
	font-weight: 800;
	color: #fff;
	line-height: 100%;
	transition: .2s ease-in;
}
.section-contact .contact-left .contact-address {
	font-size: 18px;
	max-width: 480px;
	color: #fff;
	line-height: 100%;
	margin-bottom: 0;
}
.section-contact .contact-left .contact-phone {
	display: inline-block;
	margin-bottom: 5px;
}
.section-contact .contact-left .contact-email {
	display: inline-block;
	font-family: HeliosCond;
    font-size: 2.8vw;
    font-weight: 800;
    color: #fff;
    line-height: 100%;
    margin-bottom: 80px;
    transition: .2s ease-in;
}
.section-contact .contact-right {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.section-contact .contact-left .contact-phone:hover,
.section-contact .contact-left .contact-email:hover {
	text-decoration: underline;
}
@media (max-width: 1200px) {
	.section-contact .contact-wrap {
		min-height: 500px;
	}
}
@media (max-width: 767px) {
	.section-contact .contact-wrap {
		margin: 0;
	}
	.section-contact .contact-inner {
		width: 100%;
		padding: 50px 20px;
	}
	.section-contact .contact-right {
		min-height: 250px;
	}
	.section-contact .contact-left .contact-phone,
	.section-contact .contact-left .contact-email {
		font-size: 22px;
	}
}
@media (max-width: 350px) {
	.section-contact .contact-wrap {
		margin: 0;
	}
	.section-contact .contact-inner {
		width: 100%;
		padding: 50px 20px;
	}
	.section-contact .contact-left .contact-phone,
	.section-contact .contact-left .contact-email {
		font-size: 18px;
	}
	.section-contact .contact-left .contact-address {
		font-size: 16px;
	}
}
/* ------------------------------------------------------------- *
 * Finance Page
/* ------------------------------------------------------------- */
.section-finance .section-title {
	max-width: 900px;
}
.section-finance .finance-wrap {
	text-align: center;
}
.section-finance .finance-wrap img {
	max-width: 300px;
	margin: 0 auto;
}
.section-finance .finance-wrap p {}
@media (max-width: 767px) {
	.section-finance .finance-wrap {
		margin-bottom: 40px;
	}
}






