body {
    font-family: 'Ubuntu', sans-serif;
}

ul {
    padding-left: 0;
}
a,input,div,img,button,
a:visited,a:active,a:focus{
    outline: 0;
}
a{
    font-size: 16px;
    color: inherit;
}
a:hover,a:visited,a:focus{
    color: inherit;
}
img{
    max-width: 100%;
}
button, input, optgroup, select, textarea {
    color: #000;
}
.justify {
    font: 14px "Ubuntu", Geneva, sans-serif;
    text-align: justify;

    /* Обнуляем для родителя*/
    line-height: 0;
    font-size: 1px; /* 1px для Opera */

    /* Лекарство для IE6-7*/
    text-justify: newspaper;
    zoom: 1;

    /* Включаем в работу последнюю строку*/
    text-align-last: justify;
    margin-left: 0;
    padding-left: 0;
}

.justify:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;

}

.justify li {
    display: inline-block;
    text-align: left;

    /* Востанавливаем у потомков, кроме последнего*/
    line-height: normal;
    font-size: 14px;

    /* Без него в Opera будет отступ под элементами */
    vertical-align: top;

    /* эмуляция inline-block для IE6-7*/
/ / display : inline;
/ / zoom : 1;
}

.switch-lang, .top-mail-link{
    display: inline-block;
}
.top-line {
    text-align: right;
    font-family: 'PT Sans', sans-serif;
}
.top-mail-link a {
    color: #30c9e9;
    font-size: 16px;
    /*vertical-align: middle;*/
}
.top-mail-link img {
    margin-right: 5px;
}
.first-screen{
    background: url('../img/top-bg.png') no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 40px;
}
.switch-lang{
    color: #989898;
    margin-right: 24px;
}
a.active-lang{
    color: #fff;
}
.top-nav {
    padding: 20px 0;
}
ul.main-nav {
    position: relative;
    display: inline-block;
}
.main-nav li {
    list-style-type: none;
    color: #fff;
    display: inline-block;
    padding: 0 25px;
    font-family: "PT Sans",sans-serif;
}
.main-nav a{
    font-size: 18px;
}
.main-nav a:hover{
    color: #30c9e9;
}
a.search-btn {
    margin-left: 25px;
}
.relative{
    position: relative;
}
.search-btn {
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 0;
}
.nav-wrap {
    padding-bottom: 12px;
    background: url('../img/top-nav-line.png') right bottom no-repeat;
}
.top-form-block>div {
    display: inline-block;
    vertical-align: middle;
}
.top-form-wrap{
    color: #fff;
    margin-top: 20px;
}
.site-desc {
    font-weight: 300;
    font-size: 40px;
    line-height: 1.3;
    margin-top: 80px;
}
.site-desc span{
    color: #30c9e9;
}
.top-form{
    font-family: "PT Sans", sans-serif;
}
.top-form-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
}
.top-form-subtitle {
    text-align: center;
}
.top-form input{
    display: block;
}
.top-form-borders {
    padding: 30px 52px;
    border: 3px solid #30c9e9;
    border-left: 0;
    position: relative;
}
.top-border{
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 90px;
    background: #30c9e9;
}
.bottom-border{
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3px;
    height: 90px;
    background: #30c9e9;
}
.top-form form {
    width: 87%;
    margin: 0 auto;
}
.top-form input {
    display: block;
    width: 100%;
    padding: 5px 18px;
    border-radius: 4px;
    border: 0;
    margin-bottom: 17px;
    margin-top: 12px;
}

