
/* resets */

*{padding:0;margin:0}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display: block}
object,embed,video{max-width:100%;height:auto}

.nav-toggle { display: none; }

.fn {display:none;}
address{font-style:normal;}

a{text-decoration:none}
a:focus,input,textarea{outline:0}

abbr{border-bottom: 1px dotted black}
del{color:red;text-decoration:line-through}
ins{border-bottom:1px solid green;color:green;text-decoration:none}
q{font-style:italic}
fieldset{border:0}

html{overflow-y:scroll;background:#fff}
img{border:0;vertical-align:bottom;max-width:100%}
#mapa img{max-width:9999px}
label{cursor:pointer}
ul{list-style:none}
table{border-collapse:collapse;border-spacing:0;margin-bottom:1em}


@media screen {

/* reusable */
.clear{clear:both}
.left{float:left}
.right{float:right}
.center{text-align: center;}
.text-left { text-align:left; }
.text-right { text-align:right; }
.text-center{ text-align:center; }
.hide{display:none}
.offscr{position:absolute;left:-9999px}

.noscroll{overflow:hidden;}

html,body{box-sizing: border-box;}

/* basic styles */
body{text-rendering:optimizeLegibility;font-family:"Source Sans", sans-serif;}

html {
    scrollbar-color: #6b6b6b #1d1d1d;
    scrollbar-width: auto;
}

.wrapper, header nav, .footer-columns { position: relative; width: 1400px; margin: auto; }

header {
    width: 100%;
    height: 100vh;
    background-color: #303131;
    background-image: url(../img/noise.jpg);
}

#logo {
    width: 276px;
    height: 68px;
    overflow: hidden;
    text-indent: -9000px;
    background: url(../img/logo.png);
    background-position: 50% 50%;
    display: block;
    position: absolute;
    top: 25px;
    left: 15px;
    text-align: left;
}

.breadcrumbs {
    width: 100%;
    background: #f1f1f1;
    font: normal 16px/16px Roboto;
    overflow: hidden;
}

.breadcrumbs ul { padding: 8px 0; position: relative; }

.breadcrumbs ul li:first-child { margin-left: 15px; }

.breadcrumbs ul li { display: inline-block; position: relative; }
.breadcrumbs ul li:after {
    color: #aaa; 
    margin: 0 8px;
    font: bold 18px/20px "Line Awesome";
    content: "";
}
.breadcrumbs ul li:last-child:after { content: "" }
.breadcrumbs ul li a { color: #333; }
.breadcrumbs ul li a:hover { color: #df5b16; }


.page header { height: 300px; min-height: auto; }

header nav { border-bottom: 1px solid rgba(255,255,255,.07); height: 123px; z-index: 20; text-align: right; }

header nav > ul {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

header nav > ul > li {
    display: inline-block;
}

header .nav-menu {
    margin-top: 25px;
    height: 80px;
    font: normal 18px/18px Roboto;
}

header .nav-menu > li { margin: 0 15px;  } 
header .nav-menu > li > a { padding: 0 15px; display: block; color: #fff; text-transform: uppercase; line-height: 80px; transition: color ease .3s;}

header .nav-menu > li:hover > a, 
header .nav-menu > li > a:hover { color: #df5b16; }

header .nav-menu-sub.open { transform: translate(0,0); opacity: 1; }

header .nav-menu-sub {
    position: absolute;
    width: 1000px;
    top: 100px;
    background: #2a2b2a;
    color: #fff;
    display: flex;
    right: 15px;
    transition: opacity 0.4s, padding 0.3s ease, transform 0.4s;
    transform: translate(0, -150%);
    opacity: 0;
    z-index: 20;
}

header .nav-menu-sub h2 {
    font: bold 18px/20px "Source Sans";
    text-transform: uppercase;
    margin-top: 35px;
    margin-left: 40px;
    margin-bottom: 20px;
}

header .nav-menu-sub ul {
    margin-left: 40px;
    margin-bottom: 40px;
    max-width: 250px;
}

header .nav-menu-sub ul > li {
    margin: 15px 0;
}
header .nav-menu-sub ul > li a {
    color: #fff;
    text-transform: uppercase;
    font: 200 18px/20px "Source Sans";
    opacity: .8;
    transition: all ease 0.3s;
}

header .nav-menu-sub ul > li a:hover {
    color: #df5b16;
}

header .nav-menu-column {
    display: inline-block;
    vertical-align: top;
    width: 33%;
}

header .nav-menu-column.special {
    background: #1c1e1c;
}

header .nav-buttons {
    height: 55px;
    border: 1px solid rgba(255,255,255,.2);    
    margin-top: 36px;
}

header .nav-buttons li { float: left; }

header .nav-buttons a {
    display: block;
    width: 55px; height: 55px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,.2); 
    overflow: hidden;
    text-indent: -9000px;
    transition: all ease .3s;
    position: relative;
}

header .nav-buttons a:before {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    width: 55px; height: 55px;
    text-align: center;
    top: 0;
    left: 0;
    content: "";
    transition: all ease .3s;
}

.nav-get-quote {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    height: 55px; 
    font: normal 18px/55px Roboto;
    color: #df5b16;
    text-transform: uppercase;
    border: 1px solid #df5b16;
    padding: 0 15px;
    margin: 36px 15px 0 15px;
    transition: all ease .3s;
}

.nav-get-quote:hover {
    background: rgba(255,90,0,0.1);

}

header .nav-button-login:before { background-image: url(../img/icon-panel.png); }
header .nav-button-webmail:before { background-image: url(../img/icon-mail.png); }

header .nav-button-login:hover { background-color: rgba(0,110,180,.3);}
header .nav-button-webmail:hover { background-color: rgba(0,180,0,.3)}

header .nav-button-login:hover:before { transform: rotateZ(360deg); }
header .nav-button-webmail:hover:before { transform: rotateZ(10deg); }

header .nav-buttons li:last-child a { border-right: none; }

.home-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.home-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
    z-index: 50;
}

.home-slide { 
    z-index: 100;
}

.home-slide img {
    position: absolute;
    top: 0;
    left: 0;    
    width: 100%;
    height: 100%;    
    object-fit: cover;
    opacity: .2;
}

.page-splash {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.page-splash-bg {
    position: absolute;
    width: 100%;
    height: 1000px;
    left: 0;    
    background-position-y: 1700px;
    background-attachment: fixed;
    opacity: .2;
}

.page-description { height: 180px; width: 1400px; margin: auto; position: relative; top: 120px; }
.page-description h1 { margin-left: 0px; font: 200 48px/48px Roboto; color: #ff5a00; position: absolute; top: 50%; left: 15px; transform: translateY(-50%); }
.page-description h1 p { display: block; font: 200 24px/40px Roboto; }

.home-slide a {
    display: block; 
    width: 100%;
    max-width: 1400px; 
    margin: auto;
    position: relative; 
    top: 55%;
    color: #fff;
}

.home-slide a h2 {
    font: 200 48px/48px Trueno;
    color: #ff5a00;
    max-width: 700px;
    margin-left: 130px;
    padding-bottom: 30px;
    padding-top: 20px;
    position: relative;
    display: block;
    top: 20px;
}

.home-slide a h2:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 6px;
    background: #ff5a00;
    left: -25px;
    top: 0;
}

.home-slide a p {
    max-width: 680px;
    color: rgba(255,255,255,.8);
    font: normal 20px/24px Roboto;
    margin: 20px 0;
    margin-left: 130px;
}

.home-slider-pagination { 
    position: absolute;
    bottom: 20px;
    display: block;
    z-index: 40;
    width: 100%;
    max-width: 1400px;
    margin: auto;
    left: 0; 
    right: 0;
}

.home-slider-progress {
    position: absolute;
    bottom: 0;
    height: 5px;
    background-color: #000;
    z-index: 3000;
    opacity: 0.6;
}

.home-slider-pagination ul {
    margin-left: 20px;
}

.home-slider-pagination ul li {
    display: inline-block;
    margin-right: 12px;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255,255,255,.2);
    color: rgba(255,255,255,.2);
    text-align: center;
    font: normal 24px/48px Roboto;
    transition: all ease .3s;
    cursor: pointer;
}

.home-slider-pagination .active {
    color: #fff;
    border-color: #fff;
}

.home-slider-pagination li:hover {
    border-color: #ff5a00;
    color: #ff5a00;
}

.home-offer {
    width: 100%;
    background: #f8f8f8;
    padding-bottom: 50px;
}

.home-offer h2 {
    font: bold 36px/36px Trueno;
    color:#282a28;
    margin-left: 40px;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: left;
}

.home-offer-element {
    max-width: 390px;
    display: inline-block;
    margin-left: 40px;
    margin-right: 20px;
    margin-bottom: 30px;
    vertical-align: top;
    color: #282a28;
}

.home-offer-element h3 {
    font: 200 30px/30px "Source Sans";
    margin-bottom: 15px;
}

.home-offer-element a {
    color:#282a28;
    transition: all ease .3s;
}

.home-offer-element a:hover {
    color: #ff5a00;
}

.home-offer-element h3:before {
    font: bold 60px/60px "Line Awesome";
    color: #ff5a00;
    display: block;
    margin-bottom: 5px;
}

.home-offer-element.www h3:before { content: "" }
.home-offer-element.server h3:before { content: "" }
.home-offer-element.care h3:before { content: "" }
.home-offer-element.networking h3:before { content: "" }
.home-offer-element.security h3:before { content: "" }
.home-offer-element.software h3:before { content: "" }

.home-offer-element p {
    font: normal 18px/18px "Source Sans";
    margin-bottom: 15px;
}

.home-counter {
    width: 100%;
    position: relative;
    color: #fff;
}

.home-counter-data {
    width: 55%;
    background-color: #191a19;
    position: relative;
    top: -50px;
    height: 440px;
    z-index: 10;
    text-align: right;
    font: 200 24px/48px "Source Sans";
}

.home-counter-data ul {
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.home-counter-data li {
    margin-bottom: 15px;
}

.home-counter-data li b {
    color: #ff5a00;
    font: bold 48px/48px "Source Sans";
    display: inline-block; 
    vertical-align: middle;
    text-align: left;
    margin-left: 15px;
    width: 100px;
}

.home-counter-data:before {
    content: '';
    background-image: url(../img/bg-counter.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    position: absolute;
    mix-blend-mode: overlay;
    opacity: .25;
    left: 0;
}

.home-counter-description {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #282a28;
    z-index: 20;
}

.home-counter-description:before {
    content: "";
    font: bold 145px/145px "Line Awesome";
    color: rgba(255,255,255,.04);
    position: absolute;
    pointer-events: none;
    bottom: 30px;
    left: 30px;
}

.home-counter-description h2 {
    font: bold 36px/36px Trueno;
    margin-top: 50px;
    margin-left: 50px;
}

.home-counter-description p {
    font: normal 18px/24px "Source Sans";
    margin-top: 20px;
    margin-left: 50px;
    max-width: 380px;
}

.home-clients {
    width: 100%;
    text-align: center;
}

.home-clients h2 {
    font: bold 36px/36px Trueno;
    color:#ff5a00;
    margin-left: 40px;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: left;
}

.home-clients ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 40px;
}

.home-clients ul li {
    display: inline-block;
    flex-grow: 1;
    width: 199px;
    height: 120px;
    position: relative;
    text-align: center;
}

.home-clients ul li img {
    position: absolute;    
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    left: 0;
    right: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);    
    transition: all ease .5s;
}

.home-clients ul li img:hover {
    filter: none;
}

.home-clients ul li:nth-child(1),
.home-clients ul li:nth-child(2),
.home-clients ul li:nth-child(3),
.home-clients ul li:nth-child(4),
.home-clients ul li:nth-child(5),
.home-clients ul li:nth-child(6) {
    border-bottom: 1px solid #e1e1e1
}

.home-clients ul li:nth-child(1):after,
.home-clients ul li:nth-child(2):after,
.home-clients ul li:nth-child(3):after,
.home-clients ul li:nth-child(4):after,
.home-clients ul li:nth-child(5):after {
    content: "";
    width: 1px;
    height: 100px;
    background: #e1e1e1;
    position: absolute;
    top: 70px;
    right: 0;
}

.home-clients-query {
    margin-bottom: 40px;
}

.home-clients-query p {
    font: normal 18px/20px "Source Sans";
    font-style: italic;
    color: #494949;
    display: inline-block;
    vertical-align: middle;    
}

.home-clients-query a, .query-button {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    color: #494949;
    border: 1px solid #d0d0d0;
    padding: 15px 15px;
    margin: 5px;
    margin-left: 15px;
    transition: all ease .3s;
    text-decoration: none;
    font-size: 18px;
}

.home-clients-query a:hover, .query-button:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.home-news {
    width: 100%;
    background: #f8f8f8;
    text-align: center;
    padding-bottom: 40px;

}

.home-news-container {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.home-news-element {
    width: 430px;
    background: #fff;
    display: block;
    text-align: left;
    margin: 16px;
    color: #000;
    transition: all ease .5s;
}

.home-news-element:hover {
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, .1);
}

.home-news-element h3 {
    font: 200 30px/30px "Source Sans"; 
    margin: 35px 30px 15px 35px;   
}

.home-news-element time {
    font: bold 18px/18px "Source Sans"; 
    position: relative;
    margin-left: 30px;
}
.home-news-element time:before {
    font: normal 30px/18px "Line Awesome";
    content: "";
    
    display: inline-block;
    vertical-align:top;
}

.home-news-element p { 
    font: 200 18px/20px "Source Sans"; 
    margin: 20px 35px;
}

.home-news h2 {
    font: bold 36px/36px Trueno;
    color:#494949;
    margin-left: 40px;
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: left;
}

footer {
    background-color: #181818;
    width: 100%;
    color: #fff;
    padding-top: 20px;
    position:relative;
}
footer > * {
    z-index: 20;
}

footer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../img/noise.jpg);
    z-index: 10;
    opacity: .7;
}

footer:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #222;
    opacity: .5;
    z-index: 11;
}

footer h3 {
    color: #ff5a00;
    font: normal 24px/24px Trueno;
    margin-top: 15px;
    margin-bottom: 30px;
}

.footer-copyright {
    width: 100%;
    background: #181818;
    text-align: center;
    color: #fff;
    font: 200 18px/24px "Source Sans";    
    padding: 13px 0;
    position: relative;
}

footer address {
    font: 200 18px/24px "Source Sans";   
    margin-bottom: 20px;
}

.footer-phone, .footer-mail {
    display: block;
    font: 200 18px/24px "Source Sans";    
    color: #fff;
    margin: 10px 0;
    position: relative;
}
.footer-phone:before, .footer-mail:before {
    font: bold 24px/24px "Line Awesome";
    color: #fff;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}
.footer-phone:before { content: "" }
.footer-mail:before { content: "" }

.footer-social {
    height: 50px;
    border: 1px solid #212121;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer-social li {
    display: inline-block;
    float: left;
    border-right: 1px solid #212121;    
}
.footer-social li:last-child {
    border-right: none;
}

.footer-social li a {
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    overflow: hidden;
    text-indent: -9000px;
    position: relative;
    color: #fff;
}
.footer-social li a:before {
    font: normal 24px/50px "Line Awesome Brands";
    text-indent: 0;    
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}
.footer-social-facebook:before { content: "" }
.footer-social-twitter:before { content: "" }
.footer-social-linkedin:before { content: "" }

.footer-menu ul li a {
    color: rgba(255,255,255,.5);
    font: 200 18px/24px "Source Sans";    
    display: block;
    margin: 10px 0;
}

footer a, footer a:before, .footer-resources a:before {
    transition: all ease .5s;
}


.footer-social a:hover {
    color: #fff;
    background-color: rgba(255,90,0,.6);
}
.footer-social a:hover:before {
    color: #fff;
}

footer a:hover, footer a:hover:before, .footer-menu ul li a:hover, .footer-resources a:hover:before {
    color: #ff5a00;
}

.footer-resources a { 
    position: relative;
}

.footer-resources a:before {
    content: "";
    font: bold 18px/18px "Line Awesome";
    color: rgba(255,255,255,.4);
    margin-right: 8px;
}

.footer-resources .faq:before { content: "" }
.footer-resources .sitemap:before { content: "" }
.footer-resources .query:before { content: "" }
.footer-resources .shop:before { content: "" }
.footer-resources .tools:before { content: "" }
.footer-resources .mail:before { content: "" }

.footer-columns { display: flex; }
.footer-column { width: 22%; margin-left: 3%; border-right: 1px solid rgba(0,0,0,.24); padding-bottom: 20px; }
.footer-column:last-child {  border-right: none}

article {
    min-height: 300px;
    background: #fff;
}

#floating-menu {
    background: #ff5a00;
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: fixed;
    top: 20px;
    right: 20px;
    text-indent: -9000px;
    color: #fff;
    z-index: 5000;
    text-align: center;
    opacity: 0;
    transition: all ease .4s;
    visibility: collapse;
}

#floating-menu.visible {
    opacity: 1;
    visibility: visible;
    top: 20px;
    right: 20px;
}

