:root {
    --color-black: #333333;
    --color-red: #ca3b3b;
    --color-red2: #ba2f2f;
    --color-accent: #d7664a;
    --color-accent-hover: #c35236;
    --color-accent2: #C28E38;
    --color-accent3: #4b291d;
    --color-accent2-hover: #b78b5f;
    --color-white: #ffffff;
    --color-link: #258dc9;
    --color-link2: #1a79af;
    --color-gray: #c9c9c9;
    --color-light-gray: #d1d8de;
    --color-vk: #0077ff;
    --color-youtube: #FE0303;
    --color-ok: #EE8208;
    --color-telegram: #229ED9;
    --color-dark-blue: #4f5960;
    --color-yellow: #d6bf56;
    --color-green: #7ba955;
    --color-brown: #b37c42;

}
* { outline: none;}
*,
*::before,
*::after {
box-sizing: border-box;
}
.clr,.clear{clear:both;}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
margin: 0;
font-family: 'Roboto', 'Ubuntu', 'Open Sans',Arial,"Noto Sans",sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 1.5em;
color: #333;
text-align: left;
background-color: #fff;
overflow-x: hidden;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {
margin-top: 0;
margin-bottom: 8px;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: .5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: 700;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -.25em;
}
sup {
top: -.5em;
}
a {
color: var(--color-link);
text-decoration: underline;
background-color: transparent;
}
a:hover {
color: var(--color-link2);
text-decoration: none;
}
a:not([href]):not([class]) {
color: inherit;
text-decoration: none;
}
a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
max-width: 100%;
}
svg {
overflow: hidden;
vertical-align: middle;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
}
button {
border-radius: 0;
}
button:focus {
outline: 0px dotted;
outline: 0px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button{outline:0;}
button,
select {
text-transform: none;
}
[role="button"] {
cursor: pointer;
}
select {
word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
box-sizing: border-box;
padding: 0;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: 15px;
font-weight: 300;
line-height: 1.2;
}
h1, .h1 {font-size: 36px;}
h2, .h2 {font-size: 32px;}
h3, .h3 {font-size: 30px;}
h4, .h4 {font-size: 28px;}
h5, .h5 {font-size: 26px;}
h6, .h6 {font-size: 22px;}
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
font-size: 80%;
font-weight: 400;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
}
.list-inline-item {
display: inline-block;
}
.list-inline-item:not(:last-child) {
margin-right: 0.5rem;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.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-sm, .container-md {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container, .container-sm, .container-md, .container-lg {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container, .container-sm, .container-md, .container-lg, .container-xl {
max-width: 1600px;
}
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 768px) {
.col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
.table {
width: 100%;
margin-bottom: 1rem;
color: #212529;
}
.table th,
.table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
padding: 0.3rem;
}
.table-bordered {
border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
color: #212529;
background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
border-color: #7abaff;
}
.table-hover .table-primary:hover {
background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
background-color: #9fcdff;
}
.form-control {
    display: block;
    width: 100%;
    height: 66px;
    padding: 15px 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 6px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control {
transition: none;
}
}
.form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.form-control:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #495057;
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-moz-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
background-color: #e9ecef;
opacity: 1;
}
textarea.form-control {
height: auto;
}
.form-group {
margin-bottom: 1rem;
}
.btn {
display: inline-block;
text-decoration: none;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0px 15px;
    line-height: 44px;
    border-radius: 2px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-lg{
    line-height: 60px;
    padding: 0px 30px;
}
@media (prefers-reduced-motion: reduce) {
.btn {
transition: none;
}
}
.btn:hover {
color: #212529;
text-decoration: none;
}
.btn:focus, .btn.focus {
outline: 0;
box-shadow: 0 0 0 0;
}
.btn.disabled, .btn:disabled {
opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none;
}
.btn-primary {
color: var(--color-white);
    background-color: var(--color-accent2);
}
.btn-primary:hover {
    color: var(--color-white);
    background-color: var(--color-accent2-hover);
}
.btn-primary:focus, .btn-primary.focus {
color: #fff;
box-shadow: 0 0 0 ;
}

.btn-default {
color: var(--color-white);
background-color: var(--color-accent);
}
.btn-default:hover {
color: var(--color-white);
background-color: var(--color-accent-hover);
}
.btn-default:focus, .btn-default.focus {
color: #fff;
background-color: #2e8269;
}
.btn-info{
border: 1px solid var(--color-black);
    color: var(--color-black);
    text-decoration: none;
    font-weight: 200;
}
.btn-info:hover{
    background-color: var(--color-black);
    color:var(--color-white);
}
.btn-primary.disabled, .btn-primary:disabled {
color: #fff;
background-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #0062cc;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-sm, .btn-group-sm > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
.fade {
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
.fade {
transition: none;
}
}
.fade:not(.show) {
opacity: 0;
}
.collapse:not(.show) {
display: none;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.collapsing {
transition: none;
}
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
}
nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-link {
display: block;
padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
text-decoration: none;
}
.nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default;
}
.nav-tabs {
border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
margin-bottom: -1px;
}
.nav-tabs .nav-link {
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.nav-pills .nav-link {
border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #007bff;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.navbar {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
}
.navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
text-decoration: none;
}
.navbar-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
.navbar-nav .dropdown-menu {
position: static;
float: none;
}
.navbar-text {
display: inline-block;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-align: center;
align-items: center;
}
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
text-decoration: none;
}
.breadcrumb {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0.75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #e9ecef;
border-radius: 0.25rem;
}
.breadcrumb-item {
display: -ms-flexbox;
display: flex;
}
.breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
display: inline-block;
padding-right: 0.5rem;
color: #6c757d;
content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: none;
}
.breadcrumb-item.active {
color: #6c757d;
}
.pagination {
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
border-radius: 0.25rem;
}
.page-link {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
color: #007bff;
background-color: #fff;
border: 1px solid #dee2e6;
}
.page-link:hover {
z-index: 2;
color: #0056b3;
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6;
}
.page-link:focus {
z-index: 3;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
z-index: 3;
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6;
}
.alert {
position: relative;
    padding: 10px 25px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-link {
font-weight: 700;
}
.alert-dismissible {
padding-right: 4rem;
}
.alert-dismissible .close {
position: absolute;
top: 0;
right: 0;
padding: 0.75rem 1.25rem;
color: inherit;
}
.alert-primary {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff;
}
.alert-primary .alert-link {
}
.alert-success {
background-color: #d4edda;
border-color: #c3e6cb;
}
.alert-info {
background-color: #d1ecf1;
border-color: #bee5eb;
}
.alert-info .alert-link {
}
.alert-warning {
background-color: #fff3cd;
border-color: #ffeeba;
}
.alert-danger {
background-color: #f8d7da;
border-color: #f5c6cb;
}
.modal-open {
overflow: hidden;
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;
}
.modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none;
}
.modal.fade .modal-dialog {
transition: -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
-webkit-transform: translate(0, -50px);
transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
transition: none;
}
}
.modal.show .modal-dialog {
-webkit-transform: none;
transform: none;
}
.modal.modal-static .modal-dialog {
-webkit-transform: scale(1.02);
transform: scale(1.02);
}
.modal-dialog-scrollable {
display: -ms-flexbox;
display: flex;
max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 1rem);
overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
-ms-flex-negative: 0;
flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
overflow-y: auto;
}
.modal-dialog-centered {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
display: block;
height: calc(100vh - 1rem);
height: -webkit-min-content;
height: -moz-min-content;
height: min-content;
content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
content: none;
}
.modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.show {
opacity: 0.5;
}
.modal-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #dee2e6;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    background: transparent;
    border: 0;
}
.modal-title {
margin-bottom: 0;
line-height: 1.5;
}
.modal-body {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 30px;
}
.modal-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 0.75rem;
border-top: 1px solid #dee2e6;
border-bottom-right-radius: calc(0.3rem - 1px);
border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
margin: 0.25rem;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto;
}
.modal-dialog-scrollable {
max-height: calc(100% - 3.5rem);
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 3.5rem);
}
.modal-dialog-centered {
min-height: calc(100% - 3.5rem);
}
.modal-dialog-centered::before {
height: calc(100vh - 3.5rem);
height: -webkit-min-content;
height: -moz-min-content;
height: min-content;
}
.modal-sm {
max-width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg,
.modal-xl {
max-width: 1200px;
}
}
@media (min-width: 1200px) {
.modal-xl {
max-width: 1140px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
opacity: 0;
}
.tooltip.show {
opacity: 0.9;
}
.tooltip .arrow {
position: absolute;
display: block;
width: 0.8rem;
height: 0.4rem;
}
.tooltip .arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
top: 0;
border-width: 0.4rem 0.4rem 0;
border-top-color: #000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
left: 0;
width: 0.4rem;
height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
right: 0;
border-width: 0.4rem 0.4rem 0.4rem 0;
border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
bottom: 0;
border-width: 0 0.4rem 0.4rem;
border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
right: 0;
width: 0.4rem;
height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
left: 0;
border-width: 0.4rem 0 0.4rem 0.4rem;
border-left-color: #000;
}
.tooltip-inner {
max-width: 300px;
padding: 0.25rem 0.5rem;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 0.25rem;
    padding: 20px;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before{border-top-color: #1f8edc;}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before{border-bottom-color: #1f8edc;}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before{border-left-color: #1f8edc;}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before{border-right-color: #1f8edc;}
.custom-tooltip .tooltip-inner{
background: #fff;
    color: #333;
    box-shadow: 0px 0px 60px rgb(0 0 0 / 25%);
    border: 0px solid #ddd;
}
.tooltip.show {opacity: 1;}
.custom-tooltip.bs-tooltip-top .arrow::before{border-top-color:#fff;}
.custom-tooltip.bs-tooltip-bottom  .arrow::before{border-bottom-color: #fff;}
.custom-tooltip.bs-tooltip-left  .arrow::before{border-left-color: #fff;}
.custom-tooltip.bs-tooltip-right  .arrow::before{border-right-color: #fff;}
.clearfix::after {
display: block;
clear: both;
content: "";
}
.d-flex {
display: -ms-flexbox ;
display: flex ;
}
.flex-row {
-ms-flex-direction: row ;
flex-direction: row ;
}
.flex-column {
-ms-flex-direction: column ;
flex-direction: column ;
}
.flex-row-reverse {
-ms-flex-direction: row-reverse ;
flex-direction: row-reverse ;
}
.flex-column-reverse {
-ms-flex-direction: column-reverse ;
flex-direction: column-reverse ;
}
.flex-wrap {
-ms-flex-wrap: wrap ;
flex-wrap: wrap ;
}
.flex-nowrap {
-ms-flex-wrap: nowrap ;
flex-wrap: nowrap ;
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse ;
flex-wrap: wrap-reverse ;
}
.justify-content-start {
-ms-flex-pack: start ;
justify-content: flex-start ;
}
.justify-content-end {
-ms-flex-pack: end ;
justify-content: flex-end ;
}
.justify-content-center {
-ms-flex-pack: center ;
justify-content: center ;
}
.justify-content-between {
-ms-flex-pack: justify ;
justify-content: space-between ;
}
.align-items-start {
-ms-flex-align: start ;
align-items: flex-start ;
}
.align-items-end {
-ms-flex-align: end ;
align-items: flex-end ;
}
.align-items-center {
-ms-flex-align: center ;
align-items: center ;
}
.align-content-start {
-ms-flex-line-pack: start ;
align-content: flex-start ;
}
.align-content-end {
-ms-flex-line-pack: end ;
align-content: flex-end ;
}
.align-content-center {
-ms-flex-line-pack: center ;
align-content: center ;
}
.align-content-between {
-ms-flex-line-pack: justify ;
align-content: space-between ;
}
.text-left {
text-align: left ;
}
.text-right {
text-align: right ;
}
.text-center {
text-align: center ;
}
.text-uppercase {
text-transform: uppercase ;
}
/*datetimepicker theme*/
.ui-datepicker{
  width: 20em !important;
  z-index: 9999 !important;
      border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}
.ui-widget-header {
    border: 0px solid #dddddd !important;
    background: #f1f1f1 !important;
    color: #333333;
    font-weight: bold;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
    position: relative;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 12px;
    width: 16px;
    height: 16px;
}
.ui-datepicker .ui-datepicker-next {
    right: 10px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 10px;
}
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}

.ui-widget-header .ui-icon {
    background-image: url(../images/ui-icons_444444_256x240.png);
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    border: 0px;
    padding: 8px;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
        opacity: 1;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #1fc132 !important;
}
.ui-datepicker td a.ui-state-default:hover{}
.ui-datepicker td .ui-state-hover  { background: #efefef; }
.ui-datepicker-unselectable.ui-state-disabled .ui-state-default{color: #c4c4c4;;}
.ui-datepicker-unselectable.ui-state-disabled .ui-state-default:after{
width: 46px;
    height: 38px;
    position: absolute;
    left: 0;
    top: 0;
    content: ' ';
    pointer-events: none;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/disabled.svg');
    opacity: .2;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #666;
    font-weight: bold !important;
    color: #fff !important;
}
.ui-datepicker td span, .ui-datepicker td a{
  text-align: center !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 10px 0 !important;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
  top:88% !important;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    font-weight: bold !important;
    text-align: center;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    background: #a2c677;
    color: #fff;
}
.ui-state-default.ui-state-hover{}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .55;
    filter: Alpha(Opacity=55);
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%;
    height: 36px;
}
.ui-datepicker td.ui-state-range .ui-state-default {
    color: #fff;
    background: #1e90ff;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}


@font-face {
    font-family: 'Good Vibes';
    src: url('../webfonts/good_vibes_pro.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Noah';
    src: local('Noah Regular Italic'), local('Noah-RegularItalic'), url('../webfonts/noah/400i.woff2') format('woff2'), url('../webfonts/noah/400i.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Noah';
    src: local('Noah Regular'), local('Noah-Regular'), url('../webfonts/noah/400.woff2') format('woff2'), url('../webfonts/noah/400.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Noah';
    src: local('Noah Bold Italic'), local('Noah-BoldItalic'), url('../webfonts/noah/700i.woff2') format('woff2'), url('../webfonts/noah/700i.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Noah';
    src: local('Noah Bold'), local('Noah-Bold'), url('../webfonts/noah/700.woff2') format('woff2'), url('../webfonts/noah/700.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Alexander';
    src: url("../webfonts/alexander/Alexander.eot");
    src: local('Alexander'), url('../webfonts/alexander/alexander.woff2') format('woff2'), url('../webfonts/alexander/alexander.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Rosamundaone';
    src: url("../webfonts/rosamunda-one/rosamundaone_normal.eot");
    src: local('Rosamundaone'), url('../webfonts/rosamunda-one/rosamundaone_normal.woff2') format('woff2'), url('../webfonts/rosamunda-one/rosamundaone_normal.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../webfonts/icomoon/icomoon.eot?8wyk0b');
  src:  url('../webfonts/icomoon/icomoon.eot?8wyk0b#iefix') format('embedded-opentype'),
    url('../webfonts/icomoon/icomoon.ttf?8wyk0b') format('truetype'),
    url('../webfonts/icomoon/icomoon.woff?8wyk0b') format('woff'),
    url('../webfonts/icomoon/icomoon.svg?8wyk0b#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
  font-display: swap;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 .icon-play:before {
  content: "\e93f";
}
.icon-camera:before {
  content: "\e93e";
}
.icon-star:before {
  content: "\e93c";
}
.icon-check-circle:before {
  content: "\e939";
}
.icon-zoom_out_map:before {
  content: "\e927";
}
.icon-phone:before {
  content: "\e923";
}
.icon-bell:before {
  content: "\e920";
}
.icon-sort:before {
  content: "\e903";
}
.icon-trash-2:before {
  content: "\e904";
}
.icon-log-out:before {
  content: "\e91d";
}
.icon-log-in:before {
  content: "\e91e";
}
.icon-search:before {
  content: "\e905";
}
.icon-user:before {
  content: "\e906";
}
.icon-cart:before {
  content: "\e907";
}
.icon-arrow-up:before {
  content: "\e908";
}
.icon-arrow-right:before {
  content: "\e909";
}
.icon-arrow-left:before {
  content: "\e90a";
}
.icon-arrow-down:before {
  content: "\e90b";
}
.icon-chevron-right:before {
  content: "\e90c";
}
.icon-chevrons-up:before {
  content: "\e90d";
}
.icon-chevrons-right:before {
  content: "\e90e";
}
.icon-chevrons-left:before {
  content: "\e90f";
}
.icon-chevrons-down:before {
  content: "\e910";
}
.icon-chevron-right1:before {
  content: "\e911";
}
.icon-chevron-left:before {
  content: "\e912";
}
.icon-chevron-down:before {
  content: "\e913";
}
.icon-chevron-up:before {
  content: "\e914";
}
.icon-minus:before {
  content: "\e915";
}
.icon-plus:before {
  content: "\e916";
}
.icon-eye:before {
  content: "\e918";
}
.icon-file-pdf:before {
  content: "\e931";
}
.icon-file-excel:before {
  content: "\e92b";
}
.icon-file:before {
  content: "\e92b";
}
.icon-file-format:before {
  content: "\e92b";
}
.icon-xlc:before {
  content: "\e92b";
}
.icon-file-word:before {
  content: "\e92c";
}
.icon-file1:before {
  content: "\e92c";
}
.icon-file-format1:before {
  content: "\e92c";
}
.icon-word:before {
  content: "\e92c";
}
.icon-docx:before {
  content: "\e92c";
}
.icon-image:before {
  content: "\e928";
}
.icon-instagram:before {
  content: "\e925";
}
.icon-file-pdf1:before {
  content: "\e932";
}
.icon-file-pdf2:before {
  content: "\e933";
}
.icon-file-xls:before {
  content: "\e92d";
}
.icon-file-xls1:before {
  content: "\e92e";
}
.icon-calendar:before {
  content: "\e921";
}
.icon-odnoklassniki:before {
  content: "\e93d";
}
.icon-check-square-o:before {
  content: "\e93a";
}
.icon-caret-right:before {
  content: "\e934";
}
.icon-caret-left:before {
  content: "\e935";
}
.icon-caret-up:before {
  content: "\e936";
}
.icon-caret-down:before {
  content: "\e937";
}
.icon-calculator:before {
  content: "\e92f";
}
.icon-phone1:before {
  content: "\e924";
}
.icon-vk:before {
  content: "\e919";
}
.icon-calculator1:before {
  content: "\e930";
}
.icon-star-full:before {
  content: "\e93b";
}
.icon-checkmark:before {
  content: "\e938";
}
.icon-envelope:before {
  content: "\e92a";
}
.icon-location:before {
  content: "\e929";
}
.icon-heart-outlined:before {
  content: "\e900";
}
.icon-close:before {
  content: "\e901";
}
.icon-info:before {
  content: "\e902";
}
.icon-youtube:before {
  content: "\e926";
  color: #f00;
}
.icon-viber:before {
  content: "\e922";
}
.icon-yandex:before {
  content: "\e91f";
}
.icon-gmail:before {
  content: "\e917";
}
.icon-whatsapp:before {
  content: "\e91a";
}
.icon-twitter:before {
  content: "\e91b";
}
.icon-telegram:before {
  content: "\e91c";
}

.main_slider_wrapper .slider-dots .slick-dots .slick-active span:before{
    display: inline-block;
    content: '';
    width: auto;
    height: auto;
}
.main_slider_wrapper .slider-dots .slick-dots .slick-active span:after{
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    background: var(--color-accent);
    -webkit-animation: pulse 1.5s infinite;
}

#wpadminbar{top:inherit; bottom: 0;}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
      box-shadow: 0 0 0 10px rgba(255,255,255, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
      box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
.mb-0{margin-bottom: 0px;}
.mb-10{margin-bottom: 10px;}
.mb-15{margin-bottom: 15px;}
.mb-20{margin-bottom: 20px;}
.mt-30{margin-top: 30px;}
.mb-30{margin-bottom: 30px;}
.mt-50{margin-top: 50px;}
.mb-50{margin-bottom: 50px;}
.slow {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
.side-nav-overlay{
    background: rgba(0,0,0,.8);
    display: none;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    cursor: pointer;
        -webkit-transition: all .6s cubic-bezier(.645,.045,.355,1);
    transition: all .6s cubic-bezier(.645,.045,.355,1);
}
.nav-open .side-nav-overlay {
    display: block;
}
.nav-open body{overflow: hidden;}
.module{margin-bottom: 30px;}
/*header*/
.index #sticky-sticky-wrapper{
    position: absolute;
    width: 100%;
    left:0;
    top:0;
    z-index: 99;
}
header{
padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
    z-index: 9 !important;
    background: transparent;
}
.inner header .container{}
.inner header .container:after{
display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: var(--color-accent2);
    margin-top: 15px;
    transition: all 250ms linear;
}
.inner.promo_page  header .container:after{background: rgba(255,255,255,.3);}
.inner #sticky-sticky-wrapper{height: 156px !important; }
.inner .is-sticky header .container:after{background: transparent; margin-top: 0;}
.inner.promo_page #sticky-sticky-wrapper{
    position: absolute;
    width: 100%;
    z-index: 99;
}
.header-side .container:after{
    display: inline-block;
    content: '';
    width: 0;
    height: 1px;
    background: var(--color-light-gray);
    -webkit-transition: all .6s cubic-bezier(.645,.045,.355,1);
    transition: all .6s cubic-bezier(.645,.045,.355,1);
}
.nav-open .header-side .container:after{
width: 100%;
}
.promo_page .is-sticky header:before{
display: none;
}
.is-sticky header  {
    box-shadow: 0px 0px 30px rgba(0,0,0,.15);
        background: var(--color-white);
        z-index: 99 !important;
}
.nav-open .is-sticky header{box-shadow: 0 0 0;}
.is-sticky .logo-box svg, .nav-open .header-side .logo-box svg{height: 74px;}
.is-sticky .mobile_btn .hamb_wrapper span{background: var(--color-black)}
.is-sticky .header-col-right .btn-wrapper .btn-info,
.nav-open .header-col-right .btn-wrapper .btn-info{border-color:var(--color-accent2); color:var(--color-black);}
.is-sticky header .phone_wrapper .phone_link{color:var(--color-black);}
.is-sticky header{padding-top: 15px; padding-bottom: 15px;}
.promo_page .is-sticky .logo-box .st1, .nav-open  .logo-box .st1,
header .logo-box .st1, .inner.promo_page .is-sticky header .logo-box .st1{fill:var(--color-accent3);}
.mobile_btn .hamb_wrapper span {
    position: relative;
        width: 100%;
    display: block;
    height: 1px;
    transition: all 250ms linear;
    background: var(--color-white);
}
.inner.promo_page .mobile_btn .hamb_wrapper span{background: var(--color-white);}
.inner.promo_page .mobile_btn .hamb_wrapper:hover span{background: var(--color-accent2);}
.nav-open .mobile_btn .hamb_wrapper span.e{
        top: 50%;
    rotate: -45deg;
}
.nav-open .mobile_btn .hamb_wrapper span.ee{
  transform: translate(-10px, -10px);
    top: 50%;
    rotate: 45deg;
}
.nav-open .mobile_btn .hamb_wrapper span, .nav-open .inner .mobile_btn .hamb_wrapper span{background: var(--color-black)}
.is-sticky header .logo-box-inner{}
.short_menu_inner{
    display: flex;
    gap:0px 20px;
    align-items: center;
}
.logo_wrapper .mobile_btn{display: none;}
.mobile_btn{
display: flex;
height: 24px;
    width: 36px;
    color: var(--color-white);
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    font-weight: 400;
    top: 40px;
}
.inner .mobile_btn .hamb_wrapper span, 
.inner.promo_page .is-sticky .mobile_btn .hamb_wrapper span{background: var(--color-black);}

.mobile_btn:hover .hamb_wrapper span, .inner.promo_page .is-sticky .mobile_btn:hover .hamb_wrapper span{
    background: var(--color-accent2);
}
.mobile_btn .hamb_wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    justify-content: space-between;
}

/*short_menu*/
.short_menu{
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
        align-items: center;
}
.short_menu li{
    padding-left: 10px;
    padding-right: 10px;
}
.short_menu li a{
    color: var(--color-black);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    display: inline-block;
    padding-bottom: 3px;
    font-weight: 400;
    transition: all 500ms linear;
}
.short_menu li a span{
    display: block;
}
.promo_page header{}
.promo_page .short_menu>li>a{color:var(--color-white);}
.short_menu li .sub-menu  a{text-transform: inherit;}
.promo_page .is-sticky .short_menu li a,
.nav-open .short_menu li a{color:var(--color-black);}
.short_menu li>a:hover, .short_menu li.current>a, .promo_page .is-sticky .short_menu li:hover>a,  .nav-open .is-sticky .short_menu li:hover>a{
    color:var(--color-accent2);
}
/*phones_wrapper*/
.phones_wrapper_inner{
display: flex;
}
header .phones_wrapper_inner{
    justify-content: flex-end;
    gap: 0px 30px;
}
header .btn-info{border-color:var(--color-accent2);}
.phones_wrapper .phone_wrapper .note_phone{line-height: 1em;font-size: 15px;}
.phones_wrapper .phone_wrapper{
    display: flex;
    flex-direction: column;
}
.promo_page header .phones_wrapper .phone_wrapper{color:var(--color-white);}
.is-sticky header .phones_wrapper .phone_wrapper{color:var(--color-black);}
.offer_full_page .phone_wrapper.phone2 {flex-direction: row;   gap: 0px 10px;}
footer .phones_wrapper .phone_wrapper.phone2, footer .phones_wrapper .phone_wrapper.phone4, .side-menu-wrapper .phones_wrapper .phone_wrapper.phone2, .side-menu-wrapper .phones_wrapper .phone_wrapper.phone4{flex-direction: row; gap:0px 15px;}
.viber{color:#764e97;}
.whatsapp{color:#3ae35b;}
.telegram{color:#2BA2DE;}
.messenger_wrap a{text-decoration: none; font-size: 15px;}
.phone_wrapper .phone_label, footer .contact_info_wrapper .block .block_label{font-weight: 300;}
.promo_page  .mobile_phone{color: var(--color-white);}
 .promo_page .is-sticky .mobile_phone{color:var(--color-black);}
 .mobile_phone{
    display: none;
    font-size: 22px;
    text-decoration: none;
        color: var(--color-black);
}
header .phone_wrapper .phone_link, .inner.promo_page header .phone_wrapper .phone_link{
    color:var(--color-white);
}

.inner header .phone_wrapper .phone_link, .inner.promo_page .is-sticky header .phone_wrapper .phone_link{color:var(--color-black);}
 
footer .phone_wrapper .phone_link{font-size:16px;}
footer .phone_wrapper .phone_label{font-size: 13px; font-weight: 300;}
.phone_wrapper .phone_link {
    font-size: 18px;
color: var(--color-black);
text-decoration: none;
font-weight: bold;
transition: all 500ms linear;
}
.phone_wrapper .phone_link:hover, .inner header .phone_wrapper .phone_link:hover,
.inner.promo_page .is-sticky header .phone_wrapper .phone_link:hover, .offer_full_page .consultant .phone_wrapper .phone_link:hover{color:var(--color-accent2);}
.promo_page .btn{transition: all 500ms linear;}
.promo_page header .btn-info{
    color:var(--color-white);
    border-color:var(--color-white);
    padding: 0px 30px;
}
header .btn-info:hover{
    background: transparent;
    color:var(--color-accent2);
    border-color: var(--color-accent2);
}
.header-col-right{
display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0px 30px;
}
.header-col-right .btn-wrapper{display: flex;gap:0px 15px;}
/*logo*/
footer .logo-box{margin-bottom: 30px;display: block;}
.logo-box{position: relative;}
.logo-box .slogan{
font-size: 15px;
}
footer .logo-box svg{fill:var(--color-accent2);}
.header_promo .is-sticky .logo-box svg, .promo_page .is-sticky header .logo-box svg{fill:var(--color-accent2);}
.header_promo .logo-box svg, .promo_page header .logo-box svg{fill:var(--color-accent2);}
.logo-box svg, .header-side .logo-box svg{height: 110px; width: auto; transition: all 250ms linear; fill:var(--color-accent2);}
.inner .logo-box svg, .inner .header-side .logo-box svg{height: 90px;}
.inner footer .logo-box svg {height: 110px;}
.logo-box-inner{display: flex;flex-direction: column;align-items: center;}
footer .logo-box-inner{align-items: flex-start;}
a.logo-box{text-decoration: none; color:#333;}
.logo-box .logo{
    height: 110px;
    width: auto;
    transition: .5s ease;
}
.is-sticky .logo-box .logo{
    height: 85px;
}
.promo_page .logo-box .logo-text{color:var(--color-white);}
.logo-box .logo-text{
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 300;
    line-height: 1em;
    text-align: center;
    letter-spacing: 2px;
}
.promo_page .is-sticky .logo-box .logo-text{color:var(--color-black);}
/*slick slider*/
.slick-dots{
display: flex;
    padding: 0;
    margin: 15px 0px 0px;
    justify-content: center;
    list-style-type: none;
}
.slick-dots li{padding-right: 3px; padding-left: 3px;}
.slick-dots li.slick-active button{
    background: #595e68;
    height: 9px;
}
.slick-dots li button{
    text-indent: -9000px;
    border: 0;
    width: 26px;
    transition: all 50ms linear;
    height: 6px;
    line-height: 6px;
    background: #a5948e;
    border-radius: 8px;
    padding: 0;
}
.slick-prev {
    left: 50px;
}
.slick-next {
    right: 50px;
}
.slick-arrow{
    position: absolute;
    border: 0;
    width: 48px;
    height: 48px;
        font-size: 25px;
    line-height: 48px;
    background: #fff;
    border-radius: 50%;
    margin-top: -24px;
    z-index: 8;
    top: 50%;
}
.slick-arrow:hover{
    background: transparent;
    color: var(--color-accent2);
}

/*main_slider*/
.main_slider_wrapper{position: relative;}
.main_slider {
    overflow: hidden;
    color: var(--color-white);
    border-radius: 2px;
    margin-bottom: 60px;

}
.main_slider .slick-arrow{
background: transparent;
    font-size: 30px;
    cursor: pointer;
    font-size: 46px;
    z-index: 99;
    opacity: .8;
    transition: all 250ms linear;
}
.main_slider .slick-arrow:hover{opacity: 1;}
.main_slider .slick-arrow svg{
 fill: var(--color-white);
    height: 25px;
    width: auto;
}
.main_slider .slide{position: relative;}
.main_slider .slide:before{
    display: inline-block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background: rgba(0,0,0,.3);
}
.main_slider .slide:after{
 display: inline-block;
    content: '';
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    background: url(../images/shadow_top.png) repeat-x;
    min-height: 434px;
}
.main_slider img.slide_img{object-fit: cover;}
.main_slider , .main_slider img.slide_img{height: 90vh; width: 100%;}
.main_slider  .slide_content{
    position: absolute;
    width: 100%;
    top: 0px;
    height: 100%;
     z-index: 9; 
     /*padding-bottom: 90px;*/
 }
 .slide_content ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    line-height: 1.7em;
 }
 .main_slider .slide_content .container{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
 }
 .main_slider .slide_content .readmore{margin-top: 30px;}
 .main_slider .slide_content .readmore a{
    text-transform: lowercase;
    font-weight: 300;
    font-size: 24px;
 }
  .main_slider .slide_content .readmore a:hover{
    background: var(--color-white);
    color:var(--color-black);
  }
.main_slider .slide_content .title_slide{
    text-shadow: 0px 0px 30px rgb(0 0 0 / 80%);
    color: #fff;
}
.main_slider .slide_content .title_slide{
    font-size: 50px;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 30px;
    text-align: center;
}
.main_slider .slide_content .text_slide .col-right{padding-left: 120px;}
.main_slider .slide_content .text_slide{
font-size: 24px;
text-shadow: 0px 0px 30px rgba(0,0,0,.3);
}
.main_slider .fint_title, .header_promo .fint_title{
    font-weight: 800;
    font-size: 114px;
    font-style: italic;
    line-height: 1em;
        text-transform: lowercase;
}
.main_slider .fint_title, .header_promo .fint_title {position: relative; text-shadow: none;}
.main_slider .fint_title:after, .header_promo .fint_title:after{
    display: inline-block;
    content: '';
    position: absolute;
    width: 52px;
    right: -15px;
    top: 25px;
    height: 52px;
    z-index: -2;
    border-radius: 50%;
    background: var(--color-accent);
}
.main_slider .sub_title, .header_promo .fint_title_wrapper .title{
font-size: 60px;
    font-weight: 600;
    line-height: 1em;
}
.header_promo .fint_title_wrapper .title{text-align: center;}
.main_slider_wrapper .slider-dots .container{position: relative;}
.main_slider_wrapper .slider-dots{
    position: absolute;
    z-index: 7;
    top: 0;
    right: 7%;
    text-align: right;
    height: 100%;
    display: flex;
    align-items: center;
}
.main_slider_wrapper .slider-dots .dots{}
.main_slider_wrapper .slick-dots{
    display: flex;
    gap:0px 10px;
}
.main_slider_wrapper .slider-dots .slick-dots span{
display: flex;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 90px;
    align-items: center;
    justify-content: center;
    padding: 3px;
    opacity: .5;
transition: all 250ms linear;
}
.main_slider_wrapper .slider-dots .slick-dots span:hover{opacity: .8;}
.main_slider_wrapper .slider-dots .slick-dots .slick-active span{opacity: 1;}
.main_slider_wrapper .slider-dots img{
     width: 25px;
    height: 45px;
    object-fit: cover;
    border-radius: 90px;
}
.main_slider.slick-slider .slick-dots li button{
    background: var(--color-white);
    text-indent: -9000px;
    position: relative;
    box-shadow: 0 0 0 rgba(229,108,100, 0.4);
}
.main_slider.slick-slider .slick-dots li.slick-active button{
    background: var(--color-accent);
}
.main_slider .btn{
    line-height: 58px;
    height: 58px;
    padding: 0px 30px;
    font-weight: bold;
}
.main_slider .slide_content .btn-wrapper{
    display: flex; 
    gap:0px 15px;
}
.main_slider .slide_content .btn-wrapper .btn{
    border-color: var(--color-white);
    color:var(--color-white);
}
.main_slider.owl-carousel .owl-nav button.owl-prev, .main_slider.owl-carousel .owl-nav button.owl-next{
    font-size: 50px;
    width: 66px;
    height: 66px;
    line-height: 66px;
    background: transparent;
    color: rgba(255,255,255,.6);
    padding: 0;
    margin-top: -33px;
    position: absolute;
    top: 50%;
    z-index: 99;
}
.main_slider .owl-nav button.owl-prev{left: 5%;}
.main_slider .owl-nav button.owl-next{right: 5%;}
.main_slider.owl-carousel .owl-nav button:hover{color:rgba(255,255,255,1);}

.main_slider .owl-dots{
     position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px 15px;
}
.main_slider .owl-dots .owl-dot span{
    display: block;
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--color-white);
}
.main_slider .owl-dots .owl-dot.active span{
    background-color: var(--color-accent)
}
.promo_page .booking{
    position: absolute;
    width: 100%;
    left:0;
    bottom:30px;
}

/*booking*/
.booking_promo{position: absolute;
width: 100%;
left:0;
bottom: 30px;
z-index: 9;
}
.booking_promo .booking_form{
    display: table;
    margin: 0px auto;
    background-color: rgba(255,255,255,.8);
    padding: 30px;
    border-radius: 12px;
}
.booking-full-width{
        background: #ffefde;
    padding-top: 30px;
    padding-bottom: 30px;
}
.booking-full-width .booking_form{display: table; margin: 0px auto;}
.booking-full .container-input{background: var(--color-white);}
.booking-full{}
.booking_form{

 
}
.booking_form .inputs .row{margin-right: -10px; margin-left: -10px;}
.booking_form .inputs .col-auto{padding-left: 10px; padding-right: 10px;}
.booking_form .date_wrapper, .booking_form .input_wrapper {}
.booking_form.booking-full .input_wrapper{width: 100%;}
.booking_form .container-input.date_wrapper {max-width: 180px;}
.booking_form .caption{font-size: 20px; font-weight: 600;}
.booking_form .slogan{}
/*.booking_form_full{
    background: #f8f5ec;
    padding: 30px;
}*/
.booking_form .container-input{
display: flex;
    border: 1px solid var(--color-gray);
    background: var(--color-white);
    border-radius: 2px;
    padding: 0px 15px;
    height: 74px;
    align-items: center;
    gap: 0px 15px;
    position: relative;
}
.booking_form .date_wrapper  .form-control{}
.booking_form .form-control{
    border: 0;
    padding: 0;
    color: var(--color-black);
    line-height: 1em;
    font-weight: 600;
    background: transparent;
    padding-top: 10px;
    outline: none;
    box-shadow: 0 0 0 ;
    max-width: 250px;
}
.booking_form.booking_form_full .input_wrapper{width: 100%;}
.booking_form.booking_form_full .form-control{max-width: 100%;}
.booking_form .label{
text-transform: uppercase;
    font-size: 13px;
    line-height: 1em;
    position: absolute;
    top: 12px;
    left: 53px;
    font-weight: 600;
    color: #666;
}
.booking_form.active .container_submit_next {
    display: none;
}
.booking_form.active .hidden_imputs{display: block;margin-top: 30px;}
.hidden_imputs{
 display: none;
}
.hidden_imputs .label{left:20px;}
.booking_form  button{
    height: 74px;
        font-weight: 700;
}
.booking_form .icon{
    color: var(--color-gray);
    font-size: 22px;
}
/*side block*/
.wrapper-side-content{
display: flex;
    flex-direction: column;
    gap: 30px 0;
    margin-top: 60px;
}
.side-menu-wrapper .fast-btn-wrapper{
margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.side-menu-wrapper .fast-btn-wrapper>*:not(:last-child){
    margin-bottom: 10px;
}
.header-side{
padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
    background: var(--color-white);
    position: fixed;
    z-index: 9;
}
.nav-modal-wrap .mobile_btn{
position: absolute;
    right: 50px;
}
.nav-open .nav-modal-wrap .mobile_btn .hamb_wrapper span.ee{
	    transform: translate(-20px, -20px);
}
.nav-modal-wrap{
position: fixed;
    top: 0;
    left: 0;
    width: 30%;
    z-index: 1002;
    left: -30%;
    height: 100%;
    background-color: #fff;
    visibility: inherit;
    overflow: auto;
    visibility: hidden;
    -webkit-transition: all .6s cubic-bezier(.645,.045,.355,1);
    transition: all .6s cubic-bezier(.645,.045,.355,1);
}
.nav-modal-wrap.nav-modal-right{
    left: inherit;
    right: -50%;
    width: 50%;
    padding: 60px 120px 60px 50px;
}
.nav-modal-wrap.nav-modal-right.open{
    right: 0px;
        left: inherit;
}
.nav-modal-wrap.open{
left: 0;
    visibility: visible;
}
.close_btn_side_modal_wrapper{
    position: absolute;
    top: 30px;
}
.open .close_btn_side_modal_wrapper{}
.close_btn_side_modal:hover{color:#666;}
.close_btn_side_modal{
    border: 0;
    font-size: 20px;
    color: #a4a4a4;
    background: transparent;
}
.nav-modal-wrap .close_btn_side_modal{  
    background: #fff;
    z-index: 9;
    left: initial;
}
.close_btn_side_modal.back:hover{color:#333;}
.close_btn_side_modal.back{
    border: 0;
    width: auto;
    height: auto;
    line-height: 1em;
    border-radius: 0;
    font-size: 11px;
    text-transform: uppercase;
    display: flex;
    color: #c4c4c4;
    align-items: center;
}
.close_btn_side_modal.back:hover .svg{margin-left: -3px}
.close_btn_side_modal.back .svg{
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    position: absolute;
    margin-right: 5px;
}
.close_btn_side_modal.back span.text{
    margin-left: 20px;
}
.close_btn_side_modal.back svg{
    height: 14px;
    width: 14px;
    fill: #333;
}
.side-menu-wrapper{
    display: flex;
       margin-right: -30px;
    margin-left: -3px;
}
.side-menu-wrapper .col-auto{
    padding-left: 30px;
    padding-right: 30px;
}
.side-menu-wrapper .phones_wrapper, .side-menu-wrapper .social_links_wrapper{
    margin-top: 30px;
}
.offers-side-col{
    flex:1;
}
.offers-side{
display: flex;
    flex-direction: column;
    gap: 15px 0px;
}

.offers-side .item-offer .sale_wrapper{
    right: 30px;
    z-index: 4;
    top: 50%;
    width: 100px;
    height: 100px;
    font-size:30px;
    margin-top: -50px;
}
.offers-side .item-offer .offer-info-wrapper{
    min-height: 100%;
    padding-bottom: 0;
    align-items: center;
}

.side-menu-wrapper .partners-site{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.side-menu-wrapper .side_menu_container{
	padding: 2px 0px;
}
.side_menu{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.side-menu-wrapper .menu-li{padding: 8px 0px}
.side-menu-wrapper .main-menu-link{
    font-size: 18px;
    text-decoration: none;
    color: var(--color-black);
    display: inline-block;
    padding: 5px 0px;
    font-weight: 600;
        cursor: pointer;
}
.side-menu-wrapper .main-menu-link i{margin-left: 11px; color: #c4c4c4; transition: all 200ms linear;}
.side-menu-wrapper .main-menu-link:not([href]) {color:var(--color-black); }
.side-menu-wrapper .main-menu-link i.icon-chevron-down:before{content: "\e90c";}
.side-menu-wrapper .main-menu-link i.icon-chevron-right:before{content: "\e913";}
.side-menu-wrapper .main-menu-link:hover, .side-menu-wrapper .current .main-menu-link, .side_menu .sub-menu-link:hover, .side-menu-wrapper .main-menu-link:not([href]):hover{
    color:var(--color-accent2);
}
.side_footer .row{
    justify-content: space-between;
}
.wrapper-side-content .phones_wrapper_inner{
    flex-direction: column;
     gap:15px 0;
}
.wrapper-side-content .block_label{
    text-transform: uppercase;
    color: var(--color-gray);
    font-size: 12px;
    font-weight: 400;
}
.wrapper-side-content .block_data{
    font-weight: bold;
}
.wrapper-side-content .address .block_data{}
.wrapper-side-content .block_wrapper{
    display: flex;
    flex-direction: column;
    gap:15px 0;
}
.social_links a{text-decoration: none; font-size: 17px;}
.social_links a.vk{color:var(--color-vk);}
.social_links a.ok{color:var(--color-ok);}
.social_links a.youtube{color:var(--color-youtube);}
.social_links a.telegram{color:var(--color-telegram);}

.fint{
font-size: 35px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1em;
}
.fint.x2{font-size: 50px; color: var(--color-black);}
.fint.x2.white{color:var(--color-white);}
.fint.small{font-size: 22px;}
.module-title{
}
.module-title .fint{
}
.owl-control{
display: flex;
align-items: center;
margin-left: 30px;
}
.dotWrapper  .owl-control{margin-left: 0;}
.owl-control button{
background: transparent;
    border: 0;
    font-size: 22px;
    color: var(--color-gray);
    display: flex;
    width: 30px;
    align-items: center;
    height: 28px;
    padding: 0;
}
.owl-control button:hover{
    color:var(--color-accent);
}
/*offers*/
.offers{}
.offers-owl{}
.offers-owl .item-offer .image {height: 100%;}
.item-offer .image img, .spa-service a.item img, .programm_healts .item img, .all-in-items .item img{
    transition: .5s ease;
width: 100%;
object-fit: cover;
}
.item-offer:hover .image img, .spa-service a.item:hover img, .programm_healts .item:hover img, .all-in-items a.item:hover img{
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}
.offers-owl .item-offer{
position: relative;
    border-radius: 2px;
    display: flex;
    width: 100%;
    height: 480px;
    flex-direction: column;
    overflow: hidden;
}
.offers-owl .item-offer img{height: 100%; object-fit: cover;}
.item-offer .offer-info-wrapper{
position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: var(--color-white);
    display: flex;
    padding: 0px 30px 30px;
    gap: 10px 0px;
    text-shadow: 0px 0px 30px rgba(0,0,0,.5);
    background: url(../images/shadow_bottom5.png) repeat-x 0px bottom;
    min-height: 269px;
    align-items: end;
}
.item-offer .offer-info-wrapper .offer-info{
display: flex;
    align-items: self-start;
    flex-direction: column;
    gap: 10px 0px;
}

.item-offer .offer-info-wrapper .sale{
font-size: 46px;
    font-weight: 700;
    line-height: 1em;
}
.item-offer .offer-info-wrapper .short_desc{font-size: 13px}
.item-offer .sale_wrapper .sale{display: flex; gap:0px 5px;}
.item-offer .sale_wrapper{
    display: flex;
    width: 130px;
    align-items: center;
    justify-content: center;
    height: 130px;
    background: var(--color-white);
    border-radius: 50%;
    position: absolute;
    right: 30px;
    top: 30px;
    color: var(--color-accent2);
    font-weight: 800;
    font-size: 40px;
    transform: rotate(-20deg);
    z-index: 2;
}
.offers_page .item-offer .sale_wrapper{bottom: 30px;
    top: inherit;}
.item-offer .offer-info .sale_wrapper .icon{}
.item-offer .offer-info .sale_wrapper .icon svg{
    width: 68px;
    height: 68px;
    fill:var(--color-white);
}
.item-offer .offer-info .old_price{
text-decoration: line-through;
font-size: 24px;
font-weight: 300;
}
.item-offer .offer-info .sale span{font-size: 30px;}
.item-offer .offer-info .title{
font-size: 24px;
    flex: 1;
    line-height: 1em;
    font-weight: 500;
    text-shadow: 0px 0px 30px rgba(0,0,0,.5);
    position: relative;
}
.item-offer .offer-info .title span+span{font-style: italic; font-weight: 600;}
.item-offer .offer-info .title span{
    display: block;
    position: relative;
    z-index: 3;
}
.owl-dots{
justify-content: center;
    display: flex;
    gap: 0px 15px;
    margin-top: 40px;
 }
 .dotContainer{margin-top: 0;}
 .dotWrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
 }
.owl-dots .owl-dot{
 display: inline-block;
    border: 0;
    background: transparent;
    padding: 0;
}
.owl-dots .owl-dot span{
   display: block;
   width: 6px; 
   height: 6px;
   background-color: var(--color-gray);
   -webkit-backface-visibility: visible;
   transition: opacity .2s ease;
   border-radius: 30px;
}
.owl-dots .owl-dot.active span{background-color: var(--color-accent);}
.icon-star-full{color:#ebcf31;}
/*owl-advantages*/
.owl-advantages{}
.owl-advantages .item{}
.owl-advantages a.item, .spa-service a.item{
   display: flex;
   flex-direction: column;
   text-decoration: none;
   color: #333;
   border-radius: 2px;
   gap: 15px 0px;
   overflow: hidden;
}
.owl-advantages a.item:hover{
color: var(--color-link2);
}
.owl-advantages .item .title{
    font-weight: 500;
    font-size: 16px;
}
.owl-advantages .item .title span{
   display: block;
}
.owl-advantages a.item img, .rooms_module .room-item img, .news-module .item img, .restaurants_module .item .image img{
        transition: .5s ease;
}
.rooms_module .room-item .image{display:block; width: 100%; height: 100%;}
.rooms_module .room-item img{height: 100%; object-fit: cover; }
.owl-advantages a.item:hover img, .rooms_module .room-item:hover img, .news-module .item:hover img, .restaurants_module .item:hover .image img{
        -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

/*rooms_module */
.rooms_module {}
.rooms_module .short_text{margin-bottom: 30px;}
.rooms_module .room-item{
    position: relative;
    height: 525px;
    color: var(--color-white);
    text-shadow: 0px 0px 30px rgba(0,0,0,.8);
    border-radius: 12px;
    overflow: hidden;
    display: block;
}
.rooms_module .room-item .room-info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}
.rooms_module .room-item .short_title {font-size: 22px; font-weight: 100;}
.rooms_module .room-item .room-info-top {
display: flex;
    flex-direction: column;
    gap: 15px 0px;
    background: url(../images/shadow_top.png) repeat-x 0px top;
    min-height: 203px;
    padding: 50px 30px 0;
    font-family: 'Noah';
}
.rooms_module .room-item .room-info-bottom {
    background: url(../images/shadow_bottom4.png) repeat-x 0px bottom;
    min-height: 218px;
    width: 100%;
    padding: 0px 30px 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 16px;
}
.rooms_module .room-item .room{
 font-size: 22px;
}
.rooms_module .room-item .title{
font-weight: 200;
    font-size: 32px;
    line-height: 1.2em;
}
.rooms_module .room-item .title span{display: block;}
.rooms_module .room-item .title span+span{font-weight: 600;}
.rooms_module .room-item .base_price{
    font-weight: bold;
}
.rooms_module .room-item .per_day{
    font-weight: 200;
}
.rooms_module .room-item .readmore{
    display: inline-block;
    font-size: 22px;
    font-weight: 100;
    padding-bottom: 3px;
    border-bottom: 1px solid #fff;
    transition: all 250ms linear;
}
.rooms_module .room-item:hover .readmore{border-bottom-color:transparent;}
/*news-module*/
.news-module{}
.news-module .item {
color: var(--color-dark-blue);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 15px 0px;
}
.news-module .item .title{
font-weight: 500;
    line-height: 1.4em;
}
.news-module .item:hover .title{
    color:var(--color-link2);
}
.news-module .item .date{
color: var(--color-gray);
    font-size: 13px;
    font-weight: 500;
}
.news-module .item .date i{    margin-right: 15px;}
.news-module .item{border-radius: 2px; overflow: hidden;}
/*fancybox*/
.fancybox{
    position: relative;
    border-radius: 2px;
    display: block;
    overflow: hidden;
    color: #333;
    text-decoration: none;
}
.btn.fancybox:after{display: none;}
.btn.fancybox{color:#fff;}
.fancybox:after{
 display: flex;

    content: "\e93e";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;

    line-height: 1;
    position: absolute;
    color: rgba(255,255,255,.8);
    font-size: 40px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.8);
    opacity: 0;
    visibility: hidden;
    transition: all 250ms linear;
    background-position: center center;
}

.fancybox:hover:after{opacity: 1; visibility: visible; background:rgba(193,155,118,.8); }
/*.afisha-owl*/
.afisha-owl .item{
    display: block;
    border-radius: 2px; 
    overflow: hidden;
}
/*footer */
footer{
padding-top: 60px;
padding-bottom: 10px;
}
.customize-support footer{
padding-bottom: 140px;
}
#mapModal_{
    width: 100%;
    height: 80vh;
}
#map-contact{margin-bottom: 30px;}
#map, #map-contact{
    height: 450px;
    width: 100%;
}
.contact-page #map-contact{height: 700px;}
footer .contact_info_wrapper{
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}
footer .contact_info_wrapper .block{}
footer .contact_info_wrapper .block .block_label{}
footer .phones_wrapper_inner{
gap: 10px 0px;
    flex-direction: column;
}
footer .block_data{}
footer .social_links a{font-size: 16px;}
.footer_menu_wrapper{display: flex;gap: 0px 30px;}
.footer_menu{
    padding:0;
    margin: 0;
    list-style-type: none;
}
.footer_menu>li{margin-bottom: 30px;}
.footer_menu i.icon-chevron-down{display: none;}
.footer_menu .has_children>.main-menu-link{font-weight: bold;}
.footer_menu .sub-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer_menu_container{padding: 0px 30px;}
.footer_menu  a{
    color: var(--color-black);
    padding: 0px 0px;
    display: inline-block;
    text-decoration: none;

}
.footer_menu  .sub-menu  a{
    color: var(--color-black);
    padding: 0px 0px;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid;
    line-height: 1em;
}
.footer_menu .sub-menu a:hover{
border-bottom-color: transparent;
}
.footer_menu  a:hover{
    color:var(--color-link2);
}
.footer_awards{
    background-color: #f8f5ec;
        margin-top: 50px;
}
.copyright{
    padding-top: 15px;
    color: var(--color-gray);
    font-size: 13px;
    border-top: 1px solid rgba(0,0,0,.1);
}
.copyright a{
    color:var(--color-black);
}
.copyright a:hover{
    color:var(--color-link2);
}
/*home */
.star_rating_promo{
    display: flex;
    align-items: center;
    gap:0px 30px;
}
.star_rating_promo .star_rating{
font-size: 130px;
    color: var(--color-dark-blue);
    font-family: 'Noah';
    line-height: 1em;
    font-weight: bold;
}
.star_rating_promo .icon-star-full{font-size: 70px;}
.star_rating_promo>*{margin-bottom: 0px;}
/*flex_content */
.flex_content .row{}
.flex_content .gallery img{
object-fit: cover;
    width: 100%;
    height: 100%;
}
/*.flex_content .bl1{padding-left: 60px;}*/
.index .textl1{margin-bottom:30px; }
.gallery .owl-item {padding-left: 15px; padding-right: 15px;}
.video_bl a{
display: inline-block;
    border-radius: 300px;
    overflow: hidden;
    position: relative;
}
.video_bl a .icon-wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video_bl a i{
    font-size: 80px;
    color:red;
    transition: all 250ms linear;
}
.video_bl a:hover i{
    margin-top: -10px;
}
/*children */
.children .img{
      margin-left: calc(-50% - -60px);
}
.children .img a{
    display: block;
    overflow: hidden;
}
.children .img img{
     transition: .5s ease;
}
.children .img a:hover img{
        -webkit-transform: scale(1.01);
    transform: scale(1.01);
}
.children .text{
    margin-bottom: 30px;

}

/*.header_promo*/
.header_promo{
    position: relative;
    margin-bottom: 30px;
    /*height: 860px;*/
    height: 90vh;
    overflow: hidden;
}
.no_booking_form .header_promo{height: auto;}
.header_promo:after{
/*    display: inline-block;
    content: '';
    position: absolute;
    background: url(../images/shadow_top.png) repeat-x;
    height: 434px;
    width: 100%;
    top: 0;
    left: 0;*/
}
.header_promo .image{position: relative; height: 100%;}
.header_promo iframe{
    width: 100%;
    height: 100%;
    border:0;
}
.header_promo .image img{width: 100%;height: 100%; object-fit: cover;}
.header_promo .promo_content:after{
    display: inline-block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: -3;
}
.header_promo .promo_content a{color:var(--color-white); text-decoration: none;}
.header_promo .promo_content {
position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    z-index: 9;
}
.header_promo .promo_content .text{
    text-align: center;
    font-size: 25px;
}
.fint2{
    font-family: 'Rosamundaone';
    font-size: 65px;
}
.header_promo .promo_content .phone{margin-top: 15px;}
.header_promo .promo_content .t_phone, .video_medical .t_phone{
color: var(--color-white);
    font-size: 40px;
    font-weight: bold;
    display: block;
    text-decoration: none;
    margin-top: 8px;
    line-height: 1em;
}
.header_promo .promo_content .t_phone:hover{
    opacity: .8;
}
.header_promo .promo_content .container{
    height: 100%;
}
.header_promo .promo_content .inner_content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: var(--color-white);
}
.header_promo .promo_content .fint{
text-align: center;
    line-height: 1.5em;
    font-size: 45px;
}
.header_promo .promo_content .fint span{
display: block;
    font-weight: 200;
}
.header_promo .promo_content .fint span.thin{}
.main_content {
    margin-bottom: 50px;
}
 
.rooms_page  .room-item{
display: flex;
    justify-content: space-between;
    align-items: center;
}
.rooms_page  .room-item .room-info-wrapper, .rooms_page  .room-item .image{flex: 0 0 50%; max-width: 50%;}
.rooms_page  .room-item .image{}
.rooms_page  .room-item .wrapper_btn{
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    gap:0px 15px;
}
.rooms_page  .room-item .wrapper_btn .btn{
        line-height: 74px;
    padding: 0px 30px;
}
.rooms_page  .room-item .room-info-wrapper{
        padding: 0px 150px;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}
.rooms_page .room-item-wrapper.even .room-item .image{order:1;}
.rooms_page .room-item-wrapper.even .room-item .room-info{order:0;}
.rooms_page  .room-item  .title{
font-size: 28px;
    font-weight: 500;
    display: block;
    color: var(--color-black);
    text-decoration: none;
    line-height: 1.3em;
}
.rooms_page .room-item .title span{    display: block;font-weight: 300;}
.rooms_page  .room-item .small_price{ font-weight: bold; font-size: 20px;}
.rooms_page  .room-item .small_price span{color:var(--color-accent2);}
.rooms_page .room-item .title:hover{color:var(--color-accent2);}
.rooms_page .room-item .room-info{
    display: flex;
    gap: 0px 50px;
}
.rooms_page .room-item .val-item{
text-align: center;
    display: flex;
    flex-direction: column;
    gap: 5px 0;
}
.rooms_page .room-item .note{text-transform: uppercase; font-size: 12px;}
.rooms_page .room-item .val{
font-weight: 500;
    font-size: 28px;
}
.rooms_page .room-item .room-info{}
/*.room_full_page*/
.room_full_page .header_promo .promo_content:after{background: rgba(0,0,0,.5);}
.room_full_page{}
.room_full_page .teaser_icon{}
.room_full_page .teaser_icon img{ height: 46px; width: auto; }
.room_full_page .teaser_icon{
 display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px 50px;
    text-align: center;
    margin-bottom: 50px;
}
.room_full_page .teaser_icon .item{
display: flex;
    flex-direction: column;
    gap: 15px;
}
.room_full_page .teaser_icon .item .val{
font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}
.room_full_page .teaser_icon .item .icon{}
.room_full_page .promo_content .short_text {
    font-size:22px;
}
.room_full_page .short_text {

}
.room_full_page .teaser_icon .item .icon svg{
height: 46px;
width: auto;
fill:var(--color-dark-blue); 
}
.room_full_page .btn_booking_wrapper{
display: flex;
    justify-content: center;
    gap: 0px 15px;
}
.room_full_page .btn_booking_wrapper.top>*{line-height: 56px; padding-right: 30px; padding-left: 30px;}
.room_full_page .main_description{    margin-bottom: 90px;}
.tabs-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.tabs-nav  .nav{
display: flex;
    padding: 0;
    margin: 0px ;
    list-style-type: none;
    gap: 0px 50px;
}
.room_full_page .main_description .nav li {}
.tabs-nav .nav li a{
color: var(--color-gray);
    font-size: 35px;
    font-weight: bold;
    background: transparent;
    text-decoration: none;
    line-height: 1em;
    padding: 0;
    border-radius: 0;
    border-bottom: 1px solid transparent;
    padding-bottom: 10px;
}
.tabs-nav  .nav li a:not(.active):hover{color: var(--color-black);}
.tabs-nav  .nav li a.active{
    color:var(--color-accent);
    border-bottom-color:var(--color-accent);
    background: transparent;
}
.room_full_page .in_room_wrapper{
    display: flex;
    flex-wrap: wrap;
        gap: 30px 30px;
}
.box{
    box-shadow: 0px 0px 15px rgba(0,0,0,.15);
    border-radius: 2px;
    overflow: hidden;
    padding: 30px;
}
.room_full_page .tab-pane{margin-bottom: 30px;}
.room_full_page .in_room{}
.room_full_page .in_room li{
    font-size: 16px;
    position: relative;
    background: #def0ff;
    padding: 1px 10px;
        font-weight: 500;
    border-radius: 6px;
}
.room_full_page .teaser_info ul{
background: #f1f1f1;
    margin: 0;
    list-style-type: none;
    padding: 30px 60px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
}
.room_full_page .in_room.full_width{
    max-width: 100%;
    flex: 0 0 100%;
}
.room_full_page .gallery_room{
    display: flex;
    flex-wrap: wrap;
}
.room_full_page .gallery_room .item{
/*        padding-left: 30px;
    padding-right: 30px;*/
}

.room_full_page .gallery_room .slow{
    border-radius: 12px;
}
.room_full_page .in_room.include_in_price{border-left-color: var(--color-accent);}
.room_full_page .in_room.upon_request{border-left-color: var(--color-red);}
.room_full_page .in_room .h4{}
.room_full_page .in_room ul{
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    gap: 10px 15px;
    flex-wrap: wrap;
}
.inner .room_full_page .promo_content .text{
    font-size: 30px;
    font-weight: 100;
}
.room_full_page .service_items{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
    gap: 15px 50px;
}
.room_full_page .service_items span:hover{ }
.room_full_page .service_items span{
    display: flex;
    transition: all 100ms linear;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid transparent;
}
.room_full_page .service_items span img{
    width: 36px;
    height: 32px;
}
.f-thumbs.is-horizontal .f-thumbs__slide{opacity: .5;}
.f-thumbs.is-horizontal .f-thumbs__slide.is-selected{opacity: 1;}

/*offers_page*/
.offers_page{}
.offers_page .item-offer{
display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.offers_page .offers_module>.row{
    gap:30px 0;
}
.offers_page .item-offer .title_wrapper{
display: flex;
    align-items: center;
    gap: 0px 30px;
}
.offers_page .item-offer .offer-info .title{
}
.offers_page .item-offer .offer-info .sale {
    font-size: 44px;
}
/*offer_full_page*/
.offer_full_page{}
.offer_full_page .img_offer_right img{
    border-radius: 180px;
}
.offer_full_page .header_promo{}
.offer_full_page .sale_info{
display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.offer_full_page .sale_info>*{
    height: 100%;
}
.offer_full_page .sale_inner{
    display: flex;
    align-items: center; 
    gap: 0px 30px;
}
.offer_full_page .sale_info .sale .small{font-weight: bold; font-size: 15px;}
.offer_full_page .sale_info .sale{
background-color: #f8eecf;
    display: flex;
    align-items: center;
    padding: 15px 15px;
    gap: 0px 15px;
    text-transform: uppercase;
    font-weight: bold;
    height: 100%;
    border-radius: 2px;
    font-size: 22px;
}
.offer_full_page .sale_info .sale .icon{}
.offer_full_page .sale_info .sale .icon svg{width: 30px; height: auto;}
.offer_full_page .sale_info .sale_info .sale_date_end{}
.offer_full_page .sale_info .sale_date_end .rule{font-weight: bold;}
.offer_full_page .sale_info .h5{
font-size: 14px;
    margin-bottom: 5px;
    font-weight: 300;
}
.offer_full_page .consultant .phone_wrapper .phone_link{color:var(--color-white);}
.offer_full_page .consultant .messenger_wrap a{
    background: var(--color-white);
    display: inline-block;
    width: 30px;
    text-align: center;
    border-radius: 50%;
}

.offer_full_page .consultant{
    background: #595e68;
    display: flex;
    align-items: center;
    padding: 30px 30px;
    gap: 0px 15px;
    color: var(--color-white);
    margin-top: 30px;
    border-radius: 12px;
    justify-content: space-between;
}
.offer_full_page .consultant .h5{}
.offer_full_page .consultant .wrapper_phone{}
.offer_full_page .phone_link a{color:var(--color-black); text-decoration: none;}
.hidden.gallery{display: none;}
.menu-li{position: relative;}
header .sub-menu {
    background: #fff;
    position: absolute;
    left: 15px;
    transition: all .2s;
    padding: 30px;
    min-width: 290px;
    opacity: 0;
    list-style-type: none;
    margin: 0;
    visibility: hidden;
    border-radius: 2px;
    z-index: 9;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 15%);
}
.nav>li.has_children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
header .sub-menu-link{
    text-decoration: none;
    color: var(--color-black);
    display: inline-block;
    padding: 5px 0px;
}
header .sub-menu-link:hover{
    color:var(--color-link2);
}

.side_menu .open .sub-menu {
    transition: max-height 1s;
    max-height: 3000px;
}

.side_menu .sub-menu {
/*    list-style-type: none;
    padding: 0px 0px 0px 30px;
    margin: 0;*/


	display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style-type: none;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    max-height: 0px;
    overflow: hidden;

}
.side_menu .sub-menu-link{color:var(--color-black);    text-decoration: none;}


/*.bg-video*/
.bg-video {
    z-index: 1;
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left:0;
    right: 0;
    bottom: 0;
}
.bg-video_visible {
    display: block;
}
.bg-video__media {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
}
.header_promo.video{
    height: 80vh;
    margin-bottom: 50px;
}
.header_promo.video .image{display: none;}
.header_promo .promo_content .btn-primary, .video_medical .btn{
font-size: 20px;
    text-transform: uppercase;
    line-height: 62px;
    padding: 0px 30px;
}


.owl-carousel .owl-nav{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -20px;
    display: flex;
    justify-content: space-between;
    padding: 0px 15px;
}


.justified-gallery > a > .jg-caption{display: none !important;}
.justified-gallery  a:after{
    content: "\e93e";
display: flex;


font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;

    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 35px;
    z-index: 7;
    background:  rgba(193,155,118,.8);

    line-height: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 250ms linear;
}
/*.icon-zoom-out:before {
  content: "\e90f";
}
.icon-zoom-in:before {
  content: "\e910";
}*/
.justified-gallery  a:hover:after{opacity: 1;}

.row-help-top{margin-bottom: 30px;}

#accordion-list .gallery{
    display: flex;
    flex-wrap: wrap;
    gap:15px;
}

.accordion-list{}
.accordion-list .item {
     background: var(--color-light-gray);
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 6px;
    transition: .5s ease;
}
.accordion-list .collapseblocks{padding: 0px 30px 30px;}
.accordion-list .item:hover .title {color:#333;}
.accordion-list .item:hover{background:#c8d0d7; }
.accordion-list .itemHeader{}
.accordion-list .item .text {
    padding: 15px 15px;
    background: #fff;
    margin-top: 15px;
    border-radius: 6px;
    overflow: hidden;
    text-align: justify;
}
.accordion-list .title {
font-size: 17px;
    font-weight: 500;
    color: #333;
    display: inline-block;
    padding: 20px 30px;
    width: 100%;
}
.accordion-list .title i {
    margin-right: 10px;
    color: #2a5aa1;
}
.accordion-list .doc{
    background: #fff;
    display: flex;
    width: 200px;
    height: 210px;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    border-radius: 2px;
    color: red;
    overflow: hidden;
    text-decoration: none;
}
.accordion-list .doc:hover{
    opacity: .8;
}
.userForm, .booking_form_full{
        background: #f8f5ec;
    padding: 30px;
}
.booking_form_full form{padding: 0; background: transparent;}
.booking_promo .userForm{padding: 0; background: transparent;}
.booking_form_full .room_corpus_wrapper  .label, .booking_form_full .room_type_wrapper  .label, .booking_form_full .tarif .label{left:20px;}
.userForm textarea{
    height: 182px;
}
.booking_form_full .col-auto{flex:1;}
.booking_form.booking_form_full .container-input.date_wrapper{max-width: inherit;}
/*service items */
 .setvice_items{}
.lg-outer .lg-thumb-item {
padding: 3px;
border: 1px solid rgba(255,255,255,.3) !important;
}
.lg-outer .lg-thumb-item img{
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: var(--color-accent2) !important;
}
.lg-outer .lg-thumb-item.active{position: relative;}
.lg-outer .lg-thumb-item.active:after{
display: inline-block;
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--color-accent);
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
    transition: all 250ms linear;
    -webkit-animation: pulse 1.5s infinite;
}
.text-home img.bordered{
    border-radius: 360px;
}
/*advantages */
.advantages {
position: relative;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
}
.advantages .img-full img{object-fit: cover; height: 100%;}
.advantages .fint{font-size: 32px; font-weight: 600;  margin-bottom: 60px;}
.advantages .module-title{text-align: center;}
.advantages .container{
position: relative;
    z-index: 4;
    color: var(--color-white);
}
.img-full{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;

}
/*.advantages .container:after, .advantages .container:before{
display: inline-block;
    content: '';
    width: 100%;
    height: 1px;
    background: red;
}*/
.img-full:before{
    display: inline-block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background: rgba(13,13,13,.8);
    z-index: 3;
}
.advantages  .full_img{
    height: 100%;
    width: 100%;
}
.advantages .items{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0px;
    justify-content: center;
}
.advantages .item{
    max-width: 33.333%;
    flex: 0 0 33.333%;
    text-align: center;
    display: flex;
        align-items: center;
    gap: 0px 30px;
}
.advantages .item .title{font-weight: 500;}
.advantages .item .image{}
.advantages .item .image img{
height: 40px;
    width: 58px;
}
/*for_children */
.for_children {}
.for_children .col-sm-5 .fint{display: none;}
.for_children  .slick-slide .image{position: relative; border-radius: 320px; overflow: hidden;}
.for_children  .slick-slide .text{
position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    bottom: 50px;
    color: var(--color-white);
    font-size: 26px;
    font-weight: bold;
    padding: 0px 100px;
    z-index: 3;
}
.for_children .slick-slide .image:after{
    display: inline-block;
    content: '';
    position: absolute;
    min-height: 218px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: url(../images/shadow_bottom4.png);
}
.for_children .slick-arrow{
     text-align: center;        
    background: transparent;
    cursor: pointer;
}
.for_children .slick-arrow svg{
height: 26px;
    width: 26px;
    fill: var(--color-white);
    transition: all 250ms linear;
}
.for_children .slick-arrow:hover svg{fill:var(--color-accent2);}
.for_children .nav-pills .nav-link{
cursor: pointer;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.for_children .nav-pills .nav-link img, .for_children .nav-pills .nav-link svg{
    height: 40px;
    width: 40px;
    margin-right: 15px;
}
.for_children .slider-ch-nav{padding-left: 60px;}
.for_children .slider-ch-nav ul{
display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style-type: none;
    margin: 0 -15px;
}
.for_children .slider-ch-nav li{
    max-width: 50%;
    flex:0 0 50%;
}
.for_children .slider-ch-nav .nav-pills .nav-link.active{
    background: transparent;
    color:var(--color-accent2);
}
.for_children .nav-pills .nav-link svg .st0, .for_children .nav-pills .nav-link svg .st1, 
.for_children .nav-pills .nav-link svg path{fill:var(--color-gray) !important;}
.for_children .nav-pills .nav-link.active svg .st0, .for_children .nav-pills .nav-link.active svg .st1, 
.for_children .nav-pills .nav-link.active svg path{fill:var(--color-accent2) !important;}

.module-title.slick-control{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:0px 30px;
    margin-bottom: 30px;
}
.module-title-wrapper .module-title.slick-control{margin-bottom: 20px}
.module-title-wrapper{margin-bottom: 30px;}
.module-title-wrapper .text{font-size:24px;}

.module-title.slick-control .slick-arrow{
    position: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 56px;
    border: 0;
    border-radius: 0;
    margin-top: 0;
    line-height: 56px;
}
.module-title.slick-control .slick-arrow:hover{    background: transparent;}
.module-title.slick-control .slick-arrow:hover svg{fill:var(--color-accent2-hover);}
.module-title.slick-control .slick-arrow svg{
    width: 9px;
    height: 16px;
    fill: var(--color-black);
} 
.module-title.slick-control  .fint{margin-bottom: 0;}
/*offer_module*/
.offers-side-col .offer_module{height: 70vh;}
.side-menu-wrapper, .side-menu-wrapper .col-sm-3{width: 100%;}
/*.offers-side-col .offer_module{height: 100%;}*/
.offer_module{}
.offer_module .slick-list, .rooms-slick .slick-list, .events-slick .slick-list, .last_news .slick-list, .korpus-slick .slick-list{ 
    margin-left: -15px;
    margin-right: -15px;
}
.offer_module .slick-slide, .rooms-slick .slick-slide, .events-slick .slick-slide, .last_news .slick-slide, .korpus-slick .slick-slide{
    padding-left: 15px;
    padding-right: 15px;
}
.offer_module .item-offer{
position: relative;
    border-radius: 2px;
    overflow: hidden;
}
/*events_module*/
.events_module .item-event{
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    display: flex;
}
.events-page .events_items {gap:30px 0px; justify-content: center;}
.events_module .item-event .event-info{
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.events_module .item-event .event-info-bottom, .last_news .news_info{
background: url(../images/shadow_bottom4.png) repeat-x 0px bottom;
    min-height: 218px;
    width: 100%;
    padding: 0px 30px 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 16px;
}
.events_module .item-event .title{
color: var(--color-white);
    font-size: 30px;
    font-weight: 600;
}
.events_module .item-event .date_start{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--color-white);
    transform: rotate(20deg);
    transition: all 250ms linear;
    color: var(--color-black);
    gap: 5px 0px;
    font-size: 12px;

}
@-webkit-keyframes ministorm{
    0%,100%{
        -webkit-tranform:rotate(20deg);
    }
    30%{
        -webkit-transform:rotate(18deg);
    }
    70%{
        -webkit-transform:rotate(-18deg);    
    }
}
@keyframes ministorm{
    0%,100%{
        -moz-transform:rotate(20deg);
        -o-transform:rotate(20deg);
        -ms-transform:rotate(20deg);
        transform:rotate(20deg);
    }
    30%{
        -moz-transform:rotate(18deg);
        -o-transform:rotate(18deg);
        -ms-transform:rotate(18deg);
        transform:rotate(18deg);
    }
    70%{
        -moz-transform:rotate(-18deg);
        -o-transform:rotate(-18deg);
        -ms-transform:rotate(-18deg);
        transform:rotate(-18deg);    
    }
}
.events_module .item-event:hover .date_start{
     -webkit-animation: ministorm 1000ms ease;
    -moz-animation: ministorm 1000ms ease;
    -o-animation: ministorm 1000ms ease;
    -ms-animation: ministorm 1000ms ease;
    animation: ministorm 1000ms ease;
}
.events_module .item-event .date_start .date{
display: flex;
    align-items: center;
    gap: 2px;
}
.events_module .item-event .date_start .date .m{font-size:18px;}
.events_module .item-event .date_start .date .d{
    font-size: 45px;
    font-weight: 800;
}
.events_module .item-event .date_start .time{
        color: #3f97e2;
    font-size: 20px;
    font-weight: bold;
}
.events_module .item-event .event-info-top{
    margin-left: 30px;
    margin-top: 30px;
}
.events_module  .slick-slide:nth-child(1) .time{color:#3f97e2;}
.events_module  .slick-slide:nth-child(2) .time{color:var(--color-red);}
.events_module  .slick-slide:nth-child(3) .time{color:var(--color-green);}
.events_module  .slick-slide:nth-child(4) .time{color:var(--color-brown);}
.events_module  .slick-slide:nth-child(5) .time{}
.events_module .item-event .image {width: 100%; height: 100%;}
.events_module .item-event .image img, .last_news .item_news img {transition: all 250ms linear;width:100%;}
.events_module .item-event:hover .image img, .last_news .item_news:hover img{
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}
/*last_news*/
.last_news{}
.last_news .item_news {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.last_news .news_info{
position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.last_news .news_title{
    color: var(--color-white);
    line-height: 1.2em;
    font-size: 20px;
    font-weight: 500;
}
.last_news .item_news.video:after {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 35px;
    z-index: 9;
    content: "\e93f";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 100ms linear;
    background: rgba(123,55,54,.6);
}
.last_news .item_news.video:hover:after{opacity: 1;}
.footer_map{}
.footer_map a{display: block; transition: all 250ms linear;}
.footer_map a:hover{transform: translate(0px, -10px);}

/*.fixed_callback {*/
.fixed_callback {
    touch-action: manipulation;
    padding-left: 50px;
    position: relative;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 700;
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
}
.fixed_callback .callback_icons {
    position: absolute;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    left: -35px;
    visibility: hidden;
    transition: transform .3s, z-index .3s;
}
.fixed_callback .callback_icon {
    width: 36px;
    margin: 10px 0 10px;
    transition: all .3s;
    cursor: pointer;
    position: relative;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}
.fixed_callback .callback_inner {
    position: relative;
    z-index: 1;
    width: 165px;
    height: 165px;
    max-width: 165px;
    border-radius: 50%;
    background: var(--color-accent3);
    color:var(--color-white);
    transform: scale(1);
    text-align: center;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px 10px 30px 10px;
}
.fixed_callback .close-b{
color: #fff;
    bottom: 15%;
    display: block;
    font-size: 30px;
    position: absolute;
    width: 20px;
    height: 12px;
    margin-top: -20px;
    /* overflow: hidden; */
    /* opacity: 0;*/
}
.fixed_callback.active .close-b{
opacity: 1;
visibility: visible;
}
.fixed_callback .close-b span{
width: 100%;
    height: 1px;
    display: block;
    background: var(--color-white);
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    text-align: center;
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.fixed_callback .close-b span:nth-child(1){top:0;}
.fixed_callback .close-b span:nth-child(2){top:50%;}
.fixed_callback .close-b span:nth-child(3){bottom:0;}
.fixed_callback.active .close-b span:nth-child(1){
  top: 5px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.fixed_callback.active .close-b span:nth-child(2){opacity: 0;}
.fixed_callback.active .close-b span:nth-child(3){
  top: 5px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.fixed_callback .callback_inner:hover{background: var(--color-accent2-hover);}
.fixed_callback.active .callback_inner {background: var(--color-accent2-hover);}
.fixed_callback.active .callback_inner img, .fixed_callback.active .callback_inner .slogan{
/*opacity: 0;
visibility: hidden;*/
}
.fixed_callback .callback_inner::before {
    pointer-events: none;
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background: rgba(234, 150, 66, 0.12);*/
    border-radius: 50%;
    animation: pulse 2s infinite;
    backface-visibility: hidden;
}
.fixed_callback .callback_inner img{
height:62px;
width: auto;
}
.fixed_callback .callback_inner .slogan{
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 6px;
    letter-spacing: .5px;
    font-weight: 600;
}
.fixed_callback .callback_inner:hover::after{
    -webkit-animation: ministorm .5s ease;
    -moz-animation: ministorm .5s ease;
    -o-animation: ministorm .5s ease;
    -ms-animation: ministorm .5s ease;
    animation: ministorm .5s ease;
}
.fixed_callback .callback_icon>* {
width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    background: transparent;
    transition: all .3s;
    border: 0;
}
.fixed_callback .callback_icon>*:before{
display: inline-block;
content: '';
width: 36px;
height: 36px;
line-height: 36px;
position: absolute;
background: var(--color-accent);
border-radius: 50%;
transition: all .3s;
}
.fixed_callback .callback_icon>* i{
color: #fff;
position: relative;
z-index: 2;
}
.fixed_callback .callback_icon>*.telegram:before {background:#0087cb;}
.fixed_callback .callback_icon>*.whatsapp:before  {background:#3ae35b;}
.fixed_callback .callback_icon>*.vk:before {background: #0077ff;}
.fixed_callback .callback_icon>*.ok:before {background: #EE8208;}
.fixed_callback .callback_icon>*.viber:before {background:#764e97;}
.fixed_callback .callback_icon>*.modal_btn:before {background:#5AAC8C;}
.fixed_callback .callback_icon>*.to_top:before {background:#666;}
.fixed_callback .callback_icon>*.youtube:before {background:#FF0000;}
.fixed_callback .callback_icon>*.instagram:before {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%)
}
.fixed_callback.active .callback_icons {
    visibility: visible;
    z-index: 2;
    transition: transform .3s, z-index .3s ease .35s;
}
.fixed_callback.active .callback_icons .callback_icon {
    transform: translate(0, 0) !important;
    opacity: 1;
    visibility: visible;
}
.fixed_callback .callback_icon>*:hover:before{transform: scale(1.412);}
/*fixed count 8*/
.fixed_callback.fixed_8 .callback_icon{margin: 6px 0 6px;}
.fixed_callback.fixed_8  .callback_icon:nth-of-type(1), 
.fixed_callback.fixed_8 .callback_icon:nth-of-type(8) {margin: -22px 0px;margin-left: 132px;}
.fixed_callback.fixed_8  .callback_icon:nth-of-type(2), 
.fixed_callback.fixed_8 .callback_icon:nth-of-type(7) {margin-left: 92px;margin-top: -12px;margin-bottom: -12px;}
.fixed_callback.fixed_8 .callback_icon:nth-of-type(1) {transform: translate(20px, 20px);}
.fixed_callback.fixed_8 .callback_icon:nth-of-type(8){transform: translate(20px, -20px);}

.fixed_callback.fixed_8 .callback_icon:nth-of-type(2) {transform: translate(33px, 10px);}
.fixed_callback.fixed_8 .callback_icon:nth-of-type(7){transform: translate(33px, -10px);} 

.fixed_callback.fixed_8 .callback_icon:nth-of-type(3),
.fixed_callback.fixed_8 .callback_icon:nth-of-type(6) {transform: translate(33px, -6px);margin-left: 60px;}
.fixed_callback.fixed_8 .callback_icon:nth-of-type(5), 
.fixed_callback.fixed_8 .callback_icon:nth-of-type(4) {transform: translate(33px, -6px);margin-left: 44px;}
/*fixed count 7*/
.fixed_callback.fixed_7 .callback_icon{margin: 6px 0 6px;}
.fixed_callback.fixed_7  .callback_icon:nth-of-type(1), 
.fixed_callback.fixed_7 .callback_icon:nth-of-type(7) {margin: -12px 0px; margin-left: 12px;}
.fixed_callback.fixed_7  .callback_icon:nth-of-type(2), 
.fixed_callback.fixed_7 .callback_icon:nth-of-type(6) {margin-left: 45px; margin-top: -6px; margin-bottom: -6px;}
.fixed_callback.fixed_7 .callback_icon:nth-of-type(1) {transform: translate(-30px, 20px);}
.fixed_callback.fixed_7 .callback_icon:nth-of-type(7){transform: translate(-30px, -20px);}
.fixed_callback.fixed_7 .callback_icon:nth-of-type(2) {transform: translate(-27px, 10px);}
.fixed_callback.fixed_7 .callback_icon:nth-of-type(6){transform: translate(-22px, -20px);} 
.fixed_callback.fixed_7 .callback_icon:nth-of-type(3),
.fixed_callback.fixed_7 .callback_icon:nth-of-type(5) {transform: translate(-30px, -6px); margin-left: 67px;}
.fixed_callback.fixed_7 .callback_icon:nth-of-type(4) {transform: translate(-34px, -6px); margin-left: 74px;}
/*fixed count 6*/
.fixed_callback.fixed_6  .callback_icon:nth-of-type(1), 
.fixed_callback.fixed_6 .callback_icon:nth-of-type(6) {margin: 0px 0px;margin-left: 93px;}
.fixed_callback.fixed_6  .callback_icon:nth-of-type(2), 
.fixed_callback.fixed_6 .callback_icon:nth-of-type(5) {margin-left: 60px;margin-top: -6px;margin-bottom: -6px;}
.fixed_callback.fixed_6 .callback_icon:nth-of-type(1) {transform: translate(20px, 20px);}
.fixed_callback.fixed_6 .callback_icon:nth-of-type(6){transform: translate(20px, -20px);}
.fixed_callback.fixed_6 .callback_icon:nth-of-type(2) {transform: translate(33px, 10px);}
.fixed_callback.fixed_6 .callback_icon:nth-of-type(5){transform: translate(33px, -10px);} 
.fixed_callback.fixed_6 .callback_icon:nth-of-type(3),
.fixed_callback.fixed_6 .callback_icon:nth-of-type(4) {transform: translate(33px, -6px);margin-left: 41px;}
/*fixed count 5*/
.fixed_callback.fixed_5  .callback_icon:nth-of-type(1), 
.fixed_callback.fixed_5 .callback_icon:nth-of-type(5) {margin: -6px 0px;margin-left: 78px;}
.fixed_callback.fixed_5  .callback_icon:nth-of-type(2), 
.fixed_callback.fixed_5 .callback_icon:nth-of-type(4) {margin-left: 50px; margin-top: 6px;margin-bottom: 6px;}
.fixed_callback.fixed_5 .callback_icon:nth-of-type(1) {transform: translate(20px, 20px);}
.fixed_callback.fixed_5 .callback_icon:nth-of-type(4){transform: translate(33px, -10px);} 
.fixed_callback.fixed_5 .callback_icon:nth-of-type(5){transform: translate(20px, -20px);}
.fixed_callback.fixed_5 .callback_icon:nth-of-type(2) {transform: translate(33px, 10px);}
.fixed_callback.fixed_5 .callback_icon:nth-of-type(3) {transform: translate(33px, -6px); margin-left: 39px;}
/*fixed count 4*/
.fixed_callback.fixed_4  .callback_icon:nth-of-type(1), 
.fixed_callback.fixed_4 .callback_icon:nth-of-type(4) {margin: -5px 0px;margin-left: 62px;}
.fixed_callback.fixed_4  .callback_icon:nth-of-type(2), 
.fixed_callback.fixed_4 .callback_icon:nth-of-type(3) {margin-left: 45px;margin-top: 10px;margin-bottom: 10px;}
.fixed_callback.fixed_4 .callback_icon:nth-of-type(1) {transform: translate(20px, 20px);}
.fixed_callback.fixed_4 .callback_icon:nth-of-type(4){transform: translate(20px, -20px);}
.fixed_callback.fixed_4 .callback_icon:nth-of-type(2) {transform: translate(33px, 10px);}
.fixed_callback.fixed_4 .callback_icon:nth-of-type(3) {transform: translate(33px, -6px);}
/*fixed count 3*/
.fixed_callback.fixed_3  .callback_icon:nth-of-type(1), .fixed_callback.fixed_3 .callback_icon:nth-of-type(3) {margin: -5px 0px;margin-left: 50px;}
.fixed_callback.fixed_3  .callback_icon:nth-of-type(2) {margin-left: 40px;margin-top: 10px;margin-bottom: 10px;}
.fixed_callback.fixed_3 .callback_icon:nth-of-type(1) {transform: translate(25px, 10px);}
.fixed_callback.fixed_3 .callback_icon:nth-of-type(2){transform: translate(33px, 0px);} 
.fixed_callback.fixed_3 .callback_icon:nth-of-type(3){transform: translate(25px, -10px);} 
/*fixed count 2*/
.fixed_callback.fixed_2  .callback_icon:nth-of-type(1), 
.fixed_callback.fixed_2 .callback_icon:nth-of-type(2) {margin: 6px 0px;margin-left: 44px;}
.fixed_callback.fixed_2 .callback_icon:nth-of-type(1) {transform: translate(25px, 0px);}
.fixed_callback.fixed_2 .callback_icon:nth-of-type(2){transform: translate(25px, 0px);} 
/*fixed count 1*/
.fixed_callback.fixed_1  .callback_icon:nth-of-type(1) {margin: 6px 0px;margin-left: 44px;}
.fixed_callback.fixed_1 .callback_icon:nth-of-type(1) {transform: translate(25px, 0px);}

/*breadcrumbs*/
.breadcrumbs{}
.kama_breadcrumbs{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px 20px;
}
.breadcrumbs a{
    color:var(--color-black); 
    text-decoration: none; 
    font-weight: 500;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
.breadcrumbs .kb_sep{    font-size: 11px;}
.breadcrumbs .kb_title{color:var(--color-gray);}
.promo_content .breadcrumbs .kb_title{color:var(--color-white);}
.promo_content .breadcrumbs a:hover{color:var(--color-accent2);}
/*banner-all-in*/
.banner-all-in{}
.banner-all-in .banner{
    display: block;
    border-radius: 260px;
    overflow: hidden;
    position: relative;
}
.banner-all-in .banner .image{display:block ; height: 100%;}
.banner-all-in a.banner .image img{transition: .5s ease; object-fit: cover; height: 100%;}
.banner-all-in a.banner:hover .image img{
        -webkit-transform: scale(1.01);
    transform: scale(1.01);
}
.banner-all-in .banner:after{
display: inline-block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    left: 0;
    top: 0;
}
.banner-all-in .banner .banner_content{
    position: absolute;
    width: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding: 30px 60px;
    color: var(--color-white);
    gap: 10px 0px;
    z-index: 2;
}
.banner-all-in .banner  .title{
font-size: 28px;
    font-weight: bold;
}
.banner-all-in .banner .title span{display: block;}
.banner-all-in .banner  .text{}
.banner-all-in .banner  .readmore{
    color: var(--color-white);
    font-weight: 500;
    display: inline-block;
    background: var(--color-accent2);
    padding: 2px 15px;
    font-size: 16px;
    border-radius: 6px;
    text-transform: lowercase;
}

/*rooms_page*/
.rooms_page{}
.rooms_page .row-top{
    display: flex;
    align-items: center;
}
.rooms_page .row-top .col-content{
    max-width: 35%;
    padding-right: 30px;
}
.rooms_page .row-top .col-banner{
   max-width: 65%;
}
/*ultra-all-in-page*/
.header_promo .fint_title_wrapper{
    display: flex;
    flex-direction: column;
}
.all-in-items{}
.all-in-items .row:not(:last-child){margin-bottom: 30px;}
.all-in-items .row{gap:15px 0;}

.service-items .row{gap:30px 0px;}
.all-in-items .item .item-wrapper{display: block; width: 100%;}
.all-in-items .item .wrapper-title, .service-items .item .wrapper-title{
    position: absolute;
    width: 100%;
    bottom: 0px;
    min-height: 243px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    background: url(../images/shadow_bottom4.png) repeat-x 0px bottom;
    z-index: 4;
}
.all-in-items .item .image{display:block; width: 100%; height: 100%;}
.all-in-items .item img{width: 100%;}
.all-in-items .item .wrapper-title .title, .service-items .item .wrapper-title .title{
    font-size: 25px;
    font-weight: 600;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.all-in-items .item .wrapper-title .readmore, .service-items .item .wrapper-title .readmore{
    border-radius: 18px;
    border: 1px solid;
    line-height: 14px;
    text-transform: lowercase;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    bottom: 0px;
    font-size: 17px;
    opacity: 0;
    font-weight: 300;
    visibility: hidden;
    position: absolute;
    transition: all 250ms linear;
}
.all-in-items a.item .wrapper-title .readmore:before, .service-items a.item .wrapper-title .readmore:before{
display: inline-block;
    content: '';
    width: 18px;
    height: 19px;
    background: url(../images/m_white.svg) no-repeat center center;
    margin-right: 8px;
}
.all-in-items a.item:hover .wrapper-title .title .readmore, .service-items a.item:hover .wrapper-title .title .readmore{
    bottom: -44px;
    opacity: 1;
    visibility: visible;
}
.flex_content .gallery .hidden{display:none;}
.flex_content .gallery{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
    gap: 15px;
}
.flex_content .gallery .fancybox{
    border-radius: 12px;
}
.contact_item_info .phone_note{display: block; line-height: 1em;}
.conctact-page .phone_link {
    color:var(--color-black);
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
}
.conctact-page .phone_link:hover{color:var(--color-accent2);}
.conctact-page  .contact_item_info li{padding-top: 5px; padding-bottom: 5px;}
.conctact-page .h5{font-size: 20px; margin-bottom: 5px;}
 .conctact-page .contact_item{
 }


 /*korpus_module*/
.korpus_module{}
.korpus_module .row{
    gap:30px 0;
}
.korpus_module .korpus{
    display: flex;
    position: relative;
    flex-direction: column;
    border-radius: 6px;
    overflow: hidden;
    text-decoration: none;
    color:#333;
}
.korpus_module .korpus .korpus_name{
    font-size: 24px;
    font-weight: 600;
}
.korpus_module .korpus .korpus_name span{

}
.korpus_module .korpus .img{}
.service-items .item .image{display: block; width: 100%;}
.korpus_module .korpus .img img, .service-items .item img{transition: .5s ease; width: 100%;}
.korpus_module .korpus:hover .img img, .service-items .item:hover img{-webkit-transform: scale(1.015); transform: scale(1.015);}
.korpus_module .korpus_info{
position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    color: var(--color-white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.korpus_module .korpus_info_wrapper_top, .korpus_module .korpus_info_wrapper_bottom{
        position: relative;
    z-index: 2;
    padding: 30px 30px;
}
.korpus_module .korpus_info_wrapper_top{}
.korpus_module .korpus_info_wrapper_bottom{
display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.korpus  .korpus_info .btn-info{
    border-color:var(--color-white);
    color:var(--color-white);
}
.korpus:hover .korpus_info .btn-info{
    background: var(--color-white);
    color:var(--color-black);
}
.korpus_module .korpus_info:before{
display: inline-block;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: url(../images/shadow_bottom5.png) repeat-x;
    height: 257px;
    opacity: .4;
    transition: all 200ms linear;
}
.korpus_module .korpus_info:hover:before, .korpus_module .korpus_info:hover:after{
    opacity: 1;
}
.korpus_module .korpus_info:after{
display: inline-block;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: url(../images/shadow_top5.png) repeat-x;
    transition: all 200ms linear;

    height: 257px;
    opacity: .3;
}
.korpus_module .korpus_info_wrapper{
    position: relative;
    z-index: 2;
}
.korpus_module .korpus_info_wrapper>*{
padding: 15px 30px;
}
.korpus_module .korpus_info_wrapper .korpus_teaser{
    display: flex;
    flex-direction: column;
}
.korpus_module .korpus_info_wrapper .price{font-weight: bold;}

/*service_items*/
.service_items{}
.service_items .items{}
.service_items .items .row{gap:30px 0;}
.service_items a.item{
    display: flex;
    flex-direction: column;
}
.service_items .item{
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.service_items .item .image{}
.service_items .item:hover .image img{
    -webkit-transform: scale(1.015);
    transform: scale(1.015);
}
.service_items .item .image img{
    transition: .5s ease;
    width: 100%;
}
.service_items .item .info_bottom{
    justify-content: space-between;
    position: absolute;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    bottom: 0;
    color: var(--color-white);
    padding: 30px;
    z-index: 2;
}
.service_items .item  .title{
font-size: 20px;
    font-weight: 400;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, .8);
}
.service_items .item:after{
    display: inline-block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/shadow_bottom5.png) repeat-x;
    height: 257px;
    bottom: 0;
    left:0;
        opacity: .6;
}


/*reviews last module */
.slick-reviews{
    padding-left: 70px;
    padding-right: 70px;
}
.last_reviews_module{}
.item_review_wrapper{padding: 0px 15px;}
.item_review{
}
.item_review .ava_wrapper{
margin-right: 15px;
display: none;
}
/*.slick-reviews .slick-arrow:hover{color:#000;}*/
/*.slick-reviews .slick-arrow{
    color: #666;
    background: transparent;
    font-size: 25px;
}*/
.slick-reviews .slick-arrow.slick-prev {left: 0px;}
.slick-reviews .slick-arrow.slick-next {right: 0px;}
.item_review .ava_wrapper .ava{
    /* background: #eee3dd; */
    /* width: 56px; */
    /* height: 56px; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #eee3dd;
    text-align: center;
    font-size: 35px;
    /* border-radius: 50%;*/
}
.item_review .ava_wrapper .ava i{}
.last_reviews_module .item_review .review_name_wrapper{
display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.item_review ._starBox{font-size: 12px;}
.item_review .review_name{
    color: #333;
    font-weight: 600;
    font-size: 17px;
}
._star {color:#666;}
._star.active {color:#f2c50f;}
.item_review .review_short{
}
.item_review .date{
color: #666;
    font-weight: 300;
    font-size: 13px;
    margin-top: 10px;
}
.item_review .date i{
margin-right: 5px;
    color: #c4c4c4;
    font-size: 14px;
}
.reviews-page .item_review{
    margin-bottom: 15px;
    padding: 30px;
        border-bottom: 1px solid #f1f1f1;
}
.reviews-page .item_review .comment_admin{
    background: #f8f5ec;
    padding: 15px;
    font-style: italic;
    font-size: 14px;
}
.reviews-page .item_review:nth-child(odd){background: #fff;}
.last_reviews_module .reviews_readmore{margin-top: 30px;}

/*gov_sites*/
.gov_sites{
    display: flex;
    flex-direction: column;
    gap: 15px 0px;
}
.gov_sites_wrapper img{height: 52px;}
.gov_sites .site{
display: flex;
    background: #fff;
    padding: 15px;
    box-shadow: 0px 0px 15px rgba(0,0,0,.2);
    gap: 0px 15px;
    color: var(--color-black);
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}
.gov_sites .site .site_name{

    display: block;
}
.gov_sites .site .site_name span{
    display: block;
}
/*fixed_nav_wrapper*/
.fixed_nav_wrapper{
z-index: 99999;
    width: 100%;
    bottom: 60px;
    position: fixed;
}
.fixed_nav{
    background: #595e68;
    display: flex;
    align-items: center;
    border-radius: 360px;
    justify-content: center;
    padding: 15px 15px;
    gap: 0px 60px;
}
.fixed_nav ul{
padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
}
.fixed_nav li{padding-left: 10px; padding-right: 10px;}
.fixed_nav ul a{
color: var(--color-white);
    font-weight: 400;
}
.yandex_partner img{
    height: 20px;
}
/*partner */
.partner {}
.partner  img{width: 100%; object-fit: cover;}
/*service items*/
.service-items .item{
    position: relative;
    display: flex;
    flex-direction: column;
    color: var(--color-white);
    border-radius: 6px;
    overflow: hidden;
}
.service-items .items-children .item:after{
    display: inline-block;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: url(../images/shadow_bottom5.png) repeat-x;
    height: 257px;
}
.service-items  .wrapper_title{
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 0;
    padding: 30px;
}
.service-items  .wrapper_title .title{
    font-weight: 600;
    font-size: 20px;
}
.service-items .item:hover .wrapper_title{
}

/*news module*/
.last_news_module{}
.last_news_module .slick-slide{padding-left: 15px; padding-right: 15px;}
.last_news_module .item_news_wrapper{}
.last_news_module .item_news .date{color:#666; font-size: 12px;}
.last_news_module .item_news .date i {margin-right: 5px;}
.last_news_module .item_news{
 display: flex;
    flex-direction: column;
    gap: 15px 0px;
    overflow: hidden;
    text-decoration: none;
}
.last_news_module .news_name{}
.last_news_module .image{
    display: block;
    border-radius: 6px;
    overflow: hidden;
}
.last_news_module .image img{transition: .5s ease;}
.last-news  .items.row {gap:30px 0;}
.last_news_module .item_news:hover img{
    -webkit-transform: scale(1.015);
    transform: scale(1.015);
}
.news-page .last-news a.item {
    display: flex;
    flex-direction: column;
    background: transparent;
    box-shadow: 0 0 0;
    gap: 15px 0px;
    text-decoration: none;
    padding: 0;
}
.news-page .last-news a.item .date i{margin-right: 5px;}
.news-page .last-news a.item .date{
    color:#666; font-size: 12px;
}
.pagination{margin-bottom: 30px; margin-top: 30px;}
.page-item.active .page-link{    background-color: #595e68; border-color: #595e68;}
.page-link{color: var(--color-black); text-decoration: none;}

/*zakupki-items*/
.zakupki-items{}
.zakupki-items .items-children {
    display: flex;
    flex-direction: column;
    gap: 10px 0px;
}
.zakupki-items .item {
background: var(--f-button-color);
    display: flex;
    padding: 15px;
    border-radius: 12px;
    color: var(--color-white);
	text-decoration: none;
}
.zakupki-items .item .title{text-decoration:underline;}
.status{}
.status .alert-danger{
	    background: red;
    border: 0;
    padding: 3px 5px;
    text-decoration: none;
    font-size: 14px;
	color:var(--color-white);
}
.tour3d{width: 100%; height: 85vh; border:0;}
.table-stripped{}
.table-stripped tr:nth-child(even){
    background: #fefbf8;
}

.korpus-slick{
    padding-right: 80px;
    padding-left: 80px;
}
.korpus-slick .slick-prev {left: 0px;}
.korpus-slick .slick-next {right: 0px;}

.documents li{padding: 5px 0;}
/*teaser-healts-articles*/
.teaser-healts-articles{}
.teaser-healts-articles .row{gap:30px 0px;}
.teaser-healts-articles .item{
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    color: var(--color-black);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.13);
    text-decoration: none;
    height: 100%;
}
.teaser-healts-articles .item .image{
height: 320px;
    overflow: hidden;
}
.teaser-healts-articles .item .image img{transition: .5s ease;}
.teaser-healts-articles .item:hover .image img{
-webkit-transform: scale(1.01);
    transform: scale(1.01);
}
.teaser-healts-articles .item .wrapper_title{
padding: 30px;
    display: flex;
    flex-direction: column;
}
.teaser-healts-articles .item:hover .title{

}
.teaser-healts-articles .item .title{
font-size: 18px;
    font-weight: 500;
    color: var(--color-link);
    display: block;
    margin-bottom: 15px;
}
/*healts-program-items*/
.healts-program-items{
	    display: flex;
    flex-direction: column;
    gap: 10px 0px;
    align-items: flex-start;
}
.healts-program-items a{
    display: inline-block;
    border: 1px solid var(--color-link);
    padding: 10px;
    border-radius: 6px;
    text-decoration: none;
}
.healts-program-items a:hover{
	background: var(--color-link);
	color:var(--color-white);
}



/*question list*/
.faq.module{margin-top: 50px;}
.accordion {}
.accordion  .item {
     background: #f8f5ec;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 6px;
    transition: .5s ease;
}
.accordion .collapseblocks{padding: 0px 30px 30px;}
.accordion  .item:hover .title {color:#333;}
.accordion  .item:hover{background:#f1ecdd; }
.accordion  .itemHeader{}
.accordion  .item .text {
    padding: 15px 15px;
    background: #fff;
    margin-top: 15px;
    border-radius: 6px;
    overflow: hidden;
    text-align: justify;
}
.accordion .title {
font-size: 17px;
    font-weight: 500;
    color: #333;
    display: inline-block;
    padding: 20px 30px;
    width: 100%;
}
.accordion .title i {
    margin-right: 10px;
    color: #2a5aa1;
}

.fint-ornament-small:after{
    display: table;
    content: '';
    background: url(../images/ornament_small.jpg) no-repeat 0px 0px;
    height: 42px;
    width: 125px;
    margin: 15px auto 30px 
}

#gallery_photos_full_widtn{
    padding: 0px 60px
}
#gallery_photos_full_widtn .row{gap:30px 0;}
#gallery_photos_full_widtn .item a{
    position: relative;
    display: inline-block;
    height: 350px;
    width: 100%;
}
#gallery_photos_full_widtn .item a img{
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#gallery_photos_full_widtn .item a:after{
        content: "\e93e";
    display: flex;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 35px;
    z-index: 7;
    background: rgba(193,155,118,.8);
    line-height: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 250ms linear;
}
#gallery_photos_full_widtn .item a:hover:after{
    opacity: 1;
}

#hidden_children_info .res{display: flex;
flex-wrap: wrap; gap:0px 30px; align-items: center; justify-content: center; margin-bottom: 30px;}

#glt-translate-trigger{display: none;}
.bt_menu-vi-on{cursor: pointer;}
.bt_menu-vi-on svg{width: 30px; height: 30px; stroke:#333;}
.is-sticky .bt_menu-vi-on svg{stroke:#333;}
.promo_page .bt_menu-vi-on svg{stroke:#ffffff;}

.index .bt_menu-vi-on svg{stroke:#ffffff;}
#google_language_translator{height: 26px; display: none;}

/*our_doctors*/
.our_doctors{}
.our_doctors .doc_group{
    display: flex;
    flex-direction: column;
    gap:30px 0;
}
.our_doctors .doc_group{

}
.doctor-row{gap:30px 0px;}
.our_doctors .doc_group .item-wrapper{
max-width: 20%;
    flex: 0 0 20%;
    padding-right: 15px;
    padding-left: 15px;
}

.our_doctors .doc_group .item{
background: #E7F1FA;
    padding: 15px;
    height: 416px;
    border-radius: 6px;
}
.our_doctors .doc_group .item-inner{
background: var(--color-white);
    padding: 5px;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 6px;
    gap: 15px 0px;
}
.our_doctors .doc_group .item .name{}
.our_doctors .doc_group .item .name span:first-child{font-weight: bold;}
.our_doctors .doc_group .item .name span{display: block;}
.our_doctors .doc_group .item .prof{}
.our_doctors .doc_group .item .image{
}
.our_doctors .doc_group .item .image i{
        font-size: 50px;
    color: #c2d4e5;
}

/*ekskursii-category*/
.ekskursii-category{}
.ekskursii-category .row{gap:30px 0;}
.ekskursii-category .item{}
.ekskursii-category .item a:hover{color:var(--color-link2);}
.ekskursii-category .item a{
    display: flex;
    flex-direction: column;
    gap:15px 0;
    text-align: center;
    text-decoration: none;
    color:var(--color-black);
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
}
.ekskursii-category .item a img{
        transition: .5s ease;
    width: 100%;
    object-fit: cover;
}

.ekskursii-category .item a:hover img{
        -webkit-transform: scale(1.01);
    transform: scale(1.01);
}
/*module12865*/


/*other-price*/
.other-price .row{
    gap:15px 0;
}
.other-price .item{
    border-radius: 40px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--color-black);
    gap: 0px 15px;
    border: 1px solid #C28E38;
    font-weight: 500;
    padding: 15px 30px;
    height: 100%;
    font-size: 18px;
}
.other-price .item:hover{
background: #C28E38;
color:var(--color-white);
}
.other-price .item:hover svg{
    fill:var(--color-white);
}
.other-price .item svg{
    height: 32px;
    width: auto;
    fill: var(--color-accent2);
}
.customize-support{padding-top:30px; }
.warning_text{
	text-align: center;
    background: #f1f1f1;
    font-size: 13px;
    padding: 5px 0px;
}
.text_after_3d_tour{
        text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.index #module1 .accordion-list .item{
    background: transparent;
}
.index #module1 .accordion-list .item .title, #accordion-list-infr .title{
    text-align: center;
    font-size: 35px;
    padding: 0;
    font-weight: 300;
    display: flex;
    justify-content: center;
}
.index #module1 .accordion-list .item .title i, #accordion-list-infr .title i{color:#c4c4c4; font-size: 22px; order:1; margin-left: 10px; margin-right: 0;}


