/**
 * GLOBAL VARIABLES
 */
:root {
    /** UNIVERSAL **/
    --space-60: 60px;
    --space-50: 50px;
    --space-40: 40px;
    --space-25: 25px;

    --font-65: 65px;
    --font-48: 48px;
    --font-40: 40px;
    --font-36: 35px;
    --font-30: 30px;
    --font-26: 26px;
    --font-24: 24px;
    --font-22: 22px;
    --font-20: 20px;

    --container-padding: 40px;

    /** SPECIFIC **/
    --color-primary: #545454;
    --color-secondary: #003f7f;
}

body {
    color: #000;
    font-family: 'Lato', sans-serif;
    background: url(../images/body_bg.png) no-repeat top center / 100% auto;
}

/**
 * BASIC
 */

a, input, select, textarea, option, button {
    outline: none !important;
}

a, button {
    transition: all 300ms ease-out;
}

em {
    padding-right: 2px;
}

h1 {
    font-family: 'Playfair Display', serif;
    font-size: var(--font-40);
    color: #003f7f;
    text-align: center;
    font-weight: bold;
    margin-bottom: 42px;
}

h2 {
    font-family: 'Playfair Display', serif;
    font-size: var(--font-36);
    color: #003f7f;
    text-align: center;
    margin-bottom: 17px;
}

h3 {
}

h4 {
}

h5 {
}

a {
    color: #0e4c97;
}

a:hover, a:focus {
    color: #828594;
}

.text.txt a:hover, .article-text a:hover {
    text-decoration: underline;
    color: #0e4c97;
}

/**
 * EXTRA
 */
/* Animations lib */
.animationDuration {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

/* Mourning class added to body */
.mourning {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


/**
 * PAGE
 */

#page,
#content {
    overflow: hidden;
}

.container {
    clear: both;
    margin: 0 auto;
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
    max-width: 1670px;
    width: 100%;
}

/**
 * BOOTSTRAP
 */
.panel,
.panel-heading,
.modal-content,
.alert,
.popover {
    border-radius: 0;
}

.panel {
    box-shadow: none;
}

.panel-default {
    border-color: #e5e5e5;
}


/**
 * TEXT
 */

.text {
    overflow: visible;
}

/** Text list custom dots **/
.text ul,
.text ol ul,
.text ul ul {
    list-style: none;
}


.text ul > li, .text ol > li {
    left: 36px;
    position: relative;
    padding-right: 36px;
}

.text ul > li::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    left: -16px;
    margin-left: -6px;
    font-family: sans-serif;
    position: relative;
    background: #0e4c97;
    top: -1px;
    border-radius: 50%;
}

.text ol > li::marker {
    word-spacing: 3px;
}

/** Text table **/
.text table {
    margin: 30px 0;
}

.text table tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
}

.text table td {
    padding: 7px 28px;
    border: 1px solid #ddd;
}

.text table[border^="0"] td {
    border: 0 none;
}


.text.txt, .article-text {
    font-size: 16px;
    line-height: 30px;
    color: #545454;
    margin-bottom: 30px;
}

.text.txt p, .article-text p, .text.txt ul, .article-text ul {

}

.text.txt p + ul, .article-text p + ul {

}

.text.txt ul {

}

.text.txt p:last-child, .article-text p:last-child, .text.txt ul:last-child, .article-text ul:last-child {

}


@media screen and (min-width: 1140px) {
    .text a:hover {
        text-decoration: underline;
    }
}

body > svg {
    display: none;
}

.vcenter {
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}


.clear:after {
    content: '';
    display: block;
    clear: both;
}

