/*!
Theme Name: Consiliere Dezvoltare
Theme URI: http://underscores.me/
Author: --
Author URI: http://--
Description: --
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: consiliere
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 with others.

Consiliere Dezvoltare is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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;
}

/**
 * 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 {
    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 */
    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 {
    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"] {
    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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #0C090A;
    font-family: 'Georgia', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    text-align: left;
}

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;
    font-size: 16px;
    font-size: 0.9375rem;
    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;
    font-size: 16px;
    font-size: 0.9375rem;
}

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

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

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

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: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# 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);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}



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;
}


select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: royalblue;
}

a:visited {
    color: purple;
}

a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    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 {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    float: left;
    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: block;
    }
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 16px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* 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;
}

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

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}



.upHead {
    width: 100%;
    position: relative;
    z-index: 2;
}

.AfterHead {
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.upMenu {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    z-index: 3;
}

.container {
    max-width: 96%;
    width: 980px;
    margin: 0 auto;
}

.upMenu .container {
    background: #EAF2EF;
    padding: 20px;
    box-shadow: 0px 2px 10px -2px #000000;
}

.LogoHeader {
    float: left;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
}

.menuHeader {
    float: right;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.menuHeader ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menuHeader ul li {
    display: inline-block;
    margin: 0 0px;
}

.menuHeader ul li a {
    display: block;
    padding: 0 5px;
    text-decoration: none;
    color: #0D090A;
    font-weight: 500;
    font-size: 15px;
}

.AfterHead h1 {
    padding-top: 15%;
    margin: 0 auto;
    /*width: 500px;*/
    max-width: 100%;
    font-weight: 500;
    font-size: 50px;
    color: white;
    text-align: center;
}

.AfterHead:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: rgba(45, 48, 81, 0.6);
    z-index: 1;
}

.AfterHead>.container {
    position: relative;
    z-index: 2;
    width: 1170px;
}

.AfterHead h1 span {
    display: block;
    width: 100%;
    font-size: 20px;
    text-align: right;
}

.AfterHead:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    top: auto;
    background: url(/wp-content/themes/consiliere/images/wave.png);
    height: 80px;
    z-index: 2;
    transform: rotate(180deg);
    background-size: 100% 100%;
}

.VideoSection iframe {
    display: block;
    width: 750px;
    margin: 0 auto;
    max-width: 90%;
    border-radius: 5px;
    overflow: hidden;
}

.VideoSection {
    margin-top: -250px;
    position: relative;
    z-index: 3;
}

.Second1stSection {
    width: 400px;
}

.left1stSection img {}

.left1stSection {
    font-size: 16px;
    text-align: justify;
    width: 100%;
    float: left;
    padding-right: 25px;
}

.left1stSection h3 {
    margin-top: 0;
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    width: 100%;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 900;
    color: #fa5a03;
    text-transform: uppercase;
}


.firstSection {
    margin-top: 70px;
    margin-bottom: 50px;
}

.left1stSection h3 span {
    color: #347FC4;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.secondSection {
    margin: 0 0 100px 0;
    background: url(/wp-content/themes/consiliere/images/Consilier%20Dezvoltare%20Personala%20pierdere%20.jpg);
    background-position: center;
    background-size: cover;
    color: white;
    padding-bottom: 70px;
}

.secondSection h1 {
    margin-top: 0;
    padding-top: 70px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 40px;
}

.boxInsideSecond {
    background: #2D3051;
    padding: 50px;
    text-align: justify;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}

.textSecondLeft {
    width: 60%;
    float: left;
    font-size: 16px;
}

.imageRightSecond {
    width: 40%;
    float: right;
    padding-left: 50px;
    margin-top: 65px;
}

.textSecondLeft i {
    margin-right: 10px;
    color: #347FC4;
}

span.colored {
    color: white;
    font-weight: 700;
    font-size: 16px;
}

span.colored.NameTrainer {
    font-size: 26px;
    display: block;
}

.imageRightSecond img {
    display: inline-block;
    vertical-align: middle;
}

