@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Noto + Sans&subset=latin, cyrillic);
@import url(https://fonts.googleapis.com/css?family=Libre + Baskerville:400, 700);
@import url(fontello-embedded.css);
@import url(animation.css);
@import url(flaticon.css);
.pre_loader {
    position: fixed;
    z-index: 9999999999;
    background: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
}

.cssload-spin-box {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
    -o-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
    -ms-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
    -webkit-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
    -moz-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
    animation: cssload-spin ease infinite 4.6s;
    -o-animation: cssload-spin ease infinite 4.6s;
    -ms-animation: cssload-spin ease infinite 4.6s;
    -webkit-animation: cssload-spin ease infinite 4.6s;
    -moz-animation: cssload-spin ease infinite 4.6s;
}

@keyframes cssload-spin {
    0%,
    100% {
        -webkit-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
        box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
    }
    25% {
        -webkit-box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
        box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
    }
    50% {
        -webkit-box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
        box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
    }
    75% {
        -webkit-box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
        box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
    }
}

@-webkit-keyframes cssload-spin {
    0%,
    100% {
        -webkit-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
        box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
    }
    25% {
        -webkit-box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
        box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
    }
    50% {
        -webkit-box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
        box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
    }
    75% {
        -webkit-box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
        box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
    }
}

.wpc-go-home {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 20px 15px;
    border-color: transparent transparent #ffd026 transparent;
    position: fixed;
    bottom: 45px;
    right: 40px;
    z-index: 1;
    -webkit-animation-name: wpc-go-home;
    animation-name: wpc-go-home;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes wpc-go-home {
    0% {
        margin-bottom: 0;
    }
    50% {
        margin-bottom: 5px;
    }
    100% {
        margin-bottom: 10px;
    }
}

@keyframes wpc-go-home {
    0% {
        margin-bottom: 0;
    }
    50% {
        margin-bottom: 5px;
    }
    100% {
        margin-bottom: 10px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
    margin: 0;
}

.flaticon-sports:before,
.flaticon-technology-1:before,
.flaticon-gear:before,
.flaticon-technology:before {
    margin: 0;
}

a,
span,
h1,
h2,
h3,
h4,
h5,
h6,
li {
    font-family: "Montserrat", sans-serif;
}

p {
    font-family: "Noto Sans", sans-serif;
}

a {
    text-decoration: none !important;
}

html,
body,
.comming_soon {
    height: 100%;
}

.swiper-container {
    overflow: hidden;
}

.swiper-slide {
    cursor: pointer;
    float: left;
}

.pagination {
    width: 120px;
    height: 3px;
    z-index: 2;
    position: absolute;
    margin: auto;
}
.pagination .swiper-pagination-switch {
    cursor: pointer;
    background: #bbbdbd;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 15px;
    display: inline-block;
}
.pagination .swiper-active-switch {
    background: #ffd026;
}

.wpt-header-menu {
    padding: 5px 40px;
    position: fixed;
    z-index: 10;
    top: 0px;
    width: 100%;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
}
.wpt-header-menu .soc-network {
    padding: 0;
    text-align: center;
}
.wpt-header-menu .soc-network li {
    display: inline-block !important;
    padding: 0 10px;
}
.wpt-header-menu .soc-network li a {
    color: #fff;
    font-size: 20px;
}
.wpt-header-menu .soc-network {
    padding: 25px 50px 25px 0px;
    text-align: center;
    float: right;
}
.wpt-header-menu .soc-network li {
    display: inline-block !important;
    padding: 0 10px;
}
.wpt-header-menu .soc-network li a {
    color: #fff;
    font-size: 20px;
}
.wpt-header-menu.active {
    padding: 0;
    background: rgba(0, 0, 0, 0.5);
}
.wpt-header-menu.active #nav-toggle span,
.wpt-header-menu.active #nav-toggle span:after,
.wpt-header-menu.active #nav-toggle span:before {
    background: #fff;
}
.wpt-header-menu.active .nav-menu-icon-hidden a i {
    background: #fff;
}
.wpt-header-menu.active .nav-menu-icon-hidden a i:after,
.wpt-header-menu.active .nav-menu-icon-hidden a i:before {
    background: #fff;
}
.wpt-header-menu.active #nav-toggle.active span {
    background-color: transparent;
}
.wpt-header-menu.active li a {
    color: #fff;
}
.wpt-header-menu.active .nav-menu-icon {
    top: 25px;
    right: 25px;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
}
.wpt-header-menu.active .nav-menu-icon-hidden {
    top: 27px;
    right: 60px;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
}
.wpt-header-menu .navigation {
    width: 100%;
    display: block;
}
.wpt-header-menu .logo {
    display: inline-block;
    position: absolute;
}
.wpt-header-menu .logo a img {
  height: 80px;
}
.wpt-header-menu nav {
    position: fixed;
    right: 0;
    top: 0px;
    width: 830px;
    height: 100%;
    z-index: 100;
    background: rgba(255, 255, 255, 0.95);
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 350ms cubic-bezier(0.53, -0.005, 0.75, 0.095);
    transition: all 350ms cubic-bezier(0.53, -0.005, 0.75, 0.095);
}
.wpt-header-menu nav.slide-menu {
    opacity: 0.9;
    background-color: #000000;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.wpt-header-menu nav ul {
    position: relative;
    text-align: center;
    z-index: 999;
    width: 100%;
    text-align: right;
    padding: 100px 0px 100px;
}
.wpt-header-menu nav ul .all_page {
    cursor: pointer;
    position: relative;
}
.wpt-header-menu nav ul .all_page i {
    position: relative;
    display: inline-block;
    border: 5px solid transparent;
    border-top: 5px solid #fff;
}
.wpt-header-menu nav ul .all_page span {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}
.wpt-header-menu nav ul .all_page ul {
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    position: relative;
    height: 1px;
    top: 0;
    display: none;
    padding: 20px 0;
}
.wpt-header-menu nav ul .all_page ul li a {
    font-size: 20px;
    font-weight: 300;
    font-size: 18px;
}
.wpt-header-menu nav ul .all_page.active {
    margin-bottom: 0;
}
.wpt-header-menu nav ul .all_page.active ul {
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    height: auto;
    display: block;
}
.wpt-header-menu nav ul .all_page.active ul li {
    margin: 20px 0;
}
.wpt-header-menu nav ul .all_page.active i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -5px;
    margin-bottom: 5px;
}
.wpt-header-menu nav ul li {
    margin: 0px 0px 47px;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
}
.wpt-header-menu nav ul li a {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}
.wpt-header-menu nav ul li a:hover {
    color: #ffd026;
}
.wpt-header-menu nav ul li a:after {
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    content: "";
    display: inline-block;
    height: 2px;
    background-color: #ffd026;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
}
.wpt-header-menu nav ul li a:hover:after {
    opacity: 1;
    bottom: -5px;
}
.wpt-header-menu nav ul li a.active:after {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    bottom: -5px;
}

.nav-menu-icon {
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    display: block;
    position: fixed;
    width: 28px;
    height: 28px;
    top: 70px;
    right: 65px;
    z-index: 999;
}

/*---burger menu---*/
.nav-menu-icon-hidden {
    position: relative;
    float: right;
    text-align: center;
    width: 24px;
    height: inherit;
    z-index: 600;
    display: none;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    position: fixed;
    top: 72px;
    right: 100px;
}

.nav-menu-icon-hidden a {
    cursor: pointer;
    text-decoration: none;
    width: 24px;
}

.nav-menu-icon-hidden a i {
    top: -3px;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    color: #000;
    font: bold 14px/0.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #000;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.nav-menu-icon-hidden a i:before,
.nav-menu-icon-hidden a i:after {
    content: "";
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #262626;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.nav-menu-icon-hidden a i:before {
    top: -10px;
}

.nav-menu-icon-hidden a i:after {
    bottom: -10px;
}

.nav-menu-icon-hidden a:hover i:before {
    top: -15px;
}

.nav-menu-icon-hidden a:hover i:after {
    bottom: -15px;
}

.nav-menu-icon-hidden a.active i {
    background: none;
}

.nav-menu-icon-hidden a.active i:before {
    width: 24px;
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}

.nav-menu-icon-hidden a.active i:after {
    width: 24px;
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
}

.wpt-top-menu li ul {
    display: none;
}

.wpt-top-menu {
    padding-right: 10px;
    display: inline-block;
    float: right;
    line-height: 80px;
}
.wpt-top-menu.active {
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    top: 0;
    opacity: 1;
    display: block !important;
    overflow: auto;
}
.wpt-top-menu li {
    float: left;
    padding: 0 20px;
}
.wpt-top-menu li a,
.wpt-top-menu li span {
    color: black;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}
.wpt-top-menu li a:hover,
.wpt-top-menu li span:hover {
    color: #ffd026;
}
.wpt-top-menu li a:after,
.wpt-top-menu li span:after {
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    content: "";
    display: inline-block;
    height: 2px;
    background-color: #ffd026;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
}
.wpt-top-menu li a:hover:after,
.wpt-top-menu li span:hover:after {
    opacity: 1;
    bottom: -5px;
}
.wpt-top-menu li a.active:after,
.wpt-top-menu li span.active:after {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    bottom: -5px;
}
.wpt-top-menu li span {
    color: #fff;
    cursor: pointer;
    position: relative;
    width: 100%;
}
.wpt-top-menu li span i {
    display: inline-block;
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    display: inline-block;
    line-height: 10px;
}
.wpt-top-menu li span:hover {
    color: #fff;
}
.wpt-top-menu li span:hover ul {
    text-align: center;
    position: absolute;
    display: block;
    background-color: rgba(52, 46, 54, 0.9);
    top: 100%;
    min-width: 180px;
    z-index: 2;
}
.wpt-top-menu li span:hover ul a {
    line-height: 50px;
}

#nav-toggle {
    display: block;
    width: 28px;
    height: 28px;
}

#nav-toggle span {
    left: 0;
    top: 10px;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    background: #fff;
}

#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
    cursor: pointer;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    height: 3px;
    width: 28px;
    background: #000;
    position: absolute;
    display: block;
    content: "";
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:after,
#nav-toggle.active span:before {
    top: 0;
}

#nav-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.comming_soon {
    position: relative;
    padding-bottom: 70px;
    background: #fff url("../img/comming_soon.jpg") center no-repeat;
    background-size: cover;
}
.comming_soon .logo {
    position: fixed;
    top: 40px;
    left: 40px;
    z-index: 99;
}

.comming_soon_bg {
    position: absolute;
    opacity: 0.95;
    background-color: #342e36;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.comming_soon_body {
    height: 170px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    color: #fff;
    text-align: center;
    z-index: 2;
    vertical-align: middle;
}
.comming_soon_body h2 {
    color: #ffd026;
    font-size: 60px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.comming_soon_body span {
    color: white;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 25px;
    display: inline-block;
    text-transform: uppercase;
}

.comming_soon_item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 15px;
    border: 12px solid rgba(255, 255, 255, 0.07);
    padding: 0 53px 0;
}

.comming_soon nav {
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
    bottom: 65px;
    z-index: 3;
    text-align: center;
    color: #fff;
}
.comming_soon nav a {
    color: #fff;
    font-size: 18px;
}
.comming_soon nav li {
    padding: 0 13px;
    float: left;
}
.comming_soon nav ul {
    display: inline-block;
    clear: both;
    margin: 0 auto;
}

.promo_text {
    font-size: 170px;
    color: #ededed;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 20px;
}

.page_menu {
    position: fixed;
    width: 820px;
    top: 0;
    right: 0;
    padding-top: 100px;
}

.home {
    margin: 40px 40px 0;
    background: #bfbfbf url("") 0 0 no-repeat;
}
.home .home_scroll_elem {
    margin-top: -25px;
    text-align: center;
}
.home .home_scroll_elem a {
    display: block;
    margin: 0 auto;
    background: url("../img/scroll_ico.png") 0 0 no-repeat;
    width: 22px;
    height: 34px;
}
.home .home_scroll_elem a:hover {
    opacity: 0.8;
}

.home_slides_body {
    padding-top: 40px;
}

.home_slides_item {
    background-image: url("../img/home_slide_item.jpg");
    background-color: #bfbfbf;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    padding: 300px 0 20px;
}
.home_slides_item .pagination {
    right: 140px;
    bottom: 90px;
    z-index: 1;
}
.home_slides_item footer {
    margin-top: 215px;
    clear: both;
}
.home_slides_item footer nav {
    float: right;
    margin-right: 20px;
}
.home_slides_item footer li {
    padding: 0 12px;
    float: left;
}
.home_slides_item footer li a {
    color: black;
    font-size: 17px;
    font-weight: 400;
    line-height: 60px;
    text-transform: uppercase;
}
.home_slides_item footer li a:hover {
    color: #ffd026;
}

.pagination {
    top: 200px;
    left: 410px;
}

.home_text {
    padding-left: 50px;
}
.home_text p {
    color: #6f6d70;
    font-size: 19px;
    font-weight: 400;
    line-height: 34px;
}
.home_text a {
    display: inline-block;
    color: black;
    font-size: 12px;
    font-weight: 400;
    line-height: 75px;
    word-spacing: 3px;
    text-transform: uppercase;
}
.home_text a:hover {
    color: #ffd026;
}
.home_text a:after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 7px;
    background: url(../img/arrow_yellow.png) 0 0 no-repeat;
    margin-left: 10px;
}

.about {
    overflow: hidden;
    padding: 150px 0 35px;
}
.about .promo_text {
    margin-top: -50px;
}
.about h1 {
    font-size: 60px;
    font-weight: 400;
    line-height: 70px;
    text-transform: uppercase;
    color: #ffd026;
}
.about h1 span {
    color: black;
}
.about .about_text {
    clear: both;
    padding-right: 55px;
}
.about .about_text:after {
    content: "";
    text-align: right;
    display: inline-block;
    width: 85px;
    height: 2px;
    background-color: #ffd026;
    margin-top: 10px;
    float: right;
}
.about .about_text h1 {
    padding-bottom: 82px;
    text-align: right;
}
.about .about_text h1 span {
    display: block;
}
.about .about_text p {
    padding-bottom: 10px;
    text-align: right;
    color: #6f6d70;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 25px;
}
.about .about_img {
    margin-top: 30px;
    margin-left: -20px;
    border: 12px solid #f2f2f2;
    width: 740px;
    height: 580px;
}
.about .about_img .about_img_item {
    float: left;
    height: 580px;
    width: 700px;
    margin-top: -35px;
    margin-left: 15px;
}
.about .about_img .about_img_item img {
    max-height: 100%;
    display: block;
}

.services .services_img {
    border: 12px solid #f2f2f2;
    margin-left: -50px;
    margin-right: 40px;
    width: 740;
    height: 580px;
}
.services .services_img .services_img_item {
    float: right;
    height: 570px;
    width: 700px;
    margin-top: -30px;
    margin-right: 15px;
    background: #bfbfbf;
}
.services .services_img .services_img_item img {
    max-width: 100%;
    float: right;
}

.services .services_text_body {
    padding-bottom: 45px;
    padding-top: 10px;
}
.services .services_text_body h2 {
    margin-top: 15px;
}

.services_text_body {
    margin-left: -10px;
    padding-top: 25px;
}
.services_text_body h2 {
    color: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
}
.services_text_body h2:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #ffd026;
    margin-top: 10px;
    margin-bottom: 20px;
}
.services_text_body p {
    padding-right: 70px;
    color: #6f6d70;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 5px;
}
.services_text_body i:before {
    font-size: 40px;
    color: #ffd026;
}

