/*
Theme Name: Alufix
Description: Alufix
Version: 1.0
Author: Jerry
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    overflow: hidden;
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none !important;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.navbar-toggler {
    font-size: 3.6rem;
}

html {
    font-size: 62.5%;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: none !important;
    font-size: 1.4rem !important;
    line-height: 2rem !important;
    color: #279F52 !important;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border: none !important;
    color: #C20508 !important;
}

.wpcf7 form.spam .wpcf7-response-output {
    border: none !important;
    color: #ED8C05 !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border: none !important;
    color: #ED8C05 !important;
}

@media (max-width: 1450px) {
    html {
        font-size: 49%;
        -webkit-text-size-adjust: none;
    }
}

@media (max-width: 1189px) {
    html {
        font-size: 40.5%;
        -webkit-text-size-adjust: none;
    }
}

@media (max-width: 1028px) {
    html {
        font-size: 35.5%;
        -webkit-text-size-adjust: none;
    }
}

@media (max-width: 767px) {

    html {
        font-size: 48%;
        -webkit-text-size-adjust: none;
    }
}

body button:focus {
    outline: none;
}

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

body {
    margin: 0 auto;
}


.container {
    max-width: 128rem;
}

.container {
    padding-right: 0;
    padding-left: 0;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}


.row {
    margin-right: 0;
    margin-left: 0;
}




.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 0;
    padding-left: 0;
}

.main-header {
    -webkit-transition: box-shadow 0.25s ease;
    transition: box-shadow 0.25s ease;
}

.main-header.is-scrolled {
    box-shadow: 0px 0.4rem 1.5rem 0px rgba(0, 0, 0, 0.25);
}


.main-header .container {
    max-width: 145rem;
}

.main-header .navbar,
.main-header .navbar-nav .nav-link,
.main-header .navbar .navbar-brand {
    padding: 0;
    margin: 0;
}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 1.2rem 0;
    background-color: #ffffff;
}

#cookie-notice .cn-button:not(.cn-button-custom) {
    border: none;
    position: relative;
    width: 20.5rem;
    height: 4.6rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #F1E7C6 !important;
    font-size: 1.4rem;
    font-weight: 700;
    color: #1E2A32;
    border-radius: 0;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
}

.screen-reader-response {
    display: none;
}

.wpcf7-response-output,
.wpcf7-not-valid-tip {
    position: relative;
    top: 0.5rem;
}

body .navbar-toggler {
    display: none !important;
}

.main-header .custom-logo {
    max-width: 25.363rem;
    height: auto;
}

.main-header .navbar-nav {
    -webkit-column-gap: 3.2rem;
    -moz-column-gap: 3.2rem;
    column-gap: 3.2rem;
}

.main-header .nav-link {
    font-size: 1.4rem;
    font-weight: 600;
    color: #325F69;
    letter-spacing: 5%;
}

.main-header .last .nav-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 18.073rem;
    height: 4rem;
    background-color: #325F69;
    border-radius: 2rem;
    color: #FFFFFF;
    -webkit-column-gap: 0.8rem;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
}

.main-header .last .nav-link:hover {
    background-color: #18424B;
    color: #ffffff !important;
}

.main-header .last .nav-link .icon {
    max-width: 1.273rem;
}

.start {
    background-color: #F2F2F2;
    margin-top: 7.1rem;
}

.start .items {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.start .items .item-left {
    max-width: 62.1rem;
}

.start .items .item-right {
    max-width: 54.5rem;
}

.start .items .item-right .start-heading {
    font-size: 3.6rem;
    font-weight: 700;
    color: #325F69;
    line-height: 4.2rem;
    margin-bottom: 0.8rem;
}

.start .items .item-right .start-subheading {
    font-size: 2rem;
    font-weight: 300;
    color: #325F69;
    line-height: 2.6rem;
    margin-bottom: 0.8rem;
    letter-spacing: 10%;
    text-transform: uppercase;
}

.start .items .item-right .start-text {
    font-size: 1.6rem;
    font-weight: 700;
    color: #222222;
    line-height: 2.4rem;
}

.start .items .item-right .start-subtext {
    font-size: 1.6rem;
    color: #222222;
    line-height: 2.4rem;
    margin-bottom: 0.8rem;
}

.start .items .item-right .start-subtext:last-of-type {
    margin-bottom: 2.4rem;
}

.start .items .item-right .start-button {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 23.3rem;
    height: 5rem;
    background-color: #325F69;
    border-radius: 2.5rem;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 5%;
    color: #ffffff;
}

.start .items .item-right .start-button:hover {
    background-color: #18424B;
}

.services {
    padding-bottom: 8.266rem;
}

.services .items {
    margin-top: -5rem;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
}

.services .items .item {
    max-width: 40.667rem;
    background-color: #F2F2F2;
    border-radius: 1.5rem
}

.services .items .item .start-services-item-image,
.services .items .item .wp-post-image {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}

.services .items .item .start-services-item-image {
    border-top-right-radius: 1.5rem;
}

.services .items .item {
    max-width: 40.667rem;
    background-color: #F2F2F2;
    border-radius: 1.5rem;
    box-shadow: 0 0.4rem 2.5rem 0 rgba(0, 0, 0, 0.10);
}

.services .items .item .text-wrapper {
    padding: 1.5rem 1.5rem 2.5rem 1.5rem;
}

.services .items .item .item-heading {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.4rem;
    color: #18424B;
    text-align: center;
    margin-bottom: 1.2rem;
    min-height: 7.2rem;
}

.services .items .item .item-text {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #222222;
    text-align: center;
    margin-bottom: 1.6rem;
}

.services .items .item .item-button {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 18.4rem;
    height: 4rem;
    border-radius: 2rem;
    background-color: #325F69;
    font-size: 1.4rem;
    letter-spacing: 5%;
    color: #FFFFFF;
    margin: 0 auto;
}

.services .items .item .item-button:hover {
    background-color: #18424B;
}

.why {
    padding: 8rem 0;
    background-color: #F2F2F2;
}

.why .why-heading {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.4rem;
    color: #18424B;
    text-align: center;
    margin-bottom: 2.4rem;
}

.why .items {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
}

.why .items .item {
    max-width: 40.667rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.why .items .item .start-why-item-icon {
    max-width: 6rem;
    margin-bottom: 1.5rem;
}

.why .items .item .item-heading {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2.4rem;
    color: #18424B;
    margin-bottom: 0.4rem;
    text-align: center;
}

.why .items .item .item-text {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #222222;
    text-align: center;
}

.why .why-button {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 18.4rem;
    height: 4rem;
    background-color: #325F69;
    border-radius: 2rem;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 5%;
    color: #ffffff;
    margin: 2.4rem auto 0 auto;
}

.why .why-button:hover {
    background-color: #18424B;
}

.opinions {
    padding: 8rem 0;
    background-color: #ffffff;
}

.opinions .opinions-heading {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.4rem;
    text-align: center;
    color: #18424B;
    margin-bottom: 2.4rem;
}

.cooperation {
	display: none;
    padding: 8rem 0;
    background-color: #ffffff;
}

.cooperation .cooperation-heading {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.4rem;
    text-align: center;
    color: #18424B;
    margin-bottom: 6rem;
}

.cooperation .items {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 3rem;
}

.cooperation .items .item {
    max-width: 12.3rem;
}

.appointment {
    position: relative;
    padding: 9.2rem 0;
    background-color: #F2F2F2;
}

.appointment .start-appointment-item-image {
    max-width: 36.8rem;
    position: absolute;
    top: -23rem;
    border-bottom: 2.14px solid #18424B;
}

.appointment .items {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.appointment .items .item-left {
    max-width: 45.987rem;
}

.appointment .items .item-right {
    max-width: 69.1rem;
}

.appointment .items .item-right .appointment-heading {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.4rem;
    color: #18424B;
    margin-bottom: 2.4rem;
}

.appointment .items .item-right .appointment-subheading {
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.6rem;
    color: #18424B;
    letter-spacing: 10%;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
}

.appointment .items .item-right .appointment-text {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #222222;
    margin-bottom: 2.4rem;
}

.appointment .items .item-right .buttons-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    gap: 1rem;
}

.appointment .items .item-right .buttons-wrapper .appointment-button {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 18.073rem;
    height: 4rem;
    background-color: #325F69;
    border-radius: 2rem;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 5%;
    color: #ffffff;
    -webkit-column-gap: 0.8rem;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
}

.appointment .items .item-right .buttons-wrapper .appointment-button:hover {
    background-color: #18424B;
}

.appointment .items .item-right .buttons-wrapper .appointment-button .icon {
    max-width: 1.273rem;
}

.appointment .items .item-right .buttons-wrapper .appointment-button-second {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 25rem;
    height: 4rem;
    background-color: transparent;
    border-radius: 2rem;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 5%;
    color: #18424B;
    border: 2px solid #325F69;
}

.appointment .items .item-right .buttons-wrapper .appointment-button-second:hover {
    background-color: #325F69;
    color: #ffffff;
}

.main-footer {
    padding: 5rem 0 2rem 0;
    background-color: #18424B;
}

.main-footer .footer-logo {
    max-width: 24.738rem;
    margin-bottom: 2.4rem;
}

.main-footer .items {
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.main-footer .items .item:first-of-type {
    max-width: 37.6rem;
}

.main-footer .items .item:nth-of-type(2) {
    max-width: 23rem;
}

.main-footer .items .item:nth-of-type(3) {
    max-width: 26.2rem;
}

.main-footer .items .item:nth-of-type(4) {
    max-width: 26.2rem;
}

.main-footer .item-heading {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8rem;
    color: #ffffff;
}

.main-footer .item-heading a,
.main-footer .item-heading span {
    font-size: 1.4rem;
    font-weight: 400;
    color: #ffffff;
}

.main-footer .item.first .item-heading {
    margin-bottom: 0.5rem;
}

.main-footer .item.first .item-heading:nth-of-type(3) {
    margin-bottom: 2.4rem;
}

.main-footer .item.first .item-heading.social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

.main-footer .item.first .item-heading.social .footer-social-icon {
    max-width: 3rem;
}

.main-footer .item.links .item-heading {
    margin-bottom: 1.8rem;
}

.main-footer .item.links .link {
    display: block;
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #C0D8DD;
    margin-bottom: 1.8rem;
}

.main-footer .item.links .link:hover {
    color: #ffffff;
}

.main-footer .item.links .link:last-of-type {
    margin-bottom: 0;
}

.main-footer .second .item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.main-footer .second {
    border-top: 1px solid #51828C;
    margin-top: 3rem;
    padding-top: 2rem;
}

.main-footer .second .item .footer-text,
.main-footer .second .item .footer-text a {
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #C0D8DD;
}

.about {
    padding: 2.769rem 0 8rem 0;
}

.about .about-heading {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 4.2rem;
    color: #18424B;
    margin-bottom: 7.2rem;
    gap: 6.4rem;
}

.about .about-heading .line {
    height: 1px;
    -webkit-box-flex: 1;
    flex: 1;
    background-color: #325F69;
}

.about .items {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.about .items .item-left {
    max-width: 73.2rem;
}

.about .items .item-left .item-heading {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2.8rem;
    color: #18424B;
    margin-bottom: 1.6rem;
}

.about .items .item-left .item-text {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #222222;
    margin-bottom: 1.6rem;
}

.about .items .item-left .item-text span {
    font-weight: 700;
}

.about .items .item-right {
    max-width: 51.8rem;
}

.about .about-another-text {
    font-size: 1.6rem;
    font-weight: 300;
    color: #18424B;
    letter-spacing: 10%;
    text-transform: uppercase;
    margin-bottom: 1.4rem;
}

.about .buttons-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

.about .buttons-wrapper .about-button {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #325F69;
    border-radius: 2rem;
    width: 18.073rem;
    height: 4rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 5%;
}

.about .buttons-wrapper .about-button:hover {
    background-color: #18424B;
}

.about .buttons-wrapper .about-button.second {
    background-color: transparent;
    border: 2px solid #325F69;
    width: 25rem;
    color: #18424B;
}

.about .buttons-wrapper .about-button.second:hover {
    background-color: #325F69;
    color: #ffffff;
}

.single-services {
    padding: 2.769rem 0 8rem 0;
}

.single-services .single-services-heading {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    width: 100%;
    gap: 6.4rem;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 4.2rem;
    color: #18424B;
    margin-bottom: 7.2rem;
}

.single-services .single-services-heading .line {
    display: block;
    height: 1px;
    -webkit-box-flex: 1;
    flex: 1;
    background-color: #325F69;
}

.single-services .second {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.single-services .second .item-left {
    max-width: 68.4rem;
}

.single-services .second .item-right {
    max-width: 51.8rem;
}

.single-services .second .additional-text {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.2rem;
    letter-spacing: 10%;
    text-transform: uppercase;
    color: #325F69;
    margin-bottom: 3.2rem;

}

.single-services .second .items-heading {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.4rem;
    color: #18424B;
    margin-bottom: 1.6rem;
}

.single-services .second .items .item .item-heading {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.4rem;
    color: #222222;
}

.single-services.new .second .items {
    position: relative;
    left: 1.5rem;
    list-style: initial;
    margin-bottom: 3.2rem;
}

.single-services.new .second .items .item-text {
    margin-bottom: 0.8rem;
    max-width: calc(100% - 1.5rem);
}

.single-services .second .items .item .item-text,
.single-services.new .second .items .item-text {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #222222;
}
.single-services .second .items .item .item-text span, .single-services.new .second .items .item-text span{
    font-weight: 700;
}

.single-services.new .items-text {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #222222;
    margin-bottom: 2.4rem;
}

.single-services.new .items-text span {
    font-weight: 700;
}

.single-services .second .items .item {
    margin-bottom: 0.8rem;
}

.single-services .second .items .item:last-of-type {
    margin-bottom: 0;
}

.how-we-work {
    padding: 7rem 0 8rem 0;
    background-color: #F2F2F2;
}


.how-we-work .how-we-work-heading {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.4rem;
    color: #18424B;
    margin-bottom: 2.4rem;
    text-align: center;
}

.how-we-work .how-we-work-subheading {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.2rem;
    color: #325F69;
    margin-bottom: 0.8rem;
    text-align: center;
    letter-spacing: 10%;
    text-transform: uppercase;
}

.how-we-work .how-we-work-text {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #222222;
    text-align: center;
}

.how-we-work .how-we-work-text:last-of-type {
    margin-bottom: 2.4rem;
}

.how-we-work .how-we-work-text span {
    font-weight: 700;
}

.how-we-work .stages-wrapper {
    padding: 3.2rem;
    border: 1px solid #325F69;
    border-radius: 1.5rem;
}

.stages-wrapper--no-border {
    border: none !important;
    box-shadow: none !important;
}

.how-we-work .stages-wrapper--no-border {
    padding-left: 0;
    padding-right: 0;
}

.how-we-work .stages-wrapper--no-border .stages-items {
    -webkit-box-pack: justify;
    justify-content: space-between !important;
}

.how-we-work .stages-wrapper--no-border .stages-items .stages-item {
    width: 30.825rem !important;
}

.how-we-work .stages-wrapper .stages-heading {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2.8rem;
    text-align: center;
    color: #18424B;
    margin-bottom: 0.8rem;
}

.how-we-work .stages-wrapper .stages-text {
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: center;
    color: #222222;
    margin-bottom: 2.4rem;
}

.how-we-work .stages-wrapper .stages-items {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 1.4rem;
    flex-wrap: wrap;
}

.how-we-work .stages-wrapper .stages-items .stages-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    width: 23.06rem;
}

.how-we-work .stages-wrapper .stages-items .stages-item .stages-icon {
    max-width: 6rem;
    margin-bottom: 1.5rem;
}

.how-we-work .stages-wrapper .stages-items .stages-item .stages-item-heading {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2rem;
    color: #18424B;
    text-align: center;
    margin-bottom: 0.4rem;
}

.how-we-work .stages-wrapper .stages-items .stages-item .stages-item-text {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #222222;
    text-align: center;
}

.effects {
    padding: 8rem 0;
}

.effects.new {
    padding-top: 0;
}

.effects.new .effects-items {
    position: relative;
    left: 1.4rem;
    list-style: initial;
}

.effects.new .effects-items .effects-item-text:last-of-type {
    margin-bottom: 2.4rem;
}

ul li::marker {
    color: #325F69;
}

.effects .items {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.effects .items .item-left {
    max-width: 51.8rem;
}

.effects .items .item-right {
    max-width: 68.4rem;
}

.effects .items .item-right .effects-heading {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.4rem;
    color: #18424B;
    margin-bottom: 1.6rem;
}

.effects .items .item-right .effects-subheading {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.2rem;
    color: #325F69;
    margin-bottom: 3.2rem;
    letter-spacing: 10%;
    text-transform: uppercase;
}

.effects.new .items .item-right .effects-text {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #222222;
    margin-bottom: 0.8rem;
}
.effects.new .items .item-right .effects-text span{
    font-weight: 700;
}

.effects .items .item-right .effects-subheading.another {
    display: block;
    margin-bottom: 1.4rem;
}

.effects.new .items .item-right .effects-subheading.another {
    margin-bottom: 0.4rem;
}

.effects .items .item-right .effects-item-heading {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.4rem;
    color: #222222;
}

.effects .items .item-right .effects-item-text {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #222222;
    margin-bottom: 0.8rem;
}
.effects .items .item-right .effects-item-text span{
    font-weight: 700;
}

.effects .items .item-right .effects-item:last-of-type .effects-item-text {
    margin-bottom: 1.6rem;
}

.effects .items .item-right .effects-buttons-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

.effects .items .item-right .effects-buttons-wrapper .effects-button {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 2rem;
    width: 18.073rem;
    height: 4rem;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 5%;
    color: #ffffff;
    background-color: #325F69;
    -webkit-column-gap: 0.8rem;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
}

.effects .items .item-right .effects-buttons-wrapper .effects-button:hover {
    background-color: #18424B;
}

.effects .items .item-right .effects-buttons-wrapper .effects-button .icon {
    max-width: 1.273rem;
}

.effects .items .item-right .effects-buttons-wrapper .effects-button.another {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 2rem;
    width: 25rem;
    height: 4rem;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 5%;
    color: #18424B;
    background-color: transparent;
    border: 2px solid #325F69;
}

.effects .items .item-right .effects-buttons-wrapper .effects-button.another:hover {
    background-color: #325F69;
    color: #ffffff;
}

.workshops {
    padding: 2.769rem 0 8rem 0;
}

.workshops .workshops-heading {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    width: 100%;
    gap: 6.4rem;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 4.2rem;
    color: #18424B;
    margin-bottom: 7.2rem;
}

.workshops .workshops-heading .line {
    display: block;
    height: 1px;
    -webkit-box-flex: 1;
    flex: 1;
    background-color: #325F69;
}

.workshops .items {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.workshops .items .item-left {
    max-width: 68.4rem;
}

.workshops .items .item-right {
    max-width: 51.8rem;
}

.workshops .items .item-left .item-heading {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.4rem;
    color: #18424B;
    margin-bottom: 1.6rem;
}

.workshops .items .item-left .item-subheading {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.2rem;
    color: #325F69;
    margin-bottom: 3.2rem;
    letter-spacing: 10%;
    text-transform: uppercase;
}

.workshops .items .item-left .item-text {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #222222;
    margin-bottom: 1.6rem;
}

.workshops .items .item-left .item-text span {
    font-weight: 700;
}

.upcoming-starts {
    padding: 8rem 0;
    background-color: #F2F2F2;
}

.upcoming-starts .upcoming-starts-heading {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.4rem;
    color: #18424B;
    text-align: center;
    margin-bottom: 2.4rem;
}

.upcoming-starts .items {
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.upcoming-starts .items .item {
    max-width: 62.55rem;
    background-color: #ffffff;
    border-radius: 1.5rem;
}

.upcoming-starts .items .item>img {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}

.upcoming-starts .items .item .text-wrapper {
    padding: 1.5rem 2.4rem 2.5rem 2.4rem;
}

.upcoming-starts .items .item .item-heading {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.4rem;
    color: #18424B;
    margin-bottom: 1.2rem;
}

.upcoming-starts .items .item .item-subheading {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
    color: #222222;
    margin-bottom: 2.4rem;
}

.upcoming-starts .items .item .item-profits-heading {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.4rem;
    color: #18424B;
    margin-bottom: 1.2rem;
}

.upcoming-starts .items .item ul {
    position: relative;
    left: 1.5rem;
    list-style: initial;
    width: calc(100% - 1.5rem);
}

.upcoming-starts .items .item ul li {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #222222;
    margin-bottom: 0.8rem;
}

.upcoming-starts .item-deadlines-heading {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.4rem;
    color: #222222;
    margin-bottom: 1.2rem;
}

.upcoming-starts .item-deadlines-text {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #222222;
    margin-bottom: 1.2rem;
}

.upcoming-starts .line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #CCCCCC;
    margin: 1.6rem 0 2.4rem 0;
}

.upcoming-starts .item-price-regular {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.4rem;
    color: #222222;
    text-align: center;
}

.upcoming-starts .item-price-regular-text {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #222222;
    text-align: center;
    margin-bottom: 1rem;
}

.upcoming-starts .item-price-promo {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.4rem;
    color: #BD0000;
    text-align: center;
}

.upcoming-starts .item-price-promo-text {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #222222;
    text-align: center;
    margin-bottom: 1rem;
}

.upcoming-starts .item-price-promo-text span {
    font-size: 2rem;
    line-height: 3rem;
    color: #BD0000;
}

.upcoming-starts .item-button {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 15.9rem;
    height: 5rem;
    background-color: #325F69;
    border-radius: 2.5rem;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 5%;
    color: #ffffff;
    margin: 0 auto;
}

.upcoming-starts .item-button:hover {
    background-color: #18424B;
}

.faq {
    padding: 7.1rem 0;
}

.faq .container {
    max-width: 73.2rem;
}

.faq .faq-heading {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.4rem;
    color: #18424B;
    margin-bottom: 3.2rem;
}

.faq .card {
    border: none;
    border-top: 1px solid #CCCCCC;
    padding: 1.6rem 0 2.4rem 0;
}

.faq .accordion>.card .card-header {
    border-radius: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2rem;
    color: #18424B;
    margin-bottom: 1.6rem;
}

.faq .accordion button {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0;
    border: none;
    background-color: transparent;
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2rem;
    color: #18424B;
    text-decoration: none;
}

.chevron-icon {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 1rem;
    vertical-align: middle;
    /* Ustawienie w pionie względem tekstu */
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    /* Dodajemy animację do obrotu */
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    /* Strzałka na początku wskazuje w dół */
}

