@charset "UTF-8";
@media only screen and (min-width: 1300px) {
    .container {
        max-width: 1230px;
    }
}
@media only screen and (min-width: 1430px) {
    .container {
        max-width: 1300px;
    }
    .container.large {
        max-width: 1370px;
    }
}
@media only screen and (min-width: 1500px) {
    .container.large {
        max-width: 1450px;
    }
}
@media only screen and (min-width: 1800px) {
    .container.large {
        max-width: 1640px;
    }
}
@media only screen and (min-width: 1921px) {
    .container {
        max-width: 1550px;
    }
    .container.large {
        max-width: 1850px;
    }
}
.font-size-80 {
    font-size: 80px;
}
@media only screen and (max-width: 1499px) {
    .font-size-80 {
        font-size: 70px;
    }
}
@media only screen and (max-width: 991px) {
    .font-size-80 {
        font-size: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .font-size-80 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 575px) {
    .font-size-80 {
        font-size: 40px;
    }
}
.font-size-1 {
    font-size: 70px;
}
@media only screen and (max-width: 1499px) {
    .font-size-1 {
        font-size: 60px;
    }
}
@media only screen and (max-width: 991px) {
    .font-size-1 {
        font-size: 52px;
    }
}
@media only screen and (max-width: 767px) {
    .font-size-1 {
        font-size: 45px;
    }
}
@media only screen and (max-width: 575px) {
    .font-size-1 {
        font-size: 34px;
    }
}
.font-size-2 {
    font-size: 60px;
}
@media only screen and (max-width: 1499px) {
    .font-size-2 {
        font-size: 57px;
    }
}
@media only screen and (max-width: 1429px) {
    .font-size-2 {
        font-size: 54px;
    }
}
@media only screen and (max-width: 1199px) {
    .font-size-2 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .font-size-2 {
        font-size: 45px;
    }
}
@media only screen and (max-width: 767px) {
    .font-size-2 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 575px) {
    .font-size-2 {
        font-size: 32px;
    }
}
.font-size-3 {
    font-size: 50px;
}
@media only screen and (max-width: 1499px) {
    .font-size-3 {
        font-size: 42px;
    }
}
@media only screen and (max-width: 1429px) {
    .font-size-3 {
        font-size: 38px;
    }
}
@media only screen and (max-width: 1199px) {
    .font-size-3 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 575px) {
    .font-size-3 {
        font-size: 28px;
    }
}
.font-size-4 {
    font-size: 40px;
}
@media only screen and (max-width: 1499px) {
    .font-size-4 {
        font-size: 38px;
    }
}
@media only screen and (max-width: 1429px) {
    .font-size-4 {
        font-size: 35px;
    }
}
@media only screen and (max-width: 1199px) {
    .font-size-4 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 575px) {
    .font-size-4 {
        font-size: 28px;
    }
}
.font-size-5 {
    font-size: 35px;
}
@media only screen and (max-width: 1429px) {
    .font-size-5 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .font-size-5 {
        font-size: 26px;
    }
}
.font-size-6 {
    font-size: 30px;
}
@media only screen and (max-width: 1429px) {
    .font-size-6 {
        font-size: 27px;
    }
}
@media only screen and (max-width: 575px) {
    .font-size-6 {
        font-size: 24px;
    }
}
.font-size-6a {
    font-size: 26px;
}
@media only screen and (max-width: 575px) {
    .font-size-6a {
        font-size: 21px;
    }
}
.font-size-6b {
    font-size: 22px;
}
@media only screen and (max-width: 575px) {
    .font-size-6b {
        font-size: 20px;
    }
}
.font-size-7 {
    font-size: 20px;
}
@media only screen and (max-width: 575px) {
    .font-size-7 {
        font-size: 19px;
    }
}
.font-size-8 {
    font-size: 19px;
}
@media only screen and (max-width: 575px) {
    .font-size-8 {
        font-size: 18px;
    }
}
.font-size-9 {
    font-size: 18px;
}
@media only screen and (max-width: 575px) {
    .font-size-9 {
        font-size: 17px;
    }
}
.font-size-10 {
    font-size: 17px;
}
@media only screen and (max-width: 575px) {
    .font-size-10 {
        font-size: 16px;
    }
}
.font-size-11 {
    font-size: 14px;
}
.text-bigger-20 {
    font-size: 1.2em;
    margin: 15px 0;
}
.wysiwyg-text a {
    color: rgba(var(--color-accent), 1);
}
.wysiwyg-text a[href^="mailto"] {
    word-break: break-all;
}
.wysiwyg-text img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: var(--rounded-corners3);
    height: auto !important;
}
*,
a,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
table,
td,
th,
tr,
ul {
    margin: 0;
    padding: 0;
    font-smooth: always;
}
::-moz-selection,
a::-moz-selection,
figure::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection,
ol::-moz-selection,
p::-moz-selection,
table::-moz-selection,
td::-moz-selection,
th::-moz-selection,
tr::-moz-selection,
ul::-moz-selection {
    color: #fff;
    background-color: rgba(var(--color-accent), 1);
}
::selection,
a::selection,
figure::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
ol::selection,
p::selection,
table::selection,
td::selection,
th::selection,
tr::selection,
ul::selection {
    color: #fff;
    background-color: rgba(var(--color-accent), 1);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-header), sans-serif;
    margin: 10px 0;
    color: rgba(var(--color-main), 1);
    font-weight: 700;
    line-height: 1.3em;
}
body,
html {
    font-family: var(--font-text), sans-serif;
    color: rgba(var(--font-dark-color), 1);
}
@media only screen and (max-width: 1199px) {
    body[data-body="true"],
    html[data-body="true"] {
        overflow: hidden;
    }
    body[data-body="true"] .header,
    html[data-body="true"] .header {
        position: fixed !important;
        width: 100%;
    }
}
img {
    text-indent: -9999px;
    max-width: 100%;
}
ol,
ul {
    list-style-position: inside;
}
ul {
    list-style-type: disc;
}
ul ul {
    list-style-type: circle;
}
ul ul ul {
    list-style-type: square;
}
ul ul ul ul {
    list-style-type: disclosure-closed;
}
ol {
    list-style-type: decimal;
}
ol ol {
    list-style-type: lower-latin;
}
ol ol ol {
    list-style-type: upper-roman;
}
ol ol ol ol {
    list-style-type: lower-roman;
}
.text-section h1,
.text-section h2,
.text-section h3,
.text-section h4,
.text-section h5,
.text-section h6 {
    margin: 0 0 2rem;
}
@media only screen and (max-width: 991px) {
    .text-section h1,
    .text-section h2,
    .text-section h3,
    .text-section h4,
    .text-section h5,
    .text-section h6 {
        margin: 0 0 1.5rem;
    }
}
.text-section p {
    margin-bottom: 1rem;
}
.text-section ol,
.text-section ul {
    padding-left: 2rem;
}
.text-section .main-btn {
    margin: 15px 0;
}
.text-section table {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    overflow: auto;
    height: auto !important;
    border: none;
    display: block;
}
.text-section table thead {
    background: rgba(var(--color-main), 1);
    color: #fff;
    border-bottom: 2px solid #fff;
    font-size: 16px;
}
.text-section table thead tr td {
    padding: 15px 30px;
}
.text-section table thead tr th {
    padding: 15px 30px;
}
.text-section table tbody tr:nth-child(odd) {
    background: #f3f3f3;
}
.text-section table tbody tr:hover {
    background: #e6e6e6;
}
.text-section table tbody tr td {
    padding: 15px 30px;
}
::marker {
    color: rgba(var(--color-accent), 1);
}
.slick-slide {
    outline: 0 !important;
}
a[href^="mailto"] {
    word-break: break-all;
}
[data-smartwww="1"] .loggedIn [data-component] .component-number {
    display: block;
}
[data-smartwww="1"] [data-component] {
    position: relative;
}
[data-smartwww="1"] [data-component] .component-number {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
    transition: opacity 0.25s ease, transform 0.25s ease;
    transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
    will-change: opacity, transform;
    z-index: 9;
    display: none;
}
[data-smartwww="1"] [data-component] .component-number div {
    position: sticky;
    position: -webkit-sticky;
    top: 180px;
    -webkit-filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.05));
    font-size: 14px;
    line-height: 100%;
    padding: 0.5rem 1.2rem;
    background-color: rgba(var(--color-accent), 1);
    color: #fff;
}
@media only screen and (max-width: 1199px) {
    [data-smartwww="1"] [data-component] .component-number {
        display: none;
    }
}
[data-smartwww="1"] [data-component]:hover .component-number {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.error-page {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    text-align: center;
}
.action-bar {
    background-color: rgba(var(--color-main), 1);
    top: 200px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    position: fixed;
    right: 0;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    z-index: 999999;
    max-height: 52px;
    border-radius: var(--rounded-corners3) 0 0 var(--rounded-corners3);
}
@media only screen and (max-width: 767px) {
    .action-bar {
        display: none;
    }
}
.action-bar__preloader {
    position: fixed;
    bottom: 30px;
    left: 30px;
    padding: 10px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    transition: all 0.25s ease;
}
.action-bar__icons,
.action-bar__item,
.action-bar__trigger {
    transition: background-color 0.25s ease;
    z-index: 20;
}
.action-bar__icons,
.action-bar__trigger {
    float: left;
}
.action-bar__trigger {
    background-color: rgba(var(--color-main), 1);
    padding: 13px;
    border-radius: var(--rounded-corners3) 0 0 var(--rounded-corners3);
}
.action-bar__trigger {
    cursor: pointer;
    border-right: 1px solid rgba(var(--color-main), 1);
}
.action-bar__trigger img {
    max-width: 25px;
}
.action-bar__drag {
    background-color: rgba(var(--color-main), 1);
    border: 0;
    bottom: 0;
    display: none;
    left: 0;
    padding: 0 5px 3px 5px;
    position: absolute;
    -webkit-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
}
.action-bar--moving .action-bar__drag,
.action-bar:hover .action-bar__drag {
    display: block;
}
.action-bar__drag img {
    max-width: 15px;
}
.action-bar__items {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.action-bar__item {
    display: inline-block;
    list-style: none;
    margin: 0;
}
.action-bar__item a {
    display: block;
    padding: 15px 15px;
}
.action-bar__item img {
    max-width: 16px;
    transition: -webkit-filter 0.25s ease;
    transition: filter 0.25s ease;
    transition: filter 0.25s ease, -webkit-filter 0.25s ease;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.action-bar__item:hover {
    background-color: #fff;
}
.action-bar__item:hover img {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}
.action-bar__tooltip {
    background-color: rgba(var(--color-main), 1);
    bottom: 0;
    color: #fff;
    display: none;
    font-size: 11px;
    right: 0;
    max-width: 75%;
    padding: 5px;
    position: absolute;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.action-bar__item:hover .action-bar__tooltip {
    display: block;
}
.action-bar--closed {
    -webkit-transform: translateX(calc(100% - 50px));
    transform: translateX(calc(100% - 50px));
}
.action-bar--closed .action-bar__trigger {
    background: 0 0;
}
.action-bar--moving {
    opacity: 0.5;
}
[data-blog-id],
[data-cms-id],
[data-news-id] {
    position: relative;
}
[data-blog-id] > .action-bar__extra-link,
[data-cms-id] > .action-bar__extra-link,
[data-news-id] > .action-bar__extra-link {
    position: absolute;
    top: 0;
    right: 0 !important;
    z-index: 20;
    color: transparent;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none !important;
    height: var(--h);
    border-collapse: collapse;
    --h: 40px;
    height: var(--h);
    width: calc(2.5 * var(--h));
    transition: background-color 0.25s ease, color 0.25s ease, -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
    transition: background-color 0.25s ease, transform 0.25s ease, color 0.25s ease, filter 0.25s ease;
    transition: background-color 0.25s ease, transform 0.25s ease, color 0.25s ease, filter 0.25s ease, -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
    will-change: background-color, transform, color, filter;
}
[data-blog-id] > .action-bar__extra-link::before,
[data-cms-id] > .action-bar__extra-link::before,
[data-news-id] > .action-bar__extra-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: var(--h);
    height: var(--h);
    background-color: rgba(var(--color-main), 1);
    -webkit-transform: translate(calc(100% + var(--h) / 2), -50%);
    transform: translate(calc(100% + var(--h) / 2), -50%);
    display: block;
    background-image: url(/modules/CGActionBar/images/webiso.png);
    background-size: 60%;
    background-position: center center;
    background-repeat: no-repeat;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
    will-change: transform;
}
[data-blog-id] > .action-bar__extra-link:hover,
[data-cms-id] > .action-bar__extra-link:hover,
[data-news-id] > .action-bar__extra-link:hover {
    background-color: rgba(var(--color-accent), 1);
    opacity: 1;
    color: #fff;
    pointer-events: all;
    -webkit-filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.05));
}
[data-blog-id] > .action-bar__extra-link:hover::before,
[data-cms-id] > .action-bar__extra-link:hover::before,
[data-news-id] > .action-bar__extra-link:hover::before {
    -webkit-transform: translate(calc(-100% + 4px), -50%);
    transform: translate(calc(-100% + 4px), -50%);
}
[data-blog-id] > .action-bar__extra-link:nth-of-type(1),
[data-cms-id] > .action-bar__extra-link:nth-of-type(1),
[data-news-id] > .action-bar__extra-link:nth-of-type(1) {
    top: calc(var(--h) * (1 - 1));
}
[data-blog-id] > .action-bar__extra-link:nth-of-type(2),
[data-cms-id] > .action-bar__extra-link:nth-of-type(2),
[data-news-id] > .action-bar__extra-link:nth-of-type(2) {
    top: calc(var(--h) * (2 - 1));
}
[data-block] {
    outline: 2px dotted #818181;
}
.action-bar__wrapper {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    padding: 0.3rem 0.5rem;
    background-color: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    border-radius: var(--rounded-corners3);
    z-index: 5;
    display: flex;
}
.action-bar__wrapper::before {
    content: "Beta 0.1.0";
    white-space: nowrap;
    font-size: 16px;
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(calc(-50% - 0.5rem), -50%) scale(0.5) rotate(-90deg);
    transform: translate(calc(-50% - 0.5rem), -50%) scale(0.5) rotate(-90deg);
    border-radius: var(--rounded-corners3);
    padding: 0.2rem 0.4rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: rgba(var(--color-accent), 1);
    color: #fff;
}
@media only screen and (max-width: 1199px) {
    .action-bar__wrapper {
        display: none;
    }
}
.action-bar__wrapper--button,
.action-bar__wrapper--link {
    text-indent: -9999px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    --w: 30px;
    width: var(--w);
    height: var(--w);
    color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    background-color: transparent;
    margin: 0;
    outline: 0 !important;
}
.action-bar__wrapper--button span,
.action-bar__wrapper--link span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/modules/CGActionBar/templates/img/gear.svg);
    background-size: contain;
    background-position: center center;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
    will-change: transform;
}
.action-bar__wrapper--button {
    border-radius: 50%;
}
.action-bar__wrapper--button span {
    border-radius: 50%;
}
.action-bar__wrapper--button:hover {
    color: transparent;
}
.action-bar__wrapper--button:hover span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.action-bar__wrapper--link {
    margin-left: 0.5rem;
    display: none;
    position: relative;
}
.action-bar__wrapper--link::after,
.action-bar__wrapper--link::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.25s ease;
    will-change: opacity;
}
.action-bar__wrapper--link::before {
    content: attr(data-title);
    white-space: nowrap;
    font-size: 16px;
    text-indent: 0;
    color: #000;
    -webkit-transform: translateY(calc(var(--w) + 8px));
    transform: translateY(calc(var(--w) + 8px));
    border-radius: var(--rounded-corners3);
    padding: 0.2rem 0.4rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.action-bar__wrapper--link::after {
    --w: 10px;
    width: var(--w);
    height: var(--w);
    -webkit-transform: translate(-10px, 12px) rotate(45deg);
    transform: translate(-10px, 12px) rotate(45deg);
}
.action-bar__wrapper--link:hover::after,
.action-bar__wrapper--link:hover::before {
    opacity: 1;
}
.action-bar__wrapper input {
    display: none;
}
.action-bar__wrapper input:checked ~ a {
    display: block;
}
.action-bar__wrapper--hide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    display: grid;
    place-items: center;
}
.action-bar__wrapper--hide span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    font-size: 30px;
    font-weight: 700;
    color: #000;
}
.breadcrumbs {
    position: relative;
    z-index: 2;
}
.breadcrumbs * {
    color: #b5b1cc;
    font-size: 13px;
}
.breadcrumbs a {
    text-decoration: none;
}
.breadcrumbs a:hover {
    color: rgba(var(--color-accent), 1);
}
.breadcrumbs .container {
    padding-top: 30px;
    padding-bottom: 30px;
}
.contact-links {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.contact-links__link {
    display: flex;
    align-items: center;
    color: rgba(var(--color-main), 1);
    text-decoration: none;
    transition: color 0.25s ease;
}
.contact-links__link:hover {
    color: rgba(var(--color-accent2), 1);
}
.contact-links__link:hover::before {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}
.contact-links__link path {
    fill: rgba(var(--color-accent), 1);
}
.contact-links__link--link {
    margin-left: 0.7rem;
    color: rgba(var(--color-main), 1);
    text-decoration: none;
    transition: color 0.25s ease;
    will-change: color;
}
.contact-links__link--link:hover {
    color: rgba(var(--color-accent), 1);
}
.cc-window.cc-floating {
    width: 100%;
    max-width: 600px;
    padding: 40px;
    position: fixed;
    bottom: 1em;
    right: 0;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.7em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    z-index: 9999;
    opacity: 0.93;
}
@media only screen and (max-width: 1429px) {
    .cc-window.cc-floating {
        max-width: 500px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 991px) {
    .cc-window.cc-floating {
        padding: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .cc-window.cc-floating {
        font-size: 12px;
        bottom: 0;
    }
}
.cc-window.cc-floating .cookie-img {
    position: absolute;
    top: 0;
    left: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
    .cc-window.cc-floating .cookie-img {
        left: 20px;
    }
}
.cc-window.cc-floating .cc-message {
    margin-bottom: 1.5em;
    display: block;
}
.cc-window.cc-floating .cc-message .cc-link {
    opacity: 0.8;
    display: inline-block;
    padding: 0.2em;
    color: rgba(var(--color-accent2), 1);
    cursor: pointer;
    display: none;
}
.setbox {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.setbox .box-name {
    font-size: 14px;
    margin-right: 8px;
}
.setbox .font-buttons {
    margin-right: 25px;
}
.setbox .font-buttons .font-btn {
    padding: 0 2px;
    cursor: pointer;
}
.setbox .font-buttons #font-btn-small {
    font-size: 16px;
}
.setbox .font-buttons #font-btn-medium {
    font-size: 18px;
}
.setbox .font-buttons #font-btn-large {
    font-size: 20px;
}
.setbox .contrast-buttons .contrast-btn {
    padding: 0 4px;
    cursor: pointer;
    font-size: 18px;
}
.setbox .contrast-buttons #contrast-btn-basic {
    background: #fff;
    color: #000;
    margin-right: 3px;
}
.setbox .contrast-buttons #contrast-btn-by {
    background: #000;
    color: #ff0;
    border: 1px solid #ff0;
}
html[data-font-size="large"] body {
    font-size: 20px;
}
html[data-font-size="large"] .font-size-80 {
    font-size: 84px;
}
@media only screen and (max-width: 1499px) {
    html[data-font-size="large"] .font-size-80 {
        font-size: 74px;
    }
}
@media only screen and (max-width: 991px) {
    html[data-font-size="large"] .font-size-80 {
        font-size: 64px;
    }
}
@media only screen and (max-width: 767px) {
    html[data-font-size="large"] .font-size-80 {
        font-size: 54px;
    }
}
@media only screen and (max-width: 575px) {
    html[data-font-size="large"] .font-size-80 {
        font-size: 44px;
    }
}
html[data-font-size="large"] .font-size-1 {
    font-size: 74px;
}
@media only screen and (max-width: 1499px) {
    html[data-font-size="large"] .font-size-1 {
        font-size: 64px;
    }
}
@media only screen and (max-width: 991px) {
    html[data-font-size="large"] .font-size-1 {
        font-size: 56px;
    }
}
@media only screen and (max-width: 767px) {
    html[data-font-size="large"] .font-size-1 {
        font-size: 49px;
    }
}
@media only screen and (max-width: 575px) {
    html[data-font-size="large"] .font-size-1 {
        font-size: 38px;
    }
}
html[data-font-size="large"] .font-size-2 {
    font-size: 64px;
}
@media only screen and (max-width: 1499px) {
    html[data-font-size="large"] .font-size-2 {
        font-size: 61px;
    }
}
@media only screen and (max-width: 1429px) {
    html[data-font-size="large"] .font-size-2 {
        font-size: 58px;
    }
}
@media only screen and (max-width: 1199px) {
    html[data-font-size="large"] .font-size-2 {
        font-size: 54px;
    }
}
@media only screen and (max-width: 991px) {
    html[data-font-size="large"] .font-size-2 {
        font-size: 49px;
    }
}
@media only screen and (max-width: 767px) {
    html[data-font-size="large"] .font-size-2 {
        font-size: 44px;
    }
}
@media only screen and (max-width: 575px) {
    html[data-font-size="large"] .font-size-2 {
        font-size: 36px;
    }
}
html[data-font-size="large"] .font-size-3 {
    font-size: 54px;
}
@media only screen and (max-width: 1499px) {
    html[data-font-size="large"] .font-size-3 {
        font-size: 46px;
    }
}
@media only screen and (max-width: 1429px) {
    html[data-font-size="large"] .font-size-3 {
        font-size: 42px;
    }
}
@media only screen and (max-width: 1199px) {
    html[data-font-size="large"] .font-size-3 {
        font-size: 36px;
    }
}
@media only screen and (max-width: 575px) {
    html[data-font-size="large"] .font-size-3 {
        font-size: 32px;
    }
}
html[data-font-size="large"] .font-size-4 {
    font-size: 44px;
}
@media only screen and (max-width: 1499px) {
    html[data-font-size="large"] .font-size-4 {
        font-size: 42px;
    }
}
@media only screen and (max-width: 1429px) {
    html[data-font-size="large"] .font-size-4 {
        font-size: 39px;
    }
}
@media only screen and (max-width: 1199px) {
    html[data-font-size="large"] .font-size-4 {
        font-size: 36px;
    }
}
@media only screen and (max-width: 575px) {
    html[data-font-size="large"] .font-size-4 {
        font-size: 32px;
    }
}
html[data-font-size="large"] .font-size-5 {
    font-size: 39px;
}
@media only screen and (max-width: 1429px) {
    html[data-font-size="large"] .font-size-5 {
        font-size: 34px;
    }
}
@media only screen and (max-width: 575px) {
    html[data-font-size="large"] .font-size-5 {
        font-size: 30px;
    }
}
html[data-font-size="large"] .font-size-6 {
    font-size: 34px;
}
@media only screen and (max-width: 1429px) {
    html[data-font-size="large"] .font-size-6 {
        font-size: 31px;
    }
}
@media only screen and (max-width: 575px) {
    html[data-font-size="large"] .font-size-6 {
        font-size: 28px;
    }
}
html[data-font-size="large"] .font-size-6a {
    font-size: 30px;
}
@media only screen and (max-width: 575px) {
    html[data-font-size="large"] .font-size-6a {
        font-size: 25px;
    }
}
html[data-font-size="large"] .font-size-7 {
    font-size: 24px;
}
@media only screen and (max-width: 575px) {
    html[data-font-size="large"] .font-size-7 {
        font-size: 23px;
    }
}
html[data-font-size="large"] .font-size-8 {
    font-size: 23px;
}
@media only screen and (max-width: 575px) {
    html[data-font-size="large"] .font-size-8 {
        font-size: 22px;
    }
}
html[data-font-size="large"] .font-size-9 {
    font-size: 22px;
}
html[data-font-size="large"] .font-size-10 {
    font-size: 21px;
}
html[data-font-size="large"] .font-size-11 {
    font-size: 17px;
}
html[data-font-size="large"] .text-bigger-20 {
    font-size: 1.4em;
    margin: 15px 0;
}
html[data-font-size="medium"] body {
    font-size: 18px;
}
html[data-font-size="medium"] .font-size-80 {
    font-size: 82px;
}
@media only screen and (max-width: 1499px) {
    html[data-font-size="medium"] .font-size-80 {
        font-size: 72px;
    }
}
@media only screen and (max-width: 991px) {
    html[data-font-size="medium"] .font-size-80 {
        font-size: 62px;
    }
}
@media only screen and (max-width: 767px) {
    html[data-font-size="medium"] .font-size-80 {
        font-size: 52px;
    }
}
@media only screen and (max-width: 575px) {
    html[data-font-size="medium"] .font-size-80 {
        font-size: 42px;
    }
}
html[data-font-size="medium"] .font-size-1 {
    font-size: 72px;
}
@media only screen and (max-width: 1499px) {
    html[data-font-size="medium"] .font-size-1 {
        font-size: 62px;
    }
}
@media only screen and (max-width: 991px) {
    html[data-font-size="medium"] .font-size-1 {
        font-size: 54px;
    }
}
@media only screen and (max-width: 767px) {
    html[data-font-size="medium"] .font-size-1 {
        font-size: 47px;
    }
}
@media only screen and (max-width: 575px) {
    html[data-font-size="medium"] .font-size-1 {
        font-size: 36px;
    }
}
html[data-font-size="medium"] .font-size-2 {
    font-size: 62px;
}
@media only screen and (max-width: 1499px) {
    html[data-font-size="medium"] .font-size-2 {
        font-size: 59px;
    }
}
@media only screen and (max-width: 1429px) {
    html[data-font-size="medium"] .font-size-2 {
        font-size: 56px;
    }
}
@media only screen and (max-width: 1199px) {
    html[data-font-size="medium"] .font-size-2 {
        font-size: 52px;
    }
}
@media only screen and (max-width: 991px) {
    html[data-font-size="medium"] .font-size-2 {
        font-size: 47px;
    }
}
@media only screen and (max-width: 767px) {
    html[data-font-size="medium"] .font-size-2 {
        font-size: 42px;
    }
}
@media only screen and (max-width: 575px) {
    html[data-font-size="medium"] .font-size-2 {
        font-size: 34px;
    }
}
html[data-font-size="medium"] .font-size-3 {
    font-size: 52px;
}
@media only screen and (max-width: 1499px) {
    html[data-font-size="medium"] .font-size-3 {
        font-size: 44px;
    }
}
@media only screen and (max-width: 1429px) {
    html[data-font-size="medium"] .font-size-3 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1199px) {
    html[data-font-size="medium"] .font-size-3 {
        font-size: 34px;
    }
}
@media only screen and (max-width: 575px) {
    html[data-font-size="medium"] .font-size-3 {
        font-size: 30px;
    }
}
html[data-font-size="medium"] .font-size-4 {
    font-size: 42px;
}
@media only screen and (max-width: 1499px) {
    html[data-font-size="medium"] .font-size-4 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1429px) {
    html[data-font-size="medium"] .font-size-4 {
        font-size: 37px;
    }
}
@media only screen and (max-width: 1199px) {
    html[data-font-size="medium"] .font-size-4 {
        font-size: 34px;
    }
}
@media only screen and (max-width: 575px) {
    html[data-font-size="medium"] .font-size-4 {
        font-size: 30px;
    }
}
html[data-font-size="medium"] .font-size-5 {
    font-size: 37px;
}
@media only screen and (max-width: 1429px) {
    html[data-font-size="medium"] .font-size-5 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 575px) {
    html[data-font-size="medium"] .font-size-5 {
        font-size: 28px;
    }
}
html[data-font-size="medium"] .font-size-6 {
    font-size: 32px;
}
@media only screen and (max-width: 1429px) {
    html[data-font-size="medium"] .font-size-6 {
        font-size: 29px;
    }
}
@media only screen and (max-width: 575px) {
    html[data-font-size="medium"] .font-size-6 {
        font-size: 26px;
    }
}
html[data-font-size="medium"] .font-size-6a {
    font-size: 28px;
}
@media only screen and (max-width: 575px) {
    html[data-font-size="medium"] .font-size-6a {
        font-size: 23px;
    }
}
html[data-font-size="medium"] .font-size-7 {
    font-size: 22px;
}
@media only screen and (max-width: 575px) {
    html[data-font-size="medium"] .font-size-7 {
        font-size: 21px;
    }
}
html[data-font-size="medium"] .font-size-8 {
    font-size: 21px;
}
@media only screen and (max-width: 575px) {
    html[data-font-size="medium"] .font-size-8 {
        font-size: 20px;
    }
}
html[data-font-size="medium"] .font-size-9 {
    font-size: 20px;
}
html[data-font-size="medium"] .font-size-10 {
    font-size: 19px;
}
html[data-font-size="medium"] .font-size-11 {
    font-size: 15px;
}
html[data-font-size="medium"] .text-bigger-20 {
    font-size: 1.3em;
    margin: 15px 0;
}
body[data-contrast="by"] {
    --color-main: 255, 255, 0;
    --color-accent: 255, 255, 0;
    --color-accent2: 51, 51, 51;
    --color-accent3: 0, 0, 0;
    --font-dark-color: 255, 255, 0;
}
body[data-contrast="by"] h1,
body[data-contrast="by"] h2,
body[data-contrast="by"] h3,
body[data-contrast="by"] h4,
body[data-contrast="by"] h5,
body[data-contrast="by"] h6 {
    color: #ff0 !important;
}
body[data-contrast="by"] svg.icon path {
    fill: #ff0 !important;
}
body[data-contrast="by"] .cc-message {
    color: #000;
}
body[data-contrast="by"] .switch-lg .lang::after {
    color: #ff0 !important;
}
body[data-contrast="by"] .main-btn {
    color: #000 !important;
    background: #ff0 !important;
    border-color: #ff0 !important;
}
body[data-contrast="by"] .main-btn.play-btn {
    background: #000 !important;
    color: #ff0 !important;
    border-color: #ff0 !important;
}
body[data-contrast="by"] .main-btn.play-btn:before {
    background: #ff0 !important;
}
body[data-contrast="by"] .main-btn.light-btn {
    color: #ff0 !important;
    background: #000 !important;
}
body[data-contrast="by"] .main-btn .icon-wrapper {
    background: #000 !important;
}
body[data-contrast="by"] .main-btn .icon-wrapper svg path {
    fill: #ff0 !important;
}
body[data-contrast="by"] .icon-wrapper svg path {
    fill: #000 !important;
}
body[data-contrast="by"] .action-bar__wrapper {
    background-color: #fff !important;
}
body[data-contrast="by"] .action-bar__trigger img {
    -webkit-filter: brightness(0) !important;
    filter: brightness(0) !important;
}
body[data-contrast="by"] .header.lower {
    background: #000 !important;
}
body[data-contrast="by"] .header__menu-01 .menu__top {
    background: #fff !important;
}
body[data-contrast="by"] .header__menu-01 .menu__top .container .mail-link,
body[data-contrast="by"] .header__menu-01 .menu__top .container .number-link {
    color: #ff0 !important;
}
body[data-contrast="by"] .header__menu-01 .menu__top .container .mail-link:before,
body[data-contrast="by"] .header__menu-01 .menu__top .container .number-link:before {
    background: #ff0 !important;
}
body[data-contrast="by"] .header__menu-01 .menu__bottom .main-nav > ul li a,
body[data-contrast="by"] .header__menu-01 .menu__bottom .main-nav > ul li span {
    color: #ff0 !important;
}
body[data-contrast="by"] .header .setbox {
    color: #ff0 !important;
}
body[data-contrast="by"] .main__top-02 .top .slide__left.light {
    color: #ff0 !important;
}
body[data-contrast="by"] .main__top-02 .top-slider-dots .buttons-container .slick-dots button {
    border-color: #ff0 !important;
}
body[data-contrast="by"] .main__top-02 .top-slider-dots .buttons-container .slick-dots .slick-active button {
    background: #ff0 !important;
}
body[data-contrast="by"] .main__top-03 .top__left div[class^="font-size"],
body[data-contrast="by"] .main__top-04 .top__text div[class^="font-size"] {
    color: #ff0 !important;
}
body[data-contrast="by"] .main__top-03 .top__left--buttons .top-arrow {
    background: #ff0 !important;
}
body[data-contrast="by"] .main__cta-01 .cta {
    background: #fff !important;
}
body[data-contrast="by"] .main__cta-01 .cta__left .box-header div {
    color: #ff0 !important;
}
body[data-contrast="by"] .slick-arrow {
    background: #ff0 !important;
}
body[data-contrast="by"] .slick-arrow:after {
    background: #000 !important;
    -webkit-filter: unset !important;
    filter: unset !important;
}
body[data-contrast="by"] .main__pros-02 .pros__wrapper {
    background: #fff !important;
}
body[data-contrast="by"] .main__pros-02 .pros__wrapper:hover .pros__icon {
    -webkit-filter: unset !important;
    filter: unset !important;
}
body[data-contrast="by"] .main__pros-02 .pros__wrapper:hover .pros__icon svg path {
    fill: #000 !important;
}
body[data-contrast="by"] .main__pros-02 .pros__wrapper:hover .pros__desc [class*="font-size"] {
    color: #000 !important;
}
body[data-contrast="by"] .main__pros-04 .pros__quote--text strong {
    color: #fff !important;
}
body[data-contrast="by"] .main__pros-04 .pros__quote--author h4 {
    color: #000 !important;
}
body[data-contrast="by"] .main__box-02 .box-wrapper .box-content__desc {
    color: #ff0 !important;
}
body[data-contrast="by"] .main__box-02 .box-wrapper .plus-icon path {
    fill: #000 !important;
}
body[data-contrast="by"] .main__partners-01 .partners__wrapper,
body[data-contrast="by"] .main__partners-02 .partners__wrapper {
    background: #fff !important;
}
body[data-contrast="by"] .main__cta-01 .cta__left--tags span {
    color: #ff0 !important;
}
body[data-contrast="by"] .main__counter-01 {
    background: #000 !important;
}
body[data-contrast="by"] .main__counter-01 .kafelek .counter-wrapper .desc {
    color: #ff0 !important;
}
body[data-contrast="by"] .view-2 .download-wrapper__btn--arrow svg.icon path,
body[data-contrast="by"] .view-3 .download-wrapper__btn--arrow svg.icon path {
    fill: #000 !important;
}
body[data-contrast="by"] .header .header__menu-01 .menu__top .container .nav-top ul li a,
body[data-contrast="by"] .header .header__menu-01 .menu__top .container .nav-top ul li span {
    color: #ff0 !important;
}
body[data-contrast="by"] .mobile-menu {
    background: #000 !important;
}
body[data-contrast="by"] .mobile-menu__nav ul li :is(a, span) {
    color: #ff0 !important;
}
body[data-contrast="by"] .mobile-menu__bottom h1,
body[data-contrast="by"] .mobile-menu__bottom h2,
body[data-contrast="by"] .mobile-menu__bottom h3,
body[data-contrast="by"] .mobile-menu__bottom p {
    color: #ff0 !important;
}
body[data-contrast="by"] .mobile-menu__bottom .mail-link,
body[data-contrast="by"] .mobile-menu__bottom .number-link {
    color: #ff0 !important;
}
body[data-contrast="by"] .mobile-menu__bottom .social-media a {
    background: #ff0 !important;
}
body[data-contrast="by"] .mobile-menu__bottom .social-media a svg path {
    fill: #000 !important;
}
.object_form,
.object_form_alert,
.object_form_succeed {
    position: fixed;
    bottom: 1rem;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    z-index: 999;
    padding: 1.5rem 4rem;
    max-width: 400px;
    width: 100%;
    border-radius: var(--rounded-corners3);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    opacity: 0;
    -webkit-animation: alertAnim 7s ease;
    animation: alertAnim 7s ease;
    list-style: none;
    border-left: 8px solid #e05050;
    background-color: #fff;
    pointer-events: none;
}
.object_form::before,
.object_form_alert::before,
.object_form_succeed::before {
    position: absolute;
    top: 50%;
    left: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    --w: 40px;
    width: var(--w);
    height: var(--w);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.object_form *,
.object_form_alert *,
.object_form_succeed * {
    font-size: 16px;
    line-height: 120%;
}
.object_form_succeed {
    border-left-color: #49c85f;
}
.object_form_succeed::before {
    background-image: url(/img/succeed.svg);
    -webkit-filter: invert(66%) sepia(33%) saturate(800%) hue-rotate(79deg) brightness(94%) contrast(91%);
    filter: invert(66%) sepia(33%) saturate(800%) hue-rotate(79deg) brightness(94%) contrast(91%);
}
.object_form_succeed h2 {
    font-weight: 600;
    color: #49c85f;
}
.object_form_succeed + form {
    opacity: 0.5;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.object_form_alert {
    border-left-color: #e05050;
}
.object_form_alert::before {
    background-image: url(/img/error.svg);
    -webkit-filter: invert(46%) sepia(31%) saturate(1172%) hue-rotate(314deg) brightness(90%) contrast(95%);
    filter: invert(46%) sepia(31%) saturate(1172%) hue-rotate(314deg) brightness(90%) contrast(95%);
}
.object_form_alert li {
    color: #e05050;
    margin-bottom: 5px;
}
@-webkit-keyframes alertAnim {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
    }
    10% {
        opacity: 1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    85% {
        opacity: 1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
    }
}
@keyframes alertAnim {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
    }
    10% {
        opacity: 1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    85% {
        opacity: 1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
    }
}
.form-submit {
    text-align: center;
}
.download-wrapper__extension {
    text-transform: uppercase;
    font-size: 12px;
    padding: 11px 10px;
    background: #fff;
    display: inline-block;
    margin-bottom: 0;
}
.download-wrapper__btn {
    padding: 16px 30px;
}
.download-wrapper__btn--arrow svg.icon path {
    fill: rgba(var(--color-main), 1);
}
.main-btn {
    text-decoration: none !important;
    color: rgba(var(--color-main), 1);
    background: rgba(var(--color-accent2), 1);
    border: 2px solid rgba(var(--color-accent2), 1);
    border-radius: var(--rounded-corners2);
    display: inline-flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    justify-content: center;
    align-items: center;
    z-index: 9;
    transition: all 0.3s linear;
    cursor: pointer;
    font-weight: 400;
    font-size: 17px;
    font-family: var(--font-text), sans-serif;
    padding: 15px 40px;
}
@media only screen and (max-width: 991px) {
    .main-btn {
        padding: 14px 40px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 575px) {
    .main-btn {
        padding: 12px 30px;
        font-size: 15px;
    }
}
.main-btn.accent-btn {
    color: #fff;
    background: rgba(var(--color-accent), 1);
    border: 2px solid rgba(var(--color-accent), 1);
}
.main-btn.dark-btn {
    color: #fff;
    background: rgba(var(--color-main), 1);
    border: 2px solid rgba(var(--color-main), 1);
}
.main-btn.light-btn {
    border-color: rgba(var(--color-accent3), 1);
    background: rgba(var(--color-accent3), 1);
    color: rgba(var(--color-main), 1);
}
.main-btn.play-btn {
    color: #fff;
    border-color: rgba(var(--color-main), 1);
    background: rgba(var(--color-main), 1);
    transition: all 0.3s;
}
.main-btn.play-btn::after {
    content: "";
    display: inline-block;
    margin-left: 1rem;
    --w: 26px;
    min-width: var(--w);
    min-height: var(--w);
    width: var(--w);
    height: var(--w);
    -webkit-mask-image: url(/img/video.svg);
    mask-image: url(/img/video.svg);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: rgba(var(--color-accent), 1);
    z-index: 5;
    transition: all 0.3s;
}
.main-btn.play-btn.light-btn {
    border-color: #fff;
    background: #fff;
    color: rgba(var(--color-main), 1);
}
.main-btn p {
    padding: 0 !important;
    margin: 0 !important;
}
.btn-nr-1:hover {
    color: rgba(var(--color-accent2), 1);
    background: 0 0;
}
.btn-nr-1:hover svg.icon path {
    fill: rgba(var(--color-accent2), 1);
}
.btn-nr-1.dark-btn:hover {
    color: rgba(var(--color-main), 1);
    background: #f8f7ff;
    border-color: #f8f7ff;
}
.btn-nr-1.accent-btn:hover {
    color: rgba(var(--color-main), 1);
    background: #f8f7ff;
    border-color: #f8f7ff;
}
.btn-nr-1.light-btn:hover {
    color: #fff;
    background: 0 0;
    border-color: #fff;
}
.btn-nr-1.light-btn:hover svg.icon path {
    fill: #fff;
}
.btn-nr-1.play-btn:hover:after {
    background: rgba(var(--color-accent2), 1);
}
.btn-nr-2 .btn-transition {
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 0%;
    background: #80ffd3;
    z-index: -1;
}
.btn-nr-2:after,
.btn-nr-2:before {
    content: "";
    width: 0%;
    min-height: 100%;
    display: block;
    position: absolute;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -20%;
    top: -2px;
    bottom: -2px;
}
.btn-nr-2:before {
    background: rgba(var(--color-main), 1);
    z-index: -12;
    opacity: 1;
    transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
}
.btn-nr-2:after {
    background: rgba(var(--color-accent), 1);
    z-index: -15;
    opacity: 1;
    transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99) 0.4s;
    box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
}
.btn-nr-2:hover {
    border-color: rgba(var(--color-main), 1);
    color: rgba(var(--color-accent2), 1);
}
.btn-nr-2:hover:before {
    opacity: 1;
    width: 150%;
}
.btn-nr-2:hover:after {
    opacity: 1;
    width: 150%;
    transition: all 0.9s cubic-bezier(0.2, 0.95, 0.57, 0.99);
}
.btn-nr-2:hover svg.icon path {
    fill: rgba(var(--color-accent2), 1);
}
.btn-nr-2.light-btn:hover {
    color: rgba(var(--color-main), 1);
}
.btn-nr-2.light-btn:hover:before {
    background: rgba(var(--color-accent2), 1);
}
.btn-nr-2.light-btn:hover svg.icon path {
    fill: rgba(var(--color-main), 1);
}
.btn-nr-2.light-btn svg.icon path {
    fill: rgba(var(--color-accent2), 1);
}
.btn-nr-3:before {
    content: "";
    width: 100%;
    min-height: 100%;
    display: block;
    position: absolute;
    left: -100%;
    top: -2px;
    bottom: -2px;
    background: rgba(var(--color-main), 1);
    transition: all 0.3s linear;
    z-index: -1;
}
.btn-nr-3:hover {
    border-color: rgba(var(--color-main), 1);
    color: rgba(var(--color-accent2), 1);
}
.btn-nr-3:hover:before {
    left: 0;
}
.btn-nr-3.light-btn:hover {
    color: rgba(var(--color-accent2), 1);
}
.btn-nr-3.light-btn:hover:before {
    left: 0;
}
.btn-nr-3.accent-btn:hover {
    color: rgba(var(--color-accent2), 1);
    border-color: rgba(var(--color-main), 1);
    background: 0 0;
}
.btn-nr-3.accent-btn:hover:before {
    left: 0;
}
.btn-nr-3.dark-btn:hover {
    color: rgba(var(--color-main), 1);
    border-color: #fff;
}
.btn-nr-3.dark-btn:hover:before {
    left: 0;
    background: #fff;
}
.btn-nr-4:before {
    content: "";
    width: 0;
    display: block;
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -20%;
    z-index: 2;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    transition: all 0.5s;
    background-color: rgba(var(--color-main), 1);
    z-index: -1;
}
.btn-nr-4:hover {
    border-color: rgba(var(--color-main), 1);
    color: rgba(var(--color-accent2), 1);
}
.btn-nr-4:hover:before {
    width: 150%;
}
.btn-nr-4:hover svg.icon path {
    fill: rgba(var(--color-accent2), 1);
}
.btn-nr-4.light-btn {
    border-color: rgba(var(--color-accent2), 1);
    color: rgba(var(--color-accent2), 1);
}
.btn-nr-4.light-btn:hover {
    color: rgba(var(--color-main), 1);
}
.btn-nr-4.light-btn:hover svg.icon path {
    fill: rgba(var(--color-main), 1);
}
.btn-nr-4.light-btn:before {
    background: rgba(var(--color-accent2), 1);
}
.btn-nr-4.light-btn svg.icon path {
    fill: rgba(var(--color-accent2), 1);
}
.lower .btn-nr-4 {
    border-color: rgba(var(--color-main), 1);
    color: rgba(var(--color-main), 1);
}
.lower .btn-nr-4:hover {
    color: rgba(var(--color-accent2), 1);
}
.lower .btn-nr-4:before {
    background: rgba(var(--color-main), 1);
}
.btn-nr-5:after,
.btn-nr-5:before {
    content: "";
    width: 0;
    display: block;
    position: absolute;
    top: -2px;
    bottom: -2px;
    z-index: 2;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    transition: all 0.6s;
    background-color: rgba(var(--color-main), 1);
    z-index: -1;
}
.btn-nr-5:before {
    left: -20%;
}
.btn-nr-5:after {
    right: -20%;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
}
.btn-nr-5:hover {
    border-color: rgba(var(--color-main), 1);
    color: rgba(var(--color-accent2), 1);
}
.btn-nr-5:hover:after,
.btn-nr-5:hover:before {
    width: 150%;
}
.btn-nr-5:hover svg.icon path {
    fill: rgba(var(--color-accent2), 1);
}
.btn-nr-5.light-btn {
    border-color: rgba(var(--color-accent2), 1);
    color: rgba(var(--color-accent2), 1);
}
.btn-nr-5.light-btn:hover {
    color: rgba(var(--color-main), 1);
}
.btn-nr-5.light-btn:hover svg.icon path {
    fill: rgba(var(--color-main), 1);
}
.btn-nr-5.light-btn:after,
.btn-nr-5.light-btn:before {
    background: rgba(var(--color-accent2), 1);
}
.btn-nr-5.light-btn svg.icon path {
    fill: rgba(var(--color-accent2), 1);
}
.lower .btn-nr-5 {
    border-color: rgba(var(--color-main), 1);
    color: rgba(var(--color-main), 1);
}
.lower .btn-nr-5:hover {
    color: rgba(var(--color-accent2), 1);
}
.lower .btn-nr-5:after,
.lower .btn-nr-5:before {
    background: rgba(var(--color-main), 1);
}
.btn-nr-6:after,
.btn-nr-6:before {
    content: "";
    width: 0;
    display: block;
    position: absolute;
    top: -2px;
    bottom: -2px;
    z-index: 2;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    transition: all 0.6s;
    background-color: rgba(var(--color-main), 1);
    z-index: -1;
}
.btn-nr-6:before {
    left: -20%;
}
.btn-nr-6:after {
    right: -20%;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
}
.btn-nr-6:hover {
    border-color: rgba(var(--color-main), 1);
    color: rgba(var(--color-accent2), 1);
}
.btn-nr-6:hover:after,
.btn-nr-6:hover:before {
    width: 150%;
}
.btn-nr-6:hover svg.icon path {
    fill: rgba(var(--color-accent2), 1);
}
.btn-nr-6.light-btn {
    border-color: rgba(var(--color-accent2), 1);
    color: rgba(var(--color-accent2), 1);
}
.btn-nr-6.light-btn:hover {
    color: rgba(var(--color-main), 1);
}
.btn-nr-6.light-btn:hover svg.icon path {
    fill: rgba(var(--color-main), 1);
}
.btn-nr-6.light-btn:after,
.btn-nr-6.light-btn:before {
    background: rgba(var(--color-accent2), 1);
}
.btn-nr-6.light-btn svg.icon path {
    fill: rgba(var(--color-accent2), 1);
}
.lower .btn-nr-6 {
    border-color: rgba(var(--color-main), 1);
    color: rgba(var(--color-main), 1);
}
.lower .btn-nr-6:hover {
    color: rgba(var(--color-accent2), 1);
}
.lower .btn-nr-6:after,
.lower .btn-nr-6:before {
    background: rgba(var(--color-main), 1);
}
@media only screen and (max-width: 1499px) {
    .main-nav {
        margin-right: unset;
    }
}
@media only screen and (max-width: 1199px) {
    .main-nav {
        display: none;
    }
}
.main-nav ul li {
    list-style-type: none;
}
.main-nav ul li.parent {
    padding-right: 20px;
}
.main-nav ul li.parent::after {
    content: "";
    width: 8px;
    height: 4px;
    -webkit-mask-image: url(/img/ikony/arrow-menu.svg);
    mask-image: url(/img/ikony/arrow-menu.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: rgba(var(--color-accent2), 1);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.main-nav ul li a {
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    font-weight: 600;
}
.main-nav ul li a.activeparent,
.main-nav ul li a.currentpage {
    color: rgba(var(--color-accent2), 1);
}
.main-nav ul li span {
    font-weight: 600;
}
.main-nav ul li span.activeparent,
.main-nav ul li span.currentpage {
    color: rgba(var(--color-accent2), 1);
}
.main-nav > ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-flow: row;
}
.main-nav > ul > li {
    position: relative;
}
@media only screen and (max-width: 1499px) {
    .main-nav > ul > li.parent {
        padding-right: 16px;
    }
}
.main-nav > ul > li.parent::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    background: rgba(var(--color-main), 1);
}
.main-nav > ul > li.parent:hover:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.main-nav > ul > li a:hover,
.main-nav > ul > li span:hover {
    color: rgba(var(--color-accent2), 1);
}
.main-nav > ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.main-nav > ul li:hover {
    position: relative;
}
.main-nav > ul li:hover > ul {
    opacity: 1;
    display: block;
}
.main-nav > ul li a,
.main-nav > ul li span {
    color: rgba(var(--color-main), 1);
    padding: 14px 18px;
    font-size: 17px;
}
@media only screen and (max-width: 1499px) {
    .main-nav > ul li a,
    .main-nav > ul li span {
        padding: 14px 16px;
    }
}
.main-nav > ul li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    opacity: 0;
    min-height: 100%;
    width: 150%;
    min-width: 250px;
    border-left: 2px solid rgba(var(--color-accent3), 1);
}
.main-nav > ul li ul[data-depth="1"] {
    border-left: none;
}
.main-nav > ul li ul li {
    text-align: left;
}
.main-nav > ul li ul li:hover {
    background: rgba(var(--color-accent3), 1);
}
.main-nav > ul li ul li.parent a,
.main-nav > ul li ul li.parent span {
    padding-right: 20px;
}
.main-nav > ul li ul li a,
.main-nav > ul li ul li span {
    color: rgba(var(--color-main), 1);
    font-weight: 400;
    padding: 18px 25px;
    padding-right: 30px;
}
.main-nav > ul li ul li ul {
    top: 0;
    left: 100%;
    width: 100%;
}
.mobile {
    display: none;
}
@media only screen and (max-width: 1199px) {
    .mobile {
        display: flex;
    }
}
.mobile .switch-lg {
    height: auto;
}
.hiddenBody .mobile .switch-lg {
    display: none;
}
.mobile .switch-lg a,
.mobile .switch-lg span {
    color: #fff;
}
.mobile .switch-lg .lang li.active {
    height: 100%;
}
.mobile .switch-lg .lang li.active:after {
    margin-top: -3px;
}
.lower .mobile .switch-lg a,
.lower .mobile .switch-lg span {
    color: rgba(var(--color-main), 1);
}
.lower .mobile .switch-lg .lang li.active:after {
    border-top-color: rgba(var(--color-main), 1);
}
.lower .mobile .switch-lg .lang li.active:hover:after {
    border-bottom-color: rgba(var(--color-main), 1);
}
.lower .mobile .switch-lg .lang li .other-lang {
    background: #fff;
    color: rgba(var(--color-main), 1);
}
.mobile-menu-btn {
    display: none;
    position: relative;
    cursor: pointer;
    z-index: 10;
    padding: 12px;
    margin-left: 10px;
    margin-right: -12px;
    background: #fff;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: -webkit-transform 330ms ease-out;
    transition: transform 330ms ease-out;
    transition: transform 330ms ease-out, -webkit-transform 330ms ease-out;
}
.mobile-menu-btn div {
    background: rgba(var(--color-accent), 1);
    border-radius: 5px;
    width: 100%;
    height: 2px;
}
.mobile-menu-btn div:nth-child(1),
.mobile-menu-btn div:nth-child(3) {
    width: 50%;
}
.mobile-menu-btn div:nth-child(1) {
    transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    -webkit-transform-origin: left;
    transform-origin: left;
    align-self: flex-end;
}
.mobile-menu-btn div:nth-child(3) {
    transition: -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57), -webkit-transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    -webkit-transform-origin: right;
    transform-origin: right;
}
.mobile-menu-btn.btn-close {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    padding: 12px;
}
.mobile-menu-btn.btn-close div:nth-child(1) {
    -webkit-transform: rotate(90deg) translateX(-1px);
    transform: rotate(90deg) translateX(-1px);
}
.mobile-menu-btn.btn-close div:nth-child(3) {
    -webkit-transform: rotate(90deg) translateX(1px);
    transform: rotate(90deg) translateX(1px);
}
@media only screen and (max-width: 1199px) {
    .mobile-menu-btn {
        display: flex;
    }
}
.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 200%;
    height: 100vh;
    width: 320px;
    width: 100%;
    background: rgba(var(--color-main), 1);
    z-index: 9;
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.5s;
}
.mobile-menu.mobile-menu-visibled {
    left: 0;
}
.mobile-menu__nav {
    overflow: hidden;
    overflow-y: auto;
    padding: 0;
    height: 73%;
    scrollbar-color: #fff rgba(255, 255, 255, 0.2);
}
.mobile-menu__nav::-webkit-scrollbar {
    width: 3px;
    background: rgba(255, 255, 255, 0.2);
}
.mobile-menu__nav::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
}
.mobile-menu__nav ul {
    padding: 0;
    position: relative;
    width: 100%;
    min-height: 100%;
}
.mobile-menu__nav ul li {
    list-style-type: none;
    position: static;
}
.mobile-menu__nav ul li.menu-back {
    position: relative;
    padding: 15px 10px;
    padding-left: 35px;
    text-transform: capitalize;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}
.mobile-menu__nav ul li.menu-back:after {
    content: "";
    width: 8px;
    height: 4px;
    -webkit-mask-image: url(/img/ikony/arrow-menu.svg);
    mask-image: url(/img/ikony/arrow-menu.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: rgba(var(--color-accent2), 1);
    position: absolute;
    top: 47%;
    left: 15px;
    -webkit-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg);
}
.mobile-menu__nav ul li .menu-li {
    position: relative;
    padding-right: 72px;
}
.mobile-menu__nav ul li .menu-li a,
.mobile-menu__nav ul li .menu-li span {
    padding: 9px 10px 9px 35px;
    display: block;
}
.mobile-menu__nav ul li .menu-li .menu-toggle {
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
    width: 44px;
    height: 100%;
}
.mobile-menu__nav ul li .menu-li .menu-toggle:after {
    content: "";
    width: 16px;
    height: 12px;
    -webkit-mask-image: url(/img/ikony/arrow-menu.svg);
    mask-image: url(/img/ikony/arrow-menu.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: rgba(var(--color-accent2), 1);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
}
.mobile-menu__nav ul li a,
.mobile-menu__nav ul li span {
    text-decoration: none;
    color: #fff !important;
    font-size: 22px;
}
.mobile-menu__nav ul li a.activeparent,
.mobile-menu__nav ul li a.currentpage,
.mobile-menu__nav ul li span.activeparent,
.mobile-menu__nav ul li span.currentpage {
    color: rgba(var(--color-accent2), 1) !important;
}
.mobile-menu__nav ul li ul {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 3;
    background: rgba(var(--color-main), 1);
}
.mobile-menu__bottom {
    padding: 15px 35px 10px;
    z-index: 22;
}
.mobile-menu__bottom .main-btn {
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 9px 25px;
}
.mobile-menu__bottom .social-media {
    justify-content: flex-start;
    margin-top: 15px;
    margin-left: -5px;
}
.mobile-menu__bottom .social-media a[href*="youtube"] .icon {
    margin: 0 7px;
}
.mobile-menu__bottom .switch-lg {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 0;
    height: unset;
}
.mobile-menu__bottom .switch-lg.bottom-menu .active {
    color: #fff;
}
.mobile-menu__bottom .switch-lg.bottom-menu a {
    color: #fff !important;
    opacity: 0.3;
    text-decoration: none;
}
.mobile-menu__bottom .switch-lg.bottom-menu a,
.mobile-menu__bottom .switch-lg.bottom-menu span {
    padding: 7px;
    margin: 0;
}
.mobile-menu__bottom .mail-link,
.mobile-menu__bottom .number-link {
    display: block;
    font-size: 14px;
    color: #fff !important;
    margin-top: 12px;
    margin-right: 0;
    margin-left: 0;
}
.mobile-menu__bottom .mail-link:before,
.mobile-menu__bottom .number-link:before {
    background: #fff !important;
}
.pattern {
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: rgba(var(--color-accent), 1);
    z-index: 2;
    position: absolute;
    pointer-events: none;
}
@media only screen and (max-width: 991px) {
    .pattern {
        display: none;
    }
}
.pattern__01 {
    width: 114px;
    height: 116px;
}
.pattern__02 {
    width: 228px;
    height: 114px;
}
#preloader {
    background: rgba(255, 255, 255, 0.6);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    transition: 0.2s all linear;
    z-index: 100;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#preloader.showed {
    opacity: 1;
    pointer-events: all;
}
#preloader img {
    pointer-events: none;
    max-width: 300px;
    margin: 0 auto;
}
.feedback,
.main__rating {
    text-align: center;
    position: relative;
    padding: 20px 0;
}
#feedback-form,
.feedback-stars {
    display: inline-block;
}
.feedback-stars .feedback-ratebar .label-stars {
    padding: 0;
    margin: 0;
    display: block;
    float: left;
}
.feedback > strong {
    margin-right: 16px;
}
.feedback-stars .feedback-ratebar {
    height: 26px;
    display: inline-block;
}
.feedback-stars .feedback-ratebar:hover .label-stars .feedback-star {
    background-color: #ffd200 !important;
    cursor: pointer;
}
.feedback-stars .feedback-ratebar .label-stars:hover ~ .label-stars .feedback-star {
    background-color: #e0e0e0 !important;
    background-image: url(/img/ikony/hole-star.png);
}
.feedback-stars .feedback-ratebar.rated .label-stars .feedback-star {
    background-color: #ffd200;
    background-image: url(/img/ikony/hole-star.png) !important;
}
.feedback-stars .feedback-ratebar .label-stars.rated ~ .label-stars .feedback-star {
    background-color: #e0e0e0;
    background-image: url(/img/ikony/hole-star.png) !important;
}
.feedback-stars .feedback-ratebar .label-stars .feedback-star,
.label-rate .feedback-star {
    background-image: url(/img/ikony/hole-star.png);
    background-size: contain;
    display: inline-block;
    width: 26px;
    height: 26px;
}
.feedback-response {
    vertical-align: super;
    margin-top: -11px;
    color: rgba(var(--color-main), 1);
}
.feedback-response #feedback-avg {
    color: #000;
    font-size: 21px;
}
.feedback-response #feedback-count {
    color: #000;
    font-size: 12px;
}
.main-btn-1 {
    text-decoration: underline !important;
    display: inline-flex;
    padding: 0;
    min-height: unset;
    border-radius: unset;
    background: 0 0;
    border: none;
}
.main-btn-1.light-btn {
    background: rgba(var(--color-accent2), 1);
    border-color: rgba(var(--color-accent2), 1);
}
.main-btn-1.light-btn .icon-wrapper {
    background: #f8f7ff;
}
.main-btn-1.download-btn .icon-wrapper svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.main-btn-1.mail-link,
.main-btn-1.number-link {
    padding: 5px 20px 5px 5px !important;
}
@media only screen and (max-width: 1799px) {
    .main-btn-1.mail-link,
    .main-btn-1.number-link {
        padding-right: 5px !important;
        margin-left: 15px;
    }
}
.main-btn-1.mail-link .icon-wrapper,
.main-btn-1.number-link .icon-wrapper {
    margin-left: 0;
    margin-right: 1rem;
    --w: 39px;
}
@media only screen and (max-width: 1799px) {
    .main-btn-1.mail-link .icon-wrapper,
    .main-btn-1.number-link .icon-wrapper {
        margin-right: 0;
    }
}
.main-btn-1.mail-link .icon-wrapper svg,
.main-btn-1.number-link .icon-wrapper svg {
    --w: 40%;
}
.main-btn-1.mail-link .icon-wrapper svg path,
.main-btn-1.number-link .icon-wrapper svg path {
    fill: rgba(var(--color-main), 1);
}
.main-btn-1.mail-link:before,
.main-btn-1.number-link:before {
    display: none !important;
}
.main-btn-1 .icon-wrapper {
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}
.main-btn-1 .icon-wrapper svg {
    transition: all 0.3s;
}
.main-btn-1 .icon-wrapper svg path {
    fill: rgba(var(--color-accent2), 1);
}
@media only screen and (min-width: 576px) {
    .main-btn-1 .icon-wrapper {
        --w: 46px;
    }
}
.main-btn-1:hover {
    color: rgba(var(--color-accent2), 1);
}
.main-btn-1:hover svg {
    margin-left: 10px;
}
.text-section {
    max-width: 100vw;
    overflow: hidden;
}
.video-controls {
    display: none;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
}
@media only screen and (max-width: 991px) {
    .video-controls {
        bottom: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .video-controls {
        bottom: 10px;
    }
}
.video-controls.playing .klik.btn-control .play {
    display: none;
}
.video-controls.playing .klik.btn-control .pause-btn {
    display: flex;
}
.video-controls .klik {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background: rgba(32, 33, 36, 0.6);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right: 6px;
}
.video-controls .klik .pause-btn,
.video-controls .klik svg {
    transition: all 0.3s;
}
.video-controls .klik:hover {
    background: rgba(32, 33, 36, 0.9);
}
.video-controls .klik:hover .pause-btn,
.video-controls .klik:hover svg {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.video-controls .klik:last-child {
    margin-right: unset;
}
.video-controls .klik.btn-control .play {
    width: 18px;
    margin-right: -4px;
}
.video-controls .klik.btn-control .play path {
    fill: #fff;
}
.video-controls .klik.btn-control .pause-btn {
    display: none;
    justify-content: space-between;
    width: 15px;
    height: 20px;
}
.video-controls .klik.btn-control .pause-btn span {
    width: 4px;
    height: 100%;
    background: #fff;
    border-radius: 5px;
}
.video-controls .klik.btn-fullScreen .full-screen {
    width: 27px;
}
.video-controls .klik.btn-fullScreen .full-screen path {
    fill: transparent !important;
    stroke: #fff;
}
.video-controls .klik.btn-mute .volume {
    width: 20px;
    position: relative;
}
.video-controls .klik.btn-mute .volume path {
    fill: #fff;
}
.video-controls .klik.btn-mute.muted:after {
    content: "";
    position: absolute;
    height: 3px;
    width: calc(100% + 15px);
    background: red;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.video-controls .klik.btn-exit:hover:before {
    -webkit-transform: rotate(45deg) scale(1.15);
    transform: rotate(45deg) scale(1.15);
}
.video-controls .klik.btn-exit:hover:after {
    -webkit-transform: rotate(-45deg) scale(1.15);
    transform: rotate(-45deg) scale(1.15);
}
.video-controls .klik.btn-exit:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 20px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 5px;
    transition: all 0.3s;
}
.video-controls .klik.btn-exit:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 20px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 5px;
    transition: all 0.3s;
}
body {
    scroll-behavior: smooth;
    font-weight: 300;
    font-size: 18px;
}
body.article-page.yes {
    padding-top: 0 !important;
}
body.hiddenBody {
    overflow: hidden;
}
.hidden {
    display: none;
}
.loggedIn .hidden {
    display: block;
}
.mail-link,
.number-link {
    text-decoration: none;
    margin-left: 20px;
    position: relative;
}
@media only screen and (max-width: 1799px) {
    .mail-link,
    .number-link {
        font-size: 0;
    }
    .mail-link:before,
    .number-link:before {
        content: "";
        display: inline-block;
        width: 24px;
        height: 30px;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        margin-right: 10px;
        background: #fff;
        vertical-align: middle;
    }
}
.mail-link:hover,
.number-link:hover {
    color: rgba(var(--color-accent), 1);
    text-decoration: underline;
}
.mail-link:hover:before,
.number-link:hover:before {
    background: rgba(var(--color-accent), 1);
}
.number-link:before {
    -webkit-mask-image: url(/img/ikony/phone.svg);
    mask-image: url(/img/ikony/phone.svg);
}
.mail-link:before {
    -webkit-mask-image: url(/img/ikony/email.svg);
    mask-image: url(/img/ikony/email.svg);
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
    z-index: 9998;
}
@media only screen and (max-width: 1199px) {
    .header {
        -webkit-transform: unset !important;
        transform: unset !important;
    }
}
.header.lower {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.header.lower .header__menu-01 .menu__bottom {
    padding: 1rem 0;
}
.header.lower .header__menu-01 .menu__bottom .container .logo.invert img,
.header.lower .header__menu-01 .menu__bottom .container .logo.invert svg {
    -webkit-filter: unset;
    filter: unset;
}
.header.lower .header__menu-01 .menu__bottom .container .logo img,
.header.lower .header__menu-01 .menu__bottom .container .logo svg {
    -webkit-filter: unset;
    filter: unset;
}
.header.lower .header__menu-01 .mail-link:before,
.header.lower .header__menu-01 .number-link:before {
    background: rgba(var(--color-main), 1);
}
.header.lower .header__menu-01 .mail-link:hover:before,
.header.lower .header__menu-01 .number-link:hover:before {
    background: rgba(var(--color-accent), 1);
}
.header.top-03 {
    box-shadow: unset;
    background: 0 0;
}
@media only screen and (min-width: 1200px) {
    .header.top-03 .logo img {
        -webkit-filter: brightness(0) invert(1) !important;
        filter: brightness(0) invert(1) !important;
    }
}
.header.top-03 .menu__top {
    background: unset !important;
}
.header.top-03 .menu__top .container .nav-top ul li a,
.header.top-03 .menu__top .container .nav-top ul li span {
    color: #fff !important;
}
.header.top-03 .menu__top .container .nav-top ul li a:hover,
.header.top-03 .menu__top .container .nav-top ul li span:hover {
    color: rgba(var(--color-accent2), 1) !important;
}
.header.top-03 .menu__top .container .nav-top ul li a.activeparent,
.header.top-03 .menu__top .container .nav-top ul li a.currentpage,
.header.top-03 .menu__top .container .nav-top ul li span.activeparent,
.header.top-03 .menu__top .container .nav-top ul li span.currentpage {
    color: rgba(var(--color-accent2), 1) !important;
}
.header.top-03 .menu__top .mail-link:before,
.header.top-03 .menu__top .number-link:before {
    background: #fff !important;
}
.header.top-03 .menu__top .switch-lg .active {
    color: #fff;
}
.header.top-03 .menu__top .switch-lg .active:after {
    background: #fff;
}
.header.top-03 .mail-link,
.header.top-03 .number-link {
    color: #fff;
}
.header.top-03 .mail-link:hover,
.header.top-03 .number-link:hover {
    color: rgba(var(--color-accent), 1);
}
.header.top-03 .mail-link:hover svg path,
.header.top-03 .number-link:hover svg path {
    fill: rgba(var(--color-accent), 1);
}
.header.top-03 .mail-link svg path,
.header.top-03 .number-link svg path {
    fill: #fff;
    transition: all 0.3s;
}
.header.top-03 .social-media .icon:hover path {
    fill: rgba(var(--color-accent), 1) !important;
}
.header.top-03 .social-media .icon path {
    fill: #fff !important;
}
.header.top-03 .social-media .icon.fb path:nth-child(2) {
    fill: transparent !important;
}
.header.top-03 .switch-lg.bottom-menu .lang.text li.active {
    color: #fff !important;
}
.header.top-03 .switch-lg.bottom-menu .lang.text li.active:after {
    background: #fff !important;
}
.header.top-03 .main-nav > ul > li {
    background: unset !important;
}
.header.top-03 .main-nav > ul > li.parent:after {
    background: #fff;
}
.header.top-03 .main-nav > ul > li > a,
.header.top-03 .main-nav > ul > li > span {
    color: #fff;
}
.header.top-03 .main-nav > ul > li > a:hover,
.header.top-03 .main-nav > ul > li > span:hover {
    color: rgba(var(--color-accent2), 1);
}
.header.top-03 .main-nav > ul > li > a.activeparent,
.header.top-03 .main-nav > ul > li > a.currentpage,
.header.top-03 .main-nav > ul > li > span.activeparent,
.header.top-03 .main-nav > ul > li > span.currentpage {
    color: rgba(var(--color-accent2), 1);
}
.header .header__menu-01 .menu__top {
    background: rgba(var(--color-main), 1);
    padding: 16px 0;
}
@media only screen and (max-width: 1199px) {
    .header .header__menu-01 .menu__top {
        display: none;
    }
}
.header .header__menu-01 .menu__top .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header .header__menu-01 .menu__top .container .nav-top > ul {
    display: flex;
}
.header .header__menu-01 .menu__top .container .nav-top ul {
    list-style-type: none;
}
.header .header__menu-01 .menu__top .container .nav-top ul li {
    padding: 0 15px;
}
.header .header__menu-01 .menu__top .container .nav-top ul li a,
.header .header__menu-01 .menu__top .container .nav-top ul li span {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.header .header__menu-01 .menu__top .container .nav-top ul li a:hover {
    text-decoration: underline;
}
.header .header__menu-01 .menu__top .container .nav-top .activeparent,
.header .header__menu-01 .menu__top .container .nav-top .currentpage {
    color: rgba(var(--color-accent2), 1);
}
.header .header__menu-01 .menu__top .container .social-media {
    margin-left: 1.6em;
    height: 26px;
}
.header .header__menu-01 .menu__top .container .social-media a[href*="youtube"] .icon {
    margin: 0 7px;
}
.header .header__menu-01 .menu__top .container .social-media .icon:hover path {
    fill: rgba(var(--color-accent2), 1) !important;
}
.header .header__menu-01 .menu__top .container .social-media .icon:hover.fb path:nth-child(2) {
    fill: transparent !important;
}
.header .header__menu-01 .menu__top .container .social-media .icon path {
    fill: #fff;
}
.header .header__menu-01 .menu__top .container .social-media .icon.fb path:nth-child(2) {
    fill: rgba(var(--color-main), 1);
}
.header .header__menu-01 .menu__top .container .mail-link,
.header .header__menu-01 .menu__top .container .number-link {
    color: #fff;
    font-size: 14px;
    margin-right: 0;
    margin-left: 2rem;
    display: flex;
    align-items: center;
}
.header .header__menu-01 .menu__top .container .mail-link:before,
.header .header__menu-01 .menu__top .container .number-link:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 24px;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    margin-right: 10px;
    background: rgba(var(--color-accent2), 1);
    vertical-align: middle;
}
.header .header__menu-01 .menu__top .container .mail-link:hover,
.header .header__menu-01 .menu__top .container .number-link:hover {
    color: rgba(var(--color-accent2), 1);
}
.header .header__menu-01 .menu__bottom {
    padding: 2.5rem 0;
    top: 0;
}
@media only screen and (max-width: 1199px) {
    .header .header__menu-01 .menu__bottom {
        background: #fff;
    }
}
@media only screen and (max-width: 991px) {
    .header .header__menu-01 .menu__bottom {
        padding: 2rem 0;
    }
}
@media only screen and (max-width: 575px) {
    .header .header__menu-01 .menu__bottom {
        padding: 1rem 0;
    }
}
.hiddenBody .header .header__menu-01 .menu__bottom .logo {
    opacity: 0;
    pointer-events: none;
}
.header .header__menu-01 .menu__bottom.has-top {
    padding: 1rem 0 !important;
}
.header .header__menu-01 .menu__bottom.menu-center .container .logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media only screen and (max-width: 1499px) {
    .header .header__menu-01 .menu__bottom.menu-center .container .logo {
        position: relative;
        left: unset;
        -webkit-transform: unset;
        transform: unset;
    }
}
.header .header__menu-01 .menu__bottom.menu-center .container .main-nav > ul > li:first-child a {
    padding-left: 0;
}
.header .header__menu-01 .menu__bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .header__menu-01 .menu__bottom .container .logo {
    text-decoration: none;
    -webkit-transform: scale(var(--scale));
    transform: scale(var(--scale));
    -webkit-transform-origin: var(--origin);
    transform-origin: var(--origin);
    z-index: 10;
}
.header .header__menu-01 .menu__bottom .container .logo.invert img,
.header .header__menu-01 .menu__bottom .container .logo.invert svg {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.header .header__menu-01 .menu__bottom .container .logo figure img,
.header .header__menu-01 .menu__bottom .container .logo figure svg {
    width: 100%;
    height: 100%;
    max-height: 56px;
    max-width: 165px;
}
@media only screen and (max-width: 1199px) {
    .header .header__menu-01 .menu__bottom .container .logo figure img,
    .header .header__menu-01 .menu__bottom .container .logo figure svg {
        max-height: 50px;
        max-width: 145px;
    }
}
@media only screen and (max-width: 767px) {
    .header .header__menu-01 .menu__bottom .container .logo figure img,
    .header .header__menu-01 .menu__bottom .container .logo figure svg {
        max-height: 43px;
        max-width: 130px;
    }
}
.header .header__menu-01 .menu__bottom .container .menu__right {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 1199px) {
    .header .header__menu-01 .menu__bottom .container .menu__right {
        display: none;
    }
}
.header .header__menu-01 .menu__bottom .container .menu__right .social-media {
    margin-left: 1.6em;
    max-width: unset;
}
.header .header__menu-01 .menu__bottom .container .menu__right .social-media a[href*="youtube"] .icon {
    margin: 0 7px;
}
.header .header__menu-01 .menu__bottom .container .menu__right .social-media .icon {
    width: 40px;
    max-height: 40px;
}
.header .header__menu-01 .menu__bottom .container .menu__right .social-media .icon path {
    fill: rgba(var(--color-main), 1);
}
.header .header__menu-01 .menu__bottom .container .menu__right .main-btn {
    margin-left: 15px;
    padding: 12px 26px;
}
.header .header__menu-01 .menu__bottom .container .menu__right .main-btn-1 svg {
    margin-left: 0 !important;
}
.switch-lg {
    position: relative;
    margin-left: 15px;
    z-index: 10;
}
.lower .switch-lg.bottom-menu .text li.active {
    color: rgba(var(--color-main), 1) !important;
}
.lower .switch-lg.bottom-menu .text li.active:after {
    background: rgba(var(--color-main), 1) !important;
}
.switch-lg.top-menu .lang.flag {
    --w: 25px;
}
.switch-lg.top-menu .lang.text li.active:after {
    background: #fff;
}
.switch-lg.bottom-menu .lang.text {
    height: 50px;
}
.switch-lg.bottom-menu .lang.text li.active {
    color: rgba(var(--color-main), 1);
}
.switch-lg.bottom-menu .lang.text li.active:after {
    background: rgba(var(--color-main), 1);
}
.switch-lg .lang.flag {
    position: relative;
    --w: 35px;
    list-style-type: none;
    height: var(--w);
    padding-right: 1.5rem;
}
.switch-lg .lang.flag::after {
    content: "▼";
    color: rgba(var(--color-accent3), 1);
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.switch-lg .lang.flag--item a,
.switch-lg .lang.flag--item span {
    display: inline-block;
    border-radius: var(--rounded-corners2);
    overflow: hidden;
    width: var(--w);
    height: var(--w);
    border: 2px solid #000;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    position: relative;
}
.switch-lg .lang.flag--item a:not(.active),
.switch-lg .lang.flag--item span:not(.active) {
    display: none;
}
.switch-lg .lang.flag--item a img,
.switch-lg .lang.flag--item span img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
.switch-lg .lang.flag:hover::after {
    content: "▲";
}
.switch-lg .lang.flag:hover .lang--item a {
    display: inline-block;
}
.switch-lg .lang.text {
    list-style-type: none;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.switch-lg .lang.text li.active {
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: calc(100% + 15px);
    position: relative;
    color: #fff;
}
.switch-lg .lang.text li.active:after {
    content: "";
    width: 8px;
    height: 4px;
    -webkit-mask-image: url(/img/ikony/arrow-menu.svg);
    mask-image: url(/img/ikony/arrow-menu.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: rgba(var(--color-main), 1);
    margin-left: 10px;
}
.switch-lg .lang.text li.active:hover:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.switch-lg .lang.text li.active:hover .other-lang {
    display: block;
}
.switch-lg .lang.text li .other-lang {
    display: none;
    background: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    list-style-type: none;
    padding: 10px;
    padding-top: 20px;
}
.switch-lg .lang.text li .other-lang:first-child {
    display: block;
}
.switch-lg .lang.text li .other-lang li {
    padding: 10px;
}
.switch-lg .lang.text li .other-lang li a {
    text-decoration: none;
    color: rgba(var(--color-main), 1);
}
.switch-lg .lang.text li .other-lang li a:hover {
    text-decoration: underline;
}
.main__blog-01 {
    position: relative;
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__blog-01 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__blog-01 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__blog-01 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__blog-01 {
        padding: 30px 0;
    }
}
.main__blog-01 .box-header {
    text-align: center;
    margin-bottom: 85px;
    color: rgba(var(--color-accent2), 1);
}
@media only screen and (max-width: 1499px) {
    .main__blog-01 .box-header {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__blog-01 .box-header {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 575px) {
    .main__blog-01 .box-header {
        margin-bottom: 20px;
    }
}
.main__blog-01 .box-header h3 {
    color: rgba(var(--color-accent), 1);
    text-transform: uppercase;
    letter-spacing: 1.17px;
    margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
    .main__blog-01 .box-header h3 {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .main__blog-01 .box-header h3 {
        margin-bottom: 20px;
    }
}
.main__blog-01 .news-wrapper .news-summary {
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__blog-01 .news-wrapper .news-summary {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__blog-01 .news-wrapper .news-summary {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__blog-01 .news-wrapper .news-summary {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__blog-01 .news-wrapper .news-summary {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__blog-01 .news-wrapper .news-summary {
        padding: 0 0 50px;
    }
}
.main__blog-01 .news-wrapper .news-summary__img {
    overflow: hidden;
    background: rgba(var(--color-accent3), 1);
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
}
@media only screen and (max-width: 991px) {
    .main__blog-01 .news-wrapper .news-summary__img {
        position: relative;
        padding-top: calc(100% / (16 / 9));
        min-height: 200px;
        width: 100%;
        height: auto;
    }
}
.main__blog-01 .news-wrapper .news-summary__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
@media only screen and (max-width: 991px) {
    .main__blog-01 .news-wrapper .news-summary__img img {
        position: absolute;
        top: 0;
        left: 0;
    }
}
.main__blog-01 .news-wrapper .news-summary__text {
    padding: 80px 130px;
    width: 60%;
    background: rgba(var(--color-accent3), 1);
    margin-left: auto;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-items: flex-start;
}
@media only screen and (max-width: 1429px) {
    .main__blog-01 .news-wrapper .news-summary__text {
        padding: 60px 80px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__blog-01 .news-wrapper .news-summary__text {
        padding: 50px 70px;
    }
}
@media only screen and (max-width: 991px) {
    .main__blog-01 .news-wrapper .news-summary__text {
        width: 100%;
    }
}
@media only screen and (max-width: 575px) {
    .main__blog-01 .news-wrapper .news-summary__text {
        padding: 20px 25px 40px;
    }
}
.main__blog-01 .news-wrapper .news-summary__text .postdate {
    font-size: 13px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
    .main__blog-01 .news-wrapper .news-summary__text .postdate {
        margin-bottom: 10px;
    }
}
.main__blog-01 .news-wrapper .news-summary__text a {
    text-decoration: none;
}
.main__blog-01 .news-wrapper .news-summary__text--header {
    margin: 0;
    text-decoration: none;
}
.main__blog-01 .news-wrapper .news-summary__text--header:hover {
    text-decoration: underline;
}
.main__blog-01 .news-wrapper .news-summary__text--desc {
    max-width: 460px;
    line-height: 1.8;
    margin: 45px 0;
}
@media only screen and (max-width: 1199px) {
    .main__blog-01 .news-wrapper .news-summary__text--desc {
        margin: 25px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__blog-01 .news-wrapper .news-summary__text--desc {
        margin: 20px 0;
    }
}
.main__blog-01 .news-wrapper .news-summary__text .main-btn {
    color: #fff;
}
.main__blog-01 .news-wrapper .news-summary__text .main-btn:hover {
    border-color: rgba(var(--color-main), 1);
    background: rgba(var(--color-main), 1);
}
.main__blog-01 .blog-pages {
    text-align: center;
    padding: 40px 0 20px;
    width: 100%;
    display: block;
}
@media only screen and (max-width: 575px) {
    .main__blog-01 .blog-pages {
        padding: 0 0 10px;
    }
}
.main__blog-01 .blog-pages span {
    border-radius: 5px;
    background: rgba(var(--color-main), 1);
    color: #fff;
    margin: 2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    padding-top: 1px;
}
.main__blog-01 .blog-pages a {
    text-decoration: none;
    color: rgba(var(--color-main), 1);
    font-weight: 500;
    padding: 10px 14px;
}
.main__blog-01 .blog-pages a:hover {
    color: rgba(var(--color-accent), 1);
}
.main__blog-02 {
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__blog-02 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__blog-02 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__blog-02 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__blog-02 {
        padding: 30px 0;
    }
}
.main__blog-02 .box-header {
    text-align: center;
    margin-bottom: 85px;
    color: rgba(var(--color-accent2), 1);
}
@media only screen and (max-width: 1499px) {
    .main__blog-02 .box-header {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__blog-02 .box-header {
        margin-bottom: 30px;
    }
}
.main__blog-02 .box-header h3 {
    color: rgba(var(--color-accent), 1);
    text-transform: uppercase;
    letter-spacing: 1.17px;
    margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
    .main__blog-02 .box-header h3 {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .main__blog-02 .box-header h3 {
        margin-bottom: 20px;
    }
}
.main__blog-02 .news .news-summary {
    padding: 0 0 35px;
}
.main__blog-02 .news .news-summary--image {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 0;
    min-height: 0;
    max-height: 0;
    padding-bottom: calc(var(--sizes) * 100%);
}
.main__blog-02 .news .news-summary--image .category {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
}
.main__blog-02 .news .news-summary--image .category span {
    padding: 12px 20px;
    border-radius: var(--rounded-corners2);
    background: rgba(var(--color-accent), 1);
    font-size: 12px;
    color: #fff;
    display: inline-block;
    margin-left: 6px;
    margin-bottom: 6px;
}
.main__blog-02 .news .news-summary--image figure {
    transition: -webkit-filter 0.25s ease;
    transition: filter 0.25s ease;
    transition: filter 0.25s ease, -webkit-filter 0.25s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}
.main__blog-02 .news .news-summary--image figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: all 0.3s;
}
.main__blog-02 .news .news-summary--image:hover figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.main__blog-02 .news .news-summary--desc {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 60px 0;
}
@media only screen and (max-width: 991px) {
    .main__blog-02 .news .news-summary--desc {
        padding: 40px 0;
    }
}
.main__blog-02 .news .news-summary--desc .postdate {
    font-size: 11px;
    padding: 10px 12px;
    background-color: rgba(var(--color-accent3), 1);
    border-radius: var(--rounded-corners2);
    margin-bottom: 10px;
}
.main__blog-02 .news .news-summary--desc a {
    text-decoration: none !important;
}
.main__blog-02 .news .news-summary--desc h2 {
    margin-bottom: 0;
    text-decoration: none;
}
.main__blog-02 .news .news-summary--desc h2:hover {
    text-decoration: underline;
}
.main__blog-02 .news .news-summary--desc section[class^="font-size"] {
    margin-top: 30px;
}
@media only screen and (max-width: 991px) {
    .main__blog-02 .news .news-summary--desc section[class^="font-size"] {
        margin-top: 20px;
    }
}
.main__blog-02 .news .news-summary--desc .main-btn {
    margin-top: 40px;
    text-decoration: underline !important;
}
.main__blog-02 .news--link {
    margin-top: 2rem;
}
.main__blog-02 .news .blog-pages {
    text-align: center;
    padding: 20px 0;
    width: 100%;
    display: block;
}
@media only screen and (max-width: 575px) {
    .main__blog-02 .news .blog-pages {
        padding: 0 0 10px;
    }
}
.main__blog-02 .news .blog-pages span {
    background: rgba(var(--color-main), 1);
    color: #fff;
    margin: 2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    padding-top: 1px;
}
.main__blog-02 .news .blog-pages a {
    text-decoration: none;
    color: rgba(var(--color-main), 1);
    font-weight: 500;
    padding: 10px 14px;
}
.main__blog-02 .news .blog-pages a:hover {
    color: rgba(var(--color-accent), 1);
}
.main__blog {
    position: relative;
}
.main__blog .article .pattern-second {
    left: calc(100% - 12px);
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background: rgba(var(--color-accent2), 1);
}
.main__blog .article__title .box-header {
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__blog .article__title .box-header {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__blog .article__title .box-header {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__blog .article__title .box-header {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__blog .article__title .box-header {
        padding: 30px 0;
    }
}
.main__blog .article__title .box-header strong {
    color: rgba(var(--color-main), 1);
}
.main__blog .article__banner {
    position: relative;
}
.main__blog .article__banner .category {
    position: absolute;
    top: 20px;
    left: 32px;
    z-index: 2;
    display: flex;
}
@media only screen and (max-width: 767px) {
    .main__blog .article__banner .category {
        top: 10px;
        left: 20px;
    }
}
.main__blog .article__banner .category span {
    background: rgba(var(--color-accent), 1);
    color: #fff;
    border-radius: var(--rounded-corners2);
    padding: 12px 20px;
    margin-right: 6px;
    font-size: 12px;
}
@media only screen and (max-width: 767px) {
    .main__blog .article__banner .category span {
        padding: 6px 14px;
        font-size: 11px;
    }
}
.main__blog .article__banner--bg {
    position: relative;
    padding-top: calc(100% / (1568 / 774));
    z-index: 1;
    overflow: hidden;
}
.main__blog .article__banner--bg img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main__blog .article__banner--bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, var(--darken));
    z-index: 2;
}
.main__blog .extensions {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 35px 0 30px;
    font-weight: 500;
    letter-spacing: -1px;
    position: relative;
}
@media only screen and (max-width: 991px) {
    .main__blog .extensions {
        padding-left: 0 !important;
    }
}
@media only screen and (max-width: 575px) {
    .main__blog .extensions {
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 25px 0 20px;
    }
}
.main__blog .extensions__author {
    margin-right: 0 !important;
    margin-left: auto;
}
@media only screen and (max-width: 575px) {
    .main__blog .extensions__author {
        margin-right: auto !important;
        margin-left: 0;
    }
}
.main__blog .extensions div[class*="extensions__"] {
    margin-right: 50px;
    font-size: 13px;
    font-weight: 600;
}
@media only screen and (max-width: 575px) {
    .main__blog .extensions div[class*="extensions__"] {
        margin-right: 0;
        padding: 10px;
    }
}
.main__blog .extensions div[class*="extensions__"] span {
    margin-right: 10px;
    font-weight: 300;
}
@media only screen and (max-width: 991px) {
    .main__blog .extensions div[class*="extensions__"] span {
        display: block;
    }
}
@media only screen and (max-width: 575px) {
    .main__blog .extensions * {
        flex-basis: 50%;
    }
}
.main__blog .article__text {
    padding: 50px 0;
}
@media only screen and (max-width: 991px) {
    .main__blog .article__text {
        text-align: justify;
    }
}
@media only screen and (max-width: 575px) {
    .main__blog .article__text {
        padding: 20px 0;
    }
}
.main__blog .article__text .container:first-child .share {
    margin-right: 0;
    margin-left: auto;
    display: flex;
    position: absolute;
    flex-direction: column;
    --w: 40px;
    --w2: 50%;
}
@media only screen and (max-width: 991px) {
    .main__blog .article__text .container:first-child .share {
        margin: 0 auto;
        width: 100%;
        justify-content: center;
        position: relative;
        flex-direction: row;
    }
}
@media only screen and (max-width: 575px) {
    .main__blog .article__text .container:first-child .share {
        justify-content: flex-start;
        margin-left: 0;
        margin-top: 0;
        padding: 10px;
    }
}
.main__blog .article__text .container:first-child .share-child {
    width: var(--w);
    max-width: var(--w);
    height: var(--w);
    border: 1px solid rgba(var(--color-accent3), 1);
    border-radius: 100%;
    background: rgba(var(--color-accent3), 1);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
    position: relative;
}
@media only screen and (max-width: 991px) {
    .main__blog .article__text .container:first-child .share-child {
        margin-right: 15px;
    }
}
.main__blog .article__text .container:first-child .share-child .icon {
    width: var(--w2);
    height: var(--w2);
}
.main__blog .article__text .container:first-child .share-child .icon path {
    fill: rgba(var(--color-main), 1);
}
.main__blog .article__text .container:first-child .share-child:hover {
    background-color: rgba(var(--color-main), 1);
}
.main__blog .article__text .container:first-child .share-child:hover .icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.main__blog .article__text .container:first-child .share__facebook {
    --w2: 60%;
}
.main__blog .article__text .container:first-child .share__url--copy {
    display: none;
    position: absolute;
    left: calc(100% + 20px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 5px;
    border: 1px solid green;
    width: 150px;
    text-align: center;
    padding: 7px 10px 5px;
    pointer-events: none;
    background: #fff;
}
@media only screen and (max-width: 575px) {
    .main__blog .article__text .container:first-child .share__url--copy {
        left: unset;
        top: calc(100% + 20px);
        -webkit-transform: unset;
        transform: unset;
        right: 0;
    }
}
.main__blog .article__text .container:nth-child(2) .share {
    margin: 60px auto 0;
    display: table;
    position: relative;
    padding: 17px 67px;
    background: rgba(var(--color-accent3), 1);
}
@media only screen and (max-width: 991px) {
    .main__blog .article__text .container:nth-child(2) .share {
        width: 100%;
    }
}
@media only screen and (max-width: 575px) {
    .main__blog .article__text .container:nth-child(2) .share {
        padding: 10px;
        margin-top: 40px;
    }
}
.main__blog .article__text .container:nth-child(2) .share-container {
    display: flex;
    flex-wrap: wrap;
    font-size: 17px;
    font-weight: 500;
}
@media only screen and (max-width: 991px) {
    .main__blog .article__text .container:nth-child(2) .share-container {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media only screen and (max-width: 991px) {
    .main__blog .article__text .container:nth-child(2) .share-container span {
        margin-bottom: 12px;
    }
}
.main__blog .article__text .container:nth-child(2) .share-child {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    text-decoration: none;
    color: rgba(var(--color-accent2), 1);
}
@media only screen and (max-width: 991px) {
    .main__blog .article__text .container:nth-child(2) .share-child {
        justify-content: flex-start;
        padding: 0;
        margin-bottom: 4px;
    }
}
.main__blog .article__text .container:nth-child(2) .share-child:hover {
    text-decoration: underline;
}
.main__blog .article__text .container:nth-child(2) .share-child:last-child {
    border-right: unset;
}
.main__blog .article__text .container:nth-child(2) .share__url {
    position: relative;
}
.main__blog .article__text .container:nth-child(2) .share__url--copy {
    display: none;
    position: absolute;
    left: calc(100% + 20px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 5px;
    border: 1px solid green;
    width: 150px;
    color: rgba(var(--font-dark-color), 1);
    background: #fff;
    text-align: center;
    padding: 7px 10px 5px;
    pointer-events: none;
}
@media only screen and (max-width: 991px) {
    .main__blog .article__text .container:nth-child(2) .share__url--copy {
        margin-bottom: 12px;
        left: 0;
        top: calc(100% + 20px);
        -webkit-transform: unset;
        transform: unset;
    }
}
@media only screen and (max-width: 991px) {
    .main__blog .article__text .container:nth-child(2) .share .line {
        display: none;
    }
}
.main__blog .article__text h1,
.main__blog .article__text h2,
.main__blog .article__text h3,
.main__blog .article__text h4,
.main__blog .article__text h5,
.main__blog .article__text h6 {
    line-height: 1.4;
}
.main__blog .article__text h2 {
    margin: 25px 0 10px;
}
.main__blog .article__text h3 {
    margin: 15px 0 10px;
}
.main__blog .article__text p {
    line-height: 1.7;
    font-size: 18px;
    margin-bottom: 15px;
}
.main__blog .article__text img {
    margin: 3em 0;
}
.main__box-01 {
    position: relative;
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__box-01 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__box-01 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__box-01 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__box-01 {
        padding: 30px 0;
    }
}
.main__box-01 .box {
    margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
    .main__box-01 .box {
        margin-bottom: 20px;
    }
}
.main__box-01 .box.slick-active.slick-current .pattern {
    -webkit-mask-image: url(/uploads/images/ikony/arrow_box-01.svg);
    mask-image: url(/uploads/images/ikony/arrow_box-01.svg);
    width: 140px;
    height: 34px;
    left: 100%;
    bottom: 15%;
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}
.main__box-01 .box.slick-active.slick-current + .slick-active .pattern {
    -webkit-mask-image: url(/uploads/images/ikony/arrow_box-02.svg);
    mask-image: url(/uploads/images/ikony/arrow_box-02.svg);
    width: 107px;
    height: 100px;
    left: 100%;
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}
@media only screen and (max-width: 1199px) {
    .main__box-01 .box.slick-active.slick-current + .slick-active .pattern {
        display: none;
    }
}
.main__box-01 .box a {
    text-decoration: none;
}
.main__box-01 .box-header {
    text-align: center;
    margin-bottom: 85px;
    color: rgba(var(--color-accent2), 1);
}
@media only screen and (max-width: 1499px) {
    .main__box-01 .box-header {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__box-01 .box-header {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 575px) {
    .main__box-01 .box-header {
        margin-bottom: 30px;
    }
}
.main__box-01 .box-header strong {
    color: rgba(var(--color-main), 1);
}
.main__box-01 .box-wrapper {
    height: 100%;
    border: 2px solid rgba(var(--color-accent3), 1);
    padding: 80px 100px;
    position: relative;
}
@media only screen and (max-width: 1499px) {
    .main__box-01 .box-wrapper {
        padding: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .main__box-01 .box-wrapper {
        padding: 60px 40px;
    }
}
@media only screen and (max-width: 767px) {
    .main__box-01 .box-wrapper {
        padding: 60px 40px;
    }
}
.main__box-01 .box-wrapper:hover {
    border-color: rgba(var(--color-main), 1);
}
.main__box-01 .box-wrapper:hover .box-wrapper__blur {
    left: 2px;
}
.main__box-01 .box-wrapper:hover .box-wrapper__icon .icon {
    margin-left: 24px;
}
.main__box-01 .box-wrapper__icon {
    position: relative;
    --w: 80px;
    width: var(--w);
    height: var(--w);
    border-radius: var(--rounded-corners2);
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
}
@media only screen and (max-width: 1429px) {
    .main__box-01 .box-wrapper__icon {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__box-01 .box-wrapper__icon {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .main__box-01 .box-wrapper__icon {
        margin-bottom: 20px;
        --w: 70px;
    }
}
.main__box-01 .box-wrapper__icon .icon {
    width: 35px;
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all 0.5s;
}
.main__box-01 .box-wrapper__icon .icon path {
    fill: rgba(var(--color-accent2), 1);
}
.main__box-01 .box-wrapper__blur {
    position: absolute;
    top: 0;
    left: 20%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(var(--color-accent2), 0.1);
    transition: all 0.5s;
}
.main__box-01 .box-wrapper .box-content {
    width: 100%;
}
.main__box-01 .box-wrapper .box-content__header {
    margin-bottom: 45px;
}
@media only screen and (max-width: 1199px) {
    .main__box-01 .box-wrapper .box-content__header {
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 575px) {
    .main__box-01 .box-wrapper .box-content__header {
        margin-bottom: 20px;
    }
}
.main__box-01 .box-wrapper .box-content__desc {
    color: rgba(var(--font-dark-color), 1);
    margin-bottom: 15px;
    line-height: 1.8;
}
.main__box-01 .slider-carousel-box .slick-track {
    display: flex;
    padding-bottom: 30px;
}
.main__box-01 .slider-carousel-box .slick-track .slick-slide {
    height: inherit;
    padding: 0 15px;
}
.main__box-01 .main-btn {
    margin-top: 50px;
}
@media only screen and (max-width: 991px) {
    .main__box-01 .main-btn {
        margin-top: 20px;
    }
}
.main__box-01 .btn-arrow {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -40px;
}
.main__box-01 .btn-arrow .slider-box-arrows {
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.main__box-01 .btn-arrow .slider-box-arrows .slick-dots {
    list-style-type: none;
    text-align: center;
    display: flex;
    align-items: center;
}
.main__box-01 .btn-arrow .slider-box-arrows .slick-dots li {
    padding: 8px;
}
.main__box-01 .btn-arrow .slider-box-arrows .slick-dots .slick-active button {
    border: 2px solid rgba(var(--color-main), 1);
    width: 10px;
    height: 10px;
    opacity: 1;
}
.main__box-01 .btn-arrow .slider-box-arrows .slick-dots button {
    font-size: 0;
    border: 2px solid rgba(var(--color-main), 1);
    background: 0 0;
    border-radius: 100%;
    width: 9px;
    height: 9px;
    opacity: 0.2;
    pointer-events: all;
}
.main__box-02 {
    position: relative;
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__box-02 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__box-02 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__box-02 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__box-02 {
        padding: 30px 0;
    }
}
.main__box-02 .box-header {
    text-align: center;
    margin-bottom: 85px;
    color: rgba(var(--color-accent2), 1);
}
@media only screen and (max-width: 1499px) {
    .main__box-02 .box-header {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 991px) {
    .main__box-02 .box-header {
        margin-bottom: 40px;
    }
}
.main__box-02 .box {
    text-decoration: none;
    display: flex;
}
@media only screen and (max-width: 1199px) {
    .main__box-02 .box {
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
    }
}
.main__box-02 .box[data-box-align="left"] .box__left {
    order: 2;
}
.main__box-02 .box[data-box-align="left"] .box__right {
    order: 1;
}
.main__box-02 .box:nth-child(2n)[data-box-align="left"] .box__left {
    order: 1;
}
.main__box-02 .box:nth-child(2n)[data-box-align="left"] .box__right {
    order: 2;
}
.main__box-02 .box:nth-child(2n) .box__left {
    order: 2;
    padding: 60px 85px;
}
@media only screen and (min-width: 1921px) {
    .main__box-02 .box:nth-child(2n) .box__left {
        padding: 60px 130px 60px 165px;
    }
}
@media only screen and (max-width: 1799px) {
    .main__box-02 .box:nth-child(2n) .box__left {
        padding: 60px 130px;
    }
}
@media only screen and (max-width: 1499px) {
    .main__box-02 .box:nth-child(2n) .box__left {
        padding: 60px 110px;
    }
}
@media only screen and (max-width: 1299px) {
    .main__box-02 .box:nth-child(2n) .box__left {
        padding: 40px 90px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__box-02 .box:nth-child(2n) .box__left {
        padding: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .main__box-02 .box:nth-child(2n) .box__left {
        padding: 40px 0;
    }
}
.main__box-02 .box:nth-child(2n) .box__right {
    order: 1;
}
.main__box-02 .box__left {
    width: 50%;
    padding: 60px 85px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media only screen and (min-width: 1921px) {
    .main__box-02 .box__left {
        padding: 60px 165px 60px 130px;
    }
}
@media only screen and (max-width: 1799px) {
    .main__box-02 .box__left {
        padding: 60px 130px;
    }
}
@media only screen and (max-width: 1499px) {
    .main__box-02 .box__left {
        padding: 60px 110px;
    }
}
@media only screen and (max-width: 1299px) {
    .main__box-02 .box__left {
        padding: 40px 90px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__box-02 .box__left {
        width: 80%;
        order: 2 !important;
        padding: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .main__box-02 .box__left {
        width: 100%;
        padding: 40px 0;
    }
}
.main__box-02 .box__left h3 {
    margin-bottom: 45px;
}
@media only screen and (max-width: 1499px) {
    .main__box-02 .box__left h3 {
        margin-bottom: 30px;
    }
}
.main__box-02 .box__left .btn-wrapper {
    margin-top: 100px;
}
@media only screen and (max-width: 1499px) {
    .main__box-02 .box__left .btn-wrapper {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 991px) {
    .main__box-02 .box__left .btn-wrapper {
        margin-top: 40px;
    }
}
.main__box-02 .box__right {
    width: 50%;
}
@media only screen and (max-width: 1199px) {
    .main__box-02 .box__right {
        width: 80%;
        order: 1 !important;
    }
}
@media only screen and (max-width: 991px) {
    .main__box-02 .box__right {
        width: 100%;
    }
}
.main__box-02 .box__right--img {
    position: relative;
    padding-top: calc(100% / (1 / 1));
    min-height: 100%;
}
@media only screen and (max-width: 1199px) {
    .main__box-02 .box__right--img {
        padding-top: calc(100% / (4 / 3));
    }
}
.main__box-02 .box__right--img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main__box-02 .btn-arrow {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.main__box-03 {
    position: relative;
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__box-03 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__box-03 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__box-03 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__box-03 {
        padding: 30px 0;
    }
}
.main__box-03.hideBg:before {
    display: none;
}
.main__box-03:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45%;
    max-height: 500px;
    background: #fff;
}
@media only screen and (max-width: 1299px) {
    .main__box-03:before {
        max-height: 350px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__box-03:before {
        max-height: 360px;
    }
}
.main__box-03 .box {
    position: relative;
    margin-top: 60px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 1499px) {
    .main__box-03 .box {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 1429px) {
    .main__box-03 .box {
        margin-top: 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__box-03 .box {
        margin-top: 15px;
    }
}
.main__box-03 .box.col-xl-4 .box-wrapper__icon {
    padding: 50px 60px 0;
}
@media only screen and (max-width: 1499px) {
    .main__box-03 .box.col-xl-4 .box-wrapper__icon {
        padding: 30px 40px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__box-03 .box.col-xl-4 .box-wrapper__icon {
        padding: 20px 20px 0;
    }
}
.main__box-03 .box.col-xl-4 .box-content {
    padding: 50px 60px;
}
@media only screen and (max-width: 1499px) {
    .main__box-03 .box.col-xl-4 .box-content {
        padding: 30px 40px;
    }
}
@media only screen and (max-width: 991px) {
    .main__box-03 .box.col-xl-4 .box-content {
        padding: 20px;
    }
}
.main__box-03 .box a {
    text-decoration: none;
}
.main__box-03 .box-header {
    text-align: center;
    margin-bottom: 0;
    color: rgba(var(--color-accent2), 1);
}
@media only screen and (max-width: 1429px) {
    .main__box-03 .box-header {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .main__box-03 .box-header {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .main__box-03 .box-header {
        margin-bottom: 20px;
    }
}
.main__box-03 .box-wrapper {
    height: 100%;
    position: relative;
}
.main__box-03 .box-wrapper__icon {
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 50px 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__box-03 .box-wrapper__icon {
        padding: 30px 70px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__box-03 .box-wrapper__icon {
        padding: 20px 20px 0;
    }
}
.main__box-03 .box-wrapper__icon .icon {
    width: 35px;
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain;
}
.main__box-03 .box-wrapper__icon .icon path {
    fill: rgba(var(--color-main), 1);
}
.main__box-03 .box-wrapper:hover .box-wrapper__img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.main__box-03 .box-wrapper__img {
    overflow: hidden;
    background: #fff;
    width: 100%;
    transition: all 0.3s;
    transition-delay: 0.2s;
    position: relative;
    padding-bottom: calc((3 / 4) * 100%);
}
.main__box-03 .box-wrapper__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.4s;
    position: absolute;
    top: 0;
    left: 0;
}
.main__box-03 .box-wrapper .box-content {
    padding: 50px 100px;
    padding-bottom: 40px;
    width: 100%;
    text-align: left;
    position: relative;
}
@media only screen and (max-width: 1499px) {
    .main__box-03 .box-wrapper .box-content {
        padding: 30px 70px;
    }
}
@media only screen and (max-width: 991px) {
    .main__box-03 .box-wrapper .box-content {
        padding: 20px;
    }
}
.main__box-03 .box-wrapper .box-content__header {
    margin: 0;
    line-height: 1.6;
    position: relative;
    padding-right: 70px;
}
.main__box-03 .box-wrapper .box-content__header .icon-wrapper {
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    --w: 30px;
    width: var(--w);
    height: var(--w);
    border-radius: 100%;
    background: rgba(var(--color-accent), 1);
    margin-left: 1.4rem;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.4s;
}
.main__box-03 .box-wrapper .box-content__header .icon-wrapper svg {
    --w: 30%;
    width: var(--w);
    height: var(--w);
    transition: all 0.3s;
}
.main__box-03 .box-wrapper .box-content__header .icon-wrapper svg path {
    fill: rgba(var(--color-accent2), 1);
}
@media only screen and (max-width: 991px) {
    .main__box-03 .box-wrapper .box-content__header .icon-wrapper {
        opacity: 1;
    }
}
@media only screen and (min-width: 576px) {
    .main__box-03 .box-wrapper .box-content__header .icon-wrapper {
        --w: 46px;
    }
}
.main__box-03 .box-wrapper .box-content__sub-title {
    font-weight: 700;
    color: rgba(var(--font-dark-color), 1);
    margin-top: 17px;
    margin-bottom: 0;
    line-height: 1.8;
}
.main__box-03 .box-wrapper .box-content__desc {
    color: rgba(var(--font-dark-color), 1);
    margin-bottom: 0;
    margin-top: 50px;
    line-height: 1.8;
    overflow: hidden;
    max-height: 1px;
    transition: all 0.4s;
}
@media only screen and (max-width: 1299px) {
    .main__box-03 .box-wrapper .box-content__desc {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .main__box-03 .box-wrapper .box-content__desc {
        margin-top: 25px;
        max-height: unset;
    }
}
.main__box-03 .box-wrapper .box-content .main-btn {
    margin-top: 40px;
}
.main__box-04 {
    position: relative;
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__box-04 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__box-04 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__box-04 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__box-04 {
        padding: 30px 0;
    }
}
.main__box-04 .box {
    transition: all 0.3s;
}
.main__box-04 .box:hover {
    background: rgba(var(--color-accent3), 1);
}
.main__box-04 .box:hover a {
    text-decoration: underline;
}
.main__box-04 .box:hover .box-wrapper__blur {
    left: 2px;
}
.main__box-04 .box:hover .box-wrapper__icon .icon {
    margin-left: 24px;
}
.main__box-04 .box:hover .main-btn-1 svg {
    margin-left: 10px;
}
.main__box-04 .box a {
    text-decoration: none;
}
.main__box-04 .box-header {
    text-align: center;
    margin-bottom: 85px;
    color: rgba(var(--color-accent2), 1);
}
@media only screen and (max-width: 1499px) {
    .main__box-04 .box-header {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__box-04 .box-header {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 575px) {
    .main__box-04 .box-header {
        margin-bottom: 20px;
    }
}
.main__box-04 .box-header strong {
    color: rgba(var(--color-main), 1);
}
.main__box-04 .box-wrapper {
    height: 100%;
    padding: 80px;
}
@media only screen and (max-width: 1499px) {
    .main__box-04 .box-wrapper {
        padding: 60px;
    }
}
.main__box-04 .box-wrapper__icon {
    position: relative;
    --w: 70px;
    width: var(--w);
    height: var(--w);
    border-radius: var(--rounded-corners2);
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
@media only screen and (min-width: 576px) {
    .main__box-04 .box-wrapper__icon {
        --w: 80px;
    }
}
.main__box-04 .box-wrapper__icon .icon {
    width: 35px;
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all 0.5s;
}
.main__box-04 .box-wrapper__icon .icon path {
    fill: rgba(var(--color-accent2), 1);
}
.main__box-04 .box-wrapper__blur {
    position: absolute;
    top: 0;
    left: 20%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(var(--color-accent2), 0.1);
    transition: all 0.5s;
}
.main__box-04 .box-wrapper .box-content {
    padding-top: 50px;
    width: 100%;
}
@media only screen and (max-width: 1429px) {
    .main__box-04 .box-wrapper .box-content {
        padding-top: 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__box-04 .box-wrapper .box-content {
        padding-top: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .main__box-04 .box-wrapper .box-content {
        padding-top: 20px;
    }
}
.main__box-04 .box-wrapper .box-content__desc {
    color: rgba(var(--font-dark-color), 1);
    margin-bottom: 15px;
    line-height: 1.8;
}
.main__box-04 .box-wrapper .box-content .main-btn {
    margin-top: 40px;
}
.main__box-04 .btn-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main__box-04 .btn-wrapper .main-btn {
    margin-top: 40px;
}
.main__box-05 {
    position: relative;
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__box-05 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__box-05 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__box-05 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__box-05 {
        padding: 30px 0;
    }
}
.main__box-05 .box {
    position: relative;
    margin-top: 60px;
}
@media only screen and (max-width: 1499px) {
    .main__box-05 .box {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .main__box-05 .box {
        margin-top: 25px;
    }
}
.main__box-05 .box:hover a {
    text-decoration: underline;
}
.main__box-05 .box a {
    text-decoration: none;
}
.main__box-05 .box-header {
    text-align: center;
    margin-bottom: 25px;
    color: rgba(var(--color-accent2), 1);
}
@media only screen and (max-width: 1499px) {
    .main__box-05 .box-header {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .main__box-05 .box-header {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .main__box-05 .box-header {
        margin-bottom: 20px;
    }
}
.main__box-05 .box-wrapper {
    height: 100%;
    position: relative;
    padding-bottom: calc((798 / 764) * 100%);
}
.main__box-05 .box-wrapper__icon {
    position: absolute;
    top: 0;
    left: 0;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 50px 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__box-05 .box-wrapper__icon {
        padding: 40px 50px;
    }
}
@media only screen and (max-width: 991px) {
    .main__box-05 .box-wrapper__icon {
        padding: 20px 20px 0;
    }
}
.main__box-05 .box-wrapper__icon.large {
    padding: 50px 70px 0;
}
@media only screen and (max-width: 1499px) {
    .main__box-05 .box-wrapper__icon.large {
        padding: 30px 50px 0;
    }
}
@media only screen and (max-width: 1299px) {
    .main__box-05 .box-wrapper__icon.large {
        padding: 30px 40px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__box-05 .box-wrapper__icon.large {
        padding: 20px 20px 0;
    }
}
.main__box-05 .box-wrapper__icon .icon {
    width: 35px;
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain;
}
.main__box-05 .box-wrapper__icon .icon * {
    fill: #fff;
}
.main__box-05 .box-wrapper:hover .box-wrapper__img img {
    height: calc(100% - 130px);
    -webkit-filter: unset;
    filter: unset;
}
.main__box-05 .box-wrapper:hover .box-content {
    -webkit-filter: unset;
    filter: unset;
    color: rgba(var(--color-main), 1);
}
.main__box-05 .box-wrapper:hover .box-content__background {
    height: 100%;
}
.main__box-05 .box-wrapper__img {
    overflow: hidden;
    background: #fff;
    width: 100%;
    transition: all 0.3s;
    transition-delay: 0.2s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main__box-05 .box-wrapper__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6);
}
.main__box-05 .box-wrapper .box-content {
    padding: 50px 100px 60px;
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
@media only screen and (max-width: 1499px) {
    .main__box-05 .box-wrapper .box-content {
        padding: 40px 70px;
    }
}
@media only screen and (max-width: 991px) {
    .main__box-05 .box-wrapper .box-content {
        padding: 20px;
    }
}
.main__box-05 .box-wrapper .box-content.large {
    padding: 50px 70px 60px;
}
@media only screen and (max-width: 1499px) {
    .main__box-05 .box-wrapper .box-content.large {
        padding: 40px 50px;
    }
}
@media only screen and (max-width: 1299px) {
    .main__box-05 .box-wrapper .box-content.large {
        padding: 30px 40px;
    }
}
@media only screen and (max-width: 991px) {
    .main__box-05 .box-wrapper .box-content.large {
        padding: 20px;
    }
}
.main__box-05 .box-wrapper .box-content.large .main-btn {
    margin-top: 30px;
}
@media only screen and (max-width: 1299px) {
    .main__box-05 .box-wrapper .box-content.large .main-btn {
        margin-top: 10px;
    }
}
.main__box-05 .box-wrapper .box-content__background {
    width: 100%;
    height: 0;
    background: #fff;
    transition: all 0.3s;
    position: absolute;
    bottom: 0;
    left: 0;
}
.main__box-05 .box-wrapper .box-content__header {
    margin: 0;
    position: relative;
    padding-right: 70px;
}
.main__box-05 .box-wrapper .box-content__header .icon-wrapper {
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    --w: 30px;
    width: var(--w);
    height: var(--w);
    border-radius: 100%;
    background: rgba(var(--color-accent), 1);
    margin-left: 1.4rem;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.4s;
}
.main__box-05 .box-wrapper .box-content__header .icon-wrapper svg {
    --w: 30%;
    width: var(--w);
    height: var(--w);
    transition: all 0.3s;
}
.main__box-05 .box-wrapper .box-content__header .icon-wrapper svg path {
    fill: rgba(var(--color-accent2), 1);
}
@media only screen and (max-width: 991px) {
    .main__box-05 .box-wrapper .box-content__header .icon-wrapper {
        opacity: 1;
    }
}
@media only screen and (min-width: 576px) {
    .main__box-05 .box-wrapper .box-content__header .icon-wrapper {
        --w: 46px;
    }
}
.main__box-05 .box-wrapper .box-content .main-btn {
    margin-top: 40px;
}
@media only screen and (max-width: 1499px) {
    .main__box-05 .box-wrapper .box-content .main-btn {
        margin-top: 15px;
    }
}
.main__box-05 .btn-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main__box-05 .btn-wrapper .main-btn {
    margin-top: 40px;
}
.main__box-06 {
    position: relative;
    padding: 100px 0;
    padding-bottom: 0;
}
@media only screen and (max-width: 1499px) {
    .main__box-06 {
        padding: 80px 0;
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__box-06 {
        padding: 60px 0;
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__box-06 {
        padding: 40px 0;
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__box-06 {
        padding: 30px 0;
        padding-bottom: 0;
    }
}
.main__box-06 .box {
    position: relative;
}
@media only screen and (max-width: 991px) {
    .main__box-06 .box {
        margin-top: 15px;
    }
}
@media only screen and (min-width: 992px) {
    .main__box-06 .box:nth-child(odd) {
        padding-right: 0;
    }
}
@media only screen and (min-width: 992px) {
    .main__box-06 .box:nth-child(even) {
        padding-left: 0;
    }
}
.main__box-06 .box:hover a h2 {
    text-decoration: underline;
}
.main__box-06 .box a {
    text-decoration: none;
}
.main__box-06 .box-header {
    text-align: center;
    margin-bottom: 85px;
    color: rgba(var(--color-accent2), 1);
}
@media only screen and (max-width: 1429px) {
    .main__box-06 .box-header {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .main__box-06 .box-header {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .main__box-06 .box-header {
        margin-bottom: 20px;
    }
}
.main__box-06 .box-wrapper {
    position: relative;
}
@media only screen and (min-width: 992px) {
    .main__box-06 .box-wrapper:hover .box-wrapper__img {
        padding-bottom: calc(((544 / 960) * 100%) - 110px);
        transition: all 0.3s;
        transition-delay: 0.15s;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1499px) {
    .main__box-06 .box-wrapper:hover .box-wrapper__img {
        padding-bottom: calc(((544 / 960) * 100%) - 100px);
    }
}
@media only screen and (min-width: 992px) {
    .main__box-06 .box-wrapper:hover .box-wrapper__img img {
        -webkit-filter: brightness(0.6);
        filter: brightness(0.6);
    }
    .main__box-06 .box-wrapper:hover .box-content .main-btn {
        opacity: 1;
        margin-top: 40px;
        border: 2px solid rgba(var(--color-accent2), 1);
        max-height: 500px;
        padding: 16px 68px;
        transition: all 0.3s linear;
        transition-delay: 0.15s;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1499px) {
    .main__box-06 .box-wrapper:hover .box-content .main-btn {
        margin-top: 30px;
    }
}
.main__box-06 .box-wrapper__img {
    overflow: hidden;
    width: 100%;
    transition: all 0.15s;
    position: relative;
    padding-bottom: calc((544 / 960) * 100%);
    width: 100%;
}
.main__box-06 .box-wrapper__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.4s;
    position: absolute;
    top: 0;
    left: 0;
}
.main__box-06 .box-wrapper .box-content {
    padding: 50px 100px 40px;
    width: 100%;
    text-align: left;
    position: relative;
    bottom: 0;
    left: 0;
}
@media only screen and (max-width: 1499px) {
    .main__box-06 .box-wrapper .box-content {
        padding: 40px 70px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__box-06 .box-wrapper .box-content {
        padding: 40px 50px;
    }
}
@media only screen and (max-width: 991px) {
    .main__box-06 .box-wrapper .box-content {
        padding: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .main__box-06 .box-wrapper .box-content {
        padding: 20px 0;
    }
}
.main__box-06 .box-wrapper .box-content.large {
    padding: 50px 70px 60px;
}
@media only screen and (max-width: 1499px) {
    .main__box-06 .box-wrapper .box-content.large {
        padding: 40px 50px;
    }
}
@media only screen and (max-width: 1299px) {
    .main__box-06 .box-wrapper .box-content.large {
        padding: 30px 40px;
    }
}
@media only screen and (max-width: 991px) {
    .main__box-06 .box-wrapper .box-content.large {
        padding: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .main__box-06 .box-wrapper .box-content.large {
        padding: 20px 0;
    }
}
.main__box-06 .box-wrapper .box-content__header {
    margin: 0;
    position: relative;
    padding-right: 70px;
}
@media only screen and (max-width: 1299px) {
    .main__box-06 .box-wrapper .box-content__header {
        padding-right: 0;
    }
}
.main__box-06 .box-wrapper .box-content .main-btn {
    margin-top: 30px;
}
@media only screen and (min-width: 992px) {
    .main__box-06 .box-wrapper .box-content .main-btn {
        opacity: 0;
        min-height: 0;
        overflow: hidden;
        padding: 0;
        max-height: 0;
        border: unset;
        margin-top: 0;
        transition: all 0.1s;
    }
}
.main__box-06 .btn-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main__box-06 .btn-wrapper .main-btn {
    margin-top: 40px;
}
.main__box-07 {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}
@media only screen and (max-width: 1499px) {
    .main__box-07 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__box-07 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__box-07 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__box-07 {
        padding: 30px 0;
    }
}
.main__box-07.hideBg .box-header:before {
    display: none;
}
.main__box-07 .box a {
    text-decoration: none;
}
.main__box-07 .box-header {
    position: relative;
    margin-bottom: 200px;
    color: rgba(var(--color-accent2), 1);
}
@media only screen and (max-width: 1429px) {
    .main__box-07 .box-header {
        margin-bottom: 100px;
    }
}
@media only screen and (max-width: 1499px) {
    .main__box-07 .box-header {
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__box-07 .box-header {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 575px) {
    .main__box-07 .box-header {
        margin-bottom: 40px;
    }
}
.main__box-07 .box-header:before {
    content: "";
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    height: 530px;
    background: rgba(var(--color-accent3), 1);
    z-index: -1;
}
@media only screen and (max-width: 1499px) {
    .main__box-07 .box-header:before {
        height: 400px;
        top: 60px;
    }
}
@media only screen and (max-width: 1299px) {
    .main__box-07 .box-header:before {
        height: 350px;
        top: 52px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__box-07 .box-header:before {
        height: 250px;
        top: 42px;
    }
}
@media only screen and (max-width: 991px) {
    .main__box-07 .box-header:before {
        display: none;
    }
}
.main__box-07 .box-header strong {
    color: rgba(var(--color-main), 1);
}
.main__box-07 .box-header .pattern-first {
    top: 0;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.main__box-07 .box-header .pattern-second {
    background: rgba(var(--color-accent2), 1);
    left: 100%;
    top: 0;
    -webkit-transform: rotate(-90deg) translateX(-65px);
    transform: rotate(-90deg) translateX(-65px);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}
@media only screen and (max-width: 1499px) {
    .main__box-07 .box-header .pattern-second {
        -webkit-transform: rotate(-90deg) translateX(-60px);
        transform: rotate(-90deg) translateX(-60px);
    }
}
@media only screen and (max-width: 1299px) {
    .main__box-07 .box-header .pattern-second {
        -webkit-transform: rotate(-90deg) translateX(-52px);
        transform: rotate(-90deg) translateX(-52px);
    }
}
@media only screen and (max-width: 1199px) {
    .main__box-07 .box-header .pattern-second {
        -webkit-transform: rotate(-90deg) translateX(-42px);
        transform: rotate(-90deg) translateX(-42px);
    }
}
.main__box-07 .box-wrapper {
    height: 100%;
}
.main__box-07 .box-wrapper:hover .box-wrapper__img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.main__box-07 .box-wrapper:hover .box-content__header {
    text-decoration: underline;
}
.main__box-07 .box-wrapper__img {
    overflow: hidden;
    background: #fff;
    width: 100%;
    padding-bottom: calc(var(--sizes) * 100%);
    position: relative;
}
.main__box-07 .box-wrapper__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: all 0.4s;
    position: absolute;
    top: 0;
    left: 0;
}
.main__box-07 .box-content {
    padding: 50px 0 0;
    width: 100%;
}
@media only screen and (max-width: 1429px) {
    .main__box-07 .box-content {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__box-07 .box-content {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__box-07 .box-content {
        padding: 20px 25px 40px;
    }
}
.main__box-07 .box-content__desc {
    color: rgba(var(--font-dark-color), 1);
    line-height: 1.8;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.main__box-07 .box-content__desc div[class^="font-size"] {
    width: 70%;
}
.main__box-07 .slider-carousel-box-7 .slick-list {
    padding-right: 17% !important;
    overflow: unset;
}
.main__box-07 .slider-carousel-box-7 .slick-list .slick-track {
    display: flex;
}
.main__box-07 .slider-carousel-box-7 .slick-list .slick-track .slick-slide {
    height: inherit;
    padding: 0 15px;
}
.main__box-07 .slider-carousel-box-7 .slick-list .slick-track .slick-slide.slick-active {
    opacity: 1;
}
.main__box-07 .slider-box-arrows {
    margin-top: 60px;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-bottom: 2px solid rgba(var(--color-accent3), 1);
    border-top: 2px solid rgba(var(--color-accent3), 1);
}
@media only screen and (max-width: 1499px) {
    .main__box-07 .slider-box-arrows {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .main__box-07 .slider-box-arrows {
        margin-top: 25px;
    }
}
.main__box-07 .slider-box-arrows .slick-arrow {
    outline: 0 !important;
    text-indent: -9999px;
    --w: 28px;
    width: var(--w);
    height: var(--w);
    border: none;
    background: 0 0;
    position: relative;
    transition: background-color 0.25s ease;
    will-change: background-color;
    pointer-events: all;
}
.main__box-07 .slider-box-arrows .slick-arrow::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url(/img/ikony/arrow-right.svg);
    mask-image: url(/img/ikony/arrow-right.svg);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: rgba(var(--color-main), 1);
    transition: fitler 0.25s ease;
    will-change: filter;
}
.main__box-07 .slider-box-arrows .slick-arrow.slick-prev::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.main__box-07 .slider-box-arrows .slick-arrow:not(:first-child) {
    margin-left: 1rem;
}
.main__box-07 .btn-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main__box-07 .btn-wrapper .main-btn {
    margin-top: 40px;
}
.main__box-08 {
    position: relative;
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__box-08 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__box-08 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__box-08 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__box-08 {
        padding: 30px 0;
    }
}
.main__box-08.hideBg:before {
    display: none;
}
.main__box-08.hideBg .box-header h2 {
    color: rgba(var(--color-main), 1);
}
.main__box-08:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45%;
    max-height: 570px;
    background: rgba(var(--color-main), 1);
}
@media only screen and (max-width: 1299px) {
    .main__box-08:before {
        max-height: 350px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__box-08:before {
        max-height: 360px;
    }
}
.main__box-08 .pattern-first {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: -76px;
    right: 12px;
    background: rgba(var(--color-accent2), 1);
}
.main__box-08 .pattern-second {
    right: calc(100% - 12px);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    top: 70px;
}
.main__box-08 .box-header {
    margin-bottom: 85px;
}
@media only screen and (min-width: 1921px) {
    .main__box-08 .box-header {
        margin-bottom: 160px;
    }
}
@media only screen and (max-width: 1499px) {
    .main__box-08 .box-header {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 991px) {
    .main__box-08 .box-header {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .main__box-08 .box-header {
        margin-bottom: 20px;
    }
}
.main__box-08 .box-header h2 {
    color: #fff;
}
.main__box-08 .box-header h2 strong {
    position: relative;
    z-index: 3;
}
.main__box-08 .box-header h2 strong:before {
    content: "";
    position: absolute;
    left: -18px;
    right: -18px;
    top: -18px;
    bottom: -18px;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-image: url(/img/ikony/circle-note.svg);
    mask-image: url(/img/ikony/circle-note.svg);
    background: rgba(var(--color-accent2), 1);
    z-index: -1;
    pointer-events: none;
    height: auto;
}
.main__box-08 .box-wrapper {
    overflow: hidden;
    position: relative;
}
@media only screen and (max-width: 991px) {
    .main__box-08 .box-wrapper {
        margin-top: 20px;
    }
}
.main__box-08 .box-wrapper:hover.has-text .box-wrapper__img img {
    height: 90%;
}
@media only screen and (max-width: 991px) {
    .main__box-08 .box-wrapper:hover.has-text .box-wrapper__img img {
        height: 100%;
    }
}
.main__box-08 .box-wrapper:hover .box-content {
    bottom: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
@media only screen and (min-width: 992px) {
    .main__box-08 .box-wrapper:nth-child(even) {
        padding-left: 0;
    }
    .main__box-08 .box-wrapper:nth-child(even) .box-content {
        left: 0;
    }
}
@media only screen and (min-width: 992px) {
    .main__box-08 .box-wrapper:nth-child(odd) {
        padding-right: 0;
    }
}
.main__box-08 .box-wrapper figure {
    padding-bottom: calc((772 / 650) * 100%);
    overflow: hidden;
    position: relative;
}
@media only screen and (max-width: 991px) {
    .main__box-08 .box-wrapper figure {
        padding-bottom: calc((3 / 4) * 100%);
    }
}
.main__box-08 .box-wrapper figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}
.main__box-08 .box-wrapper figure .box-wrapper__img--overlay {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s linear;
    z-index: 3;
}
.main__box-08 .box-wrapper a {
    text-decoration: none;
}
.main__box-08 .box-content {
    position: absolute;
    left: 12px;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background: #fff;
    color: rgba(var(--color-main), 1);
    text-decoration: none;
    transition: all 0.2s;
    opacity: 0;
    width: calc(100% - 12px);
    padding: 60px 90px;
    z-index: 4;
}
@media only screen and (max-width: 991px) {
    .main__box-08 .box-content {
        position: static;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        padding: 30px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__box-08 .box-content {
        padding: 15px 0;
    }
}
.main__box-08 .box-content__desc {
    margin-top: 20px;
}
.main__box-08 .box-content .main-btn {
    margin-top: 35px;
}
@media only screen and (max-width: 991px) {
    .main__box-08 .box-content .main-btn {
        margin-top: 20px;
    }
}
.main__box-08 .btn-wrapper {
    text-align: center;
    margin-top: 50px;
}
.main__counter-01 {
    padding: 100px 0;
    position: relative;
}
@media only screen and (max-width: 1499px) {
    .main__counter-01 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__counter-01 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__counter-01 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__counter-01 {
        padding: 30px 0;
    }
}
.main__counter-01.hideBg:before {
    display: none;
}
@media only screen and (min-width: 992px) {
    .main__counter-01::before {
        content: "";
        position: absolute;
        bottom: 0;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 54%;
        background: rgba(var(--color-accent3), 1);
        z-index: -1;
    }
}
.main__counter-01 .counter__img {
    position: relative;
    padding-top: calc(100% / (764 / 675));
}
@media only screen and (max-width: 991px) {
    .main__counter-01 .counter__img {
        padding-top: calc(100% / (16 / 9));
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 575px) {
    .main__counter-01 .counter__img {
        margin-bottom: 40px;
    }
}
.main__counter-01 .counter__img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main__counter-01 .counter__img .pattern-first {
    left: 15%;
    top: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.main__counter-01 .counter__img .pattern-second {
    background: rgba(var(--color-accent2), 1);
    top: 96%;
    left: 96%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.main__counter-01 .text-col {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
@media only screen and (min-width: 1921px) {
    .main__counter-01 .text-col {
        padding-right: 70px;
    }
}
.main__counter-01 .text-col .text-section h2 {
    font-size: 30px;
}
@media only screen and (max-width: 1429px) {
    .main__counter-01 .text-col .text-section h2 {
        font-size: 27px;
    }
}
@media only screen and (max-width: 575px) {
    .main__counter-01 .text-col .text-section h2 {
        font-size: 24px;
    }
}
.main__counter-01 .text-col .main-btn {
    margin-top: 50px;
}
@media only screen and (max-width: 991px) {
    .main__counter-01 .text-col .main-btn {
        margin-top: 20px;
    }
}
.main__counter-01 .kafelek {
    text-align: left;
}
.main__counter-01 .kafelek .counter-wrapper {
    padding: 70px;
    padding-left: 0;
    padding-bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    transition: all 0.3s ease;
    position: relative;
}
@media only screen and (max-width: 1799px) {
    .main__counter-01 .kafelek .counter-wrapper {
        padding: 70px 30px 0 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__counter-01 .kafelek .counter-wrapper {
        padding: 40px 40px 0 0;
    }
}
@media only screen and (max-width: 767px) {
    .main__counter-01 .kafelek .counter-wrapper {
        padding: 20px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__counter-01 .kafelek .counter-wrapper {
        padding: 15px 0;
    }
}
.main__counter-01 .kafelek .counter-wrapper .number {
    position: relative;
    color: rgba(var(--color-main), 1);
    transition: all 0.3s ease;
}
.main__counter-01 .kafelek .counter-wrapper .number.add-space:after {
    margin-left: 10px;
}
.main__counter-01 .kafelek .counter-wrapper .number:after {
    content: attr(data-addon);
}
.main__counter-01 .kafelek .counter-wrapper .desc {
    position: relative;
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {
    .main__counter-01 .kafelek .counter-wrapper .desc {
        margin-top: 0;
    }
}
.main__counter-02 {
    padding: 100px 0;
    position: relative;
}
@media only screen and (max-width: 1499px) {
    .main__counter-02 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__counter-02 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__counter-02 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__counter-02 {
        padding: 30px 0;
    }
}
.main__counter-02 > .container {
    position: relative;
}
.main__counter-02 > .container.hideBg:before {
    display: none;
}
.main__counter-02 > .container.reverse:before {
    right: unset;
    left: 0;
}
@media only screen and (min-width: 992px) {
    .main__counter-02 > .container.reverse .counter__img {
        margin-left: calc(var(--bs-gutter-x) * 0.5 * -1);
        margin-right: 0;
    }
}
@media only screen and (min-width: 992px) {
    .main__counter-02 > .container:before {
        content: "";
        position: absolute;
        bottom: 0;
        top: 0;
        right: 0;
        width: 50%;
        background: rgba(var(--color-accent3), 1);
        z-index: -1;
    }
}
.main__counter-02 .counter__img {
    padding-bottom: calc((3 / 4) * 100%);
    position: relative;
}
@media only screen and (min-width: 992px) {
    .main__counter-02 .counter__img {
        margin-right: calc(var(--bs-gutter-x) * 0.5 * -1);
    }
}
@media only screen and (max-width: 991px) {
    .main__counter-02 .counter__img {
        padding-top: calc(100% / (16 / 9));
        padding-bottom: unset;
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 575px) {
    .main__counter-02 .counter__img {
        margin-bottom: 40px;
    }
}
.main__counter-02 .counter__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
.main__counter-02 .text-section {
    padding: 100px 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__counter-02 .text-section {
        padding: 50px 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__counter-02 .text-section {
        padding: 50px 50px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__counter-02 .text-section {
        padding: 0;
    }
}
.main__counter-02 .text-section .main-btn {
    margin-top: 85px;
}
@media only screen and (max-width: 1499px) {
    .main__counter-02 .text-section .main-btn {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .main__counter-02 .text-section .main-btn {
        margin-top: 20px;
    }
}
.main__counter-02 .kafelek {
    text-align: left;
}
@media only screen and (min-width: 992px) {
    .main__counter-02 .kafelek__1 {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
}
.main__counter-02 .kafelek__1 .counter-wrapper .number {
    color: rgba(var(--color-accent), 1);
}
@media only screen and (min-width: 992px) {
    .main__counter-02 .kafelek__2 {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
}
.main__counter-02 .kafelek__2 .counter-wrapper .number {
    color: rgba(var(--color-main), 1);
}
.main__counter-02 .kafelek__3 .counter-wrapper .number {
    color: rgba(var(--color-accent2), 1);
}
.main__counter-02 .kafelek .counter-wrapper {
    padding: 70px;
    padding-left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
@media only screen and (max-width: 1799px) {
    .main__counter-02 .kafelek .counter-wrapper {
        padding: 70px 30px;
        padding-left: 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__counter-02 .kafelek .counter-wrapper {
        padding: 20px 40px 20px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__counter-02 .kafelek .counter-wrapper {
        padding: 15px 0;
    }
}
.main__counter-02 .kafelek .counter-wrapper .number {
    position: relative;
    transition: all 0.3s ease;
}
.main__counter-02 .kafelek .counter-wrapper .number.add-space:after {
    margin-left: 10px;
}
.main__counter-02 .kafelek .counter-wrapper .number:after {
    content: attr(data-addon);
}
.main__counter-02 .kafelek .counter-wrapper .desc {
    position: relative;
    margin-top: 20px;
}
.main__counter-01 {
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__counter-01 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__counter-01 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__counter-01 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__counter-01 {
        padding: 30px 0;
    }
}
.main__counter-01 .video-section {
    position: relative;
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__counter-01 .video-section {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__counter-01 .video-section {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__counter-01 .video-section {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__counter-01 .video-section {
        padding: 30px 0;
    }
}
.main__counter-01 .video {
    border-radius: 0 25px 25px 0;
}
.main__counter-01 .video-container {
    position: relative;
    z-index: 1;
    min-height: 250px;
    height: 100%;
    max-height: 85vh;
    overflow: hidden;
    margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
    .main__counter-01 .video-container {
        padding-top: calc(100% * (9 / 16));
        margin-bottom: 0;
    }
}
.main__counter-01 .video-container.cover-hidden:hover .video-controls {
    display: flex !important;
}
.main__counter-01 .video-container[data-autoplay="true"] .player-wrapper {
    opacity: 1;
    pointer-events: all;
}
.main__counter-01 .video-container[data-autoplay="true"] .play-btn {
    display: none;
}
@media only screen and (max-width: 991px) {
    .main__counter-01 .video-container[data-autoplay="true"] .video-controls {
        display: flex !important;
    }
}
.main__counter-01 .video-container .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.7s linear;
    z-index: -1;
}
.main__counter-01 .video-container .background img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main__counter-01 .video-container .background:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, var(--darken));
}
.main__counter-01 .video-container .player-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 0.7s linear;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}
@media only screen and (max-width: 1199px) {
    .main__counter-01 .video-container .player-wrapper {
        width: 100%;
    }
}
.main__counter-01 .video-container .player-wrapper .video-box {
    width: 100%;
    height: 100%;
}
.main__counter-01 .video-container .player-wrapper .video-box .video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main__counter-01 .video-container .play-btn {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(var(--color-main), 1);
    background: #fff;
    cursor: pointer;
    transition: all 0.4s ease;
    z-index: 5;
}
.main__counter-01 .video-container .play-btn:hover {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
}
.main__counter-01 .video-container .play-btn:hover::after {
    border-color: #fff;
    -webkit-transform: translate(-50%, -50%) scale(1.4);
    transform: translate(-50%, -50%) scale(1.4);
}
.main__counter-01 .video-container .play-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    width: 100%;
    height: 100%;
    background-color: transparent;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    transition: border-color 0.7s ease, -webkit-transform 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    transition: border-color 0.7s ease, transform 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    transition: border-color 0.7s ease, transform 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15), -webkit-transform 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15);
}
.main__counter-01 .video-container .play-btn svg {
    width: 18px;
    height: 21px;
    fill: rgba(var(--color-accent), 1);
    margin-left: 5px;
    margin-top: 2px;
}
.main__counter-01 .video-container .video-controls {
    display: none !important;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: unset;
    top: unset;
}
@media only screen and (max-width: 767px) {
    .main__counter-01 .video-container .video-controls {
        bottom: 20px;
    }
}
.main__contact-form-01 {
    position: relative;
}
.main__contact-form-01.hideBg:before {
    display: none;
}
.main__contact-form-01.hideBg .contact-form__top a,
.main__contact-form-01.hideBg .contact-form__top h2,
.main__contact-form-01.hideBg .contact-form__top h3 {
    color: rgba(var(--color-main), 1);
}
.main__contact-form-01.hideBg .contact-form__bottom--left .contact-address {
    color: rgba(var(--color-main), 1);
}
.main__contact-form-01:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background: rgba(var(--color-main), 1);
    z-index: -1;
}
.main__contact-form-01 .pattern-first {
    right: 12px;
    -webkit-transform: rotate(90deg) translateX(-30px);
    transform: rotate(90deg) translateX(-30px);
    background: rgba(var(--color-accent2), 1);
}
.main__contact-form-01 .pattern-second {
    top: 0;
    right: 100%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: -1;
}
.main__contact-form-01 .pattern-third {
    background: rgba(var(--color-accent2), 1);
    left: 100%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    top: 35%;
}
.main__contact-form-01 .pattern-fourth {
    left: calc(100% - 12px);
    bottom: 0;
}
.main__contact-form-01 .contact-form {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
@media only screen and (max-width: 1499px) {
    .main__contact-form-01 .contact-form {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__contact-form-01 .contact-form {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__contact-form-01 .contact-form {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__contact-form-01 .contact-form {
        padding: 30px 0;
    }
}
.main__contact-form-01 .contact-form__top {
    font-weight: 700;
}
.main__contact-form-01 .contact-form__top a,
.main__contact-form-01 .contact-form__top h2,
.main__contact-form-01 .contact-form__top h3 {
    color: #fff;
}
.main__contact-form-01 .contact-form__top--left h2 {
    max-width: 480px;
}
@media only screen and (max-width: 991px) {
    .main__contact-form-01 .contact-form__top--left h2 {
        max-width: unset;
    }
}
.main__contact-form-01 .contact-form__top--right {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
    .main__contact-form-01 .contact-form__top--right {
        justify-content: flex-start;
        margin-top: 20px;
    }
}
.main__contact-form-01 .contact-form__top--right .contact-links {
    justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
    .main__contact-form-01 .contact-form__top--right .contact-links {
        justify-content: flex-start;
        flex-direction: column;
    }
}
@media only screen and (max-width: 991px) {
    .main__contact-form-01 .contact-form__top--right .contact-links__link {
        margin-top: 0;
    }
}
.main__contact-form-01 .contact-form__top--right .contact-links__link--phone {
    text-decoration: none;
}
.main__contact-form-01 .contact-form__top--right .contact-links__link--phone:hover {
    text-decoration: underline;
}
.main__contact-form-01 .contact-form__top--right .contact-links__link--email {
    color: rgba(var(--color-accent), 1);
    text-decoration: underline;
    margin-left: 40px;
}
@media only screen and (max-width: 991px) {
    .main__contact-form-01 .contact-form__top--right .contact-links__link--email {
        margin-left: 0;
    }
}
.main__contact-form-01 .contact-form__bottom {
    margin-top: 85px;
    margin-bottom: 100px;
}
@media only screen and (max-width: 1499px) {
    .main__contact-form-01 .contact-form__bottom {
        margin-bottom: 100px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__contact-form-01 .contact-form__bottom {
        margin-bottom: 80px;
        margin-top: 60px;
    }
}
@media only screen and (max-width: 991px) {
    .main__contact-form-01 .contact-form__bottom {
        margin-bottom: 60px;
        margin-top: 30px;
    }
}
.main__contact-form-01 .contact-form__bottom--left .contact-address {
    color: #fff;
}
.main__contact-form-01 .contact-form__bottom--right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
@media only screen and (max-width: 991px) {
    .main__contact-form-01 .contact-form__bottom--right {
        justify-content: flex-start;
        margin-top: 20px;
    }
}
.main__contact-form-01 .contact-form__bottom--right .social-media {
    position: relative;
}
.main__contact-form-01 .contact-form__bottom--right .social-media:before {
    content: "";
    position: absolute;
    left: -15px;
    right: -15px;
    top: 100%;
    height: 20px;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-image: url(/img/ikony/underline.svg);
    mask-image: url(/img/ikony/underline.svg);
    background: rgba(var(--color-accent3), 1);
    opacity: 0.4;
    z-index: 3;
    pointer-events: none;
}
.main__contact-form-01 .contact-form__form {
   /* background: rgba(var(--color-accent3), 1); */
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
@media only screen and (max-width: 1499px) {
    .main__contact-form-01 .contact-form__form {
        padding: 90px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__contact-form-01 .contact-form__form {
        padding: 70px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__contact-form-01 .contact-form__form {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__contact-form-01 .contact-form__form:before {
        /*content: "";*/
        position: absolute;
        left: 50%;
        top: 0;
        background: rgba(var(--color-accent3), 1);
        height: 100%;
        width: 50vw;
        z-index: -1;
    }
}
@media only screen and (max-width: 991px) {
    .main__contact-form-01 .contact-form__form:after {
       /* content: ""; */
        position: absolute;
        right: 50%;
        top: 0;
        background: rgba(var(--color-accent3), 1);
        height: 100%;
        width: 50vw;
        z-index: -1;
    }
}
.main__contact-form-01 .contact-form__form h3 {
    margin-bottom: 100px;
    font-weight: 700;
}
@media only screen and (max-width: 1499px) {
    .main__contact-form-01 .contact-form__form h3 {
        margin-bottom: 70px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__contact-form-01 .contact-form__form h3 {
        margin-bottom: 50px;
    }
}
.main__contact-form-01 .contact-form__form h3 strong {
    position: relative;
    z-index: 3;
    display: inline-block;
}
.main__contact-form-01 .contact-form__form h3 strong:before {
    content: "";
    position: absolute;
    left: -18px;
    right: -18px;
    top: -18px;
    bottom: -18px;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-image: url(/img/ikony/circle-note.svg);
    mask-image: url(/img/ikony/circle-note.svg);
    background: rgba(var(--color-accent2), 1);
    z-index: -1;
    pointer-events: none;
}
.main__contact-form-01 .contact-form__form .form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.main__contact-form-01 .contact-form__form .form .object_form_exhibit,
.main__contact-form-01 .contact-form__form .form .webiso_form_exhibit {
    display: none;
}
.main__contact-form-01 .contact-form__form .form .contactform div,
.main__contact-form-01 .contact-form__form .form section {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    flex: 1 1 45%;
    margin: 0 20px 33px;
}
@media only screen and (max-width: 1199px) {
    .main__contact-form-01 .contact-form__form .form .contactform div,
    .main__contact-form-01 .contact-form__form .form section {
        margin: 0 20px 20px;
    }
}
.main__contact-form-01 .contact-form__form .form .contactform div[data-field="textarea"],
.main__contact-form-01 .contact-form__form .form section[data-field="textarea"] {
    flex: 1 1 100%;
}
.main__contact-form-01 .contact-form__form .form .contactform div[data-field="checkbox"],
.main__contact-form-01 .contact-form__form .form section[data-field="checkbox"] {
    width: 60%;
    flex-direction: row;
    flex: unset;
    justify-content: flex-start;
    align-items: center;
}
@media only screen and (max-width: 575px) {
    .main__contact-form-01 .contact-form__form .form .contactform div[data-field="checkbox"],
    .main__contact-form-01 .contact-form__form .form section[data-field="checkbox"] {
        width: 100%;
    }
}
.main__contact-form-01 .contact-form__form .form .contactform div input,
.main__contact-form-01 .contact-form__form .form .contactform div select,
.main__contact-form-01 .contact-form__form .form .contactform div textarea,
.main__contact-form-01 .contact-form__form .form section input,
.main__contact-form-01 .contact-form__form .form section select,
.main__contact-form-01 .contact-form__form .form section textarea {
    outline: 0;
    width: 100%;
    padding: 20px 45px;
    border: 2px solid rgba(var(--color-accent3), 1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.4s linear;
    color: rgba(var(--color-main), 1);
}
.main__contact-form-01 .contact-form__form .form .contactform div input:not([type="checkbox"]),
.main__contact-form-01 .contact-form__form .form .contactform div select:not([type="checkbox"]),
.main__contact-form-01 .contact-form__form .form .contactform div textarea:not([type="checkbox"]),
.main__contact-form-01 .contact-form__form .form section input:not([type="checkbox"]),
.main__contact-form-01 .contact-form__form .form section select:not([type="checkbox"]),
.main__contact-form-01 .contact-form__form .form section textarea:not([type="checkbox"]) {
    border-radius: var(--rounded-corners2);
    caret-color: rgba(var(--color-accent2), 1);
}
.main__contact-form-01 .contact-form__form .form .contactform div input:not([type="checkbox"]):focus,
.main__contact-form-01 .contact-form__form .form .contactform div select:not([type="checkbox"]):focus,
.main__contact-form-01 .contact-form__form .form .contactform div textarea:not([type="checkbox"]):focus,
.main__contact-form-01 .contact-form__form .form section input:not([type="checkbox"]):focus,
.main__contact-form-01 .contact-form__form .form section select:not([type="checkbox"]):focus,
.main__contact-form-01 .contact-form__form .form section textarea:not([type="checkbox"]):focus {
    border-color: rgba(var(--color-accent), 1);
}
.main__contact-form-01 .contact-form__form .form .contactform div input:not([type="checkbox"]):focus ~ label,
.main__contact-form-01 .contact-form__form .form .contactform div select:not([type="checkbox"]):focus ~ label,
.main__contact-form-01 .contact-form__form .form .contactform div textarea:not([type="checkbox"]):focus ~ label,
.main__contact-form-01 .contact-form__form .form section input:not([type="checkbox"]):focus ~ label,
.main__contact-form-01 .contact-form__form .form section select:not([type="checkbox"]):focus ~ label,
.main__contact-form-01 .contact-form__form .form section textarea:not([type="checkbox"]):focus ~ label {
    display: none;
}
.main__contact-form-01 .contact-form__form .form .contactform div input:not([type="checkbox"]).has-content ~ label,
.main__contact-form-01 .contact-form__form .form .contactform div select:not([type="checkbox"]).has-content ~ label,
.main__contact-form-01 .contact-form__form .form .contactform div textarea:not([type="checkbox"]).has-content ~ label,
.main__contact-form-01 .contact-form__form .form section input:not([type="checkbox"]).has-content ~ label,
.main__contact-form-01 .contact-form__form .form section select:not([type="checkbox"]).has-content ~ label,
.main__contact-form-01 .contact-form__form .form section textarea:not([type="checkbox"]).has-content ~ label {
    display: none;
}
.main__contact-form-01 .contact-form__form .form .contactform div input.is-error,
.main__contact-form-01 .contact-form__form .form .contactform div select.is-error,
.main__contact-form-01 .contact-form__form .form .contactform div textarea.is-error,
.main__contact-form-01 .contact-form__form .form section input.is-error,
.main__contact-form-01 .contact-form__form .form section select.is-error,
.main__contact-form-01 .contact-form__form .form section textarea.is-error {
    border-color: #e05050 !important;
    -webkit-animation: errorAnim 0.5s;
    animation: errorAnim 0.5s;
}
@-webkit-keyframes errorAnim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    70% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes errorAnim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    70% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.main__contact-form-01 .contact-form__form .form .contactform div select,
.main__contact-form-01 .contact-form__form .form section select {
    cursor: pointer;
}
.main__contact-form-01 .contact-form__form .form .contactform div textarea,
.main__contact-form-01 .contact-form__form .form section textarea {
    height: calc(100% - 35px);
    min-height: 120px;
}
.main__contact-form-01 .contact-form__form .form .contactform div label,
.main__contact-form-01 .contact-form__form .form section label {
    position: absolute;
    left: 45px;
    width: calc(100% - 90px);
    top: 23px;
    transition: 0.3s;
    z-index: 1;
    font-size: 17px;
    pointer-events: none;
}
.main__contact-form-01 .contact-form__form .form .contactform div a,
.main__contact-form-01 .contact-form__form .form section a {
    color: rgba(var(--color-main), 1);
    font-weight: 500;
}
.main__contact-form-01 .contact-form__form .form .contactform div a:hover,
.main__contact-form-01 .contact-form__form .form section a:hover {
    color: rgba(var(--color-accent), 1);
}
.main__contact-form-01 .contact-form__form .form .contactform div input[type="checkbox"],
.main__contact-form-01 .contact-form__form .form section input[type="checkbox"] {
    width: 28px;
    height: 28px;
    border: 3px solid rgba(var(--color-main), 1);
    border-radius: var(--rounded-corners3);
    position: relative;
    padding: 10px;
    margin-right: 20px;
    cursor: pointer;
}
.main__contact-form-01 .contact-form__form .form .contactform div input[type="checkbox"]:checked,
.main__contact-form-01 .contact-form__form .form section input[type="checkbox"]:checked {
    background: rgba(var(--color-main), 1);
}
.main__contact-form-01 .contact-form__form .form .contactform div input[type="checkbox"]:checked:after,
.main__contact-form-01 .contact-form__form .form section input[type="checkbox"]:checked:after {
    content: "\2714";
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    color: #fff;
}
.main__contact-form-01 .contact-form__form .form .contactform div input[type="checkbox"] ~ label,
.main__contact-form-01 .contact-form__form .form section input[type="checkbox"] ~ label {
    position: static;
    pointer-events: all;
}
.main__contact-form-01 .contact-form__form .form .contactform div:focus-within label,
.main__contact-form-01 .contact-form__form .form section:focus-within label {
    color: rgba(var(--color-main), 1);
}
.main__contact-form-01 .contact-form__form .form .main-btn {
    margin-right: 20px;
    margin-left: auto;
}
@media only screen and (max-width: 575px) {
    .main__contact-form-01 .contact-form__form .form .main-btn {
        margin-left: 20px;
        margin-right: auto;
        margin-top: 20px;
    }
}
.main__contact-form-01 .contact-form__map {
    position: relative;
}
.main__contact-form-01 .contact-form__map .iframe-container {
    position: relative;
    padding-top: calc(100% / (1300 / 687));
}
.main__contact-form-01 .contact-form__map .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 12px;
    width: calc(100% - 24px);
    height: 100%;
}
.main__contact-form-02 {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
@media only screen and (max-width: 1499px) {
    .main__contact-form-02 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__contact-form-02 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__contact-form-02 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__contact-form-02 {
        padding: 30px 0;
    }
}
.main__contact-form-02 .pattern-first {
    top: 100px;
    left: calc(100% - 12px);
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
}
.main__contact-form-02 .pattern-second {
    bottom: 100px;
    right: calc(100% - 12px);
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    background: rgba(var(--color-accent2), 1);
}
.main__contact-form-02 .contact-form {
    position: relative;
    z-index: 9;
}
.main__contact-form-02 .contact-form__left h2 {
    margin-bottom: 190px;
}
@media only screen and (max-width: 1499px) {
    .main__contact-form-02 .contact-form__left h2 {
        margin-bottom: 140px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__contact-form-02 .contact-form__left h2 {
        margin-bottom: 40px;
    }
}
.main__contact-form-02 .contact-form__left .contact-text {
    margin-bottom: 20px;
}
.main__contact-form-02 .contact-form__left .contact-links {
    margin-top: 100px;
}
@media only screen and (max-width: 1499px) {
    .main__contact-form-02 .contact-form__left .contact-links {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__contact-form-02 .contact-form__left .contact-links {
        margin-top: 40px;
        flex-direction: column;
    }
}
@media only screen and (max-width: 1199px) {
    .main__contact-form-02 .contact-form__left .contact-links__link {
        margin-top: 0;
    }
}
.main__contact-form-02 .contact-form__left .contact-links__link--phone {
    color: rgba(var(--color-main), 1);
    text-decoration: none;
}
.main__contact-form-02 .contact-form__left .contact-links__link--phone:hover {
    text-decoration: underline;
}
.main__contact-form-02 .contact-form__left .contact-links__link--email {
    color: rgba(var(--color-accent), 1);
    text-decoration: underline;
}
.main__contact-form-02 .contact-form__left .social-media {
    justify-content: flex-start;
    margin-top: 100px;
}
@media only screen and (max-width: 1499px) {
    .main__contact-form-02 .contact-form__left .social-media {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__contact-form-02 .contact-form__left .social-media {
        margin-top: 40px;
    }
}
.main__contact-form-02 .contact-form__right {
    position: relative;
}
@media only screen and (max-width: 1199px) {
    .main__contact-form-02 .contact-form__right {
        margin-top: 40px;
    }
}
.main__contact-form-02 .contact-form__right--miniature {
    position: relative;
    padding-top: calc(100% / (1032 / 687));
}
.main__contact-form-02 .contact-form__right--miniature img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main__contact-form-02 .contact-form__right--miniature .iframe-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main__contact-form-02 .contact-form__right--miniature .iframe-container iframe {
    width: 100%;
    height: 100%;
}
.main__contact-form-02 .contact-form__right .cf-01 {
    padding: 190px 134px;
    background: rgba(var(--color-main), 1);
    position: relative;
}
@media only screen and (max-width: 1499px) {
    .main__contact-form-02 .contact-form__right .cf-01 {
        padding: 140px 134px;
    }
}
@media only screen and (max-width: 991px) {
    .main__contact-form-02 .contact-form__right .cf-01 {
        padding: 70px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__contact-form-02 .contact-form__right .cf-01:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        background: rgba(var(--color-main), 1);
        height: 100%;
        width: 50vw;
        z-index: -1;
    }
}
@media only screen and (max-width: 991px) {
    .main__contact-form-02 .contact-form__right .cf-01:after {
        content: "";
        position: absolute;
        right: 50%;
        top: 0;
        background: rgba(var(--color-main), 1);
        height: 100%;
        width: 50vw;
        z-index: -1;
    }
}
.main__contact-form-02 .contact-form__right .form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.main__contact-form-02 .contact-form__right .form .object_form_exhibit,
.main__contact-form-02 .contact-form__right .form .webiso_form_exhibit {
    display: none;
}
.main__contact-form-02 .contact-form__right .form .contactform div,
.main__contact-form-02 .contact-form__right .form section {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    flex: 1 1 100%;
    margin: 0 20px 33px;
}
@media only screen and (max-width: 1199px) {
    .main__contact-form-02 .contact-form__right .form .contactform div,
    .main__contact-form-02 .contact-form__right .form section {
        margin: 0 20px 20px;
    }
}
.main__contact-form-02 .contact-form__right .form .contactform div[data-field="textarea"],
.main__contact-form-02 .contact-form__right .form section[data-field="textarea"] {
    flex: 1 1 100%;
}
.main__contact-form-02 .contact-form__right .form .contactform div[data-field="checkbox"],
.main__contact-form-02 .contact-form__right .form section[data-field="checkbox"] {
    width: 60%;
    flex-direction: row;
    flex: unset;
    justify-content: flex-start;
    align-items: center;
}
@media only screen and (max-width: 575px) {
    .main__contact-form-02 .contact-form__right .form .contactform div[data-field="checkbox"],
    .main__contact-form-02 .contact-form__right .form section[data-field="checkbox"] {
        width: 100%;
    }
}
.main__contact-form-02 .contact-form__right .form .contactform div input,
.main__contact-form-02 .contact-form__right .form .contactform div select,
.main__contact-form-02 .contact-form__right .form .contactform div textarea,
.main__contact-form-02 .contact-form__right .form section input,
.main__contact-form-02 .contact-form__right .form section select,
.main__contact-form-02 .contact-form__right .form section textarea {
    outline: 0;
    width: 100%;
    padding: 20px 45px;
    border: 2px solid rgba(var(--color-accent3), 1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.4s linear;
    color: #fff;
    background: rgba(var(--color-main), 1);
}
.main__contact-form-02 .contact-form__right .form .contactform div input:not([type="checkbox"]),
.main__contact-form-02 .contact-form__right .form .contactform div select:not([type="checkbox"]),
.main__contact-form-02 .contact-form__right .form .contactform div textarea:not([type="checkbox"]),
.main__contact-form-02 .contact-form__right .form section input:not([type="checkbox"]),
.main__contact-form-02 .contact-form__right .form section select:not([type="checkbox"]),
.main__contact-form-02 .contact-form__right .form section textarea:not([type="checkbox"]) {
    border-radius: var(--rounded-corners2);
    caret-color: rgba(var(--color-accent2), 1);
}
.main__contact-form-02 .contact-form__right .form .contactform div input:not([type="checkbox"]):focus,
.main__contact-form-02 .contact-form__right .form .contactform div select:not([type="checkbox"]):focus,
.main__contact-form-02 .contact-form__right .form .contactform div textarea:not([type="checkbox"]):focus,
.main__contact-form-02 .contact-form__right .form section input:not([type="checkbox"]):focus,
.main__contact-form-02 .contact-form__right .form section select:not([type="checkbox"]):focus,
.main__contact-form-02 .contact-form__right .form section textarea:not([type="checkbox"]):focus {
    border-color: #fff;
}
.main__contact-form-02 .contact-form__right .form .contactform div input:not([type="checkbox"]):focus ~ label,
.main__contact-form-02 .contact-form__right .form .contactform div select:not([type="checkbox"]):focus ~ label,
.main__contact-form-02 .contact-form__right .form .contactform div textarea:not([type="checkbox"]):focus ~ label,
.main__contact-form-02 .contact-form__right .form section input:not([type="checkbox"]):focus ~ label,
.main__contact-form-02 .contact-form__right .form section select:not([type="checkbox"]):focus ~ label,
.main__contact-form-02 .contact-form__right .form section textarea:not([type="checkbox"]):focus ~ label {
    display: none;
}
.main__contact-form-02 .contact-form__right .form .contactform div input:not([type="checkbox"]).has-content ~ label,
.main__contact-form-02 .contact-form__right .form .contactform div select:not([type="checkbox"]).has-content ~ label,
.main__contact-form-02 .contact-form__right .form .contactform div textarea:not([type="checkbox"]).has-content ~ label,
.main__contact-form-02 .contact-form__right .form section input:not([type="checkbox"]).has-content ~ label,
.main__contact-form-02 .contact-form__right .form section select:not([type="checkbox"]).has-content ~ label,
.main__contact-form-02 .contact-form__right .form section textarea:not([type="checkbox"]).has-content ~ label {
    display: none;
}
.main__contact-form-02 .contact-form__right .form .contactform div input.is-error,
.main__contact-form-02 .contact-form__right .form .contactform div select.is-error,
.main__contact-form-02 .contact-form__right .form .contactform div textarea.is-error,
.main__contact-form-02 .contact-form__right .form section input.is-error,
.main__contact-form-02 .contact-form__right .form section select.is-error,
.main__contact-form-02 .contact-form__right .form section textarea.is-error {
    border-color: #e05050 !important;
    -webkit-animation: errorAnim 0.5s;
    animation: errorAnim 0.5s;
}
@keyframes errorAnim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    70% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.main__contact-form-02 .contact-form__right .form .contactform div select,
.main__contact-form-02 .contact-form__right .form section select {
    cursor: pointer;
}
.main__contact-form-02 .contact-form__right .form .contactform div textarea,
.main__contact-form-02 .contact-form__right .form section textarea {
    height: calc(100% - 35px);
    min-height: 120px;
}
.main__contact-form-02 .contact-form__right .form .contactform div label,
.main__contact-form-02 .contact-form__right .form section label {
    position: absolute;
    left: 45px;
    width: calc(100% - 90px);
    top: 23px;
    transition: 0.3s;
    z-index: 1;
    font-size: 17px;
    pointer-events: none;
    color: #fff !important;
}
.main__contact-form-02 .contact-form__right .form .contactform div a,
.main__contact-form-02 .contact-form__right .form section a {
    color: #fff;
    font-weight: 500;
}
.main__contact-form-02 .contact-form__right .form .contactform div a:hover,
.main__contact-form-02 .contact-form__right .form section a:hover {
    color: rgba(var(--color-accent), 1);
}
.main__contact-form-02 .contact-form__right .form .contactform div input[type="checkbox"],
.main__contact-form-02 .contact-form__right .form section input[type="checkbox"] {
    width: 28px;
    height: 28px;
    border: 3px solid #fff;
    border-radius: var(--rounded-corners3);
    position: relative;
    padding: 10px;
    margin-right: 20px;
    cursor: pointer;
}
.main__contact-form-02 .contact-form__right .form .contactform div input[type="checkbox"]:checked,
.main__contact-form-02 .contact-form__right .form section input[type="checkbox"]:checked {
    background: #fff;
}
.main__contact-form-02 .contact-form__right .form .contactform div input[type="checkbox"]:checked:after,
.main__contact-form-02 .contact-form__right .form section input[type="checkbox"]:checked:after {
    content: "\2714";
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    color: rgba(var(--color-main), 1);
}
.main__contact-form-02 .contact-form__right .form .contactform div input[type="checkbox"] ~ label,
.main__contact-form-02 .contact-form__right .form section input[type="checkbox"] ~ label {
    position: static;
    pointer-events: all;
}
.main__contact-form-02 .contact-form__right .form .contactform div:focus-within label,
.main__contact-form-02 .contact-form__right .form section:focus-within label {
    color: rgba(var(--color-main), 1);
}
.main__contact-form-02 .contact-form__right .form .main-btn {
    margin-right: 20px;
    margin-left: auto;
}
@media only screen and (max-width: 575px) {
    .main__contact-form-02 .contact-form__right .form .main-btn {
        margin-left: 20px;
        margin-right: auto;
    }
}
.main__contact-form-02 .map {
    margin-bottom: 70px;
}
@media only screen and (min-width: 1200px) {
    .main__contact-form-02 .map {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: calc(50% - 100px);
        margin-bottom: 0;
    }
}
.main__contact-form-02 .map .iframe-container {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 250px;
    padding-top: calc(100% / (16 / 9));
    border-radius: var(--rounded-corners3);
    overflow: hidden;
}
.main__contact-form-02 .map .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main__contact-form-03 {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
@media only screen and (max-width: 1499px) {
    .main__contact-form-03 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__contact-form-03 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__contact-form-03 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__contact-form-03 {
        padding: 30px 0;
    }
}
.main__contact-form-03.hideBg:before {
    display: none;
}
.main__contact-form-03.reverse:before {
    right: unset;
    left: 0;
    border-radius: 0 var(--rounded-corners3) var(--rounded-corners3) 0;
}
@media only screen and (min-width: 1200px) {
    .main__contact-form-03::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 53vw;
        height: 100%;
        background: #fff;
        z-index: -1;
        border-radius: var(--rounded-corners3) 0 0 var(--rounded-corners3);
    }
}
.main__contact-form-03 .contact-form {
    position: relative;
    z-index: 9;
}
.main__contact-form-03 .box-header {
    text-align: left;
    margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
    .main__contact-form-03 .box-header {
        text-align: center;
    }
}
.main__contact-form-03 .box-header h3 {
    color: rgba(var(--color-accent), 1);
    text-transform: uppercase;
    margin-bottom: 2rem;
}
@media only screen and (min-width: 1200px) {
    .main__contact-form-03 .box-header h3 {
        margin-bottom: 3rem;
    }
}
.main__contact-form-03 .contact-text {
    letter-spacing: 0.4px;
    line-height: 175%;
    margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
    .main__contact-form-03 .contact-text {
        text-align: center;
    }
}
.main__contact-form-03 .contact-links {
    flex-direction: column;
}
@media only screen and (max-width: 1199px) {
    .main__contact-form-03 .contact-links {
        align-items: center;
        margin-bottom: 50px;
    }
}
.main__contact-form-03 .contact-links__link {
    margin-bottom: 10px;
    margin-right: 0;
}
.main__contact-form-03 .form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
@media only screen and (max-width: 575px) {
    .main__contact-form-03 .form {
        margin: 0;
    }
}
.main__contact-form-03 .form .object_form_exhibit,
.main__contact-form-03 .form .webiso_form_exhibit {
    display: none;
}
.main__contact-form-03 .form .contactform div,
.main__contact-form-03 .form section {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    flex: 1 1 100%;
    margin: 0 10px 25px;
}
@media only screen and (max-width: 1199px) {
    .main__contact-form-03 .form .contactform div,
    .main__contact-form-03 .form section {
        margin: 0 20px 40px;
    }
}
@media only screen and (max-width: 991px) {
    .main__contact-form-03 .form .contactform div,
    .main__contact-form-03 .form section {
        margin: 0 20px 20px;
    }
}
.main__contact-form-03 .form .contactform div[data-field="textarea"],
.main__contact-form-03 .form section[data-field="textarea"] {
    flex: 1 1 100%;
}
.main__contact-form-03 .form .contactform div[data-field="checkbox"],
.main__contact-form-03 .form section[data-field="checkbox"] {
    width: 60%;
    flex-direction: row;
    flex: unset;
    justify-content: flex-start;
    align-items: center;
}
@media only screen and (max-width: 575px) {
    .main__contact-form-03 .form .contactform div[data-field="checkbox"],
    .main__contact-form-03 .form section[data-field="checkbox"] {
        width: 100%;
    }
}
.main__contact-form-03 .form .contactform div input,
.main__contact-form-03 .form .contactform div select,
.main__contact-form-03 .form .contactform div textarea,
.main__contact-form-03 .form section input,
.main__contact-form-03 .form section select,
.main__contact-form-03 .form section textarea {
    outline: 0;
    width: 100%;
    padding: 10px 20px;
    border: 2px solid #e8ebfd;
    background: rgba(var(--color-accent2), 1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.4s linear;
    color: rgba(var(--color-main), 1);
    font-weight: 700;
}
.main__contact-form-03 .form .contactform div input:not([type="checkbox"]),
.main__contact-form-03 .form .contactform div select:not([type="checkbox"]),
.main__contact-form-03 .form .contactform div textarea:not([type="checkbox"]),
.main__contact-form-03 .form section input:not([type="checkbox"]),
.main__contact-form-03 .form section select:not([type="checkbox"]),
.main__contact-form-03 .form section textarea:not([type="checkbox"]) {
    border-radius: var(--rounded-corners3) 0 0 var(--rounded-corners3);
    caret-color: rgba(var(--color-accent), 1);
}
.main__contact-form-03 .form .contactform div input:not([type="checkbox"]):focus,
.main__contact-form-03 .form .contactform div select:not([type="checkbox"]):focus,
.main__contact-form-03 .form .contactform div textarea:not([type="checkbox"]):focus,
.main__contact-form-03 .form section input:not([type="checkbox"]):focus,
.main__contact-form-03 .form section select:not([type="checkbox"]):focus,
.main__contact-form-03 .form section textarea:not([type="checkbox"]):focus {
    border-color: rgba(var(--color-accent), 1);
}
.main__contact-form-03 .form .contactform div input:not([type="checkbox"]):focus ~ label,
.main__contact-form-03 .form .contactform div select:not([type="checkbox"]):focus ~ label,
.main__contact-form-03 .form .contactform div textarea:not([type="checkbox"]):focus ~ label,
.main__contact-form-03 .form section input:not([type="checkbox"]):focus ~ label,
.main__contact-form-03 .form section select:not([type="checkbox"]):focus ~ label,
.main__contact-form-03 .form section textarea:not([type="checkbox"]):focus ~ label {
    display: none;
}
.main__contact-form-03 .form .contactform div input:not([type="checkbox"]).has-content ~ label,
.main__contact-form-03 .form .contactform div select:not([type="checkbox"]).has-content ~ label,
.main__contact-form-03 .form .contactform div textarea:not([type="checkbox"]).has-content ~ label,
.main__contact-form-03 .form section input:not([type="checkbox"]).has-content ~ label,
.main__contact-form-03 .form section select:not([type="checkbox"]).has-content ~ label,
.main__contact-form-03 .form section textarea:not([type="checkbox"]).has-content ~ label {
    display: none;
}
.main__contact-form-03 .form .contactform div input.is-error,
.main__contact-form-03 .form .contactform div select.is-error,
.main__contact-form-03 .form .contactform div textarea.is-error,
.main__contact-form-03 .form section input.is-error,
.main__contact-form-03 .form section select.is-error,
.main__contact-form-03 .form section textarea.is-error {
    border-color: #e05050 !important;
    -webkit-animation: errorAnim 0.5s;
    animation: errorAnim 0.5s;
}
@keyframes errorAnim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    70% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.main__contact-form-03 .form .contactform div select,
.main__contact-form-03 .form section select {
    cursor: pointer;
}
.main__contact-form-03 .form .contactform div textarea,
.main__contact-form-03 .form section textarea {
    height: calc(100% - 35px);
    min-height: 120px;
}
.main__contact-form-03 .form .contactform div label,
.main__contact-form-03 .form section label {
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
    top: 12px;
    transition: 0.3s;
    z-index: 1;
    font-size: 16px;
    pointer-events: none;
}
.main__contact-form-03 .form .contactform div a,
.main__contact-form-03 .form section a {
    color: rgba(var(--color-main), 1);
    font-weight: 500;
}
.main__contact-form-03 .form .contactform div a:hover,
.main__contact-form-03 .form section a:hover {
    color: rgba(var(--color-accent), 1);
}
.main__contact-form-03 .form .contactform div input[type="checkbox"],
.main__contact-form-03 .form section input[type="checkbox"] {
    width: 28px;
    height: 28px;
    border: 3px solid rgba(var(--color-main), 1);
    border-radius: var(--rounded-corners3);
    position: relative;
    padding: 10px;
    margin-right: 20px;
    cursor: pointer;
}
.main__contact-form-03 .form .contactform div input[type="checkbox"]:checked,
.main__contact-form-03 .form section input[type="checkbox"]:checked {
    border-color: rgba(var(--color-accent), 1);
}
.main__contact-form-03 .form .contactform div input[type="checkbox"]:checked:after,
.main__contact-form-03 .form section input[type="checkbox"]:checked:after {
    content: "\2714";
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    color: rgba(var(--color-accent), 1);
}
.main__contact-form-03 .form .contactform div input[type="checkbox"] ~ label,
.main__contact-form-03 .form section input[type="checkbox"] ~ label {
    position: static;
    pointer-events: all;
}
.main__contact-form-03 .form .contactform div:focus-within label,
.main__contact-form-03 .form section:focus-within label {
    color: rgba(var(--color-main), 1);
}
.main__contact-form-03 .form .main-btn {
    margin-right: 20px;
    margin-left: auto;
    height: 53px;
}
@media only screen and (max-width: 575px) {
    .main__contact-form-03 .form .main-btn {
        margin-left: 20px;
        margin-right: auto;
    }
}
.main__contact-form-03 .map {
    margin-bottom: 70px;
}
@media only screen and (min-width: 1200px) {
    .main__contact-form-03 .map {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: calc(50% - 100px);
        margin-bottom: 0;
    }
}
.main__contact-form-03 .map .iframe-container {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 250px;
    padding-top: calc(100% / (16 / 9));
    border-radius: var(--rounded-corners3);
    overflow: hidden;
}
.main__contact-form-03 .map .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main__career-01 {
    position: relative;
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__career-01 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__career-01 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__career-01 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__career-01 {
        padding: 30px 0;
    }
}
.main__career-01 .pattern-first {
    top: 0;
    right: 12px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.main__career-01 .career__left--header {
    margin-bottom: 100px;
}
@media only screen and (max-width: 1499px) {
    .main__career-01 .career__left--header {
        margin-bottom: 70px;
    }
}
@media only screen and (max-width: 991px) {
    .main__career-01 .career__left--header {
        margin-bottom: 40px;
    }
}
.main__career-01 .career__left--text {
    margin-bottom: 100px;
}
@media only screen and (max-width: 1499px) {
    .main__career-01 .career__left--text {
        margin-bottom: 70px;
    }
}
@media only screen and (max-width: 991px) {
    .main__career-01 .career__left--text {
        margin-bottom: 40px;
    }
}
.main__career-01 .career-item {
    padding: 50px 0;
    border-top: 2px solid rgba(var(--color-accent3), 1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media only screen and (max-width: 1499px) {
    .main__career-01 .career-item {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__career-01 .career-item {
        flex-direction: column;
    }
}
.main__career-01 .career-item:last-child {
    border-bottom: 2px solid rgba(var(--color-accent3), 1);
}
.main__career-01 .career-item__left {
    margin-right: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media only screen and (max-width: 1499px) {
    .main__career-01 .career-item__left {
        margin-right: 90px;
    }
}
.main__career-01 .career-item__left h3 {
    margin: 0;
}
.main__career-01 .career-item__left h3 a {
    color: rgba(var(--color-main), 1);
    text-decoration: none;
}
.main__career-01 .career-item__left h3 a:hover {
    text-decoration: underline;
}
.main__career-01 .career-item__left div {
    font-size: 15px;
    margin-top: 18px;
}
.main__career-01 .career-item .main-btn {
    padding: 13px 39px;
    font-size: 15px;
}
@media only screen and (max-width: 991px) {
    .main__career-01 .career-item .main-btn {
        margin-top: 20px;
    }
}
.main__career-01 .career__right {
    position: relative;
}
@media only screen and (max-width: 991px) {
    .main__career-01 .career__right {
        padding-top: 50px;
    }
}
.main__career-01 .career__right.withPattern {
    padding-top: 190px;
}
@media only screen and (max-width: 991px) {
    .main__career-01 .career__right.withPattern {
        padding-top: 50px;
    }
}
.main__career-01 .career__right--img {
    position: sticky;
    position: -webkit-sticky;
    top: 140px;
}
.main__career-02 {
    position: relative;
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__career-02 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__career-02 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__career-02 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__career-02 {
        padding: 30px 0;
    }
}
.main__career-02:not(.hideBg) {
    background: rgba(var(--color-main), 1);
    color: #fff;
}
.main__career-02:not(.hideBg) h2,
.main__career-02:not(.hideBg) h3 {
    color: #fff;
}
.main__career-02:not(.hideBg) .career-item__left h3 a {
    color: #fff;
}
.main__career-02 .career__wrapper--header {
    margin-top: 0;
    margin-bottom: 110px;
    text-align: center;
}
@media only screen and (max-width: 1499px) {
    .main__career-02 .career__wrapper--header {
        margin-bottom: 70px;
    }
}
.main__career-02 .career-item {
    padding: 36px 90px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
    .main__career-02 .career-item {
        flex-direction: column;
        margin-bottom: 20px;
    }
}
.main__career-02 .career-item:hover {
    border: 2px solid #fff;
}
.main__career-02 .career-item:last-child {
    margin-bottom: 0;
}
.main__career-02 .career-item__left {
    margin-right: 100px;
}
.main__career-02 .career-item__left h3 {
    margin-top: 0;
}
.main__career-02 .career-item__left h3 a {
    color: rgba(var(--color-main), 1);
    text-decoration: none;
}
.main__career-02 .career-item__left h3 a:hover {
    text-decoration: underline;
}
.main__career-02 .career-item__left div {
    font-size: 15px;
}
.main__career-02 .career-item .main-btn {
    padding: 13px 39px;
    font-size: 15px;
}
@media only screen and (max-width: 991px) {
    .main__career-02 .career-item .main-btn {
        margin-top: 20px;
    }
}
.main__career-detail-01 {
    position: relative;
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__career-detail-01 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__career-detail-01 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__career-detail-01 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__career-detail-01 {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__career-detail-01 {
        padding-top: 0;
    }
}
.main__career-detail-01 .career-detail {
    position: relative;
}
.main__career-detail-01 .career-detail.hideBg:before {
    display: none;
}
.main__career-detail-01 .career-detail:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(var(--color-accent3), 1);
    min-height: 420px;
}
@media only screen and (max-width: 1499px) {
    .main__career-detail-01 .career-detail:before {
        min-height: 390px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__career-detail-01 .career-detail:before {
        min-height: 370px;
    }
}
@media only screen and (max-width: 991px) {
    .main__career-detail-01 .career-detail:before {
        min-height: 250px;
    }
}
@media only screen and (max-width: 767px) {
    .main__career-detail-01 .career-detail:before {
        min-height: 270px;
    }
}
@media only screen and (max-width: 575px) {
    .main__career-detail-01 .career-detail:before {
        min-height: 250px;
    }
}
@media screen and (max-width: 400px) {
    .main__career-detail-01 .career-detail:before {
        min-height: 280px;
    }
}
@media screen and (max-width: 340px) {
    .main__career-detail-01 .career-detail:before {
        min-height: 290px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__career-detail-01 .career-detail .pattern {
        display: none;
    }
}
.main__career-detail-01 .career-detail .pattern-first {
    top: -50px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: calc(100% - 12px);
}
.main__career-detail-01 .career-detail .pattern-second {
    background: rgba(var(--color-accent2), 1);
    right: calc(100% - 12px);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    top: 258px;
}
@media only screen and (max-width: 1499px) {
    .main__career-detail-01 .career-detail .pattern-second {
        top: 240px;
    }
}
.main__career-detail-01 .career-detail__top {
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__career-detail-01 .career-detail__top {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__career-detail-01 .career-detail__top {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__career-detail-01 .career-detail__top {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__career-detail-01 .career-detail__top {
        padding: 30px 0;
    }
}
.main__career-detail-01 .career-detail__top h2 {
    margin: 0;
}
.main__career-detail-01 .career-detail__top div {
    margin-top: 80px;
}
@media only screen and (max-width: 991px) {
    .main__career-detail-01 .career-detail__top div {
        margin-top: 40px;
    }
}
.main__career-detail-01 .career-detail__bottom {
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__career-detail-01 .career-detail__bottom {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__career-detail-01 .career-detail__bottom {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__career-detail-01 .career-detail__bottom {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__career-detail-01 .career-detail__bottom {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__career-detail-01 .career-detail__bottom {
        padding-bottom: 0;
    }
}
.main__career-detail-01 .career-detail__bottom h1,
.main__career-detail-01 .career-detail__bottom h2,
.main__career-detail-01 .career-detail__bottom h3,
.main__career-detail-01 .career-detail__bottom h4,
.main__career-detail-01 .career-detail__bottom h5,
.main__career-detail-01 .career-detail__bottom h6 {
    margin-bottom: 40px;
    margin-top: 80px;
}
@media only screen and (max-width: 991px) {
    .main__career-detail-01 .career-detail__bottom h1,
    .main__career-detail-01 .career-detail__bottom h2,
    .main__career-detail-01 .career-detail__bottom h3,
    .main__career-detail-01 .career-detail__bottom h4,
    .main__career-detail-01 .career-detail__bottom h5,
    .main__career-detail-01 .career-detail__bottom h6 {
        margin-top: 60px;
    }
}
.main__career-detail-01 .career-detail__bottom h1:first-child,
.main__career-detail-01 .career-detail__bottom h2:first-child,
.main__career-detail-01 .career-detail__bottom h3:first-child,
.main__career-detail-01 .career-detail__bottom h4:first-child,
.main__career-detail-01 .career-detail__bottom h5:first-child,
.main__career-detail-01 .career-detail__bottom h6:first-child {
    margin-top: 0;
}
.main__career-detail-01 .career-detail__bottom ul li {
    list-style-type: none;
    padding-left: 50px;
    position: relative;
    margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
    .main__career-detail-01 .career-detail__bottom ul li {
        padding-left: 42px;
    }
}
.main__career-detail-01 .career-detail__bottom ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 16px;
    -webkit-mask: url(/img/ikony/arrow-pros.svg);
    mask: url(/img/ikony/arrow-pros.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: rgba(var(--color-accent), 1);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.main__career-detail-01 .career-detail .col-lg-5 {
    padding: 100px 0;
    padding-left: 12px !important;
    padding-right: 12px !important;
}
@media only screen and (max-width: 1499px) {
    .main__career-detail-01 .career-detail .col-lg-5 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__career-detail-01 .career-detail .col-lg-5 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__career-detail-01 .career-detail .col-lg-5 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__career-detail-01 .career-detail .col-lg-5 {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__career-detail-01 .career-detail .col-lg-5 {
        padding-top: 0;
    }
}
.main__career-detail-01 .career-detail .apply-block {
    position: sticky;
    position: -webkit-sticky;
    top: 120px;
    background: rgba(var(--color-main), 1);
    padding: 80px 94px;
}
@media only screen and (min-width: 1921px) {
    .main__career-detail-01 .career-detail .apply-block {
        padding: 100px 120px;
    }
}
@media only screen and (max-width: 1799px) {
    .main__career-detail-01 .career-detail .apply-block {
        padding: 80px 65px;
    }
}
@media only screen and (max-width: 1499px) {
    .main__career-detail-01 .career-detail .apply-block {
        padding: 80px 60px;
    }
}
@media only screen and (max-width: 1429px) {
    .main__career-detail-01 .career-detail .apply-block {
        padding: 80px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__career-detail-01 .career-detail .apply-block {
        padding: 80px 45px;
    }
}
@media only screen and (max-width: 991px) {
    .main__career-detail-01 .career-detail .apply-block {
        padding: 80px;
    }
}
@media only screen and (max-width: 575px) {
    .main__career-detail-01 .career-detail .apply-block {
        padding: 50px 40px;
    }
}
.main__career-detail-01 .career-detail .apply-block * {
    color: #fff;
}
.main__career-detail-01 .career-detail .apply-block p {
    font-size: 15px;
    margin-top: 30px;
}
.main__career-detail-01 .career-detail .apply-block .main-btn {
    color: rgba(var(--color-main), 1);
    margin-top: 65px;
    width: 100%;
}
@media only screen and (max-width: 1499px) {
    .main__career-detail-01 .career-detail .apply-block .main-btn {
        padding: 16px 45px;
    }
}
@media only screen and (max-width: 575px) {
    .main__career-detail-01 .career-detail .apply-block .main-btn {
        margin-top: 40px;
        padding: 16px 20px;
        font-size: 15px;
    }
}
.main__career-detail-01 .career-detail .apply-block .main-btn.accent-btn:hover {
    border-color: rgba(var(--color-accent), 1);
    background: 0 0;
}
.main__career-detail-01 .career-detail .apply-block .main-btn:hover {
    color: #fff;
}
@media only screen and (max-width: 991px) {
    .main__career-detail-01 .career-detail #formularz {
        background: rgba(var(--color-accent3), 1);
    }
}
.main__career-detail-01 .career-detail .contact-form__form {
    padding: 100px 0;
    margin: 0;
    background: rgba(var(--color-accent3), 1);
}
@media only screen and (max-width: 1499px) {
    .main__career-detail-01 .career-detail .contact-form__form {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__career-detail-01 .career-detail .contact-form__form {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__career-detail-01 .career-detail .contact-form__form {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__career-detail-01 .career-detail .contact-form__form {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__career-detail-01 .career-detail .contact-form__form {
        background: 0 0;
    }
}
.main__career-detail-01 .career-detail .contact-form__form h3 {
    margin-bottom: 100px;
    font-weight: 700;
}
@media only screen and (max-width: 1499px) {
    .main__career-detail-01 .career-detail .contact-form__form h3 {
        margin-bottom: 70px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__career-detail-01 .career-detail .contact-form__form h3 {
        margin-bottom: 50px;
    }
}
.main__career-detail-01 .career-detail .contact-form__form h3 strong {
    position: relative;
    z-index: 3;
}
.main__career-detail-01 .career-detail .contact-form__form h3 strong:before {
    content: "";
    position: absolute;
    left: -18px;
    right: -18px;
    top: -18px;
    bottom: -18px;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-image: url(/img/ikony/circle-note.svg);
    mask-image: url(/img/ikony/circle-note.svg);
    background: rgba(var(--color-accent2), 1);
    z-index: -1;
    pointer-events: none;
}
.main__career-detail-01 .career-detail .contact-form__form .form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.main__career-detail-01 .career-detail .contact-form__form .form .object_form_exhibit,
.main__career-detail-01 .career-detail .contact-form__form .form .webiso_form_exhibit {
    display: none;
}
.main__career-detail-01 .career-detail .contact-form__form .form .contactform div,
.main__career-detail-01 .career-detail .contact-form__form .form section {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    flex: 1 1 45%;
    margin: 0 20px 33px;
}
@media only screen and (max-width: 1199px) {
    .main__career-detail-01 .career-detail .contact-form__form .form .contactform div,
    .main__career-detail-01 .career-detail .contact-form__form .form section {
        margin: 0 20px 20px;
    }
}
.main__career-detail-01 .career-detail .contact-form__form .form .contactform div[data-field="textarea"],
.main__career-detail-01 .career-detail .contact-form__form .form section[data-field="textarea"] {
    flex: 1 1 100%;
}
.main__career-detail-01 .career-detail .contact-form__form .form .contactform div[data-field="checkbox"],
.main__career-detail-01 .career-detail .contact-form__form .form section[data-field="checkbox"] {
    width: 60%;
    flex-direction: row;
    flex: unset;
    justify-content: flex-start;
    align-items: center;
}
@media only screen and (max-width: 575px) {
    .main__career-detail-01 .career-detail .contact-form__form .form .contactform div[data-field="checkbox"],
    .main__career-detail-01 .career-detail .contact-form__form .form section[data-field="checkbox"] {
        width: 100%;
    }
}
.main__career-detail-01 .career-detail .contact-form__form .form .contactform div input,
.main__career-detail-01 .career-detail .contact-form__form .form .contactform div select,
.main__career-detail-01 .career-detail .contact-form__form .form .contactform div textarea,
.main__career-detail-01 .career-detail .contact-form__form .form section input,
.main__career-detail-01 .career-detail .contact-form__form .form section select,
.main__career-detail-01 .career-detail .contact-form__form .form section textarea {
    outline: 0;
    width: 100%;
    padding: 20px 45px;
    border: 2px solid rgba(var(--color-accent3), 1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.4s linear;
    color: rgba(var(--color-main), 1);
}
.main__career-detail-01 .career-detail .contact-form__form .form .contactform div input:not([type="checkbox"]),
.main__career-detail-01 .career-detail .contact-form__form .form .contactform div select:not([type="checkbox"]),
.main__career-detail-01 .career-detail .contact-form__form .form .contactform div textarea:not([type="checkbox"]),
.main__career-detail-01 .career-detail .contact-form__form .form section input:not([type="checkbox"]),
.main__career-detail-01 .career-detail .contact-form__form .form section select:not([type="checkbox"]),
.main__career-detail-01 .career-detail .contact-form__form .form section textarea:not([type="checkbox"]) {
    border-radius: var(--rounded-corners2);
    caret-color: rgba(var(--color-accent2), 1);
}
.main__career-detail-01 .career-detail .contact-form__form .form .contactform div input:not([type="checkbox"]):focus,
.main__career-detail-01 .career-detail .contact-form__form .form .contactform div select:not([type="checkbox"]):focus,
.main__career-detail-01 .career-detail .contact-form__form .form .contactform div textarea:not([type="checkbox"]):focus,
.main__career-detail-01 .career-detail .contact-form__form .form section input:not([type="checkbox"]):focus,
.main__career-detail-01 .career-detail .contact-form__form .form section select:not([type="checkbox"]):focus,
.main__career-detail-01 .career-detail .contact-form__form .form section textarea:not([type="checkbox"]):focus {
    border-color: rgba(var(--color-accent), 1);
}
.main__career-detail-01 .career-detail .contact-form__form .form .contactform div input:not([type="checkbox"]):focus ~ label,
.main__career-detail-01 .career-detail .contact-form__form .form .contactform div select:not([type="checkbox"]):focus ~ label,
.main__career-detail-01 .career-detail .contact-form__form .form .contactform div textarea:not([type="checkbox"]):focus ~ label,
.main__career-detail-01 .career-detail .contact-form__form .form section input:not([type="checkbox"]):focus ~ label,
.main__career-detail-01 .career-detail .contact-form__form .form section select:not([type="checkbox"]):focus ~ label,
.main__career-detail-01 .career-detail .contact-form__form .form section textarea:not([type="checkbox"]):focus ~ label {
    display: none;
}
.main__career-detail-01 .career-detail .contact-form__form .form .contactform div input:not([type="checkbox"]).has-content ~ label,
.main__career-detail-01 .career-detail .contact-form__form .form .contactform div select:not([type="checkbox"]).has-content ~ label,
.main__career-detail-01 .career-detail .contact-form__form .form .contactform div textarea:not([type="checkbox"]).has-content ~ label,
.main__career-detail-01 .career-detail .contact-form__form .form section input:not([type="checkbox"]).has-content ~ label,
.main__career-detail-01 .career-detail .contact-form__form .form section select:not([type="checkbox"]).has-content ~ label,
.main__career-detail-01 .career-detail .contact-form__form .form section textarea:not([type="checkbox"]).has-content ~ label {
    display: none;
}
.main__career-detail-01 .career-detail .contact-form__form .form .contactform div input.is-error,
.main__career-detail-01 .career-detail .contact-form__form .form .contactform div select.is-error,
.main__career-detail-01 .career-detail .contact-form__form .form .contactform div textarea.is-error,
.main__career-detail-01 .career-detail .contact-form__form .form section input.is-error,
.main__career-detail-01 .career-detail .contact-form__form .form section select.is-error,
.main__career-detail-01 .career-detail .contact-form__form .form section textarea.is-error {
    border-color: #e05050 !important;
    -webkit-animation: errorAnim 0.5s;
    animation: errorAnim 0.5s;
}
@keyframes errorAnim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    70% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.main__career-detail-01 .career-detail .contact-form__form .form .contactform div select,
.main__career-detail-01 .career-detail .contact-form__form .form section select {
    cursor: pointer;
}
.main__career-detail-01 .career-detail .contact-form__form .form .contactform div textarea,
.main__career-detail-01 .career-detail .contact-form__form .form section textarea {
    height: calc(100% - 35px);
    min-height: 120px;
}
.main__career-detail-01 .career-detail .contact-form__form .form .contactform div label,
.main__career-detail-01 .career-detail .contact-form__form .form section label {
    position: absolute;
    left: 45px;
    width: calc(100% - 90px);
    top: 23px;
    transition: 0.3s;
    z-index: 1;
    font-size: 17px;
    pointer-events: none;
}
.main__career-detail-01 .career-detail .contact-form__form .form .contactform div a,
.main__career-detail-01 .career-detail .contact-form__form .form section a {
    color: rgba(var(--color-main), 1);
    font-weight: 500;
}
.main__career-detail-01 .career-detail .contact-form__form .form .contactform div a:hover,
.main__career-detail-01 .career-detail .contact-form__form .form section a:hover {
    color: rgba(var(--color-accent), 1);
}
.main__career-detail-01 .career-detail .contact-form__form .form .contactform div input[type="checkbox"],
.main__career-detail-01 .career-detail .contact-form__form .form section input[type="checkbox"] {
    width: 28px;
    height: 28px;
    border: 3px solid rgba(var(--color-main), 1);
    border-radius: var(--rounded-corners3);
    position: relative;
    padding: 10px;
    margin-right: 20px;
    cursor: pointer;
}
.main__career-detail-01 .career-detail .contact-form__form .form .contactform div input[type="checkbox"]:checked,
.main__career-detail-01 .career-detail .contact-form__form .form section input[type="checkbox"]:checked {
    background: rgba(var(--color-main), 1);
}
.main__career-detail-01 .career-detail .contact-form__form .form .contactform div input[type="checkbox"]:checked:after,
.main__career-detail-01 .career-detail .contact-form__form .form section input[type="checkbox"]:checked:after {
    content: "\2714";
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    color: #fff;
}
.main__career-detail-01 .career-detail .contact-form__form .form .contactform div input[type="checkbox"] ~ label,
.main__career-detail-01 .career-detail .contact-form__form .form section input[type="checkbox"] ~ label {
    position: static;
    pointer-events: all;
}
.main__career-detail-01 .career-detail .contact-form__form .form .contactform div:focus-within label,
.main__career-detail-01 .career-detail .contact-form__form .form section:focus-within label {
    color: rgba(var(--color-main), 1);
}
.main__career-detail-01 .career-detail .contact-form__form .form .main-btn {
    margin-right: 20px;
    margin-left: auto;
}
@media only screen and (max-width: 575px) {
    .main__career-detail-01 .career-detail .contact-form__form .form .main-btn {
        margin-left: 20px;
        margin-right: auto;
        margin-top: 20px;
    }
}
.main__cta-01 {
    position: relative;
    color: #fff;
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__cta-01 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__cta-01 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__cta-01 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__cta-01 {
        padding: 30px 0;
    }
}
.main__cta-01 .pattern {
    pointer-events: none;
}
@media only screen and (max-width: 1199px) {
    .main__cta-01 .pattern {
        display: none;
    }
}
.main__cta-01 .pattern-first {
    background: rgba(var(--color-accent2), 1);
    -webkit-transform: rotate(-90deg) translateX(50%);
    transform: rotate(-90deg) translateX(50%);
}
.main__cta-01 .pattern-second {
    right: 4%;
    bottom: 0;
    background: #fff;
    opacity: 0.07;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 742px;
    height: 350px;
}
@media only screen and (max-width: 1429px) {
    .main__cta-01 .pattern-second {
        width: 550px;
        height: 270px;
    }
}
.main__cta-01 .pattern-third {
    right: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main__cta-01 .cta {
    position: relative;
    overflow: hidden;
    background: rgba(var(--color-main), 1);
    color: #fff;
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__cta-01 .cta {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__cta-01 .cta {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__cta-01 .cta {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__cta-01 .cta {
        padding: 30px 0;
    }
}
@media only screen and (min-width: 1200px) {
    .main__cta-01 .cta {
        padding: 100px 0;
    }
}
@media only screen and (min-width: 1430px) {
    .main__cta-01 .cta {
        padding: 140px 0;
    }
}
.main__cta-01 .cta h1,
.main__cta-01 .cta h2,
.main__cta-01 .cta h3,
.main__cta-01 .cta h4,
.main__cta-01 .cta h5,
.main__cta-01 .cta h6 {
    color: #fff;
    font-weight: 400;
}
.main__cta-01 .cta__link {
    color: #fff;
    font-weight: 700;
    font-family: var(--font-header), sans-serif;
    margin-top: 30px;
    margin-right: 45px;
    display: inline-block;
    transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
    .main__cta-01 .cta__link {
        display: block;
        margin-right: 0;
    }
}
.main__cta-01 .cta__link:last-child {
    margin-right: 0;
    margin-top: 0;
}
.main__cta-01 .cta__link.phone {
    text-decoration: none;
}
.main__cta-01 .cta__link.phone:hover {
    text-decoration: underline;
}
.main__cta-01 .cta__link.mail {
    color: rgba(var(--color-accent), 1);
    transition: all 0.3s;
}
.main__cta-01 .cta__link.mail:hover {
    color: rgba(var(--color-accent2), 1);
}
.main__cta-01 .cta .btn-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
@media only screen and (max-width: 991px) {
    .main__cta-01 .cta .btn-wrapper {
        justify-content: flex-start;
        margin-top: 30px;
    }
}
.main__cta-02 {
    position: relative;
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__cta-02 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__cta-02 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__cta-02 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__cta-02 {
        padding: 30px 0;
    }
}
.main__cta-02 .pattern-first {
    -webkit-transform: rotate(90deg) translateX(-50%);
    transform: rotate(90deg) translateX(-50%);
    right: 0;
    top: 50%;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}
.main__cta-02 .pattern-second {
    bottom: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.main__cta-02 .container {
    position: relative;
    z-index: 3;
}
@media only screen and (max-width: 1429px) {
    .main__cta-02 .container.large {
        max-width: 100%;
    }
}
@media only screen and (max-width: 575px) {
    .main__cta-02 .container.large {
        padding: 0;
    }
}
.main__cta-02 .cta {
    position: relative;
    background: rgba(var(--color-accent3), 1);
    overflow: hidden;
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__cta-02 .cta {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__cta-02 .cta {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__cta-02 .cta {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__cta-02 .cta {
        padding: 30px 0;
    }
}
@media only screen and (min-width: 1921px) {
    .main__cta-02 .cta {
        padding: 140px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__cta-02 .cta {
        text-align: center;
    }
}
.main__cta-02 .cta .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
@media only screen and (max-width: 991px) {
    .main__cta-02 .cta .bg-img {
        width: 100%;
        -webkit-filter: brightness(0.7);
        filter: brightness(0.7);
    }
}
.main__cta-02 .cta .bg-img.reverse {
    left: unset;
    right: 0;
}
.main__cta-02 .cta h2 {
    color: rgba(var(--color-main), 1);
}
@media only screen and (max-width: 991px) {
    .main__cta-02 .cta h2 {
        color: #fff;
    }
}
.main__cta-02 .cta h2 strong {
    position: relative;
    z-index: 3;
}
.main__cta-02 .cta h2 strong:before {
    content: "";
    position: absolute;
    left: -18px;
    right: -18px;
    top: -18px;
    bottom: -18px;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-image: url(/img/ikony/circle-note.svg);
    mask-image: url(/img/ikony/circle-note.svg);
    background: rgba(var(--color-accent2), 1);
    z-index: -1;
    pointer-events: none;
}
.main__cta-02 .cta div[class^="font-size"] {
    margin-top: 40px;
}
@media only screen and (max-width: 991px) {
    .main__cta-02 .cta div[class^="font-size"] {
        color: #fff;
        margin-top: 20px;
    }
}
.main__cta-02 .cta .main-btn {
    margin-top: 55px;
}
@media only screen and (max-width: 1499px) {
    .main__cta-02 .cta .main-btn {
        margin-top: 40px;
    }
}
.main__cta-03 {
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__cta-03 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__cta-03 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__cta-03 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__cta-03 {
        padding: 30px 0;
    }
}
.main__cta-03 .pattern-first {
    -webkit-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
    right: 17%;
    top: 30%;
    background: rgba(var(--color-accent2), 1);
}
.main__cta-03 .pattern-second {
    bottom: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.main__cta-03 .cta {
    background: rgba(var(--color-accent3), 1);
}
.main__cta-03 .cta__img {
    min-height: 300px;
    width: 100%;
    height: 100%;
    position: relative;
}
@media only screen and (max-width: 991px) {
    .main__cta-03 .cta__img {
        display: none;
    }
}
.main__cta-03 .cta__img.bigger {
    --h: 70px;
    height: calc(100% + var(--h));
    margin-top: calc(-1 * var(--h));
}
.main__cta-03 .cta__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
.main__cta-03 .cta__text {
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__cta-03 .cta__text {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__cta-03 .cta__text {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__cta-03 .cta__text {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__cta-03 .cta__text {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__cta-03 .cta__text {
        text-align: center;
    }
}
.main__cta-03 .cta__text--link {
    font-weight: 700;
}
.main__cta-03 .cta__text--link.phone {
    text-decoration: none;
    color: rgba(var(--color-main), 1);
}
.main__cta-03 .cta__text--link.mail {
    color: rgba(var(--color-accent), 1);
}
.main__cta-03 .cta__text h2 {
    margin-bottom: 85px;
    margin-top: 0;
    max-width: 660px;
}
@media only screen and (max-width: 1429px) {
    .main__cta-03 .cta__text h2 {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__cta-03 .cta__text h2 {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 991px) {
    .main__cta-03 .cta__text h2 {
        max-width: unset;
        width: 100%;
    }
}
.main__cta-03 .cta__text h3 {
    margin: 0;
}
.main__cta-03 .cta__text h4 {
    font-weight: 400;
    margin-bottom: 37px;
}
@media only screen and (max-width: 1429px) {
    .main__cta-03 .cta__text h4 {
        margin-bottom: 20px;
        margin-top: 60px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__cta-03 .cta__text h4 {
        margin-top: 40px;
    }
}
.main__cta-04 {
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__cta-04 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__cta-04 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__cta-04 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__cta-04 {
        padding: 30px 0;
    }
}
.main__cta-04 .cta {
    background: rgba(var(--color-accent3), 1);
    padding: 100px 0;
    width: 100%;
}
@media only screen and (max-width: 1499px) {
    .main__cta-04 .cta {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__cta-04 .cta {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__cta-04 .cta {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__cta-04 .cta {
        padding: 30px 0;
    }
}
.main__cta-04 .container {
    position: relative;
}
.main__cta-04 .container .pattern {
    position: absolute;
    left: 99%;
    top: -129px;
}
@media only screen and (max-width: 1499px) {
    .main__cta-04 .container .pattern {
        left: unset;
        right: 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__cta-04 .container .pattern {
        top: -99px;
    }
}
.main__cta-04 .container h3 {
    margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
    .main__cta-04 .container h3 {
        margin-bottom: 20px;
    }
}
.main__cta-04 .col-lg-4:last-child .col-wrapper {
    margin-bottom: 0;
}
.main__cta-04 .col-wrapper {
    text-align: center;
}
@media only screen and (max-width: 991px) {
    .main__cta-04 .col-wrapper {
        margin-bottom: 40px;
    }
}
.main__cta-04 .col-wrapper a {
    text-decoration: none;
}
.main__cta-04 .col-wrapper a:not(.main-btn) {
    color: rgba(var(--font-dark-color), 1);
}
.main__cta-04 .col-wrapper a:hover:not(.main-btn) {
    color: rgba(var(--color-accent), 1);
}
.main__cta-02 {
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__cta-02 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__cta-02 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__cta-02 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__cta-02 {
        padding: 30px 0;
    }
}
.main__cta-02 .video-section {
    position: relative;
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__cta-02 .video-section {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__cta-02 .video-section {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__cta-02 .video-section {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__cta-02 .video-section {
        padding: 30px 0;
    }
}
.main__cta-02 .video-container {
    position: absolute;
    z-index: 1;
    min-height: 250px;
    height: 100%;
    overflow: hidden;
    margin-bottom: 24px;
    width: 100%;
    margin: -80px 0;
}
@media only screen and (max-width: 991px) {
    .main__cta-02 .video-container {
        padding-top: calc(100% * (9 / 16));
        margin-bottom: 0;
    }
}
.main__cta-02 .video-container.cover-hidden:hover .video-controls {
    display: flex !important;
}
.main__cta-02 .video-container[data-autoplay="true"] .player-wrapper {
    opacity: 1;
    pointer-events: all;
}
.main__cta-02 .video-container[data-autoplay="true"] .play-btn {
    display: none;
}
@media only screen and (max-width: 991px) {
    .main__cta-02 .video-container[data-autoplay="true"] .video-controls {
        display: flex !important;
    }
}
.main__cta-02 .video-container .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.7s linear;
    z-index: -1;
}
.main__cta-02 .video-container .background img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main__cta-02 .video-container .background:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, var(--darken));
}
.main__cta-02 .video-container .player-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 0.7s linear;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}
@media only screen and (max-width: 1199px) {
    .main__cta-02 .video-container .player-wrapper {
        width: 100%;
    }
}
.main__cta-02 .video-container .player-wrapper .video-box {
    width: 100%;
    height: 100%;
}
.main__cta-02 .video-container .player-wrapper .video-box .video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main__cta-02 .video-container .play-btn {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(var(--color-main), 1);
    background: #fff;
    cursor: pointer;
    transition: all 0.4s ease;
    z-index: 5;
}
.main__cta-02 .video-container .play-btn:hover {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
}
.main__cta-02 .video-container .play-btn:hover::after {
    border-color: #fff;
    -webkit-transform: translate(-50%, -50%) scale(1.4);
    transform: translate(-50%, -50%) scale(1.4);
}
.main__cta-02 .video-container .play-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    width: 100%;
    height: 100%;
    background-color: transparent;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    transition: border-color 0.7s ease, -webkit-transform 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    transition: border-color 0.7s ease, transform 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    transition: border-color 0.7s ease, transform 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15), -webkit-transform 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15);
}
.main__cta-02 .video-container .play-btn svg {
    width: 18px;
    height: 21px;
    fill: rgba(var(--color-accent), 1);
    margin-left: 5px;
    margin-top: 2px;
}
.main__cta-02 .video-container .video-controls {
    display: none !important;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: unset;
    top: unset;
}
@media only screen and (max-width: 767px) {
    .main__cta-02 .video-container .video-controls {
        bottom: 20px;
    }
}
.main__faq-01 {
    position: relative;
}
.main__faq-01:not(.hideBg) .faq {
    background: rgba(var(--color-accent3), 1);
}
.main__faq-01:not(.hideBg) .faq-item {
    border: unset;
}
.main__faq-01 .pattern-first {
    background: rgba(var(--color-accent2), 1);
    right: 12px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}
.main__faq-01 .box-header {
    text-align: left;
    margin-bottom: 85px;
}
@media only screen and (max-width: 1499px) {
    .main__faq-01 .box-header {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__faq-01 .box-header {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 575px) {
    .main__faq-01 .box-header {
        margin-bottom: 20px;
    }
}
.main__faq-01 .faq {
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__faq-01 .faq {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__faq-01 .faq {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__faq-01 .faq {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__faq-01 .faq {
        padding: 30px 0;
    }
}
.main__faq-01 .faq-item {
    background: #fff;
    margin-bottom: 10px;
    border: 2px solid rgba(var(--color-accent3), 1);
}
.main__faq-01 .faq-item__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 27px 94px;
    cursor: pointer;
}
@media only screen and (max-width: 1299px) {
    .main__faq-01 .faq-item__top {
        padding: 27px 80px;
    }
}
@media only screen and (max-width: 991px) {
    .main__faq-01 .faq-item__top {
        padding: 25px 40px;
    }
}
@media only screen and (max-width: 767px) {
    .main__faq-01 .faq-item__top {
        padding: 25px 30px;
    }
}
.main__faq-01 .faq-item__top:hover h2 {
    color: rgba(var(--color-accent), 1);
    text-decoration: underline;
}
.main__faq-01 .faq-item__top h2 {
    max-width: calc(100% - 134px);
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .main__faq-01 .faq-item__top h2 {
        max-width: calc(100% - 100px);
    }
}
@media only screen and (max-width: 575px) {
    .main__faq-01 .faq-item__top h2 {
        max-width: calc(100% - 74px);
    }
}
.main__faq-01 .faq-item__top--arrow {
    --w: 40px;
    min-width: var(--w);
    width: var(--w);
    height: var(--w);
    background: rgba(var(--color-accent3), 1);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.main__faq-01 .faq-item__top--arrow.active {
    background: rgba(var(--color-main), 1);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.main__faq-01 .faq-item__top--arrow.active .icon path {
    fill: #fff;
}
.main__faq-01 .faq-item__top--arrow .icon {
    width: 14px;
    height: 8px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
.main__faq-01 .faq-item__top--arrow .icon path {
    fill: rgba(var(--color-main), 1);
}
.main__faq-01 .faq-item__bottom {
    display: none;
    padding: 10px 94px 27px;
    max-width: calc(100% - 125px);
}
@media only screen and (max-width: 1299px) {
    .main__faq-01 .faq-item__bottom {
        padding: 8px 80px 27px;
        max-width: calc(100% - 111px);
    }
}
@media only screen and (max-width: 991px) {
    .main__faq-01 .faq-item__bottom {
        padding: 8px 40px 25px;
        max-width: calc(100% - 75px);
    }
}
@media only screen and (max-width: 767px) {
    .main__faq-01 .faq-item__bottom {
        padding: 8px 30px 25px;
        max-width: calc(100% - 65px);
    }
}
@media only screen and (max-width: 575px) {
    .main__faq-01 .faq-item__bottom {
        max-width: calc(100% - 36px);
    }
}
.main__faq-02 {
    position: relative;
}
.main__faq-02 .box-header {
    margin-bottom: 85px;
}
@media only screen and (max-width: 1499px) {
    .main__faq-02 .box-header {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__faq-02 .box-header {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 575px) {
    .main__faq-02 .box-header {
        margin-bottom: 30px;
    }
}
.main__faq-02 .faq {
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__faq-02 .faq {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__faq-02 .faq {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__faq-02 .faq {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__faq-02 .faq {
        padding: 30px 0;
    }
}
.main__faq-02 .faq-img {
    position: sticky;
    position: -webkit-sticky;
    top: 120px;
    padding-top: calc(100% / (764 / 800));
}
@media only screen and (max-width: 991px) {
    .main__faq-02 .faq-img {
        position: relative;
        top: 0;
        padding-top: calc(100% / (4 / 3));
    }
}
.main__faq-02 .faq-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main__faq-02 .faq-header2 {
    margin: 80px 0;
    display: flex;
}
@media only screen and (max-width: 991px) {
    .main__faq-02 .faq-header2 {
        margin: 50px 0 30px;
    }
}
@media only screen and (max-width: 575px) {
    .main__faq-02 .faq-header2 {
        margin: 40px 0 20px;
    }
}
.main__faq-02 .faq-header2:hover .faq-header2__blur {
    left: 12px;
}
.main__faq-02 .faq-header2:hover .faq-header2__icon .icon {
    margin-left: 24px;
}
.main__faq-02 .faq-header2 h3 {
    color: rgba(var(--color-accent), 1);
}
.main__faq-02 .faq-header2__icon {
    position: relative;
    --w: 60px;
    width: var(--w);
    height: var(--w);
    border-radius: var(--rounded-corners2);
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 56px;
}
@media only screen and (max-width: 575px) {
    .main__faq-02 .faq-header2__icon {
        margin-right: 30px;
        --w: 50px;
    }
}
.main__faq-02 .faq-header2__icon .icon {
    width: 35px;
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all 0.5s;
}
.main__faq-02 .faq-header2__icon .icon path {
    fill: rgba(var(--color-accent), 1);
}
.main__faq-02 .faq-header2__blur {
    position: absolute;
    top: 0;
    left: 35%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(var(--color-accent), 0.1);
    transition: all 0.5s;
}
.main__faq-02 .faq-item {
    background: #fff;
    margin-bottom: 10px;
    border: 2px solid rgba(var(--color-accent3), 1);
}
.main__faq-02 .faq-item.active {
    border-color: rgba(var(--color-accent), 1);
}
.main__faq-02 .faq-item__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 36px 48px;
    cursor: pointer;
}
@media only screen and (max-width: 1299px) {
    .main__faq-02 .faq-item__top {
        padding: 27px 48px;
    }
}
@media only screen and (max-width: 991px) {
    .main__faq-02 .faq-item__top {
        padding: 25px 40px;
    }
}
@media only screen and (max-width: 767px) {
    .main__faq-02 .faq-item__top {
        padding: 25px 30px;
    }
}
.main__faq-02 .faq-item__top:hover h2 {
    text-decoration: underline;
}
.main__faq-02 .faq-item__top h2 {
    max-width: calc(100% - 134px);
    margin: 0;
}
@media only screen and (max-width: 1199px) {
    .main__faq-02 .faq-item__top h2 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .main__faq-02 .faq-item__top h2 {
        max-width: calc(100% - 100px);
    }
}
@media only screen and (max-width: 575px) {
    .main__faq-02 .faq-item__top h2 {
        max-width: calc(100% - 74px);
    }
}
.main__faq-02 .faq-item__top--arrow {
    --w: 40px;
    min-width: var(--w);
    width: var(--w);
    height: var(--w);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.main__faq-02 .faq-item__top--arrow.active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.main__faq-02 .faq-item__top--arrow .icon {
    width: 14px;
    height: 8px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
.main__faq-02 .faq-item__top--arrow .icon path {
    fill: rgba(var(--color-accent), 1);
}
.main__faq-02 .faq-item__bottom {
    display: none;
    padding: 10px 48px 36px;
    max-width: calc(100% - 100px);
}
@media only screen and (max-width: 1499px) {
    .main__faq-02 .faq-item__bottom {
        max-width: calc(100% - 50px);
    }
}
@media only screen and (max-width: 1299px) {
    .main__faq-02 .faq-item__bottom {
        padding: 8px 48px 27px;
        max-width: calc(100% - 40px);
    }
}
@media only screen and (max-width: 991px) {
    .main__faq-02 .faq-item__bottom {
        padding: 8px 40px 25px;
        max-width: calc(100% - 75px);
    }
}
@media only screen and (max-width: 767px) {
    .main__faq-02 .faq-item__bottom {
        padding: 8px 30px 25px;
        max-width: calc(100% - 65px);
    }
}
@media only screen and (max-width: 575px) {
    .main__faq-02 .faq-item__bottom {
        max-width: calc(100% - 20px);
    }
}
.main__01 {
    color: #fff;
    position: relative;
    overflow: hidden;
}
.main__01 .pattern-first {
    right: 100%;
    bottom: 100px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.main__01 .pattern-second {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #fff;
    opacity: 0.1;
    bottom: 0;
    left: 0;
    width: 835px;
    height: 417px;
}
.main__01 .pattern-third {
    left: calc(100% + 40px);
    bottom: 0;
}
.main__01 .newsletter {
    position: relative;
    z-index: 3;
}
.main__01 .newsletter h3 {
    margin-top: 0;
    margin-bottom: 70px;
}
@media only screen and (max-width: 1199px) {
    .main__01 .newsletter h3 {
        margin-bottom: 30px;
    }
}
.main__01 .newsletter h3 strong {
    position: relative;
}
.main__01 .newsletter h3 strong:before {
    content: "";
    position: absolute;
    left: -15px;
    right: -15px;
    top: 100%;
    height: 20px;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-image: url(/img/ikony/underline.svg);
    mask-image: url(/img/ikony/underline.svg);
    background: rgba(var(--color-accent2), 1);
    z-index: 3;
    pointer-events: none;
}
.main__01 .newsletter__wrapper {
    background: rgba(var(--color-accent3), 1);
    padding: 89px 134px;
    margin-bottom: -100px;
    position: relative;
}
@media only screen and (max-width: 1199px) {
    .main__01 .newsletter__wrapper {
        padding: 70px 100px;
        text-align: center;
    }
}
@media only screen and (max-width: 991px) {
    .main__01 .newsletter__wrapper {
        padding: 40px 50px;
    }
}
@media only screen and (max-width: 575px) {
    .main__01 .newsletter__wrapper {
        padding: 40px 15px;
    }
}
.main__01 .newsletter__wrapper--input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
@media only screen and (max-width: 1199px) {
    .main__01 .newsletter__wrapper--input {
        flex-wrap: wrap;
        justify-content: center;
    }
}
.main__01 .newsletter__wrapper--input .pattern {
    -webkit-mask-image: url(/uploads/images/ikony/arrow_box-01.svg);
    mask-image: url(/uploads/images/ikony/arrow_box-01.svg);
    width: 140px;
    height: 34px;
    right: 100px;
    bottom: calc(100% + 10px);
    -webkit-transform: translateX(-40%) rotate(180deg) scaleX(-1);
    transform: translateX(-40%) rotate(180deg) scaleX(-1);
}
@media only screen and (min-width: 1921px) {
    .main__01 .newsletter__wrapper--input .pattern {
        right: 110px;
    }
}
.main__01 .newsletter__wrapper--input:after {
    content: "";
    position: absolute;
    top: 30px;
    left: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    -webkit-mask-image: url(/img/ikony/email.svg);
    mask-image: url(/img/ikony/email.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: rgba(var(--color-accent), 1);
}
@media only screen and (max-width: 575px) {
    .main__01 .newsletter__wrapper--input:after {
        left: 20px;
    }
}
.main__01 .newsletter__wrapper--input .mail {
    border-radius: var(--rounded-corners2);
    border: none;
    height: 60px;
    display: block;
    width: 75%;
    margin-right: 40px;
    outline: 0;
    padding-left: 100px;
    padding-right: 60px;
}
@media only screen and (min-width: 1921px) {
    .main__01 .newsletter__wrapper--input .mail {
        width: 80%;
    }
}
@media only screen and (max-width: 1199px) {
    .main__01 .newsletter__wrapper--input .mail {
        width: 100%;
        margin-right: 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__01 .newsletter__wrapper--input .mail {
        padding-left: 50px;
        padding-right: 20px;
    }
}
.main__01 .newsletter__wrapper--input .main-btn {
    color: #fff;
}
@media only screen and (max-width: 1199px) {
    .main__01 .newsletter__wrapper--input .main-btn {
        margin-top: 30px;
    }
}
.main__01 .footer {
    background: rgba(var(--color-main), 1);
}
.main__01 .footer.withNewsletter {
    padding-top: 100px;
}
.main__01 .footer__top {
    position: relative;
    padding: 80px 0;
}
@media only screen and (max-width: 991px) {
    .main__01 .footer__top {
        padding: 50px 0 20px;
    }
}
.main__01 .footer__top h1,
.main__01 .footer__top h2,
.main__01 .footer__top h3,
.main__01 .footer__top h4,
.main__01 .footer__top h5,
.main__01 .footer__top h6 {
    color: #fff;
}
@media only screen and (max-width: 991px) {
    .main__01 .footer__top--left {
        text-align: center;
    }
}
.main__01 .footer__top--left .logo img {
    max-width: 120px;
    max-height: 70px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.main__01 .footer__top--left-text {
    display: flex;
    flex-wrap: wrap;
    margin-top: 65px;
}
@media only screen and (max-width: 991px) {
    .main__01 .footer__top--left-text {
        margin-top: 30px;
    }
}
.main__01 .footer__top--left-text h2 {
    font-weight: 400;
    padding-right: 70px;
}
@media only screen and (max-width: 1199px) {
    .main__01 .footer__top--left-text h2 {
        padding-right: 0;
    }
}
.main__01 .footer__top--left-text .contact-info {
    width: 50%;
}
@media only screen and (max-width: 1199px) {
    .main__01 .footer__top--left-text .contact-info {
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .main__01 .footer__top--left-text .contact-info {
        text-align: center;
    }
}
.main__01 .footer__top--left-text .contact-info:nth-child(2) {
    text-align: center;
}
@media only screen and (max-width: 1199px) {
    .main__01 .footer__top--left-text .contact-info:nth-child(2) {
        text-align: left;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .main__01 .footer__top--left-text .contact-info:nth-child(2) {
        margin-top: 20px;
        text-align: center;
    }
}
.main__01 .footer__top--left-text .contact-info .info__phone {
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
}
.main__01 .footer__top--left-text .contact-info .info__mail {
    color: rgba(var(--color-accent), 1);
    font-weight: 600;
    text-decoration: underline;
    font-size: 30px;
    transition: all 0.3s;
}
.main__01 .footer__top--left-text .contact-info .info__mail:hover {
    color: rgba(var(--color-accent2), 1);
}
.main__01 .footer__top--left-text .contact-info .contact-address {
    font-size: 17px;
    margin-top: 20px;
}
.main__01 .footer__top--left .main-btn {
    margin-top: 80px;
    color: rgba(var(--color-main), 1);
}
@media only screen and (max-width: 991px) {
    .main__01 .footer__top--left .main-btn {
        margin-top: 30px;
    }
}
.main__01 .footer__top--left .main-btn:hover {
    color: rgba(var(--color-accent2), 1);
}
.main__01 .footer__top--right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    height: 100%;
    position: relative;
}
@media only screen and (max-width: 991px) {
    .main__01 .footer__top--right {
        text-align: center;
        align-items: center;
        justify-content: flex-start;
    }
}
@media only screen and (max-width: 991px) {
    .main__01 .footer__top--right nav {
        display: none;
    }
}
.main__01 .footer__top--right nav ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 90px;
    -moz-column-gap: 90px;
    column-gap: 90px;
}
.main__01 .footer__top--right nav ul li {
    list-style-type: none;
}
.main__01 .footer__top--right nav ul li a,
.main__01 .footer__top--right nav ul li span {
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
}
.main__01 .footer__top--right nav ul li a:hover,
.main__01 .footer__top--right nav ul li span:hover {
    color: rgba(var(--color-accent2), 1) !important;
}
.main__01 .footer__top--right nav ul li a.currentpage,
.main__01 .footer__top--right nav ul li span.currentpage {
    color: rgba(var(--color-accent), 1);
}
.main__01 .footer__top--right .external-links {
    margin-top: 80px;
    display: flex;
    justify-content: flex-end;
    padding: 0 5px;
}
@media only screen and (max-width: 991px) {
    .main__01 .footer__top--right .external-links {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        margin-top: 30px;
    }
}
.main__01 .footer__top--right .external-links a {
    text-decoration: none;
    color: inherit;
    font-size: 14px;
    color: #fff;
    padding-left: 20px;
}
@media only screen and (max-width: 991px) {
    .main__01 .footer__top--right .external-links a {
        padding-left: 0;
    }
}
.main__01 .footer__top--right .external-links a:hover {
    color: rgba(var(--color-accent2), 1);
}
.main__01 .footer__top--right .social-media {
    margin-top: 80px;
    display: inline-flex;
    max-width: unset;
    justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
}
@media only screen and (max-width: 991px) {
    .main__01 .footer__top--right .social-media {
        margin-top: 50px;
        justify-content: center;
    }
}
.main__01 .footer__top--right .social-media.text a {
    color: #fff;
}
.main__01 .footer__top--right .social-media a[href*="youtube"] .icon {
    margin: 0 7px;
}
.main__01 .footer__top--right .social-media a {
    letter-spacing: 1.17px;
    font-weight: 600;
    color: rgba(var(--color-main), 1);
}
.main__01 .footer__top--right .social-media a[class^="font-size-"] {
    margin-right: 40px;
}
@media only screen and (max-width: 991px) {
    .main__01 .footer__top--right .social-media a[class^="font-size-"] {
        margin: 0 20px;
        margin-bottom: 10px;
    }
}
.main__01 .footer__top--right .social-media a[class^="font-size-"]:last-child {
    margin-right: 0;
}
.main__01 .footer__top--right .social-media svg:hover path {
    fill: rgba(var(--color-accent2), 1);
}
.main__01 .footer__top--right .social-media svg path {
    fill: rgba(var(--color-accent), 1);
}
.main__01 .footer__top__block {
    margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
    .main__01 .footer__top__block {
        display: none;
    }
}
.main__01 .footer__bottom {
    background: #fff;
    padding: 30px 0;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 991px) {
    .main__01 .footer__bottom {
        text-align: center;
        margin-top: 0;
    }
}
.main__01 .footer__bottom--right {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
    .main__01 .footer__bottom--right {
        text-align: center;
        margin-top: 20px;
        justify-content: center;
    }
}
.main__01 .footer__bottom--right .signature {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
@media only screen and (max-width: 991px) {
    .main__01 .footer__bottom--right .signature {
        justify-content: center;
    }
}
.main__01 .footer__bottom--right .signature__smartwww {
    margin-bottom: -2px;
    opacity: 0.5;
    transition: all 0.3s;
}
.main__01 .footer__bottom--right .signature__smartwww:hover {
    opacity: 1;
}
.main__01 .footer__bottom--right .signature__smartwww img,
.main__01 .footer__bottom--right .signature__smartwww svg {
    height: 14px;
    width: 101px;
}
.main__01 .footer__bottom--right .signature__by {
    padding-top: 2px;
    margin: 0 8px;
}
.main__01 .footer__bottom--right .signature__webiso {
    opacity: 0.5;
    transition: all 0.3s;
    margin-top: -1px;
}
.main__01 .footer__bottom--right .signature__webiso:hover {
    opacity: 1;
}
.main__01 .footer__bottom--right .signature__webiso img,
.main__01 .footer__bottom--right .signature__webiso svg {
    height: 14px;
    width: 63px;
}
.main__01 .footer__bottom--right .signature .icon path,
.main__01 .footer__bottom--right .signature .icon polygon {
    fill: #000;
}
.main__01 .footer__bottom--right a {
    text-decoration: none;
    color: inherit;
}
.main__01 .footer__bottom--right a:hover {
    color: rgba(var(--color-accent), 1);
    opacity: 1;
}
.main__01 .footer__bottom--right a.smartwww .icon {
    margin-top: -5px;
    margin-right: 10px;
}
@media only screen and (max-width: 991px) {
    .main__01 .footer__bottom--right a.smartwww .icon {
        margin-left: 0;
    }
}
.main__01 .footer__bottom--right a.smartwww .icon:hover path {
    fill: rgba(var(--color-accent), 1);
}
.main__01 .footer__bottom--right a.smartwww .icon path {
    fill: rgba(var(--color-main), 1);
}
.main__01 .footer__bottom--right a.webiso .icon {
    margin-top: -7px;
    margin-left: 10px;
}
@media only screen and (max-width: 991px) {
    .main__01 .footer__bottom--right a.webiso .icon {
        margin-left: 0;
    }
}
.main__01 .footer__bottom--right a.webiso .icon:hover path {
    fill: rgba(var(--color-accent), 1);
}
.main__01 .footer__bottom--right a.webiso .icon path {
    fill: rgba(var(--color-main), 1);
}
.main__01 a {
    color: #fff;
    text-decoration: none;
}
.main__01 a:hover {
    text-decoration: underline;
    color: rgba(var(--color-accent2), 1);
}
.main__02 {
    color: rgba(var(--font-dark-color), 1);
    background: rgba(var(--color-accent3), 1);
    position: relative;
}
.main__02 .footer__top {
    padding: 80px 0;
}
@media only screen and (max-width: 991px) {
    .main__02 .footer__top {
        padding: 50px 0 20px;
    }
}
.main__02 .footer__top--left {
    height: 100%;
    display: flex;
}
@media only screen and (max-width: 991px) {
    .main__02 .footer__top--left {
        justify-content: center;
    }
}
.main__02 .footer__top--left .logo.invert img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.main__02 .footer__top--left .logo img {
    max-width: 160px;
    max-height: 70px;
}
@media only screen and (max-width: 991px) {
    .main__02 .footer__top--right {
        text-align: center;
    }
}
@media only screen and (max-width: 991px) {
    .main__02 .footer__top--right nav {
        display: none;
    }
}
.main__02 .footer__top--right nav ul[data-depth="0"] > li span,
.main__02 .footer__top--right nav ul[data-depth="0"] > li > a {
    font-weight: 400;
    color: rgba(var(--color-main), 1);
    font-size: 17px;
}
.main__02 .footer__top--right nav ul[data-depth="0"] > li span:hover,
.main__02 .footer__top--right nav ul[data-depth="0"] > li > a:hover {
    color: rgba(var(--color-accent2), 1) !important;
}
.main__02 .footer__top--right nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.main__02 .footer__top--right nav ul li {
    list-style-type: none;
    padding-left: 40px;
}
.main__02 .footer__top--right nav ul li a,
.main__02 .footer__top--right nav ul li span {
    margin-bottom: 32px;
    display: inline-block;
}
.main__02 .footer__top__block {
    margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
    .main__02 .footer__top__block {
        display: none;
    }
}
.main__02 .footer__center {
    padding-bottom: 80px;
}
@media only screen and (max-width: 991px) {
    .main__02 .footer__center {
        text-align: center;
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .main__02 .footer__center .main-btn {
        margin-top: 20px;
    }
}
.main__02 .footer__center .main-btn:hover {
    color: rgba(var(--color-accent2), 1);
}
.main__02 .footer__center .social-media {
    margin-top: 80px;
    display: inline-flex;
    max-width: unset;
    justify-content: flex-start;
    flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
    .main__02 .footer__center .social-media {
        margin-top: 50px;
        justify-content: center;
    }
}
.main__02 .footer__center .social-media a[href*="youtube"] .icon {
    margin: 0 7px;
}
.main__02 .footer__center .social-media a {
    letter-spacing: 1.17px;
    font-weight: 600;
    color: rgba(var(--color-main), 1);
}
.main__02 .footer__center .social-media a[class^="font-size-"] {
    margin-right: 40px;
}
@media only screen and (max-width: 991px) {
    .main__02 .footer__center .social-media a[class^="font-size-"] {
        margin: 0 20px;
        margin-bottom: 10px;
    }
}
.main__02 .footer__center .social-media a[class^="font-size-"]:last-child {
    margin-right: 0;
}
.main__02 .footer__center .social-media svg path {
    fill: rgba(var(--color-main), 1);
}
.main__02 .footer__center h2 {
    font-size: 22px;
    font-weight: 400;
}
.main__02 .footer__center .contact-info {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
    .main__02 .footer__center .contact-info {
        margin-top: 50px;
        justify-content: center;
    }
}
.main__02 .footer__center .contact-info p {
    margin: 0;
    margin-left: auto;
}
@media only screen and (max-width: 991px) {
    .main__02 .footer__center .contact-info p {
        margin: unset;
        width: 100%;
    }
}
.main__02 .footer__center .contact-info .icon path {
    fill: rgba(var(--color-main), 1);
}
.main__02 .footer__center .contact-info .info__phone {
    margin: 0;
    color: rgba(var(--color-main), 1);
    font-weight: 600;
    font-size: 30px;
}
.main__02 .footer__center .contact-info .info__phone:hover {
    color: rgba(var(--color-main), 1);
}
.main__02 .footer__center .contact-info .info__mail {
    padding-left: 40px;
}
@media only screen and (max-width: 991px) {
    .main__02 .footer__center .contact-info .info__mail {
        padding-left: 0;
    }
}
.main__02 .footer__center .contact-info .info__mail a {
    color: rgba(var(--color-accent), 1);
    font-weight: 600;
    text-decoration: underline;
    font-size: 30px;
    transition: all 0.3s;
}
.main__02 .footer__center .contact-info .info__mail a:hover {
    color: rgba(var(--color-accent2), 1);
}
.main__02 .footer__center .external-links {
    margin-top: 80px;
    display: flex;
    justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
    .main__02 .footer__center .external-links {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        margin-top: 40px;
    }
}
.main__02 .footer__center .external-links a {
    text-decoration: none;
    color: inherit;
    font-size: 14px;
    color: rgba(var(--color-main), 1);
    padding-left: 20px;
}
@media only screen and (max-width: 991px) {
    .main__02 .footer__center .external-links a {
        padding-left: 0;
    }
}
.main__02 .footer__center .external-links a:hover {
    color: rgba(var(--color-accent), 1);
    opacity: 1;
}
.main__02 .footer__bottom {
    padding: 30px 0;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 991px) {
    .main__02 .footer__bottom {
        text-align: center;
        margin-top: 0;
    }
}
.main__02 .footer__bottom--right {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
    .main__02 .footer__bottom--right {
        text-align: center;
        margin-top: 20px;
        justify-content: center;
    }
}
.main__02 .footer__bottom--right .signature {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
@media only screen and (max-width: 991px) {
    .main__02 .footer__bottom--right .signature {
        justify-content: center;
    }
}
.main__02 .footer__bottom--right .signature__smartwww {
    margin-bottom: -2px;
    opacity: 0.5;
    transition: all 0.3s;
}
.main__02 .footer__bottom--right .signature__smartwww:hover {
    opacity: 1;
}
.main__02 .footer__bottom--right .signature__smartwww img,
.main__02 .footer__bottom--right .signature__smartwww svg {
    height: 14px;
    width: 101px;
}
.main__02 .footer__bottom--right .signature__by {
    padding-top: 2px;
    margin: 0 8px;
    opacity: 0.5;
}
.main__02 .footer__bottom--right .signature__webiso {
    opacity: 0.5;
    transition: all 0.3s;
    margin-top: -1px;
}
.main__02 .footer__bottom--right .signature__webiso:hover {
    opacity: 1;
}
.main__02 .footer__bottom--right .signature__webiso img,
.main__02 .footer__bottom--right .signature__webiso svg {
    height: 14px;
    width: 63px;
}
.main__02 .footer__bottom--right .signature .icon path,
.main__02 .footer__bottom--right .signature .icon polygon {
    fill: #000;
}
.main__02 .footer__bottom--right a {
    text-decoration: none;
    color: inherit;
}
.main__02 .footer__bottom--right a:hover {
    color: rgba(var(--color-accent), 1);
    opacity: 1;
}
.main__02 .footer__bottom--right a.smartwww .icon {
    margin-top: -5px;
    margin-right: 10px;
}
@media only screen and (max-width: 991px) {
    .main__02 .footer__bottom--right a.smartwww .icon {
        margin-left: 0;
    }
}
.main__02 .footer__bottom--right a.smartwww .icon:hover path {
    fill: rgba(var(--color-accent), 1);
}
.main__02 .footer__bottom--right a.smartwww .icon path {
    fill: rgba(var(--color-main), 1);
}
.main__02 .footer__bottom--right a.webiso .icon {
    margin-top: -7px;
    margin-left: 10px;
}
@media only screen and (max-width: 991px) {
    .main__02 .footer__bottom--right a.webiso .icon {
        margin-left: 0;
    }
}
.main__02 .footer__bottom--right a.webiso .icon:hover path {
    fill: rgba(var(--color-accent), 1);
}
.main__02 .footer__bottom--right a.webiso .icon path {
    fill: rgba(var(--color-main), 1);
}
.main__02 a {
    color: rgba(var(--font-dark-color), 1);
    text-decoration: none;
}
.main__02 a:hover {
    text-decoration: underline;
    color: rgba(var(--color-accent), 1);
}
.main__02 a.currentpage {
    color: rgba(var(--color-main), 1);
}
.main__gallery-01 {
    position: relative;
    color: rgba(var(--color-accent2), 1);
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__gallery-01 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__gallery-01 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__gallery-01 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__gallery-01 {
        padding: 30px 0;
    }
}
.main__gallery-01.hideBg:before {
    display: none;
}
.main__gallery-01:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45%;
    max-height: 500px;
    background: rgba(var(--color-accent3), 1);
}
@media only screen and (max-width: 1299px) {
    .main__gallery-01:before {
        max-height: 350px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__gallery-01:before {
        max-height: 360px;
    }
}
.main__gallery-01 .pattern {
    right: 25%;
    top: -75px;
    background: rgba(var(--color-accent2), 1);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.main__gallery-01 .box-header {
    margin-bottom: 85px;
}
@media only screen and (max-width: 1499px) {
    .main__gallery-01 .box-header {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 991px) {
    .main__gallery-01 .box-header {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .main__gallery-01 .box-header {
        margin-bottom: 20px;
    }
}
.main__gallery-01 .box-header strong {
    color: inherit;
}
.main__gallery-01 .gallery {
    overflow: auto;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
@media only screen and (max-width: 1199px) {
    .main__gallery-01 .gallery {
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
    }
}
@media only screen and (max-width: 991px) {
    .main__gallery-01 .gallery {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (max-width: 767px) {
    .main__gallery-01 .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
.main__gallery-01 .gallery__item {
    overflow: hidden;
    height: 350px;
    width: 100%;
    margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
    .main__gallery-01 .gallery__item {
        height: 280px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .main__gallery-01 .gallery__item {
        margin-bottom: 10px;
        height: 250px;
    }
}
@media only screen and (max-width: 575px) {
    .main__gallery-01 .gallery__item {
        margin-bottom: 5px;
        height: 220px;
    }
}
@media only screen and (min-width: 992px) {
    .main__gallery-01 .gallery__item:nth-child(4n-2) {
        height: 590px;
    }
}
@media only screen and (min-width: 1200px) {
    .main__gallery-01 .gallery__item:nth-child(4n-2) {
        height: 750px;
    }
}
@media only screen and (max-width: 991px) {
    .main__gallery-01 .gallery__item:nth-child(3n-1) {
        height: 590px;
    }
}
@media only screen and (max-width: 767px) {
    .main__gallery-01 .gallery__item:nth-child(3n-1) {
        height: 250px;
    }
}
@media only screen and (max-width: 575px) {
    .main__gallery-01 .gallery__item:nth-child(3n-1) {
        height: 220px;
    }
}
.main__gallery-01 .gallery__item:hover .gallery__item--overlay {
    opacity: 0.4;
}
.main__gallery-01 .gallery__item figure {
    height: 100%;
    position: relative;
}
.main__gallery-01 .gallery__item--img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}
.main__gallery-01 .gallery__item--overlay {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s linear;
    z-index: 3;
}
.main__gallery-01 .btn-wrapper {
    text-align: center;
    margin-top: 40px;
}
.main__gallery-02 {
    position: relative;
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__gallery-02 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__gallery-02 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__gallery-02 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__gallery-02 {
        padding: 30px 0;
    }
}
.main__gallery-02.hideBg:before {
    display: none;
}
.main__gallery-02.hideBg .box-header h2 {
    color: rgba(var(--color-main), 1);
}
.main__gallery-02:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45%;
    max-height: 500px;
    background: rgba(var(--color-main), 1);
}
@media only screen and (max-width: 1299px) {
    .main__gallery-02:before {
        max-height: 350px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__gallery-02:before {
        max-height: 360px;
    }
}
.main__gallery-02 .pattern-first {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    top: -100px;
}
.main__gallery-02 .pattern-second {
    left: calc(100% - 12px);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    top: 70px;
    background: rgba(var(--color-accent2), 1);
}
.main__gallery-02 .box-header {
    margin-bottom: 85px;
}
@media only screen and (max-width: 1499px) {
    .main__gallery-02 .box-header {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 991px) {
    .main__gallery-02 .box-header {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .main__gallery-02 .box-header {
        margin-bottom: 20px;
    }
}
.main__gallery-02 .box-header h2 {
    color: #fff;
}
.main__gallery-02 .gallery .row {
    margin: 0;
}
.main__gallery-02 .gallery-wrapper {
    overflow: hidden;
}
.main__gallery-02 .gallery__item {
    overflow: hidden;
    position: relative;
}
.main__gallery-02 .gallery__item:hover.has-text .gallery__item--img {
    height: 90%;
}
@media only screen and (max-width: 767px) {
    .main__gallery-02 .gallery__item:hover.has-text .gallery__item--img {
        height: 100%;
    }
}
.main__gallery-02 .gallery__item:hover .gallery__item--overlay {
    opacity: 0.4;
}
.main__gallery-02 .gallery__item:hover .gallery__item--text {
    bottom: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.main__gallery-02 .gallery__item.col-lg-4 {
    padding: 0 !important;
}
.main__gallery-02 .gallery__item.col-lg-4 .gallery__item--text {
    left: 0 !important;
    right: 0 !important;
}
@media only screen and (max-width: 1499px) {
    .main__gallery-02 .gallery__item.col-lg-4 .gallery__item--text {
        padding: 60px 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__gallery-02 .gallery__item.col-lg-4 .gallery__item--text {
        padding: 30px 40px;
    }
}
@media only screen and (min-width: 768px) {
    .main__gallery-02 .gallery__item:nth-child(even) {
        padding-left: 0;
    }
    .main__gallery-02 .gallery__item:nth-child(even) .gallery__item--text {
        left: 0;
    }
}
@media only screen and (min-width: 768px) {
    .main__gallery-02 .gallery__item:nth-child(odd) {
        padding-right: 0;
    }
}
.main__gallery-02 .gallery__item figure {
    padding-bottom: calc((1 / 1) * 100%);
    overflow: hidden;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .main__gallery-02 .gallery__item figure {
        padding-bottom: calc((3 / 4) * 100%);
    }
}
.main__gallery-02 .gallery__item--img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}
.main__gallery-02 .gallery__item--overlay {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s linear;
    z-index: 3;
}
.main__gallery-02 .gallery__item--text {
    position: absolute;
    left: 12px;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background: #fff;
    color: rgba(var(--color-main), 1);
    text-decoration: none;
    transition: all 0.2s;
    opacity: 0;
    width: 100%;
    padding: 60px 90px;
    z-index: 4;
}
@media only screen and (max-width: 991px) {
    .main__gallery-02 .gallery__item--text {
        padding: 30px 45px;
    }
}
@media only screen and (max-width: 767px) {
    .main__gallery-02 .gallery__item--text {
        position: static;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@media only screen and (max-width: 767px) {
    .main__gallery-02 .gallery__item--text {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__gallery-02 .gallery__item--text {
        padding: 15px 0;
    }
}
.main__gallery-02 .gallery__item a {
    text-decoration: none;
}
.main__gallery-02 .btn-wrapper {
    text-align: center;
    margin-top: 50px;
}
.main__download {
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__download {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__download {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__download {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__download {
        padding: 30px 0;
    }
}
.main__download .box-header {
    margin-bottom: 85px;
}
@media only screen and (max-width: 1499px) {
    .main__download .box-header {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__download .box-header {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 575px) {
    .main__download .box-header {
        margin-bottom: 30px;
    }
}
.main__download .hiddenText :not(:first-child) {
    display: none;
}
.main__download .btn-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main__download .btn-wrapper .main-btn {
    margin-bottom: 40px;
}
.main__download .center .view-1 .download-wrapper,
.main__download .center .view-3 .download-wrapper {
    align-items: center;
}
.main__download .view-1 .download-wrapper {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.main__download .view-1 .download-wrapper__extension {
    margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
    .main__download .view-1 .download-wrapper__extension {
        padding-bottom: 0;
    }
}
.main__download .view-1 .download-wrapper__btn {
    display: block;
    text-decoration: none;
    color: rgba(var(--color-main), 1);
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
.main__download .view-1 .download-wrapper__btn span {
    margin-right: 15px;
}
.main__download .view-1 .download-wrapper__btn--arrow {
    width: 15px;
    height: 16px;
    cursor: pointer;
    display: inline-block;
}
.main__download .view-1 .download-wrapper__btn--arrow img {
    display: block;
}
.main__download .view-1 .download-wrapper__btn--arrow svg.icon path {
    fill: rgba(var(--color-main), 1);
}
.main__download .view-1 .download-wrapper__btn:hover {
    color: rgba(var(--color-accent), 1);
}
.main__download .view-1 .download-wrapper__btn:hover .download-wrapper__btn--arrow svg.icon path {
    fill: rgba(var(--color-accent), 1) !important;
}
.main__download .view-2 {
    border: 1px solid #fff;
    border-radius: var(--rounded-corners3);
    display: flex;
    margin-bottom: 30px;
    padding: 25px 95px;
}
@media only screen and (max-width: 1199px) {
    .main__download .view-2 {
        padding: 25px 50px;
    }
}
@media only screen and (max-width: 991px) {
    .main__download .view-2 {
        padding: 25px;
    }
}
.main__download .view-2 .download-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    width: 100%;
}
@media only screen and (max-width: 575px) {
    .main__download .view-2 .download-wrapper {
        flex-direction: column;
    }
}
.main__download .view-2 .download-wrapper__title {
    font-family: var(--font-header), sans-serif;
    font-size: 30px;
    color: rgba(var(--color-main), 1);
    max-width: 1000px;
}
@media only screen and (max-width: 1799px) {
    .main__download .view-2 .download-wrapper__title {
        max-width: 900px;
    }
}
@media only screen and (max-width: 1499px) {
    .main__download .view-2 .download-wrapper__title {
        max-width: 800px;
    }
}
@media only screen and (max-width: 1429px) {
    .main__download .view-2 .download-wrapper__title {
        max-width: 640px;
    }
}
@media only screen and (max-width: 1299px) {
    .main__download .view-2 .download-wrapper__title {
        max-width: 540px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__download .view-2 .download-wrapper__title {
        max-width: 430px;
    }
}
@media only screen and (max-width: 991px) {
    .main__download .view-2 .download-wrapper__title {
        max-width: 280px;
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .main__download .view-2 .download-wrapper__title {
        max-width: 250px;
        font-size: 18px;
    }
}
@media only screen and (max-width: 575px) {
    .main__download .view-2 .download-wrapper__title {
        max-width: unset;
        font-size: 22px;
        margin-bottom: 30px;
        text-align: center;
    }
}
.main__download .view-2 .download-wrapper__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 767px) {
    .main__download .view-2 .download-wrapper__wrapper {
        flex-direction: column;
    }
}
.main__download .view-2 .download-wrapper__extension {
    margin-bottom: 0;
    margin-right: 55px;
    background: 0 0;
    color: rgba(var(--font-dark-color), 1);
}
@media only screen and (max-width: 767px) {
    .main__download .view-2 .download-wrapper__extension {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .main__download .view-2 .download-wrapper__extension {
        margin-bottom: 10px;
    }
}
.main__download .view-2 .download-wrapper__btn {
    font-size: 16px;
    padding: 16px 40px;
}
.main__download .view-2 .download-wrapper__btn:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.main__download .view-2 .download-wrapper__btn p {
    padding-top: 4px;
}
.main__download .view-2 .download-wrapper__btn--arrow {
    margin-left: 50px;
}
.main__download .view-3 .download-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    padding: 20px 0 40px;
    justify-content: space-between;
}
.main__download .view-3 .download-wrapper__extension {
    margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
    .main__download .view-3 .download-wrapper__extension {
        padding-bottom: 0;
    }
}
.main__download .view-3 .download-wrapper__title {
    margin: 15px 0 28px;
    font-size: 20px;
    color: rgba(var(--color-main), 1);
}
.main__download .view-3 .download-wrapper__btn {
    font-size: 16px;
    padding: 16px 40px;
}
.main__download .view-3 .download-wrapper__btn:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.main__download .view-3 .download-wrapper__btn p {
    padding-top: 4px;
}
.main__download .view-3 .download-wrapper__btn--arrow {
    margin-left: 50px;
}
.main__map-01 {
    position: relative;
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__map-01 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__map-01 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__map-01 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__map-01 {
        padding: 30px 0;
    }
}
.main__map-01 .box-header {
    text-align: center;
    margin-bottom: 85px;
    color: rgba(var(--color-accent2), 1);
}
@media only screen and (max-width: 1499px) {
    .main__map-01 .box-header {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__map-01 .box-header {
        margin-bottom: 30px;
    }
}
.main__map-01 .iframe-container {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 250px;
    padding-top: calc(100% / (16 / 9));
    overflow: hidden;
}
.main__map-01 .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main__map-02 {
    position: relative;
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__map-02 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__map-02 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__map-02 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__map-02 {
        padding: 30px 0;
    }
}
.main__map-02 .flex-row-reverse .iframe-container {
    margin-bottom: 50px;
}
@media only screen and (max-width: 575px) {
    .main__map-02 .flex-row-reverse .iframe-container {
        margin-bottom: 40px;
    }
}
.main__map-02 .iframe-container {
    position: relative;
    z-index: 1;
    min-height: 250px;
    padding-top: calc(100% / (16 / 9));
    overflow: hidden;
}
@media only screen and (max-width: 991px) {
    .main__map-02 .iframe-container {
        margin-bottom: 20px;
    }
}
.main__map-02 .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main__text {
    padding: 100px 0;
}
@media only screen and (max-width: 1199px) {
    .main__text {
        padding: 70px 0;
    }
}
@media only screen and (max-width: 767px) {
    .main__text {
        padding: 50px 0;
    }
}
.main__text-section-01 .text-section {
    background: rgba(var(--color-accent3), 1);
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__text-section-01 .text-section {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__text-section-01 .text-section {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__text-section-01 .text-section {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__text-section-01 .text-section {
        padding: 30px 0;
    }
}
.main__text-section-01 .text-section .row {
    height: 100%;
}
.main__text-section-01 .text-section__left {
    position: relative;
    padding: 120px 134px 215px;
    width: 100%;
    background: #fff;
    margin: 80px 0;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 1499px) {
    .main__text-section-01 .text-section__left {
        padding: 100px 120px 150px;
    }
}
@media only screen and (max-width: 1299px) {
    .main__text-section-01 .text-section__left {
        padding: 90px 90px 130px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__text-section-01 .text-section__left {
        padding: 70px 60px 110px;
    }
}
@media only screen and (max-width: 991px) {
    .main__text-section-01 .text-section__left {
        padding: 50px 40px 70px;
        margin: 0;
        display: block;
    }
}
@media only screen and (max-width: 575px) {
    .main__text-section-01 .text-section__left {
        padding: 50px 15px 70px;
    }
}
.main__text-section-01 .text-section__left h1,
.main__text-section-01 .text-section__left h2,
.main__text-section-01 .text-section__left h3,
.main__text-section-01 .text-section__left h4,
.main__text-section-01 .text-section__left h5,
.main__text-section-01 .text-section__left h6 {
    font-size: 30px;
}
.main__text-section-01 .text-section__left h1 strong,
.main__text-section-01 .text-section__left h2 strong,
.main__text-section-01 .text-section__left h3 strong,
.main__text-section-01 .text-section__left h4 strong,
.main__text-section-01 .text-section__left h5 strong,
.main__text-section-01 .text-section__left h6 strong {
    position: relative;
    z-index: 3;
}
.main__text-section-01 .text-section__left h1 strong:before,
.main__text-section-01 .text-section__left h2 strong:before,
.main__text-section-01 .text-section__left h3 strong:before,
.main__text-section-01 .text-section__left h4 strong:before,
.main__text-section-01 .text-section__left h5 strong:before,
.main__text-section-01 .text-section__left h6 strong:before {
    content: "";
    position: absolute;
    left: -18px;
    right: -18px;
    top: -18px;
    bottom: -18px;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-image: url(/img/ikony/circle-note.svg);
    mask-image: url(/img/ikony/circle-note.svg);
    background: rgba(var(--color-accent2), 1);
    z-index: -1;
    pointer-events: none;
}
.main__text-section-01 .text-section__left .number {
    position: absolute;
    bottom: -100px;
    right: 75px;
    font-family: var(--font-header), sans-serif;
    font-size: 168px;
    font-weight: 700;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: rgba(var(--color-accent), 1);
    color: transparent;
}
@media only screen and (max-width: 1199px) {
    .main__text-section-01 .text-section__left .number {
        bottom: -90px;
        right: 60px;
        font-size: 155px;
    }
}
@media only screen and (max-width: 991px) {
    .main__text-section-01 .text-section__left .number {
        top: -140px;
        right: 40px;
        bottom: unset;
    }
}
.main__text-section-01 .text-section__left .pattern {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: -70px;
}
.main__text-section-01 .text-section .container.large {
    position: relative;
    overflow: hidden;
}
.main__text-section-01 .text-section__right {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    width: 66.66666667%;
    padding: 0 12px;
}
@media only screen and (max-width: 991px) {
    .main__text-section-01 .text-section__right {
        position: relative;
        width: 100%;
        height: auto;
        padding-top: calc(100% * (9 / 16));
    }
}
.main__text-section-01 .text-section__right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
@media only screen and (max-width: 991px) {
    .main__text-section-01 .text-section__right img {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 12px;
    }
}
.main__text-section-01 .slider-carousel-text .slick-track {
    display: flex;
}
.main__text-section-01 .slider-carousel-text .slick-track .slick-slide {
    height: inherit;
    display: flex;
}
.main__text-section-01 .top-slider-dots {
    position: absolute;
    width: 100%;
    bottom: 160px;
}
@media only screen and (max-width: 991px) {
    .main__text-section-01 .top-slider-dots {
        bottom: 0;
    }
}
.main__text-section-01 .top-slider-dots .container {
    position: relative;
}
.main__text-section-01 .top-slider-dots .container .slick-dots {
    list-style-type: none;
    position: absolute;
    top: -200px;
    left: 149px;
    display: flex;
    pointer-events: all;
}
@media only screen and (max-width: 1499px) {
    .main__text-section-01 .top-slider-dots .container .slick-dots {
        top: -120px;
        left: 134px;
    }
}
@media only screen and (max-width: 1429px) {
    .main__text-section-01 .top-slider-dots .container .slick-dots {
        top: -130px;
        left: 145px;
    }
}
@media only screen and (max-width: 1299px) {
    .main__text-section-01 .top-slider-dots .container .slick-dots {
        top: -110px;
        left: 115px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__text-section-01 .top-slider-dots .container .slick-dots {
        left: 85px;
        top: -80px;
    }
}
@media only screen and (max-width: 991px) {
    .main__text-section-01 .top-slider-dots .container .slick-dots {
        left: 65px;
        top: -110px;
    }
}
@media only screen and (max-width: 575px) {
    .main__text-section-01 .top-slider-dots .container .slick-dots {
        left: 39px;
        top: -100px;
    }
}
.main__text-section-01 .top-slider-dots .container .slick-dots .slick-active button {
    border: 2px solid rgba(var(--color-main), 1);
    opacity: 1;
    width: 10px;
    height: 10px;
}
.main__text-section-01 .top-slider-dots .container .slick-dots li:last-child button {
    margin: 0;
}
.main__text-section-01 .top-slider-dots .container .slick-dots button {
    font-size: 0;
    border: 2px solid rgba(var(--color-main), 1);
    opacity: 0.2;
    background: 0 0;
    border-radius: 100%;
    width: 9px;
    height: 9px;
    margin-right: 25px;
}
.main__text-section-02 {
    position: relative;
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__text-section-02 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__text-section-02 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__text-section-02 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__text-section-02 {
        padding: 30px 0;
    }
}
.main__text-section-02 .text-section .bg {
    position: relative;
    padding-top: 80px;
}
@media only screen and (min-width: 1200px) {
    .main__text-section-02 .text-section .bg:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 46%;
        background: rgba(var(--color-accent3), 1);
        z-index: -1;
    }
}
@media only screen and (max-width: 1199px) {
    .main__text-section-02 .text-section .bg {
        padding-top: 0;
    }
}
.main__text-section-02 .text-section .row-abs {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
@media only screen and (max-width: 1199px) {
    .main__text-section-02 .text-section .row-abs {
        position: relative;
        width: unset;
    }
}
.main__text-section-02 .text-section__left {
    position: relative;
}
.main__text-section-02 .text-section__left ul {
    margin-top: 80px;
    list-style-position: outside;
}
@media only screen and (max-width: 1199px) {
    .main__text-section-02 .text-section__left ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px;
        margin: 0 -12px 40px;
        padding-left: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .main__text-section-02 .text-section__left ul {
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
    }
}
@media only screen and (max-width: 575px) {
    .main__text-section-02 .text-section__left ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        margin: 0 -12px 20px;
    }
}
.main__text-section-02 .text-section__left ul li {
    list-style-image: url(/img/ikony/arrow-list.svg);
    margin-bottom: 60px;
    padding-left: 10px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
}
@media only screen and (max-width: 1429px) {
    .main__text-section-02 .text-section__left ul li {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__text-section-02 .text-section__left ul li {
        margin-bottom: 20px;
    }
}
.main__text-section-02 .text-section__right {
    background: #fff;
    height: 100%;
}
.main__text-section-02 .text-section__right--img {
    position: relative;
    padding-top: calc(100% * (568 / 1032));
}
.main__text-section-02 .text-section__right--img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main__text-section-02 .text-section__right--img .pattern {
    left: 100%;
    -webkit-transform: rotate(-90deg) translateX(-50%);
    transform: rotate(-90deg) translateX(-50%);
    -webkit-transform-origin: 25% 50%;
    transform-origin: 25% 50%;
    bottom: 50%;
}
.main__text-section-02 .text-section__right--text {
    padding: 80px 0 80px 130px;
}
@media only screen and (max-width: 1199px) {
    .main__text-section-02 .text-section__right--text {
        padding: 60px 0 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__text-section-02 .text-section__right--text {
        padding: 50px 0 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__text-section-02 .text-section__right--text {
        padding: 40px 0 0;
    }
}
.main__text-section-02 .text-section__right--text .button-wrapper {
    text-align: left;
}
.main__text-section-02 .text-section__right--text .button-wrapper .main-btn {
    margin: 80px 0 0;
}
@media only screen and (max-width: 1199px) {
    .main__text-section-02 .text-section__right--text .button-wrapper .main-btn {
        margin: 50px 0 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__text-section-02 .text-section__right--text .button-wrapper .main-btn {
        margin: 30px 0 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__text-section-02 .text-section__right--text .button-wrapper .main-btn {
        margin: 20px 0 0;
    }
}
.main__text-section-03 {
    position: relative;
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__text-section-03 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__text-section-03 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__text-section-03 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__text-section-03 {
        padding: 30px 0;
    }
}
.main__text-section-03 .text-section__left {
    padding: 80px 0;
}
@media only screen and (max-width: 991px) {
    .main__text-section-03 .text-section__left {
        padding: 40px 0 30px;
    }
}
.main__text-section-03 .text-section__left .main-btn {
    margin-top: 80px;
}
@media only screen and (max-width: 991px) {
    .main__text-section-03 .text-section__left .main-btn {
        margin: 30px 0 0;
    }
}
.main__text-section-03 .text-section__right {
    position: relative;
    height: 100%;
}
.main__text-section-03 .text-section__right .bigImg {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main__text-section-03 .text-section__right .smImg {
    position: absolute;
    width: 362px;
    height: 272px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    right: -120px;
    bottom: 100px;
}
@media only screen and (max-width: 1199px) {
    .main__text-section-03 .text-section__right .smImg {
        display: none;
    }
}
.main__text-section-03 .text-section__right .pattern {
    z-index: -1;
}
.main__text-section-03 .text-section__right .pattern-first {
    background: rgba(var(--color-accent2), 1);
    right: 100%;
    bottom: 20%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 75% 50%;
    transform-origin: 75% 50%;
}
.main__text-section-03 .text-section__right .pattern-second {
    left: 105%;
    top: 10%;
}
.main__text-section-03 .slick-list {
    overflow: unset;
}
.main__text-section-03 .slick-track {
    display: flex;
}
.main__text-section-03 .slick-slide {
    height: inherit;
    margin: 0;
}
.main__text-section-03 .partners__bottom {
    overflow: hidden;
    padding-top: 50px;
}
@media only screen and (max-width: 1199px) {
    .main__text-section-03 .partners__bottom {
        padding-top: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .main__text-section-03 .partners__bottom {
        padding-top: 0;
    }
}
.main__text-section-03 .partners__bottom .partners__wrapper {
    border-bottom: 2px solid rgba(var(--color-main), 1);
    transition: all 0.3s ease;
    text-decoration: none !important;
    outline: 0 !important;
    position: relative;
    overflow: hidden;
    opacity: 0.15;
    display: block;
    padding-bottom: calc(var(--sizes) * 100%);
    width: 100%;
    position: relative;
}
.main__text-section-03 .partners__bottom .partners__wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
    padding: 30px 40px;
}
@media only screen and (max-width: 1499px) {
    .main__text-section-03 .partners__bottom .partners__wrapper img {
        padding: 20px 30px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__text-section-03 .partners__bottom .partners__wrapper img {
        padding: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .main__text-section-03 .partners__bottom .partners__wrapper img {
        padding: 20px 30px;
    }
}
@media only screen and (max-width: 575px) {
    .main__text-section-03 .partners__bottom .partners__wrapper img {
        padding: 30px;
    }
}
@media screen and (max-width: 460px) {
    .main__text-section-03 .partners__bottom .partners__wrapper img {
        padding: 20px 15px;
    }
}
.main__text-section-03 .partners__bottom .partners__wrapper:hover {
    opacity: 1;
}
.main__text-section-04 {
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__text-section-04 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__text-section-04 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__text-section-04 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__text-section-04 {
        padding: 30px 0;
    }
}
.main__text-section-04.hideBg:before {
    display: none;
}
.main__text-section-04:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: rgba(var(--color-accent3), 1);
}
.main__text-section-04 .text-section .pattern-second {
    right: 0;
    top: 0;
    background: rgba(var(--color-accent2), 1);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
@media only screen and (max-width: 1199px) {
    .main__text-section-04 .text-section .pattern-second {
        display: none;
    }
}
.main__text-section-04 .text-section h2 {
    margin-bottom: 120px;
}
@media only screen and (max-width: 1499px) {
    .main__text-section-04 .text-section h2 {
        margin-bottom: 100px;
    }
}
@media only screen and (max-width: 1299px) {
    .main__text-section-04 .text-section h2 {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__text-section-04 .text-section h2 {
        margin-top: 60px;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__text-section-04 .text-section h2 {
        margin-top: 40px;
    }
}
.main__text-section-04 .text-section .button-wrapper {
    text-align: left;
    padding: 0;
}
.main__text-section-04 .text-section .button-wrapper .main-btn {
    margin-top: 100px;
}
@media only screen and (max-width: 1499px) {
    .main__text-section-04 .text-section .button-wrapper .main-btn {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__text-section-04 .text-section .button-wrapper .main-btn {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .main__text-section-04 .text-section .button-wrapper .main-btn {
        margin-top: 20px;
    }
}
.main__text-section-04 .text-section .firstImg {
    position: relative;
}
.main__text-section-04 .text-section .firstImg img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main__text-section-04 .text-section .firstImg .pattern {
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
@media only screen and (max-width: 1199px) {
    .main__text-section-04 .text-section .firstImg .pattern {
        display: none;
    }
}
.main__text-section-04 .text-section .secondImg {
    position: relative;
    height: 100%;
}
.main__text-section-04 .text-section .secondImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main__text-section-04 .text-section .col-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 0;
}
@media only screen and (max-width: 1199px) {
    .main__text-section-04 .text-section .col-right {
        padding: 30px 12px 60px;
    }
}
@media only screen and (max-width: 575px) {
    .main__text-section-04 .text-section .col-right {
        padding: 30px 12px 40px;
    }
}
.main__text-section-05 {
    padding: 100px 0;
    position: relative;
}
@media only screen and (max-width: 1499px) {
    .main__text-section-05 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__text-section-05 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__text-section-05 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__text-section-05 {
        padding: 30px 0;
    }
}
.main__text-section-05.hideBg:before {
    display: none;
}
.main__text-section-05.hideBg .text-section h1,
.main__text-section-05.hideBg .text-section h2,
.main__text-section-05.hideBg .text-section h3,
.main__text-section-05.hideBg .text-section h4,
.main__text-section-05.hideBg .text-section h5,
.main__text-section-05.hideBg .text-section h6 {
    color: rgba(var(--color-main), 1);
}
.main__text-section-05.hideBg .text-section__wrapper {
    color: rgba(var(--font-dark-color), 1);
}
.main__text-section-05:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 40%;
    top: 0;
    background: rgba(var(--color-main), 1);
    z-index: 0;
}
@media only screen and (max-width: 991px) {
    .main__text-section-05:before {
        bottom: 160px;
    }
}
@media only screen and (max-width: 575px) {
    .main__text-section-05:before {
        bottom: 100px;
    }
}
.main__text-section-05 .pattern-first {
    right: 0;
    top: -100px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(var(--color-accent2), 1);
}
@media only screen and (max-width: 1499px) {
    .main__text-section-05 .pattern-first {
        top: -80px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__text-section-05 .pattern-first {
        top: -60px;
    }
}
.main__text-section-05 .pattern-second {
    right: 100%;
    top: 71%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
}
.main__text-section-05 .text-section {
    max-width: 100vw;
    overflow: hidden;
}
.main__text-section-05 .text-section__img {
    position: relative;
    padding-top: calc(100% / (6 / 5));
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main__text-section-05 .text-section__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main__text-section-05 .text-section__img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, var(--darken));
    z-index: 1;
}
.main__text-section-05 .text-section h1,
.main__text-section-05 .text-section h2,
.main__text-section-05 .text-section h3,
.main__text-section-05 .text-section h4,
.main__text-section-05 .text-section h5,
.main__text-section-05 .text-section h6 {
    color: #fff;
    z-index: 6;
    position: relative;
    margin-bottom: 70px;
}
@media only screen and (max-width: 1499px) {
    .main__text-section-05 .text-section h1,
    .main__text-section-05 .text-section h2,
    .main__text-section-05 .text-section h3,
    .main__text-section-05 .text-section h4,
    .main__text-section-05 .text-section h5,
    .main__text-section-05 .text-section h6 {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__text-section-05 .text-section h1,
    .main__text-section-05 .text-section h2,
    .main__text-section-05 .text-section h3,
    .main__text-section-05 .text-section h4,
    .main__text-section-05 .text-section h5,
    .main__text-section-05 .text-section h6 {
        margin-bottom: 30px;
    }
}
.main__text-section-05 .text-section h1 strong,
.main__text-section-05 .text-section h2 strong,
.main__text-section-05 .text-section h3 strong,
.main__text-section-05 .text-section h4 strong,
.main__text-section-05 .text-section h5 strong,
.main__text-section-05 .text-section h6 strong {
    position: relative;
    z-index: 3;
}
.main__text-section-05 .text-section h1 strong:before,
.main__text-section-05 .text-section h2 strong:before,
.main__text-section-05 .text-section h3 strong:before,
.main__text-section-05 .text-section h4 strong:before,
.main__text-section-05 .text-section h5 strong:before,
.main__text-section-05 .text-section h6 strong:before {
    content: "";
    position: absolute;
    left: -18px;
    right: -18px;
    top: -18px;
    bottom: -18px;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-image: url(/img/ikony/circle-note.svg);
    mask-image: url(/img/ikony/circle-note.svg);
    background: rgba(var(--color-accent2), 1);
    z-index: -1;
    pointer-events: none;
}
.main__text-section-05 .text-section__wrapper {
    position: relative;
    z-index: 2;
    color: #fff;
    margin-bottom: 70px;
}
@media only screen and (max-width: 1499px) {
    .main__text-section-05 .text-section__wrapper {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__text-section-05 .text-section__wrapper {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .main__text-section-05 .text-section__wrapper {
        margin-bottom: 20px;
    }
}
.main__text-section-05 .text-section__wrapper h1,
.main__text-section-05 .text-section__wrapper h2,
.main__text-section-05 .text-section__wrapper h3,
.main__text-section-05 .text-section__wrapper h4,
.main__text-section-05 .text-section__wrapper h5,
.main__text-section-05 .text-section__wrapper h6 {
    color: #fff;
}
@media only screen and (max-width: 991px) {
    .main__text-section-05 .text-section .images {
        margin-top: 20px;
    }
}
.main__text-section-05 .text-section .images .col-6:first-child {
    padding-right: 0;
}
.main__text-section-05 .text-section .images .col-6:last-child {
    padding-left: 0;
}
.main__text-section-06 {
    padding: 100px 0;
    overflow: hidden;
}
@media only screen and (max-width: 1499px) {
    .main__text-section-06 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__text-section-06 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__text-section-06 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__text-section-06 {
        padding: 30px 0;
    }
}
.main__text-section-06 .company-about {
    position: relative;
}
.main__text-section-06 .company-about__top {
    margin-bottom: 2rem;
}
@media only screen and (min-width: 1200px) {
    .main__text-section-06 .company-about__top {
        margin-bottom: 0;
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
.main__text-section-06 .company-about__top * {
    height: 100%;
}
.main__text-section-06 .company-about__img {
    width: 100%;
}
.main__text-section-06 .company-about__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media only screen and (max-width: 1199px) {
    .main__text-section-06 .company-about__img img {
        max-height: 400px;
    }
}
@media only screen and (min-width: 1200px) {
    .main__text-section-06 .company-about__img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        -webkit-filter: brightness(1);
        filter: brightness(1);
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 70%;
    }
}
.main__text-section-06 .company-about__bottom .box-header {
    text-align: left;
    margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
    .main__text-section-06 .company-about__bottom .box-header {
        margin-bottom: 0;
    }
}
.main__text-section-06 .company-about__bottom .main-btn,
.main__text-section-06 .company-about__bottom div[class*="font-size-"] {
    margin-top: 1.5rem;
}
@media only screen and (min-width: 768px) {
    .main__text-section-06 .company-about__bottom .main-btn,
    .main__text-section-06 .company-about__bottom div[class*="font-size-"] {
        margin-top: 2rem;
    }
}
@media only screen and (min-width: 1200px) {
    .main__text-section-06 .company-about__bottom .main-btn,
    .main__text-section-06 .company-about__bottom div[class*="font-size-"] {
        margin-top: 60px;
    }
}
.main__text-section-07 {
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__text-section-07 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__text-section-07 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__text-section-07 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__text-section-07 {
        padding: 30px 0;
    }
}
.main__text-section-07 .box-header {
    text-align: center;
    margin-bottom: 85px;
    color: rgba(var(--color-accent2), 1);
}
@media only screen and (max-width: 1499px) {
    .main__text-section-07 .box-header {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__text-section-07 .box-header {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .main__text-section-07 .box-header {
        margin-bottom: 20px;
    }
}
.main__text-section-07 .text-section {
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 991px) {
    .main__text-section-07 .text-section {
        display: block;
    }
}
.main__text-section-07 .text-section div[class^="font-size"] {
    flex-basis: 45%;
}
.main__text-section-07 .text-section img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main__text-section-07 .main-btn {
    margin-top: 50px;
}
@media only screen and (max-width: 991px) {
    .main__text-section-07 .main-btn {
        margin-top: 30px;
    }
}
.main__text-section-08 {
    position: relative;
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__text-section-08 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__text-section-08 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__text-section-08 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__text-section-08 {
        padding: 30px 0;
    }
}
.main__text-section-08 .box-header {
    text-align: left;
    margin-bottom: 85px;
}
@media only screen and (max-width: 1499px) {
    .main__text-section-08 .box-header {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__text-section-08 .box-header {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .main__text-section-08 .box-header {
        margin-bottom: 20px;
    }
}
.main__text-section-08 .text-section {
    overflow: visible;
}
.main__text-section-08 .text-section__bottom--left {
    display: flex;
    flex-direction: column;
    margin-right: 0;
    margin-bottom: 0;
    padding: 65px;
    border-radius: var(--rounded-corners3);
    box-shadow: 0 16px 26px #f2f4ff;
    position: sticky;
    position: -webkit-sticky;
    top: 180px;
}
@media only screen and (max-width: 1499px) {
    .main__text-section-08 .text-section__bottom--left {
        padding: 65px 35px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__text-section-08 .text-section__bottom--left {
        margin-bottom: 2rem;
        padding: 45px 20px;
    }
}
@media only screen and (max-width: 991px) {
    .main__text-section-08 .text-section__bottom--left {
        padding: 45px 60px;
    }
}
.main__text-section-08 .text-section__bottom--left h2 {
    color: rgba(var(--color-accent2), 1);
    margin-top: 0;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.main__text-section-08 .text-section__bottom--left a {
    opacity: 1;
    text-decoration: none;
    margin-bottom: 1rem;
    color: inherit;
    font-weight: 500;
}
@media only screen and (min-width: 992px) {
    .main__text-section-08 .text-section__bottom--left a {
        opacity: 0.5;
    }
    .main__text-section-08 .text-section__bottom--left a:hover {
        color: rgba(var(--color-main), 1);
        opacity: 1;
    }
    .main__text-section-08 .text-section__bottom--left a.active {
        color: rgba(var(--color-main), 1);
        opacity: 1;
    }
}
.main__text-section-08 .text-section__bottom--right {
    overflow: hidden;
    max-width: 100vw;
}
.main__text-section-08 .text-section__bottom--right-header {
    margin-bottom: 60px;
}
.main__text-section-08 .text-section__bottom--right-header h2 {
    margin-top: 0;
}
.main__text-section-08 .text-section__bottom--right .text-section-child {
    margin-bottom: 5em;
}
.main__text-section-08 .text-section__bottom--right .text-section-child:last-child {
    margin-bottom: 0;
}
.main__text-section-08 .text-section__bottom--right .text-section-child__upper {
    margin-bottom: 2.5em;
}
.main__tabs-01 {
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__tabs-01 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__tabs-01 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__tabs-01 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__tabs-01 {
        padding: 30px 0;
    }
}
.main__tabs-01 .box-header {
    margin-bottom: 85px;
}
@media only screen and (max-width: 1499px) {
    .main__tabs-01 .box-header {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__tabs-01 .box-header {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 575px) {
    .main__tabs-01 .box-header {
        margin-bottom: 30px;
    }
}
.main__tabs-01 .tabs-bottom .tabs-bottom__buttons .tab-btn-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 40px 20px 0;
}
.main__tabs-01 .tabs-bottom .tabs-bottom__buttons .tab-btn-wrapper .tab-btn {
    cursor: pointer;
    list-style-type: none;
    font-weight: 400;
    margin-right: 10px;
    position: relative;
    border: 2px solid rgba(var(--color-accent3), 1);
    border-radius: var(--rounded-corners2);
    padding: 13px 25px;
    font-size: 15px;
}
.main__tabs-01 .tabs-bottom .tabs-bottom__buttons .tab-btn-wrapper .tab-btn:hover {
    opacity: 1;
    color: rgba(var(--color-main), 1);
    background: rgba(var(--color-accent3), 1);
}
.main__tabs-01 .tabs-bottom .tabs-bottom__buttons .tab-btn-wrapper .tab-btn.firstItem {
    opacity: 1;
    color: rgba(var(--color-main), 1);
    background: rgba(var(--color-accent3), 1);
}
.main__tabs-01 .tabs-bottom .tabs-bottom__content .items-wrapper {
    position: relative;
}
.main__tabs-01 .tabs-bottom .tabs-bottom__content .items-wrapper [class^="main__"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: 0 0;
    padding-bottom: 0;
    pointer-events: none;
}
.main__tabs-01 .tabs-bottom .tabs-bottom__content .items-wrapper [class^="main__"].firstItem {
    opacity: 1;
    position: static;
    z-index: 1;
    margin-bottom: 30px;
    pointer-events: all;
}
.main__tabs-01 .tabs-bottom .tabs-bottom__content .items-wrapper [class^="main__"] .tab-btn {
    display: none;
}
.main__tabs-01 .tabs-bottom.tab-a .tabs-bottom__buttons {
    display: none;
}
.main__tabs-01 .tabs-bottom.tab-a .tabs-bottom__content [class^="main__"] {
    opacity: 1;
    position: relative !important;
    overflow: hidden !important;
    z-index: 1;
    padding: 0;
    pointer-events: all;
}
.main__tabs-01 .tabs-bottom.tab-a .tabs-bottom__content [class^="main__"].firstItem > :not(.aaaa) {
    height: auto;
    overflow: visible;
}
.main__tabs-01 .tabs-bottom.tab-a .tabs-bottom__content [class^="main__"] .container.aaaa {
    background: #fff;
}
.main__tabs-01 .tabs-bottom.tab-a .tabs-bottom__content [class^="main__"] > :not(.aaaa) {
    height: 0;
    overflow: hidden;
    padding: 0;
}
.main__tabs-01 .tabs-bottom.tab-a .tabs-bottom__content [class^="main__"].firstItem .slider-carousel-top {
    height: auto;
}
.main__tabs-01 .tabs-bottom.tab-a .tabs-bottom__content [class^="main__"].firstItem .top-slider-dots {
    height: 50px;
    overflow: visible;
}
.main__tabs-01 .tabs-bottom.tab-a .tabs-bottom__content [class^="main__"] .tab-btn {
    display: block;
}
.main__tabs-01 .tabs-bottom.tab-a .tabs-bottom__content [class^="main__"] .tab-btn.btn-accordion {
    cursor: pointer;
    color: rgba(var(--font-dark-color), 1);
    text-decoration: none;
    padding: 30px 120px 30px 95px;
    border: 2px solid rgba(var(--color-accent3), 1);
    margin-bottom: 10px;
    position: relative;
    font-size: 20px;
}
@media only screen and (max-width: 767px) {
    .main__tabs-01 .tabs-bottom.tab-a .tabs-bottom__content [class^="main__"] .tab-btn.btn-accordion {
        margin: 0 0 10px;
        padding: 30px 70px 30px 40px;
        font-size: 17px;
    }
}
.main__tabs-01 .tabs-bottom.tab-a .tabs-bottom__content [class^="main__"] .tab-btn.btn-accordion:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 95px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 17px;
    -webkit-mask: url(/img/ikony/arrow-down.svg);
    mask: url(/img/ikony/arrow-down.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: rgba(var(--font-dark-color), 1);
    cursor: pointer;
    transition: all 0.4s ease;
}
@media only screen and (max-width: 767px) {
    .main__tabs-01 .tabs-bottom.tab-a .tabs-bottom__content [class^="main__"] .tab-btn.btn-accordion:after {
        right: 40px;
    }
}
.main__tabs-01 .tabs-bottom.tab-a .tabs-bottom__content [class^="main__"] .tab-btn.btn-accordion.firstItem {
    opacity: 1;
    color: rgba(var(--color-main), 1);
    font-weight: 400;
    border-bottom: none;
}
.main__tabs-01 .tabs-bottom.tab-a .tabs-bottom__content [class^="main__"] .tab-btn.btn-accordion.firstItem:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    background: rgba(var(--color-main), 1);
}
.main__tabs-01 .tabs-bottom.tab-a .tabs-bottom__content [class^="main__"] .slider-carousel-top,
.main__tabs-01 .tabs-bottom.tab-a .tabs-bottom__content [class^="main__"] .top-slider-dots {
    height: 0;
    overflow: hidden;
}
.main__tabs-01 .tabs-bottom.tab-v {
    display: flex;
}
.main__tabs-01 .tabs-bottom.tab-v .tabs-bottom__buttons {
    width: 20%;
}
.main__tabs-01 .tabs-bottom.tab-v .tabs-bottom__buttons .tab-btn-wrapper {
    flex-direction: column;
    border: 2px solid rgba(var(--color-accent3), 1);
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
    padding: 60px 40px;
}
@media only screen and (max-width: 1799px) {
    .main__tabs-01 .tabs-bottom.tab-v .tabs-bottom__buttons .tab-btn-wrapper {
        padding: 35px 30px;
    }
}
.main__tabs-01 .tabs-bottom.tab-v .tabs-bottom__buttons .tab-btn-wrapper .tab-btn {
    margin: 0;
    margin-bottom: 40px;
    border: unset;
    background: unset;
    padding: 0;
}
@media only screen and (max-width: 1799px) {
    .main__tabs-01 .tabs-bottom.tab-v .tabs-bottom__buttons .tab-btn-wrapper .tab-btn {
        margin-bottom: 25px;
    }
}
.main__tabs-01 .tabs-bottom.tab-v .tabs-bottom__buttons .tab-btn-wrapper .tab-btn:last-child {
    margin-bottom: 0;
}
.main__tabs-01 .tabs-bottom.tab-v .tabs-bottom__buttons .tab-btn-wrapper .tab-btn.firstItem {
    font-weight: 700;
}
.main__tabs-01 .tabs-bottom.tab-v .tabs-bottom__content {
    margin-left: 4%;
    margin-top: 0;
    width: 75%;
}
.main__tabs-01 .tabs-bottom.tab-v .tabs-bottom__content .items-wrapper [class^="main__"] {
    padding-top: 0;
}
.main__tabs-01 .tabs-bottom.tab-h .tab-btn:first-child {
    margin-left: 0;
}
.main__tabs-01 .tabs-bottom.tab-h .tab-btn:last-child {
    margin-right: 0;
}
.main__top-01 {
    position: relative;
    z-index: 2;
    background: #fff;
}
.main__top-01.hideBg:before {
    display: none;
}
@media only screen and (min-width: 992px) {
    .main__top-01::before {
        content: "";
        position: absolute;
        bottom: 20%;
        left: 0;
        width: 65%;
        top: calc(0px - var(--bodyPadding));
        background: rgba(var(--color-accent3), 1);
        z-index: -1;
    }
}
.main__top-01.full-height .top {
    min-height: calc(100vh - var(--bodyPadding));
}
.main__top-01 .top {
    position: relative;
    padding: 50px 0 100px;
    overflow: hidden;
}
@media only screen and (max-width: 1499px) {
    .main__top-01 .top {
        padding: 25px 0 75px;
    }
}
@media only screen and (max-width: 991px) {
    .main__top-01 .top {
        min-height: 400px;
        padding: 25px 0 50px;
    }
}
.main__top-01 .top > .container:first-child {
    position: relative;
    z-index: 6;
}
.main__top-01 .top .box-header h2 {
    margin-top: 57px;
}
@media only screen and (max-width: 991px) {
    .main__top-01 .top .box-header h2 {
        margin-top: 30px;
    }
}
.main__top-01 .top .box-header .main-btn {
    margin-top: 40px;
}
.main__top-01 .top__photos {
    margin-top: 115px;
}
@media only screen and (min-width: 1921px) {
    .main__top-01 .top__photos {
        margin-top: 140px;
    }
}
@media only screen and (max-width: 1499px) {
    .main__top-01 .top__photos {
        margin-top: 75px;
    }
}
@media only screen and (max-width: 1429px) {
    .main__top-01 .top__photos {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .main__top-01 .top__photos {
        padding: 0 15px;
    }
}
.main__top-01 .top__photos--img {
    padding-bottom: calc((3 / 4) * 100%);
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 991px) {
    .main__top-01 .top__photos--img {
        padding-bottom: calc((9 / 16) * 100%);
    }
}
@media only screen and (min-width: 992px) {
    .main__top-01 .top__photos--img.photo1 {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.main__top-01 .top__photos--img.photo1 .pattern-first {
    right: 100%;
    top: 0;
}
.main__top-01 .top__photos--img.photo1 .pattern-second {
    bottom: 100%;
    left: 24%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 104%;
    height: 70%;
    background: #fff;
    -webkit-mask-position: bottom;
    mask-position: bottom;
}
@media only screen and (max-width: 1429px) {
    .main__top-01 .top__photos--img.photo1 .pattern-second {
        width: 107%;
    }
}
@media only screen and (max-width: 1199px) {
    .main__top-01 .top__photos--img.photo1 .pattern-second {
        width: 114%;
    }
}
@media only screen and (min-width: 992px) {
    .main__top-01 .top__photos--img.photo3 {
        top: 50%;
        height: 50%;
    }
}
.main__top-01 .top__photos--img.photo3 .pattern {
    right: 0;
    bottom: 100%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.main__top-01 .top__photos--img.photo4 .pattern {
    right: 0;
    top: 100%;
    background: rgba(var(--color-accent2), 1);
}
.main__top-01 .top__photos--img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
.main__top-01 .top .buttons-container .slick-dots {
    list-style-type: none;
    pointer-events: all;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main__top-01 .top .buttons-container .slick-dots .slick-active button {
    border: 2px solid rgba(var(--color-main), 1);
    width: 10px;
    height: 10px;
    opacity: 1;
}
@media only screen and (min-width: 992px) {
    .main__top-01 .top .buttons-container .slick-dots li:last-child button {
        margin: 0;
    }
}
.main__top-01 .top .buttons-container .slick-dots button {
    font-size: 0;
    border: 2px solid rgba(var(--color-main), 1);
    background: 0 0;
    border-radius: 100%;
    width: 9px;
    height: 9px;
    margin: 30px 8px 0;
    opacity: 0.2;
}
.main__top-02 {
    position: relative;
    background: rgba(var(--color-accent3), 1);
    z-index: 6;
    overflow: hidden;
}
.main__top-02.full-height .top {
    height: calc(100vh - var(--bodyPadding));
}
@media only screen and (max-width: 991px) {
    .main__top-02.full-height .top {
        min-height: calc(100vh - var(--bodyPadding));
        height: auto;
    }
}
.main__top-02 .pattern-fisrt {
    top: 0;
    left: 0;
}
.main__top-02 .pattern-second {
    right: 0;
    bottom: 3%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    z-index: 6;
}
.main__top-02 .top-slider-dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    pointer-events: none;
}
.main__top-02 .top-slider-dots .buttons-container {
    width: 15px;
}
.main__top-02 .top-slider-dots .buttons-container .slick-dots {
    list-style-type: none;
    pointer-events: all;
    text-align: center;
}
.main__top-02 .top-slider-dots .buttons-container .slick-dots .slick-active button {
    border: 2px solid rgba(var(--color-main), 1);
    width: 10px;
    height: 10px;
    opacity: 1;
}
@media only screen and (max-width: 991px) {
    .main__top-02 .top-slider-dots .buttons-container .slick-dots .slick-active button {
        border-color: #fff;
    }
}
@media only screen and (min-width: 992px) {
    .main__top-02 .top-slider-dots .buttons-container .slick-dots li:last-child button {
        margin: 0;
    }
}
.main__top-02 .top-slider-dots .buttons-container .slick-dots button {
    font-size: 0;
    border: 2px solid rgba(var(--color-main), 1);
    background: 0 0;
    border-radius: 100%;
    width: 9px;
    height: 9px;
    margin: 15px 0;
    opacity: 0.2;
}
@media only screen and (max-width: 991px) {
    .main__top-02 .top-slider-dots .buttons-container .slick-dots button {
        margin: 15px 8px;
        border-color: #fff;
        opacity: 0.5;
    }
}
.main__top-02 .slick-track {
    display: flex;
}
.main__top-02 .slider-carousel-top {
    z-index: 3;
}
.main__top-02 .top {
    height: inherit;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media only screen and (max-width: 991px) {
    .main__top-02 .top {
        min-height: 400px;
        justify-content: flex-start;
    }
}
.main__top-02 .top[data-autoplay="true"] .slide__right .player-wrapper {
    opacity: 1;
    pointer-events: all;
}
@media only screen and (max-width: 991px) {
    .main__top-02 .top[data-autoplay="true"] .slide__right .video-controls {
        display: flex;
    }
}
.main__top-02 .top[data-autoplay="true"] .play-btn {
    display: none;
}
.main__top-02 .top .slide {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.main__top-02 .top .slide__left {
    position: relative;
    z-index: 1;
    width: 50%;
    padding: 100px 0;
    padding-left: 140px;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media only screen and (max-width: 1799px) {
    .main__top-02 .top .slide__left {
        width: 50%;
    }
}
@media only screen and (max-width: 1499px) {
    .main__top-02 .top .slide__left {
        padding: 70px 0;
        padding-left: 95px;
        padding-right: 50px;
    }
}
@media only screen and (max-width: 1429px) {
    .main__top-02 .top .slide__left {
        padding: 50px;
        padding-left: 80px;
    }
}
@media only screen and (max-width: 991px) {
    .main__top-02 .top .slide__left {
        width: 100%;
        padding-left: 60px;
        padding-right: 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__top-02 .top .slide__left {
        padding-left: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .main__top-02 .top .slide__left.light {
        color: #fff;
    }
    .main__top-02 .top .slide__left.light h1 {
        color: #fff;
    }
}
.main__top-02 .top .slide__left h1 {
    margin-bottom: 50px;
    margin-top: 0;
}
@media only screen and (max-width: 1429px) {
    .main__top-02 .top .slide__left h1 {
        margin-bottom: 20px;
    }
}
.main__top-02 .top .slide__left--buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 80px;
}
@media only screen and (max-width: 1429px) {
    .main__top-02 .top .slide__left--buttons {
        margin-top: 10px;
    }
}
.main__top-02 .top .slide__left--buttons .main-btn {
    margin-right: 40px;
    margin-top: 20px;
}
.main__top-02 .top .slide__left--buttons .play-btn-top {
    margin-top: 20px;
}
.main__top-02 .top .slide__right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: rgba(var(--color-accent2), 1);
}
@media only screen and (max-width: 991px) {
    .main__top-02 .top .slide__right {
        width: 100%;
    }
}
.main__top-02 .top .slide__right.cover-hidden:hover .video-controls {
    display: flex;
}
@media only screen and (max-width: 991px) {
    .main__top-02 .top .slide__right.cover-hidden .video-controls {
        display: flex;
    }
}
.main__top-02 .top .slide__right .top__background {
    z-index: 1;
    height: 100%;
    background: #fff;
}
.main__top-02 .top .slide__right .top__background img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main__top-02 .top .slide__right .top__background:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, var(--darken));
}
@media only screen and (max-width: 991px) {
    .main__top-02 .top .slide__right .top__background:before {
        background: rgba(0, 0, 0, 0.4);
    }
}
.main__top-02 .top .slide__right .player-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
}
.main__top-02 .top .slide__right .player-wrapper .video-box {
    width: 100%;
    height: 100%;
}
.main__top-02 .top .slide__right .player-wrapper .video-box .video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main__top-02 .top .slide__right .video-controls {
    display: none;
}
.main__top-03 {
    position: relative;
    background: #fff;
    z-index: 6;
}
.main__top-03.hideBg:before {
    display: none;
}
.main__top-03:before {
    content: "";
    position: absolute;
    bottom: 185px;
    left: 0;
    width: 100%;
    top: calc(0px - var(--bodyPadding));
    background: rgba(var(--color-main), 1);
    z-index: 0;
}
@media only screen and (max-width: 1499px) {
    .main__top-03:before {
        bottom: 164px;
    }
}
.main__top-03 .top {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 50px 0 70px;
    overflow: hidden;
}
@media only screen and (max-width: 1499px) {
    .main__top-03 .top {
        padding: 25px 0 50px;
    }
}
.main__top-03 .top > .pattern {
    bottom: 70px;
    left: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: -1;
}
@media only screen and (max-width: 1499px) {
    .main__top-03 .top > .pattern {
        bottom: 49px;
    }
}
.main__top-03 .top .box-header {
    text-align: left;
    color: #fff;
}
@media only screen and (max-width: 991px) {
    .main__top-03 .top .box-header {
        text-align: center;
    }
}
.main__top-03 .top .box-header h1,
.main__top-03 .top .box-header h2,
.main__top-03 .top .box-header h3,
.main__top-03 .top .box-header h4,
.main__top-03 .top .box-header h5,
.main__top-03 .top .box-header h6 {
    color: #fff;
}
.main__top-03 .top .box-header h2 {
    margin-bottom: 40px;
    opacity: 0.4;
}
@media only screen and (max-width: 575px) {
    .main__top-03 .top .box-header h2 {
        margin-bottom: 20px;
    }
}
.main__top-03 .top .box-header strong {
    color: #fff;
}
.main__top-03 .top .btn-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
@media only screen and (max-width: 991px) {
    .main__top-03 .top .btn-wrapper {
        justify-content: center;
        align-items: center;
        margin-top: 40px;
    }
}
.main__top-03 .top .btn-wrapper .main-btn {
    background: 0 0;
}
.main__top-03 .top .btn-wrapper .main-btn:hover {
    border-color: rgba(var(--color-accent), 1);
    background: rgba(var(--color-accent), 1);
    color: #fff;
}
.main__top-03 .top .video-container {
    position: relative;
    z-index: 1;
    min-height: 300px;
    padding-top: calc(100% / (1300 / 524));
    margin-top: 60px;
}
@media only screen and (max-width: 1499px) {
    .main__top-03 .top .video-container {
        padding-top: calc(100% / (1300 / 524));
    }
}
@media only screen and (max-width: 991px) {
    .main__top-03 .top .video-container {
        margin-top: 40px;
    }
}
.main__top-03 .top .video-container .pattern-first {
    right: calc(100% + 1px);
    bottom: 113px;
    background: rgba(var(--color-accent2), 1);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.main__top-03 .top .video-container .pattern-second {
    left: 100%;
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 25% 50%;
    transform-origin: 25% 50%;
}
.main__top-03 .top .video-container.cover-hidden:hover .video-controls {
    display: flex !important;
}
.main__top-03 .top .video-container[data-autoplay="true"] .player-wrapper {
    opacity: 1;
    pointer-events: all;
}
.main__top-03 .top .video-container[data-autoplay="true"] .play-btn {
    display: none;
}
@media only screen and (max-width: 991px) {
    .main__top-03 .top .video-container[data-autoplay="true"] .video-controls {
        display: flex !important;
    }
}
.main__top-03 .top .video-container .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.7s linear;
    z-index: -1;
}
.main__top-03 .top .video-container .background img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main__top-03 .top .video-container .background:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, var(--darken));
}
.main__top-03 .top .video-container .player-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 0.7s linear;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}
@media only screen and (max-width: 1199px) {
    .main__top-03 .top .video-container .player-wrapper {
        width: 100%;
    }
}
.main__top-03 .top .video-container .player-wrapper .video-box {
    width: 100%;
    height: 100%;
}
.main__top-03 .top .video-container .player-wrapper .video-box .video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main__top-03 .top .video-container .play-btn {
    width: 115px;
    height: 115px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    transition: all 0.4s ease;
    z-index: 5;
}
@media only screen and (max-width: 991px) {
    .main__top-03 .top .video-container .play-btn {
        width: 100px;
        height: 100px;
    }
}
.main__top-03 .top .video-container .play-btn:hover {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
}
.main__top-03 .top .video-container .play-btn:hover::after {
    border-color: #fff;
    -webkit-transform: translate(-50%, -50%) scale(1.4);
    transform: translate(-50%, -50%) scale(1.4);
}
.main__top-03 .top .video-container .play-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    width: 100%;
    height: 100%;
    background-color: transparent;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    transition: border-color 0.7s ease, -webkit-transform 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    transition: border-color 0.7s ease, transform 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    transition: border-color 0.7s ease, transform 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15), -webkit-transform 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15);
}
.main__top-03 .top .video-container .video-controls {
    display: none !important;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: unset;
    top: unset;
}
@media only screen and (max-width: 767px) {
    .main__top-03 .top .video-container .video-controls {
        bottom: 20px;
    }
}
.main__top-04 {
    position: relative;
    background: rgba(var(--color-accent3), 1);
    z-index: 7;
    overflow: hidden;
}
@media only screen and (max-width: 1199px) {
    .main__top-04 {
        /*padding-top:var(--bodyPadding)*/
    }
}
.main__top-04.full-height .top {
    height: 100vh;
}
@media only screen and (max-width: 1199px) {
    .main__top-04.full-height .top {
        min-height: calc(100vh - var(--bodyPadding));
        height: auto;
    }
}
.main__top-04 .pattern {
    pointer-events: none;
}
@media only screen and (max-width: 1199px) {
    .main__top-04 .pattern {
        display: none;
    }
}
.main__top-04 .pattern-first {
    bottom: 102%;
    background: rgba(var(--color-accent2), 1);
}
@media only screen and (max-width: 1499px) {
    .main__top-04 .pattern-first {
        bottom: 90%;
    }
}
.main__top-04 .pattern-second {
    right: calc(100% - 12px);
    bottom: 650px;
}
@media only screen and (max-width: 1499px) {
    .main__top-04 .pattern-second {
        bottom: 550px;
    }
}
.main__top-04 .pattern-third {
    right: 70%;
    background: #fff;
    opacity: 0.33;
    bottom: 360px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 402px;
    height: 201px;
}
@media only screen and (max-width: 1499px) {
    .main__top-04 .pattern-third {
        bottom: 320px;
        right: 65%;
    }
}
.main__top-04 .pattern-fourth {
    left: calc(100% - 12px);
    bottom: 12vh;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.main__top-04 .top-slider-arrows {
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12vh;
    z-index: 3;
    display: flex;
    justify-content: center;
}
.main__top-04 .top-slider-arrows .buttons-container {
    display: flex;
    height: 100%;
    align-items: center;
}
@media only screen and (max-width: 991px) {
    .main__top-04 .top-slider-arrows .buttons-container {
        justify-content: center;
    }
}
.main__top-04 .top-slider-arrows .buttons-container .slide-number {
    width: 50px;
    text-align: center;
    margin: 0 75px;
}
.main__top-04 .top-slider-arrows .buttons-container .slick-arrow {
    outline: 0 !important;
    text-indent: -9999px;
    --w: 28px;
    width: var(--w);
    height: var(--w);
    border: none;
    background: 0 0;
    position: relative;
    transition: background-color 0.25s ease;
    will-change: background-color;
    pointer-events: all;
}
.main__top-04 .top-slider-arrows .buttons-container .slick-arrow::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url(/img/ikony/arrow-right.svg);
    mask-image: url(/img/ikony/arrow-right.svg);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: rgba(var(--color-main), 1);
    transition: fitler 0.25s ease;
    will-change: filter;
}
.main__top-04 .top-slider-arrows .buttons-container .slick-arrow.slick-prev::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.main__top-04 .next-slide-wrapper .slider-carousel-top-04-nav {
    position: absolute;
    bottom: 8vh;
    right: 12px;
    width: calc(100% - 24px);
    z-index: 4 !important;
    background: rgba(var(--color-main), 1);
}
@media only screen and (max-width: 991px) {
    .main__top-04 .next-slide-wrapper .slider-carousel-top-04-nav {
        display: none;
    }
}
.main__top-04 .next-slide-wrapper .slider-carousel-top-04-nav .next-slide {
    height: inherit;
}
.main__top-04 .next-slide-wrapper .slider-carousel-top-04-nav .next-slide__img {
    position: relative;
    padding-top: calc(100% / (362 / 272));
}
.main__top-04 .next-slide-wrapper .slider-carousel-top-04-nav .next-slide__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main__top-04 .next-slide-wrapper .slider-carousel-top-04-nav .next-slide__text {
    padding: 85px 49px;
    position: relative;
}
@media only screen and (max-width: 1499px) {
    .main__top-04 .next-slide-wrapper .slider-carousel-top-04-nav .next-slide__text {
        padding: 60px 36px;
    }
}
@media only screen and (max-width: 1429px) {
    .main__top-04 .next-slide-wrapper .slider-carousel-top-04-nav .next-slide__text {
        padding: 50px 36px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__top-04 .next-slide-wrapper .slider-carousel-top-04-nav .next-slide__text {
        padding: 40px 30px;
    }
}
.main__top-04 .next-slide-wrapper .slider-carousel-top-04-nav .next-slide__text .number {
    font-family: var(--font-header), sans-serif;
    font-size: 50px;
    font-weight: 700;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
    position: absolute;
    top: -38px;
}
.main__top-04 .next-slide-wrapper .slider-carousel-top-04-nav .next-slide__text .main-btn {
    color: rgba(var(--color-accent), 1);
    margin-top: 25px;
    display: inline-block;
    font-size: 17px;
}
.main__top-04 .next-slide-wrapper .slider-carousel-top-04-nav .next-slide__text .main-btn:hover {
    color: rgba(var(--color-accent2), 1);
}
.main__top-04 .next-slide-wrapper .slider-carousel-top-04-nav .next-slide__text .main-btn .icon-wrapper {
    display: none;
}
.main__top-04 .slick-track {
    display: flex;
}
.main__top-04 .top {
    height: inherit;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
@media only screen and (max-width: 991px) {
    .main__top-04 .top {
        min-height: 400px;
        justify-content: flex-start;
    }
}
.main__top-04 .top[data-autoplay="true"] .slide__right .player-wrapper {
    opacity: 1;
    pointer-events: all;
}
@media only screen and (max-width: 991px) {
    .main__top-04 .top[data-autoplay="true"] .slide__right .video-controls {
        display: flex;
    }
}
.main__top-04 .top[data-autoplay="true"] .play-btn {
    display: none;
}
.main__top-04 .top .slide {
    position: relative;
    width: 100%;
    height: calc(100% - 12vh);
    display: flex;
    align-items: flex-end;
}
.main__top-04 .top .slide__left {
    position: relative;
    z-index: 1;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 90px;
}
@media only screen and (min-width: 1921px) {
    .main__top-04 .top .slide__left {
        margin-bottom: 144px;
    }
}
@media only screen and (max-width: 1799px) {
    .main__top-04 .top .slide__left {
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 1499px) {
    .main__top-04 .top .slide__left {
        padding: 70px 0;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 1429px) {
    .main__top-04 .top .slide__left {
        padding: 50px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__top-04 .top .slide__left {
        width: 100%;
    }
}
.main__top-04 .top .slide__left.light {
    color: #fff;
}
.main__top-04 .top .slide__left.light h1 {
    color: #fff;
}
.main__top-04 .top .slide__left h1 {
    margin-bottom: 0;
    margin-top: 0;
}
.main__top-04 .top .slide__left h1 strong {
    position: relative;
    font-weight: 600;
}
.main__top-04 .top .slide__left h1 strong:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 90%;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-image: url(/img/ikony/line.svg);
    mask-image: url(/img/ikony/line.svg);
    background: rgba(var(--color-accent), 1);
    height: 18px;
    z-index: 3;
    pointer-events: none;
}
.main__top-04 .top .slide__left .number {
    font-family: var(--font-header), sans-serif;
    font-size: 50px;
    font-weight: 700;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
    margin-bottom: 26px;
}
@media only screen and (max-width: 991px) {
    .main__top-04 .top .slide__left .number {
        margin-bottom: 10px;
        font-size: 36px;
    }
}
.main__top-04 .top .slide__left--buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 60px;
}
@media only screen and (max-width: 1499px) {
    .main__top-04 .top .slide__left--buttons {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .main__top-04 .top .slide__left--buttons {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .main__top-04 .top .slide__left--buttons {
        margin-top: 10px;
    }
}
.main__top-04 .top .slide__left--buttons .main-btn {
    margin-right: 40px;
    margin-top: 20px;
}
.main__top-04 .top .slide__left--buttons .play-btn-top {
    margin-top: 20px;
}
.main__top-04 .top .slide__left--buttons .play-btn-top:hover {
    border-color: rgba(var(--color-accent), 1);
    background: rgba(var(--color-accent), 1);
    color: #fff;
}
.main__top-04 .top .slide__left--buttons .play-btn-top:hover:after {
    background: #fff;
}
.main__top-04 .top .slide__right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--color-accent2), 1);
}
.main__top-04 .top .slide__right.cover-hidden:hover .video-controls {
    display: flex;
}
@media only screen and (max-width: 991px) {
    .main__top-04 .top .slide__right.cover-hidden .video-controls {
        display: flex;
    }
}
.main__top-04 .top .slide__right .top__background {
    z-index: 1;
    height: 100%;
    background: #fff;
}
.main__top-04 .top .slide__right .top__background img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main__top-04 .top .slide__right .top__background:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, var(--darken));
}
@media only screen and (max-width: 991px) {
    .main__top-04 .top .slide__right .top__background:before {
        background: rgba(0, 0, 0, 0.4);
    }
}
.main__top-04 .top .slide__right .player-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
}
.main__top-04 .top .slide__right .player-wrapper .video-box {
    width: 100%;
    height: 100%;
}
.main__top-04 .top .slide__right .player-wrapper .video-box .video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main__top-04 .top .slide__right .video-controls {
    display: none;
}
.main__top-subpage-01 {
    position: relative;
}
.main__top-subpage-01.hideBg:before {
    display: none;
}
@media only screen and (min-width: 992px) {
    .main__top-subpage-01:before {
        content: "";
        position: absolute;
        top: calc(0px - var(--bodyPadding));
        left: 0;
        height: 80%;
        max-height: 500px;
        min-height: 400px;
        width: 63%;
        background: rgba(var(--color-accent3), 1);
    }
}
@media only screen and (max-width: 1199px) {
    .main__top-subpage-01 .pattern {
        display: none;
    }
}
.main__top-subpage-01 .pattern-first {
    right: 100%;
    top: 100px;
}
.main__top-subpage-01 .pattern-second {
    bottom: 100%;
    left: 44%;
    background: #fff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 402px;
    height: 201px;
    z-index: 0;
}
.main__top-subpage-01 .pattern-third {
    background: rgba(var(--color-accent2), 1);
    right: 110px;
    bottom: 0;
    -webkit-transform: translateY(50%) rotate(180deg);
    transform: translateY(50%) rotate(180deg);
}
.main__top-subpage-01 .container {
    position: relative;
}
.main__top-subpage-01 .container .box-header {
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    padding: 100px 12px;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}
@media only screen and (max-width: 1499px) {
    .main__top-subpage-01 .container .box-header {
        padding: 80px 12px;
    }
}
@media only screen and (max-width: 991px) {
    .main__top-subpage-01 .container .box-header {
        padding: 50px 12px;
    }
}
@media only screen and (max-width: 575px) {
    .main__top-subpage-01 .container .box-header {
        padding: 30px 12px;
    }
}
.main__top-subpage-01 .container .bg-img {
    position: relative;
    padding-top: calc(100% / (1568 / 353));
}
.main__top-subpage-01 .container .bg-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main__top-subpage-02 {
    position: relative;
    overflow: hidden;
}
.main__top-subpage-02.withoutBg {
    background: rgba(var(--color-accent3), 1);
}
.main__top-subpage-02.withoutBg .pattern {
    display: none;
}
.main__top-subpage-02.withoutBg .container .box-header {
    margin: 0;
    text-align: center;
}
.main__top-subpage-02.withoutBg .container .box-header:before {
    display: none;
}
.main__top-subpage-02.withoutBg .container .box-header h1,
.main__top-subpage-02.withoutBg .container .box-header h3 {
    color: rgba(var(--color-main), 1);
}
.main__top-subpage-02.withoutBg .container .box-header .breadcrumbs * {
    color: rgba(var(--color-main), 1);
}
.main__top-subpage-02.withoutBg .container .box-header .breadcrumbs a:hover {
    color: rgba(var(--color-accent), 1);
}
@media only screen and (max-width: 1199px) {
    .main__top-subpage-02 .pattern {
        display: none;
    }
}
.main__top-subpage-02 .pattern-first {
    bottom: 0;
    left: 0;
}
.main__top-subpage-02 .pattern-second {
    bottom: 0;
    right: 180px;
    background: rgba(var(--color-accent2), 1);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.main__top-subpage-02 .bg-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 77%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}
@media only screen and (max-width: 1499px) {
    .main__top-subpage-02 .bg-img {
        width: 74%;
    }
}
@media only screen and (max-width: 1199px) {
    .main__top-subpage-02 .bg-img {
        width: 100%;
    }
    .main__top-subpage-02 .bg-img:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.45);
    }
}
.main__top-subpage-02 .bg-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main__top-subpage-02 .container {
    position: relative;
    z-index: 2;
}
.main__top-subpage-02 .container .box-header {
    padding: 100px 15px;
    margin-bottom: 116px;
    text-align: left;
    position: relative;
}
.main__top-subpage-02 .container .box-header.withBreadcrumb {
    padding: 100px 15px 60px;
}
@media only screen and (max-width: 1499px) {
    .main__top-subpage-02 .container .box-header.withBreadcrumb {
        padding: 80px 15px 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .main__top-subpage-02 .container .box-header:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        height: calc(100% + var(--bodyPadding));
        width: 200%;
        background: rgba(var(--color-accent3), 1);
        z-index: -1;
    }
}
@media only screen and (max-width: 1499px) {
    .main__top-subpage-02 .container .box-header {
        padding: 80px 15px;
        margin-bottom: 100px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__top-subpage-02 .container .box-header {
        padding: 50px 15px;
        margin-bottom: 0;
    }
    .main__top-subpage-02 .container .box-header h1,
    .main__top-subpage-02 .container .box-header h3 {
        color: #fff;
    }
}
@media only screen and (max-width: 575px) {
    .main__top-subpage-02 .container .box-header {
        padding: 30px 15px;
    }
}
.main__top-subpage-02 .container .box-header h3 {
    margin-bottom: 30px;
    font-weight: 400;
}
.main__top-subpage-02 .container .box-header .breadcrumbs {
    margin-top: 80px;
}
@media only screen and (max-width: 1499px) {
    .main__top-subpage-02 .container .box-header .breadcrumbs {
        margin-top: 40px;
    }
}
.main__top-subpage-02 .container .box-header .breadcrumbs * {
    font-size: 13px;
}
@media only screen and (max-width: 1199px) {
    .main__top-subpage-02 .container .box-header .breadcrumbs * {
        color: #fff;
    }
}
.main__top-subpage-02 .container .box-header .breadcrumbs a:hover {
    color: rgba(var(--color-accent), 1);
}
.main__partners-01 {
    position: relative;
    max-width: 100vw;
    overflow: hidden;
    background: #fff;
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__partners-01 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__partners-01 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__partners-01 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__partners-01 {
        padding: 30px 0;
    }
}
.main__partners-01 .slick-list {
    overflow: unset;
    padding-bottom: 2rem;
}
.main__partners-01 .slick-track {
    display: flex;
}
.main__partners-01 .slick-slide {
    height: inherit;
}
.main__partners-01 .slick-slide .partners__wrapper {
    border-left: none !important;
    border-right: none !important;
    padding: 80px 50px;
}
@media only screen and (max-width: 1299px) {
    .main__partners-01 .slick-slide .partners__wrapper {
        padding: 70px 40px;
    }
}
@media only screen and (max-width: 991px) {
    .main__partners-01 .slick-slide .partners__wrapper {
        padding: 50px 30px;
    }
}
.main__partners-01 .col-xl-4 {
    padding: 0;
}
@media only screen and (min-width: 1200px) {
    .main__partners-01 .col-xl-4:nth-child(3n-2) .partners__wrapper {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }
    .main__partners-01 .col-xl-4:nth-child(3n) .partners__wrapper {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }
}
@media only screen and (max-width: 1199px) {
    .main__partners-01 .col-xl-4:nth-child(2n-1) .partners__wrapper {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }
}
.main__partners-01 .col-lg-5 {
    display: flex;
    align-items: center;
}
.main__partners-01 .partners__bottom {
    margin-top: 50px;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.main__partners-01 .partners__left {
    text-align: left;
}
@media only screen and (max-width: 991px) {
    .main__partners-01 .partners__left {
        margin-top: 40px;
    }
}
@media only screen and (min-width: 1800px) {
    .main__partners-01 .partners__left h2 {
        font-size: 49px;
    }
}
.main__partners-01 .partners__left strong {
    color: rgba(var(--color-main), 1);
}
.main__partners-01 .partners__left .text-section {
    margin-top: 80px;
}
@media only screen and (max-width: 1499px) {
    .main__partners-01 .partners__left .text-section {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__partners-01 .partners__left .text-section {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .main__partners-01 .partners__left .text-section {
        margin-top: 30px;
    }
}
.main__partners-01 .partners__left .button-wrapper {
    text-align: left;
}
.main__partners-01 .partners__left .button-wrapper .main-btn {
    margin-top: 60px;
}
@media only screen and (max-width: 1499px) {
    .main__partners-01 .partners__left .button-wrapper .main-btn {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__partners-01 .partners__left .button-wrapper .main-btn {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .main__partners-01 .partners__left .button-wrapper .main-btn {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .main__partners-01 .partners__left .button-wrapper .main-btn {
        margin-top: 10px;
    }
}
.main__partners-01 .partners__right {
    position: relative;
    padding-top: calc(100% / (764 / 729));
}
.main__partners-01 .partners__right .pattern-first {
    right: 100%;
    top: 70%;
    -webkit-transform: rotate(90deg) translateX(-50%);
    transform: rotate(90deg) translateX(-50%);
}
.main__partners-01 .partners__right .pattern-second {
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: rgba(var(--color-accent2), 1);
}
.main__partners-01 .partners__right img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main__partners-01 .partners__wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-decoration: none !important;
    outline: 0 !important;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px;
    height: 100%;
    position: relative;
}
@media only screen and (max-width: 991px) {
    .main__partners-01 .partners__wrapper {
        padding: 70px;
    }
}
@media only screen and (max-width: 575px) {
    .main__partners-01 .partners__wrapper {
        padding: 50px 30px;
    }
}
.main__partners-01 .partners__wrapper img {
    width: 100%;
    max-width: 160px;
    height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    transition: all 0.3s;
    opacity: 0.1;
}
@media only screen and (max-width: 575px) {
    .main__partners-01 .partners__wrapper img {
        opacity: 0.2;
    }
}
.main__partners-01 .partners__wrapper:hover {
    border-bottom: 1px solid #000;
}
.main__partners-01 .partners__wrapper:hover img {
    opacity: 1;
}
.main__partners-02 {
    position: relative;
    max-width: 100vw;
    overflow: hidden;
    padding: 100px 0;
    color: #fff;
}
@media only screen and (max-width: 1499px) {
    .main__partners-02 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__partners-02 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__partners-02 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__partners-02 {
        padding: 30px 0;
    }
}
.main__partners-02 .slick-list {
    overflow: unset;
    padding-bottom: 2rem;
}
.main__partners-02 .slick-track {
    display: flex;
}
.main__partners-02 .slick-slide {
    height: inherit;
}
.main__partners-02 .slick-slide .partners__wrapper {
    padding: 80px 50px;
}
@media only screen and (max-width: 1299px) {
    .main__partners-02 .slick-slide .partners__wrapper {
        padding: 70px 40px;
    }
}
@media only screen and (max-width: 991px) {
    .main__partners-02 .slick-slide .partners__wrapper {
        padding: 50px 30px;
    }
}
.main__partners-02 .partners {
    padding: 100px 0;
    background: rgba(var(--color-main), 1);
}
@media only screen and (max-width: 1499px) {
    .main__partners-02 .partners {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__partners-02 .partners {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__partners-02 .partners {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__partners-02 .partners {
        padding: 30px 0;
    }
}
.main__partners-02 .partners__bottom {
    margin-left: -1rem;
    margin-right: -1rem;
    overflow: hidden;
}
@media only screen and (min-width: 768px) {
    .main__partners-02 .partners__bottom {
        margin-left: -1.2rem;
        margin-right: -1.2rem;
    }
}
.main__partners-02 .partners__left {
    text-align: center;
}
.main__partners-02 .partners__left h2 {
    color: #fff;
}
.main__partners-02 .partners__wrapper {
    transition: all 0.3s ease;
    text-decoration: none !important;
    outline: 0 !important;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 100px;
    height: 100%;
    position: relative;
}
@media only screen and (max-width: 991px) {
    .main__partners-02 .partners__wrapper {
        padding: 40px 70px;
    }
}
@media only screen and (max-width: 575px) {
    .main__partners-02 .partners__wrapper {
        padding: 40px 30px;
    }
}
.main__partners-02 .partners__wrapper img {
    width: 100%;
    max-width: 160px;
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    transition: all 0.3s;
    opacity: 0.15;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
@media only screen and (max-width: 575px) {
    .main__partners-02 .partners__wrapper img {
        opacity: 0.2;
    }
}
.main__partners-02 .partners__wrapper:hover img {
    opacity: 1;
}
.main__partners-02 .slick-dots {
    list-style-type: none;
    position: relative;
    display: flex;
    pointer-events: all;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: -50px;
}
.main__partners-02 .slick-dots .slick-active button {
    border: 2px solid #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
}
.main__partners-02 .slick-dots li:last-child button {
    margin: 0;
}
.main__partners-02 .slick-dots button {
    font-size: 0;
    border: 2px solid #fff;
    opacity: 0.2;
    background: 0 0;
    border-radius: 100%;
    width: 9px;
    height: 9px;
    margin-right: 25px;
}
.main__pros-01 {
    position: relative;
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__pros-01 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__pros-01 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__pros-01 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__pros-01 {
        padding: 30px 0;
    }
}
.main__pros-01 .pros .box-header {
    margin-bottom: 90px;
}
@media only screen and (max-width: 1499px) {
    .main__pros-01 .pros .box-header {
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__pros-01 .pros .box-header {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 991px) {
    .main__pros-01 .pros .box-header {
        margin-bottom: 40px;
    }
}
.main__pros-01 .pros .box-header strong {
    color: inherit;
}
.main__pros-01 .pros .main-btn {
    margin-top: 50px;
}
@media only screen and (max-width: 991px) {
    .main__pros-01 .pros .main-btn {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .main__pros-01 .pros .main-btn {
        margin-top: 0;
    }
}
.main__pros-01 .pros__box {
    display: flex;
    margin-bottom: 50px;
}
.main__pros-01 .pros__box:hover .pros__blur {
    left: 12px;
}
.main__pros-01 .pros__box:hover .pros__icon .icon {
    margin-left: 24px;
}
.main__pros-01 .pros__icon {
    position: relative;
    --w: 50px;
    width: var(--w);
    height: var(--w);
    border-radius: var(--rounded-corners2);
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (min-width: 576px) {
    .main__pros-01 .pros__icon {
        --w: 60px;
    }
}
.main__pros-01 .pros__icon .icon {
    width: 35px;
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all 0.5s;
}
.main__pros-01 .pros__icon .icon path {
    fill: rgba(var(--color-accent), 1);
}
.main__pros-01 .pros__blur {
    position: absolute;
    top: 0;
    left: 35%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(var(--color-accent), 0.1);
    transition: all 0.5s;
}
.main__pros-01 .pros__desc {
    margin-top: 13px;
    margin-left: 40px;
}
@media only screen and (min-width: 1200px) {
    .main__pros-01 .pros__desc {
        margin-left: 65px;
    }
}
.main__pros-01 .pros__desc p {
    margin-top: 1rem;
}
.main__pros-01 .pros__desc .main-btn {
    margin-top: 30px;
}
@media only screen and (max-width: 991px) {
    .main__pros-01 .pros__desc .main-btn {
        margin-top: 20px;
    }
}
.main__pros-02 {
    position: relative;
    background: rgba(var(--color-main), 1);
}
.main__pros-02 .pattern-first {
    left: 0;
    top: 0;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    background: rgba(var(--color-accent), 1);
}
.main__pros-02 .pattern-second {
    left: 12%;
    bottom: 74%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 50%;
    height: 71%;
    background: #fff;
    opacity: 0.1;
}
@media only screen and (min-width: 1921px) {
    .main__pros-02 .pattern-second {
        left: 11%;
        width: 53%;
        height: 82%;
    }
}
@media only screen and (max-width: 1199px) {
    .main__pros-02 .pattern-second {
        bottom: 74%;
        height: 65%;
    }
}
.main__pros-02 .pattern-third {
    left: calc(100% - 20px);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    top: 105px;
    background: rgba(var(--color-accent2), 1);
}
@media only screen and (max-width: 1199px) {
    .main__pros-02 .pattern-third {
        top: 66px;
    }
}
.main__pros-02 .slick-list {
    overflow: unset;
}
.main__pros-02 .slick-track {
    display: flex;
    padding: 50px 0 30px;
}
@media only screen and (max-width: 991px) {
    .main__pros-02 .slick-track {
        padding: 30px 0;
    }
}
.main__pros-02 .slick-slide {
    height: inherit;
    margin: 0 1rem;
}
@media only screen and (min-width: 1500px) {
    .main__pros-02 .slick-slide {
        margin: 0 1.2rem;
    }
}
.main__pros-02 .slick-slide:nth-child(2n + 1) .pros__icon svg path {
    fill: rgba(var(--color-main), 1);
}
.main__pros-02 .pros {
    max-width: 100vw;
    overflow: hidden;
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__pros-02 .pros {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__pros-02 .pros {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__pros-02 .pros {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__pros-02 .pros {
        padding: 30px 0;
    }
}
.main__pros-02 .pros .box-header {
    text-align: center;
    margin-bottom: 90px;
}
@media only screen and (max-width: 1499px) {
    .main__pros-02 .pros .box-header {
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__pros-02 .pros .box-header {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 991px) {
    .main__pros-02 .pros .box-header {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 575px) {
    .main__pros-02 .pros .box-header {
        margin-bottom: 20px;
    }
}
.main__pros-02 .pros .box-header h2 {
    color: #fff;
}
.main__pros-02 .pros .box-header strong {
    color: inherit;
}
.main__pros-02 .pros__bottom {
    overflow: hidden;
    position: relative;
    z-index: 5;
}
.main__pros-02 .pros__wrapper {
    background-color: #fff;
    text-decoration: none !important;
    outline: 0 !important;
    position: relative;
    overflow: hidden;
    padding: 60px;
    display: block;
    margin-bottom: 50px;
    height: calc(100% - 50px);
}
@media only screen and (max-width: 1499px) {
    .main__pros-02 .pros__wrapper {
        padding: 60px 50px;
    }
}
@media only screen and (max-width: 991px) {
    .main__pros-02 .pros__wrapper {
        margin-bottom: 30px;
        height: calc(100% - 30px);
        padding: 40px;
    }
}
@media only screen and (max-width: 575px) {
    .main__pros-02 .pros__wrapper {
        padding: 40px 20px;
    }
}
.main__pros-02 .pros__icon {
    --w: 2rem;
    width: var(--w);
    height: var(--w);
    margin-bottom: 30px;
    transition: -webkit-filter 0.25s ease;
    transition: filter 0.25s ease;
    transition: filter 0.25s ease, -webkit-filter 0.25s ease;
    will-change: filter;
}
@media only screen and (min-width: 768px) {
    .main__pros-02 .pros__icon {
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 1200px) {
    .main__pros-02 .pros__icon {
        margin-bottom: 70px;
    }
}
.main__pros-02 .pros__icon img,
.main__pros-02 .pros__icon svg {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}
.main__pros-02 .pros .number {
    font-family: var(--font-header), sans-serif;
    font-size: 46px;
    font-weight: 700;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(var(--color-accent), 1);
    color: transparent;
    margin-top: -20px;
    margin-bottom: 11px;
}
@media only screen and (min-width: 768px) {
    .main__pros-02 .pros .number {
        margin-bottom: 35px;
    }
}
@media only screen and (min-width: 1200px) {
    .main__pros-02 .pros .number {
        margin-bottom: 53px;
    }
}
.main__pros-02 .pros__desc {
    position: relative;
    z-index: 1;
}
.main__pros-02 .pros__desc [class*="font-size-"] {
    transition: color 0.7s ease;
    will-change: color;
}
.main__pros-02 .pros__desc p {
    margin-top: 1rem;
    color: rgba(var(--font-dark-color), 1);
}
@media only screen and (min-width: 1200px) {
    .main__pros-02 .pros__desc p {
        margin-top: 2rem;
    }
}
.main__pros-02 .pros__desc .main-btn {
    margin-top: 35px;
}
.main__pros-03 {
    padding: 100px 0;
    overflow: hidden;
}
@media only screen and (max-width: 1499px) {
    .main__pros-03 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__pros-03 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__pros-03 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__pros-03 {
        padding: 30px 0;
    }
}
.main__pros-03.hideBg .pros:before {
    display: none !important;
}
.main__pros-03.hideBg .pros .container.large {
    background: 0 0;
}
.main__pros-03 .pros {
    position: relative;
}
@media only screen and (max-width: 1429px) {
    .main__pros-03 .pros:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 60%;
        height: 100%;
        background: rgba(var(--color-accent3), 1);
    }
}
@media only screen and (max-width: 1199px) {
    .main__pros-03 .pros:before {
        display: none;
    }
}
.main__pros-03 .pros .container.large {
    background: rgba(var(--color-accent3), 1);
}
@media only screen and (max-width: 1429px) {
    .main__pros-03 .pros .container.large {
        background: unset;
    }
}
.main__pros-03 .pros__img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: calc(50% - 15px);
}
@media only screen and (max-width: 1199px) {
    .main__pros-03 .pros__img {
        position: relative;
        width: 100%;
        height: 500px;
    }
}
@media only screen and (max-width: 991px) {
    .main__pros-03 .pros__img {
        height: 400px;
    }
}
@media only screen and (max-width: 767px) {
    .main__pros-03 .pros__img {
        height: 300px;
    }
}
@media only screen and (max-width: 575px) {
    .main__pros-03 .pros__img {
        height: 250px;
    }
}
.main__pros-03 .pros__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
@media only screen and (max-width: 1199px) {
    .main__pros-03 .pros__img img {
        position: absolute;
        top: 0;
        left: 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__pros-03 .pros__img .pattern {
        display: none;
    }
}
.main__pros-03 .pros__img .pattern-first {
    left: 0;
    top: 20%;
    -webkit-transform: rotate(90deg) translateY(70%);
    transform: rotate(90deg) translateY(70%);
}
.main__pros-03 .pros__img .pattern-second {
    background: rgba(var(--color-accent2), 1);
    right: 0;
    top: 70%;
    -webkit-transform: rotate(180deg) translateX(-50%);
    transform: rotate(180deg) translateX(-50%);
}
.main__pros-03 .pros__img .pattern-third {
    background: #fff;
    opacity: 0.4;
    -webkit-transform: rotate(180deg) translateX(45%);
    transform: rotate(180deg) translateX(45%);
    bottom: 0;
    left: 0;
    width: 610px;
    height: 305px;
}
.main__pros-03 .pros__text {
    padding: 100px 0;
}
@media only screen and (max-width: 1199px) {
    .main__pros-03 .pros__text {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__pros-03 .pros__text {
        padding: 40px 0;
    }
}
.main__pros-03 .pros__text--icon svg {
    width: 62px;
    height: 62px;
    margin-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
    .main__pros-03 .pros__text--icon svg {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .main__pros-03 .pros__text--icon svg {
        width: 50px;
        height: 50px;
        margin-bottom: 25px;
    }
}
.main__pros-03 .pros__text--icon svg path {
    fill: rgba(var(--color-accent), 1);
}
.main__pros-03 .pros__text .box-header {
    text-align: left;
}
.main__pros-03 .pros__text--wrapper {
    display: flex;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    margin-top: 25px;
    position: relative;
}
@media only screen and (max-width: 991px) {
    .main__pros-03 .pros__text--wrapper {
        margin-top: 20px;
    }
}
.main__pros-03 .pros__text--wrapper:first-child {
    margin-top: 60px;
}
@media only screen and (max-width: 1199px) {
    .main__pros-03 .pros__text--wrapper:first-child {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .main__pros-03 .pros__text--wrapper:first-child {
        margin-top: 30px;
    }
}
.main__pros-03 .pros__text--wrapper .icon {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    margin-right: 15px;
    --w: 21px;
    width: var(--w);
    height: var(--w);
    min-width: var(--w);
    min-height: var(--w);
    transition: -webkit-transform 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    transition: transform 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    transition: transform 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15), -webkit-transform 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    position: relative;
}
.main__pros-03 .pros__text--wrapper .icon path {
    fill: rgba(var(--color-accent), 1);
}
.main__pros-03 .pros__text--wrapper p {
    padding-left: 22px;
}
@media only screen and (max-width: 575px) {
    .main__pros-03 .pros__text--wrapper p {
        padding-left: 5px;
    }
}
.main__pros-03 .pros__text--wrapper:hover svg {
    -webkit-transform: translateY(5px) scale(1.3);
    transform: translateY(5px) scale(1.3);
}
.main__pros-03 .pros__text .main-btn {
    margin-top: 60px;
}
@media only screen and (max-width: 1499px) {
    .main__pros-03 .pros__text .main-btn {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__pros-03 .pros__text .main-btn {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 575px) {
    .main__pros-03 .pros__text .main-btn {
        margin-top: 30px;
    }
}
.main__pros-04 {
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__pros-04 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__pros-04 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__pros-04 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__pros-04 {
        padding: 30px 0;
    }
}
.main__pros-04 .pros .main-btn {
    margin-top: 40px;
}
.main__pros-04 .pros__top {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.main__pros-04 .pros__top > * {
    max-width: 700px;
}
.main__pros-04 .pros__top h3 {
    color: rgba(var(--color-accent), 1);
    text-transform: uppercase;
    margin-bottom: 2rem;
}
@media only screen and (min-width: 1200px) {
    .main__pros-04 .pros__top h3 {
        margin-bottom: 3rem;
    }
}
.main__pros-04 .pros__bottom {
    margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
    .main__pros-04 .pros__bottom {
        padding: 4rem 0;
        border: 4px solid #fff;
    }
}
@media only screen and (min-width: 1200px) {
    .main__pros-04 .pros__bottom {
        padding: 6rem 0;
        margin-top: 3rem;
    }
}
.main__pros-04 .pros__bottom .container {
    -webkit-column-count: var(--col);
    -moz-column-count: var(--col);
    column-count: var(--col);
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}
@media only screen and (max-width: 1199px) {
    .main__pros-04 .pros__bottom .container {
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }
}
@media only screen and (max-width: 991px) {
    .main__pros-04 .pros__bottom .container {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
.main__pros-04 .pros__wrapper {
    display: flex;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 2rem;
}
.main__pros-04 .pros__wrapper:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
    .main__pros-04 .pros__wrapper {
        margin-bottom: 1rem;
    }
}
.main__pros-04 .pros__wrapper svg {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    margin-right: 1rem;
    --w: 1rem;
    width: var(--w);
    height: var(--w);
    min-width: var(--w);
    min-height: var(--w);
    transition: -webkit-transform 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    transition: transform 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    transition: transform 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15), -webkit-transform 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15);
}
.main__pros-04 .pros__wrapper svg path {
    fill: rgba(var(--color-main), 1);
}
.main__pros-04 .pros__wrapper:hover svg {
    -webkit-transform: translateY(5px) scale(1.5);
    transform: translateY(5px) scale(1.5);
}
.main__pros-05 {
    padding: 100px 0;
    position: relative;
}
@media only screen and (max-width: 1499px) {
    .main__pros-05 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__pros-05 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__pros-05 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__pros-05 {
        padding: 30px 0;
    }
}
.main__pros-05.hideBg:before {
    display: none;
}
@media only screen and (min-width: 992px) {
    .main__pros-05::before {
        content: "";
        position: absolute;
        bottom: 0;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 54%;
        background: rgba(var(--color-accent3), 1);
        z-index: -1;
    }
}
.main__pros-05 .counter__img {
    position: relative;
    padding-top: calc(100% / (764 / 675));
}
@media only screen and (max-width: 991px) {
    .main__pros-05 .counter__img {
        padding-top: calc(100% / (16 / 9));
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 575px) {
    .main__pros-05 .counter__img {
        margin-bottom: 40px;
    }
}
.main__pros-05 .counter__img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main__pros-05 .counter__img .pattern-first {
    left: 15%;
    top: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.main__pros-05 .counter__img .pattern-second {
    background: rgba(var(--color-accent2), 1);
    top: 96%;
    left: 96%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.main__pros-05 .text-col {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
@media only screen and (min-width: 1921px) {
    .main__pros-05 .text-col {
        padding-right: 70px;
    }
}
.main__pros-05 .text-col .text-section h2 {
    font-size: 30px;
}
@media only screen and (max-width: 1429px) {
    .main__pros-05 .text-col .text-section h2 {
        font-size: 27px;
    }
}
@media only screen and (max-width: 575px) {
    .main__pros-05 .text-col .text-section h2 {
        font-size: 24px;
    }
}
.main__pros-05 .text-col .main-btn {
    margin-top: 50px;
}
@media only screen and (max-width: 991px) {
    .main__pros-05 .text-col .main-btn {
        margin-top: 20px;
    }
}
.main__pros-05 .kafelek {
    text-align: left;
}
.main__pros-05 .kafelek .counter-wrapper {
    padding: 70px;
    padding-left: 0;
    padding-bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    transition: all 0.3s ease;
    position: relative;
}
@media only screen and (max-width: 1799px) {
    .main__pros-05 .kafelek .counter-wrapper {
        padding: 70px 30px 0 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__pros-05 .kafelek .counter-wrapper {
        padding: 40px 40px 0 0;
    }
}
@media only screen and (max-width: 767px) {
    .main__pros-05 .kafelek .counter-wrapper {
        padding: 20px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__pros-05 .kafelek .counter-wrapper {
        padding: 15px 0;
    }
}
.main__pros-05 .kafelek .counter-wrapper .number {
    position: relative;
    color: rgba(var(--color-main), 1);
    transition: all 0.3s ease;
}
.main__pros-05 .kafelek .counter-wrapper .number.add-space:after {
    margin-left: 10px;
}
.main__pros-05 .kafelek .counter-wrapper .number:after {
    content: attr(data-addon);
}
.main__pros-05 .kafelek .counter-wrapper .desc {
    position: relative;
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {
    .main__pros-05 .kafelek .counter-wrapper .desc {
        margin-top: 0;
    }
}
.main__pros-06 {
    padding: 100px 0;
    position: relative;
}
@media only screen and (max-width: 1499px) {
    .main__pros-06 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__pros-06 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__pros-06 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__pros-06 {
        padding: 30px 0;
    }
}
.main__pros-06 > .container {
    position: relative;
}
.main__pros-06 > .container.hideBg:before {
    display: none;
}
.main__pros-06 > .container.reverse:before {
    right: unset;
    left: 0;
}
@media only screen and (min-width: 992px) {
    .main__pros-06 > .container.reverse .counter__img {
        margin-left: calc(var(--bs-gutter-x) * 0.5 * -1);
        margin-right: 0;
    }
}
@media only screen and (min-width: 992px) {
    .main__pros-06 > .container:before {
        content: "";
        position: absolute;
        bottom: 0;
        top: 0;
        right: 0;
        width: 50%;
        background: rgba(var(--color-accent3), 1);
        z-index: -1;
    }
}
.main__pros-06 .counter__img {
    padding-bottom: calc((3 / 4) * 100%);
    position: relative;
}
@media only screen and (min-width: 992px) {
    .main__pros-06 .counter__img {
        margin-right: calc(var(--bs-gutter-x) * 0.5 * -1);
    }
}
@media only screen and (max-width: 991px) {
    .main__pros-06 .counter__img {
        padding-top: calc(100% / (16 / 9));
        padding-bottom: unset;
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 575px) {
    .main__pros-06 .counter__img {
        margin-bottom: 40px;
    }
}
.main__pros-06 .counter__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
.main__pros-06 .text-section {
    padding: 100px 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__pros-06 .text-section {
        padding: 50px 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__pros-06 .text-section {
        padding: 50px 50px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__pros-06 .text-section {
        padding: 0;
    }
}
.main__pros-06 .text-section .main-btn {
    margin-top: 85px;
}
@media only screen and (max-width: 1499px) {
    .main__pros-06 .text-section .main-btn {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .main__pros-06 .text-section .main-btn {
        margin-top: 20px;
    }
}
.main__pros-06 .kafelek {
    text-align: left;
}
@media only screen and (min-width: 992px) {
    .main__pros-06 .kafelek__1 {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
}
.main__pros-06 .kafelek__1 .counter-wrapper .number {
    color: rgba(var(--color-accent), 1);
}
@media only screen and (min-width: 992px) {
    .main__pros-06 .kafelek__2 {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
}
.main__pros-06 .kafelek__2 .counter-wrapper .number {
    color: rgba(var(--color-main), 1);
}
.main__pros-06 .kafelek__3 .counter-wrapper .number {
    color: rgba(var(--color-accent2), 1);
}
.main__pros-06 .kafelek .counter-wrapper {
    padding: 70px;
    padding-left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
@media only screen and (max-width: 1799px) {
    .main__pros-06 .kafelek .counter-wrapper {
        padding: 70px 30px;
        padding-left: 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__pros-06 .kafelek .counter-wrapper {
        padding: 20px 40px 20px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__pros-06 .kafelek .counter-wrapper {
        padding: 15px 0;
    }
}
.main__pros-06 .kafelek .counter-wrapper .number {
    position: relative;
    transition: all 0.3s ease;
}
.main__pros-06 .kafelek .counter-wrapper .number.add-space:after {
    margin-left: 10px;
}
.main__pros-06 .kafelek .counter-wrapper .number:after {
    content: attr(data-addon);
}
.main__pros-06 .kafelek .counter-wrapper .desc {
    position: relative;
    margin-top: 20px;
}
.main__recommendation-01 {
    position: relative;
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__recommendation-01 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__recommendation-01 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__recommendation-01 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__recommendation-01 {
        padding: 30px 0;
    }
}
.main__recommendation-01 .pattern-first {
    right: 12px;
    top: 0;
    background: rgba(var(--color-accent2), 1);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.main__recommendation-01 .box-header {
    text-align: left;
    margin-bottom: 85px;
}
@media only screen and (max-width: 1499px) {
    .main__recommendation-01 .box-header {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__recommendation-01 .box-header {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 575px) {
    .main__recommendation-01 .box-header {
        margin-bottom: 30px;
    }
}
.main__recommendation-01 .box-wrapper {
    height: 100%;
    border: 2px solid rgba(var(--color-accent3), 1);
    padding: 80px 101px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media only screen and (max-width: 1499px) {
    .main__recommendation-01 .box-wrapper {
        padding: 60px;
    }
}
@media only screen and (max-width: 991px) {
    .main__recommendation-01 .box-wrapper {
        padding: 40px;
    }
}
@media only screen and (max-width: 575px) {
    .main__recommendation-01 .box-wrapper {
        padding: 40px 30px;
    }
}
.main__recommendation-01 .box-wrapper:hover {
    border-color: rgba(var(--color-main), 1);
}
.main__recommendation-01 .box-wrapper__icon {
    position: relative;
    --w: 40px;
    width: var(--w);
    height: var(--w);
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}
.main__recommendation-01 .box-wrapper__icon .icon {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
}
.main__recommendation-01 .box-wrapper .box-content {
    width: 100%;
}
.main__recommendation-01 .box-wrapper .opinion-author {
    display: flex;
    margin-top: 60px;
}
@media only screen and (max-width: 991px) {
    .main__recommendation-01 .box-wrapper .opinion-author {
        margin-top: 40px;
    }
}
.main__recommendation-01 .box-wrapper .opinion-author * {
    font-size: 16px;
}
.main__recommendation-01 .box-wrapper .opinion-author img {
    --w: 71px;
    width: var(--w);
    height: var(--w);
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin-right: 20px;
}
.main__recommendation-01 .recommendation-slider-1 .slick-track {
    display: flex;
}
.main__recommendation-01 .recommendation-slider-1 .slick-track .slick-slide {
    height: inherit;
    padding: 0 15px;
}
.main__recommendation-01 .main-btn {
    margin-top: 40px;
}
.main__recommendation-01 .recommendation-arrows {
    margin-top: 60px;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-bottom: 2px solid rgba(var(--color-accent3), 1);
    border-top: 2px solid rgba(var(--color-accent3), 1);
}
@media only screen and (max-width: 575px) {
    .main__recommendation-01 .recommendation-arrows {
        margin-top: 50px;
    }
}
.main__recommendation-01 .recommendation-arrows .slick-arrow {
    outline: 0 !important;
    text-indent: -9999px;
    --w: 28px;
    width: var(--w);
    height: var(--w);
    border: none;
    background: 0 0;
    position: relative;
    transition: background-color 0.25s ease;
    will-change: background-color;
    pointer-events: all;
}
.main__recommendation-01 .recommendation-arrows .slick-arrow::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url(/img/ikony/arrow-right.svg);
    mask-image: url(/img/ikony/arrow-right.svg);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: rgba(var(--color-main), 1);
    transition: fitler 0.25s ease;
    will-change: filter;
}
.main__recommendation-01 .recommendation-arrows .slick-arrow.slick-prev::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.main__recommendation-01 .recommendation-arrows .slick-arrow:not(:first-child) {
    margin-left: 1rem;
}
.main__recommendation-02 {
    position: relative;
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__recommendation-02 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__recommendation-02 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__recommendation-02 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__recommendation-02 {
        padding: 30px 0;
    }
}
.main__recommendation-02 .pattern-first {
    -webkit-transform: rotate(-90deg) translateX(50%);
    transform: rotate(-90deg) translateX(50%);
}
.main__recommendation-02 .pattern-second {
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(-90deg) translateX(-50%);
    transform: rotate(-90deg) translateX(-50%);
    background: rgba(var(--color-accent2), 1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
}
.main__recommendation-02 .pattern-third {
    width: 535px;
    height: 419px;
    max-height: 100%;
    background: #fff;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.main__recommendation-02 .recommendation {
    padding: 200px 0;
    background: rgba(var(--color-accent3), 1);
}
@media only screen and (max-width: 1499px) {
    .main__recommendation-02 .recommendation {
        padding: 150px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__recommendation-02 .recommendation {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 767px) {
    .main__recommendation-02 .recommendation {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__recommendation-02 .recommendation {
        padding: 40px 0;
    }
}
.main__recommendation-02 .recommendation__child {
    display: flex;
    position: relative;
    z-index: 3;
    padding: 0 12px;
}
@media only screen and (max-width: 575px) {
    .main__recommendation-02 .recommendation__child {
        display: block;
    }
}
.main__recommendation-02 .recommendation__child--icon {
    margin-right: 98px;
    padding-top: 12px;
    min-width: 53px;
}
@media only screen and (max-width: 991px) {
    .main__recommendation-02 .recommendation__child--icon {
        padding-top: 0;
        margin-right: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .main__recommendation-02 .recommendation__child--icon {
        margin-right: 60px;
    }
}
@media only screen and (max-width: 575px) {
    .main__recommendation-02 .recommendation__child--icon {
        margin-right: 40px;
        margin-bottom: 30px;
    }
}
.main__recommendation-02 .recommendation__child--icon img,
.main__recommendation-02 .recommendation__child--icon svg {
    width: 53px;
    height: 42px;
    -o-object-fit: contain;
    object-fit: contain;
}
.main__recommendation-02 .recommendation__child--text h2 {
    margin: 0;
    letter-spacing: -1px;
    line-height: 1.2;
}
.main__recommendation-02 .recommendation__child--text .opinion-author {
    display: flex;
    margin-top: 120px;
    color: rgba(var(--color-main), 1);
}
@media only screen and (max-width: 991px) {
    .main__recommendation-02 .recommendation__child--text .opinion-author {
        margin-top: 60px;
    }
}
.main__recommendation-02 .recommendation__child--text .opinion-author * {
    font-size: 16px;
}
.main__recommendation-02 .recommendation__child--text .opinion-author img {
    --w: 71px;
    width: var(--w);
    height: var(--w);
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin-right: 20px;
}
.main__recommendation-02 .recommendation__child--text .opinion-author b {
    font-weight: 600;
    margin-right: 8px;
}
.main__recommendation-02 .recommendation-dots {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
@media only screen and (max-width: 991px) {
    .main__recommendation-02 .recommendation-dots {
        justify-content: flex-start;
    }
}
.main__recommendation-02 .recommendation-dots-row {
    position: absolute;
    width: 100%;
    bottom: 0;
}
@media only screen and (max-width: 991px) {
    .main__recommendation-02 .recommendation-dots-row {
        position: relative;
        padding-left: 133px;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .main__recommendation-02 .recommendation-dots-row {
        padding-left: 113px;
    }
}
@media only screen and (max-width: 575px) {
    .main__recommendation-02 .recommendation-dots-row {
        padding-left: 0;
    }
}
.main__recommendation-02 .recommendation-dots .slick-dots {
    list-style-type: none;
    text-align: center;
    display: flex;
    align-items: center;
}
.main__recommendation-02 .recommendation-dots .slick-dots li {
    margin-left: 30px;
}
@media only screen and (max-width: 991px) {
    .main__recommendation-02 .recommendation-dots .slick-dots li {
        margin-right: 30px;
        margin-left: 0;
    }
}
.main__recommendation-02 .recommendation-dots .slick-dots .slick-active button {
    border: 2px solid rgba(var(--color-main), 1);
    width: 10px;
    height: 10px;
    opacity: 1;
}
.main__recommendation-02 .recommendation-dots .slick-dots button {
    font-size: 0;
    border: 2px solid rgba(var(--color-main), 1);
    background: 0 0;
    border-radius: 100%;
    width: 9px;
    height: 9px;
    opacity: 0.2;
    pointer-events: all;
}
.main__recommendation-02 .slick-slide {
    position: relative;
}
.main__video-01 {
    position: relative;
    padding: 100px 0;
    background: rgba(var(--color-main), 1);
}
@media only screen and (max-width: 1499px) {
    .main__video-01 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__video-01 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__video-01 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__video-01 {
        padding: 30px 0;
    }
}
.main__video-01 .pattern-first {
    top: 0;
    left: 0;
}
.main__video-01 .pattern-second {
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    background: rgba(var(--color-accent2), 1);
}
.main__video-01 .box-header {
    text-align: center;
    position: absolute;
    left: 0;
    z-index: 5;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
@media only screen and (max-width: 991px) {
    .main__video-01 .box-header {
        top: 30%;
    }
}
.main__video-01 .box-header h2 {
    color: #fff;
}
@media only screen and (max-width: 575px) {
    .main__video-01 .box-header h2 {
        font-size: 22px;
    }
}
.main__video-01 .video-container {
    position: relative;
    z-index: 1;
    min-height: 250px;
    padding-top: calc(60% / (1 / 1));
    margin: 0 auto;
    overflow: hidden;
}
@media only screen and (min-width: 992px) {
    .main__video-01 .video-container {
        width: 66.66666667%;
    }
}
@media only screen and (max-width: 1499px) {
    .main__video-01 .video-container {
        padding-top: calc(66% / (4 / 3));
    }
}
.main__video-01 .video-container.cover-hidden:hover .video-controls {
    display: flex !important;
}
.main__video-01 .video-container.cover-hidden.hide-text + .box-header {
    display: none;
}
.main__video-01 .video-container.cover-hidden + .box-header {
    opacity: 0.8;
}
.main__video-01 .video-container[data-autoplay="true"] .player-wrapper {
    opacity: 1;
    pointer-events: all;
}
.main__video-01 .video-container[data-autoplay="true"] .play-btn {
    display: none;
}
@media only screen and (max-width: 991px) {
    .main__video-01 .video-container[data-autoplay="true"] .video-controls {
        display: flex !important;
    }
}
.main__video-01 .video-container .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.7s linear;
    z-index: -1;
}
.main__video-01 .video-container .background img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main__video-01 .video-container .background:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, var(--darken));
}
.main__video-01 .video-container .player-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 0.7s linear;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}
@media only screen and (max-width: 1199px) {
    .main__video-01 .video-container .player-wrapper {
        width: 100%;
    }
}
.main__video-01 .video-container .player-wrapper .video-box {
    width: 100%;
    height: 100%;
}
.main__video-01 .video-container .player-wrapper .video-box .video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main__video-01 .video-container .buttons-wrapper {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 115px;
    width: 100%;
}
@media only screen and (max-width: 1199px) {
    .main__video-01 .video-container .buttons-wrapper {
        bottom: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .main__video-01 .video-container .buttons-wrapper {
        bottom: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .main__video-01 .video-container .buttons-wrapper {
        bottom: 35px;
    }
}
.main__video-01 .video-container .video-controls {
    display: none !important;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: unset;
    top: unset;
}
@media only screen and (max-width: 767px) {
    .main__video-01 .video-container .video-controls {
        bottom: -20px;
    }
}
.main__video-02 {
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__video-02 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__video-02 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__video-02 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__video-02 {
        padding: 30px 0;
    }
}
.main__video-02 .video-section {
    position: relative;
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__video-02 .video-section {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__video-02 .video-section {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__video-02 .video-section {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__video-02 .video-section {
        padding: 30px 0;
    }
}
.main__video-02 .text-section__left {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 58%;
    padding: 0 12px;
}
@media only screen and (min-width: 1921px) {
    .main__video-02 .text-section__left {
        width: 56%;
    }
}
@media only screen and (max-width: 1799px) {
    .main__video-02 .text-section__left {
        width: 60%;
    }
}
@media only screen and (max-width: 991px) {
    .main__video-02 .text-section__left {
        position: relative;
        width: 100%;
        height: auto;
        padding: 0;
    }
}
.main__video-02 .text-section__left .video-container {
    position: relative;
    z-index: 1;
    min-height: 250px;
    height: 100%;
    max-height: 85vh;
    overflow: hidden;
    margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
    .main__video-02 .text-section__left .video-container {
        padding-top: calc(100% * (9 / 16));
        margin-bottom: 0;
    }
}
.main__video-02 .text-section__left .video-container.cover-hidden:hover .video-controls {
    display: flex !important;
}
.main__video-02 .text-section__left .video-container[data-autoplay="true"] .player-wrapper {
    opacity: 1;
    pointer-events: all;
}
.main__video-02 .text-section__left .video-container[data-autoplay="true"] .play-btn {
    display: none;
}
@media only screen and (max-width: 991px) {
    .main__video-02 .text-section__left .video-container[data-autoplay="true"] .video-controls {
        display: flex !important;
    }
}
.main__video-02 .text-section__left .video-container .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.7s linear;
    z-index: -1;
}
.main__video-02 .text-section__left .video-container .background img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main__video-02 .text-section__left .video-container .background:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, var(--darken));
}
.main__video-02 .text-section__left .video-container .player-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 0.7s linear;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}
@media only screen and (max-width: 1199px) {
    .main__video-02 .text-section__left .video-container .player-wrapper {
        width: 100%;
    }
}
.main__video-02 .text-section__left .video-container .player-wrapper .video-box {
    width: 103%;
    height: 100%;
}
.main__video-02 .text-section__left .video-container .player-wrapper .video-box .video {
    width: 100%;
    height: 103%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main__video-02 .text-section__left .video-container .play-btn {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(var(--color-main), 1);
    background: #fff;
    cursor: pointer;
    transition: all 0.4s ease;
    z-index: 5;
}
.main__video-02 .text-section__left .video-container .play-btn:hover {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
}
.main__video-02 .text-section__left .video-container .play-btn:hover::after {
    border-color: #fff;
    -webkit-transform: translate(-50%, -50%) scale(1.4);
    transform: translate(-50%, -50%) scale(1.4);
}
.main__video-02 .text-section__left .video-container .play-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    width: 100%;
    height: 100%;
    background-color: transparent;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    transition: border-color 0.7s ease, -webkit-transform 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    transition: border-color 0.7s ease, transform 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    transition: border-color 0.7s ease, transform 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15), -webkit-transform 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15);
}
.main__video-02 .text-section__left .video-container .play-btn svg {
    width: 18px;
    height: 21px;
    fill: rgba(var(--color-accent), 1);
    margin-left: 5px;
    margin-top: 2px;
}
.main__video-02 .text-section__left .video-container .video-controls {
    display: none !important;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: unset;
    top: unset;
}
@media only screen and (max-width: 767px) {
    .main__video-02 .text-section__left .video-container .video-controls {
        bottom: 20px;
    }
}
.main__video-02 .text-section__right {
    position: relative;
    width: 58%;
    margin-left: auto;
    margin-right: 0;
}
@media only screen and (max-width: 1499px) {
    .main__video-02 .text-section__right {
        width: 50%;
    }
}
@media only screen and (max-width: 991px) {
    .main__video-02 .text-section__right {
        width: 100%;
        height: 100%;
        display: flex;
    }
}
.main__video-02 .text-section__right .number {
    margin-left: 200px;
    margin-bottom: -50px;
    margin-top: 20px;
    position: relative;
    font-family: var(--font-header), sans-serif;
    font-size: 168px;
    font-weight: 700;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: rgba(var(--color-accent), 1);
    color: transparent;
    pointer-events: none;
}
@media only screen and (max-width: 1499px) {
    .main__video-02 .text-section__right .number {
        font-size: 156px;
        margin-left: 85px;
        margin-bottom: -10px;
        margin-top: -10px;
    }
}
@media only screen and (max-width: 1429px) {
    .main__video-02 .text-section__right .number {
        font-size: 145px;
        margin-left: 64px;
        margin-bottom: -15px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__video-02 .text-section__right .number {
        margin-left: 45px;
    }
}
@media only screen and (max-width: 991px) {
    .main__video-02 .text-section__right .number {
        position: absolute;
        top: -120px;
        right: 40px;
        bottom: unset;
        display: none;
    }
}
.main__video-02 .text-section__right .number.hide {
    opacity: 0;
}
.main__video-02 .text-section__right--text {
    background: rgba(var(--color-accent3), 1);
    padding: 110px 185px 110px 135px;
    margin: 80px 0 80px auto;
}
@media only screen and (max-width: 1499px) {
    .main__video-02 .text-section__right--text {
        padding: 70px 130px 60px 100px;
        margin: 0 0 50px auto;
    }
}
@media only screen and (max-width: 1429px) {
    .main__video-02 .text-section__right--text {
        padding: 60px 100px 50px 70px;
    }
}
@media only screen and (max-width: 575px) {
    .main__video-02 .text-section__right--text {
        padding: 40px 30px 60px;
    }
}
.main__video-02 .text-section__right--text h3 {
    margin: 0;
}
.main__video-02 .text-section__right--text div {
    max-width: 600px;
    margin-top: 50px;
}
@media only screen and (max-width: 1429px) {
    .main__video-02 .text-section__right--text div {
        margin-top: 40px;
    }
}
.main__video-02 .text-section .container.large {
    position: relative;
    overflow: hidden;
    height: 100%;
    margin-bottom:-2px;
}
.main__video-02 .video-slider .slick-track {
    display: flex;
}
.main__video-02 .video-slider .slick-track .slick-slide {
    height: inherit;
}
.main__video-02 .video-slider-dots {
    position: absolute;
    top: 230px;
    right: 0;
    z-index: 3;
    width: 100%;
}
@media only screen and (max-width: 1499px) {
    .main__video-02 .video-slider-dots {
        top: 175px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__video-02 .video-slider-dots {
        top: 140px;
    }
}
@media only screen and (max-width: 991px) {
    .main__video-02 .video-slider-dots {
        top: unset;
        bottom: 100px;
    }
}
.main__video-02 .video-slider-dots .container {
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.main__video-02 .video-slider-dots .slick-dots {
    list-style-type: none;
    display: flex;
    pointer-events: all;
    margin-right: 130px;
}
@media only screen and (max-width: 1499px) {
    .main__video-02 .video-slider-dots .slick-dots {
        margin-right: 80px;
    }
}
@media only screen and (max-width: 1429px) {
    .main__video-02 .video-slider-dots .slick-dots {
        margin-right: 60px;
    }
}
.main__video-02 .video-slider-dots .slick-dots .slick-active button {
    border: 2px solid rgba(var(--color-main), 1);
    opacity: 1;
    width: 10px;
    height: 10px;
}
.main__video-02 .video-slider-dots .slick-dots li:last-child button {
    margin: 0;
}
.main__video-02 .video-slider-dots .slick-dots button {
    font-size: 0;
    border: 2px solid rgba(var(--color-main), 1);
    opacity: 0.2;
    background: 0 0;
    border-radius: 100%;
    width: 9px;
    height: 9px;
    margin-right: 25px;
}
.main__video-03 {
    position: relative;
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__video-03 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__video-03 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__video-03 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__video-03 {
        padding: 30px 0;
    }
}
.main__video-03 .box-header {
    text-align: center;
    margin-bottom: 85px;
}
@media only screen and (max-width: 1499px) {
    .main__video-03 .box-header {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 991px) {
    .main__video-03 .box-header {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .main__video-03 .box-header {
        margin-bottom: 20px;
    }
}
.main__video-03 .video-container {
    position: relative;
    z-index: 1;
    min-height: 250px;
    padding-top: calc(100% / (764 / 648));
    overflow: hidden;
    margin-bottom: 24px;
}
.main__video-03 .video-container.cover-hidden:hover .video-controls {
    display: flex !important;
}
.main__video-03 .video-container[data-autoplay="true"] .player-wrapper {
    opacity: 1;
    pointer-events: all;
}
.main__video-03 .video-container[data-autoplay="true"] .play-btn {
    display: none;
}
@media only screen and (max-width: 991px) {
    .main__video-03 .video-container[data-autoplay="true"] .video-controls {
        display: flex !important;
    }
}
.main__video-03 .video-container .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.7s linear;
    z-index: -1;
}
.main__video-03 .video-container .background img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main__video-03 .video-container .background:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, var(--darken));
}
.main__video-03 .video-container .player-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all 0.7s linear;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}
@media only screen and (max-width: 1199px) {
    .main__video-03 .video-container .player-wrapper {
        width: 100%;
    }
}
.main__video-03 .video-container .player-wrapper .video-box {
    width: 100%;
    height: 100%;
}
.main__video-03 .video-container .player-wrapper .video-box .video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main__video-03 .video-container .play-btn {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(var(--color-main), 1);
    background: #fff;
    cursor: pointer;
    transition: all 0.4s ease;
    z-index: 5;
}
.main__video-03 .video-container .play-btn:hover {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
}
.main__video-03 .video-container .play-btn:hover::after {
    border-color: #fff;
    -webkit-transform: translate(-50%, -50%) scale(1.4);
    transform: translate(-50%, -50%) scale(1.4);
}
.main__video-03 .video-container .play-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    width: 100%;
    height: 100%;
    background-color: transparent;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    transition: border-color 0.7s ease, -webkit-transform 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    transition: border-color 0.7s ease, transform 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15);
    transition: border-color 0.7s ease, transform 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15), -webkit-transform 0.25s cubic-bezier(0.51, 0.92, 0.24, 1.15);
}
.main__video-03 .video-container .play-btn svg {
    width: 18px;
    height: 21px;
    fill: rgba(var(--color-accent), 1);
    margin-left: 5px;
    margin-top: 2px;
}
.main__video-03 .video-container .video-controls {
    display: none !important;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: unset;
    top: unset;
}
@media only screen and (max-width: 767px) {
    .main__video-03 .video-container .video-controls {
        bottom: 20px;
    }
}
.hr {
    border-bottom: 2px solid rgba(var(--color-main), 1);
    opacity: 0.2;
}
svg.icon path {
    fill: rgba(var(--color-accent), 1);
    pointer-events: none;
}
.box-header {
    text-align: center;
}
.box-header h1,
.box-header h2,
.box-header h3,
.box-header h4,
.box-header h5,
.box-header h6 {
    margin: 0;
}
.box-header h3 {
    font-weight: 300;
    font-family: var(--font-text), sans-serif;
}
.box-header strong {
    color: rgba(var(--color-accent), 1);
    position: relative;
    font-weight: 600;
    display: inline-block;
}
.box-header strong:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 90%;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-image: url(/img/ikony/line.svg);
    mask-image: url(/img/ikony/line.svg);
    background: rgba(var(--color-accent), 1);
    height: 18px;
    z-index: 3;
    pointer-events: none;
}
.footer__01 {
    color: #fff;
    position: relative;
    overflow: hidden;
}
.footer__01 .pattern-first {
    right: 100%;
    bottom: 100px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.footer__01 .pattern-second {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #fff;
    opacity: 0.1;
    bottom: 0;
    left: 0;
    width: 835px;
    height: 417px;
}
.footer__01 .pattern-third {
    left: calc(100% + 40px);
    bottom: 0;
}
.footer__01 .newsletter {
    position: relative;
    z-index: 3;
}
.footer__01 .newsletter h3 {
    margin-top: 0;
    margin-bottom: 70px;
}
@media only screen and (max-width: 1199px) {
    .footer__01 .newsletter h3 {
        margin-bottom: 30px;
    }
}
.footer__01 .newsletter h3 strong {
    position: relative;
}
.footer__01 .newsletter h3 strong:before {
    content: "";
    position: absolute;
    left: -15px;
    right: -15px;
    top: 100%;
    height: 20px;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-image: url(/img/ikony/underline.svg);
    mask-image: url(/img/ikony/underline.svg);
    background: rgba(var(--color-accent2), 1);
    z-index: 3;
    pointer-events: none;
}
.footer__01 .newsletter__wrapper {
    background: rgba(var(--color-accent3), 1);
    padding: 89px 134px;
    margin-bottom: -100px;
    position: relative;
}
@media only screen and (max-width: 1199px) {
    .footer__01 .newsletter__wrapper {
        padding: 70px 100px;
        text-align: center;
    }
}
@media only screen and (max-width: 991px) {
    .footer__01 .newsletter__wrapper {
        padding: 40px 50px;
    }
}
@media only screen and (max-width: 575px) {
    .footer__01 .newsletter__wrapper {
        padding: 40px 15px;
    }
}
.footer__01 .newsletter__wrapper--input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
@media only screen and (max-width: 1199px) {
    .footer__01 .newsletter__wrapper--input {
        flex-wrap: wrap;
        justify-content: center;
    }
}
.footer__01 .newsletter__wrapper--input .pattern {
    -webkit-mask-image: url(/uploads/images/ikony/arrow_box-01.svg);
    mask-image: url(/uploads/images/ikony/arrow_box-01.svg);
    width: 140px;
    height: 34px;
    right: 100px;
    bottom: calc(100% + 10px);
    -webkit-transform: translateX(-40%) rotate(180deg) scaleX(-1);
    transform: translateX(-40%) rotate(180deg) scaleX(-1);
}
@media only screen and (min-width: 1921px) {
    .footer__01 .newsletter__wrapper--input .pattern {
        right: 110px;
    }
}
.footer__01 .newsletter__wrapper--input:after {
    content: "";
    position: absolute;
    top: 30px;
    left: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    -webkit-mask-image: url(/img/ikony/email.svg);
    mask-image: url(/img/ikony/email.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: rgba(var(--color-accent), 1);
}
@media only screen and (max-width: 575px) {
    .footer__01 .newsletter__wrapper--input:after {
        left: 20px;
    }
}
.footer__01 .newsletter__wrapper--input .mail {
    border-radius: var(--rounded-corners2);
    border: none;
    height: 60px;
    display: block;
    width: 75%;
    margin-right: 40px;
    outline: 0;
    padding-left: 100px;
    padding-right: 60px;
}
@media only screen and (min-width: 1921px) {
    .footer__01 .newsletter__wrapper--input .mail {
        width: 80%;
    }
}
@media only screen and (max-width: 1199px) {
    .footer__01 .newsletter__wrapper--input .mail {
        width: 100%;
        margin-right: 0;
    }
}
@media only screen and (max-width: 575px) {
    .footer__01 .newsletter__wrapper--input .mail {
        padding-left: 50px;
        padding-right: 20px;
    }
}
.footer__01 .newsletter__wrapper--input .main-btn {
    color: #fff;
}
@media only screen and (max-width: 1199px) {
    .footer__01 .newsletter__wrapper--input .main-btn {
        margin-top: 30px;
    }
}
.footer__01 .footer {
    background: rgba(var(--color-main), 1);
}
.footer__01 .footer.withNewsletter {
    padding-top: 100px;
}
.footer__01 .footer__top {
    position: relative;
    padding: 80px 0;
}
@media only screen and (max-width: 991px) {
    .footer__01 .footer__top {
        padding: 50px 0 20px;
    }
}
.footer__01 .footer__top h1,
.footer__01 .footer__top h2,
.footer__01 .footer__top h3,
.footer__01 .footer__top h4,
.footer__01 .footer__top h5,
.footer__01 .footer__top h6 {
    color: #fff;
}
@media only screen and (max-width: 991px) {
    .footer__01 .footer__top--left {
        text-align: center;
    }
}
.footer__01 .footer__top--left .logo img {
    max-width: 120px;
    max-height: 70px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.footer__01 .footer__top--left-text {
    display: flex;
    flex-wrap: wrap;
    margin-top: 65px;
}
@media only screen and (max-width: 991px) {
    .footer__01 .footer__top--left-text {
        margin-top: 30px;
    }
}
.footer__01 .footer__top--left-text h2 {
    font-weight: 400;
    padding-right: 70px;
}
@media only screen and (max-width: 1199px) {
    .footer__01 .footer__top--left-text h2 {
        padding-right: 0;
    }
}
.footer__01 .footer__top--left-text .contact-info {
    width: 50%;
}
@media only screen and (max-width: 1199px) {
    .footer__01 .footer__top--left-text .contact-info {
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .footer__01 .footer__top--left-text .contact-info {
        text-align: center;
    }
}
.footer__01 .footer__top--left-text .contact-info:nth-child(2) {
    text-align: center;
}
@media only screen and (max-width: 1199px) {
    .footer__01 .footer__top--left-text .contact-info:nth-child(2) {
        text-align: left;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .footer__01 .footer__top--left-text .contact-info:nth-child(2) {
        margin-top: 20px;
        text-align: center;
    }
}
.footer__01 .footer__top--left-text .contact-info .info__phone {
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
}
.footer__01 .footer__top--left-text .contact-info .info__mail {
    color: rgba(var(--color-accent), 1);
    font-weight: 600;
    text-decoration: underline;
    font-size: 30px;
    transition: all 0.3s;
}
.footer__01 .footer__top--left-text .contact-info .info__mail:hover {
    color: rgba(var(--color-accent2), 1);
}
.footer__01 .footer__top--left-text .contact-info .contact-address {
    font-size: 17px;
    margin-top: 20px;
}
.footer__01 .footer__top--left .main-btn {
    margin-top: 80px;
    color: rgba(var(--color-main), 1);
}
@media only screen and (max-width: 991px) {
    .footer__01 .footer__top--left .main-btn {
        margin-top: 30px;
    }
}
.footer__01 .footer__top--left .main-btn:hover {
    color: rgba(var(--color-accent2), 1);
}
.footer__01 .footer__top--right {
    display: flex;
    flex-direction: column;
   /* align-items: flex-end;  */
   align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    position: relative;
}
@media only screen and (max-width: 991px) {
    .footer__01 .footer__top--right {
        text-align: center;
        align-items: center;
        justify-content: flex-start;
    }
}
@media only screen and (max-width: 991px) {
    .footer__01 .footer__top--right nav {
        display: none;
    }
}
.footer__01 .footer__top--right nav ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 90px;
    -moz-column-gap: 90px;
    column-gap: 90px;
}
.footer__01 .footer__top--right nav ul li {
    list-style-type: none;
}
.footer__01 .footer__top--right nav ul li a,
.footer__01 .footer__top--right nav ul li span {
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
    font-weight: 300;
    font-size: 17px;
}
.footer__01 .footer__top--right nav ul li a:hover,
.footer__01 .footer__top--right nav ul li span:hover {
    color: rgba(var(--color-accent2), 1) !important;
}
.footer__01 .footer__top--right nav ul li a.currentpage,
.footer__01 .footer__top--right nav ul li span.currentpage {
    color: rgba(var(--color-accent), 1);
}
.footer__01 .footer__top--right .external-links {
    margin-top: 80px;
    display: flex;
    justify-content: flex-end;
    padding: 0 5px;
}
@media only screen and (max-width: 991px) {
    .footer__01 .footer__top--right .external-links {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        margin-top: 30px;
    }
}
.footer__01 .footer__top--right .external-links a {
    text-decoration: none;
    color: inherit;
    font-size: 14px;
    color: #fff;
    padding-left: 20px;
}
@media only screen and (max-width: 991px) {
    .footer__01 .footer__top--right .external-links a {
        padding-left: 0;
    }
}
.footer__01 .footer__top--right .external-links a:hover {
    color: rgba(var(--color-accent2), 1);
}
.footer__01 .footer__top--right .social-media {
    margin-top: 80px;
    display: inline-flex;
    max-width: unset;
    justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
}
@media only screen and (max-width: 991px) {
    .footer__01 .footer__top--right .social-media {
        margin-top: 50px;
        justify-content: center;
    }
}
.footer__01 .footer__top--right .social-media.text a {
    color: #fff;
}
.footer__01 .footer__top--right .social-media a[href*="youtube"] .icon {
    margin: 0 7px;
}
.footer__01 .footer__top--right .social-media a {
    letter-spacing: 1.17px;
    font-weight: 600;
    color: rgba(var(--color-main), 1);
}
.footer__01 .footer__top--right .social-media a[class^="font-size-"] {
    margin-right: 40px;
}
@media only screen and (max-width: 991px) {
    .footer__01 .footer__top--right .social-media a[class^="font-size-"] {
        margin: 0 20px;
        margin-bottom: 10px;
    }
}
.footer__01 .footer__top--right .social-media a[class^="font-size-"]:last-child {
    margin-right: 0;
}
.footer__01 .footer__top--right .social-media svg:hover path {
    fill: rgba(var(--color-accent2), 1);
}
.footer__01 .footer__top--right .social-media svg path {
    fill: rgba(var(--color-accent), 1);
}
.footer__01 .footer__top__block {
    margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
    .footer__01 .footer__top__block {
        display: none;
    }
}
.footer__01 .footer__bottom {
    background: #fff;
    padding: 30px 0;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 991px) {
    .footer__01 .footer__bottom {
        text-align: center;
        margin-top: 0;
    }
}
.footer__01 .footer__bottom--right {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
    .footer__01 .footer__bottom--right {
        text-align: center;
        margin-top: 20px;
        justify-content: center;
    }
}
.footer__01 .footer__bottom--right .signature {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
@media only screen and (max-width: 991px) {
    .footer__01 .footer__bottom--right .signature {
        justify-content: center;
    }
}
.footer__01 .footer__bottom--right .signature__smartwww {
    margin-bottom: -2px;
    opacity: 0.5;
    transition: all 0.3s;
}
.footer__01 .footer__bottom--right .signature__smartwww:hover {
    opacity: 1;
}
.footer__01 .footer__bottom--right .signature__smartwww img,
.footer__01 .footer__bottom--right .signature__smartwww svg {
    height: 14px;
    width: 101px;
}
.footer__01 .footer__bottom--right .signature__by {
    padding-top: 2px;
    margin: 0 8px;
}
.footer__01 .footer__bottom--right .signature__webiso {
    opacity: 0.5;
    transition: all 0.3s;
    margin-top: -1px;
}
.footer__01 .footer__bottom--right .signature__webiso:hover {
    opacity: 1;
}
.footer__01 .footer__bottom--right .signature__webiso img,
.footer__01 .footer__bottom--right .signature__webiso svg {
    height: 14px;
    width: 63px;
}
.footer__01 .footer__bottom--right .signature .icon path,
.footer__01 .footer__bottom--right .signature .icon polygon {
    fill: #000;
}
.footer__01 .footer__bottom--right a {
    text-decoration: none;
    color: inherit;
}
.footer__01 .footer__bottom--right a:hover {
    color: rgba(var(--color-accent), 1);
    opacity: 1;
}
.footer__01 .footer__bottom--right a.smartwww .icon {
    margin-top: -5px;
    margin-right: 10px;
}
@media only screen and (max-width: 991px) {
    .footer__01 .footer__bottom--right a.smartwww .icon {
        margin-left: 0;
    }
}
.footer__01 .footer__bottom--right a.smartwww .icon:hover path {
    fill: rgba(var(--color-accent), 1);
}
.footer__01 .footer__bottom--right a.smartwww .icon path {
    fill: rgba(var(--color-main), 1);
}
.footer__01 .footer__bottom--right a.webiso .icon {
    margin-top: -7px;
    margin-left: 10px;
}
@media only screen and (max-width: 991px) {
    .footer__01 .footer__bottom--right a.webiso .icon {
        margin-left: 0;
    }
}
.footer__01 .footer__bottom--right a.webiso .icon:hover path {
    fill: rgba(var(--color-accent), 1);
}
.footer__01 .footer__bottom--right a.webiso .icon path {
    fill: rgba(var(--color-main), 1);
}
.footer__01 a {
    color: #fff;
    text-decoration: none;
}
.footer__01 a:hover {
    text-decoration: underline;
    color: rgba(var(--color-accent2), 1);
}
.footer__02 {
    color: rgba(var(--font-dark-color), 1);
    background: rgba(var(--color-accent3), 1);
    position: relative;
}
.footer__02 .footer__top {
    padding: 80px 0;
}
@media only screen and (max-width: 991px) {
    .footer__02 .footer__top {
        padding: 50px 0 20px;
    }
}
.footer__02 .footer__top--left {
    height: 100%;
    display: flex;
}
@media only screen and (max-width: 991px) {
    .footer__02 .footer__top--left {
        justify-content: center;
    }
}
.footer__02 .footer__top--left .logo.invert img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.footer__02 .footer__top--left .logo img {
    max-width: 160px;
    max-height: 70px;
}
@media only screen and (max-width: 991px) {
    .footer__02 .footer__top--right {
        text-align: center;
    }
}
@media only screen and (max-width: 991px) {
    .footer__02 .footer__top--right nav {
        display: none;
    }
}
.footer__02 .footer__top--right nav ul[data-depth="0"] > li span,
.footer__02 .footer__top--right nav ul[data-depth="0"] > li > a {
    font-weight: 400;
    color: rgba(var(--color-main), 1);
    font-size: 17px;
}
.footer__02 .footer__top--right nav ul[data-depth="0"] > li span:hover,
.footer__02 .footer__top--right nav ul[data-depth="0"] > li > a:hover {
    color: rgba(var(--color-accent2), 1) !important;
}
.footer__02 .footer__top--right nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.footer__02 .footer__top--right nav ul li {
    list-style-type: none;
    padding-left: 40px;
}
.footer__02 .footer__top--right nav ul li a,
.footer__02 .footer__top--right nav ul li span {
    margin-bottom: 32px;
    display: inline-block;
}
.footer__02 .footer__top__block {
    margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
    .footer__02 .footer__top__block {
        display: none;
    }
}
.footer__02 .footer__center {
    padding-bottom: 80px;
}
@media only screen and (max-width: 991px) {
    .footer__02 .footer__center {
        text-align: center;
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .footer__02 .footer__center .main-btn {
        margin-top: 20px;
    }
}
.footer__02 .footer__center .main-btn:hover {
    color: rgba(var(--color-accent2), 1);
}
.footer__02 .footer__center .social-media {
    margin-top: 80px;
    display: inline-flex;
    max-width: unset;
    justify-content: flex-start;
    flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
    .footer__02 .footer__center .social-media {
        margin-top: 50px;
        justify-content: center;
    }
}
.footer__02 .footer__center .social-media a[href*="youtube"] .icon {
    margin: 0 7px;
}
.footer__02 .footer__center .social-media a {
    letter-spacing: 1.17px;
    font-weight: 600;
    color: rgba(var(--color-main), 1);
}
.footer__02 .footer__center .social-media a[class^="font-size-"] {
    margin-right: 40px;
}
@media only screen and (max-width: 991px) {
    .footer__02 .footer__center .social-media a[class^="font-size-"] {
        margin: 0 20px;
        margin-bottom: 10px;
    }
}
.footer__02 .footer__center .social-media a[class^="font-size-"]:last-child {
    margin-right: 0;
}
.footer__02 .footer__center .social-media svg path {
    fill: rgba(var(--color-main), 1);
}
.footer__02 .footer__center h2 {
    font-size: 22px;
    font-weight: 400;
}
.footer__02 .footer__center .contact-info {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
    .footer__02 .footer__center .contact-info {
        margin-top: 50px;
        justify-content: center;
    }
}
.footer__02 .footer__center .contact-info p {
    margin: 0;
    margin-left: auto;
}
@media only screen and (max-width: 991px) {
    .footer__02 .footer__center .contact-info p {
        margin: unset;
        width: 100%;
    }
}
.footer__02 .footer__center .contact-info .icon path {
    fill: rgba(var(--color-main), 1);
}
.footer__02 .footer__center .contact-info .info__phone {
    margin: 0;
    color: rgba(var(--color-main), 1);
    font-weight: 600;
    font-size: 30px;
}
.footer__02 .footer__center .contact-info .info__phone:hover {
    color: rgba(var(--color-main), 1);
}
.footer__02 .footer__center .contact-info .info__mail {
    padding-left: 40px;
}
@media only screen and (max-width: 991px) {
    .footer__02 .footer__center .contact-info .info__mail {
        padding-left: 0;
    }
}
.footer__02 .footer__center .contact-info .info__mail a {
    color: rgba(var(--color-accent), 1);
    font-weight: 600;
    text-decoration: underline;
    font-size: 30px;
    transition: all 0.3s;
}
.footer__02 .footer__center .contact-info .info__mail a:hover {
    color: rgba(var(--color-accent2), 1);
}
.footer__02 .footer__center .external-links {
    margin-top: 80px;
    display: flex;
    justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
    .footer__02 .footer__center .external-links {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        margin-top: 40px;
    }
}
.footer__02 .footer__center .external-links a {
    text-decoration: none;
    color: inherit;
    font-size: 14px;
    color: rgba(var(--color-main), 1);
    padding-left: 20px;
}
@media only screen and (max-width: 991px) {
    .footer__02 .footer__center .external-links a {
        padding-left: 0;
    }
}
.footer__02 .footer__center .external-links a:hover {
    color: rgba(var(--color-accent), 1);
    opacity: 1;
}
.footer__02 .footer__bottom {
    padding: 30px 0;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 991px) {
    .footer__02 .footer__bottom {
        text-align: center;
        margin-top: 0;
    }
}
.footer__02 .footer__bottom--right {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
    .footer__02 .footer__bottom--right {
        text-align: center;
        margin-top: 20px;
        justify-content: center;
    }
}
.footer__02 .footer__bottom--right .signature {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
@media only screen and (max-width: 991px) {
    .footer__02 .footer__bottom--right .signature {
        justify-content: center;
    }
}
.footer__02 .footer__bottom--right .signature__smartwww {
    margin-bottom: -2px;
    opacity: 0.5;
    transition: all 0.3s;
}
.footer__02 .footer__bottom--right .signature__smartwww:hover {
    opacity: 1;
}
.footer__02 .footer__bottom--right .signature__smartwww img,
.footer__02 .footer__bottom--right .signature__smartwww svg {
    height: 14px;
    width: 101px;
}
.footer__02 .footer__bottom--right .signature__by {
    padding-top: 2px;
    margin: 0 8px;
    opacity: 0.5;
}
.footer__02 .footer__bottom--right .signature__webiso {
    opacity: 0.5;
    transition: all 0.3s;
    margin-top: -1px;
}
.footer__02 .footer__bottom--right .signature__webiso:hover {
    opacity: 1;
}
.footer__02 .footer__bottom--right .signature__webiso img,
.footer__02 .footer__bottom--right .signature__webiso svg {
    height: 14px;
    width: 63px;
}
.footer__02 .footer__bottom--right .signature .icon path,
.footer__02 .footer__bottom--right .signature .icon polygon {
    fill: #000;
}
.footer__02 .footer__bottom--right a {
    text-decoration: none;
    color: inherit;
}
.footer__02 .footer__bottom--right a:hover {
    color: rgba(var(--color-accent), 1);
    opacity: 1;
}
.footer__02 .footer__bottom--right a.smartwww .icon {
    margin-top: -5px;
    margin-right: 10px;
}
@media only screen and (max-width: 991px) {
    .footer__02 .footer__bottom--right a.smartwww .icon {
        margin-left: 0;
    }
}
.footer__02 .footer__bottom--right a.smartwww .icon:hover path {
    fill: rgba(var(--color-accent), 1);
}
.footer__02 .footer__bottom--right a.smartwww .icon path {
    fill: rgba(var(--color-main), 1);
}
.footer__02 .footer__bottom--right a.webiso .icon {
    margin-top: -7px;
    margin-left: 10px;
}
@media only screen and (max-width: 991px) {
    .footer__02 .footer__bottom--right a.webiso .icon {
        margin-left: 0;
    }
}
.footer__02 .footer__bottom--right a.webiso .icon:hover path {
    fill: rgba(var(--color-accent), 1);
}
.footer__02 .footer__bottom--right a.webiso .icon path {
    fill: rgba(var(--color-main), 1);
}
.footer__02 a {
    color: rgba(var(--font-dark-color), 1);
    text-decoration: none;
}
.footer__02 a:hover {
    text-decoration: underline;
    color: rgba(var(--color-accent), 1);
}
.footer__02 a.currentpage {
    color: rgba(var(--color-main), 1);
}
.social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 170px;
}
.social-media a[href*="youtube"] .icon {
    margin: 0 7px;
}
.social-media img,
.social-media svg {
    width: 30px;
    margin: 2px;
    max-height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
}
.social-media img:hover path,
.social-media svg:hover path {
    fill: rgba(var(--color-accent), 1) !important;
}
.social-media img.fb path:nth-child(2),
.social-media svg.fb path:nth-child(2) {
    fill: transparent !important;
}
.bg-preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(var(--color-main), 1);
    z-index: 999999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg-preloader img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    opacity: 0.5;
    height: 25%;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 80%;
}
.button-wrapper {
    text-align: center;
    padding: 0 12px;
}
#galleryOverlay .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 43px;
    width: 43px;
    background-color: #000;
    -moz-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    border-radius: 5px;
    transition: 0.3s;
    opacity: 0.6;
    content: "";
    cursor: pointer;
}
@media only screen and (min-width: 992px) {
    #galleryOverlay .close-btn {
        top: 60px;
        right: 40px;
    }
}
#galleryOverlay .close-btn:hover {
    opacity: 1;
}
#galleryOverlay .close-btn::before {
    position: absolute;
    top: 20px;
    left: 9px;
    width: 60%;
    height: 3px;
    background-color: #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#galleryOverlay .close-btn::after {
    position: absolute;
    top: 20px;
    left: 9px;
    width: 60%;
    height: 3px;
    background-color: #fff;
    content: "";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.section-menu {
    position: sticky;
    position: -webkit-sticky;
    top: 88px;
    background: rgba(var(--color-main), 1);
    z-index: 9;
}
.section-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    padding: 10px;
}
.section-menu ul li a {
    text-decoration: none;
    color: #fff;
    padding: 8px 16px;
    font-weight: 500;
    font-size: 16px;
}
.section-menu ul li a:hover {
    color: rgba(var(--color-accent2), 1);
}
.background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.smheader {
    color: rgba(var(--color-accent), 1);
    text-transform: uppercase;
    font-family: var(--font-header), sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
    display: inline-flex;
}
.main__contact-form-02:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: var(--color-accent2);
    background-color: rgba(var(--color-accent2), 0.9);
}

.nothome .cartMenu, #produkt .cartMenu, #koszyk .cartMenu {color:#fff}

.nothome .input-wrapper .search-icon svg path, #produkt .input-wrapper .search-icon svg path, #koszyk .input-wrapper .search-icon svg path {
    fill: #fff;
}

.nothome .header.lower .header__menu-01 .menu__bottom .container .logo img,.nothome  .header.lower .header__menu-01 .menu__bottom .container .logo svg {
    filter: none;
}
.footer .footer__right--block  .contact-info {    text-align: right;
    padding-top: 100px;}
.footer .footer__right--block  .contact-info .info__phone{    font-size: 28px;}
.footer .footer__right--block  .contact-info .info__mail{    font-size: 28px;}
.footer__right--block {z-index: 1;}
.footer__01 .footer__top--right {
   padding-top:100px
}

.footer__01 .footer__top--right .external-links {display: none;}

.main__timeline-01 {
    position: relative;
    padding: 100px 0;
}
@media only screen and (max-width: 1499px) {
    .main__timeline-01 {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .main__timeline-01 {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 991px) {
    .main__timeline-01 {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 575px) {
    .main__timeline-01 {
        padding: 30px 0;
    }
}
.main__timeline-01 .box-header {
    text-align: center;
    margin-bottom: 85px;
    color: rgba(var(--color-accent3), 1);
}
@media only screen and (max-width: 1499px) {
    .main__timeline-01 .box-header {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 1199px) {
    .main__timeline-01 .box-header {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .main__timeline-01 .box-header {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 575px) {
    .main__timeline-01 .box-header {
        margin-bottom: 20px;
    }
}
.main__timeline-01 .box-header h3 {
    color: rgba(var(--color-accent), 1);
    text-transform: uppercase;
    letter-spacing: 1.17px;
    margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
    .main__timeline-01 .box-header h3 {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .main__timeline-01 .box-header h3 {
        margin-bottom: 20px;
    }
}
.main__timeline-01 .timeline {
    position: relative;
}
.main__timeline-01 .timeline__after {
    position: absolute;
    top: 0;
    left: calc(50% - 3px);
    height: 100%;
    width: 6px;
    z-index: 1;
    background: rgba(var(--color-accent2), 1);
    border-radius: 3px;
}
@media only screen and (max-width: 991px) {
    .main__timeline-01 .timeline__after {
        left: 12px;
    }
}
.main__timeline-01 .timeline__after span {
    position: sticky;
    position: -webkit-sticky;
    top: 155px;
    height: 280px;
    width: 100%;
    background: rgba(var(--color-accent), 1);
    border-radius: 3px;
    display: block;
    z-index: 2;
}
@media only screen and (max-width: 1199px) {
    .main__timeline-01 .timeline__after span {
        top: 120px;
    }
}
@media only screen and (max-width: 991px) {
    .main__timeline-01 .timeline__after span {
        height: 220px;
    }
}
.main__timeline-01 .timeline-child {
    position: relative;
    margin-top: 70px;
    z-index: 6;
}
@media only screen and (max-width: 767px) {
    .main__timeline-01 .timeline-child {
        margin-top: 50px;
    }
}
.main__timeline-01 .timeline-child:nth-child(odd) .timeline-child__wrapper {
    margin-left: auto;
}
.main__timeline-01 .timeline-child__header {
    text-align: center;
}
@media only screen and (max-width: 991px) {
    .main__timeline-01 .timeline-child__header {
        text-align: left;
    }
}
.main__timeline-01 .timeline-child__header h2 {
    background: rgba(var(--color-accent3), 1);
    padding: 40px 20px;
}
@media only screen and (max-width: 991px) {
    .main__timeline-01 .timeline-child__header h2 {
        padding: 40px 0;
    }
}
.main__timeline-01 .timeline-child__wrapper {
    width: 39%;
}
@media only screen and (max-width: 991px) {
    .main__timeline-01 .timeline-child__wrapper {
        width: auto;
        margin-left: 100px !important;
        margin-right: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .main__timeline-01 .timeline-child__wrapper {
        margin-left: 60px !important;
    }
}
.main__timeline-01 .timeline-child__wrapper-left {
    display: flex;
}
@media screen and (max-width: 460px) {
    .main__timeline-01 .timeline-child__wrapper-left {
        flex-wrap: wrap;
    }
}
.main__timeline-01 .timeline-child__wrapper--icon {
    position: relative;
    --w: 100px;
    width: var(--w);
    height: var(--w);
    border-radius: var(--rounded-corners2);
    overflow: hidden;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 35px;
}
@media only screen and (max-width: 991px) {
    .main__timeline-01 .timeline-child__wrapper--icon {
        margin-right: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .main__timeline-01 .timeline-child__wrapper--icon {
        margin-right: 20px;
        --w: 70px;
    }
}
.main__timeline-01 .timeline-child__wrapper--icon .icon {
    width: 35px;
    height: 35px;
    -o-object-fit: contain;
    object-fit: contain;
}
.main__timeline-01 .timeline-child__wrapper--icon .icon * {
    fill: rgba(var(--color-accent), 1);
}
.main__timeline-01 .timeline-child__wrapper--icon .blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    pointer-events: none;
    background: rgba(var(--color-accent), 0.15);
}
.main__timeline-01 .timeline-child__wrapper .number {
    position: relative;
    font-size: 80px;
    font-family: var(--font-header), sans-serif;
    margin-right: 35px;
    color: rgba(var(--color-accent), 1);
    font-weight: 600;
    line-height: 1.3;
}
@media only screen and (max-width: 991px) {
    .main__timeline-01 .timeline-child__wrapper .number {
        margin-right: 30px;
        font-size: 60px;
        line-height: 1.6;
    }
}
@media only screen and (max-width: 575px) {
    .main__timeline-01 .timeline-child__wrapper .number {
        margin-right: 20px;
        line-height: 1.3;
    }
}
.main__timeline-01 .timeline-child__wrapper--content {
    margin-top: 30px;
}
@media only screen and (max-width: 575px) {
    .main__timeline-01 .timeline-child__wrapper--content {
        margin-top: 20px;
    }
}
.main__timeline-01 .timeline-child__wrapper--content h3 {
    color: rgba(var(--color-accent), 1);
    text-transform: uppercase;
    letter-spacing: 1.17px;
    margin-bottom: 50px;
}
.main__timeline-01 .timeline-child__wrapper--content h2 {
    line-height: 1.3;
    margin-top: 0;
}
.main__timeline-01 .timeline-child__wrapper--content div {
    margin-top: 25px;
    line-height: 1.3;
}
.main__timeline-01 .timeline-child__wrapper--img {
    border-radius: var(--rounded-corners3);
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 40px;
}
.main__timeline-01 .timeline-child__wrapper--img img {
    max-height: 700px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.main__timeline-01 .btn-wrapper {
    margin-top: 100px;
    text-align: center;
}

.timeline-child.blackbox .timeline-child__wrapper {background-color: #191919;
    border-radius: 10px;
    padding: 80px;
}

.timeline-child.blackbox .timeline-child__wrapper h2, .timeline-child.blackbox .timeline-child__wrapper p {color:#fff}

.main__video-01.autoheight .video-container{}

.main__video-01.autoheight .video-container .player-wrapper .video-box .video {
    width: 100%;
    height: auto;
    -o-object-fit: initial;
    object-fit: initial;
    -o-object-position: initial;
    object-position: initial;
}

.main__video-01.autoheight .video-container .player-wrapper .video-box {height:auto}

.main__video-01.autoheight .video-container .background {height:auto}

.main__video-01.autoheight .video-container {
    padding-top: calc(29% / (1 / 1));
}
 
.main__text-section-06 .box-header h2 {    margin-top: 30px;}

/*product start*/
.product-main {    padding: 100px 0;}
.product-main .smheader{}
.product-main h2{font-size:40px; margin-bottom:30px}
.product-main .color{display: flex; align-items: center;}
.product-main .color span.colorbox{width:33px; height:33px; border-radius: 3px; margin-right: 15px; background:#000}
.product-main .color span{}
.product-main .divider{margin:30px 0; border-bottom: solid 2px #000; position: relative}
.product-main .divider:after{content:"";position:absolute; width: 100px; height:10px; background:#000; top:-4px}
.product-main .proddesc {    margin-bottom: 30px;}
.prodbuttons a {text-decoration: none;}
.prodbuttons .addtocart {}
.prodbuttons .downloadcard {margin-left:15px}

.prodgallery {background:#F0F0F0; padding:100px 0}
.prodgallery .prodgallerydesc {margin-bottom:100px}
.prodgallery .gallery__item {width: 33.3333%;     margin-bottom: calc(var(--bs-gutter-x));}
.prodgallery .gallery__item--img {aspect-ratio: 1 / 1;
    object-fit: cover;
    box-shadow: 0 0 20px #838383;
    border-radius: 15px;}
section.prodtable {margin:100px 0; position: relative;padding-top: 100px;}
section.prodtable:before {content: "";
    position: absolute;
    width: calc(100% - 200px);
    background: #000000;
    height: calc(100% - 200px);
    z-index: -1;
    margin: 0 100px -100px 100px;
    padding-top: 100px;}
div.prodtable {box-shadow: 0 0 20px #F0F0F0;}
div.prodtable {padding: 100px;
    background: #FFF;
    margin-top: 100px;
    position: relative;}
    div.prodtable  table {    width: 100%;
        border: none;}
div.prodtable th {    padding: 10px;
    color: #169e49;}
div.prodtable tbody td {padding:10px}
div.prodtable tbody tr:nth-child(odd) {
    background: #F0F0F0;
  }
.produktfooter {display:none}
.podobneprodukty {margin:100px 0}
.podobneprodukty .podobneheader h2 {
    text-transform: uppercase;
    margin-bottom: 100px;
    text-align: center;
}
.product-listing {text-decoration: none;}
.product-listing .product {box-shadow: 0 0 20px #F0F0F0; padding:50px; text-align:center; text-decoration: none;    border-radius: 15px;}
.product-listing .pictureLink {text-decoration: none;}
.product-listing .product img{    aspect-ratio: 1 / 1;
    object-fit: cover;}
.product-listing .product h2 {font-size: 20px;
    margin: 30px 0;}
.product-listing .main-btn{background: grey; padding: 15px 30px;}
.succeed {
    position: fixed;
    background: #169e49;
    z-index: 3;
    right: 50px;
    bottom: 50px;
    padding: 20px 30px;
    border-radius: 5px;
    color: #fff;
    opacity: 0;
    pointer-events: none;
}
.shown {opacity:1}
.prodbuttons {display: flex;}
/*product end*/

.webiso_form .webiso_radio {
    padding: 10px 15px;
    font-size: 14px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.webiso_form .webiso_radio strong {
    font-size: 15px;
}
.webiso_form input[type="radio"] {
    display: none !important;
}
.webiso_form .webiso_radio li {
    list-style-type: none;
    min-width: 150px;
    margin: 15px 10px 0 10px;
}
.webiso_form .webiso_radio li label {
    cursor: pointer;
    justify-content: flex-start;
}
.webiso_form input[type="checkbox"]:checked ~ .check::before,
.webiso_form input[type="radio"]:checked ~ .check::before {
    width: 11px;
    height: 11px;
}
.webiso_form input,
.webiso_form textarea {
    display: block;
    font-family: inherit;
    margin-bottom: 10px;
    border: 1px solid #f4f5f5;
    border-radius: 4px;
    font-size: 15px;
    width: 100%;
    padding: 5px 10px;
    border-radius: var(--rounded-corners2);
}
@media only screen and (max-width: 767px) {
    .webiso_form input,
    .webiso_form textarea {
        font-size: 12px;
    }
}
@media only screen and (min-width: 768px) {
    .webiso_form input,
    .webiso_form textarea {
        padding: 10px 15px;
        margin-bottom: 15px;
    }
}

.webiso_form input:focus,
.webiso_form textarea:focus,
button:focus {
    outline: 0;
}
button {
    cursor: pointer;
}
.webiso_form input:required::before,
.webiso_form textarea:required::before {
    content: "test";
}
.webiso_form textarea {
    max-width: 100%;
    min-width: 100%;
    max-height: 400px;
    min-height: 150px;
}
.webiso_alert {
    list-style-type: none;
    padding: 0;
    margin: 0 auto 30px 0;
    text-align: center;
    padding: 20px;
    border-radius: 4px;
    background: #ee8585;
    color: #fff;
}
.webiso_form .webiso_checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 11px auto;
    cursor: pointer;
    position: relative;
    width: auto;
}
.webiso_form .webiso_checkbox input[type="checkbox"] {
    width: auto;
    position: absolute;
    left: 4px;
    opacity: 0;
    margin: 0 0 0 7px;
}
.webiso_form .webiso_checkbox input {
    width: auto;
    margin-right: 3px;
}
.webiso_form .submit {
    width: auto;
    margin: 0 auto;
}
.webiso_form p {
    clear: both;
    overflow: hidden;
}
.webiso_form #group .form-tile {
    margin-bottom: 15px;
}
.webiso_form #group .form-tile.last,
.webiso_form #group .other {
    margin-right: 0;
}
.webiso_form #group .form-tile label {
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    min-height: 80px;
    background: #2f4051;
    color: #fff;
    border-radius: 4px;
    transition: 0.1s all ease;
}
.webiso_form #group .form-tile label.active,
.webiso_form #group .form-tile label.active:hover {
    background: #98c333;
}
.webiso_form #group .form-tile label:hover {
    background: #445712;
}
.webiso_form #group .form-tile.other input.text[disabled="disabled"] {
    height: 0;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
}
.webiso_form #group .form-tile.other input.text {
    height: auto;
    min-height: 45px;
    margin-top: 20px;
    transition: 0.1s all ease;
}
.webiso_form label {
    width: 100%;
    margin: 0;
}
.webiso_form label.input_required {
    display: block;
    position: relative;
}
.webiso_form .valid {
    color: #de7f7f;
    position: absolute;
    right: 15px;
    padding: 3px 0;
    border-radius: 3px;
    white-space: nowrap;
    top: 50%;
    max-width: 0;
    overflow: hidden;
    font-size: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.3s all cubic-bezier(0.79, 0.38, 0.57, 0.54);
}
.webiso_form .valid.visible {
    max-width: 250px;
    padding-right: 4px;
    padding-left: 4px;
}
.webiso_form .form_reset {
    background-color: #f4f4f4;
    transition: 0.2s all ease;
    border-radius: 4px;
    border: 0;
    padding: 0 30px;
    font-family: inherit;
    color: #444;
    max-height: 0;
    overflow: hidden;
}
.webiso_form .form_reset.vis {
    padding-top: 8px;
    padding-bottom: 8px;
    max-height: 50px;
}
.webiso_form .reset_zone {
    min-height: 50px;
}
.webiso_form label.inline {
    display: block;
    width: auto;
    min-height: 35px;
}
.webiso_form p .form-tile.num {
    width: auto;
    margin: 0;
    float: none;
}
.webiso_form .rodo_content {
    max-height: 0;
    padding: 0 30px;
    text-align: justify;
    transition: 0.4s all ease;
    margin: 15px auto 0 auto;
    border-radius: 3px;
    min-width: 380px;
    font-size: 12px;
    color: #444;
}
@media only screen and (max-width: 767px) {
    .webiso_form .rodo_content {
        min-width: 100%;
    }
}
.webiso_form .rodo_content.active {
    max-height: 100px;
    margin-bottom: 30px;
    overflow-y: scroll;
}
.webiso_form .readMore {
    color: #00f;
    margin: 0 5px;
}
.webiso_form .readMore p {
    margin: 0;
    color: #40bc4e;
    cursor: pointer;
    font-weight: 600;
}
.webiso_form p .form-tile.last {
    margin-right: 0;
}
.webiso_form label.error {
    display: block;
    color: #d21628;
    width: auto;
}

.check::before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 100%;
    height: 0;
    width: 0;
    background-color: #40bc4e;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: auto;
    transition: all 350ms cubic-bezier(.78,-1.22,.17,1.89);
}

.check {
    display: block;
    position: relative;
    border: 2px solid #f4f4f4;
    border-radius: 100%;
    height: 24px;
    width: 24px;
    z-index: 5;
    transition: border .25s linear;
    margin: 0 4px;
}


.webiso-exp {
    display: flex;
    margin-bottom: 15px;
}
.webiso_form h3 {
    font-family: var(--font-text), sans-serif;
    text-transform: uppercase;
    font-weight: 500!important;
    font-size: 20px;
    margin-bottom: 30px!important;
}
.webiso-exp .checkbox {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
.webiso-exp label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    width: auto;
}
@media only screen and (max-width: 767px) {
    .webiso-exp label {
        font-size: 11px;
    }
}
.webiso-exp label span {
    display: inline-block;
    position: relative;
    background-color: transparent;
    width: 23px;
    height: 23px;
    -webkit-transform-origin: center;
    transform-origin: center;
    border: 2px solid #f4f4f4;
    vertical-align: -6px;
    margin-right: 10px;
    transition: background-color 150ms 0.2s, -webkit-transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
    transition: background-color 150ms 0.2s, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
    transition: background-color 150ms 0.2s, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89), -webkit-transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
}
.webiso-exp label span:before {
    content: "";
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: #40bc4e;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
    left: 6px;
    transition: width 50ms ease 50ms;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.webiso-exp label span:after {
    content: "";
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: #40bc4e;
    position: absolute;
    -webkit-transform: rotate(305deg);
    transform: rotate(305deg);
    top: 13px;
    left: 7px;
    transition: width 50ms ease;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.webiso-exp label:hover span:before {
    width: 5px;
    transition: width 0.1s ease;
}
.webiso-exp label:hover span:after {
    width: 10px;
    transition: width 150ms ease 0.1s;
}
.webiso-exp input[type="checkbox"] {
    display: none;
}
.webiso-exp input[type="checkbox"]:checked + label span {
    background-color: #40bc4e;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.webiso-exp input[type="checkbox"]:checked + label span:after {
    width: 10px;
    background: #f4f4f4;
    transition: width 150ms ease 0.1s;
}
.webiso-exp input[type="checkbox"]:checked + label span:before {
    width: 5px;
    background: #f4f4f4;
    transition: width 150ms ease 0.1s;
}
.webiso-exp input[type="checkbox"]:checked + label:hover span {
    background-color: #9aca10;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}
.webiso-exp input[type="checkbox"]:checked + label:hover span:after {
    width: 10px;
    background: #fff;
    transition: width 150ms ease 0.1s;
}
.webiso-exp input[type="checkbox"]:checked + label:hover span:before {
    width: 5px;
    background: #fff;
    transition: width 150ms ease 0.1s;
}
.viewcartform h2{margin-bottom: 30px;font-size: 35px;
    text-transform: uppercase;}
    .viewcartform  .col-md-5 .side-menu {
        margin-top: 30px;
        padding: 50px!important;
        box-shadow: 0 0 10px #00000045;
        border-radius: 10px;
        padding-top: 30px!important;
    }
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.scart-send {float: right;}
.otherblogs {margin-bottom:100px}
.otherblogs .headercenter {text-align:center;margin: 100px 0;}
.otherblogs .headercenter h2{
    font-size: 38px;
    margin-bottom: 30px;
}


.otherblogs .otherwrap h2{font-family: var(--font-text), sans-serif;}
.otherblogs .otherwrap a{text-decoration:none}

.otherblogs .otherwrap .category{position: absolute;
    margin: 10px;}
.otherblogs .otherwrap .category span{    color: #fff;
    background: #169e49;
    margin-right: 6px;
    padding: 5px 10px;}
.otherblogs .otherwrap figure{}
.otherblogs .otherwrap figure img{    aspect-ratio: 3/2;
    object-fit: cover;}
.otherblogs .otherwrap .postdate{color: #fff;
    background: #000;
    margin-right: 6px;
    padding: 5px 10px;
    width: auto;
    display: inline-flex;
    margin-top: 15px;
    border-radius: 10px;}
.otherblogs .otherwrap .main-btn.main-btn-1{color: #000;
    background: none;
    margin: 15px 0;}
.otherblogs .otherwrap .main-btn.main-btn-1 .icon-wrapper svg.icon path {
    fill: rgb(0, 0, 0)!important;
}
.otherblogs .otherwrap .main-btn.main-btn-1 .icon-wrapper{margin-left: 10px;}
.otherblogs .blog-pages{ display: none;}

.blokwrapper {background: #f0f0f0;
    padding: 100px;
    margin: 50px 0;
    position: relative;}

    .blokwrapper::after {
        content: '';
        position: absolute;
        top: 30px;
        right: -8px;
        height: 20%;
        width: 100%;
        background-image: url(/uploads/pattern/pattern-irregular.svg);
        background-repeat: no-repeat;
        background-position: right;
    }
    .header.lower .search-box input[type="text"] {
        color: #000;
    }
    .search-box .result a {color:#000; text-decoration:none}
    .cartMenu {position:relative}
    .cartMenu span {position: absolute;
        font-size: 10px;
        background: #169e49;
        color:#fff;
        /* aspect-ratio: 1/1; */
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        top: -10px;
        right: -10px;}
    #strona-glowna .header.lower .cartMenu {color:#000}
    #strona-glowna .cartMenu span{color:#fff}
    .cartMenu{color:#fff}
    .lower .cartMenu{color:#000}
    .value-button {
        border: 1px solid #ddd;
        margin: 0px;
        width: 40px;
        height: 20px;
        text-align: center;
        vertical-align: middle;
        padding: 14px 0;
        background: #eee;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-top: -1px;
}

.value-button:hover {
  cursor: pointer;
}


.decrease {
    margin-right: -4px;
    border-radius: 8px 0 0 8px;
  }
  
.increase {
    margin-left: -4px;
    border-radius: 0 8px 8px 0;
  }

  .cms_textfield { border: 1px solid #f4f5f5;
    border-radius: 4px;
    font-size: 15px;
    text-align: center;
    padding: 4px 0;
    margin-bottom: 10px;
    margin-top: 0px;
}
.accentcolor {color: rgba(var(--color-accent), 1);font-weight:500}
.slider-products .box {    margin: 0 15px;}

.slider-products  {margin: 30px 0px;}
.slider-products .slick-next {
    right: -45px;
}
.slider-products .slick-prev {
    left: -45px;
}
.slider-products  .slick-prev, .slider-products  .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slider-products .slick-next:before {
    content: '→';
}

.slider-products .slick-prev:before {
    content: '←';
}
.slider-products .slick-prev:before, .slider-products  .slick-next:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    opacity: .75;
    color: #169e49;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}