.works {
    padding-top: 90px;
}
.works h1 {
    font-size: 60px;
    font-weight: 400;
    line-height: 70px;
    text-transform: uppercase;
    color: #ffd026;
}
.works h1 span {
    color: black;
}

.works_header {
    margin-left: 10px;
    margin-top: 30px;
    border: 12px solid #f2f2f2;
    width: 315px;
    padding: 13px 10px;
}
.works_header h2 {
    margin-left: -100px;
    text-align: right;
    display: inline-block;
    font-size: 60px;
    font-weight: 400;
    line-height: 70px;
    text-transform: uppercase;
    color: #ffd026;
}
.works_header h2 span {
    color: #000;
    display: block;
}

.works_body {
    padding-top: 30px;
    padding-bottom: 20px;
}
.works_body .fillter_wrap {
    padding-top: 20px;
}
.works_body .fillter_wrap .but {
    display: block;
    color: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 52px;
    text-transform: uppercase;
    text-align: right;
    padding-right: 30px;
}
.works_body .fillter_wrap .but:hover {
    color: #ffd026;
}
.works_body .fillter_wrap .but.active {
    color: #ffd026;
}
.works_body .izotope_container {
    margin-left: 60px;
    height: auto;
}
.works_body .izotope_container .izotope_item {
    width: 275px;
    height: 269px;
    float: left;
    background-color: #bfbfbf;
}
.works_body .izotope_container .izotope_item img {
    max-width: 100%;
    max-height: 100%;
}
.works_body .izotope_container .izotope_item:nth-child(2n) {
    background-color: #b2b2b2;
}
.works_body .all_works {
    display: inline-block;
    float: right;
    margin-top: 60px;
    margin-right: 30px;
    padding: 0 38px;
    color: black;
    font-size: 12px;
    font-weight: 400;
    line-height: 45px;
    text-transform: uppercase;
    border: 1px solid #e5e5e5;
}
.works_body .all_works:hover {
    color: #ffd026;
}
.works_body .all_works:after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 7px;
    background: url(../img/arrow_yellow.png) no-repeat;
    margin-left: 10px;
}

.team {
    padding-top: 30px;
    padding-bottom: 70px;
    overflow: hidden;
}
.team h1 {
    font-size: 60px;
    font-weight: 400;
    line-height: 70px;
    text-transform: uppercase;
    color: #ffd026;
}
.team h1 span {
    color: black;
}
.team .pagination {
    bottom: -10px;
    top: auto;
    left: 50%;
    margin-left: -100px;
    z-index: 2;
}

.team_body {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 1120px;
    float: left;
}

.team_item {
    width: 330px;
    height: 330px;
    float: left;
    margin: 20px 20px;
    overflow: hidden;
    position: relative;
}
.team_item:hover .team_item_hide {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.team_item_show {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.team_item_show img {
    max-width: 100%;
    max-height: 100%;
}

.team_item_hide_body {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 50px;
}

.team_item_hide {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
    transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
    z-index: 50;
    width: 92%;
    height: 92%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(226, 219, 26, 0.9);
    text-align: center;
    padding-top: 125px;
}
.team_item_hide h2 {
    color: black;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.team_item_hide span {
    color: white;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.team_item_hide nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -110px;
}
.team_item_hide nav ul {
    padding-top: 50px;
    text-align: center;
}
.team_item_hide nav li {
    padding: 0 10px;
    display: inline-block;
}
.team_item_hide nav li a {
    color: #fff;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
}
.team_item_hide nav li a:hover {
    color: black;
}

.team_frame {
    position: relative;
}
.team_frame .team_frame_item {
    position: absolute;
    border: 12px solid #f2f2f2;
    width: 600px;
    height: 860px;
    z-index: 1;
    top: -50px;
    left: -290px;
}

.blog {
    padding-top: 20px;
    padding-bottom: 120px;
}
.blog h1 {
    font-size: 60px;
    font-weight: 400;
    line-height: 70px;
    text-transform: uppercase;
    color: #ffd026;
}
.blog h1 span {
    color: black;
}
.blog h2 {
    float: right;
    text-align: right;
    padding-right: 105px;
    padding-top: 10px;
    font-size: 60px;
    font-weight: 400;
    line-height: 70px;
    text-transform: uppercase;
}
.blog h2 span {
    display: block;
    text-align: left;
    color: #000;
}
.blog h2 .corect_elem {
    color: #ffd026;
}

.blog_body_items {
    padding-left: 20px;
    padding-top: 60px;
}
.blog_body_items h3 {
    color: black;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
}
.blog_body_items h3:after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 7px;
    background: url(../img/arrow_yellow.png) 0 0 no-repeat;
    margin-left: 10px;
    margin-bottom: 3px;
}
.blog_body_items .blog_date,
.blog_body_items .blog_coment {
    color: #9c9c9c;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
}
.blog_body_items .blog_date {
    text-transform: uppercase;
}

.blog_item .blog_date {
    text-transform: uppercase;
}

.blog_item {
    padding: 60px;
    max-height: 175px;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    position: relative;
}
.blog_item .blog_date,
.blog_item .blog_coment,
.blog_item h3 {
    position: relative;
    z-index: 2;
}
.blog_item:hover .blog_date,
.blog_item:hover .blog_coment,
.blog_item:hover h3 {
    color: #fff;
}
.blog_item:after {
    opacity: 0;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 890px;
    height: 100%;
    background: url("../img/blogs_img1.jpg") 0 0 no-repeat;
    background-size: cover;
}
.blog_item:hover:after {
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    opacity: 1;
}

/*// .stats*/
.stats {
    width: 100%;
    background-color: #f3f3f3;
    padding: 45px 0;
}

.stats_body {
    background-image: url("../img/home_stat_bg.jpg");
    text-align: center;
    background-color: #f5f4f3;
    border: 12px solid white;
    padding: 60px 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.stats_item {
    display: inline-block;
    width: 24%;
    padding-bottom: 15px;
}
.stats_item span {
    color: black;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.stats_item h2 {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #ffd026;
    font-size: 60px;
    font-weight: 400;
    text-transform: uppercase;
}
.stats_item h2 span {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #ffd026 !important;
    font-size: 60px;
    font-weight: 400;
}

.contact {
    background-image: url("../img/home_contacts_bg.jpg");
    background-position: 0 0;
    background-color: #1c191d;
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
    padding: 125px 0 0;
}
.contact .home_form {
    display: inline-block;
}
.contact .home_form input,
.contact .home_form textarea {
    padding: 10px 15px;
    display: block;
    margin-top: 20px;
    margin-bottom: 43px;
    margin-left: 15px;
    width: 666px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    outline: none;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}
.contact .home_form textarea {
    min-height: 205px;
    resize: vertical;
}
.contact .home_form input::-webkit-input-placeholder,
.contact .home_form textarea::-webkit-input-placeholder {
    color: #fff;
}
.contact .home_form input:-moz-placeholder,
.contact .home_form textarea:-moz-placeholder {
    color: #fff;
}
.contact .home_form input::-moz-placeholder,
.contact .home_form textarea::-moz-placeholder {
    color: #fff;
}
.contact .home_form input:-ms-input-placeholder,
.contact .home_form textarea:-ms-input-placeholder {
    color: #fff;
}
.contact .home_form button {
    background: transparent;
    outline: none;
    border: 1px solid rgba(63, 66, 73, 0.8);
    padding: 0 45px;
    margin-left: 5px;
    color: white;
    float: right;
    font-size: 12px;
    font-weight: 400;
    line-height: 45px;
    text-transform: uppercase;
}
.contact .home_form button:hover {
    color: #ffd026;
}
.contact .home_form button:after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 7px;
    background: url(../img/arrow_yellow.png) no-repeat;
    margin-left: 10px;
}

.home_footer {
    padding: 130px 0 75px;
    text-align: center;
}
.home_footer span {
    color: #9c969e;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
}

.block_content1 {
    background: #fff url("../img/about/start_bg.jpg") 0 0 no-repeat;
    padding-top: 285px;
    overflow: hidden;
    background-size: cover;
}
.block_content1 header {
    position: relative;
    padding-left: 65px;
    padding-bottom: 25px;
}
.block_content1 h1 {
    color: white;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
}
.block_content1 span {
    position: absolute;
    display: block;
    opacity: 0.07;
    color: #9c969e;
    font-size: 170px;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
    right: -10px;
    margin-top: 20px;
}
.block_content1 .breadcrumb li.active {
    opacity: 0.5;
    color: white;
    font-size: 12px;
    font-weight: 400;
    line-height: 70px;
    text-transform: uppercase;
}
.block_content1 .breadcrumb li a {
    color: white;
    font-size: 12px;
    font-weight: 400;
    line-height: 70px;
    text-transform: uppercase;
}

.about_page #nav-toggle span,
.about_page #nav-toggle span:after,
.about_page #nav-toggle span:before {
    background: #fff;
}

.about_page #nav-toggle.active span {
    background-color: transparent;
}

.about_page.content {
    overflow: hidden;
    padding: 35px 0 120px 40px;
}
.about_page.content header {
    margin-left: 185px;
    width: 316px;
    height: 192px;
    border: 12px solid rgba(5, 5, 5, 0.05);
}
.about_page.content header h2 {
    position: relative;
    z-index: 3;
    margin-left: -92px;
    margin-top: 15px;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
    color: #ffd026;
}
.about_page.content header h2 span {
    color: black;
}
.about_page.content .pagination {
    bottom: 90px;
    left: 160px;
    top: auto;
}
.about_page.content .content_img {
    border: 12px solid rgba(5, 5, 5, 0.05);
    width: 405px;
    height: 550px;
    position: relative;
    margin-top: -70px;
    margin-left: -5px;
    display: inline-block;
}
.about_page.content .content_img_item {
    z-index: 2;
    position: absolute;
    width: 405px;
    height: 550px;
    background: #c2c2c2;
    margin-top: -35px;
    margin-left: 10px;
}
.about_page.content .content_img_item img {
    max-width: 100%;
    max-height: 100%;
}
.about_page.content .content_text {
    display: inline-block;
    padding-top: 170px;
    padding-left: 45px;
    max-width: 710px;
}
.about_page.content .content_text:after {
    content: "";
    display: inline-block;
    width: 86px;
    height: 2px;
    background-color: #ffd026;
    margin-bottom: 5px;
}
.about_page.content .content_text p {
    color: #6f6d70;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 25px;
}
.about_page.content .content_bottom .content_bottom_text {
    margin-top: 75px;
    margin-left: 15px;
    width: 230px;
    height: 192px;
    border: 12px solid rgba(5, 5, 5, 0.05);
}
.about_page.content .content_bottom .content_bottom_text .content_bottom_text_item {
    position: relative;
    margin-left: 80px;
    margin-top: 35px;
    width: 450px;
}
.about_page.content .content_bottom .content_bottom_text .content_bottom_text_item p {
    color: #342e36;
    font-family: "Libre Baskerville", serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
}
.about_page.content .content_bottom .content_bottom_text .content_bottom_text_item span {
    width: 100%;
    padding-right: 15px;
    text-align: right;
    position: relative;
    display: inline-block;
    color: #6f6d70;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
}
.about_page.content .content_bottom .content_bottom_text .content_bottom_text_item span:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 2px;
    background-color: #edd114;
    margin-right: 7px;
    margin-bottom: 5px;
}
.about_page.content .content_bottom .content_bottom_img {
    width: 860px;
    border: 12px solid rgba(5, 5, 5, 0.05);
    margin-left: 100px;
    margin-top: -70px;
}
.about_page.content .content_bottom .content_bottom_img .swiper-container {
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    margin-top: -35px;
    margin-left: 15px;
    margin-bottom: 10px;
    height: 465px;
}
.about_page.content .content_bottom .content_bottom_img .content_bottom_img_item {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.about_page.content .content_bottom .content_bottom_img .content_bottom_img_item img {
    max-height: 100%;
}

.about_page.stats {
    padding: 100px 0 120px;
    background: #fff url("../img/about/stats_bg.jpg") 0 0 no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
}
.about_page.stats .stats_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #342e36;
    opacity: 0.9;
    top: 0;
    left: 0;
    z-index: 2;
}
.about_page.stats .about_stats_body {
    position: relative;
    z-index: 3;
}
.about_page.stats .about_stats_body .stats_item {
    width: auto;
    border: 12px solid rgba(255, 255, 255, 0.07);
    padding: 0px 25px 30px;
    display: inline-block;
    margin: 20px 13px 0;
}
.about_page.stats .about_stats_body .stats_item h2 {
    padding-bottom: 0;
}
.about_page.stats .about_stats_body .stats_item span {
    min-width: 80px;
    color: #fff;
    padding-bottom: 0px;
    display: inline-block;
}

.about_page.services {
    padding: 75px 0 75px;
}
.about_page.services .services_img {
    position: relative;
    width: 406px;
    height: 550px;
    margin-left: 40px;
    margin-top: -50px;
    border: 12px solid rgba(5, 5, 5, 0.05);
}
.about_page.services .services_img_item {
    position: absolute;
    background: none;
    float: none;
    right: -50px;
    top: 0;
    margin-top: -35px;
    margin-left: -10px;
}
.about_page.services .services_img_item img {
    background: none;
}
.about_page.services .services_text_body {
    padding-top: 30px;
    padding-left: 55px;
    padding-bottom: 0;
}
.about_page.services .services_text_body p {
    padding-right: 0;
}

.about_page.labels {
    padding: 123px 0;
    position: relative;
    background: url("../img/about/partner_bg.jpg") 0 0 no-repeat;
    background-size: cover;
}
.about_page.labels .labels_bg {
    position: absolute;
    background-color: #342e36;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    top: 0;
    left: 0;
}
.about_page.labels .labels_body {
    position: relative;
    text-align: center;
}
.about_page.labels .labels_body .labels_item {
    display: inline-block;
    padding: 0 75px;
    vertical-align: bottom;
}

.offline_page {
    position: relative;
    height: 100%;
    background: #fff url("../img/offline_page_bg.jpg") 0 0 no-repeat;
    background-size: cover;
}
.offline_page .logo {
    top: 40px;
    left: 40px;
    position: fixed;
}
.offline_page .offline_page_body {
    border: 12px solid rgba(0, 0, 0, 0.07);
    width: 435px;
    height: 135px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    margin-left: 510px;
}
.offline_page h1 {
    display: inline-block;
    word-spacing: 1.3px;
    position: relative;
    margin-left: -130px;
    margin-top: 32px;
    width: 600px;
    font-size: 35px;
    font-weight: 400;
    color: #342e36;
}
.offline_page h1 span {
    color: #ffd026;
}
.offline_page h1:before {
    bottom: -40px;
    position: absolute;
    content: "";
    display: block;
    width: 86px;
    height: 2px;
    background-color: #ffd026;
}

#map {
    width: 100%;
    height: 470px;
}

.gmnoprint {
    display: none;
}

.breadcrumb {
    background: transparent;
    margin: 0;
    padding: 12px 70px;
}
.breadcrumb li {
    float: left;
    padding: 0 20px 0 0;
    line-height: 64px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: #7f7f7f;
}
.breadcrumb li a {
    color: #000;
}
.breadcrumb li.active {
    position: relative;
}
.breadcrumb li.active::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    padding: 0;
    width: 3px;
    height: 3px;
    margin-top: -2px;
    left: -12px;
    background-color: #ffd026;
}

.contacts_info_bg {
    position: absolute;
    background: rgba(52, 46, 54, 0.9);
    width: 1000px;
    height: 1000px;
    top: -80px;
    right: 40px;
    z-index: 2;
}