.faq .accordion button.focus,
.faq .accordion button:focus,
.faq .accordion button:hover {
    text-decoration: none;
}
.gt_float_switcher img{
    width: 2rem !important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code{
    font-size: 1.5rem !important;
}

.faq .card-body {
    padding: 0;
    margin: 0;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #222222;
}
.faq .card-body span{
    font-weight: 700;
}


/* Pop-up tło */
.workshop-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 50, 59, 0.5);
    /* Przyciemnia tło */
    z-index: 9999;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

/* Treść pop-upu */
.popup-content {
    background-color: #ffffff;
    padding: 2.5rem;
    border-radius: 1.5rem;
    width: 66rem;
    position: relative;
}

/* Przycisk zamknięcia pop-upu */
.close-popup {
    position: absolute;
    top: 3.5rem;
    right: 3.5rem;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

/* Nagłówek pop-upu */
.popup-heading {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2.8rem;
    color: #18424B;
    margin-bottom: 3.133rem;
}

.workshop-field {
    width: 100%;
    height: 4rem;
    padding: 0 1.5rem;
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
    border: 1px solid #ccc;
    border-radius: 3rem;
    background-color: #F2F2F2;
    cursor: not-allowed;
    /* Pokazuje, że pole jest nieaktywne */
}

.workshop-popup .form-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.workshop-popup label {
    display: block;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #000000;
    margin-bottom: 0.4rem;
}

.workshop-popup .form-wrapper {
    margin-bottom: 1.2rem;
}

.workshop-popup .form-wrapper .input-wrapper.half {
    width: 29rem;
}

.workshop-popup .form-control {
    border-radius: 3rem;
    border: 1px solid #CCCCCC;
    height: 4rem;
    padding: 0 1.5rem;
    font-size: 1.4rem;
    color: #000000;
}

.workshop-popup .check-form {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-column-gap: 0.8rem;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
}

.workshop-popup .check-form label {
    margin-bottom: 0;
    color: #141414;
}

.workshop-popup .check-form label a {
    color: #141414;
    font-weight: 700;
}

.workshop-popup .form-group {
    margin-bottom: 1.2rem;
}

.workshop-popup .send-button {
    border: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 22.8rem;
    height: 4rem;
    background-color: #325F69;
    border-radius: 2rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 5%;
}


/* Ukrywanie formularza, gdy pop-up jest zamknięty */
#workshop-popup {
    display: none;
}


