@charset "UTF-8";
/*!
Theme Name: cursnlp
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cursnlp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

cursnlp is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
  font-family: "DIN Pro";
  src: url("fonts/DINPro-Regular.otf");
  font-weight: 400; }

@font-face {
  font-family: "DIN Pro Medium";
  src: url("fonts/DINPro-Medium.otf");
  font-weight: 500; }

@font-face {
  font-family: "DIN Pro Bold";
  src: url("fonts/DINPro-Bold.otf");
  font-weight: 700; }

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #fff; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* Links
--------------------------------------------- */
a {
  color: #4169e1; }
  a:visited {
    color: #800080; }
  a:hover, a:focus, a:active {
    color: #191970; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    outline: none; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        display: block;
        left: auto; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em; }

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

/*
Theme Name: cursnlp

WooCommerce styles override
*/
/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%; }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0; }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%; } }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.purple-bg {
  background-color: #3C46BC; }

.green-bg {
  background-color: #007074; }
  .green-bg.bg-light {
    background-color: rgba(0, 112, 116, 0.1); }

.green-light-bg {
  background-color: #4DEEB6; }
  .green-light-bg.bg-light {
    background-color: rgba(77, 238, 182, 0.1); }

.white {
  color: #fff; }

.black {
  color: #000; }

.blue {
  color: #0C1E5A; }

.blue-light {
  color: #2291FB; }

.blue-dark {
  color: #061238; }

.orange {
  color: #EE6D4D; }

.yellow {
  color: #FFCD5C; }

.yellow-light {
  color: #FFF8E7; }

.blue-bg {
  background-color: #0C1E5A; }
  .blue-bg.bg-light {
    background-color: rgba(12, 30, 90, 0.1); }

.blue-light-bg {
  background-color: #2291FB; }
  .blue-light-bg.bg-light {
    background-color: rgba(34, 145, 251, 0.1); }

.blue-dark-bg {
  background-color: #061238; }
  .blue-dark-bg.bg-light {
    background-color: rgba(6, 18, 56, 0.1); }

.orange-dark-bg {
  background-color: #BA4123; }

.orange-bg {
  background-color: #EE6D4D; }
  .orange-bg.bg-light {
    background-color: rgba(238, 109, 77, 0.1); }

.yellow-bg {
  background-color: #FFCD5C; }
  .yellow-bg.bg-light {
    background-color: rgba(255, 205, 92, 0.1); }

.yellow-light-bg {
  background-color: #FFF8E7 !important; }
  .yellow-light-bg.bg-light {
    background-color: rgba(255, 248, 231, 0.1); }

.bold {
  font-weight: 600; }

.uppercase {
  text-transform: uppercase; }

.cta-overlap-wrapper {
  margin-top: -144px; }

.cta-overlap {
  margin-top: 142px; }
  .cta-overlap .cta-box {
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: 'Barlow', sans-serif; }

.post, .page {
  margin: 0; }

.inner-wrapper {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px; }

.colors-bar, .color-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .colors-bar span, .color-bar span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.cta-btn {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #EE6D4D;
  padding: 16px 35px;
  border-radius: 7px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .cta-btn:hover, .cta-btn:focus, .cta-btn:active, .cta-btn:visited {
    color: #fff; }
  .cta-btn:hover {
    background-color: #ea471e;
    color: #fff; }
  .cta-btn.cta-btn--blue {
    background-color: #2291FB; }
    .cta-btn.cta-btn--blue:hover {
      background-color: #0478e6;
      color: #fff; }

.title {
  font-size: 60px;
  font-weight: 500;
  text-align: center;
  line-height: 64px;
  letter-spacing: -2.5px;
  margin-top: 0; }

.subtitle {
  font-size: 48px;
  font-weight: 500;
  line-height: 55px;
  margin-bottom: 80px;
  margin-top: 0;
  text-align: center;
  letter-spacing: -2px; }

.top-bar {
  position: relative;
  padding: 20px 0;
  background-color: #061238;
  color: #f7f7f7;
  font-size: 24px;
  line-height: 32px;
  z-index: 2; }
  .top-bar .inner-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .top-bar .top-logo {
    width: 120px;
    margin-right: auto;
    margin-left: 280px; }

.top-contact {
  position: absolute;
  width: 266px;
  top: -20px;
  right: 30px;
  padding: 16px 20px 8px;
  background-color: #FFCD5C;
  -webkit-box-shadow: 0 20px 20px rgba(0, 18, 95, 0.2);
  box-shadow: 0 20px 20px rgba(0, 18, 95, 0.2);
  border-radius: 0 0 20px 20px;
  z-index: 15;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .top-contact.open {
    background-color: #FFF8E7; }
    .top-contact.open .contact__btn {
      -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
      transform: scaleY(0); }
    .top-contact.open .contact__close {
      display: block; }

.contact__bar {
  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;
  color: #061238;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 10px; }

.contact__bar--mobile {
  display: none; }

.contact__phone {
  width: 20px;
  margin-right: 15px; }

.contact__btn {
  width: 220px;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  background-color: #061238;
  color: #fff;
  border-radius: 18px;
  padding: 10px 15px 10px 25px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .contact__btn img {
    width: 10px;
    margin-left: 15px; }

.contact__content {
  display: none;
  position: relative;
  padding: 0 0 20px; }

.contact__item {
  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;
  color: #000;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 20px; }
  .contact__item:last-of-type {
    margin-bottom: 0; }
  .contact__item span {
    font-size: 18px;
    line-height: 22px; }

.contact__photo {
  width: 67px;
  margin-right: 15px; }

.call__btn {
  display: none;
  color: #fff;
  background-color: #EE6D4D;
  border-radius: 22px;
  width: 116px;
  padding: 10px 15px;
  margin-left: 15px;
  border: none;
  -webkit-box-shadow: 0 10px 20px rgba(0, 18, 95, 0.2);
  box-shadow: 0 10px 20px rgba(0, 18, 95, 0.2); }
  .call__btn img {
    width: 17px;
    margin-right: 10px; }
  .call__btn a {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase;
    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; }

.contact__close {
  display: none;
  position: absolute;
  width: 34px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  background-color: #FFCD5C;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer; }

.header {
  position: relative;
  background-color: rgba(1, 18, 31, 0.9);
  background-image: url("../images/nlprevolution/header-bg.png");
  background-size: cover;
  background-position: center top;
  color: #fff;
  padding: 60px 0 290px; }
  .header .inner-wrapper {
    position: relative;
    z-index: 1; }
  .header.header-checkout {
    padding-bottom: 160px;
    overflow: hidden; }
  .header.header-thanks {
    padding-bottom: 160px;
    overflow: hidden; }

.header__photo {
  position: absolute;
  top: 0;
  width: 670px;
  z-index: 0; }

.photo-left {
  top: -50px;
  left: -90px;
  pointer-events: none; }

.photo-right {
  right: -90px;
  pointer-events: none; }

.header__intro {
  margin: 0 0 60px;
  text-align: center;
  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;
  font-weight: 500;
  font-size: 30px; }

.header__subtitle {
  color: #2291FB;
  font-size: 33px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  margin: 0; }

.header__title {
  font-size: 72px;
  line-height: 72px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 10px; }

.header__description {
  max-width: 680px;
  margin: 20px auto 50px;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500; }

.header__cta {
  text-align: center; }

.header__box {
  position: relative;
  padding: 60px 30px 80px;
  margin-bottom: 80px;
  border-radius: 20px;
  overflow: hidden; }
  .header__box p {
    font-size: 18px;
    max-width: 900px;
    margin: 0 auto 20px;
    text-align: center; }

.box__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  margin: 0 0 25px; }

.thanks__subtitle {
  font-size: 36px;
  line-height: 48px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 140px;
  margin-bottom: 40px;
  text-align: center; }

.thanks__text {
  margin-top: 30px;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  text-align: center; }
  .thanks__text span {
    display: block;
    font-size: 20px;
    line-height: 26px;
    margin-top: 30px; }

.short-description {
  margin-top: -170px;
  padding-bottom: 100px; }

.short__desc {
  max-width: 800px;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto; }

.short__cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.short__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 20px; }

.short__card {
  width: 100%;
  max-width: 315px;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  padding: 50px 30px 30px; }
  .short__card .colors-bar {
    height: 20px; }
  .short__card img {
    height: 35px; }
  .short__card p {
    font-size: 18px;
    line-height: 22px; }

.card__title {
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
  margin: 10px 0 10px; }

.trainers {
  color: #fff;
  padding-top: 130px; }

.trainers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1150px;
  margin: 0 auto; }

.trainer {
  text-align: center; }
  .trainer:first-of-type {
    margin-right: 50px; }

.trainer__photo {
  width: 430px; }

.trainer__name {
  font-size: 36px;
  line-height: 36px;
  margin: 25px 0 70px; }

.testimonial {
  position: relative;
  width: 405px;
  padding: 40px 30px;
  color: #000;
  border-radius: 20px;
  text-align: left;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto; }

.testi__photo {
  position: absolute;
  width: 120px;
  left: -30px;
  top: -30px;
  border-radius: 50%; }

.testi__name {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
  padding-left: 100px; }
  .testi__name span {
    display: block;
    font-size: 18px;
    line-height: 20px; }
    .testi__name span a {
      text-decoration: none;
      color: #EE6D4D; }

.trainers-2 {
  padding-bottom: 250px; }
  .trainers-2 .inner-wrapper > .title {
    margin-bottom: 50px;
    margin-top: -50px; }

.trainers-2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.trainer-2 {
  max-width: 430px; }
  .trainer-2:first-of-type {
    margin-right: 30px; }

.trainer2__photo {
  margin-bottom: 50px;
  max-width: 430px;
  width: 100%; }

.trainer-2__name {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 40px; }

.trainer__content p {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 20px; }

.trainer__list {
  padding-left: 0;
  list-style-type: none; }
  .trainer__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    text-align: left; }
    .trainer__list li img {
      width: 20px;
      margin-right: 30px; }

.cta-box {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 60px 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.box__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px; }
  .box__text .title {
    text-align: left; }
  .box__text p {
    max-width: 550px;
    font-size: 16px;
    line-height: 21px; }

.box__btn {
  -ms-flex-preferred-size: 250px;
  flex-basis: 250px;
  text-align: center; }

.box__btn-text {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 20px; }
  .box__btn-text span {
    font-size: 48px;
    line-height: 50px;
    display: block; }

.box__btn-small-text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 16px; }
  .box__btn-small-text p {
    margin: 0 auto 10px;
    max-width: 320px;
    width: 100%; }

.box__subtitle {
  font-size: 24px;
  line-height: 32px;
  margin-top: 20px;
  max-width: 740px; }

.onlive-presentation {
  padding-top: 120px;
  padding-bottom: 100px; }

.onlive__logo {
  display: block;
  max-width: 390px;
  margin-left: auto;
  margin-right: auto; }

.onlive__description {
  font-size: 30px;
  line-height: 36px;
  max-width: 830px;
  margin: 90px auto 50px;
  text-align: center; }

.onlive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.onlive__item {
  margin-right: 50px;
  width: 240px;
  font-size: 22px;
  line-height: 26px; }
  .onlive__item:first-of-type {
    font-weight: 500; }
  .onlive__item:last-of-type {
    margin-right: 0; }
  .onlive__item img {
    display: block;
    height: 30px;
    margin-bottom: 20px; }

.system {
  padding: 150px 0 80px; }
  .system .title {
    text-align: left;
    margin-bottom: 80px; }

.system__trainers {
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 26px; }
  .system__trainers p {
    padding-left: 100px;
    margin-bottom: 25px; }

.system__title {
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 50px;
  text-transform: uppercase; }

.system__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 100px; }

.system__photos--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px 0; }
  .system__photos--wrap .system__photo {
    margin-bottom: 30px; }
    .system__photos--wrap .system__photo img {
      height: 190px; }

.system__photo {
  margin-right: 30px; }
  .system__photo img {
    height: 200px; }

.system__name {
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  margin-top: 15px; }

.system__right {
  max-width: 470px;
  font-size: 18px;
  line-height: 26px; }
  .system__right span:not(.orange) {
    display: block;
    margin-top: 20px; }

.system__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.story {
  font-size: 18px;
  line-height: 26px;
  padding: 0 0 100px; }
  .story p {
    margin-top: 0;
    margin-bottom: 20px; }
  .story .cta-box {
    margin-top: 0;
    margin-bottom: 100px; }

.help {
  padding: 120px 0 80px; }

.help__top-paragraph {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 25px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.help__subtitle {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  margin-top: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.help__domains {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 80px; }

.help__domain {
  width: 190px;
  min-height: 180px;
  padding: 30px 25px;
  font-size: 19px;
  line-height: 26px;
  border-radius: 10px;
  margin-right: 30px; }
  .help__domain:last-of-type {
    margin-right: 0; }
  .help__domain img {
    height: 32px;
    margin-bottom: 10px;
    display: block; }

.help__bottom-paragraphs p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px; }

.help__paragraphs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  line-height: 26px;
  padding: 70px 0 80px; }

.help__par-left {
  margin-right: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.help__par-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.benefits {
  padding-bottom: 220px;
  position: relative; }

.benefit {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 40px rgba(20, 1, 59, 0.1);
  box-shadow: 0 20px 40px rgba(20, 1, 59, 0.1);
  margin-bottom: 40px; }

.benefit__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 50px; }

.benefit__name {
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .benefit__name img {
    width: 32px;
    margin-right: 35px; }

.benefit__btn-more {
  min-width: 255px;
  padding: 18px 45px;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .benefit__btn-more:hover {
    background-color: #ffe9b4 !important; }

.benefit__content {
  position: absolute;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 20px 117px 80px;
  font-size: 18px;
  line-height: 26px; }
  .benefit__content p {
    margin-top: 0;
    margin-bottom: 20px; }
  .benefit__content.open {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }

.program {
  position: relative;
  padding-bottom: 300px; }

.program__subtitle {
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-align: center;
  max-width: 1150px;
  margin: -50px auto 100px; }
  .program__subtitle p {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin-top: 50px;
    margin-bottom: 0; }

.program__item {
  position: relative;
  max-width: calc(100% - 60px);
  position: relative;
  background-color: #fff;
  color: #000;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 70px 80px;
  margin-bottom: 40px;
  margin-left: auto; }
  .program__item:before {
    position: absolute;
    display: block;
    content: '';
    width: 3px;
    height: calc(100% + 40px);
    left: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff; }
  .program__item:after {
    position: absolute;
    display: block;
    content: '';
    width: 28px;
    height: 28px;
    border-radius: 50%;
    left: -63px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff; }
  .program__item .colors-bar .blue-light-bg {
    border-bottom-left-radius: 30px; }
  .program__item .colors-bar .orange-bg {
    border-bottom-right-radius: 30px; }

.program__no {
  font-family: 'Manrope', sans-serif;
  font-size: 92px;
  font-weight: 700;
  line-height: 92px;
  margin-right: 70px;
  width: 60px;
  text-align: center; }

.program__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.program__name {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px; }

.program__content {
  font-size: 18px;
  line-height: 26px; }

.programs__paragraphs {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  max-width: calc(100% - 60px);
  margin-left: auto;
  margin-top: 100px; }
  .programs__paragraphs:before {
    position: absolute;
    display: block;
    content: '';
    width: 3px;
    height: calc(100% + 165px);
    left: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff; }
  .programs__paragraphs:after {
    position: absolute;
    display: block;
    content: '';
    width: 28px;
    height: 28px;
    border-radius: 50%;
    left: -63px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff; }

.modules {
  padding-bottom: 140px; }
  .modules .subtitle {
    margin-top: 100px; }

.module {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 40px rgba(20, 1, 59, 0.1);
  box-shadow: 0 20px 40px rgba(20, 1, 59, 0.1);
  margin-bottom: 40px; }

.module__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 50px 24px 24px; }

.module__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px; }

.module__icon {
  min-width: 142px;
  max-width: 142px;
  height: 142px;
  border-radius: 30px;
  margin-right: 64px;
  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; }
  .module__icon img {
    max-width: 70px;
    height: 64px; }

.module__text {
  color: #EE6D4D;
  font-size: 36px;
  line-height: 44px; }
  .module__text span {
    display: block;
    margin-top: 15px;
    font-size: 24px;
    line-height: 32px;
    color: #000; }

.module__btn-more {
  width: 160px;
  min-width: 160px;
  padding: 18px 25px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .module__btn-more:hover {
    background-color: #ffe9b4 !important; }

.module__content {
  position: absolute;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 20px 150px 80px 232px;
  font-size: 18px;
  line-height: 26px; }
  .module__content p {
    margin-top: 0;
    margin-bottom: 20px; }
  .module__content.open {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }

.module__list {
  padding-left: 0;
  margin: 0 0 20px;
  list-style-type: none; }
  .module__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px; }
    .module__list li img {
      width: 20px;
      margin-right: 10px;
      -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
      transform: translateY(6px); }

.experts {
  padding-bottom: 100px; }
  .experts .title {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }

.experts-subtitle {
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  max-width: 770px;
  margin: 0 auto 65px; }

.experts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 50px; }

.expert {
  max-width: 320px;
  text-align: center;
  margin-right: 50px;
  margin-bottom: 50px; }
  .expert img {
    max-width: 200px;
    margin-bottom: 30px; }

.expert__name {
  font-size: 30px;
  line-height: 36px; }

.expert__content {
  font-size: 18px;
  line-height: 26px; }

.concepts {
  padding: 100px 0 120px; }

.concepts__description {
  font-size: 36px;
  line-height: 48px;
  text-align: center; }
  .concepts__description p {
    max-width: 750px;
    margin: 0 auto 30px; }
    .concepts__description p:last-child {
      max-width: 950px;
      margin-bottom: 80px; }

.concepts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.concept {
  max-width: 320px;
  margin-right: 20px;
  text-align: center;
  font-size: 24px;
  line-height: 30px; }
  .concept:last-of-type {
    margin-right: 0; }
  .concept img {
    display: block;
    height: 70px;
    margin: 0 auto 20px; }

.learn {
  padding-top: 150px;
  padding-bottom: 150px; }
  .learn .cta-box {
    margin-top: 0; }
  .learn .inner-wrapper > .title {
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px; }

.learn__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.learn__list {
  padding-left: 0;
  list-style-type: none;
  margin-left: 0;
  margin-right: 30px;
  width: 390px;
  max-width: 100%; }
  .learn__list:last-of-type {
    margin-right: 0; }
  .learn__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px; }
    .learn__list li .orange {
      font-weight: 500; }
    .learn__list li img {
      margin-right: 10px;
      width: 20px;
      -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
      transform: translateY(4px); }

.learn__paragraphs {
  margin-top: 80px;
  font-size: 30px;
  line-height: 36px;
  text-align: center; }
  .learn__paragraphs p {
    margin: 0 0 40px; }

.calendar {
  padding-top: 100px;
  padding-bottom: 100px; }
  .calendar .cta-box {
    margin-bottom: 100px;
    margin-top: 0; }

.calendar--top {
  padding-top: 150px; }

.calendar__subtitle {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 30px; }

.calendar__boxes {
  margin-top: 80px;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.calendar__box {
  max-width: 550px;
  width: 550px;
  border-radius: 30px;
  padding: 50px 40px; }
  .calendar__box:first-child {
    margin-right: 30px; }
  .calendar__box img {
    height: 50px;
    margin-bottom: 30px; }
  .calendar__box p {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 24px; }

.calendar__box__title {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 40px; }

.calendar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 100px; }

.calendar__item {
  max-width: 280px;
  width: 280px;
  font-size: 18px;
  line-height: 26px;
  margin-right: 60px; }
  .calendar__item:last-of-type {
    margin-right: 0; }
  .calendar__item:first-of-type img {
    width: 120px;
    height: auto;
    margin-bottom: 32px; }
  .calendar__item img {
    display: block;
    height: 40px;
    margin-bottom: 20px; }

.calendar__big-titles {
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  padding: 90px 30px;
  border-radius: 30px;
  margin-bottom: 90px;
  background-color: rgba(238, 109, 77, 0.1); }

.calendar__paragraphs {
  font-size: 18px;
  line-height: 24px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px; }
  .calendar__paragraphs p {
    margin: 0 0 30px; }

.calendar__dates {
  margin-top: 90px;
  margin-bottom: 80px; }

.calendar__date-item {
  position: relative;
  max-width: 900px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 30px;
  -webkit-box-shadow: 0 20px 40px #F2F2F2;
  box-shadow: 0 20px 40px #F2F2F2;
  font-size: 36px;
  line-height: 48px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center; }
  .calendar__date-item:before {
    position: absolute;
    display: block;
    content: '';
    width: 3px;
    height: calc(100% + 40px);
    left: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #F5EEDE; }
  .calendar__date-item:after {
    position: absolute;
    display: block;
    content: '';
    width: 28px;
    height: 28px;
    border-radius: 50%;
    left: -63px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #F5EEDE; }

.calendar__name {
  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;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 50px 65px; }
  .calendar__name img {
    width: 35px;
    margin-right: 35px; }

.calendar__date {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 50px 65px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px; }

.price {
  padding: 130px 0;
  text-align: center; }
  .price .title {
    margin-bottom: 50px; }

.price__subtitle {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 40px; }
  .price__subtitle span {
    text-decoration: line-through; }

.price__paragraphs {
  max-width: 830px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 32px; }

.get {
  padding: 150px 0 100px; }

.get__list {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px; }

.get__item {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .get__item img {
    margin-right: 20px;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px); }

.bonuses {
  padding: 180px 0 200px; }
  .bonuses .title {
    margin-bottom: 100px; }

.bonuses__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.bonuses__col {
  max-width: 600px; }
  .bonuses__col:first-child {
    margin-right: 30px; }

.bonus {
  padding: 60px 50px;
  border-radius: 30px;
  background-color: #F5EEDE;
  margin-bottom: 30px; }
  .bonus img {
    height: 50px;
    margin-bottom: 20px; }
  .bonus.bonus--no-bg {
    background: none;
    padding-left: 80px; }

.bonus__title {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 20px; }

.bonus__content {
  font-size: 18px;
  line-height: 26px; }

.bonus__list {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0; }
  .bonus__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px; }
    .bonus__list li img {
      max-width: 20px;
      height: auto;
      margin-right: 20px;
      -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
      transform: translateY(6px); }

.diploma {
  padding: 0 0 130px; }

.diploma__subtitle {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 24px;
  line-height: 32px; }

.bottom-testimonials {
  padding: 90px 0 120px; }

.bottom__testi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .bottom__testi .bottom__testi__col:first-child {
    margin-right: 90px; }
  .bottom__testi .testimonial {
    margin: 0 0 50px;
    width: 100%;
    max-width: 405px; }
    .bottom__testi .testimonial:first-child {
      margin-right: 0; }
    .bottom__testi .testimonial .testi__photo {
      width: 120px;
      height: 120px;
      -o-object-fit: cover;
      object-fit: cover;
      left: -30px;
      top: -30px;
      border-radius: 50%; }

.footer {
  padding: 0 0 50px; }
  .footer .cta-box {
    margin-bottom: -100px; }
  .footer a {
    color: #fff;
    text-decoration: none;
    margin-left: 30px; }
    .footer a:visited, .footer a:hover {
      color: #fff;
      text-decoration: none; }

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  line-height: 21px; }
  .footer__content img {
    width: 200px; }

.footer__disclaimer {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px; }

.footer-checkout {
  padding-top: 50px; }

.html-platforma {
  overflow-y: scroll; }

body.single-curs, body.page-template-pagina-pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }

.platform__header {
  position: relative;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05); }
  .platform__header .inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1500px; }

.header-title {
  font-size: 36px;
  line-height: 40px;
  color: #000;
  text-decoration: none;
  margin-right: 50px;
  padding: 20px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase; }

.platform-menu-toggle {
  width: 24px;
  height: 24px;
  display: none;
  cursor: pointer; }

.btn-platforma-achit {
  min-width: 80px;
  font-size: 14px;
  line-height: 16px;
  background-color: #EE6D4D;
  color: #fff;
  text-decoration: none;
  padding: 12px 10px;
  margin-left: 15px;
  border-radius: 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn-platforma-achit:hover, .btn-platforma-achit:visited, .btn-platforma-achit:active {
    color: #fff; }
  .btn-platforma-achit:hover {
    background-color: #c23613; }

.platform__navigation {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .platform__navigation .menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 2fr;
    grid-template-columns: 1fr 1fr 1fr 2fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    margin: 0;
    padding: 0 0 0 50px;
    list-style-type: none; }
    .platform__navigation .menu.has-btn {
      -ms-grid-columns: 1fr 1fr 1fr 0.5fr 2fr;
      grid-template-columns: 1fr 1fr 1fr 0.5fr 2fr; }
    .platform__navigation .menu .menu-item {
      width: 220px;
      border-top: 5px solid transparent;
      -webkit-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
      .platform__navigation .menu .menu-item .welcome {
        font-size: 16px;
        line-height: 18px;
        margin-right: 15px;
        display: inline-block;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
      .platform__navigation .menu .menu-item.current-menu-item {
        border-top: 5px solid #2291FB; }
        .platform__navigation .menu .menu-item.current-menu-item a {
          color: #2291FB; }
      .platform__navigation .menu .menu-item a {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.2px;
        text-decoration: none;
        color: #000;
        padding: 20px 10px;
        -webkit-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        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;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        .platform__navigation .menu .menu-item a img {
          height: 25px;
          margin-right: 10px; }
      .platform__navigation .menu .menu-item:hover {
        border-top-color: #2291FB; }
        .platform__navigation .menu .menu-item:hover a {
          color: #2291FB; }
      .platform__navigation .menu .menu-item:last-of-type {
        justify-self: end;
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .platform__navigation .menu .menu-item:last-of-type a {
          color: #EE6D4D;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          padding-left: 0;
          padding-right: 0; }
          .platform__navigation .menu .menu-item:last-of-type a:hover {
            color: #c23613; }
        .platform__navigation .menu .menu-item:last-of-type:hover {
          border-top-color: transparent; }

.pagina-platforma {
  background-color: #FFFDF7;
  padding: 80px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.curs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.curs-video {
  margin-right: 30px;
  width: 700px;
  max-width: 700px; }

.restricted-thumb {
  width: 50px;
  padding-top: 150px; }

.curs-title {
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
  margin: 20px 0; }

.curs-description {
  font-size: 17px;
  line-height: 24px; }

.curs-list {
  position: relative;
  width: 500px;
  max-width: 500px;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 16px; }
  .curs-list .colors-bar {
    height: 16px; }

.modul-title {
  background-color: #FAF6EA;
  padding: 18px 50px;
  margin: 0 0 2px;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .modul-title:hover {
    background-color: #f0e4c1; }

.curs-list-title {
  position: relative;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .curs-list-title.current a {
    color: #EE6D4D; }
    .curs-list-title.current a:visited {
      color: #EE6D4D; }
  .curs-list-title a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    display: block;
    position: relative;
    color: #000;
    padding: 10px 30px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .curs-list-title a .video-duration {
      margin-left: 15px; }
    .curs-list-title a:visited {
      color: #000; }
    .curs-list-title a:hover {
      color: #EE6D4D; }
      .curs-list-title a:hover .btn-platforma-achit {
        background-color: #c23613; }
    .curs-list-title a.disabled {
      pointer-events: none;
      cursor: not-allowed;
      opacity: 0.8; }

.modul-content {
  position: relative;
  padding: 10px 0; }

.fvfp_duration {
  display: block; }

.mat-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  margin: 0 0 70px; }

.pdfs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.pdf-file {
  max-width: 206px;
  padding: 35px 15px;
  background-color: #fff;
  margin-right: 15px;
  margin-bottom: 30px;
  border-radius: 20px;
  text-align: center;
  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; }
  .pdf-file .pdf-icon {
    max-width: 90px;
    margin-bottom: 16px; }
  .pdf-file .pdf-file-name {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .pdf-file .pdf-download-btn {
    font-size: 18px;
    line-height: 22px;
    background-color: #EE6D4D;
    color: #fff;
    text-decoration: none;
    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;
    padding: 12px 16px;
    border-radius: 5px;
    text-transform: uppercase; }
    .pdf-file .pdf-download-btn img {
      width: 20px;
      margin-right: 15px; }
    .pdf-file .pdf-download-btn:hover {
      color: #fff; }

/* Pagina Calendar */
.calendar__entry {
  position: relative;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.entry__date {
  width: 260px;
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
  color: #EE6D4D;
  text-align: right;
  margin-right: 50px; }

.entry__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.entry__tl {
  position: absolute;
  width: 5px;
  height: calc(100% + 20px);
  background-color: #FAF6EA; }
  .entry__tl span {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-8.5px, -50%);
    -ms-transform: translate(-8.5px, -50%);
    transform: translate(-8.5px, -50%);
    width: 22px;
    height: 22px;
    border: 3px solid #FFCD5C;
    border-radius: 50%; }

.entry__name {
  margin-left: 75px;
  font-size: 21px;
  line-height: 27px;
  font-weight: 500;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 25px 30px 25px 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

/* Login Page */
.login-btn {
  margin-top: 30px;
  max-width: 250px;
  font-size: 18px;
  line-height: 22px;
  background-color: #EE6D4D;
  color: #fff;
  text-decoration: none;
  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;
  padding: 12px 16px;
  border-radius: 5px;
  text-transform: uppercase; }
  .login-btn:hover, .login-btn:visited {
    color: #fff; }

.header-login {
  padding-bottom: 150px; }

.header__login-content {
  text-align: center;
  margin-top: 100px; }

.pmpro_login_wrap form.pmpro_form label, #loginform label {
  display: none; }

form.pmpro_form .pmpro_lost_password-field-user_login label {
  display: none; }

.page-template-pagina-login .footer {
  position: relative; }

.flizcpr-browser-warn {
  display: none; }

.flizcpr-button-container {
  display: none; }

#pass-strength-result {
  display: block !important;
  margin: 10px auto 0 !important; }

.pmpro_reset_password-field label {
  text-align: center !important;
  font-size: 18px !important;
  margin-bottom: 5px !important; }

.pmpro_reset_password-field-pass2 {
  margin-top: 20px; }

#pass1, #pass2 {
  padding: 10px 15px !important; }

#loginform input[type=text], #loginform input[type=password],
#lostpasswordform input[type=text] {
  width: 320px;
  border-radius: 7px;
  border: 1px solid #EBEBEB;
  font-size: 16px;
  line-height: 18px;
  padding: 15px 25px;
  text-align: center; }

.login-submit, .pmpro_submit {
  position: relative;
  display: inline-block;
  cursor: pointer; }
  .login-submit:hover input[type="submit"], .pmpro_submit:hover input[type="submit"] {
    background-color: #1171CC; }
  .login-submit input[type="submit"], .pmpro_submit input[type="submit"] {
    background-color: #2291FB;
    color: #fff;
    border: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 21px;
    padding: 10px 20px;
    margin-top: 30px;
    border-radius: 7px;
    padding-right: 56px;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  .login-submit span, .pmpro_submit span {
    display: inline-block;
    background-color: #1171CC;
    width: 41px;
    height: 41px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0 7px 7px 0;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none; }
    .login-submit span img, .pmpro_submit span img {
      height: 16px; }

.pmpro_submit input[type="submit"] {
  padding-right: 20px;
  font-weight: 500;
  margin-top: 10px; }

.pmpro_actions_nav a {
  color: #EE6D4D; }

@media screen and (max-width: 1560px) {
  .platform__header .inner-wrapper {
    margin: 0; } }

@media screen and (max-width: 1400px) {
  .platform__navigation .menu {
    padding-left: 0; } }

@media screen and (max-width: 1250px) {
  .photo-left {
    left: -210px; }
  .photo-right {
    right: -200px; }
  .cta-box {
    padding: 60px 80px; }
    .cta-box .title {
      font-size: 48px;
      line-height: 52px; }
  .header-title {
    font-size: 30px;
    line-height: 30px;
    margin-right: 30px; }
  .platform__navigation .menu .menu-item {
    width: 180px; }
    .platform__navigation .menu .menu-item a {
      font-size: 16px;
      line-height: 20px; }
      .platform__navigation .menu .menu-item a img {
        height: 20px;
        margin-right: 10px; }
  .platform__navigation .menu .menu-item .welcome {
    font-size: 16px;
    line-height: 20px; }
  .top-bar .top-logo {
    margin-left: 200px; } }

@media screen and (max-width: 1100px) {
  .platform__navigation .menu .btn-platforma-achit {
    font-size: 13px;
    line-height: 13px;
    padding: 9px 10px; }
  .help__domains {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
    margin-bottom: 60px; }
  .help__domain {
    margin-bottom: 30px;
    text-align: center; }
    .help__domain img {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; }
    .help__domain:last-of-type {
      margin-right: 30px; }
  .short__cards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    justify-items: end; }
  .short__card p br {
    display: none; }
  .short__card:nth-of-type(2),
  .short__card:nth-of-type(4) {
    -ms-grid-column-align: start;
    justify-self: start; }
  .trainers__list {
    -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; }
  .trainer:first-child {
    margin-bottom: 150px;
    margin-right: 0; }
    .trainer:first-child .testimonial {
      margin-bottom: 0; }
  .trainer__photo {
    width: 350px; }
  .cta-box {
    padding: 30px 30px 50px; }
  .box__subtitle br {
    display: none; }
  .trainers-2__list {
    -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; }
  .trainer-2 {
    max-width: 600px;
    margin-bottom: 80px;
    text-align: center; }
    .trainer-2:first-of-type {
      margin-right: 0; }
  .calendar__date-item {
    max-width: calc(100% - 60px);
    margin-right: 0;
    font-size: 32px;
    line-height: 40px; }
    .calendar__date-item:before {
      left: -45px; }
    .calendar__date-item:after {
      left: -58px; }
  .calendar__name, .calendar__date {
    padding: 40px 50px; }
  .bottom__testi {
    padding-left: 20px; }
  .bottom__testi .bottom__testi__col:first-child {
    margin-right: 60px; }
  .bottom__testi__col
.system__content {
    -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; }
  .system__right {
    margin-top: 50px; }
  .system .title {
    text-align: center; }
  .system__title {
    text-align: center; }
  .system__photos {
    padding-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px); }
  .system__photo:last-of-type {
    margin-right: 30px;
    margin-bottom: 0; }
  .system__trainers p {
    padding-left: 0;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto; }
  .top-bar .top-logo {
    margin-left: 110px; }
  /* Pagina Platforma */
  .header-title {
    font-size: 26px;
    line-height: 26px;
    margin-right: 20px;
    padding: 15px 0; }
  .platform__navigation .menu .menu-item a {
    letter-spacing: -0.5px;
    font-size: 15px;
    line-height: 17px;
    padding: 15px 10px; }
    .platform__navigation .menu .menu-item a img {
      height: 18px;
      margin-right: 8px; }
  .platform__navigation .menu .menu-item {
    width: 135px; }
  .entry__date {
    width: 185px;
    margin-right: 40px; }
  .entry__name {
    margin-left: 55px;
    padding: 25px 20px 25px 25px; } }

@media screen and (max-width: 1000px) {
  .short__cards-wrapper {
    -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; }
  .short__cards {
    margin-bottom: 20px; } }

@media screen and (max-width: 900px) {
  .platform__header .inner-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 70px; }
  .btn-platforma-achit {
    min-width: 65px;
    text-align: center;
    margin-left: auto;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 8px; }
  .platform__navigation .menu .btn-platforma-achit {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 80px; }
  .modul-content-special .curs-list-title {
    margin-bottom: 15px; }
    .modul-content-special .curs-list-title a .video-duration {
      max-width: 85px; }
    .modul-content-special .curs-list-title .btn-platforma-achit {
      margin-left: 0; }
  .top-bar .top-logo {
    display: none; }
  .header {
    padding-top: 300px;
    background-image: url("../images/nlprevolution/header-bg-mobile.png");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 450%; }
  .photo-left {
    top: -40px;
    left: -140px; }
  .photo-right {
    top: 0;
    right: -120px; }
  .system__content {
    -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; }
  .system__right {
    margin-top: 50px; }
  .system .title {
    text-align: center; }
  .system__title {
    text-align: center; }
  .system__photos {
    padding-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px); }
  .system__photo:last-of-type {
    margin-right: 30px;
    margin-bottom: 0; }
  .system__trainers p {
    padding-left: 0;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto; }
  .benefit__name {
    font-size: 22px;
    line-height: 24px; }
    .benefit__name img {
      width: 28px;
      margin-right: 20px; }
  .benefit__btn-more {
    min-width: 188px;
    padding: 18px 20px;
    font-size: 18px; }
  .benefit__header {
    padding: 30px 30px; }
  .benefit__content {
    padding: 20px 78px 50px; }
  .module__icon {
    min-width: 70px;
    max-width: 70px;
    height: 70px;
    margin-right: 20px;
    border-radius: 10px; }
    .module__icon img {
      height: 30px; }
  .program__item {
    padding: 50px 40px 80px; }
  .program__no {
    margin-right: 30px;
    width: 50px; }
  .module__text {
    font-size: 22px;
    line-height: 26px; }
  .module__text span {
    margin-top: 10px;
    font-size: 18px;
    line-height: 20px; }
  .module__header {
    padding: 24px 20px 24px 20px; }
  .module__btn-more {
    width: 125px;
    min-width: 125px;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 20px; }
  .module__content {
    padding: 20px 50px 40px 110px; }
  .learn__lists {
    -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; }
  .learn__list {
    margin-right: 0; }
  .calendar__boxes {
    -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; }
  .calendar__box:first-child {
    margin-right: 0;
    margin-bottom: 50px; }
  .calendar__box {
    width: 100%;
    padding: 40px 25px; }
    .calendar__box img {
      height: 35px;
      margin-bottom: 10px; }
    .calendar__box p {
      margin: 0 0 15px;
      font-size: 16px;
      line-height: 22px; }
  .calendar__box__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px; }
  .calendar__item {
    margin-right: 25px; }
  .calendar__big-titles {
    font-size: 42px;
    line-height: 50px;
    padding: 70px 30px; }
  .calendar__date-item {
    font-size: 28px;
    line-height: 32px; }
  .calendar__name img {
    width: 30px;
    margin-right: 20px; }
  .calendar__name, .calendar__date {
    padding: 35px 38px; }
  .bonus {
    padding: 50px 30px; }
  .bonus.bonus--no-bg {
    padding-left: 40px; }
  .platform__header {
    position: relative; }
  .platform__navigation {
    position: relative; }
  .platform-menu-toggle {
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .platform__navigation {
    display: none;
    position: absolute;
    bottom: -100%;
    background-color: #fff;
    width: 100%;
    left: 0;
    top: 56px;
    z-index: 10; }
    .platform__navigation.open {
      display: block; }
    .platform__navigation .menu {
      display: block;
      background-color: #fff;
      -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05); }
      .platform__navigation .menu .menu-item {
        width: 100%;
        border-top-width: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent; }
        .platform__navigation .menu .menu-item:hover {
          border-left: 5px solid #2291FB;
          border-right: 5px solid #2291FB; }
        .platform__navigation .menu .menu-item.current-menu-item {
          border-top: none;
          border-left: 5px solid #2291FB;
          border-right: 5px solid #2291FB; }
          .platform__navigation .menu .menu-item.current-menu-item a {
            color: #2291FB; }
        .platform__navigation .menu .menu-item .welcome {
          text-align: center;
          display: block;
          margin-right: 0;
          margin-top: 30px; }
  .platform__navigation .menu .menu-item:last-of-type {
    display: block; }
    .platform__navigation .menu .menu-item:last-of-type:hover {
      border-left: 5px solid transparent;
      border-right: 5px solid transparent; }
  .platform__navigation .menu .menu-item:last-of-type a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px; }
  .curs-wrapper {
    -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; }
  .curs-video {
    margin-right: 0;
    margin-bottom: 50px;
    width: 100%;
    max-width: 100%; }
  .curs-list {
    width: 100%;
    max-width: 650px; }
  .modul-title {
    text-align: center;
    padding-right: 120px; }
  .curs-list-title a {
    padding: 10px 15px 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .curs-list-title a span {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .curs-list-title a .video-duration {
      max-width: 70px;
      -ms-flex-preferred-size: 70px;
      flex-basis: 70px;
      text-align: right; } }

@media screen and (max-width: 750px) {
  .pagina-platforma {
    padding-top: 0;
    padding-bottom: 40px; }
  body.page-template-pagina-pdf .pagina-platforma {
    padding-top: 60px; }
  body.page-template-pagina-calendar .pagina-platforma {
    padding-top: 60px; }
  .curs-video iframe {
    width: 100vw !important;
    max-width: 100vw !important;
    left: -30px;
    position: relative; }
  .top-bar {
    font-size: 18px; }
  .top-bar .top-logo {
    width: 100px; }
  .header__photo {
    width: 500px; }
  .photo-left {
    top: -40px;
    left: -120px; }
  .photo-right {
    top: 0;
    right: -100px; }
  .header {
    padding-top: 240px;
    padding-bottom: 240px; }
  .header__intro {
    font-size: 22px;
    margin: 0 0 40px; }
  .header__title {
    font-size: 47px;
    line-height: 50px; }
  .header__subtitle {
    font-size: 22px;
    line-height: 26px; }
  .header__description {
    font-size: 20px;
    line-height: 26px; }
  .box__title {
    font-size: 26px;
    line-height: 30px; }
  .header__box {
    padding: 40px 30px 50px;
    margin-bottom: 60px; }
    .header__box p {
      font-size: 17px; }
  .colors-bar {
    height: 20px; }
  .title {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 30px; }
  .short__desc {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 60px; }
  .short__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: center;
    grid-gap: 30px;
    margin-right: 0;
    margin-bottom: 30px; }
  .short__card:nth-of-type(2),
  .short__card:nth-of-type(4) {
    -ms-grid-column-align: center;
    justify-self: center; }
  .short__card {
    padding: 30px 25px 20px;
    text-align: center; }
    .short__card img {
      height: 30px; }
    .short__card p {
      font-size: 16px;
      line-height: 20px;
      margin: 5px 0 15px; }
    .short__card .colors-bar {
      height: 15px; }
  .card__title {
    font-size: 28px;
    line-height: 30px;
    margin: 8px 0 10px; }
  .cta-box {
    -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;
    padding-bottom: 70px; }
    .cta-box .title {
      text-align: center;
      font-size: 35px;
      line-height: 40px; }
    .cta-box p {
      text-align: center;
      margin-left: auto;
      margin-right: auto; }
  .box__subtitle {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  .box__btn {
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .box__text {
    margin-right: 0;
    margin-bottom: 40px; }
  .onlive__logo {
    max-width: 250px; }
  .onlive__description {
    font-size: 20px;
    line-height: 26px;
    margin: 50px auto 40px; }
  .onlive-presentation {
    padding-top: 100px;
    padding-bottom: 60px; }
  .onlive__list {
    -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; }
  .onlive__item {
    margin-bottom: 30px;
    margin-right: 0;
    font-size: 18px;
    line-height: 22px;
    text-align: center; }
    .onlive__item img {
      margin-left: auto;
      margin-right: auto;
      height: 25px; }
  .trainers {
    padding-top: 100px; }
    .trainers .title {
      font-size: 44px; }
  .trainer:first-child {
    margin-bottom: 100px; }
  .trainer__photo {
    width: 240px; }
  .trainer__name {
    font-size: 32px;
    line-height: 32px;
    margin: 20px 0 80px; }
  .testimonial {
    width: 100%;
    max-width: 400px;
    padding: 50px 20px; }
  .testi__photo, .bottom__testi .bottom__testi__col .testi__photo {
    width: 90px;
    height: 90px;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .testi__name {
    padding: 0;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px; }
    .testi__name span {
      font-size: 15px;
      line-height: 15px; }
  .testi__text {
    text-align: center; }
  .help__paragraphs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 150px; }
  .help__par-left {
    margin-right: 0; }
  .benefits {
    padding-bottom: 350px; }
    .benefits .inner-wrapper > .title {
      margin-top: -90px; }
  .cta-overlap {
    margin-top: 200px; }
  .cta-overlap-wrapper {
    margin-top: -202px; }
  .box__btn-text {
    font-size: 20px; }
    .box__btn-text span {
      font-size: 42px;
      line-height: 42px; }
  .concepts {
    padding: 20px 0 60px; }
  .concepts__description {
    font-size: 26px;
    line-height: 34px; }
  .concepts__list {
    -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; }
  .concept {
    margin-right: 0;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 26px; }
    .concept img {
      height: 40px;
      margin-bottom: 15px; }
  .learn__list li {
    font-size: 16px;
    line-height: 22px; }
  .learn__paragraphs {
    margin-top: 40px;
    font-size: 22px;
    line-height: 30px; }
  .calendar__subtitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px; }
  .calendar__boxes {
    margin-top: 60px;
    margin-bottom: 80px; }
  .calendar__dates {
    margin-top: 70px;
    margin-bottom: 60px; }
  .calendar__date-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 20px;
    line-height: 26px;
    border-radius: 0;
    max-width: calc(100% - 30px);
    border-radius: 10px; }
    .calendar__date-item:before {
      left: -33px; }
    .calendar__date-item:after {
      left: -42px;
      width: 22px;
      height: 22px; }
  .calendar__name {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
    .calendar__name img {
      width: 20px;
      margin-right: 15px; }
  .calendar__date {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
  .calendar__name, .calendar__date {
    padding: 20px 15px; }
  .price {
    padding: 80px 0; }
    .price .title {
      margin-bottom: 30px; }
  .price__subtitle {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px; }
  .price__paragraphs {
    font-size: 22px;
    line-height: 30px; }
  .get {
    padding: 80px 0 60px; }
  .bonuses {
    padding: 100px 0 350px; }
    .bonuses .title br {
      display: none; }
  .bonuses__columns {
    -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; }
  .bonuses__col:first-child {
    margin-right: 0; }
  .bonus.bonus--no-bg {
    padding-left: 30px;
    padding-top: 30px; }
  .diploma .cta-box {
    margin-bottom: -200px; }
  .diploma__subtitle {
    font-size: 20px;
    line-height: 28px; }
  .bottom-testimonials {
    padding-bottom: 120px; }
  .bottom__testi {
    -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;
    padding-left: 0; }
  .bottom__testi .testimonial {
    margin-right: 0;
    margin-bottom: 70px; }
  .bottom__testi .bottom__testi__col:first-child {
    margin-right: 0; }
  .footer .cta-box {
    margin-bottom: -250px; }
  .program {
    padding-bottom: 400px; }
  .trainers-2 {
    padding-bottom: 300px; }
  .footer__disclaimer {
    margin-top: 50px; }
  .learn {
    padding-bottom: 50px; }
  .program__subtitle {
    margin-top: -150px; }
  .trainers-2 .inner-wrapper > .title {
    margin-top: -200px; }
  .experts .inner-wrapper > .title {
    margin-top: -150px; } }

@media screen and (max-width: 600px) {
  .modul-content-special .curs-list-title {
    margin-bottom: 10px; }
  .curs-list-title .btn-platforma-achit {
    font-size: 12px; }
  .platform__navigation {
    top: 50px; }
  .mat-title {
    font-size: 30px;
    line-height: 34px; }
  body.page-template-pagina-calendar .pagina-platforma .inner-wrapper {
    padding: 0 20px; }
  .calendar__entry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px; }
  .entry__content {
    width: 100%; }
  .entry__tl {
    height: calc(100% + 66px);
    width: 4px; }
    .entry__tl span {
      -webkit-transform: translate(-7px, -50%);
      -ms-transform: translate(-7px, -50%);
      transform: translate(-7px, -50%);
      width: 18px;
      height: 18px; }
  .entry__date {
    width: 100%;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px;
    margin-right: 0;
    text-align: left;
    padding-left: 30px; }
  .entry__name {
    margin-left: 30px;
    padding: 20px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 15px; }
  .top-contact {
    top: -10px;
    width: 70px;
    height: 52px;
    padding: 0;
    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; }
    .top-contact.open {
      background-color: transparent; }
      .top-contact.open .contact-bar {
        display: none; }
  .contact__bar {
    width: 100%;
    height: 100%;
    margin-bottom: 0; }
    .contact__bar span {
      display: none; }
  .contact__bar--mobile {
    display: block;
    color: #000;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    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;
    text-transform: uppercase;
    margin-bottom: 30px; }
    .contact__bar--mobile img {
      width: 18px;
      margin-right: 15px; }
  .contact__content {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #FFF8E7;
    border-radius: 0 0 20px 20px;
    width: 365px;
    max-width: 90vw;
    padding: 25px 15px 40px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 18, 95, 0.2);
    box-shadow: 0 10px 20px rgba(0, 18, 95, 0.2); }
  .contact__btn {
    display: none; }
  .contact__phone {
    margin-right: 0;
    width: 25px; }
  .call__btn {
    display: block; }
  .cta-box {
    padding: 30px 15px 50px; }
  .cta-btn {
    font-size: 18px;
    padding: 14px 30px; }
  .cta-box .title {
    margin-bottom: 15px; }
  .box__text {
    margin-bottom: 15px; }
  .top-bar {
    padding: 10px 0;
    font-size: 14px; }
    .top-bar .inner-wrapper {
      padding: 0 20px; }
    .top-bar .top-logo {
      width: 70px;
      margin-right: 0;
      margin-left: 10px; }
  .header__photo {
    width: 400px; }
  .header {
    background-size: 600%;
    padding-top: 200px; }
    .header .inner-wrapper {
      padding: 0 20px; }
  .header__intro {
    font-size: 20px;
    margin: 0 0 30px; }
  .header__title {
    font-size: 46px; }
  .header__subtitle {
    font-size: 18px;
    line-height: 20px; }
  .header__description {
    font-size: 18px;
    line-height: 24px; }
  .system__photos--wrap .system__photo img {
    height: 160px; }
  .system__photos {
    -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-transform: none;
    -ms-transform: none;
    transform: none; }
    .system__photos .system__photo {
      margin-bottom: 30px; }
  .system__photo img {
    height: 160px; }
  .system__photo {
    margin-right: 0;
    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; }
    .system__photo:last-of-type {
      margin-right: 0; }
  .benefits .inner-wrapper {
    padding: 0 15px; }
  .benefit__header {
    padding: 20px 15px; }
  .benefit__name {
    font-size: 15px;
    line-height: 20px;
    margin-right: 10px; }
    .benefit__name img {
      width: 18px;
      margin-right: 10px; }
  .benefit__btn-more {
    min-width: 90px;
    max-width: 90px;
    line-height: 16px;
    padding: 12px 15px;
    font-size: 14px; }
  .benefit__content {
    padding: 15px 30px 30px 43px;
    font-size: 15px;
    line-height: 20px; }
  .program {
    padding-bottom: 360px; }
  .programs__paragraphs {
    max-width: calc(100% - 15px); }
    .programs__paragraphs:before {
      left: -25px; }
    .programs__paragraphs:after {
      width: 20px;
      height: 20px;
      left: -34px; }
  .program__item {
    -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;
    padding: 20px 15px 50px;
    max-width: calc(100% - 15px); }
    .program__item:before {
      left: -25px; }
    .program__item:after {
      width: 20px;
      height: 20px;
      left: -34px; }
  .program__no {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 70px;
    line-height: 70px; }
  .program__text {
    text-align: center; }
  .program__name {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px; }
  .program__content {
    font-size: 15px;
    line-height: 20px; }
  .programs__paragraphs {
    font-size: 16px;
    line-height: 22px;
    margin-top: 80px; }
  .program__subtitle {
    font-size: 26px;
    line-height: 32px;
    margin-top: -200px;
    margin-bottom: 60px; }
    .program__subtitle p {
      font-size: 19px;
      line-height: 23px; }
  .modules .inner-wrapper {
    padding-left: 15px;
    padding-right: 15px; }
  .modules .subtitle {
    margin-top: 80px;
    font-size: 34px;
    font-weight: 500;
    line-height: 40px; }
  .module {
    border-radius: 10px; }
  .module__header {
    padding: 24px 15px 24px 15px; }
  .module__icon {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    margin-right: 0;
    margin-bottom: 15px; }
    .module__icon img {
      height: 20px; }
  .module__name {
    -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; }
  .module__text {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    max-width: 250px; }
    .module__text span {
      font-size: 14px;
      line-height: 17px; }
  .module__btn-more {
    width: 100px;
    min-width: 100px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px; }
  .module__content {
    font-size: 16px;
    line-height: 24px;
    padding: 15px 15px 40px; }
  .modules {
    padding-bottom: 60px; }
  .experts .inner-wrapper > .title {
    margin-top: -160px;
    font-size: 38px;
    line-height: 42px; }
  .experts .experts-subtitle {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px; }
  .expert {
    width: 100%;
    max-width: 450px;
    margin-right: 0; }
  .experts__list {
    margin-left: 0; }
  .expert__content {
    font-size: 16px;
    line-height: 24px; }
  .calendar__list {
    -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;
    margin-bottom: 60px; }
  .calendar__item {
    margin-right: 0;
    margin-bottom: 50px; }
  .calendar__boxes {
    margin-bottom: 60px; }
  .calendar__big-titles {
    padding: 50px 20px;
    margin-bottom: 60px; }
    .calendar__big-titles span {
      display: block;
      margin-bottom: 15px; }
    .calendar__big-titles .orange {
      display: none; }
  .calendar__paragraphs {
    font-size: 16px;
    line-height: 22px;
    margin-top: 50px; }
  .price__subtitle br {
    display: none; }
  .get .title br {
    display: none; }
  .get__item {
    font-size: 16px;
    line-height: 24px; }
    .get__item img {
      margin-right: 10px; }
  .bonuses {
    padding: 80px 0 300px; }
    .bonuses .title {
      margin-bottom: 60px; }
  .bonus {
    padding: 30px 20px; }
    .bonus img {
      height: 40px;
      margin-bottom: 15px; }
  .bonus__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px; }
  .bonus__content {
    font-size: 16px;
    line-height: 22px; }
  .bonus__list li img {
    margin-right: 10px; }
  .bonus.bonus--no-bg {
    padding: 20px 0; }
  .footer__content {
    -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;
    text-align: center; }
    .footer__content img {
      max-width: 160px;
      margin-left: 0; }
    .footer__content a {
      margin-top: 30px;
      margin-left: 0; }
  .thanks__subtitle {
    font-size: 26px;
    line-height: 32px; }
  .thanks__text {
    font-size: 20px;
    line-height: 24px; }
    .thanks__text span {
      font-size: 16px;
      line-height: 20px; }
  .calendar--top {
    padding-top: 100px; }
  .benefits .inner-wrapper > .title {
    margin-top: -200px; }
  .header-title {
    font-size: 18px;
    line-height: 18px; }
  .platform-menu-toggle {
    width: 22px; }
  .curs-title {
    font-size: 24px;
    line-height: 28px;
    margin: 20px 0 15px; }
  .curs-description {
    font-size: 15px;
    line-height: 20px; }
  .curs-video {
    margin-bottom: 20px; }
  .modul-title {
    padding: 14px 30px;
    font-size: 20px;
    line-height: 22px; }
  .curs-list-title a {
    font-size: 15px;
    line-height: 20px; }
  .pdf-file {
    max-width: 180px;
    padding: 30px 10px; }
    .pdf-file .pdf-icon {
      max-width: 80px; }
    .pdf-file .pdf-file-name {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 25px; }
    .pdf-file .pdf-download-btn {
      font-size: 14px;
      line-height: 14px;
      padding: 10px 14px; }
      .pdf-file .pdf-download-btn img {
        width: 14px;
        margin-right: 8px; } }

@media screen and (max-width: 500px) {
  .benefits {
    padding-bottom: 340px; } }

@media screen and (max-width: 400px) {
  .top-contact {
    width: 60px; }
  .contact__phone {
    width: 22px; }
  .contact__photo {
    width: 55px;
    margin-right: 10px; }
  .contact__item {
    font-size: 20px; }
    .contact__item span {
      font-size: 16px;
      line-height: 18px; }
  .call__btn {
    width: 90px;
    margin-left: 15px; }
    .call__btn a {
      font-size: 15px;
      line-height: 16px; }
    .call__btn img {
      width: 14px;
      margin-right: 8px; }
  .header__title {
    font-size: 35px; }
  .header__intro {
    font-size: 18px;
    margin: 0 0 20px; }
  .header__box {
    padding: 40px 15px 40px;
    margin-bottom: 60px;
    width: calc(100% + 20px);
    margin-left: -10px; }
    .header__box .colors-bar {
      height: 20px; }
  .title {
    font-size: 43px;
    line-height: 50px; }
  .short__desc {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 50px; }
    .short__desc br {
      display: none; }
  .cta-overlap {
    margin-top: 228px; }
  .cta-overlap-wrapper {
    margin-top: -230px; }
  .benefits .inner-wrapper > .title {
    margin-top: -150px; }
  .benefit {
    margin-bottom: 25px; }
  .trainer__list li img {
    margin-right: 10px; }
  .concepts__description {
    font-size: 22px;
    line-height: 28px; }
    .concepts__description p {
      margin-bottom: 20px; }
      .concepts__description p:last-child {
        margin-bottom: 60px; }
  .learn {
    padding-top: 100px;
    padding-bottom: 50px; }
  .price {
    padding: 60px 0; }
  .price__subtitle {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 25px; }
  .price__paragraphs {
    font-size: 18px;
    line-height: 24px; }
  .bonuses {
    padding: 80px 0 260px; } }

.woocommerce .woocommerce-breadcrumb {
  padding-top: 50px;
  padding-bottom: 50px; }

.woocommerce div.product {
  padding-top: 100px;
  padding-bottom: 50px; }

.single-product .related.products {
  display: none; }

.woocommerce div.product .product_title {
  margin-bottom: 30px; }

.woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
  display: none; }

.woocommerce div.product form.cart .variations select {
  padding: 10px 10px;
  font-size: 16px; }

.woocommerce div.product p.price, .woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
  color: #9c2b16;
  background: -webkit-gradient(linear, left top, right top, from(#c24824), to(#981b1f));
  background: -webkit-linear-gradient(left, #c24824 0%, #981b1f 100%);
  background: -o-linear-gradient(left, #c24824 0%, #981b1f 100%);
  background: linear-gradient(to right, #c24824 0%, #981b1f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
  display: block; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-image: -webkit-gradient(linear, left top, right top, from(#c24824), to(#981b1f));
  background-image: -webkit-linear-gradient(left, #c24824 0%, #981b1f 100%);
  background-image: -o-linear-gradient(left, #c24824 0%, #981b1f 100%);
  background-image: linear-gradient(to right, #c24824 0%, #981b1f 100%);
  color: #fff; }

.woocommerce div.product form.cart .reset_variations, .woocommerce a {
  color: #9c2b16; }

.select2-container .select2-selection--single {
  height: 42px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px;
  right: 10px; }

.woocommerce-products-header {
  padding-top: 50px; }

.woocommerce .woocommerce-result-count {
  margin-bottom: 50px; }

.woocommerce-billing-fields .input-radio {
  float: left;
  top: 9px;
  position: relative;
  margin-right: 10px; }

#customer_details {
  margin-bottom: 60px; }

.woocommerce table.shop_table {
  margin-bottom: 50px; }

.woocommerce-message {
  display: none !important; }

.woocommerce-error {
  margin-left: 0;
  list-style-type: none;
  padding: 10px 30px;
  border-radius: 10px;
  background-color: rgba(249, 55, 55, 0.4); }

.button.wc-forward {
  display: none !important; }

.wc-proceed-to-checkout .button.wc-forward {
  display: block !important; }

.page-produse {
  padding-top: 100px;
  padding-bottom: 100px; }

.produse-container {
  max-width: 1200px;
  margin: 0 auto; }

.produse-title {
  margin-bottom: 50px;
  text-align: center; }

ul.products {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }

ul.products li {
  width: 400px;
  padding: 0 20px;
  margin-bottom: 100px;
  text-align: center; }

ul.products li img {
  max-width: 300px;
  margin-bottom: 15px; }

.add_btn {
  display: block;
  background-image: -webkit-gradient(linear, left top, right top, from(#c24824), to(#981b1f));
  background-image: -webkit-linear-gradient(left, #c24824 0%, #981b1f 100%);
  background-image: -o-linear-gradient(left, #c24824 0%, #981b1f 100%);
  background-image: linear-gradient(to right, #c24824 0%, #981b1f 100%);
  color: #fff !important;
  padding: 10px 20px;
  max-width: 250px;
  border-radius: 20px;
  margin: 25px auto 0;
  font-size: 20px;
  line-height: 28px; }

.woocommerce-loop-product__link {
  color: #9c2b16; }

/*
.woocommerce-additional-fields {
  display: none; }
*/

#order_comments_field{
	display: none;
}

.woocommerce-additional-fields h3{
	display: none;
}

#codafiliat_field label{
	margin-bottom: 30px !important;
	margin-top: 30px;

}

.smartbill_company_details {
  display: none;
  margin-top: 20px; }

.plata-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.plata-checkout-form {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 55%;
  flex: 1 1 55%; }

.plata-checkout-form-inner {
  position: relative;
  max-width: 700px;
  margin-left: auto; }

.plata-benefits {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 45%;
  flex: 1 1 45%;
  background-color: #FFF8E7;
  padding: 160px 30px 160px 110px; }

.plata-checkout-form {
  background-color: #fff;
  padding: 100px 150px 70px 30px; }

.product-header .product-title {
  font-family: "Barlow", sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 70px;
  letter-spacing: -2px;
  margin: 0 0 10px; }

.product-header .product-subtitle {
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: initial;
  line-height: 30px;
  color: #EE6D4D;
  margin: 0; }

.checkout-payments {
  border: 1px solid #EE700F;
  border-radius: 10px;
  margin-top: 50px;
  margin-bottom: 50px; }
  .checkout-payments.no-border {
    border: none !important; }
  .checkout-payments .payment {
    margin: 0;
    border-bottom: 1px solid #EBEBEB; }
    .checkout-payments .payment a, .checkout-payments .payment a:visited {
      font-family: "DIN Pro", sans-serif;
      font-size: 18px;
      line-height: 20px;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      color: #C1C1C1;
      padding: 20px 30px 20px 30px;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .checkout-payments .payment a:before, .checkout-payments .payment a:visited:before {
        content: '';
        position: relative;
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-right: 15px;
        background-image: url("../images/radio-off.png");
        background-size: 100%;
        background-repeat: no-repeat;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .checkout-payments .payment a:hover, .checkout-payments .payment a:visited:hover {
        color: #000;
        opacity: 0.6; }
        .checkout-payments .payment a:hover:before, .checkout-payments .payment a:visited:hover:before {
          background-image: url("../images/radio-on.png"); }
    .checkout-payments .payment:last-of-type {
      border-bottom: none; }
    .checkout-payments .payment.payment-selected a, .checkout-payments .payment.payment-selected a:visited {
      color: #000;
      pointer-events: none; }
      .checkout-payments .payment.payment-selected a:before, .checkout-payments .payment.payment-selected a:visited:before {
        background-image: url("../images/radio-on.png"); }

.pagina-plata .includes_tax {
  display: none !important; }

.pagina-plata .select2-container--default .select2-selection--single {
  border-radius: 10px;
  border: 1px solid #EBEBEB;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05); }

.pagina-plata .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 24px;
  font-family: "DIN Pro", serif;
  font-size: 18px;
  padding-top: 6px;
  padding-bottom: 6px; }

.pagina-plata #billing_state_field .select2-selection--single {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.pagina-plata .woocommerce form .form-row label, .pagina-plata .woocommerce-page form .form-row label {
  font-family: "DIN Pro Medium", sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 24px;
  display: block; }

.pagina-plata .woocommerce form .form-row input.input-text,
.pagina-plata .woocommerce form .form-row textarea,
.pagina-plata .ElementsApp input,
.pagina-plata .wpcf7-form-control {
  width: 100%;
  font-family: "DIN Pro", sans-serif;
  border: 1px solid #EBEBEB;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  font-size: 18px;
  line-height: 16px;
  padding: 15px 24px;
  border-radius: 7px;
  color: #000; }
  .pagina-plata .woocommerce form .form-row input.input-text::-webkit-input-placeholder,
  .pagina-plata .woocommerce form .form-row textarea::-webkit-input-placeholder,
  .pagina-plata .ElementsApp input::-webkit-input-placeholder,
  .pagina-plata .wpcf7-form-control::-webkit-input-placeholder {
    color: #989898; }
  .pagina-plata .woocommerce form .form-row input.input-text:-ms-input-placeholder,
  .pagina-plata .woocommerce form .form-row textarea:-ms-input-placeholder,
  .pagina-plata .ElementsApp input:-ms-input-placeholder,
  .pagina-plata .wpcf7-form-control:-ms-input-placeholder {
    color: #989898; }
  .pagina-plata .woocommerce form .form-row input.input-text::-ms-input-placeholder,
  .pagina-plata .woocommerce form .form-row textarea::-ms-input-placeholder,
  .pagina-plata .ElementsApp input::-ms-input-placeholder,
  .pagina-plata .wpcf7-form-control::-ms-input-placeholder {
    color: #989898; }
  .pagina-plata .woocommerce form .form-row input.input-text::placeholder,
  .pagina-plata .woocommerce form .form-row textarea::placeholder,
  .pagina-plata .ElementsApp input::placeholder,
  .pagina-plata .wpcf7-form-control::placeholder {
    color: #989898; }

.pagina-plata .wpcf7-not-valid {
  border-color: #D53D3D; }

.pagina-plata .woocommerce form .form-row.empty-label label,
.pagina-plata .woocommerce form .form-row.empty-label .required {
  color: transparent;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pagina-plata .woocommerce form .form-row-first,
.pagina-plata .woocommerce form .form-row-last,
.pagina-plata .woocommerce-page form .form-row-first,
.pagina-plata .woocommerce-page form .form-row-last,
.pagina-plata .woocommerce form .form-row[data-o_class~="form-row-last"],
.pagina-plata .woocommerce form .form-row[data-o_class~="form-row-first"] {
  width: 50%;
  overflow: visible;
  clear: none; }

.pagina-plata .woocommerce form .form-row-first,
.pagina-plata .woocommerce form .form-row[data-o_class~="form-row-first"],
.pagina-plata .woocommerce-page form .form-row-first,
.pagina-plata .form-row.form-row-first {
  float: left; }
  .pagina-plata .woocommerce form .form-row-first.rounded,
  .pagina-plata .woocommerce form .form-row[data-o_class~="form-row-first"].rounded,
  .pagina-plata .woocommerce-page form .form-row-first.rounded,
  .pagina-plata .form-row.form-row-first.rounded {
    float: none; }
    .pagina-plata .woocommerce form .form-row-first.rounded input.input-text,
    .pagina-plata .woocommerce form .form-row[data-o_class~="form-row-first"].rounded input.input-text,
    .pagina-plata .woocommerce-page form .form-row-first.rounded input.input-text,
    .pagina-plata .form-row.form-row-first.rounded input.input-text {
      border-radius: 7px !important; }
  .pagina-plata .woocommerce form .form-row-first input.input-text, .pagina-plata .woocommerce form .form-row-first textarea, .pagina-plata .woocommerce form .form-row-first .wc-stripe-elements-field, .pagina-plata .woocommerce form .form-row-first .wc-stripe-iban-element-field,
  .pagina-plata .woocommerce form .form-row[data-o_class~="form-row-first"] input.input-text,
  .pagina-plata .woocommerce form .form-row[data-o_class~="form-row-first"] textarea,
  .pagina-plata .woocommerce form .form-row[data-o_class~="form-row-first"] .wc-stripe-elements-field,
  .pagina-plata .woocommerce form .form-row[data-o_class~="form-row-first"] .wc-stripe-iban-element-field,
  .pagina-plata .woocommerce-page form .form-row-first input.input-text,
  .pagina-plata .woocommerce-page form .form-row-first textarea,
  .pagina-plata .woocommerce-page form .form-row-first .wc-stripe-elements-field,
  .pagina-plata .woocommerce-page form .form-row-first .wc-stripe-iban-element-field,
  .pagina-plata .form-row.form-row-first input.input-text,
  .pagina-plata .form-row.form-row-first textarea,
  .pagina-plata .form-row.form-row-first .wc-stripe-elements-field,
  .pagina-plata .form-row.form-row-first .wc-stripe-iban-element-field {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.pagina-plata .woocommerce form .form-row-last,
.pagina-plata .woocommerce-page form .form-row-last,
.pagina-plata .woocommerce form .form-row[data-o_class~="form-row-last"],
.pagina-plata .form-row.form-row-first {
  float: right; }
  .pagina-plata .woocommerce form .form-row-last input.input-text, .pagina-plata .woocommerce form .form-row-last textarea, .pagina-plata .woocommerce form .form-row-last .wc-stripe-elements-field, .pagina-plata .woocommerce form .form-row-last .wc-stripe-iban-element-field,
  .pagina-plata .woocommerce-page form .form-row-last input.input-text,
  .pagina-plata .woocommerce-page form .form-row-last textarea,
  .pagina-plata .woocommerce-page form .form-row-last .wc-stripe-elements-field,
  .pagina-plata .woocommerce-page form .form-row-last .wc-stripe-iban-element-field,
  .pagina-plata .woocommerce form .form-row[data-o_class~="form-row-last"] input.input-text,
  .pagina-plata .woocommerce form .form-row[data-o_class~="form-row-last"] textarea,
  .pagina-plata .woocommerce form .form-row[data-o_class~="form-row-last"] .wc-stripe-elements-field,
  .pagina-plata .woocommerce form .form-row[data-o_class~="form-row-last"] .wc-stripe-iban-element-field,
  .pagina-plata .form-row.form-row-first input.input-text,
  .pagina-plata .form-row.form-row-first textarea,
  .pagina-plata .form-row.form-row-first .wc-stripe-elements-field,
  .pagina-plata .form-row.form-row-first .wc-stripe-iban-element-field {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.pagina-plata #billing_address_1, .pagina-plata #billing_company {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.pagina-plata #billing_address_2 {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.pagina-plata #smartbill_cif, .pagina-plata #smartbill_regcom {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.pagina-plata #billing_company_field {
  margin-bottom: 0; }

.pagina-plata .select2-container .select2-selection--single {
  height: auto; }

.pagina-plata .select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 15px;
  height: 10px;
  border: none;
  background-image: url("../images/arrow-down.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center; }

.pagina-plata .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 20px; }

.pagina-plata .form-row.optional.woocommerce-validated .woocommerce-input-wrapper:before {
  color: #A52A21; }

.pagina-plata .form-row.optional .woocommerce-input-wrapper {
  position: relative; }
  .pagina-plata .form-row.optional .woocommerce-input-wrapper:before {
    display: block;
    position: absolute;
    content: 'OPȚIONAL';
    color: #C1C1C1;
    font-family: 'DIN Pro', serif;
    font-size: 14px;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(calc(-50% + 5px));
    -ms-transform: translateY(calc(-50% + 5px));
    transform: translateY(calc(-50% + 5px)); }
  .pagina-plata .form-row.optional .woocommerce-input-wrapper input.input-text, .pagina-plata .form-row.optional .woocommerce-input-wrapper textarea {
    padding: 15px 96px 15px 24px; }

.pagina-plata #add_payment_method #payment, .pagina-plata .woocommerce-cart #payment, .pagina-plata .woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0; }

.pagina-plata #add_payment_method #payment ul.payment_methods, .pagina-plata .woocommerce-cart #payment ul.payment_methods, .pagina-plata .woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-bottom: none; }
  .pagina-plata #add_payment_method #payment ul.payment_methods .input-radio, .pagina-plata .woocommerce-cart #payment ul.payment_methods .input-radio, .pagina-plata .woocommerce-checkout #payment ul.payment_methods .input-radio {
    display: none; }

.pagina-plata #add_payment_method #payment div.payment_box, .pagina-plata .woocommerce-cart #payment div.payment_box, .pagina-plata .woocommerce-checkout #payment div.payment_box {
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
  color: #000; }

.pagina-plata #add_payment_method #payment div.payment_box::before, .pagina-plata .woocommerce-cart #payment div.payment_box::before, .pagina-plata .woocommerce-checkout #payment div.payment_box::before {
  display: none; }

.pagina-plata .wc_payment_method {
  margin-bottom: 0; }
  .pagina-plata .wc_payment_method:first-of-type label {
    border-bottom: none !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }
  .pagina-plata .wc_payment_method:last-of-type label {
    border-top: none !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important; }

.pagina-plata #payment_method_stripe:checked + label:before,
.pagina-plata #payment_method_bacs:checked + label:before {
  background-image: url("../images/radio-on-2.png"); }

.pagina-plata #payment_method_stripe + label,
.pagina-plata #payment_method_bacs + label {
  font-family: "DIN Pro", sans-serif;
  position: relative;
  display: block;
  padding-left: 30px;
  border-radius: 10px;
  border: 1px solid #EE700F;
  padding: 20px 30px 20px 50px; }
  .pagina-plata #payment_method_stripe + label:before,
  .pagina-plata #payment_method_bacs + label:before {
    display: block;
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("../images/radio-off.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center; }

.pagina-plata #payment_method_stripe + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .pagina-plata #payment_method_stripe + label img:first-of-type {
    margin-left: 20px !important; }

.pagina-plata .wc-stripe-elements-field, .pagina-plata .wc-stripe-iban-element-field {
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #EBEBEB;
  font-size: 18px;
  line-height: 16px;
  padding: 15px 24px;
  border-radius: 7px; }
  .pagina-plata .wc-stripe-elements-field.invalid, .pagina-plata .wc-stripe-iban-element-field.invalid {
    border-color: #a00; }

.pagina-plata #add_payment_method #payment div.form-row, .pagina-plata .woocommerce-cart #payment div.form-row, .pagina-plata .woocommerce-checkout #payment div.form-row {
  padding: 0; }

.pagina-plata #stripe-cvc-element {
  position: relative;
  padding: 15px 50px 15px 24px; }
  .pagina-plata #stripe-cvc-element:after {
    position: absolute;
    content: '';
    display: block;
    right: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 30px;
    background-image: url("../images/stripe-cvc.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    pointer-events: none; }

.pagina-plata .woocommerce form .form-row.woocommerce-SavedPaymentMethods-saveNew label {
  font-size: 14px;
  padding-left: 0; }

.pagina-plata .wc-credit-card-form.wc-payment-form {
  border: none; }

.pagina-plata input[type='radio'].woocommerce-SavedPaymentMethods-tokenInput:after {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  padding: 3px;
  top: -1px;
  left: -1px;
  position: relative;
  background-image: url("../images/radio-off.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  content: '';
  display: inline-block;
  visibility: visible; }

.pagina-plata input[type='radio'].woocommerce-SavedPaymentMethods-tokenInput:checked:after {
  background-image: url("../images/radio-on.png"); }

.pagina-plata #payment .methods li.woocommerce-SavedPaymentMethods-token label,
.pagina-plata #payment .methods li.woocommerce-SavedPaymentMethods-new label {
  padding-left: 5px; }

.pagina-plata .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
  margin-bottom: 10px; }

.pagina-plata .wc-saved-payment-methods {
  padding-left: 0;
  list-style-type: none; }

.pagina-plata #payment .form-row.place-order {
  display: none; }

.pagina-plata #order_review_heading {
  margin-top: 80px;
  margin-bottom: 50px; }

.pagina-plata .woocommerce table.shop_table {
  border: none; }

.pagina-plata .cart-subtotal {
  display: none; }

.pagina-plata .woocommerce-checkout-review-order-table {
  font-family: "DIN Pro", sans-serif;
  font-size: 16px; }
  .pagina-plata .woocommerce-checkout-review-order-table .product-name, .pagina-plata .woocommerce-checkout-review-order-table .product-total {
    text-transform: uppercase; }
  .pagina-plata .woocommerce-checkout-review-order-table .product-name {
    text-align: left; }
  .pagina-plata .woocommerce-checkout-review-order-table .product-total {
    text-align: right; }
  .pagina-plata .woocommerce-checkout-review-order-table thead, .pagina-plata .woocommerce-checkout-review-order-table td, .pagina-plata .woocommerce-checkout-review-order-table th {
    border: none; }
  .pagina-plata .woocommerce-checkout-review-order-table .order-total {
    text-transform: uppercase;
    color: #EE700F;
    font-size: 24px;
    font-family: "DIN Pro Bold", sans-serif; }
    .pagina-plata .woocommerce-checkout-review-order-table .order-total th {
      text-align: left; }
    .pagina-plata .woocommerce-checkout-review-order-table .order-total td {
      text-align: right; }
    .pagina-plata .woocommerce-checkout-review-order-table .order-total strong {
      font-family: "DIN Pro Bold", sans-serif; }
  .pagina-plata .woocommerce-checkout-review-order-table .cart_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.pagina-plata .woocommerce #respond input#submit.alt, .pagina-plata .woocommerce a.button.alt, .pagina-plata .woocommerce button.button.alt, .pagina-plata .woocommerce input.button.alt, .pagina-plata .woocommerce #respond input#submit, .pagina-plata .woocommerce a.button, .pagina-plata .woocommerce button.button, .pagina-plata .woocommerce input.button {
  position: relative;
  background: #82f4eb;
  background: #2291FB;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 15px 146px 15px 30px;
  border-radius: 7px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 30px;
  cursor: pointer; }
  .pagina-plata .woocommerce #respond input#submit.alt.woocommerce-form-login__submit, .pagina-plata .woocommerce a.button.alt.woocommerce-form-login__submit, .pagina-plata .woocommerce button.button.alt.woocommerce-form-login__submit, .pagina-plata .woocommerce input.button.alt.woocommerce-form-login__submit, .pagina-plata .woocommerce #respond input#submit.woocommerce-form-login__submit, .pagina-plata .woocommerce a.button.woocommerce-form-login__submit, .pagina-plata .woocommerce button.button.woocommerce-form-login__submit, .pagina-plata .woocommerce input.button.woocommerce-form-login__submit {
    padding: 15px 20px; }
  .pagina-plata .woocommerce #respond input#submit.alt span, .pagina-plata .woocommerce a.button.alt span, .pagina-plata .woocommerce button.button.alt span, .pagina-plata .woocommerce input.button.alt span, .pagina-plata .woocommerce #respond input#submit span, .pagina-plata .woocommerce a.button span, .pagina-plata .woocommerce button.button span, .pagina-plata .woocommerce input.button span {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    width: 116px;
    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;
    color: #fff;
    text-transform: lowercase;
    background: #1171CC;
    pointer-events: none; }

.pagina-plata .checkout-logo {
  display: block;
  position: relative;
  max-width: 400px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 80px; }

.pagina-plata .payment_box p {
  font-family: "DIN Pro", sans-serif; }

.pagina-plata .plata-benefits-content {
  max-width: 500px; }

.pagina-plata .checkout-support {
  position: relative;
  margin-top: 110px; }
  .pagina-plata .checkout-support p {
    font-family: "DIN Pro", sans-serif;
    margin: 0 0 20px; }

.pagina-plata .form-contact-row {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .pagina-plata .form-contact-row .wpcf7-form-control-wrap input {
    width: 100%;
    margin: 0; }
  .pagina-plata .form-contact-row .wpcf7-form-control-wrap:first-child input {
    border-radius: 0;
    border-top-left-radius: 7px; }
  .pagina-plata .form-contact-row .wpcf7-form-control-wrap:last-child input {
    border-radius: 0;
    border-top-right-radius: 7px; }
  .pagina-plata .form-contact-row:nth-child(3) {
    margin-bottom: 30px; }
    .pagina-plata .form-contact-row:nth-child(3) .wpcf7-form-control-wrap:first-child input {
      border-radius: 0;
      border-bottom-left-radius: 7px; }
    .pagina-plata .form-contact-row:nth-child(3) .wpcf7-form-control-wrap:last-child input {
      border-radius: 0;
      border-bottom-right-radius: 7px; }

.pagina-plata .wpcf7-form-control-wrap textarea {
  width: 100%;
  resize: vertical;
  margin-bottom: 20px; }

.pagina-plata .submit-wrapper {
  text-align: right;
  position: relative; }
  .pagina-plata .submit-wrapper .wpcf7-submit {
    background: -webkit-gradient(linear, right top, left top, from(#A52A21), to(#CA4E18));
    background: -webkit-linear-gradient(right, #A52A21 0%, #CA4E18 100%);
    background: -o-linear-gradient(right, #A52A21 0%, #CA4E18 100%);
    background: linear-gradient(to left, #A52A21 0%, #CA4E18 100%);
    color: #fff;
    text-transform: uppercase;
    padding-right: 70px;
    cursor: pointer;
    max-width: 300px; }
  .pagina-plata .submit-wrapper span:not(.ajax-loader) {
    width: 50px;
    height: 46px;
    background-image: url("../images/arrow-right.png");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center center;
    background-color: #EE700F;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    position: absolute;
    right: 0;
    top: 1px;
    pointer-events: none; }
  .pagina-plata .submit-wrapper .ajax-loader {
    position: absolute;
    right: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.pagina-plata .plata-benefits-list h1 {
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 15px;
  margin-top: 0; }

.pagina-plata .plata-benefits-list .plata-benefits-item {
  position: relative;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  line-height: 24px;
  padding: 30px 30px 30px 70px;
  background-color: #fff;
  border: 1px solid #EE700F;
  border-radius: 10px;
  margin: 0 0 20px; }
  .pagina-plata .plata-benefits-list .plata-benefits-item:before {
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    left: 30px;
    top: 36px;
    background-image: url("../images/firma-check.png");
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat; }

.pagina-plata .woocommerce form .form-row.woocommerce-invalid .select2-container, .pagina-plata .woocommerce form .form-row.woocommerce-invalid input.input-text, .pagina-plata .woocommerce form .form-row.woocommerce-invalid select {
  border-color: #a00; }

.pagina-plata .woocommerce table.shop_table td.product-name,
.pagina-plata .woocommerce table.shop_table td.product-total {
  border-top: none !important; }

.pagina-plata .order-total {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important; }

.pagina-plata .wpcf7-submit {
  max-width: 300px; }

.pagina-plata .woocommerce-info {
  background: transparent; }

.pagina-plata .woocommerce-account-fields .create-account {
  padding: 0 !important;
  margin: 0 !important;
  height: 0;
  visibility: hidden;
  }

.checkout-payments.product-1183 .payment {
  display: none; }
  .checkout-payments.product-1183 .payment.payment-selected {
    display: block; }

.page-template-page-plata {
  overflow-x: hidden; }

.pagina-plata .woocommerce form .form-row {
  padding: 0;
  margin-top: 0;
  margin-bottom: 30px; }
  .pagina-plata .woocommerce form .form-row.create-account {
    margin-top: 30px; }
    .pagina-plata .woocommerce form .form-row.create-account label {
      font-size: 12px; }
      .pagina-plata .woocommerce form .form-row.create-account label input {
        margin-right: 5px; }
  .pagina-plata .woocommerce form .form-row#billing_address_1_field {
    margin-bottom: 0; }

#billing_email_field {
  margin-bottom: 70px; }

.woocommerce-checkout h3 {
  color: #EE6D4D;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 46px;
  margin-bottom: 30px; }

#smartbill_billing_fields_ro {
  margin-top: 30px;
  clear: both; }

.firma-check {
  display: block;
  position: relative;
  background-color: transparent;
  border: none;
  font-family: "DIN Pro", sans-serif;
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px; }
  .firma-check .firma-check-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 2px solid #EE700F;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px); }
    .firma-check .firma-check-icon:before {
      font-size: 26px; }
  .firma-check.checked .firma-check-icon {
    border: transparent;
    background-image: url("../images/firma-check.png"); }

/*
.pagina-plata .blockUI.blockOverlay {
  position: fixed !important;
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.85) !important; }
  .pagina-plata .blockUI.blockOverlay:before {
    display: block;
    content: 'Se încarcă...';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -150%);
    -ms-transform: translate(-50%, -150%);
    transform: translate(-50%, -150%);
    width: 600px;
    height: 50px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #fff; }
  .pagina-plata .blockUI.blockOverlay:after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border: 4px solid #fed;
    opacity: 1;
    border-radius: 50%;
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-animation: lds-ripple 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite; }
*/
.pagina-plata .checkout-welcome {
  display: block;
  margin-bottom: 50px; }

.pagina-plata .woocommerce-billing-fields > h4 {
  color: #EE6D4D;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 46px;
  margin-bottom: 30px; }

.pagina-plata #smartbill_billing_type_field > span {
  position: relative;
  display: block;
  max-width: 215px;
  cursor: pointer; }
  .pagina-plata #smartbill_billing_type_field > span:after {
    content: '>';
    display: block;
    color: #EE6D4D;
    right: 10px;
    top: 50%;
    position: absolute;
    pointer-events: none;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg); }

.pagina-plata #smartbill_billing_type {
  display: block;
  position: relative;
  font-size: 22px;
  border: 1px solid #EE6D4D;
  padding: 10px 20px;
  border-radius: 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }
  .pagina-plata #smartbill_billing_type:focus-visible {
    outline: none; }

@-webkit-keyframes lds-ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%); }
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.3) translate(-50%, -50%);
    transform: scale(0.3) translate(-50%, -50%); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%); } }

@keyframes lds-ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%); }
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.3) translate(-50%, -50%);
    transform: scale(0.3) translate(-50%, -50%); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%); } }

/* START - CODE FOR ONE PAYMENT METHOD */
.pagina-plata .wc_payment_method:last-of-type label {
  border-top: 1px solid #EE6D4D !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important; }

.pagina-plata .wc_payment_method:first-of-type label {
  border-bottom: 1px solid #EE6D4D !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important; }

/* END - CODE FOR ONE PAYMENT METHOD*/
/* RESPONSIVE */
@media (max-width: 1200px) {
  .plata-checkout-form {
    padding: 100px 30px 70px; }
  .plata-benefits {
    padding: 160px 30px 160px; } }

@media (max-width: 980px) {
  .plata-content {
    -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; }
  .plata-checkout-form {
    width: 600px;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
  .plata-benefits {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 100px 30px 100px; }
  .plata-benefits-content {
    margin-left: auto;
    margin-right: auto; } }

@media screen and (max-width: 600px) {
  fieldset.wc-payment-form {
    padding: 0; }
  .plata-checkout-form {
    padding: 60px 20px 50px; }
  .product-header .product-title {
    font-size: 42px;
    line-height: 50px; }
  .product-header .product-subtitle {
    font-size: 20px;
    line-height: 26px; }
  .checkout-payments {
    margin-top: 30px;
    margin-bottom: 40px; }
  .checkout-payments .payment a, .checkout-payments .payment a:visited {
    padding: 15px 20px 15px 20px;
    font-size: 15px;
    line-height: 20px; }
  .checkout-payments .payment a:before, .checkout-payments .payment a:visited:before {
    width: 20px;
    height: 20px;
    margin-right: 10px; }
  .woocommerce-checkout h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px; }
  .pagina-plata .woocommerce form .form-row label, .pagina-plata .woocommerce-page form .form-row label {
    font-size: 10px;
    line-height: 12px;
    padding-left: 16px; }
  .pagina-plata .woocommerce form .form-row input.input-text, .pagina-plata .woocommerce form .form-row textarea, .pagina-plata .ElementsApp input, .pagina-plata .wpcf7-form-control {
    font-size: 14px;
    line-height: 14px;
    padding: 13px 16px; }
  .pagina-plata .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    padding-left: 16px;
    padding-top: 1.5px;
    padding-bottom: 1.5px; }
  .firma-check {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 20px; }
    .firma-check .firma-check-icon {
      min-width: 16px;
      width: 16px;
      height: 16px;
      -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
      transform: translateY(2px); }
  .pagina-plata #payment_method_stripe + label,
  .pagina-plata #payment_method_bacs + label {
    padding: 10px 20px 10px 40px;
    font-size: 16px; }
    .pagina-plata #payment_method_stripe + label:before,
    .pagina-plata #payment_method_bacs + label:before {
      width: 20px;
      height: 20px;
      left: 10px; }
  #add_payment_method #payment ul.payment_methods li img.stripe-icon, .woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
    max-width: 35px; }
  .pagina-plata .payment_box p {
    font-size: 16px; }
  .wc-saved-payment-methods {
    font-size: 16px; }
  .pagina-plata .woocommerce form .form-row.woocommerce-SavedPaymentMethods-saveNew label {
    font-size: 12px;
    line-height: 16px; }
  #billing_email_field {
    margin-bottom: 50px; }
  #customer_details {
    margin-bottom: 40px; }
  .pagina-plata #order_review_heading {
    margin-top: 40px;
    margin-bottom: 20px; }
  .pagina-plata .woocommerce-checkout-review-order-table {
    font-size: 14px; }
  .woocommerce-form-login__submit {
    padding: 15px 20px !important; }
  .pagina-plata .woocommerce #respond input#submit.alt, .pagina-plata .woocommerce a.button.alt, .pagina-plata .woocommerce button.button.alt, .pagina-plata .woocommerce input.button.alt, .pagina-plata .woocommerce #respond input#submit, .pagina-plata .woocommerce a.button, .pagina-plata .woocommerce button.button, .pagina-plata .woocommerce input.button {
    margin-top: 10px;
    padding: 15px 100px 15px 20px;
    font-size: 14px; }
    .pagina-plata .woocommerce #respond input#submit.alt span, .pagina-plata .woocommerce a.button.alt span, .pagina-plata .woocommerce button.button.alt span, .pagina-plata .woocommerce input.button.alt span, .pagina-plata .woocommerce #respond input#submit span, .pagina-plata .woocommerce a.button span, .pagina-plata .woocommerce button.button span, .pagina-plata .woocommerce input.button span {
      width: 84px; }
  .pagina-plata .submit-wrapper span:not(.ajax-loader) {
    width: 45px;
    height: 40px; }
  .pagina-plata .submit-wrapper .wpcf7-submit {
    padding-right: 60px; }
  .pagina-plata .checkout-logo {
    display: inline-block;
    max-width: 140px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto; }
  .plata-benefits {
    padding: 60px 30px 80px; }
  .pagina-plata .plata-benefits-list .plata-benefits-item {
    padding: 25px 20px 20px 40px; }
    .pagina-plata .plata-benefits-list .plata-benefits-item:before {
      width: 15px;
      height: 15px;
      left: 15px;
      top: 35px; }
  .pagina-plata .plata-benefits-list h1 {
    font-size: 22px;
    margin-bottom: 10px; }
  .pagina-plata .checkout-support {
    margin-top: 60px; }
  .pagina-plata .checkout-support p {
    font-size: 16px;
    margin-bottom: 15px; }
  .wpcf7-not-valid-tip {
    font-size: 0.7em; } }

@media screen and (max-width: 400px) {
  .pagina-plata .woocommerce form .form-row-first, .pagina-plata .woocommerce form .form-row[data-o_class~="form-row-first"], .pagina-plata .woocommerce-page form .form-row-first, .pagina-plata .form-row.form-row-first {
    float: none;
    width: 100%;
    margin-bottom: 0; }
    .pagina-plata .woocommerce form .form-row-first.rounded, .pagina-plata .woocommerce form .form-row[data-o_class~="form-row-first"].rounded, .pagina-plata .woocommerce-page form .form-row-first.rounded, .pagina-plata .form-row.form-row-first.rounded {
      margin-bottom: 30px; }
  .pagina-plata .woocommerce form .form-row-last, .pagina-plata .woocommerce-page form .form-row-last, .pagina-plata .woocommerce form .form-row[data-o_class~="form-row-last"], .pagina-plata .form-row.form-row-first {
    float: none;
    width: 100%; }
  .pagina-plata .woocommerce form .form-row-first input.input-text, .pagina-plata .woocommerce form .form-row-first textarea, .pagina-plata .woocommerce form .form-row-first .wc-stripe-elements-field, .pagina-plata .woocommerce form .form-row-first .wc-stripe-iban-element-field, .pagina-plata .woocommerce form .form-row[data-o_class~="form-row-first"] input.input-text, .pagina-plata .woocommerce form .form-row[data-o_class~="form-row-first"] textarea, .pagina-plata .woocommerce form .form-row[data-o_class~="form-row-first"] .wc-stripe-elements-field, .pagina-plata .woocommerce form .form-row[data-o_class~="form-row-first"] .wc-stripe-iban-element-field, .pagina-plata .woocommerce-page form .form-row-first input.input-text, .pagina-plata .woocommerce-page form .form-row-first textarea, .pagina-plata .woocommerce-page form .form-row-first .wc-stripe-elements-field, .pagina-plata .woocommerce-page form .form-row-first .wc-stripe-iban-element-field, .pagina-plata .form-row.form-row-first input.input-text, .pagina-plata .form-row.form-row-first textarea, .pagina-plata .form-row.form-row-first .wc-stripe-elements-field, .pagina-plata .form-row.form-row-first .wc-stripe-iban-element-field {
    border-top-right-radius: 7px;
    border-bottom-left-radius: 0; }
  .pagina-plata .woocommerce form .form-row-last input.input-text, .pagina-plata .woocommerce form .form-row-last textarea, .pagina-plata .woocommerce form .form-row-last .wc-stripe-elements-field, .pagina-plata .woocommerce form .form-row-last .wc-stripe-iban-element-field, .pagina-plata .woocommerce-page form .form-row-last input.input-text, .pagina-plata .woocommerce-page form .form-row-last textarea, .pagina-plata .woocommerce-page form .form-row-last .wc-stripe-elements-field, .pagina-plata .woocommerce-page form .form-row-last .wc-stripe-iban-element-field, .pagina-plata .woocommerce form .form-row[data-o_class~="form-row-last"] input.input-text, .pagina-plata .woocommerce form .form-row[data-o_class~="form-row-last"] textarea, .pagina-plata .woocommerce form .form-row[data-o_class~="form-row-last"] .wc-stripe-elements-field, .pagina-plata .woocommerce form .form-row[data-o_class~="form-row-last"] .wc-stripe-iban-element-field, .pagina-plata .form-row.form-row-first input.input-text, .pagina-plata .form-row.form-row-first textarea, .pagina-plata .form-row.form-row-first .wc-stripe-elements-field, .pagina-plata .form-row.form-row-first .wc-stripe-iban-element-field {
    border-top-right-radius: 0;
    border-bottom-left-radius: 7px; }
  .pagina-plata .woocommerce form .form-row.empty-label label, .pagina-plata .woocommerce form .form-row.empty-label .required {
    height: 0;
    margin: 0; }
  #billing_state_field label {
    height: 0;
    margin: 0; }
  .pagina-plata #billing_state_field .select2-selection--single {
    border-bottom-left-radius: 7px;
    border-top-right-radius: 0; }
  .pagina-plata .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
    right: 15px; }
  .pagina-plata .form-row.optional .woocommerce-input-wrapper:before {
    font-size: 12px;
    right: 12px;
    -webkit-transform: translateY(calc(-50% + 2px));
    -ms-transform: translateY(calc(-50% + 2px));
    transform: translateY(calc(-50% + 2px)); }
  .pagina-plata .form-row.optional .woocommerce-input-wrapper input.input-text, .pagina-plata .form-row.optional .woocommerce-input-wrapper textarea {
    padding: 15px 76px 15px 24px; }
  .pagina-plata #payment_method_stripe + label,
  .pagina-plata #payment_method_bacs + label {
    padding: 5px 10px 6px 30px;
    font-size: 14px; }
  .pagina-plata #payment_method_stripe + label:before,
  .pagina-plata #payment_method_bacs + label:before {
    width: 16px;
    height: 16px;
    left: 8px; }
  .pagina-plata .payment_box p {
    font-size: 14px; }
  .pagina-plata input[type='radio'].woocommerce-SavedPaymentMethods-tokenInput:after {
    width: 12px;
    height: 12px;
    top: -3px;
    left: -2px; }
  .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
    margin-right: 5px; }
  .woocommerce table.shop_table td {
    padding: 9px 0; }
  .woocommerce table.shop_table th {
    padding: 6px 0px; }
  .pagina-plata .woocommerce-checkout-review-order-table .order-total {
    font-size: 22px; }
  .woocommerce table.shop_table {
    margin-bottom: 20px; }
  .pagina-plata .form-contact-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .pagina-plata .form-contact-row br {
      display: none; }
  .pagina-plata .form-contact-row:nth-child(3) {
    margin-bottom: 20px; }
  .pagina-plata .form-contact-row .wpcf7-form-control-wrap:first-child input {
    border-top-right-radius: 7px; }
  .pagina-plata .form-contact-row .wpcf7-form-control-wrap:last-child input {
    border-top-right-radius: 0; }
  .pagina-plata .form-contact-row:nth-child(3) .wpcf7-form-control-wrap:first-child input {
    border-bottom-left-radius: 0; }
  .pagina-plata .form-contact-row:nth-child(3) .wpcf7-form-control-wrap:last-child input {
    border-bottom-left-radius: 7px; } }

.address-note {
  padding-left: 16px;
  margin-bottom: 20px;
  display: block; }

#billing_state_field:after{
	content: ' ';
	width: 1px;
	display: block;
	height: 5px;
}
