.container {
    max-width: 1440px!important;
    padding-right: 100px!important;
}

.container-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-height: 10vh;
    align-items: center;
}

.container-header .left img {
    width: 100%;
    max-width: 350px;
}

.container-header .right {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.container-header .right .btn-0 {
    display: flex;
    width: 260px;
    height: 100%;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #000 50%, #fff 50%);
    -webkit-transition: background-position 1s;
    -moz-transition: background-position 1s;
    transition: background-position 1s;
    align-items: center;
    padding-left: 20px;
    color: #fff;
    font-family: Gotham Pro;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
}

.container-header .right .btn-0:hover {
    background-position: 0 -100%;
    text-decoration: none;
    color: #000
}

html,
body {
    cursor: url("../img/cursors/cursor.png") 6 6, auto;
    cursor: url("../img/cursors/cursor.svg") 6 6, auto;
    cursor: -webkit-image-set(url("../img/cursors/cursor.png") 1x, url("../img/cursors/cursor@2x.png") 2x) 6 6, auto
}

a:hover {
    cursor: url("../img/cursors/cursor_active.png") 10 10, pointer;
    cursor: url("../img/cursors/cursor_active.svg") 10 10, pointer;
    cursor: -webkit-image-set(url("../img/cursors/cursor_active.png") 1x, url("../img/cursors/cursor_active@2x.png") 2x) 10 10, pointer
}

a {
    cursor: url("../img/cursors/cursor_active.png") 10 10, pointer;
    cursor: url("../img/cursors/cursor_active.svg") 10 10, pointer;
    cursor: -webkit-image-set(url("../img/cursors/cursor_active.png") 1x, url("../img/cursors/cursor_active@2x.png") 2x) 10 10, pointer
}

.image-center-row img {
    width: 100%;
    max-width: 600px;
}

.image-center-row {
    position: relative;
    background: url(../img/mainBg/3.jpg);
    min-height: 200px;
    align-items: center;
    display: flex;
    background-size: cover;
    width: 100%
}

.home-info-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.home-info-row .home-title h1 {
    font-family: Gotham Pro;
    font-weight: 500;
    font-size: 35px;
    font-weight: 700;
}

.home-info-row .home-desc p {
    font-family: Gotham Pro;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0px
}

.home-info-row .home-count p {
    font-family: Gotham Pro;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0px;
}

.home-info-row .home-count span {
    font-family: Gotham Pro;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
}

.home-info-row .home-count {
    display: flex;
    justify-content: center;
}

.home-page-screen {
    min-height: 100vh;
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: center;
}

.home-page-screen .first-screen {
    width: 100%;
}

.image-center-container {
    display: flex;
    align-items: flex-end;
    width: 100%;
    min-height: 30vh;
}

.home-page-screen .info-row-home {
    display: flex;
    align-items: flex-end;
    min-height: 30vh;
}

.contacts-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.contacts-row .left h4 {
    font-family: Gotham Pro;
    font-size: 5em;
    font-weight: 700;
}

.onepage-pagination {
    right: 40px!important;
    bottom: 2%!important;
    top: auto!important;
}

.contacts-row .right .form-title {
    font-weight: 700;
    font-family: Gotham Pro;
    font-weight: 500;
    font-size: 14px;
}

.contact-us-form input,
.contact-us-form textarea {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #dedede!important;
    height: 120px;
    width: 100%;
    font-family: Gotham Pro;
}

.contact-us-form input:active,
.contact-us-form input:focus {
    box-shadow: none;
    outline: 0px;
    border-bottom: 1px solid #000
}

.contact-us-form textarea:active,
.contact-us-form textarea:focus {
    box-shadow: none;
    outline: 0px;
    border-bottom: 1px solid #000
}

.contact-us-form textarea {
    padding: 50px 0px;
}

::placeholder {
    color: rgb(77, 77, 77);
    opacity: 1;
}

 :-ms-input-placeholder {
    color: rgb(77, 77, 77);
}

 ::-ms-input-placeholder {
    color: rgb(77, 77, 77);
}

.contact-us-form button {
    display: flex;
    width: 260px;
    height: 100%;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #000 50%, #fff 50%);
    -webkit-transition: background-position 1s;
    -moz-transition: background-position 1s;
    transition: background-position 1s;
    align-items: center;
    padding-left: 20px;
    color: #fff;
    font-family: Gotham Pro;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
    width: 100%;
    margin-top: 25px;
    max-width: 260px;
    float: right;
}

.contact-us-form button:hover {
    background-position: 0 -100%;
    text-decoration: none;
    color: #000;
}

.home-page-contacts {
    min-height: 100vh;
    align-items: center;
    display: flex;
}

.right-form-col {
    max-width: 550px;
    margin: 0 auto;
}

.home-page-services {
    min-height: 100vh;
    align-items: center;
    display: flex;
}

.service-block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.service-block .title-service {
    font-size: 35px;
    font-weight: 700;
    font-family: Gotham Pro;
    padding-bottom: 15px
}

.service-block .desc-service {
    font-family: Gotham Pro;
    font-size: 16px;
    font-weight: 500;
    max-width: 500px;
}

.service-ul {
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 74px;
    list-style-type: circle;
}

.service-ul .service-li {
    font-weight: 500;
    line-height: 40px;
    color: #000;
    font-family: Gotham Pro;
    margin-bottom: 10px;
}

.service-block .center {
    display: flex;
    justify-content: center;
}

.service-block .right img {
    max-height: 150px;
}

.service-block .right {
    display: flex;
    align-items: center;
    justify-content: center;
}

html {
    height: 100%;
}

body {
    position: relative;
    margin: 0;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    background: #fff;
}

.wrapper {
    height: 100% !important;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.main {
    float: left;
    width: 100%;
    margin: 0 auto;
}

header {
    position: relative;
    z-index: 10;
}

.main section .page_container {
    position: relative;
    top: 25%;
    margin: 0 auto 0;
    max-width: 950px;
    z-index: 3;
}

.main section {
    overflow: hidden;
}

.header {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 2;
}

.sidebar {
    position: fixed;
    width: 100px;
    z-index: 10;
    height: 100%;
    right: 0;
    top: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    font-family: Gotham Pro;
    font-size: 12px;
    line-height: 13px;
    padding-top: 50px;
    background: #fff;
}

.sidebar nav ul {
    padding: 0;
    margin: auto
}

.sidebar nav ul li {
    display: block;
    list-style: none;
    padding: 0
}

.sidebar nav ul li a {
    display: block;
    margin: 0 auto;
    padding: 15px 13px;
    position: relative;
    color: rgba(0, 0, 0, 0.3);
    font-size: 18px
}

.sidebar nav ul li a div {
    margin: auto;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
    -moz-transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
    transition: all .5s cubic-bezier(0.6, 0, 0.5, 1)
}

.sidebar nav ul li a:after {
    content: attr(data-text);
    position: absolute;
    right: -8px;
    top: 0;
    color: #000;
    font-family: Gotham Pro;
    font-weight: 700;
    font-size: 96px;
    line-height: 66px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
    -moz-transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
    transition: all .5s cubic-bezier(0.6, 0, 0.5, 1)
}

.sidebar nav ul li a:hover:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.sidebar nav ul li a:hover div {
    opacity: 0;
    -webkit-transform: translateX(3.125vw) rotate(180deg);
    -moz-transform: translateX(3.125vw) rotate(180deg);
    -ms-transform: translateX(3.125vw) rotate(180deg);
    -o-transform: translateX(3.125vw) rotate(180deg);
    transform: translateX(3.125vw) rotate(180deg)
}

.sidebar nav ul li a:hover {
    text-decoration: none;
}

.sidebar nav ul li:first-child a {
    padding-top: 0
}

.sidebar nav ul li:last-child a {
    padding-bottom: 0
}

.sidebar nav ul li.active a {
    color: #000
}

.sidebar .langWrapper,
.sidebar .fullscreenTrigger {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center
}

.sidebar .langWrapper .close,
.sidebar .fullscreenTrigger .close {
    display: none
}

.sidebar .langWrapper {
    bottom: 12.345679012345679vh
}

.sidebar .langWrapper a {
    display: block;
    margin: 0 auto;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sidebar .fullscreenTrigger {
    bottom: 24.938271604938272vh;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.sidebar .fullscreenTrigger:hover {
    opacity: .3
}

body.navHovered:before {
    opacity: 1;
    visibility: visible
}

body.navHovered footer>div {
    opacity: 0;
    visibility: hidden
}

body.navHovered .hireBtn {
    opacity: 0;
    visibility: hidden
}

body.navHovered .sidebar {
    border-left-color: rgba(0, 0, 0, 0)
}

body:before {
    content: '';
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 95%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
    -moz-transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
    transition: all .5s cubic-bezier(0.6, 0, 0.5, 1);
    background: #fff;
    z-index: 4
}

.image-center-row.state-1 {
    background-image: url("../img/mainBg/1.jpg")
}

.image-center-row.state-2 {
    background-image: url("../img/mainBg/2.jpg")
}

.image-center-row.state-3 {
    background-image: url("../img/mainBg/3.jpg")
}

.image-center-row.state-4 {
    background-image: url("../img/mainBg/4.jpg")
}

.image-center-row.state-5 {
    background-image: url("../img/mainBg/5.jpg")
}

.image-center-row.state-6 {
    background-image: url("../img/mainBg/6.jpg")
}

.image-center-row.state-7 {
    background-image: url("../img/mainBg/7.jpg")
}

.image-center-row.state-8 {
    background-image: url("../img/mainBg/8.jpg")
}

.image-center-row.state-9 {
    background-image: url("../img/mainBg/9.jpg")
}

.image-center-row.state-10 {
    background-image: url("../img/mainBg/10.jpg")
}

.image-center-row.state-11 {
    background-image: url("../img/mainBg/11.jpg")
}

.image-center-row.state-12 {
    background-image: url("../img/mainBg/12.jpg")
}

.image-center-row.state-13 {
    background-image: url("../img/mainBg/13.jpg")
}

.image-center-row.state-14 {
    background-image: url("../img/mainBg/14.jpg")
}

.image-center-row.state-15 {
    background-image: url("../img/mainBg/15.jpg")
}

.image-center-row.state-16 {
    background-image: url("../img/mainBg/16.jpg")
}

.image-center-row.state-17 {
    background-image: url("../img/mainBg/17.jpg")
}

.image-center-row.state-18 {
    background-image: url("../img/mainBg/18.jpg")
}

.image-center-row.state-19 {
    background-image: url("../img/mainBg/19.jpg")
}

.image-center-row.state-20 {
    background-image: url("../img/mainBg/20.jpg")
}

.container-header .center a {
    display: block;
    color: #333;
    text-align: center;
    font-family: Gotham Pro;
    font-weight: 700;
    font-size: 20px;
}

.container-header .center a:hover {
    text-decoration: none;
}

.link-to-portfolio {
    display: flex;
    width: 100%;
    height: 100%;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #000 50%, #fff 50%);
    -webkit-transition: background-position 1s;
    -moz-transition: background-position 1s;
    transition: background-position 1s;
    align-items: center;
    padding-left: 20px;
    color: #fff;
    font-family: Gotham Pro;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 35px
}

.link-to-portfolio:hover {
    background-position: 0 -100%;
    text-decoration: none;
    color: #000;
}

.footer-one-page {
    display: flex;
    align-items: flex-end;
    min-height: 10vh;
    position: absolute;
    width: 100%;
    bottom: 30px;
}

.footer-one-page .footer-block {
    display: flex;
}

.footer-one-page .footer-block p {
    font-weight: 700;
    font-family: Gotham Pro;
    margin: 0px;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.footer-one-page .footer-block ul {
    display: flex;
    list-style-type: none;
    margin: 0px;
}

.footer-one-page .footer-block li {
    padding-right: 10px;
}

.footer-one-page .footer-block a {
    font-family: Gotham Pro;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-one-page .footer-block a:hover {
    text-decoration: none;
}

.contacts-page-row .block {
    display: flex;
    margin-bottom: 30px;
}

.contacts-page-row .block ul {
    list-style-type: none;
    margin: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0px;
}

.contacts-page-row .block ul a {
    color: #000;
    font-weight: 700;
    font-family: Gotham Pro;
    font-size: 20px;
}

.contacts-page-row .block ul li {
    margin-bottom: 0px;
    font-weight: 500;
    font-family: Gotham Pro;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.contacts-page-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.contacts-page-row .block ul li:first-child {
    width: 30%;
}

.contacts-page-row .block ul li:last-child {
    width: 70%;
}

.contacts-page-row .left {
    border-right: 1px solid #000;
}

.block-social {
    flex-direction: column;
}

.block-social ul {
    margin-bottom: 20px!important
}

.footer-one-page .footer-block .social-li:before {
    content: "/";
    font-family: Gotham Pro;
    font-size: 20px;
    margin-right: 5px;
}

.footer-one-page .footer-block .social-a img {
    max-width: 30px;
    width: 30px;
    height: 30px;
}

.mobile-menu-bottom-social a img {
    max-width: 40px;
    width: 100%;
}

.contacts-page-row a:hover {
    text-decoration: none;
}

.contacts-page-row .contact-us-form input {
    height: 80px;
}

.contacts-page-row .form-contact {
    max-width: 500px;
    margin: 0 auto;
}

header .menuTrigger {
    display: block;
    position: relative;
    height: 25px;
    width: 25px;
    float: right;
    cursor: pointer;
}

header a {
    -webkit-transition: opacity .5s cubic-bezier(0.3, 0.1, 1, 1);
    -moz-transition: opacity .5s cubic-bezier(0.3, 0.1, 1, 1);
    -ms-transition: opacity .5s cubic-bezier(0.3, 0.1, 1, 1);
    -o-transition: opacity .5s cubic-bezier(0.3, 0.1, 1, 1);
    transition: opacity .5s cubic-bezier(0.3, 0.1, 1, 1);
}

header .menuTrigger .line:nth-child(1) {
    top: 0;
}

header .menuTrigger .line {
    display: block;
    position: absolute;
    width: 24px;
    border-top: 3px solid #000;
    transform-origin: 50% 50%;
    transition: transform 400ms ease-out;
}

header .menuTrigger .line:nth-child(2) {
    top: 11px;
    opacity: 1;
    transition: transform 400ms ease-out, opacity 0ms linear 200ms;
}

header .menuTrigger .line:nth-child(3) {
    top: 22px;
}

.service-ul .service-li span {
    display: initial;
    padding: 7px 15px;
    border: 1px solid #000;
}

.mobile-menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    background: #fff;
    display: none;
    z-index: 15;
}

.mobile-menu-ul {
    padding: 0px;
    margin: 0px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center;
}

.mobile-menu-row {
    margin-top: 70px;
}

.mobile-menu-ul a {
    color: #333;
    font-family: Gotham Pro;
    font-size: 30px;
    line-height: 80px;
    font-weight: 500
}

.mobile-menu-ul a:hover {
    text-decoration: none;
    color: #333
}

.mobile-menu-close {
    position: absolute;
    top: 30px;
    right: 30px;
}

.mobile-menu-close img {
    width: 30px;
}

.mobile-menu-bottom-social {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 30px;
}

.mobile-menu-bottom-social a {
    color: #000;
    text-align: center;
    font-family: Gotham Pro;
    font-size: 16px;
    display: block;
    font-weight: 700;
    padding: 15px;
}

.mobile-menu-bottom-social a:hover {
    color: #000;
    text-decoration: none
}

.mobile-menu-button .btn-call {
    display: flex;
    width: 100%;
    height: 100%;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #000 50%, #fff 50%);
    -webkit-transition: background-position 1s;
    -moz-transition: background-position 1s;
    transition: background-position 1s;
    align-items: center;
    padding-left: 20px;
    color: #fff;
    font-family: Gotham Pro;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 25px;
    padding-bottom: 25px;
}

.mobile-menu-button .btn-call:hover {
    background-position: 0 -100%;
    text-decoration: none;
    color: #000
}

.mobile-menu-button {
    padding: 30px
}

.mobile-phones-ul {
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.mobile-phones-ul a {
    display: block;
    color: #333;
    font-family: Gotham Pro;
    font-weight: 500;
    font-size: 24px;
    line-height: 50px;
}

.mobile-phones-ul a:hover {
    color: #000;
    text-decoration: none
}

.projects-row {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-height: 100vh;
    align-items: center;
}

.project-reverce {
    grid-template-columns: 2fr 1fr;
}

.project-right img {
    width: 100%
}

.project-left .title-p {
    color: #333;
    font-family: Gotham Pro;
    font-weight: 700;
    font-size: 30px;
    text-align: right;
    display: block;
}

.project-left .desc-p {
    color: #333;
    font-family: Gotham Pro;
    font-weight: 500;
    font-size: 20px;
    text-align: right;
    display: block;
    text-transform: lowercase;
}

.project-left p {
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-end;
}

.project-left {
    padding: 50px;
}

.project-left a:hover {
    text-decoration: none;
    color: #333;
}

.project-left .p-p {
    text-transform: uppercase;
    text-align: right;
    font-size: 16px;
    font-family: Gotham Pro;
}

.project-left .link-to-portfolio {
    display: flex;
    width: 250px;
    height: 100%;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #000 50%, #fff 50%);
    -webkit-transition: background-position 1s;
    -moz-transition: background-position 1s;
    transition: background-position 1s;
    align-items: center;
    padding-left: 20px;
    color: #fff;
    font-family: Gotham Pro;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 5px;
}

.project-reverce .project-left p {
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
}