@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Roboto:wght@100;300;400;500;700&display=swap');

:root {
    --white: #ffffff;
    --orange: #FF5A00;
    --navy: #20214A;
    --dark: #343434;
}



* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    box-sizing: border-box;

}


html,
body {
    font-family: 'Comfortaa', cursive;
    background: #fff;

}

a {
    color: #000;
}

iframe {
    border: none;
}

footer {
    background: var(--navy);
    padding: 40px 0px;
}

header {
    display: block;
}

/* header */

.header {
    background-color: #fff;
    position: relative;
    width: 100%;
    height: 170px;
    z-index: 3;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.17);
}

header.header-pages {
    background: #DFE4E6;
    padding: 30px 0px;
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
}

.header li a {
    display: block;
    padding: 20px 20px;
    text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
    color: #f4f4f4;
}

.header ul.top-bar {
    display: block;
    float: right;
    padding-top: 10px;
}

.header ul.top-bar li:last-child a {
    padding-right: 30px;
}

.header ul.top-bar li:first-child a {
    padding-right: 5px;
}

.header ul.top-bar a {
    font-size: 18px;
    font-weight: 700;
    color: var(--navy);
    text-transform: uppercase;

}

.header ul.top-bar a:hover {
    color: var(--orange);
}

.header ul.top-bar a img {
    margin-bottom: -5px;
}

.header .custom-logo-link {
    float: left;
    font-size: 2em;
    padding: 50px 0px !important;
    text-decoration: none;

}

.header .custom-logo-link img {
    width: 80%;
    height: auto;
}


/* menu */

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
    margin-bottom: -10px;
}

.header .menu a {
    font-size: 17px;
    font-weight: 700;
    color: var(--navy);

}

.header .menu a:hover {
    color: var(--orange);

}

/* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
    margin-top: 20px;
}

.header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

/* menu btn */

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked ~ .menu {
    max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}


section.content-shadow {
    background: var(--white);
    padding: 80px 0px 80px 0px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);

}

section.content,
main.content {
    padding: 80px 0px 80px 0px;
    background: var(--white);
}

section.content__header {
    background: #F5F5F5;
    background-image: url('http://allewtyczka.pl/wp-content/uploads/2023/04/woo.png');
    background-repeat: no-repeat, no-repeat;
    background-position: 20% 35%;
    background-size: 45%;
    padding: 100px 0px;


}

section.content h2 {
    text-align: center;
    color: #24282A;
    font-size: 31px;
    font-weight: 800;
}

span.orange {
    color: var(--orange);

}

section.content div.wideo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

section.content div.wideo iframe {
    margin: 40px 30px 10px 30px;
}

section.content div.content h2 {
    text-align: center;
    color: #24282A;
    font-size: 40px;
    font-weight: bold;
}

section.content div.content h2 span.orange {
    color: var(--orange);
}

section.content div.content h2 span.violet {
    color: #9B5C8F;
}

section.content div.content_support h2 {
    text-align: center;
    color: #24282A;
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 30px;
}

section.content div.content p {
    text-align: center;
    color: #24282A;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 0px 30px 0px;
}

section.content div.content_support p {
    text-align: center;
    color: #24282A;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 0px 30px 0px;
    line-height: 1.3;
}

section.content div.content button {
    text-align: center;
    color: white;
    font-size: 21px;
    font-weight: 400;
    background: var(--navy);
    border-radius: 3px;
    border: none;
    padding: 15px 60px;
    cursor: pointer;
}

section.content div.content_support button {
    text-align: center;
    color: white;
    font-size: 21px;
    font-weight: 400;
    background: var(--navy);
    border-radius: 3px;
    border: none;
    padding: 15px 60px;
    cursor: pointer;
}

section.content div.content button:hover {
    color: white;
    background: var(--orange);

}

section.content div.content_support button:hover {
    color: white;
    background: var(--orange);

}


section.content div.content_table_price h2 {
    text-align: center;
    color: #24282A;
    font-size: 45px;
    font-weight: bold;
}

section.content div.content_table_price p {
    text-align: center;
    color: #24282A;
    font-size: 25px;
    font-weight: 400;
}

section.content div.content_table_price div.table {
    display: flex;
    flex-wrap: wrap;
    align-items: top;
}

div.table div {
    width: 24%;
    border: 2px solid #E6E6E6;
    flex: 1 0 21%;
    margin: 7px;
    border-radius: 6px;
}

div.table div h3 {
    font-size: 41px;
    font-weight: 700;
    padding: 5px 0px 15px 0px;
    text-align: center;
}


div.table div hr {
    display: block;
    height: 2px;
    border: 0;
    padding: 0;
    border-top: 2px solid #E6E6E6;
    width: 100%;
}

div.table div span.price {
    font-size: 37px;
    font-weight: 300;
    color: var(--orange);
    text-align: center;
    display: block;
    padding: 20px 0px 0px 0px;

}

div.table div span.subprice {
    font-size: 15px;
    font-weight: 300;
    color: #20214A;
    text-align: center;
    display: block;
    margin-top: -15px;

}

div.table div p {
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #0F0F0F !important;
    text-align: center !important;
    padding: 25px 0px 10px 0px;


}

div.table div span.pink p {
    background: #FCEAEC !important;
    padding: 25px 0px 20px 0px;
}

