@font-face {
    font-family: 'FbReformaNarrow';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/FbReformaNarrow-Regular.otf);
}
@font-face {
    font-family: 'FbReformaNarrow';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/FbReformaNarrow-Light.otf);
}
@font-face {
    font-family: 'FbReformaNarrow';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/FbReformaNarrow-Bold.otf);
}


body {
    height: 100vh;
    margin: 0;
    font-family: 'FbReformaNarrow', sans-serif;
	overflow: hidden;
}
#first, #second {
    width: 100%;
    height: 100vh;
}
#first {
    background: url(../img/main-bg.jpg) no-repeat;
    background-size: 100% 100%;
}
#second {
	background: url(../img/main-bg2.jpg);
	background-size: 100% 100%;
}
.content-right {
    display: inline-block;
    max-width: 22%;
    height: 100vh;
    padding: 0 2.1% 0 0;
    text-align: center;
    box-sizing: border-box;
}
.main-content {
    width: 100%;
    height: 100vh;
    left: 0;
}
h1 {
    display: inline-block;
    margin: 0;
    padding: 4% 0 0 0;
    font-size: 92px;
    font-weight: 500;
    line-height: 1;
}
h1 span {
    font-size: 68px;
    font-weight: 600;
}
h2 {
    margin: 6% 0 4% 0;
    font-size: 26px;
    line-height: 1;
}

.content-right h2 {
    font-size: 34px;
    font-weight: 400;
    margin: 0;
}
.red-row {
    display: inline-block;
    margin: 0 auto 1% auto;
    color: #ed1c24;
}
.red-text-right {
    float: right;
    padding: 0 0 0 15px;
}
.red-text-big {
    font-size: 62px;
    font-weight: 700;
    line-height: 0.6;
    float: right;
}.red-text-big b{
  font-size: 70px;
}
.red-text-small {
    font-size: 32px;
}
.red-text-smaller {
	float: right;
    font-size: 18px;
}
.description-title {
    margin: 2% 0;
    font-size: 28px;
    font-weight: 600;
    color: #ed1c24;
}
.description-text {
    margin: 0 auto 10px auto;
    font-size: 20px;
}
.description img {
    width: 33%;
}
.logos {
    display: inline-block;
    position: absolute;
    width: 15.17%;
    top: 7.94%;
    right: 27%;
}
.logos img {
    display: block;
    width: 53.85%;
    margin: 0 auto;
}
.logos img:first-child {
    width: 100%;
    margin: 0 auto 14% auto;
}
.left-top-text {
    position: absolute;
    top: 4%;
    left: -0.6%;
    color: #fff;
    letter-spacing: 5px;
    transform: rotate(-90deg);
}
.new-way {
    position: absolute;
    direction: ltr;
    bottom: 6.8%;
    left: 28.75%;
    font-size: 108px;
    font-weight: 800;
    line-height: 1;
    color: #fff;
}
.new-way-red {
    color: #ed1c24;
    line-height: 0;
}
.new-way-red b{
  font-size: 120px;
}
.form-right {
    position: absolute;
    width: 26.5%;
    bottom: 7.5%;
    left: 0;
    background: #ed1c24;
}
.form-right strong {
    color: #fff;
    display: block;
    font-size: 35px;
    font-weight: 500;
    margin: 15px 5.66% -15px;
    text-align: center;
    width: 79.86%;
}
.form-bottom strong {
    color: #fff;
    display: block;
    font-size: 40px;
    font-weight: 500;
    margin: 15px 10px 0;
    text-align: center;
}

form.contact-form input {
    border: medium none;
    box-shadow: 0 3px 9px #b2b1b1 inset;
    box-sizing: border-box;
    display: block;
    font-family: "FbReformaNarrow",sans-serif;
    font-size: 26px;
    font-weight: 700;
    height: 39px;
    margin: 5.66% 5.66% 5.66% 0;
    padding: 0 19px 0 0;
    transition: box-shadow 0.3s ease 0s;
    width: 79.86%;
}
form.contact-form input::-webkit-input-placeholder { /* WebKit browsers */
   color: #000;
   opacity: 1;
}
form.contact-form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #000;
   opacity: 1;
}
form.contact-form input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #000;
   opacity: 1;
}
form.contact-form input:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #000;
   opacity: 1;
}