.accordion>.card:last-of-type {
    border-bottom: 1px solid #CCCCCC;
}

.certificates {
    padding: 2.769rem 0 8rem 0;
}

.certificates .certificates-heading {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    width: 100%;
    gap: 6.4rem;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 4.2rem;
    color: #18424B;
    margin-bottom: 7.2rem;
}

.certificates .certificates-heading .line {
    display: block;
    height: 1px;
    -webkit-box-flex: 1;
    flex: 1;
    background-color: #325F69;
}

.certificates .certificates-subheading {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.4rem;
    color: #18424B;
    margin-bottom: 1.6rem;
}

.certificates .certificates-subsubheading {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.2rem;
    color: #325F69;
    letter-spacing: 10%;
    text-transform: uppercase;
    margin-bottom: 1.6rem;
}

.certificates .certificates-text {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #222222;
    margin-bottom: 8rem;
}

.certificates .certificates-wrapper {
    margin-bottom: 4rem;
}

.certificates .certificates-wrapper:last-of-type {
    margin-bottom: 0;
}

.certificates .certificates-items-heading {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.4rem;
    color: #18424B;
    margin-bottom: 1.6rem;
}

.certificates .certificates-item-text {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #222222;
    margin-bottom: 0.8rem;
}

.prices {
    padding: 2.769rem 0 8rem 0;
}

