a {
  text-decoration: none;
}
.inside {
  width: 1130px;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}
body {
  font-family: "FiraSans";
  font-weight: 400;
  background: #1f1825 url(../images/bg.jpg) no-repeat center / cover;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.flex-sb {
  justify-content: space-between;
}
.flex-sa {
  justify-content: space-around;
}
.flex-r {
  justify-content: flex-end;
}
.flex-c {
  justify-content: center;
}
.flex-t {
  align-items: flex-start;
}
.flex-bt {
  align-items: flex-end;
}
.flex-m {
  align-items: center;
}
.flex-s {
  align-items: stretch;
}
.flex-l {
  justify-content: flex-start;
}
.header {
  position: absolute;
  width: 100%;
  padding-top: 10px;
  box-sizing: border-box;
  left: 0;
  color: #fff;
  top: 0;
}
.header .mobile {
  display: none;
}
.header .studios {
  padding-left: 70px;
  font-size: 15px;
  color: #fff;
}
.header .studios img,
.header .studios span {
  display: inline-block;
  vertical-align: middle;
}
.header .studios img {
  margin-right: 8px;
}
.header .studios span {
  text-decoration: underline;
  color: #febe29;
}
.header .contact-info {
  letter-spacing: 0.1px;
  text-align: right;
}
.header .contact-info .phone {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 2px;
}
.header .contact-info .phone a {
  color: #fff;
}
.header .contact-info p.get-know a {
  color: #febe29;
  text-decoration: underline;
  font-size: 13px;
}
.header .contact-info p.get-know a:hover {
  color: #fed157;
}
.main-screen {
  text-align: center;
  padding: 180px 0;
  height: 100vh;
  box-sizing: border-box;
}
.main-screen .about-header {
  margin-bottom: 44px;
  color: #fff;
}
.main-screen .about-header h1 {
  text-align: center;
  font-size: 70px;
  margin-bottom: 36px;
  font-family: "FiraSans";
  font-weight: 700;
  letter-spacing: 2px;
}
.main-screen .about-header .subtitle {
  text-align: center;
  font-size: 34px;
  font-family: "FiraSans";
  font-weight: 600;
  color: #febe29;
}
.main-screen .item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  max-width: 32%;
}
.main-screen .item img {
  display: block;
  max-width: 100%;
}
.main-screen .item.white {
  color: #000;
}
.main-screen .item.black {
  color: #fff;
}
.main-screen .item .caption {
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.main-screen .item .caption .name {
  font-size: 36px;
  text-align: left;
  line-height: 1.15;
  font-family: "FiraSans";
  font-weight: 700;
  padding: 28px;
  width: 214px;
}
.main-screen .item .caption .link {
  text-decoration: underline;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 30px;
}
.main-screen .item .caption .link a {
  color: #000;
  width: 290px;
  background: #febe29;
  height: 62px;
  line-height: 62px;
  display: inline-block;
  border-radius: 4px;
  font-weight: 700;
  transition: all 0.3s ease 0s;
}
.main-screen .item .caption .link a:hover {
  background: #fed157;
  transition: all 0.3s ease 0s;
  font-family: "FiraSans";
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-bottom: 40px;
  color: #fff;
  font-weight: 100;
}
.footer .social {
  width: 226px;
  font-size: 16px;
}
.footer .social .buttons {
  width: 140px;
  margin-top: 12px;
}
.footer .social a {
  color: #febe29;
  transition: all 0.3s ease 0s;
}
.footer .social a:hover {
  color: #fed157;
  transition: all 0.3s ease 0s;
}
.footer .copy {
  text-align: right;
  width: 480px;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
}
.subscribe-window {
  padding: 42px 60px;
  display: none;
  max-width: 100%;
  border-radius: 6px;
  box-sizing: border-box;
  width: 456px;
  background: #fff;
}
.subscribe-window .title {
  font-size: 30px;
  line-height: 1.2;
  color: #31293a;
  font-family: "FiraSans";
  font-weight: 900;
  margin-bottom: 20px;
}
.subscribe-window .field {
  margin-bottom: 22px;
}
.subscribe-window .field input {
  height: 60px;
  border-radius: 10px;
  background: #f5f7fa;
  padding-left: 20px;
  font-size: 18px;
  box-sizing: border-box;
  border: none;
  width: 100%;
  font-family: "FiraSans";
  font-size: 16px;
  border: 1px solid #f5f7fa;
}
.subscribe-window .field:nth-child(2) {
  margin-bottom: 14px;
}
.subscribe-window .agreements {
  line-height: 1.6;
  color: #8c98a5;
  font-size: 13px;
  font-family: "FiraSans";
  margin-bottom: 18px;
}
.subscribe-window .agreements a {
  text-decoration: underline;
  transition: all 0.3s ease 0s;
  color: #3474de;
}
.subscribe-window .agreements a:hover {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.subscribe-window .button button {
  display: block;
  width: 100%;
  font-family: "FiraSans";
  box-sizing: border-box;
  height: 74px;
  border-radius: 6px;
  text-align: center;
  background: #febe29;
  color: #000;
  border: none;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  font-weight: 700;
  transition: all 0.3s ease 0s;
  padding-top: 1px;
}
.subscribe-window .button button strong {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
}
.subscribe-window .button button:hover {
  transition: all 0.3s ease 0s;
  background: #fed157;
}
.subscribe-window .desc {
  padding-top: 20px;
  line-height: 1.5;
  font-size: 12px;
  color: #8c98a5;
}
.subscribe-window .desc span {
  color: #000;
  font-weight: 900;
}
div.form div.field.error input[type="text"] {
  background: #fff5f5 !important;
  border-color: #ff4d94 !important;
}
.left-questions div.message.error textarea,
.left-questions .right .field.error input {
  background: #fff5f5 !important;
  border-color: #ff4d94 !important;
}
.link1, .link2, .link3{
    cursor:pointer;
}
