* {
    padding: 0;
    margin: 0;
}

footer {
    position: relative;
}

body {
    background: #ffffff;
    font-family: 'RobotoCondensed';
    font-size: 10px;
    color: #232323;
}

a,
a:hover,
a:visited {
    color: #232323;
    text-decoration: none;
}

body,
html {
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: 'RobotoCondensed';
    src: url('fonts/RobotoCondensed-Regular-webfont.eot');
    src: url('fonts/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/RobotoCondensed-Regular-webfont.woff') format('woff'),
        url('fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype'),
        url('fonts/RobotoCondensed-Regular-webfont.svg#robotocondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedlight';
    src: url('fonts/RobotoCondensed-Light-webfont.eot');
    src: url('fonts/RobotoCondensed-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobotoCondensed-Light-webfont.woff') format('woff'),
         url('fonts/RobotoCondensed-Light-webfont.ttf') format('truetype'),
         url('fonts/RobotoCondensed-Light-webfont.svg#roboto_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

.required {
    color:#f30039;
}


.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

.pt-wrapper {
    position: relative;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
    display: block;
    overflow: hidden;
    background: #333;
    text-align: center;
    width:100%;
    height: 100%;
    left: 0;
    top: 0;
}

.pt-page {
    width: 100%;
    height: auto;
    position: absolute;
    top:100px;
    bottom:0px;
    visibility: hidden;
    overflow-y: scroll;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.pt-page.pt-page-4 {
    top:auto;
    margin-top: 100px;
    overflow: hidden;
}


.pt-page-current, .no-js .pt-page {
    visibility: visible;
    z-index: 1;
}

.no-js body {
    overflow: auto;
}

.pt-page-ontop {
    z-index: 999;
}

.pt-container {
    max-width: 920px;
    margin: 0 auto;
}

/* Triggers (Buttons) */

.pt-menu-container {
    max-width: 1024px;
    margin: 15px auto 0px auto;
}

.pt-menu {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    background: #ffffff;
    z-index: 999;
    height: 100px;
}

.pt-trigger {
    cursor: pointer;
}

.nav,
.logo {
    float:left;
}

.socials {
    float:right;
}

.nav {
    list-style-type: none;
    width: 87%;
}

.nav li {
    font-family: 'roboto_condensedlight';
    display: inline-block;
    line-height: 1.2em;
    vertical-align: middle;
    border-left: 1px solid #dadada;
    font-size: 2.2em;
    text-align: center;
    text-transform: uppercase;
    padding: 4px 0px;
    margin: 16px 0px 0px 0px;
    width: 24%;
}

.nav li:first-child {
    border-left: 0px;
}

.nav li a {
    width:87%;
    margin: 0 auto;
    text-align: center;
    padding: 0px 10px;
}

.nav li a.pt-trigger.selected,
.nav li a:hover {
    border:1px solid #303030;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

#menu_toggle {
    display: none;
}

.pt-menu .logo {
    width: 10%;
    min-width: 100px;
}

.menu-logo {
    margin-left: 32px;
}

.site-lang {
    background:url('../images/lang_box.png') no-repeat; 
    width:32px; 
    height:31px; 
    position:absolute; 
}

.site-lang a {
    width: 32px;
    line-height: 1em;
    position: absolute;
    text-align: center;
    font-size: 12px;
    top:3px;
    left:0;
    color: #898989!important;
}

.site-lang a:hover {
    color: #2085C7!important;
}

.pt-menu .socials {
    float:right;
    font-size: 1.8em;
    min-width: 20px;
    overflow: hidden;
    border-left: 0;
    margin-top: 16px;
    width: 3%;
}

.pt-menu .socials a {
    padding:0;
    margin:0;
    display: block;
    color: #898989;
}

.pt-menu .socials a:hover {
    color: #2085C7;
}

.pt-menu .socials a i {
    display: block;
    text-align: center;
}

.pt-menu .socials a#s_facebook {
    border-bottom: 1px solid #898989;
    padding-bottom:3px;
}

.pt-menu .socials a#s_youtube  {
    margin-top: 5px;
}

.pt-prev,
.pt-next {
    position: absolute;
    top:50%;
    width: 23px;
    height:32px;
    overflow: hidden;
    z-index:999999;
    background:url('../images/left_right.png') no-repeat;
}

.pt-prev {
    left:50%;
    margin-left: -480px;
    background-position: 0px 0px;
}

.pt-next {
    right:50%;
    margin-right: -480px;
    background-position: -23px 0px;
}

.pt-page .pt-content {
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
}

.pt-page .pt-content h1 {
    text-align: center;
    font-size: 3.8em;
    line-height: 2.3em;
    font-weight: normal;
}

/* Page 1 */

.pt-page-1 .pt-content {
    background: url('../images/background.jpg');
    background-position: 50% 0%;
}

.pt-page-1 .pt-content h1 {
    color: #ffffff;
}

.pt-page-1 .pt-content .pt-stream article,
.pt-page-5.pt-page-list .pt-content .pt-stream article {
    width:45.5%;
    height:450px;
    display: inline-block;
    margin:0px 1.5% 3% 1.5%;
    background: #fff;
    border-radius: 2px;
    color: #333333;
    vertical-align: top;
    overflow: hidden;
    padding-bottom: 15px;
}

.pt-page-5 .pt-content .pt-stream article {
    height: auto;
}

.pt-page-1 .pt-content .pt-stream article header,
.pt-page-5.pt-page-list .pt-content .pt-stream article header {
    width:100%;
    max-height:155px;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
}

.pt-page-1 .pt-content .pt-stream article header img,
.pt-page-5 .pt-content .pt-stream article header img {
    width: 100%;
    border-top-left-radius:2px;
    border-top-right-radius:2px;
}

.pt-page-1 .pt-content .pt-stream article header a,
.pt-page-5 .pt-content .pt-stream article header a {
    display: block;
    background: #fff;
    color: #000;
    position: absolute;
    top:15px;
    border-top-right-radius:2px;
    border-bottom-right-radius:2px;
    padding: 10px 0px;
}

.pt-page-1 .pt-content .pt-stream article header a h2,
.pt-page-5 .pt-content .pt-stream article header a h2 {
    font-size: 2.4em;
    line-height: 1em;
    margin: 0;
    padding:0px 15px;
    font-weight: normal;
    text-align: left;
}

.pt-page-1 .pt-content .pt-stream article .pt-block,
.pt-page-5.pt-page-list .pt-content .pt-stream article .pt-block {
    height:295px;
    margin-bottom:15px;
    overflow: hidden;
}

.pt-page-5.pt-page-list .pt-content .pt-stream article .pt-block {
    height: 80px;
}

.pt-page-1 .pt-content .pt-stream article .pt-block p,
.pt-page-5.pt-page-list .pt-content .pt-stream article .pt-block p {
    padding: 10px 15px;
    margin:0;
    line-height: 1.4em;
    font-size: 1.4em;
    text-align: left;
}

.pt-page-1 footer,
.pt-page-5 footer {
    background: #ffffff;
    width: 100%;
}

.pt-page-1 footer .pt-more {
    background: #1b1b1b;
    color:#fff;
    text-align: center;
}

.pt-page-1 footer .pt-more a {
    font-size: 2.5em;
    color: #1b1b1b;
    background: #fff;
    border-radius: 4px;
    line-height: 1em;
    display: inline-block;
    height: 31px;
    padding: 8px 20px 2px 20px;
    margin:20px 0px;
    text-transform: uppercase;
}

.pt-page-1 footer .pt-our-projets {
    background: #fff;
    color:#444;
}

.pt-page-1 footer .pt-our-projets .pt-title {
    font-size: 3.6em;
    line-height: 1em;
    margin:0.5em 0em;
    text-transform: uppercase;
    color: #000;
}
.pt-page-1 footer .pt-our-projets ul {
    list-style-type: none;
    margin: 0px 0px 25px 0px;
    padding:0;
}

.pt-page-1 footer .pt-our-projets ul li {
    width: 24.8%;
    float: left;
    border-left: 1px solid #f3f3f3;
    display: block;
    text-align: center;
}

.pt-page-1 footer .pt-our-projets ul li:first-child {
    border-left: 0px;
}

.pt-page-1 footer .pt-our-projets ul li p {
    margin: 0;
    padding:0;
    color: #0089e2;
    font-size: 1.8em;
    padding-right: 12px;
    line-height: 1em;
}

.pt-page-1 footer .pt-copyright .pt-container,
.pt-page-5 footer .pt-copyright .pt-container {
    padding:20px 0px;
    border-top:1px solid #f3f3f3;
    position: relative;
}

.pt-page-3 footer .pt-copyright .pt-container,
.pt-page-4 footer .pt-copyright .pt-container {
    position: relative;
}

.pt-page-1 footer .pt-copyright .pt-container .developer,
.pt-page-2 footer .pt-copyright .pt-container .developer,
.pt-page-3 footer .pt-copyright .pt-container .developer, 
.pt-page-4 footer .pt-copyright .pt-container .developer  {
    position: absolute;
    right: 0;
    top:25px;
    color: rgb(171, 171, 171);
}

.pt-page-2 footer .pt-copyright .pt-container .developer {
    color: rgba(255, 255, 255, 0.52);
}

.pt-page-2 footer .pt-copyright .pt-container .developer a {
    color: #fff;
}

.pt-page-1 footer .pt-copyright p,
.pt-page-5 footer .pt-copyright p {
    padding: 0;
    margin:0;
    line-height: 1.2em;
    font-size: 10px;
    text-align: left;
}

/* Page 2 */

.pt-page-2 .pt-content {
    background: url('../images/background2.jpg');
    background-position: 50% 0%;
}

.pt-page-2 .pt-content ul.pt-services {
    padding: 0px 0px 16px 0px;
    list-style-type: none;
}

.pt-page-2 .pt-content ul.pt-services li {
    display: block;
    float: left;
    width: 19%;
    padding: 1% 3%;
    color: #333;
    text-align: center;
}

.pt-page-2 .pt-content ul.pt-services li .pt-service-title {
    text-transform: uppercase;
    font-size: 2.4em;
    line-height: 1.4em;
    border-bottom: 1px solid #333;
    text-align: center;
    color: #232323;
    padding: 1.5em 0em .4em 0em;
}

.pt-page-2 .pt-content ul.pt-services li p {
    text-align: center;
    font-size: 1.4em;
    line-height: 1.2em;
    color: #232323;
    margin: 15px 0px;
}

.pt-page-2 footer {
    background:url('../images/footer2.png');
    background-repeat: no-repeat;
    background-position: center;
}

.pt-page-2 footer .pt-copyright {
    margin-top:50px;
    color:#ffffff;
    text-align: left;
}

.pt-page-2 footer .pt-copyright .pt-container {
    border-top: 1px solid #031020;
    padding: 20px 0px;
}

.pt-page-2 footer .pt-copyright p {
    font-size: 1.2em;
    line-height: 1.2em;
    padding: 0;
    margin: 0;
}

.pt-page-2 footer .pt-title {
    font-size: 3em;
    color: #fff;
    padding: 20px 0px;
    margin: 0;
}

.pt-page-2 footer .pt-button-try {
    width: 100%;
    text-align: center;
}

.pt-page-2 footer .pt-button-try a {
    display: inline-block;
    font-size: 3em;
    line-height: 1.6em;
    margin: 55px auto;
    color: #fff;
    background: #051a34;
    border: 1px solid #031020;
    border-radius: 4px;
    padding: 0 40px;
}

.pt-page-2 .pt-container {
    position: relative;
}

.pt-page-2 .pt-service-page {
    position: absolute;
    top:0;
    background: #ffffff;
    width:86%;
    margin: 30px 5%;
    text-align: left;
    padding: 2%;
    font-size: 1.4em;
    height: 465px;
}

.pt-page-2 .pt-service-page a.pt-all-serv {
    position: absolute;
    top:20px;
    right:20px;
    display: block;
    border-bottom: 1px dotted #232323;
}

.pt-page-2 .pt-content ul.pt-services .pt-service-title {
    cursor: pointer;
}

.pt-page-2 .pt-service-page  h2 {
    font-size: 1.8em;
    text-transform: uppercase;
    font-weight: normal;
    padding-bottom: 10px;
}

.pt-page-2 .pt-service-page p.head {
    font-weight: bold;
}

.pt-page-2 .pt-service-page p.body {
    margin-bottom: 15px;
}

.pt-page-2 .pt-content ul.pt-services.visible,
#p2-title.visible {
    opacity: 1;
    transition: opacity 1s;
}

.pt-page-2 .pt-content ul.pt-services.hidden,
#p2-title.hidden {
    opacity: 0;
    transition: opacity 1s;
}