.contacts_page {
    width: 100%;
    overflow: hidden;
    padding: 80px 0 95px;
    background: url("../img/contact_bg.jpg") 0 0 no-repeat;
    background-size: cover;
    clear: both;
}
.contacts_page .contacts_info_body {
    height: auto;
    display: block;
    position: relative;
}
.contacts_page .contacts_info_body .contacts_info_text {
    padding-left: 90px;
    padding-right: 105px;
    position: relative;
    z-index: 2;
    top: 0;
}
.contacts_page .contacts_info_body .contacts_info_text ul {
    padding-top: 84px;
}
.contacts_page .contacts_info_body .contacts_info_text ul li {
    padding-bottom: 35px;
}
.contacts_page .contacts_info_body .contacts_info_text ul li span {
    color: white;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
}
.contacts_page .contacts_info_body .contacts_info_text ul a,
.contacts_page .contacts_info_body .contacts_info_text ul i {
    line-height: 27px;
    color: #ffd026;
    display: block;
    font-size: 16px;
    font-weight: 400;
}
.contacts_page header {
    width: 320px;
    height: 190px;
    padding: 18px 20px;
    margin-bottom: 55px;
    margin-right: 0;
    border: 12px solid rgba(156, 150, 158, 0.07);
    float: right;
}
.contacts_page header h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
    color: #ffd026;
    margin-left: -110px;
}
.contacts_page header h1 span {
    color: #fff;
}
.contacts_page p {
    clear: both;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.contacts_page nav .breadcrumb {
    display: block;
    width: 100%;
    clear: both;
}
.contacts_page nav li {
    display: inline-block;
    padding: 0 10px;
}
.contacts_page nav li a {
    display: inline-block;
    line-height: 90px;
    color: black;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
.contacts_page form {
    padding-top: 10px;
    width: 100%;
}
.contacts_page form input,
.contacts_page form textarea {
    padding: 10px 15px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 37px;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    outline: none;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}
.contacts_page form textarea {
    min-height: 210px;
    resize: vertical;
    margin-bottom: 34px;
}
.contacts_page form input::-webkit-input-placeholder,
.contacts_page form textarea::-webkit-input-placeholder {
    color: #fff;
}
.contacts_page form input:-moz-placeholder,
.contacts_page form textarea:-moz-placeholder {
    color: #fff;
}
.contacts_page form input::-moz-placeholder,
.contacts_page form textarea::-moz-placeholder {
    color: #fff;
}
.contacts_page form input:-ms-input-placeholder,
.contacts_page form textarea:-ms-input-placeholder {
    color: #fff;
}
.contacts_page form button {
    background: transparent;
    outline: none;
    border: 1px solid rgba(63, 66, 73, 0.8);
    padding: 0 45px 0 50px;
    color: white;
    float: right;
    font-size: 12px;
    font-weight: 400;
    line-height: 45px;
    text-transform: uppercase;
}
.contacts_page form button:hover {
    background: rgba(52, 46, 54, 0.55);
}
.contacts_page form .bg_arrow {
    margin-left: 10px;
    display: inline-block;
    width: 25px;
    height: 7px;
    background: url("../img/arrow_yellow.png") 0 0 no-repeat;
}

.contacts_form {
    padding-left: 65px;
    padding-right: 240px;
}

.wpt_contact_footer {
    position: relative;
    width: 450px;
    left: 50%;
    margin: 0 auto;
    top: 80px;
    margin-left: 15px;
}
.wpt_contact_footer span {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    color: #9c969e;
}
.wpt_contact_footer span a {
    color: #ffd026;
}

.contacts_footer {
    width: 100%;
    padding: 70px 0;
    text-align: center;
}
.contacts_footer a {
    font-size: 17px;
    color: #9c969e;
}
.contacts_footer a:hover {
    color: #ffd026;
}
.contacts_footer span {
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    color: #9c969e;
}
.contacts_footer span a {
    color: #ffd026;
    font-size: 14px;
}
.contacts_footer nav {
    padding-top: 5px;
    width: 100%;
}
.contacts_footer nav ul {
    display: inline-block;
    margin: 0 auto;
    clear: both;
}
.contacts_footer nav ul li {
    padding: 10px 15px 10px;
    float: left;
}

.services_page #nav-toggle span,
.services_page #nav-toggle span:after,
.services_page #nav-toggle span:before {
    background: #fff;
}

.services_page #nav-toggle.active span {
    background: transparent;
}

.services_page.content {
    padding: 105px 200px 100px;
}

.services_page .text-right {
    text-align: right;
}
.services_page .text-right p {
    padding-right: 5px;
}
.services_page .text-right h2:after {
    bottom: -5px;
    right: 10px;
}
.services_page .text-right i {
    padding-right: 5px;
}

.services_page .text-left {
    text-align: left;
}
.services_page .text-left p {
    padding-left: 5px;
    padding-right: 0;
}
.services_page .text-left h2:after {
    bottom: -5px;
    left: 10px;
}
.services_page .text-left i:before {
    margin-left: 12px;
}

.services_page .cube_body {
    width: 200px;
    height: 200px;
    border: 12px solid rgba(5, 5, 5, 0.05);
    margin: 0 auto;
    margin-top: -60px;
    margin-bottom: -80px;
}

.services_page .services_text_body {
    padding: 0 60px 0px;
}
.services_page .services_text_body p {
    color: #6f6d70;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    display: inline-block;
    max-width: 440px;
}
.services_page .services_text_body h2 {
    position: relative;
    padding-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
    color: black;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.services_page .services_text_body h2:after {
    display: inline-block;
    position: absolute;
}

.services_page.content_skills {
    position: relative;
    text-align: center;
    padding: 0 50px;
    background: url("../img/services/service_bg.jpg") 0 0 no-repeat;
    background-size: cover;
}
.services_page.content_skills h3 {
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
}
.services_page.content_skills h3:after {
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    display: inline-block;
    bottom: 0;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #ffd026;
}
.services_page.content_skills p {
    color: #bdb2c3;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 5px;
}

.services_page .content_skills_body {
    position: relative;
    padding: 105px 0;
}

.services_page .content_skills_bg {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    background-color: #342e36;
    opacity: 0.9;
}

.services_page .content_skills_item header {
    padding: 0 15px;
}
.services_page .content_skills_item header i:before {
    font-size: 60px;
    color: #ffd026;
    margin-left: 0;
}
.services_page .content_skills_item header:before {
    content: "";
    margin: auto;
    left: 0;
    right: 0;
    display: block;
    width: 140px;
    height: 140px;
    margin-bottom: -175px;
    margin-top: 40px;
    border: 12px solid rgba(156, 150, 158, 0.1);
}
.services_page .content_skills_item header .content_ico {
    z-index: 2;
    display: inline-block;
    width: 70px;
    height: 80px;
    margin: 0 auto;
}

.team_page #nav-toggle span,
.team_page #nav-toggle span:after,
.team_page #nav-toggle span:before {
    background: #fff;
}

.team_page #nav-toggle.active span {
    background: transparent;
}

.team_page.block_content1 {
    background: #8d8d8d url("../img/team/home_bg.jpg") 0 0 no-repeat;
    background-size: cover;
}

.team_page.team_page_content {
    padding: 95px 0;
}

.team_page .team_body {
    width: auto;
    padding-left: 37px;
    padding-top: 18px;
}

.team_page .team_item {
    margin: 3px;
}

.team_page .team_page_text:after {
    content: "";
    display: block;
    width: 86px;
    height: 2px;
    background-color: #ffd026;
    margin-left: 10px;
    margin-top: 0;
}

.team_page .team_page_text header {
    width: 315px;
    border: 12px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 55px;
    margin-left: 100px;
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
}

.team_page .team_page_text h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
    color: #ffd026;
    margin-left: -95px;
}
.team_page .team_page_text h2 span {
    color: black;
}

.team_page .team_page_text p {
    color: #6f6d70;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 30px;
    padding-left: 10px;
}

.content_team_quote {
    margin-top: 20px;
    background: url("../img/team/content_team.jpg") 0 0 no-repeat;
    background-size: cover;
    position: relative;
}
.content_team_quote .content_team_bg {
    width: 100%;
    height: 100%;
    background-color: #342e36;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
}
.content_team_quote .content_team_body {
    z-index: 2;
    position: relative;
    padding: 110px 0;
    text-align: center;
    max-width: 610px;
    margin: 0 auto;
}
.content_team_quote .content_team_body span {
    color: white;
    font-size: 31px;
    font-weight: 400;
    line-height: 46px;
    display: inline-block;
}
.content_team_quote .content_team_body a {
    display: inline-block;
    margin: 50px auto 10px;
    color: white;
    font-size: 12px;
    font-weight: 400;
    line-height: 45px;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 40px;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
}
.content_team_quote .content_team_body a:hover {
    background: #342e36;
}

.blog_page.block_content1 {
    background: #fff url("../img/blog_bg1.jpg") 0 0 no-repeat;
    background-size: cover;
}

.blog_page #nav-toggle span,
.blog_page #nav-toggle span:after,
.blog_page #nav-toggle span:before {
    background: #fff;
}

.blog_page #nav-toggle.active span {
    background: transparent;
}

.blog_page_content {
    padding: 10px 15px 10px;
}
.blog_page_content .blog_item .blog_date,
.blog_page_content .blog_item .blog_coment {
    color: #9c9c9c;
    font-size: 12px;
    font-weight: 400;
}
.blog_page_content .blog_item .blog_date {
    text-transform: uppercase;
}
.blog_page_content .blog_item:hover .blog_date,
.blog_page_content .blog_item:hover .blog_coment {
    color: #fff;
}

.navigate_to_page {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 145px;
}
.navigate_to_page a {
    color: black;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.navigate_to_page a:hover {
    color: #9c9c9c;
}
.navigate_to_page .navigate_next a:after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 7px;
    background: url(../img/arrow_yellow.png) 0 0 no-repeat;
    margin-left: 10px;
    margin-bottom: 3px;
}
.navigate_to_page .navigate_pre {
    padding-left: 20px;
}
.navigate_to_page .navigate_pre a:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 7px;
    background: url(../img/arrow_yellow.png) 0 0 no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 10px;
    margin-bottom: 3px;
}

#page_404 {
    position: fixed;
    height: 100%;
    width: 100%;
    position: relative;
}
#page_404 .fp-controlArrow {
    display: none;
}
#page_404 .page_first_bg span {
    padding-left: 20px;
}
#page_404 .slide .quote {
    position: relative;
    z-index: 999;
    width: 543px;
    height: 209px;
    border: 12px solid rgba(255, 255, 255, 0.1);
    margin-left: 620px;
    margin-top: 60px;
    padding-top: 40px;
}
#page_404 .slide .quote h2 {
    max-width: 630px;
}
#page_404 .slide .quote h2:after {
    bottom: -60px;
}
#page_404 .slide .quote h3 {
    max-width: 630px;
}
#page_404 .slide .quote h3:after {
    bottom: -60px;
}
#page_404 .logo {
    position: fixed;
    z-index: 999;
    top: 40px;
    left: 40px;
}
#page_404 .page_404_item1 {
    background: #fff url("../img/404/404_bg.jpg") 0 0 no-repeat;
}
#page_404 .page_404_item2 {
    background: #fff url("../img/404/404_bg1.jpg") 0 0 no-repeat;
}
#page_404 .page_404_item3 {
    background: #fff url("../img/404/404_bg.jpg") 0 0 no-repeat;
}
#page_404 .page_404_item {
    background-size: cover;
}
#page_404 h2 {
    margin-left: -245px;
    width: 638px;
    height: 74px;
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 46px;
    color: white;
    margin-bottom: 95px;
}
#page_404 h2:after {
    margin-top: 40px;
    display: block;
    content: "";
    width: 86px;
    height: 2px;
    background-color: #ffd026;
}
#page_404 h2 span {
    color: #ffd026;
}
#page_404 a.quote {
    display: block;
    color: white;
    font-size: 12px;
    font-weight: 400;
    line-height: 70px;
    text-transform: uppercase;
    margin-top: 90px;
    margin-left: -245px;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
}
#page_404 a.quote:hover {
    color: #ffd026;
}
#page_404 a.quote:after {
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    content: "";
    display: inline-block;
    width: 25px;
    height: 7px;
    padding-left: 0;
    background: url("../img/arrow_yellow.png") 0 0 no-repeat;
    margin-left: 10px;
}
#page_404 .swiper-slide1 {
    background: url("../img/404/404_bg.jpg") 0 0 no-repeat;
}
#page_404 .swiper-slide2 {
    background: url("../img/404/404_bg1.jpg") 0 0 no-repeat;
}
#page_404 .swiper-slide {
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
}

.blog_post_page #nav-toggle span,
.blog_post_page #nav-toggle span:after,
.blog_post_page #nav-toggle span:before {
    background: #fff;
}

.blog_post_page #nav-toggle.active span {
    background-color: transparent;
}

.blog_post_page .wpt_user_logo {
    display: inline-block;
}

.blog_post_page .wpt_user_name {
    display: inline-block;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 70px;
    padding-left: 5px;
    text-transform: uppercase;
}

.blog_post_page .wpt_blog_date,
.wpt_blog_coment {
    color: white;
    font-size: 12px;
    font-weight: 400;
}

.blog_post_page .wpt_blog_date {
    text-transform: uppercase;
}

.blog_post_page .wpt_blog_coment {
    padding-top: 10px;
}

.blog_post_page .wpt_blog_post {
    padding-top: 5px;
}

.blog_post_page.block_content1 {
    background: #fff url("../img/blog_post/post_bg.jpg") 0 0 no-repeat;
    padding-top: 150px;
}

.blog_post_page .breadcrumb {
    padding: 60px 65px 15px;
}

.mfp-wrap,
.mfp-container {
    position: fixed;
}

.wpt_page_first .wpt-top-menu2 {
    padding-left: 0;
    width: 90%;
    position: fixed;
    top: 60px;
    text-align: right;
    padding-right: 50px;
    margin-top: 10px;
}
.wpt_page_first .wpt-top-menu2 li {
    display: inline-block;
    float: none;
}

.wpt_page_first .wpt-top-menu li:nth-child(2) {
    margin-right: 0;
}

.nav-menu-icon {
    top: 35px;
}

.wpt_page_first .wpt-top-menu2 li li {
    width: 100%;
}

@media (min-width: 1200px) {
    .blog_post_page.wpt_post .container {
        width: 960px;
    }
}

.blog_post_page.wpt_post {
    padding-top: 10px;
    padding-left: 30px;
}
.blog_post_page.wpt_post p {
    color: #6f6d70;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.blog_post_page .wpt_post_img_left {
    padding-right: 30px;
    float: right;
}

.blog_post_page .wpt_post_img_right {
    float: left;
    margin-left: -15px;
}

.blog_post_page .wpt_post_item {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    display: block;
    clear: both;
}
.blog_post_page .wpt_post_item h2 {
    color: black;
    font-size: 20px;
    font-weight: 400;
    line-height: 70px;
    margin-top: -85px;
    text-transform: uppercase;
}
.blog_post_page .wpt_post_item h2:after {
    content: "";
    display: block;
    width: 86px;
    height: 2px;
    margin-top: -10px;
    background-color: #ffd026;
    margin-right: 10px;
    margin-bottom: 25px;
}