.prices .prices-heading {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    width: 100%;
    gap: 6.4rem;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 4.2rem;
    color: #18424B;
    margin-bottom: 7.2rem;
}

.prices .prices-heading .line {
    display: block;
    height: 1px;
    -webkit-box-flex: 1;
    flex: 1;
    background-color: #325F69;
}

.prices table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.prices th,
.prices td {
    width: 33.3333%;
    padding: 1.1rem 1rem;
    border-bottom: 1px solid #CCCCCC;
    text-align: left;
    vertical-align: middle;
}

/* .prices .headings {
    background-color: #18424B;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
} */

.prices th {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8rem;
    color: #ffffff;
}

.prices td {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #222222;
}

.prices .bg {
    background-color: #F2F2F2;
}

.prices .bg td {
    font-weight: 700;
}

.prices .additional-text {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #222222;
    margin-top: 1.2rem;
}

.blog.blog-page {
    background-color: #ffffff;
    padding: 2.769rem 0 8rem 0;
}

.blog.blog-page .blog-heading {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    width: 100%;
    gap: 6.4rem;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 4.2rem;
    color: #18424B;
    margin-bottom: 7.2rem;
}

.blog.blog-page .blog-heading .line {
    display: block;
    height: 1px;
    -webkit-box-flex: 1;
    flex: 1;
    background-color: #325F69;
}

