* {
  padding: 0;
  margin: 0;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
}
.btn {
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}
.btn:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
input {
  outline: none;
  border: none;
  box-shadow: none;
}
input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.stroke-title-wrap {
  position: relative;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
}
.stroke-title-wrap h1.stroke-title {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 400px;
  letter-spacing: 40px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(225, 186, 146, 0.4);
  -webkit-text-fill-color: #ffffff;
}
.stroke-title-wrap h2.stroke-title {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 280px;
  letter-spacing: 20px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(225, 186, 146, 0.4);
  -webkit-text-fill-color: #ffffff;
}
.stroke-title .new {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.stroke-title .show_in {
  opacity: 1;
}
.stroke-title.already_showed_in .new {
  opacity: 1 !important;
}
ul li a svg {
  top: -2px;
  position: relative;
}
body {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  color: #555555;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.main_wrap {
  position: relative;
}
.main_wrap header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  color: #ffffff;
}
.main_wrap header .logo {
  width: 214px;
  height: 112px;
  margin: 30px 0 0 50px;
  display: inline-block;
}
.main_wrap header .nav_block {
  display: inline-block;
  float: right;
  padding: 45px 50px 0 50px;
}
.main_wrap header .nav_block .main_menu {
  display: inline-block;
}
.main_wrap header .nav_block .main_menu li {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 49px;
}
.main_wrap header .nav_block .main_menu li a {
  color: #ffffff;
}
.main_wrap header .nav_block .main_menu li a:hover {
  color: #e1ba92;
}
.main_wrap header .nav_block .soc {
  display: inline-block;
}
.main_wrap header .nav_block .soc li {
  display: inline-block;
  padding-right: 35px;
}
.main_wrap header .nav_block .soc li a {
  color: #ffffff;
}
.main_wrap header .nav_block .soc li a:hover {
  color: #e1ba92;
}
.main_wrap header .nav_block .burger {
  display: inline-block;
  width: 24px;
  padding-top: 6px;
  float: right;
  cursor: pointer;
}
.main_wrap header .nav_block .burger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  margin-bottom: 5px;
  transition: all 0.33s;
  position: relative;
  opacity: 1;
}
.main_wrap footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  overflow: hidden;
  height: 190px;
}
.main_wrap footer:before {
  position: absolute;
  content: '';
  display: block;
  background: #111111;
  width: 405px;
  height: 190px;
  left: 0;
  bottom: 0;
}
.main_wrap footer .content {
  position: relative;
  z-index: 2;
  padding: 50px 0 0 145px;
}
.main_wrap footer h4 {
  font-size: 60px;
  color: #e1ba92;
  position: relative;
  padding-bottom: 15px;
}
.main_wrap footer h4 a {
  color: #e1ba92;
  position: relative;
  overflow: hidden;
}
.main_wrap footer h4 a:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: -100%;
  opacity: 0;
  transition: all 0.8s;
  height: 1px;
  background: #e1ba92;
}
.main_wrap footer h4 a:hover:after {
  left: 0;
  opacity: 1;
}
.main_wrap footer h4:before {
  content: '';
  position: absolute;
  left: -230px;
  width: 200px;
  top: 40px;
  height: 1px;
  background: #e1ba92;
}
.main_wrap footer p {
  font-size: 10px;
  text-transform: uppercase;
  color: #999999;
  font-family: 'Montserrat', sans-serif;
}
.main_wrap footer .crafted {
  text-align: right;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  padding-right: 50px;
  margin-top: -15px;
}
header {
  position: relative;
  color: #111111;
}
header .logo {
  width: 214px;
  height: 112px;
  margin: 30px 0 0 50px;
  display: inline-block;
}
header .nav_block {
  display: inline-block;
  float: right;
  padding: 45px 50px 0 50px;
}
header .nav_block .main_menu {
  display: inline-block;
}
header .nav_block .main_menu li {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 49px;
}
header .nav_block .main_menu li a {
  color: #111111;
}
header .nav_block .main_menu li a:hover {
  color: #e1ba92;
}
header .nav_block .soc {
  display: inline-block;
}
header .nav_block .soc li {
  display: inline-block;
  padding-right: 35px;
}
header .nav_block .soc li a {
  color: #111111;
}
header .nav_block .soc li a:hover {
  color: #e1ba92;
}
header .nav_block .burger {
  display: inline-block;
  width: 24px;
  padding-top: 6px;
  float: right;
  cursor: pointer;
}
header .nav_block .burger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #111111;
  margin-bottom: 5px;
  transition: all 0.33s;
  position: relative;
  opacity: 1;
}
footer {
  position: relative;
}
footer.bg {
  background: #fcfcfc;
}
footer .content {
  position: relative;
  z-index: 2;
  padding: 35px 50px;
}
footer h4 {
  font-size: 36px;
  color: #e1ba92;
  position: relative;
  padding-bottom: 15px;
}
footer h4 a {
  color: #e1ba92;
  position: relative;
  overflow: hidden;
}
footer h4 a:hover {
  color: #e1ba92;
}
footer h4 a:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: -100%;
  opacity: 0;
  transition: all 0.8s;
  height: 1px;
  background: #e1ba92;
}
footer h4 a:hover:after {
  left: 0;
  opacity: 1;
}
footer p {
  font-size: 10px;
  text-transform: uppercase;
  color: #999999;
  font-family: 'Montserrat', sans-serif;
}
footer .crafted {
  text-align: right;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #999999;
  font-family: 'Montserrat', sans-serif;
  padding-right: 50px;
  margin-top: -15px;
}
.pushy-content .head .pushy-close {
  display: inline-block;
  float: right;
  position: relative;
  width: 24px;
  height: 24px;
  margin: 45px 50px 0 0;
  cursor: pointer;
}
.pushy-content .head .pushy-close span {
  display: block;
  width: 100%;
  height: 2px;
  background: #111111;
  position: relative;
}
.pushy-content .head .pushy-close span {
  transform: rotate(45deg) translate(5px, 0px);
  opacity: 1;
}
.pushy-content .head .pushy-close span + span {
  transform: rotate(-45deg) translate(0px, 5px);
  top: -2px;
  opacity: 1;
}
.pushy-content .body {
  padding-bottom: 30px;
  text-align: center;
}
.pushy-content .body .pushy-menu li {
  display: block;
  text-align: center;
}
.pushy-content .body .pushy-menu li a {
  display: table;
  margin: auto;
  color: #111111;
  font-size: 48px;
  line-height: 100px;
  position: relative;
  padding: 0;
}
.pushy-content .body .pushy-menu li a:after {
  content: '';
  position: absolute;
  height: 1px;
  background: #e1ba92;
  bottom: 20px;
  left: -5px;
  right: -5px;
  opacity: 0;
  transition: all 0.3s;
}
.pushy-content .body .pushy-menu li a:hover {
  color: #e1ba92;
}
.pushy-content .body .pushy-menu li a:hover:after {
  opacity: 1;
}
.pushy-content .body .pushy-soc {
  display: inline-block;
  padding: 45px 0;
}
.pushy-content .body .pushy-soc li {
  display: inline-block;
  font-size: 20px;
}
.pushy-content .body .pushy-soc li a {
  color: #111111;
  display: block;
  padding: 0 15px;
}
.pushy-content .body .pushy-soc li a:hover {
  color: #e1ba92;
}
.pushy-content .body .mail {
  font-size: 24px;
  color: #111111;
  position: relative;
  padding: 0;
  display: table;
  margin: auto;
}
.pushy-content .body .mail:after {
  content: '';
  position: absolute;
  height: 1px;
  background: #e1ba92;
  bottom: -5px;
  left: -5px;
  right: -5px;
  opacity: 1;
  transition: all 0.3s;
}
.pushy-content .body p {
  margin-top: 50px;
  font-size: 11px;
  color: #cccccc;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.main {
  height: 100vh;
  position: relative;
  background: #111111;
  z-index: 1;
}
.main.hover .overlay:before {
  opacity: 1;
}
.overlay {
  background: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.6s;
}
.overlay:before {
  content: '';
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.6s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
.slider_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: relative;
}
.slider_wrap .slick_control_wrap {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.slider_wrap .slick_control_wrap .btn {
  background: transparent;
  opacity: 0;
  transition: all 0.3s;
}
.slider_wrap .slick_control_wrap .btn svg path {
  stroke: #ffffff;
  transition: all 0.3s;
}
.slider_wrap .slick_control_wrap .btn:hover svg path {
  stroke: #e1ba92;
}
.slider_wrap .slick_control_wrap .slick_control_left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 155px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.slider_wrap .slick_control_wrap .slick_control_left:hover .btn {
  opacity: 1;
}
.slider_wrap .slick_control_wrap .slick_control_right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 155px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.slider_wrap .slick_control_wrap .slick_control_right:hover .btn {
  opacity: 1;
}
.slider_wrap .slick-track {
  position: relative;
  z-index: 2;
}
.slider {
  width: 100%;
  position: relative;
}
.slider button {
  position: absolute;
  top: 0;
  z-index: 200;
}
.slider button.slick-next {
  right: 0;
}
.slider .item_wrap {
  height: 100vh;
  position: relative;
}
.slider .item_wrap .item {
  height: 100vh;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider .item_wrap p {
  position: absolute;
  right: 50px;
  bottom: 70px;
  font-size: 30px;
  color: #ffffff;
  z-index: 6666;
  max-width: 450px;
  opacity: 0;
  transition: all 1.2s;
}
.slider .item_wrap p.active {
  opacity: 1;
}
.slider .item_wrap img {
  position: absolute;
  z-index: 1;
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  right: 0;
  object-fit: cover;
  transform: scale(0.7);
}
.slider .item_wrap.slick-center {
  position: relative;
  z-index: 4;
}
.slider .item_wrap.slick-center img {
  margin: auto;
  position: relative;
}
.slider .item_wrap.slick-center + .item_wrap img {
  left: 0;
}
.slider .item_wrap.active .item img {
  transform: scale(1);
}
.parallax-mirror img {
  max-width: none;
}
.scrol-top {
  display: inline-block;
  opacity: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #111111;
  text-align: center;
  line-height: 70px;
  position: fixed;
  right: 47px;
  bottom: 70px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 10;
}
.scrol-top.show {
  opacity: 1;
}
.about {
  padding: 80px 0;
}
.about .excerpt {
  padding-right: 145px;
}
.about .excerpt p {
  font-size: 36px;
  color: #111111;
  padding-bottom: 40px;
  line-height: 1.2;
}
.about .excerpt P:last-child {
  padding-bottom: 20px;
}
.about .img-container {
  max-width: 1600px;
  margin: 30px auto;
}
.about .parallax {
  width: 100%;
  min-height: 400px;
}
.about .content_part p {
  font-size: 16px;
  line-height: 30px;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 90px;
}
.about .left_img .img_wrap {
  text-align: center;
  padding-bottom: 30px;
}
.about .left_img .img_wrap img {
  margin-top: -200px;
}
.about .left_img .text {
  padding-left: 100px;
}
.about .right_img .img_wrap {
  text-align: center;
  padding-bottom: 30px;
}
.about .right_img .img_wrap img {
  margin-top: 200px;
}
.about .right_img .text {
  padding-right: 100px;
}
.blog {
  padding: 230px 0 120px;
}
.blog .item {
  margin-bottom: 90px;
}
.blog .item h3 {
  font-size: 36px;
  padding: 45px 0 20px;
}
.blog .item h3 .title {
  color: #111111;
  display: block;
  max-width: 975px;
}
.blog .item h3 .title:hover {
  color: #e1ba92;
}
.blog .item span {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #555555;
}
.single_news {
  padding: 145px 0;
}
.single_news .content {
  padding: 0 200px;
}
.single_news .content h1 {
  font-size: 48px;
  color: #111111;
  font-weight: 400;
  padding-bottom: 30px;
}
.single_news .content span {
  font-size: 14px;
  display: block;
  font-family: 'Montserrat', sans-serif;
}
.single_news .content i {
  display: block;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  padding: 65px 0;
}
.single_news .content .big_img {
  position: relative;
  margin-left: -200px;
  margin-right: -200px;
  margin-bottom: 65px;
}
.single_news .content p {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 35px;
  font-family: 'Montserrat', sans-serif;
}
.single_news .content h3,
.single_news .content h4 {
  font-size: 24px;
  color: #111111;
  padding: 20px 0 35px;
}
.single_news .content img {
  margin: 15px auto;
}
.single_news .share_wrap {
  padding: 50px 200px;
  line-height: 48px;
}
.single_news .share_wrap span {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  padding-right: 15px;
}
.single_news .share_wrap ul {
  display: inline-block;
}
.single_news .share_wrap ul li {
  display: inline-block;
  margin-right: 5px;
}
.single_news .share_wrap ul li a {
  display: block;
  background: transparent;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #111111;
}
.single_news .share_wrap ul li a:hover {
  color: #ffffff;
  border: 1px solid #e2bd97;
  background: #e2bd97;
}
.also_read {
  padding-bottom: 100px;
}
.also_read .head {
  padding-bottom: 90px;
}
.also_read h2 {
  display: inline-block;
  font-size: 36px;
  color: #111111;
}
.also_read .read_all {
  display: inline-block;
  color: #111111;
  position: relative;
  margin: 0 35px;
}
.also_read .read_all:before {
  display: block;
  content: '';
  position: absolute;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #e1ba92;
}
.also_read .item .img_wrap {
  margin-bottom: 15px;
  display: block;
  text-align: center;
}
.also_read .item .title {
  font-size: 24px;
  padding: 30px 0;
  display: block;
  color: #111111;
}
.also_read .item .title:hover {
  color: #e1ba92;
}
.also_read .item span {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
.contacts .content {
  text-align: center;
  margin-top: -140px;
}
.contacts .content h1 {
  font-size: 60px;
  line-height: 48px;
  color: #111111;
  margin-bottom: 140px;
}
.contacts .content a {
  font-size: 24px;
  color: #111111;
  position: relative;
}
.contacts .content a:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #e1ba92;
}
.contacts .content p {
  margin: 100px auto;
  max-width: 565px;
  font-size: 18px;
  line-height: 36px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.contacts .steps {
  background: url("../images/steps_bg.png") top center no-repeat;
  min-height: 650px;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: baseline;
  background-size: contain;
}
.contacts .steps .item {
  flex-basis: 25%;
  margin-top: -25px;
}
.contacts .steps .item span {
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #e1ba92;
  line-height: 48px;
  text-align: center;
  color: #e1ba92;
  display: block;
  font-family: 'Montserrat', sans-serif;
}
.contacts .steps .item h5 {
  font-size: 30px;
  color: #111111;
  padding: 20px 0;
}
.form {
  background: #fcfcfc;
  padding: 150px 0 100px;
}
.form h2 {
  font-size: 36px;
  color: #111111;
  padding-bottom: 50px;
  text-align: center;
}
.form form .form-group {
  display: flex;
  background: transparent;
  height: auto;
  border: none;
}
.form form .form-group .form-control {
  background: transparent;
  height: auto;
  border: none;
  padding: 0 5px;
}
.form form .form-group .form-control label {
  display: block;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  margin-bottom: 5px;
}
.form form .form-group .form-control input,
.form form .form-group .form-control textarea {
  outline: none;
  display: block;
  height: auto;
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 0 15px;
  line-height: 38px;
  background: transparent;
  transition: all 0.3s;
  border-radius: 0;
}
.form form .form-group .form-control input:focus,
.form form .form-group .form-control textarea:focus {
  background: #ffffff;
  border: 1px solid #e1ba92;
}
.form form .btn-submit {
  border: none;
  outline: none;
  line-height: 40px;
  padding: 0 45px;
  text-align: center;
  display: table;
  background: #e1ba92;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  border-radius: 20px;
  margin: 50px auto 0;
}
.project_head .stroke-title-wrap {
  padding: 30px 0;
}
.project_head .project_nav {
  margin-top: -200px;
  margin-bottom: 140px;
}
.project_head .project_nav ul {
  text-align: center;
}
.project_head .project_nav ul li {
  display: block;
  font-size: 24px;
  line-height: 48px;
}
.project_head .project_nav ul li a {
  color: #111111;
  position: relative;
  display: table;
  margin: auto;
}
.project_head .project_nav ul li a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 5px;
  background: #e1ba92;
  height: 1px;
  width: 100%;
  opacity: 0;
}
.project_head .project_nav ul li a:hover {
  color: #e1ba92;
}
.project_head .project_nav ul li a:hover:after {
  opacity: 1;
}
.project_item {
  margin-bottom: 115px;
}
.project_item .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  width: 150px;
  display: flex;
  align-items: center;
  background: transparent;
  transition: all 0.3s;
}
.project_item .slick-arrow path {
  stroke: #fff;
}
.project_item .slick-arrow.nextarrow {
  right: 0;
  justify-content: flex-end;
  padding-right: 15px;
}
.project_item .slick-arrow.prevarrow {
  left: 0;
  padding-left: 15px;
}
.project_item h3 {
  font-size: 48px;
  padding: 15px 0;
  color: #111111;
}
.project_item h3.align-right {
  text-align: right;
}
.project_item p {
  display: none;
}
.project_item .slick-variable-width .item {
  margin: 0 6px;
}
.project_item_popap {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  background: #fff;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  height: 100%;
  overflow: hidden;
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.project_item_popap .project_item_content {
  overflow-y: scroll;
  height: 100%;
}
.project_item_popap .project_item_content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.project_item_popap .project_item_content::-webkit-scrollbar {
  width: 0px;
  background-color: #F5F5F5;
}
.project_item_popap .project_item_content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #e1ba92;
}
.project_item_popap .project-close {
  display: inline-block;
  float: right;
  position: relative;
  width: 24px;
  height: 24px;
  margin: 45px 50px 0 0;
  cursor: pointer;
}
.project_item_popap .project-close span {
  display: block;
  width: 100%;
  height: 2px;
  background: #111111;
  position: relative;
}
.project_item_popap .project-close span {
  transform: rotate(45deg) translate(5px, 0px);
  opacity: 1;
}
.project_item_popap .project-close span + span {
  transform: rotate(-45deg) translate(0px, 5px);
  top: -2px;
  opacity: 1;
}
.project_item_popap .logo {
  width: 214px;
  height: 112px;
  margin: 30px 0 0 50px;
  display: inline-block;
}
.project_item_popap h3 {
  text-align: center;
  font-size: 48px;
  padding: 15px 0 90px;
  color: #111111;
}
.project_item_popap p {
  text-align: center;
  margin: auto;
  max-width: 780px;
  font-size: 14px;
  line-height: 30px;
  font-family: 'Montserrat', sans-serif;
  padding: 0 0 90px;
}
.project_item_popap .popup_slider .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  width: 50%;
  display: flex;
  align-items: center;
  background: transparent;
  transition: all 0.3s;
}
.project_item_popap .popup_slider .slick-arrow path {
  stroke: #fff;
}
.project_item_popap .popup_slider .slick-arrow.nextarrow {
  right: 0;
  justify-content: flex-end;
  padding-right: 15px;
}
.project_item_popap .popup_slider .slick-arrow.prevarrow {
  left: 0;
  padding-left: 15px;
}
.project_item_popap .popup_slider .item {
  margin: 0 6px;
}
.animated {
  opacity: 0;
}
.animated.fadeInUp {
  opacity: 1;
}
.project_item_open .project_item_popap {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.animated {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
}
.animated_2 {
  -webkit-animation-duration: 1.75s;
  animation-duration: 1.75s;
}
.animated_3 {
  -webkit-animation-duration: 2.25s;
  animation-duration: 2.25s;
}
.animated_4 {
  -webkit-animation-duration: 2.75s;
  animation-duration: 2.75s;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
