@font-face {
  font-family: 'Inter-medium';
  src: url("../fonts/inter-medium-webfont.woff2") format("woff2"), url("../fonts/inter-medium-webfont.woff") format("woff"), url("../fonts/inter-medium-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url("../fonts/inter-regular-webfont.woff2") format("woff2"), url("../fonts/inter-regular-webfont.woff") format("woff"), url("../fonts/inter-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.logo-list,
.partners .categories-list,
#footer .footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.disclaimer {
  margin-top: 1rem;
  font-size: 0.6rem;
}

.disclaimer a {
  color: #6c757d !important;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

.resize-active * {
  -webkit-transition: none !important;
  transition: none !important;
}

html,
body {
  height: 100%;
}

#wrapper {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}

#main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.container {
  max-width: 1317px;
  padding: 0 30px;
}

a {
  -webkit-transition: color 0.3s linear, border-color 0.3s linear, background 0.3s linear;
  transition: color 0.3s linear, border-color 0.3s linear, background 0.3s linear;
  color: #231F20;
  text-decoration: underline;
  letter-spacing: 0.5px;
}

a:hover {
  color: #FF4C5F;
}

.bg-stretch {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  background-position: center;
}

.btn-square {
	border-radius: 0 !important;
}

.upper {
    text-transform: uppercase;
}

.strong {
	font-weight: 500;
}

.btn-secondary {
  text-transform: uppercase;
  width: auto;
  min-width: 136px;
  padding: 12px 20px;
  font-size: 15px;
  white-space: normal;
  text-decoration: none;
  text-align: center;
  color: #231F20;
  background: #fff;
  border-color: #fff;
  border-radius: 4px;
  font-weight: 500;
  letter-spacing: 2.2px;
}

.btn-secondary:hover {
	color: #231F20;
	background-color: #ececec;
	border-color: #ececec;
}

.btn-secondary:focus {
	box-shadow: 0 0 0 2px rgba(152, 159, 166, 0.5);
}

.btn-secondary.disabled {
	color: #fff;
	background-color: #868e96;
	border-color: #868e96;
}
.btn-secondary span {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  line-height: 2.4;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled):active {
  outline: none;
  box-shadow: none;
}

.btn-primary {
  text-transform: uppercase;
  width: auto;
  font-size: 15px;
  white-space: normal;
  text-decoration: none;
  text-align: center;
  color: #fff;
  height: 64px;
  min-width: 133px;
  background: #FF4C5F;
  border-color: #FF4C5F;
  border-radius: 4px;
  font-weight: 500;
  letter-spacing: 2.2px;
  line-height: 3.3;
}

.btn-primary {
	color: #fff;
	background-color: #ff4c5f;
	border-color: #ff4c5f;
}

.btn-primary:hover {
	color: #fff;
	background-color: #ec4254;
	border-color: #ec4254;
}

.btn-primary:focus {
	box-shadow: 0 0 0 2px rgba(213, 65, 65, 0.5);
}

.btn-primary.disabled {
	color: #fff;
	background-color: #ec4254;
	border-color: #ec4254;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled):active {
  outline: none;
  box-shadow: none;
}

@media (min-width: 576px) {
  h1 {
    font-size: 70px;
  }
}

.subheading {
  letter-spacing: 1.6px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 12px;
  display: inline-block;
  vertical-align: top;
}

.logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo-list li {
  margin-right: 60px;
  position: relative;
}

.logo-list li:last-child {
  margin-right: 0;
}

.logo-list li:last-child:before,
.logo-list li:last-child:after {
  display: none;
}

.logo-list li:before,
.logo-list li:after {
  content: '';
  position: absolute;
  top: 45%;
  right: -37px;
  width: 20px;
  height: 2px;
  background: #fff;
}

.logo-list li:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (min-width: 576px) {
  .logo-list .logo-outdoorly img {
    width: 200px;
  }
}

@media (min-width: 576px) {
  .logo-list .logo-so-ill img {
    width: 170px;
  }
}

.intro {
  min-height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  white-space: nowrap;
  text-align: center;
}

.intro:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 460px;
}

.intro>* {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
}

.intro>* {
  max-width: 100%;
}

@media (min-width: 768px) {
  .intro {
    min-height: 560px;
    white-space: nowrap;
    text-align: center;
  }

  .intro:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 560px;
  }

  .intro>* {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 99%;
  }

  .intro>* {
    max-width: 100%;
  }
}

.intro h1 {
  text-align: center;
  color: #fff;
  line-height: 1.06;
}

.intro .logo-list {
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .intro .logo-list {
    margin-bottom: 50px;
  }
}

.partners {
  padding: 47px 0 20px;
}

@media (min-width: 768px) {
  .partners {
    padding: 116px 0 80px;
  }
}

.partners h2 {
  font-weight: 300;
  letter-spacing: -0.5px;
  margin-bottom: 33px;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .partners h2 {
    line-height: 1.2;
    margin-bottom: 46px;
  }
}

.partners h2 strong {
  font-weight: 500;
}

.partners .categories-list {
  margin-bottom: 29px;
}

@media (min-width: 768px) {
  .partners .categories-list {
    margin-bottom: 0;
  }
}

