@font-face {
  font-family: "RoadRadio";
  src: url("../fonts/RoadRadio/RoadRadio.eot"),
    url("../fonts/RoadRadio/RoadRadio.woff") format("woff"),
    url("../fonts/RoadRadio/RoadRadio.woff2") format("woff2"),
    url("../fonts/RoadRadio/RoadRadio.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Stolzl";
  src: url("../fonts/Stolzl/Stolzl-Light.eot"),
    url("../fonts/Stolzl/Stolzl-Light.woff") format("woff"),
    url("../fonts/Stolzl/Stolzl-Light.woff2") format("woff2"),
    url("../fonts/Stolzl/Stolzl-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.row:before,
.row:after {
  content: none !important;
}
.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.row,
.first-screen .content,
.button,
.first-screen__bottom .row .col .facts2-wrap,
.first-screen__bottom .row .col .txt,
.second-screen .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  font-family: "Stolzl";
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.button.pick-up svg {
  margin-right: 6px;  transform: translateY(-2px);
}
.first-screen {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  color: white;
}
.first-screen:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(
    90.1deg,
    rgba(31, 37, 50, 0.88) 44.22%,
    rgba(0, 0, 0, 0.27) 71.11%,
    rgba(0, 0, 0, 0) 91.17%
  );
}
.first-screen:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: linear-gradient(180deg, #183557 -66.33%, rgba(0, 0, 0, 0) 100%);
  height: 222px;
}
.first-screen .content {
  height: 100%;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  box-sizing: border-box;
  padding: 34px 0;
}
.container {
  margin: 0 auto;
  padding: 0;
  width: 92%;
  max-width: 1436px;
  height: 100%;
  z-index: 1;
  position: relative;
}
.wrap-background {
  position: absolute;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  animation: opac 2s linear;
  background-position-x: 50%;
}
@keyframes opac {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.first-screen__top {
  color: white;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.first-screen__top a {
  color: white;
  border: 1px solid #ffffff;
  border-radius: 50px;
  padding: 9px 32px;
}
.first-screen__top a:hover {
  background-color: #c1c0c07d;
}
.first-screen__top-sub {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 30px;
}
.first-screen__top-sub .col {
  font-size: 16px;
}
h1 {
  font-family: "RoadRadio";
  font-weight: 400;
  font-size: 65px;
  line-height: 115%;
}
h1 span.subt {
  font-size: 26px;
  line-height: 140%;
  font-family: "Stolzl";
  position: relative;
  display: block;
  margin-top: 1vh;
}
h1 span svg {
  transform: translateY(-8px);
  margin-right: 18px;
}
.button {
  background: linear-gradient(
    90deg,
    #e9cb9f 0%,
    #daaa66 40.06%,
    #e5cba8 93.87%
  );
  border-radius: 50px;
  /*width: 346px;*/
  height: 84px;
  color: #3f3535;
  text-shadow: 1px 1px 2px #eddcc5;
  text-decoration: none;
  font-size: 19px;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  font-weight: 500;
}

.pick-up {padding: 0 50px;}

.button, .btn-send, .first-screen__top a {
  transition: .5s;
}

.button.pick-up, .btn-send {
  text-transform: uppercase;
}

.button:hover {
  background: linear-gradient(
    90deg,
    #cfb48c 0%,
    #bb9258 40.06%,
    #c8b192 93.87%
  );
  transition: .5s;
}
.button:active, .button:focus {border: none; outline: none}
#m-catcher input:active, #m-catcher input:focus {
  border: none !important; outline: none !important;
}

.button-wrap {
  align-items: center;
  -webkit-align-items: center;
  column-gap: 30px;
  margin-top: 8vh;
}
.first-screen__mittle .button-wrap .button-wrap-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 156%;
}
.first-screen__bottom {
  text-align: center;
}
.first-screen__bottom .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 15px;
  margin-top: 33px;
}
.first-screen__bottom .row .col .facts2-wrap {
  background: linear-gradient(
    270deg,
    rgba(105, 103, 111, 0.7) 12.72%,
    rgba(68, 66, 67, 0.7) 91.81%
  );
  border-radius: 5px;
  width: 100%;
  column-gap: 30px;
  height: 122px;
  align-items: flex-end;
  justify-content: center;
  -webkit-align-items: flex-end;
  -webkit-justify-content: center;
}
.first-screen__bottom .row .col .txt {
  height: 100%;
  align-items: center;
  -webkit-align-items: center;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 138%;
  text-transform: uppercase;
}
.first-screen__bottom-title {
  font-weight: 400;
  font-size: 26px;
  line-height: 112%;
}
.facts-1 {
  column-gap: 45px;
  font-weight: 400;
  font-size: 26px;
  flex-wrap: wrap;
  row-gap: 12px;
  margin-top: 3vh;
}
.second-screen {
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
}
.second-screen:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(
    110.27deg,
    rgba(40, 41, 45, 0.8) 14.2%,
    rgba(138, 128, 119, 0.8) 40.96%,
    rgba(44, 45, 51, 0.8) 63.84%
  );
}
.second-screen .wrap-background {
  filter: blur(20px);
}
.second-screen .container {
  align-items: center;
  -webkit-align-items: center;
}
.col-form {
  padding-left: 60px;
  color: #ffffff;
}
.col-form .form-block-title {
  font-family: "RoadRadio";
  font-weight: 400;
  font-size: 34px;
  line-height: 130%;
}
.col-form .row-input {
  margin-top: 6vh;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.col-form input[type="text"] {
  padding-left: 38px;
  width: 420px;
  height: 70px;
  border: 1px solid #fefefe;
  background: transparent;
  color: white;
  box-sizing: border-box;
}
.col-form .btn-send {
  margin-top: 15px;
  background: linear-gradient(
    90deg,
    #e9cb9f 0%,
    #daaa66 40.06%,
    #e5cba8 93.87%
  );
  border: none;
  font-weight: 600;
  color: #242424;
  text-shadow: 0.877593px 0.877593px 1.75519px #eddcc5;
  text-transform: uppercase;
  margin-top: 28px;
}
.col-form .btn-send:hover {
  background: linear-gradient(
    90deg,
    #d2b78f 0%,
    #c2975a 40.06%,
    #cfb798 93.87%
  );
}
.col-form input[type="text"],
.col-form .btn-send {
  width: 420px !important;
  height: 70px;
  border-radius: 88px;
  font-size: 18px;
}
.col-form .form-name {
  margin-bottom: 15px;
}
.col-form ::-webkit-input-placeholder {
  color: white;
}
.col-form ::-moz-input-placeholder {
  color: white;
}
.col-form ::-ms-input-placeholder,
.col-form ::placeholder {
  color: white;
}
.modal-wrap {
  margin-top: 8vh;
}
.modal-wrap a {
  color: white;
}
.col-form input[type="text"] {
  outline: none;
}
.iti__flag-container {
  padding-left: 30px;
}
.iti__flag-container input[name="phone"] {
  padding-left: 78px !important;
}
.col-mock img {
    width: 655px;
  }
@media (max-width: 1600px) {
  .first-screen .content {
    padding: 30px 0;
  }
  h1 {
    margin-top: 20px;
    margin-bottom: 32px;
    font-size: 58px;
  }
  h1 span {
    font-size: 23px;
  }
  .first-screen__mittle .button-wrap {
    margin-top: 7vh;
  }
  .button {
    /*width: 340px;*/
    height: 80px;
    font-size: 18px;
  }
  .first-screen__top-sub .col {
    font-size: 15px;
  }
  .first-screen__bottom-title {
    font-size: 24px;
  }
  .first-screen__bottom .row .col .facts2-wrap {
    height: 120px;
    column-gap: 26px;
  }
  .first-screen__bottom .row .col .txt {
    font-size: 16px;
  }
  .facts-1 {
    font-size: 22px;
  }
  .first-screen__mittle .button-wrap .button-wrap-desc {
    font-size: 15px;
  }
  .first-screen__bottom .row {
    margin-top: 30px;
  }
  .modal-wrap {
    margin-top: 5vh;
  }
  .col-form .form-block-title {
    font-size: 32px;
  }
  .modal-wrap,
  .modal-wrap a {
    font-size: 12px;
  }
  .col-form .row-input {
    margin-top: 5vh;
  }
}
@media (max-width: 1440px) {

  .col-mock img{width: 100%}

  .first-screen .content {
    padding: 28px 0;
  }
  h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 56px;
  }
  h1 span.subt {
    font-size: 21px;
  }
  .first-screen__mittle .button-wrap {
    margin-top: 6vh;
  }
  .button {
    /*width: 330px;*/
    height: 70px;
    font-size: 17px;
  }
  .first-screen__top-sub .col {
    font-size: 14px;
  }
  .first-screen__bottom-title {
    font-size: 22px;
  }
  .first-screen__bottom .row .col .facts2-wrap {
    height: 100px;
    column-gap: 24px;
  }
  .first-screen__bottom .row .col .facts2-wrap img {
    height: 100px;
  }
  .first-screen__bottom .row .col .txt {
    font-size: 15px;
  }
  .first-screen__bottom .row {
    margin-top: 28px;
  }
  .first-screen__mittle .button-wrap .button-wrap-desc {
    font-size: 14px;
  }
  .col-mock {
    width: 42%;
  }

}
@media (max-width: 1280px) {
  .first-screen .content {
    padding: 24px 0;
  }
  .col-form .form-block-title {
    font-size: 30px;
  }
  h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 52px;
  }
  h1 span.subt {
    font-size: 18px;
  }
  .first-screen__mittle .button-wrap {
    margin-top: 5vh;
  }
  .button {
    /*width: 300px;*/
    height: 60px;
    font-size: 16px;
  }
  .first-screen__top-sub .col {
    font-size: 14px;
  }
  .first-screen__bottom-title {
    font-size: 20px;
  }
  .first-screen__bottom .row .col .facts2-wrap {
    height: 80px;
  }
  .first-screen__bottom .row .col .facts2-wrap img {
    height: 80px;
  }
  .first-screen__bottom .row .col .txt {
    font-size: 15px;
  }
  .first-screen__bottom .row {
    margin-top: 22px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .second-screen .row {
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
  }
  h1 {
    font-size: 48px;
    margin-top: 32px;
  }
  h1 span.subt {
    font-size: 20px;
  }
  .first-screen__bottom {
    margin-top: 40px;
  }
  .first-screen__mittle .button-wrap .button-wrap-desc {
    font-size: 12px;
  }
  .first-screen__top-sub .col {
    font-size: 13px;
  }
  .col-form {
    padding-left: 0px;
  }
  .second-screen {
    padding: 30px 0;
  }
  .col-form input[type="text"],
  .col-form .btn-send {
    width: 400px !important;
    height: 60px;
    border-radius: 88px;
    font-size: 18px;
  }
  .first-screen {
    height: initial;
  }
  .first-screen__bottom .row .col .facts2-wrap img {
    height: 30px;
  }
  .first-screen__bottom .row .col .facts2-wrap {
    align-items: center;
    -webkit-align-items: center;
  }
  .first-screen__bottom .row .col .txt {
    font-size: 12px;
  }
  .first-screen__bottom .row .col .facts2-wrap {
    height: 60px;
    column-gap: 12px;
  }
  .col-mock {
    width: 100%;
    text-align: center;
  }
  .col-mock img {
    max-width: 490px;
  }
  .modal-wrap {
    font-size: 10px;
    text-align: center;
    margin-top: 2vh;
  }
  .modal-wrap a {
    font-size: 10px;
  }
  .col-form .form-block-title {
    font-size: 28px;
    text-align: center;
  }
  .second-screen {
    height: initial;
  }
  .second-screen .container {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media (max-width: 768px) {
  .first-screen__top-sub .col {
    font-size: 12px;
  }
  h1 {
    font-size: 40px;
  }
  h1 span.subt {
    display: block;
    left: 0px;
    margin-top: 20px;
  }
  h1 span svg {
    display: none;
  }
  .first-screen__mittle .button-wrap {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .first-screen__bottom .row .col .txt {
    font-size: 9px;
  }
  .first-screen__bottom .row .col .facts2-wrap img {
    height: 20px;
  }
  .first-screen__bottom .row {
    column-gap: 5px;
  }
  .first-screen__bottom .row .col .facts2-wrap {
    column-gap: 10px;
  }
  .button-wrap-desc {
    text-align: center;
    margin-top: 20px;
  }
}
@media (max-width: 650px) {
  .first-screen__bottom .row {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }

  .first-screen__bottom .row .col .txt {
    font-size: 14px;
  }
  .first-screen__bottom .row .col .facts2-wrap img {
    height: 50px;
  }
  .first-screen__bottom .row .col .facts2-wrap {
    display: grid;
    grid-template-columns: 60px 1fr;
    column-gap: 40px;
  }
  .first-screen__bottom .row .col .facts2-wrap img {
    padding-left: 30px;
  }
  .first-screen__bottom .row .col .facts2-wrap .txt {
    padding-right: 30px;
  }
  .first-screen__bottom-title {
    font-size: 16px;
  }
  .first-screen__bottom .row {
    display: inline-grid;
  }
}
@media (max-width: 480px) {

  wrap .button-wrap-desc {
    font-size: 11px;
  }
  .facts-1 {
    font-size: 20px;
  }
  h1 {
    font-size: 36px;
  }

  .pick-up {padding: 0 30px;}


  .facts-1 {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .col-form input[type="text"],
  .col-form .btn-send {
    width: 98% !important;
    max-width: 400px;
    height: 56px;
    font-size: 17px;
  }
  .input-wrap {
    width: 100%;
  }
  .modal-wrap {
    font-size: 9px;
    margin-top: 4vh;
  }
  .modal-wrap a {
    font-size: 9px;
  }
  .col-form .form-block-title {
    font-size: 24px;
  }
}

@media(max-width: 390px){
  .first-screen__bottom .row .col .facts2-wrap img {
    padding-left: 10px;
  }

  .first-screen__bottom .row .col .facts2-wrap {
    grid-template-columns: 40px 1fr;
  }

  .first-screen__bottom .row .col .txt {
    font-size: 13px;
  }
}

@media (max-width: 360px) {
  .first-screen__top-sub .col {
    font-size: 11px;
  }

  .first-screen__bottom .row .col .facts2-wrap .txt {
    padding-right: 12px;
  }

  .first-screen__bottom .row .col .txt {
    font-size: 11.5px;
  }

  .first-screen__bottom .row .col .facts2-wrap {
    column-gap: 20px;
  }

  .first-screen__bottom .row .col .facts2-wrap img {
    height: 35px;
  }

  h1 {
    font-size: 30px;
  }
  h1 span.subt {
    font-size: 16px;
  }

  .first-screen__bottom .row {
    width: 100%
  }
}
.modal .modal-dialog {
  width: 600px;
  max-width: 600px;
}
.modal .close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal .modal-title {
  margin: 10px 0 20px 0;
  font-family: "Muller", sans-serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
  color: #000;
  text-align: center;
}
.modal .modal-body {
  padding: 40px;
  font-size: 16px;
  line-height: 22px;
}
.modal ul li,
.modal ol li {
  padding-bottom: 12px;
}
.modal .rek {
  margin-left: 23px;
}
.widget:nth-child(2),
.widget:nth-child(3) {
  margin-left: 15px;
}
.ellipse-min {
  display: none;
}
.form-block-wrap-m {
  display: none;
}
.iti__country-name {
  color: #999;
}
@media (max-width: 768px) {
  .form-block-title {
    margin-bottom: 16px;
  }
  .modal-dialog {
    margin: auto;
  }
  .modal .modal-dialog {
    width: 98%;
    max-width: 600px;
    margin: auto;
  }
  .modal .modal-body {
    padding: 30px;
    font-size: 14px;
    line-height: 20px;
  }
  .modal .modal-title {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .modal .modal-body {
    padding: 26px;
    font-size: 13px;
    line-height: 16px;
  }
  .modal .modal-title {
    font-size: 18px;
    line-height: 20px;
  }
}

.iti--allow-dropdown input {
  padding-left: 78px !important;
}

.thanks-page .wrap {
	height: 100%;
	position: relative
}

.thanks-page .wrap:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(90.1deg, rgba(31,37,50,0.88) 44.22%, rgba(0,0,0,0.27) 71.11%, rgba(0,0,0,0) 91.17%);
}

.thanks-page .wrap .content {
	text-align: center;
	color: white;
	font-size: 24px;
}

.thanks-page .wrap .content .thanks-title span {
	font-size: 48px;
}

.thanks-page .btn-wrap {
	margin-top: 20px;
}

.thanks-page .btn-wrap .button{
	padding-left: 25px;
	padding-right: 25px;
}


.first-screen__mittle .col, .button-wrap-desc {
  color:white
}

.signature {
  position: absolute;
    bottom: 16px;
}

.signature a{
  color: white;
  text-decoration: underline;
}

@media(max-width: 991px) {
  .second-screen .row {
    margin-bottom: 40px
  }

  .signature {
    bottom: 0px;
  }
}

@media(max-width: 480px) {
  .signature {
    font-size: 12px;
  }
}

@media(max-width: 390px) {
  .signature {
    font-size: 9px;
  }

  .signature svg{
    width: 8px;
    transform: translateY(2px);
  }
}

.btn-send:disabled {
	cursor:not-allowed !important;
	pointer-events: initial !important;
	color:rgba(0,0,0,0.3);
	opacity:0.5;
}

.math-wrap {  margin-top: 15px }

/*.without-mock .second-screen > .container > .row {
	text-align: center;
    width: 100%;
}*/

.without-mock .row {width:100%}
.without-mock  .form-block-title, .without-mock  .modal-wrap {    text-align: center;}
.without-mock .input-wrap {margin:auto;}

.without-mock .second-screen .col-form {
	width: 100%;
	padding-left: 0px;
}

.without-mock .col-mock {
    width: 0% !important;
}

.form-block .row input[type="text"] {padding-left: 30px;}
.iti__selected-flag {padding: 0 8px 0 30px !important}
