@font-face {
  font-weight: 500;
  font-family: futura-med;
  src: url('../fonts/futura/FuturaPT-Medium.ttf');
}
@font-face {
  font-weight: 700;
  font-family: futura-demi;
  src: url('../fonts/futura/FuturaPT-Demi.ttf');
}
@font-face {
  font-weight: 800;
  font-family: futura-book;
  src: url('../fonts/futura/FuturaPT-Book.ttf');
}
@font-face {
  font-weight: 900;
  font-family: futura-heavy;
  src: url('../fonts/futura/FuturaPT-Heavy.ttf');
}
@font-face {
  font-weight: 400;
  font-family: gotham;
  src: url('../fonts/gotham/GothamPro.ttf');
}
@font-face {
  font-family: gotham-med;
  src: url('../fonts/gotham/GothamPro-Medium.ttf');
  font-weight: 500;
}
@font-face {
  font-family: gotham-light;
  src: url('../fonts/gotham/GothamPro-Light.ttf');
  font-weight: 300;
}
@font-face {
  font-weight: 400;
  font-family: averta;
  src: url('../fonts/averta/AvertaDemoPECuttedDemo-Regular.otf');
}
@font-face {
  font-weight: 400;
  font-family: bunya;
  src: url('../fonts/bunya/Bunya-Regular_PERSONAL.ttf');
}
.fnt1{
  font-family: bunya;
}

body {
	font-family: 'gotham-light';
}

