@charset "utf-8";

@font-face {
	font-family: "Toxigenesis";
	src: url("../fonts/toxigenesis/a10dd78827392d4bba2e1e09004b529e.eot");
	src: url("../fonts/toxigenesis/a10dd78827392d4bba2e1e09004b529e.eot?#iefix") format("embedded-opentype"),
		url("../fonts/toxigenesis/a10dd78827392d4bba2e1e09004b529e.woff2") format("woff2"),
		url("../fonts/toxigenesis/a10dd78827392d4bba2e1e09004b529e.woff") format("woff"),
		url("../fonts/toxigenesis/a10dd78827392d4bba2e1e09004b529e.ttf") format("truetype"),
		url("../fonts/toxigenesis/a10dd78827392d4bba2e1e09004b529e.svg#Toxigenesis Rg") format("svg");
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Open sans", sans-serif;
  line-height: 1;
  font-weight: 400;
  overflow-x: hidden;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
}

section {
  padding: 35px 0;
}

.section__title {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  font-family: "Toxigenesis", sans-serif;
}

.section__title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 75px);
  width: 150px;
  border-bottom: #111 solid 1px;
  height: 1px;
}

.section__title--no-underline {
  padding-bottom: 12px;
}

.section__title--no-underline::after {
  content: none;
}

.section__desc-light {
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.nomargin {

margin-bottom: 0px;

}

.section__desc-medium {
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  font-family: "Toxigenesis", sans-serif;
  font-weight: 700;
  text-align: center;
}

.section__desc-medium2 {
  font-size: 18px;
  line-height: 32px;
  font-family: "Toxigenesis", sans-serif;
  font-weight: 700;
  text-align: center;
}

.cta {
  width: 264px;
  height: 66px;
  border: 3px solid #970301;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #970301;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Toxigenesis", sans-serif;
  font-weight: 700;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0 auto;
  transition: 250ms;
  background-image: url("../image/button-image.jpg");

}

.cta--white {
  background-image: none;
	background-color: #fff;
	color: #970301;
	border:none;
}


.cta img {
  margin-right: 8px;
}

.cta:hover {
  background-color: #fff;
  color: #970301;
  background-image: none;
}

.cta:hover img {
  filter: brightness(0) invert(1);
}

.cta--white:hover {
  background-color: #970301;
  color: #fff;
}

.cta:hover img {
  filter: none;
}

.text-white {
  color: #fff !important;
}

.text-red {
  color: red !important;
}

.text-centered {
  text-align: center;
}

.text-left {
  text-align: left !important;
}



@media screen and (min-width: 768px) {
  .container {
    max-width: 734px;
    margin: 0 auto;
  }

  section {
    padding: 45px 0;
  }
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1040px;
  }

  .container--nav {
    max-width: 1300px;
  }

  .section__title {
    margin-bottom: 28px;
    font-size: 48px;
  }

  .section__desc-light {
    font-size: 18px;
    line-height: 24px;
  }
}