#floating-menu.close:before {
    content: "";
}

#floating-menu:before {
    content: "";
    font: bold 24px/50px "Line Awesome";
    text-indent: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;    
    text-align: center;
}

.mobileMenu {
/*    top: 20px;
    right: 20px;    */
    top: 0;
    right: 0;    
    width: 50px;
    height: 50px;
    z-index: 4000;    
    position: fixed;
    background: #ff5a00;
    transition: all ease .2s;
    overflow: hidden;
    width: 100vw;
    height: 100vh;    
/*    visibility: collapse; */
    clip: rect(50px,97vw,50px,97vw);
    transition-delay: .3s;
}

.mobileMenu.open {
/*    visibility: visible;  */
    clip: rect(0,100vw,100vh,0);
}

.mobileMenu #logo {
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/logo-white.png);
}

.mobileMenu .nav-menu-sub {
    position: absolute;
    top: 0;
    left: 0;    
    margin-left: 350px;
    transition: opacity 0.4s, padding 0.3s ease, transform 0.4s;
    transform: translateX(150%);
    opacity: 0;
    margin-top: -80px;
    overflow-y: auto;
    height: calc(100vh - 150px);
    scrollbar-color: #6b6b6b #1d1d1d;
    scrollbar-width: thin;    
    min-width: 300px;
}

