/*/
 * Bootstrap Grid v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@-webkit-keyframes fancybox-rotate {
    to {
        transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    to {
        transform: rotate(360deg);
    }
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

::after, ::before {
    box-sizing: inherit;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-auto {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

.m-0 {
    margin: 0 !important;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}

.mr-0, .mx-0 {
    margin-right: 0 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: .25rem !important;
}

.mt-1, .my-1 {
    margin-top: .25rem !important;
}

.mr-1, .mx-1 {
    margin-right: .25rem !important;
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important;
}

.ml-1, .mx-1 {
    margin-left: .25rem !important;
}

.m-2 {
    margin: .5rem !important;
}

.mt-2, .my-2 {
    margin-top: .5rem !important;
}

.mr-2, .mx-2 {
    margin-right: .5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}

.ml-2, .mx-2 {
    margin-left: .5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.mr-5, .mx-5 {
    margin-right: 3rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: .25rem !important;
}

.pt-1, .py-1 {
    padding-top: .25rem !important;
}

.pr-1, .px-1 {
    padding-right: .25rem !important;
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important;
}

.pl-1, .px-1 {
    padding-left: .25rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.pt-2, .py-2 {
    padding-top: .5rem !important;
}

.pr-2, .px-2 {
    padding-right: .5rem !important;
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important;
}

.pl-2, .px-2 {
    padding-left: .5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.pr-5, .px-5 {
    padding-right: 3rem !important;
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -.25rem !important;
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important;
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important;
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important;
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important;
}

.m-n2 {
    margin: -.5rem !important;
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important;
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important;
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important;
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.mb-auto, .my-auto {
    margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: .25rem !important;
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important;
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important;
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important;
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important;
    }

    .m-sm-2 {
        margin: .5rem !important;
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important;
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important;
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important;
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: .25rem !important;
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important;
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important;
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important;
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important;
    }

    .p-sm-2 {
        padding: .5rem !important;
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important;
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important;
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important;
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -.25rem !important;
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important;
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important;
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important;
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important;
    }

    .m-sm-n2 {
        margin: -.5rem !important;
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important;
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important;
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important;
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: .25rem !important;
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important;
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important;
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important;
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important;
    }

    .m-md-2 {
        margin: .5rem !important;
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important;
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important;
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important;
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: .25rem !important;
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important;
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important;
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important;
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important;
    }

    .p-md-2 {
        padding: .5rem !important;
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important;
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important;
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important;
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -.25rem !important;
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important;
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important;
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important;
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important;
    }

    .m-md-n2 {
        margin: -.5rem !important;
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important;
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important;
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important;
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: .25rem !important;
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important;
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important;
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important;
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important;
    }

    .m-lg-2 {
        margin: .5rem !important;
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important;
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important;
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important;
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: .25rem !important;
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important;
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important;
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important;
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important;
    }

    .p-lg-2 {
        padding: .5rem !important;
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important;
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important;
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important;
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -.25rem !important;
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important;
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important;
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important;
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important;
    }

    .m-lg-n2 {
        margin: -.5rem !important;
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important;
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important;
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important;
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: .25rem !important;
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important;
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important;
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important;
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important;
    }

    .m-xl-2 {
        margin: .5rem !important;
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important;
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important;
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important;
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: .25rem !important;
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important;
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important;
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important;
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important;
    }

    .p-xl-2 {
        padding: .5rem !important;
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important;
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important;
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important;
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -.25rem !important;
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important;
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important;
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important;
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important;
    }

    .m-xl-n2 {
        margin: -.5rem !important;
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important;
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important;
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important;
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important;
    }
}

.slick-list, .slick-slider {
    position: relative;
    display: block;
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.datepicker--time-row input[type=range]:focus, .slick-list:focus {
    outline: 0;
}

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

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

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

.slick-track:after, .slick-track:before {
    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;
}

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

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

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

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

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

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

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

.datepicker--cells {
    display: flex;
    flex-wrap: wrap;
}

.datepicker--cell {
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 32px;
    z-index: 1;
}

.datepicker--cell.-focus- {
    background: #f0f0f0;
}

.datepicker--cell.-current-.-focus- {
    color: #4a4a4a;
}

.datepicker--cell.-current-, .datepicker--cell.-current-.-in-range- {
    color: #4eb5e6;
}

.datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, .1);
    color: #4a4a4a;
    border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92, 196, 239, .2);
}

.datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae;
}

.datepicker--cell.-disabled-.-current-.-focus-, .datepicker--cell.-disabled-.-focus- {
    color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1;
}

.datepicker--cell.-range-from-, .datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
    border-radius: 0 4px 4px 0;
}

.datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px;
}

.datepicker--cell.-selected- {
    border: 0;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #5cc4ef;
}

.datepicker--cell.-selected-.-focus- {
    background: #45bced;
}

.datepicker--cell:empty {
    cursor: default;
}

.datepicker--days-names {
    display: flex;
    flex-wrap: wrap;
    margin: 8px 0 3px;
}

.datepicker--day-name {
    color: #ff9a19;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em;
}

.datepicker--cell-day {
    width: 14.28571%;
}

.datepicker--cells-months {
    height: 170px;
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%;
}

.datepicker--cells-years, .datepicker--years {
    height: 170px;
}

.datepicker--cell-year {
    width: 25%;
    height: 33.33%;
}

.datepickers-container {
    position: absolute;
    left: 0;
    top: 0;
}

@media print {
    .datepickers-container {
        display: none;
    }
}

.datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-sizing: content-box;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    width: 250px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s;
    z-index: 100;
}

.datepicker.-from-top- {
    transform: translateY(-8px);
}

.datepicker.-from-right- {
    transform: translateX(8px);
}

.datepicker.-from-bottom- {
    transform: translateY(8px);
}

.datepicker.-from-left- {
    transform: translateX(-8px);
}

.datepicker.active {
    opacity: 1;
    transform: translate(0);
    transition: opacity .3s ease, transform .3s ease, left 0s 0s;
}

.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    transform: none;
}

.-only-timepicker- .datepicker--content, .datepicker-inline .datepicker--pointer {
    display: none;
}

.datepicker--content {
    box-sizing: content-box;
    padding: 4px;
}

.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1;
}

.-top-center- .datepicker--pointer, .-top-left- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    transform: rotate(135deg);
}

.-right-bottom- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-top- .datepicker--pointer {
    right: calc(100% - 4px);
    transform: rotate(225deg);
}

.-bottom-center- .datepicker--pointer, .-bottom-left- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    transform: rotate(315deg);
}

.-left-bottom- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-top- .datepicker--pointer {
    left: calc(100% - 4px);
    transform: rotate(45deg);
}

.-bottom-left- .datepicker--pointer, .-top-left- .datepicker--pointer {
    left: 10px;
}

.-bottom-right- .datepicker--pointer, .-top-right- .datepicker--pointer {
    right: 10px;
}

.-bottom-center- .datepicker--pointer, .-top-center- .datepicker--pointer {
    left: calc(50% - 10px / 2);
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px;
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px;
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2);
}

.datepicker--body {
    display: none;
}

.datepicker--body.active {
    display: block;
}

.datepicker--nav {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 4px;
}

.-only-timepicker- .datepicker--nav {
    display: none;
}

.datepicker--nav-action, .datepicker--nav-title {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker--nav-action:hover {
    background: #f0f0f0;
}

.datepicker--nav-action.-disabled- {
    visibility: hidden;
}

.datepicker--nav-action svg {
    width: 32px;
    height: 32px;
}

.datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px;
}

.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px;
}

.datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px;
}

.datepicker--nav-title:hover {
    background: #f0f0f0;
}

.datepicker--nav-title.-disabled- {
    cursor: default;
    background: 0 0;
}

.datepicker--buttons {
    display: flex;
    padding: 4px;
    border-top: 1px solid #efefef;
}

.datepicker--button {
    color: #4eb5e6;
    cursor: pointer;
    border-radius: 4px;
    flex: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 32px;
}

.datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0;
}

.datepicker--time {
    border-top: 1px solid #efefef;
    display: flex;
    align-items: center;
    padding: 4px;
    position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
    flex: 0 1 138px;
    max-width: 138px;
}

.-only-timepicker- .datepicker--time {
    border-top: none;
}

.datepicker--time-sliders {
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px;
}

.datepicker--time-label {
    display: none;
    font-size: 14px;
}

.datepicker--time-current {
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1;
}

.datepicker--time-current-hours, .datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1;
}

.datepicker--time-current-hours:after, .datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0;
}

.datepicker--time-current-hours.-focus-:after, .datepicker--time-current-minutes.-focus-:after {
    opacity: 1;
}

.datepicker--time-current-ampm {
    text-transform: uppercase;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 14px;
    margin-bottom: 1px;
}

.datepicker--time-row {
    display: flex;
    align-items: center;
    font-size: 14px;
    height: 17px;
    background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
    margin-bottom: 4px;
}

.datepicker--time-row input[type=range] {
    background: 0 0;
    cursor: pointer;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.datepicker--time-row input[type=range]::-ms-tooltip {
    display: none;
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
    border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
    border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
    border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -moz-transition: background .2s;
    transition: background .2s;
}

.datepicker--time-row input[type=range]::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -ms-transition: background .2s;
    transition: background .2s;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    margin-top: -6px;
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
    border: 0;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0;
}

.datepicker--time-row input[type=range]::-moz-range-track {
    border: 0;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-track {
    border: 0;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
    background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
    background: 0 0;
}

.datepicker--time-row span {
    padding: 0 12px;
}

.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em;
}

.datepicker--time-icon:after, .datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute;
}

.datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    transform: translateY(-100%);
}

.datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px);
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade-, .datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1);
    color: #ccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: 0;
}

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

.fancybox-active {
    height: auto;
}

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

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

*, .fancybox-container *, :after, :before {
    box-sizing: border-box;
}

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

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

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar, .fancybox-toolbar {
    opacity: 0;
    position: absolute;
    z-index: 99997;
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
}

.fancybox-caption {
    opacity: 0;
    position: absolute;
}

.fancybox-navigation .fancybox-button {
    z-index: 99997;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-image, .fancybox-slide--image .fancybox-content, .fancybox-spaceball {
    background: 0 0;
    left: 0;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: visible;
    transform-origin: top left;
    transition-property: transform, opacity;
    z-index: 99995;
}

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

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

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

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

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

.fancybox-image, .fancybox-spaceball {
    border: 0;
    height: 100%;
    margin: 0;
    max-height: none;
    width: 100%;
}

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

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

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

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

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

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

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

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

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

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

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

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

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

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

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

.fancybox-button div {
    height: 100%;
}

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

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

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

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

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

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

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

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

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

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

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

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
}

.fancybox-caption {
    background: linear-gradient(to top, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

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

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

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

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

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

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

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

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

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

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

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

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

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

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

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

@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    src: url(../fonts/Montserrat/Montserrat-Regular.woff) format("woff");
}

@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    font-display: swap;
    src: url(../fonts/Montserrat/Montserrat-Italic.woff) format("woff");
}

@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    src: url(../fonts/Montserrat/Montserrat-Medium.woff) format("woff");
}

@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    src: url(../fonts/Montserrat/Montserrat-SemiBold.woff) format("woff");
}

@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    src: url(../fonts/Montserrat/Montserrat-Bold.woff) format("woff");
}

@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
    font-display: swap;
    src: url(../fonts/Montserrat/Montserrat-BoldItalic.woff) format("woff");
}

@font-face {
    font-family: "Montserrat";
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    src: url(../fonts/Montserrat/Montserrat-Black.woff) format("woff");
}

body {
    color: #000;
/*     font-family: Roboto; */
    font-weight: 400;
    font-size: 14px;
    line-height: 1.45;
    background-color: #fcfcfc;
    -webkit-font-smoothing: antialiased;
}

.container--wide {
    max-width: 1550px;
	max-width: 100%;
	padding: 0;
}

.wrap {
    width: 100%;
    max-width: 1260px;
    padding: 0 75px;
    margin: 0 auto;
}

.wrap--wide {
    max-width: 1580px;
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (max-width: 1365px) {
    .wrap {
        padding: 0 50px;
    }
}

.my-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 1830vh;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: .35;
}

a {
    text-decoration: none;
    transition: all .15s ease-in-out;
}

a, a:hover {
    color: #434242;
}

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

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.slick-slide, .slick-slide *, button, input {
    outline: 0;
}

.js-lazy-me:not([src]) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.is-overflowed {
    overflow: hidden;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 51px;
    background-color: #ef7d1b;
    color: #fcfcfc;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .03em;
    text-align: center;
    border-radius: 51px;
    padding: 0 30px;
    border: 0;
    cursor: pointer;
    transition: all .15s ease-in-out;
}

.btn:hover {
    color: #fcfcfc;
    background-color: #ff7600;
}

.btn--green {
    background-color: #046f69;
}

.btn--green:hover {
    background-color: #ef7d1b;
}

.btn--big {
    min-height: 63px;
    border-radius: 63px;
    font-size: 17px;
    padding: 0 45px;
}

.btn--shadow {
    box-shadow: 0 11px 29px rgba(239, 125, 27, .75);
}

.details-link, .product-buy-link {
    display: inline-block;
    letter-spacing: .03em;
}

.details-link {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.details-link:hover, .product-buy-link:hover, .remove-link:hover {
    color: #ef7d1b;
}

.product-buy-link {
    font-size: 14px;
}

.product-buy-link:before {
    content: '';
    display: block;
    margin: 0 auto 20px;
    width: 39px;
    height: 39px;
    background: url(../img/icons/basked-empty.svg) no-repeat center/contain;
}

.remove-link {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: transparent;
    white-space: nowrap;
}

.remove-link:hover:before {
    filter: none;
}

.remove-link:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 23px;
    background: url(../img/icons/remove-bin.svg) no-repeat center/contain;
    margin: -2px 14px 0 0;
    filter: brightness(0);
    transition: all .15s ease-in-out;
    will-change: filter;
}

.section-headline {
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.25;
    letter-spacing: .03em;
    color: #434242;
}

.section-headline--small {
    font-size: 24px;
}

@media only screen and (max-width: 575px) {
    .woocommerce-checkout .address-picker__btn {
        display: none !important;
    }

    .woocommerce-checkout #list_filtered li a {
        display: none;
    }

    .woocommerce-checkout .address-picker__main {
        display: block;
    }

    .woocommerce-checkout .address-picker__map {
        display: none;
    }

    .woocommerce-checkout #list_filtered li.active a {
        display: none;
    }

    .woocommerce-checkout #list_filtered li.white a.goto {
        display: none;
    }

    .woocommerce-checkout .address-picker__list li {
        padding: 15px 15px 15px 43px;
    }

    .woocommerce-checkout .map_list_filter {
        display: none;
    }

    .woocommerce-checkout #map_search {
        padding: 0 20px 0 60px;
    }

    .section-headline {
        font-size: 20px;
    }

    .page-basket__list span {
        max-width: unset !important;
    }

    .address-picker__main {
        box-shadow: none;
    }
}

