html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
html {
    height: 100%;
}
body {
    background-color: #fff;
    height: 100%;
    word-wrap: break-word;
    color: #282828;
    font-family: 'Gilroy';
    font-size: 16px;
    font-weight: 300;
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
a {
    color: inherit;
    text-decoration: none;
}
a:focus{
    outline: none;
}
.wrapper {
    width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}
.clearfix:after {
    content: " ";
    display: table;
    clear: both;
    width: 100%;
    height: 0;
}
.puller {
    clear: both;
    float: none;
    width: 100%;
    height: 0;
}
input,
textarea{
    font-family: 'Gilroy';
}
input:focus,
textarea:focus{
    outline: none;
}
textarea{
    resize: vertical;
}
input[type=submit]{
    cursor: pointer;
}
.transition {
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
}
.sess_messages{
    width: 100%;
    border: 3px solid #78b7c6;
    padding: 20px;
    color: #78b7c6;
    margin-top: 50px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
}
li {
    list-style: none;
}
header {
    height: 80px;
    background: #fff;
}
.header__logo {
    float: left;
    width: 170px;
    margin-right: 60px;
    padding-top: 20px;
}
.header__menu {
    float: left;
    padding-top: 15px;
}
.header__menu nav ul li{
    float: left;
    margin-right: 30px;
}
.header__menu nav ul li a{
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.header__menu nav ul li a:hover,
.header__menu nav ul li.selected a{
    text-decoration: underline;
    color: #00aceb;
}
.home {
    background: url(../images/home_top_bg.jpg) top center /cover no-repeat;
    color: #fff;
    height: 770px;
    min-width: 1200px;
}
.bannerInfo {
    width: 390px;
}
.bannerInfo .title {
    font-size: 72px;
    font-weight: 300;
    padding-top: 235px;
    line-height: 100%;
}
.bannerInfo .title span{
    font-weight: 700;
}
.bannerInfo .text {
    font-size: 24px;
    font-weight: 300;
    color: #bababa;
    padding-top: 35px;
}
.bannerInfo .button a,
.companyTopBlock .button a {
    font-size: 16px;
    font-weight: 700;
    background: #00aceb;
    color: #fff;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    padding: 14px 30px;
    margin-top: 85px;
    border: 1px solid #00aceb;
}
.bannerInfo .button a:hover,
.companyTopBlock .button a:hover {
    background: transparent;
}
.bannerInfo .button a::after,
.companyTopBlock .button a::after {
    content: '';
    position: absolute;
    right: -50px;
    top: -1px;
    width: 50px;
    height: 100%;
    border-top: 1px solid #00aceb;
    border-right: 1px solid #00aceb;
    border-bottom: 1px solid #00aceb;
    background: url(../images/arrowRight.png) 50% 50% no-repeat transparent;
}
.owl-carousel .owl-dots {
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    top: 591px;
    left: calc(50% - 600px);
    padding: 0 20px;
}
.owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    float: left;
    border: 1px solid #00aceb;
}
.owl-dots .owl-dot.active {
    background: #00aceb;
}
.owl-dots .owl-dot:last-child {
    margin-right: 0;
}
.partnersLine {
    background: #f6f6f6;
    height: 120px;
}
.partnersLine .partner img{
    width: 100%;
}
.partnersLine .owl-carousel {
    padding-right: 116px;
    position: relative;
}
.partnersLine .owl-nav {
    position: absolute;
    right: 0;
    top: calc(50% - 22px);
}
.partnersLine .owl-carousel .owl-nav div {
    border: 1px solid #000;
    width: 45px;
    height: 45px;
    text-align: center;
    float: left;
    padding-top: 12px;
    cursor: pointer;
}
.partnersLine .owl-carousel .owl-nav div:last-child {
    border-left: none;
}
.partnersLine .partner span {
    display: table-cell;
    vertical-align: middle;
    height: 120px;
}
.productsList .title {
    font-size: 36px;
    font-weight: 700;
    padding: 40px 0 48px;
}
.productsList .description {
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 80px;
    line-height: 140%;
}
.productsList .latest-wrapper .mod_latest_entry {
    float: left;
    margin-right: 40px;
    width: 260px;
}

.productsList .latest-wrapper .mod_latest_entry .mod_latest_title a:hover{
    text-decoration: underline;
}
.productsList .latest-wrapper .mod_latest_entry:last-child {
    margin-right: 0;
}
.productsList .latest-wrapper .mod_latest_entry .mod_latest_title a{
    font-size: 15px;
    font-weight: 700;
    margin-top: 20px;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 30px;
    background: url(../images/arrowRight.png) 100% 50% no-repeat;
}
.productsList .bottomText {
    font-size: 16px;
    font-weight: 300;
    padding: 60px 0;
}
.advantage {
    color: #fff;
    background: url(../images/advantage_bg.jpg) top center /cover no-repeat;
    padding-bottom: 60px;
    min-width: 1200px;
}
.advantage .advantage__title {
    font-size: 48px;
    font-weight: 300;
    padding: 50px 0;
}
.advantage .advantage__title span{
    font-weight: 700;
}
.advantage .advantage__list .advantage__item{
    width: 300px;
    float: left;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    height: 120px;
    padding-top: 75px;
    margin: 0 20px 55px 0;
}
.advantage .advantage__list .advantage__item:nth-child(4n){
    width: 190px;
    margin-right: 0;
}
.advantage .advantage__list .advantage__item span{
    padding-left: 15px;
    display: inline-block;
}
.advantage .advantage__buttons a{
    font-size: 20px;
    font-weight: 300;
    text-transform: lowercase;
    display: inline-block;
    width: 230px;
    height: 50px;
    text-align: center;
    padding-top: 13px;
    margin-right: 20px;
}
a.blueButton,
input.blueButton {
    background: #0fa1d9;
    border: 1px solid #0fa1d9;
    color: #fff;
    width: 230px;
    height: 50px;
    display: inline-block;
    text-align: center;
    padding-top: 13px;
    font-size: 20px;
    font-weight: 300;
    text-transform: lowercase;
}
a.blueButton:hover,
input.blueButton:hover{
    background: transparent;
    color: #0fa1d9;
}
.advantage .advantage__buttons a.transparentButton {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.advantage .advantage__buttons a.transparentButton:hover {
    background: #fff;
    color: #0fa1d9;
}
footer {
    height: 170px;
}
footer .footer__logo {
    float: left;
    padding-top: 65px;
    padding-right: 45px;
}
footer .footer__contacts {
    height: 95px;
    border-left: 1px solid #cccccc;
    margin-top: 40px;
    padding-left: 40px;
    float: left;
    font-size: 14px;
}
footer .footer__contacts .footer__email{
    color: #0fa1d9;
    text-decoration: underline;
    float: left;
    margin-right: 20px;
}
footer .footer__contacts .footer__tel{
    float: left;
}
footer .footer__contacts .footer__tel:hover{
    text-decoration: underline;
}
footer .footer__contacts a:hover{
    text-decoration: none;
}
footer .footer__up {
    float: right;
    padding-top: 60px;
}
footer .footer__up a{
    border: 1px solid #0fa1d9;
    display: inline-block;
    padding: 8px 13px;
}
footer .footer__up a:hover{
    border: 1px solid transparent;
}
.headArticle {
    height: 135px;
    margin-bottom: 44px;
    min-width: 1200px;
}
.articleContent {
    line-height: 140%;
}
.articleContent ul {
    padding: 18px 0 18px 0;
}
.articleContent ul li{
    background: url(../images/blue_check.jpg) 0 50% no-repeat;
    padding-left: 24px;
    margin-bottom: 12px;
}
.acs .headArticle {
    background: url(../images/asc_head.jpg) top center /cover no-repeat;
}
.sensors .headArticle {
    background: url(../images/sensors_head.jpg) top center /cover no-repeat;
}
.cycle .headArticle {
    background: url(../images/cycle_head.jpg) top center /cover no-repeat;
}
.server .headArticle,
.contactsHead {
    background: url(../images/server_head.jpg) top center /cover no-repeat;
}
.headArticle h1 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    width: 900px;
    float: left;
}
.headArticle h1 span{
    display: table-cell;
    vertical-align: middle;
    height: 135px;
}
.headArticle .button {
    margin-top: 45px;
    float: right;
}
.contactsContent .text a {
    color: #0fa1d9;
    text-decoration: underline;
}
.contactsContent .map  {
    height: 450px;
    width: 100%;
    margin: 20px 0 50px;
}
.companyTopBlock {
    height: 570px;
    background: url(../images/company_bg.jpg) top center /cover no-repeat;
    min-width: 1200px;
}
.companyTopBlock .logo {
    float: left;
    width: 50%;
    padding-top: 200px;
}
.companyTopBlock .text {
    float: left;
    width: 50%;
    color: #fff;
    padding-top: 150px;
    line-height: 150%;
}
.companyTopBlock .text .button a {
    margin-top: 55px;
}
.companyContent .largeText {
    padding: 40px 0 65px;
    font-size: 24px;
}
.companyValues {
    background: #fafafa;
    padding: 65px 0;
}
.companyValues .company__value {
    width: 500px;
    height: 100px;
    float: left;
}
.companyValues .company__value span{
    font-weight: 700;
}
.companyValues .company__value:nth-child(2n-1) {
    margin-right: 160px;
}
.mobile {
    display: none;
}



.menu li:nth-child(2) {
    display: none;
}
.menu li:nth-child(3) {
    display: none;
}

.partnersLine {
    display: none;
}

.latest-wrapper .mod_latest_entry:nth-child(1) {
    display: none;
}
.latest-wrapper .mod_latest_entry:nth-child(2) {
    display: none;
}

.advantage__list .advantage__item:nth-child(1) {
    display: none;
}
.advantage__list .advantage__item:nth-child(4) {
    display: none;
}
.advantage__list .advantage__item:nth-child(5) {
    display: none;
}

.regularText {
    display: none;
}

.hide_text_1 {
    color: green;
}