.sectionThird .thirdLeft {
    width: 60%;
    float: left;
    text-align: justify;
    font-size: 16px;
    padding-right: 100px;
}

.sectionThird .thirdLeft h3 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 900;
    color: #fa5a03;
}

.thirdRight {
    width: 40%;
    float: right;
    margin-top: 60px;
}

.sectionForth {
    margin: 30px 0 30px 0;
    padding: 50px 0;
}

.forthLeft {
    width: 40%;
    float: left;
}

.forthRight {
    width: 60%;
    float: right;
    padding-left: 100px;
}

.forthRight li {
    list-style-type: none;
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.forthRight li i {
    color: #347FC4;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 15px;
    margin-left: -35px;
}

.forthRight h3 {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 900;
    color: #fa5a03;
    text-transform: uppercase;
}

.sectionFifth {
    background: url(/wp-content/themes/consiliere/images/secondSection2.jpg);
    background-position: center;
    background-size: cover;
    color: white;
    padding: 50px 0;
}

.sectionFifth h3 {
    margin-top: 0;
    font-size: 21px;
    margin-bottom: 20px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}

.sectionFifth p {
    margin: 0;
}

.sectionFifth .container {
    width: 800px;
    font-size: 16px;
    text-align: justify;
}

.sectionFifth li {
    list-style-type: none;
    display: block;
}

.sectionFifth li i {
    margin-right: 10px;
    color: #347FC4;
}

.sectionSixth {
    margin: 100px 0;
}

.sectionSixth h3 {
    text-align: center;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 50px;
    font-weight: 900;
    color: #347FC4;
    text-transform: uppercase;
}

.sectionSixth .citat {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}

.sectionSixth .citat i {
    margin: 0 10px;
    vertical-align: middle;
    color: #347FC4;
    font-size: 30px;
}

.sectionSixth .citat span {
    display: block;
    color: #347FC4;
    font-weight: 800;
}

.sectionSixth .citat:last-child {
    margin-bottom: 0;
}

.sectionSeven {
    background: #EAF2EF;
    padding: 50px 0;
    font-size: 16px;
}

.sectionSeven .container>h3 {
    text-align: center;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 50px;
    font-weight: 900;
    color: #fa5a03;
    text-transform: uppercase;
}

.sectionSeven .container>li {
    list-style-type: none;
}

.sectionSeven .container>li i {
    color: #347FC4;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 10px;
}

.boxDay {
    display: block;
    width: 680px;
    max-width: 100%;
    background: #347FC4;
    padding: 20px;
    margin: 40px auto;
    color: white;
    box-shadow: 0px 2px 10px -1px #ad788d;
}

.boxDay h3 {
    text-align: center;
    margin-top: 0;
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
}

.boxDay h4 {
    margin-top: 15px;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 10px;
}

.boxDay li {
    list-style-type: none;
}

.boxDay li i {
    font-size: 16px;
    margin-right: 20px;
    margin-bottom: 5px;
}

.sectionEight {
    margin: 60px 0;
}

.sectionEight h3 {
    text-align: center;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 50px;
    font-weight: 900;
    color: #fa5a03;
    text-transform: uppercase;
}

.subscForm input {
    width: 100%;
    outline: 0 !important;
    padding: 15px 20px;
    margin-bottom: 15px;
    border: 0px;
    color: white;
    font-weight: 500;
    background: #2d3051;
    background: -moz-linear-gradient(left, #2d3051 0%, #347fc4 100%);
    background: -webkit-linear-gradient(left, #2d3051 0%, #347fc4 100%);
    background: linear-gradient(to right, #2d3051 0%, #347fc4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d3051', endColorstr='#347fc4', GradientType=1);
    border-radius: 50px;
    text-align: left;
    font-size: 16px;
}

.subscForm input.wpcf7-submit {
    width: auto;
    font-size: 100%;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 0;
    font-size: 16px;
    border: none;
    padding: 10px 30px;
    background: #2d3051;
    background: -moz-linear-gradient(left, #2d3051 0%, #347fc4 100%);
    background: -webkit-linear-gradient(left, #2d3051 0%, #347fc4 100%);
    background: linear-gradient(to right, #2d3051 0%, #347fc4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d3051', endColorstr='#347fc4', GradientType=1);
    color: white;
    box-shadow: 0px 2px 10px 1px #aaaaaab8;
    margin-top: 20px;
}

.subscForm {
    width: 50%;
    float: right;
    text-align: center;
}

.subscForm p {
    margin: 0;
}

.subscForm input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
}

.subscForm input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
}

.subscForm input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
}

.subscForm input:focus::placeholder {
    color: #ababab;
}

.subscForm input:focus:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ababab;
}

.subscForm input:focus::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ababab;
}

.AfterHead.headThanks {
    padding: 120px 0 330px 0;
}

.felicitariText {
    text-align: center;
    font-size: 60px;
    font-weight: 900;
    color: white;
}

.AfterHead.headThanks h3 {
    max-width: 800px;
    margin: 50px auto 0 auto;
    color: white;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}

.logosInside img {
    max-height: 35px;
    margin: 10px 25px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.logosInside {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.right1stSection {
    float: right;
    width: 50%;
    padding-left: 25px;
}

.image-viktor {
    width: 80px;
    display: inline-block;
    vertical-align: top;
}

.image-viktor img {
    border-radius: 50%;
}

.textViktor {
    width: calc(100% - 85px);
    display: inline-block;
    padding-left: 0;
    margin-bottom: 28px;
    vertical-align: middle;
}

.textViktor i {
    font-size: 20px;
    color: #347FC4;
    margin-right: 10px;
    margin-left: 10px;
}

.textViktor span {
    display: block;
    text-transform: uppercase;
    color: #347FC4;
    font-weight: 700;
    font-size: 12px;
    margin-top: 11px;
}

.textViktor i:first-child {
    margin-left: 0;
}

.left1stSection>img {
    width: 40%;
    float: right;
    margin-left: 50px;
    max-width: 330px;
}

.citatViktor {
    width: 50%;
    float: right;
    padding-left: 40px;
}

.sectionForthModified .forthRight {
    float: left;
    padding-right: 40px;
    padding-left: 0;
    text-align: justify;
}

.sectionForthModified .forthLeft {
    float: right;
}

.sectionBetweenThird {
    margin-bottom: 100px;
}

.columnOutsideLeft {
    width: 40%;
    float: left;
    padding-right: 50px;
    text-align: justify;
}

.columnThird {
    width: 60%;
    float: left;
    text-align: justify;
    padding-left: 50px;
    border-left: 2px solid #347FC4;
}

.columnOutsideLeft h3 {
    font-size: 19px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 900;
    color: #fa5a03;
    text-transform: uppercase;
}

.columnFirst {
    margin-bottom: 30px;
}

.columnThird h3 {
    font-size: 19px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 900;
    color: #fa5a03;
    text-transform: uppercase;
}

.columnThird i {
    color: #347FC4;
    font-size: 20px;
    margin-right: 10px;
}

.section.sectionThird {
    background: #EAF2EF;
    padding: 60px 0;
}

.thirdBetweenEight .thirdRight {
    margin-top: 0;
}

.thirdBetweenEight .thirdLeft li {
    list-style-type: none;
    margin-bottom: 10px;
}

.thirdBetweenEight .thirdLeft li i {
    color: #347FC4;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 15px;
}

.section.sectionThird.thirdBetweenEight {
    background: white;
}

.sectionbetweenEight .boxInsideSecond {
    width: 768px;
    margin: 0 auto;
    max-width: 100%;
}

.sectionbetweenEight .boxInsideSecond .textSecondLeft {
    width: 100%;
}

.leftSevenAfter {
    width: 40%;
    float: left;
    padding-right: 50px;
}

.rightSevenAfter {
    width: 60%;
    float: right;
}

.rightSevenAfter h3 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 900;
    color: #fa5a03;
}

.rightSevenAfter>li {
    list-style-type: none;
    margin-bottom: 6px;
}

.rightSevenAfter>li i {
    color: #2D3051;
    font-size: 18px;
    vertical-align: middle;
    margin-top: -1px;
    margin-right: 15px;
}

.rightSevenAfter span.Ron {
    background: #fa5a03;
    color: white;
    padding: 1px 6px;
    margin-left: 5px;
    border-radius: 20px;
    display: inline-block;
}

.section.testimonialSection {
    background: #EAF2EF;
    padding: 60px 0;
    margin-top: 60px;
}

.section.testimonialSection h3 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 900;
    color: #fa5a03;
    text-align: center;
}

.testimonialeColumns .testimonialColumn {
    width: calc(33.33% - 30px);
    float: left;
    margin: 15px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 11px 0px #9a9a9a;
}

.inscriereLeft {
    width: 50%;
    float: left;
}

.inscriereLeft ul li {
    list-style-type: none;
}

.inscriereLeft ul {
    margin: 0;
    padding: 0;
}

.inscriereLeft ul li i {
    font-size: 30px;
    vertical-align: middle;
    margin-top: -1px;
    color: #fa5a03;
    width: 35px;
    text-align: left;
    margin-right: 10px;
}

.inscriereLeft li {
    margin-bottom: 15px;
}

.sectionEight .container {
    width: 1000px;
}

.btnWrapper {
    text-align: center;
    margin: 30px 0;
}

.btnWrapper a.btnInsc {
    display: inline-block;
    background: red;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 35px;
    border-radius: 50px;
    font-size: 17px;
    transition: 0.2s all ease-in-out;
    background: linear-gradient(-45deg, #fa5a03, #ff0000, #347fc4, #23d5ab);
    background-size: 400% 400%;
    animation: gradientBG 3s ease infinite;
    letter-spacing: 1.2;
    font-weight: bold;
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(252, 56, 2);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgb(252, 57, 2);
        box-shadow: 0 0 0 0 rgb(252, 56, 2);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.btnWrapper a.btnInsc:hover {
    padding: 10px 50px;
    /* background: #347fc4; */
    /*animation: gradientBG 1s ease infinite;*/
}

.buttonInsOut strong {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 30px;
    display: inline-block;
}

.AfterHead h2 {
    padding-bottom: 30%;
    text-align: center;
    color: white;
    font-weight: 400;
    /*width: 440px;*/
    margin: 10px auto 0 auto;
    max-width: 100%;
}

.left1stSection h1 {
    color: #fa5a03;
}

.buttonInsOut {
    display: inline-block;
    border-radius: 5px;
    margin: 20px 0 0;
}

.btnPulse {
    display: inline-block;
    border-radius: 100px;
    box-shadow: 0 0 0 rgb(255, 0, 0);
    animation: pulse 2s infinite;
}

.buttonInsOut span {
    display: block;
    width: 100%;
    text-transform: uppercase;
    color: #347FC4;
    font-weight: 600;
    margin-bottom: -13px;
    margin-top: 10px;
    font-size: 21px;
}

img.ceEsteConsilier {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 500px;
    margin-top: 30px;
}

.sectionSeven .container>p {
    width: 680px;
    margin: 0 auto;
    text-align: justify;
    max-width: 97%;
}

.section.sectionFifth.thirdFifth img {
    width: 40%;
    float: right;
    margin-left: 30px;
}

.OnePaymentOption {
    width: 45%;
    display: inline-block;
    max-width: 180px;
    background: #eaf2ef;
    padding: 0 0 20px;
    margin: 10px;
    border-radius: 10px;
    position: relative;
    box-shadow: 4px 3px 14px rgba(0, 0, 0, 0.11);
}

.priceOpt {
    font-size: 30px;
    font-weight: bold;
}

.titleOpt {
    background: gray;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.titleOpt.red {
    background: #347fc4;
    padding-left: 10px;
}

.titleOpt.red i {
    position: absolute;
    left: -20px;
    top: -15px;
    font-size: 35px;
    color: red;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 100px;
    background: white;
}

ul.bonusSubList {
    list-style-type: none;
    margin: 0 0 20px 30px;
    padding: 0;
}

img.specialBlue {
    box-shadow: 9px -9px 0px 0px #347fc4;
}

.sectionThird .thirdLeft i {
    margin-right: 10px;
    color: #347FC4;
}

html {
    scroll-behavior: smooth;
}

.btnWrapper a.btnInsc small {
    font-size: 11px;
}

.buttonInsOut small {
    margin-top: -10px;
    display: block;
    font-size: 16px;
}

.clockStyle>div {
    display: inline-block;
    padding: 5px 20px;
    margin: 10px;
    background: #347fc4;
    color: white;
    font-size: 40px;
    border-radius: 5px;
    line-height: 1;
    box-shadow: 0px 0px 6px 0px #b5b5b5;
}

.clockStyle .smalltext {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.clockStyle {
    text-align: center;
}

.clockStyle>div>span {
    line-height: normal;
    display: block;
    vertical-align: middle;
    margin-bottom: 10px;
}

footer#colophon {
    float: left;
    width: 100%;
    background: #2d3051;
    background: -moz-linear-gradient(left, #2d3051 0%, #347fc4 100%);
    background: -webkit-linear-gradient(left, #2d3051 0%, #347fc4 100%);
    background: linear-gradient(to right, #2d3051 0%, #347fc4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d3051', endColorstr='#347fc4', GradientType=1);
    padding: 10px 0;
    color: white;
}

span.copyright {
    float: left;
}

span.links {
    float: right;
}

span.links a {
    color: white;
    text-decoration: none;
}

.creditslinks {
    font-size: 15px;
}

.titleOpt.red a {
    color: white;
    text-decoration: none;
}

.priceOpt a {
    color: black;
    text-decoration: none;
}

.popupPayment {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999;
}

.overlayPayment {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    background: rgb(0 0 0 / 70%);
    z-index: 1;
}

.popupPayment div#example-1 {
    position: absolute;
    z-index: 2;
    width: 700px !important;
    max-width: 95%;
    min-width: unset;
    height: auto;
    min-height: 400px;
    margin: auto;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    top: 50%;
    transform: translateY(-50%);
}

.popupPayment .example.example1 button {
    background: #ef0037;
    box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08), inset 0 1px 0 #ef0037;
}

.popupPayment .example.example1 button:hover {
    background: #dd0628;
}

.popupPayment h1 {
    margin-top: 0px;
    margin-bottom: 40px;
    color: white;
    font-size: 21px !important;
}

.popupPayment .closeBtn {
    position: absolute;
    right: 0;
    z-index: 99;
    color: white;
    top: 0;
    background: #ef0037;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 0 5px 0 5px;
    cursor: pointer;
}

.popupPayment .closeBtn i {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 600;
}

.thankYouPageOutside h1 {
    font-size: 25px;
    width: 750px;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
}

.mobileSideBar .recmala2sidebar {
    margin-bottom: 20px;
}

.mobileSideBar .recmala2sidebar:last-child {
    margin-bottom: 0;
}

div#example1-card iframe {
    min-height: unset !important;
}

.popupPayment div#example-1 {
    padding-left: 20px;
    padding-right: 20px;
}

div#clockdiv,
div#clockdiv1,
div#clockdiv2,
div#clockdiv3,
div#clockdiv4,
div#clockdiv5,
div#clockdiv6,
div#clockdiv7 {
    text-align: center;
    font-size: 0;
}

div#clockdiv>div,
div#clockdiv1>div,
div#clockdiv2>div,
div#clockdiv3>div,
div#clockdiv4>div,
div#clockdiv5>div,
div#clockdiv6>div,
div#clockdiv7>div {
    display: inline-block;
    padding: 5px 15px;
    margin: 4px 0px;
    background: #dd0628;
    color: white;
    font-size: 25px;
    line-height: 1.3;
}

div#clockdiv>div .smalltext,
div#clockdiv1>div .smalltext,
div#clockdiv2>div .smalltext,
div#clockdiv3>div .smalltext,
div#clockdiv4>div .smalltext,
div#clockdiv5>div .smalltext,
div#clockdiv6>div .smalltext,
div#clockdiv7>div .smalltext {
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

div#clockdiv>div,
div#clockdiv1>div,
div#clockdiv2>div,
div#clockdiv3>div,
div#clockdiv4>div,
div#clockdiv5>div,
div#clockdiv6>div,
div#clockdiv7>div {
    border-radius: 10px;
    margin: 5px;
    font-size: 30px;
}

.underTimer {
    margin-bottom: 15px;
}

.underTimer small {
    font-size: 19px;
}

.timerInsc {
    margin-bottom: 30px;
}

.termeniCheck a {
    color: white;
}

.row.checkboxField label input[type="checkbox"] {
    width: auto;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    margin-right: 5px;
}

.row.checkboxField label {
    width: calc(100% - 10px);
    white-space: unset;
}

main#main {
    min-height: 100vh;
}

