:root {
  --color-black: #333333;
  --color-green: #739b97;
  --color-white: #ffffff;
  --color-accent: #693d4a;
}

* {
    outline: none;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
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: 'Montserrat', 'Ubuntu', 'Open Sans',Arial,"Noto Sans",sans-serif;
font-size: 17px;
font-weight: 400;
line-height: 1.5em;
color: #333;
text-align: left;
background-color: #fff;
}
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: #258dc9;
text-decoration: underline;
background-color: transparent;
}
a:hover {
color: #1a79af;
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;
background: #fff;
}
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: 600;
    line-height: 1.2;
}
h1, .h1 {font-size: 32px;}
h2, .h2 {font-size: 30px;}
h3, .h3 {font-size: 28px;}
h4, .h4 {font-size: 26px;}
h5, .h5 {font-size: 24px;}
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: 1440px;
}
}
.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;
    font-weight: inherit;
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: 50px;
    padding: 15px 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d4cbbe;
    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: 600;
    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: 0px solid transparent;
padding: 0px 25px;
    line-height: 50px;
    border-radius: 10px;
    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;
}
@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-success {
    background: #35b4cf;
    color:#fff;
}
.btn-success:hover {background: #23a4bf; color: #fff;}
.btn-primary {
    color: #fff;
    background-color: #739b97;
}
.btn-primary:hover {
background-color: #63908b;
color:#fff;
}
.btn-primary:focus, .btn-primary.focus {
color: #333;
box-shadow: 0 0 0 ;
}

.btn-info {
    background: transparent;
    border:1px solid var(--color-green);
    color:var(--color-green);
}
.btn-info:hover{
    background: var(--color-green);
    color: var(--color-white);
}
.btn-default {
    color: #fff;
    background-color: #693d4a;
    border: 0;
}
.btn-default:hover {
color: #fff;
    background-color: #5c303d;
}
.btn-default:focus, .btn-default.focus {
color: #fff;
background-color: #5c303d;
}

.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: #666;
}
.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 {
   line-height: 30px;
    padding: 0px 15px;
    font-size: 13px;
}
.btn-group>*:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group>*:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group>*:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group *+*{margin-left: -1px;}
.btn-group>*:first-child {
    margin-left: 0;
}
.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:hover {color:#2873B9;}
.nav-pills .nav-link {
text-decoration: none;
    border-radius: 0.25rem;
    color: #333;
    font-weight: 600;
    font-size: 18px;
    padding: 15px 30px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #2873B9;
}
.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: #333;
    background-color: #fff;
    text-decoration: none;
    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: #3f5097;
    border-color: #3f5097;
}
.page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6;
}
.alert {
position: relative;
    padding: 30px;
    margin-bottom: 1rem;
    border: 0px solid transparent;
    border-radius: 8px;
}
.alert>*:last-child{margin-bottom: 0;}
.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: 2147483643;
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: 800px;
}
}
@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: '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-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";
}
.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";
}
.icon-camera:before {
  content: "\e93e";
}

.max img{height: 16px;}
#wpadminbar{top:inherit; bottom: 0;}
.module-title{
text-align: center;
    margin-bottom: 25px;
}
.module-title .fint{}
.module-title .sub_title{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color:#525252;
}
.mt-20{margin-top: 20px;}
.mt-30{margin-top: 30px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.mb-50{margin-bottom: 50px;}
/*theme style*/
.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;
}
.fint{
font-size: 35px;
    margin-bottom: 15px;
    line-height: 1.2em;
    font-weight: bold;
}