.blog.blog-page .items {
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 3rem;
}

.blog.blog-page .items .item {
    background-color: #F2F2F2;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: stretch;
    -webkit-box-pack: start;
    justify-content: flex-start;
    max-width: 40.6rem;
    border-radius: 1.5rem;
}

.blog.blog-page .items .item .wp-post-image {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}

.blog.blog-page .items .item .text-wrapper {
    padding: 1.5rem;
}

.blog.blog-page .items .item .text-wrapper .item-date {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-column-gap: 0.4rem;
    -moz-column-gap: 0.4rem;
    column-gap: 0.4rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #222222;
    margin-bottom: 0.6rem;
}

.blog.blog-page .items .item .text-wrapper .item-date .date-icon {
    max-width: 1.5rem;
}

.blog.blog-page .items .item .text-wrapper .item-heading {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2rem;
    color: #18424B;
    margin-bottom: 0.4rem;
}

.blog.blog-page .items .item .text-wrapper .item-text {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #222222;
    margin-bottom: 0.4rem;
}

.blog.blog-page .items .item .text-wrapper .blog-button {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 5%;
    line-height: 2rem;
    color: #325F69;
}

.single-page {
    background-color: #ffffff;
    padding: 2.769rem 0 8rem 0;
}

.single-page .single-page-heading {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    width: 100%;
    gap: 6.4rem;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 4.2rem;
    color: #18424B;
    margin-bottom: 7.2rem;
}

.single-page .single-page-heading .line {
    display: block;
    height: 1px;
    -webkit-box-flex: 1;
    flex: 1;
    background-color: #325F69;
}

.single-page .items {
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.single-page .items .item-left {
    max-width: 84.5rem;
}

.single-page .items .item-left .image-wrapper {
    position: relative;
    margin-bottom: 4.8rem;
}

.single-page .items .item-left .image-wrapper>img {
    width: 100%;
    border-radius: 1.6rem;
}

.single-page .items .item-left .image-wrapper .item-date {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-column-gap: 0.4rem;
    -moz-column-gap: 0.4rem;
    column-gap: 0.4rem;
    width: 9.9rem;
    height: 2.4rem;
    border-radius: 0.2rem;
    background-color: #325F69;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    font-size: 1.2rem;
    color: #ffffff;
}

.single-page .items .item-left .image-wrapper .item-date .date-icon {
    max-width: 1.5rem;
}

.single-page .items .item-left .item-text h1 {
    font-size: 4rem;
    line-height: 4.5rem;
    margin-bottom: 1.6rem;
    color: #18424B;
}

.single-page .items .item-left .item-text h2 {
    font-size: 3.5rem;
    line-height: 4rem;
    margin-bottom: 1.6rem;
    color: #18424B;
}

.single-page .items .item-left .item-text h3 {
    font-size: 3rem;
    line-height: 3.4rem;
    margin-bottom: 1.6rem;
    color: #18424B;
}

.single-page .items .item-left .item-text h4 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 1.6rem;
    color: #18424B;
}

.single-page .items .item-left .item-text h5 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1.6rem;
    color: #18424B;
}

.single-page .items .item-left .item-text h6 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1.6rem;
    color: #18424B;
}

.single-page .items .item-left .item-text strong {
    font-weight: 700;
}

.single-page .items .item-left .item-text p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #222222;
    margin-bottom: 1rem;
}

.single-page .items .item-right {
    max-width: 40.6rem;
}

.single-page .items .item-right .posts-heading {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.4rem;
    color: #18424B;
    margin-bottom: 3.1rem;
}

.single-page .items .item-right .post-item {
    width: 100%;
    background-color: #F2F2F2;
    border-radius: 1.5rem;
    margin-bottom: 3.1rem;
}

.single-page .items .item-right .post-item:last-of-type {
    margin-bottom: 0;
}

.single-page .items .item-right .post-item .post-item-date {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-column-gap: 0.4rem;
    -moz-column-gap: 0.4rem;
    column-gap: 0.4rem;
    margin-bottom: 0.4rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #222222;
}

.single-page .items .item-right .post-item .post-item-date .date-icon {
    max-width: 1.5rem;
}

.single-page .items .item-right .post-item .post-text-wrapper {
    padding: 1.5rem;
}

.single-page .items .item-right .post-item .post-text-wrapper .post-item-heading {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2rem;
    color: #18424B;
    margin-bottom: 0.4rem;
}

.single-page .items .item-right .post-item .post-text-wrapper .post-item-text {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #222222;
    margin-bottom: 0.4rem;
}

.single-page .items .item-right .post-item .post-image-wrapper img {
    width: 100%;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}