.pt-page-2 .pt-service-page.visible {
    opacity:1;
    transition: opacity 1s;
}

.pt-page-2 .pt-service-page.hidden {
    opacity:0;
    transition: opacity 1s;
    z-index:-999;
}


/* Page 3 */

.pt-page-3 .pt-content {
    background: url('../images/background3.jpg');
    background-position: 50% 0%;
}

.pt-page-3 ul.pt-team {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-bottom: 37px;
    padding-top:30px;
}

.pt-page-3 ul.pt-team li {
    display: block;
    float:left;
    width: 30.3%;
    margin:1% 1.5%;
    color: #333;
    border-radius: 2px;
    text-align: center;
}

.pt-page-3 ul.pt-team li .pt-team-info {
    background: #fff;
    margin: 0 30px;
    border-radius:4px;
    padding-bottom: 10px;
}

.pt-page-3 ul.pt-team li .pt-team-name {
    text-transform: uppercase;
    text-align: center;
    border-bottom:1px solid #1b1b1b;
    padding: 15px 0px;
    font-size: 2.4em;
    line-height: 1em;
    margin: 0 25px;
    cursor: pointer;
}

.pt-page-3 ul.pt-team li .pt-team-click {
    cursor: pointer;
}

.pt-page-3 ul.pt-team li p {
    text-align: center;
    font-size: 1.2em;
    color: #232323;
    margin:5px 0px;
}