.blog_post_page .wpt_post_quote {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: -15px;
    position: relative;
}
.blog_post_page .wpt_post_quote:before {
    content: "";
    display: inline-block;
    width: 230px;
    height: 192px;
    opacity: 0.05;
    border: 12px solid black;
    position: absolute;
    left: -90px;
    top: 0;
}
.blog_post_page .wpt_post_quote p {
    color: #342e36;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
}
.blog_post_page .wpt_post_quote span {
    display: inline-block;
    width: 100%;
    padding-right: 50px;
    text-align: right;
    color: #6f6d70;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
}
.blog_post_page .wpt_post_quote span:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 2px;
    background-color: #edd114;
    margin-right: 10px;
    margin-bottom: 5px;
}

.blog_post_page .wpt_tags {
    margin-top: 50px;
}
.blog_post_page .wpt_tags a {
    color: #9c969e;
    font-size: 14px;
    font-weight: 400;
    line-height: 70px;
}
.blog_post_page .wpt_tags .wpt_tag {
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 70px;
    text-transform: uppercase;
}

.blog_post_page .wpt_comments {
    padding-top: 65px;
    padding-bottom: 10px;
}
.blog_post_page .wpt_comments h3 {
    color: black;
    font-size: 20px;
    font-weight: 400;
    line-height: 70px;
    text-transform: uppercase;
}
.blog_post_page .wpt_comments h3:after {
    content: "";
    display: block;
    width: 86px;
    height: 2px;
    margin-top: -10px;
    background-color: #ffd026;
    margin-right: 10px;
    margin-bottom: 25px;
}
.blog_post_page .wpt_comments h3 span {
    color: black;
    font-size: 20px;
    font-weight: 400;
    line-height: 70px;
}

.blog_post_page .wpt_comment2 {
    padding-left: 80px;
}

.blog_post_page .wpt_comment3 {
    padding-left: 160px;
}

.blog_post_page span {
    position: static;
    font-size: 10px;
    color: #fff;
}

.blog_post_page h3 {
    color: white;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
}

.wpt_comment {
    padding-top: 15px;
    padding-bottom: 40px;
}
.wpt_comment .comment_logo {
    float: left;
}
.wpt_comment .comment_body {
    padding-top: 5px;
    padding-left: 120px;
}
.wpt_comment .comment_body h4 {
    color: black;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    width: 100%;
}
.wpt_comment .comment_body h4 a {
    display: inline-block;
    position: absolute;
    right: 45px;
    top: -20px;
    color: black;
    font-size: 14px;
    font-weight: 400;
    padding-top: 20px;
    text-transform: uppercase;
}
.wpt_comment .comment_body span {
    display: inline-block;
    width: 100%;
    text-align: left;
    color: #9c969e;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.wpt_comment .comment_body p {
    color: #6f6d70;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.wpt_post_form {
    padding-top: 40px;
    padding-bottom: 115px;
}
.wpt_post_form h3 {
    color: black;
    font-size: 20px;
    font-weight: 400;
    line-height: 70px;
    text-transform: uppercase;
}
.wpt_post_form h3:after {
    content: "";
    display: block;
    width: 86px;
    height: 2px;
    margin-top: -10px;
    background-color: #ffd026;
    margin-right: 10px;
    margin-bottom: 25px;
}
.wpt_post_form form {
    text-align: right;
    padding-top: 45px;
}
.wpt_post_form form input,
.wpt_post_form form textarea {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 15px 5px;
    border: none;
    outline: none;
    border-bottom: 2px solid #9c969e;
    color: #9c969e;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-left: -5px;
    margin-bottom: 50px;
}
.wpt_post_form form textarea {
    height: 200px;
    margin-bottom: 35px;
}
.wpt_post_form form button {
    margin-right: 10px;
    display: inline-block;
    padding: 0 45px;
    background: transparent;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    opacity: 1;
}
.wpt_post_form form button:hover {
    opacity: 0.5;
    color: #fff;
    background: rgba(52, 46, 54, 0.55);
}
.wpt_post_form form button i {
    color: black;
    font-size: 12px;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
    display: inline-block;
}
.wpt_post_form form button i:after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 7px;
    background: url("../img/arrow_yellow.png") 0 0 no-repeat;
    margin-left: 10px;
    margin-top: -3px;
}

.wpt_post_nav {
    padding-bottom: 115px;
}
.wpt_post_nav h3 {
    color: black;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
}
.wpt_post_nav h3:hover {
    opacity: 0.7;
}
.wpt_post_nav h3:after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 7px;
    background: url("../img/arrow_yellow.png") 0 0 no-repeat;
    margin-left: 10px;
    margin-bottom: 5px;
}
.wpt_post_nav span {
    color: #9c9c9c;
    font-size: 12px;
    font-weight: 400;
}
.wpt_post_nav .comment_date {
    text-transform: uppercase;
}

.wpt_post_nav_prev {
    float: left;
    margin-left: -115px;
}

.wpt_post_nav_nex {
    margin-right: -60px;
    float: right;
}

.wpt_page_first .nav-menu-icon-hidden i,
.wpt_page_first .nav-menu-icon-hidden i:after,
.wpt_page_first .nav-menu-icon-hidden i:before {
    background: #fff;
}

.wpt_page_first .wpt-top-menu {
    float: none;
    padding-left: 0px;
}
.wpt_page_first .wpt-top-menu li a {
    color: #fff;
}
.wpt_page_first .wpt-top-menu li:nth-child(2) {
    margin-right: 0px;
}

.wpt_page_first .wpt-top-menu {
    line-height: 0.5;
}

.wpt_page_first #nav-toggle span,
.wpt_page_first #nav-toggle span:after,
.wpt_page_first #nav-toggle span:before {
    background: #fff;
}

.wpt_page_first #nav-toggle span.color_bg:before,
.wpt_page_first #nav-toggle span.color_bg:after,
.wpt_page_first #nav-toggle span.color_bg {
    background: #fff;
}

.wpt_page_first #nav-toggle.active span {
    background-color: transparent;
}

.wpt_page_first .wpt_rotate_left,
.wpt_page_first .wpt_rotate_right {
    width: 100%;
    text-align: center;
    display: inline-block;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    color: white;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    z-index: 99;
    margin-top: 85px;
    margin-top: 175px;
    position: absolute;
}

.wpt_page_first .wpt_rotate_left {
    margin-left: -45px;
}

.wpt_page_first .wpt_rotate_right {
    margin-left: 40px;
}

.wpt_page_first .about .promo_text {
    position: relative;
    z-index: 2;
    margin-top: 240px;
    margin-left: -20px;
    opacity: 0.07;
    color: black;
    font-size: 170px;
    font-weight: 900;
    text-transform: uppercase;
}

.wpt_page_first .about .about_text {
    position: relative;
    z-index: 2;
    padding-top: 75px;
    padding-left: 70px;
}
.wpt_page_first .about .about_text h2,
.wpt_page_first .about .about_text p {
    text-align: left;
}
.wpt_page_first .about .about_text h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
    color: #ffd026;
    position: relative;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 75px;
}
.wpt_page_first .about .about_text h2 span {
    display: block;
    color: black;
}
.wpt_page_first .about .about_text h2:after {
    position: absolute;
    margin-top: -170px;
    left: 60px;
    content: "";
    display: inline-block;
    width: 316px;
    height: 192px;
    border: 12px solid rgba(0, 0, 0, 0.1);
    margin-left: 20px;
    z-index: 9999;
}

.wpt_page_first .wpt_page_first .about .about_text {
    position: relative;
    z-index: 2;
}

.wpt_page_first .about .about_text:after {
    float: none;
    margin-bottom: 5px;
    margin-top: 0;
}

.wpt_page_first .about {
    padding: 0;
}

.wpt_page_first .about .about_img {
    z-index: 1;
    width: 550px;
    height: 775px;
    border: none;
    margin-top: 0;
    margin-left: 0;
    margin-left: -150px;
    position: relative;
}
.wpt_page_first .about .about_img .promo_text {
    position: absolute;
    bottom: 20px;
    right: -400px;
    opacity: 0.07;
    color: black;
    font-size: 170px;
    font-weight: 700;
    text-transform: uppercase;
}
.wpt_page_first .about .about_img .pagination {
    position: absolute;
    z-index: 3;
    bottom: 55px;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    margin: auto;
}
.wpt_page_first .about .about_img .pagination .swiper-pagination-switch {
    display: inline-block;
}

.wpt_page_first .about .about_img .about_img_item {
    width: auto;
    height: auto;
    float: none;
    margin-left: 0;
    overflow: hidden;
}
.wpt_page_first .about .about_img .about_img_item .swiper-wrapper .swiper-slide {
    float: left;
}

.page_first_bg {
    height: 100%;
    width: 43%;
    background-color: rgb(0 0 0 / 0.90);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
}
.page_first_bg span {
    height: auto;
    display: inline-block;
    position: absolute;
    bottom: 30px;
    margin: auto;
    opacity: 0.07;
    padding-top: 20px;
    left: 0;
    color: #9c969e;
    font-size: 170px;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
}

.fp-slidesNav {
    left: 36%;
    z-index: 99;
    margin-bottom: -10px;
}
.fp-slidesNav ul li a span {
    width: 10px;
    height: 10px;
    opacity: 0.5;
    background: white;
    -webkit-transition: none;
    transition: none;
    margin: -3px !important;
}
.fp-slidesNav li {
    padding: 0 13px;
}
.fp-slidesNav li a.active span {
    opacity: 1;
    margin: -4px !important;
}

.fp-slidesNav.bottom {
    bottom: 60px;
}

.slide {
    position: relative;
}
.slide .quote {
    position: relative;
    z-index: 999;
    width: 550px;
    height: 278px;
    border: 12px solid rgba(255, 255, 255, 0.1);
    margin-left: 380px;
    margin-top: 80px;
    padding-top: 45px;
}
.slide .quote h2 {
    max-width: 620px;
    font-size: 70px;
    font-weight: 400;
    line-height: 76px;
    color: white;
    margin-left: -310px;
    position: relative;
    text-transform: uppercase;
}
.slide .quote h2:after {
    position: absolute;
    content: "";
    display: block;
    width: 86px;
    height: 2px;
    background-color: #ffd026;
    bottom: -45px;
}
.slide .quote h2 span {
    color: #ffd026;
}

.slide .quote h3 {
    max-width: 620px;
    font-size: 60px;
    font-weight: 400;
    line-height: 76px;
    color: white;
    margin-left: -310px;
    position: relative;
    text-transform: uppercase;
}
.slide .quote h3:after {
    position: absolute;
    content: "";
    display: block;
    width: 86px;
    height: 2px;
    background-color: #ffd026;
    bottom: -45px;
}
.slide .quote h3 span {
    color: #ffd026;
}

.slide .quote i {
    color: white;
    display: block;
    text-align: right;
    width: 100%;
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
    padding-right: 110px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.slide .quote i:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 2px;
    margin-bottom: 5px;
    margin-right: 5px;
    background-color: white;
}
.slide .quote a {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-left: -240px;
    color: white;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
.slide .quote a:after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 7px;
    background: url(../img/arrow_yellow.png) 0 0 no-repeat;
    margin-left: 10px;
}

#slides1{
    height: 100%;
    background: #fff url("../img/home_first/start_page_bg.jpg") 0 0 no-repeat;
    background-size: cover;
    background-position: center center;
}
#slides2{
    height: 100%;
    background: #fff url("../img/home_first/start_page_bg_2.jpg") 0 0 no-repeat;
    background-size: cover;
    background-position: center center;
}
#slides3 {
    height: 100%;
    background: #fff url("../img/home_first/start_page_bg_3.jpg") 0 0 no-repeat;
    background-size: cover;
    background-position: center center;
}

#section0 {
    position: relative;
}
#section0 .fp-slidesNav.bottom {
    bottom: 75px;
    margin-left: -50px;
}

#section1:before {
    content: "About";
    text-align: left;
    font-size: 100px;
    display: block;
    width: 43%;
    height: 100%;
    position: absolute;
    opacity: 0.07;
    color: black;
    font-size: 170px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 335px;
}

#section3:before {
    content: "Gallery";
    text-align: left;
    font-size: 100px;
    display: block;
    width: 43%;
    height: 100%;
    position: absolute;
    opacity: 0.07;
    color: black;
    font-size: 170px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 350px;
}

#section3 .promo_text {
    margin-left: -25px;
    margin-top: -50px;
}

#section3 .izotope_container {
    height: 940px;
}

#section3 .izotope_item {
    float: left;
    width: 480px;
    height: 470px;
    overflow: hidden;
    position: relative;
}
#section3 .izotope_item:hover .izotop_hide {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#section3 .izotop_hide {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
    transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
    z-index: 50;
    width: 90%;
    height: 90%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(226, 219, 26, 0.9);
    text-align: center;
}
#section3 .izotop_hide a {
    display: inline-block;
    height: 40px;
    left: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: auto;
    top: 0;
    position: absolute;
}
#section3 .izotop_hide i {
    font-size: 18px;
    color: #000;
}
#section3 .izotop_hide h3 {
    color: black;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
#section3 .izotop_hide span {
    color: white;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
#section3 .izotop_hide nav ul {
    padding-top: 50px;
    text-align: center;
}
#section3 .izotop_hide nav li {
    padding: 0 10px;
    display: inline-block;
}
#section3 .izotop_hide nav li a {
    color: #fff;
}

#section3 .izotop_show {
    position: absolute;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-position-y:initial;
}
#section3 .izotop_show img {
    max-width: 100%;
    max-height: 100%;
}

#section3 header {
    margin-right: 40px;
    display: inline-block;
    text-align: left;
    margin-bottom: 60px;
    width: 316px;
    height: 192px;
    border: 12px solid rgba(0, 0, 0, 0.07);
}
#section3 header h2 {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 15px;
    line-height: 70px;
    margin-left: -100px;
    color: #ffd026;
}
#section3 header h2 span {
    color: #000;
    display: block;
}

#section3 .fillter_wrap a {
    display: inline-block;
    width: 100%;
    color: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 52px;
    text-transform: uppercase;
}
#section3 .fillter_wrap a.activbut {
    color: #ffd026;
}

.home_first_works_present {
    padding-top: 150px;
    padding-bottom: 100px;
    padding-right: 115px;
    text-align: right;
}

.wpt_home_first_works .izotope_container {
    padding-left: 7px;
    margin-right: -15px;
    margin-left: -15px;
}

#section2:before {
    content: "Services";
    text-align: left;
    color: #fff;
    font-size: 100px;
    display: block;
    width: 43%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    padding-top: 350px;
    color: rgba(255, 255, 255, 0.07);
    font-size: 170px;
    font-weight: 700;
    text-transform: uppercase;
}

#section2 .fp-tableCell {
    background: url("../img/home_first/services_bg.jpg") 0 0 no-repeat;
    background-size: cover;
}

#section2 header {
    margin-left: 80px;
    margin-bottom: 50px;
    display: inline-block;
    width: 316px;
    height: 192px;
    border: 12px solid rgba(255, 255, 255, 0.07);
}
#section2 header h2 {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 15px;
    line-height: 70px;
    margin-left: -100px;
    color: #ffd026;
}
#section2 header h2 span {
    color: #fff;
    display: block;
}

#section2 .present_body {
    padding-left: 110px;
    padding-top: 90px;
}
#section2 .present_body:after {
    margin-top: 25px;
    content: "";
    display: block;
    width: 86px;
    height: 2px;
    background-color: #ffd026;
}
#section2 .present_body p {
    color: #bdb2c3;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    display: inline-block;
    max-width: 350px;
}

.home_first_service_info {
    background: url("../img/home_first/service_info_bg.jpg") 0 0 no-repeat;
    background-size: cover;
    padding-left: 110px;
    margin-left: 60px;
    margin-right: 35px;
    margin-top: 44px;
    padding-top: 85px;
    padding-bottom: 85px;
}
.home_first_service_info h2 {
    padding-top: 10px;
}
.home_first_service_info .services_text_body p {
    padding-bottom: 20px;
    padding-right: 100px;
}