.font-rules {
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: .03em;
}

.font-rules p {
    margin: 0 0 6px;
}

.font-rules a {
    font-weight: 600;
    color: #ef7d1b;
    -webkit-text-decoration-color: inherit;
    text-decoration-color: inherit;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.font-rules a:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

.font-rules > :last-child {
    margin-bottom: 0;
}

.header {
    position: relative;
    z-index: 1000;
}

.header__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 6px 5px calc((100% - 1535px) / 2);
    background-color: #e8e8e8;
}

.header__info-btn {
    font-size: 16px;
    color: #fcfcfc;
    background-color: #ef7d1b;
    padding: 8px 20px;
    letter-spacing: .03em;
}

.header__info-btn:hover {
    color: #fcfcfc;
    background-color: #046f69;
}

.header__info-btn:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 23px;
    background: url(../img/icons/header-file.svg) no-repeat center/contain;
    margin: 0 14px 0 0;
}

.header__info-phone {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .03em;
}

.city-switcher__dropdown a:hover, .header__info-phone:hover, .primary-menu ul a.is-pressed, .primary-menu ul a:hover {
    color: #ef7d1b;
}

.header__info-phone:before {
    content: '';
    width: 23px;
    height: 24px;
    background: url(../img/icons/header-callback.svg) no-repeat center/contain;
    margin: -2px 14px 0 0;
}

.header__info-socials {
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
}

.header__info-phone:before, .header__info-socials li {
    display: inline-block;
    vertical-align: middle;
}

.header__info-socials li:not(:last-child) {
    margin-right: 39px;
}

.header__info-socials a:hover svg path, .primary-menu ul a.is-pressed svg path, .primary-menu ul a:hover svg path {
    fill: #ef7d1b;
}

.header__info-socials svg path, .pagination__arrow svg path, .primary-menu ul li.menu-item-has-children > a svg path {
    transition: all .15s ease-in-out;
}

.header__info-btns {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header__info-btns li:not(:last-child) {
    margin-right: 5px;
}

.header__info-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 42px;
    background-color: #ef7d1b;
    position: relative;
}

.header__info-link:hover {
    background-color: #046f69;
}

.header__info-link:hover span {
    color: #046f69;
}

.header__info-link span {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 15px;
    height: 15px;
    background-color: #fcfcfc;
    color: #ef7d1b;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    transition: all .15s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__main {
    padding: 20px 0;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .055);
}

.header__main .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__search {
    position: relative;
    z-index: 1;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fcfcfc;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .055);
    border-top: 1px solid #ccc;
    display: none;
}

.header__search form {
    display: flex;
    padding: 6px 0;
}

.header__search form input {
    flex: 1;
    border: 0;
    padding: 0;
    background-color: transparent;
    font-size: 20px;
}

.header__search form button {
    border-radius: 0;
}

@media only screen and (max-width: 1599px) {
    .header__info {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 1439px) {
    .header__info-btn:before {
        display: none;
    }

    .header .logo {
        max-width: 200px;
    }
}

@media only screen and (max-width: 1279px) {
    .header__info-phone:before {
        display: none;
    }

    .header__info-socials li:not(:last-child) {
        margin-right: 25px;
    }

    .header__main {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .product-tabs .mobile-scroll {
        display: block;
        padding: 0 0 20px 0;
        color: #a1a1a1;
        text-align: right;
        font-size: 0;
    }

    .mobile-scroll-icon {
        -webkit-animation: mobile-scroll-icon-anim 1.5s infinite;
        animation: mobile-scroll-icon-anim 1.5s infinite;
    }

    @-webkit-keyframes mobile-scroll-icon-anim {
        0% {
            -webkit-transform: translate3d(-20px, 0, 0);
            opacity: 0
        }
        10% {
            -webkit-transform: translate3d(-20px, 0, 0);
            opacity: 0
        }
        20% {
            -webkit-transform: translate3d(-20px, 0, 0);
            opacity: 1
        }
        70% {
            -webkit-transform: translate3d(0, 0, 0);
            opacity: 1
        }
        80% {
            -webkit-transform: translate3d(0, 0, 0);
            opacity: 1
        }
        81% {
            -webkit-transform: translate3d(0, 0, 0);
            opacity: 0
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0);
            opacity: 0
        }
    }
    @keyframes mobile-scroll-icon-anim {
        0% {
            /* -webkit-transform:translate3d(-20px,0,0); */
            /* transform:translate3d(-20px,0,0); */
            opacity: 0;
        }
        10% {
            -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
            opacity: 0
        }
        20% {
            -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
            opacity: 1
        }
        70% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            opacity: 1
        }
        80% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            opacity: 1
        }
        81% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            opacity: 0
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            opacity: 0
        }
    }
    .mobile-scroll-icon {
        -webkit-animation: mobile-scroll-icon-anim 1.5s infinite;
        animation: mobile-scroll-icon-anim 1.5s infinite
    }

    .header__info-btn {
        font-size: 0;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 42px;
    }

    .header__info-btn:before {
        display: inline-block;
        margin: 0;
    }
}

@media only screen and (max-width: 992px) {
    .header__search form input {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .header__info {
        padding-left: 15px;
    }

    .header__info-phone, .header__info-socials {
        display: none;
    }

    .header__info-btn {
        margin-right: auto;
        margin-left: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .page-news .news-block__img_wrapper {
        width: 100%;
    }

    .header__search form input {
        font-size: 14px;
    }

    .js__search .btn {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 359px) {
    .header__info-btn, .header__info-link {
        width: 40px;
    }

    .header__info-link img {
        max-width: 20px;
        max-height: 20px;
    }

    .header__info-btn:before {
        width: 20px;
        height: 19px;
    }
}

.city-switcher {
    position: relative;
    z-index: 2;
}

.city-switcher.is-opened .city-switcher__dropdown {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}

.city-switcher.is-opened .city-switcher__head span:after, .primary-menu ul a.is-pressed svg {
    transform: scaleY(-1);
}

.city-switcher__head {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .03em;
}

.city-switcher__head:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 24px;
    /*background: url(../img/icons/header-address.svg) no-repeat center/contain;*/
    margin: 0 14px 0 0;
}

.city-switcher__head span {
    display: inline-block;
    margin-left: 4px;
    cursor: pointer;
    font-size: 16px;
}

.city-switcher__head span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 7px;
    background: url(../img/icons/carret-dark.svg) no-repeat center/contain;
    margin: -2px 0 0 13px;
    transition: all .15s ease-in-out;
}

.city-switcher__dropdown {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: 100%;
    background-color: #e8e8e8;
    overflow-y: auto;
    max-height: 200px;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: all .15s ease-in-out;
}

.city-switcher__dropdown::-webkit-scrollbar {
    width: 5px;
}

.city-switcher__dropdown::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.city-switcher__dropdown::-webkit-scrollbar-thumb {
    background: #ef7d1b;
}

.city-switcher__dropdown li:not(:last-child), .primary-menu ul ul li:not(:last-child) {
    border-bottom: 1px solid rgba(67, 66, 66, .1);
}

.city-switcher__dropdown a, .primary-menu ul ul a {
    display: block;
    padding: 7px 10px;
}

@media only screen and (max-width: 1439px) {
    .city-switcher__head {
        font-size: 0;
    }

    .city-switcher__head span {
        vertical-align: middle;
    }
}

.search-toggle {
    display: block;
    font-size: 0;
    text-align: center;
    min-width: 52px;
    will-change: opacity;
}

.search-toggle:hover {
    opacity: .75;
}

@media only screen and (max-width: 767px) {
    .search-toggle img {
        width: 20px;
        height: auto;
    }
}

@media only screen and (max-width: 359px) {
    .search-toggle {
        min-width: 36px;
    }
}

.logo {
    font-size: 0;
}

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

.primary-menu {
    flex: 1;
    padding-left: 72px;
}

.primary-menu ul, .primary-menu ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.primary-menu ul li.menu-item-has-children, .primary-menu ul li.menu-item-has-children > a {
    position: relative;
}

.primary-menu ul li.menu-item-has-children > a svg {
    position: absolute;
    top: calc(50% - 3px);
    right: -22px;
    transition: all .15s ease-in-out;
}

.primary-menu ul a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .03em;
}

.primary-menu ul ul {
    position: absolute;
    z-index: 9;
    top: calc(100% + 6px);
    left: 0;
    width: 200px;
    background-color: #e8e8e8;
    display: none;
}

.primary-menu ul ul a {
    font-weight: 400;
    font-size: 14px;
}

.primary-menu ul ul a:hover {
    color: #ef7d1b;
}

.primary-menu > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 1439px) {
    .primary-menu ul a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1279px) {
    .primary-menu {
        padding-left: 45px;
    }

    .primary-menu ul li.menu-item-has-children > a svg {
        right: -15px;
    }
}

@media only screen and (max-width: 1199px) {
    .primary-menu {
        position: absolute;
        z-index: 3;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #e7e8e8;
        padding: 0;
        display: none;
    }

    .primary-menu ul li.menu-item-has-children > a svg {
        right: 12px;
    }

    .primary-menu ul ul {
        position: static;
        width: 100%;
        border-top: 1px solid rgba(67, 66, 66, .1);
    }

    .primary-menu ul ul a {
        padding: 7px 30px;
    }

    .primary-menu > ul {
        display: block;
    }

    .primary-menu > ul > li:not(:last-child) {
        border-bottom: 1px solid rgba(67, 66, 66, .1);
    }

    .primary-menu > ul > li > a {
        display: block;
        padding: 12px 20px;
    }
}

.nav-toggle {
    width: 32px;
    height: 18px;
    position: relative;
    display: none;
}

.nav-toggle span, .nav-toggle:after, .nav-toggle:before {
    position: absolute;
    left: 0;
    width: 32px;
    height: 2px;
    background-color: #434242;
    transition: all .15s ease-in-out;
}

.nav-toggle:after, .nav-toggle:before {
    content: '';
}

.nav-toggle:before {
    top: 0;
}

.nav-toggle:after {
    top: 16px;
}

.nav-toggle span {
    top: 8px;
}

.nav-toggle.is-pressed span {
    opacity: 0;
    left: -6px;
}

.nav-toggle.is-pressed:before {
    top: 8px;
    transform: rotate(-135deg);
}

.nav-toggle.is-pressed:after {
    top: 8px;
    transform: rotate(135deg);
}

@media only screen and (max-width: 1199px) {
    .nav-toggle {
        display: inline-block;
    }
}

body.home .header__search {
    display: block;
    opacity: 1;
}

.js__search .btn {
    min-height: 42px;
}

@media only screen and (max-width: 575px) {
    .product-card .product-card__price {
        flex: 0 0 200px;
    }

    .pagination__inner .pagination__list li:not(:last-child) {
        margin-right: 10px;
    }
}

.footer {
    color: #fcfcfc;
    background-color: #046f69;
    padding: 50px 0 40px;
}

