@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
/** Generated by FG **/
@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/8143.eot");
  src: local("☺"), url("../fonts/8143.woff") format("woff"), url("../fonts/8143.ttf") format("truetype"), url("../fonts/8143.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Lato;
  margin-left: -2px;
}
.wrapper {
  max-width: 1920px;
  height:100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.header {
  max-width:100%;
  height: 1080px;
  background: url(../img/bg_header.png);
}
.header .header-logo {
  width: 195px;
  height: 125px;
  margin: 165px auto 160px;
}
.header__logo_text {
  max-width: 760px;
  margin: 0 auto 227px auto;
}
.header__title {
  font-family: Lato;
  font-size: 34px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #ffffff;
  text-align: center;
}
.header__text {
  font-size: 26px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.16em;
  font-family: Lato;
  margin-bottom: 49px;
}
.header__line {
  width: 105px;
  height: 2px;
  background-color: #ffffff;
  margin: 0 auto;
}
.button {
  width: 190px;
  height: 135px;
  margin: 0 auto 100px;
}
.button button {
  width: 182px;
  height: 47px;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #ffffff;
  background: none;
  border: 1px solid white;
  margin-bottom: 75px;
}
.button img {
  position: relative;
  bottom: 0;
  left: 42%;
}
@media (max-width:992px) {
  .header .header-logo {
    margin: 65px auto 60px;
  }
  .header__title {
    font-size: 20px;
  }
  .header__text {
    font-size: 16px;
  }
  .header__logo_text {
    margin: 0 auto 50px auto;
  }
  .button button {
    margin: 0 auto 30px;
  }
  .header {
    height: 550px;
  }
}

/*  about  */
.about {
  max-width:100%;
}
.about__nav {
  max-width: 550px;
  margin: 0 auto 130px;
}
.navi {
  padding-left: 60px;
}
.navi li, .navi a {
  text-decoration: none;
  display: inline-block;
  font-family: Lato;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  color: #3c3c3c;
  margin-left: 40px;
}
.navi a:last-child {
  margin-left: 0px;
}
.active a {
  font-family: Lato;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  color: #ada074;
}
.about__title {
  max-width: 760px;
  margin: 0 auto 69px;
}
.about-title {
  margin-bottom: 35px;
}
.title {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #000000;
  text-align: center;
}
.about__line, .line {
  width: 81px;
  height: 1px;
  background-color: #000000;
  margin: 0 auto 35px;
}
.about-text {
  font-size: 15px;
  font-weight: 300;
  color: #868585;
  text-align: center;
  text-transform: none;
  letter-spacing: 0.02em;
  word-spacing: 0.1px;
  line-height: 25px;
}
.about-body {
  max-width: 830px;
  margin: 0px auto 59px;
}
.about-row {
  display: flex;
  margin: 0 -15px 95px;
  height: auto;
}
.about__col {
  flex: 1 1 300px;
  padding: 0 15px;
}
.about__logo {
  width: 92px;
  height: 92px;
  border: 2px solid #F1F1F1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 41px;
}
.item-about__title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #000000;
  text-align: center;
  margin-bottom: 35px;
}
.item-about__text {
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
  color: #868585;
}
@media (max-width:992px) {
  .about {
    max-width:100%;
    padding: 0 10px;
  }
  .about__nav {
    margin-bottom: 0px;
  }
  .navi {
    padding-left: 0px;
    display: flex;
    justify-content: space-between;
  }
  .navi li  {
    margin-left: 0px;
  }
  .navi li a {
    font-size: 14px;
  }
  .about__title {
    padding: 10px;
    margin-bottom: 10px;
  }
  .about-title {
    margin-bottom: 25px;
  }
  .title {
    font-size: 20px;
  }
  .about-row {
    margin-bottom: 45px;
    flex-wrap: wrap;
  }
  .about__logo {
    margin-bottom: 10px;



  }
  .item-about__title {
    margin-bottom: 10px;
  }
  .about__col {
    margin-bottom: 10px;
    padding:0 35px;
  }
  .about-body {
    margin-bottom: 15px;
  }
  .about-row {
      margin-bottom: 15px;
  }
  .line {
    margin-bottom: 25px;
  }
}
@media (max-width:400px) {
  .navi li a {
    font-size: 12px;
  }
}

