.Justifier
{
    font-size: 5%;
    line-height: 0;

    text-align: justify;
}.Justifier:after
{
    display: inline-block;

    width: 100%;
    height: 0;

    content: '';
}.jItem
{
    font-size: 2000%;
    line-height: normal;

    display: inline-block;

    vertical-align: top;
}.text-left
{
    text-align: left !important;
}.text-center
{
    text-align: center !important;
}.text-right
{
    text-align: right !important;
}.vAligner:after
{
    display: inline-block;

    width: 0;
    height: 100%;

    content: '';
    vertical-align: middle;

    background: yellow;
}.vItem
{
    display: inline-block;

    vertical-align: middle;
}.listHorz
{
    list-style: none;
}.listHorz > li
{
    display: inline-block;
}.fillParent
{
    width: 100%;
    height: 100%;
}.multiLayer .fillParent
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}.floatLeft
{
    float: left;
}.floatRight
{
    float: right;
}.hidden
{
    display: none !important;
}.invisible
{
    opacity: 0 !important;
}.Site-icon
{
    display: inline-block;

    background-image: url('./sprite.png');
}.icon-close,
.with-icon-close:before
{
    width: 32px;
    height: 31px;

    background-position: 0 0;
}.with-icon-close:before
{
    content: '';
}.icon-map-hide,
.with-icon-map-hide:before
{
    width: 28px;
    height: 15px;

    background-position: -34px 0;
}.with-icon-map-hide:before
{
    content: '';
}.icon-map-show,
.with-icon-map-show:before
{
    width: 28px;
    height: 15px;

    background-position: 0 -33px;
}.with-icon-map-show:before
{
    content: '';
}*
{
    margin: 0;
    padding: 0;

    border: 0;
}html
{
    height: 100%;
}body
{
    font-size: 10px;

    position: relative;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 100%;
    padding-bottom: 77px;

    background-color: #000;
}@media (max-width: 600px)
{
    body
    {
        padding-bottom: 246px;
    }
}.page
{
    text-align: center;

    background: #1a1a1a url('./inner_bck.jpg') 50% 0 no-repeat;
}article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
time
{
    display: block;
}iframe
{
    border: none;
}ul
{
    list-style-type: none;
}::-moz-selection
{
    color: #fff;
    background: #dc3333;
}::selection
{
    color: #fff;
    background: #dc3333;
}.title
{
    font-family: 'Geometria-Medium',Arial,sans-serif;
    font-size: 48px;
    font-weight: 100;

    margin: 20px 0 60px;

    letter-spacing: .075em;
    text-transform: uppercase;

    color: #fff;
}.container h1
{
    font-size: 2.33em;

    position: relative;
    z-index: 10;

    text-align: center;
    letter-spacing: .1em;
}.container h2
{
    font-family: 'PT Sans',Tahoma,sans-serif;
    font-size: 1.09em;
    font-weight: 400;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 1em;

    color: #dc3333;
}.container a
{
    text-decoration: none;

    color: #fff;
    border-bottom: 1px solid #fff;
}.container a:hover
{
    border: none;
}@media (max-width: 480px),(max-height: 480px)
{
    .title
    {
        font-size: 43px;
    }.container h1
    {
        font-size: 1.8em;
    }
}.fullScreen
{
    width: 100%;
    height: 100%;
}.container
{
    font: 24px/1.2 'PT Sans',Tahoma,sans-serif;

    position: relative;
    z-index: 1;

    display: block;
    clear: both;

    max-width: 1200px;
    margin: 0 auto;
    padding: 1.66em 0 0;

    text-align: left;

    color: #fff;
}@media (max-width: 1280px)
{
    .container
    {
        padding-right: 2em;
        padding-left: 2em;
    }
}@media (max-width: 950px)
{
    .container
    {
        padding-right: 1em;
        padding-left: 1em;
    }
}.full-width .container
{
    max-width: none;
    padding-right: 0 !important;
    padding-left: 0 !important;
}.container:last-child
{
    padding-bottom: 4em;
}@font-face
{
    font-family: 'Geometria-Medium';
    font-weight: 400;
    font-style: normal;

    src: url('../fonts/geometria/2C86E1_0_0.eot');
    src: url('../fonts/geometria/2C86E1_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/geometria/2C86E1_0_0.woff2') format('woff2'),url('../fonts/geometria/2C86E1_0_0.woff') format('woff'),url('../fonts/geometria/2C86E1_0_0.ttf') format('truetype');
}.link
{
    text-decoration: none;

    color: #fff;
    border-bottom: 1px solid;
}.link:hover
{
    color: #dc3333;
}.link-st
{
    font-size: 18px;

    position: relative;
    z-index: 1;

    display: inline-block;

    margin-right: .66em;
    margin-left: .66em;

    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    text-transform: lowercase;

    color: #fff;
    border: none;
}.link-st:after
{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 0;

    content: '';
    -webkit-transition: border .2s linear 0s,bottom .2s linear 0s;
       -moz-transition: border .2s linear 0s,bottom .2s linear 0s;
         -o-transition: border .2s linear 0s,bottom .2s linear 0s;
            transition: border .2s linear 0s,bottom .2s linear 0s;

    border-bottom: 2px solid #dc3333;
}.link-st:hover:after
{
    bottom: 38%;

    border-width: 3px;
}.link-bg
{
    position: relative;

    white-space: nowrap;
    text-decoration: none;

    color: #fff;
    border-bottom: 1px solid #dc3333;
}.link-bg:after
{
    position: absolute;
    z-index: -1;
    top: -.05em;
    right: -.4em;
    bottom: -.1em;
    left: -.4em;

    content: '';
    -webkit-transition: opacity .1s linear 0s;
       -moz-transition: opacity .1s linear 0s;
         -o-transition: opacity .1s linear 0s;
            transition: opacity .1s linear 0s;

    opacity: 0;
    border-bottom: 1px solid #dc3333;
    background: #dc3333;
}.link-bg:hover
{
    border-color: transparent;
}.link-bg:hover:after
{
    opacity: 1;
}.link-bg-block
{
    font-size: 18px;

    display: inline-block;

    margin: 0 .4em .16em;
    padding-top: .16em;

    white-space: nowrap;
    text-decoration: none;
    text-transform: lowercase;

    color: #fff;
    border-bottom: 2px solid #dc3333;
}.link-bg-block:hover
{
    margin: 0;
    padding: .16em .4em;

    color: #fff;
    border-color: transparent;
    background-color: #dc3333;
}.Map
{
    font-size: 16px;

    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0 !important;

    display: none;
}.Map-info
{
    font-family: 'Geometria-Medium',Arial,sans-serif;
    font-size: 1.125em;
    line-height: 1.33;

    position: absolute;
    z-index: 10;
    top: 0;

    display: table;

    width: 100%;
    height: 75%;

    -webkit-transition: -webkit-transform .3s ease 0s;
       -moz-transition:    -moz-transform .3s ease 0s;
         -o-transition:      -o-transform .3s ease 0s;
            transition:         transform .3s ease 0s;
    text-align: left;

    background-color: #131313;
}@media (max-width: 360px),(max-height: 480px)
{
    .Map-info
    {
        font-size: 1em;
    }
}.Map-info > .icon-close
{
    position: absolute;
    z-index: 20;
    top: 34px;
    right: 34px;

    cursor: pointer;
    -webkit-transition: -webkit-transform .3s ease-out;
       -moz-transition:    -moz-transform .3s ease-out;
         -o-transition:      -o-transform .3s ease-out;
            transition:         transform .3s ease-out;

    background-color: #131313;
}@media (max-width: 480px),(max-height: 480px)
{
    .Map-info > .icon-close
    {
        top: 14px;
        right: 14px;
    }
}.Map-info > .icon-close:hover
{
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
}.Map-info-inner
{
    display: table-cell;

    vertical-align: middle;
}.Map-contacts
{
    font-size: 1.2em;

    max-width: 540px;
    margin: 1.1em auto 0;
}@media (max-width: 950px)
{
    .Map-contacts
    {
        padding: 0 1em;
    }
}@media (max-height: 480px)
{
    .Map-contacts
    {
        margin-top: 0;
    }
}.Map-contacts > p
{
    font-family: 'PT Sans',Tahoma,sans-serif;
    font-size: inherit;

    margin: 0 0 .85em;
    padding: 0;

    color: white;
}@media (max-height: 650px)
{
    .Map-contacts > p
    {
        margin-bottom: .4em;
    }
}.Map-contacts > p.intro
{
    margin-bottom: 2em;
}@media (max-height: 650px)
{
    .Map-contacts > p.intro
    {
        margin-bottom: .8em;
    }
}.Map-contacts .big-link
{
    display: block;

    margin: .15em .37em;
}.Map-contacts .tel
{
    white-space: nowrap;
}.Map-toggler
{
    position: absolute;
    right: 0;
    bottom: 0;

    width: 90px;
    height: 90px;

    cursor: pointer;
    -webkit-transition: -webkit-transform .3s ease 0s;
       -moz-transition:    -moz-transform .3s ease 0s;
         -o-transition:      -o-transform .3s ease 0s;
            transition:         transform .3s ease 0s;

    background-color: #131313;
}@media (max-width: 480px),(max-height: 480px)
{
    .Map-toggler
    {
        width: 60px;
        height: 60px;
    }
}.Map-toggler > .icon-map-hide,
.Map-toggler > .icon-map-show
{
    position: absolute;
    top: 50%;
    left: 50%;

    margin: -7.5px 0 0 -14px;
}.Map-toggler > .icon-map-show
{
    display: none;
}_:-o-prefocus,
body:last-child .Map-toggler
{
    -o-transition: none;
       transition: none;
}.Map-info.slid
{
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
}.ie8minus .Map-info.slid
{
    top: -50%;
}.Map-info.slid > .Map-toggler
{
    -webkit-transform: translateY(99%);
       -moz-transform: translateY(99%);
        -ms-transform: translateY(99%);
         -o-transform: translateY(99%);
            transform: translateY(99%);
}.ie8minus .Map-info.slid > .Map-toggler
{
    top: 100%;
    bottom: auto;
}.Map-info.slid .icon-map-hide
{
    display: none;
}.Map-info.slid .icon-map-show
{
    display: block;
}#htdt-map
{
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-color: #f07373 !important;
}.Footer
{
    font-family: 'PT Sans',Tahoma,sans-serif;
    font-size: 10px;
    font-style: normal;

    position: absolute;
    z-index: 9999;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 77px;

    text-align: center;

    color: #fff;
}@media (max-width: 600px)
{
    .Footer
    {
        height: 213px;
        padding-bottom: 30px;

        background: #151515;
    }.index-page .Footer
    {
        left: 10%;

        width: auto;

        background: transparent;
    }
}.index-page .Footer
{
    position: fixed;
    bottom: -1px;
}.portfolio-work .Footer
{
    display: none;
}.text-page .Footer
{
    background: #151515;
}.Footer-menu
{
    overflow: hidden;

    height: 100%;
    margin: 0;

    list-style-type: none;

    text-align: justify;
}@media (max-width: 600px)
{
    .Footer-menu
    {
        width: 155px;
        min-width: 0;
        max-width: 700px;
        height: 100%;
        margin-left: 10%;
        padding-top: 30px;
    }.index-page .Footer-menu
    {
        margin-left: 0;
    }
}.Footer-menu:after
{
    display: inline-block;

    width: 100%;
    height: 0;

    content: '';
}.Footer-menu > li
{
    display: inline-block;

    vertical-align: middle;
}@media (max-width: 600px)
{
    .Footer-menu > li
    {
        display: block;

        min-width: 156px;

        text-align: left;
    }
}.Footer-menu > li:first-child
{
    height: 100%;
    padding-left: 7.7%;
}@media (max-width: 600px)
{
    .Footer-menu > li:first-child
    {
        height: auto;
        padding-left: 0;
    }
}.Footer-menu > li.last
{
    padding-right: 7.7%;
}.Footer .link-st
{
    font: 18px 'PT Sans',Tahoma,sans-serif;

    margin-top: .23em;
    margin-bottom: .23em;

    color: white;
}@media (max-width: 600px)
{
    .Footer-logoWr
    {
        height: auto;
        margin-bottom: 10px;
        margin-left: 5px;
        padding-left: 0;
    }
}.index-page .Footer-logoWr
{
    display: none;
}.Footer-logo
{
    display: inline-block;

    width: 23px;
    height: 23px;
    margin: 0 0 0 10px;
    padding: 0;

    -webkit-transition: -webkit-transform .5s;
       -moz-transition:    -moz-transform .5s;
         -o-transition:      -o-transform .5s;
            transition:         transform .5s;
    vertical-align: middle;

    border: medium none;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    background-color: #dc3333;
}.Footer-logo:after
{
    content: none;
}.Footer-logo:hover
{
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);

    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}
