header {
  padding: 16px 0 15px 23px;
  width: 100%;
  z-index: 100;
  background-color: #1A777A;
}

.header-fit {
  position: relative;
  display: flex;
  align-items: center;
}
.header__logo {
  font-size: 16px;
  font-family: "Rubik Medium";
  color: #FFFFFF;
  display: inline-block;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  header {
    padding: 18px 30px 15px 25px;
  }
  .header__logo {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1280px) {
  header {
    padding: 14px 35px 15px 25px;
  }
  .header-fit {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
  }
  .header__logo {
    font-size: 21px;
  }
}
@font-face {
  font-family: "Rubik Medium";
  src: url("../fonts/Rubik-Medium.ttf");
}
@font-face {
  font-family: "Rubik Regular";
  src: url("../fonts/Rubik-Regular.ttf");
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
}

img {
  max-width: 100%;
}

a, a:visited {
  text-decoration: none;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
}

.qr-block {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.qr-block__cover {
  max-width: 296px;
  margin: auto;
}
.qr-block__header {
  margin-top: 27px;
  font-family: "Rubik Medium";
  font-size: 18px;
  color: #071C35;
  padding-bottom: 20px;
  text-align: center;
}
.qr-block__list-cover {
  margin-bottom: 27px;
}
.qr-block__list__item {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
.qr-block__list__item:last-child {
  margin-bottom: 0;
}
.qr-block__list__item__icon {
  margin-right: 14px;
  width: 34px;
}
.qr-block__list__item__text {
  font-size: 16px;
  font-family: "Rubik Regular";
  color: rgba(46, 58, 81, 0.75);
}
.qr-block__list__item__text-icons {
  display: inline-block;
  vertical-align: middle;
}
.qr-block__list__picture {
  display: block;
  margin: 27px auto auto;
  width: 263px;
  height: 263px;
}

.list-item-icon {
  width: 20px;
  height: 20px;
}
.list-item-icon:first-child {
  margin-right: 5px;
}

.qr-block__video {
  margin: auto;
  width: 360px;
  height: 240px;
}

.qr-code-default {
  width: 263px;
  margin: auto;
}

.display-none {
  display: none;
}

@media only screen and (min-width: 768px) {
  .qr-block__cover {
    max-width: 600px;
  }
  .qr-block__header {
    margin-top: 58px;
    font-size: 26px;
    padding-bottom: 34px;
    text-align: left;
  }
  .qr-block__list__item__icon {
    width: 40px;
  }
  .qr-block__list__item__text {
    font-size: 18px;
  }
  .qr-block__list__picture {
    margin: 33px auto 84px;
  }
  .list-item-icon {
    width: 22px;
    height: 22px;
  }
  .qr-block__video {
    width: 690px;
    height: 340px;
    margin-top: 45px;
  }
}
@media only screen and (min-width: 1475px) {
  .qr-block__cover {
    max-width: 1543px;
  }
  .qr-block__header {
    padding-bottom: 0;
    text-align: center;
  }
  .qr-block__list {
    padding: 0 10px;
    display: flex;
    align-items: center;
  }
  .qr-block__list-cover {
    display: flex;
    margin-right: 77px;
    margin-bottom: 0;
  }
  .qr-block__list__item {
    flex-direction: row;
    margin-bottom: 0;
    margin-right: 25px;
  }
  .qr-block__list__item:last-child {
    margin-right: 0;
  }
  .qr-block__list__item__text {
    font-size: 22px;
    min-width: 263px;
    max-width: 300px;
  }
  .qr-block__list__item__icon {
    margin-right: 23px;
    width: 66px;
    min-width: 66px;
  }
  .qr-block__list__picture {
    margin: 0;
  }
  .qr-code-default {
    margin: auto;
  }
  .qr-block__video {
    width: 560px;
  }
}
@media only screen and (min-width: 1550px) {
  .qr-code-default {
    width: 363px;
    margin: auto;
  }
}

/*# sourceMappingURL=qrCode.css.map */