.single-page .items .item-right .post-item .post-item-link {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2rem;
    color: #325F69;
}
.ti-widget.ti-goog .ti-platform-icon{
    display: none;
}
.ti-widget.ti-goog .ti-controls .ti-next, .ti-widget.ti-goog .ti-controls .ti-prev{
    width: 4rem !important;
    height: 4rem !important;
    background-color: #325F69 !important;
    border-radius: 50% !important;
}
.ti-widget.ti-goog .ti-controls .ti-next::before, .ti-widget.ti-goog .ti-controls .ti-prev::before{
    border-color: #FFFFFF !important;
}
.ti-widget.ti-goog .ti-controls .ti-next{
    right: -1rem !important;
}
.ti-widget.ti-goog .ti-controls .ti-prev{
    left: -1.5rem !important;
}
.ti-widget.ti-goog .ti-controls .ti-next:hover, .ti-widget.ti-goog .ti-controls .ti-next:focus, .ti-widget.ti-goog .ti-controls .ti-prev:hover, .ti-widget.ti-goog .ti-controls .ti-prev:focus{
    outline: none !important;
}
.opinions .ti-widget.ti-goog .ti-large-logo img{
    display: none !important;
}
.opinions .ti-widget.ti-goog .ti-rating-text strong.ti-rating{
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
}
.opinions .ti-goog .ti-footer .ti-stars{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
            margin-bottom: 0 !important;
}
.opinions .ti-widget.ti-goog .star-lg .ti-star{
width: 1.783rem !important;
height: 1.783rem !important;
}
.opinions .ti-rating-text{
display: -webkit-box;
display: flex;
-webkit-box-pack: start;
        justify-content: flex-start;
}
.opinions .ti-widget .mentaurus-ti-logo{
    max-width: 18rem !important;
}
.opinions .ti-widget.ti-goog .ti-widget-container:not(.ti-col-1) .ti-footer{
    -webkit-box-flex: 0 !important;
            flex: 0 0 18rem !important;
  max-width: 18rem !important;
}
.opinions .ti-widget.ti-goog .ti-rating-text strong.ti-rating{
    font-size: 1.6rem !important;
    font-weight: 700;
    line-height: 2rem;
    color: #18424B;
    margin-bottom: 0;
}
.opinions .ti-widget.ti-goog.ti-show-rating-text .ti-rating-text{
    font-weight: 400 !important;
    color: #222222 !important;
}
.opinions .ti-widget.ti-goog .ti-review-item > .ti-inner{
    border-bottom: 0.5rem solid #325F69 !important;
}
.contact {
    background-color: #ffffff;
    padding: 2.769rem 0 8rem 0;
}

.contact .contact-heading {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    width: 100%;
    gap: 6.4rem;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 4.2rem;
    color: #18424B;
    margin-bottom: 7.2rem;
}

.contact .contact-heading .line {
    display: block;
    height: 1px;
    -webkit-box-flex: 1;
    flex: 1;
    background-color: #325F69;
}

.contact .items {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 6.8rem;
}

.contact .items .item {
    padding: 2.4rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    background-color: #F2F2F2;
    max-width: 42rem;
    border-radius: 1.5rem;
}

.contact .items .item .item-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-column-gap: 1.6rem;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
}

.contact .items .item .item-wrapper .heading-wrapper .item-heading {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2rem;
    color: #18424B;
    margin-bottom: 0.4rem;
}

.contact .items .item .item-wrapper .heading-wrapper .item-text {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #222222;
}

.contact .form-heading {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2.8rem;
    color: #18424B;
    margin-bottom: 2rem;
}

.contact .form-control {
    padding: 0;
    margin: 0;
    border-radius: 3rem;
    border: 1px solid #CCCCCC;
    height: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.4rem;
    color: #000000;
}
.contact textarea.form-control{
    padding-top: 1.5rem;
}

.contact textarea.form-control {
    height: 10rem;
}

.contact .form-group {
    margin: 0;
    padding: 0;
}

.contact .form-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.2rem;
}

.contact .form-wrapper .input-wrapper {
    width: 100%;
}

.contact .form-wrapper .input-wrapper.half {
    width: 40.65rem;
}

.contact .form-wrapper .input-wrapper label {
    display: block;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #000000;
    margin-bottom: 0.4rem;
}

.contact .items2 {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.contact .items2 .item-left {
    max-width: 84.3rem;
}

.contact .items2 .item-right {
    max-width: 40.6rem;
}

.contact .check-form {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-column-gap: 0.8rem;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
}

.contact .check-form label {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-column-gap: 0.6rem;
       -moz-column-gap: 0.6rem;
            column-gap: 0.6rem;
}
.contact .check-form label a{
    font-weight: 700;
    color: #141414;
}
.contact .check-form label::after{
    top: 0;
}

.contact .send-button {
    border: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 2rem;
    background-color: #325F69;
    width: 18rem;
    height: 4rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 5%;
    margin-top: 1.4rem;
}

.contact .send-button:hover {
    background-color: #18424B;
}

.main-header .menu-item:hover .nav-link,
.main-header .menu-item.active .nav-link {
    color: #18424B;
}

.politics h2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-weight: 700;
    color: #18424B;
    margin-bottom: 1.6rem;
}

.politics p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #222222;
    margin-bottom: 2.4rem;
}

.breadcrumbs {
    margin-top: 7.1rem;
    padding: 1.2rem;
    background-color: #F2F2F2;
}

.breadcrumbs #breadcrumbs,
.breadcrumbs #breadcrumbs span,
.breadcrumbs #breadcrumbs span a {
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #555353;
}

#breadcrumbs span a:hover {
    color: #18424B;
}

.breadcrumbs #breadcrumbs .breadcrumb_last {
    color: #325F69;
}

.navbar-nav .dropdown-menu {
    padding: 1rem 0;
}

.dropdown-item {
    padding: 0;
    padding: 1rem;
    font-size: 1.6rem;
}
.cky-notice-btn-wrapper .cky-btn{
        border-color: #325F69 !important;
        color: #325F69 !important;
        border-radius: 2rem !important;
}
.cky-notice-btn-wrapper .cky-btn:last-child{
    background-color: #325F69 !important;
     color: #ffffff !important;
}
.cky-prefrence-btn-wrapper .cky-btn{
     border-color: #325F69 !important;
        color: #325F69 !important;
        border-radius: 2rem !important;
}
.cky-prefrence-btn-wrapper .cky-btn:last-child{
     background-color: #325F69 !important;
     color: #ffffff !important;
}
/* Jeśli tabela ma border-collapse: collapse; to radius często się gubi.
   Najpewniej: separate + border-spacing 0 */
