:root {
    --color-main: rgb(0 118 173/100%);
    --color-second: rgb(239 87 93/100%);
    --color-hover: rgb(219 65 71/100%);
    --color-hover-2: rgb(255 219 0/100%);
    --color-hover-3: rgb(0 172 229/100%);
    --color-border: rgb(229 229 229/100%);
}

body {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #222;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    letter-spacing: .015em;
    overflow-wrap: break-word;
}

iframe {
    max-width: 100%
}

img {
    max-width: 100%;
    object-fit: contain;
    height: auto;
    display: inline-block
}

picture {
    display: block
}

a {
    color: var(--color-main);
    ;
    text-decoration: none;
    transition: all .2s ease-in-out
}

a:not(.button):hover {
    color: var(--color-hover);
}

b,
strong {
    font-weight: 600;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.167;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    letter-spacing: .01em;
    color: #313131;
    display: block
}

p {
    margin-top: 0;
    margin-bottom: 1.125rem;
}

p+h1,
p+h2,
p+h3,
p+h4,
p+h5,
p+h6,
p+.h1,
p+.h2,
p+.h3,
p+.h4,
p+.h5,
p+.h6,
ul+h1,
ul+h2,
ul+h3,
ul+h4,
ul+h5,
ul+h6,
ul+.h1,
ul+.h2,
ul+.h3,
ul+.h4,
ul+.h5,
ul+.h6,
ul+ul,
ul+ol {
    padding-top: 2rem
}

h1,
.h1 {
    font-size: 1.75rem
}

h2,
.h2 {
    font-size: 1.625rem
}

h3,
.h3 {
    font-size: 1.5rem
}

h4,
.h4 {
    font-size: 1.418rem
}

h5,
.h5 {
    font-size: 1.325rem
}

h6,
.h6 {
    font-size: 1.25rem
}

.subtitle-uppercase {
    font-weight: 700;
    color: #313131;
    margin-top: 2.5rem;
    text-transform: uppercase;
    letter-spacing: .05em
}

.subtitle-uppercase span {
    opacity: .5
}

@media (min-width: 768px) {

    h1,
    .h1 {
        font-size: 2rem
    }

    h2,
    .h2 {
        font-size: 1.75rem
    }

    h3,
    .h3 {
        font-size: 1.625rem
    }

    h4,
    .h4 {
        font-size: 1.5rem
    }

    h5,
    .h5 {
        font-size: 1.375rem
    }

    h6,
    .h6 {
        font-size: 1.25rem
    }
}

@media (min-width: 992px) {

    h1,
    .h1 {
        font-size: 2.25rem
    }

    h2,
    .h2 {
        font-size: 1.875rem
    }

    h3,
    .h3 {
        font-size: 1.75rem
    }

    h4,
    .h4 {
        font-size: 1.625rem
    }

    h5,
    .h5 {
        font-size: 1.5rem
    }

    h6,
    .h6 {
        font-size: 1.375rem
    }
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding-left: 20px;
    margin-bottom: 2.5rem;
    counter-reset: li
}

ul li,
ol li {
    position: relative;
    margin-bottom: .875rem
}

ul li:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: .5rem;
    height: .5rem;
    background-color: #444;
    border: solid 2px #444;
    border-radius: 99px;
    top: .438rem;
    left: -1.25rem
}

ul.list-white li:before {
    background-color: #fff;
    border: solid 2px #fff;
}

ul.list-primary li:before {
/*    background-color: var(--color-main);
    border: solid 2px var(--color-main);*/
}

ol li:before {
    content: counter(li, decimal) ".";
    counter-increment: li;
    position: absolute;
    top: 1px;
    left: -1.25rem;
    color: #444;
    display: inline-flex;
    width: 15px;
    justify-content: flex-end;
    font-weight: 600;
    font-family: 'Montserrat';
}

ul ul li:before {
    background-color: #fff
}

.text-center {
    text-align: center
}

button,
input[type=submit],
input[type=reset],
button:focus,
input[type=submit]:focus,
input[type=reset]:focus {
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none
}

input,
select,
textarea,
button,
optgroup {
    display: block;
    width: 100%;
    padding: 1.75rem 1rem .75rem;
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 4px;
    transition: all .2s;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-feature-settings: 'pnum' on, 'lnum' on, 'salt' on, 'liga' off;
    color: inherit
}

input,
select,
button,
optgroup {
    height: 56px
}

input.val-wrong,
select.val-wrong,
textarea.val-wrong,
button.val-wrong,
optgroup.val-wrong {
    border: 1px solid #f33
}

input.val-right,
select.val-right,
textarea.val-right,
button.val-right,
optgroup.val-right {
    border: 1px solid #75d100
}

input:focus,
select:focus,
textarea:focus,
button:focus,
optgroup:focus {
    outline: none
}

.input-wrap {
    position: relative;
    color: #313131;
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.input-wrap .wpcf7-form-control-wrap {
    width: 100%
}

.input-wrap label {
    position: absolute;
    line-height: 1;
    transition: all .15s;
    font-size: .75rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    width: calc(100% - 1.75rem);
    top: 1px;
    height: 1.25rem;
    padding-top: 1.125rem;
    left: 1px;
    display: flex;
    align-items: center;
    padding-left: .938rem;
    pointer-events: none;
    background: 0 0;
    box-sizing: content-box
}

.input-wrap.focus label,
.input-wrap.focus label,
.input-wrap.focus label {
    font-size: .625rem;
    padding-top: .125rem;
    border-radius: 4px
}

.input-wrap.focus label {
    background: #fff
}

.input-wrap.focus textarea:before {
    background-color: #000;
    content: "";
    display: block;
    width: 100%;
    position: relative;
    height: 10px;
    top: 0
}

section {
    padding-top: 2.5rem;
    padding-bottom: 3rem
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
    background-color: #fff;
}

main {
    padding-top: 106px;
}

@media (min-width: 768px) {
    main {
        padding-top: 114px
    }
}

@media (min-width: 992px) {
    main {
        padding-top: 182px;
    }
}

.header-top .container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-top: 7px;
    padding-bottom: 7px
}

.header-top {
    border-bottom: solid 1px var(--color-border);
    ;
    box-shadow: 0px 4px 7px 0px rgba(0 0 0/5%)
}

