.bg-main {
  background-color: var(--product-main-color) !important;
}
.bg-gray {
  padding: 4.5rem 0;
  background-color: #e9eced;
}
body {
  background: var(--product-body-color);
  font-family: Montserrat, Arial, sans-serif !important;
}
.popup-window {
  font-family: Montserrat, Arial, sans-serif !important;
}
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline;
}
p,
ul,
ol,
pre,
table,
blockquote {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

select:hover,
input:hover {
  background-color: #e0e0e0;
}
select,
textarea,
input {
  position: relative;
  height: 3rem;
  width: 100%;
  padding: 0.75rem 2rem;
  background-color: #f2f2f2;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: normal;
  background-clip: padding-box;
  border: 2px solid var(--product-main-color);
}
input {
  width: initial;
}
textarea {
  height: initial;
}
select:disabled,
select[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
}
label {
  font-size: 0.8rem;
  font-weight: 100;
}
a {
  color: var(--product-main-color);
  text-decoration: none;
}

a:hover,
a:focus,
a:active,
a:hover:active,
.navbar-brand:focus,
.navbar-brand:hover {
  color: var(--product-contrast-color);
}
.footer a:hover,
.footer a:focus,
.footer a:active,
.footer a:hover:active {
  color: white;
}
h1,
.h1 {
  font-size: 2.815rem;
  line-height: 3rem;
  margin: 2rem 0 3.5rem 0;
  font-weight: 700;
  color: #323232;
}
h2,
.h2 {
  font-size: 2.441rem;
  line-height: 3rem;
  margin: 0 0 1.5rem 0;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.content h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 3rem 0 1.5rem 0;
}
h3,
.h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin: 0 0 0 0;
  font-weight: 700;
  text-transform: uppercase;
}
li {
  list-style: none;
}
.main-content li {
  padding: 0 0 0 20px;
  list-style: none;
  background-image: url(/local/favicon/android-icon-72x72.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px;
}
.header {
  z-index: 100;
}
.header-content {
  height: 100vh;
}
.header-content .trapeze-bg {
  position: absolute;
  top: 0px;
  left: -15%;
  width: 65%;
  height: 100%;
  background-color: #e9eced;
  -webkit-transform: skewX(-7deg);
  -moz-transform: skewX(-7deg);
  -ms-transform: skewX(-7deg);
  -o-transform: skewX(-7deg);
  transform: skewX(-7deg);
}
.navbar-brand img {
  margin-top: -2px;
}
.navbar-brand {
  position: relative;
  padding: 0.75rem 15px;
  font-size: 1rem;
  line-height: 1.5rem;
  height: 3rem;
  z-index: 10;
  color: #ffffff;
}
.logo-promo-text {
  display: inline-block;
  position: relative;
  font-size: 0.8rem;
  line-height: 1.5rem;
  padding-left: 8px;
  margin-left: 8px;
}
.logo-promo-text:before {
  background: var(--product-contrast-color);
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  -webkit-transform: skew(-7deg, 0);
  -moz-transform: skew(-7deg, 0);
  -ms-transform: skew(-7deg, 0);
  -o-transform: skew(-7deg, 0);
  transform: skew(-7deg, 0);
}
.screen-container {
  z-index: 99;
  position: relative;
  width: 100%;
  top: 50vh;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.little-buy-btn {
  font-size: 0.8rem;
  padding: 0 0.75rem;
  height: 1.5rem;
}
.medium-buy-btn {
  padding: 0 2rem;
  height: 3rem;
}
.big-buy-btn {
  padding: 0 2rem;
  height: 3rem;
  line-height: 2.7rem;
}

.text-notice-line {
  display: inline-block;
  position: relative;
}
.text-notice-line:after {
  background: var(--product-contrast-color);
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5rem;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.header-content .title-product {
  position: relative;
  text-align: center;
}
.title-product img {
  position: relative;
  max-width: 27rem;
  z-index: 2;
}
.header-content .title-product span {
  position: absolute;
  left: 40%;
  top: 0;
  margin-top: 9rem;
  font-size: 7.451rem;
  line-height: 6rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #f9fcfd;
  opacity: 0.15;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  cursor: default;
  z-index: 1;
}

.block-desc {
  text-align: center;
  margin-bottom: 1.5rem;
}
.block-desc p {
  width: 80%;
  margin: 0 auto;
}
.feature-icons .feature-left {
  text-align: right;
}
.feature-icons .feature {
  margin-top: 1.5rem;
}
.cta {
  position: relative;
  text-align: center;
}
.cta-parallax-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/pattern-1.png) top repeat;
  opacity: 0.03;
}

.footer {
  position: relative;
  background-color: #e9eced;
  color: #ffffff;
  padding: 0;
  overflow: hidden;
}

.footer h2 {
  font-size: 1.563rem;
  line-height: 3rem;
  margin-bottom: 0;
  text-align: left;
}

.footer .trapeze-footer-bg {
  position: absolute;
  top: 0px;
  left: -17%;
  width: 70%;
  height: 100%;
  background-color: var(--product-footer-color);
  -webkit-transform: skewX(-7deg);
  -moz-transform: skewX(-7deg);
  -ms-transform: skewX(-7deg);
  -o-transform: skewX(-7deg);
  transform: skewX(-7deg);
}

.footer .footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--product-footer-color);
}

