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

    --font-48: 48px;
    --font-40: 40px;
    --font-36: 36px;
    --font-30: 30px;
    --font-24: 24px;

    --container-padding: 40px;

    --row-gap: 5px;

    /** SPECIFIC **/
    --color-primary: #d4da3a;
    --color-secondary: #4b6c1c;
    --color-default: #333;
}

body {
    color: #000;
    font-family: 'lato', sans-serif;
}

/**
 * BASIC
 */

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

em {
    padding-right: 2px;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

a {
    color: var(--color-secondary);
}

a:hover, a:focus {
    color: inherit;
}

/**
 * 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;
}

.mainpage .logo img.subpage {
    display: none;
}

.subpage .logo img.mainpage {
    display: none;
}

.subpage header {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #fff;
}

.subpage .header-top-inner *, .subpage .header-top-inner a {
    color: var(--color-secondary);
}

.subpage #main-menu > ul > li > a {
    color: #000;
    line-height: 1.3;
}

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

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

.container-xxl {
    max-width: 1715px;
}

.container-small {
    max-width: 1350px;
}

.container-xxs {
    max-width: 1170px;
}

.container--noClear {
    clear: none;
}

.container--noClear::before,
.container--noClear::after {
    display: none;
}

/**
 * ICONS
 */

.icon-mask.icon-mask {
    -webkit-mask-size: cover;
    -mask-size: cover;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: currentColor;
}

.icon-tiles {
    -webkit-mask-image: url('../images/icons/horizontal-tiles.svg');
    mask-image: url('../images/icons/horizontal-tiles.svg');
    color: #fff;
    width: 20px;
    height: 14px;
}

.icon-loupe {
    -webkit-mask-image: url('../images/icons/loupe.svg');
    mask-image: url('../images/icons/loupe.svg')
}

.icon-caduceus {
    -webkit-mask-image: url('../images/icons/caduceus.svg');
    mask-image: url('../images/icons/caduceus.svg')
}

.icon-education {
    -webkit-mask-image: url('../images/icons/education.svg');
    mask-image: url('../images/icons/education.svg');
}

.icon-arrowRight {
    display: block;
    -webkit-mask-image: url('../images/icons/arrow-right.svg');
    mask-image: url('../images/icons/arrow-right.svg');
    width: 24px;
    height: 19px;
}

.icon-arrowLeft {
    display: block;
    -webkit-mask-image: url('../images/icons/arrow-left.svg');
    mask-image: url('../images/icons/arrow-left.svg');
    width: 24px;
    height: 19px;
}

.icon-arrowDown {
    display: block;
    -webkit-mask-image: url('../images/icons/arrow-down.svg');
    mask-image: url('../images/icons/arrow-down.svg');
    width: 12px;
    height: 10px;
}

.icon-price {
    -webkit-mask-image: url('../images/icons/cena.svg');
    mask-image: url('../images/icons/cena.svg');
}

.icon-info {
    -webkit-mask-image: url('../images/icons/info.svg');
    mask-image: url('../images/icons/info.svg');
}

.icon-clock {
    -webkit-mask-image: url('../images/icons/clock.svg');
    mask-image: url('../images/icons/clock.svg');
}

.icon-cycle {
    -webkit-mask-image: url('../images/icons/cycle.svg');
    mask-image: url('../images/icons/cycle.svg');
}

.icon-book {
    -webkit-mask-image: url('../images/icons/book.svg');
    mask-image: url('../images/icons/book.svg');
}

.icon-group {
    -webkit-mask-image: url('../images/icons/group.svg');
    mask-image: url('../images/icons/group.svg');
}

.icon-phone {
    -webkit-mask-image: url('../images/icons/tel.svg');
    mask-image: url('../images/icons/tel.svg');
    width: 20px;
    height: 20px;
}

.icon-mail {
    width: 21px;
    height: 15px;
    -webkit-mask-image: url('../images/icons/mail.svg');
    mask-image: url('../images/icons/mail.svg');
}

.icon-calendar {
    -webkit-mask-image: url('../images/icons/calendar.svg');
    mask-image: url('../images/icons/calendar.svg');

}

.icon-user {
    -webkit-mask-image: url('../images/icons/user.svg');
    mask-image: url('../images/icons/user.svg');
}

.icon-hat {
    -webkit-mask-image: url('../images/icons/hat.svg');
    mask-image: url('../images/icons/hat.svg');

}

.btn-signUp .icon {
    width: 24px;
    height: 14px;
}

.icon-register {
    -webkit-mask-image: url('../images/icons/register.svg');
    mask-image: url('../images/icons/register.svg');
}

.icon-logout {
    -webkit-mask-image: url('../images/icons/logout.svg');
    mask-image: url('../images/icons/logout.svg');
}

/**
 * THEMES
 */
.btn-signUp {

    font-weight: 900;
    box-shadow: 3px 4px 5px rgba(32, 31, 28, 0.4);
}

.btn-seeAll {
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
}

.btn-white,
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.active:focus,
.btn-white:hover:focus,
.btn-white:hover:active,
.btn-white:focus:active {
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.active:focus,
.btn-primary:hover:focus,
.btn-primary:hover:active,
.btn-primary:focus:active {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-secondary);
}

.btn-primary.active {
    background-color: #fff;
    color: var(--color-primary);
}

.btn-primary[disabled],
.btn-primary[disabled]:hover {
    opacity: 0.2;
    cursor: not-allowed;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;

}

.btn.btn-md {
    font-size: 15px;
    border-width: 2px;
    border-radius: 23px;
    font-weight: 700;
    padding: 0 calc(var(--space-25) + 8px);
    min-height: 46px;
}

.btn .icon {
    transition: color, 300ms;
}

.btn-primary .icon {
    color: var(--color-secondary);

}

.btn .icon-wrapper {
    margin-right: 15px;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.active:focus,
.btn-secondary:hover:focus,
.btn-secondary:hover:active,
.btn-secondary:focus:active {
    background-color: transparent;
    border-color: var(--color-secondary);
    color: var(--color-secondary);
}

.btn-secondary.active {
    background-color: #fff;
    color: var(--color-secondary);
}

.btn-secondary[disabled],
.btn-secondary[disabled]:hover {
    opacity: 0.2;
    cursor: not-allowed;
}

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default.active:focus,
.btn-default:hover:focus,
.btn-default:hover:active,
.btn-default:focus:active {
    background-color: var(--color-default);
    border-color: var(--color-default);
    color: #fff;
}

.btn-default.active {
    background-color: #fff;
    color: var(--color-default);
}

.btn-default[disabled],
.btn-default[disabled]:hover {
    opacity: 0.2;
    cursor: not-allowed;
}

@media screen and (min-width: 1140px) {
    .btn-primary:not([disabled]):hover,
    .btn-primary:not([disabled]).active:hover {
        background-color: transparent;
        color: var(--color-primary);
    }

    .btn-white:not([disabled]):hover,
    .btn-white:not([disabled]).active:hover {
        background-color: var(--color-primary);
        border-color: var(--color-primary);
        color: var(--color-secondary);
    }

    .btn-primary:not([disabled]):hover .icon,
    .btn-primary:not([disabled]).active:hover .icon {
        color: var(--color-primary);
    }

    .btn-secondary:not([disabled]):hover,
    .btn-secondary:not([disabled]).active:hover {
        background-color: var(--color-primary);
        color: var(--color-secondary);
    }

    .btn-default:not([disabled]):hover,
    .btn-default:not([disabled]).active:hover {
        background-color: #fff;
        color: var(--color-default);
    }
}

/**
 * BUTTONS
 */

.btn {
    border-radius: 6px;
    transition: all 0.2s;
}

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

.panel {
    box-shadow: none;
}

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

.row {
    margin-left: calc(-1 * var(--row-gap));
    margin-right: calc(-1 * var(--row-gap));
    display: flex;
    flex-wrap: wrap;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7,
.col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5,
.col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3,
.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12,
.col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: var(--row-gap);
    padding-right: var(--row-gap);
}

.modal-footer[style="display: block;"] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.modal-footer:after, .modal-footer:before {
    content: none;
}

/**
 * TEXT
 */

.text {
    overflow: visible;
    font-size: 15px;
    line-height: 1.73;
}

.text a {
    color: var(--color-secondary);
    font-weight: 700;
}

.text a:hover {
    color: var(--color-secondary);

    text-decoration: underline;
}

.text h2, .small-title {
    font-family: 'Playfair Display', serif;
    padding: var(--space-40) 0;
    font-size: calc(var(--font-24) + 2px);
    font-weight: 700;
    color: var(--color-secondary);
}

.about-view-text-container .text h2 {
    padding: 0 0 var(--space-40) 0;
}

.ulist-container {
    margin-bottom: var(--space-60);
}

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

.text ul > li,
.text ol > li {
    left: 40px;
    position: relative;
    line-height: 30px;
    padding-right: 40px;
}

.text ul > li::before {
    content: "•";
    position: relative;
    color: var(--color-primary);
    display: inline-block;
    width: 10px;
    left: -10px;
    margin-left: -10px;
    line-height: 1em;
    font-family: sans-serif;
    font-weight: 900;
    font-size: 18px;
}

.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: 12px 12px;
    border: 1px solid #ddd;
}

/**
 * HEADER
 */
header {
    transition-property: background-color, box-shadow, top;
    transition-duration: 500ms;
}

header.sticky {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    top: -113px;
}

header.sticky #main-menu a {
    color: #000;
}