main#main>.container>h1 {
    margin-top: 0;
    display: block;
    padding-top: 50px;
}

main#main>.container {
    margin-bottom: 50px;
}

span.woocommerce-input-wrapper input {
    padding: 6px 10px;
}

a.paymentLink {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.lftVdoCntr {
    width: calc(100% - 300px);
    float: left;
    text-align: left;
}

.rghtCnctCstm {
    width: 280px;
    float: left;
    background: #347fc4;
    margin-left: 20px;
    border-radius: 5px;
    padding: 10px 20px 20px 20px;
    position: relative;
}

.section.VideoSection {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.VideoSection .lftVdoCntr iframe {
    float: left;
    height: 380px;
    max-width: 100%;
    display: inline-block;
    box-sizing: border-box;
}

.rghtCnctCstm input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    float: left;
    margin: 10px 0 0px;
    border: 1px solid white;
    background: no-repeat;
    color: white;
    padding: 10px 15px;
}

.rghtCnctCstm input.wpcf7-form-control.wpcf7-text::placeholder {
    color: white;
    letter-spacing: 1px;
}

.rghtCnctCstm input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    float: left;
    padding: 10px 0;
    color: white;
    background: #fa5a03;
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
    margin: 10px 0 0;
}

.rghtCnctCstm p {
    width: 100%;
    float: left;
    margin: 0;
}

