@charset "utf-8";

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Regular.woff2') format('woff2'),
    url('../fonts/Lato-Regular.woff') format('woff'),
    url('../fonts/Lato-Regular.ttf')  format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.eot');
    src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Light.woff2') format('woff2'),
    url('../fonts/Lato-Light.woff') format('woff'),
    url('../fonts/Lato-Light.ttf')  format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Italic.eot');
    src: url('../fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Italic.woff2') format('woff2'),
    url('../fonts/Lato-Italic.woff') format('woff'),
    url('../fonts/Lato-Italic.ttf')  format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Bold.woff2') format('woff2'),
    url('../fonts/Lato-Bold.woff') format('woff'),
    url('../fonts/Lato-Bold.ttf')  format('truetype');
    font-weight: 600;
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: Lato, sans-serif;
}

body, html {
    height: 100%;
    font-size: 10px;
}

.page-wrapper {
    width: auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    padding-bottom: 150px;
    overflow-x: hidden;
}

footer {
    margin-top: -150px;
    height: 150px;
    background: #f4f4f4;
}

.page-wrapper > header {
    height: 140px;
    background: #ffffff;
    padding: 20px 0;
}

.pad {
    padding: 0 12em;

}

header .mail, header .phone {
    display: inline-block;
    margin-top: 36px;
    padding-left: 30px;
    line-height: 25px;
    background-repeat: no-repeat;
    background-position: left center;
    color: #8f8f8f;
    font-size: 1.6em;
}

header .phone {
	 margin-top: 6px;
}

header .address {
	font-size: 1.4em;
    text-align: left;
    position: absolute;
    left: 38%;
    width: 70%;
	color: #919191;
	margin-top: 6px;
	font-weight: 400;
}

header .address  b {
	text-transform: uppercase;
	font-weight: 400;
	font-size: .75em;
}

header .mail a {
    color: #8f8f8f;
}

header .mail {
    background-image: url("../images/mail-landing.png");
}

header .phone {
    background-image: url("../images/phone-landing.png");
}

.highlight {
    background: url("../images/highlight.png") no-repeat center center #005be8;
    background-size: auto 100%;
    padding: 50px 0 62px;
}

.highlight p {
    color: #fff;
    font-size: 2em;
    line-height: 1.4em;
    font-weight: 300;
}

.highlight .strong {
    font-size: 3.2em;
    line-height: 1.188em;
}

.highlight .button {
    display: inline-block;
    color: #fff;
    font-size: 2em;
    font-weight: 300;
    max-width: 355px;
    background: #64ca00;
    text-transform: uppercase;
    text-decoration: none;
    padding: 9px 0 7px;
    border-radius: 4px;
    margin-top: 22px;
}

.partnership {
    background: #fff;
}

.partnership-item {
    height: 240px;
}

section {
    padding: 50px 0;
}

section header {
    margin-bottom: 60px;
}

section header h1 {
    color: #64ca00;
    font-weight: 300;
    font-size: 5.6em;
    text-align: center;
    background: transparent;
    margin-top: 11px;
}

section header h1 small {
    color: #202020;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    font-size: 0.357em
}

.partnership-item h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3em;
    margin-top: 9px;
}

.partnership-item p {
    font-size: 1.6em;
    line-height: 1.250em;
    margin-top: 10px;
}

.partnership-item small {
    display: block;
    height: 90px;
}

.partnership-summary {
    margin-top: 55px;
}

.partnership-summary p {
    font-weight: 300;
    font-size: 3.2em;
    color: #006df1;
    line-height: 1.375em;
    margin-bottom: 17px;
}

.products {
    background: #f3f4f5;
}

.products table {
    margin: 0 8px 45px;
}

.products header {
    margin-bottom: 18px;
}

.products table tr td:nth-child(4) {
    position: relative;
}

.products table thead {
    font-size: 1.1em;
    color: #a1a1a2;
}

.products table thead th {
    vertical-align: top;
    line-height: 1em;
    padding: 7px 0 8px 20px;
}

.products table tbody {
    font-size: 1.6em;
}

.products .button {
    position: absolute;
    right: -108px;
    top: -1px;
    color: #fff;
    background-color: #006df1;
    width: 128px;
    height: 50px;
    line-height: 49px;
    text-align: center;
    display: none;
}

.products .table>tbody>tr>td{
    line-height: 49px;
    padding: 0 20px;
}

.products .table>tbody>tr:hover, .products .table>tbody>tr:focus {
    background: #fff;

}
.table>thead>tr>th {
	border-color: #e5e7e9;
	border-width: 1px;
}

.table>tbody>tr>td {
	border-color: #e5e7e9;
}

.table>tbody>tr:last-child>td {
	border-bottom: solid 1px #e5e7e9;
}

.table>tbody>tr:hover>td {
	border-color: #fff;
}

.table>tbody>tr:hover+tr>td {
	border-color: #fff;
}

.products table tr:hover .button {
    display: block;
    text-decoration: none;
}

.products .table-summary {
    font-size: 1.6em;
    line-height: 1.32em;
    margin-bottom: 23px;
}


.products .table-summary h5 {
    font-size: 0.929em;
    font-weight: 600;
}
.catalog  header {
    margin-bottom: 0;
}

.catalog header h1 {
    margin-top: 0;
    margin-bottom: 0;
}


.catalog-item {
    margin: 24px 0 0;
    display: block;
    padding: 0 12px;
    margin-bottom: 36px;
}