.header-logo {
    max-width: calc(100% - 84px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo img {
    max-height: 50px;
    width: 50px;
    margin-right: 5px;
    object-position: 0;
}

.header-logo-subtitle {
    font-size: .675rem;
    line-height: 120%;
    font-family: 'Montserrat';
    font-weight: 600;
    max-width: 250px;
}

.header-contact {
    /* display:none */
}

.menu-mobile-toggle {
    display: flex;
    width: 40px;
    height: 40px;
    margin-right: -10px;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.menu-mobile-toggle span {
    height: 2px;
    width: 24px;
    background-color: #000;
    position: relative;
    transition: all .15s ease-in-out
}

.menu-mobile-toggle span:after,
.menu-mobile-toggle span:before {
    height: 2px;
    width: 24px;
    background-color: #000;
    position: absolute;
    left: 0;
    display: block;
    content: "";
    transition: all .2s ease-in-out
}

.menu-mobile-toggle span:after {
    top: 6px
}

.menu-mobile-toggle span:before {
    bottom: 6px
}

.menu-active .menu-mobile-toggle span {
    background-color: transparent
}

.menu-active .menu-mobile-toggle span:before {
    transform: rotate(45deg);
    bottom: 0
}

.menu-active .menu-mobile-toggle span:after {
    transform: rotate(-45deg);
    top: 0
}

.header-nav ul {
    padding-left: 0;
    font-weight: 400;
    letter-spacing: .05em
}

.header-nav ul li {
    margin-bottom: 0
}

.header-nav ul li:before {
    display: none
}

.header-nav ul li a {
    padding: 9px 0;
    font-size: 18px;
    line-height: 130%;
    display: block;
    font-weight: 600;
    letter-spacing: 0;
    position:
        relative;
}

.header-nav ul li a>.open {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 44px;
}

.header-nav ul li>ul {
    display: none
}

.header-nav ul li>ul a {
    font-weight: 400;
    font-size: 16px
}

.header-contact a[href*=tel] {
    font-weight: 600;
    font-family: 'Montserrat';
    margin-top: 1px;
    white-space: nowrap;
    font-size: 1.125rem;
    line-height: 1.4;
}

.header-mobile .icon-contact-sc {
    display: none;
}

@media (max-width: 394px) {
    .header-contact a[href*=tel] {
        font-size: 1rem;
        letter-spacing: .02em
    }
}

@media (max-width: 767px) {
    .header-top .container {
        flex-wrap: wrap;
    }

    .header-contact {
        order: 1;
        width: 100%;
    }

    .header-contact .button {
        display: none
    }

    .header-contact-phones {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding-top: .5rem;
        margin-top: 0.413rem;
        border-top: solid 1px var(--color-border);
        padding-bottom: .125rem;
    }

    .header-mobile {
        width: 74px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-mobile .icon-contact-sc {
        font-size: 1.75rem;
        color: #64a9dc !important;
        display: block;
    }
}

@media (max-width: 991px) {
    .header-nav-container {
        height: calc(100vh - 45px);
        position: absolute;
        bottom: 0;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1000;
        flex-direction: column;
        background-color: #fff;
        overflow-y: auto;
        overflow-x: hidden;
        transform: translateX(-120%);
        transition: transform .2s 0s;
        padding-top: 10px
    }

    .menu-active .header-nav-container {
        transform: translateX(0%)
    }

    .header-nav>ul>li {
        border-bottom: solid 1px var(--color-border);
        ;
        padding: 12px 16px 11px
    }

    .header-nav>ul>li:not(:last-child) {
        border-bottom: solid 1px var(--color-border);
    }

    .header-nav ul li a {
        font-size: 20px
    }

    .header-nav ul li>ul {
        margin-bottom: .5rem;
        margin-top: .5rem
    }

    .header-nav ul li a.active {
        color: var(--color-main);
    }
}

@media (min-width: 768px) {
    .header-logo img {
        max-width: 90px;
    }

    .header-logo-subtitle {
        font-size: .75rem;
        line-height: 140%;
    }

    .header-top .container {
        padding-top: .75rem;
        transition: all .15s ease-in-out;
        padding-bottom: .75rem
    }

    .header-contact {
        display: flex;
        margin-left: auto;
        margin-right: 1rem;
        align-items: center;
    }

    .header-top-menu>.container {
        display: flex;
        justify-content: space-between
    }

    .header-contact-phones {
        max-width: 160px;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        margin-right: 2rem;
        justify-content: flex-end
    }

    .header-logo {
        max-width: 250px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 992px) {
    .header-nav ul li a>.open {
        display: none;
    }

    .header-logo {
        max-width: initial;
    }

    .header-top .container {
        padding-top: .75rem;
        padding-bottom: .75rem;
    }

    .header-logo img {
        width: 70px;
        max-height: 70px;
        transition: all .15s ease-in-out
    }

    .page-scrolled .header-logo img {
        max-height: 60px
    }

    .header-logo-subtitle {
        display: block;
        font-size: .813rem;
        line-height: 120%;
        margin-left: 2rem;
        width: 220px;
    }

    .header-top {
        box-shadow: none
    }

    .header-mobile {
        display: none
    }

    .header-nav ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0
    }

    .header-contact {
        margin-left: 0;
        margin-right: 0
    }

    .header-nav-container {
        border-bottom: solid 1px var(--color-border);
        ;
        box-shadow: 0px 4px 7px 0px rgba(0 0 0/5%)
    }

    .header-nav ul li>ul {
        display: none !important
    }

    .header-nav ul li a+ul {
        position: absolute;
        padding: 7px 30px;
        width: auto;
        min-width: calc(100% + 40px);
        background-color: #fff;
        top: 100%;
        left: -20px;
        transform: translateX(0%);
        box-shadow: 0px 1.13351px 2.74791px rgb(0 0 0/5%), 0px 2.86674px 6.94968px rgb(0 0 0/5%), 0px 5.84789px 14.1767px rgb(0 0 0/7%), 0px 12.0455px 29.2013px rgb(0 0 0/7%), 0px 33px 80px rgb(0 0 0/7%)
    }

    .header-nav ul li:first-child a+ul {
        left: -30px;
    }

    .header-nav ul li.menu-hover-right a {
        padding-right: 0;
    }

    .header-nav ul li.menu-hover-right a+ul {
        left: auto;
        right: -30px
    }

    .header-nav ul li:hover>ul {
        display: block !important;
        max-height: calc(100vh - 220px);
        overflow: auto;
    }

    .header-nav ul li {
        white-space: nowrap
    }

    .header-nav ul li a {
        padding: 13px 10px
    }

    .header-nav ul li:first-child a {
        padding-left: 0
    }

    .header-nav ul li:last-child a {
        padding-right: 0
    }

    .header-nav ul li>ul a {
        padding: 12px 0 9px;
        position: relative
    }

    .header-nav ul li>ul li:not(:last-child) a:after {
        content: "";
        width: 100%;
        position: absolute;
        display: block;
        height: 1px;
        background-color: var(--color-border);
        ;
        top: 100%;
        left: 0;
        transition: all .2s ease-in-out
    }

    .page-scrolled .header-top .container {
        padding-top: .5rem;
        padding-bottom: .5rem
    }
}

@media (min-width: 992px) and (max-width:1200px) {
    .header-nav ul li a {
        font-size: 16px
    }
}

footer {
    background-color: #404040;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 2
}

footer *,
footer .h3 {
    color: #fff
}

footer a:hover {
    color: var(--color-hover-2);
}

footer ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    padding-bottom: 1rem
}

footer ul li {
    margin: 0
}

footer ul li:before {
    display: none
}

@media (max-width: 767px) {
    footer .col-12+* {
        padding-top: 30px
    }

    .footer-top .col-12 {
        border-bottom: solid 1px #949fba;
        padding-bottom: 1rem
    }
}

.footer-box-logo img {
    padding-bottom: 30px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

footer ul a {
    padding: 5px 0 4px;
    display: block
}

footer ul li:first-child a {
    padding-top: 0
}

footer ul li:last-child a {
    padding-bottom: 0
}

.footer-bottom {
    padding-top: 40px;
    font-size: 14px
}

@media (min-width: 768px) {
    .footer-box-logo img {
        margin-left: 0;
    }

    .footer-box-logo {
        padding-bottom: 2rem
    }

    .footer-bottom {
        border-top: solid 1px var(--color-border);
        margin-top: 2rem;
    }

    .footer-bottom p:last-child {
        padding-top: 1.5rem;
        margin-bottom: 0
    }
}

@media (min-width: 992px) {
    .footer-top .col-12:not(.footer-box-logo) {
        margin-top: 13px;
        border-left: solid 1px var(--color-border);
        padding-left: 25px;
        padding-right: 25px;
    }

    footer ul {
        padding-bottom: 0
    }

    .footer-top .h3 {
        min-height: 77px;
        margin-bottom: 0
    }

    .footer-bottom {
        margin-top: 3rem
    }
}

.button,
input.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 7px 14px;
    border-radius: 6px;
    background-color: var(--color-second);
    color: #fff;
    transition: all .2s ease-in-out;
    cursor: pointer;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .03em;
}

.button:hover {
    background-color: var(--color-hover);
}

@media (min-width: 992px) {
    .button:not(.button-small) {
        padding: 12px 25px;
        font-size: 16px
    }
}

.bg-main {
    background-color: var(--color-main);
}

.hoverable {
    transition: all .2s ease-in-out;
}

.bg-main.hoverable:hover {
    background-color: var(--color-hover-3);
}

.banner-page {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

/*.banner-page p,
.banner-page h1,
.banner-page ul,
.banner-page span {
    color: #fff
}*/

.banner-page-form {
    padding-top: 3rem
}

.banner-page-text-special {
    padding-top: 1rem;
    padding-bottom: 2rem
}

.bg-img-fill img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover
}

.banner-page h1 {
    font-size: 1.5rem
}

.banner-page-main .bg-img-fill img {
    object-position: 0 0
}

@media (min-width: 768px) {
    .banner-page-main .bg-img-fill img {
        object-position: calc(100% + 400px) 0
    }

    .banner-page h1 {
        font-size: 1.75rem
    }
}

@media (min-width: 992px) {
    .banner-page-main .bg-img-fill img {
        object-position: calc(100% + 300px) 0
    }

    .banner-page h1 {
        font-size: 2rem
    }
}

@media (min-width: 1600px) {
    .banner-page-main .bg-img-fill img {
        object-position: 0 0;
    }
}

.page-banner-form {
    background-color: #fff;
    padding: 1.5rem 1.5rem 1rem;
    border-radius: 10px;
}

.page-banner-form .button {
    background-color: var(--color-main);
}

.page-banner-form .button:hover {
    background-color: var(--color-hover-3);
}

.page-banner-form .h2 {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    .banner-page {
        position: relative;
    }

    .banner-page .col-12:last-child {
        margin-top: -20px;
    }

    .banner-page-main ul {
        padding-top: 4rem;
        margin-bottom: 0
    }

    .banner-page-main .banner-page-text-special+ul {
        padding-top: 0
    }

    .banner-page h1+p {
        max-width: 400px
    }

    .page-banner-form {
        margin-bottom: .5rem
    }
}

@media (min-width: 992px) {
    .page-banner-form {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }

    .banner-page .col-12:last-child {
        margin-top: -24px;
    }

    .banner-page-text-special {
        padding-top: 2.5rem
    }
}

.list-with-links {
    list-style: none;
    padding-left: 0
}

.list-with-links li {
    margin-bottom: 0
}

.list-with-links li:before {
    display: none
}

.list-with-links li a:before {
    content: "\e919";
    font-family: 'narko-centra' !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 14px;
    height: 1rem;
    transform: translateY(1px);
    line-height: 1rem;
    padding-right: 4px;
    justify-content: center;
    display: inline-flex;
    font-size: 1.125em
}

.list-with-links a {
    padding: 7px 0 6px;
    display: inline-block
}

.links-white a {
    color: #fff;
    font-weight: 600
}

.links-white a:hover {
    color: var(--color-main);
}

.table-container {
    max-width: 100%;
    overflow-y: auto;
    width: 100%
}

table {
    border-collapse: collapse;
    position: relative;
    overflow-y: hidden;
    border: solid 1px var(--color-main);
    border-radius: 3px;
    width: 100%;
    margin-bottom: 2.5rem
}

table tbody tr {
    transition: all .15s ease-in-out;
    cursor: pointer
}

table tbody tr:nth-child(odd) {
    background-color: #ececec
}

table thead tr {
    background-color: var(--color-main);
    ;
    padding: 15px;
    color: #fff
}

table thead tr th {
    padding: 10px 15px;
    text-align: left
}

table tr td {
    border-bottom: none;
    padding: 12px 15px 10px
}

table tbody tr:hover {
    background-color: var(--color-border);
}

table tbody tr:hover a {
    color: #fff
}

.breadcumbs-container {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: 'Montserrat';
    font-size: .875rem;
    font-weight: 600;
    background-color: #fff;
    border-bottom: solid 1px var(--color-border);
    ;
    box-shadow: 0px 4px 7px 0px rgba(0 0 0/5%)
}

.person-card {
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
}

.person-card img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
    object-position: 50% 0;
    display: block;
    z-index: 3;
    position: relative;
    border-bottom: none;
}

.person-card .name {
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 600;
    padding-top: 1rem;
    padding-left: .75rem;
    padding-right: .75rem;
    min-height: 70px;
    color: #fff;
    margin-top: -.5rem;
    transition: all .2s ease-in-out;
    margin-bottom: 0;
    width: 100%;
    order: 1;
}
.person-card-content{
  background-color: var(--color-main);
  border: solid 1px var(--color-border);
  border-radius: 7px;
  width: 100%;
}
.person-card .spec{
  text-align: center;
  color: #efefef;
  border-radius: 0 0 5px 5px;
  font-size: .875rem;
  margin-bottom: 0.25rem;
}
.person-card:hover .person-card-content {
    background-color: var(--color-hover);
}

.person-card .subtitle {
    font-size: 13px;
    color: initial;
    padding: .75rem;
    margin-bottom: 0
}

.person-card .subtitle>span {
    font-weight: 600
}

.specialist-img img {
    height: calc(100vw - 30px);
    width: 100%;
    object-fit: cover;
    object-position: 50% 0;
    border-radius: 5px;
    border: solid 1px var(--color-border);
}

@media (min-width: 767px) {
    .specialist-img img {
        height: 300px;
    }
}

.header-top-menu {
    background-color: var(--color-main);
    ;
    padding: 8px 0
}

.header-top-menu ul {
    display: flex;
    padding-left: 0;
    margin-bottom: 0
}

.header-top-menu ul li {
    padding-left: 0;
    margin-bottom: 0
}

.header-top-menu ul li:before {
    display: none
}

.header-top-menu a {
    padding: 0 6px;
    display: inline-block;
    font-size: .875rem;
}
@media (min-width:992px){
    .header-top-menu a {
        padding: 0 8px;
        font-size: .938rem;
    }
}
.header-top-menu li:first-child a {
    padding-left: 0
}

.header-top-menu a:hover {
    color: var(--color-hover-2);
}

@media (max-width: 767px) {
    .header-top-menu {
        display: none
    }
}

.popup-window {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0/40%);
    z-index: 1000;
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s ease-in-out
}

.popup-window.active {
    pointer-events: all;
    opacity: 1
}

.popup-container {
    height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
    transform: translateY(-100vh);
    transition: all .2s ease-in-out
}

.popup-window.active .popup-container {
    transform: translateY(0vh)
}

.popup-form {
    background-color: #fff;
    padding: 1.5rem 2.5rem .5rem;
    border-radius: 10px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    color: #fff;
    max-height: 90vh;
    overflow: auto;
}

.popup-form .h2 {
    text-align: center;
    margin-bottom: 1.5rem;
    /* color: var(--color-main); */
}

.popup-form .button {
    margin-top: .25rem;
    background-color: var(--color-second)
}

.popup-form .button:hover {
    background-color: var(--color-hover)
}

.popup-form .h2+p {
    text-align: center;
    font-size: .875rem;
    color: initial
}

.popup-close {
    position: absolute;
    top: .75rem;
    right: .75rem;
    width: 1.75rem;
    height: 1.75rem;
    transform: rotate(45deg);
    transition: all .2s ease-in-out;
    cursor: pointer;
    background: var(--color-border);
    border-radius: 99px;
}

.popup-close:after,
.popup-close:before {
    position: absolute;
    width: 70%;
    height: 2px;
    display: block;
    background-color: #222;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .1s ease-in-out
}

.popup-close:before {
    transform: rotate(90deg)
}

.popup-close:hover {
    transform: rotate(135deg)
}

.popup-close:hover:before,
.popup-close:hover:after {
    background-color: var(--color-hover);
}

@media (max-width: 767px) {
    .popup-form {
        padding: .875rem 1.5rem 0
    }

    .popup-container {
        padding-left: 10px;
        padding-right: 10px
    }

    .popup-close {
        top: 1rem
    }
}

@media (min-width:768px) {
    .popup-form {
        padding-top: 1.125rem
    }

    .popup-close {
        width: 2rem;
        height: 2rem;
        top: 1.25rem;
    }
}

.service-card {
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px var(--color-border);
    ;
    height: 100%;
    padding-bottom: .75rem;
    flex-direction: column;
    transition: all .2s ease-in-out
}

.service-card:hover {
    box-shadow: 0px 4px 7px 0px rgb(0 0 0/7%)
}

.service-card:hover img {
    transform: scale(1.05);
    transform-origin: 50% 100%
}

.service-list .col-12 {
    padding-bottom: 2rem
}

.service-card>* {
    width: 100%
}

.service-card img {
    align-self: flex-start;
    margin-bottom: 0;
    transition: all .2s ease-in-out;
    height: 40vw;
    width: 100%;
    object-fit: cover;
    object-position: 50% 0;
}

.service-card .name {
    padding: 1.25rem 1rem 0;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-top: 0;
    font-size: .938rem;
    margin-bottom: .75rem;
    line-height: 1.4;
}

.service-card .description {
    padding: 0 1rem 0;
    font-size: .813rem;
    color: #717171
}

@media (min-width: 768px) {
    .service-card img {
        height: 200px;
    }
}

@media (min-width: 992px) {
    .service-card img {
        height: 120px;
    }
}

@media (max-width: 991px) {
    .right-sidebar {
        padding-top: 2rem
    }
}

.right-sidebar>.row {
    border: solid 1px var(--color-border);
    ;
    border-radius: 5px;
    padding-top: 1.5rem;
    padding-bottom: .5rem;
    margin: 0;
}

.specialist-mini-card-list .col-lg-12 a {
    display: flex;
    width: 100%
}

.specialist-mini-card-list .col-lg-12 a img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    object-position: 50% 0;
    border-radius: 5px;
    margin-right: 1rem;
    min-width: 90px;
    border: solid 1px var(--color-border);
}

