﻿body {
  padding: 0;
  margin: 0;
  min-width: 320px;
}

@font-face {
  font-family: "Calibri";
  src: url("../fonts/calibri.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "MarkerFelt";
  src: url("../fonts/MarkerFelt.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "DINCondensed";
  src: url("../DINCondensed.otf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "SignPainter";
  src: url("../fonts/SignPainter.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "PTMono";
  src: url("../fonts/PT%20Mono.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Copperplate";
  src: url("../copperplate.otf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/Open%20Sans.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/RobotoRegular.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "GillSans";
  src: url("../fonts/Gill%20Sans.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "MyriadPro";
  src: url("../Myriad%20Pro.otf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Lobster";
  src: url("../fonts/Lobster%201.4.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "PTSans";
  src: url("../fonts/PT%20Sans.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "PTSerif";
  src: url("../fonts/PT%20Serif.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Play";
  src: url("../fonts/Play.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Philosopher";
  src: url("../fonts/Philosopher.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "PoiretOne";
  src: url("../fonts/PoiretOne.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Alice";
  src: url("../fonts/Alice.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "AmaticSC";
  src: url("../fonts/AmaticSC.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Caveat";
  src: url("../fonts/Caveat.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/Comfortaa.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Pangolin";
  src: url("../fonts/Pangolin.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "RussoOne";
  src: url("../fonts/RussoOne.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "FuturaPT";
  src: url("../FuturaPTLight.otf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "FuturaPT";
  src: url("../FuturaPTLightOblique.otf");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "FuturaPT";
  src: url("../FuturaPTBook.otf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "FuturaPT";
  src: url("../FuturaPTBookOblique.otf");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "FuturaPT";
  src: url("../FuturaPTMedium.otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "FuturaPT";
  src: url("../FuturaPTMediumOblique.otf");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "FuturaPT";
  src: url("../FuturaPTDemi.otf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "FuturaPT";
  src: url("../FuturaPTDemiOblique.otf");
  font-weight: 600;
  font-style: italic;
}

.all_screen {
  min-height: 100%;
  position: relative;
}

.blur {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.blur_inner {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  filter: blur(8px);
}

.blur_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
}

.phone_screen_1 {
  max-width: 805px;
  margin: auto;
}

.phone_screen_2 {
  width: 100%;
  background: #f4f5f7;
  padding: 30px 0;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  min-height: 100%;
}

.iphone_buttons_1 {
  z-index: 0;
  height: 66px;
  width: 20px;
  border-radius: 3px 0 0 3px;
  background: linear-gradient(90deg, #cbd6e2, #fff);
  border: 1px solid #ccc;
  position: absolute;
  top: 180px;
  left: 50%;
  margin-left: -215px;
}

.iphone_buttons_2 {
  z-index: 0;
  height: 66px;
  width: 20px;
  border-radius: 3px 0 0 3px;
  background: linear-gradient(90deg, #cbd6e2, #fff);
  border: 1px solid #ccc;
  position: absolute;
  top: 252px;
  left: 50%;
  margin-left: -215px;
}

.iphone_buttons_3 {
  z-index: 0;
  height: 112px;
  width: 8px;
  border-radius: 0 2px 2px 0;
  background: linear-gradient(90deg, #cbd6e2, #fff);
  border: 1px solid #f5f5f5;
  position: absolute;
  top: 190px;
  left: 50%;
  margin-left: 207px;
}

.iphone_buttons_4 {
  z-index: 0;
  height: 40px;
  width: 20px;
  border-radius: 3px 0 0 3px;
  background: linear-gradient(90deg, #cbd6e2, #fff);
  border: 1px solid #ccc;
  position: absolute;
  top: 115px;
  left: 50%;
  margin-left: -214px;
}

.hipolink {
  font-size: 22px;
  font-family: FuturaPT;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
  color: white;
  font-weight: 100;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.hipolink:hover,
.hipolink:active,
.hipolink:focus {
  text-decoration: none;
  cursor: pointer;
}

.hipolink img {
  margin-left: 6px;
  margin-top: 2px;
  height: 21px;
}

.link_block {
  height: 60px;
  width: 100%;
}

.link {
  height: 39px;
  width: 235px;
  margin: 40px auto;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 7px;
}

.phone_bg {
  display: none;
}

@media screen and (max-width: 736px) {
  .iphone_allContent {
    width: 100%;
    margin: 0 auto;
  }

  .main_block_padding {
    padding: 0 !important;
  }

  body {
    overflow: auto;
  }

  body::-webkit-scrollbar {
    width: 0;
  }

  body {
    -ms-overflow-style: none;
  }

  body {
    overflow: -moz-scrollbars-none;
  }

  .phone_screen_1 {
    width: 100%;
    padding: 0px;
    background: none;
    min-height: 100vh;
    border-radius: 0;
    top: 0;
    left: 0;
  }

  .phone_bg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
  }

  .link_block {
    bottom: 0px;
  }
}

.blur_background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  filter: blur(5px);
  z-index: 2;
}

.iphone_bg {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
}

.iphone_allContent {
  width: 100%;
  position: relative;
  height: auto;
}

/*---------------------------------------------------------------*/

@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TTFirsNeue-Thin.ttf");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TTFirsNeue-ThinItalic.ttf");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TTFirsNeue-Light.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TTFirsNeue-LightItalic.ttf");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TTFirsNeue-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TTFirsNeue-Italic.ttf");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TTFirsNeue-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TTFirsNeue-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "TT Firs Neue";
  src: url("../fonts/TTFirsNeue-DemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
