﻿/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1em;
    font-family: 'PT SANS', sans-serif;
    font-weight: 300;
    color: #ffffff;
    position: relative;
}
html, body {
    width: 100%;
    height: 100%;
}
ol, ul {
    list-style: none;
    margin: 0;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
a{
    color: inherit;
    font: inherit;
    text-decoration: none;
    outline: none;
    font-size: 16px;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
    border: none;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html * { max-height:999999px; }
.all-content{
    min-height: 100%;
    font-size: 0;
}
.base-fon{
    display: block;
    background: url("../img/ajy.jpg") no-repeat center top;
    background-attachment: fixed;
    /*background-size: 100%;*/
}
@media only screen and (max-width: 1920px) and (min-width: 1800px), handheld{
    .base-fon{
        display: block;
        background: url("../img/ajy.jpg") no-repeat center top;
        background-attachment: fixed;
        background-size: 100%;
    }
}
.wrap{
    display: block;
    width: 1200px;
    margin: 0 auto;
}
.base-header{
    display: block;
    padding: 20px 0;
    margin: 0 0 40px 0;
}
.logo{
    display: inline-block;
    vertical-align: top;
    width: 280px;
    margin: 0 0 0 10px;
}
.menu{
    display: inline-block;
    vertical-align: top;
    max-width: 750px;
    height: 34px;
}
.menu ul li{
    display: inline-block;
    vertical-align: top;
}
.menu ul li a{
    display: block;
    font: bold 16px/30px 'pt sans';
    height: 34px;
    color: #ffffff;
    margin: 5px;
    text-decoration: underline;
    padding: 0 20px;
    position: relative;
    z-index: 102;
}
.menu ul li a:hover{
    text-decoration: none;
    color: #ff8484;
}
.menu ul li.active a{
    text-decoration: none;
    color: #ff8484;
    border: 1px solid #ff8484;
    border-radius: 17px;
}
.phone-top{
    display: inline-block;
    width: 180px;
    vertical-align: top;
    text-align: right;
    margin: -10px 0 0 0;
}
.center{
    text-align: center;
}
p{
    font: 16px/30px 'pt sans';
}
h1{
    font: 50px 'pt sans';
    margin: 0 0 20px 0;
}
hgroup h1{
    margin: 0;
}
h2{
    font: 40px/50px 'pt sans';
    margin: 0 0 20px 0;
}
h3{
    font: 30px/40px 'pt sans';
    margin: 0 0 20px 0;
}
h4{
    font: 26px/30px 'pt sans';
    margin: 0 0 20px 0;
}
h5{
    font: 20px/26px 'pt sans';
    margin: 0 0 10px 0;
}
h6{
    font: 14px/30px 'pt sans';
}
small{
    font: 14px/30px 'pt sans';
}
hgroup{
    margin: 0 0 30px 0;
}
.link-block{
    display: block;
}
.one-link-block{
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 280px;
    min-height: 320px;
    padding: 0 20px 20px 20px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.35);
    -webkit-box-shadow:inset 0 0 10px 0 rgba(0,0,0,0.4);
    box-shadow:inset 0 0 10px 0 rgba(0,0,0,0.4);
    margin: 0 10px 20px 10px;
}
.link-block-img{
    display: table-cell;
    width: 240px;
    height: 130px;
    vertical-align: middle;
    padding: 40px 0;
}
.link-block-img img{
    display: block;
    margin: 0 auto;
    max-width: 130px;
    max-height: 130px;
}
.link-block-text{
    display: inline;
    font: bold 20px/30px 'pt sans';
    border-bottom: 1px solid #ffffff;
}
.one-link-block:hover .link-block-text{
    border: 1px solid transparent;
}
.content{
    display: block;
    padding: 0 0 40px 0;
}
.copyright{
    display: inline-block;
    vertical-align: top;
    line-height: 48px;
    margin: 6px 0 0 0;
}
/* longcat  block*/
.longcat{
    padding: 0 60px 0 0;
    text-align: right;
    position: relative;
    vertical-align: top;
    display: inline-block;
    width: 250px;
    height: 42px;
    float: right;
    margin: 0;
}
.longcat p{
    font: 14px/48px 'pt sans';
    margin: 6px 0 0 0;
}
.longcat p a{
    color: #ff6666;
    font: 14px/48px 'pt sans';
}
.longcat p a:hover{
    text-decoration: underline;
}
.logo-longcat{
    display: block;
    position: absolute;
    width: 42px;
    height: 48px;
    top: 0;
    right: 0;
}
/*end longcat block*/
footer{
    display: block;
    width: 1200px;
    margin: -100px auto 0 auto;
    border-top: 1px solid rgba(255,255,255,0.4);
    padding: 20px 0 30px 0;
    height: 100px;
    overflow: hidden;
}
.hFooter{
    display: block;
    width: 100%;
    height: 100px;
}
.partners{
    display: block;
    width: 900px;
    margin: 0 auto;
}
.one-partners{
    display: inline-block;
    vertical-align: top;
    background: #ffffff;
    width: 280px;
    height: 100px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    margin: 0 10px 20px 10px;
}
.one-partners span{
    display: table-cell;
    vertical-align: middle;
    width: 280px;
    height: 100px;
}
.one-partners span img{
    display: block;
    margin: 0 auto;
    max-width: 280px;
    max-height: 100px;
    opacity: 0.5;
}
.one-partners:hover span img{
    opacity: 1;
}
.object{
    display: block;
}
.one-object{
    display: inline-block;
    vertical-align: top;
    width: 280px;
    height: 300px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    background: #ffffff;
    border-radius: 10px;
    margin: 0 10px 20px 10px;
    color: #333333;
    overflow: hidden;
    text-align: left;
}
.object-img{
    display: table-cell;
    vertical-align: middle;
    width: 280px;
    height: 180px;
    position: relative;
    overflow: hidden;
}
.object-img img{
    display: block;
    margin: 0 auto;
    max-width: 280px;
    max-height: 180px;
}
.one-object p{
    padding: 20px 30px;
    font: 14px/20px 'pt sans';
}
.object-img:before{
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    z-index: 2;
    border-radius: 10px 10px 0 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=0 );
}
.object-img:after{
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    background: url("../img/plus.png") no-repeat center;
    z-index: 3;
    top: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.object-img:hover:before{
    opacity: 1;
}
.object-img:hover:after{
    opacity: 1;
}
.lb-outerContainer{
    /*min-width: 600px;*/
    /*min-height: 400px;*/
    text-align: center;
}
.lb-dataContainer{
    display: none !important;
}
.lb-container{
    padding: 20px;
}
.lightbox .lb-image{
    margin: 0 auto;
}
.left-content{
    display: inline-block;
    vertical-align: top;
    width: 220px;
    margin: 0 10px;
    text-align: left;
}
.right-content{
    display: inline-block;
    vertical-align: top;
    width: 950px;
    margin: 0 10px 0 0;
    text-align: left;
}
.btn-prev{
    display: block;
    width: 180px;
    height: 34px;
    font: bold 16px/30px 'pt sans';
    color: #ff8484;
    border: 1px solid #ff8484;
    border-radius: 17px;
    text-align: center;
    padding: 0 40px;
    position: relative;
    overflow: hidden;
}
.btn-prev span{
    padding: 0 0 0 25px;
    background: url("../img/arrow.svg") no-repeat left center;
}
.btn-download{
    display: block;
    width: 180px;
    height: 80px;
    font: bold 16px/30px 'pt sans';
    color: #ff8484;
    border: 1px solid #ff8484;
    border-radius: 4px;
    text-align: center;
    padding: 0 40px;
    position: relative;
    overflow: hidden;
    margin: 10px 0 0 0;
}
.btn-download span{
    padding: 50px 0 0 0;
    height: 80px;
    line-height: 110px;
    background: url("../img/ellipse.svg") no-repeat center 15px;
}
.anim {
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.anim:before {
    position: relative;
    content: '';
    display: block;
    margin-top: 100%;
}
.anim:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
}
.hoverable:hover > .anim {
    -moz-animation: anim-out 0.3s;
    -webkit-animation: anim-out 0.3s;
    animation: anim-out 0.3s;
}
.hoverable:hover > .anim:after {
    -moz-animation: anim-out-pseudo 0.3s;
    -webkit-animation: anim-out-pseudo 0.3s;
    animation: anim-out-pseudo 0.3s;
}
@-webkit-keyframes anim-in {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-moz-keyframes anim-in {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-ms-keyframes anim-in {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@keyframes anim-in {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-webkit-keyframes anim-in-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        background: transparent;
    }
}
@-moz-keyframes anim-in-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        background: transparent;
    }
}
@-ms-keyframes anim-in-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        background: transparent;
    }
}
@keyframes anim-in-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        background: transparent;
    }
}
@-webkit-keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-moz-keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-ms-keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-webkit-keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        background: transparent;
    }
}
@-moz-keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        background: transparent;
    }
}
@-ms-keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        background: transparent;
    }
}
@keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }
    100% {
        background: transparent;
    }
}
.white-block{
    background: #ffffff;
    border-radius: 6px;
    display: block;
    padding: 30px 50px 30px 50px;
    color: #333333;
}
.white-block p{
    display: block;
    margin: 0 0 30px 0;
}
.map{
    display: block;
    width: 950px;
    height: 370px;
    overflow: hidden;
    border-radius: 6px 6px 0 0 ;
    margin: -30px -50px 50px -50px;
}
.contact{
    display: block;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}
