@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,600,700');

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothicRegular.ttf');
}

@font-face {
    font-family: 'Gothic Bold';
    src: url('../fonts/GothicBold.ttf');
}

a.button {
    border: 2px solid rgba(49, 133, 156, 1);
    border-radius: 24px;
    box-shadow: 0 24px 24px rgba(0, 0, 0, 0.05);
    color: rgba(49, 133, 156, 1);
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    margin: 32px 0;
    padding: 0 48px;
    text-transform: uppercase;
}

a.button:hover {
    background: rgba(49, 133, 156, 1);
    color: white;
}

a.link {
    color: rgba(49, 133, 156, 1);
}

body {
    background: rgba(240, 240, 240, 0.75);
    color: rgba(89, 89, 89, 1);
    _font-family: 'Roboto', sans-serif;
    _font-family: 'Century Gothic', sans-serif;
    font-family: 'Poppins', sans-serif;
    margin: 64px 0 0;
}

footer {
    background: rgba(240, 240, 240, 1);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.25);
    font-size: 16px;
    padding: 32px;
}

div.container {
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    width: 1200px;
}

div.container .left {
    display: inline-block;
    padding: 0 32px 64px 0;
    text-align: left;
    width: 568px;
}

div.container .left img {
    border: 2px solid white;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.05);
    margin: 64px 0 0;
    width: 568px;
}

div.container .right {
    display: inline-block;
    padding: 0 0 64px 32px;
    text-align: left;
    width: 568px;
}

div.container .right img {
    border: 2px solid white;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.05);
    margin: 64px 0 0;
    width: 568px;
}

div.heading p {
    color: rgba(0, 0, 0, 0.75);
    _font-style: italic;
    padding: 32px 0 0;
    line-height: 1.25em;
}

div.heading p a {
    font-size: inherit;
    line-height: inherit;
}

div.substrate {
    background: white;
}

h2 {
    font-size: 32px;
    padding: 64px 0 0;
    text-transform: uppercase;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}

header {
    background: white;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.05);
    height: 64px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

header a {
    font-weight: 500;
    height: 64px;
    line-height: 64px;
}

header .logo {
    left: 32px;
    position: absolute;
    top: 0;
    line-height: 1em;
}

header .logo img {
    display: inline-block;
    height: 24px;
    margin: 20px 0 32px;
    opacity: 0.9;
}

header nav {
    position: absolute;
    right: 32px;
}

header nav a {
    color: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-transform: uppercase;
}

header nav a:hover {
    color: rgba(49, 133, 156, 1);
}

header nav a.active {
    border-top: 4px solid rgba(49, 133, 156, 1);
    color: rgba(49, 133, 156, 1);
    line-height: 54px;
}

header nav ul {
    display: inline-block;
}

header nav ul li {
    display: inline-block;
}

header nav ul li::after {
    content: "•";
    color: rgba(0, 0, 0, 0.25);
    font-size: 14px;
    font-weight: 500;
    height: 64px;
    line-height: 64px;
    padding: 16px;
}

header nav ul li:last-child::after {
    display: none;
}


header nav ul.lang {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    _padding: 0 0 0 16px;
    margin: 0 0 0 16px;
}

header nav ul.lang li::after {
    display: none;
}

header nav ul.lang li a {
    margin: 0 0 0 16px;
}

header nav ul.lang li a.active {
    border: none;
    line-height: 64px;
}

main {

}

main.background-image {
    background: url('../img/bg-1.jpg') fixed;
    background-size: cover;
}

p.text {
    padding: 32px 0 0;
}

section.abc .container {
    padding: 64px 32px;
}

section.abc .item {
    display: inline-block;
    text-align: left;
    margin: 32px 0;
    padding: 0 32px 0 0;
    position: relative;
    width: 33.33%;
}

section.abc .item:last-child {
    padding: 0;
}

section.abc .item h3 {
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 0 80px;
    text-transform: uppercase;
}

section.abc .item p {
    line-height: 1.25em;
    padding: 8px 0 0 80px;
}

section.abc .item .icon {
    font-size: 48px;
    font-weight: 700;
    left: 0;
    position: absolute;
    top: 0;
}

section.about {
    background: linear-gradient(transparent, rgba(240, 240, 240, 1));
    padding: 0 0 96px;
}


section.about .heading {
    text-align: left;
}

section.about .heading h2 {
    font-size: 32px;
    text-transform: uppercase;
}

section.about .heading .separator {
    margin: 32px 0 0;
}