#main-menu a {
    transition-duration: 500ms;
    transition-property: background-color, color;
}

header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;

}

header *, header * a {
    color: #fff;
}

.header-top-inner {
    font-size: 17px;
    width: 100%;
    display: grid;
    grid-template-columns: 0.75fr 1.25fr 1fr 1.5fr 0.5fr;
    align-items: center;
    min-height: 113px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-social {
    display: flex;
    align-items: center;
}

.header-social .caption {
    font-weight: 700;
    font-size: 15px;
    margin-right: 15px;
}

.header-mail {
    margin-left: var(--space-40);
    display: flex;
    align-items: center;
}

.header-mail a {
    display: flex;
    align-items: center;
}

.header-mail .icon-wrapper {
    margin-right: 15px;
}

.rwdPanel {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.header-contact a {
    align-items: center;
    display: flex;
}

.header-contact {
    justify-self: center;
}

.header-contact ul {
    display: flex;
    align-items: center;
}

.header-contact li + li {
    margin-left: var(--space-40);
}

.header-contact li {
    display: flex;
    align-items: center;
}

.header-contact .icon-wrapper {
    margin-right: 15px;
}

.header-main-inner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.header-top-right {
    display: flex;
    align-items: stretch;
}

.logo {
    justify-self: center;
}

.logo a {
    display: block;
}

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

#main-menu {
    margin: 0 auto;
}

#main-menu > ul {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 0;
    /*padding: 0 calc(var(--space-60));*/
}

#main-menu > ul > li:hover > ul {
    background-color: #fff;
    min-width: 100%;
    width: max-content;
    display: flex;
    flex-direction: column;
}

#main-menu li.active > a {
    color: #000;
    background-color: var(--color-primary);
}

#main-menu > ul > li ul {
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
}

#main-menu > ul > li > ul li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#main-menu > ul > li > ul > li a .icon-wrapper svg {
    max-width: 80px;
}


#main-menu > ul > li > ul > li a .icon-wrapper {
    margin-right: 20px;
    display: flex;
    justify-content: center;
    width: 27px;
    height: 30px;
}

#main-menu > ul > li > ul > li a .icon-wrapper svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

#main-menu > ul > li > ul > li a {
    color: #000;
    min-height: 52px;
    display: flex;
    align-items: center;
    min-width: 304px;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
}

#main-menu > ul > li > ul > li {
    width: 100%;
}

#main-menu > ul > li > a {
    display: block;
    font-size: 17px;
    text-transform: uppercase;
    padding: 5px var(--space-40);
    color: #fff;
    transition: color, 500ms;
}

#main-menu > ul > li {
    padding: 10px 5px;
    position: relative;
    display: inline-block;
    font-size: 1rem;
}

#main-menu li > ul > li > ul {
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

#main-menu li > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#main-menu li > ul > li > ul a {
    color: #000;
}

#main-menu li > ul > li > ul {
    top: 0;
    background-color: #fff;

    width: max-content;
    left: 100%;
}

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

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

.main-menu-button.animIcon--hamburger.active span {
    background-color: var(--color-secondary);
}

.mainsearch.rwdPanel {
    display: block;
}

.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 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

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

/*
* USER NAV
*/

.header-top .user-nav {
    display: flex;
    align-items: stretch;
}

.header-top .user-nav-item {
    display: flex;
    align-items: stretch;
    position: relative;
}

.header-top .user-nav-item-inner {
    display: flex;
    align-items: center;
    color: #fff;
}

.header-top .user-nav-item + .user-nav-item {
    padding-left: 20px;
    margin-left: 20px;
}

.header-top .user-nav-item + .user-nav-item::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -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);
    width: 1px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.6);
}

.header-main-left, .header-main-center, .header-main-right {
    display: none;
}