.footer__menu h4 {
    margin: 0;
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.footer__menu ul {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.footer__menu ul li:not(:last-child) {
    margin-bottom: 4px;
}

.footer__menu ul a {
    letter-spacing: .03em;
}

.footer__developer a:hover, .footer__menu ul a:hover {
    -webkit-text-decoration-color: #fcfcfc;
    text-decoration-color: #fcfcfc;
}

.footer__bottom {
    border-top: 1px solid #fcfcfc;
    margin-top: 25px;
    padding-top: 25px;
}

.footer__text {
    line-height: 1.3;
    letter-spacing: .03em;
}

.footer__developer {
    letter-spacing: .03em;
    margin-top: 33px;
}

.footer__developer a, .footer__menu ul a {
    display: inline-block;
    color: #fcfcfc;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

@media only screen and (max-width: 1279px) {
    .footer__menu h4 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1199px) {
    .footer__copyright, .footer__developer, .footer__menu {
        margin-top: 20px;
    }

    .footer__copyright.tar, .footer__developer.tar, .footer__menu.tar {
        text-align: left;
    }
}

.news-card__img {
    width: 100%;
    height: 258px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 39px;
}

.news-card__title {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.news-card__title a:hover {
    color: #046f69;
}

.news-card__excerpt {
    letter-spacing: .03em;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.75;
}

.content-widget__excerpt p, .news-card__excerpt p, .section-shorts__card-excerpt p {
    margin: 0;
}

.content-widget__excerpt p {
    line-height: 1.4;
}

.news-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.news-card__date {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.news-card--small:not(:last-of-type) {
    border-bottom: 1px solid #434242;
    padding-bottom: 28px;
    margin-bottom: 28px;
}

.news-card--small .news-card__excerpt {
    line-height: 1.45;
}

.news-card--small .news-card__footer {
    margin-top: 10px;
}

.news-card--small .news-card__date {
    text-transform: initial;
}

.faq-spoiler {
    padding: 2px 0 0;
}

.faq-spoiler:not(:first-of-type) {
    border-top: 1px solid #434242;
    margin: 7px 0 18px;
    padding-top: 10px;
}

.faq-spoiler.is-opened .faq-spoiler__head:after, .menu-widget.is-opened .menu-widget__title:after {
    transform: rotate(45deg);
}

.faq-spoiler__head {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .03em;
    margin: 0 0 11px;
    cursor: pointer;
    position: relative;
    padding-right: 16px;
}

.faq-spoiler__head:after {
    content: '';
    position: absolute;
    top: 8px;
    right: 0;
    width: 12px;
    height: 12px;
    background: url(../img/icons/plus.svg) no-repeat center/contain;
    transition: all .15s ease-in-out;
}

.faq-spoiler__excerpt {
    display: none;
    letter-spacing: .03em;
    background-color: #e8e8e8;
    padding: 20px;
}

.marquee-gallery {
    font-size: 0;
    overflow: hidden;
}

.marquee-gallery a {
    display: inline-block;
    width: 380px;
    height: 320px;
}

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

@media only screen and (max-width: 1199px) {
    .marquee-gallery a {
        width: 250px;
        height: 250px;
    }
}

.content-widget {
    padding: 20px 25px;
}

.content-widget__title {
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 900;
    color: #046f69;
    margin: 0;
    letter-spacing: .03em;
}

.content-widget__excerpt {
    letter-spacing: 0;
    margin-top: 10px;
}

.bottom-spacing {
    height: 70px;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 40px;
}

.pagination__link {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.pagination__inner {
    display: flex;
}

.pagination__arrow, .pagination__inner, .pagination__list {
    align-items: center;
    justify-content: center;
}

.pagination__arrow {
    display: inline-flex;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #434242;
}

.pagination__arrow:hover {
    background-color: #ef7d1b;
    border-color: #ef7d1b;
}

.pagination__arrow:hover svg path {
    fill: #fcfcfc;
}

.pagination__list {
    margin: 0 55px;
    padding: 0;
    display: flex;
    list-style: none;
    font-size: 18px;
    font-weight: 600;
}

.pagination__list li:not(:last-child) {
    margin-right: 20px;
}

.pagination__list a {
    display: inline-block;
    text-align: center;
    padding: 2px 0;
}

.pagination__list a.is-current {
    background-color: #434242;
    color: #fcfcfc;
    min-width: 32px;
}

@media only screen and (max-width: 767px) {
    .pagination__link {
        display: none;
    }

    .pagination__inner {
        width: 100%;
        justify-content: space-between;
    }

    .pagination__list {
        margin: 0;
    }
}

.section-hero-slider__slide {
    background-position: top center;
    background-size: cover;
    height: auto;
    color: #fcfcfc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.section-hero-slider__slide:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.section-hero-slider__slide img, .section-hero-slider__slide picture {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-hero-slider .slick-dots {
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
    position: absolute;
    bottom: 30px;
    right: 50%;
    z-index: 2;
    transform: translateX(50%);
}

.section-hero-slider .slick-dots li {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.section-hero-slider .slick-dots li:not(:last-child) {
    margin-right: 24px;
}

.section-hero-slider .slick-dots li.slick-active button {
    width: 18px;
    height: 18px;
    background-color: #fcfcfc;
}

.section-hero-slider .slick-dots button {
    display: block;
    width: 11px;
    height: 11px;
    padding: 0;
    border: 3px solid #fcfcfc;
    background-color: transparent;
    border-radius: 50%;
    cursor: pointer;
    transition: all .15s ease-in-out;
}

.section-shorts {
    position: relative;
    z-index: 1;
    margin-top: -106px;
}

.section-shorts .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.section-shorts__card {
    background-color: #e7e4e4;
    padding: 41px 29px 49px;
}

.section-shorts__card:nth-child(even) {
    background-color: #046f69;
    color: #fcfcfc;
}

.section-shorts__card:nth-child(even) .section-shorts__card-title {
    color: #fcfcfc;
}

.section-shorts__card-title {
    margin: 0;
    color: #434242;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.section-shorts__card-excerpt {
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: .03em;
    margin-top: 24px;
}

.section-shorts__card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 31px;
}

@media only screen and (max-width: 1199px) {
    .section-shorts .container {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1px;
    }
}

@media only screen and (max-width: 575px) {
    .section-shorts .container {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
}

.section-news {
    padding-top: 40px;
}

.section-news .container {
    border-bottom: 1px solid #434242;
    padding-bottom: 45px;
}

.section-news .row {
    margin-top: 43px;
}

.section-news .news-card:not(.news-card--small) {
    position: relative;
    z-index: 2;
}

.section-news__footer {
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1199px) {
    .section-news .news-card:not(.news-card--small) {
        margin-bottom: 30px;
    }

    .section-news__footer {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .section-news {
        padding-top: 20px;
    }

    .section-news .container {
        padding-bottom: 45px;
    }

    .section-news .row {
        margin-top: 20px;
    }
}

.section-column {
    margin-top: 50px;
}

.section-column .section-headline {
    margin-bottom: 37px;
}

.section-column .tar {
    padding: 13px 0 23px;
}

.section-column__footer {
    margin-top: 31px;
}

@media only screen and (max-width: 575px) {
    .section-column {
        margin-top: 40px;
    }

    .section-column .section-headline {
        margin-bottom: 20px;
    }
}

.section-about {
    margin-top: 50px;
    padding: 50px 0 20px;
    background-color: #e8e8e8;
}

.section-about__excerpt {
    margin-top: 45px;
}

.section-about__footer {
    margin-top: 75px;
    margin-bottom: 50px;
}

.section-about__card {
    text-align: center;
    margin-bottom: 50px;
}

.section-about__card div {
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    color: #046f69;
}

.section-about__card p {
    margin: 30px 0 0;
    font-size: 14px;
    line-height: 1.6;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .03em;
}

.section-about .section-headline {
    margin-top: 6px;
}

@media only screen and (max-width: 992px) {
    .section-about {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-about__excerpt, .section-about__footer {
        margin-top: 25px;
    }

    .section-about__card {
        margin-bottom: 0;
        margin-top: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .section-about__footer {
        margin-bottom: 30px;
        text-align: center;
    }
}

@media only screen and (max-width: 575px) {
    .section-about {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: 40px;
    }

    .section-about__card {
        margin-top: 30px;
    }

    .section-about__card div {
        font-size: 28px;
    }

    .section-about__card p {
        font-size: 14px;
        margin-top: 20px;
        word-break: break-word;
    }
}

.post-banner {
    background-color: #e8e8e8;
    padding: 15px;
    min-height: 140px;
    margin-top: 30px;
}

.page-headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.page-headline__title {
    margin: 0;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: .03em;
    color: #434242;
    text-transform: uppercase;
    font-weight: 900;
}

.page-headline .btn {
    padding: 0 22px;
}

.products-loop {
    margin-top: 18px;
}

.product-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #434242;
    padding-bottom: 16px;
    margin-bottom: 17px;
}

.product-card__main {
    flex: 1;
    padding-right: 30px;
}

.product-card__price {
    flex: 0 0 220px;
    padding-right: 30px;
    font-size: 18px;
    font-weight: 600;
}

.product-card__buy {
    flex: 0 0 150px;
    text-align: center;
}

.product-card__buy-link {
    display: inline-block;
    width: 76px;
}

.product-card__buy-link:hover, .product-card__title a:hover, .product-tabs__controls a.is-active, .product-tabs__controls a:hover {
    color: #ef7d1b;
}

.product-card__buy-link:before {
    content: '';
    display: block;
    width: 39px;
    height: 39px;
    background: url(../img/icons/basked-empty.svg) no-repeat center/contain;
    margin: 0 auto 8px;
}

.product-card__buy-link.is-added:before {
    background-image: url(../img/icons/basked-added.svg);
}

.product-card__code {
    font-size: 14px;
}

.product-card__code strong, .product-info__list span {
    font-weight: 600;
}

.product-card__title {
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0 0;
    max-width: 600px;
}

.product-card__title a {
    color: #096f69;
}

.product-card__title a:hover {
    color: #ef7d1b;
}

.product-card__excerpt {
    margin-top: 9px;
    max-width: 600px;
}

.product-card__excerpt p {
    margin: 0;
}

.product-card__delivery {
    margin-top: 8px;
    font-size: 14px;
}

.page-basket__head[data-icon=calendar]:before, .product-card__delivery:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 24px;
    background: url(../img/icons/calendar.svg) no-repeat center/contain;
    margin: 0 12px 0 0;
}

@media only screen and (max-width: 767px) {
    .product-card {
        flex-wrap: wrap;
    }

    .product-card__main {
        padding: 0;
        min-width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .product-card {
        justify-content: space-between;
    }

    .product-card__buy {
        text-align: right;
        flex: 0 0 90px;
    }

    .product-card__buy-link {
        font-size: 0;
    }
}

.seo-text {
    margin-top: 40px;
}

.seo-text p {
    margin: 0 0 15px;
}

.product-info {
    display: grid;
    grid-template-columns: 1fr 380px 190px;
    padding: 28px 0;
    margin-top: 17px;
    background-color: #e8e8e8;
}

.product-info__col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.product-info__col:not(:last-child) {
    border-right: 1px solid #434242;
}

.product-info__col.tac {
    align-items: center;
}

.product-info__list {
    margin: 0;
    padding: 0 38px;
    list-style: none;
    font-size: 14px;
    letter-spacing: .03em;
}

.product-info__list li:not(:last-child) {
    margin-bottom: 16px;
}

.product-info__price {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .03em;
    color: #434242;
    margin-top: 17px;
    width: 100%;
}

.product-info__additional {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 27px;
    padding: 0 48px;
}

.product-info__additional p {
    margin: 0;
}

@media only screen and (max-width: 1199px) {
    .product-info {
        display: block;
        padding: 0;
    }

    .product-info__col {
        padding: 30px;
    }

    .product-info__col:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid #434242;
    }

    .product-info__col.tac {
        align-items: center;
    }

    .product-info__list {
        padding: 0;
    }

    .product-info__list li:not(:last-child) {
        margin-bottom: 8px;
    }

    .product-info__price {
        text-align: left;
        margin-top: 0;
    }

    .product-info__additional {
        padding: 0;
        margin-top: 12px;
    }
}

.product-tabs {
    margin-top: 53px;
}

.product-tabs__controls {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    border-bottom: 1px solid #434242;
}

.product-tabs__controls li:not(:last-child) {
    margin-right: 52px;
}

.product-tabs__controls a {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #434242;
    padding: 0 0 26px;
    position: relative;
}

.product-tabs__controls a:after {
    content: '';
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 7px;
    background-color: #ef7d1b;
    border-radius: 7px;
    left: 0;
    bottom: -3px;
}

.product-tabs__controls a.is-active:after {
    opacity: 1;
}

.product-tabs__card {
    padding-top: 24px;
    display: none;
}

@media only screen and (max-width: 1279px) {
    .product-tabs__controls li:not(:last-child) {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .product-tabs__controls {
        overflow-x: auto;
        overflow-y: hidden;
    }
}

@media only screen and (max-width: 992px) {
    .product-tabs__controls a {
        font-size: 15px;
        padding-bottom: 12px;
    }
}

.address-card {
    margin-top: 30px;
    position: relative;
    padding: 45px 79px 48px 161px;
    background-color: #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.address-card:before {
    content: '';
    width: 39px;
    height: 49px;
    /*background: url(../img/icons/header-address.svg) no-repeat center/contain;*/
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
}

.address-card__content {
    flex: 1;
    padding-right: 88px;
    font-size: 14px;
    line-height: 1.75;
}

.address-card__content p {
    margin: 0;
    font-weight: 700;
}

.address-card__content address {
    display: block;
    font-style: normal;
    letter-spacing: .03em;
    margin-top: 24px;
}

.address-card__link {
    white-space: nowrap;
}

.address-card__link .btn {
    min-width: 266px;
}

@media only screen and (max-width: 1199px) {
    .address-card {
        display: block;
        padding: 30px 30px 30px 100px;
    }

    .address-card:before {
        transform: none;
        left: 30px;
        top: 35px;
    }

    .address-card__content {
        padding-right: 0;
    }

    .address-card__content address {
        margin-top: 12px;
    }

    .address-card__link {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .address-card__link {
        margin-left: -70px;
    }

    .address-card__link .btn {
        min-width: 100%;
    }
}

.page-basket {
    margin-top: 30px;
}

.page-basket__body, .page-basket__head {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .03em;
}

.page-basket__head {
    text-transform: uppercase;
    background-color: #e8e8e8;
    padding: 19px 26px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-basket__head.tac {
    justify-content: center;
}

.no-remove-product {
    color: #777;
}

.page-basket__head[data-icon=calendar], .page-basket__head[data-icon=info] {
    justify-content: flex-start;
}

.page-basket__head[data-icon=info]:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background: url(../img/icons/info.svg) no-repeat center/contain;
    margin: 0 12px 0 0;
}

.page-basket__head span {
    font-size: 14px;
    text-transform: initial;
}

.page-basket__head address {
    font-style: normal;
    display: inline-block;
}

.page-basket__body {
    overflow-x: auto;
}

.page-basket__body table {
    width: 100%;
    border-collapse: collapse;
}

.page-basket__body table td {
    border-bottom: 1px solid #434242;
    padding: 13px 0;
}

.page-basket__body table tr:last-child td {
    border-bottom: 0;
}

.page-basket__body table td:first-child {
    min-width: 300px;
}

.page-basket__body table td:last-child {
    text-align: right;
    padding-left: 30px;
}

.page-basket__body table td:nth-child(2) {
    white-space: nowrap;
    padding-left: 30px;
}

.page-basket__body table span {
    display: block;
    font-weight: 400;
    font-size: 14px;
}

.page-basket__list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .03em;
}

.page-basket__list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #434242;
    padding: 13px 0;
}

.page-basket__map {
    margin-top: 50px;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 30%);
}

.page-basket__row {
    margin-top: 30px;
    border-bottom: 1px solid #434242;
    padding-bottom: 35px;
}

.page-basket__calendar-text {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .03em;
    margin-top: 13px;
}

.page-basket__calendar .datepicker {
    margin: 28px auto 0;
    border-radius: 0;
    border: 1px solid #434242;
    width: 247px;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.page-basket__calendar .datepicker--nav {
    background-color: #046f69;
}

.page-basket__calendar .datepicker--nav-title {
    font-size: 18px;
    color: #fcfcfc;
}

.page-basket__calendar .datepicker--nav-action:hover, .page-basket__calendar .datepicker--nav-title:hover {
    background: rgba(252, 252, 252, .1);
}

.page-basket__calendar .datepicker--nav-action svg path {
    stroke: #fcfcfc;
}

.page-basket__calendar .datepicker--days-names {
    margin-top: 5px;
    padding: 0 14px;
}

.page-basket__calendar .datepicker--day-name {
    font-weight: 600;
    color: #000;
    text-transform: initial;
    font-size: 14px;
}

.page-basket__calendar .datepicker--cells {
    padding: 0 14px;
}

.page-basket__calendar .datepicker--cell {
    height: 30px;
    border-radius: 50%;
}

.page-basket__calendar .datepicker--cell-day.-focus- {
    background-color: #e8e8e8;
    color: #ef7d1b;
}

.address-picker__list li a:hover, .page-basket__calendar .datepicker--cell-day.-current- {
    color: #ef7d1b;
}

.page-basket__calendar .datepicker--cell-day.-current-.-selected-, .page-basket__calendar .datepicker--cell-day.-selected- {
    color: #fcfcfc;
    background-color: #ef7d1b;
}

.page-basket__info {
    margin-top: 22px;
}

.page-basket__foot {
    background-color: #046f69;
    font-size: 18px;
    color: #fcfcfc;
    font-weight: 700;
    padding: 15px;
}

.page-basket__foot.tac {
    background-color: #ef7d1b;
    margin-top: 65px;
}

.page-basket__link, .page-basket__links {
    margin-top: 30px;
}

.page-basket__link .btn, .page-basket__links .btn {
    padding: 0 22px;
    min-width: 265px;
}

.page-basket__links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 992px) {
    .page-basket__head {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .page-basket__head span {
        margin-top: 8px;
    }

    .page-basket__head[data-icon] {
        flex-direction: row;
    }

    .page-basket__calendar {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .page-basket__list span {
        max-width: 80px;
        min-width: 80px;
    }

    .page-basket__link, .page-basket__links {
        margin-top: 20px;
    }

    .page-basket__links {
        display: block;
        text-align: center;
    }

    .page-basket__links .btn:not(:last-child) {
        margin-bottom: 10px;
    }

    .page-basket__body table, .page-basket__body tbody, .page-basket__body td {
        display: block;
    }

    .page-basket__body table tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .page-basket__body table td {
        border-bottom: 0;
    }

    .page-basket__body table td:first-child {
        flex: 1;
        min-width: 100%;
    }

    .page-basket__body table td:nth-child(2) {
        padding-left: 0;
        border-bottom: 1px solid #434242;
        flex: 1;
    }

    .page-basket__body table td:last-child {
        border-bottom: 1px solid #434242;
        flex: 1;
    }

    .page-basket__body table td .remove-link {
        font-size: 0;
    }
}

.address-picker {
    margin-top: 0;
    display: grid;
    grid-template-columns: 365px 1fr;
    background-color: #e8e8e8;
}

.address-picker__main {
    overflow-y: auto;
}

.address-picker__form {
    position: relative;
}

.address-picker__form:before {
    content: '';
    position: absolute;
    top: calc(50% - 11px);
    left: 15px;
    width: 22px;
    height: 22px;
    /*background: url(../img/icons/header-search.svg) no-repeat center/contain;*/
    filter: brightness(0) invert(1);
}

.address-picker__search {
    height: 60px;
    font-size: 14px;
    color: #fcfcfc;
    background-color: #046f69;
    border: 0;
    padding: 0 30px 0 60px;
    width: 100%;
}

.address-picker__search::-moz-placeholder {
    color: #fcfcfc;
}

.address-picker__search:-ms-input-placeholder {
    color: #fcfcfc;
}

.address-picker__search::placeholder {
    color: #fcfcfc;
}

.address-picker__list {
    margin: 0;
    padding: 0;
    list-style: none;
    height: calc(100% - 60px);
    overflow-y: auto;
}

.address-picker__list::-webkit-scrollbar {
    width: 5px;
}

.address-picker__list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.address-picker__list::-webkit-scrollbar-thumb {
    background: #ef7d1b;
}

.address-picker__list li {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .03em;
    padding: 12px 12px 14px 43px;
    position: relative;
    border-bottom: 1px solid #434242;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .03em;
    padding: 21px 26px;
    position: relative;
    border-radius: 10px;
    width: 365px;
    /*height: 108px;*/
    border-radius: 10px;
    max-width: 365px;
    /*min-height: 108px;*/
    border: 1px solid transparent;
}

.address-picker__list li:before {
    content: '';
    width: 14px;
    height: 17px;
    /*background: url(../img/icons/header-address.svg) no-repeat center/contain;*/
    position: absolute;
    top: calc(50% - 1px);
    left: 16px;
    transform: translateY(-50%);
    filter: brightness(0);
}

/*.address-picker__list li span {*/
/*display: block;*/
/*}*/

/*.address-picker__list li a {*/
/*display: inline-block;*/
/*font-size: 14px;*/
/*line-height: 1;*/
/*}*/

.address-picker__map {
    font-size: 0;
}

.address-picker__map iframe {
    border: 0;
    height: 100%;
    width: 100%;
}

@media only screen and (max-width: 575px) {
    .address-picker {
        display: block;
    }

    .address-picker__map iframe {
        height: 355px;
    }
}

.mobile-scroll {
    display: none;
}

.header__info-phone:before {
    content: '';
}

@media screen and (max-width: 768px ) {
    .header__info-phone {
        font-size: 0 !important;
        width: 50px;
        height: 42px;
        background: #ef7d1b;
        display: flex !important;
        justify-content: center;
        align-items: center;
        justify-content: center;
    }

    .header__info-phone:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 24px;
        height: 23px;
        margin: 0;
        background: url(/wp-content/uploads/2021/02/icon_white.svg) no-repeat center/contain;
        position: absolute;
    }
}

@font-face {
    font-family: "QuickBold";
    font-display: swap;
    src: url("../fonts/Quicksand-Bold.woff") format("woff"), url("../fonts/Quicksand-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "QuickLight";
    font-display: swap;
    src: url("../fonts/Quicksand-Light.woff") format("woff"), url("../fonts/Quicksand-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "QuickMedium";
    font-display: swap;
    src: url("../fonts/Quicksand-Medium.woff") format("woff"), url("../fonts/Quicksand-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "QuickRegular";
    font-display: swap;
    src: url("../fonts/Quicksand-Regular.woff") format("woff"), url("../fonts/Quicksand-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "QuickSemiBold";
    font-display: swap;
    src: url("../fonts/Quicksand-SemiBold.woff") format("woff"), url("../fonts/Quicksand-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "MontserratBold";
    font-display: swap;
    src: url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "MontserratLight";
    font-display: swap;
    src: url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "MontserratMedium";
    font-display: swap;
    src: url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "MontserratRegular";
    font-display: swap;
    src: url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

.page-shares {
    margin-top: 18px;
}

.shares-block {
    margin-bottom: 30px;
    background: #F8F8F8;
    padding: 23px 27px 42px;
}

.shares-block__img {
    margin: auto;
    margin-bottom: 20px;
    max-width: 310px;
    width: 100%;
    height: auto;
    background: #888;
}

.shares-block__img img {
    display: block;
    width: 100%;
    height: auto;
}

.shares-block__title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 20px;
}

.shares-block__text {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #2F2F2F;
    margin-bottom: 23px;
}

.shares-block__button {
    display: block;
    width: 184px;
    height: 58px;
    padding: 20px 42px;
    margin: 0 auto;
    background: #046F69;
    border-radius: 92px;
    font-weight: 800;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    cursor: pointer;
}

.shares-block__button:hover {
    color: #fff;
    background-color: #ef7d1b;
}

.page-news {
    margin-top: 18px;
    margin-bottom: 74px;
}

.news-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
    background: #F8F8F8;
    padding: 32px 34px;
}

.news-block__info {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 64px;
    max-width: 650px;
    width: 100%;
}

.news-block__data {
    font-size: 13px;
    line-height: 16px;
    color: #9A9A9A;
    margin-bottom: 3px;
}

.news-block__img {
    margin: 0 auto 20px;
    /*max-width: 330px;*/
    width: 100%;
    height: auto;
    background: #888;
}

.news-block__img img {
    display: block;
    width: 100%;
    height: auto;
}

.news-block__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #2F2F2F;
    text-align: left;
    margin-bottom: 13px;
}

.news-block__text {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #2F2F2F;
    text-align: left;
    margin-bottom: 23px;
}

.news-block__button {
    display: block;
    width: 184px;
    height: 58px;
    padding: 20px 42px;
    margin: 0;
    background: #046F69;
    border-radius: 92px;
    font-weight: 800;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    cursor: pointer;
}

.news-block__button:hover {
    color: #fff;
    background-color: #ef7d1b;
}

.page-faq {
    margin-top: 18px;
    margin-bottom: 100px;
}

.faq {
    padding: 44px 62px;
    margin-bottom: 20px;
    background: #F8F8F8;
}

.faq-block {
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    min-height: 50px;
}

.faq-block__link {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f8f8f8;
}

.faq-block__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #2F2F2F;
    max-width: 80%;
}

.faq-block__icon {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #046F69;
    background: #046F69;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.faq-block__icon::after,
.faq-block__icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 16px;
    background: #fff;
    margin-top: 0px;
    margin-left: -8px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.faq-block__icon::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq-block__content {
    display: none;
    position: relative;
    border-top: 1px solid #E2E2E2;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #2F2F2F;
    height: auto;
    margin-top: 45px;
    padding-top: 38px;
}

.faq .faq-block {
    height: 100%;
}

.faq .faq-block__content {
    visibility: visible;
}

.faq .faq-block__link.active .faq-block__icon {
    background: none;
}

.faq .faq-block__link.active .faq-block__icon::before,
.faq .faq-block__link.active .faq-block__icon::after {
    background: #046F69;
}

.faq .faq-block__link.active .faq-block__icon::before {
    background: none;
}

.page-base {
    margin-top: 18px;
    margin-bottom: 74px;
}

.base-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
    background: #F8F8F8;
    padding: 50px 66px 47px 62px;
}

.base-block__info {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}

.base-block__img {
    margin: 0 auto 20px;
    max-width: 330px;
    width: 100%;
    height: auto;
    background: #888;
}

.base-block__img img {
    display: block;
    width: 100%;
    height: auto;
}

.base-block__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #2F2F2F;
    text-align: left;
    padding-bottom: 45px;
    border-bottom: 2px solid #e2e2e2;
    margin-bottom: 38px;
}

.base-block__text {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #2F2F2F;
    text-align: left;
    margin-bottom: 23px;
}

.base-block__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 184px;
    height: 58px;
    padding: 20px 42px;
    margin: 0;
    background: #046F69;
    border-radius: 92px;
    font-weight: 800;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    cursor: pointer;
}

.base-block__button:hover {
    color: #FFFFFF;
    background-color: #ef7d1b;
}

.header__search {
    position: relative;
}

.search__result {
    position: absolute;
    overflow-y: scroll;
    display: none;
    z-index: 99;
    top: 55px;
    left: 0;
    padding: 15px;
    width: 100%;
    height: 100vh;
    background: #F8F8F8;
    max-height: 450px;
}

.search__result .search__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #046F69;
}

.search__result ul {
    overflow-y: scroll;
    padding-left: 0;
    padding-right: 15px;
    list-style: none;
    margin: 14px 0;
}

.search__result ul li {
    padding-left: 20px;
    border-top: 1px solid #E0E0E0;
    font-size: 15px;
    line-height: 18px;
}

.search__result ul li a {
    display: block;
    padding-top: 12px;
    padding-bottom: 14px;
    color: #595959;
}

.search__result ul li a:hover {
    color: #EF7D1B;
}

.search__result ul li:last-child {
    border-bottom: 1px solid #E0E0E0;
}

.search__result.active {
    display: block;
}

.popUp {
    position: absolute;
    left: 110%;
    top: 0;
    z-index: 99;
    display: block;
    margin-top: -15px;
    width: 256px;
    height: auto;
    padding: 25px 31px;
    font-size: 14px;
    line-height: 15px;
    text-align: right;
    color: #797979;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px rgba(4, 111, 105, 0.33);
    box-shadow: 0px 0px 15px rgba(4, 111, 105, 0.33);
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.popUp.active {
    opacity: 1;
    visibility: visible;
}

.popUp::after {
    content: '';
    position: absolute;
    left: 0;
    top: 25%;
    margin-left: -10px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popUp__title {
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: right;
    color: #1E1E1E;
}

.popUp__close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.popUp__close:hover svg path {
    fill: #ef7d1b;
    stroke: #ef7d1b;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-page {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    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;
    width: 100%;
    height: 100%;
}

.modal {
    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;
    position: relative;
    max-width: 775px;
    width: 100%;
    height: auto;
    padding: 44px 55px 60px;
    margin-left: 15px;
    margin-right: 15px;
    background: #fff;
    z-index: 99;
}

.modal.active {
    z-index: 99;
}

.modal .modal-content {
    position: relative;
    width: 100%;
    height: auto;
    opacity: 0;
}

.modal .modal-content__form {
    position: relative;
    z-index: 2;
}

.modal .modal-content::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/modal-bg.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 187px;
}

.modal .modal-content__title {
    margin-bottom: 13px;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #2F2F2F;
    max-width: 551px;
}

.modal .modal-content__text {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    color: #000000;
}

.modal .modal-content__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 327px;
}

.modal .modal-content__box {
    max-width: 350px;
}

.modal .modal-content__input {
    margin-right: 29px;
    text-align: left;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}

/*.modal .modal-content__input input {*/
/*display: -webkit-box;*/
/*display: -ms-flexbox;*/
/*display: flex;*/
/*-webkit-box-align: center;*/
/*-ms-flex-align: center;*/
/*align-items: center;*/
/*width: 162px;*/
/*height: 27px;*/
/*margin-top: 12px;*/
/*padding: 0 12px;*/
/*background: #F4F4F4;*/
/*border-radius: 5px;*/
/*border: none;*/
/*font-size: 14px;*/
/*line-height: 15px;*/
/*text-align: left;*/
/*color: #5A5A5A;*/
/*}*/

.modal .modal-content__input input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 200px;
    height: 45px;
    margin-top: 12px;
    padding: 0 12px;
    background: #F4F4F4;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    line-height: 15px;
    text-align: left;
    color: #5A5A5A;
}

.modal .modal-content__search button {
    display: block;
    width: 225px;
    height: 58px;
    margin-top: 41px;
    background: #046F69;
    border: none;
    border-radius: 92px;
    font-weight: 800;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    cursor: pointer;
}

.modal .close-modal {
    position: absolute;
    top: 27px;
    right: 28px;
    cursor: pointer;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.modal .close-modal svg {
    width: 20px;
    height: 20px;
}

.modal .modal-content {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.modal.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.modal.active .modal-content {
    opacity: 1;
}

.modal.active .close-modal {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 1;
}

.input-file__container {
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 40px;
    margin-top: 37px;
    padding: 0 20px;
    padding-bottom: 12px;
    background: none;
    border-bottom: 0.5px solid #EF7D1B;
    overflow-x: hidden;
    cursor: pointer;
    color: #5A5A5A;
    font-size: 14px;
}

.input-file__container svg {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -10px;
}

.modal-content__error {
    display: none;
    margin-top: 27px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.modal-content__error .error__icon {
    margin-right: 10px;
    font-weight: 500;
    font-size: 36px;
    line-height: 1;
    color: #EF7D1B;
}

.modal-content__error .error__text {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
}

@media (max-width: 991px) {
    .page-news {
        margin-top: 26px;
    }

    .news-block .news-block__info {
        max-width: 330px;
        margin-left: 30px;
    }

    .page-base {
        margin-top: 26px;
    }

    .base-block {
        padding: 44px 45px;
    }

    .base-block__info {
        margin: 0;
    }

    .base-block__title {
        padding-bottom: 40px;
        margin-bottom: 38px;
    }

    .base-block__text {
        margin-bottom: 28px;
    }
}

@media (max-width: 774px) {
    .news-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .news-block__img {
        max-width: 100%;
    }

    .news-block .news-block__info {
        margin-left: 0;
        max-width: 100%;
    }
}

@media (max-width: 660px) {
    .modal .modal-content::after {
        display: none;
    }
}

@media (max-width: 526px) {
    .shares-block {
        padding: 17px 16px 31px;
    }

    .shares-block__title,
    .shares-block__text {
        text-align: left;
    }

    .shares-block__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        max-width: 150px;
        height: 41px;
        margin-left: 0;
        font-size: 14px;
    }

    .shares-block__img {
        margin-bottom: 14px;
    }

    .shares-block__title {
        font-size: 17px;
    }

    .page-news {
        margin-top: 19px;
    }

    .news-block {
        padding: 16px 17px;
    }

    .news-block__img {
        max-width: 100%;
    }

    .news-block__title {
        font-size: 14px;
        line-height: 1.4;
    }

    .news-block__text {
        font-size: 13px;
    }

    .news-block__data {
        margin-top: 15px;
    }

    .news-block__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 150px;
        height: 41px;
        font-size: 14px;
    }

    .faq {
        padding: 26px 24px 29px;
    }

    .faq .faq-block__title {
        font-size: 15px;
    }

    .faq .faq-block__content {
        font-size: 14px;
    }

    .faq .faq-block__content {
        padding-top: 16px;
    }

    .faq.active .faq-block__content {
        margin-top: 18px;
    }

    .base-block {
        padding: 26px 34px 29px 26px;
    }

    .base-block__info {
        margin: 0;
    }

    .base-block__title {
        padding-bottom: 24px;
        margin-bottom: 24px;
        font-size: 15px;
    }

    .base-block__text {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .base-block__button {
        padding: 0;
        margin: auto;
        font-size: 14px;
        width: 150px;
        height: 41px;
    }

    .search__result .search__title {
        font-size: 16px;
    }

    .search__result ul li {
        font-size: 14px;
        line-height: 1.6;
    }

    .popUp {
        left: 25%;
        top: 250%;
    }

    .popUp::after {
        top: 0;
        left: 0;
        margin-left: 20px;
    }

    .modal {
        margin-left: 15px;
        margin-right: 15px;
        padding: 16px 35px 35px 35px;
        max-width: 290px;
    }

    .modal .modal-content::after {
        display: none;
    }

    .modal .modal-content__title {
        font-size: 16px;
        text-align: center;
        line-height: 20px;
    }

    .modal .modal-content__text {
        margin-bottom: 17px;
        font-size: 14px;
        text-align: center;
    }

    .modal .modal-content__inputs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 10px;
    }

    .modal .modal-content__input {
        margin: auto;
        margin-bottom: 15px;
        text-align: center;
    }

    .modal .close-modal {
        top: 14px;
        right: 12px;
    }
}

.webp .modal .modal-content::after {
    background: url(../../img/modal-bg.webp);
}

.main--personalArea {
    padding-bottom: 140px;
}

.page-headline--personalArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.page-headline--personalArea .page-headline__title {
    font-size: 24px;
}

.page-headline__titleSub {
    margin-top: 22px;
    margin-bottom: 15px;
    font-size: 20px;
    display: inline-block;
}

.sidebar--personalArea {
    background: none;
}

.sidebar--personalArea ul {
    list-style-type: none;
    padding: 0;
}

.sidebar--personalArea ul li {
    margin-top: 0;
    background: #F7F7F7;
    border-radius: 5px;
}

.sidebar--personalArea ul li + li {
    margin-top: 10px;
}

.sidebar--personalArea ul li a {
    display: block;
    padding: 15px 20px 15px 50px;
    font-size: 16px;
    line-height: 19px;
    color: #383838;
    cursor: pointer;
}

.sidebar--personalArea ul li a:hover {
    font-weight: 600;
    color: #046F69;
}

.sidebar--personalArea ul li.active a {
    font-weight: 600;
    color: #046F69;
}

.personalArea-column {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.personalArea-column__top {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 16px;
    background: #F7F7F7;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
    color: #046F69;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

.personalArea-column__bot {
    padding: 30px 60px 50px;
    width: 100%;
    background: #F7F7F7;
    border-radius: 5px;
}

.personalArea-column__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 25px;
    font-weight: 500;
}

.personalArea-column__box span {
    color: #F4A17B;
}

.personalArea-column__input {
    position: relative;
    width: 100%;
}

.personalArea-column__input input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 7px;
    padding: 0 22px;
    width: 100%;
    height: 35px;
    background: #FFFFFF;
    border: 0.5px solid #E6E6E6;
    border-radius: 5px;
}

.personalArea-column__icon {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.personalArea-column__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

.personalArea-column__button .btn {
    background: #046F69;
    text-transform: initial;
    min-height: 43px;
}

.personalArea-column__button .btn:hover {
    background: #ef7d1b;
}

.personalArea-column__button .btn--width {
    width: 190px;
    padding: 0 10px;
}

.personalArea-column__button a {
    color: #9C9C9C;
}

.personalArea-column__button a:hover {
    color: #046F69;
}

.personalArea-column .personalArea-var {
    color: #686868;
    font-size: 14px;
}

.personalArea-column .invisible {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
}

.personalArea-column .label-cbx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    margin-bottom: 0;
}

.personalArea-column .label-cbx input:checked + .checkbox {
    border-color: #fff;
}

.personalArea-column .label-cbx input:checked + .checkbox svg rect {
    fill: #fff;
}

.personalArea-column .label-cbx input:checked + .checkbox svg path {
    fill: #046F69;
}

.personalArea-column .label-cbx .checkbox {
    position: relative;
    float: left;
    margin-right: 11px;
    width: 16px;
    height: 16px;
}

.personalArea-column .label-cbx .checkbox svg path {
    fill: none;
}

.personalArea-column .label-cbx > span {
    color: #383838;
    pointer-events: none;
    vertical-align: middle;
}

.cart-block {
    padding-top: 70px;
    padding-bottom: 100px;
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}

.cart-block__img {
    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;
    border-radius: 50%;
    border: 2px solid rgba(4, 111, 105, 0.15);
    margin: 0 auto 35px;
    width: 225px;
    height: 225px;
}

.cart-block__title {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #2F2F2F;
}

.cart-block__text {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #2F2F2F;
    margin-bottom: 35px;
}

.cart-block .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    background: #046F69;
    min-height: 58px;
    text-transform: none;
    max-width: 245px;
}

.cart-block .btn:hover {
    background: #ef7d1b;
}

.main--schedule .page-schedule {
    padding-bottom: 75px;
}

.main--schedule .page-schedule .schedule-adress {
    font-size: 18px;
    line-height: 22px;
    color: #2F2F2F;
    font-weight: 700;
    width: 100%;
    margin: 32px 0;
}

.main--schedule .page-schedule .schedule-column {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.main--schedule .page-schedule .schedule-column__title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #046F69;
}

.main--schedule .schedule-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #2F2F2F;
    margin-bottom: 35px;
}

.main--schedule .schedule-table {
    padding-top: 75px;
    padding-bottom: 85px;
    background: #F7F7F7;
}

.main--schedule .schedule-table .btn {
    border: 3px solid #046F69;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 92px;
    background: none;
    color: #046F69;
    text-transform: inherit;
    max-height: 51px;
}

.main--schedule .schedule-table .btn:hover {
    border: 3px solid #F4A17B;
    color: #F4A17B;
}

.schedule-table__left {
    padding-top: 20px;
}

.schedule-table__right table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

.schedule-table__right table tr {
    border-bottom: 1px solid #046F69;
}

.schedule-table__right table thead th:nth-child(1) {
    /*   padding-left: 70px;
      padding-right: 70px; */
    text-align: left;
    width: 40%;
}

.schedule-table__right table thead th:nth-child(2) {
    width: 20%;
}

.schedule-table__right table thead th:nth-child(3) {
    width: 20%;
}

.schedule-table__right table thead th:nth-child(4) {
    width: 20%;
}

.schedule-table__right table th,
.schedule-table__right table td {
    padding: 20px;
    /*   padding-left: 70px;
      padding-right: 70px; */
    text-align: left;
}

.schedule-table__right table table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

.schedule-table__right table thead th:nth-child(1) {
    width: 40%;
}

.schedule-table__right table thead th:nth-child(2) {
    width: 20%;
}

.schedule-table__right table thead th:nth-child(3) {
    width: 20%;
}

.schedule-table__right table thead th:nth-child(4) {
    width: 20%;
}

.schedule-table__right table th,
.schedule-table__right table td {
    padding: 20px !important;
    /*   padding-left: 70px;
      padding-right: 70px; */
}

.schedule-map {
    padding-top: 90px;
    padding-bottom: 90px;
}

.schedule-map .schedule-title {
    margin-bottom: 23px;
}

.schedule-map__block {
    height: 505px;
}

.schedule-map__block > div {
    height: 100%;
}

.schedule-map__block iframe {
    border: none;
    width: 100%;
    height: 100%;
}

.schedule-go {
    padding-bottom: 80px;
    padding-top: 80px;
}

.schedule-go .schedule-table__left {
    padding-top: 0;
}

.schedule-go .schedule-title {
    font-size: 24px;
}

.schedule-go ul {
    list-style-type: none;
    padding: 0;
}

.schedule-go ul li:first-child {
    margin-top: 10px;
}

.schedule-text {
    padding-bottom: 60px;
    padding-top: 80px;
    background: #F7F7F7;
}

.schedule-text .schedule-table__left {
    padding-top: 0;
}

.schedule-text .schedule-title {
    font-size: 24px;
}

.schedule-text p {
    margin: 0;
}

.page-404 {
    background: none;
}

.block-404 {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding-top: 60px;
    max-width: 750px;
    width: 100%;
    text-align: center;
}

.block-404__img {
    margin-bottom: 50px;
    max-width: 800px;
    width: 100%;
}

.block-404__img img {
    width: 100%;
}

.block-404__title {
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    color: #383838;
    margin-bottom: 15px;
}

.block-404__sub {
    font-size: 18px;
    line-height: 22px;
    color: #A3A3A3;
    margin-bottom: 30px;
}

.block-404 .btn {
    border: 3px solid #EF7D1B;
    border-radius: 40px;
    background: none;
    color: #EF7D1B;
    font-weight: 600;
    min-width: 250px;
    height: 70px;
}

.block-404 .btn svg path {
    -webkit-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
}

.block-404 .btn:hover {
    color: #046F69;
    border-color: #046F69;
}

.block-404 .btn:hover svg path {
    stroke: #046F69;
}

.block-404 .btn svg {
    width: 30px;
    height: 25px;
    margin-left: 17px;
}

@media (max-width: 991px) {
    .main--personalArea {
        padding-bottom: 100px;
    }

    .page-headline--personalArea {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .page-headline__titleSub {
        margin-top: 11px;
        margin-bottom: 30px;
    }

    .sidebar--personalArea ul {
        overflow-x: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .sidebar--personalArea ul li {
        min-width: 205px;
    }

    .sidebar--personalArea ul li + li {
        margin-top: 0;
        margin-left: 8px;
        margin-right: 8px;
    }

    .sidebar--personalArea ul li a {
        padding: 15px;
        text-align: center;
    }

    .personalArea-column {
        max-width: 560px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .main--schedule .schedule-table .schedule-table__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .main--schedule .schedule-table .schedule-title {
        max-width: 50%;
        display: block;
    }

    .schedule-table__right table thead th:nth-child(1) {
        padding-left: 0;
    }

    .schedule-table__right table th,
    .schedule-table__right table td {
        padding-left: 0;
    }
}

@media (max-width: 640px) {
    .main--schedule .page-schedule .schedule-column {
        margin-bottom: 30px;
    }
}

@media (max-width: 600px) {
    .main--schedule .page-schedule {
        padding-bottom: 20px;
    }

    .main--schedule .schedule-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .main--schedule .schedule-table {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .main--schedule .schedule-table .schedule-table__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 35px;
    }

    .main--schedule .schedule-table .schedule-title {
        max-width: 100%;
    }

    .schedule-table__left {
        padding-top: 0;
    }

    .schedule-table__right {
        overflow-x: auto;
    }

    .schedule-table__right table {
        width: 600px;
    }

    .schedule-map {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .schedule-map__block {
        height: 200px;
    }

    .schedule-go {
        padding-top: 0px;
        padding-bottom: 50px;
    }

    .schedule-go .schedule-title {
        font-size: 20px;
    }

    .schedule-text {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .schedule-text .schedule-title {
        font-size: 20px;
    }
}

@media (max-width: 526px) {
    .page-headline--personalArea .page-headline__title {
        font-size: 20px;
    }

    .page-headline__titleSub {
        font-size: 16px;
    }

    .personalArea-column__bot {
        padding: 30px 18px 35px;
    }

    .cart-block {
        padding-top: 15px;
        padding-bottom: 0;
    }

    .cart-block__img {
        width: 114px;
        height: 114px;
        margin-bottom: 21px;
    }

    .cart-block__img img {
        height: 51px;
        width: 51px;
    }

    .cart-block__title {
        font-size: 18px;
    }

    .block-404__img {
        margin-bottom: 30px;
    }

    .block-404__title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .block-404__sub {
        font-size: 13px;
    }

    .block-404 .btn {
        height: 60px;
        min-width: 214px;
    }
}

.servicecenter_filter_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    margin-bottom: 0;
}

.servicecenter_filter_label input {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
}

.servicecenter_filter_label .checkbox__item {
    position: relative;
    float: left;
    margin-right: 11px;
    width: 22px;
    height: 22px;
}

.servicecenter_filter_label input:checked + .checkbox {
    border-color: #fff;
}

.servicecenter_filter_label input:checked + .checkbox__item svg rect {
    fill: #fff;

}

.servicecenter_filter_label .checkbox__item svg rect {
    stroke: #046f69;
}

.servicecenter_filter_label input:checked + .checkbox__item svg path {
    fill: #046f69;
}

.servicecenter_filter_label input:checked ~ span:last-child {
    color: #046f69;
}

.servicecenter_filter_label .checkbox__item svg {
    width: 22px;
    height: 22px;
}

.servicecenter_filter_label .checkbox__item svg path {
    fill: none;
}

.servicecenter_filter_label:hover > span {
    color: #046f69;
}

.servicecenter_filter_label > span {
    pointer-events: none;
    vertical-align: middle;
    /* 	color: #096f69; */
    font-weight: 600;
}

.address-picker__btnMap, .address-picker__btnList {
    display: none;
}

@media (max-width: 526px) {
    .address-picker__btnMap, .address-picker__btnList {
        display: flex;
    }

    .address-picker__main {
        display: none;
    }

    .address-picker__map.active {
        display: block;
    }

    .address-picker__main.active {
        display: block
    }
}

.address-picker__btn {
    display: none;
}

@media (max-width: 526px) {
    .address-picker__btn {
        display: flex;
        justify-content: space-between;
    }

    .address-picker__btnMap, .address-picker__btnList {
        padding: 21px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #0096a9;
        justify-content: center;
        -webkit-transition: color 0.2s, background-color 0.2s;
        -o-transition: color 0.2s, background-color 0.2s;
        transition: color 0.2s, background-color 0.2s;
        width: 50%;
        border-right: 1px solid #e8eced;
        cursor: pointer;
        font-weight: 600;
    }
}

.address-picker__btnMap {
    background: #ef7d1b;
    color: #fff;
    width: 75%;
    display: none;
}

.address-picker__btnList {
    background: #fff;
    width: 100%;

}

.address-picker__btnMap svg, .address-picker__btnList svg {
    width: 22px;
    margin-right: 10px;
    margin-left: 0;
}

.address-picker__btnMap svg circle {
    stroke: #fff;
    fill: #ef7d1b;
}

.address-picker__btnMap svg path {
    stroke: #fff;
    fill: #ef7d1b;
}

.address-picker__btnList.active path {
    stroke: #fff;
}

.address-picker__btnList.active {
    background: #ef7d1b;
    color: #fff;
}

.address-picker__btnList path {
    stroke: #046f69;
}

.address-picker__main.none {
    display: none;
}

.address-picker__map.none {
    display: none;
}

.address-picker__btnMap.none {
    background: #fff;
    color: #0096a9;
}

.address-picker__btnMap.none svg circle {
    stroke: #0096a9;
    fill: #fff;
}

.address-picker__btnMap.none svg path {
    stroke: #0096a9;
    fill: #fff;
}

.address-picker__main {
    overflow-y: inherit;
    transition: all .3s linear;
}

#map_list {
    left: 100%;
    top: 0;
}

#map_tabs {
    max-height: 440px;
    overflow-y: auto;
}

@media (max-width: 526px) {
    #map_list {
        left: 0;
        top: 60px;
        z-index: 99;
    }

    .map_list_close {
        right: 0;
    }
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

/*a:visited {*/
/*color: #800080;*/
/*}*/

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

.product-tabs__controls .active a {
    color: #ef7d1b;
}

.product-tabs__controls .active a:after {
    opacity: 0;
}

.product-tabs__controls .active a:after {
    content: '';
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 7px;
    background-color: #ef7d1b;
    border-radius: 7px;
    left: 0;
    bottom: -3px;
    opacity: 1;
}

.widget_nav_menu {
    list-style: none;
}

.widget_nav_menu ul {
    margin-left: 0;
    padding-left: 0;
}

.sidebar .menu {
    margin-left: 0;
    padding-left: 0;
}

.woocommerce-notices-wrapper {
    display: block;
    width: 100%;
}

ul.menu {
    margin-bottom: 0;
}

.menu-widget .cat_no_childs {
    display: block;

}

.menu-widget .cat_no_childs:after {
    display: none;
}

.menu-widget.is-opened .cat_no_childs {
    background-color: #046f69;
    color: #fcfcfc;
    position: relative;
    background-color: #046f69;
    color: #fcfcfc;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: .015em;
    text-transform: uppercase;
    margin: 0;
    padding: 18px 40px 18px 25px;
    cursor: pointer;
    transition: all .15s ease-in-out;
}

.menu-widget.is-opened .div_no_childs a {
    background-color: #046f69 !important;
}

.menu-widget.is-opened .cat_no_childs:hover {
    color: #fff;
}

.cat_no_childs:hover {
    color: #fff;
}

.product-name span {
    display: block;
    font-weight: 400;
    font-size: 14px;
}

.yith-wcpb-child-of-bundle-table-item .product-name:before {
    position: absolute;
}

.yith-wcpb-child-of-bundle-table-item span {
    padding-left: 15px;
}

.single_add_to_cart_button {
    background-color: #e8e8e8;
}

#place_order {
    padding: 0 22px;
    min-width: 265px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 51px;
    color: #fcfcfc;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .03em;
    text-align: center;
    border-radius: 51px;
    padding: 0 30px;
    border: 0;
    cursor: pointer;
    transition: all .15s ease-in-out;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    background-color: #046f69;
}

#place_order:hover {
    background-color: #ef7d1b;
}

#map_search {
    height: 60px;
    font-size: 14px;
    color: #fcfcfc;
    background-color: #046f69;
    border: 0;
    padding: 0 80px 0 60px;
    width: 100%;
    border-radius: 0;
    border-bottom: 1px solid #434242;
}

#medcentr_field {
    display: none;
    visibility: hidden;
}

.page-basket__head address {
    margin: 0;
}

.yith-wcpb-child-of-bundle-table-item {
    /*display: none!important;*/
}

.row_offices .page-basket__head {
    display: none;
    visibility: hidden;
}

.address-picker__main {
    min-height: 550px;
}

.address-picker__map {
    position: relative;
}

#list_filtered li {
    background-color: #fff;
    padding: 0;
}

#list_filtered li .goto {
    padding: 21px 26px;
}

/*#list_filtered li span , #list_filtered li a {*/

/*color: #046f69;*/
/*transition: none;*/
/*}*/

#list_filtered li {
    cursor: pointer;
}