.specialist-mini-card-list .col-lg-12 a .name {
    font-family: 'Montserrat';
    font-weight: 600
}

.specialist-mini-card-list .col-lg-12 a .subtitle {
    font-size: .875rem;
    color: initial
}

.specialist-mini-card-list .col-lg-12 {
    padding-bottom: 1.5rem
}

.specialist-mini-card-list .col-lg-12 a:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    top: calc(100% - .75rem);
    left: 0;
    background-color: var(--color-border);
}

@media (min-width: 768px) and (max-width:991px) {
    .specialist-mini-card-list .col-lg-12 a:after {
        display: none;
    }
}

@media (min-width: 992px) {
    .specialist-mini-card-list .col-lg-12 a img {
        min-width: 80px;
        width: 80px;
        margin-right: .5rem;
        height: 95px;
        border: none;
    }

    .specialist-mini-card-list .col-lg-12 a .name {
        font-size: .875rem;
        margin-bottom: .5rem
    }

    .specialist-mini-card-list .col-lg-12 a .subtitle {
        font-size: .75rem
    }

    .specialist-mini-card-list .col-lg-12 a {
        position: relative
    }

    .specialist-mini-card-list .col-lg-12:last-child {
        padding-bottom: 1rem
    }

    .specialist-mini-card-list .col-lg-12:not(:last-child) a:after {
        top: calc(100% + 0.75rem);
    }

    .specialist-mini-card-list .col-lg-12:last-child a:after {
        display: none
    }
}