.home_first_works_present header {
    margin-left: 80px;
    width: 316px;
    height: 192px;
    border: 12px solid rgba(255, 255, 255, 0.07);
    margin-bottom: 50px;
}
.home_first_works_present header h2 {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 15px;
    line-height: 70px;
    margin-left: -100px;
    color: #ffd026;
}
.home_first_works_present header h2 span {
    color: #fff;
    display: block;
}

#section4 {
    background: url("../img/home_first/team_bg.jpg") 0 0 no-repeat;
    background-size: cover;
    position: relative;
}
#section4 .pagination {
    bottom: 0;
    top: auto;
}
#section4:after {
    position: absolute;
    padding-top: 350px;
    padding-top: 350px;
    color: rgba(255, 255, 255, 0.07);
    font-family: "Montserrat", sans-serif;
    font-size: 170px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    content: "Team";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
}
#section4 .wpt_home_first_team {
    position: relative;
    z-index: 2;
}
#section4 .wpt_home_first_team p {
    color: #bdb2c3;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    max-width: 350px;
}
#section4 .wpt_home_first_team .team_item_hide nav {
    padding-top: 50px;
    padding: 0;
    bottom: -110px;
}
#section4 .wpt_home_first_team .home_first_team_present {
    padding-left: 230px;
    padding-top: 110px;
}
#section4 .wpt_home_first_team .home_first_team_present:after {
    display: block;
    content: "";
    width: 120px;
    height: 2px;
    background-color: #ffd026;
    margin-top: 30px;
}
#section4 .wpt_home_first_team .home_first_team_present header {
    margin-left: 80px;
    width: 316px;
    height: 192px;
    border: 12px solid rgba(255, 255, 255, 0.07);
    margin-bottom: 50px;
}
#section4 .wpt_home_first_team .home_first_team_present header h3 {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 15px;
    line-height: 70px;
    margin-left: -100px;
    color: #ffd026;
}
#section4 .wpt_home_first_team .home_first_team_present header h3 span {
    color: #fff;
    display: block;
}
#section4 .pagination {
    left: 50%;
    margin-left: -100px;
}

.home_first_team_info {
    padding-left: 55px;
    padding-top: 50px;
}

.wpt_home_first_blog {
    text-align: right;
}
.wpt_home_first_blog .promo_text {
    color: rgba(0, 0, 0, 0.07);
    font-size: 170px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
}
.wpt_home_first_blog header {
    margin-top: 135px;
    margin-right: 85px;
    display: inline-block;
    width: 316px;
    height: 192px;
    border: 12px solid rgba(0, 0, 0, 0.07);
}
.wpt_home_first_blog header h2 {
    color: #ffd026;
    text-align: left;
    margin-left: -100px;
    float: none;
    font-weight: 700;
}
.wpt_home_first_blog .blog_date,
.wpt_home_first_blog .blog_coment {
    color: #9c9c9c;
    font-size: 12px;
    font-weight: 400;
}
.wpt_home_first_blog .wpt_active_blog_post {
    position: relative;
    display: inline-block;
    text-align: left;
    width: 480px;
}
.wpt_home_first_blog .wpt_active_blog_post h3 {
    color: black;
    max-width: 300px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
}
.wpt_home_first_blog .wpt_active_blog_post h3:after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 7px;
    background: url(../img/arrow_yellow.png) 0 0 no-repeat;
    margin-left: 10px;
}
.wpt_home_first_blog .wpt_active_blog_post h3 .present_body:after {
    display: none;
}
.wpt_home_first_blog .wpt_active_blog_post .active_blog_item_img {
    position: absolute;
    top: -35px;
    right: 50px;
}
.wpt_home_first_blog .wpt_active_blog_post .active_blog_item {
    position: relative;
    z-index: 2;
}
.wpt_home_first_blog .promo_text {
    margin-left: 0;
}
.wpt_home_first_blog .blog_body_items {
    padding-top: 90px;
    text-align: left;
}

#section6:before {
    content: "Contact";
    text-align: left;
    color: #fff;
    font-size: 100px;
    display: block;
    width: 43%;
    z-index: 2;
    height: 100%;
    position: absolute;
    background:rgb(0 0 0 / 0.55);
    padding-top: 350px;
    color: rgba(255, 255, 255, 0.07);
    font-family: "Montserrat", sans-serif;
    font-size: 170px;
    font-weight: 700;
    text-transform: uppercase;
}

#section6 .fp-tableCell {
    background: url(../img/contact_bg.jpg) no-repeat;
    background-size: cover;
}
#section6 .fp-tableCell .contacts_page {
    background: none;
    width: 100%;
    height: 100%;
}
#section6 .fp-tableCell .contacts_page form {
    padding-top: 60px;
    padding-left: 10px;
}
#section6 .fp-tableCell .contacts_page header {
    margin-left: -75px;
    margin-top: 45px;
    margin-bottom: 185px;
    float: none;
}
#section6 .fp-tableCell .contacts_page ul {
    padding-top: 35px;
}
#section6 .fp-tableCell .contacts_info_bg {
    position: absolute;
}

.wpt_fix_footer {
    width: 100%;
    position: fixed;
    bottom: 45px;
    z-index: 10;
    padding: 0 40px 0 55px;
}
.wpt_fix_footer a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}
.wpt_fix_footer a.active {
    color: #ffd026;
}
.wpt_fix_footer .wpt_fix_footer_body {
    position: relative;
}
.wpt_fix_footer .slide_num {
    position: absolute;
    display: inline-block;
    text-align: left;
    left: 0;
}
.wpt_fix_footer .slide_num a {
    display: none;
    letter-spacing: 4px;
}
.wpt_fix_footer .slide_num a span {
    color: #fff;
}
.wpt_fix_footer .slide_num a.active {
    display: block;
}
.wpt_fix_footer .slide_num a.color_black span {
    color: #000;
}
.wpt_fix_footer .change_lang {
    position: absolute;
    display: inline-block;
    right: 0;
}
.wpt_fix_footer .change_lang a.active_color {
    color: #000;
}
.wpt_fix_footer .next_slide {
    position: absolute;
    display: inline-block;
    left: 50%;
    margin-top: -40px;
}
.wpt_fix_footer .next_slide a {
    display: inline-block;
    background: url("../img/home_first/cursor.png") 0 0 no-repeat;
    width: 22px;
    height: 34px;
    margin-left: -11px;
    clear: both;
}

.contact .home_form button,
.contacts_page form button {
    -webkit-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
}

.contact .home_form button:hover {
    background: #342e36;
}

.work_page .works_header {
    margin: 0 auto;
}

/*==========  Desktop First Method  ==========*/
.swiper-slide-container {
    max-width: 560px;
    background: #fff;
    padding: 70px 70px 95px 75px;
    margin-left: -10px;
}

@media only screen and (min-width: 2260px) {
    .wpt-top-menu {
        padding: 40px 20px 40px 20px;
        display: inline-block;
        float: right;
        line-height: 80px;
    }
    .wpt_page_first .wpt-top-menu {
        float: right;
        padding-left: 0px;
    }
}
@media only screen and (max-width: 1700px) {
    .about_page.content .content_bottom .content_bottom_text .content_bottom_text_item {
        width: 300px;
    }
    .about_page.content .content_bottom .content_bottom_img {
        margin-left: 50px;
    }
    .team_body_slide .team_item {
        width: 280px;
        height: 280px;
    }
    #section4 .wpt_home_first_team .team_item_hide nav {
        bottom: -70px;
    }
    .team_item_hide nav {
        bottom: -70px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1542px) {
    .wpt_page_first .about .about_img .promo_text,
    .page_first_bg,
    #section1:before,
    .wpt_home_first_blog .promo_text,
    #section4:after,
    .page_first_bg span,
    #section2:before,
    #section6:before,
    #section3:before {
      font-size: 90px;
      line-height: 0.8;
    }
    .team_body {
        width: auto;
    }
    #section0 .slide .quote {
        margin-left: 200px;
    }
    .wpt_page_first .wpt-top-menu {
      display: inline-block;
      float: right;
      padding-right: 100px;
      line-height: 80px;
    }
    .wpt_page_first .about .about_text {
        padding-left: 0;
    }
    .home_first_service_info {
        margin-top: 0;
        margin-right: 0;
    }
    #section4 .wpt_home_first_team .home_first_team_present {
        padding-left: 110px;
    }
    .team_body_slide .team_item {
        width: 200px;
        height: 200px;
    }
    #section5 .blog_item {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .wpt_page_first .about .about_img {
        margin-left: -100px;
    }
    .home_first_service_info {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .home .home_scroll_elem {
        margin-top: 0;
    }
    .works_body .izotope_container {
        margin-left: 0;
    }
    .works_body .izotope_container .izotope_item {
        width: 230px;
        height: 225px;
    }
    .works_body .all_works {
        width: 100%;
        text-align: center;
    }
    .team .team_item_hide {
        padding-top: 90px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .team .team_body {
        width: 870px;
        float: none;
    }
    .team .team_frame .team_frame_item {
        height: 600px;
    }
    .blog_item {
        max-height: none;
    }
    .home_first_service_info .services_text_body p {
        padding-right: 30px;
    }
    .home_first_service_info {
        padding-left: 50px;
        margin-left: 150px;
    }
    .contacts_page .contacts_info_body .contacts_info_text {
        padding-left: 50px;
        padding-right: 50px;
    }
    .contacts_form {
        padding-right: 50px;
        padding-left: 50px;
    }
    .contacts_info_bg {
        right: 0;
    }
    .offline_page .offline_page_body {
        margin: auto;
    }
    .about_page.labels .labels_body .labels_item {
        padding: 0 28px;
    }
    .about_page.content .content_text {
        padding-left: 130px;
    }
    .about_page.content .content_bottom .content_bottom_text {
        margin-left: -100px;
    }
    .about_page.services .services_img {
        margin-left: -50px;
    }
    .team_page .team_page_text header {
        margin-left: 0;
    }
    .team_page .team_item {
        width: 250px;
        height: 250px;
    }
    .team_page .team_item_hide {
        padding-top: 90px;
    }
    .team_page .team_page_text header {
        margin: 0 auto 50px;
    }
    .team_page_text {
        padding: 0 30px;
    }
    .team_body_slide {
        width: 730px;
        margin: 0 auto;
    }
    .team_body_slide .team_item {
        float: none;
        display: inline-block;
    }
    .team_page .team_page_text:after {
        margin: 0 auto;
    }
    .content_team_quote {
        margin-top: 0;
    }
    .navigate_to_page .navigate_pre {
        padding-left: 0;
    }
    .home_first_team_info .team_item_hide {
        padding-top: 50px;
    }
    .home_first_team_info .team_item_hide nav {
        padding-top: 0;
    }
    .home_first_team_info .team_item_hide nav ul {
        padding-top: 0px;
    }
    .about_page.content .content_text {
        padding-left: 150px;
    }
    .about_page.content .content_bottom .content_bottom_img {
        margin-top: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
        width: 460px;
        height: 240px;
    }
    .about_page.content .content_bottom .content_bottom_img img {
        max-width: 100%;
    }
    .about_page.content .pagination {
        top: 160px;
        left: 20px;
        bottom: auto;
    }
    .about_page.content .content_bottom .content_bottom_text .content_bottom_text_item {
        width: 400px;
        margin-left: 50px;
    }
    .about_page.content .content_bottom .content_bottom_img {
        margin-left: 100px;
    }
    .about_page.services .services_img {
        margin-top: 0;
    }
    #section2 header {
        margin-left: 0;
    }
    .home_first_service_info {
        max-width: 750px;
        padding: 40px;
        margin-left: 50px;
        position: relative;
        left: 130px;
    }
    #page_404 .slide .quote {
        margin: 0 auto;
    }
    .team_page .team_body {
        padding-top: 0;
    }
    .home_slides_item .pagination {
        left: 50%;
        margin-left: -60px;
        bottom: 5px;
    }
    .team_page .team_page_text p {
        display: inline-block;
        width: 400px;
        margin-left: -95px;
    }
    .about_page.content .content_bottom .content_bottom_img .swiper-container {
        margin-left: 10px;
    }
    .swiper-slide-container {
        padding: 50px;
    }
    #section6 .fp-tableCell .contacts_page header {
        margin-bottom: 40px;
    }
    .wpt_home_first_blog header {
        margin-top: 30px;
        margin-bottom: 60px;
    }
    .home_slides_item footer nav {
        margin-right: 0;
    }
    .wpt-header-menu nav {
        width: 50%;
    }
}

@media only screen and (max-width: 1400px) {
    #section4 .wpt_home_first_team .team_item_hide nav {
        bottom: -50px;
    }
    #section2 .present_body {
        padding-left: 50px;
    }
    .wpt_contact_footer {
        top: 0;
    }
    .contacts_page form textarea {
        min-height: 150px;
    }
}

@media only screen and (max-width: 1300px) {
    .team_page .team_page_text p {
        margin-left: -200px;
    }
    .team_page .team_page_text header {
        margin-left: -100px;
    }
    .team_body_slide {
        width: 600px;
    }
}