.pt-page-3 ul.pt-team-socials {
    margin: 15px 35px 6px 35px;
    padding:0;
    list-style-type: none;
    display: block;
}

.pt-page-3 ul.pt-team-socials li {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

.pt-page-3 ul.pt-team-socials li i {
    font-size: 20px;
}

.pt-page-3 ul.pt-team-socials li i.fa-facebook-square {
    color: #3f66be;
}

.pt-page-3 ul.pt-team-socials li i.fa-linkedin-square {
    color: #2f7ab7;
}

.pt-page-3 ul.pt-team-socials li i.fa-twitter-square {
    color: #009ae9;
}

.pt-page-3 ul.pt-team-socials li i.fa-vk {
    color: #2e5b98;
}

.pt-page-3 footer .pt-more-projets,
.pt-page-4 footer .pt-more-projets {
    background: #1b1b1b;
    color:#fff;
    text-align: center;
    font-size: 3em;
    line-height: 3.3em;
    text-transform: uppercase;
}

.pt-page-3 footer .pt-our-projets,
.pt-page-3 footer .pt-copyright,
.pt-page-4 footer .pt-our-projets,
.pt-page-4 footer .pt-copyright {
    background: #fff;
    color:#444;
}

.pt-page-3 footer .pt-copyright .pt-container,
.pt-page-4 footer .pt-copyright .pt-container {
    padding:10px 0px;
    border-top:1px solid #f3f3f3;
}

.pt-page-3 footer .pt-copyright p,
.pt-page-4 footer .pt-copyright p {
    padding: 0;
    margin:0;
    line-height: 1.2em;
    font-size: 1em;
}

.pt-page-3 footer .pt-our-projets .pt-container .pt-form,
.pt-page-4 footer .pt-our-projets .pt-container .pt-form {
    width: 100%;
}

.pt-page-3 footer .pt-our-projets .pt-container .pt-form div.pt-form-left,
.pt-page-3 footer .pt-our-projets .pt-container .pt-form div.pt-form-right,
.pt-page-4 footer .pt-our-projets .pt-container .pt-form div.pt-form-left,
.pt-page-4 footer .pt-our-projets .pt-container .pt-form div.pt-form-right {
    width: 49%;
    float: left;
}

.pt-page-3 footer .pt-our-projets .pt-container .pt-form div.pt-form-left,
.pt-page-4 footer .pt-our-projets .pt-container .pt-form div.pt-form-left {
    margin-right: 1%;
}

.pt-page-3 footer .pt-our-projets .pt-container .pt-form div.pt-form-right,
.pt-page-4 footer .pt-our-projets .pt-container .pt-form div.pt-form-right {
    margin-left: 1%;
}

.pt-page-3 footer .pt-our-projets .pt-container .pt-form .pt-input,
.pt-page-4 footer .pt-our-projets .pt-container .pt-form .pt-input {
    background: #f3f3f3;
    border-radius:4px;
    font-size: 1.8em;
    color: #1b1b1b;
    margin:30px 0px;
    padding:5px 15px;
    text-align: left;
}

.pt-page-3 footer .pt-our-projets .pt-container .pt-form .pt-input.question,
.pt-page-4 footer .pt-our-projets .pt-container .pt-form .pt-input.question {
    text-align: center;
}

.pt-page-3 footer .pt-our-projets .pt-container .pt-form .pt-input input,
.pt-page-4 footer .pt-our-projets .pt-container .pt-form .pt-input input {
    padding:6px;
    height:24px;
    background: #f3f3f3;
    border:0;
    border-color:#f3f3f3;
    -webkit-appearance:none;
    display: inline-block;
}

.pt-page-3 footer .pt-our-projets .pt-container .pt-form .pt-input input:focus,
.pt-page-4 footer .pt-our-projets .pt-container .pt-form .pt-input input:focus {
    padding:6px;
    height:24px;
}

.pt-page-3 footer .pt-our-projets .pt-container .pt-form .pt-input label,
.pt-page-4 footer .pt-our-projets .pt-container .pt-form .pt-input label  {
    display: inline-block;
    line-height: 2.4em;
}

.pt-page-3 footer .pt-our-projets .pt-container .pt-form .pt-input.name input,
.pt-page-4 footer .pt-our-projets .pt-container .pt-form .pt-input.name input {
    width: 75%;
    margin-left:2%;
}

.pt-page-3 footer .pt-our-projets .pt-container .pt-form .pt-input.phone input,
.pt-page-4 footer .pt-our-projets .pt-container .pt-form .pt-input.phone input {
    width: 46%;
    margin-left:2%;
}

.pt-page-3 footer .pt-our-projets .pt-container .pt-form .pt-input.email input,
.pt-page-4 footer .pt-our-projets .pt-container .pt-form .pt-input.email input {
    width: 73%;
    margin-left:2%;
}

.pt-page-3 footer .pt-our-projets .pt-container .pt-form .pt-input.question input,
.pt-page-4 footer .pt-our-projets .pt-container .pt-form .pt-input.question input {
    width: 72%;
    margin-left:2%;
}

.pt-page-3 footer .pt-our-projets .pt-container .pt-form .pt-input.comment label,
.pt-page-4 footer .pt-our-projets .pt-container .pt-form .pt-input.comment label {
    display: block;
    padding: 10px 0px;
    text-align: left;
    line-height: 1em;
}

.pt-page-3 footer .pt-our-projets .pt-container .pt-form .pt-input.question textarea,
.pt-page-4 footer .pt-our-projets .pt-container .pt-form .pt-input.question textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
    background: #f3f3f3;
    border:0;
    border-color:#f3f3f3;
    -webkit-appearance:none;
}