.submenu-mobile {
    padding-left: 1rem;
    padding-bottom: 5rem
}

.submenu-mobile a {
    display: block;
    font-weight: 600;
    font-family: 'Montserrat';
    padding-bottom: .5rem
}

.submenu-mobile .button {
    margin-top: .5rem
}

.submenu-mobile .h6 {
    margin-bottom: 0.5rem;
}

.submenu-mobile .city-switcher {
    display: inline-flex;
    font-size: 1.125rem;
    flex-wrap: wrap;
    width: 100%;
    font-weight: 600;
    color: var(--color-hover);
    margin-bottom: 1rem;
}

.submenu-mobile .city-switcher span {
    font-size: 0.7em;
    letter-spacing: 0;
    padding-left: 2px;
    transform: translateY(2px);
    white-space: nowrap;
}

.submenu-mobile .adress {
    display: block;
    padding-top: 1rem
}

.footer-contacts {
    padding-top: 1.5rem
}

.footer-contacts .h6 {
    color: #fff
}

.footer-contacts a {
    display: block;
    font-weight: 600;
    font-family: 'Montserrat';
    padding-bottom: .5rem
}

.footer-contacts .button {
    margin-top: .5rem
}

.footer-contacts .adress {
    display: block;
    padding-top: 1rem
}

.reviews-listing>div {
    margin-bottom: 2rem
}

.review-single {
    border: 1px solid var(--color-border);
    ;
    border-radius: 5px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
}

.review-single .review-text {
    padding-top: .5rem;
    margin-bottom: 1.5rem;
}

.review-single .review-image {
    padding: 7px;
    margin-left: 20px;
    display: inline-flex;
    float: right;
    height: 130px;
    width: 97px;
    border: solid 1px var(--color-border);
    border-radius: 5px;
    position: relative;
}

.review-single .review-image:hover {
    border: solid 1px var(--color-hover);
}

.review-single .review-image img {
    object-fit: cover;
    object-position: 0 0;
}

.review-single .review-service {
    margin-top: auto;
    margin-bottom: .5rem
}

.review-single .review-service span {
    font-weight: 600;
}

