@font-face {
    font-family: 'fontad09e895cf163e6021166601b052c778';
    src:    url('https://nomail.com.ua/files/eot/ad09e895cf163e6021166601b052c778.eot?#iefix') format('embedded-opentype'),
        url('https://nomail.com.ua/files/woff/ad09e895cf163e6021166601b052c778.woff') format('woff'),
        url('https://nomail.com.ua/files/woff2/ad09e895cf163e6021166601b052c778.woff2') format('woff2');
}

@font-face { font-family: 'PragmaticaLightC';  src: local('PragmaticaLightC'), url('https://nomail.com.ua/files/woff/ad09e895cf163e6021166601b052c778.woff') format('woff'); }

body {
    color: #3c3c3c;
    font-family: 'PragmaticaLightC', /*'Roboto',*/ sans-serif;
    word-spacing: 5px;
}

.bg-corp {
    background: #020202 !important;
}

/*.text-corp {*/
    /*color: #bebebe !important;*/
/*}*/

.header {
    /*padding-top: 80px;*/
    position: relative;
}

.header .logo {
    display: inline-block;
    margin-bottom: 50px;
    margin-top: 80px;
}

.header-bg-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: repeat-y top right;
    animation: slide 500s linear infinite;
}

.header-bg-wrapper2 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: repeat-y top left;
    animation: slide 500s linear infinite;
}

@keyframes slide {
    0% {
        /*transform: translate3d(0, 0, 0);*/
        background-position-y: 0;
    }
    100% {
        /*transform: translate3d(-1692px, 0, 0); !* The image width *!*/
        background-position-y: -5000px;
    }
}

.header .header-bg-gradient {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 500px;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(2,2,2,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(2,2,2,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(2,2,2,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#020202',GradientType=0 ); /* IE6-9 */
}

.header .slogan {
    display: block;
    color: #bebebe;
    margin-bottom: 120px;
    text-transform: uppercase;
}

.pl-90 {
    padding-left: 90px !important;
}

.header .more {
    color: #735335;
    padding-right: 60px;
    position: relative;
}

.header .more .more-title,
.header .more .more-subtitle
{
    color: #b88640;
}

.header .more .more-title {
    font-size: 30px;
}

.header .more .more-subtitle {
    font-size: 24px;
    margin-bottom: 60px;
}

.header .more .more-text {
    line-height: 35px;
    font-size: 16px;
    position: absolute;
    height: 250px;
    overflow-y: scroll;
}

.header .column {
    height: 880px;
    position: relative;
    z-index: 1000;
}

.header .links {
    margin-bottom: 90px;
}

.header .links a {
    display: inline-block;
    margin-right: 38px;
    width: 21px;
    height: 21px;
    background: no-repeat center bottom;
}

.header .links a.icon-mail {
    background-image: url('../images/mail.png');
}
.header .links a.icon-map {
    background-image: url('../images/map.png');
}
.header .links a.icon-phone {
    background-image: url('../images/phone.png');
}

.header .links a.icon-mail:hover {
    background-image: url('../images/mail-active.png');
}
.header .links a.icon-map:hover {
    background-image: url('../images/map-active.png');
}
.header .links a.icon-phone:hover {
    background-image: url('../images/phone-active.png');
}

.phone {
    transform: rotateY(180deg);
}

.section {
    background: #0b0b0b;
    margin-top: 100px;
    position: relative;
}

.ptb-70 {
    padding: 70px 0 !important;
}

.item {
    min-height: 116px;
    background: #161616;
    margin-bottom: 3px;
    vertical-align: middle;
    line-height: 116px;
}

.item-row {
    cursor: pointer;
}

.item-title {
    line-height: 116px;
    color: #bebebe;
    text-transform: uppercase;
    padding-left: 100px;
}

.item-more span {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    line-height: 23px;
    padding: 0 40px;
}

.item-icon {
    text-align: right;
    background: url("../images/icon.png") no-repeat center right;
}

.item:hover .item-more span,
.item.active .item-more span {
    color: #87501e;
}

.item:hover, .item.active, .info a.link-page:hover {
    background-color: #333;
}

.item:hover .item-icon,
.item.active .item-icon {
    background-image: url("../images/icon-active.png");
}

.item-details {
    line-height: normal;
    background: #0b0b0b;
    padding: 40px 20px 60px 0;
    display: none;
}

.item.active .item-details {
    display: block;
}

.item-details-text {
    padding-left: 100px;
    color: #735335;
    padding-bottom: 60px;
}

.item-details-text span.item-details-more {
    color: #87501e;
    display: inline-block;
    margin-top: 60px;
}

.item-images img {

    /*margin: 10px 10px 0 0;*/
    margin-bottom: 30px;
}

.footer-box {
    font-size: 12px;
    margin: 30px 0;
    text-align: right;
}

.info a.link-page {
    display: block;
    width: 100%;
    background: #121212;
    color: #735335;
    text-transform: uppercase;
    line-height: 60px;
    height: 60px;
    vertical-align: middle;
    text-decoration: none;
    /*text-align: center;*/
    margin-bottom: 3px;
    overflow: hidden;
}

.info a.link-page:hover {
    color: #87501e;
}

.pl-170 {
    padding-left: 170px !important;
}

@media (max-width:575.98px) {

    .pl-170 {
        padding-left: 50px !important;
    }
}

/*@media (max-width:767.98px) {

    .pl-170 {
        padding-left: 70px !important;
    }
}*/

.contacts {
    color: #87501e;
    margin: 100px 0 50px 0;
}

.contacts span {
    color: #502d07;
}

.contacts img {
    display: inline-block;
    margin-right: 15px;
}
.contacts img.icon-f-map {
    margin-top: 10px;
}

.contacts a {
    text-decoration: none;
    color: inherit;
}

.contacts a:hover {
    text-decoration: underline;
}

.map iframe {
    min-height: 350px;
    filter: grayscale(50%) hue-rotate(330deg);
    opacity: 0.7;
    border: none !important;
}

/*.scrollToTop {
    width: 50px;
    height: 50px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #bebebe;
    text-decoration: none;
    position: fixed;
    top: 75px;
    right: 40px;
    display: none;
    background: rgba(11, 11, 11, 0.75);
    z-index: 100000000;
}*/

.scrollToTop {
    width: 55px;
    height: 55px;
    display: block;
    position: absolute;
    z-index: 1;
    text-align: center;
    vertical-align: middle;
    line-height: 55px;
    top: -77px;
    background: #0b0b0b;
    font-weight: bold;
    color: #1e1e1e;
    left: 20px;
    text-decoration: none;
    font-size: 24px;
}

.scrollToTop:hover {
    text-decoration: none;
    color: #444;
}

.page a {

    color: #87501e;
}

@keyframes hue {
    from {
        filter: hue-rotate(0deg);
    }
    to {
        filter: hue-rotate(-360deg);
    }
}

.hue {
    animation: hue 10s infinite linear;
}

.item-more, .item-more span {
    padding-left: 0;
}

.no-animation {
    animation: none !important;
}