section.about .heading p {
    line-height: 1.25em;
}

section.about .left {
    display: inline-block;
    width: 568px;
    _padding: 96px 0 0;
}

section.about img {
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.05);
    border: 2px solid white;
    position: absolute;
    top: 0;
    width: 536px !important;
}

section.about .right {
    display: inline-block;
    width: 568px;
    padding: 0 0 0 32px;
}

section.offer {
    background: linear-gradient(transparent, rgba(240, 240, 240, 1));
    padding: 0px 0 0px;
}

section.offer .container {
    padding: 16px 16px 48px;
}

section.offer .item {
    _background: linear-gradient(to right, white, rgb(240, 240, 240));
    _box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
    _border: 4px solid white;
    display: inline-block;
    margin: 16px;
    padding: 8px 0 8px 0px;
    position: relative;
    text-align: left;
    width: 357px;
}

section.offer .item:last-child {
    margin: 16px;
}

section.offer .item.large {
    width: 532px;
}

section.offer .item.large:last-child {
    margin: 16px;
}

section.offer .item .icon  {
    display: inline-block;
    display: none;
    left: 0;
    margin: 0 8px 0 0;
    text-align: center;
    position: absolute;
    width: 64px;
}

section.offer .item .icon img {
    width: 48px;

}

section.offer .item .icon i {
    color: rgba(49, 133, 156, 1);
    font-size: 32px;
    text-align: center;
}

section.offer .item .text {
    display: inline-block;
    _padding: 4px;
}

section.offer .item h3 {
    font-size: 20px;
    _font-family: 'Gothic Bold';
    color: rgb(49, 133, 156);
    font-weight: 600;
    padding: 0 0 8px;
    _text-decoration: underline;
    _text-transform: uppercase;
}

section.offer .item p {
    color: rgba(0, 0, 0, 0.75);
    line-height: 1.25em;
}

section.why {
    background: linear-gradient(to right bottom, white, rgb(240, 240, 240));
    border: 4px solid white;
}

section.why h2 {
    _color: rgb(49, 133, 156);
    _margin: 0 0 32px;
}

section.why h3 {
    color: rgb(49, 133, 156);
    font-size: 20px;
    font-family: 'Gothic Bold';
    padding: 0 0 8px;
}

section.why h3 img {
    height: 20px;
    padding: 0 8px 0 0;
}

section.why .container {
    padding: 32px 0 96px;
}

section.why .item {
    display: inline-block;
    width: 582px;
    text-align: left;
    padding: 16px;
}

section.why .item p {
    line-height: 1.25em;
}


section.projects-promo {
    background: linear-gradient(transparent, rgba(240, 240, 240, 1));
    padding: 0 0 32px;
    _position: relative;
}

section.projects-promo .button {
    margin: 48px 0 32px;
}

.slick-arrow {
    color: rgba(0, 0, 0, 0.75) !important;
}

section.projects-promo .container {
    padding: 48px 32px 0;

}

section.projects-promo .item {
    _background: white;
    _box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
    display: inline-block;
    _margin: 16px 32px 16px 0;
    margin: 0 0 0 0;
    text-align: left;
    width: 300px;
    height: 258px;
    cursor: pointer;
    position: relative;
    padding: 0 32px 0 0;
}

section.projects-promo .item .info {
    opacity: 0;
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 40px);
    height: calc(100% - 16px);
    background: rgba(49, 133, 156, 0.75);
    color: white;
    transition: opacity 0.25s;
}

section.projects-promo .item:hover  .info {
    opacity: 1;
}
_section.projects-promo .item:first-child {
    margin: 320px 0px 0;
}
_section.projects-promo .item:last-child {
    margin: 16px 0;
}

section.projects-promo .item img {
    border: 4px solid white;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 250px;
}

section.projects-promo .item h3 {
    margin: 24px 24px 16px;
    font-size: 20px;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
}

section.projects-promo .item p {
    color: white;
    padding: 0 24px 24px;
    margin: 0;
}

section.promo {
    _background: linear-gradient(transparent, rgba(240, 240, 240, 1));
    padding: 0 0 32px;
}

section.promo .right {
    text-align: right !important;
    padding: 0 0 0 32px;
}

section.promo .right .heading {
    text-align: right;
}

section.promo .right .heading .separator {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
}

section.promo .left {
    padding: 0 32px 0 0;
}

section.promo img {
    border: 2px solid white;
    margin: 0 0 64px;
}

section.promo .separator {
    background: white;
}