.review-single .date {
    font-family: 'Montserrat';
    font-weight: 600;
    color: #7b8085;
    margin-bottom: 0;
    min-width: 100px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.review-single .review-info-only-date {
    justify-content: flex-end;
}

.review-single .citate {
    position: absolute;
    top: .75rem;
    right: 1rem;
    display: flex;
    width: 3rem;
    height: 3rem;
}

.review-single .citate:after {
    content: ",,";
    display: block;
    align-items: center;
    position: absolute;
    justify-content: center;
    font-size: 8rem;
    line-height: 1rem;
    top: -70%;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: 'Montserrat';
    letter-spacing: -.5rem;
    color: var(--color-second)
}

.row-inherit-space {
    margin-left: 0;
    margin-right: 0;
}

.review-single>.h3 {
    padding-right: 3rem;
}

@media (min-width: 768px) {
    .reviews-listing>div {
        margin-bottom: 3rem
    }

    .review-single-container {
        height: 100%;
    }

    .review-single {
        padding-top: 1.75rem;
        padding-bottom: 1.25rem;
        padding-left: 3rem;
        padding-right: 3rem;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .review-single>* {
        width: 100%;
    }

    .review-single .citate {
        top: 1.35rem;
        right: 3rem;
    }

    .review-info {
        display: flex;
        justify-content: space-between;
        margin-top: auto;
    }

    .review-single .review-service {
        margin-bottom: 0;
    }

    .review-single .date {
        justify-content: flex-end;
    }
}

@media (min-width: 992px) {
    .review-single {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .review-single .citate {
        top: 1.875rem;
    }
}

.advantages-list>div {
    margin-bottom: 2rem;
}

.advantages-list>div .image {
    display: flex;
    width: 100%;
    padding-bottom: 1.25rem;
    border-radius: 5px;
}

.advantages-list>div .image img {
    border-radius: 5px;
    height: 200px;
    object-fit: cover;
    width: 100%;
    object-position: 50% 0;
}

.advantages-list>div .name {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: .75rem;
    position: relative
}

.advantages-list>div .name:after {
    width: 3rem;
    content: "";
    display: block;
    height: 2px;
    background-color: var(--color-main);
    ;
    margin-top: .25rem
}

.advantages-list>div .text {
    font-size: .875rem;
    margin-bottom: 1.5rem
}

@media (min-width: 768px) {
    .advantages-list>div .image img {
        object-position: 50%;
    }
}

@media (min-width: 1200px) {
    .advantages-list>div .image img {
        height: 150px
    }
}

.specialist-full-listing .col-6 {
    margin-bottom: 1.5rem;
}

.specialist-full-listing .col-6>a {
    display: block;
    height: 100%;
    border: solid 1px var(--color-border);
    background-color: var(--color-main);
    border-radius: 5px;
    overflow: hidden;
}

.specialist-full-listing .col-6 .name {
    font-size: .813rem;
    padding: .25rem .5rem .5rem;
    margin-bottom: 0;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
    text-align: center
}

.specialist-full-listing .col-6>a:hover {
    background-color: var(--color-hover);
}

.specialist-full-listing img {
    height: 40vw;
    width: 100%;
    object-fit: cover;
    object-position: 50% 0;
}

@media (min-width: 768px) {
    .specialist-full-listing img {
        height: 180px;
    }
}

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

.pagination>* {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-main);
    width: 2.5rem;
    height: 2.5rem;
    margin-right: .5rem;
    color: #fff;
    border-radius: 3px;
}

.pagination>*:last-child {
    margin-right: 0;
}

.pagination>*:hover {
    color: #fff;
    background-color: var(--color-hover)
}

.pagination>*.current {
    background-color: var(--color-second);
}

.banner-page-main *,
.banner-page-main p,
.banner-page-main h1 {
    color: #222
}

.banner-page-main .container {
    min-height: 535px;
    display: flex;
    align-content: center;
    align-items: center;
    align-self: center;
}

.banner-page-main .container>.row {
    width: calc(100% + 30px)
}

*+.sidebar-conversion-block {
    margin-top: 3rem;
}

.sidebar-conversion-block {
    position: sticky;
    top: 190px;
}

.sidebar-conversion-block form {
    margin-bottom: -1rem;
}

.sidebar-conversion-block .button {
    background-color: var(--color-main)
}

.sidebar-conversion-block .button:hover {
    background-color: var(--color-hover-3)
}

.specialist-certificates img {
    height: 140px;
    width: 100%;
    object-fit: cover;
    object-position: 50% 0;
    border: solid 1px var(--color-border);
    border-radius: 5px;
}

.content-page .col-12 {
    max-width: 830px;
}

*:not(.gallery) img.alignleft,
*:not(.gallery) img.img-left {
    float: left;
    margin-right: 1rem
}

*:not(.gallery) img.alignright,
*:not(.gallery) img.img-right {
    float: right;
    margin-left: 1rem
}

@media (max-width:400px) {

    *:not(.gallery) img.alignleft,
    *:not(.gallery) img.img-left,
    *:not(.gallery) img.alignright,
    *:not(.gallery) img.img-right {
        width: 100%;
    }
}

@media (min-width:401px) and (max-width:1024px) {

    *:not(.gallery) img.alignleft,
    *:not(.gallery) img.img-left,
    *:not(.gallery) img.alignright,
    *:not(.gallery) img.img-right {
        max-width: 40%;
    }
}

*:not(.gallery) img.img-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

[class*="gallery-columns-"]:not(.gallery-columns-1) {
    display: flex;
    flex-wrap: wrap;
}

[class*="gallery-columns-"]:not(.gallery-columns-1) .gallery-item {
    margin: 0;
    padding-right: 20px;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
    flex: 0 0 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
    flex: 0 0 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
    flex: 0 0 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
}

@media (min-width: 767px) and (max-width:900px) {
    .header-top-menu li:last-child {
        display: none
    }
}

.content-page .sidebar-conversion-block {
    margin-top: 0;
}

.share-container,
.social-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 360px;
    max-width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.share-container>span {
    min-width: 120px;
    margin-bottom: .5rem;
    font-family: 'Montserrat';
    font-weight: 600;
    opacity: .9
}

.social-links {
    display: inline-flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: .5rem;
    align-items: flex-end;
}

.social-links li:before {
    display: none;
}

.social-links li {
    font-size: 1.5rem;
    padding: .125rem .25rem .125rem 0;
    margin: 0;
}

.social-links li a,
.social-links li {
    display: inline-flex;
    height: 25px;
    width: 25px;
    padding-bottom: 0;
    padding-top: 0;
    box-sizing: content-box;
}

.social-links .icon-vk {
    color: #4680c2
}

.social-links .icon-facebook {
    color: #3b5998
}

.social-links .icon-twitter {
    color: #00aced
}

.social-links .icon-odnoklassniki {
    color: #eb722e
}

.social-links .icon-whatsapp {
    color: #65bc54
}

.social-links .icon-telegram {
    color: #64a9dc
}

.social-links .icon-viber {
    color: #7b519d
}

.social-links .icon-youtube {
    font-size: 32px;
    transform: translateY(-5px);
    color: #ff131e;
}

.social-links [class*="icon-"]:hover {
    color: var(--color-second)
}

.review-youtube-container {
    white-space: nowrap;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
}

.review-youtube-container::-webkit-scrollbar {
    height: 4px;
}

.review-youtube-container::-webkit-scrollbar-thumb {
    background-color: var(--color-main)
}

.clear-list {
    padding-left: 0;
    margin-bottom: 0;
}

.clear-list>li:before {
    display: none;
}

.clear-list>li {}

@media (min-width: 500px) {
    .list-column-2 {
        columns: 2;
    }
}

.color-white {
    color: #fff
}

.js-popup {
    cursor: pointer;
}

.header-top-menu [data-popup="city-switch"] {
    font-weight: 600;
    font-size: 15px;
}

.header-top-menu [data-popup="city-switch"] {
    font-weight: 600;
    font-size: 15px;
    transition: all .25s
}

.header-top-menu [data-popup="city-switch"] .icon-local {
    -webkit-text-stroke-width: .5px
}

.header-top-menu [data-popup="city-switch"]:hover {
    color: var(--color-hover-2);
}

#city-switch ul {
    padding-top: 0;
    font-weight: 600;
}

#city-switch .accordion.active+ul.sub-cities-list {
    padding-top: .5rem;
    padding-left: .5rem;
    font-size: .913rem;
    line-height: 1.2;
}

#city-switch .popup-form {
    min-width: 300px;
    padding-bottom: 1rem;
}

.headers-link ul li {
    margin-bottom: 3px;
    font-size: 15px;
}

.divider {
    height: 1px;
    width: 100%;
    background: var(--color-border);
    margin-top: 1rem;
    margin-bottom: 1.75rem;
}

.sidebar-links a {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: .25rem .5rem;
    background: var(--color-border);
    border-radius: 5px;
    color: #222;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: .875rem;
    margin-bottom: .625rem;
    transition: all .25s;
}

.sidebar-links a:hover {
    color: #fff;
    background: var(--color-main)
}


.footer-info{
    padding-top:2rem
}
.trust-block {
    font-size: 12px;
    padding: 1rem 1.5rem;
    letter-spacing: 0;
    line-height: 1.3;
    margin-top: -.5rem;
    background: #fff;
    color:#222;
    border-radius: 5px;
}
.trust-block * {
    color:#222
}

.trust-block .row {
    align-items: center;
    display: flex;
    height:100%;
}

.trust-block img {
    width: 70px;
}


.video-container {
    padding-top: 56%;
    position: relative;
}

.video-container iframe {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video-container-img img {
    pointer-events: none;
    border-radius: 5px;
}

.video-container-img:before {
    pointer-events: none;
    content: "\e900";
    font-family: 'narko-centra' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 4rem;
    height: 4rem;
    font-size: 4rem;
    color: #fff;
    transition: all .2s;
    z-index: 1
}

.video-container-img:after {
    pointer-events: none;
    width: 2rem;
    height: 2rem;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: #000
}

.video-container-img:hover:before {
    color: #f00;
}

.tag-cloud a {
    display: inline-flex;
    padding: 1px 8px;
    border: solid 2px var(--color-main);
    border-radius: 5px;
    margin-right: 10px;
    color: var(--color-main);
    transition: all .2s;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Montserrat';
    margin-bottom: 6px;
}

.tag-cloud a:hover {
    color: #fff;
    background: var(--color-main);
}


.accordion-element{
    margin-bottom: 1.125rem;
}
.accordion {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    user-select: none;
    position: relative;
    transition: all .15s;
}

.accordion:not(.active)+* {
    height: 0;
    overflow: hidden;
    margin: 0;
}

.accordion-style-1 {
    border: solid 1px var(--color-border);
    padding: 12px 46px 14px 16px;
    width: 100%;
    border-radius: 5px;
    line-height: 1;
    font-family: 'Montserrat';
    font-size:1rem;
    font-weight: 700;
    margin: 0;
}

.accordion-style-1.active {
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
    background: var(--color-border);
}

.accordion-style-1:after,
.accordion-style-1:before,
.arrow-bottom-s:after,
.arrow-bottom-s:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    height: 12px;
    width: 2px;
    transform: rotate(45deg);
    background-color: #000;
    pointer-event: none;
    transition: all .15s
}

.accordion-style-1:before,
.arrow-bottom-s:before {
    transform: rotate(135deg);
    right: 25px;
}

.accordion-style-1:after,
.arrow-bottom-s:after {
    right: 18px;
}

.accordion-style-1.active:before,
.active>.arrow-bottom-s:before {
    transform: rotate(45deg);
}

