@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Regular.eot?23594cc7721f9222a5f5196468854732);
  src: local("Roboto"), local("Roboto-Regular"), url(/fonts/Roboto-Regular.eot?23594cc7721f9222a5f5196468854732?#iefix) format("embedded-opentype"), url(/fonts/Roboto-Regular.woff2?58ab77a2144c46baecc7610879df01bc) format("woff2"), url(/fonts/Roboto-Regular.woff?7ccfaee767eafa5bb380fdcd9d56d50c) format("woff"), url(/fonts/Roboto-Regular.ttf?db51735eb1fde3a47f1b071d5d5f550b) format("truetype"), url(/fonts/Roboto-Regular.svg?fcfe4532cd6c9bacf76a1b0f6e21ab38#Roboto-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Light.eot?db6ab101e0e17844266034d15d5d2977);
  src: local("Roboto Light"), local("Roboto-Light"), url(/fonts/Roboto-Light.eot?db6ab101e0e17844266034d15d5d2977?#iefix) format("embedded-opentype"), url(/fonts/Roboto-Light.woff2?c2790794b823e55d65618b0ccd7af86c) format("woff2"), url(/fonts/Roboto-Light.woff?5c15c4b8a6de3833e7dc638e55b50ccd) format("woff"), url(/fonts/Roboto-Light.ttf?b579dff3570e27affd3134ec06b559d3) format("truetype"), url(/fonts/Roboto-Light.svg?ab461597ea14bee98c46be13e3f8200f#Roboto-Light) format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
  outline: none !important;
}

.clearfix::after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #FFFFFF;
  color: #000000;
}

.container {
  max-width: 820px;
  width: 100%;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}

.header {
  width: 100%;
}
.header-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-wrap a {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  width: 95px;
  height: 95px;
}
.header-wrap a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.promo {
  width: 100%;
}
.promo-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 40px;
}
.promo-wrap h1 {
  text-align: center;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
  max-width: 500px;
}
.promo-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.promo-item-wrap {
  width: 100%;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.promo-item-wrap .promo-item:first-child .promo-item-head {
  display: none;
}
.promo-item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  opacity: 0.7;
}
.promo-item-head .line {
  width: 45%;
  height: 1px;
  background: #000000;
}
.promo-item-head svg {
  width: 17px;
  height: 17px;
}
.promo-item a {
  width: 100%;
  border-radius: 16px;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 10px;
  background: #E00047;
  transition: opacity 0.3s ease-in-out;
}
.promo-item a:hover {
  opacity: 0.8;
}
.promo-item a h3 {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.1;
  text-align: center;
}
.promo-item a p {
  margin-top: 4px;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.7;
  text-align: center;
}
.promo-item + .promo-item {
  margin-top: 20px;
}