.file_upload{
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 1em;
    height: 2em;
    line-height: 2em;
}
.file_upload .button, .file_upload > mark{
    display: block;
    cursor: pointer;
}
.file_upload .button{
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 76px;
    height: 100%;
    text-align: center;
}
.file_upload > mark {
    background: transparent;
    padding-left: 1em;
    width: 62%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.file_upload input[type=file]{
    position: absolute;
    top: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
}


.file_upload{
    border: 0;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    transition: box-shadow 0.1s linear;
}
.file_upload.focus{
    box-shadow: 0 0 5px rgba(0,30,255,0.4);
}
.file_upload .button{
    /*background: #7300df;*/
    background: url('../img/file-input-btn.png') no-repeat;
    /*transition: background 0.2s;*/
    /*border: 1px solid rgba(0,0,0,0.1);*/
    /*border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*/
    border-radius: 2px;
    /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);*/
    color: #000;
    text-shadow: #000000 0 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.file_upload:hover .button{
    /*background: #6200bd;*/
    /*text-shadow: #5d00b3 0 -1px 0*/
}
.file_upload:active .button{
    /*background: #5d00b3;*/
    /*box-shadow: 0 0 3px rgba(0,0,0,0.3) inset*/
}
.top-form input[type="submit"] {
    width: 200px;
    background: url("../img/submit-btn-bg.png") no-repeat;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    margin: 22px auto 0;
}
.block-title{
    color: #323232;
    font-size: 60px;
    font-weight: 500;
}

.white-block-title{
    color: #fff;
    font-size: 60px;
    font-weight: 500;
}
.components {
    margin-top: 90px;
}
.components-list li {
    width: 140px;
    height: 147px;
    background: #fff;
    text-align: center;
    text-align-last: center;
    /*padding-top: 18px;*/
    /*padding-bottom: 20px;*/
    list-style-type: none;
    float: left;
    margin-right: 2px;
    margin-bottom: 2px;
}
.components-list li:last-child {
    margin-right: 0;
}
.component a:hover{
    text-decoration: none;
}
.component-name {
    text-transform: uppercase;
    font-size: 11px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 25px;
}
.component-img {
    height: 58px;
    position: relative;
}
.component-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.components-list {
    padding-top: 10px;
}
.component a {
    height: 147px;
    width: 100%;
    max-height: 100%;
    display: inline-block;
    padding-top: 18px;
}
.component{
    transition: all 0.5s;
    padding: 0 7px;
    height: 100%;
    word-wrap: break-word;
    word-break: keep-all;
}
.component:hover {
    background: #30c9e9;
    color: #fff;

}
.component:hover img:last-child{
    display: none;
}
.advantages{
    background: url("../img/advantages-bg.png") no-repeat;
    background-size: cover;
    padding: 72px 0 39px;
}
.advantage {
    text-align: left;
    text-align-last: left;
}
.advantages-list li {
    width: 47%;
    margin-bottom: 50px;
    background: url("../img/plus-icon.png") no-repeat;
    padding: 30px 0 0 33px;
}
.advantage-title {
    color: #009bbb;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    min-height: 56px;
}
.advantage-desc {
    color: #323232;
    margin-top: 2px;
    font-size: 16px;
    font-family: "PT Sans", sans-serif;
}
.advantages-list {
    margin-top: 31px;
}
.hww-list li {
    width: 23%;
    text-align: left;
    text-align-last: left;
    color: #fff;
}
.hww-img {
    text-align: center;
    text-align-last: center;
    padding: 35px 0 30px;
}
.hww-desc {
    font-size: 16px;
    font-family: "PT Sans",sans-serif;
    padding: 0px 28px;
}
.work-step {
    min-height: 288px;
    padding-bottom: 20px;
    background-size: cover;
}
.how-we-work {
    padding: 50px 0 73px;
}
.hww-list {
    margin-top: 37px;
}
.hww-1{
    background: url("../img/hww-1.jpg") no-repeat;
}
.hww-2{
    background: url("../img/hww-2.jpg") no-repeat;
}
.hww-3{
    background: url("../img/hww-3.jpg") no-repeat;
}
.hww-4{
    background: url("../img/hww-4.jpg") no-repeat;
}
.about-us{
    background: #f8f8fa;
    padding: 40px 0 130px;
}
.block-text p{
    padding-left: 30px;
    font-size: 18px;
    font-family: 'PT Sans', sans-serif;
}
.feedback{
    background: url("../img/feedback-bg.png") right top no-repeat #323232;
    padding: 20px 0 25px;
}
.feedback-text{
    font-size: 37px;
    margin-top: 35px;
    font-weight: 200;
    color: #fff;
}
.feedback-text span{
    color: #30c9e9;
    text-transform: uppercase;
    font-weight: 400;
}
.feedback-form{
    position: relative;
    padding-left: 70px;
}
.feedback-form form{
    position: relative;
    z-index: 100;
}
.blue-borders{
    position: absolute;
    width: 340px;
    height: 370px;
    border: 3px solid #30c9e9;
    border-left: 0;
    top: -86px;
    right: 0;
    z-index: 99;
}
.feedback-form input {
    display: block;
    width: 240px;
    max-width: 100%;
    padding: 5px 18px;
    border-radius: 4px;
    border: 0;
    margin-bottom: 17px;
    margin-top: 12px;
}
.feedback-form input[type="submit"] {
    width: 240px;
    max-width: 100%;
    background: url("../img/feedback-btn.png") no-repeat;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    margin: 22px 0 0 0;
}
.footer{
    background: #181818;
    padding: 30px 0;
    color: #fff;
    font-size: 16px;
}
.site-dev {
    margin-top: 7px;
}
.site-dev a{
    color: #30c9e9;
}
.footer-nav li {
    list-style-type: none;
    display: inline-block;
    margin-right: 42px;
}
.footer-nav a{
    text-decoration: underline;
}
.footer-link {
    z-index: 101;
    position: relative;
    padding-top: 16px;
    padding-left: 34px;
}
.mobile-menu{
    display: none;
    text-align: center;
    padding: 18px 0 0;
}
.search-input{
    border-radius: 3px;
    border: 1px solid #b5b5b5;
    padding: 3px 2px;
    display: inline-block;
    position: relative;
    left: 22px;
    transition: all 0.5s;
    width: 0;
}
.active-search.search-input{
    width: 180px;
}
.search-btn a{
    transform: translateY(-1px);
    position: relative;
    display: inline-block;
}