/*  portfolio  */
.portfolio {
  max-width:100%;
  min-height: 1671px;
  background-color: #f3f3f3;
}
.portfolio .portfolio__nav {
  padding: 0;
}
.portfolio__title {
  margin: 100px auto 30px;
}
.portfolio__line {
  margin-bottom: 50px;
}
.portfolio__nav {
  width: 350px;
  margin: 0px auto 136px;
}
.portfolio-navi {
  padding: 0;
}
.portfolio__contents {
  display: flex;
  max-width: 1105px;
  flex-wrap: wrap;
  margin: 0 auto 48px;
}
.item-contents {
  flex: 1 1 538px;
  height: 365px;
  background-color: #eaeaea;
  margin: 0 27px 16px 0;
}
.item-contents img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-contents:nth-child(even) {
  margin: 0 0px 16px 0;
}
.portfolio-button button {
  color: black;
  border: 1px solid black;
  font-weight: 700;
}
@media (max-width:1130px) {
  .item-contents {
    flex: 1 0 450px;
    margin: 0 27px 16px 0;
  }
}
@media (max-width:992px) {
  .portfolio {
    padding: 20px;
  }
  .portfolio__title {
    margin: 25px;
  }
  .portfolio__line {
    margin-bottom: 25px;
  }
  .portfolio__nav {
    margin-bottom: 10px;

  }
  .portfolio__contents {
    flex-wrap: wrap;
    margin-bottom: 5px;
  }
  .item-contents {
    flex: 1 0 70%;
    margin: 0 0 20px 0;
  }
  .button {
    height: 10px;
    margin-bottom: 40px;
  }
}
@media (max-width:400px) {
  .portfolio__nav {
    width: auto;

  }
  .portfolio-navi li a {
    font-size: 15px;
  }
}
/*  partners  */
.partners {
  max-width:100%;
  height: auto;
  background: url(../img/bg.png) no-repeat 100% 100%;
  background-size: 100%;
}
.partners-title {
  width: 190px;
  font-family: Lato;
  font-size: 30.4px;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: #ffffff;
  margin: 100px auto 93px;
  letter-spacing: 1px;
}
.partners-logo {
  width: 600px;
  height: 67px;
  margin: 0 auto 100px;
}
.partners-logo .logo__partners {
  display: inline-block;
}
.partners-logo .logo__partners:first-child {
  margin: 0px 109px 0 0;
}
.partners-logo .logo__partners:nth-child(2) {
  margin-right: 115px;
}
.partners-logo .logo__partners:nth-child(3) {
  margin-right: 105px;
}
.partners-logo .logo__partners:last-child {
  margin: 0;
}
.item {
  position: relative;
  top: -13px;
}
@media (max-width:992px) {
  .partners-title {
    margin: 50px auto;
  }
  .partners-logo {
    width: auto;
    padding: 0 90px;
    display: flex;
    justify-content: space-between;
    align-items:flex-end;
  }
  .partners-logo .logo__partners:first-child,
  .partners-logo .logo__partners:nth-child(2),
  .partners-logo .logo__partners:nth-child(3),
  .partners-logo .logo__partners:last-child {
    margin: 0;
  }
}
@media (max-width:700px) {
  .partners-title {
    margin: 40px auto;
  }
  .partners-logo {
    padding: 0 50px;
  }
}
@media (max-width:500px) {
  .partners {
    background-size: 200%;
  }
  .logo__partners {
    padding-right: 5px;
  }
  .partners-logo {
    padding: 0 0 0 10px;
  }
}
/*  contact  */
.contact {
  max-width:100%;
  max-height: 825px;
}
.contact-title {
  width: 200px;
  margin: 143px auto 120px;
}
.contact__title {
  margin-bottom: 46px;
}
.contact-forms {
  width: 720px;
  display: flex;
  margin: 0 auto 50px;
}
.forms {
  margin-right: 83px;
}
label {
  font-family: Lato;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #000000;
  margin-bottom: 19px;
  display: inline-block;
}
input {
  width: 161px;
  height: 35px;
}
input:first-child {
  margin-right: 60px;
}
input, textarea {
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.input {
  display: flex;
  justify-content: space-between;
  margin-bottom: 66px;
}
textarea {
  resize: none;
}
.message {
  margin-bottom: 42px;
}
.btn {
  position: relative;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 50px;
  float: right;
  margin-right: -10px;
}
.btn > input {
  font-family: Lato;
  font-size: 14px;
  font-weight: 800;
  width: 40px;
  padding: 0;
  margin: 0;
  height: 15px;
  border: none;
  background-color: none;
}
.social-network {
  width: 259px;
  height: 200px;
  display: flex;
  flex-direction: column;
}
.social-text {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #000000;
  flex: 1 1 auto;
}
.social-name {
  font-size: 15px;
  font-weight: 800;
  height: 40px;
}
.social {
  margin-bottom: 5px;
}
.social a {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 2px solid #1e1e1e;
  border-radius: 50%;
  color: #000000;
  font-weight: 900;
  text-decoration: none;
  margin: 0 12px 3px 0;
}
.social a span {
  position: relative;
  top: 1px;
  left: 6px;
}
.social a .facebook {
  top: 2px;
  left: 9px;
}
.social-email {
  font-size: 15px;
  font-weight: 900;
}
.social-email span {
  font-weight: 300;
}
@media (max-width:992px) {
  .contact {
    height: auto;
  }
  .contact-title {
    margin: 40px auto;
  }
  .contact__title {
    margin-bottom: 25px;
  }
  .contact-forms {
    margin: 0 auto 30px;
  }
  .message {
    margin-bottom:20px ;
  }
}
@media (max-width:800px) {
  .contact-forms {
    width: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .forms {
    margin: 0 0 20px 0;
  }
  .input {
    margin-bottom: 20px;
  }
  input {
    width: 130px;
  }
}
/*  footer  */
.footer {
  max-width:100%;
  background-color: #3c3c3c;
  flex: 1 1 auto;
  height:300px;
}
.footer-conteiner {
  width: 260px;
  height: 180px;
  margin: 0 auto;
}
.footer-logo {
  margin: 48px 67px 41px 67px;
}
.footer-nave {
  margin-bottom: 34px;
}
.footer-nave a {
  text-decoration: none;
  font-family: Lato;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #a4a4a4;
  margin-right: 17px;
}
.footer-nave a:last-child {
  margin-right: 0px;
}
.footer-text {
  text-align: center;
  font-family: MyriadPro;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #6c6c6c;
}
@media (max-width:992px) {
  .footer {
    flex: 0 0 auto;
    height:300px;
  }
}
