* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
}

header {
  text-align: center;
}
header .nav {
  align-items: center;
  padding-bottom: 0;
}
@media (min-width: 575px) {
  header .nav {
    padding: 25px 0;
  }
}
header .nav .bg {
  background-color: #f5f3f3;
  padding: 30px 0;
}
@media (min-width: 575px) {
  header .nav .bg {
    padding: 0;
    background-color: transparent;
  }
}
header .nav .bg ul li {
  position: relative;
}
header .nav .bg ul li:first-child {
  background-color: #f3f3f3;
  border-top-right-radius: 3% 50%;
  border-bottom-right-radius: 3% 50%;
  z-index: 2;
}
header .nav .bg ul li:nth-child(2) {
  background-color: #e6e6e5;
  border-top-right-radius: 3% 50%;
  border-bottom-right-radius: 3% 50%;
  margin-right: -13px;
  z-index: 1;
  margin-left: -12px;
}
header .nav .bg ul li:nth-child(3) {
  background-color: #ffbb00;
}
header .logo-wrapper {
  text-align: left;
}
header .logo-wrapper .logo {
  display: block;
  margin: 30px auto;
  text-align: center;
  max-width: 230px;
  padding: 10px;
}
@media (min-width: 769px) {
  header .logo-wrapper .logo {
    max-width: 200px;
    text-align: left;
    margin: inherit;
  }
}
header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 8px;
  background-color: #e2e2e2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header ul li {
  font-size: 14px;
  color: #474747;
  font-weight: 600;
  width: 100%;
}
@media (min-width: 575px) {
  header ul li {
    padding: 10px 30px;
  }
}
@media (min-width: 769px) {
  header ul li {
    font-size: 18px;
  }
}
header ul li span {
  display: block;
  font-size: 9px;
  padding: 3px;
}
@media (min-width: 575px) {
  header ul li span {
    font-size: 16px;
    padding: 0;
  }
}
header ul li span.black {
  font-weight: 400;
  font-size: 10px;
}
@media (min-width: 575px) {
  header ul li span.black {
    font-size: 14px;
  }
}
header ul li span.red {
  font-weight: 400;
  color: #cc0000;
  font-size: 12px;
}
@media (min-width: 575px) {
  header ul li span.red {
    font-size: 14px;
  }
}
header ul li .link {
  display: block;
  color: #1800ff;
  font-weight: 400;
  font-size: 12px;
}
@media (min-width: 575px) {
  header ul li .link {
    font-size: 14px;
  }
}
header .purple-line {
  position: relative;
  background-color: #413151;
  height: auto;
  padding: 10px;
  width: 100%;
  text-align: center;
}
header .purple-line p {
  color: white;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 0;
}
header .purple-line .yellow {
  color: #fcff00;
}

.bold {
  font-weight: 600;
}

.background {
  background-image: url("images/bg-layer.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0 50px;
}
.background .main {
  padding: 0;
  padding-bottom: 50px;
  margin: 0 auto;
  background-color: #e3e6ee;
}
.background .main .header {
  position: relative;
  text-align: center;
  padding: 20px;
}
@media (min-width: 768px) {
  .background .main .header {
    padding: 40px 40px 10px 40px;
  }
}
.background .main .header h1 {
  font-size: 25px;
  color: #422e58;
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .background .main .header h1 {
    font-size: 49px;
  }
}
.background .main .header h2 {
  color: #474747;
  font-size: 15px;
  width: 100%;
  margin: 20px auto;
  font-weight: 400;
}
@media (min-width: 768px) {
  .background .main .header h2 {
    font-size: 25px;
    width: 45%;
  }
}
.background .main .header:after {
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.background .main-wrapper {
  padding: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .background .main-wrapper {
    padding: 40px 0 10px 40px;
  }
}
.background .main-wrapper .note {
  display: block;
  width: 155px;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #474747;
  font-weight: 600;
  background-color: #ffba00;
  padding: 2px;
  text-transform: uppercase;
}
.background .main-wrapper p {
  padding: 0;
  font-size: 14px;
  color: #474747;
}
@media (min-width: 768px) {
  .background .main-wrapper p {
    padding: 0 80px;
    font-size: 18px;
  }
}
.background .main-wrapper p.big {
  margin: 0 auto;
  font-weight: 600;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 50px;
}
.background .main-wrapper p.bold {
  font-weight: 600;
}
.background .main-wrapper p .blue {
  color: #4745fc;
  font-weight: 600;
  text-decoration: underline;
}
.background .main-wrapper .bottle {
  width: 100%;
}
.background .main-wrapper .button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  background-color: #ff5400;
  border: none;
  padding: 15px;
  text-decoration: none;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
}
.background .main-wrapper .button:hover {
  background-color: #cc3300;
}
@media (min-width: 575px) {
  .background .main-wrapper .button {
    font-size: 24px;
    max-width: 400px;
  }
}
.background .main-wrapper .button img {
  width: 20px;
  margin-right: 10px;
}
.background .main .contacts {
  display: flex;
  flex-wrap: wrap;
}
.background .main .contacts .left {
  padding: 30px;
  background-color: #ffffff;
}
.background .main .contacts .right {
  padding: 30px;
  background-color: #d5e0ff;
}
.background .main .contacts .right img {
  margin-right: 10px;
  height: 100%;
  max-width: 100%;
}
.background .main .contacts .right p {
  font-size: 14px;
}
@media (min-width: 768px) {
  .background .main .contacts .right p {
    font-size: 18px;
  }
}
.background .main .contacts a {
  text-decoration: none;
  color: #4745fc;
  font-size: 13px;
}
@media (min-width: 575px) {
  .background .main .contacts a {
    font-size: 18px;
  }
}
.background .main .contacts .line {
  display: flex;
  align-items: center;
}
.background .main .contacts .line a {
  margin-left: 10px;
}

footer {
  background-color: #d4d5d7;
  margin: 0 auto;
  margin-top: 80px;
  padding: 20px 30px;
  text-align: center;
}
@media (min-width: 767px) {
  footer {
    padding: 40px 100px;
  }
}
footer a {
  display: block;
  margin: 20px auto;
}
footer img {
  margin-bottom: 20px;
}
footer p {
  font-size: 12px;
}
footer ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
@media (min-width: 767px) {
  footer ul {
    display: flex;
    justify-content: center;
  }
}
footer ul li {
  font-size: 12px;
  color: #000000;
  margin: 10px 20px;
  font-weight: 600;
}
@media (min-width: 767px) {
  footer ul li {
    margin: 0 20px;
  }
}
footer ul li a {
  text-decoration: none;
  color: #000000;
}

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