@media only screen and (max-width: 1200px) {
    #section2 .present_body:after {
        display: none;
        content: "";
    }
    #section2:before {
        width: 100%;
    }
    .services_text_body {
        margin-left: 0;
    }
    #section0 .slide .quote {
        margin-left: 220px;
    }
    .wpt_page_first .wpt-top-menu {
        padding-left: 150px;
    }
    .wpt_page_first .about .about_img {
        margin-left: -70px;
    }
    .wpt_page_first .about .about_text,
    #section4 .wpt_home_first_team .home_first_team_present {
        padding-left: 50px;
    }
    #section2 .present_body {
        padding-left: auto;
    }
    .home_first_works_present {
        padding-right: 50px;
    }
    #section3 .izotope_item {
        width: 50%;
        height: 300px;
    }
    .team_body_slide .team_item {
        width: 200px;
        height: 200px;
    }
    #section6 .fp-tableCell .contacts_page header {
        margin-left: 80px;
    }
    .wpt_home_first_blog header {
        margin-right: 140px;
    }
    .promo_text {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .about .about_text {
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .works_body .izotope_container {
        width: 690px;
        margin: 0 auto;
    }
    .works_body .fillter_wrap {
        text-align: center;
        padding-bottom: 20px;
    }
    .works_body .fillter_wrap .but {
        display: inline-block;
        padding: 15px;
    }
    .works_body .fillter_wrap .all_works {
        display: block;
        margin: 10px auto;
        width: 500px;
        float: none;
        padding: 0 20px;
    }
    .blog_body_items {
        padding: 20px 0;
    }
    .team .team_item {
        width: 220px;
        height: 220px;
    }
    .team .team_body {
        width: 800px;
        margin: 0 auto;
    }
    .team_body_slide {
        margin: 0 auto;
        display: inline-block;
    }
    .team .team_frame {
        display: none;
    }
    .services_page.content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .about_page.content {
        padding-top: 50px;
        padding-bottom: 50px;
        overflow: hidden;
    }
    .about_page.block_content1 span {
        right: 0;
    }
    .about_page.content .content_text {
        padding-left: 120px;
        padding-right: 50px;
    }
    .about_page.content .content_bottom .content_bottom_text {
        margin-left: 0;
    }
    .about_page.content .content_bottom .content_bottom_img {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 50px;
    }
    .about_page.content .content_bottom .content_bottom_text {
        border: none;
        margin: 0;
        max-width: 320px;
        text-align: left;
        display: block;
        margin-left: 0;
    }
    .about_page.content .content_bottom .content_bottom_text .content_bottom_text_item {
        width: auto;
    }
    .about_page.stats .about_stats_body .stats_item {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 36px;
    }
    .about_page.services .services_img {
        margin-left: 0;
    }
    .about_page.labels .labels_body .labels_item {
        width: 150px;
    }
    .about_page.labels .labels_body .labels_item img {
        max-width: 100%;
    }
    .blog_post_page .wpt_post_img_left,
    .blog_post_page .wpt_post_img_right {
        float: none;
        text-align: center;
        margin: 0;
        margin: 30px;
    }
    .blog_post_page .wpt_post_img_left img,
    .blog_post_page .wpt_post_img_right img {
        max-width: 100%;
    }
    .wpt_post_nav_prev,
    .wpt_post_nav_nex {
        margin: 0;
    }
    .blog_post_page.wpt_post {
        padding-left: 0;
    }
    .blog_post_page .wpt_post_quote {
        margin-left: 100px;
    }
    .blog_post_page .wpt_post_quote {
        padding-top: 30px;
    }
    .services_page .services_text_body {
        padding: 0 10px;
    }
    .home_first_team_info {
        padding-left: 30px;
        padding-right: 30px;
    }
    .wpt_page_first .about .about_text {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .wpt_home_first_works .izotope_container {
        margin: 0;
    }
    .team_body_slide {
        width: auto;
    }
    .wpt_contact_footer {
        margin-left: -150px;
        top: -10px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }
    .wpt_home_first_blog header {
        margin: 0 auto;
    }
    .wpt_home_first_blog .wpt_active_blog_post {
        margin: 0 auto;
    }
    .about_page.content .pagination {
        top: 160px;
        left: 20px;
        bottom: auto;
    }
    .stats_item h2 span,
    .stats_item h2 {
        font-size: 40px;
    }
    .works .works_header {
        margin-left: 110px;
    }
    .team_page .team_item_hide {
        padding-top: 45px;
    }
    .team_item_hide nav {
        bottom: -55px;
    }
    #page_404 .slide .quote {
        margin: 0 auto;
    }
    .team_body_slide {
        text-align: center;
        margin-top: 30px;
    }
    .team_page .team_body {
        padding-left: 0;
    }
    .home_slides_item .pagination {
        bottom: 40px;
    }
    #section4 .pagination {
        left: 0;
        right: 0;
        margin: auto;
    }
    .team_page .team_body_slide {
        max-width: 700px;
    }
    .wpt_page_first .about .about_img .promo_text,
    .page_first_bg,
    #section1:before,
    .wpt_home_first_blog .promo_text,
    #section4:after,
    .page_first_bg span,
    #section2:before,
    #section6:before,
    #section3:before {
        font-size: 70px;
    }
    .wpt_home_first_blog .wpt_active_blog_post {
        margin-top: 100px;
    }
    #section3 header {
        margin-right: 0;
    }
    #page_404 .quote a,
    #page_404 h2 {
        margin-left: -100px;
    }
    .wpt_contact_footer {
        width: 100%;
        text-align: center;
        top: 80px;
    }
    #section2 .present_body p {
        max-width: 600px;
        padding: 0 50px;
    }
}

@media only screen and (width: 1200px) {
    .works_body .fillter_wrap .all_works {
        width: 185px;
    }
}

@media only screen and (max-width: 1199px) {
    .team_page .team_page_text header {
        margin: 0 auto 50px;
    }
    .team_page .team_page_text p {
        margin: 0 auto;
        width: auto;
    }
    .team_body_slide {
        margin: 0 auto;
    }
    .team_page .team_body {
        margin-top: 50px;
        text-align: center;
        width: 100%;
    }
    .blog_item,
    .blog_item:after {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 1100px) {
    #section4 .wpt_home_first_team .home_first_team_present header,
    .wpt_page_first .about .about_text h2:after,
    #section2 header,
    #section3 header,
    .wpt_home_first_blog header,
    .contacts_page header {
        border: none;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .nav-menu-icon-hidden {
        display: block;
    }
    .wpt_home_first_blog header {
        margin-right: 0px;
    }
    .wpt-top-menu {
        left: 0;
        background: rgba(52, 46, 54, 0.8);
    }
    .wpt_page_first .about .about_img .about_img_item {
        width: 400px;
        height: 600px;
    }
    .wpt_page_first .about .about_img .about_img_item img {
        width: 100%;
        max-height: 100%;
        max-width: 100%;
    }
    .wpt-top-menu {
        z-index: 3;
        display: none;
        width: 100%;
        height: 100%;
        padding-right: 0;
        position: fixed;
        opacity: 0;
        -webkit-transition: all 0.35s ease-in;
        transition: all 0.35s ease-in;
        padding-top: 80px;
    }
    .wpt-top-menu li {
        width: 100%;
        text-align: center;
        background: #342e36;
        border-bottom: 2px solid rgba(52, 46, 54, 0.8);
    }
    .wpt_page_first .wpt_rotate_right {
        margin-left: 0;
    }
    .wpt_page_first .wpt_rotate_left {
        margin-left: -30px;
    }
    .wpt_page_first .about .about_img {
        height: auto;
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .wpt_page_first .about .about_img .about_img_item {
        display: inline-block;
        height: auto;
    }
    #section2:before {
        width: 100%;
    }
    #section2 .present_body {
        padding: 50px;
    }
    .home_first_service_info {
        left: 0;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 50px;
    }
    .home_first_works_present {
        padding: 50px 0;
    }
    #section3 .fillter_wrap a {
        width: auto;
        display: inline-block;
        padding: 0 20px;
    }
    #section3 .fillter_wrap {
        text-align: center;
    }
    #section4 .fp-tableCell:after {
        display: block;
    }
    #section4 .wpt_home_first_team .home_first_team_present {
        padding: 50px 0 50px 50px;
    }
    .home_first_team_info {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .wpt_home_first_blog header {
        margin-top: 0;
    }
    .wpt_home_first_blog {
        padding: 50px 0 50px 50px;
    }
    .wpt_home_first_blog .wpt_active_blog_post .active_blog_item_img {
        margin-top: -22px;
        display: none;
    }
    .wpt_home_first_blog .wpt_active_blog_post {
        margin-top: 0px;
        padding-left: 0px;
    }
    .wpt_home_first_blog .blog_body_items {
        padding-top: 0;
    }
    .wpt_page_first .about .about_img .promo_text,
    .page_first_bg,
    #section1:before,
    .wpt_home_first_blog .promo_text,
    #section6:before,
    #section3:before {
        display: none;
    }
    #section2:before,
    #section4:after {
        content: "";
    }
    .slide .quote {
        border: none;
    }
    .team .team_item_hide {
        padding-top: 50px;
    }
    .team .team_item {
        float: none;
        width: 200px;
        height: 200px;
    }
    .team_body {
        width: 100%;
        text-align: center;
    }
    .team_body .team_item {
        display: inline-block;
    }
    .team .team_body {
        width: 100%;
    }
    .comming_soon_item {
        margin: 5px;
        padding: 0 20px;
        min-width: 145px;
    }
    .comming_soon .comming_soon_body {
        padding: 0 0 100px;
    }
    .comming_soon nav {
        bottom: 10px;
    }
    .contacts_info_bg {
        display: none;
    }
    .contacts_page header {
        width: 300px;
        right: -45px;
        position: relative;
    }
    .contacts_page header h1 {
        margin-left: 0;
    }
    .services_page .cube_body {
        display: none;
    }
    .services_page.services_text_body {
        padding: 0 10px;
    }
    .services_page .content_skills_item header {
        padding: 0 15px;
    }
    .services_page .services_text_body p {
        display: inline;
    }
    .about_page.content header {
        margin: 0 auto 50px;
    }
    .about_page.content {
        padding-bottom: 50px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .about_page.content .content_body {
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .about_page.content .content_text {
        padding: 0;
    }
    .about_page.content .content_bottom .content_bottom_text {
        margin: 50px auto;
        text-align: center;
    }
    .about_page.content .content_bottom .content_bottom_text .content_bottom_text_item {
        margin-left: 0;
    }
    .about_page.labels .labels_body .labels_item {
        padding: 10px;
    }
    .about_page.content .content_bottom .content_bottom_img {
        margin: 0 auto 50px;
    }
    .about_page.stats {
        padding: 100px 0;
    }
    .about_page.services .services_text_body {
        padding: 20px 30px;
    }
    .about_page.services .services_text_body p {
        padding-left: 0;
        padding-bottom: 0;
    }
    .about_page.services {
        padding: 50px 0;
    }
    .about_page.services .services_img {
        margin: 0 auto;
    }
    .about_page.services .services_text_body {
        text-align: center;
    }
    .services_text_body h2:after {
        margin: 10px auto;
    }
    .about_page.labels .labels_body .labels_item {
        width: 130px;
    }
    .about_page.labels {
        padding: 50px 0;
    }
    .wpt_post_nav_prev,
    .wpt_post_nav_nex {
        float: none;
        margin-bottom: 30px;
    }
    .wpt_post_nav {
        padding-bottom: 0;
    }
    .wpt_post_form {
        padding-bottom: 70px;
    }
    .wpt_comment .comment_body {
        padding-top: 0;
    }
    .contacts_page header {
        width: 100%;
        border: none;
    }
    .home_first_contacts {
        padding: 50px 0;
    }
    .contacts_page header {
        margin-bottom: 0;
        right: 0;
    }
    .blog h2 {
        padding-top: 50px;
    }
    #section5 .blog h2 {
        padding-top: 0px;
    }
    #section2 .present_body:after {
        display: none;
    }
    #section0 .slide .quote {
        width: auto;
        margin: 110px 0;
    }
    #section0 .slide .quote h2 {
        margin: 0;
        padding: 0;
    }
    #section0 .slide .quote h3 {
        margin: 0;
        padding: 0;
    }
    #section0 .slide .quote a {
        margin-left: 0;
    }
    .wpt_page_first .wpt-top-menu {
        margin: 0;
        width: auto;
    }
    .wpt_page_first .wpt-top-menu {
        padding: 0;
        width: 100%;
        padding-top: 80px;
    }
    .wpt_page_first .wpt-top-menu li {
        line-height: 50px;
    }
    .wpt_page_first .wpt-top-menu li a,
    .wpt_page_first .wpt-top-menu li span {
        font-size: 20px;
    }
    .wpt-header-menu nav ul .all_page {
        line-height: 50px;
    }
    .wpt-header-menu nav ul .all_page span {
        font-size: 20px;
    }
    .wpt-header-menu nav ul li {
        margin: 0 !important;
        padding: 0;
    }
    .wpt-header-menu nav ul li a {
        font-size: 20px;
        line-height: 50px;
    }
    .wpt-header-menu nav ul .all_page ul li a {
        font-size: 16px;
    }
    #section3 .izotop_hide {
        padding-top: 75px;
    }
    #page_404 .slide .quote a {
        margin-left: 0;
    }
    #page_404 .slide .quote h2 {
        margin-bottom: 50px;
        height: auto;
    }
    #page_404 .slide .quote h3 {
        margin-bottom: 50px;
        height: auto;
    }
    #page_404 .slide .quote .fp-slidesNav.bottom {
        left: 0;
        right: 0;
        margin: auto;
    }
    #page_404 .slide .quote h2:after {
        display: none;
    }
    #page_404 .slide .quote h3:after {
        display: none;
    }
    .home_slides_item .pagination {
        left: 0;
        right: 0;
        margin: auto;
    }
    .wpt_home_first_blog .wpt_active_blog_post {
        text-align: left;
        width: 100%;
        position: static;
    }
    .wpt_home_first_blog .wpt_active_blog_post .active_blog_item {
        display: inline-block;
    }
    .team .pagination {
        margin-left: -60px;
    }
    .about_page.content .content_text {
        padding-left: 50px;
    }
    .about_page.content .content_img {
        margin-top: 40px;
    }
    .about_page.content .content_text {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 50px;
    }
    .wpt_page_first .about .about_text {
        padding-bottom: 0;
        margin-bottom: 0;
        padding-top: 50px;
    }
    .wpt_home_first_about {
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .fp-slidesNav {
        left: 50%;
        margin-left: -60px;
    }
    .wpt_fix_footer .next_slide {
        margin-left: -5px;
        margin-top: -5px;
    }
    .wpt_page_first .about .about_img {
        padding-top: 0;
        margin-top: 0;
        padding-bottom: 0;
    }
    .services_text_body h2:after {
        display: none;
    }
    .wpt-top-menu li {
        max-height: 70px;
    }
    .wpt-top-menu li a {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }
    .wpt-top-menu.active {
        background: rgba(52, 48, 54, 0.9);
    }
    .wpt-top-menu li {
        background: none;
        border: none;
    }
    .nav-menu-icon-hidden a i.active {
        background: #fff;
    }
    .nav-menu-icon-hidden a i.active:after,
    .nav-menu-icon-hidden a i.active:before {
        background: #fff;
    }
    .wpt_contact_footer {
        top: 50px;
    }
    .wpt-header-menu nav ul .all_page.active ul,
    .wpt-header-menu nav ul .all_page ul {
        padding: 0;
    }
    #page_404 .slide .quote {
        margin: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #section2 header {
        text-align: center;
        width: 100%;
        height: auto;
    }
    #section2 header h2 span {
        display: inline-block;
    }
    #section2 .present_body {
        text-align: center;
    }
    #section2 header {
        margin-bottom: 0;
    }
    .wpt_page_first .wpt_rotate_left,
    .wpt_page_first .wpt_rotate_right {
        display: none;
    }
    .slide .quote {
        height: auto;
    }
    .wpt_page_first .about .about_text h2 {
        padding-bottom: 50px;
    }
    #section2 header h2 {
        padding-top: 0;
        padding-bottom: 20px;
    }
    #section4 .wpt_home_first_team .home_first_team_present header h3 {
        padding-top: 0;
    }
    #section4 .pagination {
        bottom: 50px;
    }
    .wpt_page_first .about .about_text:after {
        display: none;
    }
    .about .about_img .about_img_item {
        margin-top: 50px;
    }
    #section2 header h2,
    .wpt_home_first_blog header h2,
    #section4 .wpt_home_first_team .home_first_team_present header h3 {
        margin-left: 0;
    }
    #section3 header h2,
    #section6 .fp-tableCell .contacts_page header,
    .wpt_home_first_blog header,
    #section4 .wpt_home_first_team .home_first_team_present header,
    #section3 header {
        margin-left: 0;
        width: 100%;
    }
    #section6 .fp-tableCell .contacts_page header {
        padding: 0;
        margin: 0;
    }
    #section3 header,
    #section4 .wpt_home_first_team .home_first_team_present header {
        margin-bottom: 0;
    }
    #section3 header h2 {
        padding-top: 0;
    }
    #section6 .fp-tableCell .contacts_page ul {
        padding-top: 0;
    }
    #section6 .fp-tableCell .contacts_page form {
        padding: 0;
    }
    #section3 header {
        padding-left: 35px;
    }
    body {
        overflow-x: hidden;
    }
    #page_404 .slide .quote {
        height: auto;
        padding: 40px 20px;
    }
    .contacts_page {
        padding: 50px 0;
    }
    .contacts_page header {
        height: auto;
        padding: 0 0 50px;
    }
    .contacts_page .contacts_info_body .contacts_info_text ul {
        padding-top: 50px;
    }
    .services_page.content_skills p {
        max-width: 545px;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }
    .wpt-header-menu nav {
        width: 100%;
    }
    .about_page.stats .about_stats_body .stats_item h2 {
        min-width: 95px;
    }
    .about_page.stats .about_stats_body .stats_item span {
        min-width: auto;
    }
    .wpt_page_first .wpt-top-menu li:nth-child(2) {
        margin-right: 0;
    }
    .nav-menu-icon-hidden2 {
        top: 67px;
    }
    .wpt-top-menu li span {
        display: inline-block;
    }
    .wpt-top-menu li span:after {
        display: none;
    }
    .about_page.content .content_bottom .content_bottom_text {
        max-width: 600px;
        width: auto;
    }
}