section.promo p {
    color: white;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

section.promo .button {
    border-color: white;
    color: white;
    text-shadow:  0 0 10px rgba(0, 0, 0, 0.25);
}

section.promo .button:hover {
    background: white;
    _color: rgb(49, 133, 156);
    color: rgba(0, 0, 0, 0.75);
}

section.partners {
    background: linear-gradient(transparent, rgba(240, 240, 240, 1));
    padding: 0 0 16px;
}

section.partners .heading h2 {
    padding-top: 48px !important;
}

section.partners img {
    height: 96px;
    margin: 32px 16px 0;
}

section.video .heading h2 {
    color: white !important;
}

section.video .heading .separator {
    background: white !important;
}

section.video .heading .description {
    color: white !important;
}

section.video {
    padding: 32px 0 96px;
}

section.video a.video-button {
    color: white;
    display: inline-block;
    font-size: 32px;
    height: 64px;
    line-height: 64px;
    margin: 32px 0 0;
    padding: 0 32px;
    text-transform: uppercase;
}

section.video a.video-button:hover i {
    text-shadow: 0 0 16px rgba(255, 255, 255, 0.75);
}

section.video a.video-button i {
    border-radius: 50%;
    display: inline-block;
    font-size: 64px;
    height: 64px;
    margin: 0 auto;
    text-align: center;
    transition: 0.25s;
    width: 64px;
}

section.overlay {
    color: white;
}


section.video .separator {
    background: white;
}

section.video p {
    color: white;
}

section.welcome {
    align-items: center;
    display: flex;
    min-height: calc(100vh - 64px);
    justify-content: center;
}

section.welcome .white-logo {
    height: 150px;
    display: block;
    margin: 16px auto;
}

section.welcome .container {
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.25);
    width: 100%;
    padding: 32px 0;
}

section.welcome h2 {
    color: white;
    color: rgb(50, 50, 50);
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 24px 0 16px;
    text-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
}

section.welcome .separator {
    width: 96px;
    height: 4px;
    background: black;
    margin: 24px auto;
}

section.welcome p {
    color: rgba(33, 89, 104, 1);
    font-size: 30px;
    _font-style: italic;
    margin: 0 auto;
    max-width: 600px;
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.overlay {
    background: linear-gradient(rgba(35, 160, 160, 0.4), rgba(35, 160, 160, 0.4));
}



/***********/
section.mail {
    background: white;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    margin: 0 auto 64px;
    padding: 0 40px 80px;
    width: 720px;
}

section.bottom-line {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0 0 80px;
}

section.bottom-line .abc .item {
    width: 258px;
    margin: 20px 60px 20px;
}


/* project */
.projects {
    padding: 32px 32px !important;
    text-align: left !important;
}

.project {
    background: white;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.05);
    margin: 16px;
    width: 536px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.project:last-child {
    _margin: 64px 0;
}

.project .image {
    display: inline-block;
    width: 100%;
}

.project .image img {
    border: 4px solid white;
    width: 100%;
    height: 400px;
}

.project .info {
    opacity: 0;
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background: rgba(49, 133, 156, 0.75);
    color: white;
    transition: opacity 0.25s;
}

.project:hover .info {
    opacity: 1;
}

.project h3 {
    font-size: 24px;
    padding: 32px 32px 0;
}

.project p.description {
    font-size: 16px;
    padding: 16px 0 0;
}

.project p.meta {
    font-size: 16px;
    padding: 8px 32px 0px;
    line-height: 1.25em;
}

.project p.meta i {
    color: rgba(49, 133, 156, 1);
    color: white;
    display: inline-block;
    padding: 0 4px 0 0;
    width: 16px;
}

/* separator */
.separator {
    background: rgba(49, 133, 156, 1);
    background: rgba(89, 89, 89, 1);
    display: inline-block;
    height: 4px;
    margin: 32px 0 0;
    width: 100px;
}

/* support */
.support {
    padding: 40px 0 0;
}

.support input[type=submit],
.support input[type=text],
.support textarea {
    border: none;
    display: block;
    font-weight: 500;
    text-align: center;
    outline: none;
    font-family: inherit;
    font-size: 16px;

}

.support input[type=submit] {
    background: rgba(49, 133, 156, 1);
    background: black;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.05);
    color: white;
    font-size: 16px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    margin: 48px auto 0;
    padding: 0 64px;
    cursor: pointer;
    transition: 0.25s;
    _text-transform: uppercase;
}

_.support input[type=submit]:active {
    background: none;
    border-color: rgba(0, 0, 0, 0.75);
    _color: rgba(49, 133, 156, 1);
}