.contact p{
    margin: 0;
}
.contact small{
    display: block;
    color: #8c8c8c;
    font: 16px/30px 'pt sans';
}
.white-block a{
    color: #ff8484;
    text-decoration: underline;
    font: 16px/30px 'pt sans';
}
.white-block a:hover{
    text-decoration: none;
}
.one-contact{
    display: inline-block;
    width: 420px;
    vertical-align: top;
    margin: 0 0 30px 0;
}
.address-wrap{
    display: inline-block;
    width: 420px;
    vertical-align: top;
}
.none{
    display: none;
}
.loader{
    display: block;
    padding: 0;
}
.loader img{
    display: inline-block;
    vertical-align: top;
    margin: 7px 10px 0 0;
}
.white-block ul{
    display: block;
    margin: 0 0 30px 0;
}
.white-block ul:last-child{
    margin: 0;
}
.white-block ul li, .white-block ol li{
    display: block;
    font: 16px/30px 'pt sans';
    padding: 0 0 0 20px;
    position: relative;
}
.white-block ul li:before{
     display: inline-block;
     content: '';
     width: 4px;
     height: 4px;
     background: #333333;
     border-radius: 2px;
     position: absolute;
     top: 15px;
     left: 0;
 }
.white-block ol li:before{
    display: inline-block;
    content: '';
    width: 4px;
    height: 4px;
    background: #333333;
    border-radius: 2px;
    position: absolute;
    top: 15px;
    left: 0;
}
li.sub-menu{
    width: 305px;
    margin: 0 -210px 0 0;
    height: 39px;
    position: relative;
    overflow: hidden;
}
li.sub-menu.sub-menu-active{
    width: 305px;
    margin: 0 -210px 0 0;
}
li.sub-menu.sub-menu-active a.sub-menu-a{
    width: 86px;
    color: #ff6666;
    border: none;
    border-radius: 6px 6px 0 0 !important;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.9) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#e6000000',GradientType=0 );
}
.sub-menu-block{
    position: absolute;
    z-index: 100;
    width: 300px;
    padding: 0 0 10px 0;
    margin: -5px 0 0 5px;
    border-radius: 0 0 6px 6px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.9) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#e6000000',GradientType=0 );
}
.sub-menu-block li{
    display: block;
}
.menu ul li .sub-menu-block li a{
    width: 100%;
    font: bold 14px/20px 'pt sans';
    color: #ffffff;
    text-decoration: underline;
    margin: 10px 0;
    height: auto;
}
.menu ul li .sub-menu-block li a:hover{
    text-decoration: none;
    color: #ff6666;
}
.white-block img{
	width: 255px;
	height: auto;
}
.white-block img:hover{
	cursor:pointer;
}
.menu ul li.sub-menu.active .sub-menu-block li a{
    width: 100%;
    font: bold 14px/20px 'pt sans';
    color: #ffffff;
    text-decoration: underline;
    margin: 10px 0;
    height: auto;
    border: none;
    border-radius: 0;
}
li.sub-menu.active a.sub-menu-a{
    width: 86px !important;
    border-radius: 17px;
    height: 34px !important;
}
.menu ul li.sub-menu.active .sub-menu-block li.active a{
    color: #ff6666;
    text-decoration: none;
    border: none;
}
.menu ul li.sub-menu.active .sub-menu-block li a:hover{
    text-decoration: none;
}