.accordion-style-1.active:after,
.active>.arrow-bottom-s:after {
    transform: rotate(134deg);
}

.accordion-style-1+*>* {
    border: solid 1px var(--color-border);
    border-top: transparent;
    padding: 20px 16px 22px;
    border-radius: 0 0 5px 5px;
    font-size: .875rem;
}

.slick-slider button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-slider li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    padding: 0;
    cursor: pointer;
    transition: all .15s ease-in-out;
}

.slick-slider ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    content: "";
    background: var(--color-border);
    border-radius: 99px;
    border: none;
    transition: all .15s ease-in-out;
}

.slick-slider ul li.slick-active::before {
    background: var(--color-main);
}

.slick-slider {
    padding-bottom: 30px
}

.slick-slider .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    text-align: center;
    background: #fff;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
}


/* Slider */
.slick-list:focus {
    outline: none;
}

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

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


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

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

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

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

.slick-slide img {
    display: block;
}

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

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

.slick-initialized .slick-slide {
    display: block;
    opacity: 1;
    cursor: grab;
}

.slick-initialized .slick-slide:active {
    cursor: grabbing;
}

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

p:empty {
    display: none;
}

/*
@media(min-width:767px) {
    .price-table td+td:not(:empty) {
        position: relative;
        padding-right: 32px;
    }

    .price-table td+td:not(:empty):after {
        content: "";
        width: 20px;
        height: 20px;
        opacity: 0;
        transition: all .15s ease-in-out;
        position: absolute;
        right: 8px;
        top: 0;
        bottom: 0;
        margin: auto;
        display: inline-block;
        margin-left: auto;
        background-image: url(/wp-content/themes/narko-centra/assets/img/pointer.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .price-table tr:hover td+td:not(:empty):after {
        opacity: 1
    }
}
*/

.footer-map .fmap * {
    color: initial
}

.expandable-area:not(.full)>*:nth-child(n+5) {
    display: none;
}

.expandable-area:not(.full)>*:last-child {
    display: block !important;
}

.expandable-area.full>*:last-child {
    display: none;
}

@media(max-width:767px) {
    .expandable-area.services-expand:not(.full)>*:nth-child(n+3) {
        display: none;
    }
}

@media(min-width:992px) {
    .expandable-area.services-expand:not(.full)>*:nth-child(n+5) {
        display: none;
    }
}