.partners .categories-list li {
  margin-bottom: 15px;
  color: #FF4C5F;
  letter-spacing: 2.4px;
  font-weight: 500;
}

.partners .text-holder {
  line-height: 1.67;
  letter-spacing: 0.3px;
  font-family: "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", -apple-system;
}

@media (min-width: 992px) {
  .partners .text-holder {
    padding-left: 33px;
  }
}

.partners .text-holder p {
  margin-bottom: 27px;
}

.partners a {
  font-weight: 500;
  font-family: "Inter-medium", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", -apple-system;
}

.product {
  padding: 26px 0 50px;
}

@media (min-width: 768px) {
  .product {
    padding: 50px 0 119px;
  }
}

.product .container {
  max-width: 1287px;
  padding: 0;
}

@media (min-width: 992px) {
  .product .container {
    padding: 0 15px;
  }
}

.product .row {
  margin: 0;
}

.product [class*="col-"] {
  padding: 0;
}

.product .img-holder {
  padding-top: 84%;
  position: relative;
}

@media (min-width: 576px) {
  .product .img-holder {
    padding-top: 65%;
  }
}

@media (min-width: 992px) {
  .product .img-holder {
    padding-top: 101%;
    background-position: 50% 50%;
  }
}

@media (min-width: 992px) {
  .product .img-holder .bg-stretch.border-radius-top-left {
    border-radius: 4px 0px 0px 4px;
  }
}

@media (min-width: 992px) {
  .product .img-holder .bg-stretch.border-radius-top-right {
    border-radius: 0px 4px 0px 0px;
  }
}

@media (min-width: 992px) {
  .product .img-holder .bg-stretch.border-radius-bottom-right {
    border-radius: 0px 0px 4px 0px;
  }
}

.product .img-holder .link-holder {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
}

.product .img-holder .link-holder .btn {
  padding-top: 5px;
  padding-bottom: 5px;
}

.product .wrap-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.discount {
  min-height: 560px;
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-top: 27px;
  white-space: nowrap;
  text-align: center;
}

.discount:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 560px;
}

.discount>* {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
}

.discount>* {
  max-width: 100%;
}

@media (min-width: 768px) {
  .discount {
    padding-top: 13px;
  }
}

.discount .container {
  max-width: 1317px !important;
  text-align: left !important;
}

.discount .subheading {
  border-radius: 4px;
  padding: 12px 20px;
  background: rgba(0, 0, 0, 0.45);
  margin-bottom: 35px;
}

.discount h2 {
  line-height: 1;
  padding-right: 20px;
  margin-bottom: 27px;
}

@media (max-width: 767px) {
  .discount h2 {
    font-size: 48px;
    padding-right: 0;
  }
}

.discount .text-holder {
  letter-spacing: 2.5px;
  font-weight: 500;
}

.sing-up {
  padding: 56px 0 71px;
}

@media (min-width: 768px) {
  .sing-up {
    padding: 106px 0 119px;
  }
}

.sing-up h2 {
  margin-bottom: 22px;
}

.sing-up h3 {
  color: #FF4C5F;
  letter-spacing: 2.8px;
  margin-bottom: 15px;
}

.sing-up .text {
  display: block;
  margin-bottom: 25px;
  font-family: "Inter-medium", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", -apple-system;
  font-weight: 500;
}

.navbar {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	background: #231f20;
	min-height: 64px;
}

.navbar .header-container {
	width: 100%;
	min-height: 64px;
}

.navbar .btn {
	min-height: 64px;
	padding: 0 15px;
}

.navbar .logo {
	display: inline-block;
	vertical-align: top;
	padding-left: 21px;
}

.navbar .text {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	margin-right: 20px;
	letter-spacing: 2px;
}

#footer {
  background: #F8F8F8;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  text-transform: uppercase;
  padding: 23px 0 29px;
  color: rgba(35, 31, 32, 0.5);
}

@media (min-width: 576px) {
  #footer {
    padding: 16px 0 14px;
  }
}

#footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

@media (min-width: 576px) {
  #footer .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
}

#footer .copyright {
  letter-spacing: 1.8px;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 18px;
}

@media (min-width: 576px) {
  #footer .copyright {
    padding-left: 44px;
    margin-bottom: 0;
  }
}

@media (min-width: 576px) {
  #footer .footer-nav {
    width: calc(100% - 200px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

#footer .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 576px) {
  #footer .footer-nav ul {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 20px;
  }
}

#footer .footer-nav ul li {
  margin-right: 20px;
  position: relative;
}

#footer .footer-nav ul li:before {
  content: '';
  position: absolute;
  top: 2px;
  left: -10px;
  width: 1px;
  height: 12px;
  background: rgba(35, 31, 32, 0.5);
}

#footer .footer-nav ul li:first-child:before {
  display: none;
}

#footer .footer-nav ul li:last-child {
  margin-right: 0;
}

#footer .footer-nav ul a {
  text-decoration: none;
  color: rgba(35, 31, 32, 0.5);
  letter-spacing: 1.1px;
}

#footer .footer-nav ul a:hover {
  color: #231F20;
  text-decoration: underline;
}

body {
  min-width: 320px;
}

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