/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.t {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

a {
    color: #4d8e9e;
}

a:hover {
    color: #4d8e9e;
}

body {
    font-family: "Inter", sans-serif;
    color: #222222;
    font-size: 14px;
}

ul, ol {
    padding: 0;
    margin: 0;
}

button {
    outline: none !important;
}

.header {
    -webkit-box-shadow: 0 6px 12px rgba(238, 238, 238, 0.5);
    box-shadow: 0 6px 12px rgba(238, 238, 238, 0.5);
    position: relative;
    z-index: 5;
}

.header-top {
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
}

.header-top .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 44px;
}

.header-top__lft {
    padding-left: 25px;
}

.header-top__rht {
    padding-right: 25px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-top__rht .search-form {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    border-right: 1px solid #e5e5e5;
}

.header-top__rht .search-form .form-control {
    width: 100%;
}

.header-top__lft, .header-top__rht {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.head-wish {
    padding: 0;
    background: none;
    border: 0;
    position: relative;
}

.head-wish .icon {
    width: 16px;
    height: 14px;
    display: inline-block;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.head-wish:hover .icon {
    fill: #e5485e;
}

.head-cart {
    padding: 0;
    background: none;
    border: 0;
    margin-left: 16px;
    position: relative;
}

.head-cart .icon {
    width: 14px;
    height: 16px;
    display: inline-block;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.head-cart:hover .icon {
    fill: #e5485e;
}

.head-wish .wish-qty,
.head-cart .cart-qty {
    position: absolute;
    right: -10px;
    top: 0;
    background-color: #dc3545;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 1px 0 0 1px;
    font-size: 11px;
}

.head-wish .wish-qty {
    right: -9px;
    top: 0;
}

.head-help {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding-left: 28px;
    position: relative;
    color: #000;
    padding-right: 27px;
}

.head-help .icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.head-help:hover {
    color: #000;
}

.langs {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px 0 23px;
    color: #999999;
}

.langs span {
    display: inline-block;
    margin: 0 8px;
}

.langs a {
    color: #000;
}

.langs a.active {
    color: #999;
}

.langs button {
    background-color: transparent !important;
    border: none !important;
}

.langs button:hover,
.langs button:focus {
    text-decoration: underline;
}

.sell-buy {
    color: #4d8e9e;
    display: inline-block;
    margin-right: 28px;
    margin-left: 28px;
}

.sell-buy:hover {
    text-decoration: none;
    color: #000;
}

.register {
    background: #4d8e9e;
    color: #fff;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 24px 0 50px;
    position: relative;
    margin-right: 24px;
}

.register span:not([class]) {
    display: inline-block;
    margin: 0 10px;
}

.register .icon {
    display: inline-block;
    width: 14px;
    height: 15px;
    position: absolute;
    left: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: #fff;
}

.register a {
    color: #fff;
}

.search-form {
    position: relative;
}

.search-form .form-control {
    background: #f4f4f4;
    width: 270px;
    height: 44px;
    border: 0;
    font-size: 12px;
    padding-left: 55px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-radius: 0;
}

.search-form .form-control:focus {
    background: #e7e7e7;
}

.search-btn {
    display: block;
    padding: 0;
    border: 0;
    background: none;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search-btn .icon {
    width: 15px;
    height: 16px;
}

.header-btm {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
}

.header-btm .container-fluid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.menu {
    display: inline-block;
}

.main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-nav > li {
    display: inline-block;
    font-size: 14px;
    /*font-weight: bold;*/
    padding: 0 16px 34px 16px;
    margin-bottom: -34px;
}

.main-nav > li:last-child a {
    color: #e5485e;
}

.main-nav > li a {
    color: #000;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.main-nav > li a:hover {
    color: #4d8e9e;
    text-decoration: none;
}

.main-nav > li:hover .drop-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.drop-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 20px);
    z-index: 10;
    background: #fff;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #e5e5e5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.drop-menu__rht {
    background: #f1f4f4;
    padding: 36px 40px 40px 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
}

.drop-menu__rht .drop-img img {
    max-width: 100%;
}

.drop-menu__lft {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    padding: 35px 0 35px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0px;
}

.drop-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 50px 0 20px;
}

.drop-nav li {
    display: block;
    font-size: 15px;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.drop-nav li + li {
    margin-top: 8px;
}

.drop-nav + .drop-title {
    margin-top: 30px;
}

.drop-nav .btn-summary {
    color: #fff !important;
    padding: 5px 15px;
    margin-top: 10px;
}

.drop-title {
    font-size: 12px;
    margin-bottom: 20px;
}

.drop-name {
    /*font-family: 'Playfair Display', serif;*/
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 7px;
    /*font-style: italic;*/
}

.drop-panel {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.drop-panel span {
    display: inline-block;
    font-style: italic;
    font-size: 13px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

.drop-panel strong {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
}

.drop-img {
    margin-bottom: 13px;
}

.hero {
    z-index: 1;
}

.hero-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    max-width: 570px;
    text-align: center;
}

.hero-caption .btn {
    width: 280px;
}

.hero-title {
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #495057;
    margin-bottom: 34px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

.backdrop, .side-backdrop {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    z-index: -100;
}

.js-open .backdrop {
    visibility: visible;
    z-index: 80;
}

.js-open .header {
    z-index: 99;
}

.nav-ico {
    display: none;
    vertical-align: middle;
    position: absolute;
    padding: 0;
    right: 7px;
    border: 0;
    background: transparent;
    width: 34px;
    height: 32px;
    overflow: hidden;
    text-align: center;
    z-index: 10;
    outline: none !important;
}

.nav-ico .icon {
    width: 16px;
    height: 11px;
}

.nav-ico .icon:not(:first-child) {
    display: none;
}

.show-menu .nav-ico {
    text-align: center;
}

.show-menu .nav-ico .icon {
    width: 14px;
    height: 14px;
    margin: 0 auto;
    position: relative;
    top: 3px;
}

.show-menu .nav-ico .icon:first-child {
    display: none;
}

.show-menu .nav-ico .icon:not(:first-child) {
    display: block;
}

.nav-ico span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    height: 2px;
    width: 16px;
    background: #4d8e9e;
}

.nav-ico span:first-child {
    top: 8px;
}

.nav-ico span:nth-child(2) {
    top: 13px;
}

.nav-ico span:last-child {
    top: 18px;
}

.js-open .nav-ico span {
    background: #4d8e9e;
}

.js-open .nav-ico span:first-child {
    top: 13px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.js-open .nav-ico span:last-child {
    top: 13px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.js-open .nav-ico span:nth-child(2) {
    left: 150px;
}

@media (max-width: 1360px) {
    .header-btm__rht {
        display: none;
    }

    .header-top__rht .search-form {
        display: block;
    }
}

@media (max-width: 1199px) {
    .hero-title {
        font-size: 38px;
        line-height: 48px;
    }

    .header-top__lft {
        padding-left: 0;
    }

    .header-top__rht {
        padding-right: 0;
    }

    .header-btm {
        padding-left: 0;
        padding-right: 0;
    }

    .drop-menu__rht {
        padding: 20px 20px 40px 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
        flex: 0 0 260px;
        max-width: 260px;
    }

    .drop-menu__lft {
        padding-top: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1024px) {
    .sell-buy {
        display: none;
    }

    .main-nav > li {
        padding-right: 12px;
        padding-left: 12px;
    }
}

@media (max-width: 991px) {
    .menu {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        width: 80%;
        background: #fff;
        z-index: 99;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);
        padding: 25px;
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        overflow: auto;
        border-top: 0;
    }

    .drop-menu {
        display: none;
        position: static;
        opacity: 1;
        visibility: visible;
        padding-top: 10px;
        border-top: 0;
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }

    .js-expand .drop-menu {
        display: block;
    }

    .drop-menu__rht {
        display: none;
    }

    .drop-menu__lft {
        width: 100%;
        padding: 0;
        display: block;
    }

    .main-nav {
        display: block;
        margin-bottom: 20px;
    }

    .main-nav > li {
        display: block;
        padding: 0;
        margin: 0 0 5px 0;
        font-size: 24px;
        text-transform: uppercase;
    }

    .js-open {
        overflow: hidden;
    }

    .js-open .menu {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .nav-ico {
        display: block;
    }

    .head-help {
        display: none;
    }

    .langs {
        margin-left: -16px;
    }

    .drop-col {
        padding: 0;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .drop-title {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .hero-caption {
        width: 500px;
        padding: 0 15px;
    }

    .header-top__lft {
        padding-left: 0;
    }

    .header-top__rht {
        padding-right: 0;
    }

    .register {
        margin-right: 14px;
    }

    .sell-buy {
        margin-right: 14px;
    }

    .langs {
        padding: 0 15px;
    }

    .head-help {
        padding-right: 15px;
    }

    .header-btm {
        padding-left: 0;
        padding-right: 0;
    }

    .sell-buy, .langs {
        display: none;
    }

    .header-top .container-fluid {
        padding-left: 0;
    }
}

@media (max-width: 577px) {
    .head-help {
        display: none;
    }

    .search-form {
        display: none;
    }

    .hero-title {
        font-size: 28px;
        line-height: 38px;
    }

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

    .register {
        display: none;
    }

    .head-wish {
        margin-left: 20px;
    }
}

@media (max-width: 400px) {
    .header-top__lft {
        display: none;
    }

    .header-top__rht {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .register {
        margin-left: -15px;
    }

    .register {
        padding-left: 40px;
    }

    .register .icon {
        left: 15px;
    }

    .search-form .form-control {
        padding-left: 40px;
    }

    .search-btn {
        left: 12px;
    }

    .main-nav > li {
        font-size: 20px;
    }
}

h1, h2, h3, h4, h5 {
    margin: 0;
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    /*font-family: "Roboto", sans-serif;*/
    font-family: 'Playfair Display', serif;
    text-align: center;
    font-style: italic;
    margin-bottom: 50px;
}

h3 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 24px;
}

.headline h1, .headline h2, .headline h3, .headline h4, .headline h5 {
    /*font-family: "Inter", sans-serif;*/
    font-family: 'Playfair Display', serif;
    text-align: left;
    font-style: normal;
    margin-bottom: 0;
    font-weight: 500;
}

.btn {
    background: #4d8e9e;
    color: #fff;
    padding: 13px 30px;
    font-size: 14px;
}

.btn.btn-slim {
    padding: 7px 30px;
}

.btn.btn-light {
    background: #E4EEF0;
    color: #4C8D9F;
    font-weight: 600;
}

.btn.btn-transparent {
    background: transparent;
    color: #222;
}

.btn.btn-block {
    display: block;
    width: 100%;
}

.btn:hover {
    background: #457f8d;
    color: #fff;
}

.btn.btn-question svg {
    width: 16px;
    height: 16px;
    margin: -2px 6px 0 0;
}

.btn.btn-question:hover,
.btn.btn-question:focus {
    background: #ffffff;
    color: inherit;
}

.hero {
    height: 480px;
    position: relative;
    overflow: hidden;
}

.hero:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
}

.hero img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section {
    background: #fff;
    padding: 40px 0 40px 0;
}

.section.has-bg {
    background: #f5f7f7;
}

.section .sub-title {
    text-align: center;
    padding: 0 0 20px 0;
    font-size: 17px;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff!important;
}

.headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 44px;
}

.headline .inner span {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-style: italic;
}

.more-link {
    /*font-weight: bold;*/
    font-size: 14px;
    color: #4d8e9e;
    display: inline-block;
    margin-top: 15px;
}

.more-link:hover {
    color: #4d8e9e;
    text-decoration: underline;
}

.pop-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px -20px -10px;
}

.pop-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
    /* max-height: 200px; */
    overflow: visible;
}

.pop-item img {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.pop-item a {
    display: block;
    position: relative;
    color: #fff;
    overflow: hidden;
    border: 1px #e9ecef solid;
    border-radius: 5px;
    transition: 0.5s;
}

.pop-item a:hover {
    box-shadow: 0 0 20px 0 #ccc;
}

.pop-item a span {
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

@media (max-width: 440px) {
    .pop-item a span {
        height: 80px;
    }
}

@media (max-width: 370px) {
    .pop-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pop-item a span {
        height: 60px;
    }
}

.exhib-txt {
    padding-left: 25px;
}

.exhib-txt .btn {
    min-width: 290px;
}

.exhib-info {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
}

.row.exhib img.img-fluid {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.tags {
    margin-bottom: 22px;
}

.tags .tag {
    display: inline-block;
    background: #dce7ea;
    color: #4d8e9e;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    padding: 0 10px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.tags .tag:hover {
    text-decoration: none;
    background: #ccdce0;
}

.exhib-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 24px;
}

.exhib-inf {
    margin-bottom: 35px;
}

.exhib-inf li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    font-size: 14px;
}

.exhib-inf li + li {
    margin-top: 6px;
}

.exhib-inf li span {
    display: inline-block;
}

.exhib-inf li span:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 136px;
    flex: 0 0 136px;
    max-width: 136px;
    padding-right: 15px;
    display: inline-block;
}

.author-list {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
}

.author-list div[class^=col-] {
    padding: 0 10px;
    margin-bottom: 20px;
    max-height: 300px;
}

.author-list div[class^=col-] a {
    display: block;
    overflow: hidden;
    position: relative;
    height: 100%;
    color: #fff;
    border-radius: 5px;
}

.author-list div[class^=col-] a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
}

.author-list div[class^=col-] a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.author-inf {
    position: absolute;
    left: 40px;
    top: 32px;
    right: 20px;
    z-index: 1;
}

.author-inf strong {
    display: block;
    font-size: 20px;
    /*line-height: 30px;*/
    font-weight: 500;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
}

.selections a {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.selections a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.selections a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

.selections a:hover {
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
}

.selections a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.sel-name {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-size: 24px;
    font-style: italic;
    text-align: center;
    font-family: "Roboto", sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}

.sel-name > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #4d8e9e;
    border-radius: 50%;
    margin: 0 auto 22px auto;
}

.sel-name > span .icon {
    width: 28px;
    height: 26px;
}

@media (min-width: 1200px) {
    .selections {
        margin: 0 -20px -20px -20px;
    }

    .selections div[class^=col-] {
        padding: 0 20px;
        margin-bottom: 40px;
    }

    .aside {
        min-width: 292px;
        padding: 0 15px;
    }
}

.teaser {
    height: 400px;
    position: relative;
}

.teaser.teaser-guide .btn {
    margin-bottom: 0;
}

.teaser img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.teaser .btn {
    display: block;
    max-width: 310px;
    margin: 0 auto 36px auto;
}

.teaser-caption {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.teaser-caption span {
    display: block;
}

.teaser-title {
    font-size: 32px;
    line-height: 42px;
    /*font-weight: bold;*/
    margin-bottom: 30px;
    font-family: 'Playfair Display', serif;
}

.main {
    padding-top: 40px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

.footer {
    background: #0c0d0d;
    padding-top: 35px;
}

.footer strong {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #999;
    margin-bottom: 23px;
}

.foot-top__lft {
    padding-top: 15px;
}

.foot-top {
    border-bottom: 1px solid #1d1e1e;
    padding-bottom: 40px;
}

.foot-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -13px;
}

.socials li {
    display: inline-block;
    padding: 0 10px;
}

.socials .icon {
    display: inline-block;
    width: 18px;
    height: 18px;
}

.pay-list {
    margin: 0 -13px;
}

.pay-list li {
    display: inline-block;
    padding: 0 13px;
}

.pay-list li .icon {
    display: inline-block;
}

.pay-list li.paypal .icon {
    width: 52px;
    height: 14px;
}

.pay-list li.visa .icon {
    width: 38px;
    height: 12px;
}

.pay-list li.mastercard .icon {
    width: 23px;
    height: 16px;
}

.foot-mdl {
    padding-top: 55px;
    padding-bottom: 80px;
    border-bottom: 1px solid #1d1e1e;
}

.foot-mdl .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.foot-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    padding-right: 30px;
}

.foot-mdl__lft {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
}

.foot-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 10px;
}

.foot-mdl__rht {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
}

.foot-nav li {
    display: block;
}

.foot-nav li + li {
    margin-top: 10px;
}

.foot-nav li a {
    color: #fff;
    font-weight: bold;
}

.foot-btm {
    text-align: center;
    font-size: 12px;
    color: #999;
    padding: 38px 0 45px 0;
}

.foot-btm a {
    color: #999;
}

.foot-btm span {
    display: inline-block;
    margin: 0 10px;
}

@media (max-width: 991px) {
    .foot-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer {
        padding-top: 20px;
    }

    .foot-top {
        padding-bottom: 20px;
    }

    .foot-mdl {
        padding-top: 35px;
        padding-bottom: 40px;
    }

    .foot-btm {
        padding: 15px 0 15px 0;
    }

    .footer strong {
        margin-bottom: 15px;
    }

    .foot-mdl__lft {
        width: 100%;
    }

    .foot-mdl .container {
        display: block;
    }

    .foot-row {
        padding-right: 0;
    }

    .foot-mdl__rht {
        margin: 0 auto;
        text-align: center;
    }

    .foot-mdl__lft {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .foot-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .foot-row strong {
        display: block;
        position: relative;
    }

    .foot-row strong:after {
        content: "";
        display: block;
        position: absolute;
        width: 8px;
        height: 8px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        right: 5px;
        top: 5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .foot-nav {
        display: none;
        margin-bottom: 20px;
    }

    .js-expand .foot-nav {
        display: block;
    }

    .js-expand strong:after {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: 8px;
    }

    .foot-row {
        padding-right: 0;
    }

    .foot-mdl {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .foot-top__lft {
        padding-top: 0;
    }

    .foot-top__mdl {
        padding: 15px 0;
    }

    .foot-top__lft, .foot-top__mdl, .foot-top__rht {
        text-align: center;
    }

    .foot-top .container {
        display: block;
    }

    .footer strong {
        margin-bottom: 10px;
        cursor: pointer;
    }

    .foot-mdl__lft {
        margin-bottom: 20px;
    }

    .foot-mdl__rht {
        max-width: 100%;
        text-align: center;
    }
}

.breadcrumb {
    margin: 0 0 25px 0;
    padding: 0;
    background: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: #999999;
}

.breadcrumb a {
    color: #999999;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 28px;
    position: relative;
}

.breadcrumb-item + .breadcrumb-item:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 9px;
    background: url("../images/breadcrumbs.svg") 0 0 no-repeat;
    position: absolute;
    left: 12px;
    top: 6px;
}

.section-top {
    border-bottom: 1px solid #e5e5e5;
    padding: 35px 50px 0 50px !important;
}

.text-block {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 24px;
}

.text-block h1, .text-block h2 {
    font-style: italic;
    /*font-family: "Roboto", sans-serif;*/
    font-family: 'Playfair Display', serif;
    margin-bottom: 23px;
}

.text-block p {
    margin-bottom: 15px;
}

.show-more {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.show-more a {
    color: #4d8e9e;
}

.main-row {
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 40px;
}

.aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 292px;
    flex: 0 0 292px;
    max-width: 292px;
}

.content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    padding-left: 25px;
}

.carousel {
    margin: 0 -10px 40px -10px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.carousel.slick-initialized {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.carousel .slide {
    padding: 0 10px;
    overflow: hidden;
    height: 140px;
}

.carousel .slide a {
    display: block;
    position: relative;
    color: #fff;
    overflow: hidden;
    height: 100%;
    border-radius: 4px;
}

.carousel .slide a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}

.carousel .slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

.carousel .slide span {
    display: block;
    position: absolute;
    left: 38px;
    bottom: 34px;
    z-index: 5;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    padding: 0;
    border: 0;
    font-size: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    background: #fff;
    outline: none !important;
}

.slick-prev {
    left: -10px;
}

.slick-prev:after {
    content: "";
    display: block;
    position: absolute;
    width: 9px;
    height: 15px;
    background: url("../images/arrow-left.svg") 0 0 no-repeat;
    left: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slick-next {
    right: -10px;
}

.slick-next:after {
    content: "";
    display: block;
    position: absolute;
    width: 9px;
    height: 15px;
    background: url("../images/arrow-right.svg") 0 0 no-repeat;
    left: 17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.filter-item .inner {
    padding-top: 25px;
    padding-bottom: 15px;
}

.filter-item {
    padding-bottom: 15px;
    border-top: 1px solid #d9d9d9;
    padding-top: 15px;
}

.filter-item:first-child {
    border-top: none;
    padding-top: 0;
}

.filter-item .btn {
    padding: 5px 15px;
    font-size: 12px;
}

.filter-bar .btn {
    width: 108px;
}

.filter-item-box {
    padding-bottom: 30px;
    border-top: 1px solid #d9d9d9;
}

.filter-item-box .filter-title {
    margin-bottom: 13px;
}

.filter-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter-title {
    padding: 0;
    border: 0;
    background: none;
    font-size: 14px;
    font-weight: bold;
    display: block;
    width: 100%;
    margin-bottom: 0px;
    text-align: left;
    position: relative;
    outline: none !important;
}

.filter-title .icon {
    display: block;
    position: absolute;
    right: 2px;
    top: 7px;
    width: 9px;
    height: 6px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.filter-title:not(.collapsed) .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.check-item {
    position: relative;
}

.check-item + .check-item {
    margin-top: 10px;
}

.check-item input[type=checkbox], .check-item input[type=radio] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.check-item input[type=checkbox]:checked + label:before, .check-item input[type=radio]:checked + label:before {
    background-color: #4d8e9e;
}

.check-item input[type=checkbox]:checked + label:after, .check-item input[type=radio]:checked + label:after {
    opacity: 1;
    z-index: 2;
}

.check-item label {
    margin: 0;
    padding-left: 39px;
    position: relative;
    font-size: 14px;
    cursor: pointer;
}

.check-item label:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    left: 0;
}

.check-item label:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    left: 5px;
    top: 5px;
    opacity: 0;
}

.show-all {
    display: inline-block;
    padding: 0;
    border: 0;
    background: none;
    margin-top: 15px;
}

.show-all .icon {
    width: 9px;
    height: 6px;
    display: inline-block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.show-all:not(.collapsed) .icon {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.tgl {
    display: none;
}

.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
    background: none;
}

.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
    background: none;
}

.tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 40px;
    height: 20px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
}

.tgl + .tgl-btn:after {
    left: 0;
}

.tgl + .tgl-btn:before {
    display: none;
}

.tgl:checked + .tgl-btn:after {
    left: 50%;
}

.tgl + .tgl-btn {
    background: #e2e2e2;
    border-radius: 2em;
    padding: 2px;
    margin-bottom: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.tgl + .tgl-btn:after {
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.tgl:checked + .tgl-btn {
    background: #4d8e9e;
}

.toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
}

.toggler strong {
    font-weight: normal;
    font-size: 14px;
}

.check-color {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    z-index: 1;
    border-radius: 3px;
}

.size-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.size-bar .btn {
    width: 74px;
}

.item-size {
    padding-right: 10px;
}

.size-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    padding-right: 10px;
}

.size-inputs span {
    display: inline-block;
    width: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.size-inputs .input-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
}

.size-inputs .form-control {
    font-size: 14px;
}

.filter-panel {
    margin-bottom: 45px;
}

.short-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.short-filter li {
    display: inline-block;
    font-size: 14px;
    /*font-weight: bold;*/
}

.short-filter li:not(:last-child) {
    margin-right: 30px;
}

.short-filter li a {
    color: #999999;
}

.short-filter li a.active {
    color: #000;
}

.item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item-list .summary {
    width: 100%;
    padding: 0 0 15px 0;
    margin: 0 20px 20px 20px;
    border-bottom: 1px #cccccc61 solid;
}

.item-list .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 20px;
    font-size: 14px;
    margin-bottom: 32px;
}

.item-img {
    margin-bottom: 24px;
}

.item-img img {
    max-width: 100%;
    width: 100%;
}

.item-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
}

.item-name a {
    color: #000;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    flex: auto;
}

.item-name .labels svg {
    max-width: 24px;
    max-height: 24px;
}

.item-name .labels .label {
    margin-right: 5px;
}

.item-name .labels .label:last-child {
    margin-right: 10px;
}

.item-inf {
    margin-bottom: 5px;
}

.item-inf span {
    font-style: italic;
}

.item-inf a {
    font-style: italic;
}

.item-inf a:hover {
    color: #4d8e9e;
    text-decoration: underline;
}

.item-wish {
    padding: 0;
    border: 0;
    background: none;
    margin-left: 5px;
}

.item-wish .icon {
    width: 16px;
    height: 14px;
}

.item-wish .icon:hover {
    fill: #4d8e9e;
}

.item-wish.active .icon {
    fill: #4d8e9e;
}

.item-params {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #666;
}

.item-price {
    font-weight: bold;
    color: #000;
}

.pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
}

.pagination .page-link {
    padding: 0;
    display: block;
    border-color: transparent !important;
    border-radius: 3px !important;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 0;
    color: #000;
}

.pagination li {
    display: inline-block;
    margin: 0 4px;
}

.page-item.active .page-link {
    background: #ebefef;
    color: #000;
}

.title {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
    font-style: italic;
    /*font-family: "Roboto", sans-serif;*/
    font-family: 'Playfair Display', serif;
    margin-bottom: 50px;
}

.tags-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tags-list li {
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 10px;
}

.tags-list li a {
    display: block;
    background: #ebefef;
    white-space: nowrap;
    padding: 5px 24px;
    border-radius: 3px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.tags-list li a:hover {
    text-decoration: none;
    background: #4d8e9e;
    color: #fff;
}

.section-text {
    padding-top: 50px;
    margin-bottom: 20px;
}

.section-text .title {
    margin-bottom: 45px;
}

.section-text p,
.section-text ul {
    margin-bottom: 27px;
}

.section-text ul {
    margin-left: 20px;
}

.section-text p:last-child {
    margin-bottom: 0;
}

.section-text img {
    max-width: 100%;
    height: auto;
}

.filter-panel {
    position: relative;
}

.filter-panel .filter-toggle {
    position: absolute;
    right: 0;
    top: -5px;
    display: block;
    padding: 0;
    border: 0;
    background: none;
    display: none;
}

.filter-panel .filter-toggle .icon {
    width: 32px;
    height: 32px;
}

@media (max-width: 1199px) {
    .aside {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 242px;
        flex: 0 0 242px;
        max-width: 242px;
    }

    .size-bar {
        display: block;
    }

    .size-inputs {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }

    .size-inputs .input-box {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        width: 100%;
    }

    .size-bar .btn {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .filter {
        position: fixed;
        left: 0;
        top: -1px;
        bottom: 0;
        background: #fff;
        width: 300px;
        padding: 15px;
        -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 50%);
        box-shadow: 0 6px 12px rgb(0 0 0 / 50%);
        z-index: 50;
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        overflow: auto;
    }

    .filter .filter-item:nth-child(2) {
        border-top: 0;
    }

    .js-filter {
        overflow: hidden;
    }

    .js-filter .header {
        z-index: 0;
    }

    .js-filter .filter {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .js-filter .side-backdrop {
        opacity: 1;
        visibility: visible;
        z-index: 10;
    }

    .aside {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .content {
        padding-left: 0;
    }

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

    .section-top {
        padding: 35px 30px 0 30px !important;
    }

    .filter-panel .filter-toggle {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .item-list {
        margin: 0 -10px;
    }

    .item-list .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 10px;
    }

    .short-filter {
        display: block;
    }

    .short-filter li {
        display: block;
    }

    .filter-panel {
        margin-bottom: 25px;
    }

    .filter-panel .filter-toggle {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 577px) {
    .short-filter {
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }

    .short-filter li {
        display: inline-block;
        margin-bottom: 10px;
        margin-left: 5px;
        margin-right: 5px !important;
    }

    .carousel .slick-prev {
        left: 0;
    }

    .carousel .slick-next {
        right: 0;
    }

    .carousel {
        margin-bottom: 20px;
    }

    .main {
        padding-top: 15px;
    }

    .item-list .item:last-child {
        margin-bottom: 0;
    }

    .tags-list li a {
        padding: 3px 8px;
    }

    .main-row, .pagination, .title, .section-text .title {
        margin-bottom: 25px;
    }

    .section-top {
        padding: 35px 0px 0 0px !important;
    }

    .short-filter {
        text-align: left;
    }

    .filter-panel {
        padding-right: 50px;
    }
}

@media (max-width: 400px) {
    .item-list .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tags-list li a {
        font-size: 12px;
        padding: 3px 8px;
    }
}

@media (max-width: 1199px) {
    .pop-item a span {
        font-size: 17px;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .author-inf {
        position: absolute;
        left: 20px;
        top: 12px;
        right: 20px;
    }

    .selections div[class^=col-] {
        margin-bottom: 30px;
    }

    .section {
        padding: 40px 0 60px 0;
    }
}

@media (max-width: 991px) {
    .exhib-title {
        font-size: 18px;
        line-height: 28px;
    }

    .tags {
        margin-bottom: 12px;
    }

    .exhib-title, .exhib-info {
        margin-bottom: 15px;
    }

    .exhib-inf {
        margin-bottom: 20px;
    }

    .sel-name {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .pop-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .pop-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .exhib-txt {
        padding-left: 15px;
        padding-top: 20px;
    }

    .hero-caption {
        width: auto;
        left: 0;
        right: 0;
        -webkit-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%);
    }

    .selections div[class^=col-] {
        margin-bottom: 15px;
    }
}

@media (max-width: 577px) {
    .headline {
        display: block;
        margin-bottom: 25px;
    }

    .more-link {
        margin-top: 5px;
    }

    .teaser-title {
        font-size: 28px;
        line-height: 38px;
    }

    .teaser-caption {
        left: 15px;
        right: 15px;
        -webkit-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%);
    }

    h1, h2, h3, h4, h5 {
        font-size: 28px;
        line-height: 38px;
    }

    .hero {
        height: 360px;
    }

    .section {
        padding: 30px 0 30px 0;
    }
}

@media (max-width: 380px) {
    .author-list div[class^=col-] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .author-list div[class^=col-] a {
        max-height: 160px;
    }
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Transition effects */
.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

/* Share */
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

.product-gallery {
    padding: 40px 0 60 pxz 0;
}

.gallery-item {
    margin-bottom: 30px;
}

.slider-for, .slider-nav {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.slider-for.slick-initialized, .slider-nav.slick-initialized {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.prod-price strong {
    display: block;
}

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

.prod-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.prod-actions .btn {
    min-width: 200px;
    font-size: 14px;
}

.prod-wish {
    padding: 0;
    border: 0;
    background: none;
    font-size: 12px;
}

.prod-wish .icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
}

.prod-wish + .prod-wish {
    margin-left: 10px!important;
}

.prod-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 54px;
    flex-flow: row wrap;
}

.prod-btns .head-wish {
    margin-left: 20px;
}

.prod-price {
    text-align: center;
    font-size: 12px;
    padding-right: 40px;
}

.prod-price strong {
    display: block;
    font-size: 20px;
    line-height: 30px;
}

.product-bar {
    padding: 40px 25px 40px 25px;
    border-bottom: 1px solid #e5e5e5;
}

.product-bar .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 992px) {
    .product-bar {
        position: sticky;
        top: -1px;
        left: 0;
        right: 0;
        z-index: 10;
    }

    .product-bar.is-pinned {
        padding: 10px;
    }

    .product-bar.is-pinned .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .product-bar.is-pinned .breadcrumb {
        display: none;
    }

    .product-bar.is-pinned .product-bar__lft img {
        width: 84px;
        height: 84px;
    }

    .product-bar.is-pinned .prod-btns {
        margin-bottom: 15px;
    }

    .product-bar.is-pinned .product-bar__mdl h1, .product-bar.is-pinned .product-bar__mdl h2, .product-bar.is-pinned .product-bar__mdl .title {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

.product-bar__lft, .product-bar__rht {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 420px;
    flex: 0 0 420px;
    max-width: 420px;
}

.product-bar__lft {
    padding-right: 15px;
}

.product-bar__lft img {
    max-height: 120px;
}

.product-bar__rht {
    padding-left: 15px;
}

.product-bar__mdl {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    text-align: center;
}

.product-bar__mdl h1, .product-bar__mdl h2, .product-bar__mdl .title {
    font-style: italic;
    /*font-family: "Roboto", sans-serif;*/
    margin-bottom: 14px;
}

.prod-type {
    font-family: 'Playfair Display';
    font-weight: 300;
    font-style: italic;
    position: relative;
    line-height: 24px;
    top: 10px;
    font-size: 24px;
}

.prod-type a {
    font-family: 'Playfair Display';
}

.prod-type a:hover {
    color: #4d8e9e;
}

.product-bar.is-pinned .prod-type {
    top: 0;
    font-size: 20px;
}

.slider-for {
    text-align: center;
}

.slider-for .slide {
    text-align: center;
}

.slider-for .slide img {
    display: inline-block;
}

.slider-nav-box {
    max-width: 400px;
    margin: 20px auto 0 auto;
}

.slider-nav {
    margin: 0 -10px;
}

.slider-nav .slide {
    display: inline-block;
    width: 64px;
    height: 64px;
    padding: 0 10px;
}

.slider-nav .slide img {
    max-width: 100%;
    opacity: 0.5;
}

.slider-nav .slide.slick-current img {
    opacity: 1;
}

.product-gallery {
    text-align: center;
}

.visual-card {
    display: inline-block;
    position: relative;
}

.visual-card > img {
    max-width: 100%;
}

.sample {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
}

.visual-equal .sample {
    max-width: 50%;
    max-height: 50%;
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.visual-equal.visual-medium-1 .sample,
.visual-equal.visual-medium-2 .sample {
    max-width: 38%;
}

.visual-equal.visual-big-horizontal-1 .sample,
.visual-equal.visual-big-horizontal-2 .sample {
    max-width: 72%;
    max-height: 52%;
}

.visual-equal.visual-big-vertical-1 .sample {
    max-width: 50%;
    max-height: 65%;
    top: 15px;
}

.visual-equal.visual-big-vertical-2 .sample {
    max-width: 40%;
    max-height: 75%;
    top: 15px;
    right: 15px;
    left: initial;
    -webkit-transform: none;
    transform: none;
}

.params-row {
    margin: 30px -20px 30px -20px;
}

.params-row div[class^=col-] {
    padding: 0 20px;
}

.parametrs > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
    line-height: 24px;
    padding: 24px 0 23px 0;
}

.parametrs li:first-child {
    padding-top: 0;
}

.parametrs li span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.parametrs li span:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    font-weight: bold;
    padding-right: 25px;
}

.product-section {
    padding: 50px 0 60px 0;
}

.tabs-nav {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 23px;
    margin-top: -6px;
}

.tabs-nav li {
    display: inline-block;
    padding: 0 20px;
    font-weight: bold;
}

.tabs-nav li a {
    padding: 0;
    color: #999999;
    border-bottom: 2px solid transparent;
    display: inline-block;
    padding-bottom: 5px;
}

.tabs-nav li a.active {
    border-bottom-color: #4d8e9e;
    color: #000;
}

.tab-pane .inner {
    padding-top: 20px;
    padding-bottom: 10px;
}

.tab-pane .btn {
    margin-top: 33px;
}

.card {
    display: block;
    background: none;
    font-size: 14px;
    line-height: 24px;
}

.how-to {
    padding: 50px 0 50px 0;
    margin-bottom: 20px;
}

.author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.author .info {
    font-size: 12px;
    color: #999;
    margin-bottom: 20px;
}

.author .info span {
    display: inline-block;
    margin: 0 12px;
}

.author__lft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    max-width: 260px;
}

.author__lft img {
    max-width: 100%;
}

.author__rht {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    padding-left: 40px;
    padding-top: 13px;
    font-size: 14px;
    line-height: 24px;
}

.author__rht h2, .author__rht h3, .author__rht h4, .author__rht h5 {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    font-family: "Inter", sans-serif;
    margin-bottom: 18px;
    font-style: normal;
}

.works-slider {
    margin: 0 -20px;
}

.works-slider .slide,
.works-slider .slick-slide {
    padding: 0 20px;
}

.works-slider .slick-arrow {
    top: 35%;
}

.works-slider .slick-next {
    right: 0;
}

.works-slider .slick-prev {
    left: 0;
}

.section-benefits .btn-question {
    margin: -45px 0 25px 0;
}

.benefits strong {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-style: italic;
    font-family: "Roboto", sans-serif;
    margin-bottom: 12px;
    color: #000;
}

.benefits div[class^=col-] {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
}

.benefits div[class^=col-] span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 48px;
    height: 48px;
    background: #4d8e9e;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}

.benefits div[class^=col-] span .icon {
    display: inline-block;
}

.benefits div[class^=col-]:first-child span .icon {
    width: 28px;
    height: 28px;
}

.benefits div[class^=col-]:nth-child(2) span .icon {
    width: 24px;
    height: 28px;
}

.benefits div[class^=col-]:nth-child(3) span .icon {
    width: 28px;
    height: 22px;
}

.layout {
    position: relative;
    z-index: 2;
}

@media (max-width: 1199px) {
    .product-bar {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .product-bar__lft, .product-bar__rht {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px;
    }

    .prod-actions .btn {
        min-width: 120px;
    }

    .product-bar__mdl h1, .product-bar__mdl h2, .product-bar__mdl .title {
        margin-bottom: 5px;
    }

    .visual-zoomout .sample {
        max-width: 80px;
    }

    .visual-zoomin .sample {
        max-width: 100px;
    }

    .parametrs li {
        padding: 10px 0 9px 0;
    }

    .parametrs li span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .parametrs li span:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media (max-width: 991px) {
    .product-bar .container-fluid {
        display: block;
    }

    .product-bar__lft {
        display: none;
    }

    .product-bar__mdl {
        width: 100%;
    }

    .product-bar__rht {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
    }

    .prod-btns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 15px;
    }

    .prod-actions {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .prod-type {
        margin-bottom: 20px;
    }

    .product-bar {
        padding-bottom: 30px;
    }

    .visuals {
        text-align: center;
    }

    .visuals div[class^=col-] + div[class^=col-] {
        margin-top: 40px;
    }

    .author__lft {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 200px;
    }

    .benefits div[class^=col-] + div[class^=col-] {
        margin-top: 30px;
    }

    .benefits div[class^=col-] span {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .tabs-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .tab-pane {
        border: none;
    }

    .tab-pane .tab-header {
        display: none;
    }

    .tab-pane .collapse {
        display: block;
    }
}

@media (max-width: 767px) {
    .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }

    .works-slider {
        margin: 0 -10px;
    }

    .works-slider .slide {
        padding: 0 10px;
    }

    .tab-pane {
        margin-bottom: 10px;
    }

    .tab-header {
        display: block;
    }

    .tab-header a {
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-size: 20px;
        padding: 5px;
        font-weight: bold;
        border-radius: 3px;
        background: #4d8e9e;
        color: #fff;
    }

    .tab-header a:hover {
        text-decoration: none;
    }

    .author__lft {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
        flex: 0 0 160px;
        max-width: 160px;
    }

    .author__rht {
        padding-left: 30px;
    }
}

@media (max-width: 577px) {
    .params-row {
        margin: 0 -15px;
    }

    .visuals div[class^=col-] + div[class^=col-] {
        margin-top: 15px;
    }

    h1, h2, h3, h4, h5 {
        margin-bottom: 30px;
    }

    .how-to {
        padding: 30px 0 40px 0;
    }

    .product-gallery {
        padding-top: 15px;
    }

    .gallery-item {
        margin-bottom: 15px;
    }

    .author {
        display: block;
        text-align: center;
    }

    .author__rht h2, .author__rht h3, .author__rht h4, .author__rht h5 {
        text-align: center;
    }

    .author__lft {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .author__rht {
        padding-left: 0;
        width: 100%;
    }

    .product-section {
        padding: 30px 0 40px 0;
    }

    .visual-equal .sample {
        top: 20px;
    }
}

.hero-banner {
    position: relative;
    overflow: hidden;
    z-index: 4;
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
}

.hero-banner:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.hero-banner > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.hero-banner .container {
    position: relative;
    z-index: 5;
}

.hero-banner .logo {
    max-width: 584px;
    display: block;
    text-align: center;
    margin: 93px auto 73px auto;
}

.hero-banner .logo img {
    width: 100%;
}

.hero-banner .breadcrumb {
    color: #fff;
    margin-bottom: 30px;
}

.hero-banner .breadcrumb .breadcrumb-item.active {
    color: #fff;
}

.hero-banner .breadcrumb-item + .breadcrumb-item::before {
    background: url("../images/breadcrumbs-w.svg") 0 0 no-repeat;
}

.hero-banner .breadcrumb a {
    color: #fff;
}

.hero-banner-txt {
    font-size: 28px;
    line-height: 38px;
    font-style: italic;
    font-family: "Roboto", sans-serif;
    color: #fff;
    padding-bottom: 50px;
}

.item-box {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.item-box__img {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.team .row {
    margin: 0 -20px;
}

.team div[class^=col-] {
    padding: 0 20px;
}

.team .btn {
    width: 240px;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .item-row div[class^=col-]:first-child {
        margin-bottom: 40px;
    }

    .item-row div[class^=col-]:nth-child(2) {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .team img {
        margin-bottom: 25px;
    }

    .hero-banner .breadcrumb {
        margin-bottom: 70px;
    }

    .hero-banner-txt {
        font-size: 22px;
        line-height: 32px;
    }

    .hero-banner .container {
        height: 360px;
    }

    .hero-banner .logo {
        max-width: 400px;
        margin-bottom: 50px;
    }
}

@media (max-width: 577px) {
    .hero-banner .breadcrumb {
        margin-bottom: 30px;
    }

    .team .row {
        margin: 0;
    }

    .team div[class^=col-] {
        padding: 0;
    }

    .item-box__txt {
        max-width: 300px;
        margin: 0 auto;
    }

    .item-row div[class^=col-] {
        margin-bottom: 35px !important;
    }

    .item-box__img {
        height: auto;
        margin-bottom: 20px;
    }

    .hero-banner .logo {
        max-width: 260px;
        margin-bottom: 30px;
    }

    .hero-banner-txt {
        font-size: 18px;
        line-height: 28px;
        max-width: 320px;
        margin: 0 auto;
    }

    .hero-banner .container {
        height: auto;
    }
}

.debugger {
    position: absolute;
    left: 50%;
    top: 0;
}

* {
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*font-family: "Open Sans",  sans-serif;*/
    font-family: 'Roboto', Arial, sans-serif;
}

.nav-wrapper {
    position: absolute;
    width: 100%;
    height: calc(100vh - 117px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.nav-wrapper.show-menu {
    -webkit-transform: none;
    transform: none;
}

.show-menu {
    overflow: hidden;
}

.show-menu .nav-wrapper {
    -webkit-transform: none;
    transform: none;
}

.show-menu #search-toggle {
    display: none;
}

.show-menu .hero-banner {
    z-index: 0;
}

/*.js-nav-toggle {
    position: absolute;
    top: 0;
    right: -60px;
    width: 43px;
    height: 40px;
    margin: 15px 0 0 15px;
    display: block;
    float: left;
    padding: 0;
    color: #345;
    border: 2px solid #345;
    z-index: 2;

    span {
        position: relative;
        background-color: #345;
        height: 2px;
        display: block;
        width: 22px;
        margin: 17px auto 0;
        transition: all 0.4s;
        transition-delay: 0.3s;

        &:before,
        &:after {
            content: '';
            position: absolute;
            display: block;
            width: 20px;
            height: 0;
            left: 1px;
            top: 50%;
            margin-top: -7px;
            transition: all 0.3s 0.3s;
        }

        &:before {
            box-shadow: 0 14px 0 1px #345;
        }

        &:after {
            box-shadow: 0 0 0 1px #345;
        }

        .show-menu & {
            background-color: transparent;

            &:before {
                transform: rotate(-45deg);
            }

            &:after {
                transform: rotate(45deg);
            }

            &:before,
            &:after {
                margin-top: 0;
            box-shadow: 0 0 0 1px #345;
            }
        }
    }
}*/
.nav-wrapper nav {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
}

.nav-wrapper nav .nav-toggle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 8px 15px;
    color: #222;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: backgroun-color 0.2s;
    transition: backgroun-color 0.2s;
    pointer-events: none;
}

.nav-wrapper nav .nav-toggle.back-visible {
    pointer-events: all;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nav-wrapper nav .nav-toggle.back-visible .nav-back {
    opacity: 1;
}

.nav-wrapper nav .nav-toggle.back-visible .nav-title {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
}

.nav-wrapper nav .nav-toggle.back-visible + ul {
    top: 50px;
}

.nav-wrapper nav .nav-title {
    position: absolute;
    left: 0;
    padding-left: 0px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    color: #222;
    font-size: 18px;
    font-weight: bold;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    right: 70px;
}

.nav-wrapper nav .nav-back {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 30px;
    vertical-align: middle;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    /*&:after {
      left: 28%;
      width: 15px;
      height: 2px;
      background-color: currentcolor;
      margin-top: -1px;
  }*/
}

.nav-wrapper nav .nav-back:before, .nav-wrapper nav .nav-back:after {
    content: "";
    position: absolute;
    top: 50%;
}

.nav-wrapper nav .nav-back:before {
    left: 50%;
    width: 9px;
    height: 9px;
    border: 2px solid currentcolor;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
    transform: translate(-50%, -50%) rotateZ(-45deg);
}

.nav-wrapper nav a,
.nav-wrapper nav span.currencies {
    display: block;
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    color: #222;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: color 0.15s, background-color 0.15s;
    transition: color 0.15s, background-color 0.15s;
    background: #fff;
}

.nav-wrapper nav span.currencies span.active {
    border: 1px #dee2e6 solid;
    border-radius: 5px;
    padding: 0 5px;
    color: #495057;
    font-weight: 500;
    margin-right: 5px;
}

.nav-wrapper nav span.currencies button {
    background: none !important;
    border: none !important;
}

.nav-wrapper nav ul {
    list-style: none;
    padding: 0px 0 0 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    background-color: #fafafa;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.nav-wrapper nav ul ul {
    display: none;
    left: 100%;
}

.nav-wrapper nav li.has-dropdown > a {
    padding-right: 2.5em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.nav-wrapper nav li.has-dropdown > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    width: 9px;
    height: 9px;
    border: 2px solid currentcolor;
    border-left-color: transparent;
    border-top-color: transparent;
    -webkit-transform: translateY(-90%) rotateZ(-45deg);
    transform: translateY(-90%) rotateZ(-45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
}

.nav-wrapper nav li.nav-dropdown-open ul {
    display: block;
}

.nav-wrapper nav .special a {
    color: #e5485e;
}

.nav-wrapper nav li:last-child a {
    border-bottom: 0;
}

.icon-help {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
}

.icon-sellbuy {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    display: inline-block;
}

.icon-lang {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    display: inline-block;
}

.login-btn .icon {
    width: 14px;
    height: 15px;
}

.mobile-panel {
    display: none;
    width: 100%;
    padding: 0 36px;
    position: relative;
}

.mobile-panel .search-btn {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-left: 15px;
}

.panel__rht {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.panel__lft {
    position: relative;
    left: -36px;
}

.logo-mob {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    text-align: center;
}

.panel__lft {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
}

.login-btn {
    padding: 0;
    border: 0;
    background: none;
}

.login-btn .icon {
    fill: #000;
}

@media (max-width: 577px) {
    .nav-wrapper {
        height: calc(100vh - 97px);
    }

    .header-top, .header-btm__lft {
        display: none;
    }

    .header-btm__rht {
        display: none;
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        right: 0;
    }

    .header-btm__rht .search-form {
        display: block;
    }

    .header-btm__rht .search-form .form-control {
        width: 100%;
    }

    .mobile-panel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .nav-wrapper {
        height: calc(100vh - 53px);
    }

    .js-search .header-btm__rht {
        display: block;
    }

    .search-form .form-control {
        height: 56px;
    }
}


.zoom-box {
    display: inline-block;
    position: relative;
    /*max-height: 560px;*/
    max-width: 800px;
    overflow: hidden;
}

.slider-for {
    max-width: 800px;
    overflow: hidden;
    margin: 0 auto;
}

.zoom-box img {
    max-width: 100%;
}

.zoom-box:after {
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAd5JREFUeNrMlT1rwlAUhvMhImhEsRQEoRBag2t1Cjo4OmUpgj9D8D+4CeI/cFPcHR0iDiqdpBALgS46qFSKQhBSmwMNtJrozc2XB8Lh3gTuc8953xPyeDwSepAk+aKlZ8LjoE7WPe159RvCF5CAyX7vN2O1Jp/PhxKJBL3ZbNThcKjgQmCBwOHdbvchmUwG9b3lcnkol8sfl2DIE2EafYMk1kwmExyPx4+RSITe7XaqJEkKx3EhfV0qlWQzEArhgkgaqdfr93DgfD5XWJaVcrmcDBnWsF+r1e7sVAKpIovFgoM2FAqF9783hhaJovgE1WAY5g23EkgV0Q6gjfY1cX5DhmpYsSgWyGQy2UM+LTu0CfJgMPjCcYcl1zSbzXWxWIwKghCfTqfB0Wi053k+nM1mw/C+3W5/OqGJqxqpVqvxRqORMvoYBKrpQ16tVqqTEIYgYNVKpRKNxWL0drtVZVk+tFqtlO4cIxC7EEhzBBzS7/dZMxCKsB9X5whYFoYV2DSdToc6nU7Kjjtsg8AYn81mitPtsDzi7c4JR0a82xBYIG5AWAZxC8ISiJsQyCBuQyCBeAFxFcQriIsgXkKYgngNYQjiB8QZiF8Q/0AChL/RO/uL+hUUcQNxExA/AgwAQCThORpp8DAAAAAASUVORK5CYII=") 0 0 no-repeat;
}

.main-nav .item-inf a {
    color: #4d8e9e;
}

.main-nav .item-inf a:hover {
    text-decoration: underline;
}

/* CREATOR PAGE */

.section-author {
    padding: 35px 0;
    border-bottom: 1px solid #e5e5e5;
}

.person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
}

.person-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 262px;
    flex: 0 0 262px;
    max-width: 262px;
}

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

.person-txt {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    padding-left: 40px;
}

.person-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.person-title h1, .person-title h2 {
    margin: 0 20px 0 0;
    font-weight: normal;
}

.person-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.person-bar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.person-bar ul li {
    display: inline-block;
}

.person-bar ul li:after {
    content: "|";
    display: inline-block;
    color: #999;
    margin: 0 13px;
}

.person-bar ul li a {
    color: #999;
}

.person-bar ul .icon {
    width: 12px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
}

.person-bar .label {
    height: 24px;
    line-height: 24px;
}

.person-bar .label .icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.person-bar .label:after {
    content: "|";
    display: inline-block;
    color: #999;
    margin: 0 13px;
}

.labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.text-box {
    margin-bottom: 20px;
}

.text-box p {
    margin-bottom: 25px;
}

.text-box.js-hidden {
    max-height: 200px;
    overflow: hidden;
}

.person-bar .label:last-child:after {
    display: none;
}

.wish-btn {
    width: 21px;
    height: 20px;
    padding: 0;
    border: 0;
    background: none;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    top: 3px;
}

.wish-btn svg {
    width: 100%;
    height: 100%;
    fill: #999;
}

.wish-btn:hover svg, .wish-btn.active svg {
    fill: #efba55;
}

.person-txt {
    font-size: 14px;
    line-height: 22px;
}

.read-more {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.read-more a {
    color: #4d8e9e;
}

.item-list-full .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.tabs-works-nav {
    font-size: 24px;
    margin: 0 0 45px 0;
}

.tabs-works-nav li a {
    font-family: "Playfair Display", serif;
}

.expo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.expo-list .unit {
    padding: 0 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-bottom: 40px;
}

.unit.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.unit-img {
    height: 240px;
    position: relative;
    margin-bottom: 25px;
}

.unit-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.unit-location {
    margin-bottom: 10px;
}

.unit-location .icon {
    width: 12px;
    height: 16px;
}

.unit-txt {
    color: #666;
}

.unit-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #000;
    margin-bottom: 8px;
}

.unit-title a {
    color: #000;
}

.unit-label {
    background: #999;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    left: 10px;
    top: 10px;
    position: absolute;
    border-radius: 3px;
    padding: 0 10px;
    height: 27px;
    line-height: 27px;
}

.section-works {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-works .tab-content {
    padding-bottom: 20px;
}

@media (max-width: 1199px) {
    .person-bar {
        display: block;
    }

    .person-bar ul {
        margin-bottom: 10px;
    }

    .person-bar ul li:last-child:after {
        display: none;
    }
}

@media (max-width: 991px) {
    .item-list-full .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .person-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 182px;
        flex: 0 0 182px;
        max-width: 182px;
    }

    .expo-list .unit {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .person {
        display: block;
    }

    .person-img {
        margin: 0 auto 20px auto;
    }

    .person-txt {
        width: 100%;
        padding: 0;
    }

    .item-list-full .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .section-works .tab-header {
        margin-bottom: 20px;
    }

    .expo-list {
        margin: 0 -10px;
    }

    .expo-list .unit {
        padding: 0 10px;
    }

    .expo-list .unit {
        margin-bottom: 40px;
    }
}

@media (max-width: 577px) {
    .person-bar ul {
        display: block;
    }

    .person-bar ul li {
        width: 100%;
    }

    .person-bar ul li:after {
        display: none;
    }
}

@media (max-width: 420px) {
    .expo-list .unit {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .unit-img {
        margin-bottom: 15px;
    }

    .tab-header a {
        font-size: 18px;
    }
}

@media (max-width: 400px) {
    .item-list-full .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* CREATOR PAGE END */

@media (min-width: 992px) {
    .product-slider .slick-arrow {
        background: none;
        box-shadow: none;
    }

    .product-slider .slick-arrow:after {
        display: none;
    }

    .product-slider .slick-prev:before {
        content: '';
        display: block;
        position: absolute;
        width: 26px;
        height: 26px;
        border-left: 3px solid #CBCBCB;
        border-bottom: 3px solid #CBCBCB;
        transform: rotate(45deg);
        left: -35px;
        top: 0;
        -webkit-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

    .product-slider .slick-prev:hover:before {
        border-left-color: #4D8D9D;
        border-bottom-color: #4D8D9D;
    }

    .product-slider .slick-next:before {
        content: '';
        display: block;
        position: absolute;
        width: 26px;
        height: 26px;
        border-right: 3px solid #CBCBCB;
        border-bottom: 3px solid #CBCBCB;
        transform: rotate(-45deg);
        right: -35px;
        top: 0;
        -webkit-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

    .product-slider .slick-next:hover:before {
        border-right-color: #4D8D9D;
        border-bottom-color: #4D8D9D;
    }
}


@media (max-width: 991px) {
    .product-slider .slick-prev {
        left: 15px;
    }

    .product-slider .slick-next {
        right: 15px;
    }
}


/*********grid***********/
.grid-item {
    text-align: center;
}

.grid-item-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px auto;
}

.grid-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.grid-item-inf .icon {
    width: 24px;
    height: 24px;
}

.grid-item-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
}

.grid-item-icons .icon + .icon {
    margin-left: 5px;
}

.grid-item-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 5px;
}

.grid-item-name a {
    font-size: 16px;
    color: #000;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.grid-item-locate {
    margin-bottom: 10px;
}

.grid-item .wish-btn {
    font-size: 13px;
    font-weight: bold;
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 66px;
    margin: 0 auto;
    white-space: nowrap;
    color: #7b7b7b;
}

.grid-item .wish-btn .icon {
    display: inline-block;
    margin-right: 5px;
    width: 21px;
    min-width: 21px;
    height: 20px;
}

.grid-item .wish-btn:hover {
    color: #efba55;
}

.grid div[class^=col-] {
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .grid-item-img {
        width: 210px;
        height: 210px;
    }
}

@media (max-width: 767px) {
    .grid-item-img {
        width: 236px;
        height: 236px;
    }
}

@media (max-width: 575px) {
    .grid-item-img {
        width: 210px;
        height: 210px;
    }
}

@media (max-width: 480px) {
    .grid-item-img {
        width: 180px;
        height: 180px;
    }
}

@media (max-width: 430px) {
    .grid div[class^=col-] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.filter-toggle, .filter-btn {
    background: #4D8D9D;
    color: #fff;
    border-radius: 6px;
    font-size: 15px;
    line-height: 25px;
    padding: 11px 10px 12px;
    font-weight: 700;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border: 0;
    margin-bottom: 20px;
    cursor: pointer;
}

.filter-toggle .icon {
    margin-right: 14px;
}

.filter-btn.filter-btn-selected {
    background: #4D8D9D;
    color: #fff;
}

.filter-reset {
    border: 0;
    background: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    width: 100%;
    display: none;
    margin-bottom: 30px;
}

.icon-plus {
    width: 16px;
    height: 16px;
    display: inline-block;
}

@media (max-width: 991px) {
    .filter-reset {
        display: block;
    }

    .filter-btn, .filter-toggle {
        display: flex;
    }

    #filter-form {
        flex: 0 0 100%;
        max-width: 100%;
    }

}

.side-backdrop:after {
    content: '\00D7';
    display: block;
    position: absolute;
    left: 310px;
    top: 10px;
    font-size: 48px;
    line-height: 20px;
    color: #fff;
    transform: translateY(-200%);
    transition: all 0.25s ease-in-out;
}

.js-filter .side-backdrop:after {
    transform: translateY(0);
}

/**
Modal Form
 */

.icon-close {
    width: 18px;
    height: 18px;
}

.modal .close {
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: 18px;
}

.modal-login {
    position: relative;
    background: #4d8e9e;
    color: #fff;
    padding: 20px 100px;
    border-radius: 3px;
    text-align: center;
    font-size: 15px;
    margin-bottom: 30px;
}

.modal-login .icon {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 45px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modal-login span {
    display: block;
    color: #a8d3dd;
}

.modal-login span a {
    color: #fff;
}

.modal-login-title {
    font-size: 20px;
    font-family: "Playfair Display", serif;
    font-style: italic;
    margin-bottom: 8px;
}

.modal-content {
    padding: 38px 35px 50px 35px;
    font-size: 15px;
}

.modal-title {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
    font-family: "Playfair Display", serif;
    font-style: italic;
    margin-bottom: 18px;
}

.modal-sub-title {
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 18px;
}

.modal-rules {
    text-align: center;
    margin-bottom: 23px;
}

.modal-rules a {
    color: #5996a4;
}

.modal-form .form-control {
    height: 48px;
    background: #eeeeee;
    border-color: #d5d5d5;
    padding-left: 20px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    padding-right: 30px;
}

.modal-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    border-color: #4d8e9e;
}

.modal-form .form-area {
    height: 122px;
}

.modal-form .form-group {
    position: relative;
    margin: 0;
}

.modal-form .reqired {
    position: absolute;
    right: 18px;
    top: 19px;
    color: #e83838;
    line-height: 1;
}

.modal-form .row {
    margin: 0 -10px 20px -10px;
}

.modal-form div[class^=col-] {
    padding: 0 10px;
    margin-bottom: 20px;
}

.modal-form .rouble {
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 15px;
    font-weight: bold;
}

.modal-form .btn {
    min-width: 280px;
}

/*.select-box {
    overflow: hidden;
    position: relative;
    height: 48px;
    background: #eeeeee;
    border: 1px solid #d5d5d5;
    border-radius: 0.25rem;
}*/
.select-box:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-left: 2px solid #4d8e9e;
    border-bottom: 2px solid #4d8e9e;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

/*.select-box select {
    width: 120%;
    height: 48px;
    border: 0;
    background: none;
    padding: 0 0 0 15px;
    margin: 0;
    color: #666666;
    font-family: "Inter", sans-serif;
}*/

.form-group.check-item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666666;
}

.form-group.check-item label {
    padding-left: 44px;
    min-height: 24px;
    line-height: 24px;
    text-transform: none;
}

.form-group.check-item label:before {
    background: #fff !important;
    width: 24px;
    height: 24px;
}

.form-group.check-item label:after {
    height: 8px;
    width: 12px;
    border-left: 2px solid #4d8e9e;
    border-bottom: 2px solid #4d8e9e;
    left: 6px;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: none;
}

.form-group.check-item.check-item-small {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 40px;
    min-height: 24px;
    line-height: 24px;
}

.form-group.check-item.check-item-small label {
    font-size: 13px;
}

/* file */
.jcf-file {
    display: block;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    background: #fff;
    width: 100%;
}

.jcf-file .jcf-real-element {
    position: absolute;
    font-size: 200px;
    height: 200px;
    margin: 0;
    right: 0;
    top: 0;
}

.jcf-file .jcf-fake-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    overflow: hidden;
    border: 1px dashed #bebebe;
    padding: 0;
    font-size: 15px;
    line-height: 15px;
    height: 72px;
    width: 100%;
    background: #eeeeee;
    position: relative;
    color: #666;
    border-radius: 0.25rem;
}

.jcf-file .jcf-fake-input:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 24px;
    background: url("../images/svg/upload.svg") 0 0 no-repeat;
    margin-right: 26px;
}

.jcf-file .jcf-upload-button {
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    display: none;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 560px;
    }
}

@media (max-width: 575px) {
    .modal-content {
        padding: 25px 15px 30px 15px;
        font-size: 15px;
    }

    .modal-login {
        padding: 10px 20px 10px 80px;
        text-align: left;
    }

    .modal-login .icon {
        left: 25px;
    }

    .modal-login-title {
        font-size: 18px;
        margin-bottom: 0;
    }

    .modal-form .row {
        margin-bottom: 0;
    }

    .modal-form div[class^=col-] {
        margin-bottom: 15px;
    }

    .form-group.check-item.check-item-small {
        margin-bottom: 20px;
    }
}


.file__input {
    border: 1px dashed #bebebe;
    background: #eeeeee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    overflow: hidden;
    padding: 0;
    font-size: 15px;
    line-height: 15px;
    min-height: 72px;
    width: 100%;
    position: relative;
    color: #666;
    border-radius: 0.25rem;
    margin-bottom: 15px;
}

.file__input:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 24px;
    background: url("../images/upload.svg") 0 0 no-repeat;
    margin-right: 26px;
}

.file__input--file {
    position: absolute;
    opacity: 0;
}

.file__input--label {
    margin: 0;
    text-transform: none;
    font-size: 15px;
}

.file__value {
    border: 1px dashed #bebebe;
    background: #eeeeee;
    padding: 5px 15px 5px 20px;
    border-radius: 0.25rem;
    position: relative;
}

.file__value + .file__value {
    margin-top: 10px;
}

.file__value--remove {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    cursor: pointer;
    line-height: 10px;
}


/* select */
.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #d5d5d5;
    height: 48px;
    background: #eeeeee;
    margin: 0;
    min-width: 100%;
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
}

.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 15px;
    line-height: 48px;
    margin: 0 35px 0 20px;
}

.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    width: 26px;
    bottom: 0;
    right: 0;
    top: 0;
}

.jcf-select .jcf-select-opener:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-left: 2px solid #4d8e9e;
    border-bottom: 2px solid #4d8e9e;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0px;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select.jcf-compact-multiple {
    max-width: 220px;
}

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
    display: inline-block;
    padding-top: 2px;
    content: '...';
}

.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #f00;
}

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
    background: none;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
    background: #e6e6e6;
    color: #000;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
    display: inline-block;
    content: '';
    height: 4px;
    width: 8px;
    margin: -7px 5px 0 -3px;
    border: 3px solid #777;
    border-width: 0 0 3px 3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

/* multiple select styles */
.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}

/* select options styles */
.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 14px;
    font-size: 12px;
    width: 100%;
}

.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
}

.jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jcf-list ul li {
    overflow: hidden;
    display: block;
}

.jcf-list .jcf-overflow {
    overflow: auto;
}

.jcf-list .jcf-option {
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 5px 9px;
    color: #656565;
    min-height: 14px;
    height: 1%;
}

.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #e6e6e6;
    color: #000;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}


.main-modal .modal-header {
    justify-content: center;
    padding: 0;
    border: 0;
}

.main-modal .modal-body {
    padding: 0;
}


.select2-container--material .select2-selection--multiple .select2-search__field {
    width: 100% !important;
}

.select2-container--krajee-bs4 .select2-selection {
    background: #eee !important;
}

.select2-container--krajee-bs4 .select2-selection--single {
    height: calc(2.6rem + 2px) !important;
    line-height: 2 !important;
    padding: 0.375rem 1.5rem 0.375rem 1.3rem !important;
    font-size: 16 !important;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__placeholder {
    color: #777 !important;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__clear {
    top: 0.8rem !important;
}

.help-block {
    color: #4d8e9e;
    font-size: 13px;
}

/** Main hero Start */
.headline h1, .headline h2, .headline h3, .headline h4, .headline h5, .teaser-title,
.author-inf strong, .pop-item a span, .text-block h1, .text-block h2, .carousel .slide span, .item-name a, .tabs-works-nav li a, .title, h1, h2, h3, h4, h5 {
    font-style: italic;
    font-weight: 500;
}

.benefits strong {
    font-weight: 500;
}

.hero img {
    width: 100%;
    height: 100%;
}

.hero:after {
    display: none;
}

.hero .hero-arrow:after {
    display: none;
}

.hero-slide-1 {
    background: url("../images/slide-bg.jpg") center 0 no-repeat;
    background-size: cover;
}

.hero-slide-1 .container {
    padding-top: 60px;
}

.hero-slide .container {
    height: 480px;
}

.hero-panel {
    background-color: #fff;
    max-width: 50%;
    padding: 40px 20px 50px 50px;
}

.hero-panel > span {
    display: block;
    font-size: 15px;
    font-style: italic;
    margin-bottom: 60px;
}

.hero-panel-title {
    font-family: "Playfair Display", serif;
    font-size: 32px;
    line-height: 42px;
    font-style: normal;
    margin-bottom: 15px;
}

.hero-btn {
    background-color: #111111;
    color: #fff;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    min-width: 240px;
    text-align: center;
    padding: 0 15px;
    font-family: "Roboto", sans-serif;
}

.hero-btn span {
    display: inline-block;
    padding-right: 18px;
    position: relative;
}

.hero-btn span:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.hero-btn:hover {
    color: #fff;
}

.hero-block-img {
    width: 300px;
}

.hero-block-img img {
    height: 380px;
    -webkit-box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.18);
    box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.18);
}