/*#list_filtered li:hover , #list_filtered li.white:hover  {*/
/*background-color: #046f69;*/
/*}*/
/*#list_filtered li:hover span , #list_filtered li:hover a ,*/
/*#list_filtered li.white:hover span , #list_filtered li.white:hover a {*/

/*color: #fff;*/
/*transition: none;*/
/*}*/

/*#list_filtered li.active {*/
/*background-color: #046f69;*/
/*}*/

/*#list_filtered li.active span , #list_filtered li.active a {*/

/*color: #fff;*/
/*transition: none;*/
/*}*/

/*#list_filtered li.white {*/
/*background-color: #fff;*/
/*}*/

/*#list_filtered li.white span , #list_filtered li.white a {*/

/*color: #046f69;*/
/*transition: none;*/
/*}*/

/*#list_filtered li a {*/
/*color: #ef7d1b;*/
/*font-size: 13px;*/
/*padding-top: 10px;*/
/*text-decoration: underline;*/
/*}*/

#list_filtered li a:hover {
    text-decoration: none;
}

#list_filtered li .read_more_link {
    float: right;
}

ul.header__info-socials svg {
    width: 21px;
    height: 21px;
}

#list_filtered li.active a {
    color: #ffffff;
    font-size: 13px;
    padding-top: 10px;
    text-decoration: underline;
}

