@font-face {
  font-family: 'Evolventa';
  src: url('fonts/Evolventa-Regular.ttf');
}
@font-face {
  font-family: 'Evolventa Bold';
  src: url('fonts/Evolventa-Bold.ttf');
}
.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.th {
  font-weight: 100;
}
.el {
  font-weight: 200;
}
.l {
  font-weight: 300;
}
.reg {
  font-weight: 400;
}
.med {
  font-weight: 500;
}
.sb {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.eb {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.try {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.trx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tc {
  display: table-cell;
  vertical-align: middle;
}
.dn {
  display: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.it {
  font-style: italic;
}
.sn {
  font-style: normal;
}
.b0 {
  border: 0;
}
.bn {
  background: none;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.wa {
  width: auto;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.poi {
  cursor: pointer;
}
.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.noup {
  text-transform: none;
}
.fix {
  position: fixed;
}
.tn {
  transform: none;
}
.bf {
  background: #fff;
}
.cf {
  color: #fff;
}
.c0 {
  color: #000;
}
.ap {
  appearance: none;
}
.nw {
  white-space: nowrap;
}
.ma {
  margin: 0 auto;
}
.oh {
  overflow: hidden;
}
.pen {
  pointer-events: none;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background: #fff;
  overflow-x: hidden;
}
body,
th,
td {
  font-family: 'Evolventa';
  font-size: 14px;
  color: #000;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img,
table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #000;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  font-family: 'Evolventa';
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: transparent;
}
button,
input[type='submit'] {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.an {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
  display: block;
}
.wrap {
  margin: 0 auto;
  max-width: 1580px;
  padding: 0 15px;
}
* {
  outline: none!important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.header {
  padding: 13px 0;
  height: 79px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header .logo {
  width: 160px;
  padding-top: 0px;
}
.header .links {
  padding-top: 12px;
}
.header .links a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  margin-right: 78px;
  transition: all 0.3s;
}
.header .links a:hover {
  color:#a3836b;
}
.header .links a.tg {
  padding-left: 24px;
  background: url('img/tg.png') no-repeat left;
}
.header .links a.phone {
  font-weight: 700;
  font-size: 22px;
  margin-right: 0;
}
.content {
  height: calc(100vh - 79px);
  position: relative;
  background: #000214;
}
.content.light .bg:after {
  display: none;
}
.content.light form {
  background: #f4f4f4;
  color: #000;
}
.content.light form button {
  background: #e0e0e0;
  color: #000;
}
.content.light form button:hover {
  background: #000;
  color: #fff;
}
.content.light form .bottom-text {
  color: #e9e9e9;
  background: url('img/user2.png') no-repeat 0 0;
}
.content .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 614px);
  height: 100%;
}
.content .bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 2, 20, 0.4);
}
.content .info {
  position: absolute;
  left: 0;
  bottom: 180px;
  width: 100%;
  color: #fff;
  z-index: 3;
}
.content .info h2 {
  font-weight: 400;
  font-size: 75px;
  margin-bottom: 20px;
}
.content .info p {
  font-size: 17px;
  line-height: 27px;
  max-width: 440px;
}
.content .info button {
  width: 220px;
  height: 52px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #2b2b32;
  color: #fff;
  font-size: 16px;
  margin-top: 70px;
  display: none;
}
.content .info button:hover {
  color: #000;
  background: #fff;
}
.content form {
  position: absolute;
  right: 0;
  top: 0;
  width: 614px;
  height: 100%;
  background: #1b1b21;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 120px 50px;
  color: #fff;
  overflow: hidden;
}
.content form p {
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 40px;
}
.content form button {
  width: 220px;
  height: 52px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
    background: #7e6049;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.content form button:hover {
  color: #000;
  background: #fff;
}
.content form .bottom-text {
  position: absolute;
  left: 50px;
  bottom: -30px;
  font-family: 'Evolventa';
  font-size: 102px;
  color: #222228;
  padding-top: 140px;
  background: url('img/user.png') no-repeat 0 0;
}
@media (max-width: 1400px) {
  .content form {
    width: 400px;
    padding: 80px 40px;
  }
  .content form .bottom-text {
    left: 40px;
    font-size: 80px;
  }
  .content .bg {
    width: calc(100% - 400px);
  }
}
@media (max-width: 1200px) {
  .content .info h2 {
    font-size: 60px;
  }
}
@media (max-width: 1000px) {
  .content .info h2 {
    font-size: 44px;
  }
  .content .info p {
    font-size: 15px;
    line-height: 23px;
    max-width: 400px;
  }
  .content form {
    width: 360px;
    padding: 60px 30px;
  }
  .content form .bottom-text {
    left: 30px;
    bottom: -20px;
    font-size: 60px;
  }
  .content .bg {
    width: calc(100% - 360px);
  }
  .content form p {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .content form button {
    width: 180px;
    height: 46px;
  }
  .header .links a {
    margin-right: 40px;
  }
}
@media (max-width: 800px) {
  .content form {
    width: 270px;
  }
  .content .bg {
    width: calc(100% - 270px);
  }
  .header .links a {
    margin-right: 20px;
  }
}
@media (max-width: 700px) {
  .wrap {
    padding: 0 10px;
  }
  .header {
    padding: 20px 0;
    height: 92px;
  }
  .header .logo {

  }
  .header .links {
    padding-top: 15px;
  }
  .header .links a {
    margin-right: 10px;
  }
  .header .links a.tg {
    font-size: 0;
    padding: 0;
    width: 25px;
    height: 22px;
    background: url('img/tg2.png');
  }
  .header .links a.phone {
    font-size: 0;
    padding: 0;
    width: 38px;
    height: 17px;
    background: url('img/phone.png');
  }
  .content {
    height: calc(100vh - 92px);
  }
  .content .bg {
    width: 100%;
  }
  .content form {
    display: none;
  }
  .content .info {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
  }
  .content .info p {
    max-width: 100%;
    font-size: 17px;
    line-height: 27px;
  }
  .content .info button {
    display: inline-block;
    background: #fff;
    color: #000;
  }
}
@media (max-width: 450px) {
   .header .logo {
        padding-top: 0px;
    } 
}