/*bootstrap override*/
.container {
  width: 100%;
  max-width: 100% !important;
}

.row.nopadding > * {
  padding-right: 0;
  padding-left: 0;
}

@media only screen and (min-width: 580px) {
  ol,
ul {
    margin-left: 0;
    padding-left: 1.2rem;
  }
}
/**/
.strong {
  font-weight: 700;
}

.text-red {
  color: #db3838;
}

html,
body {
  height: 100%;
}

html {
  font-size: 18px;
  scroll-behavior: smooth;
}

/*link*/
a:link,
a:visited {
  color: #db3838;
  text-decoration: underline;
  outline: none !important;
}

a:hover {
  outline: 0;
  color: #231f20;
  outline: none !important;
}

img {
  width: 100% \9 ;
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row.nomargin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media only screen and (min-width: 992px) {
  .nogutter > [class*=col-],
.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
}
body {
  font-family: "Roboto Slab", sans-serif;
  background: url(../img/header-bg.jpg);
  font-size: 18px;
  line-height: 1.5;
  color: #231f20;
  white-space: normal;
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  padding: 0;
  line-height: 1.1;
}

h1 {
  font-size: 60px;
  margin-bottom: 80px;
  text-transform: uppercase;
  font-weight: 700;
}

@media only screen and (min-width: 320px) and (max-width: 579px) {
  h1 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 580px) and (max-width: 767px) {
  h1 {
    font-size: 48px;
    margin-bottom: 60px;
  }
}
h3 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 60px;
}

@media only screen and (min-width: 320px) and (max-width: 579px) {
  h3 {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  h4 {
    font-size: 22px;
    line-height: 1.3;
  }
}
button,
.btn {
  cursor: pointer;
  border-radius: 0;
}

header {
  padding: 30px 0 0 0;
}

@media only screen and (min-width: 320px) and (max-width: 579px) {
  header {
    padding: 30px 0 0 0;
  }
}
header .menu {
  position: absolute;
  top: 0;
  right: 110px;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  header .menu {
    position: absolute;
    top: 0;
    right: 15px;
  }
}
header .menu span {
  display: inline-block;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-left: 15px;
  padding: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  header .menu span {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
    padding: 10px;
  }
}
header .menu span a {
  color: #fff;
  text-decoration: none;
}

header .menu span.active {
  background: #db3838;
}

main .toparea {
  padding: 9% 13% 0 13%;
  background: url(../img/content-bg-top.png);
  background-position: -5px 0;
}

@media only screen and (min-width: 320px) and (max-width: 579px) {
  main .toparea {
    background-size: cover;
    text-align: center;
    padding: 60px 20px 40px 20px;
    background-position: -50px 0;
  }
}
@media only screen and (min-width: 479px) and (max-width: 579px) {
  main .toparea {
    background-size: cover;
    text-align: center;
    padding: 60px 40px 40px 40px;
  }
}
@media only screen and (min-width: 580px) and (max-width: 767px) {
  main .toparea {
    background-size: cover;
    padding: 9% 40px 40px 40px;
  }
}
main .mainarea {
  padding: 3.4% 13% 3.4% 13%;
  background: url(../img/content-bg-body.jpg);
}

@media only screen and (min-width: 320px) and (max-width: 579px) {
  main .mainarea {
    text-align: center;
    padding: 0 20px 40px 20px;
  }

  main .mainarea li {
    text-align: left;
  }
}
@media only screen and (min-width: 579px) and (max-width: 767px) {
  main .mainarea {
    padding: 0 40px 40px 40px;
  }
}
.rows-whereto img {
  max-width: 120px;
}

@media only screen and (min-width: 320px) and (max-width: 579px) {
  .descr {
    margin-top: 15px;
  }
}
footer {
  padding: 10px 8.28% 10px 8.28%;
  background: #fff;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  footer img {
    margin-bottom: 20px;
  }
}
header .menu a.menu-link:hover {
  text-decoration: underline;
}
header .header-images {
  text-align: center;
}
@media (max-width: 767px) {
  header .header-images .header-img1 {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  header .header-images .header-img2 {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) {
  header .header-images .header-img1 {
    width: 85%;
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
  header .header-images .header-img2 {
    width: 85%;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  header .header-images .header-img1 {
    width: 60%;
  }
  header .header-images .header-img2 {
    margin-top: 13rem;
    width: 30%;
  }
}
header .header-cta {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  header .header-cta {
    position: absolute;
    top: 200px;
    right: 0px;
  }
}
header .header-cta a {
  display: flex;
  justify-content: flex-end;
  text-decoration: none;
}
header .header-cta a .text {
  background-color: #fff;
  font-size: 28px;
  text-align: center;
  padding: 0.5rem 1rem;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
  color: #000;
  display: flex;
  align-items: center;
}
@media (min-width: 767px) {
  header .header-cta a .text {
    font-size: 32px;
    padding: 0.5rem 2rem;
  }
}
header .header-cta a img {
  width: 100px;
  background-color: #fff;
}
header .header-cta a:hover .text {
  text-decoration: underline;
}
header .header-cta a:hover img {
  opacity: 1;
}

@media (min-width: 1900px) {
  .maincontent .toparea {
    background-repeat: round;
  }
  .maincontent .mainarea {
    background-repeat: round;
  }
}

.cloud-section {
  padding-top: 3rem;
}
.cloud-section .clouds {
  margin-bottom: 3rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
footer .previous-campaigns {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  gap: 10px;
  justify-content: center;
}
footer .previous-campaigns a {
  text-decoration: none;
  color: #000;
}
footer .previous-campaigns a:hover {
  font-weight: bold;
}
footer .previous-campaigns li {
  background-color: #ECFA56;
  border-radius: 12px;
  padding: 0.5rem 1rem;
}

a:hover img {
  opacity: 0.8;
}

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