.pt-page-3 footer .pt-our-projets .pt-container .pt-form-send,
.pt-page-4 footer .pt-our-projets .pt-container .pt-form-send,
.pt-page-3 footer .pt-our-projets .pt-container .pt-form-send-2,
.pt-page-4 footer .pt-our-projets .pt-container .pt-form-send-2
 {
    padding-bottom: 30px;
}

.pt-page-3 footer .pt-our-projets .pt-container .pt-form-send a,
.pt-page-4 footer .pt-our-projets .pt-container .pt-form-send a,
.pt-page-3 footer .pt-our-projets .pt-container .pt-form-send-2 a,
.pt-page-4 footer .pt-our-projets .pt-container .pt-form-send-2 a {
    display: block;
    background: #232323;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.8em;
    border-radius: 4px;
    width: 200px;
    padding: 14px 0px;
    margin: 0px auto;
}

.pt-page-3 footer .pt-copyright p,
.pt-page-4 footer .pt-copyright p {
    padding: 0;
    margin:0;
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: left;
}

.pt-page-3 footer .pt-copyright .pt-container,
.pt-page-4 footer .pt-copyright .pt-container {
    padding: 20px 0px;
}


.pt-page-3 #team_list.visible {
    opacity: 1;
    transition: opacity 1s;
}