#list_filtered li.active a:hover {
    text-decoration: none;
}

#list_filtered li.white a {
    color: #ef7d1b;
    font-size: 13px;
    padding-top: 10px;
    text-decoration: underline;
}

#list_filtered li.white a:hover {
    text-decoration: none;
}

.woocommerce-cart-form__contents a {
    /*pointer-events: none;*/
}

#list_filtered .goto {
    z-index: 555;
}

a:focus {
    color: #434242;
}

.sidebar .content-widget {
    padding: 0;
}

.single_add_to_cart_button {
    cursor: pointer;
}

.woocommerce-cart-form__cart-item .product-price,
.woocommerce-cart-form__cart-item .product-remove {
    text-align: right;
}

.woocommerce table.shop_table {
    border-radius: 0;
}

a.

not
(
.btn

)
:focus, a.

not
(
.btn

)
:active {
    color: #434242;
}

.page-basket__link a:focus, .page-basket__link a:active {
    color: #fff;
}

.btn--shadow:focus, .btn--shadow:active {
    color: #fff;
}

.menu-item a:focus, .menu-item a:active {
    color: #434242;
}

.woocommerce-cart-form__cart-item .product-remove {
    width: 25px;
}

.content-widget_attempt {
    padding: 20px 25px !important;
}

.page-news .news-block__img_wrapper {
    position: relative;
    width: 60%;
    border-radius: 6px;
    overflow: hidden;
    padding: 13% 0;
    border-radius: 0;
}

