/* --------------------------------------------------- */
/*  campaign  */
/* --------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

.campaign_img, .campaign_block, .campaign_comment, .campaign_txt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.campaign_img {
  width: 100%;
  background-color: #6cc8f2;
  padding: 20px 0 40px 0;
}
.campaign_block {
  width: 980px;
  margin: 0 auto;
}
.campaign_block img {
  max-width: 100%;
  height: auto;
}
.campaign_comment {
  width: 100%;
  background-color: #CFE9FC;
  padding: 40px 0 60px 0;
  text-align: center;
}
.campaign_title {
  color: #004EA1;
  position: relative;
  padding: 20px 0;
  margin: 0 0 20px 0;
  font-size: 30px;
  z-index: 1;
  font-weight: bold;
}
.campaign_title::after {
  position: absolute;
  bottom: 20px;
  left: 15%;
  z-index: -1;
  content: '';
  width: 70%;
  height: 20px;
  background-color: #FFFF00;
}
.campaign_txt {
  padding: 0 0 10px 0;
  font-size: 18px;
  font-weight: bold;
}
.campaign_top {
  background-color: #FFFF00;
  padding: 20px 0;
}
.campaign_top a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.campaign_top img {
  max-width: 100%;
  height: auto;
}

.campaign_contact a {
  text-decoration: none;
  padding: 20px 0;
  display: inline-block;
  width: 60%;
  font-size: 28px;
  background-color: #E71F19;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 4px solid #FFF;
  color: #FFF;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.campaign_contact a:hover {
  background-color: #f7736f;
}

.txt-center {
  text-align: center !important;
}

.home-padding {
  padding: 60px 0 50px 0;
}

.but a {
  border: 4px solid #ec148b;
  background-color: #ec148b;
  box-shadow: 2px 4px 0 rgb(190, 21, 100);
  /* background: linear-gradient(-135deg, #E4A972, #9941D8); */
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 1.5em 0;
  border-radius: 50px;
  width: 600px;
  transition:all 0.5s;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  position: relative;
  /* background-image: url(../img/ozone02.jpg);
  background-color:rgba(236, 124, 50, 1);
  background-blend-mode:lighten;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; */
}

.but a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 48px;
  margin: auto;
  content: '';
  display: inline-block;
  width: 56px;
  height: 56px;
  background-image: url(../img/ico_arrow_big.svg);
  background-size: cover;
}

.but a:hover {
  background-color: #FFF;
  /* background: linear-gradient(-135deg, #9941D8, #E4A972 ); */
  color: #ec148b;
  /* opacity: 0.7; */
}

img, video {
  height: auto;
  max-width: 100%;
}

.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logo-img {
  margin: 0 0 0 0.5rem;
}

.footer-inner {
  max-width: 979px;
  margin: 0 auto;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
}

.footer-add {
  display: flex;
}

.footer-add-inner {
  text-align: left;
  padding: 0 1rem;
}

.footer-copy {
  padding: 1rem 0.5rem;
}

.font-bold {
  font-weight: bold;
}

.mt-2 {
  margin-top: 0.5rem;
}

@media (max-width: 979px) {
  .campaign_block, .campaign_comment {
    width: 100%;
  }
  .campaign_comment {
    padding: 40px 10px 40px 10px;
  }
  .campaign_title {
    font-size: 24px;
  }
  .campaign_title::after {
    width: 100%;
    left: 0;
  }
  /* --------------------------------------------------- */
  /*  footer  */
  /* --------------------------------------------------- */
  .footer-inner {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  /* --------------------------------------------------- */
  /*  bace  */
  /* --------------------------------------------------- */
  .campaign_title {
    line-height: 1.2;
  }
  .campaign_title::after {
    height: 30px;
  }
  .campaign_contact a {
    width: 100%;
    font-size: 18px;
  }

  /* --------------------------------------------------- */
  /*  header  */
  /* --------------------------------------------------- */
  .home-padding {
    padding: 20px 0 10px 0;
  }

  .but a {
    max-width: calc(98% - 10px);
    margin: 0 1% 1em 1%;
  }

  /* --------------------------------------------------- */
  /*  footer  */
  /* --------------------------------------------------- */
  .footer-logo {
    margin: 0 auto;
  }

  .footer-inner {
    flex-wrap: wrap;
  }

  .footer-add {
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .footer-add-inner {
    text-align: center;
    width: 100%;
    margin-top: 1rem;
  }
}