.header-top .user-nav-item .icon {
    width: 26px;
    height: 26px;
}

/**
 * FOOTER
 */
footer {
}

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

.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;
    text-transform: uppercase;
}

.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;
}

.copyright-undicom {
    float: right;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    color: inherit;
}

.copyright-undicom svg {
    max-width: 15px;
    fill: currentColor;
}

/**
 * FORM
 */
form.form {
    /* padding: 15px 0; */
}

/* INPUTY */
.form-control,
.form .form-control {
    box-shadow: none;
    height: 46px;
}

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

.form .form-element-name {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-secondary);
    font-family: 'Playfair Display', serif;
}

/* KLAUZULE I ZGODY */
.form .before-consent-row,
.form .after-consent-row,
.form .consent-row label,
.form .consent-all {
    /* font-size: 12px; */
}

.form .consent-row .error {
    /* font-size: 12px; */
    /* letter-spacing: 0; */
}

/* CAPTCHA */
.form .captcha-image-wrapper,
.form .form-group-sm .captcha-image-wrapper,
.form .form-group-lg .captcha-image-wrapper {
    border-radius: 6px;
    box-shadow: none;
}

/* KOLOR GWIAZDKI WYMAGANEGO POLA */
.form .form-required-mark {
    /* color: #a94442; */
}

.form-element-select .form-control-feedback,
.form-element-country .glyphicon {
    display: none;
}

.form button.captcha-refresh {
    right: var(--row-gap);
    color: #e10121;
    border-radius: 0 6px 6px 0;
    border: none;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
}

.form-control {
    border-color: rgba(0, 0, 0, 0.1) !important;
}

.form button.captcha-refresh .fa.fa-spin {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused
}

@media screen and (min-width: 1140px) {
    .form button.captcha-refresh:hover {
        border-color: #e10121;
        color: #e10121;
    }

    .form button.captcha-refresh:hover .fa.fa-spin {
        -webkit-animation-play-state: running;
        -moz-animation-play-state: running;
        -o-animation-play-state: running;
        animation-play-state: running
    }
}

.form-control-feedback {
    top: 50%;
    right: 0;
    -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);
}

/*---- SELECT 2 -----*/

.select2-dropdown {
    z-index: 100;
    border-radius: 0;
}

.select2-container--default .select2-selection--multiple,
.select2-container .select2-selection--single {
    height: 46px;
    border-color: #ccc;
    border-radius: 6px;
    text-align: left;
    padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
    padding-left: 12px;
    font-size: 14px;
    padding-right: 44px;
    color: #555;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search {
    line-height: 44px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    line-height: 24px;
    display: inline-block;
    float: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 8px;
}

.has-feedback .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 68px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    transition: all 0.4s;
    right: 16px;
    color: #000;
    text-align: center;
    font-size: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 16px;
    vertical-align: middle;
}

.select2-container--default.select2-container--open .select2-selection__arrow {
    -webkit-transform: translateY(-50%) scaleY(-1);
    -moz-transform: translateY(-50%) scaleY(-1);
    -ms-transform: translateY(-50%) scaleY(-1);
    -o-transform: translateY(-50%) scaleY(-1);
    transform: translateY(-50%) scaleY(-1);
}

.select2-container--default .select2-selection--single .select2-selection__arrow > b {
    display: none;
}

/*.recruitment-form .form-element-select[data-name="school"] .select2-results__option[aria-selected]:nth-child(4),*/
/*.recruitment-form .form-element-select[data-name="school"] .select2-results__option[aria-selected]:nth-child(3),*/
.recruitment-form .form-element-select[data-name="school"] .select2-results__option[aria-selected] {
    font-weight: 700;
}

.select2-results__option[aria-selected] {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 300;
    padding: 6px 22px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--color-primary);
}

@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .form-element-multiselectCheckbox .select2-results__option:not([role="group"]):not(.select2-results__message)::before {
        -webkit-background-size: 200px 20px !important;
        background-size: 200px 20px !important;
    }
}

/**
 * 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;
}

.breadcrumb > li > a.last {
    color: var(--color-primary);
}

/**
 * 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 {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 156px;
    padding: 28px 0;
}

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

.logotypes-slider-container {
    height: 100px;
}

.logotype-slider {
    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: 4px;
}

.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;
    text-align: center;
    font-size: 1rem;
}

.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
}

.social-icon svg {
    fill: currentColor;
}

.social-icon img {
    display: block;
}

.social-icon .fa {
    font-size: 20px;
}

/**
 * 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;
}

/**
 * GALLERY
 */

.gallery {
    padding-top: calc(var(--space-60));
    padding-bottom: var(--space-60);
    clear: both;
}

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

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

}

.gallery-list-item .icon {
    color: #fff;
    width: 36px;
    height: 36px;
    display: block;
}

.gallery-picturevideo-player,
.gallery-picture {
    position: relative;
    display: block;
    aspect-ratio: 1.4;
    overflow: hidden;
    width: 100%;
    font-size: 0;
}

.gallery-picturevideo-player > img,
.gallery-picture > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-picture-hover.type-video {
    background-color: transparent;
}

.gallery-picture-hover.type-video .logo-wrapper img {
    width: 100%;
    display: block;
}

.gallery-picture-hover.type-video .logo-wrapper {
    max-width: 65px;
}

.gallery-picture-hover {
    opacity: 0;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    transition: opacity 0.3s;
}

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

.checkboxradio-container {
    display: inline-block;
}

.checkboxradio-container .row {
    display: inline-flex;
}

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

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_minimal-custom,
    .iradio_minimal-custom {
        background-image: url(../images/minimal%402x.png);
    }
}

/* main-slider */
.slide {
    position: relative;
}

.slide-bg {
    position: relative;
    min-height: 765px;
    display: flex;
}

.slide-bg .img-wrapper {

    display: flex;
}

.slide-bg img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.main-slider:not(.slick-initialized) .slide + .slide {
    display: none;
}

.slide-bg:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slide-content {
    position: absolute;
    left: 0;
    height: 100%;
    display: flex;
    padding-top: 192px;
    top: 0;
    width: 100%;
}

.slide-content-inner {
    position: relative;
    padding-bottom: var(--space-60);
    align-items: center;
    display: flex;
    height: 100%;
}

.slider-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 35%;
    padding-right: var(--space-40);
}

.slider-image {
    width: 29%;
}

.slider-image img {
    width: 100%;
    display: block;
}

.slider-text .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin-bottom: var(--space-40);
}

.font-white {
    color: #fff;
}

.slider-title {
    margin-bottom: var(--space-40);
    font-weight: 300;
    line-height: 1.2;
    font-size: calc(var(--font-48) + 2px);
}