form.contact-form input:focus {
    outline: none;
    box-shadow: 0 -3px 9px #b2b1b1 inset;
}
form.contact-form input[type="submit"] {
    padding: 0;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    box-shadow: none;
    transition: background .3s;
}
form.contact-form input[type="submit"]:hover {
    background: #fff;
    color: #ed1c24;
    cursor: pointer;
}
form.contact-form input:focus {
    outline: none;
    box-shadow: 0 3px 9px #757272 inset;
}
.video {
    display: inline-block;
    position: absolute;
    width: 26.33%;
    left: 1.7%;
}
.video img {
    width: 100%;
}
.video {
	bottom: 17.68%;
}
#second .new-way {
	bottom: 16.68%;
}
#second .new-way {
    left: 30.42%;
    font-size: 140px;
}
.form-bottom {
    position: absolute;
    width: 70.5%;
    bottom: 0;
    left: 15px;
}
.form-bottom .one-fourth {
    width: 25%;
    float: right;
    padding: 0 10px;
    text-align: center;
    box-sizing: border-box;
}
.form-bottom input {
	float: right;
}
.form-bottom .contact-form input {
    display: inline-block;
    width: 100%;
    height: 39px;
    margin: 0 0 14% 0;
    padding: 0 19px 0 0;
    box-shadow: 0 3px 9px #b2b1b1 inset;
    border: none;
    font-size: 26px;
    box-sizing: border-box;
    transition: box-shadow .3s;
}
ul.onepage-pagination {
    display: none;
}

.thankyou .new-way {text-align:center;    left: 5% !important; direction:rtl}


.mobile_phone {
	background-color: #fff;
    color: #ed1c24;
    display: none;
    padding: 12px 0 10px;
    text-align: center;
    width: 98.5%;
    bottom: 0;
    position: fixed;
    font-size: 40px;
    text-decoration: none;
    font-weight: 500;
    border: 3px solid #ed1c24;
}


@media (max-width: 1800px){
	h1 {
		font-size: 84px;
	}
	h1 span {
		font-size: 58px;
	}
	h2 {
		font-size: 25px;
	}
    .content-right h2 {
        font-size: 30px;
    }
	.red-text-right {
		padding: 0 0 0 15px;
	}
	.red-text-big {
		font-size: 56px;
	}
	.red-text-small {
		font-size: 29px;
	}
	.red-text-smaller {
		font-size: 16px;
	}
	.description-title {
		font-size: 24px;
	}
	.description-text {
		font-size: 18px;
	}
	.left-top-text {
		top: 5%;
	}
	.new-way {
		font-size: 100px;
	}
	#second .new-way {
		font-size: 130px;
	}
}
@media (max-width: 1600px){
	h1 {
		font-size: 70px;
	}
	h1 span {
		font-size: 50px;
	}
	h2 {
		font-size: 22px;
	}
    .content-right h2 {
        font-size: 25px;
    }
	.red-text-small {
		font-size: 24px;
	}
	.red-text-smaller {
		font-size: 14px;
	}
	.red-text-big {
		font-size: 49px;
	}
	.description-title {
		font-size: 22px;
	}
	.description-text {
		font-size: 17px;
	}
	.new-way {
		font-size: 94px;
	}
	#second .new-way {
		font-size: 100px;
	}
}
@media (max-width: 1400px) {
	h1 {
		padding: 0;
		font-size: 62px;
	}
	h1 span {
		font-size: 44px;
	}
	h2 {
		font-size: 18px;
	}
    .content-right h2 {
        font-size: 22px;
    }
	.red-row {
		margin: 0 auto 5% auto;
	}
	.red-text-right {
		padding: 0 0 0 10px;
	}
	.red-text-small {
		font-size: 21px;
	}
	.red-text-smaller {
		font-size: 12px;
	}
	.red-text-big {
		font-size: 40px;
	}
	.description img {
		width: 25%;
	}
	.description-text {
		margin: 0 auto 5% auto;
		font-size: 14px;
	}
	.left-top-text {
		top: 7%;
	}
	.new-way {
		font-size: 88px;
	}
	#second .new-way {
		font-size: 84px;
	}
}