.footer .footer-bg .footer-bg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: var(--product-footer-color);
  opacity: 0.8;
}

.footer .footer-bg .footer-bg-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: url(/local/templates/product/images/footer.jpg) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.footer .footer-first-line {
  position: relative;
  padding: 4.5rem 15px;
  z-index: 5;
}

.footer .footer-second-line {
  position: relative;
  padding: 0 15px 1.5rem 15px;
  z-index: 5;
}

.footer .footer-social-icons {
  margin: 0;
}

.footer .footer-social-icons li {
  display: inline;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding-right: 0.75rem;
}

.footer .footer-social-icons li a {
  color: #ffffff;
  padding: 0;
}

.footer .footer-about h2 {
  text-transform: none;
}

.footer .footer-bottom-links {
  font-size: 0.8rem;
  line-height: 1.5rem;
}

.footer .footer-bottom-links ul {
  margin-bottom: 0;
}

.footer .footer-bottom-links ul li {
  display: inline;
}

.footer .footer-bottom-links .copyright {
  color: #ffffff;
  font-size: 0.8rem;
  line-height: 1.5rem;
}
.text-notice {
  color: var(--product-contrast-color);
}

.navigation,
.nav-btns {
  display: inline-block;
}
.navigation > li,
.nav-btns > li {
  display: inline-block;
  float: left;
}
.navigation > li > a,
.nav-btns > li > a {
  position: relative;
  display: block;
  color: #ffffff;
  padding: 0.75rem 0 0;
  margin: 0 0.75rem;
  font-size: 0.8rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  z-index: 5;
}
.navigation > li > a:before {
  background: var(--product-contrast-color);
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.navigation > li > a:hover:before,
.navigation > li.current > a:before {
  width: 100%;
}
.navigation > li.current > a {
}

.bread span {
  font-size: 0.8rem;
}
.ui-btn-warning {
  --ui-btn-background: var(--product-contrast-color);
  --ui-btn-background-hover: var(--product-contrast-color-hover);
  --ui-btn-background-active: var(--product-contrast-color-hover);
  --ui-btn-border-color: var(--product-contrast-color);
  --ui-btn-border-color-hover: var(--product-contrast-color-hover);
  --ui-btn-border-color-active: var(--product-contrast-color-hover);
  --ui-btn-opacity-after: 0.3;
  --ui-btn-color: #fff;
  --ui-btn-color-hover: #fff;
  --ui-btn-color-active: #fff;
}
.ui-btn-main-color {
  --ui-btn-background: var(--product-main-color);
  --ui-btn-background-hover: var(--product-main-color-hover);
  --ui-btn-background-active: var(--product-main-color-hover);
  --ui-btn-border-color: var(--product-main-color);
  --ui-btn-border-color-hover: var(--product-main-color-hover);
  --ui-btn-border-color-active: var(--product-main-color-hover);
  --ui-btn-opacity-after: 0.3;
  --ui-btn-color: #fff;
  --ui-btn-color-hover: #fff;
  --ui-btn-color-active: #fff;
}
.footer a {
  color: var(--product-footer-link-color);
}