.page-news .news-block__img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-news .news-block__img img {
    /* display: block; */
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    position: relative;
    z-index: 2;
    opacity: 1;
    object-fit: cover;
    /* width: 100%; */
    /* height: auto; */
}

.modal-overlay {
    z-index: 9999 !important;
}

.modal-content__error {
    transition: all .3s linear;
}

.modal .modal-content__input input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 200px;
    height: 45px;
    margin-top: 12px;
    padding: 0 12px;
    background: #F4F4F4;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    line-height: 15px;
    text-align: left;
    color: #5A5A5A;
}

.modal .modal-content__search button {
    transition: all .3s linear;
}

.modal .modal-content__search button:hover {
    color: #fff;
    background-color: #ef7d1b;
}

.modal.active .close-modal:hover svg {
    color: #ef7d1b;
    fill: red;
}

.title_link {
    transition: all .3s linear;
}

.title_link:hover div {
    color: #ef7d1b;
}

.woo_pagination {
}

.woo_pagination a.next {
}

.pagination .pagination__inner {
    padding-left: 55px;
    padding-right: 55px;
}

.pagination .page-numbers {
    display: inline-block;
    text-align: center;
    padding: 2px 0;
    margin-right: 40px;
    color: #434242;
}

.pagination .prev, .pagination .next {
    display: inline-flex;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #434242;
    align-items: center;
    justify-content: center;
    transition: all .3s linear;
}

.pagination .page-numbers.current {
    color: #fcfcfc;
    display: inline-flex;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #434242;
    align-items: center;
    justify-content: center;
    transition: all .3s linear;
}

.pagination .prev:hover, .pagination .next:hover {
    background-color: #ef7d1b;
    border-color: #ef7d1b;
}

.pagination .prev:hover svg path, .pagination .next:hover svg path {
    fill: #fff;
}

.pagination {
    width: 100%;
}

.modalForm-js .close-modal:hover svg path {
    stroke: #ef7d1b;
}

/*.pagination .page-numbers a , .pagination .page-numbers span {*/
/*margin-right: 40px;*/
/*}*/
.theme_hover {
    transition: all .3s linear;
}

.theme_hover:hover {
    color: #ef7d1b;
}

.shares-block__title {
    min-height: 44px;
}

.shop_banner_link {
    width: 100%;
    height: 100%;
    display: inline-block;
    min-height: 100px;
}

#customer_details {
}

#customer_details p label {
    margin-right: 29px;
    text-align: left;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}

#customer_details p span input, #customer_details p span select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
    margin-top: 12px;
    padding: 0 12px;
    background: #F4F4F4;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    line-height: 15px;
    text-align: left;
    color: #5A5A5A;
}

#asking {
    display: none;
}

label[for="asking_text"] {
    margin-right: 29px;
    text-align: left;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    margin: 10px 0px;
    display: block;
}

.modal_asking_wrapper .modal_asking .modal-content__box {
    max-width: 425px;
}

.modal_asking_wrapper textarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    /* height: 45px; */
    margin-top: 12px;
    padding: 0 12px;
    background: #F4F4F4;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    line-height: 15px;
    text-align: left;
    color: #5A5A5A;
    padding-top: 15px;
}

.modal_asking_wrapper .wpcf7 {
    z-index: 5;
    position: relative;
}

.modal_asking_wrapper .wpcf7-submit {
    display: block;
    width: 225px;
    height: 58px;
    margin-top: 41px;
    background: #046F69;
    border: none;
    border-radius: 92px;
    font-weight: 800;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    cursor: pointer;
}

.modal_asking_wrapper .wpcf7-submit:hover {
    color: #fff;
    background-color: #ef7d1b;
}

.modal_asking_wrapper .modal_asking {
    max-width: 540px;
    padding-bottom: 44px;
}

.modal_asking_wrapper .ajax-loader {
    display: none !important;
}

.modal_asking_wrapper .modal-content__title {
    text-align: center;
    /*margin-top: 21px;*/
}

.modal_asking_wrapper input[type="submit"] {
    margin: 0 auto;
}

.btn--green:focus, .btn--green:visited {
    background-color: #046f69;
    color: #fff;
}

.modal_asking_wrapper .modal-content::after {
    background: none !important;
}

.modal-content__search p {
    margin-bottom: 0px;
}

@media screen and (max-width: 526px) {
    .modal_asking_wrapper {
    }

    .modal_asking_wrapper .modal .modal-content__inputs {
        width: 100%;
        max-width: 100%;
        text-align: left;
    }

    .modal_asking_wrapper .modal .modal-content__input {
        margin-left: 0;
        text-align: left;
        margin-right: 0;
        font-size: 17px;
    }

    .modal_asking_wrapper .modal .modal-content__input input {
        width: 100%;

    }

    .modal_asking_wrapper label[for="asking_text"] {
        font-size: 17px;
    }

    .modal_asking_wrapper .modal-content__title {
        text-align: center;
        margin-top: 21px;
        font-size: 18px !important;
    }
}

form.cart button.added {
    display: none;
}

form.cart a.added_to_cart {
    display: inline-block;
    letter-spacing: .03em;
    font-size: 14px;
    border-color: #ccc #bbb #aaa;
    color: #ef7d1b;
    padding: 0.6em 1em 0.4em;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.15;
    margin: 0;
    outline: 0;
}

form.cart a.added_to_cart:hover {
    Color: #ef7d1b;
}

form.cart a.added_to_cart:before {
    box-sizing: border-box;
    content: '';
    display: block;
    margin: 0 auto 20px;
    width: 39px;
    height: 39px;
    background: url(/wp-content/themes/diaglab/assets/img/icons/basked-added.svg) no-repeat center/contain;
}

span.ms_plus {
    position: absolute;
    top: 4px;
    right: 0;
    width: 12px;
    height: 12px;
    background: url(./assets/img/icons/plus.svg) no-repeat center right;
    transition: all .15s ease-in-out;
    background-size: contain;
    cursor: pointer;
}

span.ms_plus.is-opened {
    transform: rotate(45deg);
}

/*
 * new main.css file added
 */

.main--personalArea {
    padding-bottom: 140px;
}

.page-headline--personalArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.page-headline--personalArea .page-headline__title {
    font-size: 24px;
}

.page-headline__titleSub {
    margin-top: 22px;
    margin-bottom: 15px;
    font-size: 20px;
    display: inline-block;
}

.sidebar--personalArea {
    background: none;
}

.sidebar--personalArea ul {
    list-style-type: none;
    padding: 0;
}

.sidebar--personalArea ul li {
    margin-top: 0;
    background: #F7F7F7;
    border-radius: 5px;
}

.sidebar--personalArea ul li + li {
    margin-top: 10px;
}

.sidebar--personalArea ul li a {
    display: block;
    padding: 15px 20px 15px 50px;
    font-size: 16px;
    line-height: 19px;
    color: #383838;
    cursor: pointer;
}

.sidebar--personalArea ul li a:hover {
    font-weight: 600;
    color: #046F69;
}