.rghtCnctCstm span.ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.rghtCnctCstm .wpcf7 form .wpcf7-response-output {
    width: 100%;
    float: left;
    margin: 10px 0 0;
    background: white;
}

.rghtCnctCstm p br {
    display: none;
}

.rghtCnctCstm span.wpcf7-not-valid-tip {
    width: 100%;
    float: left;
    background: #dc3232;
    color: white;
    text-align: center;
    padding: 3px 5px;
}

.rghtCnctCstm .frmTttlL {
    font-weight: bold;
    color: white;
    margin: 9px 0 3px;
    font-size: 18px;
}

.rghtCnctCstm textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    float: left;
    border: 1px solid white;
    background: no-repeat;
    color: white;
    padding: 10px 15px;
    height: 61px;
    margin: 10px 0 0;
}

.rghtCnctCstm textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: white;
}

.rghtCnctCstm form.wpcf7-form.init {
    width: 100%;
    float: left;
    margin: 0;
}

@media (max-width: 1050px) {
    .menuHeader ul li a {
        padding: 0 1px;
    }
}

@media (max-width: 980px) {
    .menuHeader {
        display: none;
    }

    .upMenu .container {
        width: auto;
        max-width: none;
        display: inline-block;
    }

    .upMenu {
        text-align: center;
    }

    .AfterHead h1 {
        padding-top: 120px;
    }

    .AfterHead h2 {
        padding-bottom: 320px;
    }
}

