/**
***font-family***
ClementePDae Light
ClementePDae Hairline
HelveticaNeue Light
HelveticaNeue Medium
OpenSans Light
*/


html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    /*font-family: 'OpenSansLight';*/
    font-size: 18px;
}
.test{
    font-size: 3em;
}
.left {
    float: left;
}

.right {
    float: right;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

a {
    text-decoration: none;
}

ul, li {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.img-responsive {
    max-width: 100%;
    display: block;
    height: auto;
}

.main-div {
    background-color: aqua;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.section {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: -webkit-transform .7s cubic-bezier(.825, 0, .5, 1);
    transition: transform .7s cubic-bezier(.825, 0, .5, 1);
}

.old {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.showcase {
    height: 100%;
    position: relative;
    width: 100%
}

.showcase-pagination {
    left: 5%;
    position: absolute;
    top: 50%;
    z-index: 999;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.showcase-pagination .dot {
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px white;
    cursor: pointer;
    height: 12px;
    margin-bottom: 10px;
    opacity: .4;
    position: relative;
    width: 12px;
    box-sizing: border-box;
}

.showcase-pagination .dot.active {
    background: #fff;
    box-shadow: none;
    opacity: 1;
}

.bg {
    /*background-image: url(images/photo/main.jpg);*/
    /* Фоновое изображение всегда отцентрировано по вертикали и горизонтали */
    background-position: center center;
    /* Фоновое изображение не повторяется */
    background-repeat: no-repeat;
    /* Фоновое изображение зафиксировано в окне просмотра, поэтому оно не смещается, когда высота контента больше высоты изображения */
    background-attachment: fixed;
    /* Вот что позволяет фоновому изображению подстраиваться под размер контейнера */
    background-size: cover;
    /* Устанавливает фоновый цвет, который будет отображаться, пока загружается фоновое изображение */
    background-color: #464646;
}

.h1-main {
    font-size: 72px;
    font-family: ClementePDaa-Hairline;
    color: white;
    margin: 25px 15px;
}

div.arrow-down {
    display: inline-block;
    background: url(images/ico/arrow-down.png) no-repeat;
    width: 96px;
    height: 50px;
    margin: 70px 0;
    cursor: pointer;
    transition: all 1s ease-out 0.5s;
}

/*div.arrow-down:hover{*/
/*transform: translateY(50%);*/
/*-webkit-transform: translate3d(0, 50%, 0);*/
/*transform: translate3d(0, 50%, 0);*/
/*}*/
.logo {
    position: absolute;
    top: 40px;
    left: 10%;
    z-index: 11;
}

.contact {
    position: absolute;
    top: 50px;
    right: 10%;
    z-index: 11;
}

.contact > a {
    display: inline-block;
    padding: 10px 20px;
    color: white;
    font-family: ClementePDae-Light;
}

.section-first-content {
    position: absolute;
    bottom: 45px;
    left: 10%;
    right: 10%;
}

.section-first-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 45px;
    background-color: white;
    opacity: 0.8;
    color: black;
}

.section-first-footer > ul {
    padding-left: 13%;
}

.section-first-footer > ul > li {
    float: left;
}

.section-first-footer > ul > li:first-child {
    margin-right: 40%;
}

.section-first-footer > ul > li > a {
    color: #000;
    display: block;
    padding: 11px 25px;
    font-weight: 600;
}

.section-first-footer > ul > li > a:hover {
    color: #c4a200;
}

.section-second-content {
    height: 100%;
    position: relative;
    color: white;
    font-family: ClementePDae-Light;
    font-size: 30px;
    vertical-align: middle
}

.section-second-text {
    width: 360px;
    height: 180px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-second-text .text {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.clients > div {
    position: absolute;
}

.clients-may {
    background: url(images/ico/clients/MAY.png) no-repeat;
    width: 306px;
    height: 117px;
}

.clients-samsung {
    background: url(images/ico/clients/samsung.png) no-repeat;
    width: 236px;
    height: 85px;
}

.clients-abi {
    background: url(images/ico/clients/abi.png) no-repeat;
    width: 298px;
    height: 134px;
}

.clients-british-american-tobacco {
    background: url(images/ico/clients/british_american_tobacco.png) no-repeat;
    width: 231px;
    height: 131px;
}

.clients-pa-ram-pam-pam {
    background: url(images/ico/clients/pa-ram-pam-pam.png) no-repeat;
    width: 133px;
    height: 113px;
}

.clients-shell {
    background: url(images/ico/clients/shell.png) no-repeat;
    width: 139px;
    height: 112px;
}

.clients-siemens {
    background: url(images/ico/clients/siemens.png) no-repeat;
    width: 301px;
    height: 62px;
}

.clients-viasat {
    background: url(images/ico/clients/viasat.png) no-repeat;
    width: 303px;
    height: 78px;
}

.clients-w {
    background: url(images/ico/clients/w.png) no-repeat;
    width: 135px;
    height: 116px;
}
.clients {
    /*border: 1px solid black;*/
    position: relative;
    height: 100%;
}

.clients > div:nth-child(1) {
    bottom: 70%;
    right: 120%;
}

/*may*/
.clients > div:nth-child(2) {
    bottom: 120%;
    right: 70%;
}

.clients > div:nth-child(3) {
    bottom: 120%;
    right: 0;
}

.clients > div:nth-child(4) {
    bottom: 70%;
    left: 100%;
}

.clients > div:nth-child(5) {
    bottom: 10%;
    left: 120%;
}

/*siemens*/
.clients > div:nth-child(6) {
    top: 110%;
    left: 80%;
}

.clients > div:nth-child(7) {
    top: 150%;
    left: 20%;
}

.clients > div:nth-child(8) {
    top: 120%;
    right: 90%;
}

.clients > div:nth-child(9) {
    top: 55%;
    right: 120%;
}
