html, legend {
  -webkit-box-sizing: border-box
}

button, hr, input {
  overflow: visible
}

progress, sub, sup {
  vertical-align: baseline
}

h1, legend {
  padding: 0
}

@font-face {
  font-family: VerdanaRegularWeb;
  src: url(/static/fonts/verdana-webfont.woff);
  font-weight: 400;
  font-style: normal
}

html {
  box-sizing: border-box;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

*, :after, :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

body {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  font-family: VerdanaRegularWeb, Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  background-image: url(/static/img/background.jpeg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  margin: 0
}

h5 {
  font-size: 18px;
  font-weight: 600
}

p {
  font-size: 12px;
  line-height: 1.1em;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
details, main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b, strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button, select {
  text-transform: none
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}

textarea {
  overflow: auto
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

summary {
  display: list-item
}

[hidden], template {
  display: none
}

.container--main {
  margin: 0 auto;
  padding: 35px;
  background-color: rgba(255, 255, 255, .5)
}

.logo {
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgba(0, 0, 0, .6);
  color: #fff
}

.container--logo {
  display: flex;
  padding-left: 25px;
}

.logo__header {
  font-size: 50px
}

.logo__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.logo__greeting {
  font-size: 20px;
  font-weight: 600;
}

.logo__beginning {
  font-size: inherit;
}


.logo__title p:last-of-type {
  margin-bottom: 0;
}

.logo__wrapper {
  padding: 0
}

.logo-img {
  padding: 10px
}

.logo__name {
  text-transform: uppercase;
  font-weight: 500
}

.logo__name--red {
  color: red
}

.card, .card a img, .container--main {
  border-radius: 2.25rem
}

.card-title, .logo {
  text-align: center
}

.card {
  width: 14rem;
  min-height: 320px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  opacity: 1;
}

.card--custom {
  position: relative;
  padding-top: 20px;
}

.card__help {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  bottom: 15px;
}

.card__help .card__help-img {
  width: 30px;
  height: 30px;
}

.card a img {
  display: block;
  margin: auto;
  width: 170px
}

.btn-app {
    width: 100px;
    position: relative;
    opacity: 0.7;
    transition: 0.3s ease;
    cursor: pointer;
}

.btn-app:hover {
    opacity: 1;

    /** default is 1, scale it to 1.5 */
    transform: scale(1.2, 1.2);

    /** translate 50px from left, and 40px from top */
    /** transform: translate(50px, 40px); */

    /** combine both scale and translate */
    /** transform: scale(1.5, 1.5) translate(50px, 40px); */
}

@media (min-width: 992px) {
  .container {
    max-width: 92%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 80%;
  }
}

.search__form {
  position: relative;
  width: 50%;
  margin: 0 auto;
  margin-top: 48px;
}

.search__input {
  width: 100%;
  height: 48px;
  padding-top: 14px;
  padding-right: 86px;
  padding-bottom: 14px;
  padding-left: 48px;
  border-radius: 5px;
  border: 0;
}

.search__google-ico {
  position: absolute;
  content: ".";
  left: 12px;
  top: 12px;
  font-size: 0;
  width: 24px;
  height: 24px;
  background-image: url(/static/ico/google-ico.svg);
  background-repeat: no-repeat;
}

.search__button {
  position: absolute;
  content: ".";
  font-size: 0;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: 0;
  background-image: url(/static/ico/google-search-ico.png);
  background-repeat: no-repeat;
  background-size: 35px 35px;
  background-position-y: 8px;
  cursor: pointer;
}


/* left: 12px;
  top: 12px;
  font-size: 0;
  width: 24px;
  height: 24px; */