@charset "utf-8";



@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,700&display=swap');



* {
	box-sizing: border-box;
}

body {
	margin: 0px;
	color: #3d3d3d;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
}

h1, h2, h3, h4 {
	margin: 0px;
}

h1 {
	margin-bottom: 35px;
	color: #45bae6;
	font-size: 52px;
	line-height: 56px;
}

h2 {
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	max-width: 1170px;
	color: #3d3d3d;
	font-size: 20px;
	text-transform: uppercase;
}

h3 {
	margin-bottom: 50px;
	color: #3d3d3d;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
}

h4 {
	margin-bottom: 25px;
	color: white;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
}

p {
    margin: 0;
}

a {
	color: #3d3d3d;
}

img {
	border-style: none;
    font-size: 9px;
}
img[src$=".svg"] {
	width: 100%; 
}

button, input, optgroup, select, textarea {
	margin: 0;
}

textarea {
	overflow: auto;
	padding: 0px 3px;
	border: 0;
	border-bottom: 1px solid #acacac;
	width: 100%;
	min-height: 36px;
	background-color: transparent;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
}

input[type="text"] {
	padding-left: 3px;
	padding-right: 3px;
	border: 0;
	border-bottom: 1px solid #acacac;
	width: 100%;
	height: 36px;
	background-color: transparent;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
}

select {
	padding-left: 3px;
	padding-right: 3px;
	width: 100%;
	height: 40px;
	border: 1px solid #acacac;
}