.module{margin-bottom: 30px;}
.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;
}
.nav-open .side-nav-overlay, .filter-open .side-nav-overlay {
    display: block;
}
a.vk{color:#0077ff;}
a.whatsapp{color:#3ae35b;}
a.viber{color:#764e97;}
a.ok{color:#EE8208;}
a.tg{color:#039BE5;}
a.inst{color:#DF5682;}
img.rounded{border-radius: 16px; overflow: hidden;}
img.rounded24{border-radius: 24px; overflow: hidden;}
img.rounded16{border-radius: 16px; overflow: hidden;}
/*header*/
.promo_page  #sticky-sticky-wrapper{
    position: absolute !important;
    width: 100%;
}
.promo_page header{background: transparent; color:var(--color-white);}
.promo_page .is-sticky header{color:var(--color-black);}
.promo_page #sticky-sticky-wrapper:after{
display: inline-block;
    content: '';
    position: absolute;
    width: 100%;
    height: 291px;
    top: 0;
    left: 0;
    background: url(../images/shadow_top.png) repeat-x;
    z-index: 2;
}
.promo_page header{padding-top: 0;}
.promo_page header .sign-block .btn{
    background: var(--color-white);
    border-color: transparent;
    color:  var(--color-green);
}
.promo_page header .sign-block .btn:hover{
    background: var(--color-green);
    color: var(--color-white);
}
.promo_page .is-sticky  header .sign-block .btn{
    background: var(--color-green);
    color:var(--color-white);
}
header{
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #f6f2ec;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    z-index: 99 !important;
}
header .col-wrapper{
    display: flex;
    gap: 0 30px;
    align-items: center;
}
.inner #sticky-sticky-wrapper{margin-bottom: 30px;}
.is-sticky header{
    box-shadow: 0px 0px 30px rgba(0,0,0,.15);
    background: #f6f2ec;
}
.logo{text-decoration: none;}
.promo_page .logo .logo_element{
    background: #fff;
    padding: 5px 38px 36px;
    border-radius: 0px 0px 115px 115px;
    transition: all 250ms linear;
}
.promo_page .is-sticky  .logo .logo_element{
    background: #f6f2ec
/*background: transparent;
padding: 0;*/
}
.logo .slogan{
background: #0b4e45;
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    border-radius: 16px;
    padding: 0px 12px;
    position: absolute;
    bottom: 4px;
    left: 94px;
    letter-spacing: .3px;
}
.logo_element img{}
.logo_wrapper{
display: flex;
    flex-direction: column;
    align-items: center;
}
.promo_page .logo svg{}
.logo svg{
fill:#739b97;
width: auto;
-webkit-transition: all 100ms linear;
-moz-transition: all 100ms linear;
-ms-transition: all 100ms linear;
-o-transition: all 100ms linear;
transition: all 100ms linear;
}
.is-sticky .logo svg, .logo svg{ fill: var(--color-green);;}
.logo .logo_element svg{height: 90px; width: auto;}
header .btn-info{height: 36px; line-height: 36px; font-size: 13px;}
header .btn-info, .promo_page .is-sticky header .btn-info{ background: #3f5097; color:#fff;}
.promo_page header .btn-info{color:#333; background: #fff; border-color:#fff;}
/*.main_menu*/
.wrapper-side-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.mobile_btn {
height: 16px;
    display: block;
    line-height: 16px;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
}
.mobile_btn:hover{border-color:#fcca00;}
.mobile_btn .text{
display: none;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 10px;
}
.hamb_wrapper {
    width: 24px;
    position: relative;
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
 
.promo_page .is-sticky  .mobile_btn .hamb_wrapper span{background-color:#333;}
.promo_page .mobile_btn .hamb_wrapper span{background-color:var(--color-white);}
.mobile_btn .hamb_wrapper span {
    height: 2px;
    background-color: #333;
    width: 100%;
    transition: all .4s;
    will-change: transform,width;
    left: 0;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-right: -5px;
    margin-left: -5px;
}
.nav>li.menu-item {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}
.main_menu.nav>li:hover:not(.current)>a{color: #deae5a;}
.inner:not(.promo_page) .nav>li:hover:not(.current)>a, .main_menu.nav>li.current>a{color:var(--color-green);}
.main_menu.nav>li>a {
    font-weight: 600;
    color: #333;
    padding-right: 15px;
    border-radius: 90px;
    padding-left: 15px;
    text-decoration: none;
    display: inline-block;
    line-height: 50px;
    border: 1px solid transparent;
    position: relative;
    text-transform: none;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    font-size: 16px;
}
.main_menu.nav>li>a i{font-size: 11px; margin-left: 5px;}
 
 .main_menu .sub-menu{
    background: #fff;
    position: absolute;
    left: 15px;
    transition: all .2s;
    padding: 30px;
    min-width: 280px;
    opacity: 0;
    list-style-type: none;
    margin: 0;
    visibility: hidden;
    border-radius: 12px;
    z-index: 9;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 15%);
}
.main_menu.nav>li.has_children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
.main_menu .sub-menu{}
.main_menu .sub-menu a:hover{color:#0e6fb5}
.main_menu .sub-menu a{
    color: #333;
    font-size: 15px;
    line-height: 1.5em;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    padding: 5px 0px;
}
.main_menu .sub-menu .current a{color:#2E75A9;}
/*header contact */

.mobile_main_phone{
    display: none;
    font-size: 25px;
    color: #333;
}
.promo_page .mobile_main_phone{}
header .phone_wrapper{display: flex; gap:0px 5px; align-items: center;}
.header-contact-block a, .contact_footer a, .header-contact-block a {text-decoration: none;}
.promo_page .is-sticky .header-contact-block .t_link, .promo_page .is-sticky .header-contact-block .t_link *{color:#333;}
.promo_page .is-sticky .header-contact-block .t_link:hover{color:var(--color-green);}
.promo_page .header-contact-block .t_link{color:var(--color-white);}
.header-contact-block .t_link, .contact_footer .t_link, .header-contact-block .t_link * {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 17px;
    line-height: 1em;
}
header .note_phone{text-align: right;}
.note_phone{
display: block;
font-size: 13px;
line-height: 1em;
}
.header-contact-block .t_link:hover, .contact_footer .t_link:hover{color: var(--color-green);}
.header-contact-block  .messenger_wrap {
display: flex;
align-items: center;
margin-left: 10px;
}
.header-contact-block  .m_link {
    background: #fff;
    display: flex;
    width: 20px;
    height: 20px;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 50%;
}
.header-contact-block .m_link:not(:last-child){margin-right: 5px;}
/*main_content*/
.main_content{min-height: 700px;}
/*.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: #693d4a;
    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: 21%;
    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: #5b313d;}
.fixed_callback.active .callback_inner {background: #693d4a;}
.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: 48px;
width: auto;
}
.fixed_callback .callback_inner .slogan{
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 6px;
    letter-spacing: .5px;
    font-weight: 300;
}
 
.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-green);
border-radius: 50%;
transition: all .3s;
}

.fixed_callback .callback_icon .max:before{background: #7946E8;}
.fixed_callback .callback_icon .max img{height: 18px; position: relative; z-index: 2}
.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);}
/*side block*/
.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;
}
.nav-modal-wrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2147483642;
    width: 50%;
    left: -50%;
    height: 100%;
    background-color: #fff;
    padding: 60px 50px 60px 120px;
    visibility: inherit;
    -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;
    overflow: auto;
}

 
.close_btn_side_modal_wrapper{
    position: fixed;
    transform: translate(-100%, 0px);
    left: -40px;
    top: 30px;
    z-index: 9;
    text-align: right;
    -webkit-transition: all .7s cubic-bezier(.645,.045,.355,1);
    transition: all .7s cubic-bezier(.645,.045,.355,1);
}
.open .close_btn_side_modal_wrapper{
    transform: translate(0px, 0px);
left: 40px;
}
.close_btn_side_modal:hover{color:#666;}
.close_btn_side_modal{
    border: 0;
    font-size: 20px;
    color: #333;
}
.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{
}

.main_slider {max-height: 705px;}
.slider_module{margin-bottom: 60px; position: relative;}
.booking_promo{
background: #e4ded6;
    padding-top: 30px;
    padding-bottom: 30px;
}
.booking_promo .fint{
     color: #333;
    font-size: 20px;
    margin-bottom: 0;
}
.hidden_imputs {
    transition: all 100ms linear;
    height: 0;
    visibility: hidden;
}
.booking_form.active .hidden_imputs {
opacity: 1;
    height: auto;
    visibility: visible;
    border-radius: 6px;
    padding: 0px 0px 0px 30px;
    display: table;
    margin: 20px auto 0px;
}
.index .booking_form .inputs .row{margin-left: -10px; margin-right: -10px;}
.booking_form.active .container_submit_next{display: none;}
.booking_form .inputs .col-auto, .booking_form .hidden_imputs .col-auto{padding-right: 10px; padding-left: 10px;}
.booking_form .litepms-label {
    color: #919191;
    font-size: 12px;
    text-transform: uppercase;
    top: 15px;
    position: absolute;
    transition: all 0.3s ease-out;
}
/*booking_full*/
.booking_full form{
    background: #fff; padding: 60px 60px;
}
.booking_full .inputs{
/*    width: 90%;
    margin: 0px auto;*/
}
.booking_full  .form-control, .booking_form .form-control{
height: 100%;
}
.booking_full .label, .booking_form .label {
    color: #919191;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    top: 10px;
    position: absolute;
    transition: all 0.3s ease-out;
}
.booking_full .container-input, .booking_form .container-input{
transition: all 100ms linear;
position: relative;
    height: 70px;
    display: flex;
    padding: 0px 20px;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #d4cbbe;
}
.booking_form  .container-submit{background: transparent; border:0;}

.booking_full .container-input:hover{border-color: #ccc;}
.booking_full .input_wrapper, .booking_form .input_wrapper{height: 100%; width: 100%;}
.booking_full .container-input .icon, .booking_form .container-input .icon{
    margin-right: 15px;
}
.booking_full .inputs>.row:not(:last-child){margin-bottom: 30px;}
.index .booking_form .room_type{max-width: 250px;}
.booking_form .form-control {
    height: 70px;
    font-weight: bold;
    border: 0;
    background: transparent;
    color: #333;
    cursor: pointer;
    padding: 0;
    border-radius: 0;
    position: relative;
    font-size: 15px;
    padding-top: 15px;
    padding-left: 0;
    z-index: 2;
}
.booking_form .modal .form-control {
    width: 100%;
    max-width: initial;
    border-radius: 6px;
    border: 1px solid #ddd;
    height: 44px;
    line-height: 44px;
    font-weight: 300;
    padding: 15px;
}
/*hidden_children_info*/
#hidden_children_info{}
#hidden_children_info .res{
display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
}
#hidden_children_info .res .children_info{
padding-left: 15px;
padding-right: 15px;
}
#hidden_children_info .btn{
height: 44px;
    line-height: 44px;
    padding: 0px 30px;
    font-size: 12px;
}
.booking_form .container_block:not(:last-child) {
    max-width: 250px;
}
.booking_form .search_inputs {}
.promo_page .booking_form.active .search_inputs{}
.promo_page .booking_form .search_inputs .h3{display: none;}
.promo_page .booking_form .search_inputs {
    display: table;
    margin: 0px auto;
}
.booking_form .btn {
    line-height: 70px;
    height: 70px;
    text-transform: uppercase;
    padding: 0px 30px;
}
.booking_form .btn{}
.slider{
    position: relative;
    overflow: hidden;
    height: 100vh;
    margin-bottom: 30px;
}
.main_slider.slick-slider .slick-dots li button{
    background: #fff;
    text-indent: -9000px;
    box-shadow: 0 0 0 rgba(229,108,100, 0.4);
}
.main_slider.slick-slider .slick-dots li.slick-active button{
    background: #0b4e45;
     animation: pulse 2s infinite;
}
.main_slider.slick-slider .slick-slide img {
    display: block;
/*    width: 100%;
    height: 100vh;*/
    object-fit: cover;
}
.main_slider .slick-item .img, .main_slider .slick-item .img img{height: 100%;}
/*.main_slider .slick-center + .slick-slide{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
}*/
.main_slider .slick-slide{
    position: relative;
        height: 700px;
    right: -115px;
}
.main_slider .slick-center{
    clip-path: polygon(12% 0, 88% 0%, 100% 100%, 0% 100%);
    right: 0 !important;
    z-index: 3;
}

.main_slider .slick-center:after, .main_slider .slick-center:before{
        display: inline-block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top:0;
    background: var(--color-white);
}
.main_slider .slick-center:after{
    clip-path: polygon(78% 0, 100% 0, 100% 100%, 90% 100%);
    right: -9.5%;
}
.main_slider .slick-center:before{
    clip-path: polygon(0 0, 22% 0, 10% 100%, 0% 100%);
    left: -9.5%;
}

.main_slider .slick-center + .slick-slide{left:-115px; right: 0; z-index: 2}
.main_slider .slick-item .img img{}
.main_slider .slick-item{
    position: relative;
        height: 700px;
}
.slide_content, .promo_content{
    position: absolute;
    width: 100%;
    bottom: 60px;
    text-align: center;
 }
.owl-item.active .slide_content{
    z-index: 9;
    opacity: 1;
 }
.main_slider.owl-carousel .owl-nav button.owl-next, .main_slider.owl-carousel .owl-nav button.owl-prev{
position: absolute;
    top: 50%;
    z-index: 9;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 29px;
}
.main_slider.owl-carousel .owl-nav button.owl-next{right:10%;}
.main_slider.owl-carousel .owl-nav button.owl-prev{left: 10%;}

.slide_content .title_slide span{display: block;}
.slide_content .text_slide, .text_promo{
font-size: 26px;
    font-weight: 500;
    margin-top: 50px;
}
.main_slider.slick-slider .slick-dots{
position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
}
.main_slider.slick-slider .slick-dots li button{position: relative;}
.main_slider.owl-carousel .item{height: 700px;}
.main_slider.owl-carousel .item .img, .main_slider.owl-carousel .item img{height: 100%;}
.main_slider.owl-carousel .item img{object-fit: cover;}
.main_slider.owl-carousel .owl-item{
    position: relative;
    right: -170px;
}
.main_slider.owl-carousel .owl-item:not(.center) .item.item1 img{
    /*transform: translate(-410px,0px);*/
}
.main_slider.owl-carousel .owl-item.center{
     clip-path: polygon(12% 0, 88% 0%, 100% 100%, 0% 100%);
    right: 0 !important;
    z-index: 3;
}
.main_slider.owl-carousel .owl-item.center+.owl-item{
    position: relative;
    right: 0;
    left: -170px;
}
.main_slider.owl-carousel .owl-item.center:after, .main_slider.owl-carousel .owl-item.center:before{
    display: inline-block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    background: var(--color-white);
    
}
.main_slider.owl-carousel .owl-item.center:before{
clip-path: polygon(0 0, 22% 0, 10% 100%, 0% 100%);
    left: -9.5%;

}
.main_slider.owl-carousel .owl-item.center:after{
clip-path: polygon(78% 0, 100% 0, 100% 100%, 90% 100%);
    right: -9.5%;
}
/*.main_slider.owl-carousel .owl-item.center img{transform: translate(0px, 0px);}*/
/*.main_slider.owl-carousel .owl-item.center+ .owl-item img{transform: translate(510px, 0px);}*/
.main_slider.owl-carousel .owl-item img{
    /*transform: translate(-350px, 0px);*/
}
/*.owl-carousel .owl-stage{padding-right: 25% !important; padding-left: 25% !important;}*/
/*side_menu*/
.side_menu_container{display: block;}
.side_menu{
 display: block;
 margin: 0;
}
.side_menu .menu-item{}
.side_menu>.menu-item>*{
color: #333;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
}
.side_menu>.menu-item>*:hover, .side_menu .sub-menu>.menu-item>*:hover{color: var(--color-green);}
.side_menu .sub-menu {
  list-style-type: none;
    padding: 10px 0px 0px 10px;
    margin: 0;
}
/*.side_menu .active .sub-menu{
max-height: 1500px;
}*/
.side_menu>li {
    padding: 10px 0px;
}
/*.side_menu .menu-item>* .icon-chevron-down:before{
    display: flex;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 20px;
    top: 50%;
    background: #2e8269;
    color: #fff;
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -13px;
    font-size: 17px;
    transition: all 1s ease 0s;

}*/
.side_menu .menu-item>* .icon-chevron-down{
    display: none;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 15px;
    top: 20px;
    margin-top: 0;
    /* background: #666; */
    color: #666;
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 17px;
}
.side_menu .sub-menu>.menu-item>*{
font-weight: 400;
    color: #666;
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 15px;
}
 
.side_menu>.menu-item.current>*, .side_menu .sub-menu>.menu-item.current>*{color: var(--color-green);}
/*side-contact*/
.side-contact{}
.side-contact ul{
padding: 0px;
    margin: 15px 0px 15px;
    list-style-type: none;
}
.side-contact .social_links{
    display: flex;
    align-items: center;
}
.side-contact .social_links li{
padding-right: 5px;
padding-left: 5px;
}
.side-contact .social_links a.vk{}
.side-contact .social_links a.inst{}
.side-contact .social_links a.ok{}
.side-contact a{text-decoration: none;}
.side-contact .t_link{
    color: #333;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 600;
}
/*promo*/
.promo{
position: relative;
height: 800px;
display: flex;
overflow: hidden;
justify-content: space-between;
}
.promo .slide_promo {
    max-width: 33.333%;
    flex:0 0 33.333%;
    height: 100%;
    position: relative;
}
.promo .img, .promo .img img{
    height: 100%;
}
.promo .img img{object-fit: cover; width: 100%;}
.promo .promo_slide_content{
position: absolute;
    bottom: 60px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 50px;
    gap: 30px 0;
}
.promo .slide_promo.left .promo_slide_content{
    transform: translate(-80px, 0px);
}
.promo .slide_promo.right .promo_slide_content{
    transform: translate(80px, 0px);
}
.promo .slide_promo.center {
    max-width: 50%;
    flex:0 0 50%;
        z-index: 9;
}
.promo .slide_promo.center{
-webkit-clip-path: polygon(12% 0%,88% 0%,100% 100%,0% 100%);
    clip-path: polygon(12% 0%,88% 0%,100% 100%,0% 100%);
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.promo .slide_promo.center:after,.promo .slide_promo.center:before{
    display: inline-block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    background: var(--color-white);
    
}
.promo .slide_promo.center:before{
clip-path: polygon(0 0, 22% 0, 10% 100%, 0% 100%);
    left: -9.5%;
}
.promo .slide_promo.center:after{
clip-path: polygon(78% 0, 100% 0, 100% 100%, 90% 100%);
    right: -9.5%;
}
.promo .title_promo{
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 0px 30px rgba(0,0,0,.8);
    line-height: 1.3em;
}
.promo .title_promo span{display: block;}


/*.main_slider.owl-carousel .owl-item.center{
     clip-path: polygon(12% 0, 88% 0%, 100% 100%, 0% 100%);
    right: 0 !important;
    z-index: 3;
}
.main_slider.owl-carousel .owl-item.center+.owl-item{
    position: relative;
    right: 0;
    left: -170px;
}
.main_slider.owl-carousel .owl-item.center:after, .main_slider.owl-carousel .owl-item.center:before{
    display: inline-block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    background: var(--color-white);
    
}*/

/*
.main_slider.owl-carousel .owl-item.center:before{
clip-path: polygon(0 0, 22% 0, 10% 100%, 0% 100%);
    left: -9.5%;

}
.main_slider.owl-carousel .owl-item.center:after{
clip-path: polygon(78% 0, 100% 0, 100% 100%, 90% 100%);
    right: -9.5%;
}*/

/*booking_form*/
.index .booking_form{margin-bottom: 90px; margin-top: 5px;     padding: 30px 0;}
.booking_form{
    background: #e4ded6;
padding: 60px;
}
.index .booking_form .fint{
font-size: 22px;
    text-transform: uppercase;
}
/*footer*/
.footer_copyright{
padding-top: 15px;
margin-top: 30px;
padding-bottom: 15px;
border-top: 1px solid #ddd;
font-size: 12px;
color: #999999;
font-weight: 400;
}
footer{padding-top: 30px; padding-bottom: 30px;}
footer .social_links a{text-decoration: none; font-size: 22px;}
/*contact_page*/
.contact_page{}
.contact_page .social_links a{font-size: 22px;}
.contact_page .main_content a{text-decoration: none;}
.contact_page .main_content a.t_link{font-weight: bold;}
.contact_page .main_content a:not(.social_link):not(.m_link){color:#333;}
.contact_page .main_content a:not(.social_link):not(.m_link):hover{color:#2E75A9;}
.contact_page .main_content a.link{color:#258dc9 !important}
.contact_page .bl:not(:last-child){margin-bottom: 30px;}
.page_title{margin-bottom: 15px;}
/*feedback_form*/
.feedback_form{}
.feedback_form{
    background: #f6f2ec;
    padding: 30px;
    border-radius: 14px;
}
.modal .feedback_form{
background: transparent;
padding: 0;    
}
.feedback_form .fint{font-size: 26px;}
.feedback_form textarea{height: 182px;}
/*side item_offer */
.side-offer{}
.offer_module .item_offer_wrapper:not(:last-child){margin-bottom: 15px;}
.side-offer .item_offer_wrapper{}
.offer_module .item_offer img{
transition: .5s ease;
    height: 100%;
    object-fit: cover;
}
.offer_module .item_offer:hover img{
    -webkit-transform: scale(1.015);
    transform: scale(1.015);
}
.offer_module .item_offer{
position: relative;
    display: flex;
    align-items: center;
    background: #e4ded6;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: #333;
}
.side-offer .item_offer:hover .name_offer{color:#3f5097;}
.offer_module .item_offer .text_offer_wrapper {
    flex: 1;
    padding: 0px 30px 0px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.side-offer .item_offer .text_offer_wrapper {padding: 0px 30px 0px 60px;}
.offer_module .item_offer .text_offer_wrapper .text_offer{    flex: 1;}
.offer_module .item_offer .text_offer>*{display: block;}
.offer_module .item_offer .text_offer .excerpt{margin-bottom: 10px;}
.offer_module .item_offer .text_offer .readmore{display: inline-block;}
.offer_module .item_offer:hover .text_offer .readmore{}
.offer_module .item_offer .name_offer{
 font-size: 20px;
color: #333;
font-weight: 700;
line-height: 1.3em;
margin-bottom: 20px;
}
.offer_module .item_offer:hover .name_offer{color: var(--color-green);}
.side-offer .item_offer .name_offer .excerpt{}
.offer_module .item_offer .name_offer span{display: block;}
.side-offer .item_offer .readmore_wrapper{}
.offer_module .item_offer .img, .img_fint{position: relative; transform: translateZ(0) rotate(0.00001deg);}
.offer_module .item_offer .sale{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 72px;
    height: 72px;
    line-height: 72px;
    border-radius: 50%;
    background: #f1f1f1;
    font-size: 18px;
    font-weight: 800;
    color: #333;
    margin-left: 30px;
}
.offer_module .item_offer .sale span{margin-right: 5px;}
.side-offer .item_offer .sale{
 background: #fff;
    margin-top: -36px;
    position: absolute;
    right: -36px;
    top: 50%;
    margin-left: 0;
}
.offer_module .item_offer .sale img{
    height: 34px;
    width: auto;
}
.offer_module .item_offer .type_offer {
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    padding: 0px 10px;
    letter-spacing: 1px;
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 12px;
}
.offer_module .item_offer .akciya {background: #cb7a74; }
.offer_module .item_offer .img {
    height: 220px;
    width: 250px;
}
/*justified-gallery*/
.justified-gallery{
}
.justified-gallery > a > .jg-caption{display: none !important;}
.justified-gallery > a:after{
display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 35px;
    z-index: 9;
    content: '\e918';
    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(0,0,0,.6);
}
/*.icon-zoom-out:before {
  content: "\e90f";
}
.icon-zoom-in:before {
  content: "\e910";
}*/
.justified-gallery > a:hover:after{opacity: 1;}
.card__figure, .img_figure{
position: absolute;
border-radius: 12px;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    transform: translateZ(0) rotate(0.00001deg);
}
.img_fint{
 position: relative;
    display: block;
    width: 100%;
    height: 400px;
    transform: translateZ(0) rotate(0.00001deg);
}
.card__figure img{
        position: absolute;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    transform: scale(1) rotate(0deg) translate(-50%, -50%);
    transition: opacity 0.125s, transform 1s linear;
}

a:hover .card__figure img{
transform: scale(1.035) rotate(0deg) translate(-50%, -50%);
transition: opacity 0.125s, transform 3.5s linear;
/*        -webkit-transform: scale(1.035);
    transform: scale(1.035);*/
}
/*rooms_page*/
.rooms_page{}
.rooms_page .post_content{}
/*feautured_block */
.feautured_block {}
.feautured_block .items_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
}
.feautured_block .item_wrapper{
flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    text-align: center;
}
.feautured_block  .item{
background: #fff;
    border-radius: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 185px;
    padding: 30px;
    color: #333;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}
.feautured_block  .item:hover{}
.feautured_block  .item .readmore_wrapper, .healts-orientation .item .readmore_wrapper{
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: -40px;
        -webkit-transition: all 1.2s cubic-bezier(.645,.045,.355,1);
    transition: all 1.2s cubic-bezier(.645,.045,.355,1);
}
.feautured_block  .item:hover .readmore_wrapper, .healts-orientation .item:hover .readmore_wrapper {
bottom: 20px;
}
.feautured_block  .item .title{
    line-height: 1.3em;
    margin-bottom: 30px;
}
.feautured_block  .item .title span{
    display: block;
}
.feautured_block  .item .icon{
}
.feautured_block  .item .icon img{
height: 54px;
    width: 54px;
}
.feautured_block  .item .hidden_image, .healts-orientation .item .hidden{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s cubic-bezier(.645,.045,.355,1);
    transition: all .4s cubic-bezier(.645,.045,.355,1);

}
.feautured_block  .item:hover .hidden_image, .healts-orientation .item:hover .hidden {
    opacity: 1;
    visibility: visible;
}
.feautured_block  .item .hidden_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*feautured2_block */
.feautured2_block {}
.feautured2_block .items_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.feautured2_block .items_wrapper .item_wrapper{
padding-right: 15px;
    padding-left: 15px;
    max-width: 25%;
    flex: 0 0 25%;
    margin-bottom: 30px;
}
.feautured2_block .item{
    display: flex;
    text-decoration: none;
    color: #333;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.feautured2_block .item .title{
font-size: 16px;
    font-weight: 600;
}
.feautured2_block .item .readmore_wrapper{}
.feautured2_block .item .image{
    margin-top: 15px;
    margin-bottom: 15px;
}
.feautured2_block .item .image img{
    border-radius: 16px;
    overflow: hidden;
}
.feautured2_block .item:hover .btn-info{
    background: #3f5097;
    color:#fff;
}
.slick-arrow{
    position: absolute;
    border: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #fff;
    border-radius: 50%;
    margin-top: -24px;
    z-index: 8;
    top: 50%;
}
.slick-arrow:hover{
background: var(--color-green);
color:var(--color-white);
}
.slick-doctors{
    margin-bottom: 30px;
    padding-right: 60px;
    padding-left: 60px;
}
.slick-prev {left:50px;}
.slick-next {right:50px;}
.slick-doctors .slick-list{}
/*rooms_module*/
.slick-rooms {
    padding-right: 60px;
    padding-left: 60px;
}
.slick-rooms .slick-slide{padding-right: 10px; padding-left: 10px;}
.rooms_module{}
.rooms_module .item_room_wrapper{
    margin-bottom: 30px;
}
.rooms_module .item_room{
text-decoration: none;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    color: #333;
}
.rooms_module .item_room:hover .room_name{color: var(--color-green);}
.rooms_module .item_room .additional_wrapper{
position: absolute;
    bottom: 50px;
    display: flex;
    left: 0;
    width: 100%;
    justify-content: center;
}
.rooms_module .item_room .additional_wrapper .inner{
    display: flex;
    align-items: center;
}
.rooms_module .item_room:hover .room_info .room_wrapper {opacity: 0;}
.rooms_module .item_room .room_info {
    transition: all 10ms ease;
}
.rooms_module .item_room:hover .room_name {}
.rooms_module .item_room:hover .room_name span{}
.rooms_module .item_room .room_name span{
    display: block;
        font-weight: 300;
}
.rooms_module .item_room .room_wrapper{
    transition: all .5s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 8;
    width: 100%;
    color: #fff;
    background: url(../images/shadow_bottom.png) repeat-x;
    height: 127px;
    padding: 0px 30px 30px;
    display: flex;
    align-items: flex-end;
}
.rooms_module .item_room .room_wrapper_flex{
    display: flex;
justify-content: space-between;
}
.rooms_module .item_room .img{
    position: relative;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.rooms_module .item_room:hover .img img{
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.rooms_module .item_room .img img{
width: 100%;
    height: 100%;
object-fit: cover;
transition: .5s ease;
}
.rooms_module .item_room .price_ot span{}
.rooms_module .item_room .room_short_info{
position: absolute;
    width: 100%;
    z-index: 8;
    bottom: 0;
    left: 0;
    padding: 15px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.rooms_module .item_room .room_short_info .btn{
     line-height: 34px;
    border-radius:36px ;
}
.rooms_module .item_room .food{
background: #fff;
    font-size: 12px;
    text-transform: lowercase;
    line-height: 1em;
    color: #333;
    font-weight: 400;
    padding: 8px 15px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 10px;
}
.rooms_module .item_room .price_ot{}
.rooms_module .item_room .room_name{
display: block;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    transition: .5s ease;
    line-height: 1.3em;
    margin-bottom: 15px;
}
.rooms_module .item_room .sub_title{
font-weight: 100;
    display: block;
    padding-top: 10px;
}

.rooms_module .additional_wrapper .btn{
    text-transform: uppercase;
    padding: 0px 30px;
    font-size: 13px;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 0 6px 6px 0;
}
.rooms_module  .vals_wrapper{
display: flex;
    background: #fff;
    border-radius: 6px 0 0 6px;
    padding: 10px 10px;
}
.rooms_module .val_wrapper, .rooms_page .additional_wrapper .val_wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 20px 0px;text-align: center;
    position: relative;
}
.rooms_module .val_wrapper .val, .rooms_page .additional_wrapper .val{
font-size: 20px;
    font-weight: bold;
}
.rooms_module .val_wrapper .capt, .rooms_page .additional_wrapper .capt{
font-size: 13px;
    margin-bottom: 5px;
    color: #929292;
    line-height: 1em;
    text-transform: lowercase;
}

.full_room  .rooms_page .additional_wrapper .capt{    font-size: 18px;}
.full_room  .rooms_page .additional_wrapper .val{
    font-size: 40px;
    line-height: 1.3em;
}
/*last_news_module*/
.last_news_module{}
.last_news_module .item_news_wrapper{
padding-right: 15px;
    padding-left: 15px;
    max-width: 20%;
    flex: 0 0 20%;
    margin-bottom: 30px;
}
.last_news_module .item_news{
    text-decoration: none;
    color:#333;
    position: relative;
        text-align: center;
}
.last_news_module .item_news .distance_wrapper{
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
}
.last_news_module .item_news:hover .distance{
transform: translate(0px, -2px);
}
.last_news_module .item_news .distance{
    background: #fff;
        transition: all 100ms linear;
    display: inline-block;
    padding: 0px 10px;
    border-radius: 16px;
    font-size: 13px;
    font-weight: 400;
}
.last_news_module .item_news .image{
    border-radius: 6px;
    overflow: hidden;
    display: block;
}
.last_news_module .item_news .image img{
        transition: .5s ease;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.last_news_module .item_news:hover .image img{
        -webkit-transform: scale(1.01);
    transform: scale(1.01);
}
.last_news_module .item_news .news_name{
    display: block;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.last_news_module .item_news:hover .news_name{
    color:#3f5097;
}

/*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;
}
.reviews-page .item_review:nth-child(odd){background: #fff;}
.last_reviews_module .reviews_readmore{margin-top: 30px;}
#map_footer{
    height: 450px;
    width: 100%;
}
.contact_page  #map_footer{
    margin-top: 30px;
    margin-bottom: 30px;
}
.contact_page .emails{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.contact_page .emails li{
    background: #fff;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 16px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.contact_page .emails p{margin-bottom: 5px;}
.contact_page .emails a{
    font-weight: bold;
}
/*footer*/
footer{}
footer .logo{}
footer .logo-block {text-align: center;}
footer .logo-block .slogan{font-weight: bold; margin-bottom: 30px;}
footer .logo .logo_wrapper svg{fill: var(--color-green);}
footer .contact_footer .contact_phone .note_phone{}
footer .contact_footer .address{}
footer .contact_footer .address span, footer .contact_footer .contact_phone .note_phone{display: block;}
footer .email a{color:#333;     font-weight: 500;}
footer .email a:hover{color:#3f5097; }
footer .contact_footer_wrapper{}
/*diplomi-module*/
footer .diplomi-module{}
footer .diplomi-module .h5{
font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
footer #diplomi-module{
    display: flex;
    margin-bottom: 10px;
}
footer #diplomi-module .readmore{}
footer #diplomi-module  a{
background: #fff;
    display: block;
    padding: 10px;
    border-radius: 8px;
    margin-right: 5px;
    margin-left: 5px;
}
footer #diplomi-module  a:hover{opacity: .8;}
/*breadcrumbs */
.breadcrumbs {
    background: #f6f2ec;
    padding: 10px 20px;
    border-radius: 16px;
}
/*full_room*/
.full_room{}
.full_room .page_promo_image{
position: relative;
}

/*.page_promo_image*/
.page_promo_image{
    position: relative;
    margin-bottom: 50px;
    height: 500px;
    overflow: hidden;
}
.page_promo_image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.page_promo_image .promo_text{
    position: absolute;
    width: 100%;
    z-index: 8;
    display: flex;
    flex-direction: column;
    bottom: 50px;
    align-items: center;
    justify-content: center;
    left: 0;
    color: #fff;
    text-shadow: 0px 0px 30px rgb(0 0 0 / 40%);
    text-align: center;
}
.page_promo_image .promo_text h1, .page_promo_image .promo_text .h1 {
    font-size: 35px;
        text-shadow: 5px 5px 20px rgba(0,0,0,.8);
}
.full_room .page_promo_image .promo_text h1{font-size: 45px;}
.page_promo_image .promo_text .text{
font-weight: 100;
    font-size: 22px;
}
.justified-gallery{}
.justified-gallery > a > .jg-caption{display: none !important;}
.justified-gallery > a:after{
display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 35px;
    z-index: 7;
    content: '\e918';
    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(115,155,151,.9);
}
/*.icon-zoom-out:before {
  content: "\e90f";
}
.icon-zoom-in:before {
  content: "\e910";
}*/
.justified-gallery > a:hover:after{opacity: 1;}
.rooms_page .box{margin-bottom: 30px;}
.rooms_page .row .col-sm-5>*:last-child{margin-top: 30px;}
.full_room .service_items{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}
.full_room .service_items span:hover{
    border-color: #dcd3c8;
    background: #dcd3c8;
}
.full_room .service_items span{
 display: flex;
    transition: all 100ms linear;
    align-items: center;
    justify-content: center;
    background: #f6f2ec;
    padding: 15px;
    border: 1px solid transparent;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-left: 5px;
    margin-bottom: 10px;
    margin-right: 5px;
}
.full_room .service_items span img{
width: 32px;
    height: 28px;
}
.full_room .row.additional_text{    margin-top: 30px;}
.full_room .additional_text>*{margin-bottom: 30px;}
.full_room .row1>*>*{}
.full_room .row.additional_text .item .h4{color:#3f5097; font-size: 20px;}
.full_room .row.additional_text .item{
    background: #f6f2ec;
    padding: 30px;
    border-radius: 16px;
    height: 100%;
}
.slick-dots{
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: center;
    list-style-type: none;
}
.slick-dots li{padding-right: 3px; padding-left: 3px;}
.slick-dots li.slick-active{}
.slick-dots li button{
    text-indent: -9000px;
    border:0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: #c4c4c4;
    border-radius: 50%;
}
.slick-dots li.slick-active button{background: #cb7a74;}

/*single-offer-page*/
.single-offer-page{

}
.single-offer-page .offer-info-row{
    margin-bottom: 50px;
    margin-top: 30px;
    display: flex;
        margin-right: -15px;
    margin-left: -15px;
}
.single-offer-page .offer-info-row .item{
background: #fff;
    display: flex;
    align-items: center;
    height: 150px;
    border-radius: 16px;
    padding: 30px;
}
.single-offer-page .offer-info-row .item .icon{
    margin-right: 30px;
}
.single-offer-page .offer-info-row .item .icon img{
height: 32px;
width: auto;
object-fit: cover;
}
.single-offer-page .offer-info-row .item .capt{}
.single-offer-page .offer-info-row .item:not(.sale) .capt{font-weight: 600;}
.single-offer-page .offer-info-row .item .text{}
.single-offer-page .offer-info-row .item.sale{
    background: #cb7a74;
    color:#fff;
    text-align: center;
}
.single-offer-page .offer-info-row .item.sale .capt {
    text-transform: uppercase;
}
.single-offer-page .offer-info-row .item.sale .val{
font-size: 35px;
    font-weight: bold;
    line-height: 1em;
}
.single-offer-page .offer-info-row .phone_block{flex: 1;}
.single-offer-page .offer-info-row .phone_block{
display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.single-offer-page .offer-info-row .phone_block .phone_capt{margin-bottom: 5px;}
.single-offer-page .offer-info-row .phone_block .phone{
    font-weight: bold;
    font-size: 22px;
    color:#333;
    margin-bottom: 20px;
    text-decoration: none;
}
.single-offer-page .offer-info-row .phone_block .phone:hover{
    color:#3f5097;
}
.single-offer-page .condition_offer{
    background: #fff;
    padding: 30px;
    border-radius: 16px;
}
.single-offer-page .condition_offer ul{}
.single-offer-page .condition_offer ul li{padding: 3px 0px;}
.single-offer-page .offer_desc_repeats {margin-bottom: 50px;}
.offer_desc_repeats .h3{margin-bottom: 30px;}
.single-offer-page .offer_desc_repeats .item-row:not(:last-child) {margin-bottom: 10px;}
.single-offer-page .offer_desc_repeats .item-row {
    background: #fff;
    padding: 30px;
    border-radius: 16px;

}
.single-offer-page .offer_desc_repeats .item-row .image {
    border-radius: 16px; overflow: hidden;
}
.single-offer-page .offer_desc_repeats .item-row .even .col-sm-4{order:2;}
.single-offer-page .offer_desc_repeats .item-row .even .col-sm-8{order:1;}
.single-offer-page .short_uslovia{max-width: 45%;}
.box{
	background: #fff;
	padding: 30px;
	border-radius: 16px;
}
table tr{}
table td, table th{border: 1px solid #ddd;padding: 15px 15px;}
table tr:nth-child(even) td{background: #f6f2ec;}
table  .fa-check-double{
    color: #fff;
    width: 25px;
    height: 25px;
    display: block;
    line-height: 25px;
    font-size: 11px;
    text-align: center;
    border-radius: 50%;
    background: #08ada7;
}


.sign-offer{margin-top: 50px;}
.sign-offer .phone {text-align: center;}
.sign-offer .phone a{font-size: 22px; font-weight: bold; color:#333; text-decoration: none;}
.sign-offer .phone a:hover{color:#3f5097;}

/*gallery-items*/
.gallery-items{}
.gallery-items .item_gallery{
 display: block;
    text-align: center;
    margin-bottom: 15px;
}
.gallery-items .item_gallery .title{
        display: inline-block;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}
.gallery-items .item_gallery:hover .title{color:#1a79af;}
.gallery-items .item_gallery .image{
    display: block;
    margin-bottom: 15px;
}
.gallery-items .item_gallery .image img{
    border-radius: 16px;
    overflow: hidden;
}
.gallery-items .item_gallery .readmore{}
.gallery-items .item_gallery:hover .btn{background: #3f5097; color:#fff;}
 

.tabs-dop_prog .nav{margin-bottom: 30px;}
/*last-news*/
.last-news{}
.last-news .item_wrapper {margin-bottom: 15px;}
.last-news .item{
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color:#333;
    text-align: center;
    height: 100%;
}
.last-news .item .title{font-weight: 600; font-size: 16px;}
.last-news .item:hover .title{color:#3f5097;}
.last-news .item .image{border-radius: 16px; overflow: hidden; margin-bottom: 15px; margin-top: 15px;}
.last-news .item .image img{}

/*service_module*/
.service_module{margin-top: 50px;}
.service_module .items_wrapper {margin-top: 30px;}
.service_module .fint{}
.service_module .fint span{display: block;}
.service_module .item_wrapper  {margin-bottom: 30px;}
.service_module a.item{
    text-decoration: none;
    color: #333;
}
.service_module .item{
display: flex;
    flex-direction: column;
    text-align: center;
height: 100%;
}
.service_module .item .title{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.service_module .item .image{
border-radius: 16px;
    margin-bottom: 15px;
    overflow: hidden;
}
.service_module .item .image img{
object-fit: cover;
}
.service_module .item .text{
    font-size: 15px;
    line-height: 1.4em;
}
/*gallery_module */

.gallery_module {margin-top: 30px;}
.gallery_module  .item{
    overflow: hidden;
        margin-bottom: 20px;
}

.gallery_module  a.gallery_item{
border-radius: 12px;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
position: relative;
}
.gallery_module  a.gallery_item img{
    width: 100%;
    object-fit: cover;
    max-height: 100%;
    height: 100%;
}

.gallery_module  a.gallery_item .get_photo{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(62,79,149,.9);
    transition: all 100ms linear;

}
.gallery_module  a:hover .get_photo{
opacity: 1;
visibility: visible;
}
.gallery_module  a .get_photo i{
background: #fff;
    width: 74px;
    height: 74px;
    line-height: 74px;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    color: #bc6f45;
}
.gallery_module  a .get_photo span{
 color: #ffffff;
    text-transform: uppercase;
    display: block;
    font-size: 12px;
    margin-top: 10px;
    letter-spacing: 1px;
    font-weight: 400;
}

/*.gallery_module  a:after{
display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 35px;
    z-index: 9;
    content: '\e928';
    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(62,79,149,.9);
   
}
.gallery_module  a:hover:after{

opacity: 1;
 visibility: visible; }*/
.gallery_module .sub_item{}
.gallery_module .sub_item:not(:last-child){margin-bottom: 15px;}
.gallery_module .row>*{padding-right: 10px; padding-left: 10px;}
.gallery_module .row{margin-right: -10px; margin-left: -10px;}

.v3d{width: 100%; border:0; height: 80vh;}
#priceform .coast{display: block; line-height: 1em;}
.gdlr-core-hide-in-desktop, .gdlr-core-hide-in-desktop-tablet {
    display: none;
}
.all_price{text-align: center;}
.all_price td, .all_price td{vertical-align: middle;}
.all_price .room_name{text-align:left;}
.all_price .room_name span{display: block;}
.all_price .room_name span:last-child{}
.good-site img{
        width: auto;
    height: 100px;
}
.main_content .good-site{ float:left; margin-right: 15px; }
.main_content .good-site img{height: 180px;}
.row-index .text-padding{padding: 0px 40px;}

/*korpus_module*/
.korpus_module{}
.korpus_module .row{
    gap:30px 0;
}
.korpus_module .korpus{
    display: flex;
    position: relative;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    color:#333;
}
.korpus_module .korpus .korpus_name{
background: var(--color-green);
    color: #fff;
        height: 100%;
    font-weight: bold;
    font-size: 22px;
    display: flex;
    align-items: center;
    gap: 0 15px;
}
.korpus_module .korpus .korpus_name span{
display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: var(--color-white);
    font-family: 'Philosopher';
    color: var(--color-green);
    text-align: center;
    border-radius: 50%;
}
.korpus_module .korpus .img{}
.korpus_module .korpus .img img{transition: .5s ease;}
.korpus_module .korpus:hover .img img{-webkit-transform: scale(1.015); transform: scale(1.015);}
.korpus_module .korpus_info{
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.korpus_module .korpus_info_wrapper{
display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}
.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;}
.booking_form  .room_type_wrapper{display: none;}
.booking_form .room_type_wrapper.active{display: block;}
.price_table_wrapper table{width: 100%; text-align: center;}