@media only screen and (max-width: 991px) {
    .wpt-header-menu .logo {
        height: 80px;
    }
    .present_body {
        text-align: center;
    }
    #section4 .wpt_home_first_team p {
        max-width: 600px;
        display: inline-block;
        margin: auto;
    }
    #section4 .wpt_home_first_team .home_first_team_present:after {
        display: none;
    }
    .home_first_team_info {
        padding-top: 0;
    }
    #section4 .wpt_home_first_team .home_first_team_present header {
        height: auto;
    }
    #section4 .wpt_home_first_team .home_first_team_present header h3 span {
        padding-bottom: 30px;
        display: inline-block;
        padding-left: 10px;
    }
    #section4 .wpt_home_first_team .home_first_team_present {
        padding-left: 0;
    }
    #section3 header {
        height: auto;
        padding-left: 0;
        text-align: center;
    }
    #section3 header h2 span {
        display: inline-block;
        padding-left: 10px;
    }
    #section3 header h2 {
        padding-bottom: 30px;
    }
    .wpt_home_first_works .izotope_container {
        padding-left: 0;
    }
    .wpt_page_first .about .about_text {
        padding-left: 50px;
        padding-right: 50px;
    }
    .wpt_page_first .about .about_text h2 {
        text-align: center;
    }
    #section2 header h2 span {
        padding-left: 10px;
    }
    .home_first_service_info h2 {
        padding-bottom: 10px;
    }
    .about_page.content {
        padding-top: 0;
    }
    .about_page.content .content_img {
        margin-top: 0;
    }
    .about_page.content header h2 {
        margin-left: 0;
    }
    .about_page.content .content_text {
        padding-top: 0;
    }
    .services .services_text_body h2 {
        padding-bottom: 15px;
    }
    .about_page.content .content_text {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
    }
    .about_page.content .content_bottom .content_bottom_text {
        margin: 0 auto;
    }
    .about_page.content .content_text:after {
        display: none;
    }
    .stats_item h2 span,
    .stats_item h2 {
        font-size: 20px;
    }
    .wpt_contact_footer {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .wpt-header-menu .logo {
        display: inline-block;
        position: relative;
    }
    .services .promo_text,
    .about .promo_text,
    .works .promo_text,
    .team .promo_text,
    .blog .promo_text {
        display: none;
    }
    .works_header {
        border: none;
    }
    .home {
        margin: 0;
    }
    .home_text_body {
        width: 100%;
        padding: 0;
    }
    .home_text_body .home_text {
        padding: 50px;
        width: 100%;
    }
    .home_slides_item footer nav {
        float: none;
        text-align: center;
    }
    .home_slides_item footer nav ul {
        display: inline-block;
    }
    .home_text_body .owl-controls {
        right: 0;
        left: 0;
        width: 120px;
        bottom: 30px;
        height: 10px;
        margin: 0 auto;
    }
    .works_body .izotope_container {
        text-align: center;
    }
    .works_body .izotope_container .izotope_item {
        display: inline-block;
    }
    .fix_header .menu li {
        display: none;
    }
    .works_header {
        margin: 30px auto;
        padding: 0;
    }
    .works {
        padding-top: 0;
    }
    .works_body .fillter_wrap .all_works {
        width: 300px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .promo_text {
        text-align: center;
        display: inline-block;
        width: 100%;
        font-size: 55px;
    }
    .contact .home_form input,
    .contact .home_form textarea {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .contact .home_form button {
        float: none;
    }
    .services_text_body {
        margin: 0;
        padding: 10px 20px;
        text-align: center;
    }
    .services_text_body h2:after,
    .about .about_text:after {
        display: none;
    }
    .services_text_body p {
        padding-left: 10px;
        padding-right: 10px;
    }
    .about .about_text p {
        text-align: center;
        padding-bottom: 50px;
    }
    .wpt_home_first_blog .wpt_active_blog_post .active_blog_item_img {
        display: none;
    }
    #section4 .pagination {
        margin-left: -55px;
    }
    .blog_item {
        padding: 20px;
    }
    .stats_item {
        width: 49%;
    }
    .comming_soon .comming_soon_body {
        top: -120px;
    }
    .offline_page .offline_page_body {
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: auto;
        text-align: center;
    }
    .offline_page h1 {
        margin-left: 0;
        font-size: 28px;
        width: auto;
    }
    .offline_page h1:before {
        display: none;
    }
    .services_page.content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .about_page.content .content_bottom .content_bottom_text {
        margin: 0;
    }
    .about_page.content .content_bottom .content_bottom_text .content_bottom_text_item {
        width: 320px;
    }
    .content_team_quote .content_team_body {
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
    }
    .team_page .team_page_text h2 {
        margin-left: 0;
        text-align: center;
    }
    .blog_post_page .breadcrumb {
        padding-top: 15px;
    }
    .blog_post_page.wpt_post {
        padding-left: 15px;
        padding-right: 15px;
    }
    .blog_post_page.block_content1 header {
        padding-left: 15px;
        padding-right: 15px;
    }
    .blog_post_page .breadcrumb {
        padding-left: 15px;
        padding-right: 15px;
    }
    .blog_post_page .wpt_comment2 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 10px;
    }
    .blog_post_page .wpt_comment3 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 20px;
    }
    .wpt_page_first .about .about_text h2:after,
    .wpt_page_first .wpt_rotate_left,
    .wpt_page_first .wpt_rotate_right {
        display: none;
    }
    #section2 header {
        border: none;
    }
    #section2 header h2 {
        margin-left: 0;
    }
    #section2 header {
        margin: 0;
    }
    .home_first_service_info {
        padding-left: 0;
        left: 0;
    }
    .wpt_home_first_blog header {
        width: auto;
        padding-top: 60px;
    }
    .wpt_home_first_blog .wpt_active_blog_post {
        margin-top: 0px;
    }
    .wpt_home_first_blog .wpt_active_blog_post {
        width: 100%;
        padding: 15px 20px;
    }
    .wpt_home_first_blog .blog_body_items {
        padding-top: 0;
    }
    .home_first_contacts {
        padding: 0 0 10px;
    }
    #section2 .present_body,
    .wpt_page_first .about .about_text,
    .home_first_works_present,
    #section4 .wpt_home_first_team .home_first_team_present,
    .wpt_home_first_blog,
    .contacts_page .contacts_info_body .contacts_info_text {
        padding: 0 10px;
    }
    #section3 .izotope_item:hover .izotop_hide {
        padding-top: 25px;
    }
    #section2 .present_body p {
        display: inline;
    }
    .blog h2,
    .about_text h2,
    .works_header h2,
    #section2 header h2,
    #section3 header h2,
    #section4 .wpt_home_first_team .home_first_team_present header h3,
    #section5 .blog h2,
    .block_content1 h1,
    .contacts_page header h1 {
        font-size: 45px;
        margin: 0;
        float: none;
        padding: 0 10px;
        text-align: left;
        line-height: 1;
    }
    .blog h2 span,
    .about_text h2 span,
    .works_header h2 span,
    #section2 header h2 span,
    #section3 header h2 span,
    #section4 .wpt_home_first_team .home_first_team_present header h3 span,
    #section5 .blog h2 span,
    .block_content1 h1 span,
    .contacts_page header h1 span {
        text-align: center;
        display: inline;
    }
    #section2 header,
    #section3 header,
    #section4 .wpt_home_first_team .home_first_team_present header,
    .wpt_home_first_blog header {
        display: block;
        width: auto;
        border: none;
        padding: 0;
        height: auto;
        margin-right: 0;
        margin-left: 0;
    }
    .contacts_page .contacts_info_body .contacts_info_text ul {
        padding: 30px;
    }
    .contacts_page form button {
        float: none;
        display: inline-block;
        margin: 0 auto;
        width: 200px;
    }
    .contacts_page form {
        text-align: center;
        padding-bottom: 50px;
    }
    #section3 .izotope_container {
        width: 410px;
        margin: 0 auto;
    }
    #page_404 .slide .quote h2 {
        width: 100%;
        padding: 0 10px;
    }
    #page_404 .slide .quote h2::after {
        display: none;
    }
    #page_404 .slide .quote h3 {
        width: 100%;
        padding: 0 10px;
    }
    #page_404 .slide .quote h3::after {
        display: none;
    }
    #page_404 .slide .quote a {
        padding: 0 10px;
    }
    #section0 .fp-slidesNav {
        left: 50%;
        margin-left: -60px;
    }
    #section6 .fp-tableCell .contacts_page form {
        padding-top: 0;
    }
    .slide .quote h2:after {
        display: none;
    }
    .slide .quote h3:after {
        display: none;
    }
    .home_first_service_info .services_text_body p {
        padding-left: 10px;
        padding-right: 10px;
        text-align: left;
    }
    .home_slides_item {
        padding-top: 130px;
    }
    .home_slides_item footer {
        margin-top: 10px;
    }
    .about {
        padding-top: 50px;
    }
    .team .pagination {
        margin-left: -60px;
    }
    .home_text_body .home_text {
        padding: 15px;
    }
    .home_slides_item .pagination {
        top: auto;
    }
    .wpt_page_first .about .about_text h2 {
        text-align: center;
    }
    .wpt_page_first .about .about_text h2 {
        line-height: 1;
        padding-bottom: 50px;
        padding-top: 50px;
    }
    #section2 header,
    #section3 header,
    #section4 .wpt_home_first_team .home_first_team_present header {
        margin-bottom: 50px;
        margin-top: 50px;
        text-align: center;
    }
    #section2 header h2,
    #section2 header span,
    #section2 header h3,
    #section3 header h2,
    #section3 header span,
    #section3 header h3,
    #section4 .wpt_home_first_team .home_first_team_present header h2,
    #section4 .wpt_home_first_team .home_first_team_present header span,
    #section4 .wpt_home_first_team .home_first_team_present header h3 {
        display: inline;
    }
    #section4 .wpt_home_first_team {
        text-align: center;
    }
    #section4 .wpt_home_first_team p {
        width: 100%;
        max-width: 500px;
        display: inline-block;
    }
    .contact,
    .works,
    .about {
        padding-top: 50px;
    }
    .home_footer {
        padding: 50px 0;
    }
    .blog,
    .about .about_text h1 {
        padding-bottom: 50px;
    }
    .about .about_text h1 {
        font-size: 45px;
    }
    .services .services_text_body {
        padding-bottom: 0;
    }
    .works .works_header {
        margin-left: 0;
    }
    .works_header {
        width: auto;
    }
    .team_body_slide {
        width: auto;
    }
    #section4 .wpt_home_first_team .home_first_team_present:after {
        display: none;
    }
    #section4 .pagination {
        margin-left: auto;
    }
    .blog_post_page .wpt_post_item h2:after {
        display: none;
    }
    .team_page .team_page_text header {
        border: none;
    }
    .works .works_header h2,
    .blog h2,
    .about .about_text h1 {
        width: 100%;
        text-align: center;
    }
    .blog h2 {
        margin-bottom: 50px;
    }
    .about .about_text h1 span {
        display: inline-block;
        padding-left: 10px;
    }
    #section5 .blog h2 {
        padding-bottom: 0px;
    }
    .home_slides_item .pagination {
        bottom: 60px;
    }
    .content_skills_item,
    .services_page .services_text_body {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .wpt-header-menu {
        padding: 0px;
    }
    .wpt-header-menu .nav-menu-icon {
        top: 20px;
        right: 25px;
    }
    .wpt-header-menu .nav-menu-icon-hidden {
        top: 22px;
        right: 60px;
    }
    .wpt-header-menu.active .nav-menu-icon {
        top: 20px;
        right: 25px;
        visibility: visible;
    }
    
    .wpt-header-menu.active .nav-menu-icon-hidden {
        top: 22px;
        right: 60px;
    }
    .wpt-header-menu .logo {
        height: 60px !important;
    }
    .wpt-header-menu .logo img {
        height: 60px !important;
    }
    .wpt-header-menu {
        padding: 0;
        background: rgba(52, 46, 54, 0.8);
    }
    .home_first_service_info {
        padding: 0;
        text-align: center;
    }
    .home_first_service_info .services_text_body p {
        text-align: center;
    }
    #section6 .fp-tableCell .contacts_page header {
        margin: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #section6 .fp-tableCell .contacts_page ul {
        padding-top: 0;
        padding-bottom: 0;
    }
    #section6 .fp-tableCell .contacts_page form {
        padding-left: 0;
    }
    .contacts_form {
        padding-left: 40px;
        padding-right: 40px;
    }
    .contacts_page header {
        height: auto;
    }
    .contacts_page form input,
    .contacts_page form textarea {
        margin-bottom: 10px;
    }
    #section3 .fillter_wrap a {
        padding: 10px;
    }
    #section2 .present_body {
        padding: 0 30px 30px;
        text-align: center;
    }
    #section2 .present_body p {
        max-width: 100%;
    }
    .wpt_page_first .about .about_text h2 {
        font-size: 45px;
    }
    .block_content1 {
        padding-top: 100px;
    }
    .contacts_footer {
        padding: 25px 0;
    }
    .about_page.stats .about_stats_body .stats_item {
        padding: 0px;
        margin: 10px;
        width: 120px;
    }
    .about_page.stats .about_stats_body .stats_item h2 {
        line-height: 1;
    }
    .about_page.stats .about_stats_body .stats_item span {
        font-size: 12px;
        min-width: 0;
    }
    .about_page.stats .about_stats_body .stats_item h2 span {
        font-size: 20px;
    }
    .about_page.content,
    .about_page.content .content_text {
        padding-left: 15px;
        padding-right: 15px;
    }
    .block_content1 header {
        padding-left: 0;
    }
    .breadcrumb {
        padding: 12px 10px;
    }
    .about_page.content header h2 {
        font-size: 45px;
        line-height: 1;
    }
    .services_page.content {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .services_page .services_text_body {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .services_page .content_skills_body {
        padding: 50px 0;
    }
    .works_body .fillter_wrap .but {
        line-height: 1;
        padding: 10px;
        font-size: 12px;
    }
    .team_page .team_page_text h2 {
        font-size: 45px;
    }
    .team_page_text {
        padding: 0;
    }
    .content_team_quote .content_team_body {
        padding: 30px;
    }
    .team_page.team_page_content {
        padding: 30px 0;
    }
    .navigate_to_page {
        padding: 50px 0;
    }
    .block_content1 h3 {
        font-size: 24px;
    }
    .blog_post_page.block_content1 {
        padding-top: 70px;
    }
    .blog_post_page .wpt_comments {
        padding-top: 10px;
    }
    .blog_post_page .wpt_tags a {
        line-height: 1;
    }
    .wpt_comment {
        padding-bottom: 15px;
    }
    .blog_post_page .wpt_post_item {
        margin-top: 0;
        padding-top: 0;
    }
    #map:after {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        width: 100%;
        height: 100%;
        background: transparent;
    }
    .contacts_page {
        padding: 0 0 50px;
    }
    .comming_soon .logo,
    .offline_page .logo {
        top: 0;
        left: 0;
        width: 60px;
    }
    .comming_soon .logo img,
    .offline_page .logo img {
        width: 60px;
    }
    .offline_page .offline_page_body {
        margin-left: 15px;
        margin-right: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #section5 .wpt_home_first_blog {
        padding-bottom: 0;
    }
    #section2 .present_body p {
        max-width: auto;
        padding-left: 0;
        padding-right: 0;
    }
    #section5 .blog h2 {
        padding: 50px 15px;
    }
    .home_first_works_present {
        padding-top: 0;
    }
    #section0 .slide .quote {
        padding: 0 30px;
        margin-bottom: 50px;
    }
    .contacts_page header h1 {
        padding: 50px 25px;
    }
    #section0 .fp-slidesNav.bottom {
        bottom: 20px;
    }
    #section2 .present_body {
        padding-left: 10px;
        padding-right: 10px;
    }
    .wpt_home_first_blog .blog_body_items {
        padding-top: 30px;
    }
    .contacts_form {
        padding-top: 50px;
    }
    .team_body_slide .team_item {
        margin: 0;
    }
    #section4 .wpt_home_first_team .home_first_team_present {
        padding-bottom: 50px;
    }
    #section0 .slide .quote {
        margin: 70px 0;
    }
    .wpt_fix_footer .next_slide {
        margin-top: -35px;
    }
    .about_page.content .content_bottom .content_bottom_text {
        max-width: 100%;
        height: auto;
        width: 100%;
    }
    .about_page.content .content_bottom .content_bottom_text .content_bottom_text_item {
        width: 100%;
    }
    .about_page.stats {
        padding: 50px 0;
    }
    .about_page.labels .labels_body .labels_item {
        padding: 10px 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .about_page.services .services_text_body {
        padding: 20px 0;
    }
    .works_body .izotope_container .izotope_item,
    .works_body .izotope_container .izotope_item:nth-child(2n) {
        padding: 10px;
        background-color: #fff;
    }
    .blog_page_content {
        padding: 0;
    }
    .blog_item {
        padding: 20px 10px;
    }
    .navigate_to_page {
        padding: 20px 0;
    }
    .contacts_form {
        padding-top: 0;
    }
    .contacts_page .contacts_info_body .contacts_info_text ul {
        padding-bottom: 0;
    }
    .contacts_page {
        padding-bottom: 0;
    }
    #page_404 #section0 .slide .quote {
        margin-left: 10px;
        margin-right: 10px;
    }
    .stats_item h2 span,
    .stats_item h2 {
        font-size: 20px;
    }
    .stats_item h2 span,
    .stats_item h2 {
        font-size: 20px;
    }
    .contacts_page header h1 {
        font-size: 45px;
    }
    .contacts_page header {
        margin-bottom: 0;
    }
    .contacts_page p {
        padding: 0 30px;
    }
    .wpt_contact_footer {
        position: static;
        display: inline-block;
        width: 100%;
        margin: 0;
        padding: 50px 0;
    }
    .about_page.content header {
        border: none;
        width: auto;
        height: auto;
    }
    .slide .quote i {
        padding-right: 50px;
    }
    #page_404 .slide .quote {
        height: auto;
        padding: 40px 20px;
    }
    .about_page.stats .about_stats_body .stats_item {
        font-size: 20px;
        padding: 10px 0;
    }
    .stats_item h2 {
        padding-top: 0;
    }
    #section3 .fillter_wrap a {
        line-height: 1;
        padding-top: 0;
        padding-bottom: 20px;
    }
    #section3 .izotope_container {
        margin-bottom: 50px;
    }
    .home_first_service_info {
        padding: 50px 0;
    }
    #section3 .izotope_container {
        width: 100%;
    }
    .works_body .fillter_wrap .all_works {
        margin: 20px auto;
    }
    .wpt-top-menu{
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .home_first_service_info .services_text_body p {
        padding-bottom: 0;
    }
    #section5 .blog h2,
    .contacts_page header h1 {
        text-align: center;
    }
    .wpt_home_first_blog .blog_body_items {
        padding-top: 0;
    }
    .wpt_home_first_blog .wpt_active_blog_post {
        position: relative;
    }
    .wpt_home_first_blog .wpt_active_blog_post:after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("../img/blogs_img1.jpg") 0 0 no-repeat;
        background-size: cover;
    }
    .wpt_home_first_blog .wpt_active_blog_post h3,
    .wpt_home_first_blog .wpt_active_blog_post .blog_date,
    .wpt_home_first_blog .wpt_active_blog_post .blog_coment {
        color: #fff;
    }
    .wpt_home_first_blog .wpt_active_blog_post .about .about_img {
        display: none;
    }
    .contacts_page header {
        padding: 0;
    }
    .about .about_img,
    .services .services_img {
        display: none;
    }
}