.pt-page-3 #team_list.hidden {
    opacity: 0;
    transition: opacity 1s;
}

.pt-page-3 .pt-member-page {
    position:absolute; 
    top:0;
    padding-top: 30px; 
    width: 100%; 
}

.pt-page-3 .pt-member-page.visible {
    opacity:1;
    transition: opacity 1s;
}

.pt-page-3 .pt-member-page.hidden {
    opacity:0;
    transition: opacity 1s;
    z-index:-999;

}

.pt-page-3 .pt-member-page .pt-member-photo {
    height: 515px;
    overflow: hidden;
    float:right;
    width: 46%;
    margin: 0px 2%;
}

.pt-page-3 .pt-member-page .pt-member-bio {
    height: 515px;
    overflow: hidden;
    float:left;
    width: 42%;
    margin: 0px 2%;
    background: #ffffff;
    text-align: left;
    padding: 0px 2%;
    font-size: 1.4em;
    position: relative;
}

.pt-page-3 .pt-member-page .pt-member-bio img {
    display: none;
}

.pt-page-3 .pt-member-page .pt-member-bio h2 {
    margin-top:15px;
    font-size: 1.8em;
    padding-bottom: 10px;
    font-weight: normal;
    text-transform: uppercase;
}

.pt-page-3 .pt-member-page .pt-member-bio p {
    padding-bottom: 10px;
}