button {
	padding: 0;
	border: 0;
	background-color: transparent;
	font-family: 'Titillium Web', sans-serif;
	cursor: pointer;
}
button[type="submit"] {
	height: 36px;
	color: #3d3d3d;
	background-color: #fcfcfc;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
button[type="submit"] img {
	margin-left: 12px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

table {
	width: 100%;
	border-collapse: collapse;
}


.container {
}

.container-half {
	width: 50%;
}

.content {
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
	max-width: 1170px;
}

.container-half .content {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	max-width: 585px;
}

.tablet-show {
	display: none;
}

.mobile-show {
	display: none;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

.center {
	text-align: center;
}

.block {
	display: inline-block;
}

.column,
.column-mobile {
	float: left;
}

.left,
.left-mobile {
	float: left;
}

.right,
.right-mobile {
	float: right;
}

.clear {
	clear: both;
}

.table {
	display: table;
}

.table-cell {
	display: table-cell;
}

.align-items-center {
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.justify-content-center {
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.justify-content-space-between {
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.align-justify-center {
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

.transition {	
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.error {
	display: block;
	padding-top: 4px;
	color: red;
	font-size: 12px;
}

.ok {
	display: block;
	padding-top: 4px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.title {
}

.description {
	line-height: 24px;
}

.button {
	display: inline-block;
	padding-left: 22px;
	padding-right: 44px;
	background-color: white;
	background-image: url('/images/icon_more.png');
	background-repeat: no-repeat;
	background-position: right 22px center;
	font-size: 12px;
	font-weight: 700;
	line-height: 36px;
	text-decoration: none;
	text-transform: uppercase;
	
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.list {
    padding-left: 20px;
    list-style-image: url('/images/icon_list_style.png');
}

.list-info {
}
.list-info:first-child {
	margin-left: 0;
}
.list-info::after {
    content: "";
    clear: both;
    display: table;
}
.list-info li {
	float: left;
	margin-left: 20px;
}
.list-info li:first-child {
	margin-left: 0;
	font-size: 0;
	
	border: 1px solid #fe8b2e;
	width: 60px;
	height: 60px;
	
	-webkit-border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
	
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	align-items: center;
}
.list-info a.font-20px-bold {
	text-decoration: none;
}

.box-iframe {
    display: block;
    position: relative;
    /*padding-bottom: 56.25%;*/
	padding-bottom: 78.75%;
    height: 0;
    overflow: hidden;
}
.box-iframe iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.checkbox {
	display: block;
	position: relative;
	padding-top: 0px;
	padding-left: 40px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.checkbox .checkmark {
	position: absolute;
	top: 1px;
	left: 0;
	height: 24px;
	width: 24px;
	background-color: white;
}
.checkbox input:checked ~ .checkmark {
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.checkbox input:checked ~ .checkmark:after {
	display: block;
}
.checkbox .checkmark:after {
	left: 7px;
	top: 3px;
	width: 7px;
	height: 12px;
	border: solid #3d3d3d;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.radio {
    display: block;
    position: relative;
    padding-left: 50px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radio .checkmark {
    position: absolute;
    top: 0px;
    left: 0px;
	border: 1px solid #b7b7b7;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    border-radius: 50%;
    height: 20px;
    width: 20px;
	background-color: #f9f9f9;
}
.radio input:checked ~ .checkmark {
    background-color: #f9f9f9;
}
.radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radio input:checked ~ .checkmark:after {
    display: block;
}
.radio .checkmark:after {
	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #4ab68a;
}

.shadow {
	-webkit-box-shadow: 0px 4px 29px #3f3d3d, 0px -4px 29px #3f3d3d;
  	-moz-box-shadow: 0px 4px 29px #3f3d3d, 0px -4px 29px #3f3d3d;
  	box-shadow: 0px 4px 29px #3f3d3d, 0px -4px 29px #3f3d3d;
}

.drop-shadow {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.drop-shadow:hover {
	-webkit-box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, .2);
}

.round-corner {	
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.circle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.pagination {
	font-size: 24px;
	font-weight: 300;
}
.pagination a {
	display: inline-block;
	border: 1px solid #01a3c7;
	width: 35px;
	color: white;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
}
.pagination strong {
	display: inline-block;
	border: 1px solid #01a3c7;
	width: 35px;
	color: #01a3c7;
	line-height: 50px;
	text-align: center;
}
.pagination .number {
	background-color: #01a3c7;
}

.royalSlider {
	margin: auto;
    width: 100%;
	background-color: transparent !important;
}
.rsOverflow {
	background-color: transparent !important;
}
.rsSlide  {
	background-color: transparent !important;
}
.rsGCaption {
	height: 100%;
}
.rsMinW .rsBullet {
	margin-left: 8px !important;
	width: 15px !important;
	height: 15px !important;
	background-color: #4ab68a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.rsMinW .rsBullet.rsNavSelected {
	background-color: #ee1e7b;
}
.rsMinW .rsBullet span {
	width: 15px !important;
	height: 15px !important;
}
.rsMinW .rsArrow {
    width: 27px !important;
    height: 23px !important;
}
.rsMinW .rsArrowLeft {
    margin-top: -12px;
	margin-left: -612px;
    left: 50% !important;
}
.rsMinW .rsArrowRight {
    margin-top: -12px;
	margin-right: -612px;
    right: 50% !important;
}
.rsMinW .rsArrowIcn {
	background-image: url('/images/icons_slider_navigation.png') !important;
	width: 27px !important;
    height: 23px !important;
}
.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
    background-position: 27px 0px !important;
}

.equipment {
}
.equipment .device {
	position: relative;
}
.equipment > .device {
	position: relative;
	padding-bottom: 18.75%;
	width: 32.5%;
	max-width: 624px;
}
.equipment li > .device {
	padding-bottom: 57.69%;
}
.equipment .description {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 52%;
	height: 100%;
	padding: 0 7%;
	background-color: #efefef;
}
.equipment > .device .frame {
	padding-top: 10%;
	letter-spacing: .8px;
}
.equipment .photo {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 48%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.equipment h3 {
	margin-bottom: 12%;
}
.equipment .button {
	margin-top: 15%;
}

.table-content-basic {
	table-layout: fixed !important;
}
.table-content-basic td {
	padding-right: 30px;

}
.table-content-basic td:last-child {
	padding-right: 0;

}

.table-content-advanced {
	table-layout: fixed !important;
}
.table-content-advanced td {
	padding-left: 50px;
	padding-right: 50px;
}
.table-content-advanced td:first-child {
	padding-left: 0;
	padding-right: 100px;
}
.table-content-advanced td:nth-child(2) {
}
.table-content-advanced td:last-child {
	padding-right: 0;
	padding-left: 100px;
}

.font-20px-bold {
	font-size: 20px;
	font-weight: 700;
}



#all {
}


#toggle-menu {
	z-index: 100;
	display: none;
	position: fixed;
	top: 26px;
	right: 2%;
	padding: 0;
	width: 25px;
	height: 23px;
	background-color: transparent;
	background-image: url('/images/toggle_menu.png');
	background-repeat: no-repeat;
}
#toggle-menu.active {
	background-position: -25px 0px;
}


#header .content {
	padding-left: 0;
}


#logo {
	margin-top: 32px;
	margin-bottom: 32px;
}


#header-contact {
	display: none;
	margin-top: 12px;
}

#header-contact ul::after {
    content: "";
    clear: both;
    display: table;
}

#header-contact li {
	float: left;
	margin-left: 18px;
	color: #939393;
}
#header-contact li:first-child {
	margin-left: 0;
}

#header-contact li a {
	color: #939393;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}


#menu {
	position: relative;
}

#menu .content {
	position: relative;
}


#banner {
	margin-top: 128px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#banner .content {
	height: 412px;
	
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

#banner h1 {
	margin-bottom: 0;
	color: white;
	font-size: 60px;
	line-height: 68px;
}


#contact-section .content {
	padding-top: 128px;
	padding-right: 0;
}

#contact-section .content::after {
    content: "";
    clear: both;
    display: table;
}