table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

/* zaokrąglenia na skrajnych TH w nagłówku */
tr.headings th:first-child {
    border-top-left-radius: 1.5rem;
}

tr.headings th:last-child {
    border-top-right-radius: 1.5rem;
}

/* żeby tło TH nie "wychodziło" poza radius */
tr.headings th {
    overflow: hidden;
    background-color: #18424B;
}

.pagination {
    margin-top: 3.931rem;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-column-gap: 1.6rem;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
}

.pagination .page-numbers {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    background-color: #F2F2F2;
    border-radius: 50%;
    font-size: 1.4rem;
    font-weight: 700;
    color: #325F69;
}

.pagination .page-numbers.current {
    background-color: #325F69;
    color: #ffffff;
}

.pagination .page-numbers.current:hover {
    background-color: #18424B;
}

.pagination .page-numbers:hover {
    background-color: #325F69;
    color: #ffffff;
}

.cb-to-top {
    position: fixed;
    right: 1.5rem;
    bottom: 1.364rem;
    width: 4.4rem;
    height: 4.4rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 999px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    -webkit-transition: opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease, -webkit-transform .2s ease;
    z-index: 9999;
}

.cb-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.cb-to-top .icon {
    width: 4.4rem;
    height: 4.4rem;
}


/* 1) wyłącz domyślny trójkąt Bootstrapa */
.main-navigation .dropdown-toggle::after,
.navbar .dropdown-toggle::after,
.dropdown-toggle::after {
    border: 0 !important;
}

/* 2) wstaw svg jako tło pseudo-elementu */
.main-navigation .dropdown-toggle::after,
.navbar .dropdown-toggle::after,
.dropdown-toggle::after {
    content: "";
    display: inline-block;
    width: 1.3rem;
    height: 1.3rem;
    margin-left: 0.6rem;
    vertical-align: middle;
    background: url("/wp-content/uploads/2026/01/arrow.svg") no-repeat center / contain;
}

.main-header .navbar-nav .menu-item-has-children.is-open>.dropdown-menu {
    border: none;
    box-shadow: 0px 0.4rem 1.5rem 0px rgba(0, 0, 0, 0.25);
    border-radius: 1rem;
    font-size: 1.4rem;
    line-height: 1;
    color: #222222;
}


.workshop-popup .check-form {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    gap: 10px;
}

.workshop-popup .check-input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.workshop-popup .check-form label {
    position: relative;
    padding-left: 2.8rem;
    /* miejsce na checkbox */
    cursor: pointer;
    line-height: 1.35;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* pudełko checkboxa */
.workshop-popup .check-form label::before {
    content: "";
    position: absolute;
    left: 0;
    width: 2rem;
    height: 2rem;
    border: 1px solid #CCCCCC;
    background: transparent;
    box-sizing: border-box;
}

/* “ptaszek” */
.workshop-popup .check-form label::after {
    content: "";
    position: absolute;
    left: 0.4rem;
    top: 0.4rem;
    width: 1.199rem;
    height: 0.849rem;
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
}

/* stan zaznaczenia */
.workshop-popup .check-input:checked+label::after {
    border-left-color: #325F69;
    border-bottom-color: #325F69;
    opacity: 1;
}

/* focus z klawiatury */
.workshop-popup .check-input:focus-visible+label::before {
    outline: 2px solid #325F69;
    outline-offset: 3px;
}

/* opcjonalnie: hover */
.workshop-popup .check-form label:hover::before {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}


/* ===== MOBILE: pokaż hamburger i schowaj desktop menu ===== */
@media (max-width: 991.98px) {

    /* pokaż toggler niezależnie od Bootstrapa */
    .navbar .navbar-toggler {
        display: -webkit-inline-box !important;
        display: inline-flex !important;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        padding: 0;
        border: 0;
        background: transparent;
        cursor: pointer;
        margin-left: auto;
    }

    /* ukryj menu w nagłówku (bo będzie w szufladzie) */
    #navbarNav {
        display: none !important;
    }
}

/* ===== OFFCANVAS ===== */
.mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

.mobile-menu.is-open {
    opacity: 1;
    pointer-events: auto;
}

.mobile-menu__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.mobile-menu__drawer {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: min(86vw, 360px);
    background: #fff;
    box-shadow: -2rem 0 5rem rgba(0, 0, 0, .25);
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 1.8rem 1.8rem 2.4rem;
}

.mobile-menu.is-open .mobile-menu__drawer {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mobile-menu__close {
    align-self: flex-end;
    width: 4.4rem;
    height: 4.4rem;
    border: 0;
    border-radius: 999px;
    background: rgba(0, 0, 0, .06);
    font-size: 2.6rem;
    line-height: 1;
    cursor: pointer;
}

/* menu w szufladzie */
.mobile-menu__drawer #navbarNav {
    display: block !important;
    width: 100%;
    margin-top: 1.5rem;
}

/* linki w szufladzie */
.mobile-menu__drawer .navbar-nav {
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
    row-gap: 1.5rem;
}

.mobile-menu__drawer .navbar-nav>li {
    width: 100%;
}

.mobile-menu__drawer .navbar-nav a {
    display: block;
    padding: 1.2rem 1rem;
    border-radius: 1.2rem;
    text-decoration: none;
    font-size: 2rem;
}

.mobile-menu__drawer .navbar-nav a:hover {
    background: rgba(0, 0, 0, .06);
}