@media (max-width: 768px) {
    .sectionForthModified .forthRight {
        width: 100%;
        padding-right: 0;
    }

    .forthRight h3 {
        font-size: 18px;
    }

    .sectionForthModified .forthLeft {
        display: block;
        width: 100%;
    }

    .sectionForthModified .forthLeft img {
        width: 400px;
        max-width: 100%;
        margin: 20px auto 0 auto;
        display: block;
    }

    .textSecondLeft {
        width: 100%;
    }

    .boxInsideSecond {
        padding: 10px;
    }

    .imageRightSecond {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }

    .imageRightSecond img {
        max-width: 100%;
        width: 300px;
        display: block;
        margin: 0 auto;
    }

    .columnOutsideLeft {
        width: 100%;
    }

    .columnOutsideLeft img {
        display: block;
        max-width: 300px;
        margin: 0px auto 30px auto;
    }

    .columnThird {
        width: 100%;
        padding-left: 20px;
        margin-top: 20px;
    }

    .sectionBetweenThird {
        margin-bottom: 40px;
    }

    .sectionThird .thirdLeft {
        width: 100%;
        padding-right: 0;
    }

    .thirdRight {
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }

    .forthLeft {
        width: 100%;
    }

    .forthLeft img {
        display: block;
        width: 300px;
        margin: 0 auto;
    }

    .forthRight {
        width: 100%;
        padding-left: 20px;
        margin-top: 30px;
    }

    .sectionForth {
        padding-bottom: 0;
    }

    .leftSevenAfter {
        width: 100%;
        text-align: center;
        padding-right: 0;
    }

    .leftSevenAfter img {
        max-width: 400px;
        margin-bottom: 20px;
    }

    .rightSevenAfter {
        width: 100%;
    }

    .inscriereLeft {
        width: 100%;
    }

    .subscForm {
        width: 400px;
        display: block;
        float: none;
        margin: 10px auto;
        max-width: 100%;
    }

    .lftVdoCntr {
        width: 100%;
        margin: 0 0 30px;
    }

    .section.VideoSection {
        text-align: center;
    }

    .rghtCnctCstm {
        float: none;
        margin: 0 auto;
        display: inline-block;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .AfterHead h1 {
        font-size: 20px;
    }

    .AfterHead h2 {
        font-size: 17px;
    }

    .left1stSection h1 {
        font-size: 22px;
    }

    .citatViktor>img {
        display: none;
    }

    .citatViktor {
        width: 100%;
        padding-left: 0;
    }

    .left1stSection>img {
        width: 100%;
        margin-right: 0 !important;
        display: block;
        max-width: 100%;
        padding: 0 60px;
    }

    .left1stSection h3 {
        font-size: 18px;
    }
}

@media (max-width: 440px) {
    .section.sectionFifth.thirdFifth img {
        width: 100%;
    }
}

form.checkout.woocommerce-checkout .woocommerce-additional-fields {
    display: none;
}

.AfterHead hr {
    background-color: white;
    max-width: 120px;
    height: 2px;
}

.AfterHead .prcInHed {
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    color: white;
}

.AfterHead .prcInHed strong {
    text-shadow: none;
    background: #ffffff;
    color: black;
    padding: 5px 8px;
    display: inline-block;
    margin-left: 5px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    letter-spacing: 1px;
}

.OnePaymentOption {
    vertical-align: middle;
}

.OnePaymentOption span {
    display: inline-block;
    background: red;
    color: white;
    font-size: inherit;
    padding: 5px 10px;
    border-radius: 5px;
}

.mmAcreditat {
    text-align: center;
    color: white;
    font-weight: bold;
}

.mmAcreditat img {
    width: 200px;
    border-radius: 10px;
    padding: 0px;
    margin-bottom: 10px;
}

.boxDay li {
    text-align: left;
}

.anpcZone {
    width: 100%;
    float: left;
    text-align: center;
}

.anpcZone a {
    display: inline-block;
    width: 200px;
    margin: 10px 0 0;
}