.catalog-item-link {
    display: block;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.catalog-item-link img {
    display: block;
    width: 100%;
    height: auto;
}

.catalog-item-link img {
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

.catalog-item-link img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.catalog-item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
    font-size: 1.6em;
    line-height: 1.250em;
    color: #ffffff;
    background: rgba(100, 202, 0, .7);
    background-size: 100% 100%;
    padding: 0 18px;
    overflow: hidden;
    transition: all 0.2s;
}

.catalog-item-title b {
    text-transform: uppercase;
    font-size: 0.813em;
    display: block;
    margin-bottom: 2px;
}




.catalog-item-title > span {
    display: table-cell;
    height: 86px;
    vertical-align: middle;
}

.contact {
    background: url("../images/bg-landing.png") no-repeat -40px -20px #006df1;
    padding-bottom: 80px;
}


.contact header {
    margin-bottom: 41px;
}
.contact header h1, .contact header h1 small {
    color: #fff;
}

.contact header h1 {
    margin-top: 0;
    line-height: 0.95em;
}

.contact form span.error {
	position: absolute;
	color: #fff;
}

.contact .form-item {
    margin-bottom: 13px;
}


.contact .form-actions {
    clear: both;
    padding: 28px 15px 0;
}

.contact .form-control {
    border-radius: 0;
    border-color: #005ecf;
    background-color: #005ecf;
    box-shadow: none;
    color: #fff;
    height: 47px;
    line-height: 47px;
}

.contact .form-control.error {
	border-color: #fff;
}

.contact .form-control:focus {
    background: #fff;
    border-color: #64ca00;
    color: #000;
}

.contact .form-control:focus+label {
    opacity: 1;
}

.contact textarea.form-control {
    height: 98px;
    resize: none;
    line-height: 1em;
}

.contact label {
    color: #fff;
    font-size: 1.6em;
    opacity: .5;
    font-weight: 400;
    margin-bottom: 3px;
}

.contact input[type="checkbox"] {
	display: none;
}

.contact input[type="checkbox"]+label {
	position: relative;
	padding-left: 30px;
	margin-top: 10px;
}

.contact input[type="checkbox"]+label  a {
	color: #fff;
	text-decoration: underline;
}
.contact input[type="checkbox"]+label:before {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	border: solid 2px #fff;
	left: 0;
}

.contact input[type="checkbox"]+label:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background: #fff;
	top: 4px;
	left: 4px;
	display: none;
}

.contact input[type="checkbox"]:checked+label:after {
	display: block;
}

.contact .webform-submit {
    border: solid 2px #fff;
    background: transparent;
    color: #fff;
    font-size: 1.6em;
    padding: 10px 39px;
}

.webform-confirmation p {
    font-size: 1.8em;
    color: #fff;
    line-height: 1.333em;
    margin: 0 0 10px;
}

.webform-confirmation p:last-child {
    margin: 0;
}

.webform-confirmation strong {
    font-size: 1.667em;
    color: #7bbd0a;
    font-weight: 400;
}

.webform-confirmation  + .links a {
    display: inline-block;
    border: solid 2px #fff;
    background: transparent;
    color: #fff;
    font-size: 1.6em;
    padding: 10px 39px;
	text-decoration: none;
}

footer {
    background:#006df1;
}

footer hr {
    border-color: #1a7cf2;
    margin: 0 -35px 50px;
}

footer {
    font-size: 1.6em;
    color: #a3bff8;
}

footer a {
    color: #a3bff8;
}

footer img {
    margin-top: -25px;
    opacity: .7;
}

@media screen and ( max-height: 750px ) and ( min-width: 992px){

}


@media (min-width: 992px) {

}


@media (max-width: 1720px) {
     header .address {
        left: 28%;
		width: 100%;
    }
}

@media (max-width: 1200px) {
     header .address {
	 left: 28%;
		width: 120%;
    }
}

@media (max-width: 1600px) {
     .pad {
        padding: 0;
    }
}


@media (max-width: 992px) {
	header .address {
		position: static;
		text-align: center;
		width: 100%;
	}

    .page-wrapper > header {
        height: auto;
    }

    header .mail, header .phone {
        margin-top: 20px;
    }

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

    footer {
    	height: 190px;
    }

    footer img {
        margin-top: 10px;
    }
    
    footer hr {
        margin: 0 0 20px 0;

    }

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

@media (max-width: 500px) {
	section header h1 {
		font-size: 4em;
	}
}

@media (max-width: 420px) {
	.catalog-item-title {
		font-size: 1.3em;
	}
}

@media (max-width: 625px) {
	table, thead, tbody, th, td, tr { 
    	display: block; 
  	}
 

	thead tr { 
	    position: absolute;
	    top: -9999px;
	    left: -9999px;
	}
 

 
   td { 
    position: relative;
    padding-left: 60% !important; 
    white-space: normal;
    text-align:left;
  }

  .responsive-table.no-headings td {
    padding-left: 6px !important; 
  }
 
  td:before { 
    position: absolute;
    top: 6px;
    left: 6px;
    width: 60%; 
    padding-right: 10px; 
    line-height: 1.2em;
    font-size: 0.8em;
    text-align:left;
    font-weight: bold;
    content: attr(data-title); 
  }
 
 td:before { }
 	.products .button {
 		left: 50%;
 		right: auto;
 		margin-left: -64px;
 		    bottom: -50px;
    top: auto;
    z-index: 99;
 	}

 	.products .table>tbody>tr>td {
 		    line-height: 1.2em;
    padding: 6px 20px;
    height: 49px;
 	}

 	.table>tbody>tr:hover+tr>td {
		border-color: #e5e7e9;
	}

}

#block-system-main h1 {
	display: none;
}

@media (-moz-touch-enabled: 1), (pointer:coarse) {
    .products .button {
        display: block;
    }
}