.btn1 {
	width: 280px;
  height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: futura-heavy;
  -webkit-border-radius: 32px;
          border-radius: 32px;
  font-size: 18px;
  background-image: -webkit-linear-gradient(-90deg, #ff9c00 0%, #e0ad13 100%);
  background-image: -ms-linear-gradient(-90deg, #ff9c00 0%, #e0ad13 100%);
  -webkit-box-shadow: 0px 4px 13px 0px #ff8400;
          box-shadow: 0px 4px 13px 0px #ff8400;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn1 span {
	position: relative;
	z-index: 20;
 }
 .btn1:after {
	content: '';
	height: 100px;
	background: #fff;
	width: 25px;
	position: absolute;
	-webkit-animation-duration: 3.5s;
			  animation-duration: 3.5s;
	-webkit-animation-name: bright;
			  animation-name: bright;
	-webkit-animation-iteration-count: infinite;
			  animation-iteration-count: infinite;
	-webkit-transform: rotate(30deg);
		 -ms-transform: rotate(30deg);
			  transform: rotate(30deg);
 }
 .btn1:hover {
	-webkit-transform: translate(0, -15px);
		 -ms-transform: translate(0, -15px);
			  transform: translate(0, -15px);
 }
 .btn1:before {
	content: '';
	margin-right: 8px;
	border-top: 8px solid transparent;
	border-left: 12px solid #000;
	border-bottom: 8px solid transparent;
 }
/* Global styles */
* {
  margin: 0;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
a {
  text-decoration: none;
  color: #000;
}
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
input,
input::-webkit-input-placeholder,
textarea,
button,
textarea::-webkit-input-placeholder {
  font-family: gotham-light;
  border: none;
  outline: none;
}
input,
input::-moz-placeholder,
textarea,
button,
textarea::-moz-placeholder {
  font-family: gotham-light;
  border: none;
  outline: none;
}
input,
input:-ms-input-placeholder,
textarea,
button,
textarea:-ms-input-placeholder {
  font-family: gotham-light;
  border: none;
  outline: none;
}
input,
input::-ms-input-placeholder,
textarea,
button,
textarea::-ms-input-placeholder {
  font-family: gotham-light;
  border: none;
  outline: none;
}
input,
input::placeholder,
textarea,
button,
textarea::placeholder {
  font-family: gotham-light;
  border: none;
  outline: none;
}
input[type="submit"] {
  cursor: pointer;
}
section {
  position: relative;
}
/* Mixins */
.flex_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.lrtb {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.menu_icon {
  height: 32px;
  display: none;
  margin-left: auto;
}
header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 20;
  padding: 20px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header .close_menu {
  position: absolute;
  right: 30px;
  top: 30px;
  -webkit-filter: brightness(10000%);
          filter: brightness(10000%);
  height: 32px;
}
header .container {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header .menu_block {
  display: none;
  margin-left: auto;
}
header .menu_block .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header .menu_block .menu a {
  margin-left: 20px;
  font-family: gotham;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header .menu_block .menu a.active {
  color: #f29809;
}
header .menu_block .menu a:hover {
  color: #f29809;
}
header.fixed {
  position: fixed;
  background: #ffffff;
  z-index: 100;
}
header.fixed .menu_block {
  display: block;
}
header.fixed .container {
  width: 100%;
  max-width: 100%;
  padding: 0 60px;
}
header.fixed .logo_block {
  -webkit-filter: unset;
          filter: unset;
}
header.fixed .logo_text {
  color: #000;
}
header.fixed h1 {
  display: block;
}
header.fixed .phone_block {
  display: none;
}
header .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
h1 {
  display: none;
  margin-left: 15px;
  font-size: 24px;
  line-height: 30px;
  color: #111111;
  font-family: gotham-light;
}
header .logo_block {
  display: flex;
  align-items: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: brightness(1000%);
          filter: brightness(1000%);
  margin-right: 40px;
}
header .logo_block img {
  display: none;
  width: 65px;
}
header.fixed .logo_block img {
  display: block;
}
header .phone_block {
  margin-left: auto;
  text-align: right;
}
header .phone_block a {
  color: #fff;
  border-bottom: 2px solid #f29809;
  font-family: futura-med;
  font-size: 22px;
}
header .phone_block p {
  padding-top: 6px;
  color: #fff;
  font-size: 10.5px;
  font-family: averta;
  position: relative;
  line-height: 1;
}
header .phone_block p:after {
  content: '';
  position: absolute;
  left: -8px;
  height: 6px;
  width: 6px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  top: -webkit-calc(50% + 4px);
  top: calc(50% + 4px);
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #04c76d;
}
header .logo_text {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.1;
  font-family: futura-med;
}
@-webkit-keyframes zoom2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    opacity: 0.15;
  }
  90% {
    opacity: 0;
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    opacity: 0.15;
  }
  90% {
    opacity: 0;
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%) scale(1);
            transform: translate(-50%) scale(1);
  }
  30% {
    opacity: 0.15;
  }
  90% {
    opacity: 0;
    -webkit-transform: translate(-50%) scale(1.35);
            transform: translate(-50%) scale(1.35);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%) scale(1);
            transform: translate(-50%) scale(1);
  }
}
@keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%) scale(1);
            transform: translate(-50%) scale(1);
  }
  30% {
    opacity: 0.1;
  }
  90% {
    opacity: 0;
    -webkit-transform: translate(-50%) scale(1.35);
            transform: translate(-50%) scale(1.35);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%) scale(1);
            transform: translate(-50%) scale(1);
  }
}
@-webkit-keyframes bright {
  0% {
    left: -40px;
  }
  20% {
    left: -webkit-calc(100% + 40px);
    left: calc(100% + 40px);
  }
  100% {
    left: -webkit-calc(100% + 40px);
    left: calc(100% + 40px);
  }
}
@keyframes bright {
  0% {
    left: -40px;
  }
  20% {
    left: -webkit-calc(100% + 40px);
    left: calc(100% + 40px);
  }
  100% {
    left: -webkit-calc(100% + 40px);
    left: calc(100% + 40px);
  }
}
.main_section {
  position: relative;
  overflow: hidden;
  background-image: url('../img/bg.jpg');
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-color: #000;
  height: -webkit-calc(100vh + 100px);
  height: calc(100vh + 100px);
}
.main_section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.5);
}
.main_section .main-square {
  position: absolute;
  left: 50%;
  top: 0;
  height: -webkit-calc(100% - 100px);
  height: calc(100% - 100px);
  opacity: 0.15;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.main_section .small-square {
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-name: zoom2;
          animation-name: zoom2;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  position: absolute;
  left: -350px;
  width: 500px;
  top: -150px;
  opacity: 0.4;
}
.main_section:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, #000000, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(bottom, #000000, rgba(0, 0, 0, 0));
  background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
}
.main_section .container {
  height: 100%;
}
.main_section .banner_content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  z-index: 30;
}
.main_section .banner_content h2 {
  font-size: 48px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: gotham-med;
}
.main_section .banner_content .features_list {
  margin: 70px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main_section .banner_content .features_list .feature_item {
  margin: 0 10px;
  text-align: center;
  width: 25%;
  font-family: averta;
  font-size: 14px;
}
.main_section .banner_content .features_list .feature_item embed {
  display: block;
  margin: 0 auto;
  margin-bottom: 12px;
  width: 52px;
}
.main_section .banner_content a {
  width: 280px;
  height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: futura-heavy;
  -webkit-border-radius: 32px;
          border-radius: 32px;
  font-size: 18px;
  background-image: -webkit-linear-gradient(-90deg, #ff9c00 0%, #e0ad13 100%);
  background-image: -ms-linear-gradient(-90deg, #ff9c00 0%, #e0ad13 100%);
  -webkit-box-shadow: 0px 4px 13px 0px #ff8400;
          box-shadow: 0px 4px 13px 0px #ff8400;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main_section .banner_content a span {
  position: relative;
  z-index: 20;
}
.main_section .banner_content a:after {
  content: '';
  height: 100px;
  background: #fff;
  width: 25px;
  position: absolute;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
  -webkit-animation-name: bright;
          animation-name: bright;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.main_section .banner_content a:hover {
  -webkit-transform: translate(0, -15px);
      -ms-transform: translate(0, -15px);
          transform: translate(0, -15px);
}
.main_section .banner_content a:before {
  content: '';
  margin-right: 8px;
  border-top: 8px solid transparent;
  border-left: 12px solid #000;
  border-bottom: 8px solid transparent;
}
.section_title {
  display: inline-block;
  font-size: 48px;
  text-transform: uppercase;
  position: relative;
  color: #fff;
  font-weight: 500;
  margin-bottom: 100px;
  font-family: gotham-med;
}
.section_title:before {
  position: absolute;
  content: '';
  top: -webkit-calc(100% + 10px);
  top: calc(100% + 10px);
  right: 0;
  width: 1000px;
  background: #f29809;
  height: 3px;
}
.services_section {
  background-color: #000;
}
.services_section .services_row {
  background-image: url('../img/service_bg.png');
  -webkit-background-size: cover;
          background-size: cover;
  background-position: top center;
  position: relative;
  padding-bottom: 150px;
}
.services_section .services_row:after {
  position: absolute;
  content: '';
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0));
  right: 0;
  top: 0;
  width: 50%;
}
.services_section .service_row {
  position: relative;
  height: 450px;
}
.services_section .service_row .container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.services_section .service_row .container .service_desc {
  width: 50%;
  padding-left: 70px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.services_section .service_row .container .service_desc h2 {
  font-size: 24px;
  font-weight: 500;
  font-family: gotham-med;
  margin-bottom: 20px;
}
.services_section .service_row .container .service_desc p {
  line-height: 1.8;
  font-family: gotham-light;
}
.services_section .service_row .container .service_desc a {
  width: 290px;
  height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: futura-heavy;
  -webkit-border-radius: 32px;
          border-radius: 32px;
  font-size: 18px;
  background-image: -webkit-linear-gradient(-90deg, #ff9c00 0%, #e0ad13 100%);
  background-image: -ms-linear-gradient(-90deg, #ff9c00 0%, #e0ad13 100%);
  -webkit-box-shadow: 0px 4px 13px 0px #ff8400;
          box-shadow: 0px 4px 13px 0px #ff8400;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.services_section .service_row .container .service_desc a span {
  position: relative;
  z-index: 20;
}
.services_section .service_row .container .service_desc a:hover {
  -webkit-transform: translate(0, 10px);
      -ms-transform: translate(0, 10px);
          transform: translate(0, 10px);
}
.services_section .service_row .container .service_desc a:after {
  content: '';
  height: 100px;
  background: #fff;
  width: 25px;
  position: absolute;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
  -webkit-animation-name: bright;
          animation-name: bright;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.services_section .service_row .container .service_desc a img {
  margin-right: 12px;
  height: 22px;
}
.services_section .service_row .service_img {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 50%;
}
.services_section .service_row .service_img img {
  width: 100%;
  -o-object-position: left center;
     object-position: left center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.services_section .service_row.reverse .container {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.services_section .service_row.reverse .service_img {
  right: 0;
  left: unset;
}
.services_section .service_row.reverse .service_desc {
  padding-left: 0;
  padding-right: 80px;
}
.partners {
  padding-top: 50px;
  padding-bottom: 200px;
}
.partners .cloud {
  position: absolute;
  top: -170px;
  left: 0;
  right: 0;
  width: 100%;
}
.partners .section_title {
  color: #000;
  margin-bottom: 150px;
}
.partners .partners_block {
  position: relative;
}
.partners .partners_block .arrows {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-calc(80% + 64px);
  width: calc(80% + 64px);
  z-index: 4;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.partners .partners_block .arrows .arrow {
  border: 1px solid #151515;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.partners .partners_block .arrows .arrow img {
  height: 16px;
  cursor: pointer;
}
.partners .partners_block .arrows .arrow.next {
  margin-left: auto;
}
.partners .partners_block .arrows .arrow.next img {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
.partners .partners_block .arrows .arrow.next:hover {
  -webkit-transform: translate(5px);
      -ms-transform: translate(5px);
          transform: translate(5px);
}
.partners .partners_block .arrows .arrow.prev:hover {
  -webkit-transform: translate(-5px);
      -ms-transform: translate(-5px);
          transform: translate(-5px);
}
.partners .partners_block .partners_slider {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  width: 80%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.partners .partners_block .partners_slider .item {
  width: -webkit-calc(33% - 50px);
  width: calc(33% - 50px);
  margin: 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.partners .partners_block .partners_slider .item img {
  max-width: 100%;
  height: 100px;
  object-position: center;
  object-fit: contain;
}
.about {
  background-color: #000000;
  background-image: url('../img/about_bg.png');
  -webkit-background-size: cover;
          background-size: cover;
  padding-top: 140px;
  padding-bottom: 140px;
}
.about .nout_block {
  position: relative;
}
.about .nout_block .bg {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}
.about .nout_block .nout_img {
  width: 100%;
}
.about .nout_block .nout_content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.about .nout_block .nout_content h3 {
  display: block;
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  font-weight: 400;
  line-height: 1.4;
  margin: 0 auto;
  color: #fff;
  font-family: gotham;
  font-size: 28px;
  text-align: center;
}
.about .nout_block .nout_content .features_list {
  margin: 70px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about .nout_block .nout_content .features_list .feature_item {
  margin: 0 10px;
  text-align: center;
  width: 25%;
  font-family: gotham;
  color: #fff;
}
.about .nout_block .nout_content .features_list .feature_item p {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}
.about .nout_block .nout_content .features_list .feature_item h4 {
  margin: 12px 0;
  font-family: gotham;
  font-weight: 400;
  min-height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.4;
  font-size: 18px;
}
.about .nout_block .nout_content .features_list .feature_item img {
  display: block;
  margin: 0 auto;
}
.reviews {
  background-color: #000000;
  background-image: url('../img/about_bg.png');
  -webkit-background-size: cover;
          background-size: cover;
  background-position: bottom center;
  padding: 50px 0;
  overflow: hidden;
}
.reviews .reviews_block {
  width: 100%;
  position: relative;
  border: 1px solid #f29809;
}
.reviews .reviews_block .arrows {
  left: 0;
  padding: 0 15px;
  top: 50%;
  width: 100%;
  z-index: 4;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.reviews .reviews_block .arrows .arrow {
  cursor: pointer;
  width: 60px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.reviews .reviews_block .arrows .arrow.next {
  margin-left: auto;
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
.reviews .reviews_block .arrows .arrow.next:hover {
  -webkit-transform: scale(-1) translate(-5px);
      -ms-transform: scale(-1) translate(-5px);
          transform: scale(-1) translate(-5px);
}
.reviews .reviews_block .arrows .arrow.prev:hover {
  -webkit-transform: translate(-5px);
      -ms-transform: translate(-5px);
          transform: translate(-5px);
}
.reviews .reviews_block .review_slider {
  position: relative;
  z-index: 20;
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  margin: 0 100px;
  padding: 120px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.reviews .review_item {
  background: #fff;
  width: -webkit-calc(33.3333333% - 30px);
  width: calc(33.3333333% - 30px);
  margin: 0 15px;
  text-align: center;
  margin-bottom: 20px;
}
.reviews .review_item .review_text {
  padding: 12px 10px;
  width: 100%;
}
.reviews .review_item .review_text h5 {
  font-size: 15px;
  color: #686868;
  margin-bottom: 20px;
}
.reviews .review_item .review_text h4 {
  font-size: 18px;
}
.reviews .review_item .review_text h4,
.reviews .review_item .review_text h5,
.reviews .review_item .review_text p {
  font-family: gotham-light;
}
.reviews .review_item .review_text h3 {
  font-family: gotham;
  font-size: 24px;
  margin-bottom: 10px;
}
.reviews .review_item .review_text p {
  text-align: left;
  padding: 0 20px;
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 20px;
}
.reviews .review_item img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_title2 {
  width: 100%;
  text-transform: uppercase;
  position: relative;
  color: #fff;
  margin-bottom: 100px;
  text-align: center;
}
.section_title2 h2 {
  background: #060606;
  padding: 0 36px;
  display: inline;
  font-weight: 500;
  font-family: gotham-med;
  font-size: 32px;
  position: relative;
  z-index: 20;
}
.section_title2 .line {
  position: absolute;
  content: '';
  top: 50%;
  width: 100%;
  background: #f29809;
  height: 2px;
}
.forms2:before {
	content: '';
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: -webkit-gradient(linear, left bottom, left bottom, from(#0a0a0a), to(rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(bottom, #0a0a0a, rgba(0, 0, 0, 0));
	background: -o-linear-gradient(bottom, #0a0a0a, rgba(0, 0, 0, 0));
	background: linear-gradient(to bottom, #0a0a0a, rgba(0, 0, 0, 0));
}
.forms {
  padding: 100px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/form-bg-1.jpg);
  -webkit-background-size: cover;
          background-size: cover;
  background-position: top center;
}
.forms canvas {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.forms .container {
  position: relative;
  z-index: 40;
}
.forms:after {
  content: '';
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, #000000, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(bottom, #000000, rgba(0, 0, 0, 0));
  background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
}
.forms .form_content {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  width: 40%;
  color: #fff;
}
.forms .form_content h2 {
  font-family: gotham-med;
  font-weight: 500;
  font-size: 28px;
  color: #fff;
}
.forms .form_content h4 {
  font-family: gotham-med;
  font-weight: 500;
  font-size: 18px;
  margin: 50px 0;
}
.forms .form_content > p {
  margin-bottom: 30px;
  font-family: gotham-light;
  font-weight: 300;
  line-height: 1.5;
}
.forms .user_info {
  padding: 10px 16px;
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #4758a5;
}
.forms .user_info .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.forms .user_info .user_name {
  text-align: center;
}
.forms .user_info .user_name h5 {
  font-family: gotham;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 5px;
}
.forms .user_info .user_name p {
  font-family: gotham-light;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
}
.forms .user_info img {
  height: 64px;
  width: 64px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 12px;
}
.forms .form_block {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  width: 30%;
  margin-left: auto;
  background: #fff;
  padding: 24px;
  -webkit-box-shadow: 0px 0px 9.5px 0.5px rgba(0, 0, 0, 0.42);
          box-shadow: 0px 0px 9.5px 0.5px rgba(0, 0, 0, 0.42);
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.forms .form_block .form_phone {
  padding-top: 24px;
  text-align: center;
  font-size: 14px;
  border-top: 1px solid #e4e4e4;
  margin: 0 -24px;
  margin-top: 24px;
  width: -webkit-calc(100% + 48px);
  width: calc(100% + 48px);
}
.forms .form_block .form_phone p {
  margin: 0;
}
.forms .form_block button {
  height: 56px;
  width: 100%;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #D4D4D4;
  background: #f29809;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 16px;
  margin-top: 24px;
  font-family: gotham-light;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.forms .form_block button span {
  position: relative;
  z-index: 20;
}
.forms .form_block button:after {
  content: '';
  height: 100px;
  background: #fff;
  width: 25px;
  position: absolute;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
  -webkit-animation-name: bright;
          animation-name: bright;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.forms .form_block button:hover {
  background: #E0AD13;
}
.forms .form_block input {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #D4D4D4;
  -webkit-box-shadow: inset 0.174px 0.985px 2.25px 0.75px rgba(0, 0, 0, 0.41);
          box-shadow: inset 0.174px 0.985px 2.25px 0.75px rgba(0, 0, 0, 0.41);
  height: 56px;
  width: 100%;
  font-size: 18px;
  padding-left: 16px;
}
.forms .form_block input::-webkit-input-placeholder {
  font-size: 16px;
  color: #737272;
}
.forms .form_block input::-moz-placeholder {
  font-size: 16px;
  color: #737272;
}
.forms .form_block input:-ms-input-placeholder {
  font-size: 16px;
  color: #737272;
}
.forms .form_block input::-ms-input-placeholder {
  font-size: 16px;
  color: #737272;
}
.forms .form_block input::placeholder {
  font-size: 16px;
  color: #737272;
}
.forms .form_block p {
  font-family: gotham-light;
  margin: 10px 0;
  font-size: 13px;
}
.forms .form_block .callback_type {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.forms .form_block .callback_type input {
  opacity: 0;
  position: absolute;
  left: -9999px;
  visibility: hidden;
}
.forms .form_block .callback_type input:checked + label {
  background: #3cc6ff;
  color: #fff;
}
.forms .form_block .callback_type input:checked + label img {
  -webkit-filter: invert(1) brightness(10000%);
          filter: invert(1) brightness(10000%);
}
.forms .form_block .callback_type label {
  cursor: pointer;
  font-family: gotham-light;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;
  font-size: 14px;
  padding: 5px 10px;
  border: 1px solid #3cc6ff;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.forms .form_block .callback_type label.last {
  margin-left: -1px;
  -webkit-border-bottom-left-radius: 0px;
          border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
}
.forms .form_block .callback_type label img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 16px;
  margin-right: 5px;
}
.contacts {
  background: #000000;
}
.contacts .section_title2 {
  padding: 50px 0;
  margin-bottom: 0;
}
.contacts .section_title2 h2 {
  font-family: gotham;
  font-weight: 400;
}
.contacts .map {
  position: relative;
  background: #fff;
  height: 400px;
}
.contacts .map .container {
  height: 100%;
}
.contacts .map #map {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.contacts .map .contacts_block {
  position: absolute;
  z-index: 20;
  top: 50%;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
  background: #fff;
  padding: 48px;
  width: 400px;
}
.contacts .map .contacts_block .contact_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-family: gotham-light;
  font-weight: 300;
  margin-bottom: 30px;
}
.contacts .map .contacts_block .contact_item:last-child {
  margin-bottom: 0px;
}
.contacts .map .contacts_block .contact_item embed {
  width: 28px;
  -o-object-position: center;
     object-position: center;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -16px;
  margin-right: 20px;
}
.contacts .map .contacts_block .contact_item .contact_text h5 {
  font-size: 14px;
  color: #939292;
  margin-bottom: 5px;
}
.contacts .map .contacts_block .contact_item .contact_text p {
  font-size: 16px;
  color: #000;
}
footer {
  padding: 20px 60px;
}
footer .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .socials {
  margin-left: auto;
}
footer .socials a {
  margin-left: 32px;
}
footer .socials a img {
  height: 32px;
}
footer .footer_logo {
  width: 160px;
  margin-right: 40px;
}
footer p {
  font-size: 18px;
  color: #111111;
  font-family: gotham-light;
}
.modal {
  display: none;
  position: fixed;
  z-index: 400;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.modal .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}
.modal .modal_container {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal .modal_container .modal_content {
  padding: 48px 36px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background: #fff;
  text-align: center;
  position: relative;
}
.modal .modal_container .modal_content .close {
  position: absolute;
  top: -32px;
  right: -32px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.modal .modal_container .modal_content .close:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.modal .modal_container .modal_content h2 {
  font-family: futura-demi;
  font-size: 28px;
}
.modal .modal_container .modal_content p {
  font-size: 14px;
  line-height: 1.5;
  margin: 20px 0;
  font-family: gotham;
}
.modal .modal_container .modal_content .input_block {
  position: relative;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  margin: 0 20px;
  margin-bottom: 10px;
}
.modal .modal_container .modal_content .input_block label {
  position: absolute;
  left: 24px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.modal .modal_container .modal_content .input_block label img {
  height: 24px;
  vertical-align: middle;
}
.modal .modal_container .modal_content .input_block input {
  width: 100%;
  background: #bababa;
  -webkit-border-radius: 33px;
          border-radius: 33px;
  height: 56px;
  padding-left: 56px;
  font-family: futura-book;
}
.modal .modal_container .modal_content .input_block input::-webkit-input-placeholder {
  color: #717171;
  font-family: futura-book;
}
.modal .modal_container .modal_content .input_block input::-moz-placeholder {
  color: #717171;
  font-family: futura-book;
}
.modal .modal_container .modal_content .input_block input:-ms-input-placeholder {
  color: #717171;
  font-family: futura-book;
}
.modal .modal_container .modal_content .input_block input::-ms-input-placeholder {
  color: #717171;
  font-family: futura-book;
}
.modal .modal_container .modal_content .input_block input::placeholder {
  color: #717171;
  font-family: futura-book;
}
.modal .modal_container .modal_content button {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  margin: 0 20px;
  height: 56px;
  -webkit-border-radius: 33px;
          border-radius: 33px;
  font-family: futura-med;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  cursor: pointer;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-linear-gradient(-90deg, #ff9c00 0%, #e0ad13 100%);
  background-image: -ms-linear-gradient(-90deg, #ff9c00 0%, #e0ad13 100%);
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.modal .modal_container .modal_content button span {
  position: relative;
  z-index: 20;
}
.modal .modal_container .modal_content button:hover {
  -webkit-transform: translate(0, 10px);
      -ms-transform: translate(0, 10px);
          transform: translate(0, 10px);
}
.modal .modal_container .modal_content button:after {
  content: '';
  height: 100px;
  background: #fff;
  width: 25px;
  position: absolute;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
  -webkit-animation-name: bright;
          animation-name: bright;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.modal .modal_container .modal_content button img {
  height: 24px;
  margin-right: 8px;
}
.services_section .service_row .service_img .cover_center{
  object-fit: cover;
  object-position: 35% center;
}
.services_section .service_row .service_img .full_center{
  object-fit: cover;
  object-position: center;
}


/* PORTFOLIO-INNER */

.banner_content {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 75vh;
	text-align: center;
}

.banner_content h2 {
	margin-bottom: 35px;
	font-family: 'gotham-light';
	font-size: 80px;
	color: #fff;
}


/* PROJECT */

.project {
	padding-top: 110px;
	padding-bottom: 160px;
	background: url('../img/about_bg.png') center / cover no-repeat;
}

.project_content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.project_wrap {
	position: relative;
	width: 700px;
	padding: 35px;
}

.project_wrap::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 835px;
	height: 480px;
	background: url('../img/nout.png') center / cover no-repeat;
}

.project_img {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 394px;
	overflow-y: scroll;
}

.project_img::-webkit-scrollbar {
	display: none;
}
.project_img {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.project_img img {
	width: 100%;
}

.project_text {
	width: 400px;
	margin-left: 40px;
	color: #fff;
}

.project_text h3 {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
}

.project_text p {
	line-height: 20px;
}

.project_text a {
	margin-top: 40px;
}

.nospace.group {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.one_third {
	width: calc(100% / 3 - 20px);
	margin-top: 80px;
}

.one_third {
	margin-right: 20px;
}

/* PORTFOLIO */

.portfolio {
	padding-bottom: 100px;
	background: url('../img/about_bg.png') center / cover no-repeat;
}

#introblocks {
	margin-top: 0 !important;
}

#introblocks figure figcaption {
	color: #fff !important;
}

#introblocks figure figcaption h6 {
	margin-bottom: 20px !important;
	font-family: 'gotham-light' !important;
	font-size: 18px;
	margin-top: 15px;
}

#introblocks figure figcaption p {
	display: -webkit-box;
	font-family: 'gotham-light' !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.imgover::after {
	display: none !important;
}

.btn2 {
	height: 56px;
	width: 100%;
	-webkit-border-radius: 5px;
			  border-radius: 5px;
	background-color: #D4D4D4;
	background: #f29809;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
		 -ms-flex-pack: center;
			  justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
		 -ms-flex-align: center;
			  align-items: center;
	color: #000;
	font-size: 16px;
	margin-top: 24px;
	font-family: gotham-light;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
 }
 .btn2 span {
	position: relative;
	z-index: 20;
 }
 .btn2:hover {
	background: #E0AD13;
 }

#introblocks figure figcaption > a {
	color: #fff;
}

@media (max-width: 1200px) {
	.project {
		padding-top: 80px;
		padding-bottom: 100px;
	}
	.project_content {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}

	.project_text {
		width: 100%;
		margin-top: 80px;
		margin-left: 0;
	}

	.one_third a.imgover img {
		width: 100% !important;
		height: 220px !important;
	}
}

@media (max-width: 991px) {
	.banner_content h2 {
		font-size: 70px;
	}

	.one_third a.imgover img {
		height: 150px !important;
	}
}

@media (max-width: 767px) {
	.banner_content h2 {
		margin-bottom: 20px;
		font-size: 64px;
	}

	.project_wrap {
		width: 100%;
		padding: 30px 0;
	}

	.project_wrap::before {
		width: 700px;
		height: 405px;
	}

	.project_img {
		height: 331px;
	}

	.project_text {
		margin-top: 70px;
		text-align: left;
	}

	.one_third {
		width: calc(100% / 2 - 20px);
	}
}

@media (max-width: 425px) {
	.banner {
		min-height: unset;
	}

	.banner_content h2 {
		margin-bottom: 20px;
		font-size: 55px;
	}

	.project_wrap {
		width: 82%;
		padding: 18px 0;
	}

	.project_wrap::before {
		width: 420px;
		height: 245px;
	}

	.project_img {
		height: 200px;
	}

	.project_text {
		margin-top: 60px;
		text-align: left;
	}

	.one_third {
		width: 100%;
		margin-top: 60px;
		margin-right: 0;
	}
	.one_third a.imgover img {
		height: 220px !important;
	}
}