/*! specifications */

@font-face {
  font-family: 'PT Sans', sans-serif;
  src: local('PTSans Bold'), local('PTSans-Bold'),
    url('/tinyone/assets/fonts/PT_Sans/PTSans-Bold.ttf') format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'PT Sans', sans-serif;
  src: local('PTSans Regular'), local('PTSans-Regular'),
    url('/tinyone/assets/fonts/PT_Sans/PTSans-Regular.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PT Sans', sans-serif;
  src: local('PTSans BoldItalic'), local('PTSans-BoldItalic'),
    url('/tinyone/assets/fonts/PT_Sans/PTSans-BoldItalic.ttf') format("truetype");
  font-weight: bold;
  font-style: italic;
}

body {
  font-family: 'PT Sans', sans-serif;
}

ul,
li {
  display: block;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  color: #010101;
}

h3 {
  font-weight: 400;
}

h2 {
  text-align: center;
}


p,
div,
a,
span {
  line-height: 1.3em;
}

.title__main {
  font-size: 32px;
}

.title__text {
  font-size: 20px;
  width: 780px;
  margin: 0 auto;
  text-align: center;
}

/*! Screen */

.header {
  padding-top: 58px;
  color: #010101;
  background-color: #fcdb00;
  padding-bottom: 105px;
}

.menu {
  margin-top: 10px;
}

.menu__item {
  margin: 0 57px;
}

.menu__item a {
  font-size: 22px;
  font-weight: 700;
  color: #010101;
}

.offer {
  margin-top: 117px;
}

.offer__title {
  font-size: 32px;
  margin-bottom: 15px;
}

.offer__intro {
  width: 309px;
  font-size: 20px;
  line-height: 1.3em;
}

.offer__text {
  font-size: 16px;
  margin-top: 15px;
  color: #555555;
  width: 400px;
}

.icons__item a {
  font-size: 42px;
  margin-right: 30px;
  color: #010101;
  transition: all 0.3s ease;
}

.icons__item a:hover {
  text-decoration: none;
  color: #ff4800;
}


.ipad {
  display: block;
  margin: 60px auto 0;
}

/* Screen number 2 */

.title {
  padding-top: 100px;
  padding-bottom: 70px;
}


.feature {
  margin-bottom: 65px;
}

.feature__icon {
  font-size: 50px;
  margin-right: 34px;
  color: #010101;
}

.feature__text {
  color: #898989;
}

/* Screen number 3 */

.touch {
  background-color: #010101;
  color: #fff;
}

.yellow {
  color: #fcdb00;
}



.form__input {
  background-color: #fff;
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  border-radius: 5px;
  width: 580px;
  padding: 14px 24px;
  outline: none;
  margin-right: 21px;
}

.form__brn {
  font-family: 'PT Sans', sans-serif;
  background-color: #fcdb00;
  color: #010101;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  width: 126px;
  border: 0;
  padding: 14px 0;
  cursor: pointer;
  outline: none;
}


/* Footer */

.footer {
  background: #000000;
  padding: 50px 0 94px;
}

.credits {
  color: #fff;
  font-size: 16px;
  width: 184px;
  margin: 0 auto;
  text-align: center;
}


/* MEdia */

@media screen and (max-width: 990px) {
  .logo {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;

  }

  .offer {
    text-align: center;
  }

  .offer__text,
  .offer__intro {
    margin: 20px auto;
    /* margin-bottom: 10px; */
    width: auto;
  }

  .icons {
    justify-content: center;
  }

  .icons__item:nth-child(3) {
    margin-right: 0;
  }

  .form__input {
    margin-right: 0;
    width: 100%;
  }

  .form__brn {
    margin-top: 10px;
    width: 100%;
  }

  .title__text {
    width: auto;
  }
}

@media screen and (max-width: 576px) {
  .ipad {
    width: 100%
  }

  .menu {
    flex-direction: column;
    text-align: center;
    margin-bottom: 10px;
  }
}