.sidebar--personalArea ul li.active a {
    font-weight: 600;
    color: #046F69;
}

.personalArea-column {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.personalArea-column__top {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 16px;
    background: #F7F7F7;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
    color: #046F69;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

.personalArea-column__bot {
    padding: 30px 60px 50px;
    width: 100%;
    background: #F7F7F7;
    border-radius: 5px;
}

.personalArea-column__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 25px;
    font-weight: 500;
}

.personalArea-column__box span {
    color: #F4A17B;
}

.personalArea-column__input {
    position: relative;
    width: 100%;
}

.personalArea-column__input input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 7px;
    padding: 0 22px;
    width: 100%;
    height: 35px;
    background: #FFFFFF;
    border: 0.5px solid #E6E6E6;
    border-radius: 5px;
}

.personalArea-column__icon {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.personalArea-column__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

.personalArea-column__button .btn {
    background: #046F69;
    text-transform: initial;
    min-height: 43px;
}

.personalArea-column__button .btn:hover {
    background: #ef7d1b;
}

.personalArea-column__button .btn--width {
    width: 190px;
    padding: 0 10px;
}

.personalArea-column__button a {
    color: #9C9C9C;
}

.personalArea-column__button a:hover {
    color: #046F69;
}

.personalArea-column .personalArea-var {
    color: #686868;
    font-size: 14px;
}

.personalArea-column .invisible {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
}

.personalArea-column .label-cbx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    margin-bottom: 0;
}

.personalArea-column .label-cbx input:checked + .checkbox {
    border-color: #fff;
}

.personalArea-column .label-cbx input:checked + .checkbox svg rect {
    fill: #fff;
}

.personalArea-column .label-cbx input:checked + .checkbox svg path {
    fill: #046F69;
}

.personalArea-column .label-cbx .checkbox {
    position: relative;
    float: left;
    margin-right: 11px;
    width: 16px;
    height: 16px;
}

.personalArea-column .label-cbx .checkbox svg path {
    fill: none;
}

.personalArea-column .label-cbx > span {
    color: #383838;
    pointer-events: none;
    vertical-align: middle;
}

.cart-block {
    padding-top: 70px;
    padding-bottom: 100px;
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}

.cart-block__img {
    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;
    border-radius: 50%;
    border: 2px solid rgba(4, 111, 105, 0.15);
    margin: 0 auto 35px;
    width: 225px;
    height: 225px;
}

.cart-block__title {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #2F2F2F;
}

.cart-block__text {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #2F2F2F;
    margin-bottom: 35px;
}

.cart-block .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    background: #046F69;
    min-height: 58px;
    text-transform: none;
}

.cart-block .btn:hover {
    background: #ef7d1b;
}

.main--schedule .page-schedule {
    padding-bottom: 75px;
}

.main--schedule .page-schedule .schedule-adress {
    font-size: 18px;
    line-height: 22px;
    color: #2F2F2F;
    font-weight: 700;
    width: 100%;
    margin: 32px 0;
}

.main--schedule .page-schedule .schedule-column {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.main--schedule .page-schedule .schedule-column__title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #046F69;
}

.main--schedule .schedule-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #2F2F2F;
    margin-bottom: 35px;
}

.main--schedule .schedule-table {
    padding-top: 75px;
    padding-bottom: 85px;
    background: #F7F7F7;
}

.main--schedule .schedule-table .btn {
    border: 3px solid #046F69;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 92px;
    background: none;
    color: #046F69;
    text-transform: inherit;
    max-height: 51px;
}

.main--schedule .schedule-table .btn:hover {
    border: 3px solid #F4A17B;
    color: #F4A17B;
}

.schedule-table__left {
    padding-top: 20px;
}

.schedule-table__right table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

.schedule-table__right table tr {
    border-bottom: 1px solid #046F69;
}

.schedule-table__right table thead th:nth-child(1) {
    padding-left: 70px;
    padding-right: 70px;
    text-align: left;
    width: 20%;
}

.schedule-table__right table thead th:nth-child(2) {
    width: 20%;
}

.schedule-table__right table thead th:nth-child(3) {
    width: 15%;
}

.schedule-table__right table thead th:nth-child(4) {
    width: 35%;
}

.schedule-table__right table th,
.schedule-table__right table td {
    padding: 20px;
    padding-left: 70px;
    padding-right: 70px;
    text-align: left;
}

.schedule-table__right table table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

.schedule-table__right table thead th:nth-child(1) {
    width: 20%;
}

.schedule-table__right table thead th:nth-child(2) {
    width: 20%;
}

.schedule-table__right table thead th:nth-child(3) {
    width: 15%;
}

.schedule-table__right table thead th:nth-child(4) {
    width: 35%;
}

.schedule-table__right table th,
.schedule-table__right table td {
    padding: 20px;
    padding-left: 70px;
    padding-right: 70px;
}

.schedule-map {
    padding-top: 90px;
    padding-bottom: 90px;
}

.schedule-map .schedule-title {
    margin-bottom: 23px;
}

.schedule-map__block {
    height: 505px;
}

.schedule-map__block > div {
    height: 100%;
}

.schedule-map__block iframe {
    border: none;
    width: 100%;
    height: 100%;
}

.schedule-go {
    padding-bottom: 80px;
    padding-top: 80px;
}

.schedule-go .schedule-table__left {
    padding-top: 0;
}

.schedule-go .schedule-title {
    font-size: 24px;
}

.schedule-go ul {
    list-style-type: none;
    padding: 0;
}

.schedule-go ul li:first-child {
    margin-top: 10px;
}

.schedule-text {
    padding-bottom: 60px;
    padding-top: 80px;
    background: #F7F7F7;
}

.schedule-text .schedule-table__left {
    padding-top: 0;
}

.schedule-text .schedule-title {
    font-size: 24px;
}

.schedule-text p {
    margin: 0;
}

.page-404 {
    background: none;
}

.block-404 {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding-top: 60px;
    max-width: 750px;
    width: 100%;
    text-align: center;
}

.block-404__img {
    margin-bottom: 50px;
    max-width: 800px;
    width: 100%;
}

.block-404__img img {
    width: 100%;
}

.block-404__title {
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    color: #383838;
    margin-bottom: 15px;
}

.block-404__sub {
    font-size: 18px;
    line-height: 22px;
    color: #A3A3A3;
    margin-bottom: 30px;
}

.block-404 .btn {
    border: 3px solid #EF7D1B;
    border-radius: 40px;
    background: none;
    color: #EF7D1B;
    font-weight: 600;
    min-width: 250px;
    height: 70px;
}

.block-404 .btn svg path {
    -webkit-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
}

.block-404 .btn:hover {
    color: #046F69;
    border-color: #046F69;
}

.block-404 .btn:hover svg path {
    stroke: #046F69;
}

.block-404 .btn svg {
    width: 30px;
    height: 25px;
    margin-left: 17px;
}

@media (max-width: 991px) {
    .main--personalArea {
        padding-bottom: 100px;
    }

    .page-headline--personalArea {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .page-headline__titleSub {
        margin-top: 11px;
        margin-bottom: 30px;
    }

    .sidebar--personalArea ul {
        overflow-x: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .sidebar--personalArea ul li {
        min-width: 205px;
    }

    .sidebar--personalArea ul li + li {
        margin-top: 0;
        margin-left: 8px;
        margin-right: 8px;
    }

    .sidebar--personalArea ul li a {
        padding: 15px;
        text-align: center;
    }

    .personalArea-column {
        max-width: 560px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .main--schedule .schedule-table .schedule-table__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .main--schedule .schedule-table .schedule-title {
        max-width: 50%;
        display: block;
    }

    .schedule-table__right table thead th:nth-child(1) {
        padding-left: 0;
    }

    .schedule-table__right table th,
    .schedule-table__right table td {
        padding-left: 0;
    }
}

@media (max-width: 640px) {
    #warning-text-inner {
        font-size: 12px !important;
    }

    .main--schedule .page-schedule .schedule-column {
        margin-bottom: 30px;
    }
}

@media (max-width: 600px) {
    .main--schedule .page-schedule {
        padding-bottom: 20px;
    }

    .main--schedule .schedule-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .main--schedule .schedule-table {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .main--schedule .schedule-table .schedule-table__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 35px;
    }

    .main--schedule .schedule-table .schedule-title {
        max-width: 100%;
    }

    .schedule-table__left {
        padding-top: 0;
    }

    .schedule-table__right {
        overflow-x: auto;
    }

    .schedule-table__right table {
        width: 600px;
    }

    .schedule-map {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .schedule-map__block {
        height: 200px;
    }

    .schedule-go {
        padding-top: 0px;
        padding-bottom: 50px;
    }

    .schedule-go .schedule-title {
        font-size: 20px;
    }

    .schedule-text {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .schedule-text .schedule-title {
        font-size: 20px;
    }
}

@media (max-width: 526px) {
    .page-headline--personalArea .page-headline__title {
        font-size: 20px;
    }

    .page-headline__titleSub {
        font-size: 16px;
    }

    .personalArea-column__bot {
        padding: 30px 18px 35px;
    }

    .cart-block {
        padding-top: 15px;
        padding-bottom: 0;
    }

    .cart-block__img {
        width: 114px;
        height: 114px;
        margin-bottom: 21px;
    }

    .cart-block__img img {
        height: 51px;
        width: 51px;
    }

    .cart-block__title {
        font-size: 18px;
    }

    .block-404__img {
        margin-bottom: 30px;
    }

    .block-404__title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .block-404__sub {
        font-size: 13px;
    }

    .block-404 .btn {
        height: 60px;
        min-width: 214px;
    }
}

#single_map {
    min-height: 550px;
}

@media screen and (max-width: 768px) {
    #single_map {
        min-height: auto;
    }
}

.search_title {
    /*text-transform : lowercase;*/
}

.search_block {
    background: transparent !important;
    padding: 15px 15px !important;
    padding-left: 0 !important;
    margin-left: 25px !important;
}

.search_info {
    margin-left: 0px !important;
}

.page_search .search_main_title {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.page_search .page-headline {
    border-top: 1px solid #ccc;
}

.page_search .search_main_title {
    border-top: none;
}

.personalArea-column__icon {
    margin-top: -6px !important;
}

.personalArea-column .label-cbx > span {
    margin-left: 10px;
}

.theme_account_pages {
    display: block !important;
}

.theme_account_pages .woocommerce {
    display: flex;
    flex-wrap: wrap;
    /*margin-right: -15px;*/
    /*margin-left: -15px;*/
}

.theme_account_link {
    color: #ef7d1b;
    font-size: 13px;
    padding-top: 10px;
    text-decoration: underline;
    margin-bottom: 15px;
    display: block;
}

.theme_account_address_block {
    max-width: 270px;
    width: 100%;
    padding: 16px 33px 25px;
    background: #f9f9f9;
    border-radius: 5px;
    font-size: .9rem;
    line-height: 17px;
}

/*
.personalArea-column .label-cbx .checkbox svg path
 */

.woocommerce-EditAccountForm {
}

.woocommerce-EditAccountForm .input-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    margin-top: 12px;
    padding: 0 12px;
    background: #F4F4F4;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    line-height: 15px;
    text-align: left;
    color: #5A5A5A;
}

/*
 * Orders in my account
 */

.orders-title {
    font-size: 1.3rem;
    margin-bottom: 20px
}

.orders-from {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.orders-from__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px;
    width: 100%;
    height: 50px;
    background: #f9f9f9;
    border-radius: 5px;
    margin-bottom: 6px
}

.orders-from__date {
    font-size: 1.3rem;
    line-height: 24px;
    color: #046F69;
}

.orders-from .btn {
    height: 35px;
    width: 175px
}

.orders-from__blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 29px 40px 0;
    margin-bottom: 5px;
    background: #f9f9f9;
    border-radius: 5px
}

.orders-from__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 50px;
    width: 100%
}

.orders-from__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    width: 100%
}

.orders-from__name {
    max-width: 260px;
    width: 100%;
    text-align: left
}

.orders-from__name span {
    display: block;
    font-size: 14px;
    line-height: 17px;
    padding-top: 5px;
}

.orders-from__price {
    max-width: 50px;
    width: 100%;
    text-align: center
}

.orders-from__col {
    max-width: 100px;
    width: 100%;
    text-align: center
}

.orders-from__sum {
    max-width: 60px;
    width: 100%;
    text-align: center
}

.orders-from__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #e7e7e7;
    width: 100%
}

.orders-from__product:last-child {
    border: none
}

.orders-from__product .orders-from__col, .orders-from__product .orders-from__price, .orders-from__product .orders-from__sum {
    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
}

.orders-from__product .orders-from__col span, .orders-from__product .orders-from__price span, .orders-from__product .orders-from__sum span {
    display: none
}

.orders-from__result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 40px;
    background: #f9f9f9;
    border-radius: 5px;
    /*font-family: CynthoSemiBold;*/
    font-size: 20px;
    line-height: 24px;
    color: #383838
}

.sidebar--personalArea ul {
    margin: 0;
    padding-right: 25px;
}

.sidebar--personalArea ul li a {
    padding: 15px 20px 15px 20px;
}

.medcenter_row_block a:hover, .medcenter_row_block a:focus, s.medcenter_row_block a:active {
    color: #fff;
}

.medcenter_row_block .base-block__title {
    padding-bottom: 25px;
}

.medcenter_row_block .base-block__address {
    padding-top: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #2F2F2F;
    text-align: left;
}

.title_link:hover .base-block__address {
    color: #2F2F2F;
}

#warning_mess {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background: #096f69;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    z-index: 9999999;
}

#close-warning {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

#close-warning svg {
    width: 25px;
    height: 25px;
}

#close-warning:hover svg path {
    stroke: #fff;
    transition: all .15s ease-in-out;
}

#warning-icon svg {
    fill: #ef7d1b;
    width: 35px;
    height: 35px;
}

#warning-icon {
    position: absolute;
    left: 0;
    top: -5px;
}

.warning_text {
    position: relative;
}

#warning-text-inner {
    margin: 0 45px 0 55px;
    font-size: 16px;
    display: inline-block;
}

.woocommerce-notices-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin: 0;
}

p.cart-empty.woocommerce-info {
    display: none;
}

.map_list_close {
    position: absolute;
    right: -40px;
    width: 40px;
    height: 40px;
    background: #096f69;
    padding: 10px;
    top: 0;
    cursor: pointer;
}

.map_list_close:hover {
    background: #ef7d1b;
    transition: all .15s ease-in-out;
}

.map_list_title {
    font-size: 16px;
    font-weight: 700;
    color: #0d6f69;
    margin-bottom: 10px;
}

