@charset "UTF-8";
@font-face {
font-family: 'Gentium Basic';
src: url(//klinikainvicta.pl/wp-content/themes/invicta/font/GentiumBasic-Bold.woff2) format('woff2'),
url(//klinikainvicta.pl/wp-content/themes/invicta/font/GentiumBasic-Bold.woff) format('woff');
font-weight: bold;
font-style: normal;
font-display: block;
}
@font-face {
font-family: 'Gentium Plus';
src: url(//klinikainvicta.pl/wp-content/themes/invicta/font/GentiumPlus-Bold.woff2) format('woff2'),
url(//klinikainvicta.pl/wp-content/themes/invicta/font/GentiumPlus-Bold.woff) format('woff');
font-weight: bold;
font-style: normal;
font-display: block;
}
@font-face {
font-family: 'Poppins';
src: url(//klinikainvicta.pl/wp-content/themes/invicta/font/Poppins-Medium.woff2) format('woff2'),
url(//klinikainvicta.pl/wp-content/themes/invicta/font/Poppins-Medium.woff) format('woff');
font-weight: 500;
font-style: normal;
font-display: block;
}
@font-face {
font-family: 'Poppins';
src: url(//klinikainvicta.pl/wp-content/themes/invicta/font/Poppins-Bold.woff2) format('woff2'),
url(//klinikainvicta.pl/wp-content/themes/invicta/font/Poppins-Bold.woff) format('woff');
font-weight: bold;
font-style: normal;
font-display: block;
}
@font-face {
font-family: 'Poppins';
src: url(//klinikainvicta.pl/wp-content/themes/invicta/font/Poppins-Regular.woff2) format('woff2'),
url(//klinikainvicta.pl/wp-content/themes/invicta/font/Poppins-Regular.woff) format('woff');
font-weight: normal;
font-style: normal;
font-display: block;
}
@font-face {
font-family: 'Poppins';
src: url(//klinikainvicta.pl/wp-content/themes/invicta/font/Poppins-SemiBold.woff2) format('woff2'),
url(//klinikainvicta.pl/wp-content/themes/invicta/font/Poppins-SemiBold.woff) format('woff');
font-weight: 600;
font-style: normal;
font-display: block;
}

body {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*,
*::before,
*::after {
box-sizing: border-box;
}
b,
strong {
font-weight: bolder;
}
small,
.small {
font-size: 0.875em;
}
img,
svg {
vertical-align: middle;
}
button {
border-radius: 0;
}
button:focus:not(:focus-visible) {
outline: 0;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
select {
text-transform: none;
}
[role=button] {
cursor: pointer;
}
select {
word-wrap: normal;
}
select:disabled {
opacity: 1;
}
button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
cursor: pointer;
}
::-moz-focus-inner {
padding: 0;
border-style: none;
}
.row {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-right: -1.2rem;
margin-left: -1.2rem;
}
.row>* {
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: 1.2rem;
padding-left: 1.2rem;
}
.col {
flex: 1 0 0%;
}
.row-cols-auto>* {
flex: 0 0 auto;
width: auto;
}
.row-cols-1>* {
flex: 0 0 auto;
width: 100%;
}
.row-cols-2>* {
flex: 0 0 auto;
width: 50%;
}
.row-cols-3>* {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-4>* {
flex: 0 0 auto;
width: 25%;
}
.row-cols-5>* {
flex: 0 0 auto;
width: 20%;
}
.row-cols-6>* {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-auto {
flex: 0 0 auto;
width: auto;
}
.col-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-3 {
flex: 0 0 auto;
width: 25%;
}
.col-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-6 {
flex: 0 0 auto;
width: 50%;
}
.col-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-9 {
flex: 0 0 auto;
width: 75%;
}
.col-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-1 {
margin-left: 8.33333333%;
}
.offset-2 {
margin-left: 16.66666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.33333333%;
}
.offset-5 {
margin-left: 41.66666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.33333333%;
}
.offset-8 {
margin-left: 66.66666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.33333333%;
}
.offset-11 {
margin-left: 91.66666667%;
}
.flex-column {
flex-direction: column !important;
}
.align-items-center {
align-items: center !important;
}
.align-items-end {
align-items: flex-end !important;
}
.align-items-top {
align-items: flex-start !important;
}
.text-start{
text-align: start !important;
}
.text-center {
text-align: center !important;
}
.text-end {
text-align: end !important;
}
@media (min-width: 576px) {
.col-sm {
flex: 1 0 0%;
}
.row-cols-sm-auto>* {
flex: 0 0 auto;
width: auto;
}
.row-cols-sm-1>* {
flex: 0 0 auto;
width: 100%;
}
.row-cols-sm-2>* {
flex: 0 0 auto;
width: 50%;
}
.row-cols-sm-3>* {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-sm-4>* {
flex: 0 0 auto;
width: 25%;
}
.row-cols-sm-5>* {
flex: 0 0 auto;
width: 20%;
}
.row-cols-sm-6>* {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-sm-auto {
flex: 0 0 auto;
width: auto;
}
.col-sm-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-sm-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-sm-3 {
flex: 0 0 auto;
width: 25%;
}
.col-sm-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-sm-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-sm-6 {
flex: 0 0 auto;
width: 50%;
}
.col-sm-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-sm-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-sm-9 {
flex: 0 0 auto;
width: 75%;
}
.col-sm-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-sm-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-sm-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.33333333%;
}
.offset-sm-2 {
margin-left: 16.66666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.33333333%;
}
.offset-sm-5 {
margin-left: 41.66666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.33333333%;
}
.offset-sm-8 {
margin-left: 66.66666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.33333333%;
}
.offset-sm-11 {
margin-left: 91.66666667%;
}}
@media (min-width: 768px) {
.col-md {
flex: 1 0 0%;
}
.row-cols-md-auto>* {
flex: 0 0 auto;
width: auto;
}
.row-cols-md-1>* {
flex: 0 0 auto;
width: 100%;
}
.row-cols-md-2>* {
flex: 0 0 auto;
width: 50%;
}
.row-cols-md-3>* {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-md-4>* {
flex: 0 0 auto;
width: 25%;
}
.row-cols-md-5>* {
flex: 0 0 auto;
width: 20%;
}
.row-cols-md-6>* {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-md-auto {
flex: 0 0 auto;
width: auto;
}
.col-md-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-md-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-md-3 {
flex: 0 0 auto;
width: 25%;
}
.col-md-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-md-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-md-6 {
flex: 0 0 auto;
width: 50%;
}
.col-md-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-md-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-md-9 {
flex: 0 0 auto;
width: 75%;
}
.col-md-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-md-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-md-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.33333333%;
}
.offset-md-2 {
margin-left: 16.66666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.33333333%;
}
.offset-md-5 {
margin-left: 41.66666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.33333333%;
}
.offset-md-8 {
margin-left: 66.66666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.33333333%;
}
.offset-md-11 {
margin-left: 91.66666667%;
}}
@media (min-width: 992px) {
.col-lg {
flex: 1 0 0%;
}
.row-cols-lg-auto>* {
flex: 0 0 auto;
width: auto;
}
.row-cols-lg-1>* {
flex: 0 0 auto;
width: 100%;
}
.row-cols-lg-2>* {
flex: 0 0 auto;
width: 50%;
}
.row-cols-lg-3>* {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-lg-4>* {
flex: 0 0 auto;
width: 25%;
}
.row-cols-lg-5>* {
flex: 0 0 auto;
width: 20%;
}
.row-cols-lg-6>* {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-lg-auto {
flex: 0 0 auto;
width: auto;
}
.col-lg-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-lg-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-lg-3 {
flex: 0 0 auto;
width: 25%;
}
.col-lg-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-lg-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-lg-6 {
flex: 0 0 auto;
width: 50%;
}
.col-lg-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-lg-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-lg-9 {
flex: 0 0 auto;
width: 75%;
}
.col-lg-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-lg-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-lg-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.33333333%;
}
.offset-lg-2 {
margin-left: 16.66666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.33333333%;
}
.offset-lg-5 {
margin-left: 41.66666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.33333333%;
}
.offset-lg-8 {
margin-left: 66.66666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.33333333%;
}
.offset-lg-11 {
margin-left: 91.66666667%;
}}
@media (min-width: 1200px) {
.col-xl {
flex: 1 0 0%;
}
.row-cols-xl-auto>* {
flex: 0 0 auto;
width: auto;
}
.row-cols-xl-1>* {
flex: 0 0 auto;
width: 100%;
}
.row-cols-xl-2>* {
flex: 0 0 auto;
width: 50%;
}
.row-cols-xl-3>* {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-xl-4>* {
flex: 0 0 auto;
width: 25%;
}
.row-cols-xl-5>* {
flex: 0 0 auto;
width: 20%;
}
.row-cols-xl-6>* {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-xl-auto {
flex: 0 0 auto;
width: auto;
}
.col-xl-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xl-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-xl-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-xl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xl-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-xl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-xl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xl-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-xl-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-xl-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.33333333%;
}
.offset-xl-2 {
margin-left: 16.66666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.33333333%;
}
.offset-xl-5 {
margin-left: 41.66666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.33333333%;
}
.offset-xl-8 {
margin-left: 66.66666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.33333333%;
}
.offset-xl-11 {
margin-left: 91.66666667%;
}}
@media (min-width: 1400px) {
.col-xxl {
flex: 1 0 0%;
}
.row-cols-xxl-auto>* {
flex: 0 0 auto;
width: auto;
}
.row-cols-xxl-1>* {
flex: 0 0 auto;
width: 100%;
}
.row-cols-xxl-2>* {
flex: 0 0 auto;
width: 50%;
}
.row-cols-xxl-3>* {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-xxl-4>* {
flex: 0 0 auto;
width: 25%;
}
.row-cols-xxl-5>* {
flex: 0 0 auto;
width: 20%;
}
.row-cols-xxl-6>* {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-xxl-auto {
flex: 0 0 auto;
width: auto;
}
.col-xxl-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xxl-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xxl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xxl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-xxl-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-xxl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xxl-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-xxl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-xxl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xxl-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-xxl-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-xxl-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-xxl-0 {
margin-left: 0;
}
.offset-xxl-1 {
margin-left: 8.33333333%;
}
.offset-xxl-2 {
margin-left: 16.66666667%;
}
.offset-xxl-3 {
margin-left: 25%;
}
.offset-xxl-4 {
margin-left: 33.33333333%;
}    
.offset-xxl-5 {
margin-left: 41.66666667%;
}    
.offset-xxl-6 {
margin-left: 50%;
}    
.offset-xxl-7 {
margin-left: 58.33333333%;
}    
.offset-xxl-8 {
margin-left: 66.66666667%;
}    
.offset-xxl-9 {
margin-left: 75%;
}    
.offset-xxl-10 {
margin-left: 83.33333333%;
}    
.offset-xxl-11 {
margin-left: 91.66666667%;
}
}
@media (min-width: 1440px) {
.col-xxxl-9 {
flex: 0 0 auto;
width: 75%;
}
}:root{
--border-bottom-color : #fed400;
--bg-color : #fed400;
--primary-color : #00205b;
--primary-color-100 : #4b618b;
--primary-color-200 : #e5e8ee;
--primary-color-300 : #f2f3f7;
--secondary-color : #fed400;
--secondary-color-100 : #ffe566;
--secondary-color-200 : #fff6cc;
--secondary-color-300 : #fffbe5;
--top-menu-text-color : #00205B;
--top-menu-text-hover-color : #00205B;
--top-menu-text-active-color : #00205B;
--menu-text-color : #00205b;
--menu-text-color-hover : #00205B;
--sub-menu-text-color : #00205B;
--sub-menu-text-hover-color : #00205B;
--footer-text-color : #00205B;
--white-color : #ffffff;
--bg-gradient-1 : linear-gradient(180deg, rgba(228, 236, 247, 0) 0%, rgba(228, 236, 247, 1) 100%);
}html{
font-size: 62.5%;
}
.booksy-reservation-off .booksy-widget-container{
display: none;
position: absolute;
visibility: hidden;
left: -99999999999px;
}
body{
font-family: 'Poppins';
font-weight: normal;
font-style: normal;
overflow-x: hidden;
font-size: 1.6rem;
line-height: 2.6rem;
color: var(--primary-color);
margin: 0;
padding: 0;
}
h1,h2,h3,h4,h5,h6,p{
margin: 0px;
padding: 0px;
}
h1,.h1,.h1 *,h2,.h2,.h2 *,h3,.h3,.h3 *,h4,.h4,.h4 *,h5,.h5,.h5 *,h6,.h6,.h6 *{
font-family: 'Gentium Plus';
font-weight: bold;
margin-bottom: 2rem;
}
ul,ol{
margin: 0px;
padding:0px;
list-style: none;
}
.d-flex {
display: flex;
}
.d-flex-w{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
}
.d-new{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
flex-wrap: wrap;
}
.d-align-center{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.d-align{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
flex-wrap: wrap;
}
.d-new-a{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
flex-wrap: wrap;
}
a{
text-decoration: underline;
outline: none !important;
color: var(--primary-color);
}
a:hover{
text-decoration: none;
}
a:focus-visible {
outline: 0.2rem solid #000 !important;
outline-offset: 0.1rem !important;
}
p{
line-height: 2.6rem;
margin-top: 2.4rem;
}
p:first-child{
margin-top: 0;
}
ul{
margin-top: 1.6rem;
}
ul > li{
position: relative;
padding-left: 2.2rem;
}
ul > li:last-child{
margin-bottom: 0;
}
.mobile-menu div:last-child ul:last-child ul:last-child li:last-child{
margin-bottom: calc(100vh - 100dvh);
}
ul > li:after {
position: absolute;
content: "";
height: 0.5rem;
width: 0.5rem;
background: var(--primary-color);
border-radius: 50%;
left: 0.6rem;
top: 0.9rem;
}
ol{
counter-reset: number;
margin-top: 1.6rem;
}
ol li{
position: relative;
padding-left: 2.2rem;
counter-increment: number;
margin-bottom: 0.3rem;
}
ol li:last-child{
margin-bottom: 0;
}
ol li:after{
content: none;
}
ol li::before {
position: absolute;
content: "";
left: 0;
top: 0;
content: counter(number) ". ";
}
.no-point{
margin: 0;
}
.no-point li{
margin: 0;
padding: 0;
}
.no-point li:after{
content: none;
}
.container{
padding: 0 1.5rem;
margin: auto;
}
.page-link li:after{
background: var(--primary-color);
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1170px;
}
}
@media (min-width: 1260px) {
.container {
max-width: 1230px;
}
}
.text-white,.text-white *{
color: var(--white-color);
}
h1,.h1,.h1 *{
margin: 0 !important;
font-size: 7rem !important;
line-height: 8.4rem !important;
}
h2,.h2,.h2 *{
margin: 0 !important;
font-size: 5.6rem !important;
line-height: 6.5rem !important;
}
h3,.h3,.h3 *{
margin: 0 !important;
font-size: 4rem !important;
line-height: 5.2rem !important;
}
h4,.h4,.h4 *{
margin: 0 !important;
font-size: 2.8rem !important;
line-height: 3.9rem !important;
}
h5,.h5,.h5 *{
margin: 0 !important;
font-size: 2.3rem !important;
line-height: 3.3rem !important;
}
h6,.h6,.h6 *{
margin: 0 !important;
font-size: 2rem !important;
line-height: 2.3rem !important;
}
.title-big,.title-big *{
margin: 0 !important;
font-size: 11.2rem !important;
line-height: 12.9rem !important;
}
.lh-46,.lh-46 *{
line-height: 4.6rem !important;
}
.lh-32,.lh-32 *{
line-height: 3.2rem !important;
}
.lh-27,.lh-27 *{
line-height: 2.7rem !important;
}
.lh-24,.lh-24 *{
line-height: 2.4rem !important;
}
strong{
font-weight: 700;
}
.bg-white{
background: var(--white-color);
}
.bg-color{
background: var(--bg-color);
}
.bg-primary{
background: var(--primary-color);
}
.bg-primary-100{
background: var(--primary-color-100);
}
.bg-primary-200{
background: var(--primary-color-200);
}
.bg-primary-300{
background: var(--primary-color-300);
}
.bg-secondary{
background: var(--secondary-color);
}
.bg-secondary-100{
background: var(--secondary-color-100);
}
.bg-secondary-200{
background: var(--secondary-color-200);
}
.bg-secondary-300{
background: var(--secondary-color-300);
}
.bg-gradient-1{
background: var(--bg-gradient-1);
}
.bg-white-important{
background: var(--white-color)!important;
}
.bg-primary-important{
background: var(--primary-color)!important;
}
.bg-primary-100-important{
background: var(--primary-color-100)!important;
}
.bg-primary-200-important{
background: var(--primary-color-200)!important;
}
.bg-primary-300-important{
background: var(--primary-color-300)!important;
}
.bg-secondary-important{
background: var(--secondary-color)!important;
}
.bg-secondary-100-important{
background: var(--secondary-color-100)!important;
}
.bg-secondary-200-important{
background: var(--secondary-color-200)!important;
}
.bg-secondary-300-important{
background: var(--secondary-color-300)!important;
}
.bg-gradient-1-important{
background: var(--bg-gradient-1)!important;
}
.font-white{
color: var(--white-color);
}
.font-white a{
color: var(--white-color);
}
.font-primary{
color: var(--primary-color);
}
.font-primary-100{
color: var(--primary-color-100);
}
.font-primary-200{
color: var(--primary-color-200);
}
.font-primary-300{
color: var(--primary-color-300);
}
.font-secondary{
color: var(--secondary-color);
}
.font-secondary-100{
color: var(--secondary-color-100);
}
.font-secondary-200{
color: var(--secondary-color-200);
}
.font-secondary-300{
color: var(--secondary-color-300);
}
.btn-group{
display: flex;
flex-wrap: wrap;
margin: 0 -0.8rem -1.6rem -0.8rem !important;
}
.btn-group.btn-group-vertical {
margin-top: 1.6rem !important;
}
.btn-group .btn{
margin-left:0.8rem !important;
margin-right:0.8rem !important;
margin-bottom: 1.6rem !important;
}
.btn-group-big .btn{
margin-left: 1.6rem !important;
margin-right: 1.6rem !important;
}
.btn{
box-shadow: none !important;
border-radius: 10rem;
height: 4.8rem;
font-size: 1.4rem;
padding: 0 2.4rem;
font-weight: 600;
text-transform: uppercase;
display: inline-flex;
align-items: center;
justify-content: center;
text-align: center;
text-decoration: none !important;
}
.btn:focus-visible{
outline: none !important;
outline-offset: 0 !important;
}
.btn-sm{
height: 4rem;
}
.btn-xs{
height: 3.2rem !important;
padding: 0 1.6rem !important;
font-size: 1.2rem !important;
}
.btn-xs span{
margin-right: 1.2rem !important;
}
.btn-blue,
.btn-blue:focus-visible{
background: var(--primary-color) !important;
color: var(--white-color) !important;
border: 2px solid var(--primary-color) !important
}
.btn-blue:focus-visible{
border-color: var(--primary-color-100) !important;
}
.btn-blue:hover{
background: transparent !important;
color: var(--primary-color) !important;
}
.disabled {
opacity: 0.45 !important;
pointer-events: none !important;
}
.bg-secondary .btn-blue:hover{
background: var(--white-color) !important;
border-color: var(--white-color) !important;
color: var(--primary-color) !important;
}
.btn-blue-outline,
.btn-blue-outline:focus-visible{
color: var(--primary-color) !important;
border: 2px solid var(--primary-color) !important;
background: var(--white-color);
}
.btn-blue-outline:focus-visible{
border-color: var(--primary-color-100) !important;
}
.btn-blue-outline:hover{
background: var(--primary-color) !important;
color: var(--white-color) !important;
}
.btn-white,
.btn-white:focus-visible{
border: 2px solid var(--white-color) !important;
background: var(--white-color) !important;
color: var(--primary-color) !important;
}
.btn-white:focus-visible{
border-color: var(--primary-color-100) !important;
}
.btn-white:hover{
background: #f3f5fa !important;
border-color: #f3f5fa !important;
color: var(--primary-color) !important;
}
.btn-white.phone_show_button:hover{
background: var(--white-color) !important;
border-color: transparent !important;
color: var(--primary-color) !important;
}
.btn-red,
.btn-red:focus-visible{
background: #af2d26 !important;
border: 2px solid #af2d26 !important;
color: #fff !important;
}
.btn-red:focus-visible{
border-color: var(--primary-color) !important;
}
.btn-red:hover{
background: transparent !important;
color: #af2d26 !important;
}
.overflow-x-hidden{
overflow-x: clip;
}
.overflow-hidden{
overflow: hidden;
}
.img-full{
width: 100%;
}
.img-fluid{
max-width: 100%;
max-height: 100%;
}
.ml-auto{
margin-left: auto !important;
}
.mr-auto{
margin-right: auto !important;
}
.text-center{
text-align: center;
}
.justify-content-center{
justify-content: center;
}
.justify-content-between{
justify-content: space-between;
}
.align-items-center{
align-items: center;
}
.align-items-top{
align-items: flex-start;
}
.row-reverse{
flex-direction: row-reverse;
}
.round-box{
height: 4.8rem;
width: 4.8rem;
display: flex;
align-items: center;
justify-content: center;
font-size: 2.2rem;
line-height: 2.6rem;
border-radius: 50%;
font-weight: 700;
}
.label{
font-size: 1.4rem;
line-height: 2.1rem;
display: block;
margin-bottom: 0.8rem;
}
.form-input{
position: relative;
}
.form-input textarea {
resize: vertical;
}
.form-control{
padding: 0.8rem 0.8rem 0.8rem 1.6rem;
border: 1px solid #e3ecf8;
background: var(--white-color);
color: var(--primary-color);
width: 100%;
border-radius: 0.4rem;
outline: none !important;
font-size: 1.4rem;
line-height: 2.2rem;
}
.form-control.big{
font-size: 1.6rem;
line-height: 2.6rem;
padding: 1rem 1rem 1rem 1.6rem;
}
select.form-control {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background: url(//klinikainvicta.pl/wp-content/themes/invicta/images/icon-down-black.png) no-repeat center right 2.033rem;
}
.was-validated .form-control:invalid {
border-color: #C72323 !important;
}
.form-control:focus{
border-color: #9ec4f2;
}
.form-control::placeholder {
color: var(--primary-color-200);
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: var(--primary-color-200);
}
.form-control::-ms-input-placeholder {
color: var(--primary-color-200);
}
.errorMassage {
font-size: 1.2rem;
line-height: 1.8rem;
color: #C72323;
margin-top: 0.8rem;
display: none;
}
.was-validated .form-control:invalid + .errorMassage{
display: block;
}
.chk {
display: block;
position: relative;
padding-left: 2.4rem;
margin-bottom: 0px;
cursor: pointer;
font-size: 1.2rem;
line-height: 2rem;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.chk a{
font-size: 1.6rem;
line-height: 2.4rem;
text-decoration: none;
}
.chk a:hover{
opacity: 0.8;
}
.chk-small a{
font-size: 1.2rem;
line-height: 1.8rem;
text-decoration: underline;
}
.chk-small a:hover{
opacity: 1;
text-decoration: none;
}
.chk input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.chk .checkmark {
position: absolute;
top: 0.1rem;
left: 0;
height: 1.6rem;
width: 1.6rem;
background-color: var(--white-color);
border: 1px solid var(--primary-color);
}
.was-validated .chk input:invalid ~ .checkmark{
border-color: #C72323 !important;
}
.chk-align-center .checkmark{
top: 0;
bottom: 0;
margin: auto;
}
.chk .checkmark:after {
content: "";
position: absolute;
display: none;
}
.chk input:checked ~ .checkmark:after {
display: block;
}
.chk .checkmark:after {
left: 0.5rem;
top: 0.1rem;
width: 0.5rem;
height: 0.9rem;
border: solid var(--primary-color);
border-width: 0 0.2rem 0.2rem 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.alignright{
margin-left: auto;
margin-right: 0;
text-align: right;
display: block;
}
.aligncenter{
margin-left: auto;
margin-right: auto;
text-align: center;
display: block;
}
.alignnone{
margin-left: 0;
margin-right: auto;
text-align: left;
display: block;
}
.text-uppercase{
text-transform: uppercase;
}
table {
border-collapse: collapse;
margin-top: 3.2rem;
}
table * {
font-family: 'Poppins' !important;
font-size: 1.4rem;
line-height: 2.3rem;
}
table td {
vertical-align: top;
}
table, tr, td {
border: 1px solid #ddd;
}
table *{
font-family: 'Poppins';
}
.gx-0 {
margin: 0;
}
.gx-0 .d-flex{
padding: 0;
}
.w-100{
width: 100% !important;
}
.mlr-8{
margin: 0 -0.8rem !important;
}
.plr-8{
padding: 0 0.8rem !important;
}
.mt-0{
margin-top: 0 !important;
}
.mt-8{
margin-top: 0.8rem !important;
}
.mb-8{
margin-bottom: 0.8rem !important;
}
.ml-8{
margin-left: 0.8rem !important;
}
.mr-8{
margin-right: 0.8rem !important;
}
.pt-8{
padding-top: 0.8rem !important;
}
.pb-8{
padding-bottom: 0.8rem !important;
}
.pl-8{
padding-left: 0.8rem !important;
}
.pr-8{
padding-right: 0.8rem !important;
}
.mb-15{
margin-bottom: -1.5rem !important;
}
.mt-16{
margin-top: 1.6rem !important;
}
.mb-16{
margin-bottom: 1.6rem !important;
}
.ml-16{
margin-left: 1.6rem !important;
}
.mr-16{
margin-right: 1.6rem !important;
}
.pt-16{
padding-top: 1.6rem !important;
}
.pb-16{
padding-bottom: 1.6rem !important;
}
.pl-16{
padding-left: 1.6rem !important;
}
.pr-16{
padding-right: 1.6rem !important;
}
.mt-24{
margin-top: 2.4rem !important;
}
.mb-24{
margin-bottom: 2.4rem !important;
}
.ml-24{
margin-left: 2.4rem !important;
}
.mr-24{
margin-right: 2.4rem !important;
}
.pt-24{
padding-top: 2.4rem !important;
}
.pt-54 {
padding-top: 5.4rem !important;
}
.pb-24{
padding-bottom: 2.4rem !important;
}
.pl-24{
padding-left: 2.4rem !important;
}
.pr-24{
padding-right: 2.4rem !important;
}
.mt-32{
margin-top: 3.2rem !important;
}
.mb-32{
margin-bottom: 3.2rem !important;
}
.ml-32{
margin-left: 3.2rem !important;
}
.mr-32{
margin-right: 3.2rem !important;
}
.pt-32{
padding-top: 3.2rem !important;
}
.pb-32{
padding-bottom: 3.2rem !important;
}
.pl-32{
padding-left: 3.2rem !important;
}
.pr-32{
padding-right: 3.2rem !important;
}
.mt-40{
margin-top: 4rem !important;
}
.mb-40{
margin-bottom: 4rem !important;
}
.ml-40{
margin-left: 4rem !important;
}
.mr-40{
margin-right: 4rem !important;
}
.pt-40{
padding-top: 4rem !important;
}
.pb-40{
padding-bottom: 4rem !important;
}
.pl-40{
padding-left: 4rem !important;
}
.pr-40{
padding-right: 4rem !important;
}
.plr-44{
padding: 0 4.4rem !important;
}
.mt-48{
margin-top: 4.8rem !important;
}
.mb-48{
margin-bottom: 4.8rem !important;
}
.ml-48{
margin-left: 4.8rem !important;
}
.mr-48{
margin-right: 4.8rem !important;
}
.pt-48{
padding-top: 4.8rem !important;
}
.pb-48{
padding-bottom: 4.8rem !important;
}
.pl-48{
padding-left: 4.8rem !important;
}
.pr-48{
padding-right: 4.8rem !important;
}
.mt-64{
margin-top: 6.4rem !important;
}
.mb-64{
margin-bottom: 6.4rem !important;
}
.ml-64{
margin-left: 6.4rem !important;
}
.mr-64{
margin-right: 6.4rem !important;
}
.pt-64{
padding-top: 6.4rem !important;
}
.pb-64{
padding-bottom: 6.4rem !important;
}
.pl-64{
padding-left: 6.4rem !important;
}
.pr-64{
padding-right: 6.4rem !important;
}
.mt-73{
margin-top: 7.3rem !important;
}
.ml-75 {
margin-left: -7.5rem !important;
}
.mr-75 {
margin-right: -7.5rem !important;
}
.pt-104{
padding-top: 10.4rem !important;
}
.pt-114{
padding-top: 11.4rem !important;
}
.mt-120{
margin-top: 12rem !important;
}
.mb-120{
margin-bottom: 12rem !important;
}
.pt-120{
padding-top: 12rem !important;
}
.pb-120{
padding-bottom: 12rem !important;
}
.mr-127{
margin-right: -12.7rem !important;
}
.mt-159{
margin-top: 15.9rem !important;
}
@media(min-width:1260px) and (max-width:1359px){
.mr-75 {
margin-right: -2.3rem !important;
}
.ml-75 {
margin-left: -2.3rem !important;
}
}
@media(min-width:1200px) and (max-width:1259px){
h1, .h1, .h1 * {
font-size: 6.6rem !important;
line-height: 8rem !important;
}
h2, .h2, .h2 * {
font-size: 5.3rem !important;
line-height: 6.2rem !important;
}
h3, .h3, .h3 * {
font-size: 3.65rem !important;
line-height: 4.9rem !important;
}
h4, .h4, .h4 * {
font-size: 2.7rem !important;
}
.title-big, .title-big * {
font-size: 10.2rem !important;
line-height: 11.4rem !important;
}
.col-lg-8 {
width: 70.1%;
}
.col-lg-10.offset-lg-2{
margin-left: 13.2%;
}
.mt-73 {
margin-top: 5.3rem !important;
}
.mr-75 {
margin-right: -2.3rem !important;
}
.ml-75 {
margin-left: -2.3rem !important;
}
.mt-120{
margin-top: 10rem !important;
}
.mb-120{
margin-bottom: 10rem !important;
}
.pb-120 {
padding-bottom: 10rem !important;
}
.pt-120 {
padding-top: 10rem !important;
}
}
@media(min-width:992px) and (max-width:1199px){
body{
font-size: 1.5rem;
line-height: 2.5rem;
}
p{
line-height: 2.5rem;
margin-top: 2.3rem;
}
h1, .h1, .h1 * {
font-size: 5.4rem !important;
line-height: 6.5rem !important;
}
h2, .h2, .h2 * {
font-size: 4.9rem !important;
line-height: 5.8rem !important;
}
h3, .h3, .h3 * {
font-size: 3.5rem !important;
line-height: 4.7rem !important;
}
h4, .h4, .h4 * {
font-size: 2.5rem !important;
line-height: 3.5rem !important;
}
h5, .h5, .h5 * {
font-size: 2.1rem !important;
line-height: 2.9rem !important;
}
.title-big, .title-big * {
font-size: 7.2rem !important;
line-height: 7.9rem !important;
}
.btn {
font-size: 1.2rem;
padding: 0 2rem;
}
.btn-group .btn {
margin-left: 0.7rem !important;
margin-right: 0.7rem !important;
margin-bottom: 1.4rem !important;
}
.form-control.big {
font-size: 1.5rem;
line-height: 2rem;
}
.col-lg-10 {
width: 90%;
}
.col-lg-8 {
width: 80.366667%;
}
.col-lg-10.offset-lg-2 {
margin-left: 9.666667%;
}
.ml-16 {
margin-left: 0.8rem !important;
}
.mr-16 {
margin-right: 0.8rem !important;
}
.mt-40 {
margin-top: 3.2rem !important;
}
.mb-40 {
margin-bottom: 3.2rem !important;
}
.plr-44 {
padding: 0 2.4rem !important;
}
.mt-48 {
margin-top: 2.4rem !important;
}
.pt-64 {
padding-top: 4.8rem !important;
}
.pb-64 {
padding-bottom: 4.8rem !important;
}
.mb-64 {
margin-bottom: 4.8rem !important;
}
.mt-64 {
margin-top: 4.8rem !important;
}
.mt-73 {
margin-top: 9rem !important;
}
.mr-75 {
margin-right: -2.3rem !important;
}
.ml-75 {
margin-left: -2.3rem !important;
}
.mt-120 {
margin-top: 8rem !important;
}
.mb-120 {
margin-bottom: 8rem !important;
}
.pt-120 {
padding-top: 8rem !important;
}
.pb-120 {
padding-bottom: 8rem !important;
} 
.mt-159 {
margin-top: 15.2rem !important;
}
}
@media(min-width:768px) and (max-width:991px){
h1, .h1, .h1 * {
font-size: 5rem !important;
line-height: 5.6rem !important;
}
h2, .h2, .h2 * {
font-size: 4rem !important;
line-height: 4.7rem !important;
}   
h3, .h3, .h3 * {
font-size: 3.2rem !important;
line-height: 4.2rem !important;
}
h4, .h4, .h4 * {
font-size: 2.4rem !important;
line-height: 3.2rem !important;
}
h5, .h5, .h5 * {
line-height: 2.9rem !important;
}
.title-big, .title-big * {
font-size: 5rem !important;
line-height: 6.6rem !important;
}
.pr-24 {
padding-right: 0rem !important;
}
.mb-40 {
margin-bottom: 3.2rem !important;
}
.plr-44 {
padding: 0 !important;
}
.pb-sm-32{
padding-bottom: 3.2rem !important;
}
.mt-sm-32{
margin-top: 3.2rem !important;
}
.pt-64 {
padding-top: 3.2rem !important;
}
.pb-64 {
padding-bottom: 3.2rem !important;
}
.mb-64 {
margin-bottom: 3.2rem !important;
}
.mt-64 {
margin-top: 3.2rem !important;
}
.mb-sm-64{
margin-bottom: 6.4rem !important;
}
.mt-sm-64{
margin-top: 6.4rem !important;
}
.mt-73 {
margin-top: 3.2rem !important;
}
.ml-75 {
margin-left: 0rem !important;
}
.mr-75 {
margin-right: 0rem !important;
}
.mt-120 {
margin-top: 8rem !important;
}
.mb-120 {
margin-bottom: 8rem !important;
}
.pt-120 {
padding-top: 8rem !important;
}
.pb-120 {
padding-bottom: 8rem !important;
}
.mt-159 {
margin-top: 5.2rem !important;
}
.mtb-sm-64{
margin: 6.4rem 0 !important;
}
.pb-sm-0{
padding-bottom: 0 !important;
}
.pt-sm-0{
padding-top: 0 !important;
}
}
@media(max-width:767px){
body {
font-size: 1.4rem;
line-height: 2.3rem;
}
p {
line-height: 2.3rem;
}
h1, .h1, .h1 * {
font-size: 4rem !important;
line-height: 4.6rem !important;
}
h2, .h2, .h2 * {
font-size: 2.8rem !important;
line-height: 3.5rem !important;
}
h3, .h3, .h3 * {
font-size: 2.8rem !important;
line-height: 3.5rem !important;
}
.h3-mobile *{
font-size: 2.3rem !important;
line-height: 2.9rem !important;
}
h4, .h4, .h4 * {
font-size: 2.3rem !important;
line-height: 2.9rem !important;
}
h5, .h5, .h5 * {
line-height: 2.9rem !important;
}
.title-big, .title-big * {
font-size: 4rem !important;
line-height: 4.6rem !important;
}
.container {
padding: 0 1.6rem;
}
.bg-mobile-white{
background: var(--white-color);
}
.bg-mobile-primary{
background: var(--primary-color);
}
.bg-mobile-primary-100{
background: var(--primary-color-100);
}
.bg-mobile-primary-200{
background: var(--primary-color-200);
}
.bg-mobile-primary-300{
background: var(--primary-color-300);
}
.bg-mobile-secondary{
background: var(--secondary-color);
}
.bg-mobile-secondary-100{
background: var(--secondary-color-100);
}
.bg-mobile-secondary-200{
background: var(--secondary-color-200);
}
.bg-mobile-gradient-1{
background: var(--bg-gradient-1);
}
.bg-mobile-secondary-300{
background: var(--secondary-color-300);
}
.font-mobile-white{
color: var(--white-color);
}
.font-mobile-primary{
color: var(--primary-color);
}
.font-mobile-primary-100{
color: var(--primary-color-100);
}
.font-mobile-primary-200{
color: var(--primary-color-200);
}
.font-mobile-primary-300{
color: var(--primary-color-300);
}
.font-mobile-secondary{
color: var(--secondary-color);
}
.font-mobile-secondary-100{
color: var(--secondary-color-100);
}
.font-mobile-secondary-200{
color: var(--secondary-color-200);
}
.font-mobile-secondary-300{
color: var(--secondary-color-300);
}
.btn-group .btn {
width: 100%;
}
.btn-group .btn + .btn{
margin-left: 0 !important;
margin-top: 1.6rem;
}
.hide-mobile{
display: none;
}
.round-box {
height: 4rem;
width: 4rem;
font-size: 1.8rem;
}
.row-reverse {
flex-direction: column;
}
.chk a {
font-size: 1.2rem;
line-height: 2rem;
}
.chk-align-center .checkmark {
top: 0.1rem;
bottom: auto;
}
.chk-small.chk-align-center .checkmark {
top: 0;
bottom: 0;
}
.forn-group .btn{
width: 100%;
}
.btn-group{
margin: 0 !important;
}
.btn-group.btn-group-vertical {
margin: 1.6rem 0 0 0!important;
}
.btn-group .btn{
margin-left:0 !important;
margin-right:0 !important;
margin-bottom: 0 !important;
}
.btn-group .btn {
margin-right: 0rem !important;
}
.table-responsive {
width: 100%;
overflow: hidden;
overflow-x: scroll;
}
.pr-24 {
padding-right: 0rem !important;
}
.mb-40 {
margin-bottom: 3.2rem !important;
}
.plr-44 {
padding: 0 !important;
}
.pb-sm-32{
padding-bottom: 3.2rem !important;
}
.mt-sm-32{
margin-top: 3.2rem !important;
}
.pt-64 {
padding-top: 3.2rem !important;
}
.pb-64 {
padding-bottom: 3.2rem !important;
}
.mb-64 {
margin-bottom: 3.2rem !important;
}
.mt-64 {
margin-top: 3.2rem !important;
}
.mb-sm-64{
margin-bottom: 6.4rem !important;
}
.mt-sm-64{
margin-top: 6.4rem !important;
}
.ml-75 {
margin-left: 0rem !important;
}
.mr-75 {
margin-right: 0rem !important;
}
.pt-104 {
padding-top: 4rem !important;
}
.pt-114 {
padding-top: 4.8rem !important;
}
.mt-120 {
margin-top: 6.4rem !important;
}
.mb-120 {
margin-bottom: 6.4rem !important;
}
.pt-120 {
padding-top: 6.4rem !important;
}
.pb-120 {
padding-bottom: 6.4rem !important;
}
.mt-159 {
margin-top: 5.2rem !important;
}
.mt-sm-16{
margin-top: 1.6rem !important;
}
.sm-mb-16{
margin-bottom: 1.6rem !important;
}
.sm-mt-64{
margin-top: 6.4rem !important;
}
.mtb-sm-64{
margin: 6.4rem 0 !important;
}
.pt-sm-120{
padding-top: 12rem !important;
}
.pb-sm-120{
padding-bottom: 12rem !important;
}
.pb-sm-0{
padding-bottom: 0 !important;
}
.pt-sm-0{
padding-top: 0 !important;
}
.mt-sm-0{
margin-top: 0 !important;
}
.mb-sm-0{
margin-bottom: 0 !important;
}
.bg-secondary-300 .phone_show_button .phone_show {
box-shadow: inset -230px 0 29px -22px var(--secondary-color-300) !important;
}
.button-list .phone_show_button .phone_show a {
right: 80px !important;
}
}
.team-spec p{
margin-top: 0;
} 
.phone_show_button {
position: relative;
}
.phone_show_button .phone-wrapper {
display: inline;
}
.button-list .phone_show_button .phone-wrapper {
display: flex;
align-items: center;
}
.phone_show_button .phone_show {
height: 100%;
width: 100%;
position: absolute;
z-index: 2;
top: 0;
text-align: right;
color: #0d346f;
font-weight: 600;
left: 0;
}
.phone_show_button .phone_show a {
top: 50%;
transform: translateY(-50%);
display: block;
}
p .phone_show_button .phone_show a {
text-align: center;
width: 130%;
padding-left: 80px;
}
p .phone_show_button .phone_show a::after {
position: absolute;
content: "";
width: 21px;
height: 19px;
background: url(//klinikainvicta.pl/wp-content/themes/invicta/images/Vector.svg) no-repeat;
margin-left: 8px;
top: 3px;
}
.form-contact-outer .form-contact-info .form-contact-text .phone_show_button a::after {
position: absolute;
content: "";
width: 21px;
height: 19px;
background: url(//klinikainvicta.pl/wp-content/themes/invicta/images/Vector.svg) no-repeat;
margin-left: 8px;
top: 3px;
}
.faq-body-v2 .phone_show_button .phone_show a::after {
position: absolute;
content: "";
width: 21px;
height: 19px;
background: url(//klinikainvicta.pl/wp-content/themes/invicta/images/Vector_primary.svg) no-repeat;
margin-left: 8px;
top: 3px;
}
.form-contact-outer .form-contact-info .form-contact-text a.phone_show_button{
text-decoration: none !important;
left: -8px;
}
a.btn.phone_show_button {
min-width: 205px;
}
.bg-primary a.btn.phone_show_button.active{
color: var(--white-color) !important;
}
a.btn.phone_show_button.active{
border: 2px solid transparent !important;
background: transparent !important;
color: var(--primary-color) !important;
}
.bg-primary a.btn.phone_show_button.active:hover{
background: transparent !important;
color: var(--white-color) !important;
}
a.btn.phone_show_button.active:hover{
background: transparent !important;
color: var(--primary-color) !important;
}
a.btn.phone_show_button .phone-wrapper {
display: flex;
align-items: center;
}
.btn .phone_show{
border-radius: 25px;
display: flex;
align-items: center;
justify-content: center;
background: var(--white-color);
}
.btn .phone_show a{
text-decoration: none;
top: 0;
transform: none;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.btn .phone_show a::before{
position: relative;
content: "";
width: 18px;
height: 18px;
background: url(//klinikainvicta.pl/wp-content/themes/invicta/images/call.svg);
margin-right: 1.6rem;
}
@media (min-width: 992px) and (max-width: 1199px){
.btn .phone_show a::before{
margin-right: 0.8rem;
}
}
video.mobile-paralax {
width: 100%;
height: 100%;
object-fit: cover;
}
.bg-white .btn.phone_show_button .phone_show{
box-shadow: inset 0px 0 0 -24px var(--white-color);
}
.bg-primary .btn.phone_show_button .phone_show{
box-shadow: inset 0px 0 0 -24px var(--primary-color);
}
.bg-primary-100 .btn.phone_show_button .phone_show{
box-shadow: inset 0px 0 0 -24px var(--primary-color-100);
}
.bg-primary-200 .btn.phone_show_button .phone_show{
box-shadow: inset 0px 0 0 -24px var(--primary-color-200);
}
.bg-primary-300 .btn.phone_show_button .phone_show{
box-shadow: inset 0px 0 0 -24px var(--primary-color-300);
}
.bg-secondary .btn.phone_show_button .phone_show{
box-shadow: inset 0px 0 0 -24px var(--secondary-color);
}
.bg-secondary-100 .btn.phone_show_button .phone_show{
box-shadow: inset 0px 0 0 -24px var(--secondary-color-100);
}
.bg-secondary-200 .btn.phone_show_button .phone_show{
box-shadow: inset 0px 0 0 -24px var(--secondary-color-200);
}
.bg-secondary-300 .btn.phone_show_button .phone_show{
box-shadow: inset 0px 0 0 -24px var(--secondary-color-300);
}
.bg-gradient-1 .btn.phone_show_button .phone_show{
box-shadow: inset 0px 0 0 -24px var(--bg-gradient-1);
}
.bg-white .contact-item .phone_show_button .phone_show {
box-shadow: inset -100px 0 0 -22px var(--white-color);
}
.bg-primary .contact-item .phone_show_button .phone_show {
box-shadow: inset -100px 0 0 -22px var(--primary-color);
}
.bg-white .phone_show_button .phone_show{
box-shadow: inset -80px 0 0 -24px var(--white-color);
}
.bg-primary .phone_show_button .phone_show{
box-shadow: inset -80px 0 0 -24px var(--primary-color);
}
.bg-primary-100 .phone_show_button .phone_show{
box-shadow: inset -80px 0 0 -24px var(--primary-color-100);
}
.bg-primary-200 .phone_show_button .phone_show{
box-shadow: inset -80px 0 0 -24px var(--primary-color-200);
}
.bg-primary-300 .phone_show_button .phone_show{
box-shadow: inset -80px 0 0 -24px var(--primary-color-300);
}
.bg-secondary .phone_show_button .phone_show{
box-shadow: inset -80px 0 0 -24px var(--secondary-color);
}
.bg-secondary-100 .phone_show_button .phone_show{
box-shadow: inset -80px 0 0 -24px var(--secondary-color-100);
}
.bg-secondary-200 .phone_show_button .phone_show{
box-shadow: inset -80px 0 0 -24px var(--secondary-color-200);
}
.bg-secondary-200 h4 .phone_show_button .phone_show{
box-shadow: inset -140px 0 0 -24px var(--secondary-color-200);
}
.bg-secondary-200 h4 .phone_show_button .phone_show a{
text-decoration: none;
}
.bg-secondary-300 .phone_show_button .phone_show{
box-shadow: inset -80px 0 0 -24px var(--secondary-color-300);
}
.bg-gradient-1 .phone_show_button .phone_show{
box-shadow: inset -80px 0 0 -24px var(--bg-gradient-1);
}
.bg-white .form-contact-outer .phone_show_button .phone_show{
box-shadow: inset -105px 0 0 -24px var(--white-color);
}
.bg-primary .form-contact-outer .phone_show_button .phone_show {
box-shadow: inset -105px 0 0 -24px var(--primary-color);
}
.bg-primary-100 .form-contact-outer .phone_show_button .phone_show{
box-shadow: inset -105px 0 0 -24px var(--primary-color-100);
}
.bg-primary-200 .form-contact-outer .phone_show_button .phone_show{
box-shadow: inset -105px 0 0 -24px var(--primary-color-200);
}
.bg-primary-300 .form-contact-outer .phone_show_button .phone_show{
box-shadow: inset -105px 0 0 -24px var(--primary-color-300);
}
.bg-secondary .form-contact-outer .phone_show_button .phone_show{
box-shadow: inset -105px 0 0 -24px var(--secondary-color);
}
.bg-secondary-100 .form-contact-outer .phone_show_button .phone_show{
box-shadow: inset -105px 0 0 -24px var(--secondary-color-100);
}
.bg-secondary-200 .form-contact-outer .phone_show_button .phone_show{
box-shadow: inset -105px 0 0 -24px var(--secondary-color-200);
}
.bg-secondary-300 .form-contact-outer .phone_show_button .phone_show{
box-shadow: inset -105px 0 0 -24px var(--secondary-color-300);
}
.bg-gradient-1 .form-contact-outer .phone_show_button .phone_show{
box-shadow: inset -105px 0 0 -24px var(--bg-gradient-1);
}
.special-box .phone_show_button .phone_show {
box-shadow: inset 0px 0 0 -24px #fff2d8;
}
.bg-white .phone_show_button .phone_show a{
color: var(--primary-color);
}
.bg-primary .phone_show_button .phone_show a{
color: var(--primary-color);
}
.bg-primary.font-white .phone_show_button .phone_show a{
color: var(--white-color);
}
.bg-primary-100 .phone_show_button .phone_show a{
color: var(--primary-color);
}
.bg-primary-200 .phone_show_button .phone_show a{
color: var(--primary-color);
}
.bg-primary-300 .phone_show_button .phone_show a{
color: var(--primary-color);
}
.bg-secondary .phone_show_button .phone_show a{
color: var(--primary-color);
}
.bg-secondary-100 .phone_show_button .phone_show a{
color: var(--primary-color);
}
.bg-secondary-200 .phone_show_button .phone_show a{
color: var(--primary-color);
}
.bg-secondary-300 .phone_show_button .phone_show a{
color: var(--primary-color);
}
.bg-gradient-1 .phone_show_button .phone_show a{
color: var(--primary-color);
}
.font-primary .phone_show_button .phone_show a {
color: var(--primary-color);
}
.font-primary p .phone_show_button .phone_show a::after {
background: url(//klinikainvicta.pl/wp-content/themes/invicta/images/Vector_primary.svg) no-repeat;
}
.bg-gradient-1 p .phone_show_button .phone_show a::after {
background: url(//klinikainvicta.pl/wp-content/themes/invicta/images/Vector_primary.svg) no-repeat;
}
.bg-secondary-300 p .phone_show_button .phone_show a::after {
background: url(//klinikainvicta.pl/wp-content/themes/invicta/images/Vector_primary.svg) no-repeat;
}
.bg-white p .phone_show_button .phone_show a::after {
background: url(//klinikainvicta.pl/wp-content/themes/invicta/images/Vector_primary.svg) no-repeat;
}
.bg-primary-300 p .phone_show_button .phone_show a::after {
background: url(//klinikainvicta.pl/wp-content/themes/invicta/images/Vector_primary.svg) no-repeat;
}
.bg-primary-200 p .phone_show_button .phone_show a::after {
background: url(//klinikainvicta.pl/wp-content/themes/invicta/images/Vector_primary.svg) no-repeat;
}
.bg-white .form-contact-outer .phone_show_button .phone_show a::after {
background: url(//klinikainvicta.pl/wp-content/themes/invicta/images/Vector_primary.svg) no-repeat;
} .symbol-icon {
display: inline-block;
height: 2.4rem;
}
.bg-primary .symbol-icon svg *,
.bg-primary-100 .symbol-icon svg *,
.bg-primary-200 .symbol-icon svg *,
.bg-secondary .symbol-icon svg *,
.bg-secondary-100 .symbol-icon svg *,
.bg-secondary-200 .symbol-icon svg * {
fill: var(--white-color);
}
.bg-white .symbol-icon svg *,
.bg-primary-300 .symbol-icon svg *,
.bg-secondary-300 .symbol-icon svg * {
fill: var(--primary-color);
} body.active #_hj_feedback_container,
body.active #chat-widget-container,
body.active #hubspot-messages-iframe-container {
display: none !important;
}
#ab-cookie-show{
display: none;
}
.btn-icon-xs{
padding: 0 !important;
border: 0 !important;
background: transparent !important;
}
.btn-icon-xs span:first-child:hover{
text-decoration: underline !important;
}
.btn-icon-xs .material-symbols-outlined{
margin-right: 0 !important;
font-size: 2rem !important;
}
.booksy-widget-dialog {
position: fixed !important;
scroll-behavior: auto !important;
max-height: calc(100vh - 30px) !important;
overflow-y: auto !important;
-webkit-overflow-scrolling: touch !important;
scrollbar-width: none !important;
-ms-overflow-style: none !important;
}
.booksy-widget-dialog::-webkit-scrollbar {
width: 0;
height: 0;
}
@media(max-width:767px){
.booksy-widget-dialog {
max-height: 100vh !important;
}
}header .blog-search input {
display: none;
}
header .blog-search .btn-search {
background: transparent;
border: none;
display: flex;
}
#searchform:hover ~ input{
display: flex;
}
header {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: var(--white-color);
z-index: 998;
transition: transform 0.4s;
}
header.sticky {
-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}
header.scroll-down:where(:has(.header-top)) {
transform: translate3d(0, -40px, 0);
}
.header-top-link ul {
display: flex;
flex-wrap: wrap;
}
.header-top { background: var(--bg-color);
}
.header-top-link li {
margin-left: 0rem;
max-height: 40px;
border-bottom: 4px solid var(--border-bottom-color);
}
.header-top-link li:first-child {
margin-left: 0;
}
.header-top-link li.active {
border-color: var(--white-color);
background: var(--white-color);
}
.header-top-link a {
padding: 1rem 1.6rem;
font-size: 1.2rem;
line-height: 2rem;
display: block;
color: var(--top-menu-text-color) !important;
text-decoration: none !important;
}
.header-top-link li.active a {
color: var(--top-menu-text-active-color) !important;
font-weight: 700 !important;
background: var(--white-color);
}
.header-top-link li:hover a {
color: var(--top-menu-text-hover-color) !important;
background: var(--white-color);
}
.header-top-link li:hover {
color: var(--top-menu-hover-text-color) !important;
background: var(--white-color);
border-color: var(--white-color) !important;
}
.language-switch {
margin-left: 1.85rem;
position: relative;
}
.language-outer {
display: flex;
flex-wrap: wrap;
align-items: center;
cursor: pointer;
color: var(--top-menu-text-color);
}
.language-text {
margin-left: 0.65rem;
position: relative;
font-size: 1.2rem;
line-height: 2rem;
display: flex;
padding-right: 1.2rem;
align-items: center;
}
.language-dropdown {
position: absolute;
z-index: 5;
border: 1px solid #a5bfe5;
min-width: 10.2rem;
border-radius: 0.4rem;
overflow: hidden;
background: var(--white-color);
top: 3.4rem;
right: -1.435rem;
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-transform: scale(1, 0);
-moz-transform: scale(1, 0);
-ms-transform: scale(1, 0);
transform: scale(1, 0);
opacity: 0;
visibility: hidden;
-webkit-transition: 0.2s ease;
-moz-transition: 0.2s ease;
transition: 0.2s ease;
}
.language-dropdown.toggle {
-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
opacity: 1;
visibility: visible;
}
.language-dropdown li a {
display: block;
padding: 0.8rem 1rem 0.8rem 1.6rem;
color: var(--primary-color) !important;
text-decoration: none !important;
}
.language-dropdown li:hover a,
.language-dropdown li.active a {
background: #eef3fc;
}
.header-top-mobile {
display: none;
padding: 0.8rem 0;
}
.select {
position: relative;
margin-bottom: 0;
width: 100%;
margin: auto;
}
.select .selectBtn {
padding: 0.8rem 5.2rem 0.8rem 1.6rem;
width: 100%;
cursor: pointer;
position: relative;
font-size: 1.6rem;
line-height: 2.4rem;
color: var(--primary-color);
display: flex;
align-items: center;
}
.select .selectBtn:visited {
background: transparent !important;
}
.select .selectBtn:after {
content: '';
position: absolute;
right: 3.2rem;
width: 1.1rem;
height: 1.1rem;
-webkit-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
border-right: 2px solid var(--primary-color);
border-bottom: 2px solid var(--primary-color);
transition: 0.2s ease;
}
.select .selectBtn.toggle:after {
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.select .selectDropdown {
position: absolute;
top: 100%;
width: 100%;
overflow: hidden;
background: var(--white-color);
z-index: 1;
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
-webkit-transform-origin: top center;
transform-origin: top center;
visibility: hidden;
transition: 0.2s ease;
}
.select .selectDropdown .option {
padding: 1.1rem 1.6rem;
box-sizing: border-box;
cursor: pointer;
font-size: 1.6rem;
line-height: 2.6rem;
color: var(--primary-color);
}
.select .selectDropdown.toggle {
visibility: visible;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.header-center {
position: relative;
padding: 1.6rem 0;
}
.logo a {
display: block;
text-decoration: none !important;
}
.logo img {
width: auto;
height: 4.8rem;
}
.header-btn {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.header-btn .btn {
margin-left: 1.6rem;
}
.header-btn:first-child .btn {
margin-left: 0;
}
.submenu-item ul.row {
justify-content: space-between;
}
.submenu-title h6 {
margin-bottom: 2rem !important;
}
.submenu-children ul > li {
margin-top: 1rem;
}
.submenu-children ul > li a {
text-decoration: none;
}
.submenu-children:nth-child(n + 2) {
padding-left: 10px;
}
.header-action {
display: flex;
align-items: center;
position: relative;
font-size: 1.2rem;
line-height: 1.8rem;
margin-left: 3.2rem;
color: var(--primary-color) !important;
text-decoration: none !important;
}
.header-action:hover {
color: var(--secondary-color) !important;
}
.header-action:first-child {
margin-left: 0;
}
.header-account span {
margin-right: 0.4rem;
}
.header-center-mobile {
display: none;
flex-wrap: wrap;
align-items: center;
}
.toggleMenu {
position: relative;
width: 1.75rem;
height: 1.2rem;
margin-right: 1.2rem;
}
.toggleMenu span {
position: absolute;
display: block;
width: 100%;
height: 0.2rem;
pointer-events: none;
background: var(--primary-color);
}
.toggleMenu span.bar1 {
top: 0;
transform: rotate(0);
transition: top 0.15s ease 0.15s, transform 0.15s ease-out 0.05s;
}
.toggleMenu.active span.bar1 {
top: 0.5rem;
transform: rotate(45deg);
transition: top 0.15s ease 0.05s, transform 0.15s ease-out 0.25s;
}
.toggleMenu span.bar2 {
top: 0.5rem;
opacity: 1;
transition: 0.15s ease 0.15s;
}
.toggleMenu.active span.bar2 {
opacity: 0;
}
.toggleMenu span.bar3 {
top: 1rem;
transform: rotate(0);
transition: top 0.15s ease 0.15s, transform 0.15s ease-out 0.05s;
}
.toggleMenu.active span.bar3 {
top: 0.5rem;
transform: rotate(-45deg);
transition: top 0.15s ease 0.05s, transform 0.15s ease-out 0.25s;
}
.menu ul {
margin: 0;
}
.menu li {
padding: 0;
margin: 0;
}
.menu li:after {
content: none;
}
.menu > ul {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.menu > ul > li {
margin-left: 0rem;
}
.menu > ul > li:first-child {
margin-left: 0;
}
.menu > ul > li > a {
display: flex;
padding: 0.8rem 1.6rem;
font-size: 1.4rem;
line-height: 2.3rem;
position: relative;
color: var(--menu-text-color) !important;
text-decoration: none !important;
}
.menu > ul > li.active > a,
.menu > ul > li:hover > a {
background: var(--bg-color);
color: var(--menu-text-color-hover) !important;
}
.menu > ul > li.haschild > a > span {
margin-left: 0.4rem;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
transition: 0.3s ease;
}
.menu > ul > li.haschild:hover > a > span {
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.submenu {
position: absolute;
top: 100%;
left: 0;
width: 100%;
min-width: 24.2rem;
background: var(--bg-color);
padding: 1.6rem;
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-transform: scale(1, 0);
-moz-transform: scale(1, 0);
-ms-transform: scale(1, 0);
transform: scale(1, 0);
opacity: 0;
visibility: hidden;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
transition: 0.3s ease;
}
.menu > ul > li.haschild:hover .submenu {
-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
opacity: 1;
visibility: visible;
z-index: 2;
}
.submenu-title h5 {
margin: 0;
color: var(--white-color);
}
.submenu-children {
max-width: 23rem;
}
.submenu-item > ul > li {
margin-top: 1.6rem;
}
.submenu-item > ul > li > a {
color: var(--sub-menu-text-color) !important;
display: block;
text-decoration: none !important;
}
.submenu-item > ul > li:hover > a,
.submenu-item > ul > li.active > a {
color: var(--sub-menu-text-hover-color) !important;
}
.mobile-menu-outer {
display: none;
}
.mobile-menu .submenu-title:not(:first-child) {
margin-top: 20px !important;
}
.mobile-menu .submenu-title {
margin-bottom: 10px !important;
padding: 0;
}
.submenu-back * {
pointer-events: none;
}
.selectDropdown a {
text-decoration: none !important;
}
.header-img-link {
max-width: 16.7rem;
margin-left: 1.6rem;
}
.header-img-link + .header-btn {
margin-left: 2.4rem;
}
.header-img-link a {
display: block;
}
@media (min-width: 1200px) and (max-width: 1259px) {
.header-top-link li { }
.language-switch {
margin-left: 1.05rem;
}
.menu > ul > li {
margin-left: 1rem;
}
.menu > ul > li > a {
padding: 0.8rem 1.2rem;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.header-center {
padding: 1.2rem 0;
}
.header-top-link li { }
.language-switch {
margin-left: 1.05rem;
}
.menu > ul > li > a {
font-size: 1.25rem;
padding: 0.8rem 1rem;
}
.menu > ul > li.haschild > a {
padding-left: 1rem;
padding-right: 1rem;
}
.submenu-item > ul > li > a {
font-size: 1.4rem;
line-height: 2.3rem;
}
.submenu {
min-width: 22.2rem;
padding: 1rem;
}
.header-top-link a {
padding: 1rem 1.2rem;
}
}
@media (max-width: 991px) {
body.active {
overflow: hidden;
}
body.active header[data-bg-mobile='bg-primary'] {
background: var(--primary-color);
}
body.active header[data-bg-mobile='bg-secondary'] {
background: var(--secondary-color);
}
.header-top,
.header-center-right,
.header-menu {
display: none;
}
body.active header[data-bg-mobile='bg-primary'] .select .selectBtn,
body.active header[data-bg-mobile='bg-secondary'] .select .selectBtn {
color: var(--white-color);
}
body.active header[data-bg-mobile='bg-primary'] .select .selectBtn:after,
body.active header[data-bg-mobile='bg-secondary'] .select .selectBtn:after {
border-right-color: var(--white-color);
border-bottom-color: var(--white-color);
}
body.active header[data-bg-mobile='bg-primary'] .select .selectDropdown {
background: var(--primary-color);
}
body.active header[data-bg-mobile='bg-secondary'] .select .selectDropdown {
background: var(--secondary-color);
}
body.active
header[data-bg-mobile='bg-primary']
.select
.selectDropdown
.option,
body.active
header[data-bg-mobile='bg-secondary']
.select
.selectDropdown
.option {
color: var(--white-color);
}
header.scroll-down {
transform: translate3d(0, -56px, 0);
}
.header-top-mobile {
display: block;
}
.header-center {
padding: 1.121rem 0;
}
.logo img {
height: 3.3rem;
}
body.active header[data-bg-mobile='bg-secondary'] .logo img {
-webkit-filter: brightness(0) invert(100%);
filter: brightness(0) invert(100%);
}
.header-center-mobile {
display: flex;
}
.header-search-icon span {
color: var(--primary-color);
}
body.active header[data-bg-mobile='bg-primary'] .header-search-icon span,
body.active header[data-bg-mobile='bg-secondary'] .header-search-icon span {
color: var(--white-color);
}
.header-search-icon {
height: 2.4rem;
width: 2.4rem;
}
.select {
max-width: 720px;
}
.mobile-menu-outer {
display: block;
position: fixed;
top: 5.2rem;
overflow: hidden;
overflow-y: auto;
right: -100%;
width: 100%;
padding-bottom: 3.2rem;
background: var(--white-color);
height: calc(100% - 5.2rem);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
.mobile-menu-outer.open-submenu{
overflow: initial;
}
body.active header {
z-index: 9999;
}
#hs-web-interactives-top-anchor {
z-index: 999;
}
header.scroll-down .mobile-menu-outer {
height: calc(100% - 5.2rem);
}
header.scroll-down .submenu-mobile.open {
top: 5.2rem;
}
body.active header[data-bg-mobile='bg-primary'] .mobile-menu-outer {
background: var(--primary-color);
}
body.active header[data-bg-mobile='bg-secondary'] .mobile-menu-outer {
background: var(--secondary-color);
}
body.active header[data-bg-mobile='bg-primary'] .toggleMenu span,
body.active header[data-bg-mobile='bg-secondary'] .toggleMenu span {
background: var(--white-color);
}
.mobile-menu-outer.active {
right: 0;
z-index: 9999;
}
.mobile-menu-button {
padding-top: 3.2rem;
}
.mobile-menu-button .btn {
width: 100%;
}
body.active
header[data-bg-mobile='bg-primary']
.mobile-menu-button
.btn-blue-outline,
body.active
header[data-bg-mobile='bg-secondary']
.mobile-menu-button
.btn-blue-outline {
background: transparent !important;
border-color: var(--white-color) !important;
color: var(--white-color) !important;
}
body.active header[data-bg-mobile='bg-primary'] .mobile-menu-button .btn-blue,
body.active
header[data-bg-mobile='bg-secondary']
.mobile-menu-button
.btn-blue {
background: var(--white-color) !important;
border-color: var(--white-color) !important;
color: var(--primary-color) !important;
}
.mobile-menu-button .btn + .btn {
margin-top: 1.6rem;
}
.mobile-menu ul {
margin: 0;
}
.mobile-menu li {
padding: 0;
margin: 0;
}
.mobile-menu li:after {
content: none;
}
.mobile-menu li a{
display: flex;
align-items: center;
padding: 0.95rem 0;
color: var(--primary-color) !important;
position: relative;
font-size: 1.4rem;
line-height: 2.1rem;
text-decoration: none;
}
.mobile-menu ul li p{
padding: 0.95rem 0;
}
body.active header[data-bg-mobile='bg-primary'] .mobile-menu li a,
body.active header[data-bg-mobile='bg-secondary'] .mobile-menu li a {
color: var(--white-color) !important;
}
.mobile-menu li a span {
margin-right: 0.8rem;
}
.mobile-menu li.haschild > a:after,
.mobile-menu li.hassubchild > a:after{
position: absolute;
content: '\e5cc';
font-family: 'Material Symbols Outlined';
font-size: 24px;
line-height: 1;
right: 0;
}
.language-menu li.haschild > a { }
.language-menu li.haschild > a:after { }
.mobile-menu-title {
font-size: 1.8rem !important;
margin-bottom: 1.6rem !important;
line-height: 2.3rem !important;
color: var(--primary-color);
}
body.active header[data-bg-mobile='bg-primary'] .mobile-menu-title,
body.active header[data-bg-mobile='bg-secondary'] .mobile-menu-title {
color: var(--white-color) !important;
}
.border-top {
position: relative;
}
.border-top:before {
position: absolute;
content: '';
top: 0;
left: -100%;
width: 300%;
height: 1px;
background: #eef4fe;
}
.logout-menu li a {
padding: 0 !important;
}
.submenu-mobile,.subsubmenu-mobile{
position: fixed;
top: 0;
right: -100%;
width: 100%;
height: 100vh;
overflow: hidden;
background: var(--white-color);
overflow-y: auto;
z-index: 2;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
.submenu-mobile.open-subsubmenu{
overflow: initial;
}
body.active header[data-bg-mobile='bg-primary'] .submenu-mobile,
body.active header[data-bg-mobile='bg-primary'] .subsubmenu-mobile{
background: var(--primary-color);
}
body.active header[data-bg-mobile='bg-secondary'] .submenu-mobile,
body.active header[data-bg-mobile='bg-secondary'] .subsubmenu-mobile {
background: var(--secondary-color);
}
.submenu-mobile.open,
.subsubmenu-mobile.open {
right: 0;
}
.submenu-back,
.subsubmenu-back {
cursor: pointer;
padding: 1.2rem 0;
color: var(--primary-color);
}
body.active header[data-bg-mobile='bg-primary'] .submenu-back,
body.active header[data-bg-mobile='bg-secondary'] .submenu-back,
body.active header[data-bg-mobile='bg-primary'] .subsubmenu-back,
body.active header[data-bg-mobile='bg-secondary'] .subsubmenu-back {
color: var(--white-color);
}
.closeMenu {
position: relative;
color: var(--primary-color);
height: 2.4rem;
cursor: pointer;
}
body.active header[data-bg-mobile='bg-primary'] .closeMenu,
body.active header[data-bg-mobile='bg-secondary'] .closeMenu {
color: var(--white-color);
}
.submenu-title,
.subsubmenu-title {
font-size: 1.8rem !important;
line-height: 2.3rem !important;
color: var(--primary-color);
font-weight: 600;
}
body.active header[data-bg-mobile='bg-primary'] .submenu-title,
body.active header[data-bg-mobile='bg-secondary'] .submenu-title,
body.active header[data-bg-mobile='bg-primary'] .subsubmenu-title,
body.active header[data-bg-mobile='bg-secondary'] .subsubmenu-title {
color: var(--white-color);
}
.header-btn {
margin-top: 16px;
}
.header-btn:first-child {
margin-top: 32px;
}
.header-btn .btn {
margin-left: 0;
width: 100%;
}
.submenu-head + .mt-32 > a,
.subsubmenu-head + .mt-32 > a{
padding: 0 !important;
}
.submenu-head + .mt-32 > a > .submenu-title,
.submenu-head + .mt-32 > .submenu-title,
.subsubmenu-head + .mt-32 > a > .submenu-title,
.subsubmenu-head + .mt-32 > .submenu-title{
margin: 0 !important;
padding: 0 !important;
}
.mobile-menu li a > .submenu-title{
margin-bottom: 0px !important;
}
}
@media (max-width: 767px) {
.select {
max-width: 540px;
}
}
.sub-menu-text-color .submenu-title,
.sub-menu-text-color a{
color: var(--sub-menu-text-color) !important;
}
.header-center-mobile a:has(>.search) {
position: relative;
height: 2.2rem;
margin-right: 2rem;
}
.header-center-right>a:has(>.search) {
position: relative;
height: 2.2rem;
margin-right: 0;
}.breadcrumbs-outer {
position: absolute;
left: 0;
width: 100%;
z-index: 1;
}
.breadcrumbs{
display: flex;
flex-wrap: wrap;
align-items: center;
}
.breadcrumbs *{
font-size: 1.2rem;
line-height: 1.8rem;
text-decoration: none !important;
}
.breadcrumbs span,
.breadcrumbs a:hover{
color: var(--primary-color) !important;
}
.breadcrumbs a,
.breadcrumbs .separator{
color: #67696D !important;
}
.breadcrumbs .separator{
margin: 0 0.8rem;
}
@media(max-width:767px){
.breadcrumbs-outer{
display: none;
}
}.title-block *{
margin: 0 !important;
font-size: 5.6rem !important;
line-height: 6.5rem !important;
}
.small-header .title-block *{
font-size: 4rem !important;
line-height: 5.2rem !important;
}
.big-header .title-block *{
font-size: 7rem !important;
line-height: 8.4rem !important;
}
.small-header .col-lg-10 {
width: 66.66666667%;
}
.small-header .title-block{
text-align: left !important;
}
.small-header .title-block-text{
margin-top: 3.2rem !important;
}
@media(min-width:1200px) and (max-width:1259px){
.title-block *{
font-size: 5.3rem !important;
line-height: 6.2rem !important;
}
.small-header .title-block *{
font-size: 3.65rem !important;
line-height: 4.9rem !important;
}
.small-header .col-lg-10 {
width: 70.1%;
}
}
@media(min-width:992px) and (max-width:1199px){
.title-block *{
font-size: 4.9rem !important;
line-height: 5.8rem !important;
}
.big-header .title-block * {
font-size: 6rem !important;
line-height: 7.4rem !important;
}
.small-header .title-block *{
font-size: 3.5rem !important;
line-height: 4.7rem !important;
}
.small-header .col-lg-10 {
width: 80.366667%;
}
}
@media(min-width:768px) and (max-width:991px){
.title-block *{
font-size: 4rem !important;
line-height: 4.7rem !important;
}
.big-header .title-block * {
font-size: 5rem !important;
line-height: 5.6rem !important;
}
.small-header .title-block *{
font-size: 3.2rem !important;
line-height: 4.2rem !important;
}
.small-header .col-lg-10 {
width: 100%;
}
}
@media(max-width:767px){
.title-block *{
font-size: 2.8rem !important;
line-height: 3.5rem !important;
}
.big-header .title-block * {
font-size: 5.6rem !important;
line-height: 6.2rem !important;
}
.big-mobile-header .title-block * {
font-size: 4rem !important;
line-height: 4.6rem !important;
}
.small-header .title-block *{
font-size: 2.8rem !important;
line-height: 3.5rem !important;
}
.title-block.text-center {
text-align: left;
}
.title-block.text-center.text-white {
text-align: center;
}
.title-block-text-mobile p{
font-size: 1.6rem;
line-height: 2.6rem;
}
.small-header .col-lg-10 {
width: 100%;
}
}.small-title * {
font-size: 2.8rem !important;
line-height: 3.2rem !important;
}
.list-item{
margin-top: 1.6rem;
display: flex;
flex-wrap: wrap;
}
.list-item:first-child{
margin-top: 0.8rem;
}
.list-icon{
width: 3.2rem;
}
.align-items-top .list-icon{
margin-top: -0.2rem;
}
.list-icon img{
max-width: 100%;
}
.list-text{
width: calc(100% - 3.2rem);
padding-left: 2.4rem;
padding-right: 2.9rem;
}
.list-info p a:hover{
opacity: 0.8;
}
.list-v2-outer .list-text{
padding-right: 0;
}
.list-v2-outer .list-text p {
width: calc(100% + 1px);
}
.list-img{
position: relative;
padding: 6.4rem 0 6.4rem 1.9rem;
}
.row-reverse .list-img{
padding-right: 1.9rem;
padding-left: 0;
}
.list-img img{
position: relative;
z-index: 1;
}
.list-img:after{
position: absolute;
content: "";
top: 0;
height: 100%;
right: 0;
width: calc(100% - 11.5rem);
background: var(--bg-color);	
}
.row-reverse .list-img:after{
left: 0;
right: auto;
width: calc(100% - 12.1rem);
}
@media(min-width:1200px) and (max-width:1259px){
.small-title * {
font-size: 2.7rem !important;
}
}
@media(min-width:992px) and (max-width:1199px){
.small-title * {
font-size: 2.5rem !important;
line-height: 3.2rem !important;
}
.list-img {
padding: 4.8rem 0;
}
.row-reverse .list-img {
padding-right: 0;
}
.list-img:after{
width: calc(100% - 7.5rem);
}
.row-reverse .list-img:after{
width: calc(100% - 8.4rem);
}
.col-lg-5.offset-lg-1:has(.list-v2-outer) {
margin-left: 0 !important;
width: calc(50% + 2rem);
}
}
@media(min-width:768px) and (max-width:991px){
.small-title * {
font-size: 2.4rem !important;
line-height: 3.2rem !important;
}
.list-outer,
.list-v2-outer{
margin-top: 0 !important;
}
.list-img {
margin-top: 3.2rem;
}
}
@media(max-width:767px){
.small-title * {
font-size: 2.3rem !important;
line-height: 2.9rem !important;
}
.list-outer,
.list-v2-outer{
margin-top: 0 !important;
}
.list-item {
margin-top: 1.6rem !important;
padding: 0 !important;
}
.list-text {
padding-right: 0;
}
.list-text p strong{
font-size: 1.6rem;
line-height: 2.6rem;
}
.list-img {
padding: 3.7rem 0;
margin-top: 3.2rem;
}
.row-reverse .list-img {
padding-right: 0;
}
.list-img:after{
width: calc(100% - 5.53rem);
}
.row-reverse .list-img:after{
width: calc(100% - 5.88rem);
}
.list-info p {
font-size: 1.6rem;
line-height: 2.4rem;
}
}.faq-list-v2 > ul{
margin: 0;
}
.faq-list-v2 > ul > li{
background: var(--white-color);
padding: 0;
margin: 0;
margin-bottom: 3.2rem;
box-shadow: 0px 4px 8px rgba(112, 144, 176, 0.15);
}
.faq-list-v2 > ul > li:focus-visible{
outline: 0.2rem solid #000 !important;
outline-offset: 0.1rem !important;
}
.faq-list-v2 > ul > li:has(.faq-head-v2[aria-expanded='true']){
box-shadow: none;
filter: drop-shadow(0px 4px 8px rgba(112, 144, 176, 0.15));
}
.faq-list-v2 > ul > li:last-child{
margin-bottom: 0;
}
.faq-list-v2 > ul > li:after{
content: none;
}
.faq-head-v2{
cursor: pointer;
padding: 2.4rem 1.6rem 1.6rem 2.4rem;
display: flex;
flex-wrap: wrap;
align-items: center;
overflow: hidden;
justify-content: space-between;
}
.faq-head-v2 .h4,
.faq-head-v2 .h5{
width: calc(100% - 4rem);
padding-right: 1.6rem;
}
.faq-icon-v2{
display: block;
width: 4rem;
height: 4rem;
}
.faq-icon-v2 .material-symbols-outlined {
font-size: 4rem !important;
-webkit-transition: 0.3s linear;
-moz-transition: 0.3s linear;
transition: 0.3s linear;
}
.faq-head-v2[aria-expanded='true'] .faq-icon-v2 .material-symbols-outlined {
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.faq-body-v2{
max-height: 0;
overflow: hidden;
transition: max-height 0.5s linear;
}
.faq-head-v2[aria-expanded='true'] + .faq-body-v2 {
max-height: 600rem;
transition: max-height 0.5s linear;
}
.faq-body-inner-v2{
padding: 0 2.4rem 1.6rem 2.4rem
}
.faq-body-inner-v2 :is(h1,h2,h3,h4,h5,h6){
font-size: 2.3rem !important;
line-height: 3.3rem !important;
margin-top: 3rem !important;
}
.faq-body-inner-v2 > :is(h1,h2,h3,h4,h5,h6):first-child{
margin-top: 0 !important;
}
.faq-body-inner-v2 p{
margin-top: 2.8rem;
}
.faq-list-v4 .faq-body-inner-v2 p{
margin-top: 5.6rem;
}
.faq-body-inner-v2 p small{
font-size: 1.4rem;
line-height: 2.3rem;
}
.faq-body-inner-v2 > p:first-child{
margin-top: 0;
}
.faq-body-inner-v2 ul, .faq-body-inner-v2 ol {
margin-top: 0;
margin-left: 0.3rem;
}
.faq-body-inner-v2 li{
margin-bottom: 0;
}
.faq-two-columns{
padding-right: 17.1rem;
}
.faq-contact-text p{
margin-top: 1.6rem;
}
.faq-gallery{
margin-top: 2.8rem;
}
.faq-gallery .col-md-4:nth-child(n + 4){
margin-top: 2.4rem;
}
.faq-gallery-item img{
width: 100%;
height: 22.3rem;
object-fit: cover;
}
.faq-body-inner-v2 .btn-group{
margin-top: 3rem !important;
}
.faq-body-inner-v2 a:not(.btn){
text-decoration: underline !important;
word-break: break-all;
}
.faq-body-inner-v2 a:not(.btn):hover{ text-decoration: none !important;
}
.faq-body-inner-v2 .phone_show_button .phone_show a {
color: var(--primary-color);
width: 130%;
text-align: center;
padding: 0;
}
.faq-body-inner-v2 .phone_show_button .phone_show {
box-shadow: inset -100px 0 0 -22px var(--white-color);
}
.faq-body-inner-v2 a.phone_show_button {
text-decoration: none !important;
}
.faq-body-v2 .faq-body-inner-v2 .h5 {
font-family: 'Gentium Plus';
font-weight: bold;
}
.certificate-item{
display: block;
text-align: center;
padding: 0.8rem 0;
}
.col-lg-4:nth-child(n + 4) .certificate-item{
margin-top: 2.4rem;
}
.certificate-img{
height: 40.1rem;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.certificate-img img{
max-width: 100%;
max-height: 100%;
}
.certificate-head *{
font-size: 1.2rem !important;
margin: 0 !important;
line-height: 1.8rem !important;
font-weight: 500;
}
@media(min-width:768px) and (max-width:991.98px){
.certificate-img {
height: 30.4rem;
}
}
@media(max-width:767.98px){
.certificate-img{
height: auto;
}
.col-lg-4:nth-child(n + 2) .certificate-item{
margin-top: 2.4rem;
}
}
.faq-details {
overflow: hidden;
height: 5rem;
transition: height 0.35s ease-in-out;
}
.faq-btn .btn-xs{
border: none;
background: transparent;
padding: 0 !important;
}
.faq-details p:first-child {
margin-top: 2rem;
max-width: 50%;
}
.faq-btn{
position: absolute;
right: 50%;
margin-top: 1.8rem;
}
@media(max-width:1000.98px){
.faq-btn{
position: relative;
right: unset;
}
.faq-details p:first-child {
max-width: unset;
}
}
.small-title * {
font-size: 2.8rem !important;
line-height: 3.2rem !important;
}
.list-item{
margin-top: 1.6rem;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.list-item:first-child{
margin-top: 0.8rem;
}
.list-icon{
width: 3.2rem;
}
.align-items-top .list-icon{
margin-top: -0.2rem;
}
.list-icon img{
max-width: 100%;
}
.list-text{
width: calc(100% - 3.2rem);
padding-left: 2.4rem;
padding-right: 2.9rem;
}
.list-info p a:hover{
opacity: 0.8;
}
.list-v2-outer .list-text{
padding-right: 0;
}
.list-v2-outer .list-text p {
width: calc(100% + 1px);
}
.list-img{
position: relative;
padding: 6.4rem 0 6.4rem 1.9rem;
}
.row-reverse .list-img{
padding-right: 1.9rem;
padding-left: 0;
}
.list-img img{
position: relative;
z-index: 1;
}
.list-img:after{
position: absolute;
content: "";
top: 0;
height: 100%;
right: 0;
width: calc(100% - 11.5rem);
background: var(--bg-color);	
}
.row-reverse .list-img:after{
left: 0;
right: auto;
width: calc(100% - 12.1rem);
}
@media(min-width:1200px) and (max-width:1259px){
.small-title * {
font-size: 2.7rem !important;
}
}
@media(min-width:992px) and (max-width:1199px){
.small-title * {
font-size: 2.5rem !important;
line-height: 3.2rem !important;
}
.list-img {
padding: 4.8rem 0;
}
.row-reverse .list-img {
padding-right: 0;
}
.list-img:after{
width: calc(100% - 7.5rem);
}
.row-reverse .list-img:after{
width: calc(100% - 8.4rem);
}
.col-lg-5.offset-lg-1:has(.list-v2-outer) {
margin-left: 0 !important;
width: calc(50% + 2rem);
}
}
@media(min-width:768px) and (max-width:991px){
.small-title * {
font-size: 2.4rem !important;
line-height: 3.2rem !important;
}
.list-outer,
.list-v2-outer{
margin-top: 0 !important;
}
.list-img {
margin-top: 3.2rem;
}
}
@media(max-width:767px){
.small-title * {
font-size: 2.3rem !important;
line-height: 2.9rem !important;
}
.list-outer,
.list-v2-outer{
margin-top: 0 !important;
}
.list-item {
margin-top: 1.6rem !important;
padding: 0 !important;
}
.list-text {
padding-right: 0;
}
.list-text p strong{
font-size: 1.6rem;
line-height: 2.6rem;
}
.list-img {
padding: 3.7rem 0;
margin-top: 3.2rem;
}
.row-reverse .list-img {
padding-right: 0;
}
.list-img:after{
width: calc(100% - 5.53rem);
}
.row-reverse .list-img:after{
width: calc(100% - 5.88rem);
}
.list-info p {
font-size: 1.6rem;
line-height: 2.4rem;
}
}
@media(min-width:1200px) and (max-width:1259.98px){
.faq-gallery-item img {
height: 20.9rem;
}
.faq-head-v2 .h5{
font-size: 2.2rem !important;
line-height: 3.2rem !important;
}
}
@media(min-width:992px) and (max-width:1199.98px){
.faq-body-inner-v2 :is(h1,h2,h3,h4,h5,h6) {
font-size: 2.2rem !important;
line-height: 3.2rem !important;
}
.faq-gallery-item img {
height: 18.1rem;
}
.faq-head-v2 .h5{
font-size: 1.9rem !important;
line-height: 2.7rem !important;
}
}
@media(min-width:768px) and (max-width:991.98px){
.faq-body-inner-v2 :is(h1,h2,h3,h4,h5,h6) {
font-size: 2.1rem !important;
line-height: 3rem !important;
}
.faq-head-v2 .h5{
font-size: 2rem !important;
line-height: 2.5rem !important;
}
.faq-two-columns {
padding-right: 0;
}
.faq-gallery-item img {
height: 14.5rem;
}
.faq-head-v2[aria-expanded='true'] + .faq-body-v2 {
max-height: 300rem;
}
}
@media(max-width:767.98px){
.faq-list-v2 {
width: 100%;
margin: auto;
}
.faq-margin{
margin: 0;
}
.faq-head-v2 {
padding: 1.6rem 1.6rem 0.8rem;
}
.faq-head-v2 .h4 {
font-size: 2.8rem !important;
line-height: 3.2rem !important;
}
.faq-head-v2 .h5{
font-size: 1.8rem !important;
line-height: 2.3rem !important;
}
.faq-list-v3 .faq-head-v2 .h4 {
font-size: 2.3rem !important;
line-height: 2.7rem !important;
}
.faq-body-inner-v2 :is(h1,h2,h3,h4,h5,h6) {
font-size: 1.8rem !important;
line-height: 2.3rem !important;
}
.faq-two-columns {
padding-right: 0;
}
.faq-two-columns .col-md-6:nth-child(n + 2) .faq-contact-text {
margin-top: 6.4rem;
}
.faq-gallery-item img {
height: auto;
}
.faq-gallery .col-md-4:nth-child(n + 2){
margin-top: 2.4rem;
}
.faq-head-v2[aria-expanded='true'] + .faq-body-v2 {
max-height: 500rem;
}
.faq-body-inner-v2 .btn {
width: 100%;
}
.btn-mobile {
padding: 0;
justify-content: flex-start;
text-align: left;
}
.faq-body-inner-v2 {
padding: 0 1.6rem 1.6rem;
}
.faq-list-v4 .faq-body-inner-v2{
padding: 3.2rem 1.6rem;
}
.faq-list-v4 .faq-body-inner-v2 p strong{
font-size: 1.6rem;
line-height: 2.6rem;
}
}.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}.team-opinions-outer{
margin-top: 3.5rem;
padding: 6.53rem 5.65rem 3.2rem;
}
.team-opinions-slider {
display: flex;
}
.team-opinions-outer .tns-outer{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.team-opinions-item-outer {
display: flex !important;
flex-direction: column;
}
.icon-quotes-small{
width: 3.3rem;
}
.team-opinions-item{
display: flex;
flex-wrap: wrap;
align-items: center;
margin: 2.2rem 0;
flex-grow: 1;
}
.team-opinions-text{
width: calc(100% - 23.9rem);
padding-right: 3.2rem;
}
.team-opinions-text .h3 * {
margin: 0 !important;
font-size: 4rem !important;
line-height: 5.2rem !important;
}
.team-opinions-img img{
width: 23.9rem;
height: 23.9rem;
border-radius: 50%;
}
.team-opinions-person .h4 *{
margin: 0 !important;
font-size: 2.8rem !important;
line-height: 3.9rem !important;
}
.team-opinions-person span{
display: block;
color: var(--primary-color-100);
font-size: 1.6rem;
line-height: 2.6rem;
}
.team-opinions-outer .tns-ovh + button {
order: 1;
margin-top: 2rem;
margin-left: 2rem;
background: transparent;
padding: 0;
border: 0;
outline: none !important;
color: var(--primary-color);
width: 1.45rem;
user-select: none;
height: 22px;
}
.team-opinions-outer .tns-nav{
margin-top: 2rem;
display: inline-flex;
align-items: center;
}
.team-opinions-outer .tns-nav button{
height: 0.35rem;
width: 0.35rem;
margin: 0.32rem;
border-radius: 50%;
border: 0 !important;
padding: 0 !important;
outline: none !important;
background: var(--primary-color-200) !important;
cursor: pointer;
}
.team-opinions-outer .tns-nav button.tns-nav-active{
background: var(--primary-color) !important;
border-radius: 10rem;
width: 2.069rem;
}
@media(min-width:1200px) and (max-width:1259.98px){
.team-opinions-outer {
padding: 5.53rem 4.65rem 3.2rem;
}
.team-opinions-text .h3 * {
font-size: 3.8rem !important;
line-height: 5rem !important;
}
}
@media(min-width:992px) and (max-width:1199.98px){
.team-opinions-outer {
padding: 5.53rem 3.65rem 3.2rem;
}
.team-opinions-text {
padding-right: 1.6rem;
}
.team-opinions-text .h3 * {
font-size: 3.1rem !important;
line-height: 4.3rem !important;
}
}
@media(min-width:768px) and (max-width:991.98px){
.team-opinions-outer {
margin-top: 3rem;
padding: 4.53rem 3.65rem 3.2rem;
}
.team-opinions-text {
width: 100%;
padding-right: 0;
}
.team-opinions-text .h3 * {
font-size: 2.7rem !important;
line-height: 3.5rem !important;
}
.team-opinions-img {
width: 100%;
text-align: center;
margin-top: 3.2rem;
}
}
@media(max-width:767.98px){
.team-opinions-outer {
margin-top: 2rem;
padding: 4.43rem 1.6rem 3.2rem;
}
.team-opinions-text {
width: 100%;
padding-right: 0;
}
.team-opinions-text .h3 * {
font-size: 1.8rem !important;
line-height: 2.3rem !important;
}
.team-opinions-img {
width: 100%;
text-align: center;
margin-top: 3.2rem;
}
}.navigation-box{
width: calc(100% - 0.4rem);
padding: 3.2rem 2.4rem;
border-radius: 1.2rem;
text-align: center;
}
a.navigation-box{
text-decoration: none;
}
.col-lg-5 + .col-lg-5 .navigation-box{
margin-left: 0.4rem;
}
.navigation-icon{
height: 10rem;
}
.navigation-info p{
margin-top: 1.6rem;
color: var(--primary-color-100);
font-size: 1.4rem;
line-height: 2.3rem;
}
.navigation-btn{
display: flex;
flex-wrap: wrap;
align-items: center;
flex-direction: column;
}
.navigation-btn .btn{
width: 100%;
} .navigation-or-text{
width: 5.8rem;
text-align: center;
}
@media(min-width:992px) and (max-width:1199px){
.navigation-box {
width: 100%;
padding: 3.2rem 1.6rem;
}
.col-lg-5 + .col-lg-5 .navigation-box {
margin-left: 0;
}
.navigation-or-text {
width: 4rem;
} }
@media(min-width:768px) and (max-width:991px){
.navigation-box {
width: 100%;
}
.col-lg-5 + .col-lg-5 .navigation-box {
margin-left: 0;
}
.navigation-btn:has(.navigation-or-text) .btn {
width: 100%;
}
.navigation-or-text {
width: 100%;
margin: 0.8rem 0;
}
}
@media(max-width:767px){
.navigation-box {
width: 100%;
}
.col-lg-5 + .col-lg-5 .navigation-box {
margin-left: 0;
}
}
@media(max-width:575px){
.navigation-btn:has(.navigation-or-text) .btn {
width: 100%;
}
.navigation-or-text {
width: 100%;
margin: 0.8rem 0;
}
}.hide-desktop {
display: none;
}
.back-link {
display: inline-flex;
align-items: center;
margin-left: 0;
font-size: 1.2rem;
line-height: 1.8rem;
color: var(--primary-color) !important;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 0.01em;
padding: 0.4rem 1.6rem 0.4rem 0;
}
.back-link span {
margin-right: 0.8rem;
}
.blog-list,
.blog-slider {
padding: 0 4.8rem;
}
.blog-list .col-lg-4,
.blog-slider .col-lg-4 {
display: flex;
}
.blog-item {
box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.25);
width: 100%;
display: flex;
transition: transform 0.2s linear;
flex-direction: column;
text-decoration: none;
}
.blog-item:hover {
transform: translateY(-0.2rem);
}
.blog-list .col-lg-4:nth-child(n + 4) .blog-item {
margin-top: 4.8rem;
}
.blog-slider .col-lg-4:nth-child(n + 4) .blog-item {
margin-top: 6.4rem;
}
.blog-img img {
width: 100%;
height: 16.7rem;
object-fit: cover;
}
.blog-info {
padding: 2.4rem;
}
.blog-top {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.blog-category {
font-size: 1.4rem;
line-height: 2.1rem;
height: 2.9rem;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 0 0.4rem;
letter-spacing: -0.03em;
color: var(--primary-color); }
.blog-top span {
position: relative;
margin-left: 2rem;
padding-left: 1.4rem;
font-size: 1.4rem;
line-height: 2.1rem;
}
.blog-top span:after {
position: absolute;
content: '';
height: 0.5rem;
width: 0.5rem;
background: var(--primary-color);
border-radius: 50%;
left: 0;
top: 0;
bottom: 0;
margin: auto;
}
.blog-info {
display: flex;
flex-direction: column;
flex-grow: 1;
}
.blog-info .h6 p {
max-height: 5rem;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
margin-bottom: 2.4rem !important;
font-size: 2rem !important;
line-height: 2.5rem !important;
letter-spacing: normal;
height: auto !important;
}
.blog-info p {
font-size: 1.4rem;
line-height: 2.1rem;
letter-spacing: -0.03em;
font-weight: 300;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
line-clamp: 3;
-webkit-box-orient: vertical;
height: 6.3rem;
margin-top: auto;
}
@media (min-width: 1200px) and (max-width: 1259px) {
.blog-list,
.blog-slider {
padding: 0 3.2rem;
}
.blog-img img {
height: 16.256rem;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.blog-list,
.blog-slider {
padding: 0;
}
.blog-img img {
height: 13.947rem;
}
.blog-slider .col-lg-4:nth-child(n + 4) .blog-item {
margin-top: 4.8rem;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.blog-list,
.blog-slider {
padding: 0;
}
.blog-slider .row,
.blog-list .row {
margin: 0 -0.5rem;
}
.blog-slider .col-lg-4,
.blog-list .col-lg-4 {
padding: 0 0.5rem;
}
.blog-slider {
padding-bottom: 32px;
}
.blog-img img {
height: 10.152rem;
}
.blog-info {
padding: 2.4rem 1.2rem;
}
.blog-slider .col-lg-4:nth-child(n + 4) .blog-item {
margin-top: 4.8rem;
}
.blog-category {
font-size: 1.3rem;
}
.blog-top span {
margin-left: 1rem;
font-size: 1.3rem;
}
}
@media (max-width: 767px) {
.hide-desktop {
display: block;
}
.sec-blog-outer .container {
padding-right: 0;
padding-left: 0;
}
.blog-list,
.blog-slider {
padding: 0;
}
.blog-slider {
margin-left: -1rem;
}
.blog-slider .tns-ovh {
padding: 0px 0px 32px;
}
.blog-slider .tns-ovh .tns-inner {
padding-left: 20px;
}
.blog-slider .tns-slider {
margin: 0 !important;
}
.blog-slider .tns-slider .tns-item {
padding-left: 0 !important;
}
.blog-slider .tns-item {
width: 30.4rem;
display: flex !important;
}
.blog-list .col-lg-4:nth-child(n + 2) .blog-item {
margin-top: 2.4rem;
}
.h3.text-center {
text-align: left !important;
}
.blog-slider .col-lg-4:nth-child(n + 4) .blog-item {
margin-top: 0;
}
.blog-slider .tns-slider {
display: flex !important;
flex-wrap: nowrap;
}
.blog-slider .tns-slider.sliderwidth {
flex-wrap: wrap;
}
.blog-slider .tns-controls {
display: none !important;
}
.h3.text-center.ensure-center {
text-align: center !important;
}
.btn-group.btn-group-small .btn {
width: auto;
}
}
.last-pb-container .last-pd:last-of-type {
padding-bottom: 6.4rem;
}.form-box{
background: var(--white-color);
color: var(--primary-color);
padding: 6.4rem 4.8rem;
border-radius: 0.4rem;
}
.form-box .phone_show_button .phone_show a {
color: none;
}
#formNotice {
max-height: 29rem;
overflow: hidden;
position: relative;
-moz-transition: max-height .25s ease-in-out;
-o-transition: max-height .25s ease-in-out;
-webkit-transition: max-width .24s;
transition: max-height .25s ease-in-out;
}
#formNotice.active{
max-height: none;
}
.formNotice-btn{
text-align: right;
}
#formNotice p{
margin-top: 0.4rem;
}
@media(min-width:992px) and (max-width:1199px){
.form-contact-info h4{
font-size: 2.8rem !important;
}
.form-box:has(.h2){
padding: 4.8rem 3.2rem;
}
.form-box:has(h3){
padding: 6.4rem 3.2rem;
}
.form-contact-text{
font-size: 1.6rem;
}
.form-box .h2 {
font-size: 4.5rem !important;
line-height: 5rem !important;
}
.form-box h3{
font-size: 4rem !important;
}
}
@media(min-width:768px) and (max-width:991px){
.form-contact-info h4{
font-size: 2.8rem !important;
}
.form-box:has(.h2){
margin-top: 4.8rem;
padding: 4.8rem;
}
.form-box:has(h3){
padding: 6.4rem 3.2rem;
}
.form-box h3{
font-size: 3.8rem !important;
}
}
@media(max-width:767px){
.form-contact-info h4{
font-size: 2.8rem !important;
}
.form-contact-text{
font-size: 1.6rem;
}
.form-box:has(.h2){
margin-top: 3.2rem;
padding: 3.2rem 1.6rem;
}
.form-box:has(h3){
padding: 6.4rem 1.6rem;
margin-top: 2.4rem;
}
.form-box .h2 {
font-size: 4rem !important;
line-height: 4.6rem !important;
}
.form-box h3{
font-size: 4rem !important;
}
.form-contact{
margin-top: 6.4rem !important;
}
.form-contact-outer .col-xl-4 .form-contact{
margin-top: 3.2rem !important;
}
#formNotice {
max-height: 28rem;
margin-bottom: 1rem;
}
}footer{
background: var(--bg-color);
}
.footer-head *{
font-family: 'Gentium Plus';
font-weight: bold;
line-height: 2.7rem !important;
color: var(--footer-text-color);
}
.footer-link a{
display: inline-block;
font-size: 1.4rem;
line-height: 2.3rem;
color: var(--footer-text-color);
text-decoration: none !important;
}
.footer-link a:hover{
text-decoration: underline !important;
}
.footer-link li{
margin-bottom: 1.2rem;
}
.footer-link li:last-child{
margin-bottom: 0;
}
.footer-address p{
font-size: 1.4rem;
line-height: 2.3rem;
color: var(--footer-text-color);
margin-top: 0.4rem;
}
.footer-address p:first-child{
margin-top: 0;
}
footer p .phone_show_button .phone_show a {
width: 110%;
padding-left: 40px;
}
.footer-address p a{
color: var(--footer-text-color) !important;
box-shadow: inset -85px 0 0 0 var(--bg-color) !important;;
text-decoration: none !important;
}
.footer-socail ul{
display: flex;
flex-wrap: wrap;
}
.footer-socail ul li{
margin-right: 1.6rem;
}
.footer-socail ul li:last-child{
margin-right: 0;
}
.footer-socail ul li:hover img{
opacity: 0.8;
}
.footer-line{
width: 100%;
height: 1px;
background: var(--footer-text-color);
margin: 1.2rem 0;
}
.footer-menu ul{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.footer-menu ul li{
margin: 0 1.2rem;
}
.footer-menu ul li a{
font-size: 1.2rem;
display: block;
line-height: 2rem;
color: var(--footer-text-color);
text-decoration: none !important;
}
.footer-menu ul li a:hover{
text-decoration: underline !important;
}
.mobile-footer{
display: none;
}
@media(min-width:768px) and (max-width:991px){
.col-md-8 .footer-head{
margin-top: 2.4rem;
}
}
@media(max-width:767px){
.footer-head{
margin-top: 2.4rem;
}
.footer-menu ul {
display: block;
}
.footer-menu ul li {
margin: 2.4rem 0 0;
}
.footer-menu ul li:first-child{
margin-top: 0;
}
.footer-address-item:last-child p:last-child{
margin-top: 1.2rem !important;
}
.footer-socail ul li {
margin-right: 3.2rem;
}
.mobile-footer{
z-index: 5;
display: block;
background: var(--white-color);
}
.mobile-footer.sticky{
position: sticky;
bottom: 0;
box-shadow: 0 -1px 2px 0 rgba(0,0,0,.15);
}
.mobile-footer .footer-btn .btn{
font-size: 1rem;
height: 3.8rem;
padding: 0 1.4rem;
text-transform: none;
}
.mobile-footer .d-flex{
justify-content: center;
flex-wrap: wrap;
}
.mobile-footer .footer-btn .btn-label{
display: flex;
flex-direction: column;
font-size: 0.8rem;
line-height: 1rem;
}
.mobile-footer .footer-btn .btn-label .material-symbols-outlined{
margin-right: 0!important;
}
}
@media(max-width:575px){
}.relevanssi-live-search-results {
box-sizing: border-box;
-moz-box-sizing: border-box;
background: #fff;
-webkit-box-shadow: 0 0 2px 0 rgba(30, 30, 30, 0.4);
box-shadow: 0 0 2px 0 rgba(30, 30, 30, 0.4);
border-radius: 3px;
width: 315px;
min-height: 175px;
max-height: 300px;
}
.relevanssi-live-search-result p,
.relevanssi-live-search-result-status p {
font-size: 0.9em;
padding: 1em;
margin: 0;
border-bottom: 1px solid rgba(30, 30, 30, 0.1);
}
.relevanssi-live-search-result-status p {
font-size: 0.8em;
padding: 0 1em;
}
.relevanssi-live-search-result--focused {
background: #ddd;
}
.relevanssi-live-search-result--focused a {
color: #000;
}
.relevanssi-live-search-result:last-of-type p {
border-bottom: 0;
}
.relevanssi-live-search-result a {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
} .relevanssi-live-search-instructions {
border: 0 !important;
clip: rect(1px, 1px, 1px, 1px) !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
height: 1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
white-space: nowrap !important;
}
.rlv-has-spinner {
width: 56px;
height: 56px;
border: 8px solid #0052ec;
border-right-color: transparent;
border-radius: 50%;
position: relative;
animation: loader-rotate 1s linear infinite;
margin: 1em auto;
}
.rlv-has-spinner::after {
content: "";
width: 8px;
height: 8px;
background: #0052ec;
border-radius: 50%;
position: absolute;
top: -1px;
left: 33px;
}
@keyframes loader-rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}