@media only screen and (max-width: 750px) {
    .about_img,
    .services_img {
        display: none;
    }
    #page_404 .logo {
        top: 0;
        left: 0;
        width: 60px;
    }
    #page_404 .logo img {
        width: 60px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 640px) {
    .block_content1 h1,
    .contacts_page header h1 {
        font-size: 40px;
        overflow: hidden;
    }
    .block_content1 span {
        display: none;
    }
    .block_content1 {
        overflow: hidden;
    }
    .works_body .izotope_container {
        width: 100%;
    }
    .team_page .team_page_text h2 {
        margin-left: 0;
        text-align: center;
    }
    .team_page .team_page_text header {
        width: auto;
    }
    .team_page .team_body {
        padding-left: 0;
    }
    .blog_post_page .wpt_post_quote {
        margin-left: 0;
    }
    .blog_post_page .wpt_post_quote:before {
        display: none;
    }
    .wpt_comment .comment_logo,
    .wpt_comment .comment_body {
        float: none;
        padding-left: 0;
        display: inline-block;
        margin: 0 auto;
        width: 100%;
    }
    .wpt_comment .comment_logo {
        text-align: left;
    }
    .wpt_comment .comment_body h4 {
        text-align: left;
        margin-top: 10px;
    }
    .wpt_comment .comment_body h4 a {
        right: 0;
    }
    .wpt_post_form form button {
        margin: 0 auto;
    }
    .blog_post_page .wpt_post_item h2 {
        line-height: 35px;
    }
    .blog_post_page .wpt_tags {
        margin-top: 0;
    }
    .blog_post_page.block_content1 {
        padding-top: 110px;
    }
    .blog_post_page .breadcrumb {
        padding-top: 0;
    }
    .block_content1 .breadcrumb li a,
    .block_content1 .breadcrumb li.active,
    .breadcrumb li {
        line-height: 35px;
    }
    .blog_post_page .wpt_post_img_left,
    .blog_post_page .wpt_post_img_right {
        padding-left: 0;
        padding-right: 0;
    }
    .about_page.content .content_bottom .content_bottom_img,
    .about_page.content .content_img {
        display: none;
    }
    .about_page.content .content_bottom .content_bottom_text {
        border: none;
        text-align: left;
    }
    .about_page.content .content_bottom .content_bottom_text {
        height: auto;
    }
    .comming_soon_item {
        max-width: 120px;
        width: 120px;
        padding: 0;
        min-width: auto;
        text-align: center;
    }
    .comming_soon_item h2 {
        font-size: 30px;
    }
    .comming_soon_body span {
        margin: 0 auto;
    }
    #page_404 .slide .quote {
        border: none;
    }
    .about_page.content .content_text {
        padding-left: 10px;
        padding-right: 10px;
    }
    .wpt_home_first_blog .wpt_active_blog_post {
        margin-top: 0;
    }
    #section5 .blog h2 {
        padding: 50px 0 50px;
    }
    .wpt_contact_footer {
        top: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .wpt_home_first_about {
        padding-top: 0;
    }
    .wpt_page_first .about .about_text {
        padding-top: 0;
    }
    #section3 .fillter_wrap {
        padding: 20px 0;
    }
    #section3 .fillter_wrap a {
        line-height: 1;
    }
    .home_first_works_present {
        padding-top: 0;
    }
    .services_text_body {
        padding-left: 0;
        padding-right: 0;
    }
    .offline_page .offline_page_body {
        border: none;
    }
    .home_first_team_info {
        padding-left: 0;
        padding-right: 0;
    }
    .about .about_text p {
        padding-bottom: 10px;
    }
    .wpt_home_first_blog .blog_body_items {
        padding-bottom: 50px;
    }
    .services_page.content_skills {
        padding: 0 10px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .stats_item {
        width: 100%;
    }
    .about_page.content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .about_page.content .content_img {
        margin-top: 50px;
        width: 300px;
    }
    .about_page.content .content_bottom .content_bottom_text {
        width: 100%;
    }
    .about_page.content .content_bottom .content_bottom_text .content_bottom_text_item {
        width: 100%;
    }
    .about_page.content .content_text:after {
        display: none;
    }
    .about_page.content .content_bottom .content_bottom_img {
        margin-top: 100px;
    }
    .about_page.content {
        padding-top: 0;
    }
    .about_page.content header {
        width: 100%;
    }
    .about_page.content header h2 {
        margin-left: -4px;
    }
    #section3 .izotope_container {
        width: 100%;
    }
    .services_page.block_content1 header {
        padding-left: 10px;
        padding-right: 10px;
    }
    .wpt_page_first .about .about_text h2 {
        font-size: 45px;
    }
    .services_text_body p {
        padding-left: 0;
        padding-right: 0;
    }
    .home_slides_body .pagination {
        bottom: 70px;
    }
    .slide .quote h2 {
        font-size: 30px;
        max-width: auto;
    }
    .slide .quote h3 {
        font-size: 24px;
        max-width: auto;
    }
    .slide .quote i {
        margin-top: 0;
        margin-bottom: 0;
    }
    #section3 .izotope_item {
        margin: 10px 0;
    }
    #section3 .izotope_item {
        width: 100%;
        height: 300px;
    }
    #section3 .izotope_item {
        left: 0;
        right: 7px;
    }
    .wpt_home_first_works .izotope_container {
        padding-left: 0;
    }
    .team_body_slide .team_item {
        width: 290px;
        height: 290px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .wpt_fix_footer .slide_num {
        display: none;
    }
    .slide .quote i {
        padding-right: 0px;
    }
}

/* Custom, iPhone Retina */
@media screen and (max-height: 768px) and (min-width: 993px) {
    .nav-menu-icon{
        display: none;
    }
    .team_frame .team_frame_item {
        display: none;
    }
    .wpt_page_first .about .about_img .about_img_item .swiper-container {
        max-height: 500px;
        max-width: 350px;
    }
    .wpt_page_first .about .about_img .about_img_item img,
    .wpt_page_first .about .about_img .about_img_item {
        max-width: 350px;
        max-height: 500px;
        width: auto;
        display: block;
        margin: 0 auto;
    }
    .home_first_service_info {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #section2 .present_body {
        padding-top: 50px;
    }
    .home_first_service_info .services_text_body {
        padding-top: 0;
    }
    .wpt_home_first_blog header {
        margin-right: 0;
    }
    .wpt_page_first .about .about_img .about_img_item {
        height: auto;
        margin-top: 50px;
    }
    .wpt_page_first .about .about_img {
        height: auto;
    }
    .home_first_works_present {
        padding-top: 30px;
    }
    .wpt_home_first_blog {
        padding-top: 0;
        padding-bottom: 0;
    }
    .wpt_home_first_blog .promo_text {
        display: none;
    }
    #section6 .fp-tableCell .contacts_page {
        padding: 0;
    }
    .home_first_service_info {
        margin-left: 0;
    }
    .wpt_page_first .about .about_text {
        padding-top: 50px;
        padding-bottom: 0;
    }
    .wpt_page_first .about .about_img {
        padding-top: 20px;
    }
    .home_first_service_info .services_text_body p {
        padding-bottom: 0;
    }
    #section2 header h2 {
        margin-left: 0;
    }
    .home_first_works_present {
        padding-top: 50px;
    }
    .wpt-header-menu nav ul {
        padding: 100px 0 50px;
    }
    .home_first_service_info {
        left: 0;
        width: auto;
        max-width: 100%;
        top:55px;
    }
    #section4:after {
        padding-top: 450px;
    }
    #section0 .fp-slidesNav.bottom {
        bottom: 10px;
    }
}

@media screen and (height: 800px) and (width: 1280px) {
    .team_body_slide .team_item {
        height: 150px;
        width: 150px;
    }
    .team_page .team_body_slide {
        max-width: 600px;
    }
    .team_item_hide h2 {
        font-size: 16px;
    }
    .team_item_hide nav {
        bottom: -30px;
    }
    #section4 .wpt_home_first_team .home_first_team_present {
        padding-top: 0;
    }
    .home_first_team_info {
        padding-top: 0;
        padding-left: 80px;
    }
    #section2 .present_body {
        padding-left: 110px;
    }
}

@media screen and (width: 1024px), (height: 768px) {
    .wpt_page_first .wpt-top-menu {
        padding-left: 0px;
    }
    .wpt_page_first .wpt-top-menu {
        display: inline-block;
        float: right;
        padding-right: 0;
        line-height: 80px;
    }
    .wpt-header-menu .soc-network {
        padding: 30px 10px 25px 0px;
        text-align: center;
        float: right;
    }
    .team_body_slide .team_item {
        height: 150px;
        width: 150px;
    }
    .team_page .team_body_slide {
        max-width: 600px;
    }
    .team_item_hide h2 {
        font-size: 16px;
    }
    .team_item_hide nav {
        bottom: -30px;
    }
    #section4 .wpt_home_first_team .home_first_team_present {
        padding-top: 0;
    }
}

@media only screen and (max-width: 320px) {
    .wpt_fix_footer .slide_num a.active {
        display: none;
    }
    .wpt-header-menu {
        padding: 0;
    }
    .nav-menu-icon {
        top: 25px;
        right: 25px;
    }
    .nav-menu-icon-hidden {
        top: 27px;
        right: 60px;
    }
    .wpt_fix_footer .change_lang.active {
        position: fixed;
        top: 20px;
        left: 0;
        right: 0;
        margin: auto;
        width: 50px;
        height: 50px;
    }
    .slide .quote h2 {
        font-size: 30px;
    }
    .slide .quote h3 {
        font-size: 20px;
    }
    #section0 .slide .quote {
        margin: 100px 0;
    }
}

@media only screen and (max-height: 600px) {
    .wpt-header-menu nav ul {
        padding: 50px 0 0px;
    }
}

@media only screen and (max-height: 400px) {
    .comming_soon .comming_soon_body {
        top: 0;
    }
}

@media only screen and (max-height: 320px) {
    .comming_soon_item {
        min-width: 100px;
        max-width: 100px;
        padding: 0;
    }
    .comming_soon_item h2 {
        font-size: 30px;
    }
    .comming_soon_body {
        height: 100px;
    }
    .comming_soon .comming_soon_body {
        top: 0;
    }
    #fullpage1 #section0 .slide .quote {
        padding: 30px;
    }
    #page_404 .fp-slidesNav.bottom {
        bottom: 20px;
    }
    .wpc-go-home {
        bottom: 15px;
        right: 15px;
    }
}

.wpt-header-menu.overlay {
  padding: 0;
  background: rgba(52, 46, 54, 0.8);
}


#hover-content {
    opacity:0;   
    height: 0;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -o-transition:.5s;
    -ms-transition:.5s;
    transition:.5s;
}
#parent:hover #hover-content {
    opacity:1;
    height: auto;
    visibility: visible;
    display: block;
    
}