.img-wrapper {
    position: relative;
}

.border {
    aspect-ratio: 1;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 50%;
}

.slider-image .img-wrapper img {
    z-index: 2;
    position: relative;
}

.slider-bigText {
    position: absolute;
    width: 38%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    padding-bottom: calc(var(--space-60) * 2);

}

.slider-bigText img {
    max-width: 100%;
}

.page-top {
    position: relative;
}

.slider-nav {
    width: 100%;
    pointer-events: none;
    position: absolute;
    bottom: var(--space-60);
}

.slider-nav-inner {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.slider-nav-inner .slick-arrow {
    border-color: #fff;
}

.slick-arrow {
    width: 60px;
    transition-property: background-color, border, color;
    transition-duration: 300ms;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    border-radius: 50%;
    border: 2px solid var(--color-secondary);
}

.slick-prev {
    margin-right: 20px;
}

.row-content {
    display: flex;
    flex-wrap: wrap;
}

.row-content {
    justify-content: center;
}

.row4 .row-content .circle {
    width: 25%;

}

.row3 .row-content .circle {
    width: 33.333%;
}

.row5 .row-content .circle {
    width: 20%;
}

.aside-menu::-webkit-scrollbar-thumb {
    background: var(--color-secondary);

}

.aside-menu::-webkit-scrollbar {
    width: 5px;
}

.aside-menu::-webkit-scrollbar-track {
    background: var(--color-primary);
}

.aside-menu {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.aside {
    position: relative;
    width: 397px;
}

.subpage .aside {
    width: 377px;
}

@media screen and (min-width: 1441px) {
    .subpage .asided-content {
        width: calc(100% - 377px);
    }
}

.subpage .asided {
    padding-top: var(--space-60);
}

.asided-content {
    width: calc(100% - 397px);
    padding-right: calc(var(--space-60) + var(--space-25));
}

.toggled .category-toggle {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

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

.circle {
    padding: var(--space-25);
}

.row-content {
    margin: calc(var(--space-25) * -1);
    padding-bottom: var(--space-50);
}

.row3 .circle-content {
    aspect-ratio: 1;
    overflow: visible;
    display: flex;
    align-items: center;
    padding: 35px;
    justify-content: center;
}

.row5 .circle-content, .row4 .circle-content {
    padding: var(--space-25) 0;
}

.circle-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    overflow: hidden;
    justify-content: flex-end;
}

.page-top {
    margin-bottom: var(--space-50);
}

.section-title {
    color: var(--color-secondary);
    font-weight: 700;
    text-align: center;
    font-family: 'Playfair Display', serif;
    padding-bottom: var(--space-50);
    font-size: calc(var(--font-48) + 2px);
}

.circle-title {
    padding: 0 var(--space-40);
    color: var(--color-secondary);
    margin-top: calc(var(--space-25) + 5px);
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.23;
}

.circle-inner {
    display: flex;
    flex-direction: column;
    height: 100%;

}

.circle-caption {
    min-height: 124px;
    font-size: 20px;
    color: var(--color-secondary);
    text-align: center;
    font-weight: 700;
}

.row3 .circle-content:before {
    content: "";
    position: absolute;
    background-size: contain;
    width: 100%;
    background-image: url("../images/border1.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

.row3 .circle:nth-child(2n) .circle-content:before {
    background-image: url("../images/border2.png");
}

.row3 .circle-content .img-wrapper {
    border-radius: 50%;
    overflow: hidden;
    aspect-ratio: 1;
}

.row5 .circle-content {
    justify-content: flex-end;
    align-items: flex-end;
}

.circle-caption {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.asided-inner {
    display: flex;
}

.asided-btn {
    display: none;
}

.aside-shadow {
    display: none;
}

.aside-menu {
    background-color: #fff;
    max-height: calc(100vh - 51px);
    overflow-y: auto;
    width: 100%;
}

.aside-category .category-name {
    display: block;
    min-height: 64px;
    font-size: calc(var(--font-24) - 4px);
    background-color: var(--color-primary);
    font-family: 'Playfair Display', serif;
    color: var(--color-secondary);
    padding: 18px calc(var(--space-25) + 7px);
}

.aside-category li .caption .icon-arrowRight {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: var(--color-secondary);
    width: 12px;
    height: 10px;
}

.aside-category > ul > li > .caption {
    padding: 0 calc(var(--space-25) + 7px);
}

.aside-category .caption-inner {
    padding: 18px 5px;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    display: flex;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    min-height: 64px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.aside-category a {
    transition: color, 500ms;
    color: #000;
}

.aside-category ul > li > ul > li > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0px calc(var(--space-25) + 12px);
}

.aside-category ul > li > ul {
    display: none;
}

.aside-category li a {
    padding: 3px 5px;
    font-size: 14px;
    line-height: 30px;
    display: block;

}

.offer {
    position: relative;
}

.offer-bg {
    position: absolute;
    right: -90vw;
    z-index: -1;
    left: -25vw;
    top: 14vw;
}

.offer-bg img {
    width: 100%;
    display: block;
}

.offer {
    padding-bottom: calc(var(--space-60) + var(--space-25));
}

.important-info {
    align-items: center;
    padding: var(--space-40);
    padding-left: calc(var(--space-50) * 6 - 20px);
    display: flex;
    margin-bottom: var(--space-25);
    background: url("../images/info-bg.png");
    background-size: 100% 100%;
}

.info-title {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    font-weight: 700;
    color: var(--color-primary);

}

.info-right {
    padding-right: var(--space-40);
    padding-left: calc(var(--space-60) + 20px);
    padding-bottom: var(--space-40);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.info-right .date {
    font-size: 14px;
    margin-bottom: var(--space-25);
}

.info-right .text {
    font-size: 15px;
    line-height: 1.73;
    margin-bottom: var(--space-25);
}

.info-right .date {
    display: flex;
    align-items: center;
}

.info-right .icon-wrapper {
    margin-right: 15px;
}

.news-list {
    padding-bottom: var(--space-60);
    margin: -10px;
    display: flex;
    flex-wrap: wrap;
}

.news {
    padding-bottom: var(--space-60);
}

.news-box .text {
    color: #000;
}

.asided .news-box {
    padding: 10px;
    width: 33.333%;
}

.box-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 2px solid rgba(32, 31, 28, 0.1);
}

.circle-inner .icon {
    width: 85px;
    color: var(--color-secondary);
    height: 85px;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.box-bottom {
    background: #fff;
    padding: 15px calc(var(--space-25) + 5px);
}

.course-features-list li + li {
    margin-top: 12px;
}

.box-bottom .date .icon-wrapper, .article .date .icon-wrapper {
    margin-right: 15px;
}

.box-bottom .date, .article .date {
    color: #656565;
    display: flex;
    font-size: 15px;
    align-items: center;
    margin-bottom: var(--space-25);
}

.box-bottom .date {
    font-size: 14px;
    margin-top: calc(var(--space-25) - 15px);
}

.box-bottom .date .icon, .article .date .icon {
    color: #000;
}

.box-bottom .title {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: var(--space-25);
    color: var(--color-secondary);
}

.box-thumb img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.course-slider:not(.slick-initialized) {
    display: flex;
    flex-wrap: wrap;

}

.course-slider, .course-slider .slick-track, .course-slider .slick-list {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.course-box a {
    display: flex;
    flex-direction: column;
}

.course-box .box-bottom {
    flex-grow: 1;
}

.course-box {
    padding: var(--space-25);
}

.course-features-list li {
    display: flex;
    font-size: 14px;
    align-items: center;
}

.course-features-list .icon {
    width: 20px;
    height: 20px;
    color: #000;
}

.course-features-list .icon-wrapper {
    margin-right: 15px;
}

.course-features-list .name {
    font-weight: 700;

}

.course-features-list {
    color: #656565;
}

.course-slider:not(.slick-initialized) .course-box {
    width: 25%;

}

.course-slider {
    margin: calc(var(--space-25) * -1);
    margin-bottom: 0;
    padding-bottom: calc(var(--space-60) - var(--space-25));
}

.course {
    padding-bottom: var(--space-60);
}

.video-slider-wrapper,
.course-slider-wrapper {
    padding: 0 calc(var(--container-padding) + 60px);
    position: relative;
}

.slick-arrow {
    pointer-events: auto !important;
}

.advantage-slider-nav {
    pointer-events: none;
}

.video-slider-nav,
.course-nav {
    width: 100%;
    top: 50%;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    display: flex;
    padding: 0 var(--container-padding);
    justify-content: space-between;
}

.video {
    width: 33.3333%;
    padding: 10px;
    position: relative;
}

.video-overlay .img-wrapper {
    width: 16.5%;
}

.video-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.video img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.video-list {
    padding-bottom: calc(var(--space-60) - 10px);
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    margin-bottom: 0;
}

.videos {
    padding-bottom: var(--space-60);
}

.section-inner {

    display: flex;
}

.section-right {
    width: 52%;
}

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

.section-left .title {
    color: var(--color-secondary);
    font-family: 'Playfair Display', serif;
    font-size: calc(var(--font-30) * 2);
    line-height: 1.17;
    margin-bottom: var(--space-50);
}

.section-left .text {
    font-size: 16px;
    margin-bottom: var(--space-50);
}

.section-left {
    width: 48%;
    height: 100%;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    justify-content: center;
    padding-right: calc(var(--space-60) * 2);
}

.footer-cols {
    display: flex;
    align-items: flex-end;
}

.footer-col {
    width: 22%;
}

.footer-col-right {
    display: flex;
    align-items: flex-start;
    padding-bottom: var(--space-40);
    padding-left: calc(var(--space-50) * 2);
    width: 65%;
}

.footer-col-right .footer-col {
    width: 33.333%;
}

.footer-content {
    line-height: 36px;
}

.footer-title {
    font-size: var(--font-24);
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    margin-bottom: calc(var(--space-25) - 5px);
}

.footer-col, .footer-col a {
    font-weight: 700;
    line-height: 2.4;
    color: var(--color-secondary);
}

.footer-col .text {
    line-height: 2.4;
}

.footer-col a {
    line-height: 2;
}

.footer-col + .footer-col {

    padding: 0 var(--space-25);
}

.footer-col.col1 {
    width: 35%;
}

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

.footer-cols {
    margin-bottom: var(--space-60);
}

.map iframe {
    width: 100%;
    height: 637px;
}

.toggle-arrow .icon-wrapper {
    transition: transform, 500ms;
}

.toggle-top.active .toggle-arrow .icon-wrapper {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.toggle-top {
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.toggle-title {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: var(--color-secondary);
    font-weight: 700;
}

.toggle-bottom {
    font-size: 16px;
    display: none;
    padding: var(--space-40) 15px;
}

.toggle-arrow .icon {
    color: var(--color-secondary);
}

.toggle-arrow {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.min-box-row {
    padding-bottom: var(--space-50);
}

.min-box-row + .min-box-row {
    padding-top: var(--space-50);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.row-title {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: var(--space-40);
}

.min-boxes-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -5px;
}

.min-box {
    padding: 5px;
}

.min-box-inner {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px var(--space-25);
    display: block;
}

.toggle-info .big-text {
    font-family: "Playfair Display", Serif;
    font-size: 177px;
    font-weight: 700;
    color: transparent;
    width: 100%;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.4);
    display: flex;
    padding: 10px 0;
}

.toggle-info .big-text-bottom {
    text-align: right;
    justify-content: flex-end;
}

.toggle-info {
    padding-bottom: var(--space-25);
}

.advantage-slide .advantage {
    width: 33.333%;
}

.advantage-slide-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: calc(var(--space-25) * -1) calc(var(--space-40) * -1);
}

.advantage-inner {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.advantage-slider-wrapper {
    position: relative;
    padding: 0 calc(var(--container-padding) + 60px);
}

.advantages {
    padding-bottom: calc(var(--space-50) * 2);
}

.advantage {

    padding: var(--space-25) var(--space-40);
}

.section-subtitle {
    text-align: center;
    font-size: calc(var(--font-36) - 1px);
    color: var(--color-secondary);
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}

.section-top .section-title {
    padding-bottom: 0;

}

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

.advantage-inner .icon-wrapper {
    margin-bottom: 20px;
    padding-top: 34px;
    position: relative;
}

.advantage-inner .advantage-text {
    font-size: 18px;
    text-align: center;
    padding: 0 var(--space-60);
}

.advantage-slider-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 var(--container-padding);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.advantage-inner .icon-wrapper:before {
    content: "";
    position: absolute;
    top: 0px;
    right: -34px;
    z-index: -1;
    background-color: var(--color-primary);
    width: 68px;
    height: 68px;
    border-radius: 50%;
}

/* hover */

.header-top-inner a {
    transition: color, 500ms;
}

.social-icon svg {
    transition: fill, 500ms;
}

.circle-content:before {
    transition-property: opacity, transform;
    transition-duration: 500ms;
}

.circle-inner a {
    transition: color, 500ms;
}

.box-thumb {
    overflow: hidden;
}

.box-thumb img {
    transition: transform 500ms;
}

.course-box .box-thumb .img-wrapper img {
    border-radius: 50%;
}

.news-box .box-thumb .img-wrapper {
    aspect-ratio: 1;
}

.news-box .box-thumb .img-wrapper img {
    height: 100%;
    border-radius: 50%;
}

.box-inner .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    transition: color 500ms;
}

.box-inner .value {
    color: #000;
    transition: color, 500ms;
}

.video-overlay {
    transition: opacity, 500ms;
}

.aside-category li .caption-inner, .aside-category li .icon {
    transition: color, 500ms;
}

.aside-category li .caption {
    transition: background-color, 500ms;
}

.circle-caption-inner {
    padding: 5px;
    font-family: 'Playfair Display', serif;
    transition: background-color, 500ms;
}

.box-inner {
    transition-property: border, margin;
    transition-duration: 500ms;
}

.toggle-top {
    transition: background-color, 500ms;
}

header a .caption {
    transition: color, 500ms;
}

.aside-category > ul > li.toggled .caption {
    background-color: var(--color-secondary);
}

.aside-category > ul > li:hover .caption {
    background-color: var(--color-secondary);

}

.toggle-categories .aside-category > ul > li.toggled .caption {
    background-color: var(--color-primary);
}

.toggle-categories .aside-category > ul > li:hover .caption {
    background-color: var(--color-primary);

}

.toggle-categories .aside-category .caption-inner {
    color: var(--color-secondary) !important;
}

.aside-category > ul > li.toggled .caption-inner {
    color: #fff;
}

.aside-category > ul > li:hover .caption-inner .icon {
    color: #fff;
}

.toggle-categories .aside-category .caption-inner .icon {
    color: var(--color-secondary) !important;
}


.aside-category > ul > li:hover .caption-inner {
    color: #fff;
}

.aside-category ul > li > ul {
    padding: 10px 0;
}

.aside-category ul > li > ul > li > a:hover {
    background-color: var(--color-secondary);
    color: #fff;
}

.toggle-categories .aside-category ul > li > ul > li > a:hover {
    background-color: var(--color-primary);
    color: var(--color-secondary);
}

@media screen and (min-width: 1140px) {
    .aside-menu {
        margin-bottom: 5px;
    }

    .aside-button {
        display: none;
    }

    .toggle-top:hover {
        background-color: var(--color-primary);
    }

    .toggle-top:hover .icon-wrapper, .toggle-top.active:hover .icon-wrapper {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .video:hover .video-overlay {
        opacity: 0;
    }

    .social-icon:hover svg, .social-icon:focus svg {
        fill: var(--color-primary);
    }

    .box-inner:hover .value {
        color: var(--color-secondary);
    }

    .box-inner:hover {
        border: 2px solid var(--color-primary);
    }

    .circle-content:hover:before {
        opacity: 0.8;
        -webkit-transform: rotate(-12deg) !important;
        -moz-transform: rotate(-12deg) !important;
        -ms-transform: rotate(-12deg) !important;
        -o-transform: rotate(-12deg) !important;
        transform: rotate(-12deg) !important;
    }

    .header-top-inner a:hover .caption, .header-top-inner a:focus .caption {
        color: var(--color-primary);
    }

    #main-menu > ul > li > a:hover, #main-menu > ul > li > a:focus {
        background-color: var(--color-primary);
        color: #000;
    }

    #main-menu > ul > li > ul a:hover, #main-menu > ul > li > ul a:focus {
        color: #000;
        background-color: var(--color-primary);
    }

    .circle-inner:hover .circle-caption-inner {
        background-color: var(--color-primary);
    }

    .circle-caption:hover .circle-caption-inner {
        background-color: var(--color-primary);
    }

    .box-inner:hover .text {
        color: var(--color-secondary);
    }

    .box-inner:hover .box-thumb img {
        -webkit-transform: scale(1.04);
        -moz-transform: scale(1.04);
        -ms-transform: scale(1.04);
        -o-transform: scale(1.04);
        transform: scale(1.04);
    }

    footer a:hover {
        text-decoration: underline;
    }

    .work-offer-inner:hover {
        border-color: var(--color-primary);
    }
}

/* about us */
.about-us {
    padding-bottom: var(--space-60);
}

.about-us .about-us-list {
    padding-top: var(--space-60);
}

.about-us-list {

    display: flex;
    margin: calc((var(--space-25) + 5px) * -1);
    flex-wrap: wrap;
    align-items: stretch;
}

.about-us-box .icon-wrapper {
    padding-right: var(--space-25);
}

.about-us-box .icon {
    width: 50px;
    height: 50px;
    color: var(--color-secondary);
    -webkit-mask-size: contain;
    -mask-size: contain;

    display: block;
}

.about-us-box .top {
    padding-bottom: var(--space-25);
}

.about-us-box .top * {
    line-height: 30px;
}

.about-us-box .top .subtitle {
    font-size: 20px;
}

.about-us-box .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.about-us-box .title {
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
}

.about-us-box-inner {
    display: flex;
    height: 100%;
    border: 2px solid rgba(32, 31, 28, 0.1);
    padding: var(--space-40);
}

.about-us-box {
    width: 50%;
    padding: calc(var(--space-25) + 5px);
    margin-top: 10px;
}

.about-view-text-container {
    padding-bottom: var(--space-60);
}

.big-box {
    margin-bottom: var(--space-60);
}

.about-us-big-box {
    margin-top: var(--space-60);
}

.big-box-inner {
    display: flex;
    align-items: center;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: var(--space-25) var(--space-50);
}

.big-box-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.big-box-inner .icon-wrapper {
    flex-shrink: 0;
    position: relative;
    padding-top: 30px;
    margin-right: var(--space-50);
    width: 109px;
}

.big-box-content .text-bottom {
    padding-top: var(--space-25);
    font-weight: 700;
}

.teacher-img .img-wrapper {
    border-radius: 50%;
    aspect-ratio: 1;
    width: 100%;
    overflow: hidden;
}

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

.teacher-img {
    flex-shrink: 0;
    align-self: flex-start;
    aspect-ratio: 1;
    width: 23%;
}


.small-title {
    padding-top: 0;
}

.teacher-content {
    padding-left: var(--space-50);
}

.teacher-name {
    font-weight: 700;
    padding-bottom: var(--space-40);
}

.main-teacher {
    display: flex;
}

.recruitment-form .section-title {

    font-family: 'Playfair Display', serif;
}

.recruitment-form .section-top {
    padding-bottom: 0;
}

.recruitment-form .section-title {
    padding-bottom: var(--space-25);
}

.recruitment-form .section-desc {
    padding-top: 0;
}

.recruitment-form {
    padding-top: var(--space-60);
    padding-bottom: var(--space-60);
}

.section-title.title-mid {
    font-size: var(--font-36);
}

.section-desc {
    margin: 0 auto;
    padding-top: var(--space-40);
    max-width: 80%;
    text-align: center;
}

/* courses */
.courses-list {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.courses-list .course-box {
    width: 33.333%;
    padding: 10px;
}

.course-view-top {
    align-items: center;
    display: flex;
}

.course-view-img {
    max-width: 50%;
}

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

.course-view-top .course-features-list {
    margin-left: var(--space-60);
    width: 50%;
}

.course-view-top .course-features-list li {
    width: max-content;
    max-width: 100%;
}

.course-view-top .course-features-list li + li {
    margin-top: 20px;
}

.course-view-top .course-features-list .caption {
    font-size: 18px;
}

.course-view-top .course-features-list .icon {
    width: 30px;
    height: 30px;
}

.course-features-list li {
    display: flex;
}

.course-view-text-wrapper {
    padding-bottom: var(--space-40);
}

.big-box .icon-wrapper:after {
    width: 68px;
    height: 68px;
    display: block;
    background-color: var(--color-primary);
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    right: 0;
}

.big-box .title {
    font-size: calc(var(--font-24) + 2px);
    font-weight: 700;
    color: var(--color-secondary);
    padding-bottom: 10px;
}

.work-offer-list {
    display: flex;
    margin: -11px;
    padding-bottom: var(--space-60);
    align-items: stretch;
    flex-wrap: wrap;
}

.work-offer-inner {
    height: 100%;
    transition: border, 500ms;
    display: block;
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.work-offer-thumb img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.work-offer-thumb {
    display: flex;
    align-items: center;
    padding-bottom: var(--space-25);
    justify-content: center;
}

.work-offer .text {
    color: #000;
    margin-bottom: var(--space-25);
}

.work-offer .btn {
    opacity: 0;
}

.work-offer-inner:hover .btn {
    opacity: 1;
}

.work-offer .title {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 20px;
    color: var(--color-secondary);
    min-height: 46px;
}

.work-offer-bottom {
    padding: 0 calc(var(--space-25) + 5px) var(--space-40) calc(var(--space-25) + 5px);
}

.work-offer {
    padding: 11px;
    width: 33.333%;
}

.work-offers .btn-seeAll {
    margin-bottom: var(--space-60);
}

.article .section-subtitle {
    font-size: 20px;
    text-align: left;
    padding-bottom: 20px;
}

.info-boxes .section-inner:nth-child(2n) {
    flex-direction: row-reverse;
}

.info-boxes .section-inner:nth-child(2n) .section-left {
    padding-right: 0;
    padding-left: calc(var(--space-60) * 2);
}

.subpage .info-boxes {
    padding-bottom: var(--space-60);
}

.subpage .section-left {
    width: 57%;
}

.section-right {
    width: 53%;
}

.subpage .section-right {
    width: 43%;
}

.subpage .info-boxes .section-left .title {
    font-size: calc(var(--font-36) - 1px);
    margin-bottom: var(--space-25);
}

.subpage .info-boxes .section-inner + .section-inner {
    padding-top: calc(var(--space-50) * 2);
}

.contact {
    display: flex;
}

.contact-right {
    width: 40%;
}

.contact-left {
    width: 60%;
    display: flex;
    min-width: 550px;
    flex-wrap: wrap;

}

.contact-row:nth-child(1) {
    margin-top: calc((var(--space-25) + 5px) * -1);
}

.contact-row {
    padding-top: 0;
    display: flex;

    padding-bottom: var(--space-25);
    width: 100%;
    margin: 0 calc((var(--space-25) + 5px) * -1);
}

.contact-row + .contact-row {
    padding-top: var(--space-25);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-item .title {
    font-size: var(--font-24);
    font-family: 'Playfair Display', serif;
    padding-bottom: var(--space-40);
    font-weight: 700;
}

.contact-logo {
    display: flex;
    justify-content: flex-end;
}

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

.contact-logo .img-wrapper {
    width: 83%;
}

.contact-item {
    width: 50%;

    color: var(--color-secondary);
    padding: calc(var(--space-25) + 5px);
}

.contact-item .title + .text {
    margin-top: 0;
}

.contact-item .text {
    line-height: 36px;
    margin-top: calc(var(--space-40) + 32px);
}

.btn-center {
    margin: 0 auto;
    width: max-content;
    max-width: 100%;
}

.btn-back {
    margin-bottom: var(--space-60);
}

.courses-list-page .btn-seeAll {
    margin: var(--space-60) auto;
}

.faq-page {
    padding-bottom: var(--space-60);
}

.cloneMenu .icon-wrapper {
    width: 35px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.important-info .date .icon {
    color: #fff;
    width: 20px;
    height: 20px;
}

.date .icon {
    color: #000;
    width: 20px;
    height: 20px;
}

.advantage-bg-text img {
    width: 100%;
    display: block;
}

.advantage-bg-text {
    font-size: 17.56vw;
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 89%;
    -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);
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
}

.advantage-bg-text span {
    font-family: 'Playfair Display', serif;
}

.main-menu-button .caption {
    font-size: 13px;
    height: unset;
    background-color: transparent !important;
    position: static;
}

.mainpage .course {
    overflow: visible;
    position: relative;
}

.mainpage .course:before {
    left: 0;
    right: 0;
    top: -41px;
    bottom: 0;
    position: absolute;
    content: "";
    z-index: -1;
    background: url("../images/courses-bg.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.mainpage .videos {
    position: relative;
    overflow: visible;
}

.mainpage .videos:before {
    left: 0;
    right: 0;
    top: -8%;
    bottom: -26%;
    position: absolute;
    content: "";
    z-index: -1;
    background: url("../images/teacher-bg.png");
    background-size: 100% 100%;
}

.footer-top {
    overflow: visible;
    position: relative;
}

.footer-top:before {
    left: 0;
    right: 0;
    top: 23%;
    bottom: -16%;
    position: absolute;
    content: "";
    z-index: -1;
    background: url("../images/footer-bg.png");
    background-size: auto 100%;
}

.main-teacher .text {
    line-height: 2;
}

.main-teacher {
    position: relative;
    overflow: visible;
}

.recruitment-form {
    position: relative;
    overflow: visible;
}

.recruitment-form:before {
    left: calc(var(--container-padding) * -1);
    right: 0;
    top: 0;
    width: 100vw;
    bottom: -3%;
    position: absolute;
    content: "";
    z-index: -1;
    background: url("../images/form-bg.png");
    background-size: 100% 100%;
}

.main-teacher:before {
    left: calc(var(--container-padding) * -1);
    right: 0;
    width: 100vw;
    bottom: -36%;
    top: -20%;

    position: absolute;
    content: "";
    z-index: -1;
    background: url("../images/teacher-bg.png");
    background-size: 100% 100%;
}

.main-slider .slider-image .img-wrapper img {
    width: 100%;
}

@media screen and (min-width: 1670px) {
    .main-teacher:before {
        margin-left: calc((1670px - 100vw) / 2);
        left: 0;
        right: 0;
        width: 100vw;
        bottom: -36%;
        top: -20%;

        position: absolute;
        content: "";
        z-index: -1;
        background: url("../images/teacher-bg.png");
        background-size: 100% 100%;
    }

}

@media screen and (min-width: 1440px) {
    .recruitment-form:before {
        margin-left: calc((1440px - 100vw) / 2);
        left: 0;
        right: 0;
        width: 100vw;
        bottom: -10%;
        top: -8%;
        position: absolute;
        content: "";
        z-index: -1;
        background: url("../images/form-bg.png");
        background-size: 100% 100%;
    }
}

.center-btn {
    display: flex;
    justify-content: center;
}

.recruitment-form {
    max-width: 966px;
    margin: 0 auto;
}

.media_embed {
    margin-top: 15px;
}

.big-text img {
    max-width: 100%;
    display: inline-block;
}

.circle-content:before {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
}

.opacityIn .circle-content:before {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.pagination-wrapper {
    display: flex;
    justify-content: center;
}

.circle-content .circle-bg {
    aspect-ratio: 1;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url('../images/border2.png');
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;

    background-size: contain;
    width: 100%;
}

.offer-row .circle {
    width: 33.333%;
}

.offer-row.row5 .circle-bg {
    bottom: var(--space-25);
}

.offer-row .circle-content .circle-bg + .img-wrapper {

    padding: 5%;
    /*aspect-ratio: 1;*/
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/*.offer-row.row5 .circle-content .circle-bg + .img-wrapper {*/
/*    padding-bottom: 6%;*/
/*}*/

.circle-content .circle-bg + .img-wrapper img {
    object-fit: contain;
    /* border-bottom-left-radius: 50%; */
    /* border-bottom-right-radius: 50%; */
    width: 100%;
    height: 100%;
    border-radius: 50%;
    aspect-ratio: 1;
}

.gallery-picture.video-player:hover .gallery-picture-hover {
    opacity: 0;
}

.gallery-picture.video-player .gallery-picture-hover img {
    max-width: 100%;
    display: block;
}

.gallery-picture.video-player .gallery-picture-hover .img-wrapper {
    max-width: 30%;
}

.gallery-picture.video-player .gallery-picture-hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.1);
}

#main-menu > ul > li > ul > li a .icon-wrapper *:not(g) > path {
    fill: var(--color-secondary);
}

.news-list .slick-list,
.news-list .slick-track {
    display: flex !important;
}

/*.gallery-list .circle-content .img-wrapper {*/
/*    width: 100%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/
.circle-content .img-wrapper {
    padding: 5%;
}

.fancybox-slide.fancybox-slide--video video {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
}

.consent-row .form-element-option-text {
    font-size: 16px;
    line-height: 1;
}


.big-box-content .text ul > li, .big-box-content .text ol > li {
    left: 0;
    margin-left: 20px;
    padding-right: 0;
}

.text-list-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: calc(var(--space-60) * 2 - 5px)
}

.text-list-right {
    min-width: max(40%, 49%);
}

.text-list-box.image-right {
    flex-direction: row-reverse;
}

.text-list-box .text-list-left .title {
    font-size: calc(var(--font-36) - 1px);
    font-weight: 700;
    color: var(--color-secondary);
    font-family: 'Playfair Display', serif;

    padding: 0;
    margin-bottom: calc(var(--space-50) - 15px);
}

.text-list-box .text-list-left .subtitle {
    font-size: calc(var(--font-24) + 2px);
    font-weight: 700;
    color: var(--color-secondary);

    margin-bottom: var(--space-40);
}

/*.comments {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(2, 1fr);*/
/*    grid-template-rows: masonry;*/
/*    gap: 19px;*/
/*}*/
.comments {
    /*height: 870px !important;*/
}

.comment-box {
    width: calc(50% - 19px);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-left: 19px;
    margin-bottom: 19px;
}

.comment-box .commenter {
    font-weight: 900;
    margin-top: calc(var(--space-25) + 5px);
    text-transform: uppercase;
}

.teachers-content .title {
    font-size: var(--font-36);
    font-weight: 700;
    font-family: "Playfair Display";
    margin-bottom: var(--space-50);
    color: var(--color-secondary);
}

.teachers-section .teacher {
    display: flex;
    gap: var(--space-50);
    margin-bottom: var(--space-60);
}

.teachers-section .teacher .left {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.teachers-section .teacher .left img {
    border-radius: 100%;
    overflow: hidden;
}

.teachers-section .teacher .right .teacher-name {
    font-weight: 700;
    text-transform: uppercase;
}

.quote-container h2.quote {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

    color: #000;
    font-weight: 200;
    font-family: 'Playfair Display';
    font-size: var(--font-36);
    line-height: 50px;
}

.quote-container .quote-author {
    text-align: center;
    font-family: 'Playfair Display';
    font-size: calc(var(--font-24) - 4px);
}

.ulist-container .title {
    font-size: var(--font-36);
}

.points {
    display: flex;
    gap: 75px;
    flex-wrap: wrap;
    justify-content: center;
}

.point {
    display: flex;
    gap: 20px;
    width: calc(50% - (75px / 2));
}

.point .left {
    flex-shrink: 0;
}

.point-title {
    font-family: 'Lato';
    font-weight: 700;

    margin-bottom: var(--space-50);
}

.point-description {
    font-weight: 400;
}

.certificate-box h2 {
    padding-top: 0;
    padding-bottom: calc(var(--space-25) - 15px);
}


.whatsapp-button {
    width: 70px;
    position: fixed;
    z-index: 12;
    bottom: var(--container-padding);
    right: var(--container-padding);
    display: block;
    transition: all .2s linear;
}

@media screen and (min-width: 1140px) {
    .whatsapp-button:hover {
        transform: scale(1.1);
    }
}

.whatsapp-button svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.toggle-categories .toggle-bottom {
    padding: 0 !important;
}

.category-text{
    padding-bottom: calc(var(--space-40) * 2);
}

.category-offer{
    padding-bottom: 0;
}


.category-section-title{
    padding-bottom: 0;
}