.conversion-block-style-1 {
    background-color: var(--color-border);
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.conversion-block-style-1 .conversion-block-container-style-1 {
    background-color: #fff;
    margin: auto;
    padding: 2rem 2.5rem 0.5em;
    border-radius: 10px;
}

@media (min-width:768px) {

    .conversion-block-style-1 .conversion-block-container-style-1 {
        max-width: 66.67%;
        min-width: 550px;
    }
}

.conversion-block-style-2 {
    background-color: #fff;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.conversion-block-style-2 .conversion-block-container-style-2 {
    background-color: #fff;
    margin-right: auto;
    padding: 2rem 2.5rem 0.5em;
    border-radius: 10px;
}

@media (min-width:768px) {

    .conversion-block-style-2 .conversion-block-container-style-2 {
        max-width: 57%;
        min-width: 550px;
    }
}
@media (min-width:768px) {
    .col-12>.right-sidebar .sidebar-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .col-12>.right-sidebar .sidebar-links>a {
        width: 30%;
    }

    .col-12>.right-sidebar .trust-block {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .col-12>.right-sidebar .trust-block>* {
        width: 33%;
    }
}

.our-features .our-feature {
    padding-bottom: 2.5rem
}

.box-with-icon {
    display: flex;
    align-items: flex-start;
    height: 100%;
}

.box-with-icon .image {
    overflow: hidden;
    width: 90px;
    flex-basis: 90px;
}

.box-with-icon .image img {
    display: flex;
    width: 64px;
    margin: auto;
}

.box-with-icon .image i {
    font-size: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-with-icon .content {
    width: 100%;
    flex-basis: 100%;
}

.box-with-icon .image+.content {
    width: calc(100% - 90px);
    flex-basis: calc(100% - 90px);
    padding-left: 1rem;
}

.box-with-icon .content .title {
    margin-bottom: .75rem;
    font-size: 1.125rem;
    line-height: 1.3;
    font-weight: 600;
}

.box-with-icon .content .description {
    margin: 0;
    font-size: .875rem;
    line-height: 1.3;
}


@media (min-width:992px) {
    .our-features .our-feature {
        padding-bottom: 3rem;
    }
}

.rounded {
    border-radius: 500px;
}

.bg-white {
    background-color: #fff
}
.bg-gray {
    background-color: #ededed !important
}

.bg-blue {
    background-color: var(--color-hover-3)
}

.bg-blue {
    background-color: var(--color-hover-3)
}

.bg-blue-2 {
    background-color: var(--color-main)
}

.bg-red {
    background-color: var(--color-second)
}

.bg-red-2 {
    background-color: var(--color-hover)
}

.vrachi-slider {
    flex-wrap: nowrap;
}

.vrachi-slider {
    flex-wrap: nowrap;
    overflow: hidden;
}

.vrachi-slider .person-card {
    max-height: 380px;
    cursor: pointer;
}

.vrachi-slider.slick-slider .slick-dots {
    background: transparent;
}
.vrachi-slider .person-card-info{
  background: #fff;
}
.vrachi-slider .person-card .name, .vrachi-slider .person-card .spec {
    color: var(--color-main);
    font-size: 0.913rem;
}

.vrachi-slider.slick-slider ul li:not(.slick-active)::before {
    background: #fff;
}
.vrachi-slider .person-card .person-card-content {
  background-color: #fff;
}
.button-simple {
    color: var(--color-second);
    font-weight: 600;
    transition: all .2s
}

.button-simple:hover {
    color: var(--color-hover);
}


.author-box {
    display:
        flex;
    background: var(--color-border);
    padding: 1rem 1.25rem;
    border-radius: 5px;
    width: 100%;
}

.author-box img {
    display: block;
    margin-right: 1.25rem;
    width: 80px;
    height: 80px;
    min-width: 70px;
    border-radius: 5px;
    overflow: hidden;
}

.author-box .name {
    margin-bottom: .125rem;
}

.author-box .info {
    color: initial;
    font-size: .875rem;
    margin-bottom: .5rem;
}
.author-box .modified {
    opacity: .7;
    font-size: .875rem;
}

.conversion-block-section {
    position: relative;
}

.conversion-block-section>.container {
    z-index: 1;
    position: relative;
}

[class*="bg-image-"] {
    position: relative;
}

[class*="bg-image-"]:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-image-1:before {
    background-image:
        url('/wp-content/uploads/sites/35/2022/07/bg-lamp.png'), url('/wp-content/uploads/sites/35/2022/07/bg-lamp.png');
    background-repeat: no-repeat;
    background-position: 100% 100%, 0% 0%;
}

.bg-image-2:before {
    background-image: url('/wp-content/uploads/sites/35/2022/07/bg-healthcare.png');
    background-size: auto 100%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.bg-image-3:before {
    background-image: url('/wp-content/uploads/sites/35/2022/07/bg-plus-pattern.svg');
    background-size: 220px;
    background-position: -70px -40px;
    opacity: 0.5;
}

.bg-image-doctor-1:before {
    background-image: url('/wp-content/uploads/sites/35/2022/07/bg-image-doctor-1.jpg');
    background-position: 0;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
}


.text-white {
    color: #fff
}

.text-white-all,
.text-white-all * {
    color: #fff !important
}

.boxes-with-bg .box-with-icon {
    background: #fff;
    border-radius: 5px;
    padding: 1rem 1.5rem 1.5rem;
    transition: all .2s;
}
.boxes-with-bg.boxes-with-bg-gray .box-with-icon{
    background: #f7f7f7;
}
.boxes-with-bg.our-features .our-feature {
    padding-bottom: 2rem;
}
.boxes-with-bg .box-with-icon:hover {
    box-shadow: 0 2px 8px 2px rgb(0 0 0 / 5%);
}


.banner-price {
    font-weight: 700;
    font-size: 1.6rem;
    color: var(--color-second) !important;
    margin-bottom: 0.875rem;
    display: inline-block;
    line-height: 1;
}


.banner-links>* {
    margin-right: 16px;
    color: var(--color-main);
    font-weight: 600;
    white-space: nowrap;
    margin-bottom: 6px;
    display: inline-block;
}
.banner-links>*:hover {
    transition: all .2s ease-in-out;
    color: var(--color-hover)
}

.banner-links>*:last-child {
    margin-right: 0;
}

* + .banner-links {
    margin-top: 1.5rem;
}


.our-features-icon-center .box-with-icon{
    flex-wrap:wrap;
}
.our-features-icon-center .box-with-icon .image,
.our-features-icon-center .box-with-icon .image+.content{
    width: 100%;
    flex-basis: 100%;
    text-align:center;
    padding:0;
}
.our-features-icon-center .box-with-icon .content .title{
    padding-top: .5rem;
}

.our-feature-pb-2 .our-feature{
    padding-bottom: 1rem;
}


.mf-container-youtube {
    padding-top: 56%;
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    background: #ddd;
}

.mf-container-youtube iframe {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.mf-container-youtube-image{
    cursor: pointer;
}
.mf-container-youtube-image img {
    pointer-events: none;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.mf-container-youtube-image:before {
    pointer-events: none;
    content: "\e900";
    font-family: 'narko-centra' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 4rem;
    height: 4rem;
    font-size: 4rem;
    color: #fff;
    transition: all .2s;
    z-index: 1
}

.mf-container-youtube-image:after {
    pointer-events: none;
    width: 2rem;
    height: 2rem;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: #000
}

.mf-container-youtube-image:hover:before {
    color: #f00;
}


.block-room-single>* {
    background: rgb(231 231 231 / 35%);
    border-radius: 10px;
    padding: 1rem 1rem 2rem;
    transition: all .15s;
}
.block-room-single:hover>* {
    background: var(--color-border);
}

.block-room-single>*:before {
    opacity: .5
}

.block-room-single + .block-room-single {
    margin-top: 2.5rem
}

.block-room-single img {
    object-fit: cover;
    border-radius: 5px;
    margin-top: .375rem;
    margin-bottom: 1.5rem;
}


.block-room-single .title {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    text-align: center;
    display: block;
}

.block-room-single .price {
    margin-bottom: 0.75rem;
    padding-top: 0;
    color: var(--color-second);
    font-weight: 600;
    line-height: 1;
    font-size: 1.25rem;
}
.block-room-single .description ul {
    margin-bottom: 0.5rem;
    padding-top: 0;
}

.block-room-single .description li {
    margin-bottom: .25rem
}

.block-room-single .description li:before {
    background-color: var(--color-main);
    border: solid 2px var(--color-main);
}

.block-room-single .button {
    margin: auto;
}

.block-room-single .block-room-image{
    position: relative;
    z-index: 1;
}
@media (max-width:767px){
    .block-room-single .block-room-image{
        padding-left: 0;
        padding-right: 0;
        order: -1;
    }
    .block-room-single img {
        border-radius: 0;
        margin-top: 0;
        margin-bottom: .5rem;
    }
    .block-room-single>*{
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        overflow: hidden;
    }
    .block-room-single .title {
        line-height: 1;
        margin-bottom: 0.5rem;
        text-align: left;
        padding-left: .5rem;
    }
    .block-room-single .description{
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}
@media (min-width:992px){
    .block-room-single .block-room-image{
        padding-left: 0;
        padding-right: 0;
        order: -1;
    }
    .block-room-single img {
        border-radius: 0;
        margin-top: 0;
        margin-bottom: .5rem;
    }
    .block-room-single>*{
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        overflow: hidden;
    }
    .block-room-single .title {
        font-size:1.75rem;
        line-height: 1;
        margin-bottom: 0.5rem;
        text-align: left;
        padding-left: .5rem;
    }
    .block-room-single .description{
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .block-room-single + .block-room-single[class*="col-lg-"] {
        margin-top: 0;
    }
}


.list-compact li, .list-primary li{
    margin-bottom: .5rem
}

.cities-region-container{
    padding-bottom: 2rem;
}
.cities-region-container, .cities-region-container ul{
	break-inside: avoid; 
}

.cities-region-container .title{
    font-size: 1rem;
}
.cities-region-container ul li{
    margin-bottom: 0.25rem;
    font-size: .875rem;
}
.all-cities{
    columns: 1;
}
@media (min-width:768px){
    .all-cities{
        columns: 2;
    }
}
@media (min-width:1024px){
    .all-cities{
        columns: 3;
    }
}
@media (min-width:1200px){
    .all-cities{
        columns: 4;
    }
}


.cities-closest-single{
    padding:.75rem 1rem;
    border-radius:5px;
    margin-bottom:1rem;
    height:calc(100% - 1rem);
    display: flex;
    flex-direction: column;
    transition: all .15s;
}
.cities-closest-single:hover {
    box-shadow: 0 2px 8px 2px rgb(0 0 0 / 5%);
}
.cities-closest-single .title{
    font-weight:700;
    font-size:1.125rem;
    margin-bottom: 1.25rem;
    position: relative;
    line-height: 1.3;
}

.cities-closest-single .title::after{
    content:"";
    display:block;
    position:absolute;
    top:calc(100% + .25rem);
    left: 0;
    height:2px;
    width:2rem;
    background: var(--color-main);
    transition: all .15s ease-in-out;
}
.cities-closest-single:hover .title::after{
    width:3rem;
}

.cities-closest-single .description{
    font-size: .813rem;
    line-height: 1.25;
    letter-spacing: 0;
    margin-bottom: .75rem;
    font-weight: 600;
}
.cities-closest-single .description span:nth-child(1){
    margin-bottom: .313rem;
    display: block;
}
.cities-closest-single .description span:nth-child(2){
    opacity: .6;
}
.cities-closest-single .description + a{
    margin-top: auto;
    font-size: .913rem;
    font-weight: 600;
}
.cities-closest-single .description + a .icon-arrow-right{
    transform: translateY(2px);
    display: inline-flex;
}

#city-switch ul li{
    margin-bottom:.5rem
}
#city-switch .popup-form{
   padding:2rem 3rem
}
#city-switch .popup-form .h2{
   text-align: left;
   margin-left: -2px;
}

.w-100{
    width:100% !important;
}


.section-compact .container{
    max-width:900px
}


.payments img{
  height:40px;
}
.payments{
  display:flex;
  width: 270px;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  margin: auto;
  text-align: center;
}
.payments .single{
  height:40px;
  filter: invert(1);

}
.payments .title{
  color:#fff;
  width:100%;
  font-size: 1rem;
  padding-bottom: .25rem;
  font-weight: 600;
}



@media (min-width:768px){
    .header-top-menu ul li:nth-child(n + 10) {
    display:none
}
}

#search .screen-reader-text{
    color:#222;
}
#search .search-field{
    width: 350px;
    max-width: 100%;
    color: #222;
}
#search .search-submit{
    background: #222;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.js-popup.icon-search{
    width: 38px;
    height: 38px;
    font-size: 1.5rem;
    color: #0076ad;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #ddd; */
    border-radius: 99px;
    margin-left: 1rem;
    border: solid 2px;
    transition:all .15s ease-in-out
}
.js-popup.icon-search:hover{
    color:#ef575d
}
@media (max-width:1023px){
    .header-contact .js-popup.icon-search{
        display:none;
    }
}


.related-services .service-card{
    padding-bottom: 0;
    align-items: center;
    flex-direction: initial;
}
.related-services .service-card .name{
    margin-bottom: 0;
    padding: 0.75rem 1rem;
}
.price-table .payments{
    margin-top: -1rem;
    opacity: .8;
}
.price-table .payments .single{
  filter: invert(0);

}
.price-table .payments .title{
  color:#222;
}

.block-gallery-slider a{
    display:block;
    padding-top:56%;
    position: relative;
}
.block-gallery-slider a img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit: cover;
}
.block-gallery-slider.slick-slider .slick-dots{
    background:transparent;
    display: block;
    bottom: -.5rem;
}







/* https://malfi.art/ 
   v2.0 | 20220517
   License: none
*/
.malfi-cfloat {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 101;
}

.malfi-cfloat .cfloat-main {
  width: 60px;
  height: 60px;
  border-radius: 99px;
  background: var(--color-hover-3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 36px;
  padding-top: 2px;
  padding-left: 1px;
  cursor: pointer;
  transition: all .15s;
}

.malfi-cfloat.active .cfloat-main {
  background: var(--color-main);
  animation-name: none;
}

.malfi-cfloat.active .cfloat-main:before,
.malfi-cfloat.active .cfloat-main:after {
  content: "";
  width: 26px;
  height: 2px;
  background: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  pointer-events: none;
}

.malfi-cfloat.active .cfloat-main:before {
  transform: rotate(45deg);
}

.malfi-cfloat.active .cfloat-main:after {
  transform: rotate(135deg);
}

.malfi-cfloat .cfloat-sub {
  width: 50px;
  height: 50px;
  font-size: 38px;
  border-radius: 99px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .15s ease-in-out;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  opacity: 0;
  cursor: pointer;
}

.malfi-cfloat .cfloat-sub>*:before,
.malfi-cfloat .cfloat-sub>* {
  z-index: 1;
  display: inline-flex;
}

.malfi-cfloat.active .cfloat-sub {
  top: -100%;
  opacity: 1;
  box-shadow: 0 3px 6px rgb(0 0 0 / 5%);
  margin-top: 0;
}

.malfi-cfloat.active .cfloat-sub:nth-child(3) {
  top: -200%;
}

.malfi-cfloat.active .cfloat-sub:nth-child(4) {
  top: -300%;
}

.malfi-cfloat.active .cfloat-sub:nth-child(5) {
  top: -400%;
}

.cfloat-sub.icon-whatsapp {
  color: #44c554
}
.cfloat-sub.icon-telegram {
  color: #44b1c5
}
.cfloat-sub.icon-viber {
  color: #8444c5
}

.cfloat-sub.icon-vk {
  color: #446cc5
}

@keyframes shadow_pulse2 {
  0% {
    box-shadow: 0px 0px 0px rgb(4 127 166 / 40%)
  }

  70% {
    box-shadow: 0px 0px 0px 5px rgb(4 127 166 / 40%)
  }
}

@media (min-width: 1200px) {
  .malfi-cfloat {
    bottom: 40px;
    left: 40px;
  }

  .malfi-cfloat .cfloat-sub {
    width: 50px;
    height: 50px;
    font-size: 38px;
  }

  .malfi-cfloat.active .cfloat-main:before,
  .malfi-cfloat.active .cfloat-main:after {
    width: 32px;
    height: 3px;
  }
}

.malfi-cfloat .ico-phone {
  background: #4dc5cb;
  color: #fff;
  width: 44px;
  height: 44px;
}

.malfi-cfloat .ico-phone:before {
  font-size: 24px;
  color: #fff;
}

.malfi-cfloat .zphone {
  color: transparent;
}

.malfi-cfloat .zphone.ico-phone:before {
  position: absolute;
}

.malfi-cfloat .cfloat-sub>span {
  position: absolute;
  background: #fff;
  left: calc(100% + 1rem);
  top: 0;
  bottom: 0;
  height: 21px;
  margin: auto;
  font-size: 14px;
  white-space: nowrap;
  display: block;
  text-align: center;
  border-radius: 20px;
  padding: 0 5px;
  width: 140px;
  box-shadow: 0px 4px 8px rgb(0 0 0 / 5%);
}

.visually_impaired_on{
    cursor:pointer;
}
.visually_impaired_active body{
    font-size: inherit;
}
.visually_impaired_control{
    position: fixed;
    top: 1.5rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 999999;
    background: #222;
    color: #fff;
    padding: 0.5rem;
    width: 15rem;
    max-width: 100%;
    text-align: center;
}
@media (min-width:1024px){
    
.visually_impaired_control{
    position: fixed;
    top: 3.5rem;
    left: 0;
    right: 9rem;
    
}
}
.visually_impaired_control .minus,
.visually_impaired_control .plus{
    display: inline-flex;
    align-items: center;
    width: 1.25rem;
    height: 1.25rem;
    border: solid 1px #e7e7e7;
    justify-content: center;
    margin-right: .5rem;
    cursor:pointer;
}
.visually_impaired_control .grayscale{
    display: inline-flex;
    align-items: center;
    height: 1.25rem;
    border: solid 1px #e7e7e7;
    justify-content: center;
    padding: .25rem .5rem;
    cursor:pointer;
}
.visually_impaired_control .grayscale.active{
	background:#fff;
	color:#222;
	border-color:#222
}
.visually_impaired_control .visually_impaired_off{
    display: inline-flex;
    align-items: center;
    height: 1.25rem;
    border: solid 1px #e7e7e7;
    background: #fff;
    color: #222;
    padding: .25rem .5rem;
    cursor:pointer;
    margin-left: 1.75rem;
}


header .visually_impaired_on{
    font-weight:bold;
    opacity:.7;
    font-size:.875rem;
    transition:all .2s ease-in-out;
}
.page-scrolled header .visually_impaired_on{
    opacity:0;
    pointer-events: none;
    touch-action: none;
}
@media (max-width:900px){
header .visually_impaired_on{
    display:none;
}
}
@media (max-width:767px){
    .main_page .banner-price{
        display:none;
    }
}

[id]{
    scroll-margin-top: 120px;
}
@media (min-width:768px){
    [id]{
        scroll-margin-top: 200px;
    }
}


.mf-checkbox {
	position: relative;
	display: inline-flex;
	padding-right: 1.6rem;
	margin-bottom: 1rem;
	cursor: pointer;
	text-align: left;
}

.mf-checkbox [type=checkbox] {
	opacity: 0;
	position: absolute;
	pointer-events: none
}

.mf-checkbox [type=checkbox]+* {
	display: inline-flex;
	align-items: center;
	height: 100%;
	padding-left: 2.6rem;
	color: #222;
	user-select: none
}

.mf-checkbox [type=checkbox]+:after,.mf-checkbox [type=checkbox]+:before {
	content:"";
	position: absolute;
	display: inline-block;
	transition: all .1s ease-in-out
}

.mf-checkbox [type=checkbox]+:before {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: .2rem;
	border: .1rem solid #ddd;
	top: -.2rem;
	left: 0;
	background-color: #fff
}

.mf-checkbox [type=checkbox]+:after {
	top: 0.1rem;
	right: auto;
	left: 0.3rem;
	width: 1rem;
	height: .6rem;
	line-height: 1;
	border-bottom: solid .2rem #fff;
	border-left: solid .2rem #fff;
	transform: scale(.5) rotate(-45deg);
	transition-delay: .1s;
	transition-duration: .125s;
	opacity: 0
}

.mf-checkbox [type=checkbox]:checked+:after {
	transform:scale(1) rotate(-45deg);
	opacity: 1
}

.mf-checkbox [type=checkbox]:checked+:before {
	border-color: var(--color-second);
	background-color: var(--color-second);
	border-width: .1rem;
}
.mf-checkbox a{
	display:contents;
}

.wpcf7-acceptance>*{
	margin:0;
}
.slick-list{
        max-width: 100%;
    overflow: hidden;
}
.slick-slider {
    position: relative;
}
	.float-modal {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 1rem 0;
        z-index: 99;
        box-shadow: 0-.75rem 2rem rgba(0,0,0,.13);
        transition: all .2s ease-in-out;
        transform: translateY(120%)
    }

    .float-modal.active {
        transform: translateY(0)
    }

    .float-modal .content {
        display: flex;
        flex-direction: column;
        gap: 2rem
    }
    .float-modal .content a {
        display: contents;
    }
    .float-modal .cookies-accept .button {
        margin: 0;
        width: auto;
        height: 40px;
		padding: 0 1rem;
    }

    @media (min-width: 768px) {
        .float-modal .cookies-accept {
            flex-direction:row;
            justify-content: space-between;
            align-items: center;
            font-size: 1rem;
        }
    }