/**
 * MOBILE MENU
 */

/* NAV TOGGLE */
.nav-toggle span {
    background: #79747a;
}
.nav-toggle.active span {
    background: var(--color-blue);
}

/* RWD MENU */
.rwd-menu ul {
    border-top: 1px solid #e5e5e5;
}
.rwd-menu ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.rwd-menu ul > li {
    display: block;
    float: left;
    margin-bottom: -1px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}
.rwd-menu ul > li > a {
    position: relative;
    padding: 13px 15px 13px;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.rwd-menu .rwd-menu-wrapper > ul > li.active-link > a {
    color: var(--color-blue);
    text-decoration: none;
    font-weight: 700;
}
.rwd-menu ul > li > a#home {
    padding-left: 50px;
    background: url(../images/home.png) no-repeat 15px 16px;
}
.rwd-menu ul > li.active-link > a#home {
    background: url(../images/home.png) no-repeat 15px -76px;
}
.rwd-menu ul > li > ul {
    display: none;
}
.rwd-menu ul > li.active > ul {
    display: block;
}
.rwd-menu ul > li.active > a {
    /*font-weight: bold;*/
    color: #ed1c24;
}
.rwd-menu ul > li > a > .glyphicon-bg {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 0;
    width: 50px;
    background: #e7e7e7;
    color: #000;
    text-align: center;
    transition: 0.4s all;
}
.rwd-menu ul > li > ul > li > a,
.rwd-menu ul > li.active > ul > li > a {
    color: #000;
}
.rwd-menu ul > li > ul > li.active-link > a {
    text-decoration: underline;
}
.rwd-menu ul > li:first-child > a > .glyphicon-bg {
    top: 0;
}
.rwd-menu ul > li > a .glyphicon {
    width: 100%;
    vertical-align: middle;
    text-align: center;
    line-height: 50px;
    transition: 0.4s all;
}
.rwd-menu ul > li.active > a .glyphicon {
    transition: 0.4s all;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rwd-menu ul > li.active > ul > li:last-child {
    border-bottom: 0;
}
.rwd-menu ul > li ul {
    border-bottom: 1px solid #000;
}
.rwd-menu ul > li > ul > li {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: #e7e7e7;
    text-align: center;
}
.rwd-menu ul > li > ul > li:last-child {
    margin-bottom: -1px;
}
.rwd-menu ul > li > ul > li > a {
    position: relative;
    padding: 13px 15px 13px 35px;
    color: #000;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
.rwd-menu ul > li > ul > li > a > .glyphicon-bg,
.rwd-menu ul > li > ul > li > ul > li {
    background: #b7b7b7;
}
.rwd-menu ul > li > ul > li > ul > li > a {
    padding: 13px 15px 13px 55px;
}
.rwd-menu ul > li > ul > li > a:before {
    position: absolute;
    top: 22px;
    left: 15px;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #000;
    content: '';
}
.rwd-menu ul > li > ul > li.active-link > a:before {
    background: #000;
}
.rwd-menu ul > li > ul > li > ul > li > a:before {
    left: 35px;
}
.rwd-menu ul > li > ul > li > ul {
}
.rwd-menu ul > li > ul > li > ul > li > ul {
}

.rwd-panel {
    display: none;
    pointer-events: none;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
}
.rwd-panel-wrapper {
    pointer-events: visible;
    overflow-x: hidden;
    height: inherit;
    background: #fff;
    text-align: center;
}

.rwd-lang li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.rwd-lang .lang {
    display: block;
    padding: 12px 15px;
    color: #000;
}
.rwd-lang .lang span {
    font-size: 16px;
}
.rwd-lang .langs-menu-icon {
    margin-right: 15px;
}
.rwd-lang .langs-menu-short {
    display: none;
}
.rwd-lang .langs-menu-long {
    display: inline-block;
    text-transform: uppercase;
}


/* --------------- BREAKPOINTS --------------- */
@media screen and (max-width: 1860px) {
    .logo {
        margin-right: 50px;
    }

    #main-menu li a {
        padding: 44px 12px 42px;
    }

    .header-phone {
        padding: 32px 120px 24px 32px;
    }

    header.sticky .header-phone {
        padding: 18px 120px 6px 32px;
    }

    .ourPlace-image {
        margin-right: 100px;
    }
}
@media screen and (max-width: 1600px) {
    .logo {
        width: 180px;
        margin-right: 30px;
        padding: 27px 0 26px;
    }

    header.sticky #main-menu li a {
        padding: 28px 12px 26px;
    }

    .ourPlace-description .text {
        font-size: 16px;
        line-height: 28px;
    }

    .section-ourPlace .time-section-title .caption {
        font-size: 18px;
    }

    .section-ourPlace .time-section-title svg {
        width: 54px;
        height: 54px;
    }

    .section-ourPlace .time-section-col .topLine {
        font-size: 14px;
        line-height: 16px;
    }

    .section-ourPlace .time-section-col .bottomLine {
        font-size: 18px;
    }
}
@media screen and (max-width: 1440px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    #main-menu li a {
        font-size: 16px;
    }

    .footer-top-left {
        width: 80%;
    }

    .footer-top-right {
        width: 20%;
    }

    .mainSlider-leftSide {
        padding-left: 40px;
        padding-right: 30px;
    }

    .section-ourPlace .time-section .time-section-title {
        width: auto;
    }

    .section-ourPlace .time-section-title .caption {
        display: none;
    }

    .ourPlace-image {
        margin-right: 40px;
        margin-bottom: 30px;
    }

    .ourPlace-content {
        padding-top: 30px;
        padding-bottom: 130px;
    }

    .service-icon svg {
        width: 120px;
        height: 120px;
    }

    .contact-tiles {
        margin: 0 -20px;
    }

    .contact-tile-element {
        padding: 0 20px;
    }

    .aside {
        /*margin-right: 80px;*/
        width: 300px;
    }

    .time-section-title {
        width: 30%;
        padding-right: 25px;
    }

    .time-section-title .caption {
        font-size: 18px;
        line-height: 20px;
    }

    .time-section-col .topLine {
        font-size: 14px;
        line-height: 14px;
    }

    .time-section-col .bottomLine {
        font-size: 18px;
    }
}
@media screen and (max-width: 1366px) {
    .header-phone {
        padding: 32px 60px 24px 32px;
    }

    .header-phone .topLine {
        font-size: 16px;
    }

    .header-phone .bottomLine {
        font-size: 22px;
    }

    header.sticky .header-phone {
        padding: 18px 60px 6px 32px;
    }
}
@media screen and (max-width: 1280px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    #content {
        padding-top: 108px;
    }

    .logo {
        width: 160px;
        margin-right: 20px;
        padding: 24px 0 23px;
    }

    #main-menu li a {
        padding: 38px 10px 34px;
        font-size: 15px;
    }

    .header-phone {
        padding: 26px 30px 16px 30px;
    }

    header.sticky #main-menu li a {
        padding: 28px 8px 26px;
    }

    header.sticky .header-phone {
        padding: 18px 30px 6px 30px;
    }

    header.sticky .logo {
        margin-right: 20px;
    }

    .footer-top-left {
        width: 100%;
    }

    .footer-top-right {
        display: none;
    }

    .contact-tiles {
        margin: 0 -10px;
    }

    .contact-tile-element {
        padding: 0px 10px;
    }
}
@media screen and (min-width: 1140px) {
    .rwd-lang,
    .rwd-menu,
    .nav-toggle {
        display: none;
        display: none !important;
    }
}
@media screen and (max-width: 1139px) {
    .text table tr td {
        padding: 6px 10px;
    }
    #main-menu {
        display: none;
    }
    .nav-toggle {
        display: block;
        margin: 19px 5px 19px 25px;
    }
    .langs-menu ul {
        display: none!important;
    }
    .rwd-hide {
        display: none;
    }
    .text img {
        max-width: 100%;
        max-width: 100% !important;
    }
    .container {
        width: 100%;
    }
    .body-block {
        position: fixed;
        width: 100%;
    }
    .article-image-wrapper {
        margin-right: 25px;
        margin-bottom: 15px;
    }
    .mainSlider-rightBar {
        display: none;
    }
    #content {
        padding-top: 69px;
    }
    .page--noAside {
        background-image: none;
    }

    /*--- buttons ----*/

    .btn-small.btn-base {
        height: 32px;
        min-width: 120px;
    }

    .btn-small.btn-base .caption {
        line-height: 30px;
        font-size: 12px;
    }

    .btn-normal.btn-base {
        height: 40px;
        min-width: 160px;
    }

    .btn-normal.btn-base .caption {
        line-height: 38px;
        font-size: 14px;
    }

    /*--------*/

    .logo {
        width: 120px;
        padding: 8px 0 14px;
    }

    header .header-phone {
        display: none;
        padding: 12px 18px 6px 10px;
    }

    .rwd-menu-wrapper .header-phone {
        float: none;
        display: inline-block;
        text-align: left;
        margin-top: 30px;
    }

    .rwd-menu-wrapper ul > li > a > .icon {
        display: none;
    }

    .footer-column {
        padding-right: 20px;
    }

    .footer-column:last-child {
        padding-left: 20px;
    }

    .mainSlider-wrapper {
        padding-right: 0;
        padding-top: 0;
    }

    .mainSlider-leftSide {
        padding-left: 0;
        width: 46%;
    }

    .mainSlider-dots {
        top: 20px;
        right: 30px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .mainSlider-dots .slick-dots {
        font-size: 0;
        margin: 0 -20px;
    }

    .mainSlider-dots .slick-dots > li {
        margin-bottom: 0;
        display: inline-block;
        padding: 0 20px;
    }

    .mainSlider-description {
        font-size: 16px;
        line-height: 28px;
    }

    .ourPlace-content,
    .ourPlace-image {
        height: auto !important;
    }

    .ourPlace-content-innerWrapper {
        display: block;
    }

    .ourPlace-content {
        padding-bottom: 0;
        display: block;
    }

    .section-ourPlace .time-section {
        position: static;
        background-color: var(--color-blue);
        overflow: hidden;
        max-width: 730px;
        padding-right: 30px;
    }

    .section-ourPlace .time-section:before {
        display: none;
    }

    .service-title {
        font-size: 16px;
        line-height: 20px;
    }

    .ourServices-description .text {
        font-size: 16px;
        line-height: 26px;
    }

    .service-icon svg {
        width: 100px;
        height: 100px;
    }

    .ourServices .leftSide {
        width: 42%;
    }

    .ourServices .rightSide {
        width: 58%;
    }

    .section-ourPlace .btnWrapper {
        text-align: right;
    }

    .pagination-wrapper {
        padding: 0 0 50px;
    }

    .contact-tile-element {
        width: 100%;
        margin-bottom: 20px;
    }

    .contact-tile-element:last-child {
        margin-bottom: 0;
    }

    .contact-tile {
        border-radius: 0;
    }

    .contact-tile:before {
        display: none;
    }

    .contact-tile-innerWrapper {
        position: static;
        padding: 15px;
    }

    .contact-tile-socials .contact-tile-innerWrapper {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .contact-tile-socials {
        background: none;
        border: none;
    }

    .contact-tile-socials .social-list > ul > li .social-caption,
    .contact-tile-socials .social-icon .fa {
        color: var(--color-blue);
    }

    .contact-tile-socials .social-list > ul > li .social-icon {
        border-color: var(--color-blue);
    }

    .section-contactMap iframe {
        height: 500px;
    }

    .staff-gallery-img {
        width: 33.3333%;
    }

    .aside {
        float: left;
        width: 280px;
        /*margin-right: 50px;*/
    }

    .asidedPage-content .time-section-col:after {
        display: none;
    }

    .asidedPage-content .time-section-col {
        padding-right: 20px;
    }

    .asidedPage-content .time-section-title .caption {
        display: none;
    }

    .asidedPage-content .time-section-title {
        width: auto;
        padding-right: 10px;
    }

    .aside-submenu-toggle {
        display: block;
        position: absolute;
        font-size: 9px;
        top: 50%;
        right: 12px;
        padding: 4px 8px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: translateY(-50%) rotate(0);
        -moz-transform: translateY(-50%) rotate(0);
        -ms-transform: translateY(-50%) rotate(0);
        -o-transform: translateY(-50%) rotate(0);
        transform: translateY(-50%) rotate(0);
    }

    .aside-submenu-toggle.active {
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }
}
@media screen and (min-width: 901px) {
    .footer-column-content {
        display: block !important;
    }
}
@media screen and (max-width: 900px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-bar {
        text-align: center;
        padding: 13px 0;
        line-height: normal;
    }

    .footer-bar-content > * {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    .footer-bar-content.footer-bar-content > * {
        margin-left: 15px;
        margin-right: 15px;
    }

    .footer-bar .footer-bar-links {
        display: block;
        margin: -3px -8px;
    }
    .footer-bar .footer-bar-links:not(:last-child) {
        margin-bottom: 3px;
    }
    .footer-bar-links > li {
        margin: 3px 8px;
        line-height: 20px;
    }

    .copyright,
    .copyright-undicom {
        margin-top: 4px;
        margin-bottom: 4px;
        line-height: 20px;
    }

    .footer-column {
        width: 100%;
        padding-right: 0;
    }

    .footer-column:last-child {
        padding-left: 0;
    }

    .footer-column-content {
        display: none;
        margin-top: 0;
        text-align: center;
        padding-bottom: 15px;
    }

    .footer-column-title {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 10px;
        text-align: center;
        border-bottom: 1px solid #fff;
        padding-bottom: 6px;
        position: relative;
    }

    .footer-column-title:before {
        position: absolute;
        right: 10px;
        top: calc(50% - 4px);
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        -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);
        content: '\f107';
        font-family: FontAwesome;
        font-size: 16px;
    }

    .footer-column-title.active:before {
        -webkit-transform: translate3d(0, -50%, 0) scale(-1);
        -moz-transform: translate3d(0, -50%, 0) scale(-1);
        -ms-transform: translate3d(0, -50%, 0) scale(-1);
        -o-transform: translate3d(0, -50%, 0) scale(-1);
        transform: translate3d(0, -50%, 0) scale(-1);
    }

    .footer-column ul > li > a {
        font-size: 14px;
        line-height: 32px;
    }

    footer .text {
        line-height: 32px;
        font-size: 14px;
    }

    .mainSlider-rightSide {
        width: 100%;
    }

    .mainSlider-rightSide:before {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        pointer-events: none;
        background-color: rgba(0,0,0,0.4);
    }

    .mainSlider-title {
        color: var(--color-orange);
    }

    .mainSlider-description {
        color: #fff;
    }

    .mainSlider-leftSide {
        padding: 0;
        width: calc(100% - 30px);
        max-width: 100%;
        text-align: center;
    }

    .ourServices-content {
        max-width: 100%;
        padding-right: 0;
    }

    .ourServices .leftSide {
        text-align: center;
        width: 100%;
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 2px solid var(--color-blue);
    }

    .ourServices .rightSide {
        width: 100%;
    }

    .section-ourServices {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .service-icon svg {
        width: 160px;
        height: 160px;
    }

    .article-date {
        bottom: 10px;
        right: 15px;
        width: 62px;
        height: 62px;
        padding: 16px 12px;
    }

    .article-date-innerWrapper {
        font-size: 12px;
        line-height: 15px;
    }

    .aside {
        width: 250px;
    }
}
@media screen and (min-width: 768px) {
    .asidedPage-content {
        padding: 0 10px;
    }
}
@media screen and (max-width: 767px) {
    .text .table-responsive-wrapper {
        position: relative;
        padding-bottom: 40px;
        margin: 20px 0;
    }
    .text .table-responsive-wrapper::after {
        pointer-events: none;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 45px;
        background-size: contain;
        background-position: right 15px center;
        background-repeat: no-repeat;
        background-image: url(../images/rwd-table-hand.png);
        -webkit-animation-name: rwd-hand-move;
        animation-name: rwd-hand-move;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    .text .table-responsive {
        margin: 0;
        border: none;
    }

    .text table {
        margin: 0;
        min-width: 780px;
    }
    @keyframes rwd-hand-move {
        0% {
            transform: translateX(-30px);
        }
        100% {
            transform: translateX(0);
        }
    }
    @-webkit-keyframes rwd-hand-move {
        0% {
            transform: translateX(-20px);
        }
        100% {
            transform: translateX(0);
        }
    }
    .form .form-element-captcha .captcha-image-wrapper {
        margin-bottom: 15px;
    }

    .mainpage .page {
        background-image: none;
    }

    .ourPlace-content {
        padding-top: 0;
    }

    .section-ourPlace:before,
    .section-ourServices:before {
        display: none;
    }

    .ourPlace-image {
        margin-right: 30px;
        margin-bottom: 20px;
    }

    .section-ourPlace .time-section {
        background-color: transparent;
        overflow: hidden;
        border: 3px solid var(--color-blue);
        border-radius: 0;
        padding: 15px var(--space-40) 15px var(--space-40);
        text-align: center;
    }

    .section-ourPlace .time-section-innerWrapper > * {
        display: block;
    }

    .section-ourPlace .time-section .time-section-title,
    .section-ourPlace .time-section-col {
        padding-right: 0;
    }

    .section-ourPlace .time-section-title .caption,
    .section-ourPlace .time-section-col .topLine,
    .section-ourPlace .time-section-col .bottomLine {
        color: var(--color-blue);
    }

    .section-ourPlace .time-section-title .caption {
        display: block;
    }

    .time-section-title-innerWrapper {
        margin: 0 auto;
    }

    .section-ourPlace .time-section-title .icon {
        display: none;
    }

    .section-ourPlace .time-section-col {
        margin-top: 15px;
    }

    .section-ourPlace {
        margin-bottom: var(--space-40);
    }

    .news-list-element {
        width: 50%;
    }

    .mainpage .news-list {
        margin: calc(-1 * var(--space-50)) calc(-1 * var(--space-40));
    }

    .mainpage .news-list-element {
        padding: var(--space-50) var(--space-40);
    }

    .gallery-list-item {
        width: 50%;
    }

    .aside {
        position: fixed;
        top: 0;
        bottom: 0;
        overflow-y: auto;
        overflow-x: hidden;
        left: 0;
        width: 260px;
        z-index: 1002;
        padding-bottom: 0;
        pointer-events: none;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .aside.active {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        pointer-events: auto;
    }

    .aside-close {
        display: block;
        top: 20px;
        right: 20px;
        position: absolute;
    }

    .aside-shadow {
        z-index: 1001;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.6);
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        opacity: 0;
        pointer-events: none;
        display: block;
    }

    .aside-shadow.active {
        opacity: 1;
        pointer-events: auto;
    }

    .heading-asideToggle {
        display: inline-block;
        margin: 0 auto;
    }

    .heading-asideToggle .icon {
        font-size: 12px;
        display: inline-block;
        color: #fff;
    }

    .heading-asideToggle .caption {
        display: inline-block;
        padding-left: 10px;
    }

}
@media screen and (min-width: 706px) {
    footer .show-hide {
        display: block !important;
    }
}
@media screen and (max-width: 639px) {
    .text img {
        max-width: 100%;
        max-width: 100% !important;
        width: inherit;
        width: inherit !important;
        height: auto;
        height: auto !important;
    }
    .text table,
    .text iframe,
    .text object {
        max-width: 100%;
        max-width: 100% !important;
        width: 100%;
        width: 100% !important;
    }
    .article-image-wrapper {
        margin-right: 0;
        margin-top: 0;
        width: 100%;
        display: block;
        float: none;
        max-width: none;
        text-align: center;
        line-height: 0;
    }

    .breadcrumb > li:not(:first-child):not(:last-child):not(:nth-last-child(2)) {
        display: none;
    }
    .breadcrumb > li:not(:first-child):not(:last-child) a {
        font-size: 0;
        text-indent: -1000px; /* Apple */
    }
    .breadcrumb > li:not(:last-child) a span {
        display: none;
    }

    .breadcrumb > li:not(:first-child):not(:last-child) a:after {
        content: "...";
        font-size: 12px;
    }
    .breadcrumb > li + li:before {
        padding: 0 6px;
    }
    .breadcrumb > li:first-child a {
        font-size: 0!important;
        letter-spacing: 0!important;
    }
    .breadcrumb > li:first-child a:after {
        content: "\f015";
        display: inline-block;
        font-family: FontAwesome, sans-serif;
        font-size: 12px;
    }

    .pagination-wrapper ul li.next a,
    .pagination-wrapper ul li.prev a {
        width: 40px;
        height: 40px;
        line-height: 38px;
        font-size: 14px;
    }

    .pagination-wrapper ul li a,
    .pagination-wrapper ul li span {
        padding: 5px 7px;
    }

    .ourServices-list {
        margin: 0 calc(-1 * var(--space-50));
    }

    .service-element {
        padding: 0 var(--space-50);
    }

    .service-icon svg {
        width: 120px;
        height: 120px;
    }

    .pagination-wrapper {
        padding: 0 0 30px;
    }

    .news-title {
        font-size: 16px;
        line-height: 20px;
    }

    .news-description {
        font-size: 14px;
        line-height: 22px;
    }

    .section-contactMap iframe {
        height: 400px;
    }

    .staff-element-heading {
        min-height: 30px;
    }
}
@media screen and (max-width: 560px) {
    .text {
        word-wrap: break-word;
        font-size: 14px;
        line-height: 26px;
    }

    .mainSlider .container.container--noClear {
        clear: both;
    }

    .mainSlider-rightSide:before {
        display: none;
    }

    .mainSlider-leftSide {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        padding: 30px 0 0;
        width: 100%;
    }

    .mainSlider-title {
        color: var(--color-blue);
    }

    .mainSlider-description {
        color: var(--color-gray);
    }

    .ourPlace-image {
        margin-right: 0;
        margin-bottom: 20px;
        float: none;
        width: 100%;
        clear: both;
    }

    .service-element {
        width: 50%;
    }

    .news-date {
        bottom: 10px;
        right: 10px;
        width: 52px;
        height: 52px;
        padding: 11px 8px;
        line-height: 14px;
    }

    .news-date-innerWrapper {
        font-size: 12px;
    }

    .staff-gallery-img {
        width: 50%;
    }

    .asidedPage-content .time-section-innerWrapper > * {
        display: block;
    }

    .asidedPage-content .time-section-col {
        margin-top: 15px;
    }

    .asidedPage-content .time-section-title,
    .asidedPage-content .time-section-col {
        padding-right: 0;
    }

    .asidedPage-content .time-section {
        background-color: transparent;
        overflow: hidden;
        border: 3px solid var(--color-blue);
        border-radius: 0;
        padding: 15px var(--space-40) 15px var(--space-40);
        text-align: center;
    }

    .asidedPage-content .time-section-title .icon {
        display: none;
    }

    .asidedPage-content .time-section-title .caption {
        display: table-cell;
    }
}
@media screen and (max-width: 420px) {
    .footer-bar-content.footer-bar-content > * {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .service-icon svg {
        width: 100px;
        height: 100px;
    }

    .news-list-element {
        width: 100%;
    }

    .heading-asideToggle {
        width: 100%;
    }
}
@media screen and (max-width: 360px) {
    .topBar-title {
        width: 100%;
        text-align: center;
    }

    .topBar-button {
        position: static;
        text-align: center;
        padding-top: 10px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@media screen and (max-width: 319px) {
    body {
        width: 320px;
    }
}

/* --------------- GLOBAL VARIABLES --------------- */

@media screen and (max-width: 1600px) {
    :root {
        --space-60: 55px;
        --space-50: 45px;
        --space-40: 35px;

        --font-55: 46px;
        --font-48: 40px;
        --font-40: 36px;
        --font-35: 32px;
        --font-30: 26px;
        --font-24: 22px;
    }
}
@media screen and (max-width: 1440px) {
    :root {
        --space-60: 50px;
        --space-50: 40px;

        --font-55: 42px;
        --font-48: 36px;
        --font-40: 32px;
    }
}
@media screen and (max-width: 1366px) {
    :root {
        --space-25: 20px;

        --font-55: 38px;
        --font-48: 34px;
        --font-40: 30px;
        --font-35: 28px;
        --font-30: 24px;
    }
}
@media screen and (max-width: 1280px) {
    :root {
        --space-60: 40px;
        --space-50: 35px;
        --space-40: 30px;

        --font-55: 36px;
        --font-48: 32px;
    }
}
@media screen and (max-width: 1139px) {
    :root {
        --space-60: 35px;
        --space-50: 30px;
        --space-40: 25px;
        --space-25: 15px;
    }
}
@media screen and (max-width: 960px) {
    :root {
        --space-60: 30px;
        --space-50: 25px;
        --space-40: 20px;
    }
}
@media screen and (max-width: 639px) {
    :root {
        --font-55: 32px;
        --font-48: 30px;
        --font-40: 24px;
        --font-35: 24px;
        --font-30: 22px;
        --font-24: 18px;
    }
}
@media screen and (max-width: 420px) {
    :root {
        --font-55: 26px;
        --font-48: 24px;
        --font-40: 22px;
        --font-35: 20px;
        --font-30: 20px;
        --font-24: 16px;
    }
}