div.table div button {
    color: var(--white);
    background: var(--navy);
    border: 2px solid #20214A;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 30px;
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.table div button:hover {
    background: var(--orange);
}

div.table div hr footer {
    background: var(--orange);
    padding: 50px 0px 50px 0px;
}

section.content-product {
    background: #F5F5F5;
    padding: 80px 0px;
}

section.content-product div.product {
    display: flex;
    flex-wrap: wrap;
    align-items: top;
}

section.content-product div.product div img {
    width: 80%;
    height: auto;
}

section.content-product div.product:nth-child(2) {
    margin-top: 60px;
}

section.content-product div.product div {
    flex: 1 0 50%;
}


section.content-product div.product h2 {
    font-size: 45px;
    font-weight: 700;
    color: var(--navy);
    text-align: left;
    padding-bottom: 30px;
}

section.content-product div.product p {
    font-size: 21px;
    font-weight: 400;
    text-align: left;
    padding-bottom: 30px;
}

section.content-product div.product button {
    color: var(--white);
    background: var(--navy);
    border: 2px solid #20214A;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 30px;
    cursor: pointer;

}

section.content-product div.product button:hover {
    background: var(--orange);
}


section.content div.button_support {
    display: flex;
    flex-wrap: wrap;
    align-items: top;
    margin-bottom: 20px;
    justify-content: center;


}

section.content div.button_support div {
    width: 24%;
    flex: 1 0 21%;
}

section.content div.button_support div button {
    color: var(--white);
    border-radius: 8px;
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 30px;
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

section.content div.button_support div button.pomaranczowy {
    background: var(--orange);
}

section.content div.button_support div button.pomaranczowy:hover {
    background: var(--navy);
}

section.content div.button_support div button.granatowy {
    background: var(--navy);
}

section.content div.button_support div button.granatowy:hover {
    background: var(--orange);
}

section.content div.benefits {
    display: flex;
    flex-wrap: wrap;
    align-items: top;
    justify-content: center;
    column-gap: 20px;

}

section.content div.benefits div {
    flex: 1 0 30%;
    -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.6);
    border-radius: 6px;
    margin: 10px;
    padding: 20px 20px 10px 20px;
}

section.content div.benefits div img {
    color: var(--orange);
    width: auto;
    height: 80px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

section.content div.benefits div img:hover {
    color: var(--navy);
}

section.content div.benefits div p {
    font-size: 21px;
    color: var(--navy);
    font-weight: 500;
}


section.content div button.benefits {
    color: var(--white);
    background: var(--navy);
    border: 2px solid #20214A;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 40px;
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;

}

section.content div button.benefits:hover {
    background: var(--orange);
}

section.content div.content_header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

section.content div.content_header div {
    flex: 1 0 50%;
}

section.content div.content_header h2 {
    font-size: 45px;
    font-weight: 900;
    color: var(--navy);
    text-align: left;
    padding-bottom: 30px;
}

section.content div.content_header p {
    font-size: 19px;
    font-weight: 700;
    color: var(--navy);
    line-height: 1.3;
    text-align: left;
    padding-bottom: 30px;
}

section.content div.content_header img {
    display: block;
}

section.content div.content_header button.navy {
    color: var(--white);
    background: var(--navy);
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 50px;
    cursor: pointer;
    margin-top: 30px;
}

section.content div.content_header button.navy:hover {
    background: var(--orange);
}

section.content div.content_header button.orange {
    color: var(--white);
    background: var(--orange);
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 50px;
    cursor: pointer;
    margin-top: 30px;
    margin-left: 10px;

}

section.content div.content_header button.orange:hover {
    background: var(--navy);
}

section.content div.content_header div.wideo-header iframe {
    margin-left: auto;
    margin-right: auto;
    display: block;
    align-self: flex-end;
}

section.header-page {
    height: 100%;
    background: linear-gradient(90deg, #FF5A00 60%, #DFE4E6 40%);

}

section.header-page div.container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;


}

section.header-page div.container div.title {
    background: var(--orange);
    flex: 1 0 60%;
    padding: 30px 0px;

}

section.header-page div.container div.title h2 {
    font-size: 45px;
    font-weight: 700;
    color: var(--white);
}

section.header-page div.container div.title p {
    font-size: 17px;
    font-weight: 400;
    color: var(--white);
    padding: 10px 0px 0px 0px;
}

section.header-page div.container div.title a {
    font-size: 17px;
    font-weight: 400;
    color: var(--white);
    padding: 10px 0px 0px 0px;
}

section.header-page div.container div.img {
    /*    background: #E8ECED;
    */
    flex: 1 0 40%;
    text-align: center;
    padding: 30px 0px;
}

section.header-page div.container div.img span.violet {
    color: #9B5C8F;
    font-size: 15px;
    float: left;
    width: 80%;
}

section.header-page div.container div.img img {
    width: 80%;
    height: auto;
    display: block;
    float: right;
    clear: both;
}

div.none1 {
    display: none;
}

div.none2 {
    display: none;
}

div.none3 {
    display: none;
}

div.none4 {
    display: none;
}

div.none5 {
    display: none;
}

/* Support */

div.form-support h2 {
    font-size: 45px;
    font-weight: 700;
    color: var(--navy);
    padding-top: 30px;
    padding-bottom: 20px;
}

div.form-support p {
    color: var(--navy);
    font-size: 20px;
    font-weight: 700;
}

span.wpcf7-list-item {
    margin: 0px;
}

div.form-support div.topic span.wpcf7-list-item {
    margin: 0 1em 0 0;
}


div.form-support div.topic label input[type='checkbox'] {
    margin-left: 0px;

}

div.form-support div.topic label input[type='checkbox'] span {
    text-align: center;
    padding: 3px 0px;
    display: block;
    color: var(--white);
    background: var(--navy);
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 50px;
    cursor: pointer;
}

div.form-support input[type='submit'] {
    text-align: center;
    padding: 3px 0px;
    display: block;
    color: var(--white);
    background: var(--navy);
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 50px;
    cursor: pointer;
    margin-top: 40px;
}

div.form-support div.topic span.first {
    margin-left: 0px !important;
}

div.form-support div.topic label input[type='checkbox'] + span {
    text-align: center;
    padding: 3px 0px;
    display: block;
    color: var(--white);
    background: var(--navy);
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 50px;
    cursor: pointer;
    margin-top: 10px;
}



div.form-support div.topic label input[type='checkbox'] {
    position: absolute;
    z-index: -222;
}

div.form-support div.topic label input[type='checkbox']:hover + span {
    background-color: #FF4100;
    color: #fff;
}

div.form-support div.topic label input[type='checkbox']:checked + span {
    background-color: #FF4100;
    color: #fff;
}

div.form-support div.pre-registration {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;



}

div.form-support div.pre-registration div {
    flex: 0 0 30%;
    flex-wrap: wrap;
    align-self: center;
    height: auto;
    min-height: 250px;
    color: #20214A;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #CECECE;
    margin: 10px;
    padding: 10px 50px;
    display: flex;
}

div.form-support div.pre-registration div p {
    align-self: center;
}

div.form-support div.mess {
    background: #F0F0F0;
    padding: 30px 40px;
}

div.form-support div.mess h3 {
    color: #343434;
    font-size: 27px;
    font-weight: 700;
    padding-bottom: 30px;
}

div.form-support span.support-black {
    display: block;
    font-size: 20px;
    font-weight: 900;
    color: var(--navy);
}

div.form-support span.support-violet {
    display: block;
    font-size: 20px;
    font-weight: 900;
    color: #9B5C8F;
}

div.form-support div.mess input,
textarea {
    border-radius: 0px;
    border: 0px;
    border-bottom: 3px solid #E0E0E0;
    background: rgba(255, 255, 255, 0.0);
    font-size: 16px;
    color: #8E8E8E;
    width: 100%;
    padding: 10px 0px;
    margin-bottom: 20px;


}

div.form-support div.mess input::placeholder,
textarea::placeholder {
    font-size: 16px;
    color: #8E8E8E;

}

div.form-support input[type='file'] {
    text-align: center;
    padding: 3px 0px;
    display: block;
    color: var(--white);
    background: var(--navy);
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 50px;
    cursor: pointer;
    margin: 20px 0px;

}


div.form-support a button.status {
    text-align: center;
    padding: 3px 0px;
    display: block;
    color: var(--white);
    background: #9B5C8F;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 50px;
    cursor: pointer;

}

div.form-support a button.status:hover {
    background: var(--orange);

}

div.topic span.wpcf7-list-item {
    margin-top: 5px;
}



/* Dokumentacja */

div.documentation h2 {
    text-align: center;
    color: var(--navy);
    font-size: 45px;
    font-weight: 800;

}

div.documentation p {
    text-align: center;
    color: #24282A;
    font-size: 25px;
    font-weight: 400;
    padding: 30px 0px;
}

div.documentation div.panel p {
    text-align: left;
    color: #24282A;
    font-size: 18px;
    font-weight: 400;
    padding: 2px 30px 0px 30px;
}

button.accordion:nth-of-type(even) {
    background-color: #F0F0F0 !important;
    color: #20214A;

}

.accordion {
    background-color: var(--orange);
    color: var(--white);
    font-size: 20px;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    outline: none;
    transition: 0.4s;
    color: white;
    text-align: center;
}



.active,
.accordion:hover {
    background-color: var(--navy);
}

.panel {
    padding: 30px 0px;
    background-color: white;
    display: none;
    overflow: hidden;
}


div.wideo-max {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    margin-top: 30px;
    margin-bottom: -30px;
}

div.wideo-max div {
    flex: 0 0 30%;
    margin: 10px;
}

div.wideo-max div iframe {
    width: 100%;
    height: 240px;
}

div.wideo-max div p {
    font-size: 18px;
}

/* Cennik */

section.content div.content_price_slider h2 {
    text-align: left;
    color: #24282A;
    font-size: 31px;
    font-weight: 800;
}

section.content div.content_price_slider span.orange {
    color: var(--orange);
}

section.content div.content_price_slider .slider {
    width: 100%;
    height: 30px;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 46px;
    background-color: var(--navy);
    margin: 30px 0px;
}

section.content div.content_price_slider .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 40px;
    height: 40px;
    background: var(--white);
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    margin-top: -5px;
}

section.content div.content_price_slider .slider::-moz-range-thumb {
    width: 30px;
    height: 30px;
    background-color: var(--white);
    cursor: pointer;
}

section.content div.content_price_slider .slider::-webkit-slider-runnable-track {
    height: 30px;
    background: linear-gradient(to right, #FF5A00 0%, #FF5A00 calc(100% * var(--val)), #20214A calc(100% * var(--val)), #20214A 100%);
    border-radius: 46px;
    background-size: var(--val) 100%;


}

section.content div.content_price_slider .slider::-moz-range-track {
    height: 30px;
    background: linear-gradient(to right, #FF5A00 0%, #FF5A00 calc(100% * var(--val)), #20214A calc(100% * var(--val)), #20214A 100%);
    border-radius: 46px;

}


.slider::-moz-range-track {
    background: linear-gradient(to right, #FF5A00, #FF5A00) no-repeat;
    background-size: var(--val) 100%;
}

section.content div.content_price_slider button[type='submit'] {
    text-align: center;
    padding: 3px 0px;
    display: block;
    color: var(--white);
    background: var(--orange);
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 50px;
    cursor: pointer;
    margin-top: 20px;
}

section.content div.content_price_slider button[type='submit']:hover {
    background: var(--navy);
}

/* Zaleta + zdjecie po prawej/lewej stronie */

section.content div.content-advantage {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;

}

section.content div.content-advantage div.text-left,
section.content div.content-advantage div.text-right {
    width: 50%;
    flex: 1 0 50%;
}

section.content div.content-advantage div.text-left {
    padding-left: 80px;
}

section.content div.content-advantage div.text-left h2,
section.content div.content-advantage div.text-right h2 {
    font-size: 35px;
    font-weight: 700;
    color: var(--navy);
    padding-bottom: 20px;
    text-align: left;
}

section.content div.content-advantage div.text-left p,
section.content div.content-advantage div.text-right p {
    color: var(--navy);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    padding-bottom: 20px;
}

section.content div.content-advantage div.text-left a,
section.content div.content-advantage div.text-right a {
    text-decoration: none;
}

section.content div.content-advantage div.text-left a button,
section.content div.content-advantage div.text-right a button {
    text-align: center;
    padding: 3px 0px;
    display: block;
    color: var(--white);
    background: var(--navy);
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 50px;
    cursor: pointer;
    margin-top: 20px;
}

section.content div.content-advantage div.text-left a button:hover,
section.content div.content-advantage div.text-right a button:hover {
    background: var(--orange);
}

section.content div.content-advantage div.img-left {
    width: 50%;
    flex: 1 0 50%;
    float: left;
}

section.content div.content-advantage div.img-right {
    width: 50%;
    flex: 1 0 50%;
    float: right;
}

section.content div.content-advantage div.img-left img,
section.content div.content-advantage div.img-right img {
    width: 100%;
    height: auto;
}

/* Prezent */

section.content div.content-gift {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;

}

section.content div.content-gift div.text {
    width: 70%;
    flex: 0 1 70%;
}

section.content div.content-gift div.text h2 {
    font-size: 35px;
    font-weight: 700;
    color: var(--navy);
    padding-bottom: 20px;
    text-align: left;
}

section.content div.content-gift div.img {
    width: 30%;
    flex: 0 0 30%;
}

section.content div.content-gift div.img img {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Zespół  */

section.content-team {
    background-image: url("http://allewtyczka.pl/wp-content/uploads/2023/04/zespol.jpg");
    background-color: #cccccc;
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

section.content-team div.content-team {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 560px;
}

section.content-team div.content-team h2 {
    font-size: 45px;
    font-weight: 700;
    color: var(--white);
    text-align: center;
}

/* Tytuł i treść */

section.content div.content-full-text h2 {
    font-size: 35px;
    font-weight: 700;
    color: var(--navy);
    padding-bottom: 30px;
    text-align: center;
}

section.content div.content-full-text p {
    color: var(--navy);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    padding-bottom: 20px;
}

/* Opinie */

section.content div.content-opinions {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    column-gap: 50px;
}

section.content div.content-opinions div.opinion {
    width: 50%;
    flex: 0 0 50%;
    background: #20214A;
    border-radius: 12px;
    padding: 40px;
    min-height: 380px;
}

section.content div.content-opinions div.opinion img.opinion-img {
    float: right;
    margin-top: -70px;
    display: block;
}

section.content div.content-opinions div.opinion img.opinion-google {
    float: left;
    display: block;
    padding-bottom: 30px;
}

section.content div.content-opinions div.opinion p {
    color: var(--white);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    padding-bottom: 20px;
    clear: both;
}

section.content div.content-opinions div.opinion span.autor {
    color: var(--orange);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
}

/* Blok produktu */

section.content-product-site {
    padding: 80px 0px 0px 0px;
}

section.content-product-site div.content-product {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

section.content-product-site div.content-product div.img-left {
    width: 30%;
    flex: 0 0 30%;
}

section.content-product-site div.content-product div.img-left img {
    width: 100%;
    height: auto;
}

section.content-product-site div.content-product div.text-right {
    width: 70%;
    flex: 0 0 70%;
    padding-left: 40px;
}

section.content-product-site div.content-product div.text-right h2 {
    font-size: 35px;
    font-weight: 700;
    color: var(--navy);
    padding-bottom: 30px;
    text-align: left;
}

section.content-product-site div.content-product div.text-right p {
    color: var(--navy);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    padding-bottom: 20px;
}


/* Zalety max */

section.content div.content-advantages-max {}

section.content div.content-advantages-max h2 {
    font-size: 35px;
    font-weight: 700;
    color: var(--navy);
    padding-bottom: 30px;
    text-align: center;
}

section.content div.content-advantages-max p {
    color: var(--navy);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    padding-bottom: 40px;
}

section.content div.content-advantages-max div.advantages {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

section.content div.content-advantages-max div.advantages div {
    width: 25%;
    flex: 0 0 25%;
    padding: 20px 30px 30px 30px;
    min-height: 260px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;

}

section.content div.content-advantages-max div.advantages div:nth-child(1),
section.content div.content-advantages-max div.advantages div:nth-child(3),
section.content div.content-advantages-max div.advantages div:nth-child(6),
section.content div.content-advantages-max div.advantages div:nth-child(8),
section.content div.content-advantages-max div.advantages div:nth-child(9),
section.content div.content-advantages-max div.advantages div:nth-child(11),
section.content div.content-advantages-max div.advantages div:nth-child(14),
section.content div.content-advantages-max div.advantages div:nth-child(16),
section.content div.content-advantages-max div.advantages div:nth-child(17),
section.content div.content-advantages-max div.advantages div:nth-child(19),
section.content div.content-advantages-max div.advantages div:nth-child(22),
section.content div.content-advantages-max div.advantages div:nth-child(24),
section.content div.content-advantages-max div.advantages div:nth-child(25),
section.content div.content-advantages-max div.advantages div:nth-child(27),
section.content div.content-advantages-max div.advantages div:nth-child(30),
section.content div.content-advantages-max div.advantages div:nth-child(32) {
    /*box-shadow: 0 -5px 5px -5px #565656, 0 5px 5px -5px #565656;*/

}


section.content div.content-advantages-max div.advantages div img {
    width: auto;
    height: 65px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

section.content div.content-advantages-max div.advantages div p {
    font-size: 21px;
    color: var(--navy);
    font-weight: 500;
    padding-top: 20px;
}

/* Blok zdjęcie */

section.content-images div.content-images img {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* Blok treść */

section.content div.content-text p {
    color: var(--navy);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    padding-bottom: 30px;
}

section.content div.content-text p strong {
    font-weight: 900;
}

section.content div.content-text p a {
    text-decoration: underline;
}

/* Blok demo */

section.content div.form-demo h2 {
    text-align: left;
    padding-bottom: 40px;
}

section.content div.form-demo input[type='text'] {
    width: 100%;
    color: #343434;
    font-weight: 500;
    font-size: 18px;
    background: #F0F0F0;
    border-radius: 0px;
    padding: 20px 30px;
    border: 0;
}

section.content div.form-demo input[type='text']::placeholder {
    color: #343434;
    opacity: 1;
}

section.content div.form-demo span.info {
    color: var(--navy);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    padding-bottom: 0px;
    display: block;
}

section.content div.form-demo input[type='submit'] {
    text-align: center;
    padding: 3px 0px;
    display: block;
    color: var(--white);
    background: var(--navy);
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 50px;
    cursor: pointer;
    margin-top: 20px;
}

section.content div.form-demo input[type='submit']:hover {
    background: var(--orange);
}

/* O nas */

div.content_about h2 {
    font-size: 45px;
    font-weight: 700;
    color: var(--navy);
    padding-bottom: 20px;
}

div.content_about p {
    color: var(--navy);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

div.content_about img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    width: 100%;
    max-width: 1000px;
    height: auto;
}

/* Baza wiedzy */

section.posts {
    background: #F0F0F0;
    padding: 0px 0px;
}

section.posts div.posts {
    display: flex;
    flex-wrap: wrap;
    align-items: top;
    justify-content: flex-start;
    padding: 40px 0px;
    width: 100%;

}

section.posts div.posts div {
    flex: 1 0 30%;
    max-width: 30%;
    border-radius: 8px;
    margin: 10px;
    padding: 30px 25px;
    background: var(--white);

}


section.posts div.posts div h2 {
    font-size: 18px;
    color: #000000;
    font-weight: 900;
    padding-bottom: 20px;
}

section.posts div.posts div:hover h2 {
    color: var(--orange);
}

section.posts div.posts div p {
    color: #7F7F7F;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

section.posts div.posts div a {
    font-size: 16px;
    color: #9B5C8F;
    font-weight: 700;
    padding-top: 20px;
    display: block;
}

section.posts div.posts div a:nth-child(1) {
    padding-top: 0px;

}

div.posts div a:hover {
    color: var(--orange);
}



section.posts div.posts div button.posts {
    color: var(--white);
    background: var(--navy);
    border: 2px solid #20214A;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 30px;
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;

}

section.posts div.posts div button.posts:hover {
    background: var(--orange);
}

/* Changelog */

section.content-changelog {
    padding: 40px 0px;
}

section.content-changelog div.changelog {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
}

section.content-changelog div.changelog div.info {
    width: calc(33% - 30px);
    flex-basis: calc(33% - 30px);
    border: 2px solid #20214A;
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
    color: var(--navy);
    padding: 20px 0px;
    min-height: 80px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;

}

section.content-changelog div.changelog div.changelog-button {
    width: calc(33% - 30px);
    flex-basis: calc(33% - 30px);
}

section.content-changelog div.changelog div.changelog-button button {
    text-align: center;
    display: block;
    color: var(--white);
    background: var(--navy);
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0px;
    min-height: 80px;
    cursor: pointer;
    width: 100%;
}

section.content-changelog div.changelog div.changelog-button {
    text-decoration: none;
}

section.content-changelog div.changelog div.changelog-button button:hover {
    background: var(--orange);
}




/* Woocommerce */

div.cart_totals h2 {
    padding: 10px 0px;
}

div.woocommerce-additional-fields h3 {
    padding: 10px 0px;
}

div.wpmc-step-item.current h3 {
    padding: 10px 0px;
}

input#coupon_code {
    padding: 0.550em 1em;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    font-size: 14px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {

    color: var(--white) !important;
    background: var(--navy) !important;
    border: 2px solid #20214A !important;
    border-radius: 8px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border-radius: 0px !important;
    border: 0px !important;
    border-bottom: 3px solid #E0E0E0 !important;
    background: rgba(255, 255, 255, 0.0) !important;
    font-size: 16px !important;
    color: #8E8E8E !important;
    width: 100% !important;
    padding: 10px 0px !important;
    margin-bottom: 20px !important;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    color: var(--white) !important;
    background: var(--navy) !important;
    border: 2px solid #20214A !important;
    border-radius: 8px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
}

.woocommerce-info::before {
    color: var(--navy) !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-top: 3px solid #20214A !important;
}

nav.woocommerce-MyAccount-navigation ul {
    color: red;
    list-style-type: none;

}

nav.woocommerce-MyAccount-navigation ul li a {
    color: var(--navy);
    font-family: "Comfortaa", Sans-serif;
    font-size: 24px;
    font-weight: 400;
}

div.woocommerce-MyAccount-content p {
    color: var(--navy);
    font-family: "Comfortaa", Sans-serif;
    font-size: 18px;
    font-weight: 400;
}

div.woocommerce-MyAccount-content a {
    color: var(--orange);

}

div.woocommerce h2 {
    color: var(--navy);
    font-family: "Comfortaa", Sans-serif;
    font-size: 22px;
    font-weight: 500;
}

div.woocommerce p {
    color: var(--navy);
    font-family: "Comfortaa", Sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: 1px solid var(--orange);
}

.woocommerce form a {
    color: var(--orange);

}

.woocommerce form label {
    color: var(--navy);
    font-family: "Comfortaa", Sans-serif;
    font-size: 18px;
    font-weight: 500;

}

.woocommerce form th {
    color: var(--navy);
    font-family: "Comfortaa", Sans-serif;
    font-size: 18px;
    font-weight: 400;

}

tr.cart-subtotal th,
td {
    color: var(--navy);
    font-family: "Comfortaa", Sans-serif;
    font-size: 18px;
    font-weight: 400;

}

button.woocommerce-form-login__submit {
    border-radius: 0px !important;
    font-family: "Comfortaa", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    background: var(--navy) !important;
    color: white !important;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    border-radius: 0px !important;
    font-family: "Comfortaa", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    background: var(--navy) !important;
    color: white !important;
    margin-top: 30px;

}

.woocommerce-info {
    border-top-color: var(--navy);
}

.woocommerce-info::before {
    color: var(--navy);
}

a.showcoupon {
    color: var(--navy);
    font-weight: 600;
    text-decoration: underline;
}

input.input-text {
    padding: 10px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    background: var(--orange);
    padding: 30px 0px
}

.woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(1) {
    border-top: 1px solid white;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    padding: 15px 0px !important;
    text-align: center;
    border-bottom: 1px solid white;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
    color: white;

}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    color: var(--navy);

}

div.woocommerce-MyAccount-content {
    padding-top: 20px;
    padding-left: 50px;
}

@media all and (max-width: 900px) {
    div.woocommerce-MyAccount-content {
        padding-top: 50px;
        padding-left: 0px;
    }

    div.woocommerce {
        margin: 0 20px;

    }
}



div.footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

div.footer div.contact {
    color: var(--white);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    width: 50%;
}

div.footer div.form-contact {
    color: var(--white);
    font-size: 20px;
    font-weight: 600;
    width: 50%;
}

div.footer div.contact button {
    color: var(--orange);
    background: var(--white);
    border: 2px solid white;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 30px;
    cursor: pointer;

}

div.footer div.contact button:hover {
    color: var(--navy);
}

div.footer h2 {
    color: var(--white);
    font-size: 45px;
    font-weight: 600;
}

div.footer a {
    color: var(--white);
}

div.footer a:hover {
    color: var(--orange);
}

div.footer div.form_contact {
    background: var(--white);
    padding: 20px 50px;
    width: 50%;
}


div.footer div.form_contact h2 {
    color: var(--dark);
    font-size: 27px;
    font-weight: bold;
    padding: 15px 0px;
}

div.footer div.form_contact a {
    color: var(--navy);
    text-decoration: underline;
}

div.footer div.form_contact a:hover {
    color: var(--orange);
}

div.footer div.form_contact form {
    width: 100%;
}


div.footer div.form_contact input,
textarea {
    border-radius: 0px;
    border: 0px;
    border-bottom: 3px solid #E0E0E0;
    background: rgba(255, 255, 255, 0.0);
    font-size: 16px;
    color: #8E8E8E;
    width: 100%;
    padding: 10px 0px;
    margin-bottom: 20px;


}

div.footer div.form_contact input::placeholder,
textarea::placeholder {
    font-size: 16px;
    color: #8E8E8E;

}

div.footer div.form_contact input[type='checkbox'] {
    width: auto;
}


div.footer div.form_contact input[type=submit] {
    color: var(--white);
    background: var(--navy);
    border: 2px solid #20214A;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 30px;
    cursor: pointer;
    width: auto;
}

div.footer div.form_contact input[type=submit]:hover {
    color: var(--white);
    background: var(--dark);

}


.wpcf7 form.sent .wpcf7-response-output {
    background: #006400;
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    border: none;
    padding: 20px 20px;
}






/* 48em = 768px */

@media (min-width: 1300px) {



    .header li {
        float: left;
    }

    .header li a {
        padding: 20px 30px;
    }

    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }

    .header .menu-icon {
        display: none;
    }



}

@media (max-width: 1300px) {
    ul.top-bar {
        display: none;

    }

}


@media only screen and (max-width: 995px) {


    .header .menu {
        z-index: 998 !important;
        position: relative;
    }

    ul.top-bar {
        margin-top: 30px;
    }

    .header li a {
        padding: 10px 20px;
    }

    .header .menu-icon {
        margin-top: 60px;
    }

    section.content.content__header {
        background-position: 20% 10%;
        background-size: 80%;
    }

    section.header-page div.container div.img {
        padding: 40px 0px;
    }

    section.header-page div.container div.img img {
        width: 90%;
        height: auto;
    }

    section.content div.content_table_price div.table div {
        flex: 1 0 40%;
    }

    section.content div.content_table_price div.table div {
        flex: 1 0 60%;
    }


    section.content-product div.product h2 {
        text-align: center;
        padding-top: 20px;
    }

    section.content-product div.product p {
        text-align: center;
    }

    section.content-product div.product button {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    section.content div.button_support div {
        width: 24%;
        flex: 1 0 40%;
        margin-left: 10px;
        margin-right: 10px;
    }

    section.content div.button_support div button {
        font-size: 16px;
        width: 100%;
        margin-top: 10px;

    }

    section.content-product div.product div {
        flex: 1 0 100%;
    }

    section.content-product div.product div img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 50%;
        height: auto;
    }

    section.content div.content div p {
        font-size: 16px;
    }

    section.content div.content_support div p {
        font-size: 16px;
    }

    section.content div.content_header div.wideo-header iframe {
        margin-top: 30px;
        width: 100%;

    }

    div.form-support div.pre-registration div {
        flex: 1 0 40%;
        height: auto;
        padding: 30px 20px;
    }

    div.topic span.wpcf7-list-item {
        margin: 5px 5px 0px 0px !important;
        width: 40%;
    }

    section.header-page div.container div.img {
        padding: 75px 0px;
    }

    div.posts div {
        flex: 1 0 50%;

    }

    section.content div.content-advantage {
        flex-direction: column;
    }

    section.content div.content-advantage div.text-left {
        padding-left: 0px;
    }

    section.content div.content-advantage div.text-left,
    section.content div.content-advantage div.text-right {
        width: 100%;
        flex: 1 0 100%;
    }

    section.content div.content-advantage div.img-left,
    section.content div.content-advantage div.img-right {
        width: 100%;
        flex: 1 0 100%;
    }

    section.content div.content-advantage div.img-left img,
    section.content div.content-advantage div.img-right img {
        width: 80%;
        height: auto;
    }

    section.content div.content-gift div.text h2 {
        font-size: 30px;
        padding: 50px 0px;
    }

    section.content-team {
        height: 300px;
    }

    section.content-team div.content-team {
        height: 270px;
    }

    section.content-team div.content-team h2 {
        font-size: 30px;
    }

    section.content div.content-full-text {
        padding-top: 50px;
    }

    section.content div.content-full-text h2 {
        font-size: 30px;
    }

    section.content div.content-full-text p {
        font-size: 20px;
    }

    section.content div.content-opinions {
        display: flex;
        flex-direction: column;
        padding-bottom: 50px;
    }

    section.content div.content-opinions div.opinion {
        width: 100%;
        flex: 0 0 100%;
        padding: 40px;
        min-height: 380px;
        margin-top: 50px;
    }

    section.content div.content-opinions div.opinion img.opinion-img {
        float: right;
        margin-top: -70px;
        display: block;
    }

    section.content div.content-opinions div.opinion img.opinion-google {
        float: left;
        display: block;
        padding-bottom: 30px;
    }

    section.content div.content-opinions div.opinion p {
        font-size: 20px;
    }

    section.content div.content-opinions div.opinion span.autor {
        font-size: 20px;
    }

    section.content-product-site {
        padding: 0px 0px 0px 0px;
    }

    section.content-product-site div.content-product {
        flex-direction: column;
    }

    section.content-product-site div.content-product div.img-left {
        width: 100%;
        flex: 0 0 100%;
    }

    section.content-product-site div.content-product div.img-left img {
        width: 60%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    section.content-product-site div.content-product div.text-right {
        width: 100%;
        flex: 0 0 100%;
        padding-left: 0px;
    }

    section.content-product-site div.content-product div.text-right h2 {
        font-size: 30px;
    }

    section.content-product-site div.content-product div.text-right p {
        font-size: 20px;
    }

    section.content div.content-advantages-max h2 {
        font-size: 30px;
    }

    section.content div.content-advantages-max p {
        font-size: 20px;
    }

    section.content div.content-advantages-max div.advantages {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: center;

    }

    section.content div.content-advantages-max div.advantages div {
        box-shadow: 0, 0, 0, 0, white !important;
        width: 50%;
        flex: 0 0 50%;
        padding: 20px 30px 30px 30px;
        min-height: 260px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;

    }

    section.content div.content-advantages-max div.advantages div:nth-child(1),
    section.content div.content-advantages-max div.advantages div:nth-child(3),
    section.content div.content-advantages-max div.advantages div:nth-child(6),
    section.content div.content-advantages-max div.advantages div:nth-child(8),
    section.content div.content-advantages-max div.advantages div:nth-child(9),
    section.content div.content-advantages-max div.advantages div:nth-child(11),
    section.content div.content-advantages-max div.advantages div:nth-child(14),
    section.content div.content-advantages-max div.advantages div:nth-child(16),
    section.content div.content-advantages-max div.advantages div:nth-child(17),
    section.content div.content-advantages-max div.advantages div:nth-child(19),
    section.content div.content-advantages-max div.advantages div:nth-child(22),
    section.content div.content-advantages-max div.advantages div:nth-child(24),
    section.content div.content-advantages-max div.advantages div:nth-child(25),
    section.content div.content-advantages-max div.advantages div:nth-child(27),
    section.content div.content-advantages-max div.advantages div:nth-child(30),
    section.content div.content-advantages-max div.advantages div:nth-child(32) {
        box-shadow: 0 -5px 5px -5px #fff, 0 5px 5px -5px #fff;

    }

    section.content div.content-advantages-max div.advantages div img {
        width: auto;
        height: 65px;
    }

    section.content div.content-advantages-max div.advantages div p {
        font-size: 20px;
    }

    section.posts div.posts {
        display: flex;
        flex-wrap: wrap;
        width: 100%;

    }

    section.posts div.posts div {
        flex: 1 0 100%;
        max-width: 100%;
        border-radius: 8px;
        margin: 0px;
        margin-top: 15px;
        padding: 30px 25px;


    }

    section.content-changelog {
        padding: 40px 0px;
    }

    section.content-changelog div.changelog {
        width: 100%;
        flex-direction: column;
        column-gap: 0px;
    }

    section.content-changelog div.changelog div.info {
        width: 100%;
        flex-basis: 100%;
        border-radius: 8px;
        text-align: center;
        font-size: 18px;
        padding: 20px 0px;
        min-height: 80px;

    }

    section.content-changelog div.changelog div.info:nth-child(2) {
        margin-top: 15px;
    }

    section.content-changelog div.changelog div.changelog-button {
        width: 100%;
        flex-basis: 100%;
        margin-top: 15px;
    }

    section.content-changelog div.changelog div.changelog-button button {
        font-size: 18px;
        padding: 20px 0px;
        min-height: 80px;
        width: 100%;
    }






}

/* Do 768px) */
@media only screen and (max-width: 768px) {

    section.content,
    main.content {
        padding: 30px 0px;
    }

    .header {
        height: auto;
    }

    .header .custom-logo-link {
        width: 80%;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .header .custom-logo-link img {
        width: 100%;
        height: auto;
    }

    .header .menu-icon {
        margin-top: 20px;
    }

    .header ul.top-bar {
        display: none;
    }

    section.header-page div.container div.img {
        display: none;
    }

    section.header-page {
        height: 100%;
        background: linear-gradient(90deg, #FF5A00 100%, #E8ECED 0%);
    }

    div.footer h2 {
        font-size: 35px;
    }

    section.content h2 {
        font-size: 25px;
    }

    div.footer div.form_contact {
        width: 100%;
        margin-top: 50px;
    }

    div.footer div.contact {
        width: 100%;
    }

    section.content div.content h2 {
        font-size: 30px;
    }

    section.content div.content_support h2 {
        font-size: 25px;
    }

    section.content div.content p {
        font-size: 20px;
    }

    section.content div.content_support p {
        font-size: 20px;
    }

    section.content div.content button {
        font-size: 18px;
    }

    section.content div.content_support button {
        font-size: 18px;
    }

    section.content div.content_table_price div.table div {
        flex: 1 0 50%;
    }

    section.content-product div.product div {
        flex: 1 0 100%;
    }

    section.content-product div.product div img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 80%;
        height: auto;
    }

    section.content-product div.product h2 {
        text-align: center;
        padding-top: 20px;
        font-size: 40px;
        padding-top: 30px;
    }

    section.content-product div.product p {
        text-align: center;
    }

    section.content-product div.product button {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    section.content div.content div {
        padding: 10px;
    }

    section.content div.content_support div {
        padding: 10px;
    }

    section.content div.content div p {
        font-size: 16px;
    }

    section.content div.content_support div p {
        font-size: 16px;
    }

    section.content div.button_support div {
        width: 100%;
        flex: 1 0 100%;
    }

    section.content div.button_support div button {
        font-size: 16px;
        width: 100%;
    }

    section.content div.content_header img {
        width: 100%;
        height: auto;
    }

    section.content div.content_header div.wideo-header iframe {
        margin-top: 30px;
        width: 100%;

    }

    /* O nas */

    div.content_about h2 {
        font-size: 35px;
    }

    div.content_about p {
        font-size: 20px;

    }


    section.content div.benefits div {
        flex: 1 0 100%;

    }

    div.posts div {
        flex: 1 0 100%;

    }


    div.form-support {
        margin-top: -20px;
    }


    div.form-support h2 {
        font-size: 30px;

    }

    div.topic span.wpcf7-list-item {
        margin: 5px 0px !important;
        width: 100%;
    }

    div.form-support div.pre-registration div {
        width: 100%;
        flex: 1 0 100%;
        height: auto;
        padding: 30px 20px;
    }

    div.form-support div.pre-registration {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;



    }



    div.documentation h2 {
        font-size: 30px;

    }

    div.documentation p {
        font-size: 16px;
    }

    div.wideo-max div iframe {
        width: 100%;
        height: 240px;
    }

    div.wideo-max div {
        flex: 0 0 100%;
        margin: 10px;
    }

    section.content div.content-advantage {
        flex-direction: column;
    }

    section.content div.content-advantage div.text-left {
        padding-left: 0px;
    }

    section.content div.content-advantage div.text-left,
    section.content div.content-advantage div.text-right {
        width: 100%;
        flex: 1 0 100%;
    }

    section.content div.content-advantage div.img-left,
    section.content div.content-advantage div.img-right {
        width: 100%;
        flex: 1 0 100%;
        padding-top: 50px;
    }

    section.content div.content-advantage div.img-left {
        order: 2;
    }

    section.content div.content-advantage div.img-left img,
    section.content div.content-advantage div.img-right img {
        width: 80%;
        height: auto;
    }

    section.content div.content-advantage div.text-left h2,
    section.content div.content-advantage div.text-right h2 {
        font-size: 25px;
    }

    section.content div.content-gift {
        flex-direction: column;
        padding: 50px 0px;
    }

    section.content div.content-gift div.text {
        width: 100%;
        flex: 0 1 100%;
    }

    section.content div.content-gift div.img {
        width: 100%;
        flex: 0 1 100%;
    }

    section.content div.content-gift div.text h2 {
        text-align: center;
        padding: 0px;
    }

    section.content div.content-gift div.img img {
        width: 60%;
        height: auto;
    }


}



@media (min-width:2000px) {
    section.header-page div.container div.img {
        background: #DFE4E6;
        padding: 40px 0px;
        margin-top: -2px;
        margin-bottom: -1px;
    }
}


@media only screen and (max-width: 1400px) and (min-width: 1290px) {


    .header .custom-logo-link {
        width: 26%;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .header .custom-logo-link img {
        width: 100%;
        height: auto;

    }
}

@media only screen and (max-width: 1199px) and (min-width: 990px) {
    div.content_header div.wideo-header {
        margin-top: 40px;
    }

    section.content div.content_header div {
        flex: 1 0 100%;
    }

    section.content div.content_header div.wideo-header iframe {
        text-align: left;
        margin: 0 0 0 0;
    }

    section.content div.button_support div {
        margin: 5px;
    }


    section.content div.button_support div button {
        height: 80px;
        width: 100%;
    }

    div.table div button {
        width: 80%;
    }
}