.support input[type=text] {
    background: rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    height: 48px;
    line-height: 48px;
    margin: 24px 16px 0;
    padding: 0 16px;
    display: inline-block;
    width: 200px;
}

.support textarea {
    background: rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    _border-radius: 4px;
    height: 48px;
    line-height: 48px;
    margin: 24px 24px 0;
    padding: 0 16px;
    width: calc(100% - 40px);
    text-align: left;

}

.support input[type=text]:focus,
.support textarea:focus {
    background: white;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.75);
}

.support input[type=text] {

}

.support textarea {
    height: 96px;
    line-height: 1.25em;
    padding: 16px;
    resize: vertical;
}

.support {
    margin: 0 auto;
}

.support input[type=submit] {
    _background: black;
    background: none;
    border: none;
    display: block;
    _margin: 64px 0 0;
    _color: white;
    padding: 16px 64px;

        border: 2px solid rgba(49, 133, 156, 1);
        border-radius: 24px;
        box-shadow: 0 24px 24px rgba(0, 0, 0, 0.05);
        color: rgba(49, 133, 156, 1);
        font-weight: 500;
        height: 48px;
        line-height: 48px;
        _margin: 32px 0;
        padding: 0 48px;
        text-transform: uppercase;
}

.support input[type=submit]:hover  {
    background: rgba(49, 133, 156, 1);
    color: white;
}

.support textarea {
    height: 128px;
}

.background-white {
    background: white;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.05);
}

/* Gallery */
.gallery {
    display: none;
    background: rgba(0, 0, 0, 0.75);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;

    align-items: center;
    justify-content: center;
}

.gallery #galleryBtnPrev,
.gallery #galleryBtnNext {
    background: none;
    border: none;
    top: calc(50vh -  24px);
    position: fixed;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    width: 64px;
}

.gallery #galleryBtnPrev {
    left: 0;
}

.gallery #galleryBtnNext {
    right: 0;
}

.gallery button.close {
    background: none;
    border: none;
    font-size: 20px;
    height: 64px;
    line-height: 64px;
    width: 64px;
    position: fixed;
    right: 0;
    top: 0;
    color: rgba(255, 255, 255, 0.5);
}

.gallery button:hover {
    color: white !important;
}

.gallery img {
    border: 2px solid white;
    margin: 32px auto;
    max-height: calc(100vh - 96px);
    max-width: calc(100% - 96px);
}

.gallery .cnt {
    color: white;
    position: absolute;
    top: 0;
    width: 200px;
    left: calc(50% - 100px);
    font-size: 16px;
    padding: 16px;
}

.about-tags {
    margin: 32px 0 0;
}

.about-tags .tag {
    display: inline-block;
    font-size: 16px;
    margin: 0 32px 16px 0;
    width: 200px;
    position: relative;
    padding: 0 0 0 32px;
    line-height: 1.25em;
}

.about-tags .tag i {
    left: 0;
    position: absolute;
}

form.order {
    padding: 64px 0 0;
}

form.order .input {
    background: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    font-family: inherit;
    font-size: 16px;
    padding: 16px 0;
    color: inherit;
    display: block;
    margin: 0 0 32px;
    width: 100%;
}
form.order .input:focus {
    border-color: rgba(0, 0, 0, 0.75);
}
form.order .submit {
    _background: black;
    background: none;
    border: none;
    display: block;
    margin: 64px 0 0;
    _color: white;
    padding: 16px 64px;

        border: 2px solid rgba(49, 133, 156, 1);
        border-radius: 24px;
        box-shadow: 0 24px 24px rgba(0, 0, 0, 0.05);
        color: rgba(49, 133, 156, 1);
        font-weight: 500;
        height: 48px;
        line-height: 48px;
        _margin: 32px 0;
        padding: 0 48px;
        text-transform: uppercase;
}

form.order .submit:hover {
    background: rgba(49, 133, 156, 1);
    color: white;
}

/* map */
.map {

}

iframe {
    border: 2px solid white;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
}


.contacts-left {
    display: inline-block;
    padding-left: 125px;
}

.contacts-left .item {
    display: block !important;
    width: 325px !important;
    padding-bottom: 24px !important;
    margin-left: 0px !important;
}

.contacts-left .item .icon i {
    font-size: 32px !important;
    vertical-align: top;
    padding: 0 0 0 18px;
}

.contacts-right {
    padding: 0 0 0 100px;
    display: inline-block;
}