/* blokada scrolla */
html.is-locked,
body.is-locked {
    overflow: hidden;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow{
    width: 2.4rem !important;
    height: 1.5rem !important;
    background-size: 1.1rem !important;
}
.gt_float_switcher .gt-selected .gt-current-lang{
    padding: 1rem 1.5rem !important;
}
.gt_float_switcher .gt_options a{
    padding: 1rem 1.5rem !important;
    font-size: 1.5rem !important;
}

/* Kontener */
.contact .check-form .wpcf7-list-item label{
  position: relative;
  display: inline-block;
  cursor: pointer;
  line-height: 1.35;
}

/* Ukryj natywny checkbox (zostaje dostępny) */
.contact .check-form .check-input{
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.contact .check-form .wpcf7-list-item{
    margin: 0;
}
/* Tekst (span obok inputa) robi za "label" wizualny */
.contact .check-form .wpcf7-list-item-label{
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 28px; /* miejsce na checkbox */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
          -webkit-column-gap: 0.6rem;
             -moz-column-gap: 0.6rem;
                  column-gap: 0.6rem;
}

/* Kwadrat checkboxa */
.check-form .wpcf7-list-item-label::before{
  content: "";
  position: absolute;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #CCCCCC;
  background: transparent;
  box-sizing: border-box;
}

/* “Ptaszek” */
.check-form .wpcf7-list-item-label::after{
  content: "";
  position: absolute;
  left: 0.4rem;
  top: 0;
  width: 1.199rem;
  height: 0.849rem;
  border-left: 2px solid #325F69;
  border-bottom: 2px solid #325F69;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}

/* Pokaż ptaszka po zaznaczeniu */
.check-form .check-input:checked + .wpcf7-list-item-label::after{
  border-left-color: currentColor;
  border-bottom-color: currentColor;
  opacity: 1;
}

/* Focus z klawiatury */
.check-form .check-input:focus-visible + .wpcf7-list-item-label::before{
  outline: 2px solid currentColor;
  outline-offset: 3px;
}


/* desktop: ukryj cały offcanvas */
@media (min-width: 992px) {
    .mobile-menu {
        display: none;
    }
}

/* ===== VARIANT A: submenu zawsze widoczne na mobile ===== */
@media (max-width: 991.98px) {

    /* zawsze pokazuj podmenu w mobile */
    .mobile-menu__drawer li.menu-item-has-children>.dropdown-menu,
    .mobile-menu__drawer li.menu-item-has-children>.sub-menu {
        display: block !important;
        position: static;
        float: none;
        box-shadow: none;
        border: 0;
        margin: 6px 0 0 0;
        padding: 0;
        background: transparent;
    }

    /* wygląd elementów podmenu (delikatne wcięcie) */
    .mobile-menu__drawer .dropdown-menu a,
    .mobile-menu__drawer .sub-menu a {
        padding: 0;
        margin-left: 1rem;
        opacity: .95;
    }

    /* usuń strzałkę/toggle jeśli gdzieś był dodany */
    .mobile-menu__drawer li.menu-item-has-children>a:after {
        content: none !important;
    }
}

@media (max-width: 991.98px) {
    .main-header .last .nav-link{
        width: 24rem;
    }
    .gtranslate_wrapper{
        margin-left: 1rem;
    }

    /* linki w submenu: zawijanie tekstu */
    .mobile-menu__drawer .dropdown-menu a,
    .mobile-menu__drawer .sub-menu a {
        white-space: normal !important;
        /* pozwól zawijać */
        overflow-wrap: anywhere;
        /* łam w razie potrzeby */
        word-break: break-word;
        /* awaryjnie */
        line-height: 1.25;
    }

    /* czasem bootstrap/navwalker daje inline/flex — wymuś normalny blok */
    .mobile-menu__drawer .dropdown-menu li,
    .mobile-menu__drawer .sub-menu li {
        display: block;
        margin: 0.7rem 0;
    }

    /* jeśli gdzieś masz max-width / szerokości – dopnij */
    .mobile-menu__drawer .dropdown-menu,
    .mobile-menu__drawer .sub-menu {
        width: 100%;
    }

    .mobile-menu__drawer .dropdown-menu a,
    .mobile-menu__drawer .sub-menu a {
        width: 100% !important;
    }
}


@media (max-width: 767px) {
    .how-we-work .stages-wrapper .stages-items {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .main-header .last .nav-link {
        width: 30rem;
        height: 5rem;
    }

    .contact .items {
        justify-content: space-around;
        row-gap: 4rem;
    }

    .contact .items2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .contact .items2 .item-left {
        max-width: 100%;
        margin-bottom: 4rem;
    }

    .contact .items2 .item-right {
        max-width: 100%;
    }

    .contact .form-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .contact .form-wrapper .input-wrapper.half {
        width: 100%;
    }

    .contact .form-wrapper .input-wrapper.half:first-of-type {
        margin-bottom: 1.2rem;
    }

    .popup-content {
        width: 100%;
    }

    section,
    .main-footer,
    .main-header {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .start .items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .start .items .item-left {
        max-width: 100%;
        margin-bottom: 3rem;
    }

    .start .items .item-right {
        max-width: 100%;
    }

    .services .items {
        margin-top: 5rem;
        justify-content: space-around;
        row-gap: 4rem;
    }

    .start {
        padding-bottom: 4rem;
    }

    .why .items {
        row-gap: 4rem;
        justify-content: space-around;
    }

    .cooperation .items {
        justify-content: space-around;
    }

    .appointment .items .item-left {
        max-width: 100%;
    }

    .appointment .start-appointment-item-image {
        position: relative;
        top: unset;
    }

    .main-footer .items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .main-footer .item.links {
        margin-top: 1.8rem;
    }

    .main-footer .second .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .appointment .items .item-right {
        max-width: 100%;
        margin-top: 4rem;
    }

    .about .items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .about .items .item-left {
        max-width: 100%;
        margin-bottom: 4rem;
    }

    .about .items .item-right {
        max-width: 100%;
        margin-bottom: 4rem;
    }

    .single-services .second {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .single-services .second .item-left {
        max-width: 100%;
    }

    .single-services .second .item-right {
        max-width: 100%;
    }

    .effects .items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .effects .items .item-left {
        max-width: 100%;
        margin-bottom: 4rem;
    }

    .effects .items .item-right {
        max-width: 100%;
    }

    .workshops .items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .workshops .items .item-left {
        max-width: 100%;
        margin-bottom: 4rem;
    }

    .workshops .items .item-right {
        max-width: 100%;
    }

    .upcoming-starts .items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        row-gap: 4rem;
    }

    .upcoming-starts .items .item {
        max-width: 100%;
    }

    .single-page .items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .single-page .items .item-left {
        max-width: 100%;
    }

    .single-page .items .item-right {
        max-width: 100%;
    }

    .single-page .items .item-right .post-items {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: start;
        align-items: flex-start;
        gap: 4rem;
        flex-wrap: wrap;
    }

    .single-page .items .item-right .post-item {
        width: 47%;
    }
}

@media (max-width: 540px) {

    .single-page .items .item-right .post-item,
    .single-page .items .item-right .post-item .wp-post-image {
        width: 100%;
    }

    .services .items .item {
        max-width: 100%;
    }

    .services .items .item .wp-post-image {
        width: 100%;
    }

    .why .items .item {
        max-width: 100%;
    }

    .workshop-popup .form-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .workshop-popup .form-wrapper .input-wrapper.half {
        width: 100%;
    }

    .workshop-popup .form-wrapper .input-wrapper.half:first-of-type {
        margin-bottom: 1.2rem;
    }
}