@charset "UTF-8";
@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.eot"); /*IE9+:EOT*/
  src:
    url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/Montserrat-Light.woff") format("woff"),
    /* chrome、firefox */ url("../fonts/Montserrat-Light.ttf")
      format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
      url("../fonts/Montserrat-Light.svg#svgFontName") format("svg"); /* iOS 4.1- */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.eot"); /*IE9+:EOT*/
  src:
    url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/Montserrat-Regular.woff") format("woff"),
    /* chrome、firefox */ url("../fonts/Montserrat-Regular.ttf")
      format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
      url("../fonts/Montserrat-Regular.svg#svgFontName") format("svg"); /* iOS 4.1- */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.eot"); /*IE9+:EOT*/
  src:
    url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/Montserrat-Bold.woff") format("woff"),
    /* chrome、firefox */ url("../fonts/Montserrat-Bold.ttf") format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
      url("../fonts/Montserrat-Bold.svg#svgFontName") format("svg"); /* iOS 4.1- */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.eot"); /*IE9+:EOT*/
  src:
    url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/Montserrat-Medium.woff") format("woff"),
    /* chrome、firefox */ url("../fonts/Montserrat-Medium.ttf")
      format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
      url("../fonts/Montserrat-Medium.svg#svgFontName") format("svg"); /* iOS 4.1- */
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0px;
  padding: 0px;
}
/* base css */
.cslb {
  margin: 0;
  padding: 0;
  font-family: "Montserrat-Light";
}
.cslb h2,
.cslb h3,
.cslb h4,
.cslb p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.cslb * {
  box-sizing: border-box;
}
.cslb img {
  max-width: 100%;
  display: block;
}
.cslb a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.cslb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cslb .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1180px;
}
.cslb .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0px;
}
.cslb .header .header__title {
  font-size: 18px;
  line-height: 1.2em;
  font-family: "Montserrat-Light";
  margin-left: 20px;
}
.cslb .header .header__logo {
  width: 130px;
  margin-right: 20px;
}
.cslb .cards {
  display: flex;
  flex-wrap: wrap;
}
.cslb .card {
  background: #fc1921;
  padding: 30px;
  color: #ffffff;
  text-align: center;
  width: calc(50% - 20px);
  margin: 0px 10px 20px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
  justify-content: center;
}
.cslb a.card:not([href]) {
  cursor: default;
}
.cslb .card__title {
  color: #e2dfda;
  font-family: "Montserrat-Light";
  font-size: 18px;
  letter-spacing: 1.62px;
}
.cslb .card__msg {
  font-family: "Montserrat-Bold";
  font-size: 14px;
  line-height: 1.4;
}
.cslb .card__pa {
  font-size: 14px;
  font-family: "Montserrat-Light";
  line-height: 1.2;
}
.cslb .cards__hint {
  font-size: 13px;
  font-family: "Montserrat-Light";
  color: #808285;
  text-align: center;
  display: none;
}
.cslb .footer__wrapper {
  font-size: 11px;
  line-height: 1.2;
  font-family: "Montserrat-Light";
  color: #000000;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-top: 50px;
}
.cslb .footer {
  font-size: 11px;
  line-height: 1.2;
  font-family: "Montserrat-Light";
  color: #000000;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.cslb .footer .footer__msg {
  width: 70%;
  padding-right: 20px;
}
.cslb .footer .footer__date {
  width: 30%;
  text-align: right;
}
@media (max-width: 768px) {
  .cslb .container {
    width: 752px;
  }
}
@media (min-width: 1024px) {
  .cslb .container {
    width: 1008px;
  }
}
@media (min-width: 1200px) {
  .cslb .container {
    width: 1180px;
  }
}
@media (max-width: 768px) {
  .cslb .container {
    width: 100%;
  }
  .cslb .cards {
    margin: 0px 0px 20px;
  }
  .cslb .card {
    width: 100%;
    margin: 0px 0px 20px;
    padding: 20px 10px;
  }
  .cslb .footer .footer__msg {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 10px;
  }
  .cslb .footer .footer__date {
    width: 100%;
  }
}
