@charset "UTF-8";
* {
  outline: none;
}

body {
  font-family: "Formular";
  background-color:#000;
}

.btn {
  width: 100%;
  max-width: 300px;
  height: 56px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  letter-spacing: 0.05em;
  border-radius: 10px;
  border: none;
  background: #ffb91f;
  cursor: pointer;
}
.btn:hover {
  background: #FFD16F;
}

.container {
  max-width: 1170px;
  background: radial-gradient(circle farthest-corner at top center, #2c2f33 10%, #000000 70%);
  background: -webkit-radial-gradient(circle farthest-corner at top center, #2c2f33 10%, #000000 70%);
  background: -moz-radial-gradient(circle farthest-corner at top center, #2c2f33 10%, #000000 70%);
}
@media (min-width: 576px) {
  .container {
    padding: 0 50px;
  }
}
@media (min-width: 768px) {
  .container {
    padding: 0 15px;
  }
}

.header {
  background: url(../images/mobile-bg-4.jpg) no-repeat center center/auto 100%;
  padding: 121px 0 25px;
  min-height: 390px;
}
@media (min-width: 768px) {
  .header {
    padding: 227px 0 65px;
    background: url(../images/header-bg-4.jpg) no-repeat center center/auto 100%;
	min-height:460px;
  }
}
.header__title {
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: 0.025em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: "Russo One", sans-serif;
  text-shadow: 0 0 10px #8a4326;
}
@media (min-width: 768px) {
  .header__title {
    font-size: 49px;
    line-height: 1.67;
  }
}
.header__logo {
  width: 214px;
  margin: -5px auto 0;
}
@media (min-width: 768px) {
  .header__logo {
    width: 411px;
    margin: -12px auto 0;
  }
}
.header__logo img {
  display: block;
}
.header__btn {
  text-align: center;
  margin: 8px 0 4px;
}
@media (min-width: 576px) {
  .header__btn {
    margin: 29px 0 55px;
  }
}
.header__btn .btn {
  max-width: 264px;
  height: 48px;
}
@media (min-width: 576px) {
  .header__btn .btn {
    max-width: 300px;
    height: 56px;
  }
}

.content {
  padding: 35px 0 50px;
}
@media (min-width: 768px) {
  .content {
	padding-top:46px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media (min-width: 992px) {
  .content {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .content__left {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .content__left {
    padding-right: 70px;
  }
}
.content__right {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .content__right {
    width: 40%;
    padding: 0 0 0 57px;
  }
}
@media (min-width: 992px) {
  .content__right {
    padding: 0;
  }
}
.content__right .form {
  background:url(../images/form-bg.jpg) no-repeat center center/auto 100%;
  border-radius: 10px;
  display: block;
  padding: 16px 20px 24px;
  color:#fff;
}
@media (min-width: 576px) {
  .content__right .form {
    padding: 16px 40px 44px;
  }
}
@media (min-width: 992px) {
  .content__right .form {
    padding-top: 27px;
  }
}
.content__right .form input[type=text] {
  width: 100%;
  height: 60px;
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  border-radius: 10px;
  font-size: 18px;
  color: #000;
  font-weight:bold;
  padding: 21px 15px 5px;
}
.content__right .form .btn {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  height: 76px;
  font-size: 20px;
}
@media (min-width: 992px) {
  .content__right .form .btn {
    margin-top: 38px;
    height: 56px;
  }
}
.content__right .form__field {
  position: relative;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .content__right .form__field {
    margin-top: 14px;
  }
}
.content__right .form__field .errorText {
  font-size: 10px;
  line-height: 12px;
  margin-top: 6px;
  color: #fff;
}
.content__right .form__field .error {
  border-color: #FF5353 !important;
}
.content__right .form__field label {
  position: absolute;
  font-size: 18px;
  line-height: 60px;
  color: #8E8E8E;
  padding: 0 16px;
  height: 60px;
  top: 0;
  left: 0;
}
.content__right .form__field.open label {
  font-size: 14px;
  line-height: 35px;
}
.content__text {
  font-size: 20px;
  line-height: 1.5;
  color: #eaeaea;
}
@media (min-width: 576px) {
  .content__text {
    font-size: 22px;
  }
}
.content__text p {
  margin: 0 0 10px;
}
.content__quote {
  font-size: 18px;
  line-height: 1.5;
  color: #eaeaea;
  margin: 40px 0 0;
  letter-spacing: -0.013em;
  position: relative;
}
@media (min-width: 992px) {
  .content__quote {
    font-size: 18px;
    padding-right: 12px;
  }
}
@media (min-width: 576px) {
  .content__quote {
    font-size: 20px;
  }
}
.content__quote p {
  margin: 0 0 10px;
}
.content__quote a {
  color: #FF4952;
  text-decoration: none;
}
.content__quote a:hover {
  text-decoration: underline;
}

.footer {
  background:#14181b;
  color:#c0c0c0;
  text-align: center;
  padding: 21px 0 24px;
  font-size:9pt;
  line-height:1.6;
}
.footer img { 
  margin-bottom:4px;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  padding: 0 10px;
}
.popup__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 15px;
  height: 15px;
  display: block;
}
.popup__close img {
  display: block;
  width: 100%;
}
.popup__container {
  max-width: 545px;
  width: 100%;
  background: #FFFFFF;
  margin: 0 auto;
  border-radius: 10px;
  padding: 30px 20px 58px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.popup__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #eaeaea;
  margin-top: 30px;
}
.popup__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #eaeaea;
  margin: 15px auto 0;
  max-width: 425px;
}
.popup__btn {
  margin-top: 40px;
  text-align: center;
}

#c { width:100%; height:1px; position:relative; border:0; }
#arrows { opacity:0; height:100%; position:absolute; top:0; z-index:10; margin-left: auto; margin-right: auto; left:440px; right: 0; text-align: center; }
.second-p { color:#a3a4a4; line-height:1.6; margin-top:20px; padding:10px 5px 14px 0; font-size:12pt; }
.disc { color:#909090; font-size:9pt; padding-top:12px;} 

@media (min-width: 992px) {
	#arrows { opacity:1; } 
	.second-p { line-height:2; margin-top:30px; padding:10px 5px 14px 50px; border-left:4px solid #082954; } 
	.content { padding: 58px 0; }
	.footer { font-size:11pt; }
}

/*# sourceMappingURL=style.css.map */