#map_list {
    float: left;
    width: 100%;
    max-width: 280px;
    position: absolute;
    left: 0px;
    background: #fff;
    padding: 20px 25px 25px;
    box-shadow: 5px 5px 10px -10px black;
    transition: all .35s ease-in-out;
    display: none;
}

#map_list.opened {
    display: inline-block;
}

.address-picker__main {
    box-shadow: 5px 0px 10px -10px black;
    z-index: 970;
}

.map_list_filter {
    position: absolute;
    right: 0;
    width: 60px;
    height: 60px;
    padding: 15px;
    background: #ef7d1b;
    top: 0;
    transition: all .35s ease-in-out;
    cursor: pointer;
}

.map_list_filter svg {
    width: 30px;
    height: 30px;
    fill: #fff;
    transition: all .35s ease-in-out;
}

.map_list_filter:hover svg {
    fill: #ef7d1b;
}

.map_list_filter:hover {
    background: #e8e8e8;
}

#map_list_filter label {
    font-size: 13px;
    padding-left: 10px;
}

#map_list_filter div {
    margin-bottom: 5px;
}

.woocommerce-checkout #list_filtered li .read_more_link {
    display: none;
}

.schedule-adress.schedule-phones a {
    color: #ef7d1b;
    font-size: 16px;
    margin-right: 10px;
}

.main--schedule .schedule-adress.schedule-phones {
    margin: 0 0 30px;
}

и измени
.main--schedule .page-schedule .schedule-adress {
    font-size: 18px;
    line-height: 22px;
    color: #2F2F2F;
    font-weight: 700;
    width: 100%;
    margin: 20px 0;
}

.schedule-adress.schedule-phones a {
    color: #ef7d1b;
    font-size: 16px;
    margin-right: 10px;
}

.schedule-adress.schedule-phones a:hover {
    color: #434242;
}

.map_baloon_title {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 5px;
}

.map_baloon_link a {
    color: #ef7d1b;
}

.map_baloon_link a:hover {
    color: #434242;
}

#list_filtered li.active span, #list_filtered li.active a, #list_filtered li.active .map_tabs_adress {
    color: #fff;
    transition: none;
}

.map_tabs_adress {
    margin-top: 10px;
}

blockquote {
    padding: 20px 30px 15px;
    background: #e8e8e8;
    margin: 0;
    border-left: 5px solid #096f69;
}

.product-info .out-of-stock {
    padding: 0 20px;
    text-align: center;
}

.page a {
    color: #ef7d1b;
}

.page a:hover {
    color: #000;
}

.products-loop .onsale, .onsale {
    display: none;
}

.product-card__price {
    font-size: 15px !important;
}

.header__info-phone:before {
    content: '';
}

@media screen and (max-width: 540px) {
    .header__info-phone {
        font-size: 0 !important;
        width: 50px;
        height: 42px;
        background: #ef7d1b;
        display: flex !important;
        justify-content: center;
        align-items: center;
        justify-content: center;
    }

    .header__info-phone:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 24px;
        height: 23px;
        background: url(../img/icons/header-file.svg) no-repeat center/contain;
        position: absolute;
    }
}

/* cart gender */

.cart-block .cart_gender_btn_wrapper {
    display: flex;
    margin-top: 35px;
}

.cart-block .cart_gender_btn_wrapper a {
    max-width: 350px;
    padding: 0 50px;
}

.woocommerce form .c_billing_gender_field {
    float: right !important;
}

@media screen and (max-width: 540px) {

    .cart-block .cart_gender_btn_wrapper {
        display: flex;
        margin-top: 20px;
    }

    .cart-block .cart_gender_btn_wrapper a {
        padding: 0 30px;
    }
}

/***************/

.footer_dir_btn {
    /*color: #ff7600!important;*/
    /*font-size: 16px;*/
    /*font-weight: bold;*/

    font-size: 14px !important;
    line-height: 35px !important;
    padding: 0px 16px !important;
    min-height: 24px !important;
    margin-top: 5px !important;

}

.footer_dir_btn:hover {
    text-decoration: none;
}

.modal-director {
}

.modal-director .modal-content__inputs {
    max-width: 100% !important;
}

.modal-director .modal-content__input input {
    width: 100% !important;
}

.modal-director .modal-content__input:last-child {
    margin-right: 0;
}

.modal-director .modal-content__title {
    width: 100%;
    max-width: 100%;
    text-align: center;
}

#map_list {
    left: 100%;
    top: 0;
}

#map_tabs {
    max-height: 550px;
    overflow-y: auto;
}

@media (max-width: 526px) {
    #map_list {
        left: 0;
        top: 60px;
        z-index: 99;
    }

    .map_list_close {
        right: 0;
    }
}

.map_baloon_block {
    max-height: 200px;
    overflow-y: auto;

    max-height: calc(100% - 40px);
    /*max-height: 100%;*/
    /*overflow-x: scroll;*/
    padding: 0;
    width: 100%;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    overflow: hidden;
}

.map_baloon_block .b_slider {
    opacity: 0;
    height: 1px;
}

.map_baloon_block .slick-initialized {
    opacity: 1;
    height: auto;
}

.map_baloon_block {
    height: 160px;
    min-height: auto;
}

.address-picker__list {
}

.address-picker__list a, .address-picker__list a:hover, .address-picker__list:hover a {
    text-decoration: none;
}

#list_filtered li a {
    text-decoration: none;
}

.address-picker__list .list_el_title {
    display: none !important;
}

#list_filtered .address-picker__list .list_el_title, .address-picker__list .list_el_adress {
    color: #000000;
    /*font-family: Roboto;*/
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    display: block;
    width: 100%;

    font-size: 14px;
    line-height: 15px;
}

.address-picker__list .list_el_phones {
    margin-top: 10px;
}

.address-picker__list .list_el_phones, .address-picker__list .list_el_phones span {
    /*font-family: Roboto;*/
    font-style: normal;
    font-weight: normal;
    /*font-size: 16px!important;*/
    /*line-height: 18px;*/
    color: #000000;

    font-size: 14px;
    line-height: 15px;
}

.address-picker__list li {
    border: 2px solid transparent;
    transition: all .3s linear;
}

.address-picker__list li:hover {
    border: 2px solid #041e42;
}

#list_filtered .goto {
    z-index: 555;
    display: inline-block;
    width: 100%;
    height: 100%;
}

#list_filtered li:hover {
    background-color: #F3F2FF;
    border-color: transparent;
}

/* Map baloon Block */
.map_baloon_block {
    padding-left: 10px;
    /*margin-top: 17px;*/
    padding-right: 10px;
}

.map_baloon_block .map_baloon_title,
.map_baloon_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 17px;
    margin-left: 10px;
    /*margin-bottom: 11px;*/
}

ymaps[class$=map] ymaps[class*=balloon_layout] {
    box-sizing: content-box;
    outline: none;
    border: transparent;
    border-radius: 20px;
}

ymaps[class$=map] ymaps[class*=balloon__layout] {
    box-sizing: content-box;
    outline: none;
    border: transparent;
    border-radius: 20px;
}

.baloon_phones {
    margin-bottom: 14px;
}

.baloon_phones, .baloon_important {
    font-size: 14px;
    line-height: 18px;
}

.baloon_phones h3 {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 3px;
    /*font-family: Roboto;*/
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 14px;
    color: #898989;
    font-size: 14px;
    line-height: 18px;
}

.baloon_times h3, .baloon_adress h3, .baloon_important h3 {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 3px;
    margin-top: 0;
    /*font-family: Roboto;*/
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 1.2;
    color: #898989;
    font-size: 14px;
    line-height: 15px;
}

.baloon_adress h3 {
    /*margin-top: 12px;*/
    /*margin-top: 8px;*/
    margin-top: 3px;
}

.baloon_times {
    line-height: 18px;
}

.baloon_times span, .baloon_adress span, .map_baloon_link .baloon_adress span, .baloon_important span {
    margin-right: 5px;
    font-size: 14px;
    line-height: 18px;
}

/* #map .ymaps-2-1-78-balloon__content {
  min-width: 360px;
  height: 100%;
  min-height: 330px;
} */

#map ymaps[class*=balloon__content] {
    padding: 10px 15px 30px;
}

#map ymaps[class*=copyrights-pane] {
    display: none;
}


#map ymaps[class*=balloon__close-button] {
    margin-right: 10px;
    margin-top: 5px;
}

#map .ymaps-2-1-78-balloon__close+.ymaps-2-1-78-balloon__content {
    margin-right: 25px;
}

.b_slider {
    margin-bottom: 7px;
    margin-left: -5px;
    margin-right: -5px;
}

.b_slider .slick-slide img {
    border-radius: 10px;
    /*padding: 6px;*/
    padding: 0;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(219, 219, 219, 1);
    -moz-box-shadow: 0px 4px 4px 0px rgba(219, 219, 219, 1);
    box-shadow: 0px 4px 4px 0px rgba(219, 219, 219, 1);
}

.b_slider .slick-slide img {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 10px;
    margin-bottom: 4px;
}

.map_baloon_link {
    margin-bottom: 14px;
}

.slick-arrow:hover, .slick-arrow:active {
    border-color: transparent;
    cursor: pointer;
}

.slick-next {
    position: absolute;
    /*top: 40%;*/
    top: 50%;
    /*transform: translateY(-50%);*/
    right: 9px;
    width: 23px;
    height: 23px;
    text-align: center;
    font-size: 0;
    border-radius: 50%;
    background: #041e42;
    border-color: transparent;

    transform: translateY(-73%);
}

.slick-prev {
    position: absolute;
    /*top: 40%;*/
    top: 50%;
    /*transform: translateY(-50%);*/
    left: 9px;
    width: 23px;
    height: 23px;
    text-align: center;
    font-size: 0;
    z-index: 9;
    border-radius: 50%;
    background: #041e42;
    border-color: transparent;

    transform: translateY(-73%);
}

.slick-prev svg, .slick-next svg {
    fill: #fff;
    width: 12px;
    stroke: 7px;
    transform: rotate(180deg);
}

.slick-next svg {
    transform: rotate(0deg);
}

.map_baloon_block::-webkit-scrollbar {
    width: 12px !important;
    height: 12px !important;
}

/*.map_baloon_block::-webkit-scrollbar-button {*/
/*width: 12px!important;*/
/*height: 12px!important;*/
/*}*/
.map_baloon_block::-webkit-scrollbar-thumb {
    background: #aaa6a6 !important;
    /*border: 0px none #ffffff;*/
    border-radius: 5px !important;
}

/*.map_baloon_block::-webkit-scrollbar-thumb:hover {*/
/*!*background: #aaa6a6;*!*/
/*}*/
.map_baloon_block::-webkit-scrollbar-thumb:active {
    /*background: #000000;*/
}

.map_baloon_block::-webkit-scrollbar-track {
    background: #EBEBEB !important;
    /*border: 0px none #ffffff;*/
    border-radius: 5px !important;
    height: 100% !important;

}

.map_baloon_block::-webkit-scrollbar-track:hover {
    /*background: #666666;*/
}

.map_baloon_block::-webkit-scrollbar-track:active {
    /*background: #333333;*/
}

.map_baloon_block::-webkit-scrollbar-corner {
    background: transparent !important;
}

ymaps[id^="id_"] {
    overflow: visible !important;
}

.address-picker__main {
    background: #fff;
}

a[data-fancybox="gallery"] {
    position: relative;
    display: inline-block;
    /* border-radius: 10px; */
    padding: 6px;
    padding-top: 0;
    padding-bottom: 0;
    /* border-radius: 10px;*/
}

a[data-fancybox="gallery"]:before {
    content: " ";
    display: inline-block;
    position: absolute;
    width: calc(100% - 12px);
    height: 100%;
    max-width: 113px;
    background: rgb(255 255 255 / 58%);
    opacity: 0;
    transition: all .3s linear;
    border-radius: 10px;
    border: 1px solid transparent;
}

a[data-fancybox="gallery"]:after {
    content: " ";
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 17.5px;
    /* max-width: 113px; */
    /*background: rgb(255 255 255 / 58%);*/
    top: calc(50% - 7px);
    left: calc(50% - 12.5px);
    background-image: url(inc/coolicon.svg);
    opacity: 0;
    transition: all .3s linear;

    top: calc(50% - 11px);
}

a[data-fancybox="gallery"]:hover:after,
a[data-fancybox="gallery"]:hover:before {
    opacity: 1;
}

#list_filtered .active_element {
    border: 2px solid #041e42;
    pointer-events: none;
}

.map_baloon_block {
/*     font-family: Roboto !important; */
}

.baloon_important {
/*     font-family: Roboto !important; */
    font-size: 14px;
    line-height: 15px;
}

.map_baloon_title {
/*     font-family: Roboto !important; */
    margin-bottom: 20px;
}


.slick-arrow:hover, .slick-arrow:active {
    outline: none;
    border: none;
}


.b_slider .slick-disabled {
    display: none!important;
}

.page-headline {
	margin-top: 0;
}
.page-headline__title {
	font-size: 30px;
    font-size: 25.5px;
    line-height: 1.2;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 700;
    text-transform: none;
    margin: 0 0 20px 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 700;
    color: #041e42;
    text-transform: none;
    letter-spacing: 0;
    font-style: normal;
	margin: 0;
    margin-top: 10px;
}

@media screen and (max-width: 540px) {
     .address-picker__main {
         max-width: 80%;
         position: absolute;
         min-height: 500px;
         max-height: 500px;
         overflow-y: scroll;
     }
    #list_filtered li {
        max-width: 100%;
    }

}



/********************************/

.address-picker__list .list_el_title_show {
	 display: block!important;
    width: 100%;
    margin-bottom: 10px;
    color: #000000;
/*     font-family: Roboto; */
    font-style: normal;
    font-size: 18px;
    line-height: 18px;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 15px;
    font-weight: bold;
}

.baloon_adress {
	margin-bottom: 14px;
}

.baloon_times h3, .baloon_adress h3, .baloon_important h3, .baloon_phones h3 {
	display: inline-block;
    width: 100%;
}

.baloon_times span , .baloon_phones span  {
	    width: 100%;
    display: inline-block;
}

.map_baloon_title {
	margin-bottom: 10px;
}

.map_baloon_title .baloon_important {
    font-weight: normal;
    margin-top: 10px;
}

.map_baloon_title .baloon_important h3 {
     display: none;
}

.map_baloon_link .baloon_important {
    margin-bottom: 10px;
}

.map_baloon_link .baloon_important h3 {
	display: none;
}
.baloon_adress {
    margin-bottom: 10px;
}

@media screen and (max-width: 526px) {
    ymaps[class$=map] ymaps[class*=balloon__layout] {
       max-width: 350px;
    }

    ymaps[class$=map] ymaps[class*=balloon_layout] {
        max-width: 400px;
    }
}