#contact-section .content > table {
	float: left;
	margin-top: 90px;
	width: 31%;
	max-width: 350px;
}

#contact-section .content .list-info {
	float: none;
	margin-top: 80px;
	margin-left: 0px;
}


#contact-form {
	float: right;
	padding: 90px 95px;
	width: 67%;
	max-width: 760px;
	background-color: #f1f1f1;
}

#contact-form h3 {
	color: #fe8b2e;
}

#contact-form .field {
	margin-top: 52px;
}
#contact-form .field:first-child {
	margin-top: 0;
}

#contact-form .field-submit {
	margin-top: 60px;
}

#contact-form .checkbox {
	font-size: 14px;
}


#footer {
	margin-top: 128px;
	padding-top: 88px;
	padding-bottom: 92px;
	background-color: #45bae6;
}

#footer .content {
	color: white;
	font-size: 12px;
	line-height: 20px;
}

#footer .column-mobile {
	padding-right: 65px;
}

#footer .column-mobile:first-child {
	width: 23%;
}
#footer .column-mobile:nth-child(2) {
	width: 17%;
}
#footer .column-mobile:nth-child(3) {
	width: 19%;
}
#footer .column-mobile:nth-child(4) {
	width: 15%;
}
#footer .column-mobile:last-child {
	padding-right: 0;
	width: 26%;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer-company li {
	margin-top: 25px;
}
#footer-company li:first-child {
	margin-top: 0;
}


#newsletter-form input[type="text"] {
	border-bottom: 1px solid white;
	color: white;
	font-size: 14px;
}

#newsletter-form .label {
	position: relative;
	padding-left: 20px;
	font-size: 13px;
	line-height: normal;
	
}

#newsletter-form input[type="checkbox"] {
	position: absolute;
	top: 4px;
	left: 0px;
}

#newsletter-form button[type="submit"] {
	margin-top: 55px;
}


#authors .content {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 40px;
	color: #555555;
	font-size: 12px;
	line-height: 20px;
}

#authors a {
	color: #555555;
	text-decoration: none;
}

#authors .left {
	width: 85%;
}

#authors .right {
	width: 15%;
	text-align: right;
}

#authors .left img {
	margin-left: 21px;
	margin-bottom: -21px;
	max-width: 100%;
	height: auto;
}


#popup {
	display: none;
	z-index: 200;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(73, 73, 73, .6);
}

#popup .container {
	height: 100%;
}

#popup .content {
	position: relative;
	padding: 12px 30px;
	border: 8px solid #727272;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	max-width: 600px;
	background-color: white;
	font-size: 12px;
	text-align: justify;
}

#popup td img {
	max-width: 100%;
	height: auto;
}

#close-popup {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 38px;
	height: 37px;
	background-image: url('/images/icon_close.png');
	background-repeat: no-repeat;
}