/*----------------------*/
/*Inner Pages Styles*/
/*----------------------*/

.inner-page{

}
.inner-page .first-screen {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
}
.inner-page .header{
    background: url("../img/innerpage-header-bg.png") no-repeat;
    background-size: cover;
    padding-top: 20px;
}
.innerpage-title h1{
    border-bottom: 4px solid #2eb3cf;
    color: #323232;
    font-size: 40px;
    display: inline-block;
    font-weight: 300;
    margin: 24px 0 13px;
}
.innerpage-body {
    /*padding-bottom: 93px;*/
}
.innerpage-container {
    padding-bottom: 93px;
}
.inner-page .top-nav {
    padding-bottom: 4px;
}
.breadcrumbs {
    float: right;
}
.breadcrumbs li {
    color: #fff;
    display: inline-block;
    padding: 0 5px 0 9px;
    position: relative;
}
.breadcrumbs li:last-child{
    padding-right: 0;
    padding-left: 9px;
}
.breadcrumbs li:after {
    display: table;
    content: '>';
    position: absolute;
    left: 100%;
    top: 0;
}
.breadcrumbs li:last-child:after{
    display: none;
}
.breadcrumbs a{
    font-size: 14px;
}
.breadcrumbs a:hover {
    color: #30c9e9;
}
.footer-nav a:hover,.footer-link a:hover {
    color: #30c9e9;
}
span.current-page{
    color: #30c9e9;
    font-family: "PT Sans", sans-serif;
}
.innerpage-body{
    font-family: "PT Sans",sans-serif;
}
.innerpage-body p{
    color: #323232;
    font-size: 18px;
}
.innerpage-body h2,
.innerpage-body h3{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
.innerpage-body ul li {
    list-style-type: none;
    position: relative;
    padding-left: 24px;
    font-size: 18px;
    margin-bottom: 14px;
}
.innerpage-body ul li:before {
    position: absolute;
    content: '';
    display: table;
    width: 16px;
    height: 4px;
    background: #2eb3cf;
    left: 0;
    top: 11px;
}
.innerpage-body ul {
    margin-left: 16px;
    margin-top: 27px;
}
.innerpage-body ol li {
    list-style-type: none;
    position: relative;
    padding-left: 38px;
    font-size: 18px;
    margin-bottom: 14px;
}
.innerpage-body ol{
    counter-reset: orderlist;
    padding-left: 21px;
    margin: 26px 0 30px;
}
.innerpage-body ol li:before {
    counter-increment: orderlist;
    content: counter(orderlist);
    position: absolute;
    top: 0;
    left: 0;
    min-width: 17px;
    text-align: center;
    font-weight: bold;
    color: #33cae9;
    border-bottom: 2px solid #33cae9;
}
.map {
    position: relative;
    margin-top: 20px;
    border: 1px solid #b6b6b6;
}
.map-layer{
    position: absolute;
    background: #32c9e9;
    top: 29px;
    right: 15%;
}
.map-contacts {
    position: relative;
    padding: 56px 46px;
}
.left-red-corner {
    position: absolute;
    top: 13px;
    left: 13px;
    width: 30px;
    height: 30px;
    border: 4px solid #f14827;
    border-bottom: 0;
    border-right: 0;
}
.right-red-corner {
    position: absolute;
    right: 13px;
    bottom: 13px;
    width: 30px;
    height: 30px;
    border: 4px solid #f14827;
    border-top: 0;
    border-left: 0;
}
.map-contact{
    color: #fff;
    font-size: 18px;
    padding: 7px 0;
}
.map-contact span{
    color: #323232;
    min-width: 66px;
    display: inline-block;
}
.map-contact::after {
    content: '';
    position: absolute;
    left: 65px;
    top: 100%;
    border: 15px solid transparent;
    border-left: 15px solid #32c9e9;
    border-top: 15px solid #32c9e9;
}
.innerpage-body ul.brand-list li {
    list-style-type: none;
    position: relative;
    padding-left: 0;
    font-size: 18px;
    margin-bottom: 14px;
}
.innerpage-body ul.brand-list li:before {
    display: none;
}
.innerpage-body ul.brand-list {
    margin-left: 16px;
    margin-top: 27px;
}
.brand-list li {
    margin-bottom: 2px;
}
.brand {
    position: relative;
    /*cursor: pointer;*/
}
.brand::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    display: inline-block;
    border: 4px solid #32c9e9;
    border-right: 0;
    border-bottom: 0;
    content: '';
    transition: opacity 0.2s;
    opacity: 0;
}
.brand::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 18px;
    height: 18px;
    display: none;
    border: 4px solid #32c9e9;
    border-left: 0;
    border-top: 0;
    content: '';
    transition: opacity 0.2s;
    opacity: 0;
}
.brand-list li:hover .brand::before,
.brand-list li:hover .brand::after{
    display: inline-block;
    opacity: 1;
}

/*catalog*/
.inner-page.catalog-page .header {
    background: none;
}
.catalog-page .first-screen {
    background: url('../img/top-bg.png') no-repeat;
    background-size: cover;
    /*padding-top: 20px;*/
    padding-bottom: 80px;
}
.catalog-page h1{
    color: #fff;
}
.catalog li {
    width: 140px;
    height: 147px;
    background: #fff;
    text-align: center;
    text-align-last: center;
    /* padding-top: 18px; */
    /* padding-bottom: 20px; */
    list-style-type: none;
    float: left;
    margin-right: 2px;
    margin-bottom: 2px;
}
.catalog-page .blue-borders {
    right: 7px;
}
img.align-left {
    float: left;
    padding: 7px 41px 20px 0;
}
.catalog{
    text-align: center;
}
.catalog-list {
    display: inline-block;
}