/*
*
* Trunk version 2.0.0
*
*/
/*
*
* Contexts
*/
a:focus,
button:focus {
  outline: none !important; }

button::-moz-focus-inner {
  border: 0; }

*:focus {
  outline: none; }

blockquote {
  padding: 0;
  margin: 0; }

input,
button,
select,
textarea {
  outline: none; }

label {
  margin-bottom: 0; }

p {
  margin: 0; }

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul li,
  ol li {
    display: block; }

dl {
  margin: 0; }

dt,
dd {
  line-height: inherit; }

dt {
  font-weight: inherit; }

dd {
  margin-bottom: 0; }

cite {
  font-style: normal; }

form {
  margin-bottom: 0; }

blockquote {
  padding-left: 0;
  border-left: 0; }

address {
  margin-top: 0;
  margin-bottom: 0; }

figure {
  margin-bottom: 0; }

html p a:hover {
  text-decoration: none; }

/*
*
* Typography
*/
body {
  font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #243238;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased; }

h1, h2, h3, h4, h5, h6, [class^='heading-'] {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  color: #000; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, [class^='heading-'] a {
    color: inherit; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, [class^='heading-'] a:hover {
      color: #1AB744; }

h1,
.heading-1 {
  font-size: 32px;
  line-height: 1.4; }
  @media (min-width: 1200px) {
    h1,
    .heading-1 {
      font-size: 40px;
      line-height: 1.2; } }

h2,
.heading-2 {
  font-size: 28px;
  line-height: 1.4; }
  h2 .heading-small,
  .heading-2 .heading-small {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 400; }
  @media (min-width: 1200px) {
    h2,
    .heading-2 {
      font-size: 40px;
      line-height: 1.3; } }

h3,
.heading-3 {
  font-size: 24px;
  line-height: 1.4; }
  @media (min-width: 1200px) {
    h3,
    .heading-3 {
      font-size: 30px;
      line-height: 1.3; } }

h4,
.heading-4 {
  font-size: 24px;
  line-height: 1.4; }
  @media (min-width: 1200px) {
    h4,
    .heading-4 {
      line-height: 1.25; } }

h5,
.heading-5 {
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: .1em; }
  @media (min-width: 1200px) {
    h5,
    .heading-5 {
      line-height: 1.5; } }

h6,
.heading-6 {
  font-size: 16px;
  line-height: 1.4; }
  @media (min-width: 1200px) {
    h6,
    .heading-6 {
      line-height: 1.5; } }

.heading-7 {
  font-size: 16px;
  line-height: 1.3; }

.heading-style-2 {
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  font-family: "Bad Script", cursive; }

small,
.small {
  display: block;
  font-size: 12px;
  line-height: 1.33333; }

mark,
.mark {
  padding: 3px 5px;
  color: #fff;
  background: #1AB744; }

.big {
  font-size: 16px;
  line-height: 1.5; }

.biger {
  font-size: 18px;
  line-height: 1.5; }

.lead {
  font-size: 24px;
  line-height: 34px;
  font-weight: 300; }

code {
  padding: 10px 5px;
  border-radius: 0.2rem;
  font-size: 90%;
  color: #111;
  background: #eceff2; }

p [data-toggle='tooltip'] {
  padding-left: .25em;
  padding-right: .25em;
  color: #1AB744; }

p [style*='max-width'] {
  display: inline-block; }

html .float-panel.empty-cart-block {
  display: none !important; }

[src*='ads-iframe'] {
  display: none !important; }

/*
*
* Links
*/
a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a, a:focus, a:active, a:hover {
    text-decoration: none; }
  a, a:focus, a:active {
    color: #1AB744; }
  a:hover {
    color: #10742b; }
  a[href*='callto'], a[href*='mailto'] {
    white-space: nowrap; }

.link-hover {
  color: #10742b; }

.link-press {
  color: #10742b; }

* + .privacy-link {
  margin-top: 25px; }

/*
*
* Boxes
*/
.box-minimal {
  text-align: center; }
  .box-minimal .box-minimal-icon {
    font-size: 50px;
    line-height: 50px;
    color: #1AB744; }

.box-minimal-divider {
  width: 36px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  background: #1AB744; }

.box-minimal-text {
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto; }

* + .box-minimal {
  margin-top: 30px; }

* + .box-minimal-title {
  margin-top: 10px; }

* + .box-minimal-divider {
  margin-top: 20px; }

* + .box-minimal-text {
  margin-top: 15px; }

.bg-gray-dark .box-minimal p, .bg-accent .box-minimal p {
  color: #243238; }

.box-counter {
  position: relative;
  text-align: center;
  color: #243238; }

.box-counter-title {
  display: inline-block;
  font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -.025em; }

.box-counter-main {
  font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.2; }
  .box-counter-main > * {
    display: inline;
    font: inherit; }
  .box-counter-main .small {
    font-size: 28px; }
  .box-counter-main .small_top {
    position: relative;
    top: .2em;
    vertical-align: top; }

.box-counter-divider {
  font-size: 0;
  line-height: 0; }
  .box-counter-divider::after {
    content: '';
    display: inline-block;
    width: 80px;
    height: 2px;
    background: #1AB744; }

* + .box-counter-title {
  margin-top: 10px; }

* + .box-counter-main {
  margin-top: 20px; }

* + .box-counter-divider {
  margin-top: 10px; }

@media (min-width: 768px) {
  .box-counter-title {
    font-size: 18px; } }

@media (min-width: 1200px) {
  .box-counter-main {
    font-size: 60px; }
    .box-counter-main .small {
      font-size: 36px; }
  * + .box-counter-main {
    margin-top: 30px; }
  * + .box-counter-divider {
    margin-top: 15px; }
  * + .box-counter-title {
    margin-top: 18px; } }

.bg-accent .box-counter {
  color: #fff; }

.bg-accent .box-counter-divider::after {
  background: #fff; }

.box-pricing {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 30px 15px;
  background: #fff;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .box-pricing h6 {
    font-weight: 400; }
  .box-pricing * + .heading-style-2 {
    margin-top: 40px; }
  .box-pricing * + .group-xl {
    margin-top: 10px; }

[class*='box-pricing-decor-'] {
  position: absolute;
  top: 0; }

.box-pricing-decor-left {
  left: -90px; }

.box-pricing-decor-right {
  right: -90px; }

.box-pricing-wrap .button {
  pointer-events: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.box-pricing-wrap * + .button {
  margin-top: 0; }

.box-pricing-info {
  font-size: 16px;
  font-weight: 700; }
  .box-pricing-info span + span {
    margin-left: 10px; }

.box-pricing-text {
  display: inline-block;
  font-weight: 400;
  color: #90A4AE; }

@media (min-width: 576px) {
  .box-pricing-decor-left {
    left: 0; }
  .box-pricing-decor-right {
    right: 0; } }

@media (min-width: 768px) {
  .box-pricing {
    padding-top: 40px;
    padding-bottom: 40px; }
  .box-pricing-decor-left {
    left: -70px; }
  .box-pricing-decor-right {
    right: -70px; } }

@media (min-width: 992px) {
  .box-pricing-wrap {
    margin-bottom: -60px; }
  .box-pricing-decor-left {
    left: -40px; }
  .box-pricing-decor-right {
    right: -40px; } }

@media (min-width: 1200px) {
  .box-pricing-decor-left {
    left: 0; }
  .box-pricing-decor-right {
    right: 0; } }

.box-products {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  overflow: hidden;
  line-height: 1.1;
  border-radius: 3px;
  background: #fff; }
  .box-products .box-rating {
    font-size: 14px; }
  .box-products .unit-body {
    max-width: calc(100% - 40px); }
  .box-products .unit img {
    max-width: 30px;
    border-radius: 3px; }
  .box-products img {
    width: 100%; }
  .box-products * + .group-lg {
    margin-top: 20px; }

.box-products-name {
  font-size: 13px;
  font-weight: 700;
  color: #2196F3; }
  .box-products-name a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
    .box-products-name a, .box-products-name a:focus, .box-products-name a:active {
      color: inherit; }
    .box-products-name a:hover {
      color: #243238; }

.box-products-description {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.box-products-price {
  margin-bottom: -12px;
  margin-left: -12px; }
  .box-products-price:empty {
    margin-bottom: 0;
    margin-left: 0; }
  .box-products-price > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 12px;
    margin-left: 12px; }

.box-products-price-old {
  font-size: 11px;
  color: #90A4AE; }

.box-products-price-new {
  font-size: 16px;
  font-weight: 700; }

.box-products-content {
  padding: 20px; }

* + .box-products-description {
  margin-top: 4px; }

.box-details {
  max-width: 300px;
  min-height: 100%;
  padding: 20px 20px 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 3px;
  background: #fff; }
  .box-details img {
    max-width: 80px; }

.box-details-price {
  margin-bottom: -12px;
  margin-left: -12px; }
  .box-details-price:empty {
    margin-bottom: 0;
    margin-left: 0; }
  .box-details-price > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 12px;
    margin-left: 12px; }

.box-details-price-old {
  font-size: 11px;
  color: #90A4AE; }

.box-details-price-new {
  font-size: 16px;
  font-weight: 700; }

.box-details-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #1AB744; }

.box-details-link {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px dashed #2196F3; }
  .box-details-link, .box-details-link:focus, .box-details-link:active {
    color: #2196F3; }
  .box-details-link:hover {
    color: #243238; }
  .box-details-link:hover {
    border-color: #243238; }

* + .box-details-price {
  margin-top: 20px; }

* + .box-details-link {
  margin-top: 20px; }

.box-rating {
  font-size: 20px;
  line-height: 1; }
  .box-rating > span + span {
    margin-left: 5px; }

.statistics-item {
  font-size: 16px;
  font-weight: 700; }

.statistics-item span {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #B0BEC5; }

.modal .list {
  font-size: 14px;
  line-height: 20px; }

.modal-top-panel {
  margin: 20px 0;
  padding: 18px 0;
  border-top: 1px solid #cfd8dc;
  border-bottom: 1px solid #cfd8dc; }
  .modal-top-panel img {
    max-width: 36px; }

.modal-body {
  padding-top: 0; }
  .modal-body p + .list-marked {
    margin-top: 20px; }
  .modal-body .font-weight-ubold + .list-ordered {
    margin-top: 0; }
  .modal-body .list-marked + p {
    margin-top: 20px; }
  .modal-body * + .embed-responsive {
    margin-top: 20px; }
  .modal-body > * + p {
    margin-top: 20px; }

.modal-content {
  border-radius: 0; }

.modal-dialog {
  max-width: 600px; }

.modal-header {
  border-bottom: none;
  padding-bottom: 5px; }

.modal-products-name {
  font-weight: 700; }

.modal-products-video {
  border-top: 1px solid rgba(207, 216, 220, 0.2);
  border-bottom: 1px solid rgba(207, 216, 220, 0.2); }

.modal-products-description {
  font-size: 12px; }

.modal-products-price {
  color: #D84315;
  font-weight: 700; }

@media (min-width: 992px) {
  .modal-body {
    padding: 0 40px 40px; } }

/*
* Element groups
*/
html .group {
  margin-bottom: -20px;
  margin-left: -15px; }
  html .group:empty {
    margin-bottom: 0;
    margin-left: 0; }
  html .group > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 15px; }

html .group-sm {
  margin-bottom: -12px;
  margin-left: -12px; }
  html .group-sm:empty {
    margin-bottom: 0;
    margin-left: 0; }
  html .group-sm > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 12px;
    margin-left: 12px; }

html .group-lg {
  margin-bottom: -20px;
  margin-left: -20px; }
  html .group-lg:empty {
    margin-bottom: 0;
    margin-left: 0; }
  html .group-lg > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 20px; }

html .group-xl {
  margin-bottom: -15px;
  margin-left: -40px; }
  html .group-xl:empty {
    margin-bottom: 0;
    margin-left: 0; }
  html .group-xl > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 40px; }

html .group-xxl {
  margin-bottom: -20px;
  margin-left: -40px; }
  html .group-xxl:empty {
    margin-bottom: 0;
    margin-left: 0; }
  html .group-xxl > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 40px; }

html .group-sm-justify .button {
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 768px) {
  html .group-sm-justify {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    html .group-sm-justify > * {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    html .group-sm-justify .button {
      min-width: 130px;
      padding-left: 20px;
      padding-right: 20px; } }

html .group-middle {
  display: inline-table;
  vertical-align: middle; }
  html .group-middle > * {
    vertical-align: middle; }

.group-align-middle > * {
  vertical-align: middle; }

.group-align-top > * {
  vertical-align: top; }

.group-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 1200px) {
    .group-custom .button {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; } }

.group-justify {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

* + .group-sm {
  margin-top: 30px; }

* + .group-xl {
  margin-top: 30px; }

/*
*
* Responsive units
*/
.unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%; }

[class*='unit']:empty {
  margin-bottom: 0;
  margin-left: 0; }

.unit-body {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.unit-left,
.unit-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%; }

.unit {
  margin-bottom: -30px;
  margin-left: -25px; }
  .unit > * {
    margin-bottom: 30px;
    margin-left: 25px; }

@media (min-width: 576px) {
  .unit-sm {
    margin-bottom: -30px;
    margin-left: -25px; }
    .unit-sm > * {
      margin-bottom: 30px;
      margin-left: 25px; } }

@media (min-width: 768px) {
  .unit-md {
    margin-bottom: -30px;
    margin-left: -25px; }
    .unit-md > * {
      margin-bottom: 30px;
      margin-left: 25px; } }

@media (min-width: 992px) {
  .unit-lg {
    margin-bottom: -30px;
    margin-left: -25px; }
    .unit-lg > * {
      margin-bottom: 30px;
      margin-left: 25px; } }

@media (min-width: 1200px) {
  .unit-xl {
    margin-bottom: -30px;
    margin-left: -25px; }
    .unit-xl > * {
      margin-bottom: 30px;
      margin-left: 25px; } }

@media (min-width: 1600px) {
  .unit-xxl {
    margin-bottom: -30px;
    margin-left: -25px; }
    .unit-xxl > * {
      margin-bottom: 30px;
      margin-left: 25px; } }

.unit-spacing-xs.unit {
  margin-bottom: -10px;
  margin-left: -10px; }
  .unit-spacing-xs.unit > * {
    margin-bottom: 10px;
    margin-left: 10px; }

@media (min-width: 576px) {
  .unit-spacing-xs.unit {
    margin-bottom: -10px;
    margin-left: -10px; }
    .unit-spacing-xs.unit > * {
      margin-bottom: 10px;
      margin-left: 10px; } }

@media (min-width: 768px) {
  .unit-spacing-xs.unit {
    margin-bottom: -10px;
    margin-left: -10px; }
    .unit-spacing-xs.unit > * {
      margin-bottom: 10px;
      margin-left: 10px; } }

@media (min-width: 992px) {
  .unit-spacing-xs.unit {
    margin-bottom: -10px;
    margin-left: -10px; }
    .unit-spacing-xs.unit > * {
      margin-bottom: 10px;
      margin-left: 10px; } }

@media (min-width: 1200px) {
  .unit-spacing-xs.unit {
    margin-bottom: -10px;
    margin-left: -10px; }
    .unit-spacing-xs.unit > * {
      margin-bottom: 10px;
      margin-left: 10px; } }

@media (min-width: 1600px) {
  .unit-spacing-xs.unit {
    margin-bottom: -10px;
    margin-left: -10px; }
    .unit-spacing-xs.unit > * {
      margin-bottom: 10px;
      margin-left: 10px; } }

.unit-spacing-sm.unit {
  margin-bottom: -20px;
  margin-left: -20px; }
  .unit-spacing-sm.unit > * {
    margin-bottom: 20px;
    margin-left: 20px; }

@media (min-width: 576px) {
  .unit-spacing-sm.unit {
    margin-bottom: -20px;
    margin-left: -20px; }
    .unit-spacing-sm.unit > * {
      margin-bottom: 20px;
      margin-left: 20px; } }

@media (min-width: 768px) {
  .unit-spacing-sm.unit {
    margin-bottom: -20px;
    margin-left: -20px; }
    .unit-spacing-sm.unit > * {
      margin-bottom: 20px;
      margin-left: 20px; } }

@media (min-width: 992px) {
  .unit-spacing-sm.unit {
    margin-bottom: -20px;
    margin-left: -20px; }
    .unit-spacing-sm.unit > * {
      margin-bottom: 20px;
      margin-left: 20px; } }

@media (min-width: 1200px) {
  .unit-spacing-sm.unit {
    margin-bottom: -20px;
    margin-left: -20px; }
    .unit-spacing-sm.unit > * {
      margin-bottom: 20px;
      margin-left: 20px; } }

@media (min-width: 1600px) {
  .unit-spacing-sm.unit {
    margin-bottom: -20px;
    margin-left: -20px; }
    .unit-spacing-sm.unit > * {
      margin-bottom: 20px;
      margin-left: 20px; } }

@media (min-width: 1200px) {
  .unit-custom-1 .unit-body {
    max-width: 74%; } }

/*
*
* Images
*/
img {
  display: inline-block;
  max-width: 100%;
  height: auto; }

@media (min-width: 1600px) {
  .img-xxl-custom {
    max-width: none; } }

.img-responsive {
  width: 100%; }

/*
*
* Icons
*/
.icon {
  display: inline-block;
  font-size: 16px;
  line-height: 1; }
  .icon::before {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none; }

.icon-circle {
  border-radius: 50%; }

.icon-sm {
  font-size: 20px; }

.icon-md {
  font-size: 22px; }

.icon-lg {
  font-size: 26px; }

[class*='arrow-'] {
  position: relative;
  display: inline-block; }
  [class*='arrow-']::before {
    position: absolute;
    display: none;
    content: '';
    width: 48px;
    height: 21px;
    background: url(../images/arrow-right.png) no-repeat 50%; }

.arrow-right::before {
  right: -68px;
  top: 50%;
  width: 48px;
  height: 21px;
  background: url(../images/arrow-right.png) no-repeat 50%; }

.arrow-down-left::before {
  top: 50%;
  left: -30px;
  width: 36px;
  height: 61px;
  background: url(../images/arrow-down-left.png) no-repeat 50%; }

.arrow-down-right::before {
  top: 28%;
  right: -50px;
  width: 36px;
  height: 61px;
  background: url(../images/arrow-down-right.png) no-repeat 50%; }

@media (min-width: 576px) {
  [class*='arrow-']::before {
    display: inline-block; } }

@media (min-width: 992px) {
  .arrow-down-left::before {
    left: -40px; }
  .arrow-down-right::before {
    right: -70px; } }

/*
*
* Buttons
*/
.button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 165px;
  padding: 18px 26px !important;
  font-size: 16px;
  line-height: 1.25;
  border: 0;
  border-radius: 3px;
  font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 250ms all ease-in-out;
  -o-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out; }
  @media (min-width: 1200px) {
    .button {
      min-width: 180px; } }

.button-block {
  display: block;
  width: 100%; }

.button-default, .button-default:focus {
  color: #ccc;
  background-color: #243238;
  border-color: #243238; }

.button-default:hover, .button-default:active {
  color: #fff;
  background-color: #1AB744;
  border-color: #1AB744; }

.button-default.button-ujarak::before {
  background: #1AB744; }

.button-gray-100, .button-gray-100:focus {
  color: #151515;
  background-color: #eceff2;
  border-color: #eceff2; }

.button-gray-100:hover, .button-gray-100:active {
  color: #151515;
  background-color: #dde2e8;
  border-color: #dde2e8; }

.button-gray-100.button-ujarak::before {
  background: #dde2e8; }

.page .button-disabled, .page .button-disabled:focus {
  color: #90A4AE;
  background-color: #d7d7d7;
  border-color: #d7d7d7; }

.page .button-disabled:hover, .page .button-disabled:active {
  color: #90A4AE;
  background-color: #cacaca;
  border-color: #cacaca; }

.page .button-primary, .page .button-primary:focus {
  color: #fff;
  background-color: #1AB744;
  border-color: #1AB744; }

.page .button-primary:hover, .page .button-primary:active {
  color: #fff;
  background-color: #17a13c;
  border-color: #17a13c; }

.page .button-secondary, .page .button-secondary:focus {
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3; }

.page .button-secondary:hover, .page .button-secondary:active {
  color: #fff;
  background-color: #0d8aee;
  border-color: #0d8aee; }

.page .button-red, .page .button-red:focus {
  color: #fff;
  background-color: #D84315;
  border-color: #D84315; }

.page .button-red:hover, .page .button-red:active {
  color: #fff;
  background-color: #c13c13;
  border-color: #c13c13; }

.page .button-white, .page .button-white:focus {
  color: #151515;
  background-color: #fff;
  border-color: #fff; }

.page .button-white:hover, .page .button-white:active {
  color: #151515;
  background-color: #f2f2f2;
  border-color: #f2f2f2; }

.button-default-outline, .button-default-outline:focus {
  color: #ccc;
  background-color: transparent;
  border-color: #243238; }

.button-default-outline:hover, .button-default-outline:active {
  color: #fff;
  background-color: #1AB744;
  border-color: #1AB744; }

.button-default-outline.button-ujarak::before {
  background: #1AB744; }

.button-ghost {
  border: 0;
  background-color: transparent; }
  .button-ghost:hover {
    color: #fff;
    background: #1AB744; }

.button-facebook, .button-facebook:focus {
  color: #fff;
  background-color: #4d70a8;
  border-color: #4d70a8; }

.button-facebook:hover, .button-facebook:active {
  color: #fff;
  background-color: #456497;
  border-color: #456497; }

.button-twitter, .button-twitter:focus {
  color: #fff;
  background-color: #02bcf3;
  border-color: #02bcf3; }

.button-twitter:hover, .button-twitter:active {
  color: #fff;
  background-color: #02a8da;
  border-color: #02a8da; }

.button-google, .button-google:focus {
  color: #fff;
  background-color: #e2411e;
  border-color: #e2411e; }

.button-google:hover, .button-google:active {
  color: #fff;
  background-color: #cc3a1a;
  border-color: #cc3a1a; }

.button-pinterest, .button-pinterest:focus {
  color: #fff;
  background-color: #da232a;
  border-color: #da232a; }

.button-pinterest:hover, .button-pinterest:active {
  color: #fff;
  background-color: #c41f26;
  border-color: #c41f26; }

.button-shadow {
  -webkit-box-shadow: 0 9px 21px 0 rgba(204, 204, 204, 0.15);
  box-shadow: 0 9px 21px 0 rgba(204, 204, 204, 0.15); }
  .button-shadow:hover {
    -webkit-box-shadow: 0 9px 10px 0 rgba(204, 204, 204, 0.15);
    box-shadow: 0 9px 10px 0 rgba(204, 204, 204, 0.15); }
  .button-shadow:focus, .button-shadow:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.button-ujarak {
  position: relative;
  z-index: 0;
  -webkit-transition: background .4s, border-color .4s, color .4s;
  -o-transition: background .4s, border-color .4s, color .4s;
  transition: background .4s, border-color .4s, color .4s; }
  .button-ujarak::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1AB744;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: opacity 0.42s, -webkit-transform 0.42s;
    transition: opacity 0.42s, -webkit-transform 0.42s;
    -o-transition: transform 0.42s, opacity 0.42s;
    transition: transform 0.42s, opacity 0.42s;
    transition: transform 0.42s, opacity 0.42s, -webkit-transform 0.42s;
    border-radius: inherit; }
  .button-ujarak, .button-ujarak::before {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .button-ujarak:hover {
    -webkit-transition: background .4s .4s, border-color .4s 0s, color .2s 0s;
    -o-transition: background .4s .4s, border-color .4s 0s, color .2s 0s;
    transition: background .4s .4s, border-color .4s 0s, color .2s 0s; }
    .button-ujarak:hover::before {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
      transform: translate3d(0, 0, 0) scale3d(1, 1, 1); }

.button-xs {
  padding: 8px 17px; }

.button-sm {
  padding: 10px 20px !important;
  font-size: 14px;
  line-height: 1.25;
  min-width: 154px; }

.button-lg {
  padding: 12px 50px !important;
  font-size: 16px;
  line-height: 1.5; }

.button-xl {
  padding: 16px 50px !important;
  font-size: 16px;
  line-height: 28px; }
  @media (min-width: 992px) {
    .button-xl {
      padding: 20px 80px; } }

.button-circle {
  border-radius: 30px; }

.button-round-1 {
  border-radius: 5px; }

.button-round-2 {
  border-radius: 10px; }

.button.button-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle; }
  .button.button-icon img {
    margin-right: 10px; }
  .button.button-icon .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    font-size: 1.55em;
    line-height: 1em; }
  .button.button-icon-left .icon {
    padding-right: 11px; }
  .button.button-icon-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .button.button-icon-right .icon {
      padding-left: 11px; }
  .button.button-icon.button-link .icon {
    top: 5px;
    font-size: 1em; }
  .button.button-icon.button-xs .icon {
    top: .05em;
    font-size: 1.2em;
    padding-right: 8px; }
  .button.button-icon.button-xs .button-icon-right {
    padding-left: 8px; }

.btn-primary {
  border-radius: 3px;
  font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
  text-transform: uppercase;
  -webkit-transition: .33s;
  -o-transition: .33s;
  transition: .33s; }
  .btn-primary, .btn-primary:active, .btn-primary:focus {
    color: #fff;
    background: #1AB744;
    border-color: #1AB744; }
  .btn-primary:hover {
    color: #fff;
    background: #000;
    border-color: #000; }

/*
*
* Footers
*/
.footer-classic {
  font-size: 13px;
  padding: 47px 0;
  background: #eceff2;
  border-top: 1px solid #d3d6d7; }
  .footer-classic a {
    font-weight: 700; }
    .footer-classic a, .footer-classic a:focus, .footer-classic a:active {
      color: #2196F3; }
    .footer-classic a:hover {
      color: #34464e; }
  .footer-classic * + .group-sm {
    margin-top: 0;
    margin-left: 15px; }

.footer-payment > * {
  display: inline-block;
  vertical-align: middle; }

.box-pricing-bottom-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background: #243238;
  will-change: transform;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  z-index: 100; }
  .box-pricing-bottom-panel.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .box-pricing-bottom-panel .countdown-period {
    margin-top: 4px; }
  .box-pricing-bottom-panel h3 {
    font-size: 30px; }
  @media (min-width: 576px) {
    .box-pricing-bottom-panel {
      padding: 10px 0; } }
  @media (max-width: 575px) {
    .box-pricing-bottom-panel .container {
      padding: 0; }
    .box-pricing-bottom-panel .button {
      border-radius: 0; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .box-pricing-bottom-panel .button {
      padding-top: 8px;
      padding-bottom: 8px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .box-pricing-bottom-panel .countdown-amount {
      font-size: 24px;
      min-width: 34px; } }
  @media (min-width: 1200px) {
    .box-pricing-bottom-panel .container {
      max-width: 1100px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  html[lang='ru'] .box-pricing-bottom-panel .heading-style-2 {
    font-size: 19px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  html[lang='de'] .box-pricing-bottom-panel .row {
    margin-left: -18px;
    margin-right: -18px; }
  html[lang='de'] .box-pricing-bottom-panel .container,
  html[lang='de'] .box-pricing-bottom-panel [class*='col-'] {
    padding-left: 18px;
    padding-right: 18px; } }

@media (min-width: 1200px) {
  html[lang='pl'] .footer-aside-left,
  html[lang='es'] .footer-aside-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

/*
*
* Ragnar Navbar
*/
@-webkit-keyframes rd-navbar-slide-down {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes rd-navbar-slide-down {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes rd-navbar-slide-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@keyframes rd-navbar-slide-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

.rd-navbar-wrap {
  height: 51px; }
  .rd-navbar-wrap .rd-navbar-toggle {
    position: fixed;
    left: 0; }

.rd-navbar-inner.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.rd-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  line-height: 1.28571;
  border-bottom: 1px solid #d3d6d7;
  background: #fff;
  z-index: 1050; }

.rd-navbar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative; }

* + .rd-navbar-list {
  margin-top: 30px; }

.rd-navbar-item {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .rd-navbar-item a {
    position: relative;
    display: inline-block;
    text-align: left;
    width: 100%;
    padding: 9px 20px;
    font-size: 12px;
    white-space: nowrap;
    line-height: 1.8;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    background: #fff;
    z-index: 2;
    min-height: 42px; }
    .rd-navbar-item a::after {
      position: relative;
      display: inline-block;
      top: 2px;
      content: '\f236';
      font-family: 'Material Design Icons';
      font-size: 18px;
      line-height: 1;
      margin-left: 8px;
      font-weight: 400;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      -o-transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
    .rd-navbar-item a:hover {
      background: #243238; }
      .rd-navbar-item a:hover::after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }
    .rd-navbar-item a, .rd-navbar-item a:focus, .rd-navbar-item a:active {
      color: #243238; }
    .rd-navbar-item a:hover {
      color: #fff; }

@media (min-width: 1200px) and (max-width: 1299px) {
  .rd-navbar-item a::after {
    margin-left: 4px; } }

.rd-navbar-desktop-brand {
  display: none; }

.rd-navbar-mobile-brand {
  display: block;
  padding: 0 20px; }

@media (min-width: 576px) {
  .rd-navbar-wrap .rd-navbar-toggle {
    left: 10px; } }

@media (max-width: 991px) {
  .rd-navbar-inner {
    position: fixed;
    top: 51px;
    left: 0;
    padding: 30px 0 50px;
    height: 100vh;
    width: 230px;
    background: #fff;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1000;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-box-shadow: 1px 5px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 5px 15px 0 rgba(0, 0, 0, 0.1); }
    .rd-navbar-inner .container {
      padding-left: 0;
      padding-right: 0; } }

@media (min-width: 992px) {
  .rd-navbar-wrap {
    height: auto; }
    .rd-navbar-wrap .rd-navbar-toggle {
      display: none; }
  .rd-navbar {
    position: static; }
  .rd-navbar-desktop-brand {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px; }
  .rd-navbar-mobile-brand {
    display: none; }
  .rd-navbar-inner {
    background: #243238; }
  .rd-navbar-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  * + .rd-navbar-list {
    margin-top: 0; }
  .rd-navbar-item {
    width: auto; }
    .rd-navbar-item a {
      text-align: center;
      padding-left: 10px;
      padding-right: 10px;
      background: #243238; }
      .rd-navbar-item a:hover {
        background: #fff; }
      .rd-navbar-item a, .rd-navbar-item a:focus, .rd-navbar-item a:active {
        color: #fff; }
      .rd-navbar-item a:hover {
        color: #243238; } }

@media (min-width: 1200px) {
  .rd-navbar-inner {
    background: transparent; }
  .rd-navbar-list li + li {
    margin-left: -1px; }
  .rd-navbar-item {
    -ms-flex-preferred-size: 1px;
    flex-basis: 1px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 7px 7px 0 0; }
    .rd-navbar-item a {
      border-width: 1px 1px 0 1px;
      border-style: solid;
      border-color: #243238;
      border-radius: 7px 7px 0 0; }
    .rd-navbar-item:empty {
      position: absolute;
      width: 100vh;
      top: 0;
      display: inline-block;
      height: 42px;
      background: #243238; }
    .rd-navbar-item:first-child {
      left: 1px;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%); }
    .rd-navbar-item:last-child {
      right: 1px;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%); } }

.rd-navbar-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-left: 50px;
  font-size: 13px; }

.rd-navbar-category-item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 1px;
  flex: 1 1 1px; }
  .rd-navbar-category-item a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    padding: 10px 5px;
    background: #fff; }
    .rd-navbar-category-item a span {
      display: none; }
    .rd-navbar-category-item a img {
      border-radius: 4px; }
    .rd-navbar-category-item a img + span {
      margin-left: 8px; }

.rd-navbar-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.rd-navbar-toggle {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  color: #2196F3;
  background-color: transparent;
  border: none; }
  .rd-navbar-toggle span {
    position: relative;
    display: block;
    margin: auto;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .rd-navbar-toggle span:after, .rd-navbar-toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .rd-navbar-toggle span:after {
      top: 8px; }
    .rd-navbar-toggle span:after, .rd-navbar-toggle span:before, .rd-navbar-toggle span {
      width: 24px;
      height: 4px;
      background-color: #2196F3;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      border-radius: 0; }
  .rd-navbar-toggle span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
    .rd-navbar-toggle span:before, .rd-navbar-toggle span:after {
      -webkit-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center; }
  .rd-navbar-toggle.active span {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); }
    .rd-navbar-toggle.active span:before, .rd-navbar-toggle.active span:after {
      top: 0;
      width: 15px; }
    .rd-navbar-toggle.active span:before {
      -webkit-transform: rotate3d(0, 0, 1, -40deg);
      transform: rotate3d(0, 0, 1, -40deg); }
    .rd-navbar-toggle.active span:after {
      -webkit-transform: rotate3d(0, 0, 1, 40deg);
      transform: rotate3d(0, 0, 1, 40deg); }

@media (min-width: 576px) {
  .rd-navbar-category-item a {
    padding: 10px; } }

@media (min-width: 992px) {
  .rd-navbar-category {
    margin-left: 0; }
  .rd-navbar-category-item {
    overflow: hidden;
    border-radius: 3px 3px 0 0; }
    .rd-navbar-category-item a {
      min-height: 58px;
      border-radius: 3px 3px 0 0; }
      .rd-navbar-category-item a:hover {
        background: #546e7a; }
      .rd-navbar-category-item a, .rd-navbar-category-item a:focus, .rd-navbar-category-item a:active {
        color: #243238; }
      .rd-navbar-category-item a:hover {
        color: #fff; }
      .rd-navbar-category-item a span {
        display: inline-block; } }

@media (min-width: 1200px) {
  .rd-navbar-category {
    font-size: 14px; }
  .rd-navbar-category-item a {
    padding-left: 20px;
    padding-right: 20px; } }

/*
*
* Lists
*/
.list {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400; }
  .list > li + li {
    margin-top: 10px; }

.list-blue-light {
  color: #546e7a; }

.list-xs > li + li {
  margin-top: 5px; }

.list-sm > li + li {
  margin-top: 10px; }

.list-md > li + li {
  margin-top: 18px; }

.list-lg > li + li {
  margin-top: 25px; }

@media (min-width: 768px) {
  .list-xl > li + li {
    margin-top: 60px; } }

.list-inline > li {
  display: inline-block; }

html .list-inline-md {
  -webkit-transform: translate3d(0, -8px, 0);
  transform: translate3d(0, -8px, 0);
  margin-bottom: -8px;
  margin-left: -10px;
  margin-right: -10px; }
  html .list-inline-md > * {
    margin-top: 8px;
    padding-left: 10px;
    padding-right: 10px; }
  @media (min-width: 992px) {
    html .list-inline-md {
      margin-left: -15px;
      margin-right: -15px; }
      html .list-inline-md > * {
        padding-left: 15px;
        padding-right: 15px; } }

.list-terms dt + dd {
  margin-top: 5px; }

.list-terms dd + dt {
  margin-top: 25px; }

* + .list-terms {
  margin-top: 25px; }

.index-list {
  counter-reset: li; }
  .index-list > li .list-index-counter:before {
    content: counter(li, decimal-leading-zero);
    counter-increment: li; }

.list-marked {
  text-align: left; }
  .list-marked > li {
    text-indent: -12px;
    padding-left: 12px; }
    .list-marked > li::before {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      left: 12px;
      top: -1px;
      min-width: 12px;
      content: '\f111';
      font: 400 5px/26px 'FontAwesome';
      color: inherit; }
  .list-marked > li + li {
    margin-top: 0; }

* + .list-marked {
  margin-top: 15px; }

.list-marked + p {
  margin-top: 27px; }

.list-ordered {
  counter-reset: li;
  text-align: left; }
  .list-ordered > li {
    position: relative;
    padding-left: 20px; }
    .list-ordered > li:before {
      content: counter(li, decimal) ")";
      counter-increment: li;
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      width: 15px; }
  .list-ordered > li + li {
    margin-top: 0; }

* + .list-ordered {
  margin-top: 15px; }

.list-categories {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: .1em;
  color: #B0BEC5;
  text-transform: uppercase; }
  .list-categories > * {
    display: inline-block; }
  .list-categories li + li {
    margin-left: 4px;
    margin-top: 0; }
    .list-categories li + li::before {
      content: '|';
      margin-right: 8px; }

/*
*
* Form styles
*/
.rd-form {
  position: relative;
  text-align: left; }
  .rd-form .button {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 50px; }

.rd-mailform .button {
  max-width: 330px;
  width: 100%; }

* + .rd-form {
  margin-top: 20px; }

input:-webkit-autofill ~ label,
input:-webkit-autofill ~ .form-validation {
  color: #000 !important; }

.form-wrap {
  position: relative; }

.form-wrap + * {
  margin-top: 20px; }

.form-input {
  display: block;
  width: 100%;
  min-height: 60px;
  padding: 11px 19px;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #b7b7b7;
  background-color: #f5f5f5;
  background-image: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: rgba(207, 216, 220, 0.5); }
  .form-input:focus {
    outline: 0; }

textarea.form-input {
  height: 135px;
  min-height: 50px;
  max-height: 230px;
  resize: vertical; }

.form-label,
.form-label-outside {
  margin-bottom: 0;
  color: #90A4AE;
  font-weight: 400; }

.form-label {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  pointer-events: none;
  text-align: left;
  z-index: 9;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  will-change: transform;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .form-label > * {
    display: inline-block;
    vertical-align: middle; }
  .form-label img {
    margin-top: 2px;
    margin-right: 10px; }
  .form-label .icon {
    line-height: inherit;
    margin-right: 5px;
    margin-top: -2px; }
  .form-label.focus {
    opacity: 0; }
  .form-label.auto-fill {
    color: #b7b7b7; }

.form-label-outside {
  width: 100%;
  margin-bottom: 4px; }
  @media (min-width: 768px) {
    .form-label-outside {
      position: static; }
      .form-label-outside, .form-label-outside.focus, .form-label-outside.auto-fill {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }

[data-x-mode='true'] .form-label {
  pointer-events: auto; }

.form-validation {
  position: absolute;
  text-align: left;
  left: 15px;
  top: calc(100% + 2px);
  z-index: 11;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0;
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.form-validation-left .form-validation {
  top: 100%;
  right: auto;
  left: 0; }

#form-output-global {
  position: fixed;
  bottom: 30px;
  left: 15px;
  z-index: 2000;
  visibility: hidden;
  -webkit-transform: translate3d(-500px, 0, 0);
  transform: translate3d(-500px, 0, 0);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  #form-output-global.active {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  @media (min-width: 576px) {
    #form-output-global {
      left: 30px; } }

.form-output {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 2px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden; }
  .form-output.active {
    opacity: 1;
    visibility: visible; }
  .form-output.error {
    color: #f5543f; }
  .form-output.success {
    color: #98bf44; }

.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
  opacity: 0; }
  .radio .radio-custom, .radio .radio-custom-dummy,
  .radio-inline .radio-custom,
  .radio-inline .radio-custom-dummy,
  .checkbox .checkbox-custom,
  .checkbox .checkbox-custom-dummy,
  .checkbox-inline .checkbox-custom,
  .checkbox-inline .checkbox-custom-dummy {
    position: absolute;
    left: 0;
    width: 14px;
    height: 14px;
    outline: none;
    cursor: pointer; }
  .radio .radio-custom-dummy,
  .radio-inline .radio-custom-dummy,
  .checkbox .checkbox-custom-dummy,
  .checkbox-inline .checkbox-custom-dummy {
    pointer-events: none;
    background: #fff; }
    .radio .radio-custom-dummy::after,
    .radio-inline .radio-custom-dummy::after,
    .checkbox .checkbox-custom-dummy::after,
    .checkbox-inline .checkbox-custom-dummy::after {
      position: absolute;
      opacity: 0;
      -webkit-transition: .22s;
      -o-transition: .22s;
      transition: .22s; }
  .radio .radio-custom:focus,
  .radio-inline .radio-custom:focus,
  .checkbox .checkbox-custom:focus,
  .checkbox-inline .checkbox-custom:focus {
    outline: none; }

.radio-inline > * {
  display: inline-block;
  vertical-align: middle; }

.radio-text {
  font-size: 16px;
  font-weight: 700; }

.radio input,
.radio-inline input,
.checkbox input,
.checkbox-inline input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

.radio-custom:checked + .radio-custom-dummy + .radio-text {
  color: #1ab644; }

.radio-custom:checked + .radio-custom-dummy:after,
.checkbox-custom:checked + .checkbox-custom-dummy:after {
  opacity: 1; }

.radio-custom:checked + .radio-custom-dummy,
.checkbox-custom:checked + .checkbox-custom-dummy {
  border-color: #1ab644; }

.radio,
.radio-inline {
  padding-left: 28px;
  cursor: pointer; }
  .radio .radio-custom-dummy,
  .radio-inline .radio-custom-dummy {
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #afbdc4; }
    .radio .radio-custom-dummy::after,
    .radio-inline .radio-custom-dummy::after {
      content: '';
      top: 3px;
      right: 3px;
      bottom: 3px;
      left: 3px;
      background: #1ab644;
      border-radius: inherit; }

.checkbox,
.checkbox-inline {
  padding-left: 28px; }
  .checkbox .checkbox-custom-dummy,
  .checkbox-inline .checkbox-custom-dummy {
    left: 0;
    width: 18px;
    height: 18px;
    margin: 0;
    border: 1px solid #b7b7b7; }
    .checkbox .checkbox-custom-dummy::after,
    .checkbox-inline .checkbox-custom-dummy::after {
      content: '\f222';
      font-family: "Material Design Icons";
      position: absolute;
      top: -1px;
      left: -2px;
      font-size: 20px;
      line-height: 18px;
      color: #ccc; }

.toggle-custom {
  padding-left: 60px;
  -webkit-appearance: none; }
  .toggle-custom:checked ~ .checkbox-custom-dummy::after {
    background: #1AB744;
    -webkit-transform: translate(20px, -50%);
    -ms-transform: translate(20px, -50%);
    transform: translate(20px, -50%); }
  .toggle-custom ~ .checkbox-custom-dummy {
    position: relative;
    display: inline-block;
    margin-top: -1px;
    width: 44px;
    height: 20px;
    background: #f5f5f5;
    cursor: pointer; }
    .toggle-custom ~ .checkbox-custom-dummy::after {
      content: '';
      position: absolute;
      display: inline-block;
      width: 16px;
      height: 16px;
      left: 0;
      top: 50%;
      background: #b7b7b7;
      -webkit-transform: translate(4px, -50%);
      -ms-transform: translate(4px, -50%);
      transform: translate(4px, -50%);
      opacity: 1;
      -webkit-transition: .22s;
      -o-transition: .22s;
      transition: .22s; }

.rd-form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
  -webkit-transform: translate3d(0, -8px, 0);
  transform: translate3d(0, -8px, 0);
  margin-bottom: -8px;
  margin-left: -4px;
  margin-right: -4px; }
  .rd-form-inline > * {
    margin-top: 8px;
    padding-left: 4px;
    padding-right: 4px; }
  .rd-form-inline > * {
    margin-top: 0; }
  .rd-form-inline .form-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 185px; }
  .rd-form-inline .form-wrap-select {
    text-align: left; }
  .rd-form-inline .form-button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: calc(100% - 10px);
    min-height: 50px; }
    .rd-form-inline .form-button .button {
      min-height: inherit; }
  @media (min-width: 576px) {
    .rd-form-inline .button {
      display: block; } }
  .rd-form-inline.rd-form-inline-centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.form-sm .form-input,
.form-sm .button {
  padding-top: 9px;
  padding-bottom: 9px;
  min-height: 40px; }

.form-sm .form-validation {
  top: -16px; }

.form-sm .form-label {
  top: 20px; }

.form-sm * + .button {
  margin-top: 10px; }

.form-lg .form-input,
.form-lg .form-label,
.form-lg .select2-container .select2-choice {
  font-size: 16px; }

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
  font-size: 16px;
  padding-top: 16px;
  padding-bottom: 16px; }

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
  min-height: 58px; }

.form-lg .form-button {
  min-height: 60px; }

.form-lg .form-label {
  top: 30px; }

@media (min-width: 992px) {
  .form-custom-wrap {
    max-width: 984px;
    margin-left: auto;
    margin-right: auto;
    padding: 130px 140px 150px;
    background-image: url(../images/bg-form.png);
    background-repeat: no-repeat;
    background-size: cover; } }

.rd-mailform-inline {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto; }
  .rd-mailform-inline .button {
    width: auto;
    max-width: none; }
  .rd-mailform-inline .form-input {
    border-color: #fff;
    border-width: 2px;
    background: #fff; }
  @media (min-width: 576px) {
    .rd-mailform-inline {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .rd-mailform-inline .form-wrap {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
      .rd-mailform-inline .button,
      .rd-mailform-inline .button-link {
        margin-top: 0; }
      .rd-mailform-inline .button {
        margin-left: -5px; } }
  @media (min-width: 768px) {
    .rd-mailform-inline .button-link {
      margin-top: auto; } }
  .rd-mailform-inline .button,
  .rd-mailform-inline .button-link {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }

/*
*
* Snackbars
*/
.snackbars {
  padding: 9px 16px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: left;
  background-color: #29293a;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  font-size: 14px; }
  .snackbars .icon-xxs {
    font-size: 18px; }
  .snackbars p span:last-child {
    padding-left: 14px; }
  .snackbars-left {
    display: inline-block;
    margin-bottom: 0; }
  .snackbars-right {
    display: inline-block;
    float: right;
    text-transform: uppercase; }
    .snackbars-right:hover {
      text-decoration: underline; }
  @media (min-width: 576px) {
    .snackbars {
      max-width: 540px;
      padding: 12px 15px;
      font-size: 15px; } }

.section-single {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center; }
  .section-single::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 30, 56, 0.5);
    z-index: 0; }
  .section-single.bg-gray-darker {
    color: #fff; }
  .section-single * + .row {
    margin-top: 40px; }
  .section-single * + .rd-mailform-inline {
    margin-top: 30px; }
  .section-single .countdown + p {
    margin-top: 30px; }
  .section-single .form-modern .form-wrap + .button {
    margin-top: 30px; }
  .section-single .form-modern .form-input,
  .section-single .form-modern .form-label {
    color: #fff; }
  .section-single .rights a {
    color: #fff;
    text-decoration: underline; }
    .section-single .rights a:hover {
      color: #1AB744;
      text-decoration: none; }
  @media (min-width: 768px) {
    .section-single * + .row {
      margin-top: 60px; } }
  @media (min-width: 992px) {
    .section-single * + .rd-mailform-inline {
      margin-top: 70px; } }
  @media (min-width: 1600px) {
    .section-single * + .row {
      margin-top: 120px; } }

.section-single-header .divider-wide,
.section-single-footer .divider-wide {
  position: absolute;
  left: 0;
  right: 0; }

.section-single-header {
  text-align: center;
  padding: calc(1em + 3vh) 0 calc(1em + 2vh); }
  .section-single-header .divider-wide {
    top: 0; }

.section-single-main {
  padding: calc(1em + 4vh) 0; }

.section-single-footer {
  padding: calc(1em + 2vh) 0 calc(1em + 3vh); }
  .section-single-footer .divider-wide {
    bottom: 0; }

.section-single-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh; }
  .section-single-inner > * {
    width: 100%; }

@media (min-width: 1600px) {
  .section-single-header {
    padding: 50px 0 10px; }
  .section-single-main {
    padding: 30px 0; }
  .section-single-footer {
    padding: 50px 0 22px; } }

.one-screen-page .form-modern .form-input,
.one-screen-page .form-modern .form-label {
  color: #fff; }

/*
*
* Page layout
*/
.page {
  position: relative;
  overflow: hidden;
  min-height: 100vh; }

html.boxed body {
  background: #eceff2 url(../images/bg-pattern-boxed.png) repeat fixed; }

@media (min-width: 1640px) {
  html.boxed .page {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0 23px 0 rgba(1, 1, 1, 0.1);
    box-shadow: 0 0 23px 0 rgba(1, 1, 1, 0.1); }
  html.boxed .rd-navbar-static {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto; }
    html.boxed .rd-navbar-static.rd-navbar--is-stuck {
      max-width: 1600px;
      width: 100%;
      left: calc(50% - 1600px);
      right: calc(50% - 1600px); } }

/*
*
* Text styling
*/
.text-italic {
  font-style: italic; }

.text-normal {
  font-style: normal; }

.text-underline {
  text-decoration: underline; }

.text-strike {
  text-decoration: line-through; }

.font-weight-thin {
  font-weight: 100; }

.font-weight-light {
  font-weight: 300; }

.font-weight-regular {
  font-weight: 400; }

.font-weight-medium {
  font-weight: 500; }

.font-weight-sbold {
  font-weight: 600; }

.font-weight-ubold {
  font-weight: 900; }

.text-spacing-0 {
  letter-spacing: 0; }

.text-primary {
  color: #1AB744; }

.text-orange {
  color: #FFAB00; }

.text-orange-1 {
  color: #FF6F00; }

.text-red {
  color: #D84315; }

.text-gray-500 {
  color: #B0BEC5; }

.text-blue-light {
  color: #546e7a; }

.text-blue-lighter {
  color: #b1bec6; }

/*
*
* Offsets
*/
* + p {
  margin-top: 15px; }

h2 + p,
.heading-2 + p {
  margin-top: 12px; }

h2 + .biger {
  margin-top: 30px; }

h6 + p {
  margin-top: 10px; }

h1 + h4 {
  margin-top: 12px; }

h5 + h6 {
  margin-top: 12px; }

p + h2,
p + .heading-2 {
  margin-top: 15px; }

p + .group-sm {
  margin-top: 10px; }

h3 + .group-xl {
  margin-top: 20px; }

p + p {
  margin-top: 0; }

img + p {
  margin-top: 15px; }

h3 + img {
  margin-top: 42px; }

* + .row {
  margin-top: 40px; }

* + .big {
  margin-top: 16px; }

h4 + .big {
  margin-top: 22px; }

.big + .big {
  margin-top: 20px; }

* + .text-offset-1 {
  margin-top: 20px; }

* + .text-block {
  margin-top: 30px; }

* + .button {
  margin-top: 30px; }

* + .DateCountdown {
  margin-top: 35px; }

* + .box-video {
  margin-top: 40px; }

* + .rd-mailform {
  margin-top: 40px; }

* + .list-categories {
  margin-top: 20px; }

.rd-mailform + * {
  margin-top: 40px; }

.box-video + * {
  margin-top: 40px; }

.badge + h2 {
  margin-top: 20px; }

.row + h5,
.row + .heading-5 {
  margin-top: 80px; }

.group-xl + h5 {
  margin-top: 40px; }

.container + .container {
  margin-top: 35px; }

.row + .row {
  margin-top: 35px; }

.group-sm + .button {
  margin-top: 40px; }

@media (min-width: 768px) {
  h1 + .row {
    margin-top: 55px; } }

@media (min-width: 992px) {
  * + .DateCountdown {
    margin-top: 50px; }
  .group-xl + h5 {
    margin-top: 50px; } }

@media (min-width: 1200px) {
  * + .rd-form {
    margin-top: 30px; }
  .container + .container {
    margin-top: 60px; }
  .row + .row {
    margin-top: 60px; }
  .big + .button {
    margin-top: 40px; } }

.row-0 {
  margin-bottom: 0px; }
  .row-0:empty {
    margin-bottom: 0; }
  .row-0 > * {
    margin-bottom: 0px; }

.row-15 {
  margin-bottom: -15px; }
  .row-15:empty {
    margin-bottom: 0; }
  .row-15 > * {
    margin-bottom: 15px; }

.row-20 {
  margin-bottom: -20px; }
  .row-20:empty {
    margin-bottom: 0; }
  .row-20 > * {
    margin-bottom: 20px; }

.row-30 {
  margin-bottom: -30px; }
  .row-30:empty {
    margin-bottom: 0; }
  .row-30 > * {
    margin-bottom: 30px; }

.row-40 {
  margin-bottom: -40px; }
  .row-40:empty {
    margin-bottom: 0; }
  .row-40 > * {
    margin-bottom: 40px; }

.row-50 {
  margin-bottom: -50px; }
  .row-50:empty {
    margin-bottom: 0; }
  .row-50 > * {
    margin-bottom: 50px; }

.row-70 {
  margin-bottom: -70px; }
  .row-70:empty {
    margin-bottom: 0; }
  .row-70 > * {
    margin-bottom: 70px; }

@media (min-width: 768px) {
  .row-md-0 {
    margin-bottom: 0px; }
    .row-md-0:empty {
      margin-bottom: 0; }
    .row-md-0 > * {
      margin-bottom: 0px; } }

@media (min-width: 992px) {
  .row-lg-0 {
    margin-bottom: 0px; }
    .row-lg-0:empty {
      margin-bottom: 0; }
    .row-lg-0 > * {
      margin-bottom: 0px; }
  .row-lg-40 {
    margin-bottom: -40px; }
    .row-lg-40:empty {
      margin-bottom: 0; }
    .row-lg-40 > * {
      margin-bottom: 40px; } }

/*
*
* Sections
*/
.section-min {
  padding: 1px 0; }

@media (min-width: 992px) {
  .section-embed {
    padding-bottom: 14%; } }

@media (min-width: 1200px) {
  .section-embed {
    padding-bottom: 17%; } }

.section-xs {
  padding-top: 50px;
  padding-bottom: 50px; }

.section-sm,
.section-md,
.section-lg,
.section-xl,
.section-xxl {
  padding-top: 60px;
  padding-bottom: 60px; }
  .section-sm .offset-negative-bottom,
  .section-md .offset-negative-bottom,
  .section-lg .offset-negative-bottom,
  .section-xl .offset-negative-bottom,
  .section-xxl .offset-negative-bottom {
    margin-bottom: -60px; }
  @media (min-width: 768px) {
    .section-sm .offset-negative-md-bottom,
    .section-md .offset-negative-md-bottom,
    .section-lg .offset-negative-md-bottom,
    .section-xl .offset-negative-md-bottom,
    .section-xxl .offset-negative-md-bottom {
      margin-bottom: -60px; } }

.section-collapse + .section-collapse {
  padding-top: 0; }

.section-collapse:last-child {
  padding-bottom: 0; }

[class*='section-'].section-bottom-0 {
  padding-bottom: 0; }

@media (max-width: 767px) {
  .section-down-sm-bottom-0 {
    padding-bottom: 0; } }

@media (max-width: 991px) {
  [class*='col-'][class*='section-'] {
    padding-bottom: 50px; } }

@media (min-width: 768px) {
  .section-md {
    padding-top: 80px;
    padding-bottom: 80px; }
  .section-lg {
    padding-top: 100px;
    padding-bottom: 100px; }
    .section-lg .offset-negative-bottom {
      margin-bottom: -100px; }
  .section-xl {
    padding-top: 110px;
    padding-bottom: 110px; }
    .section-xl .offset-negative-bottom {
      margin-bottom: -110px; }
  .section-xxl {
    padding-top: 120px;
    padding-bottom: 120px; }
    .section-xxl .offset-negative-bottom {
      margin-bottom: -120px; } }

@media (min-width: 992px) {
  .section-md .offset-negitive-top {
    margin-top: -70px; }
  .section-md .offset-negitive-top-2 {
    margin-top: -50px; }
  .section-md .offset-negitive-top-3 {
    margin-top: -65px; }
  .section-lg .offset-negitive-top {
    margin-top: -100px; }
  .section-lg .offset-negitive-top-2 {
    margin-top: -50px; }
  .section-lg .offset-negitive-top-3 {
    margin-top: -65px; }
  .section-xl .offset-negitive-top {
    margin-top: -110px; }
  .section-xl .offset-negitive-top-2 {
    margin-top: -50px; }
  .section-xl .offset-negitive-top-3 {
    margin-top: -65px; }
  .section-xxl .offset-negitive-top {
    margin-top: -120px; }
  .section-xxl .offset-negitive-top-2 {
    margin-top: -50px; }
  .section-xxl .offset-negitive-top-3 {
    margin-top: -65px; }
  .section-up-lg-bottom-0 {
    padding-bottom: 0; } }

.section-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center; }
  .section-single p {
    margin-left: auto;
    margin-right: auto; }
  .section-single * + .rights {
    margin-top: 35px; }
  .section-single * + .countdown-wrap {
    margin-top: 35px; }
  .section-single .countdown-wrap + * {
    margin-top: 35px; }
  @media (min-width: 992px) {
    .section-single * + .rights {
      margin-top: 60px; }
    .section-single .countdown-wrap + * {
      margin-top: 35px; } }
  .section-single .rd-mailform-wrap {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .section-single * + .rd-mailform-wrap {
    margin-top: 20px; }

.section-single-header {
  padding: calc(1em + 3vh) 0 calc(1em + 2vh); }

.section-single-main {
  padding: calc(1em + 4vh) 0; }

.section-single-footer {
  padding: calc(1em + 2vh) 0 calc(1em + 3vh); }

/*
*
* Backgrounds
*/
.context-dark:not(.text-orange-1):not(.text-gray-500),
.context-dark h1:not(.text-orange-1):not(.text-gray-500), .context-dark h2:not(.text-orange-1):not(.text-gray-500), .context-dark h3:not(.text-orange-1):not(.text-gray-500), .context-dark h4:not(.text-orange-1):not(.text-gray-500), .context-dark h5:not(.text-orange-1):not(.text-gray-500), .context-dark h6:not(.text-orange-1):not(.text-gray-500), .context-dark [class^='heading-']:not(.text-orange-1):not(.text-gray-500) {
  color: #fff; }

.context-dark .box-pricing-heading {
  color: #fedb6f; }

.context-dark .box-pricing-price {
  color: #67ce7d; }

.context-dark .countdown-period {
  color: #fff; }

.bg-gray-dark:not(.text-orange-1):not(.text-gray-500), .bg-accent:not(.text-orange-1):not(.text-gray-500), .bg-gray-dark h1:not(.text-orange-1):not(.text-gray-500), .bg-accent h1:not(.text-orange-1):not(.text-gray-500), .bg-gray-dark h2:not(.text-orange-1):not(.text-gray-500), .bg-accent h2:not(.text-orange-1):not(.text-gray-500), .bg-gray-dark h3:not(.text-orange-1):not(.text-gray-500), .bg-accent h3:not(.text-orange-1):not(.text-gray-500), .bg-gray-dark h4:not(.text-orange-1):not(.text-gray-500), .bg-accent h4:not(.text-orange-1):not(.text-gray-500), .bg-gray-dark h5:not(.text-orange-1):not(.text-gray-500), .bg-accent h5:not(.text-orange-1):not(.text-gray-500), .bg-gray-dark h6:not(.text-orange-1):not(.text-gray-500), .bg-accent h6:not(.text-orange-1):not(.text-gray-500), .bg-gray-dark [class^='heading-']:not(.text-orange-1):not(.text-gray-500), .bg-accent [class^='heading-']:not(.text-orange-1):not(.text-gray-500) {
  color: #fff; }

.bg-gray-dark .box-pricing-heading, .bg-accent .box-pricing-heading {
  color: #fedb6f; }

.bg-gray-dark .box-pricing-price, .bg-accent .box-pricing-price {
  color: #67ce7d; }

.bg-gray-dark .countdown-period, .bg-accent .countdown-period {
  color: #fff; }

.bg-gray-dark .brand .brand-logo-dark, .bg-accent .brand .brand-logo-dark {
  display: none; }

.bg-gray-dark .brand .brand-logo-light, .bg-accent .brand .brand-logo-light {
  display: block; }

/**
* Light Backgrounds
*/
.bg-default {
  background-color: #fff; }

.bg-gray-100 {
  background-color: #eceff2; }

.bg-gray-700 {
  background-color: #243238; }

.bg-blue-dark {
  background-color: #34464e; }

.bg-gray-gradient {
  background-image: -webkit-radial-gradient(circle, #fff, #F0F8FE);
  background-image: -o-radial-gradient(circle, #fff, #F0F8FE);
  background-image: radial-gradient(circle, #fff, #F0F8FE);
  background-repeat: no-repeat; }

.bg-gray-dark-gradient {
  background-image: -webkit-radial-gradient(circle, #F5F7F8, #ECEFF1);
  background-image: -o-radial-gradient(circle, #F5F7F8, #ECEFF1);
  background-image: radial-gradient(circle, #F5F7F8, #ECEFF1);
  background-repeat: no-repeat; }

.bg-gray-light-gradient {
  background-image: -webkit-radial-gradient(circle, #EEFBF3, #F0F8FE);
  background-image: -o-radial-gradient(circle, #EEFBF3, #F0F8FE);
  background-image: radial-gradient(circle, #EEFBF3, #F0F8FE);
  background-repeat: no-repeat; }

[class*='bg-decor'] {
  position: relative; }
  [class*='bg-decor'] .container {
    position: relative;
    z-index: 1; }
  [class*='bg-decor'] .img-decor {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 0; }

.bg-decor-bottom .img-decor {
  bottom: 0; }

.bg-decor-top .img-decor {
  top: 0; }

/**
* Dark Backgrounds
*/
.bg-gray-dark {
  background-color: #243238; }

/** 
* Accent Backgrounds
*/
.bg-accent + .bg-accent {
  padding-top: 0; }

/**
* Background Image
*/
[class*='bg-'] {
  background-size: cover;
  background-position: center center; }

.bg-image-1 {
  background-image: url(../images/bg-image-1-1920x419.jpg); }

.bg-image-2 {
  background-image: url(../images/bg-image-2-1920x975.jpg); }

.bg-image-3 {
  background-image: url(../images/bg-image-3-1920x515.jpg); }

.bg-image-4 {
  background-position-y: 0;
  background-image: url(../images/bg-image-1.jpg); }

.bg-blur-wrap {
  position: relative; }
  .bg-blur-wrap .container {
    position: relative;
    z-index: 1; }
  .bg-blur-wrap .bg-blur {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .bg-blur-wrap .bg-blur-overlay {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center 0;
    background-image: url(../images/bg-image-1.jpg);
    -webkit-filter: blur(9px);
    filter: blur(9px); }
    .bg-blur-wrap .bg-blur-overlay::before {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(36, 58, 67, 0.7); }

@media (min-width: 992px) {
  html:not(.tablet):not(.mobile) .bg-fixed {
    background-attachment: fixed; } }

.bg-cover {
  background-size: cover; }

/*
*
* Utilities custom
*/
.height-fill {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .height-fill > * {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.object-inline {
  white-space: nowrap; }
  .object-inline > * {
    display: inline-block;
    min-width: 20px;
    vertical-align: top;
    white-space: normal; }
  .object-inline > * + * {
    margin-left: 5px; }

.oh {
  position: relative;
  overflow: hidden; }

.text-decoration-lines {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .text-decoration-lines-content {
    position: relative;
    display: inline-block;
    min-width: 170px;
    font-size: 13px;
    text-transform: uppercase; }
    .text-decoration-lines-content::before, .text-decoration-lines-content::after {
      content: '';
      position: absolute;
      height: 1px;
      background: #d7d7d7;
      top: 50%;
      width: 100vw; }
    .text-decoration-lines-content::before {
      left: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); }
    .text-decoration-lines-content::after {
      right: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }

* + .text-decoration-lines {
  margin-top: 30px; }

p.rights {
  color: #243238; }
  p.rights a {
    color: inherit; }
    p.rights a:hover {
      color: #1AB744; }

[style*='z-index: 1000;'] {
  z-index: 1101 !important; }

.text-block > * {
  margin-left: .125em;
  margin-right: .125em; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 1200px) {
  .offset-xl-left-30 {
    margin-left: 30px; } }

@media (min-width: 768px) {
  .no-gutters-md {
    margin-right: 0;
    margin-left: 0; }
  .no-gutters-md > .col,
  .no-gutters-md > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; } }

.section-relative {
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .section-relative .col-static {
      position: static; }
    .section-relative .img-position-bottom {
      position: absolute;
      bottom: 0;
      max-width: inherit; }
    .section-relative .img-position-center {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }

.icon-title {
  display: inline-block;
  color: #1AB744;
  font-weight: 700;
  text-transform: uppercase; }

.group-sm .icon-title {
  position: relative;
  top: 2px; }

.form-row {
  margin-right: -10px;
  margin-left: -10px; }
  .form-row > [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px; }
  @media (min-width: 992px) {
    .form-row {
      margin-right: -20px;
      margin-left: -20px; }
      .form-row > [class*='col-'] {
        padding-left: 20px;
        padding-right: 20px; } }

[data-x-mode='true'] .form-row {
  pointer-events: none; }
  [data-x-mode='true'] .form-row .radio-inline,
  [data-x-mode='true'] .form-row .button {
    pointer-events: auto; }
  [data-x-mode='true'] .form-row .radio-inline {
    min-height: 20px; }

.embed-responsive {
  padding-bottom: 52%; }

.box-video {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 1600px) {
  .col-xxl-1-5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }

.offset-negative-bottom-40 {
  margin-top: -40px; }

.badge-secondary {
  padding: 4px 10px;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: #1665C0; }

/*
*
* Preloader
*/
[data-x-mode="design-mode"] .preloader {
  opacity: 0;
  visibility: hidden;
  z-index: -1; }

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  background: #fff;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  .preloader.loaded {
    opacity: 0;
    visibility: hidden; }

.preloader-body {
  text-align: center; }
  .preloader-body p {
    position: relative;
    right: -8px; }

.cssload-container {
  width: 100%;
  height: 36px;
  text-align: center; }

.cssload-speeding-wheel {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  border: 3px solid #1AB744;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  -webkit-animation: cssload-spin .88s infinite linear;
  animation: cssload-spin .88s infinite linear; }

@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*
*
* ToTop
*/
.ui-to-top {
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 100;
  width: 38px;
  font-size: 16px;
  line-height: 38px;
  color: #fff;
  background: #D84315;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0); }
  .ui-to-top > span {
    display: block;
    padding: 5px 0;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    background: #2196F3;
    font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
  .ui-to-top:hover {
    color: #fff;
    background: #111;
    text-decoration: none; }
  .ui-to-top:focus {
    color: #fff; }
  .ui-to-top.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

html.mobile .ui-to-top,
html.tablet .ui-to-top {
  display: none !important; }

@media (min-width: 576px) {
  .ui-to-top {
    bottom: 40%; } }

/*
*
* Material Parallax
*/
.parallax-container {
  position: relative;
  overflow: hidden; }

.material-parallax {
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  bottom: 0; }

.ipad .parallax-container, .iphone .parallax-container {
  background-attachment: scroll !important; }

.material-parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 101%;
  min-height: 101%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }

.parallax-content {
  position: relative;
  z-index: 1; }


/*
*
* Swiper
*/
.swiper-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
  /* Fix of Webkit flickering */
  z-index: 1; }
  .swiper-container h2 {
    line-height: 1; }
  .swiper-container h2 + .big {
    margin-top: 22px; }
  @media (min-width: 1200px) {
    .swiper-container p.big {
      max-width: 630px; } }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: inherit;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */ }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-slide > .vide__body,
.swiper-slide > .parallax_cnt {
  height: 100%; }

.swiper-button-wrap {
  position: absolute;
  pointer-events: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  font-size: 40px;
  line-height: 1;
  color: #cfd8dc;
  text-align: center;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
  will-change: transform;
  z-index: 10; }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    color: #1AB744; }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }

.swiper-button-prev {
  left: 10px; }
  @media (min-width: 576px) {
    .swiper-button-prev {
      left: 15px; } }
  .swiper-button-prev:before {
    font-family: "FontAwesome";
    content: "\f104"; }

.swiper-button-next {
  right: 10px; }
  @media (min-width: 576px) {
    .swiper-button-next {
      right: 15px; } }
  .swiper-button-next:before {
    font-family: "FontAwesome";
    content: "\f105"; }

.swiper-slider.swiper-container-rtl .swiper-button-prev::before {
  content: "\f061"; }

.swiper-slider.swiper-container-rtl .swiper-button-next::before {
  content: "\f060"; }

.swiper-pagination {
  position: absolute;
  display: none;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }
  .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.6);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet:hover {
      background: white; }
  .swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }

.swiper-pagination-black .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.6); }
  .swiper-pagination-black .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: black; }

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }
  .swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
    margin: 5px 0;
    display: block; }

.swiper-container-horizontal > .swiper-pagination {
  bottom: 20px;
  left: 0;
  width: 100%; }
  .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px; }

.swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  white-space: nowrap; }
  .swiper-slide-caption {
    width: 100%;
    white-space: normal; }

.swiper-slider-1 {
  min-height: 40.10417vw; }

.tabs-custom {
  text-align: left;
  background: #dbe1e4; }
  .tabs-custom .nav-tabs {
    font-size: 0;
    line-height: 0;
    word-spacing: 0;
    border: 0; }
    .tabs-custom .nav-tabs:before, .tabs-custom .nav-tabs:after {
      display: none; }
  .tabs-custom .nav-item {
    float: none;
    border: 0;
    cursor: pointer;
    -webkit-transition: .33s all ease;
    -o-transition: .33s all ease;
    transition: .33s all ease; }
  .tabs-custom .nav-link {
    margin: 0;
    border-radius: 0;
    border: 0; }
  .tabs-custom .nav-link.active {
    cursor: default;
    border: 0; }

.tab-content > .tab-pane {
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden; }

.tab-content > .active {
  visibility: visible;
  height: auto;
  overflow: visible; }

* + .tabs-horizontal.tabs-corporate {
  margin-top: 25px; }

* + .tabs-vertical.tabs-corporate {
  margin-top: 40px; }

@media (min-width: 768px) {
  * + .tabs-vertical.tabs-corporate {
    margin-top: 60px; } }

@media (min-width: 1200px) {
  * + .tabs-vertical.tabs-corporate {
    margin-top: 80px; } }

.tabs-line .nav-tabs {
  position: relative; }

.tabs-line .nav-link {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle; }

.tabs-line * + .tab-content {
  margin-top: 20px; }

@media (max-width: 991px) {
  .tabs-line .nav-tabs {
    max-width: 100%;
    border: 1px solid #dbe1e5; }
  .tabs-line .nav-link {
    padding: 7px 10px;
    color: #79919c;
    background: #dbe1e5;
    border-bottom: 1px solid #dbe1e5; }
    .tabs-line .nav-link:first-child {
      border-top: 1px solid #dbe1e5; }
  .tabs-line .nav-link:hover,
  .tabs-line .nav-link.active {
    color: #19b644;
    background: #1AB744;
    border-color: #1AB744; } }

.tabs-corporate .nav-tabs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .tabs-corporate .nav-tabs .nav-item {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
  @media (min-width: 576px) {
    .tabs-corporate .nav-tabs .nav-item {
      max-width: 25%;
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%; } }
  @media (min-width: 992px) {
    .tabs-corporate .nav-tabs .nav-item {
      max-width: none;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; } }

.tabs-corporate .nav-link {
  display: block;
  padding: 15px 10px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #79919c;
  background: #dbe1e5;
  text-align: center;
  vertical-align: middle; }
  .tabs-corporate .nav-link:first-child {
    border-top: 1px solid #dbe1e5; }

.tabs-corporate .nav-link:hover,
.tabs-corporate .nav-link.active {
  color: #19b644;
  background: #eceff2;
  border-color: #eceff2; }

.tabs-corporate .tab-content {
  padding: 30px 0 0; }

@media (min-width: 768px) {
  .tabs-horizontal.tabs-corporate .nav-tabs {
    position: relative;
    width: 100%;
    text-align: center;
    border: 0;
    will-change: transform; }
  .tabs-horizontal.tabs-corporate .nav-item {
    will-change: transform; }
  .tabs-horizontal.tabs-corporate .nav-link {
    display: block;
    position: relative;
    padding: 18px 20px;
    border-width: 5px 0 0 0;
    border-style: solid;
    border-color: #dbe1e5;
    z-index: 1; }
    .tabs-horizontal.tabs-corporate .nav-link {
      -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .tabs-horizontal.tabs-corporate .nav-link.active,
  .tabs-horizontal.tabs-corporate .nav-link:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #19b644;
    border-color: #76d48f;
    background-color: #eceff2; }
  .tabs-horizontal.tabs-line .nav-tabs {
    border: 0;
    border-bottom: 4px solid #d7d7d7; }
  .tabs-horizontal.tabs-line .nav-item {
    display: inline-block; }
    .tabs-horizontal.tabs-line .nav-item:not(:last-child) {
      margin-right: 52px; }
  .tabs-horizontal.tabs-line .nav-link {
    position: relative;
    padding: 0 0 15px 0;
    background-color: transparent;
    color: #B0BEC5;
    border: 0; }
    .tabs-horizontal.tabs-line .nav-link::after {
      content: '';
      position: absolute;
      bottom: -4px;
      left: 0;
      height: 4px;
      width: 0;
      background: #1AB744;
      -webkit-transition: .22s ease;
      -o-transition: .22s ease;
      transition: .22s ease; }
  .tabs-horizontal.tabs-line .nav-link.active,
  .tabs-horizontal.tabs-line .nav-link:hover {
    color: #ccc; }
  .tabs-horizontal.tabs-line .nav-link.active::after {
    width: 100%; }
  .tabs-horizontal.tabs-line * + .tab-content {
    margin-top: 30px; }
  .tabs-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .tabs-vertical .nav-tabs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      max-width: 50%; }
    .tabs-vertical .nav-item {
      border: 0;
      width: 100%;
      text-align: left; }
    .tabs-vertical .nav-link.active,
    .tabs-vertical .nav-link:hover {
      -webkit-box-shadow: 0 9px 21px 0 rgba(30, 30, 30, 0.13);
      box-shadow: 0 9px 21px 0 rgba(30, 30, 30, 0.13); }
    .tabs-vertical .tab-content {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .tabs-vertical.tabs-corporate .nav-tabs {
      width: auto;
      min-width: 260px;
      border: 0; }
    .tabs-vertical.tabs-corporate .nav-item {
      margin: 0; }
    .tabs-vertical.tabs-corporate .nav-link {
      position: relative;
      padding: 17px 30px;
      border: 0;
      overflow: hidden;
      text-align: left; }
    .tabs-vertical.tabs-corporate .nav-item + .nav-item {
      margin-top: 2px; }
    .tabs-vertical.tabs-corporate .tab-content {
      padding: 0 0 0 30px; } }

@media (min-width: 992px) {
  .tabs-horizontal.tabs-corporate .tab-content {
    padding: 60px 30px 0; }
  .tabs-vertical.tabs-corporate .tab-content {
    padding: 0 0 0 45px; } }

.nav-tabs .nav-item {
  margin-bottom: 0; }

/**
 *	This element is created inside your target element
 *	It is used so that your own element will not need to be altered
 **/
.time_circles {
  position: relative;
  width: 100%; }

/**
 *	This is all the elements used to house all text used
 * in time circles
 **/
.time_circles > div {
  position: absolute;
  text-align: center;
  font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  top: 50% !important;
  -ms-transform: translateY(-63%) !important;
  transform: translateY(-63%) !important;
  -webkit-transform: translateY(-63%) !important; }

@media (min-width: 1200px) {
  #DateCountdown {
    width: 100%; } }

/**
 *	Titles (Days, Hours, etc)
 **/
.time_circles > div > h4 {
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px !important;
  position: absolute;
  letter-spacing: 0.05em;
  color: #eceff2;
  font-weight: 400;
  font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  left: 0;
  right: 0;
  bottom: 20px;
  line-height: 1.2 !important; }
  .time_circles > div > h4 + * {
    margin-top: 30px; }
  @media (min-width: 576px) {
    .time_circles > div > h4 {
      bottom: 30px; }
      .time_circles > div > h4 + * {
        margin-top: 40px; } }

/**
 *	Time numbers, ie: 12
 **/
.time_circles > div > span {
  display: block;
  font-size: 20px;
  text-align: center;
  font-weight: bold; }
  @media (min-width: 768px) {
    .time_circles > div > span {
      font-size: 30px; } }
  @media (min-width: 1200px) {
    .time_circles > div > span {
      font-size: 36px !important; } }

.countdown-wrap {
  max-width: 720px; }
  .countdown-wrap .time_circles > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0;
    line-height: 0; }
  .countdown-wrap div > h4 {
    position: relative;
    margin-top: 5px;
    font: 400 11px "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    color: #fff;
    letter-spacing: -.025em;
    text-transform: uppercase;
    bottom: auto !important; }
    @media (min-width: 576px) {
      .countdown-wrap div > h4 {
        font-size: 14px !important; } }
  .countdown-wrap span {
    font-style: normal;
    color: #000; }
  @media (min-width: 576px) {
    .countdown-wrap span {
      font-size: 40px !important; } }
  @media (min-width: 768px) {
    .countdown-wrap span {
      font-size: 36px !important;
      line-height: 1; } }

@media (min-width: 1200px) {
  .DateCountdown {
    margin-left: 12%;
    margin-right: 12%; } }

.DateCountdown-light .time_circles > div > h4 {
  color: #fff; }

.countdown-section {
  display: inline-block;
  text-align: center; }
  .countdown-section > * {
    display: block;
    font-weight: 400;
    margin-left: 9px; }

.countdown-amount {
  position: relative;
  padding: 0 3px;
  font-size: 30px;
  line-height: 1.3;
  color: #fff;
  background: #243238;
  min-width: 40px;
  border-radius: 3px; }
  .countdown-amount::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 26px;
    height: 30px;
    background: url(../images/icon-countdown.png) no-repeat 50%; }

.countdown-period {
  font-size: 12px;
  margin-top: 10px;
  color: #90A4AE;
  text-transform: lowercase; }

* + .wrap-counter {
  margin-top: 20px; }