.pt-page-3 .pt-member-page .pt-member-bio .pt-all-team {
    position: absolute;
    top:23px;
    right:20px;
    display: block;
    border-bottom: 1px dotted #232323;
}



/* Page 4 */

.pt-page-4 .pt-content {
    /*background: url('../images/background4.jpg');
    height: 100%;*/
    background-image: url(../images/background4.jpg); 
    background-size: cover;
}

.pt-page-4 .pt-page-contacts {
    background: #fff;
    width: 100%;
    z-index: 100 !important;
    position: relative;
}

.pt-page-4 .pt-page-contacts .pt-container {
    border-top:1px solid #d1d1d1;
    text-align: center;
    padding: 10px 0px;
}

.pt-page-4 .pt-page-contacts p {
    line-height: 2em;
    padding: 0;
    margin: 0;
    color: #232323;
}

.pt-page-4 .pt-page-contacts p.pt-inline {
        display: inline-block;
    }

.pt-page-4 .pt-page-contacts p span.small {
    font-size: 1.4em;
}

.pt-page-4 .pt-page-contacts p span.big {
    font-size: 2.8em;
    margin-right: 7px;
}

/*.pt-page-4 .pt-copyright {
    position: absolute;
    width:100%;
    bottom: 0px;
    left: 0;
    background: rgba(243,243,243,0.75);
}*/

.pt-page-4 .pt-copyright p {
    color:#1b1b1b;
    font-size: 1.2em;
    line-height: 1.2em;
    padding: 0;
    margin: 0;
}

.pt-page-4 .pt-copyright .pt-container {
    padding: 20px 0px;
    text-align: left;
}

.pt-page-4 .pt-pin {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    height: 425px;
}

.pt-page-4 .pt-pin  {
    /*background: rgba(243,243,243,0.75);*/
    border-radius: 4px;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
}

.pt-page-4 .pt-pin a p {
    color: #242424;
    font-size: 2.4em;
}


/* PAGE 5 */
.pt-page-5 .pt-content {
    height: 100%;
}



#mCSB_4_container {
    height: 100%;
}


.pt-page-5 {
    background: #fff;
}

.pt-page-5 .pt-title {
    background: #242424;
    color: #fff;
    text-align: center;
    font-size: 3.8em;
    line-height: 1em;
    font-weight: normal;
    padding: 20px 0px;
    margin-bottom: 30px;
    position: relative;
}

.pt-page-5 .pt-title .pt-title-wrapper {
    max-width: 920px;
    margin: 0 auto;
}

.pt-page-5.pt-page-list .pt-content .pt-stream article {
    background: #f3f3f3;
    height: auto!important;
}

.pt-page-5.pt-page-list .pt-content .pt-stream article .pt-block {
    height:80px;
    margin-bottom: 0px;
}