.mobileMenu.sub-open { background: #111; }
.mobileMenu.sub-open .nav-menu { transform: translateX(-50%); }
.mobileMenu.sub-open .nav-menu > li > a { opacity: .1 }

.mobileMenu .nav-menu-sub.open { transform: translateX(0); opacity: 1; }

.mobileMenu .nav-menu-sub .nav-menu-column { margin-bottom: 30px; }
.mobileMenu .nav-menu-sub h2 { font: bold 20px/24px "Source Sans"; text-transform: uppercase; color: #ff5a00;}
.mobileMenu .nav-menu-sub ul { margin-top: 20px; }
.mobileMenu .nav-menu-sub li a { color: #fff; margin-bottom: 15px; display: block; transition: color 0.4s; }
.mobileMenu .nav-menu-sub li a:hover { color: #ff5a00; }

.mobileMenu .nav-menu-sub-back {
    cursor: pointer;
    background: #000;
    width: 50px;
    height: 50px;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
    transition: color 0.4s;
}

.mobileMenu .nav-menu-sub-back:hover {
    color: #ff5a00;
}

.mobileMenu .nav-menu-sub-back:before {
    font: bold 24px/50px "Line Awesome";
    content: "";
}

.mobileMenu .nav-menu {
    position: relative;
    top: 0;
    margin-top: 200px;
    margin-left: 50%;
    left: 0;
    color: #fff;
    transition: opacity 0.4s, padding 0.3s ease, transform 0.4s;
    display: block;
    height: 100%;
}

.mobileMenu.sub-open .nav-menu > li > a {
    pointer-events: none;
}

.mobileMenu .nav-menu > li {
    margin-bottom: 30px;
}
.mobileMenu .nav-menu > li > a {
    color: #fff;
    font: bold 55px/55px "Source Sans";        
    transition: opacity 0.4s;
}

.mobileMenu .nav-menu > li > a:hover {
    opacity: .5;
}

.mobileMenu .nav-get-quote {
    bottom: 50px;
    right: 50px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    position: absolute;
    font: 200 24px/50px "Source Sans";
    text-transform: none;
    padding: 10px 40px;
    transition: all ease 0.4s;
}

.mobileMenu.sub-open .nav-get-quote {
    color: #ff5a00;
    border: 1px solid #ff5a00;
}

.mobileMenu .nav-get-quote:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.mobileMenu .nav-buttons {
    position: absolute;
    bottom: 50px;
    left: 40px;
}

.mobileMenu .nav-buttons li {
    display: inline-block;
}

.mobileMenu .nav-buttons li a {
    width: 70px;
    height: 70px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #fff;
    color: #ff5a00;
    display: block;
    text-indent: -9000px;
    position: relative;
}

.mobileMenu .nav-buttons li a:hover:before {
    font-size: 50px;
}

.mobileMenu.sub-open .nav-buttons li a {
    background: transparent;
    border: 1px solid #ff5a00;
    color: #ff5a00;    
}

.mobileMenu .nav-buttons li a:before {
    width: 100%;
    height: 100%;
    text-align: center;
    font: bold 40px/70px "Line Awesome";
    color: #ff5a00;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0;    
    transition: all ease 0.4s;
}

.mobileMenu .nav-buttons li a.nav-button-webmail:before { content: "" }
.mobileMenu .nav-buttons li a.nav-button-login:before { content: "" }


.error { text-align: center; }
.error main { 
    max-width: 800px; position: absolute; top: 50%; transform: translateY(-50%); margin: auto; left: 0; right: 0;  
    background-image: url(../img/error-404.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 220px;    
    color: #464646;
}
.error main h1 { font: 200 80px/80px Roboto; margin: auto; color: #fa5e00; margin-bottom: 50px; }
.error main p { font: 200 24px/30px "Source Sans"; }
.error main b { font-weight: bold; }

.error main img { margin: 30px; }

.columns {
    display: flex;
    flex-wrap: nowrap;
}

.column { width: 45%; margin-right: 5%; }
.column:last-child { margin-right: 0;}

.contact {
    background: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 50px;
    position: relative;
    margin: auto;
}

.contact .wrapper { 
    max-width: 800px;
}

.contact h1 {
    font: bold 36px/36px "Source Sans";
    color: #333;
    margin-bottom: 25px;
}

.contact address {
    font: 200 22px/26px "Source Sans";
}

article {
    font: 200 16px/22px "Source Sans";
}

article a {
    color: #ff5a00;
}

article a:hover {
    text-decoration: underline;
}

article p {
    margin: 12px 0;    
}

.form {
    max-width: 800px;
    position: relative;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 50px;
}

.form-row {
    display: flex;
}

.form-element {
    flex: 1 1 50%;
    padding: 0 34px 0 16px;
}

.form-element:first-child {
    padding-left: 0;
}
.form-element:last-child {
    padding-right: 0;
}

.form-element label {
    display: block;
    margin: 15px 0 10px 0;
    color: #333;
    font: 200 16px/16px Roboto;
}

.form-element input, .form-element textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #efefef;
    background: #efefef;
    font: 200 18px/22px "Source Sans";
    color: #333;
    transition: all ease .4s;
}

.form-element input:focus, .form-element textarea:focus {
    border-color: #ff5a00;
}

.form-element input:invalid:focus, .form-element textarea:invalid:focus, .form-element select:invalid:focus, .form-element .invalid {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}
.form-element input:user-invalid, .form-element textarea:user-invalid, .form-element select:user-invalid, .form-element .invalid {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-element textarea {    
    min-height: 80px;
    resize: vertical;
}

.form-row p {
    padding: 10px;
    font: normal 18px/22px Roboto;
    color: #000;
}

.form-row > button {
    border: 1px solid #ff5a00;
    color: #ff5a00;
    background: transparent;
    padding: 15px 20px;
    text-transform: uppercase;
    text-align: center;
    font: 200 22px/22px Roboto;
    margin: 16px auto;
    margin-right: 0;
    cursor: pointer;
    transition: all ease .4s;
}

.form-row button:hover {
    border-color: #000;
    color: #000;
}

.form-required { color: red; }

.faq .wrapper {
    width: auto;
    max-width: 1000px;
}

.faq-categories {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    margin-top: 40px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
}

.faq-categories li {
    display: inline-block;
}
.faq-categories li a {
    display: block;
    border: 1px solid #d7d7d7;
    color: #333;
    padding: 10px 15px;
    font: 200 20px/20px Roboto;
    text-align: center;
    margin: 5px;
}

.faq-categories li a.active {
    background: #333;
    border-color: #333;
    color: #fff;
}

.faq-categories li a:not(.active):hover {
    border-color: #ff5a00;
    color: #ff5a00;
    text-decoration: none;
}

.faq-questions {
    width: 100%;
    padding-bottom: 50px;
}

.faq-questions > li {
    display: block;
    width: 100%;
    background: #efefef;
    margin-bottom: 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,.08);
    transition: box-shadow .2s;
}

.faq-questions > li > a {
    display: block;
    padding: 15px 15px; 
    position: relative;
    text-decoration: none;
    text-align: left;
    font: 200 20px/24px Roboto;
    color: #333;
}

.faq-questions > li > a:after {
    content: "";
    font: bold 26px/26px "Line Awesome";
    color: #333;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.faq-questions > li.opened > a:after {
    content: "";
}

.faq-questions > li > a:hover, .faq-questions li.opened > a {
    color: #ff5a00;
}

.faq-questions > li .faq-answer {
    display: none;
    overflow: hidden;    
    margin: 0 20px;
    padding-bottom: 25px;
}

.text {    
    font: 200 18px/24px "Source Sans";
    color: #000;
}

.text b { font-weight: bold; }

.text .wrapper { max-width: 1000px; width: auto; }

.text p {
    margin: 25px 0;
}

.text .preface {
    font: 200 24px/30px "Source Sans";
}

.documents {
    background: #f1f1f1;
    width: 100%;
    padding: 30px 0;
    text-align: left;
}

.documents-files {
    display: flex;
    max-width: 1400px;
    margin: 30px auto;
    justify-content: left;
    flex-wrap: wrap;    
}

.documents-files a {
    display: flex;
    align-items: center;
    flex: 0 0 45%;
    max-width: 45%;
    text-align: left;
    padding: 20px 10px;
    padding-left: 50px;
    box-sizing: border-box;
    color: #000;
    font: 200 20px/24px "Source Sans";
    position: relative;
    border-bottom: 1px solid #dedede;
    transition: color .5s ease;
    margin: 0 1.5%;
}

.documents-files a:hover {
    color: #ff5a00;
}

.documents-files a:nth-last-of-type(-n+2) { border-bottom: none; }
.documents-files a:nth-last-child(2):nth-child(even) { border-bottom: 1px solid #dedede !important; }

.documents-files a[href$=".pdf"]:before { content: ""; }
.documents-files a[href$=".docx"]:before { content: ""; }
.documents-files a[href^="https"]:before,.documents-files a[href^="http"]:before { content: ""; font-weight: bold; }

.documents-files a:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    font: normal 35px/35px "Line Awesome";    
    color: #ff5a00;
}

.why-us {
    background: #fff;
    width: 100%;
    padding: 30px 0;
    text-align: center;
}

.why-us h2, .how-we-work h2, .software h2, .text h2 {
    font: 200 60px/60px Roboto;
    color: #ff5a00;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    z-index: 10;
}

.text h2 {
    text-align: left;
    margin-bottom: 30px;
}

.text h3:first-child { margin-top: 40px; }

.why-us > p {
    font: bold 18px/22px Roboto;
    margin-bottom: 15px;
}

.why-us-reasons {
    display: flex;
    max-width: 1200px;
    margin: auto;
    justify-content: space-around;
    flex-wrap: wrap;
}

.why-us-element {
    max-width: 450px;
    text-align: left;
    margin: 20px;
}

.why-us-element h3 {
    font: bold 26px/30px "Source Sans";
    margin-bottom: 15px;
}

.why-us-element p {
    font: 200 20px/26px "Source Sans";
}

.why-us-element h3:before {
    position: relative;
    content: "";
    font: bold 80px/80px "Line Awesome";
    color: #ff5a00;
    display: block;
}

.why-us-element.progress h3:before { content: '' }
.why-us-element.advice h3:before { content: '' }
.why-us-element.services h3:before { content: '' }
.why-us-element.complex h3:before { content: '' }

.why-us-element.project h3:before { content: '' }
.why-us-element.rwd h3:before { content: ''; transform: rotate(3deg) }
.why-us-element.cms h3:before { content: '' }
.why-us-element.optimization h3:before { content: '' }

.why-us-element.management h3:before { content: '' }
.why-us-element.transparency h3:before { content: '' }
.why-us-element.security h3:before { content: '' }
.why-us-element.rodo h3:before { content: '' }

.why-us-element.contract h3:before { content: '' }
.why-us-element.experience h3:before { content: '' }
.why-us-element.resources h3:before { content: '' }
.why-us-element.audit h3:before { content: '' }

.how-we-work {
    width: 100%;
    background: #171615;
    padding: 50px 0;
    position: relative;
}

.how-we-work:after {
    width: 100%;
    height: 100%;
    background-image: url(../img/bg-desktop.jpg);
    background-size: cover;
    mix-blend-mode: overlay;
    opacity: .5;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: "";
}

.cards-container {
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.cards {
    display: flex;
    flex-flow: column wrap;
    width: 1200px;
    height: 1200px;
    margin: 0 auto;
    position: relative;
}

.cards li {
    max-width: 450px;
    height: 200px;
    margin: 90px;
    margin-top: 45px;
    margin-bottom: 45px;
    position: relative;
    display: block;
    z-index: 2;
    background: #fff;
}

.cards li:nth-child(2n+1) {
    margin-right: 45px;
}

.cards li:nth-child(2n) {
    margin-left: 45px;    
}

.cards li:nth-child(2) {
    margin-top: 180px;
}

.cards li:nth-child(2n):before,
.cards li:nth-child(2n+1):before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
    border-radius: 9px;
    top: 50%;
}

.cards li:nth-child(2n):before { left: -49px; }
.cards li:nth-child(2n+1):before { right: -65px; }

.cards li:nth-child(2n):after,
.cards li:nth-child(2n+1):after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-color: #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    top: calc(50% - 9px);
}

.cards li:nth-child(2n):after {
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
}
.cards li:nth-child(2n+1):after {
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
}

.cards li:nth-child(1) { order: 1; }
.cards li:nth-child(2) { order: 5; }
.cards li:nth-child(3) { order: 2; }
.cards li:nth-child(4) { order: 6; }
.cards li:nth-child(5) { order: 3; }
.cards li:nth-child(6) { order: 7; }
.cards li:nth-child(7) { order: 4; }
.cards li:nth-child(8) { order: 8; }

.cards li em {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #efefef;
    text-align: center;
    font: bold 20px/50px Trueno;
    color: #333;
}

.cards li h3 {
    font: normal 26px/28px Roboto;
    color: #ff5a00;
    margin: 15px 20px;
    position: relative;
}

.cards li h3:before {
    font: bold 40px/30px "Line Awesome";
    color: #000;
    margin-right: 8px;
    position: relative;
    top: 5px;
}

.card-research h3:before { content: "" }
.card-planning h3:before { content: "" }
.card-coding h3:before { content: "" }
.card-publication h3:before { content: "" }
.card-testing h3:before { content: "" }
.card-project h3:before { content: "" }
.card-services h3:before { content: "" }

.cards li p {
    font: 200 16px/22px "Source Sans";
    color: #000;
    margin: 8px 20px;
}

.cards-timeline {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid rgba(191, 191, 191, 0.4);
}

.solutions { 
    width: 100%;
    margin-top: 10px;
    padding: 20px 0;
    text-align: center;
}

.solutions.gray {
    background: #f1f1f1;
    margin: 0; 
    padding: 0;
    margin-top: 60px;
    padding-bottom: 20px;
}

.solutions p {
    font-size: 24px;
    font-weight: 200;
}

.solutions figure {
    display: inline-block;
    width: 100px;
    height: 150px;
    position: relative;
    margin: 20px;
    opacity: .5;
    transition: all ease .4s;
}

.solutions figure:hover { opacity: 1; }
.solutions figure:hover img { filter: none; }

.solutions figure:last-child:after {
    display: none;
}

.solutions figure img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 80px;
    filter: grayscale(100%);
    transition: all ease .4s;
}

.solutions figure:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    height: 50%;
    width: 1px;
    background: #efefef;
}

.solutions figure figcaption {
    position: absolute;
    bottom: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    font-family: Roboto;
    font-weight: 200;
}

.portfolio {
    width: 100%;
    text-align: center;
    padding: 40px 0;
    background: #f1f1f1;
}

.portfolio h2, .offer h2 {
    font: 200 60px/60px "Roboto";
    color: #333;
}

.portfolio-container {
    max-width: 1400px;
    margin: auto;
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.portfolio-item {
    width: 410px;
    background: #fff;
    margin: 20px;
    overflow: hidden;
    text-align: left;
    transition: all ease .4s;
}

.portfolio-item figure {
    overflow: hidden;
}

.portfolio-item img {
    filter: grayscale(80%);
    transition: all ease .4s;
}

.portfolio-item:hover {
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, .1);
}

.portfolio-item:hover img {
    filter: none;
    transform: scale(1.1) translate(-10px,-10px);
}

.portfolio-item .title {
    color: #000;
    display: block;
    font: normal 22px/25px Trueno;
    margin: 12px 20px;
    height: 53px;
}

.portfolio-item .description {
    font: normal 16px/20px Roboto;
    position: relative;
    display: block;
    border-top: 1px solid #ff5a00;
    color: #555;
    width: 100%;
    min-height: 81px;
}

.portfolio-item .description p {
    padding: 20px;
}

.offer-scrolldown {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
    text-align: center;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%);
    z-index: 100;
    left: 0;
    right: 0;    
}

.offer-scrolldown a {
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 12px;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    position: absolute;
    bottom: 10px;
    margin: 0;
    background: #fff;
    font: 200 18px/18px "Source Sans";
    left: 50%;
    transform: translateX(-50%);    
    transition: all ease .4s;
}

.offer-scrolldown a:hover {
    text-decoration: none;
    color:#ff5a00;
    border-color: #ff5a00;
}

.offer-container, .server-container {
    max-width: 1400px;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;    
}

.server-item {
    width: 100%;
    text-align: left;
    background: #f1f1f1;
    transition: all ease .4s;
    border: 3px solid #fff;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;    
    align-content: center;
}

.server-item ul {
    display: flex;
    justify-content: flex-start;        
    align-content: flex-start;
    order: 2;
    padding-left: 30px;
}

.server-item ul li {
    margin-right: 35px;
    margin-bottom: 10px;
}

.server-item ul li:nth-child(1) { width: 180px; }
.server-item ul li:nth-child(2) { width: 60px; }
.server-item ul li:nth-child(3) { width: 150px; }
.server-item ul li:nth-child(4) { width: 120px; }
.server-item ul li:nth-child(5) { width: 120px; }

.server-item a {
    order: 4;
    background: #000;
    color: #fff;
    display: block;
    position: relative;
    padding: 10px 15px;
    margin-right: 25px;
    text-transform: uppercase;
    text-decoration: none !important;
    font: 200 16px/16px Roboto;
    transition: all ease .4s;
    align-self: center;        
}

.server-item a:hover {
    background: #ff5a00;
}

.offer-item {
    width: calc(25% - 25px);
    min-width: 300px;
    text-align: left;    
    background: #f1f1f1;
    transition: all ease .4s;
    border: 3px solid #fff;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.offer-item:hover, .domain-item:hover, .server-item:hover {
    border: 3px solid #ff5a00; 
}

.offer-item a.button {
    background: #000;
    color: #fff;
    display: block;
    position: relative;
    padding: 12px 15px;
    margin: auto;
    margin-bottom: 25px;
    max-width: 150px;
    text-transform: uppercase;
    text-decoration: none !important;
    font: 200 16px/16px Roboto;
    transition: all ease .4s;
    text-align: center;
}

.offer-item a.button:hover {
    background: #ff5a00; 
}

.offer-item h3, .server-item h3 {
    font: 200 30px/30px Trueno;
    color: #000;
    padding: 30px;
    display: block;
    border-bottom: 3px solid #fff;
    position: relative;
}

.offer-item h3 em, .server-item h3 em {
    font: 200 16px/30px Trueno;
}

.b-select {
    background: #ddd;
    height: 25px;
    width: 70px;
    overflow: hidden;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}
.b-select:hover:after { color: #000; }
.b-select:after {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-52%);
    content: "";
    color: #777;
    font: bold 15px/25px "Line Awesome";
}

.b-select .b-label { 
    line-height: 25px;
    text-align: left;
    padding: 0 5px;
    margin-right: 20px;
}

.b-select.open {
    overflow: visible;
    z-index: 500;
}

.b-select .b-options {
    background: #fff;
    border: 1px solid #ddd;
    position: relative;
    top: -1px;
}

.b-select .b-options div {
    height: 22px;
    line-heighT: 22px;
    cursor: pointer;
    font-weight: normal;
    padding: 3px 5px;
}
.b-select .b-options div:hover {
    background: #ddd;
}

.server-item h3 {
    border-bottom: none;
    padding: 0; 
    padding-left: 80px;
    height: 30px;
    align-self: center;
    order: 1;
    width: 130px;
}

.offer-item h3:after {
    position: absolute;
    right: 20px;
    top: 20px;
    font: bold 50px/50px "Line Awesome";
    color: #ff5a00; 
}

.server-item h3:after {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font: bold 50px/50px "Line Awesome";
    color: #ff5a00; 
}

.server-item .price {
    text-align: center;
    font: bold 30px/30px Trueno;
    color: #000;
    display: block;
    order: 3;
    align-self: center;
    margin-left: auto;
    margin-right: 20px;
    height: 30px;
}

.server-item .price em {
    margin-left: 0 !important;
}

.offer-item.start h3:after { content: "" }
.offer-item.biznes h3:after { content: "" }
.offer-item.biznespro h3:after { content: "" }
.offer-item.premium h3:after { content: "" }

.offer-item.sign h3:after { content: "" }
.offer-item.cloud h3:after { content: "" }
.offer-item.stamp h3:after { content: "" }
.offer-item.move h3:after { content: "" }

.server-item.server.s h3:after { content: "" }
.server-item.server.p h3:after { content: "" }
.server-item.server.storage h3:after { content: "" }
.server-item.server.vm h3:after { content: "" }
.server-item.server.enterprise h3:after { content: "" }

.offer-item .price {
    text-align: center;
    font: bold 50px/50px Trueno;
    color: #000;
    display: block;
    width: 100%;
    padding: 20px 0;
    border-bottom: 3px solid #fff;
}
.offer-item .price em, .server-item .price em {
    font-size: 16px;
    font-weight: 200;
    margin-left: -10px;
    font-style:normal;
    color: #888;
}

.offer-item ul {
    width: 90%;
    margin: auto;
    display: block;
    padding: 20px 0;
    margin-top: 0;
}

.offer-item ul li {
    display: block;
    padding: 8px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.offer-item ul li p {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
}

.offer-item ul li b {
    text-align: right;
    font-weight: bold;
    position: relative;
}

.offer-item ul li b.check:before {
    content: "";
    font: bold 18px/18px "Line Awesome";
    color: green;
}

.offer-item ul li.imp b {
    font-size: 30px;
}

.offer {
    text-align: center;
    margin: 30px 0 ;
}

.offer-individual { 
    display: block;
    width: 100%;
    max-width: calc(1400px - 50px);
    margin: auto;
    background: #f1f1f1;
    padding: 15px 25px;
    font: 200 20px/26px Roboto;
    color: #000;
}

.domain-container {
    max-width: 1400px;
    margin: 30px auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.domain-item {
    width: 250px;
    background: #f1f1f1;
    text-align: left;
    border: 3px solid #fff;
    transition: all ease .4s;
}

.domain-item h3 {
    font: bold 30px/38px Trueno;
    color: #444;
    text-align: center;
    width: 100%;
    display: block;
    border-bottom: 3px solid #fff;
    padding: 20px 0;
}

.domain-item .price-register { padding-top: 10px; }
.domain-item .price-renew { padding-bottom: 10px; }

.domain-item .price-register, .domain-item .price-renew {
    margin: 5px auto;    
    text-align: center;
    font: bold 30px/30px "Source Sans";
    color: #ff5a00; 
    position: relative;
}

.price-register em, .price-renew em {
    font-size: 16px;
    color: #333;
    font-style: normal;
    font-weight: 200;
    position: relative;
    top: -5px;
    text-transform: uppercase;
}

.properties, .area {
    width: 100%;
    background: #f1f1f1;
    padding: 40px 0;
    position:relative;
    text-align: center;
}

.area { background: #fff; padding-bottom: 0; }
#area-map {
    width: 100%;
    height: 400px;
}

.properties:before {
    background-image: url(../img/bg-datacenter.jpg);
    background-size:cover;
    background-position: 50% 50%;
    background-blend-mode: ovelay;
    content: "";
    position: absolute;
    width:100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
    mix-blend-mode: overlay;
    opacity: .8;
}

.properties h2, .area h2, .documents h2 {
    font: bold 30px/30px Trueno;
    color: #000;
    text-align: center;
    z-index: 10;
}

.properties > p, .area > p {
    font: 200 20px/26px "Source Sans";
    color: #333;
    width: 98%;
    max-width: 1400px; 
    margin: 30px auto;
}

.properties-container {
    z-index: 10;
    max-width: 1400px;
    margin: auto;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.properties-container.three {
    max-width: 1200px;
}


.three .property-item {
    width: calc(33% - 80px);
}

.property-item {
    width: calc(25% - 80px);
    min-width: 250px;
    margin: 30px 10px;
    padding-left: 40px;
    position: relative;
    text-align: left;
}

.property-item:before {
    font: bold 30px/30px "Line Awesome";
    color: #ff5a00; 
    content: "";
    left: 0;
    top: 0px;
    position: absolute;
}

.property-item h3 {
    margin-bottom: 10px;
    font: bold 18px/22px Trueno;
}
.property-item p {
    font: 200 16px/22px "Source Sans";
    color: #333;
    margin-bottom: 20px;
}

blockquote {
    width: calc(100% - 25px);
    max-width: 1200px;
    margin: 10px auto;
    padding: 10px;
    position: relative;
    border-left: 10px solid rgba(0,0,0,.1);
    font-style: italic;
}

blockquote cite {
    font-style: normal;
    font-weight: bold;
    color: #999;
}

.text blockquote > p {
    margin: 10px 0;
}

blockquote:before {
    content: '';
    font: bold 60px/60px "Line Awesome";
    position: absolute;
    color: #000;
    opacity: .1;
    top: -20px;
    right: 0;
    pointer-events: none;
}

.techdata {
    width: 100%;
    padding: 40px 0;
    background: #161614;
    color: #fff;
    position: relative;
    text-align: center;
}

.techdata p {
    margin: 25px auto;
    font: 200 18px/22px "Source Sans";
    max-width: 1200px;
    width: 98%;
}

.techdata p b {
    font-weight: bold;
}

.techdata .button, .shifted .button, .shifted-twothird .button, .properties .button {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #d0d0d0;
    padding: 15px 15px;
    margin: 5px;
    margin-left: 15px;
    transition: all ease .3s;
    text-decoration: none;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 200;
}
.techdata .button:hover, .shifted .button:hover, .shifted-twothird .button:hover {
    border-color:#ff5a00; 
    color: #ff5a00; 
}

.properties .button {    
    color: #fff;
    background: #000;
    border-color: #000;     
}

.properties .button:hover {
    background: #ff5a00; 
    border-color: #ff5a00; 
}

.techdata:before {
    background-image: url(../img/bg-techdata.jpg);
    background-size:cover;
    background-position: 50% 50%;
    background-blend-mode: ovelay;
    background-attachment: fixed;
    content: "";
    position: absolute;
    width:100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
    mix-blend-mode: multiply;
    opacity: .3;
}

.techdata-container {
    max-width: 1200px;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: left;
}

.techdata h2 {
    font: bold 30px/30px Trueno;
    color: #fff;
    text-align: center;
    z-index: 10;
}

.techdata-column {
    max-width: 350px;
    width: calc(30% - 30px);
    margin: 15px;
    min-width: 300px;
}

.techdata-column h3 {
    font: 200 28px/32px Roboto;
}

.techdata-column ul {
    margin: 20px 0;
}

.techdata-column ul li {
    margin: 12px 0;
    font: 200 18px/22px "Source Sans";
    position: relative;
    padding-left: 28px;
}
.techdata-column ul li:before {
    content: "";
    width: 18px;
    height: 1px;
    background: #ff5a00; 
    left: 0;
    top: 8px;
    display: block;
    position: absolute;
}

.pricelist {
    width: 100%;
    background: #f1f1f1;
    text-align: center;
    padding: 50px 0;
}

.pricelist h2 {
    font: bold 30px/30px Trueno;
    color: #000;
    text-align: center;
    z-index: 10;
}

.pricelist table {
    width: 98%;
    max-width: 1400px;
    border-collapse: collapse;
    border-spacing: 0px;
    border-top: 1px solid #ccc;    
    border-left: 1px solid #ccc;    
    font: normal 18px/26px "Source Sans";
    margin: 30px auto ;
}

.pricelist table th, .pricelist table .header {
    font: bold 18px/26px Trueno;
}

.pricelist table td, .pricelist table th {
    padding: 20px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.pricelist table tr td:first-child, .pricelist table tr th:first-child {
    text-align: left;
}

.pricelist table td {
    background: #fff;    
}

.pricelist table td em, .pricelist table th em {
    font-style: normal;
    color: #777;
    font-size: 14px;
    line-height: 18px;
    display: block;
}

.pricelist table td:nth-child(2),
.pricelist table td:nth-child(3),
.pricelist table td:nth-child(4),
.pricelist table td:nth-child(5) {
    width: 200px;
}

.pricelist table tbody tr:hover td:not(.header) {
    background: #f7f7f7;
}

.pricelist table td.header {
    background: transparent;
    padding: 30px 20px;
}

section.software {
    width: 100%;
    text-align: center;
    padding: 40px 0;
}

.software-container {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
}

.software-item {
    background: #f1f1f1;
    border: 3px solid transparent;
    margin: 20px;
    width: calc(33% - 80px);
    min-width: 350px;
    text-align: left;
    position: relative;
    transition: all ease .4s;
}

.software-container .software-item:hover {
    border-color: #ff5a00; 
}

.software-item img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
}

.software-item h3 {
    font: 200 36px/36px Roboto;
    color: #000;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.software-item p {
    margin: 0 20px;
    padding-bottom: 70px;
    font: 200 18px/24px "Source Sans";
    max-width: 
}

.software-item b.price {
    position: absolute;
    bottom: 10px;
    right: 20px; 
    text-align: right;
    font: bold 24px/24px "Source Sans";
    color: #333;
}

.software-item a {
    background: #000;
    color: #fff;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 20px;
    padding: 10px 15px;
    text-transform: uppercase;
    font: 200 16px/16px Roboto;
    transition: all ease .4s;
}

.software-item a:hover {
    background: #ff5a00; 
}

.shifted-twothird {
    width: 100%;
    position: relative;
    background-color: #f1f1f1;
    display: flex;
    justify-content: end;
}

.shifted-twothird .column-first {
    width: 32%;
    background-color: #191a19;
    position: absolute;
    top: -30px;
    left: 0;
    min-height: 150px;    
    height: 100%;
    z-index: 20;
    background-image: url(../img/bg-control.jpg);
    background-blend-mode: luminosity;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.shifted-twothird .column-second {
    width: 70%;
    height: 100%;
    position: relative;
    top: 0;
    right: 0;
    background: #282a28;
    z-index: 10;    
    color: #fff;
    padding: 30px 0;
}

.shifted-twothird .column-second > * {
    margin-left: 8%;
}

.shifted-twothird h2 {
    font: 200 36px/40px Roboto;
    margin-bottom: 20px;
}

.shifted-twothird p {
    font: 200 18px/24px "Source Sans";
    margin: 15px 0;
    margin-right: 20px;
    max-width: 900px;
}

.shifted {
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 80px;
}

.shifted .column-first {
    width: 52%;
    background-color: #191a19;
    position: relative;
    top: 0;
    min-height: 150px;
    z-index: 10;
    text-align: right;
    font: 200 24px/48px "Source Sans";   
    display: flex;
    align-items: flex-end;
    flex-direction: column;   
}

.shifted .column-first:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg-communication.jpg);
    background-size: cover;
    opacity: 0.3;
    mix-blend-mode: luminosity;
    pointer-events: none;
}

.shifted .column-first > * {
    margin-right: 6%;
    padding-right: 0;
}

.shifted .column-second {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 50px;
    right: 0;
    background: #282a28;
    z-index: 20;
}

.shifted h2 {
    font: 200 40px/44px Roboto;
    color: #fff;
    padding: 30px 35px;
    padding-bottom: 10px;
}

.shifted .column-first .software-item {
    position: relative;
    text-align: right;
}

.shifted .column-second .software-item, .shifted .column-second .software-item .price {
    text-align: left;
}

.shifted .software-item {
    background: transparent;
    border: none;
    width: 95%;
    max-width: 550px;
}

.shifted .software-item p {
    padding-bottom: 20px;
}

.shifted .software-item b.price {
    display: block;
    position: relative;
    color: #fff;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 10px 20px;
}

.shifted .software-item a { 
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 10px 20px;
}

.text ul, .text ol {
    margin: 20px 0;
}
.text ol {
    margin-left: 40px;
}

.text ol li {
    margin: 12px 0;
    font: 200 18px/22px "Source Sans";
    position: relative;    
}

.text ul li {
    margin: 12px 0;
    font: 200 18px/22px "Source Sans";
    position: relative;
    padding-left: 28px;
}
.text ul li:before {
    content: "";
    width: 18px;
    height: 1px;
    background: #ff5a00; 
    left: 0;
    top: 8px;
    display: block;
    position: absolute;
}

}

.multi-select-container {
    display: block;
    position: relative;
    padding-right: 34px;
    width: 100%;
}

.multi-select-menu {
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 1;
    float: left;
    min-width: 90%;
    background: #fff;
    margin: 1em 0;
    border: 1px solid #aaa;
    display: none;
    overflow-x: hidden !important;
    scrollbar-width: thin;
    max-width: calc(100% - 4px);
}

.multi-select-menuitem {
    display: block;
    font: 200 16px/20px Roboto !important;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 35px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
    margin: 10px !important;
}

.multi-select-menuitem--titled:before {
    display: block;
    font-weight: bold;
    content: attr(data-group-title);
    margin: 0 0 0.25em -20px;
}

.multi-select-menuitem--titledsr:before {
    display: block;
    font-weight: bold;
    content: attr(data-group-title);
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


.multi-select-presets {
    border-bottom: 1px solid #ddd;
}

.multi-select-menuitem input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    display: block;
  }
  
  /* On mouse-over, add a grey background color */
  .multi-select-menuitem:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .multi-select-menuitem input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .multi-select-menuitem input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
.multi-select-menuitem .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

.multi-select-button span {
    display: table-cell;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.multi-select-button {
    display: table;
    table-layout: fixed;
    width: 100%;    
    cursor: default;
    padding: 15px;

    width: 100%;
    border: 1px solid #efefef;
    background: #efefef;
    font: 200 18px/22px "Source Sans";
    color: #333;
    transition: all ease .4s;    
}

.multi-select-button:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4em 0.4em 0 0.4em;
    border-color: #999 transparent transparent transparent;
    margin-left: 0.4em;
    vertical-align: 0.1em;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.multi-select-container--open .multi-select-menu {
    display: block;
}

.multi-select-container--open .multi-select-button:after {
    border-width: 0 0.4em 0.4em 0.4em;
    border-color: transparent transparent #999 transparent;
}

.modal-window {
    display: none;
    width: 700px;
    height: 450px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    background: #292a2b;
    z-index: 6100;
    color: #fff;
}

.modal-background {
    backdrop-filter: blur(5px);
    background: rgba(0,0,0,.4);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 6000;
}

.modal-window.open {
    display: block;
}

.modal-window form {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.modal-window .form-container {
    width: 100%;
    margin: auto;
    flex: 1;
    display: flex;
}

.form-steps {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
    margin-bottom: 20px;
    margin-top: 20px;
}
.form-steps ul {
    display: flex;
    flex-direction: row;    
    width: 100%;
    justify-content: center;
}
.form-steps ul li {
    display: flex;
    flex-direction: row;    
    margin: 0 15px;
    align-items: center;
    opacity: .5;
    font: normal 18px/18px "Source Sans";
}
.form-steps ul li span {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    font: 200 25px/40px "Roboto";
    color: #fff;
    background: #777;
    margin-right: 15px;
}

.form-steps ul li.active {
    color: #fff; 
    opacity: 1;
}
.form-steps ul li.active span {
    background: #ff5a00; 
}

.form-container .form-section { display: none; }
.form-container .form-section.active { display: flex; flex-direction: column; justify-content: start; flex: 1; }

.form-container .form-element {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 5px 0 16px;
}

.form-container label {
    color: #fff;
    width: 150px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin: 8px 0;
}

.form-container label:has(> input[type=checkbox]) {
    margin-left: 150px;
    flex: 1;    
}

.form-container label input[type=checkbox] {
    display: none;
}

.form-container label:has(> input[type=checkbox]) .checkbox-container {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    background: #fff;
    position: relative;
}

.form-container label:has(> input[type=checkbox]) .checkbox-container::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-container .form-row {
    margin: 0 auto;
    margin-bottom: 10px;
    width: 90%;
    max-width: 750px;
}

.form-container label input:checked~.checkbox-container {
    background-color: #ff5a00; 
}
.form-container label input:checked~.checkbox-container::after {
    display: block;
}

.form-container .form-row .form-element:nth-child(2) label {
    width: auto;
    margin-right: 10px;
}

.form-element .input-short {
    max-width: 50px !important;
    text-align: center;
}

.modal-window .form-container .form-buttons {
    background: #000;
    width: 100%;
    margin-bottom: 0;
    margin-top: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.modal-window .form-container .form-buttons button {
    margin-right: auto;
}

button.button-next, button.button-send {
    padding-right: 10px;
}
button.button-next:after {
    content: "";
    font: bold 22px/22px "Line Awesome";
    margin-left: 10px;
}

button.button-send:after {
    content: "";
    font: bold 26px/22px "Line Awesome";
    margin-left: 10px;
}

.modal-window .form-container .form-buttons button:hover {
    border-color: #fff;
    color: #fff;
}

.modal-window input[type=text],.modal-window input[type=number],.modal-window input[type=email],.modal-window input[type=date], .modal-window select {
    background: #fff;
    border: 1px solid #fff;
    padding: 8px 10px;
    flex: 1;
    font: 200 16px/20px "Source Sans", sans-serif;
}

.modal-window input:focus, .modal-window select:focus {
    border-color: #ff5a00; 
}

.modal-window-close {
    position: absolute;
    top: 0;
    right: -40px;
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    display: block;
}

.modal-window-close:hover:before, .modal-window-close:hover:after {
    background-color: #fff;
}

.modal-window-close:before, .modal-window-close:after {
    position: absolute;
    left: 19px;
    top: 4px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
  }
  .modal-window-close:before {
    transform: rotate(45deg);
  }
  .modal-window-close:after {
    transform: rotate(-45deg);
  }