.hero-block-img:last-child {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.hero-block-title {
    font-size: 40px;
    line-height: 50px;
    font-family: "Playfair Display", serif;
    margin-bottom: 15px;
}

.hero-slide-2 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.hero-slide-2 .hero-block-txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.hero-block-txt {
    padding: 27px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hero-block {
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
}

.hero-block > span {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    margin-bottom: 15px;
}

.hero-block:last-child {
    text-align: right;
}

.hero-block div:not([class]) {
    margin-bottom: 20px;
}

.hero-slide-3 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.hero-block-lft, .hero-block-rht {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.hero-block-lft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 35px 100px 50px 0;
}

.hero-block-lft > div {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

.hero-block-lft i {
    display: block;
    font-weight: 300;
    color: #777777;
    margin-bottom: 33px;
}

.hero-slide-title {
    font-size: 48px;
    line-height: 58px;
    font-family: "Playfair Display", serif;
    margin-bottom: 13px;
}

.hero-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hero-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.hero-prev {
    left: -30px;
}

.hero-prev:before {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    border-left: 3px solid #cccccc;
    border-bottom: 3px solid #cccccc;
    left: 0;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.hero-prev:hover:before {
    border-color: #4d8e9e;
}

.hero-next {
    right: -30px;
}

.hero-next:before {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    border-right: 3px solid #cccccc;
    border-bottom: 3px solid #cccccc;
    right: 0;
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.hero-next:hover:before {
    border-color: #4d8e9e;
}

.hero-dots {
    margin-top: -50px;
    margin-bottom: 40px;
}

.hero-dots .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hero-dots .slick-dots li {
    display: inline-block;
    padding: 0 2px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    width: 100%;
    height: 8px;
}

.hero-dots .slick-dots li button {
    width: 100%;
    height: 8px;
    background-color: #dcdede;
    display: block;
    text-indent: -9999px;
    line-height: 0;
    font-size: 0;
    border: 0;
}

.hero-dots .slick-dots li.slick-active button {
    background-color: #4d8e9e;
}

@media (max-width: 1199px) {
    .hero-block-img {
        width: 200px;
    }

    .hero-dots {
        margin-top: -30px;
    }

    .hero-block-img {
        width: 120px;
    }

    .hero-panel {
        max-width: 70%;
    }

    .hero-panel-title {
        font-size: 28px;
        line-height: 38px;
    }

    .hero-block-lft {
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .hero-slide-3 {
        background: url("../images/slide-3.jpg") center 0 no-repeat;
        background-size: cover;
    }

    .hero-panel {
        background-color: #fff;
        max-width: 100%;
        padding: 30px;
        margin-top: 140px;
    }

    .hero-block-img {
        display: none;
    }

    .hero-block-txt {
        padding-left: 0;
        padding-right: 0;
    }

    .hero-slide .container, .hero {
        height: 400px;
    }

    .hero-block-lft {
        display: block;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
        height: initial;
        background-color: white;
        margin: 200px 0 20px 0;
        overflow: hidden;
        padding: 30px;
    }

    .hero-block-rht {
        display: none;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .hero-block-lft > div {
        font-size: 16px;
        line-height: 26px;
    }

    .hero-nav {
        display: none;
    }

    .hero-btn {
        padding: 0 24px;
    }

    .hero-block-title {
        font-size: 28px;
        line-height: 38px;
    }
}

@media (max-width: 575px) {
    .hero-slide-title {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }

    .hero-block-lft i {
        margin-bottom: 15px;
        text-align: center;
        font-weight: 600;
        font-style: normal;
        color: #000;
    }

    .hero-block-lft > div {
        font-size: 14px;
        line-height: 24px;
    }

    .hero-dots {
        margin-top: -20px;
    }

    .hero-block {
        font-size: 14px;
        line-height: 24px;
    }

    .hero-panel > span {
        margin-bottom: 20px;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
    }

    .hero-panel-title {
        font-size: 16px;
        line-height: 23px;
        text-align: center;
    }

    .hero-slide-1 .container {
        padding-top: 30px;
    }

    .hero-btn {
        padding: 0 15px;
        min-width: 200px;
        margin: 0 auto;
        display: block;
    }
}

/** Main hero End */

/** Mobile Navi Single **/
.mobile-single-navigation {
    display: flex;
    margin-bottom: 15px;
}
.mobile-single-navigation .btn {
    padding: 10px;
}
.mobile-single-navigation .btn-back {
    width: 150px;
    margin-right: 5px;
}
.mobile-single-navigation .btn-copy{
    width: 100%;
}
@media (min-width: 768px) {
    .mobile-single-navigation {
        display: none;
    }
}
/** Mobile Navi Single End **/