@media (max-width: 1200px) {
	h1 {
		padding: 0;
		font-size: 52px;
	}
	h1 span {
		font-size: 38px;
	}
	h2 {
		margin: 6% 0 5% 0;
		font-size: 15.5px;
	}
    .content-right h2 {
        font-size: 19px;
    }
	.description-text {
		margin: 0 auto 12% auto;
	}
	.description img {
		width: 33%;
	}
	.red-row {
		margin: 0 auto 12% auto;
	}
	.red-text-big {
		font-size: 36px;
	}
  .red-text-big b {
    font-size: 50px;
}
	.red-text-small {
		font-size: 18px;
	}
	.red-text-smaller {
		font-size: 10px;
	}
	.new-way {
		font-size: 84px;
	}
	#second .new-way {
		font-size: 74px;
	}
}


@media (max-width: 500px){


}


@media (max-width: 420px)  {

  .new-way {
	left: 19%;
    top: 15%;
    font-size: 42px;
}
.new-way-red b {
    font-size: 50px;
}
.red-text-big b {
    font-size: 68px;
}
  .content-right{
    max-width: 100%;
    margin-top: 75%;
    width: 100%;
  }
  h1 span {
    font-size: 35px;
    }
  h1 {
    font-size: 46px;
    }
.content-right h2 {
    font-size: 32px;
    margin: 0;
}
.red-text-big {
    font-size: 65px;
    line-height: 0.9;
}
.red-text-small {
    font-size: 30px;
}
.red-text-smaller {
    font-size: 20px;
}
.content-right {
    padding: 0 15px;
}
.description-title {
    font-size: 36px;
}
.description-text {
    font-size: 28px;
}
form.contact-form input {
    font-size: 30px;
    width: 87.86%;
    height: 50px;
}
  .main-content{
    height: auto;
  }
  body {
    height: 100vh;
    margin: 0;
    overflow: auto;
 }

 .logos {
    top: 3%;
    right: 3%;
}
 .left-top-text{
   display: none;
 }
  #first {
    background: url(../img/mobBg.png) no-repeat;
    background-size: contain;
  }
  .form-right {
    position: absolute;
    width: 100%;
    left: 0;
    background: #ed1c24;
    margin-top: 60px;
    bottom: unset;
    padding-bottom: 100px;
}

  #second {
    background: url(../img/mobBg.png) no-repeat;
    background-size: contain;
  }
  #second .new-way {
    font-size: 42px;
    left: 19%;
}

.video {
    width: 100%;
    position: static;
    margin: 40px auto;
    display: table;
}
.form-bottom {
    position: static;
    width: 100%;
    bottom: 0;
    left: 15px;
    background-color: #ED1B24;
    display: inline-block;
    padding: 20px 0 10px;
    padding-bottom: 100px;
}
.form-bottom .one-fourth {
    width: 100%;
    padding: 0 20px;
}
.form-bottom .contact-form input {
    height: 50px;
    margin: 0 0 15px 0;
    font-size: 30px;
}
.form-right strong {
  font-size: 30px;
  margin: 30px 5.66% -25px;
  width: unset;
  margin-bottom: 20px;
}
.form-bottom strong {
    font-size: 30px;
    margin: 0px 20px 20px;
}

body.thankyou{
      background-color: #ED1B24;
}
body.thankyou #second{
  background: url(../img/mobBg.png) no-repeat!important;
  background-size: contain;
}



.mobile_phone { display: block; }
.thankyou .new-way {text-align:center;    left: 7% !important; direction:rtl}
form.contact-form input[type="submit"] {font-size:28px;}
}