.mask {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

#container-page {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}


/**
 * HEADER
 */
header {
}

header.stickable {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #e5e5e5;
}

.mainpage header.stickable {
    border-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 1140px) {
    header.stickable.sticky {
        box-shadow: 0 6px 9px 1px rgba(0, 0, 0, 0.1);
        background: #fff;
    }

    header.stickable.sticky .top {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    header.stickable.sticky .logo a img {
        width: 255px;
    }
    header.sticky .top-left,
    header.sticky .top-right {
        width: calc(50% - (255px / 2));
    }
}

.top-left,
.top-right {
    width: calc(50% - (280px / 2));
}

.top {
    padding-top: 26px;
    padding-bottom: 26px;
    transition: all 300ms ease-out;
    text-align: center;
}

.logo {
    text-align: center;
    display: inline-block;
    flex-shrink: 0;
    margin: 0 auto;
    transition: filter 0.3s;
}

.logo a {
    display: block;
}

.logo a img {
    display: block;
    transition: all 300ms ease-out;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    width: 280px;
}

/*.logo a img:nth-child(2) {*/
    /*display: none;*/
/*}*/

/*.about-page .logo a img:first-child {*/
    /*display: none;*/
/*}*/

/*.about-page .logo a img:nth-child(2) {*/
    /*display: block;*/
/*}*/

.top-content {
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-left {
    position: relative;
    z-index: 1;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.top-right {
    position: relative;
    z-index: 1;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.main-menu {
    display: inline-block;
}

.main-menu,
.nav {
    width: 100%;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}

.main-menu ul {
    font-size: 0;
}

.main-menu li {
    position: relative;
    display: inline-block;
    font-size: 1rem;
}

.main-menu li a {
    display: block;
    color: #003f7f;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
}

.main-menu li a:hover,
.main-menu li.active a {
    color: #85bcff;
}


.main-menu li > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
}

.main-menu li > ul > li > ul {
    top: 0;
    left: 100%;
}

.main-menu li:hover > ul {
    display: block;
}

.main-menu-button {
    float: right;
    width: 40px;
    margin: 6px 0 6px var(--container-padding);
    border: none;
    background: transparent;
}

.main-menu-button.animIcon--hamburger.active span {
    background-color: #00387c;
}

.mainsearch.rwdPanel {
    display: block;
}


.top .social-list {
    display: inline-block;
    vertical-align: middle;
    float: right;
    flex-shrink: 0;
}

.mainsearch {
    float: left;
    position: relative;
    width: 350px;
    max-width: 100%;
}

.mainsearch-search {
    display: flex;
    align-items: stretch;
}

.mainsearch .form-element-container {
    flex-grow: 1;
}

.mainsearch input.form-control {
    display: block;
    height: 46px;
    padding: 5px 15px;
    border-right: none;
    box-shadow: none;
}

.mainsearch-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.mainsearch .alert-block,
.mainsearch .form-control-feedback {
    display: none;
}


.slider, .main-slider, .slider .slide, .slider .slider-photo {
    position: relative;
    /* z-index: 2; */
    height: 100%;
}

.slider {
    margin-bottom: 0;
    height: 100vh;
    max-height: 950px;
    min-height: 726px;
}

.slider-box {
    display: block;
    width: 100%;
    z-index: 1;
    max-width: 100%;
    margin: 0 auto;
    font-size: 0;
}

.slider-text {
    width: 42%;
    display: inline-block;
    vertical-align: middle;
    z-index: 9;
    padding-left: var(--container-padding);
    position: relative;
}

.slider-text-content {
    padding-right: var(--container-padding);
}

.title1 {
    line-height: 119%;
    margin-bottom: 34px;
    font-size: var(--font-65);
    color: #003f7f;
    font-family: 'Playfair Display', serif;
    text-align: left;
}

.title2 {
    font-size: var(--font-26);
    font-style: italic;
    color: #003f7f;
    font-family: 'Playfair Display', serif;
}

.description {
    margin: 0 0 40px;
    font-size: 16px;
    color: #545454;
    line-height: 30px;
}

.slider .slider-photo {
    margin-right: 0;
    text-align: center;
    width: 58%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-height: 950px;
}


@media screen and (max-height: 723px) {

    .slider .slider-photo {
        height: 950px;
    }
}

.slide .container {
    font-size: 0;
}

.slider-photo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}

.btn.btn-more {
    line-height: 42px;
    height: 46px;
    text-align: center;
    position: relative;
    padding: 0 27px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    background: #0e4c97;
    border-radius: 23px;
    border: 1px solid #0e4c97;
}


@media screen and (min-width: 1140px) {
    .btn.btn-more:hover {
        background: #fff;
        color: #0e4c97;
    }
}

.oxygen-box-container {
    margin-top: -67px;
}

.oxygen-photo {
    text-align: center;
    position: relative;
}

.oxygen-photo img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}


img.t1 {
    position: absolute;
    left: 6.8%;
    bottom: 37%;
}

img.t2 {
    position: absolute;
    left: 48.4%;
    top: 5%;
}

img.t3 {
    position: absolute;
    left: 10%;
    top: 14%;
}

img.t4 {
    position: absolute;
    right: 10%;
    top: 0;
}

img.t5 {
    position: absolute;
    right: 15%;
    bottom: 35%;
}


.oxygen-text {
    text-align: center;
    background: #fff;
    padding-top: 59px;
    padding-bottom: 80px;
}

.oxygen-text h2 {
    font-weight: bold;
    margin-bottom: 17px;
}

.oxygen-text h3 {
    font-size: 18px;
    color: #003f7f;
    text-align: center;
    margin-bottom: 37px;
}

.oxygen-text .text.txt {
    max-width: 960px;
    margin: 0 auto 41px;
}


.benefits-box-container {
    padding-top: 74px;
    text-align: center;
    background: #f8fafc;
}

.benefits-box-container h2 {
    color: #0e4c97;
    margin-bottom: 41px;
    font-weight: bold;
}

.benefits-box-container .box-more {
    margin: 0 auto;
    display: inline-block;
    max-width: 40%;
}

.benefits-box {
    font-size: 0;
    display: flex;
}

.product-photo {
    width: 40%;
    display: inline-block;
    margin-bottom: 31px;
}

.product-photo img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.desc-left {
    float: left;
    width: 30%;
    text-align: left;
    padding-top: 80px;
}

.desc-right {
    float: right;
    width: 30%;
    text-align: right;
    padding-top: 80px;
}

.desc-item .text.txt {
    font-size: var(--font-20);
    color: #545454;
    line-height: 150%;
    margin-bottom: 34px;
}

.desc-left .desc-item {
    padding-right: 29px;
    margin-bottom: 132px;
    position: relative;
}

.desc-right .desc-item {
    margin-bottom: 132px;
    position: relative;
}

.desc-left .desc-item:first-child img {
    right: 47px;
}

.desc-left .desc-item:nth-child(2) img {
    right: -30px;
    top: 62px;
}

.desc-item img {
    position: absolute;
}

.desc-right .desc-item:first-child img {
    left: 47px;
}

.desc-right .desc-item:nth-child(2) .text.txt {
    padding-left: 110px;
}

.desc-left .desc-item:nth-child(2) .text.txt {
    padding-right: 66px;
}


.desc-right .desc-item:nth-child(2) img {
    left: -30px;
    top: 62px;
}


.desc-item:nth-child(2) {
    margin-bottom: 84px;
}

.safe-box-container {
    padding-top: 160px;
    position: relative;
    padding-bottom: 360px;
    background: url(../images/safe_bg.jpg) no-repeat top center / cover;
}

.safe-box-container h1 {
    color: #fff;
}

.safe-box {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.safe-box h2 {
    color: #fff;
    max-width: 730px;
    margin: 0 auto 37px;
}

.safe-box .text.txt {
    color: #fff;
    font-weight: 300;
    margin-bottom: 36px;
}

.safe-box h3 {
    font-family: 'Playfair Display', serif;
    font-size: var(--font-26);
    color: #fff;
    text-align: center;
    margin-bottom: 43px;
    font-style: italic;
}

.safe-box .btn.btn-more {
    background: transparent;
    border-color: #fff;
}

.safe-box img {
    position: absolute;
}

img.o1 {
    left: -13.3%;
    top: -9%;
}

img.o2 {
    right: -24%;
    bottom: -10%;
}

img.o3 {
    bottom: -49%;
    right: 37%;
}
@media screen and (min-width: 1140px) {
    .safe-box .btn.btn-more:hover {
        background: #fff;
        color: #0e4c97;
    }
}

.life-box {
    font-size: 0;
}

.life-left {
    float: left;
    width: 43%;
    text-align: left;
    padding-top: 20px;
}

.life-right {
    float: right;
    width: 58%;
    margin-left: -1%;
    position: relative;
}

.life-right img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

img.life {
    margin-top: -25%;
}

.life-box-container {
    position: relative;
    padding-bottom: 81px;
}

img.o5 {
    position: absolute;
    left: 8%;
    top: 18%;
}

img.o6 {
    position: absolute;
    left: revert;
    top: 37%;
    right: 3%;
}

.life-left h2 {
    font-size: 6vw;
    text-align: left;
}

.life-left h3 {
    font-size: var(--font-26);
    font-style: italic;
    color: #003f7f;
    font-family: 'Playfair Display', serif;
}

.life-box h4 {
    font-size: 7.7vw;
    font-family: 'Playfair Display', serif;
    color: #003f7f;
    text-align: right;
    font-style: italic;
    font-weight: bold;
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    line-height: 1;
    max-width: 1780px;
    margin: 0 auto;
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
    overflow: visible;
}

.slick-initialized .logotype span {
    width: 100%;
    padding-bottom: 100%;
    display: block;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    position: relative;
}

.slick-initialized .logotype span img {
    position: absolute;
    max-width: 66%;
    max-height: 66%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.logotypes-title {
    font-family: 'Playfair Display', serif;
    font-size: var(--font-30);
    color: #003f7f;
    margin-bottom: 39px;
    font-weight: bold;
}

.mainpage .logotype-box-container {
    padding-bottom: 60px;
    margin-top: 100px;
}

.mainpage *:not(.container:first-child) + .logotype-box-container {
    margin-top: -34px;
}

/**
 * FOOTER
 */
footer {
}

.footer-boxes {
    padding-top: 56px;
    position: relative;
    padding-bottom: 0;
}

.footer-box {
    float: left;
    width: 23%;
    padding-right: 30px;
    position: relative;
}

.footer-box:first-child {
    width: 16%;
}

.footer-box:first-child img {
    display: block;
    max-width: 100%;
}

.footer-box:last-child {
    float: right;
    padding-right: 0;
    width: 30%;
    margin-top: 62px;
}

.footer-box h4 {
    margin-bottom: 33px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    font-family: 'Playfair Display', serif;
}


.footer-box .text.txt {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    line-height: 36px;
    margin-bottom: 22px;
}

.footer-box.footer-box-contact {
    width: 31%;
}

.contact-link {
    padding-top: 13px;
}

.text-small {
    border-top: 1px solid #1a538c;
    padding-top: 22px;
}

.text-small .text.txt {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    line-height: 177%;
    margin-bottom: 23px;
}

.contact-link a {
    font-weight: 900;
    font-size: var(--font-22);
    color: #fff;
    position: relative;
    display: block;
    margin-bottom: 19px;
}

.contact-link a .btn-icon {
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
    padding: 8px;
    transition: all 300ms ease-out;
    border-radius: 50%;
}


.contact-link a .btn-icon svg,
.contact-link a .btn-icon svg * {
    fill: #fff
}

.contact-link .caption {
    display: inline-block;
    vertical-align: middle;
}

img.logo-min {
    display: block;
    max-width: 100%;
}


.footer-boxes-container {
    background: url(../images/footer_bg.jpg) no-repeat top center / cover;
}

@media screen and (min-width: 1140px) {
    .footer-box ul li a:hover {
        text-decoration: underline;
    }


    .contact-link a:hover .caption {
        text-decoration: underline;
    }
}


/* FOOTER BAR */
.footer-bar {
    padding: 10px 0;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-weight: 300;
    font-size: 14px;
    color: #f4f4f4;
    background-color: #003266;
}

.footer-bar-content::after {
    content: "";
    display: table;
    clear: both;
}

.footer-bar-content > * {
    float: left;
}

.footer-bar-content > *:not(:last-child) {
    margin-right: 30px;
}

.footer-bar-links {
    margin-left: -8px;
    font-size: 0;
}

.footer-bar-links > li {
    display: inline-block;
    vertical-align: middle;
    margin: 3px 8px;
    font-size: 14px;
    line-height: 24px;
}

.footer-bar-links a {
    color: inherit;
}
@media screen and (min-width: 1140px) {
    .footer-bar-links a:hover {
        text-decoration: underline
    }
}
.copyright-undicom {
    float: right;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    color: inherit;
}

/**
 * FORM
 */

form.form {
    padding: 0;
}

/* labele */
.form .form-element-name {
    font-weight: bold;
    font-size: 16px;
    color: #85bcff;
    font-family: lato, sans-serif;
    margin-bottom: 9px;
}

.form .form-required-mark {
    color: #E2001A;
}

/* INPUTY */
.form .form-control {
    font-family: roboto, sans-serif;
    box-shadow: 0 0 0 transparent;
    color: #0f6286;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: normal;
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 23px;
    background-color: #fff;
}


.form-control-feedback {
    display: none !important;
}

.form .alert-block .error {
    display: block;
    clear: both;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 18px 10px;
    background: #E2001A !important;
    color: #fff !important;
    font-weight: normal !important;
    font-size: 13px;
    border-radius: 5px;
}

.form .alert-block .error {
    margin-top: -23px;
    padding-top: 30px;
    border-radius: 0 0 23px 23px;
}

.form .form-element-radio .alert-block .error,
.form .form-element-checkbox .alert-block .error {
    display: block;
    clear: both;
    margin-top: 5px;
    margin-bottom: 0;
    padding: 0 25px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: transparent !important;
    color: #E2001A !important;
    font-weight: bold !important;
    font-size: 13px;
}

.has-error .form-control {
    border-color: #E2001A;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.form-group-lg .form-element-radio,
.form-group-lg .form-element-checkbox {
    letter-spacing: 0.05em;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    background: #4a44a9
}

/* TEXTAREA */
.form textarea.form-control:not([rows]) {
}

/* KLAUZULE I ZGODY */
.form .before-consent-row,
.form .after-consent-row,
.form .consent-row label > *,
.form .consent-all {
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    font-family: 'lato', sans-serif;
    font-weight: 300;
}

.form .consent-all {
    margin-bottom: 20px;
    display: block;
}

/* ZAOKRAGLENIA INPUTOW*/
.form .form-group-lg .captcha-image-wrapper {
    border-radius: 23px;
    height: 46px;
    padding-right: 50px;
}

.form button.captcha-refresh.btn.btn-default {
    right: 5px;
    border-radius: 0 23px 23px 0;
    border: 1px solid #e5e5e5;
    background: transparent;
    width: 50px;
}

.form i.fa.fa-refresh {
    font-size: 19px;
    color: #85bcff;
}

@media screen and (min-width: 1140px) {
    button.captcha-refresh.btn.btn-default:hover i.fa.fa-refresh {
        color: #0e4c97;
    }
}

/**************** checkbox *******************/

.form .checkboxradio-container {
    margin-top: 0;
    text-align: left;
}

.form .form-element-radio-container .row > *:not(:only-child),
.form .form-element-checkbox-container .row > *:not(:only-child) {
    margin-bottom: 10px;
}

.form .form-group-lg.form-group-lg .icheckbox_minimal-custom,
.form .form-group-lg.form-group-lg .iradio_minimal-custom {
    left: 0;
    top: 0;
    margin-top: 0;
    margin-left: 0;
}

.form-group-lg .icheckbox_minimal-custom,
.form-group-lg .iradio_minimal-custom {
    zoom: 1.55;
}

.form-group-lg .form-element-switcher .icheckbox_minimal-custom,
.form-group-lg .form-element-switcher .iradio_minimal-custom {
    zoom: normal;
}

.form .form-group-lg .checkboxradio-container label {
    padding-top: 3px;
    padding-left: 50px;
    padding-bottom: 6px;
    line-height: 1.2;
}

.form .form-group-lg .form-element-radio .alert-block .error,
.form .form-group-lg .form-element-checkbox .alert-block .error {
    padding-left: 50px;
}

.icheckbox_minimal-custom,
.iradio_minimal-custom {
    background-image: url(../images/icheck.png);
}

.form-box .row {
    margin-left: -5px;
    margin-right: -5px;
}

.form-box .col-lg-1,
.form-box .col-lg-10,
.form-box .col-lg-11,
.form-box .col-lg-12,
.form-box .col-lg-2,
.form-box .col-lg-3,
.form-box .col-lg-4,
.form-box .col-lg-5,
.form-box .col-lg-6,
.form-box .col-lg-7,
.form-box .col-lg-8,
.form-box .col-lg-9,
.form-box .col-md-1,
.form-box .col-md-10,
.form-box .col-md-11,
.form-box .col-md-12,
.form-box .col-md-2,
.form-box .col-md-3,
.form-box .col-md-4,
.form-box .col-md-5,
.form-box .col-md-6,
.form-box .col-md-7,
.form-box .col-md-8,
.form-box .col-md-9,
.form-box .col-sm-1,
.form-box .col-sm-10,
.form-box .col-sm-11,
.form-box .col-sm-12,
.form-box .col-sm-2,
.form-box .col-sm-3,
.form-box .col-sm-4,
.form-box .col-sm-5,
.form-box .col-sm-6,
.form-box .col-sm-7,
.form-box .col-sm-8,
.form-box .col-sm-9,
.form-box .col-xs-1,
.form-box .col-xs-10,
.form-box .col-xs-11,
.form-box .col-xs-12,
.form-box .col-xs-2,
.form-box .col-xs-3,
.form-box .col-xs-4,
.form-box .col-xs-5,
.form-box .col-xs-6,
.form-box .col-xs-7,
.form-box .col-xs-8,
.form-box .col-xs-9 {
    padding-left: 5px;
    padding-right: 5px;
}

.form .checkboxradio-container .error {
    margin-top: 0;
    font-size: 13px;
}

.form .checkboxradio-container label {
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 28px;
    font-family: 'lato', sans-serif;
    font-weight: 300;
}

.form .checkboxradio-container [class^="icheckbox"], .form .radio [class^="icheckbox"] {
    position: absolute;
    margin-left: -26px;
    margin-top: 3px;
}

.form-group {
    margin-bottom: 13px;
}

button.btn.btn-primary .fa {
    float: right;
    line-height: 46px;
}

form.form button.btn.btn-primary {
    line-height: 46px;
    text-align: center;
    padding: 0;
    display: block;
    font-size: 14px;
    border: 1px solid rgba(11, 98, 134, 0);
    font-family: 'lato', sans-serif;
    border-radius: 23px;
    font-weight: bold;
    margin: 0 auto;
    float: none;
    width: 176px;
    height: 46px;
    background: #0e4c97;
}


@media screen and (min-width: 1140px) {
    form.form button.btn.btn-primary:hover {
        color: #0e4c97;
        background: #fff;
        border-color: #0e4c97;
    }
}

.form .before-consent-row {
    padding-top: 8px;
    margin-bottom: 7px;
}

.checkbox {
    margin-bottom: 5px;
}

.row.consent-all-row {
    color: #a1a1a1;
}


/**
 * MAP POINTS
 */

.map-point .custom-map-wrapper {
    position: relative;
}

.map-point .custom-map-wrapper .point {
    position: absolute;
    width: 28px;
    height: 40px;
    background: transparent url('../images/marker.png') no-repeat scroll center center;
    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.map-point #marker-cloud-wrapper {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 10%;
    height: 10%;
    background: red;
}

.map-point #marker-cloud-wrapper .popover {
    top: 0 !important;
    left: 0 !important;
    display: block;
    margin: 0;
    width: 300px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
}

.map-point #marker-cloud-wrapper .popover .arrow {
    display: none !important;
}

/**
 * BREADCRUMB
 */

.breadcrumb-container {
    margin: 20px 0;
}

.breadcrumb {
    padding: 0;
    margin: 0;
    text-align: left;
    border-radius: 0;
    background-color: transparent;
}

.breadcrumb > li {
    position: relative;
    display: inline;
    color: #6d6e71;
}

.breadcrumb > li > a {
    font-size: 12px;
}

.breadcrumb > li > a:not([href]),
.breadcrumb > li > a:not(:hover) {
    color: inherit;
}

.breadcrumb > li + li:before {
    content: '>';
    font-size: 12px;
    padding: 0 15px;
    color: inherit;
}

/**
 * ANIMATABLE ICON
 */

.animIcon {
    position: relative;
    display: inline-block;
    width: 32px;
    padding: 0 !important;
}

.animIcon::before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.animIcon span {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    height: 2px;
    width: 100%;
    background-color: gray;
    transition: all .4s ease;
}

/* Close */
.animIcon.animIcon--close span {
    top: 50%;
    margin-top: -1px;
    transform-origin: center;
}

.animIcon.animIcon--close span:nth-child(1) {
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
}

.animIcon.animIcon--close span:nth-child(2) {
    transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
}

/* Hamburger -> Close */
.animIcon.animIcon--hamburger span {
    top: 0;
    left: 0;
    transform-origin: left center;
}

.animIcon.animIcon--hamburger span:nth-child(1) {
    margin-top: 20%;
}

.animIcon.animIcon--hamburger span:nth-child(2) {
    margin-top: 50%;
}

.animIcon.animIcon--hamburger span:nth-child(3) {
    margin-top: 80%;
}

.animIcon.animIcon--hamburger.active span:nth-child(1) {
    margin-top: 15%;
    margin-left: 15%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.animIcon.animIcon--hamburger.active span:nth-child(2) {
    opacity: 0;
    margin-top: 70%;
}

.animIcon.animIcon--hamburger.active span:nth-child(3) {
    margin-top: 85%;
    margin-left: 15%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

/**
 * LOGOTYPES SLIDER
 */
.logotypes {
    padding: 0;
}

.logotypes .logotypes-title {
    float: left;
    padding-right: 30px;
    font-size: var(--font-22);
    line-height: 100px;
    vertical-align: middle;
}

.logotypes-slider-container {
    height: auto;
    margin: 0 -33px;
}

.logotype-slider img {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.slick-initialized .logotype {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0 33px;
}

.logotype img {
    max-height: 100px;
    max-width: 100%;
    margin: 0 auto;
}


/**
 * SOCIALS
 */
.social-list > ul {
    margin: -5px;
    font-size: 0;
}

.social-list > ul > li {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    text-align: center;
    font-size: 1rem;
}


.social-list > ul > li a {
}

.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    color: #fff;
    background: #0e4c97;
    border: 1px solid #0e4c97;
    border-radius: 50%;
    transition: all 300ms ease-out;
    padding: 5px;
}

.social-icon svg {
    fill: currentColor;
}

.social-icon img {
    display: block;
}

.social-icon .fa {
    font-size: 20px;
}
@media screen and (min-width: 1140px) {
    .social-list > ul > li a:hover .social-icon {
        background: #fff;
        color: #0e4c97;
    }
}
/**
 * LANGUAGES MENU
 */
.langs-menu {
    position: relative;
    float: right;
    margin: 0 15px;
    transition-duration: 0.4s;
    transition-property: background-color, opacity;
    z-index: 1001;
}

.langs-menu ul {
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #fff;
    transition: all 0.3s;
}

.langs-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.langs-menu.active,
.langs-menu.active ul {
    opacity: 1;
}

.langs-menu a {
    color: inherit;
    text-decoration: none;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.langs-menu-icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin-right: 8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.lang {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 5px 12px;
    font-size: 0;
    transition-duration: 0.3s;
    transition-property: background-color, color;
}

.lang span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    text-transform: uppercase;
}

.lang .langs-menu-long {
    display: none;
}

.lang-button {
    cursor: pointer;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.lang-button .arrow {
    display: inline-block;
    vertical-align: middle;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    font-size: 18px;
    line-height: 12px;
    transition-duration: 0.3s;
    transition-property: transform, -webkit-transform, -ms-transform;
}

.langs-menu-icon img {
    max-width: 100%;
}

@media screen and (min-width: 1140px) {
    a.lang:hover,
    a.lang:focus {
        color: #fff;
        background-color: #f0f;
    }

    .langs-menu:not(.langs-menu--list):not(:hover):not(:focus):not(:focus-within) ul {
        pointer-events: none;
        opacity: 0;
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
    }

    .langs-menu:focus-within .lang-button .arrow,
    .langs-menu:hover .lang-button .arrow,
    .langs-menu:focus .lang-button .arrow {
        transform: rotateZ(180deg);
        -webkit-transform: rotateZ(180deg);
        -ms-transform: rotateZ(180deg);
    }
}

.flag-icon {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.langs-menu--list .lang-button,
.langs-menu--list .langs-menu-short {
    display: none;
}

.langs-menu.langs-menu--list ul {
    position: static;
    opacity: 1;
    display: flex;
    align-items: center;
    border: none;
    background: none;
}

.langs-menu.langs-menu--list li {
    margin: 4px 10px;
    border: none;
}

.langs-menu.langs-menu--list a {
    height: auto;
    padding: 5px;
    border: none;
}

.langs-menu--list .lang {
    background: none;
}

.langs-menu--list .langs-menu-icon {
    margin: 0;
}

/**
 * ARTICLE
 */
.article {
    overflow: hidden;
}

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

.article-image {
    position: relative;
    z-index: 10;
    display: inline-block;
    vertical-align: top;
    float: left;
    max-width: 50%;
    margin-right: 50px;
    margin-bottom: 20px;
}

.article-image img {
    max-width: 100%;
}

.article-subtitle {
    padding-bottom: 30px;
}

.article-date {
    font-weight: bold;
}

.article-text {
    margin-bottom: 30px;
}


/**
 * PAGINATION
 */
/*.pagination-wrapper ul li.active a {*/
/*color: #e10024;*/
/*}*/

/*@media screen and (min-width: 1140px) {*/
/*.pagination-wrapper ul li a:hover {*/
/*color: #e10024;*/
/*}*/
/*}*/


/**
 * GALLERY
 */

.gallery-list {
    margin: -5px;
    font-size: 0;
}

.gallery-list-item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 5px;
}

.gallery-picture {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
}

.gallery-picture > img {
    display: block;
    max-width: 100%;
}

.gallery-picture-hover {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    background-color: rgba(14, 76, 151, 0.8);
    transition: opacity 0.3s;
}

.gallery-picture-hover > * {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 1140px) {
    .gallery-picture:hover .gallery-picture-hover {
        opacity: 1;
    }
}


.subpage #content {
    padding-top: 108px;
}

.oxygen-boxsub-container .oxygen-text {
    background: transparent;
    padding-top: 50px;
    padding-bottom: 0;
}

.oxygen-boxsub-container .oxygen-text .text.txt {
    margin-bottom: 24px;
}


.therapy-menu-box {
    background: #0e4c97;
}


.therapy-menu {
    width: 100%;
}


.therapy-menu ul {
    max-width: 1590px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.therapy-menu ul li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
    flex-grow: 1;
}

.therapy-menu ul li:after {
    content: '';
    background: #3e70ac;
    width: 1px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
}

.therapy-menu ul li:last-child:after {
    display: none;
}

.therapy-menu ul li a {
    font-size: 16px;
    color: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 36px;
    position: relative;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
}


.therapy-menu ul li.active a {
    color: #85bcff;
}

.therapy-menu.affix {
    position: fixed;
    width: 100%;
    top: 71px;
    z-index: 9;
    background: #0e4c97;
}

@media screen and (min-width: 1140px) {
    .therapy-menu ul li a:hover {
        color: #85bcff;
    }
}

.therapy-details-container {
    padding-bottom: 22px;
}

.therapy-section .container {
    max-width: 1350px;
}

.therapy-section {
    padding-top: 60px;
}

.therapy-section h2 {
    font-size: var(--font-30);
    text-align: center;
    margin-bottom: 44px;
    font-weight: bold;
}


.therapy-benefit-box-container {
    /*background: url(../images/water1.png) no-repeat left bottom / 49%;*/
}

.therapy-benefit-box {
    text-align: left;
    position: relative;
    font-size: 0;
}


.therapy-benefit-box > * {
    font-size: 1rem;
}


.thearpy-benefit-item {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-right: 60px;
    font-size: 0;
    padding-bottom: 14px;
}

.thearpy-benefit-icon img {
    display: block;
    max-width: 100%;
}

.thearpy-benefit-icon {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}

.thearpy-benefit-text {
    width: 80%;
    display: inline-block;
    vertical-align: top;
    padding-left: 35px;
    padding-right: 35px;
}

.text-section {
    padding-top: 211px;
    padding-bottom: 102px;
}

.text-section h2 {
    color: #fff;
}

.text-section .text.txt {
    color: #fff;
    text-align: center;
    max-width: 1220px;
    margin: 0 auto;
}

.therapy-properties-box {
    padding-top: 51px;
}

.therapy-properties-box h2 {
    margin-bottom: 53px;
}

.therapy-properties-item {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}

.therapy-properties {
    font-size: 0;
    margin: -10px;
}

.therapy-properties h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding-top: 19px;
    padding-bottom: 19px;
}

.therapy-properties-item-content .text.txt {
    padding: 21px 17px 24px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
}

.therapy-section.therapy-properties-box-container {
    padding-bottom: 0;
}

.device-section {
    padding-top: 53px;
}

.device-box {
    margin-top: -22px;
    font-size: 0;
}

.device-photo {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.device-photo img {
    display: block;
    max-width: 100%;
}

.device-text {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding-left: 43px;
    padding-top: 42px;
}

.device-text .text.txt {
    margin-bottom: 40px;
}

.therapy-section.device-box-container {
    padding-bottom: 45px;
}

.suggestions-yes {
}

.suggestions-yes, .suggestions-no {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-top: 53px;
}

.suggestions-section {
    font-size: 0;
}

.suggestions-section h2 {
    color: #fff;
    margin-bottom: 31px;
    text-align: left;
    padding-left: 43px;
    position: relative;
}

.suggestions-yes {
    padding-right: 48px;
}

.suggestions-no {
    padding-left: 48px;
}

.suggestions-section .text ul > li::before {
    background: #fff
}

.suggestions-section .text ul > li, .text ol > li {
    left: 21px;
    padding-right: 5px;
}

.suggestions-section .text.text {
    color: #fff;
}

.therapy-section.suggestions-box-container {
    padding-bottom: 0;
}

.suggestions-box1 {
    background: url(../images/wskazania.jpg) no-repeat top center;
    padding-bottom: 26px;
}

.suggestions-info {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-top: 53px;
    padding-right: 48px;
}

.suggestions-section .suggestions-info h2 {
    color: #003f7f;
}

.suggestions-section .suggestions-info .text.text {
    color: #545454;
}

.suggestions-section .suggestions-info .text ul > li::before {
    background: #0e4c97;
}

.suggestions-box2 {
    padding-bottom: 29px;
    background: url(../images/sugestie2.jpg) no-repeat top center;
}

.suggestions-section .suggestions-yes h2:before {
    width: 30px;
    background: url(../images/icons/tak.svg) no-repeat top center;
    content: '';
    background-size: 30px 30px;
    position: absolute;
    left: -4px;
    display: block;
    top: 50%;
    height: 30px;
    margin-top: -15px;
}

.suggestions-section .suggestions-no h2:before {
    width: 30px;
    background: url(../images/icons/nie.svg) no-repeat top center;
    content: '';
    background-size: 30px 30px;
    position: absolute;
    left: -4px;
    display: block;
    top: 50%;
    height: 30px;
    margin-top: -15px;
}

.suggestions-section .suggestions-info h2:before {
    width: 30px;
    background: url(../images/icons/info.svg) no-repeat top center;
    content: '';
    background-size: 30px 30px;
    position: absolute;
    left: -4px;
    display: block;
    top: 50%;
    height: 30px;
    margin-top: -15px;
}

.procedure-section {
    padding-top: 50px;
}

.procedure-section {
}

.procedure-section .text.txt {
    text-align: center;
    max-width: 1110px;
    margin: 0 auto 50px;
}

.procedure-item {
    font-size: 0;
    padding-bottom: 37px;
}

.procedure-icon {
    width: 9%;
    display: inline-block;
    vertical-align: top;
    margin-top: -1%;
    margin-left: -1.2%;
}

.procedure-icon img {
    display: block;
    max-width: 100%;
}

.procedure-text {
    width: 90%;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    text-align: left;
}

.procedure-text h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #0e4c97;
    text-align: left;
    margin-bottom: 17px;
}

.procedure-section .procedure-text .text.txt {
    text-align: left;
    margin: 0;
    max-width: none;
}

.therapy-section.procedure-box-container {
    padding-bottom: 17px;
}

.hbot-box-container {
    background: url(../images/hbot_bg.jpg) no-repeat top center / cover;
}

.gird {
    text-align: left;
    position: relative;
    padding-bottom: 143px;
    font-size: 0;
}

.gird > * {
    font-size: 1rem;
}

.gird-box {
    overflow: hidden;
}

.gird-photo {
    width: 52%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 4;
}

.gird-photo img {
    display: block;
    max-width: 100%;
}

.gird-photo a {
    display: block;
    position: relative;
}

.gird-text {
    width: 48%;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.gird:nth-child(even) {
    direction: rtl;
    unicode-bidi: embed;
}

.gird:nth-child(even) > * {
    direction: ltr;
}

.gird-text {
    padding-left: 125px;
    padding-right: 70px;
}

.gird:nth-child(even) > .gird-text {
    padding-left: 70px;
    padding-right: 125px;
}

.chambers-box-container {
    padding-top: 50px;
}

h1 + .text.txt {
    max-width: 940px;
    margin: 0 auto calc(2 * var(--space-40));
    text-align: center;
}

.gird-text h2 {
    text-align: left;
    font-weight: bold;
}

.chambers-box-container {
}

.chambers-box-container .container {
    max-width: 1350px;
}

.gird-text:before {
    width: 72px;
    height: 2px;
    background: #0e4c97;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 25px;
}

.gird-text .btn.btn-more {
    padding: 0 42px
}


.gird-text .text.txt {
    margin-bottom: 23px;
}

.gird:nth-child(even) > .gird-text:before {
    left: auto;
    right: 0;
}

.gird:last-child {
    padding-bottom: 80px;
}

.center-box-container {
    padding-top: 50px;
}

.center-box-container .container {
    max-width: 1350px;
}


.accordions-box {
    text-align: left;
    padding-bottom: 30px;
    padding-top: 8px;
    margin-top: calc(-1 * var(--space-50));
}

.accordion {
    margin-bottom: 20px;
}

.accordion-header {
    cursor: pointer;
    position: relative;
    z-index: 2;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.accordion-header-content {
    clear: both;
    margin: 0 auto;
    width: auto;
    padding: 13px 60px 13px 30px;
    position: relative;
}

.accordion-name {
    display: inline-block;
    line-height: 20px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    color: #0e4c97;
}

.clinic-address {
    text-transform: none;
    font-weight: normal;
    margin-left: 6px;
}

.accordion-location {
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    transition: all 300ms ease-out;
    width: 36px;
    height: 36px;
    padding: 4px;
    background: #0e4c97;
    border-radius: 50%;
    margin-right: 14px;
}

.accordion-location svg {
    fill: #fff
}

.accordion-arrow {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    transition: all 300ms ease-out;
    width: 38px;
    height: 38px;
    padding: 0;
    position: absolute;
    right: 21px;
    top: 50%;
    margin-top: -19px;
}

.accordion-content {
    display: none;
    position: relative;
    z-index: 1;
    padding: 30px 30px 30px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: url(../images/data_bg.jpg) no-repeat top right #fff;
}


.accordion-arrow svg {
    fill: #406f9f;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}


.accordion-header .accordion-arrow svg {
    transition: all 300ms ease-out;
}

.accordion-header.active .accordion-arrow svg {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    fill: #fff;
}


.accordion-header.active {
    background: #0e4c97;
    border: 1px solid #0e4c97;
}

.accordion-header.active .accordion-name {
    color: #fff;
}

.accordion-header.active .accordion-location {
    background: #fff;
}

.accordion-header.active .accordion-location svg {
    fill: #0e4c97;
}

.mediacal-contact {
    font-size: 0;
    padding-bottom: 43px;
}

.mediacal-contact-photo {
    display: inline-block;
    width: 36.5%;
    vertical-align: middle;
}

.mediacal-contact-photo img {
    display: block;
    max-width: 100%;
}

.medical-contact-text {
    display: inline-block;
    vertical-align: middle;
    width: 63.5%;
    padding-left: 50px;
}

.contact-link-clinic {
}


.contact-link-clinic a {
    font-weight: 900;
    font-size: var(--font-22);
    color: #0e4c97;
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.contact-link-clinic a .btn-icon {
    border: 1px solid #e5e5e5;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
    padding: 8px;
    transition: all 300ms ease-out;
    border-radius: 50%;
}


.contact-link-clinic a .btn-icon svg,
.contact-link-clinic a .btn-icon svg * {
    fill: #0e4c97
}

.contact-link-clinic .caption {
    display: inline-block;
    vertical-align: middle;
}
@media screen and (min-width: 1140px) {
    .contact-link-clinic a:hover .caption {
        text-decoration: underline;
    }

}
.medical-contact-text h4 {
    font-size: 16px;
    margin-bottom: 26px;
    color: #0e4c97;
}

.pricelist-box h3 {
    color: #0e4c97;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.medical-desc {
    padding-bottom: 10px;
}

.pricelist-box table {
    width: 100%;
    border: 0 none;
}

.pricelist-box table td {
    border: 0 none;
    padding-top: 11px;
    padding-bottom: 12px;
}


.pricelist-box table tr:nth-child(odd) {
    background: #fff;
}


.pricelist-box table tr:nth-child(even) {
    background: #f5f5f5;
}

.gallery-box h3 {
    color: #0e4c97;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.pricelist-box .text.txt {
    margin-bottom: 17px;
}

.contact-box-contianer {
    padding-top: var(--space-50);
    padding-bottom: var(--space-60);
    position: relative;
}

.contact-box-contianer h1 {
    margin-bottom: var(--space-50);
}

.contact-box-contianer .container {
    max-width: 1350px;
}

.contact-item {
    width: 33.33%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 25px;
}

.contact-boxes {
    margin: 0 -25px;
    font-size: 0;
    padding-bottom: 0;
}

.contact-item-first-child {
    width: 16%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 25px;
}

.contact-item-first-child img {
    display: block;
    max-width: 100%;
}


.contact-item-boxes {
    width: 85%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -1%

}

.contact-item-first-child .contact-circle {
    border-radius: 0;
    border: 0 none;
}

.contact-circle {
    width: 100%;
    padding-bottom: 99.48%;
    position: relative;
    border-radius: 50%;
    text-align: center;
    display: block;
}

.contact-content {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 10px;
}

.contact-content h4 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 24px;
    font-family: 'Roboto Slab', sans-serif;
    margin-bottom: 15px;
}

.contact-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 6px;
}

.contact-icon img {
    display: block;
    max-width: 100%;
}


.contact-circle img {
    display: block;
    max-width: 100%;
    border-radius: 50%;
    position: absolute;
}

.contact-content .text.txt {
    color: #fff;
    margin-bottom: 0;
}

.contact-content .text.txt a {
    font-size: 18px;
    color: #fff;
    font-weight: 900;
    display: block;
}

.form-box-container {
    padding-top: var(--space-40);
    background: url(../images/form_bg.jpg) no-repeat top center / cover;
    padding-bottom: var(--space-50);
}

.form-box-container .container {
    max-width: 1350px;
}

.form-box h2 {
    text-align: center;
    margin-bottom: 55px;
    color: #fff;
    font-weight: bold;
    font-size: var(--font-30);
}

.maps-box-container iframe {
    display: block;
    height: 580px;
    max-height: 90vh;
    width: 100%
}

img.w2 {
    display: block;
    max-width: 100%;
}

.contact-floating {
    position: absolute;
    top: 38px;
    left: 0;
    max-width: 15%;
}

.about-page header.stickable {
    border-bottom: 0 none;
}

.about-page .main-menu li a {
    color: #fff;
}
.about-page .main-menu li.active a{
    color: #85bcff;
}


@media screen and (min-width: 1140px) {
    .about-page .main-menu li a:hover  {
        color: #85bcff;
    }
}
.about-page header.sticky .main-menu li a {
    color: #003f7f;
}

.about-page header.sticky .main-menu li.active a {
      color: #85bcff;
  }
@media screen and (min-width: 1140px) {
    .about-page header.sticky .main-menu li a:hover{
        color: #85bcff;
    }
}

.about-page #content {
    padding-top: 0;
}

.about-page .safe-box-container {
    padding-top: 152px;
    padding-bottom: 415px;
}

.about-page .safe-box-container h1 {
    color: #fff;
}

.about-page .safe-box-container img.o1 {
    top: 20%;
}

.about-page .safe-box-container img.o2 {
    bottom: -75%;
}

.about-page .safe-box-container img.o3 {
    bottom: -126%;
}

.about-box-container {
    padding-top: 28px;
    padding-bottom: 58px;
    background: url(../images/about_bg.jpg) no-repeat bottom right;
}

.about-box-container .container {
    max-width: 1350px;
}

.about-left {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

.about-right {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    padding-left: 35px;
}

.about-box {
    font-size: 0;
    padding-bottom: 52px;
}

.about-left img {
    display: block;
    max-width: 100%;
}

.philosophy-box-container {
    text-align: center;
    padding-top: 130px;
    padding-bottom: 106px;
    background: url(../images/philosophy_bg.jpg) no-repeat top center;
}

.about-item {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
    font-size: 0;
    padding-bottom: 14px;
    padding-left: 30px;
}

.about-icon {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    margin-left: -3%;
}

.about-text {
    width: 83%;
    display: inline-block;
    vertical-align: top;
    padding-left: 16px;
    padding-right: 0;
    padding-top: 6px;
}

.about-icon img {
    display: block;
    max-width: 100%;
}

.about-box-info {
    text-align: left;
    position: relative;
    font-size: 0;
    margin: 0 -30px;
}

.box-more {
    text-align: center;
}

.philosophy-box-container .container {
    max-width: 1350px;
}

.philosophy-box .text.txt {
    color: #fff;
    font-size: 18px;
    line-height: 200%;
}

.philosophy-box {
    max-width: 760px;
    margin: 0 auto;
}

.philosophy-box .text.txt h3 {
    font-weight: bold;
    font-size: var(--font-48);
    font-style: italic;
    color: #85bcff;
    font-family: 'Playfair Display', serif;
    line-height: 143%;
    padding-bottom: 25px;
}

.person-box-container {
    padding-top: 52px;
    padding-bottom: 16px;
}

.person-box-container h2 {
    font-size: var(--font-30);
    font-weight: bold;
    margin-bottom: 46px;
}

.person-box-container .container {
    max-width: 1350px;
}

.person-box {
    font-size: 0;
    margin: -20px -30px;
}

.person-item {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 20px 30px;
    margin-bottom: 9px;
}

.person-photo {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-top: 7px;
}

.perosn-text {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    padding-left: 27px;
}

.perosn-text h3 {
    font-weight: bold;
    font-family: 'Playfair Display', serif;
    font-size: var(--font-26);
    color: #003f7f;
    margin-bottom: 8px;
}

.person-photo img {
    display: block;
    max-width: 100%;
    border-radius: 50%;
}

.position {
    font-weight: bold;
    font-size: 16px;
    color: #545454;
    margin-bottom: 18px;
}

.application-box-container {
    padding-top: 51px;
    padding-bottom: 102px;
    background: url(../images/application_bg.jpg) no-repeat top center /cover;
}

.application-box-container h2 {
    font-size: var(--font-30);
    color: #fff;
    font-weight: bold;
    margin-bottom: 40px;
}

.application-box {
    font-size: 0;
    text-align: center;
    margin: -35px -60px;
}

.application-box-container .container {
    max-width: 1350px;
}

.application-icon {
    width: 114px;
    margin: 0 auto 12px;
}

.application-icon img {
    display: block;
    max-width: 100%;
}

.application-item {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 35px 60px;
}

.application-name {
    font-weight: bold;
    font-size: 15px;
    font-family: 'Playfair Display', serif;
    color: #fff;
}

.logotype-box-container {
    margin-top: 0;
    padding-bottom: var(--space-60);
    text-align: center;
    padding-top: calc(var(--space-50) + 5px);
}

.mainpage .logotypes-title {
    font-size: var(--font-36);
    text-align: left;
}

.details-box-container {
    padding-top: 51px;
    padding-bottom: 20px;
}

.details-box-container h1 + .text.txt {
    margin-bottom: 66px;
}

.details-box-container .product-photo {
    padding-top: 68px;
}


.details-box-container .desc-left {
    padding-top: 0;
}

.details-box-container .desc-right {
    padding-top: 0;
}

.details-box-container .desc-item .text.txt {
    font-size: 16px;
    line-height: 28px;
    width: 76%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
    margin-bottom: 0;
}

.details-box-container .desc-item .text.txt + img {
    display: inline-block;
    vertical-align: middle;
    max-width: 24%;
    position: relative;
}

.desc-item-arrow {
    width: 24%;
    display: inline-block;
    vertical-align: middle;
}

.desc-item-arrow img {
    position: relative;
    margin: 0 auto;
    right: auto !important;
    top: auto !important;
    left: auto !important;
}

.details-box-container .desc-left .desc-item, .details-box-container .desc-right .desc-item {
    margin-bottom: 45px;
    height: auto !important;
}

.details-box-container .desc-right .desc-item {
    direction: rtl;
    margin-bottom: 30px;
}

.details-box-container .desc-right .desc-item .text.txt {
    direction: ltr;
    padding-right: 0;
    padding-left: 30px;
}

.desc-middle {
    width: 50%;
    margin: 0 auto;
    padding-top: 43px;
}

.desc-middle .desc-item-arrow {
    display: block;
    margin: 0 auto 30px;
}

.details-box-container .desc-middle .desc-item .text.txt {
    width: 100%;
    padding: 0;
}

.product-details-box-container {
    padding-top: 53px;
    padding-bottom: 20px;
}

.product-details-box-container .container {
    max-width: 1350px;
}

.product-details-info {
    font-size: 0;
}

.product-details-info-left {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-right: 170px;
}

.product-details-table {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.product-details-info h2 {
    text-align: left;
    font-weight: bold;
    font-size: var(--font-30);
    line-height: 128%;
    margin-bottom: 35px;
}

.product-details-table table {
    margin: 6px 0;
}

.product-details-table .text table td {
    border: 0 none;
}

.product-details-table .text table td img {
    width: 30px!important;
    height: 30px!important;
    vertical-align: middle;
    margin-right: 11px;
}

.product-details-table .text table td {
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 9px;
}

.product-details-table .text table {
    width: 100%;
}

.product-details-table .text table td:first-child {
    font-weight: bold;
    color: #003f7f;
    padding-left: 20px;
}

.product-details-table .text table tr:nth-child(odd) {
    /* background: #f2f5f8; */
}

.product-details-table .text table tr:nth-child(even) {
    background: #fff;
}

.video-box-container a {
    display: block;
}

.video-box-container a img {
    display: block;
    max-width: 100%;
}

.video-box-container .fa {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    font-size: 100px;
    width: 100px;
    height: 100px;
}

.video-box-container {
    position: relative;
}

.gallery-box-container {
    padding-top: 54px;
    padding-bottom: 61px;
}

.gallery-box-container h2 {
    font-size: var(--font-30);
    font-weight: bold;
    margin-bottom: 52px;
}
.gallery-box-container .container {
    max-width: 1350px;
}

.equipment-box-container h2 {
    font-weight: bold;
    font-size: var(--font-30);
    margin-bottom: 53px;
}

.equipment-box-container {
    padding-top: 52px;
    padding-bottom: 60px;
    background: #f9fafc;
}

.equipment-box-container .container {
    max-width: 1350px;
}

.equipment-photo img {
    display: block;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.equipment-item {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 15px;
}

.equipment-box {
    font-size: 0;
    margin: -15px;
    display: flex;
    flex-wrap: wrap;
}

.equipment-text h3 {
    font-weight: bold;
    font-size: var(--font-24);
    color: #003f7f;
    font-family: 'Playfair Display', serif;
    margin-bottom: 16px;
}

.equipment-photo {
    height: 100%;
    width: 36%;
    display: inline-block;
    vertical-align: middle;
}

.equipment-content {
    border: 1px solid #e0e1e2;
    position: relative;
    background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
}

.equipment-text {
    display: inline-block;
    vertical-align: middle;
    width: 64%;
    padding: 28px;
}

.equipment-text .text.txt {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 24px;
}

.equipment-contact .equipment-content .equipment {
    border: 0 none;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.equipment-contact .equipment-content { background:#0e4c97}



.equipment-item.equipment-contact a {
    font-weight: 900;
    font-size: var(--font-22);
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
}

.equipment-item.equipment-contact a:hover .caption {
    text-decoration: underline;
}

.equipment-item.equipment-contact a .btn-icon {
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
    padding: 8px;
    transition: all 300ms ease-out;
    border-radius: 50%;
}


.equipment-item.equipment-contact a .btn-icon svg,
.equipment-item.equipment-contact a .btn-icon svg * {
    fill: #fff
}

.equipment-item.equipment-contact .caption {
    display: inline-block;
    vertical-align: middle;
}

.equipment {
    padding: 20px 0;
}

.equipment h3 {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: var(--font-24);
}

.equipment > * + * {
    margin-top: 20px;
}

.seven-box-contianer {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(../images/seven_bg.png) no-repeat bottom right / 50%;
    margin-bottom: -96px;
}

.seven-box-contianer h2 {
    font-size: var(--font-30);
    font-weight: bold;
    margin-bottom: 20px;
}

.seven-box-contianer h3 {
    text-align: center;
    font-size: 18px;
    color: #003f7f;
}

.seven-box {
    width: 72%;
    font-size: 0;
    padding-top: 60px;
    margin: -30px -40px;
    padding-bottom: 200px;
}

.seven-box-contianer .container {
    max-width: 1350px;
}

.seven-item {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 30px 40px;
}

.seven-icon {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin-left: -4%;
    margin-right: 6%;
}

.seven-icon img {
    display: block;
    max-width: 100%;
}

.seven-icon {}

.seven-text {
    display: inline-block;
    vertical-align: top;
    width: 73%;
}

.seven-name {
    font-size: 16px;
    line-height: 24px;
    color: #545454;
    padding-right: 0;
}

.nb {
    display: block;
    width: 33px;
    height: 33px;
    font-weight: 900;
    color: #fff;
    background: #85bcff;
    border-radius: 50%;
    font-size: 15px;
    text-align: center;
    line-height: 33px;
    margin-bottom: 12px;
}

.seven-box-contianer .box-more .btn.btn-more {
    padding: 0 39px;
    background: #fff;
    color: #0e4c97;
}
@media screen and (min-width: 1140px) {
    .seven-box-contianer .box-more .btn.btn-more:hover {
        background: #0e4c97;
        color: #fff;
    }
}

.therapy-benefit-floating {
    padding-top: var(--space-50);
    max-width: 41.6666vw;
}

.therapy-benefit-floating img {
    display: block;
    max-width: 100%;
}

@media screen and (min-width: 1140px) {
    .aboutpage #content {
        padding-top: 0;
    }

    .aboutpage header:not(.sticky) {
        border-color: transparent;
    }

    .aboutpage header:not(.sticky) .main-menu li a {
        color: #fff;
    }

    .aboutpage header:not(.sticky) .logo {
        filter: brightness(0) invert(1);
    }
}

label a {
    color: #fff;
}

label a:hover,
label a:focus {
    color: #fff;
    text-decoration: underline;
}

.navbar-nav {
    margin: 0 !important;
}

.pb-50 {
    padding-bottom: var(--space-50);
}

.transform-smooth {
    transition: transform 1s;
}

.rwdMenu .social-list ul {
    display: flex;
    padding: 0 var(--container-padding);
}

.rwdMenu .social-item {
    padding: 5px;
    width: auto;
}

.rwdMenu .social {
    padding: 0 !important;
}