.pt-page-5.pt-page-list article footer {
    background: #f3f3f3;
    text-align: left;
    margin:0px 15px;
    border-top:1px solid #fff;
    padding-top: 10px;
    font-size: 1.4em;
}

.pt-page-5.pt-page-post {
    background: #fff;
    text-align: left;
}

.pt-page-5.pt-page-post .pt-title {
    background: #242424;
    color: #fff;
    text-align: center;
    font-size: 3.8em;
    line-height: 1em;
    font-weight: normal;
    padding: 20px 0px;
    margin-bottom: 30px;
    position: relative;
}

.pt-page-5.pt-page-post .pt-container {
    max-width: 860px;
    color: #242424;
    font-size: 1.4em;
    line-height: 1.4em;
}

.pt-page-5.pt-page-post article .pt-post-date {
    border-bottom: 1px solid #f3f3f3;
    margin:0 20px;
    padding: 5px 0px 10px 0px;
}

.pt-page-5.pt-page-post article .pt-block {
    margin:0 20px;
}

.pt-page-5.pt-page-post article .pt-block p {
    margin: 1em 0;
}

.pt-page-5.pt-page-post footer .pt-container {
    border-top: 1px solid #f3f3f3;
    max-width: 820px;
    line-height: 1.2em;
    padding-top: 10px;
    margin-bottom: 30px;
}

.pt-page-5.pt-page-post footer .pt-container p {
    margin: 0;
}

.pt-page-5.pt-page-post article img {
    width: 100%;
}

.pt-page-5.pt-page-post .pt-title .pt-title-wrapper {
    max-width: 920px;
    margin: 0 auto;
}

.pt-page-5.pt-page-post .pt-title .pt-back-left {
    display: block;
    width: 100px;
    color: #fff;
    background: url(../images/left.png) no-repeat left;
    font-size: 14px;
    float: left;
    padding-left: 15px;
    height: 30px;
    position: relative;
    top:4px;
    line-height: 30px;
}


.pt-title .pt-back-left {
    display: block;
    width: 100px;
    color: #fff;
    background: url(../images/left.png) no-repeat left;
    font-size: 14px;
    float: left;
    padding-left: 15px;
    height: 30px;
    position: relative;
    top:4px;
    line-height: 30px;
}

#authorization-parent{
    width:100%; 
    height:100%;
    display: table;
    position: fixed;
    background-color: white;
    top: 0px;
    left: 0px;
    text-align: center;
}
#authorization {
    display: table-cell;
    vertical-align: middle;
}
#authorization-title {
    border: solid 1px black;
    margin-bottom: 3px;
    text-align: left;
    padding: 3px;
    background-color: gray;
    color: white;
}
#authorization-table {
    width: 100px;
    background-color: lightgray;
    border: solid 1px;
}
#authorization-login-title {
    padding: 7px;
}
input[name='login'] {
    margin: 7px;
}
#authorization-pass-title {
    padding: 7px;
}
input[name='password'] {
    margin: 7px;
}
#authorization-submit {
    text-align: right;
    padding: 7px;
}
input[name='submit'] {
    padding: 7px;
}
#authorization-logoff {
    position: fixed;
    bottom: 7px;
    left: 50px;
    z-index: 1000;
}
#authorization-logoff-ref {
    color: gray
}
/*****************************************************************************************************/
/*****************************************************************************************************/
/******************* Begin by Хомиченко А.А. skype: khomichenko **************************************/
/*****************************************************************************************************/
/*****************************************************************************************************/
#block4-body {
    height: inherit
}
#map { 
    display: inline-block;
    transform: rotate(17.7deg);
    -webkit-transform: rotate(17.7deg);
    -ms-transform: rotate(17.6deg);
    height: 145%;
    width: 37.1%;
    left: 6.1%;
    top: -27.8%;
    position: relative
}
@-moz-document url-prefix() {
    #map {
        left:4.5%;
        top: -29.0%;
    }
}
.leaflet-map-pane {
    z-index: 2 !important;
}
.leaflet-google-layer {
    z-index: 1 !important;
}
/*****************************************************************************************************/
/*****************************************************************************************************/
/********************* End by Хомиченко А.А. skype: khomichenko **************************************/
/*****************************************************************************************************/
/*****************************************************************************************************/