:root {
    --accent: #453cd5;
    --accent-hover: #362cd1;
    --font-title: Montserrat;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    /* 3 */
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    /* 3 */
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*
==========================================*/
html,
body {
    height: 100%;
}

body {
    font: 14px var(--font-title);
    line-height: 1.4;
    padding: 0;
    color: #323552;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 768px) {
    body {
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    body {
        font-size: 16px;
    }
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

header,
footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* headers 
-----------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 30px;
    font-weight: bold;
}

h1 {
    font-size: 25px;
    font-weight: 900;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 23px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

/*
-----------------------------------*/
a {
    color: var(--accent);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/*
-----------------------------------*/
img {
    max-width: 100%;
}

.svg-list {
    position: absolute;
    bottom: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: transparent;
}

/*
-----------------------------------*/
.text-center {
    text-align: center;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    max-width: 1000px;
}

@media (min-width: 1900px) {
    .container {
        max-width: 1170px;
    }
}

.container-fluid {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    max-width: 2330px;
}

@media (min-width: 1200px) {
    .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 2500px) {
    .container-fluid {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (min-width: 768px) {
    .tablet-none {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .mobile-none {
        display: none !important;
    }
}

.overflow-hidden {
    overflow: hidden;
}

.cp-left {
    padding-left: 15px;
}

@media (min-width: 1200px) {
    .cp-left {
        padding-left: 30px;
    }
}

@media (min-width: 1900px) {
    .cp-left {
        padding-left: 50px;
    }
}

@media (min-width: 2500px) {
    .cp-left {
        padding-left: 100px;
    }
}

.cp-right {
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .cp-right {
        padding-right: 30px;
    }
}

@media (min-width: 1900px) {
    .cp-right {
        padding-right: 50px;
    }
}

@media (min-width: 2500px) {
    .cp-right {
        padding-right: 100px;
    }
}

.hidden {
    display: none;
}

.pt-5 {
    padding-top: 50px;
}

.pb-5 {
    padding-bottom: 50px;
}

.open-nav {
    overflow: hidden;
}

.open-nav .navigation-mobile {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.open-nav::before {
    display: block;
}

.navigation-mobile {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    padding: 55px 15px 55px 15px; 
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    overflow: scroll;
}

@media (min-width: 768px) {
    .navigation-mobile {
        max-width: 600px;
    }
}

@media (min-width: 1200px) {
    .navigation-mobile {
        max-width: 700px;
        padding-left: 30px;
        padding-top: 10px;
        overflow: visible;
    }
}

@media (min-width: 1900px) {
    .navigation-mobile {
        padding-left: 50px;
    }
}

@media (min-width: 2500px) {
    .navigation-mobile {
        padding-left: 100px;
    }
}

.navigation-mobile .title {
    font-size: 19px;
}

.navigation-mobile hr {
    width: 100%;
    height: 1px;
    background-color: #f4f5f9;
    margin: 45px 0 35px;
    border: none;
}

.navigation-mobile .btn-primary {
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
}

.navigation-mobile .search svg {
    top: 16px;
}

@media (min-width: 1200px) {

    .navigation-mobile nav,
    .navigation-mobile .search {
        display: none;
    }
}

.btn-navigation-close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 15px;
    padding: 0;
    line-height: 1;
}

.btn-navigation-close svg {
    width: 100%;
    height: 100%;
}

.nav-title {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.menu {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 10px 0 30px;
    font-size: 14px;
}

.menu a {
    display: block;
    color: #323552;
    margin: 10px 0;
}

.menu a:hover {
    text-decoration: none;
    color: var(--accent);
}

@media (min-width: 1200px) {
    .nav-buttons {
        display: none;
    }
}

/*
-----------------------------------------*/
.nav-categories {
    margin-top: 30px;
    margin-bottom: 30px;
}

.nav-category {
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 15px;
}

@media (min-width: 1200px) {
    .nav-category {
        gap: 30px;
    }
}

.nav-category li { 
    flex: 0 0 calc(50% - 8px);
}

@media (min-width: 768px) {
    .nav-category li { 
        flex: 0 0 calc(33.3333% - 10px);
    }
}

@media (min-width: 1200px) {
    .nav-category li { 
        flex: 0 0 calc(33.3333% - 20px);
    }
}

.nav-category .category-item {
    width: 100%;
}

@media (min-width: 1200px) {
    .nav-category .category-item__icon {
        height: 55px;
        margin-bottom: 15px;
    }
}

.nav-category .active~.subcategory {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 9;
    opacity: 1;
    max-width: 100%;
}

@media (min-width: 1200px) {
    .nav-category .active~.subcategory {
        max-width: 320px;
    }
}

.current .category-item{
    color: var(--accent)
}

.current .category-item svg{
    stroke: var(--accent)
}

.category-item-1813.active svg,
.current .category-item-1813 svg{
    stroke: none !important;
    fill: var(--accent)
}

/*
-----------------------------------------*/
.subcategory {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
    background-color: #fff;
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition: max-width 0.2s, -webkit-transform 0.3s;
    transition: max-width 0.2s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, max-width 0.2s;
    transition: transform 0.3s, max-width 0.2s;
    transition: transform 0.3s, max-width 0.2s, -webkit-transform 0.3s;
}

@media (min-width: 1200px) {
    .subcategory {
        max-width: 0;
        right: auto;
        left: 100%;
        overflow: hidden;
        z-index: -2;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-box-shadow: -10px 0 10px rgba(0, 0, 0, 0.05);
        box-shadow: -10px 0 10px rgba(0, 0, 0, 0.05);
    }
}

.subcategory-head {
    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;
    background-color: #e8edff;
    padding: 20px 5px 20px 20px;
    position: sticky;
    top: -55px;
}

.subcategory-head .title {
    margin: 0;
}

.subcategory-head .btn {
    width: 50px;
    height: 50px;
}

.subcategory-head .btn svg {
    fill: #323552;
    width: 30px;
    height: 20px;
}

.subcategory ul {
    list-style: none;
    margin: 0;
    padding: 20px 20px 150px;
    height: 100vh;
    overflow: auto;
}

.subcategory ul a {
    color: #323552;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}

.subcategory ul a span {
    color: #8b8b98;
    font-size: 14px;
    font-weight: normal;
}

.subcategory ul a:hover {
    text-decoration: underline;
    color: #323552;
}

.subcategory .current a{
    color: var(--accent);
}

.not-active{
    cursor: not-allowed;
    pointer-events: none;
    opacity: .4
}

.open-subcat .navigation-mobile {
    overflow: visible; 
}


@media (min-width: 1200px) {
    .open-subcat .navigation-mobile {
        overflow: visible;
    }
}

.open-subcat .btn-navigation-close {
    display: none;
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 16px;
    height: 60px;
    line-height: 1;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.btn:active,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:hover {
    text-decoration: none;
}

.btn svg {
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
}

.btn-icon {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
}

.btn-icon svg {
    width: 100%;
    height: 100%;
}

.btn-primary {
    background-color: var(--accent);
    color: #fff;
}

.btn-primary:hover {
    background-color: var(--accent-hover);
}

.btn-primary svg {
    fill: #fff;
}

.btn-secondary {
    background-color: #f3f3f3;
    color: #323552;
}

.btn-secondary:hover {
    color: var(--accent);
}

.btn-secondary:hover svg {
    fill: var(--accent);
}

.btn-link {
    text-align: center;
}

.btn-link:hover {
    text-decoration: none;
}

.btn-small {
    height: 44px;
    font-size: 14px;
}

.btn-middle {
    height: 50px;
}

.btn-line {
    border: none;
    padding: 0;
    background: transparent;
}

.btn-w-200 {
    min-width: 200px;
}

/* form
=====================================*/
.form input[type=text],
.form input[type=email],
.form textarea {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    background-color: transparent;
    font-size: 13px;
    color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.form input[type=text]:focus,
.form input[type=email]:focus,
.form textarea:focus {
    outline: none;
}

.form textarea {
    height: 150px;
    padding-top: 15px;
}

.form label {
    display: block;
    margin-bottom: 5px;
}

/* form-simple
=====================================*/
.form-simple input[type=text],
.form-simple input[type=email],
.form-simple textarea {
    display: block;
    width: 100%;
    height: 48px;
    padding: 0 15px;
    font-size: 15px;
    line-height: 23px;
    color: #000;
    border: 1px solid rgb(227, 227, 227);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
}

.form-simple input[type=text]:focus,
.form-simple input[type=email]:focus,
.form-simple textarea:focus {
    outline: none;
}

.form-simple textarea {
    height: 150px;
    padding-top: 15px;
}

.form-simple label {
    display: block;
    margin-bottom: 5px;
}

.form-group {
    margin-bottom: 15px;
}

/* placeholder
-----------------------------------*/
.form-simple ::-webkit-input-placeholder {
    color: #a4a4a4;
}

.form-simple :-moz-placeholder {
    color: #a4a4a4;
    opacity: 1;
}

.form-simple ::-moz-placeholder {
    color: #a4a4a4;
    opacity: 1;
}

.form-simple :-ms-input-placeholder {
    color: #a4a4a4;
    opacity: 1;
}

/* input file
=====================================*/
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    color: var(--accent);
    border: 1px solid #d2d2d2;
    height: 43px;
    background-color: #fff;
    padding: 0;
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.inputfile+label span,
.inputfile+label strong {
    padding: 11px 15px;
    height: 100%;
}

.inputfile+label span {
    width: calc(100% - 155px);
    display: inline-block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile+label strong {
    color: #fff;
    background-color: var(--accent);
    display: inline-block;
    font-weight: normal;
    width: 150px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.inputfile:focus+label strong,
.inputfile.has-focus+label strong,
.inputfile+label:hover strong {
    background-color: #0583d8;
    border-color: #323552;
}

/* placeholder
-----------------------------------*/
:focus::-webkit-input-placeholder {
    color: transparent;
}

:focus:-moz-placeholder {
    color: transparent;
}

:focus::-moz-placeholder {
    color: transparent;
}

:focus:-ms-input-placeholder {
    color: transparent;
}

::-webkit-input-placeholder {
    color: #323552;
    opacity: 1;
}

:-moz-placeholder {
    color: #323552;
    opacity: 1;
}

::-moz-placeholder {
    color: #323552;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #323552;
    opacity: 1;
}

/* helpers 
-----------------------------------*/
:invalid {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* checkbox switch
-----------------------------------*/
.checkbox-switch {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-size: 14px;
    color: #323552;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
    min-height: 20px;
}

@media(min-width: 768px) {
    .checkbox-switch { 
        font-size: 15px; 
    }
}

.checkbox-switch input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    left: -99px;
}

.checkbox-switch input:checked+span {
    background-color: var(--accent);
}

.checkbox-switch input:checked+span::after {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}

.checkbox-switch span {
    background-color: #afbec5;
    display: inline-block;
    width: 30px;
    height: 18px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.checkbox-switch span::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #eceff1;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.checkbox-switch.disabled {
    cursor: default;
    opacity: .5;
}

.open-work_scheduler_0 {
    opacity: .5;
    color: #aaa;
}

/* 
-----------------------------------*/
.checkbox {
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
    font-size: 14px;
}

.checkbox input {
    position: absolute;
    left: -99px;
}

.checkbox input:checked~span {
    border-color: rgb(69, 60, 213);
    color: var(--accent);
}

.checkbox span {
    display: block;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 7px 10px;
    color: #343753;
}

.checkbox.disabled {
    cursor: default;
    opacity: .2;
    /*display: none;*/
}

/* header
-----------------------------------*/
.header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    background: #fff;
}

@media (min-width: 1200px) {
    .header-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
    }
}

@media (min-width: 1200px) {
    .header-inner {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        margin-bottom: 30px;
    }
}

.header-center {
    display: none;
}

@media (min-width: 1200px) {
    .header-center {
        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;
        width: 100%;
        padding: 0 15px;
        gap: 30px;
        max-width: 1000px;
        margin: 0 auto;
    }
}

@media (min-width: 1900px) {
    .header-center {
        max-width: 1170px;
    }
}

@media (min-width: 2500px) {
    .header-center {
        max-width: 1250px;
    }
}

.btn-menu {
    width: 46px;
    height: 28px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.btn-menu svg {
    fill: #323552;
    width: 28px;
}

@media (min-width: 1200px) {
    .btn-menu {
        display: none;
    }
}

.logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #323552;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 13px;
}

.logo span {
    text-transform: uppercase;
    font-weight: 800;
    display: block;
    padding-left: 10px;
    font-size: 23px;
    line-height: 1;
    font-weight: 900;
}

.logo svg,
.logo img{
    width: 37px;
    height: 44px;
}

.logo:hover {
    text-decoration: none;
}

.nav-logo {
    display: none;
}

@media (min-width: 1200px) {
    .nav-logo {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

/* 
-----------------------------------*/
.languages {
    white-space: nowrap;
}

@media (min-width: 1200px) {
    .languages {
        width: 150px;
        text-align: right;
    }
}

.languages a {
    display: inline-block;
    border: 1px solid #323552;
    color: #323552;
    width: 46px;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    font-weight: bold;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.languages a:hover {
    background-color: #323552;
    color: #fff;
    text-decoration: none;
}

.languages a.active {
    display: none;
}

/* 
-----------------------------------*/
.pagetitle {
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 30px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .pagetitle {
        font-size: 26px;
        text-transform: none;
    }
}

@media (min-width: 1200px) {
    .pagetitle {
        font-size: 36px;
        margin-bottom: 40px;
    }
}

@media (min-width: 2500px) {
    .pagetitle {
        font-size: 48px;
    }
}

.pagetitle-small {
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 30px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .pagetitle-small {
        font-size: 22px;
    }
}

@media (min-width: 1200px) {
    .pagetitle-small {
        font-size: 26px;
        margin-bottom: 0;
        text-transform: none;
    }
}

@media (min-width: 1900px) {
    .pagetitle-small {
        font-size: 28px;
        margin-bottom: 0;
        text-transform: none;
    }
}

/* 
-----------------------------------*/
.main-search {
    margin-top: 50px;
}

@media (min-width: 1200px) {
    .main-search {
        margin-top: 100px;
    }
}

@media (min-width: 1440px) {
    .main-search {
        margin-top: 150px;
    }
}

@media (min-width: 2500px) {
    .main-search {
        margin-top: 200px;
    }
}

.search{
    position: relative;
}

.search input {
    width: 100%;
    background-color: #e8edff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 10px 10px 44px;
    height: 60px;
    border: none;
    font-size: 16px;
}

.search input:focus{
    outline: var(--accent) auto 1px;
}

.search-group button {
    width: 100%;
    height: 60px;
    margin-top: 15px;
}

@media (min-width: 768px) {
    .search-group button {
        margin-left: 30px;
        margin-top: 0;
        max-width: 165px;
    }
}

@media (min-width: 1200px) {
    .search-group button {
        margin-left: 30px;
        margin-top: 0;
        max-width: 100px;
    }
}

@media (min-width: 1900px) {
    .search-group button {
        max-width: 165px;
    }
}

.search-group {
    position: relative;
}

.search-group svg {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 15px;
    top: 22px;
}

@media (min-width: 768px) {
    .search-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.btn-search {
    border: none;
    color: #fff;
    background-color: #3cd54a;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.btn-search:hover {
    background-color: #00ba11;
}

.ui-autocomplete.ui-widget-content{
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    z-index: 1;
    display: block !important;
} 

.ui-menu.ui-autocomplete{ 
    border-radius: 0;
    background-color: #fff; 
    border: none;  
}

.ui-widget.ui-widget-content.ui-autocomplete{
    border: none;
}

.ui-menu.ui-autocomplete li{
    font-size: 16px;
    color: #3d3f56;
    overflow: hidden;
}

.ui-menu.ui-autocomplete li:first-child{
    border-radius: 10px 10px 0 0;
}

.ui-menu.ui-autocomplete li:last-child{
    border-radius: 0 0 10px 10px;
}

.search-autocomplete-result{
    display: block;
    gap: 0 20px;
    padding: 5px 10px;
    align-items: center;
}

.search-autocomplete-category{
    font-size: 11px;
    color: #8b8b98;
}

.mse2-ac-link.ui-state-active{
    background-color: transparent !important;
    color: var(--accent) !important;
}

.open-nav .ui-menu.ui-autocomplete{
    z-index: 9999;
}

@media(min-width: 768px) {
    .search-autocomplete-result{
        display: flex; 
    }
}

/* 
-----------------------------------*/
.search-autocomplete-results-outer{
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    padding-bottom: 40px;
    z-index: 2;
    display: none;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

.btn-cutocomplete-search{
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 10px 10px;
    background-color: var(--accent);
    color: #fff;
    height: 38px;
    font-size: 14px;
    line-height: 1;
    border: none;
}

.btn-cutocomplete-search:hover{
    background-color: var(--accent-hover);
}

@media (min-width: 992px) {
    .search-autocomplete-results-outer{ 
        top: 100%; 
        right: 195px; 
    }
}

@media (min-width: 1440px) {
    .search-autocomplete-results-outer{  
        right: 130px; 
    }
}

@media (min-width: 1900px) {
    .search-autocomplete-results-outer{  
        right: 195px; 
    }
}

/* 
-----------------------------------*/
.inner-search {
    display: none;
}

@media (min-width: 1200px) {
    .inner-search {
        display: block;
        width: 100%;
    }
}

@media (min-width: 1900px) {
    .inner-search {
        display: block;
        max-width: 886px;
    }
}

@media (min-width: 2500px) {
    .inner-search {
        max-width: 1100px;
    }
}

.inner-search input,
.inner-search .btn {
    height: 48px;
}

.inner-search svg {
    top: 16px;
}

.btn-search-category {
    border: none;
    padding: 0;
    background: transparent;
    font-size: 19px;
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
    display: none;
    white-space: nowrap;
}

@media (min-width: 1200px) {
    .btn-search-category {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.btn-search-category svg {
    width: 28px;
    height: 28px;
    stroke: var(--accent);
    stroke-width: 2px;
    fill: none;
}

.btn-nav {
    width: 28px;
    height: 28px;
    border: none;
    padding: 0;
    line-height: 1;
    font-size: 0;
    background: transparent;  
}

.btn-nav svg {
    width: 100%;
    height: 100%;
    stroke: var(--accent);
    stroke-width: 2px;
    fill: none;
}

/* 
-----------------------------------*/
.nav-search input,
.nav-search .btn {
    height: 48px;
}

/* 
-----------------------------------*/
.category-list-section {
    margin-top: 40px;
    position: relative;
}

@media (min-width: 992px) {
    .category-list-section {
        margin-top: 100px;
    }
}

.category-list {
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 15px;
}

@media (min-width: 1200px) {
    .category-list {
        gap: 24px;
    }
}

.category-item {
    display: block;
    -ms-flex-preferred-size: calc(50% - 8px);
    flex-basis: calc(50% - 8px);
    height: 167px;
    background-color: #f4f5f9;
    text-align: center;
    position: relative;
    color: #323552;
    padding: 40px 10px 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    border: none;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

@media (min-width: 768px) {
    .category-item {
        -ms-flex-preferred-size: calc(33.3333% - 10px);
        flex-basis: calc(33.3333% - 10px);
    }
}

@media (min-width: 992px) {
    .category-item {
        -ms-flex-preferred-size: calc(25% - 12px);
        flex-basis: calc(25% - 12px);
    }
}

@media (min-width: 1200px) {
    .category-item {
        -ms-flex-preferred-size: calc(16.666% - 20px);
        flex-basis: calc(16.666% - 20px);
    }
}

.category-item__icon {
    position: relative;
    height: 45px;
    width: 45px;
    margin: 5px auto 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;
}

.category-item__icon img {
    margin: auto;
    max-height: 100%;
}

.category-item__icon svg {
    margin: auto;
    max-height: 100%;
    max-width: 100px;
    fill: none;
    stroke: #000;
    stroke-width: 4px;
}

.category-item:hover {
    color: var(--accent);
    text-decoration: none;
}

.category-item:hover svg {
    stroke: var(--accent);
}

.category-item.active {
    color: var(--accent);
    background-color: #e8edff;
    text-decoration: none;
}

.category-item.active svg {
    stroke: var(--accent);
}

.category-item-452 svg{
    max-height: 77%;
    margin-top: 13px;
}

.category-item-1813 svg{  
    stroke: none; 
    fill: #000;
}

.category-item-1813:hover svg{
    stroke: none; 
    fill: var(--accent);
}

/* 
-----------------------------------*/
.category-sublist-section { 
    position: absolute;
    top: 47px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.open-subcat .category-sublist-section {
    z-index: 99;
}

.category-sublist {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 13px 40px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 13px 40px 0px rgba(0, 0, 0, 0.08);
    min-height: 400px;
    display: none;
    height: 100%;
}

.category-sublist.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.category-sublist-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #e8edff;
    padding: 25px 20px;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.category-sublist-title .title {
    margin: 0;
}

.category-sublist-title button {
    width: 30px;
    height: 30px;
    padding: 6px;
}

.category-sublist-cats {
    list-style: none;
    padding: 20px;
    margin: 0;
}

@media (min-width: 576px) {
    .category-sublist-cats {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 600px;
    }
}

@media (min-width: 768px) {
    .category-sublist-cats {
        height: 400px;
    }

    .category-sublist.active {
        position: relative;
    }
}

@media (min-width: 992px) {
    .category-sublist-cats {
        height: 350px;
    }
}

@media (min-width: 1200px) {
    .category-sublist-cats {
        height: 350px;
    }
}

.category-sublist-cats a {
    color: #323552;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}

.category-sublist-cats a span {
    color: #8b8b98;
    font-size: 14px;
    font-weight: normal;
}

.category-sublist-cats a:hover {
    text-decoration: underline;
    color: #323552;
}

/* 
-----------------------------------*/
.title {
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 600;
    color: #343753;
}

.title-small {
    margin-bottom: 15px;
    color: #3d3f56;
    font-size: 19px;
    font-weight: 600;
}

/* 
-----------------------------------*/
.action-list-section {
    margin-top: 35px;
}

@media (min-width: 1200px) {
    .action-list-section {
        margin-top: 50px;
    }
}

.action-list-section .btn {
    width: 100%;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .action-list-section .btn {
        max-width: 250px;
    }
}

.action-carousel {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .action-carousel {
        margin-bottom: 50px;
    }
}

.action-carousel .swiper-slide {
    height: auto;
}

.action-item {
    display: block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e8edff;
    color: #323552;
    height: 100%;
    position: relative;
    padding-bottom: 75px;
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.action-item__image {
    height: 165px;
    overflow: hidden;
    margin: 0;
}

.action-item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}

.action-item__data {
    position: relative;
    padding: 45px 10px 10px;
}

.action-item__label {
    display: block;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -20px;
    z-index: 3;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: var(--accent);
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    padding-top: 12px;
}

.action-item__label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: inherit;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    z-index: -1;
}

.action-item__label::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.action-item__title {
    font-weight: 600;
    min-height: 70px;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.action-item__date {
    padding-top: 10px;
    font-size: 15px;
    position: absolute;
    bottom: 12px;
    left: 10px;
    right: 10px;
}

.action-item__date::before {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, transparent), color-stop(30%, #e8edff));
    background-image: -webkit-linear-gradient(left, transparent 30%, #e8edff 30%);
    background-image: -o-linear-gradient(left, transparent 30%, #e8edff 30%);
    background-image: linear-gradient(to right, transparent 30%, #e8edff 30%);
    -webkit-background-size: 15px 100%;
    background-size: 15px 100%;
    margin-bottom: 10px;
}

.action-item__date span {
    font-weight: 600;
    display: block;
    margin-top: 3px;
}

.action-item:hover {
    text-decoration: none;
    border-color: var(--accent);
}

.action-item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.action-item:hover .action-item__title {
    color: var(--accent);
}

.action-item__all {
    background-color: var(--accent);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 30px 15px;
    -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;
    font-weight: 600;
    font-size: 16px;
}

.action-item__all::before {
    content: "%";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 180px;
    line-height: 1;
    color: #4c44d5;
    margin: -90px 0 0 -77px;
    font-weight: 600;
}

.action-item__all-title {
    font-size: 16px;
}

.action-item__all-title span {
    display: block;
    font-size: 27px;
}

.action-item__all-link {
    position: relative;
    padding-right: 36px;
}

.action-item__all-link span {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
}

.action-item__all-link span svg {
    width: 12px;
    height: 12px;
    fill: var(--accent);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -6px;
}

.action-item__all:hover {
    text-decoration: none;
}

.action-item__all:hover .action-item__all-link span {
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
}

/* 
-----------------------------------*/
.collection-list-section {
    margin-top: 35px;
    position: relative;
}

.collection-carousel {
    margin-bottom: 50px;
    padding-bottom: 55px;
    overflow: visible;
}

@media (min-width: 1200px) {
    .collection-carousel {
        margin-bottom: 0;
        padding-bottom: 20px;
    }
}

.collection-item {
    display: block;
    color: #323552;
}

.collection-item img {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
}

.collection-item__title {
    margin-top: 10px;
    font-weight: 600;
}

.collection-item:hover {
    color: var(--accent);
    text-decoration: none;
}

.carousel-nav {
    position: absolute;
    top: 0px;
    right: 0;
    width: 70px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.carousel-nav-button {
    width: 30px;
    height: 30px;
    background-color: #f4f5f9;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.carousel-nav-button::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid #453cd5;
    border-top: none;
    border-left: none;
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.carousel-nav-button-prev::before {
    top: 10px;
    left: 12px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.carousel-nav-button-next::before {
    top: 10px;
    left: 9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.carousel-nav-button.swiper-button-disabled::before {
    border-color: #e0e1e6;
}

.carousel-nav-button.swiper-button-disabled:hover {
    background-color: #f4f5f9;
}

.carousel-nav-button.swiper-button-disabled:hover::before {
    border-color: #e0e1e6;
}

.carousel-nav-button:hover {
    background-color: var(--accent);
}

.carousel-nav-button:hover::before {
    border-color: #fff;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #e8edff;
    cursor: pointer;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--accent);
}

/* content
-----------------------------------*/
.content {
    font-size: 15px;
    color: #323552;
    line-height: 23px;
}

.content p+p {
    margin-top: 30px;
}

.content ul {
    margin: 0 0 30px;
    padding: 0 0 0 20px;
}

.content ul li {
    margin-bottom: 5px;
}

.content ol {
    margin: 0 0 30px;
    padding: 0 0 0 20px;
}

.content ol li {
    margin-bottom: 5px;
}

.btn-more-content{
    display: none;
}

/* 
-----------------------------------*/
@media(min-width: 1200px) {

    .place-content-truncate {
        height: 245px;
        overflow: hidden;
        position: relative;
    } 
     
    .place-content-truncate::before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        background: linear-gradient(180deg, rgba(242, 242, 239, 0) 0%, #fff 100%);
    }
    
    .place-content-truncate.show {
        height: auto;
    }
    
    .place-content-truncate.show::before {
        display: none;
    } 
    
    .btn-more-content{
        display: block; 
        font-size: 14px; 
        color: var(--accent);
        position: relative;
        z-index: 2;
        margin-top: 5px;
    }
    
    .btn-more-content.active{
        margin-top: 0;
    }
}

/* 
-----------------------------------*/
.main-pagetitle {
    text-transform: uppercase;
}

.main-content {
    margin-bottom: 60px;
    margin-top: 60px;
}

/* 
-----------------------------------*/
.page-head {
    background-color: #e8edff;
    text-align: center;
    margin: 0 -15px;
    padding: 20px 15px 10px;
}

@media (min-width: 1200px) {
    .page-head {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 0;
        margin-bottom: 30px;
        text-align: left;
        background-color: transparent;
    }
}

.page-head .pagetitle {
    margin-bottom: 15px;
}
 
.page-head .pagetitle svg{
    position: relative;
    top: 2px;
}

.page-head .pagetitle .btn-nav{
    display: none; 
}

@media (min-width: 1200px) {
    .page-head .pagetitle {
        margin-right: 50px;
        text-transform: none;
        margin-bottom: 0;
        position: relative;
        padding-left: 40px;
        white-space: nowrap;
    }

    .page-head .pagetitle .btn-nav{
        display: inline-block;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -14px;
    }
}

.page-head__popular {
    padding-bottom: 9px;
    text-align: center;
}

@media (min-width: 1200px) {
    .page-head__popular {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 7px 0 0;
    }
}

.page-head__popular-list {
    overflow: auto;
    margin: 0 -15px; 
    padding-left: 10px;
    gap: 0 10px;
}

.page-head__popular-list::-webkit-scrollbar {
    display: none;
}

.page-head__popular span {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
    white-space: nowrap;
}

@media (min-width: 1200px) {
    .page-head__popular-list{
        padding-left: 0;
        margin-left: 0;
    }
    .page-head__popular span {
        margin-right: 15px;
        font-size: 14px;
        margin-bottom: 0;
    }
}

@media (min-width: 1900px) {
    .page-head__popular span {
        font-size: 16px;
    }
}

.page-head__popular a {
    display: inline-block;
    padding: 10px;
    color: #323552;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 ;
    font-weight: 600;
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
}

@media (min-width: 1200px) {
    .page-head__popular a {
        border: 1px solid #e8edff;
        font-size: 14px;
    }
}

@media (min-width: 1900px) {
    .page-head__popular a {
        font-size: 16px;
    }
}

.page-head__popular a:hover {
    text-decoration: none;
    border-color: var(--accent);
}

.page-head__popular a.active {
    background-color: var(--accent);
    color: #fff;
    position: relative;
    padding-right: 30px;
}

.page-head__popular a.active::after{
    content: '×';
    position: absolute;
    width: 14px;
    height: 14px;
    background: #e8edff;
    border-radius: 50%;
    top: 50%;
    right: 8px;
    margin-top: -7px;
    font-size: 14px; 
    line-height: 1;
    color: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 14px;
}

/* 
-----------------------------------*/
.middle-section {
    background: #fff;
}

@media (min-width: 1200px) {
    .middle-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.middle-section-block {
    background: #fff;
}

@media (max-width: 1025px) {
    .list .map-section {
        display: none;
    }
}

@media (max-width: 1025px) {
    .list .items {
        display: block;
    }
}

@media (max-width: 1025px) {
    .map .map-section {
        display: block;
    }
}

@media (max-width: 1025px) {
    .map .items {
        display: none;
    }
}

@media (max-width: 1025px) {
    .map .footer {
        display: none;
    }
}

/* 
-----------------------------------*/
.items-section {
    padding-right: 15px;
    position: relative;
}

@media (min-width: 1200px) {
    .items-section {
        padding-right: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 700px;
        flex: 0 0 700px;
        max-width: 700px;
    }
}

@media (min-width: 2500px) {
    .items-section {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 880px;
        flex: 0 0 880px;
        max-width: 880px;
    }
}

/* 
-----------------------------------*/
.map-section {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #ddd;
    display: none;
    height: calc(100vh - 90px);
    margin-left: -15px;
    overflow: hidden;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media (min-width: 1200px) {
    .map-section {
        height: 100vh;
        position: sticky;
        top: 0;
        display: block;
        margin: 0;
    }
}

.map-marker {
    position: relative;
    width: 12px;
    height: 12px;
}

.open-map-pin {
    cursor: pointer;
    padding: 0;
    border: none;
    background-color: transparent;
}

.icon-marker {
    cursor: pointer;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: unset;
    border: solid 2px rgb(255, 255, 255);
    background-color: rgb(69, 60, 213);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.35);
    width: 17px;
    height: 17px;
}

.map-marker svg {
    width: 28px;
    height: 33px;
    fill: #453cd5;
    -webkit-transition: fill 0.15s, -webkit-transform 0.15s;
    transition: fill 0.15s, -webkit-transform 0.15s;
    -o-transition: fill 0.15s, transform 0.15s;
    transition: fill 0.15s, transform 0.15s;
    transition: fill 0.15s, transform 0.15s, -webkit-transform 0.15s;
}

.map-marker:hover>svg {
    fill: #3cd54a;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.icon-marker.is-hidden {
    opacity: 1;
}

@media (min-width: 1200px) {
    .icon-marker.is-hidden {
        opacity: 0;
    }
}

.leaflet-popup-content {
    font: 14px var(--font-title);
}

.leaflet-popup-content-wrapper {
    -webkit-border-radius: 10px;
    border-radius: 10px;

    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}

.leaflet-container .map-marker-name {
    font-size: 18px;
    font-weight: bold;
    color: #323552;
}

.map-marker-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e8edff;
    height: 95px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.map-marker-logo img {
    max-width: 90%;
    max-height: 90%;
}

.map-marker-data {
    padding: 15px 0;
    font-size: 14px;
    color: #323552;
}

.map-marker-name {
    font-size: 18px;
    font-weight: bold;
    color: #323552;
    display: block;
}

.map-marker-category {
    font-size: 11px;
    color: #8b8b98;
}

.map-marker-opened {
    position: relative;
    padding-left: 20px;
    margin-top: 15px;
}

.map-marker-opened::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.map-marker-opened.opened::before {
    background-color: #3cd54a;
}

.map-marker-opened.closed::before {
    background-color: #ec4343;
}

.map-marker-address {
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
}

.map-marker-address svg {
    width: 13px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
}

.map-marker-popup .btn {
    width: 100%;
    margin-top: 10px;
}

.map-marker-popup .btn-primary {
    color: #fff;
}

.map-marker-popup .btn-secondary {
    color: #323552;
}

.map-marker-popup .btn-secondary:hover {
    color: var(--accent);
}

main .leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    padding: 0;
    margin: 0;
    border: none;
    right: 7px;
    top: 3px;
    z-index: 3;
    font-size: 30px;
    line-height: 1;
    background-color: transparent;
    color: #ddd;
}

.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999
}

.map-one-item .leaflet-data-marker svg {
    width: 40px;
    height: 40px;
}

.map-one-item .leaflet-data-marker-small svg {
    width: 24px;
    height: 24px;
}

.map-one-item .btn-secondary {
    display: none;
}

.map-one-item .not-current .btn-secondary {
    display: flex;
}

/* 
-----------------------------------*/
.category-description {
    font-size: 14px;
    display: none;
}

@media (min-width: 1200px) {
    .category-description {
        display: block;
        border-top: 1px solid #e6f2ff;
        padding-top: 20px;
    }
}

.category-description h2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0;
}

/* 
-----------------------------------*/
.filter-section {
    padding: 20px 0;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 9;
}

.filter-section::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
}

@media (min-width: 1200px) {
    .filter-section::before {
        background-color: #e8edff;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .filter-section {
        margin: 20px 0 20px -50px;
        padding: 10px 30px 10px 50px;
        background-color: #e8edff;
    }
}

@media (min-width: 2500px) {
    .filter-section {
        margin-left: -100px;
        padding-left: 100px;
    }
}

.filter-section__buttons {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 1200px) {
    .filter-section__buttons {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 30px;
    }
}

.toggle-views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 1200px) {
    .toggle-views {
        display: none;
    }
}

.btn-change-section {
    font-weight: normal;
    background-color: transparent;
    border: 1px solid transparent;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: 42px;
    white-space: nowrap;
    padding-left: 14px;
    padding-right: 14px;
}

.btn-change-section.active {
    font-weight: 600;
    border-color: #323552;
    color: var(--accent);
}

.btn-toggle-filter {
    height: 50px;
    min-width: 130px;
    font-size: 15px;
    font-weight: normal;
}

.btn-toggle-filter svg {
    fill: #fff;
    width: 16px;
    height: 16px;
    margin-right: 15px;
}

/* 
-----------------------------------*/
.filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 625px;
    bottom: 0;
    z-index: -1;
    -webkit-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    transform: translateX(-120%);
    background-color: #fff;
    padding: 65px 15px 70px;
    -webkit-box-shadow: 0px 13px 40px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 13px 40px 0px rgba(0, 0, 0, 0.08);
    display: block;
    -webkit-transition: -webkit-transform 0.23s;
    transition: -webkit-transform 0.23s;
    -o-transition: transform 0.23s;
    transition: transform 0.23s;
    transition: transform 0.23s, -webkit-transform 0.23s;
}

@media (min-width: 1200px) {
    .filter {
        max-width: 610px;
    }
}

@media (min-width: 1440px) {
    .filter {
        max-width: 700px;
    }
}

.filter-head {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
}

.filter-head .btn {
    position: absolute;
    right: 5px;
    top: 1px;
}

.filter form {
    overflow: auto;
    height: calc(100vh - 145px);
    padding-bottom: 50px;
}

.filter-fieldset {
    border: none;
    padding: 0;
    margin: 0 0 20px;
}

.filter-title {
    color: #343753;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.filter-fieldset-fast {
    gap: 20px 15px;
}

.filter-list {
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.filter-buttons {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 15px;
}

.filter-buttons .btn {
    height: 45px;
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
    text-align: center;
}

@media (min-width: 768px) {
    .filter-buttons .btn {
        width: 48%;
    }

    .filter-fieldset-fast {
        gap: 20px;
    }
}

.filter-city{
    order: 2;
}

.filter-city.filter-city-chisinau{
    order: 1;
}

.btn-filter-reset {
    font-size: 14px;
    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;
    gap: 6px;
}

.btn-filter-reset svg {
    width: 15px;
    height: 15px;
}

.btn-close-filter {
    width: 40px;
    height: 40px;
}

.btn-close-filter svg {
    width: 20px;
    height: 20px;
}

.open-filter {
    overflow: hidden;
}

.open-filter .filter {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); 
    z-index: 9999;
}

.open-filter::before {
    display: block;
}

.btn-filter-results span {
    display: none;
    margin-left: 5px;
}

.btn-filter-results span.active {
    display: inline-block;
}

/* 
-----------------------------------*/
.fast-filter {
    display: none;
}

@media (min-width: 1200px) {
    .fast-filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
    }
}

.is-opened {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #62d06a;
    display: inline-block;
    position: relative;
    top: 1px;
}

.checkbox-switch .is-opened,
.checkbox-switch .is-closed {
    margin-left: 3px;
}

.is-closed {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ec4343;
    display: inline-block;
    position: relative;
    top: 1px;
}

/* 
-----------------------------------*/
.items {
    min-height: 100vh;
}

.item {
    margin-bottom: 28px;
}

@media (min-width: 768px) {
    .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (min-width: 1200px) {
    .item {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-right: 20px;
    }
}

@media (min-width: 2500px) {
    .item {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-right: 30px;
    }
}

.item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #e3e3e3;
    height: 132px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 768px) {
    .item-img {
        width: 132px;
        flex: 0 0 132px;
        margin-right: 30px;
        margin-bottom: 0;
    }
}

.item-img img {
    max-height: 70%;
    max-width: 80%;
    image-rendering: -webkit-optimize-contrast !important;
}

.item-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.item-title {
    font-size: 18px;
    font-weight: 600;
    color: #323552;
    line-height: 1;
    display: block;
}

.item-title:hover {
    text-decoration: none;
    color: var(--accent);
}

.item-title .is-verified{
    width: 13px;
    height: 13px;
    margin: 0 0 0 2px;
    top: 1px;
    position: relative;
}

.item-category {
    color: #8b8b98;
    font-size: 11px;
    margin-top: 3px;
}

.item-opened {
    margin-top: 10px;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
}

.item-opened::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.item-opened__true::before {
    background-color: #62d06a;
}

.item-opened__false::before {
    background-color: #ec4343;
}

.item-address {
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    margin-top: 6px;
}

.item-address svg {
    width: 13px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
}

.item-filials {
    display: block;
    color: #0089ee;
    font-size: 14px;
    margin-top: 8px;
}

.item-buttons {
    margin-top: 18px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .item-buttons {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media (min-width: 992px) {
    .item-buttons {
        margin: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
        flex: 0 0 340px;
    }
}

@media (min-width: 1200px) {
    .item-buttons {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
        flex: 0 0 160px;
    }
}

.item-buttons .btn {
    width: calc(50% - 14px);
}

@media (min-width: 1200px) {
    .item-buttons .btn {
        width: 100%;
    }
}

.btn-call {
    background-color: #00ba11;
    height: 55px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 45px;
    text-align: center;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

@media (min-width: 1200px) {
    .btn-call {
        display: none;
    }
}

.btn-call svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    margin-right: 5px;
}

.btn-call:hover {
    background-color: #3cd54a;
    text-decoration: none;
}

.btn-on-map {
    height: 55px;
    font-size: 14px;
    font-weight: normal;
    line-height: 45px;
    text-align: center;
    white-space: nowrap;
    position: relative;
}

@media (min-width: 1200px) {
    .btn-on-map {
        height: 45px;
    }
}

.btn-on-map svg {
    width: 13px;
    height: 16px;
    fill: #323552;
    margin-right: 5px;
}

.btn-on-map.loading::after {
    content: '';
    position: absolute;
    background: url(../images/loader.svg) no-repeat center center;
    background-size: 100% auto;
    width: 78px;
    height: 78px;
    top: -16px;
    left: -20px;
    z-index: 3;
    opacity: 1;
}

/* 
-----------------------------------*/
.badge-sale {
    fill: none;
    width: 20px;
    height: 20px;
}

/* 
-----------------------------------*/
.place-back {
    padding: 0 0 25px;
}

@media (min-width: 992px) {
    .place-back {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        margin-bottom: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }
}

.place-back .btn {
    width: 100%;
    font-size: 13px;
    height: 50px;
}

@media (min-width: 992px) {
    .place-back .btn {
        width: auto;
        font-size: 16px;
        margin-right: 30px;
    }
}

.place-back .btn-nav { 
    display: none;
}

@media (min-width: 1200px) {
    .place-back .btn-nav { 
        display: inline-block;
    }
}

.place-back .btn svg {
    width: 20px;
    height: 16px;
    margin-right: 10px;
}

.place-back .page-head__popular {
    display: none;
}

.place-back .page-head__popular span {
    margin: 0;
}

.place-back .page-head__popular a {
    border: 1px solid #e8edff;
    font-size: 14px;
}

.place-back .page-head__popular a:hover {
    border-color: var(--accent);
}

@media (min-width: 992px) {
    .place-back .page-head__popular {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        padding-bottom: 0;
        gap: 0 5px;
    } 
}

@media (min-width: 1200px) { 
 
    .place-back .page-head__popular a {
        font-size: 15px;
    }
}

/* 
-----------------------------------*/
.place-head {
    background-color: #e8edff;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 15px;
    margin-right: -15px;
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .place-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0;
        padding-top: 15px;
        padding-right: 30px;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
}

.place-head-data {
    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-flex: 0;
    -ms-flex: 0 0 calc(100% - 152px);
    flex: 0 0 calc(100% - 152px);
}

.place-head-logo {
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 65px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    border: 1px solid #e3e3e3;
}

@media (min-width: 1200px) {
    .place-head-logo {
        width: 132px;
        height: 132px;
    }
}

.place-head-logo-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 3;
}

@media (min-width: 1200px) {
    .place-head-logo-mobile {
        display: none;
    }
}

.place-head-logo-desktop {
    display: none;
}

@media (min-width: 1200px) {
    .place-head-logo-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.place-head-logo img {
    max-width: 80%;
    max-height: 80%;
}

.place-head-gallery {
    position: relative;
    min-height: 60px;
}

@media (min-width: 768px) {
    .place-head-gallery {
        min-height: unset;
    }
}

.place-head-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 1200px) {
    .place-head-info {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.place-head-time {
    font-size: 14px;
    white-space: nowrap;
}

.place-head-time .is-opened,
.place-head-time .is-closed {
    margin-right: 5px;
}

.place-head-updated {
    color: #a4a4a4;
    font-size: 12px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
}

.place-head-updated svg {
    width: 12px;
    height: 12px;
    fill: #a4a4a4;
    stroke: #a4a4a4;
}

.place-head-whoisowner {
    color: var(--accent);
    font-size: 12px;
    line-height: 1;
    padding: 0;
    background-color: transparent;
    border: none;
}

.place-head-whoisowner svg {
    width: 12px;
    height: 12px;
    fill: var(--accent);
    stroke: var(--accent);
    position: relative;
    top: 2px;
    margin-right: 1px;
}

.place-head-whoisowner:hover {
    color: var(--accent-hover);
}

.place-title {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #343753;
    position: relative;
    z-index: 9;
}

@media (min-width: 1200px) {
    .place-title {
        text-align: left;
        font-size: 28px;
        text-transform: none;
        margin-bottom: 10px;
    }
}

.is-verified {
    width: 16px;
    height: 16px;
    fill: #453cd5;
}

.place-navigation {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    margin: 0 -15px 15px 0;
    border-bottom: 1px solid #d2d7e8;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 3;
    gap: 0 20px;
}

@media (min-width: 1200px) {
    .place-navigation {
        border-top: 1px solid #d2d7e8;
        border-bottom: none;
        margin: 10px 0 0;
        padding: 10px 0 0 0;
        gap: 0 40px;
    }
}

.place-navigation a {
    display: block;
    color: #3d3f56;
    font-weight: 600;
    position: relative;
    padding: 20px 0;
}

@media (min-width: 1200px) {
    .place-navigation a {
        padding: 0;
        font-weight: 500;
    }
}

@media (min-width: 2500px) {
    .place-navigation a {
        padding: 0;
        font-weight: 600;
    }
}

.place-navigation a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
}

@media (min-width: 1200px) {
    .place-navigation a::after {
        display: none;
    }
}

.place-navigation a.active {
    color: var(--accent);
}

@media (min-width: 1200px) {
    .place-navigation a.active {
        color: #3d3f56;
    }
}

.place-navigation a.active::after {
    background-color: var(--accent);
}

.place-navigation a:hover {
    color: var(--accent);
    text-decoration: none;
}

.place-navigation a:active {
    color: #3d3f56;
    text-decoration: none;
}

.place-navigation-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 3;
}

@media (min-width: 1200px) {
    .place-navigation-tabs {
        display: none;
    }
}

.place-navigation-scroll {
    display: none;
    background-color: transparent;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

.place-navigation-scroll.is-fixed {
    position: fixed;
    background-color: #e8edff;
    left: 0;
    width: 100%;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-top: 0;
}

@media (min-width: 1200px) {
    .place-navigation-scroll.is-fixed {
        padding-left: 30px;
        max-width: 650px;
    }
}

@media (min-width: 1900px) {
    .place-navigation-scroll.is-fixed {
        padding-left: 50px;
        max-width: 700px;
    }
}

@media (min-width: 2500px) {
    .place-navigation-scroll.is-fixed {
        padding-left: 100px;
        max-width: 880px;
    }
}

@media (min-width: 1200px) {
    .place-navigation-scroll {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.place-gallery-carousel {
    margin-bottom: 20px;
    margin-right: -15px;
}

@media (min-width: 1200px) {
    .place-gallery-carousel {
        display: none;
    }
}

.place-gallery-carousel a {
    display: block;
}

.place-gallery-carousel a img {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: block;
}

/* 
-----------------------------------*/
@media (min-width: 1200px) {
    .place-blocks {
        padding-right: 30px;
        min-height: 62vh;
    }
}

.place-block {
    margin-bottom: 40px;
    display: none;
}

.place-block.active {
    display: block;
}

@media (min-width: 1200px) {
    .place-block {
        display: block;
    }
}

/* 
-----------------------------------*/
.place-contacts {
    gap: 15px;
}

.place-contacts + .place-contacts{
    margin-top: 25px;
}

.place-contact {
    font-size: 14px;
}

.place-contacts .place-contact{
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .place-contacts{
        display: flex;
        flex-wrap: wrap;
    }

    .place-contacts .place-contact{
        margin-bottom: 5px;
    }

    .place-contact:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    }

    .place-contact:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(30% - 20px);
        flex: 0 0 calc(30% - 20px);
    }

    .place-contact:last-child {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.place-contact span {
    display: block;
    color: #a4a4a4;
    margin-bottom: 5px;
}

.place-contact a {
    color: #323552;
}

.place-contact-schedule {
    position: relative;
    cursor: pointer;
}

.place-contact-schedule::after {
    content: "";
    display: inline-block;
    margin-left: 3px;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top: 5px solid #323552;
    opacity: 0.9;
    position: relative;
    top: -2px;
}

.place-contact-schedule ul {
    position: absolute;
    padding: 15px;
    margin: 5px 0 0 0;
    top: 100%;
    left: -20px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    list-style: none;
    z-index: 3;
    width: 180px;
    font-size: 13px;
    display: none;
}

.place-contact-schedule ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

.place-contact-schedule ul li+li {
    margin-top: 5px;
}

.place-contact-schedule ul li span {
    margin: 0;
    white-space: nowrap;
}

.place-contact-schedule ul li span:first-child {
    width: 75px;
}

.place-contact-schedule ul .current span {
    color: #323552;
}

.place-contact-schedule.active ul {
    display: block;
}

.place-contact-schedule ul li:hover span {
    color: #323552;
}

/* 
-----------------------------------*/
.btn-schedule-toggle {
    position: relative;
    height: 15px;
    width: 20px;
    border: none;
    background: transparent;
    padding: 0;
    margin: -3px 0 0 3px;
}

.place-services-extra {
    margin-top: 30px;
}


/* 
-----------------------------------*/
.place-social-link{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 28px;
    background-color: #f6f6f6;
    border-radius: 10px;
}

.place-social-link svg{
    width: 14px;
    height: 14px;
    fill: #000;
}

.place-site-link{
    text-decoration: underline;
}

.place-site-link:hover{
    text-decoration: none;
}

/* 
-----------------------------------*/
.map-place-mobile {
    display: block;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

@media (min-width: 1200px) {
    .map-place-mobile {
        display: none;
    }
}

.map-mobile {
    height: 350px;
    width: 100%;
}

.map-place-filials {
    display: block;
}

@media (min-width: 1200px) {
    .map-place-filials {
        display: none;
    }
}

.map-place-filials .map-mobile {
    height: 350px;
}

/* 
-----------------------------------*/
.place-actions-carousel {
    width: 100%;
}

.place-actions-carousel .swiper-slide {
    max-width: 300px;
}

/* 
-----------------------------------*/
.list-services {
    padding: 0;
    margin: 0 0 20px 20px;
    font-size: 14px;
}

.list-services li {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .list-services {
        columns: 2;
        gap: 0 35px;
    }
}

/* 
-----------------------------------*/
.extra-services {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 14px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
}

.extra-services li {
    margin-bottom: 10px;
    position: relative;
    max-width: 130px;
    text-align: center;
}

.extra-services li span {
    display: block;
    height: 30px;
}

.extra-services svg,
.extra-services img {
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto 10px; 
}

.esv-7 svg{
    width: 30px;
    height: 30px;
}

/* 
-----------------------------------*/
.tb-service {
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #f3f3f3;
}

.tb-service thead {
    text-align: left;
    background-color: #f3f3f3;
}

.tb-service thead th {
    padding: 7px 10px;
}

.tb-service tr {
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.tb-service tr:hover {
    background-color: #f9f9f9;
}

.tb-service td {
    padding: 7px 10px;
    border: 1px solid #f3f3f3;
    text-align: center;
    font-size: 14px;
}

.tb-service td:first-child {
    text-align: left;
}

.tb-service td:nth-child(2) {
    width: 80px;
    white-space: nowrap;
}

.tb-service td:last-child {
    width: 130px;
}

/* 
-----------------------------------*/
.place-gallery {
    display: none;
}

@media (min-width: 1200px) {
    .place-gallery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        margin-top: 30px;
    }
}

@media (min-width: 2500px) {
    .place-gallery {
        gap: 30px;
    }
}

.place-gallery a {
    display: block;
    position: relative;
    border: 1px solid #e8edff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.place-gallery a img {
    display: block;
}

.place-gallery a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.place-gallery a span svg {
    width: 30px;
    height: 30px;
    fill: #fff;
    margin-bottom: 10px;
}

/* 
-----------------------------------*/
.place-filials {
    padding-bottom: 30px;
}

.place-filials-title {
    margin-bottom: 15px;
    gap: 35px;
}

.place-filials-title .title-small {
    margin-bottom: 0;
}

.place-filials-title .btn {
    font-size: 14px;
}

.place-filials-title .btn svg {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.place-filials .place-contacts {
    margin-bottom: 20px;
}

.place-filials-region {
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .place-filials-region {
        margin-bottom: 30px;
    }
}

.place-filials-region-title {
    font-size: 16px;
    position: relative;
    text-align: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: rgb(243, 243, 243);
    height: 45px;
    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;
}

@media (min-width: 992px) {
    .place-filials-region-title {
        background-color: transparent;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.place-filials-region-title::after,
.place-filials-region-title::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #323552;
}

@media (min-width: 992px) {

    .place-filials-region-title::after,
    .place-filials-region-title::before {
        display: none;
    }
}

.place-filials-region-title::after {
    right: 20px;
    height: 1px;
    width: 15px;
}

.place-filials-region-title::before {
    right: 27px;
    height: 15px;
    width: 1px;
}

.place-filials-region-list {
    display: none;
}

@media (min-width: 992px) {
    .place-filials-region-list {
        display: block;
    }
}

.place-filials-region-list .place-contact__phone,
.place-filials-region-list .place-contact__schedule {
    display: none;
}

@media (min-width: 992px) {

    .place-filials-region-list .place-contact__phone,
    .place-filials-region-list .place-contact__schedule {
        display: block;
    }
}

.place-filials-region-list .btn-icon {
    margin-left: auto;
    width: 45px;
    height: 45px;
}

@media (min-width: 992px) {
    .place-filials-region-list .btn-icon {
        display: none;
    }
}

.place-filials-region-list .btn-icon svg {
    width: 24px;
    height: 24px;
    fill: #323552;
}

.place-filials-region.active .place-filials-region-list {
    display: block;
}

.place-filials-region.active .place-filials-region-title::before {
    display: none;
}

.btn-map-filials {
    display: none;
}

@media (min-width: 1200px) {
    .btn-map-filials {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

/* 
-----------------------------------*/
.page-container {
    padding-bottom: 70px;
}

/* 
-----------------------------------*/
.search-result-count {
    font-size: 18px;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .search-result-count {
        font-weight: 600;
        display: inline;
    }
}

.search-query {
    font-weight: 400;
    color: var(--accent);
    text-transform: none;
    display: block;
}

@media (min-width: 1200px) {
    .search-query {
        font-weight: 600;
        display: inline;
    }
}

.page-head .search-result-count {
    margin: -15px 0 0;
    padding-bottom: 10px;
    display: block;
    font-size: 16px;
}

@media (min-width: 1200px) {
    .page-head .search-result-count {
        display: none;
    }
}

.search-empty{
    min-height: 65vh; 
    padding: 50px 0;
    font-size: 18px;
}

.search-empty h5{
    margin-bottom: 5px;
}

/* 
-----------------------------------*/
.actions-principal {
    padding: 15px 0 7px;
    background-color: #e8edff;
}

@media (min-width: 1200px) {
    .actions-principal {
        margin-top: 60px;
    }
}

.actions-principal .pagetitle-small {
    text-align: center;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .actions-principal .pagetitle-small {
        text-align: left;
        margin-top: -80px;
        margin-bottom: 50px;
    }
}

.actions-principal .action-carousel {
    margin-bottom: 0;
}

.actions-principal .action-item {
    background-color: #fff;
}

.action-carousel-principal {
    width: 300px;
    margin: 0 auto;
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .action-carousel-principal {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .action-carousel-principal {
        width: 100%;
        padding-bottom: 20px;
    }
}

.action-carousel-principal .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}

.action-carousel-principal .swiper-pagination-bullet-active {
    background-color: var(--accent);
}

/* 
-----------------------------------*/
.action-container~.actions-principal {
    margin-top: 30px;
}

@media (min-width: 1200px) {
    .action-container~.actions-principal {
        margin-top: 110px;
    }
}

.action-container~.actions-principal .pagetitle-small {
    font-weight: 600;
    font-size: 23px;
}

@media (min-width: 1200px) {
    .action-container~.actions-principal .pagetitle-small {
        margin-top: -70px;
    }
}

.actions-category {
    padding-top: 26px;
    position: relative;
    z-index: 4;
}

.actions-filter {
    background-color: #fff;
    display: block;
    padding-bottom: 30px;
    position: relative;
}

@media (min-width: 1200px) {
    .actions-filter .filter-title {
        display: none;
    }
}

.actions-filter .filter-fieldset {
    margin: 0;
    z-index: 2;
    position: relative;
}

.actions-filter .checkbox {
    font-size: 14px;
}

@media (min-width: 1200px) {
    .actions-filter .checkbox {
        font-size: 17px;
    }
}

.actions-filter .checkbox input:checked~span {
    border-color: #323552;
    font-weight: 600;
}

.actions-filter .checkbox span {
    border: 1px solid transparent;
    background-color: transparent;
    padding: 7px 16px;
}

.btn-actions-filter {
    height: 50px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 15px;
    position: relative;
    z-index: 3;
}

@media (min-width: 1200px) {
    .btn-actions-filter {
        display: none;
    }
}

.btn-actions-filter svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.btn-actions-filter .icon-close {
    display: none;
}

.btn-actions-filter.active~.actions-filter {
    display: block;
}

.btn-actions-filter.active .icon-close {
    display: block;
}

.btn-actions-filter.active .icon-filter {
    display: none;
}

@media (max-width: 1199px) {
    .open-actions-filter {
        overflow: hidden;
    }

    .open-actions-filter .actions-category {
        padding-top: 40px;
    }

    .open-actions-filter .actions-category::before {
        content: "";
        position: fixed;
        top: 0;
        left: -15px;
        right: -15px;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: -1;
    }

    .open-actions-filter .actions-filter {
        margin-top: -90px;
        padding-top: 90px;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 1200px) {
    .actions {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.actions .action-item {
    max-width: 300px;
}

@media (min-width: 1200px) {
    .actions .action-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 22.5px);
        flex: 0 0 calc(25% - 22.5px);
    }
}

/* pagination
-----------------------------------*/
.pagination {
    margin: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.pagination a {
    width: 26px;
    height: 26px;
    border: 1px solid #323552;
    color: #323552;
    margin: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    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;
}

.pagination a:hover {
    text-decoration: none;
    color: var(--accent);
    border-color: var(--accent);
}

.pagination .active a {
    border-color: var(--accent);
    color: #fff;
    background-color: var(--accent);
}

/* 
-----------------------------------*/
@media (min-width: 768px) {
    .action-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 30px;
    }
}

.action-image {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

@media (min-width: 992px) {
    .action-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .action-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 455px;
        flex: 0 0 455px;
        max-width: 455px;
    }
}

.action-image img {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.action-image__finished {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    color: #fff;
    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;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 21px;
    font-weight: 600;
}

@media (min-width: 768px) {
    .action-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 320px);
        flex: 0 0 calc(100% - 320px);
    }
}

@media (min-width: 1200px) {
    .action-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 486px);
        flex: 0 0 calc(100% - 486px);
    }
}

.action-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 900;
}

@media (min-width: 1200px) {
    .action-title {
        font-size: 26px;
    }
}

.action-title span {
    display: inline-block;
    position: relative;
    padding: 2px 5px;
    color: #fff;
    background-color: var(--accent);
}

.action-description {
    font-size: 15px;
    line-height: 23px;
}

.action-description p+p {
    margin-top: 15px;
}

.action-data {
    background-color: #e8edff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .action-data {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 30px;
    }
}

.action-data__date {
    font-size: 15px;
    position: relative;
}

@media (min-width: 768px) {
    .action-data__date {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 290px;
        flex: 0 0 290px;
        max-width: 290px;
    }
}

@media (min-width: 1200px) {
    .action-data__date {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 445px;
        flex: 0 0 445px;
        max-width: 445px;
    }
}

.action-data__date span {
    display: block;
    font-weight: 500;
    margin-top: 5px;
}

.action-data__date::after {
    content: "";
    display: block;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, transparent), color-stop(30%, #c6c8d1));
    background-image: -webkit-linear-gradient(left, transparent 30%, #c6c8d1 30%);
    background-image: -o-linear-gradient(left, transparent 30%, #c6c8d1 30%);
    background-image: linear-gradient(to right, transparent 30%, #c6c8d1 30%);
    -webkit-background-size: 15px 100%;
    background-size: 15px 100%;
    width: 100%;
    height: 1px;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .action-data__date::after {
        position: absolute;
        width: 1px;
        height: unset;
        top: -12px;
        bottom: -10px;
        right: 2px;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(30%, #c6c8d1));
        background-image: -webkit-linear-gradient(top, transparent 30%, #c6c8d1 30%);
        background-image: -o-linear-gradient(top, transparent 30%, #c6c8d1 30%);
        background-image: linear-gradient(to bottom, transparent 30%, #c6c8d1 30%);
        -webkit-background-size: 100% 15px;
        background-size: 100% 15px;
        margin: 0;
    }
}

@media (min-width: 992px) {
    .action-data__contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 30px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.action-data__logo {
    width: 65px;
    height: 65px;
    background-color: #fff;
    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;
    margin: 15px auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
}

@media (min-width: 1200px) {
    .action-data__logo {
        margin: 0;
    }
}

.action-data__logo img {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.action-data__contact {
    font-size: 14px;
    margin-bottom: 15px;
}

@media (min-width: 1200px) {
    .action-data__contact {
        margin: 0;
    }
}

.action-data__contact span {
    display: block;
    color: #a4a4a4;
    margin-bottom: 5px;
}

@media (min-width: 1200px) {
    .action-data__address {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 350px);
        flex: 0 0 calc(100% - 350px);
    }
}

@media (min-width: 992px) {
    .action-data__phone {
        max-width: 200px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
    }
}

@media (min-width: 1200px) {
    .action-data__phone {
        max-width: 225px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 225px;
        flex: 0 0 225px;
    }
}

.action-data__phone a {
    color: #323552;
}

.action-data__phone .btn-line {
    color: #a4a4a4;
}

.action-data__finished {
    font-weight: 600;
    font-size: 15px;
    color: var(--accent);
}

/* 
-----------------------------------*/
.other-actions {
    margin-top: 35px;
}

/* 
-----------------------------------*/
.actions-cat-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    font-size: 14px;
    overflow: auto;
}

.actions-cat-nav::-webkit-scrollbar {
    display: none;
}

@media (min-width: 1200px) {
    .actions-cat-nav {
        font-size: 17px;
    }
}

.actions-cat-nav li {
    margin-right: 15px;
}

.actions-cat-nav a {
    display: block;
    padding: 8px 0;
    color: #323552;
    white-space: nowrap;
}

.actions-cat-nav a:hover {
    text-decoration: none;
    color: var(--accent);
}

.actions-cat-nav .active a {
    padding: 7px 16px;
    border: 1px solid #323552;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-weight: 600;
    color: var(--accent);
}

/* modal actia
-----------------------------------*/
.modal-actia {
    display: none;
    max-width: 1000px;
}

@media (min-width: 992px) {
    .modal-actia .action-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px;
        margin: 0;
    }
}

@media (min-width: 768px) {
    .modal-actia .action-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 320px);
        flex: 0 0 calc(100% - 320px);
    }
}

@media (min-width: 768px) {
    .modal-actia .action-data__date {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 290px;
        flex: 0 0 290px;
        max-width: 290px;
    }
}

@media (min-width: 1200px) {
    .modal-actia .action-data__address {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 350px);
        flex: 0 0 calc(100% - 350px);
    }
}

@media (min-width: 992px) {
    .modal-actia .action-data__phone {
        max-width: 200px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
    }
}

/* 
-----------------------------------*/
.circle {
    position: relative;
    width: 40px;
    height: 40px;
    color: #7234c3;
    border: 2px solid #453cd5;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    transform: translate(-50%, -50%);
}

.circle-content {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

    width: 70%;
    height: 70%;

    border-radius: 50%;
    background-color: var(--accent);
    transform: translate3d(-50%, -50%, 0);
}

.circle-text {
    font-size: 0.8em;
    color: #fff;
    font-family: var(--font-title);
}

.pin {
    transform: translate(-50%, -100%);
}

/* 
-----------------------------------*/
/* 
-----------------------------------*/
/* 
-----------------------------------*/
/* 
-----------------------------------*/
/* 
-----------------------------------*/
/* 
-----------------------------------*/
/* 
-----------------------------------*/
/* 
-----------------------------------*/
/* 
-----------------------------------*/
/* 
-----------------------------------*/
/* 
-----------------------------------*/
/* 
-----------------------------------*/
/* 
-----------------------------------*/
/* 
-----------------------------------*/
/* 
-----------------------------------*/
/* 
-----------------------------------*/
/* 404
-----------------------------------*/
.page-404 {
    width: 100%;
    max-width: 800px;
    margin: auto;
    color: #323552;
    padding: 50px 0 20px;
}

@media (min-width: 1200px) {
    .page-404 {
        padding: 50px 0;
    }
}

.page-404-code {
    font-weight: 900;
    line-height: 1;
    font-size: 130px;
}

@media (min-width: 1200px) {
    .page-404-code {
        font-size: 240px;
    }
}

.page-404-code svg {
    fill: #453cd5;
    width: 100px;
    height: 100px;
}

@media (min-width: 1200px) {
    .page-404-code svg {
        height: 165px;
        width: 165px;
    }
}

.page-404-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
}

@media (min-width: 1200px) {
    .page-404-title {
        font-size: 35px;
    }
}

.page-404-desc {
    font-size: 16px;
    margin: 30px 0;
}

@media (min-width: 1200px) {
    .page-404-desc {
        font-size: 19px;
        margin: 40px 0;
    }
}

.page-404 .btn {
    min-width: 176px;
}

/* footer
-----------------------------------*/
.items-section .footer {
    margin-right: -15px;
}

@media (min-width: 1200px) {
    .items-section .footer {
        margin-right: 0;
    }
}

.footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f4f5f9;
}

@media (min-width: 992px) {
    .footer {
        padding-bottom: 50px;
    }
}

.footer-logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.footer-socials {
    gap: 20px;
    margin-top: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .footer-socials {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.footer-socials a {
    width: 26px;
    height: 26px;
    display: block;
}

.footer-socials a svg {
    width: 100%;
    height: 100%;
}

.footer-title {
    font-size: 16px;
    font-weight: 600;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 10px 0 20px;
    font-size: 14px;
}

.footer-menu a {
    color: #323552;
    display: block;
    margin: 10px 0;
}

@media (min-width: 992px) {
    .footer-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.footer-col {
    padding-top: 25px;
    display: none;
}

@media (min-width: 992px) {
    .footer-col {
        display: block;
    }
}

.footer-mobile {
    text-align: center;
    display: block;
}

@media (min-width: 1200px) {
    .footer-mobile {
        text-align: left;
    }
}

.footer .btn {
    font-size: 14px;
}

.copy {
    font-size: 14px;
}

/* 
-----------------------------------*/
.middle-section .footer-container {
    margin: 0;
    width: 100%;
    max-width: unset;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .middle-section .footer-container {
        padding-right: 30px;
    }
}

/* 
-----------------------------------*/
.cookie {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 98;
    background-color: #fff;
    padding: 20px;
    width: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 13px 40px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 13px 40px 0px rgba(0, 0, 0, 0.08);
    color: #1c1c1c;
}

@media (min-width: 768px) {
    .cookie {
        max-width: 325px;
        left: unset;
        bottom: 100px;
        right: 40px;
    }
}

@media (min-width: 1200px) {
    .cookie {
        bottom: 100px;
    }
}

.cookie-title {
    font-size: 18px;
    font-weight: 600;
}

.cookie-description {
    font-size: 14px;
    line-height: 23px;
}

.cookie-description a {
    color: #1c1c1c;
    text-decoration: underline;
}

.cookie-description a:hover {
    text-decoration: none;
}

.cookie .btn {
    margin: 20px auto 10px;
    width: 165px;
}

/* 
=================================== */
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
    line-height: 1;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
    z-index: 9;
}

/* Position tooltip above the element */
[data-tooltip]:before {
    position: absolute;
    top: 35px;
    left: 50%;
    margin-top: 5px;
    margin-left: -135px;
    padding: 15px 13px;
    width: 246px;
    border-radius: 10px;
    background-color: #fff;
    color: #323552;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
    font-weight: normal;
    z-index: 9;
    text-transform: none;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -18px;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 18px;
    border-left-width: 18px;
    border-bottom: 9px solid #fff;
    content: " ";
    font-size: 0;
    line-height: 0;
    z-index: 9;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
}

.place-title [data-tooltip] {
    top: 1px;
}

.place-title [data-tooltip]::before {
    line-height: 22px;
    text-align: left;
}

/*
=================================== */
.modal {
    display: none;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}

.modal .is-close-btn {
    position: absolute;
    top: 10px !important;
    right: 10px !important;
    cursor: pointer;
}

.is-compact .modal>.is-close-btn {
    background-color: transparent;
}

.modal .is-close-btn svg {
    stroke: #000;
}

.modal-form {
    width: 555px;
}

.modal-form-head {
    padding-top: 10px;
    text-align: center;
    color: #323552;
    font-family: var(--font-title);
}

.modal-form-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 29px;
}

.modal-form-description {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 30px;
}

.modal .btn[type="submit"] {
    margin-top: 20px;
}

/*
=================================== */
.circle-loader { 
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-left-color: var(--accent);
    animation: loader-spin 1.2s infinite linear;
    position: relative;
    display: block; 
    border-radius: 50%;
    width: 7em;
    height: 7em;
    margin: 60px auto;
}

.load-complete {
    -webkit-animation: none;
    animation: none;
    border-color: var(--accent);
    transition: border 500ms ease-out;
}

.checkmark {
    display: none;
}

.load-complete .checkmark {
    display: block;
}

.checkmark.draw:after {
    animation-duration: 800ms;
    animation-timing-function: ease;
    animation-name: checkmark;
    transform: scaleX(-1) rotate(135deg);
}

.checkmark:after {
    opacity: 1;
    height: 3.5em;
    width: 1.75em;
    transform-origin: left top;
    border-right: 3px solid var(--accent);
    border-top: 3px solid var(--accent);
    content: "";
    left: 1.75em;
    top: 3.5em;
    position: absolute;
}

@keyframes loader-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 1.75em;
        opacity: 1;
    }

    40% {
        height: 3.5em;
        width: 1.75em;
        opacity: 1;
    }

    100% {
        height: 3.5em;
        width: 1.75em;
        opacity: 1;
    }
}

/*
=================================== */
.gap-5{
    gap: 0 5px;
}

.gap-10{
    gap: 0 10px;
}

/*
=================================== */
.max-w-100{
    max-width: 100%;
}

.max-w-50{
    max-width: 50%;
}

/*
=================================== */
.add-page-form{
    max-width: 700px;
    width: 100%;
}

/*
=================================== */
.place-information-open{
    color: #323552;
    font-size: 14px;
    padding: 10px 5px;
    text-align: center;
    background-color: #e8edff; 
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    border-radius: 8px;
    line-height: 14px;
}

.place-information-open svg{
    width: 17px;
    height: 17px;
    margin-right: 5px;
}