* {
    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: 'Inter', 'Ubuntu', 'Open Sans',Arial,"Noto Sans",sans-serif;
font-size: 15px;
font-weight: 400;
line-height: 1.5em;
color: #333;
text-align: left;
background-color: #ebf0f4;
}
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: 600;
}
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: #1576c0;
text-decoration: underline;
background-color: transparent;
}
a:hover {
color: #0e6ab0;
text-decoration: none;
}
a:not([href]):not([class]) {
color: inherit;
text-decoration: none;
}
a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
max-width: 100%;
}
svg {
overflow: hidden;
vertical-align: middle;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
}
button {
border-radius: 0;
}
button:focus {
outline: 0px dotted;
outline: 0px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button{outline:0;}
button,
select {
text-transform: none;
}
[role="button"] {
cursor: pointer;
}
select {
word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
box-sizing: border-box;
padding: 0;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
.clr, .clear{clear: both;}
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: 28px;}
h3, .h3 {font-size: 26px;}
h4, .h4 {font-size: 24px;}
h5, .h5 {font-size: 22px;}
h6, .h6 {font-size: 20px;}
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;
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 #ced4da;
    border-radius: 6px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control {
transition: none;
}
}
.form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.form-control:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #495057;
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 1px #ddd;
}
.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: 10px;
}
.mb-0{margin-bottom: 0px;}
.btn {
display: inline-block;
text-decoration: none;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0px 25px;
    line-height: 50px;
    border-radius: 6px;
    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-primary {
    color: #fff;
    background-color: #41699e;
}
.btn-success{
    background: #6dcb60;
    color:#fff;
    border:0;
}
.btn-success:hover{
    background: #5db951;
    color:#fff;
}
.btn-primary:hover {
color: #fff;
background-color: #345b8e;
}
.btn-primary:focus, .btn-primary.focus {
color: #fff;
box-shadow: 0 0 0 ;
}

.btn-link {
    color:#258dc9;
}
.btn-default {
color: #fff;
background-color: #f37221;
}
.btn-default:hover {
color: #fff;
background-color: #dd651a;
}
.btn-default:focus, .btn-default.focus {
color: #fff;
background-color: #dd651a;
}

.btn-primary.disabled, .btn-primary:disabled {
color: #fff;
background-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #0062cc;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-sm, .btn-group-sm > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
.fade {
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
.fade {
transition: none;
}
}
.fade:not(.show) {
opacity: 0;
}
.collapse:not(.show) {
display: none;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.collapsing {
transition: none;
}
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
}
nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-link {
display: block;
padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
text-decoration: none;
}
.nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default;
}
.nav-tabs {
border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
margin-bottom: -1px;
}
.nav-tabs .nav-link {
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.nav-pills .nav-link {
border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #007bff;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.navbar {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
}
.navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
text-decoration: none;
}
.navbar-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
.navbar-nav .dropdown-menu {
position: static;
float: none;
}
.navbar-text {
display: inline-block;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-align: center;
align-items: center;
}
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
text-decoration: none;
}
.breadcrumb {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0.75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #e9ecef;
border-radius: 0.25rem;
}
.breadcrumb-item {
display: -ms-flexbox;
display: flex;
}
.breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
display: inline-block;
padding-right: 0.5rem;
color: #6c757d;
content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: none;
}
.breadcrumb-item.active {
color: #6c757d;
}
.pagination {
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
border-radius: 0.25rem;
}
.page-link {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
color: #007bff;
background-color: #fff;
border: 1px solid #dee2e6;
}
.page-link:hover {
z-index: 2;
color: #0056b3;
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6;
}
.page-link:focus {
z-index: 3;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
z-index: 3;
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6;
}
.alert {
position: relative;
    padding: 10px 25px;
    margin-bottom: 1rem;
    border: 0px solid transparent;
    border-radius: 0.25rem;
}
.alert-link {
font-weight: 700;
}
.alert-dismissible {
padding-right: 4rem;
}
.alert-dismissible .close {
position: absolute;
top: 0;
right: 0;
padding: 0.75rem 1.25rem;
color: inherit;
}
.alert-primary {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff;
}
.alert-primary .alert-link {
}
.alert-success {
    background-color: #90cb77;
    border-color: #c3e6cb;
    border-radius: 12px;
}
.alert-info {
background-color: #d1ecf1;
border-color: #bee5eb;
}
.alert-info .alert-link {
}
.alert-warning {
background-color: #fff3cd;
border-color: #ffeeba;
}
.alert-danger {
background-color: #f8d7da;
border-color: #f5c6cb;
}
.modal-open {
overflow: hidden;
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;
}
.modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none;
}
.modal.fade .modal-dialog {
transition: -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
-webkit-transform: translate(0, -50px);
transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
transition: none;
}
}
.modal.show .modal-dialog {
-webkit-transform: none;
transform: none;
}
.modal.modal-static .modal-dialog {
-webkit-transform: scale(1.02);
transform: scale(1.02);
}
.modal-dialog-scrollable {
display: -ms-flexbox;
display: flex;
max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 1rem);
overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
-ms-flex-negative: 0;
flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
overflow-y: auto;
}
.modal-dialog-centered {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
display: block;
height: calc(100vh - 1rem);
height: -webkit-min-content;
height: -moz-min-content;
height: min-content;
content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
content: none;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    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;
}

@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-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-calculator:before {
  content: "\e92f";
}
.icon-phone1:before {
  content: "\e924";
}
.icon-vk:before {
  content: "\e919";
}
.icon-calculator1:before {
  content: "\e930";
}
.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-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-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-caret-right:before {
  content: "\e934";
}
.icon-caret-left:before {
  content: "\e935";
}
.icon-caret-up:before {
  content: "\e936";
}
.icon-caret-down:before {
  content: "\e937";
}


#wpadminbar{top:0;}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(243,114,33, 0.15);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(243,114,33, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(243,114,33, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(243,114,33, 0.15);
    box-shadow: 0 0 0 0 rgba(243,114,33, 0.15);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(243,114,33, 0);
      box-shadow: 0 0 0 10px rgba(243,114,33, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(243,114,33, 0);
      box-shadow: 0 0 0 0 rgba(243,114,33, 0);
  }
}
/*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;
}
.module .fint{
 
}
.section-title .h2{margin-bottom: 0;}
.section-title .text *:last-child{margin-bottom: 0px;}
.section-title{
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    flex-basis: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.fint{font-size: 28px; margin-bottom: 15px; line-height: 1.2em;}
.module{margin-bottom: 50px;}
.module .module_title{
margin-bottom: 30px;
    font-size: 26px;
    font-weight: bold;
}
.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;
}
#sticky-sticky-wrapper {
    width: 100%;
    margin-bottom: 30px;
    z-index: 99;
}
#sticky-sticky-wrapper.is-sticky .header-bottom {
    box-shadow: 0px 0px 30px rgba(0,0,0,.15);
    background: #fff
}
/*header*/
.header-top{}
.header-top .container{
border-bottom: 1px solid #ebf0f4;
padding-top: 12px;
padding-bottom: 12px;
}

.header-top i.color{color:#f37221; margin-right: 5px;}
header{background: #fff; margin-bottom: 30px;}
.customize-support{padding-top: 32px}
header .row{flex-wrap: nowrap;}
.inner:not(.promo_page) #sticky-sticky-wrapper{}
.inner:not(.promo_page) header{box-shadow: 0px 0px 30px rgba(0,0,0,.15);}
.is-sticky  header{
    background: #fff;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 15%);
    z-index: 99 !important;
}
/*logo*/
.logo a{text-decoration: none; color: #333;}
.logo .logo_wrapper{display: flex;align-items: flex-end;}
.logo .logo2{}
.logo .logo_text{
    margin-left: 15px;
}
.logo .logo_text span{display: block;}
.logo .logo2 img{height: 48px; width: auto;}
.logo .logo_element{margin-right: 15px;}
/*.is-sticky .logo .logo_element, .inner .logo .logo_element{
    background: #eee3dd;
}*/
.logo .logo_element img{
height: 48px;
width: auto;
}
.logo .logo_text_wrapper .logo_text{
    display: block;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 800;
}

.logo .slogan{
text-transform: uppercase;
    font-size: 21px;
    line-height: 1em;
    display: block;
    color: #666;
    font-weight: 300;
    padding-top: 5px;
}
/*main menu*/
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-right: -15px;
    margin-left: -15px;
}
.nav>li.menu-item {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.mobile_btn{
display: none;
    border: 0;
    color: #fff;
    background: #41699e;
    font-weight: 500;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    padding: 0px 25px;
    text-transform: uppercase;
    border-radius: 6px;
    cursor: pointer;
}
.mobile_btn:hover{background: #345b8f;}
.mobile_btn .text{margin-right: 8px;}
.hamb_wrapper {
    width: 16px;
    position: relative;
    height: 13px;
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.mobile_btn .hamb_wrapper span {
    height: 1px;
    background-color: #fff;
    width: 100%;
    transition: all .4s;
    will-change: transform,width;
    left: 0;
}
 
/*.index .nav>li:hover>a{
    background: #fff;
    color:#333;
}
.index .nav>li.sale:hover>a{color:#d28623;}*/
 
.main_menu.nav>li{
}
.main_menu.nav>li:not-child{
    margin-right: 5px;
}
.main_menu.nav>li>a {
color: #333;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    padding: 0px 0px;
    border-radius: 6px;
    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;
}
.main_menu.nav>li>a:hover, .main_menu.nav>li.current>a{
    color: #f37221;
}
.main_menu.nav>li.current>a:after{
    display: inline-block;
    content: '';
    height: 1px;
    width: 100%;
    background: #f37221;
    position: absolute;
    left: 0;
    bottom: 0;
}
.main_menu.nav>li>a i{font-size: 11px; margin-left: 5px;}
.main_menu.nav>li.sale>a{color:#d28623;}
 .sub-menu{
    background: #fff;
    position: absolute;
    left: 15px;
    transition: all .2s;
    padding: 30px;
    min-width: 350px;
    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%);
}
.nav>li.has_children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
.main_menu .sub-menu{}
.sub-menu a:hover, .sub-menu .current a{color:#1576c0;}
.sub-menu a{
    color: #333;
    font-size: 15px;
    line-height: 1.5em;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    padding: 5px 0px;
}
/*top menu*/
.col_top_menu{}
.top_menu{}
.top_menu.nav>li>a, .email_wrapper a{color:#333; text-decoration: none;}
.top_menu.nav>li.current>a, .top_menu.nav>li>a:hover, .top_menu.nav>li.current-menu-item>a{color:#1576c0;}
.top_menu.nav .has_children i{
 display: inline-block;
    font-size: 11px;
    color: #1576c0;
}
.email_wrapper a:hover{color:#1576c0;}
/*header_contact_wrapper*/
.header_contact_address{
    display: flex;
    align-items: center;
}
.header_contact_address .notes{
    font-weight: bold;
    margin-right: 10px;
}
/*header-bottom*/
.header-bottom{
    padding-top: 25px;
    padding-bottom: 25px;
}
.header-bottom .buttons{
    display: flex;
}
.header-bottom .buttons>*{
    padding: 0px 15px;
    line-height: 50px;
    border-radius: 6px;
    border:0;
}
 
form{margin-bottom: 0;}
.header_contact_phone{}
.header_contact_phone ul{
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
    list-style-type: none;
    display: flex;
}
.header_contact_phone ul li{padding-left: 15px; padding-right: 15px;}
.header_contact_phone .m_link{text-decoration: none;}
.promo_page .header_contact_phone .main_phone {
    color: #fff;
}
.mobile_main_phone{
display: none;
    text-decoration: none;
    font-size: 24px;
    color: #333;
}
.header_contact_phone .main_phone:hover{color:#2a5aa1;}
.header_contact_phone .main_phone {
font-weight: 700;
    color: #333;
    text-decoration: none;
}
.header_contact_phone .phone_text{
    font-size: 12px;
}
.header_contact_phone a:hover{
    text-decoration: none;
}
.viber {
    color: #764e97;
}
.whatsapp {
    color: #3ae35b;
}
/*home*/
.row-index{}
.row-index h1{
}
.row-index h1 span{display: block;}
 
 
.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{}
.slick-reviews{padding: 0px 100px;}
.slick-slide{padding: 0px 15px;}
.item_review .review_name{color: #333;font-weight: 600;font-size: 17px;}
.item_review .review_short{
    margin-top: 10px;
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 1.5em;
    color: #666;
}
.item_review .date{color: #c4c4c4;font-weight: 300;font-size: 14px;}
.item_review .date i{margin-right: 5px;color: #c4c4c4;font-size: 14px;}
.last_reviews_module .reviews_readmore{margin-top: 30px;}
/*map footer*/
#map_footer{
    height: 350px;
    width: 100%;
    border-radius: 36px;
    overflow: hidden;
}
.contact_page #map_footer{height: 550px; width: 100%;}
/*last_news_module*/
.last_news_module{}
.last_news_module .item_news_wrapper{}
.last_news_module .item_news{}
/*footer*/
footer{margin-top: 50px;}
.customize-support footer{
 }
.footer_menu{
        padding-top: 15px;
    padding-bottom: 15px;
}
.footer_top, .footer_bottom, .footer_menu_wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer_top{
    background: #fff;
}
.footer_menu{
}
.footer_menu>ul{
    margin: 0px; 
    padding: 0px;
}
.footer_menu_wrapper .h3{
    color:#b0b0b0;
    font-size: 16px;
    font-weight: bold;
}
.footer_menu a{
     color: #666666;
    line-height: 1em;
    display: inline-block;
    padding: 10px 0px;
    text-decoration: none;
}
.footer_menu a:hover{
    color:#2a5aa1;
}
.contact_footer .address span{display: block;}
.contact_footer a{color:#333; text-decoration: none;}
.contact_footer a.t_link{font-weight: bold;}
.contact_footer a.t_link:hover{color:#2E75A9;}
.contact_footer a.viber{color:#764e97;}
.contact_footer a.whatsapp{color:#3ae35b;}
footer .h4{
    color: #c4c4c4;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}
footer .contact_bl:not(:last-child){
    margin-bottom: 30px;
}
footer .social_links .vk, .side-contact .social_links a.vk{color:#0077ff;}
.side-contact .social_links a .icon-youtube{color:#FF0000}
footer .social_links .instagram, .side-contact .social_links a.inst{color:#e3086a;}
footer .social_links .ok, .side-contact .social_links a.ok{color:#EE8208;}
footer .social_links .youtube{color:#FF0000;}
footer .social_links .tg{}
.footer_copyright{padding-top:5px; padding-bottom: 5px; font-size: 11px; text-align: right; }
.footer_copyright .container>*:last-child{margin-bottom: 0;}
.phone_consultant .label_wrapper {
    display: block;
    color: #919191;
    font-size: 13px;
    line-height: 1em;
}
.phone_consultant a{text-decoration: none;}
.phone_consultant .phone_wrapper{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.phone_consultant .phone_wrapper .messenger_wrap{margin-left: 10px; line-height: 1em;}
.phone_consultant .t_link{
    color: #333;
    font-size: 28px;
    line-height: 1em;
    font-weight: 500;
}
.phone_consultant .t_link:hover{color:#2a5aa1;}
.phone_consultant  .m_link{
    font-size: 20px;
    display: inline-block;
    padding: 0px 2px;
}
.footer_top .bid_wrapper{}
.footer_top .bid_wrapper .btn{}
.footer_top .social_links{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.footer_top .social_links a{
    font-size: 20px;
    text-decoration: none;
}
.footer_bottom{    background: #fff;}
/*contact_page*/
.contact_page{}
.contact_page .main_content a{text-decoration: none;}
.contact_page .main_content a.t_link{font-weight: bold;}
.contact_page .main_content a:not(.m_link){color:#333;}
.contact_page .main_content a:not(.m_link):hover{color:#2E75A9;}
.contact_page .bl:not(:last-child){margin-bottom: 30px;}
.page_title{margin-bottom: 30px;}
.logo_in_page{width: 120px;}
/*feedback_form*/
.modal .feedback_form{padding: 0;}
.feedback_form{
border-radius: 16px;
    background: #fff;
    padding: 30px;
}
.feedback_form .h3{}
.feedback_form textarea{height: 182px;}
/*.page_promo_image*/
.page_promo_image{
    position: relative;
    margin-bottom: 50px;
    height: 800px;
    overflow: hidden;
}
.page_promo_image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.page_promo_image .promo_text{
 position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: flex;
    flex-direction: column;
    bottom: 0px;
    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;
}
.full_room .page_promo_image .promo_text h1{font-size: 45px;}
.page_promo_image .promo_text .text{
font-weight: 100;
    font-size: 22px;
}
/*rooms page*/
.rooms_page{}
.rooms_page .item_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.rooms_page .item_wrapper .food_wrapper{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.rooms_page .item_wrapper .food{
display: inline-block;
    background: rgba(151,207,91,.3);
    border: 0;
    font-size: 13px;
    padding: 8px 25px;
    border-radius: 36px;
    font-weight: 600;
    margin-bottom: 0;
}
.rooms_page .item_wrapper .food_wrapper .small{
    margin-left: 10px;
    color: #333;
    font-weight: 300;
    line-height: 1.2em;
}
.rooms_page .item_wrapper.even{}
.rooms_page .item_wrapper.even .item_info{order:1;}
.rooms_page .item_wrapper.even .item_image{order:0;}
.rooms_page .item_wrapper .item_info{
-ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.rooms_page .item_wrapper>*{
    padding-left: 15px;
    padding-right: 15px;
}
.rooms_page .item_wrapper .item_image a{
display: block;
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.rooms_page .item_wrapper .item_image .img{
    position: relative;
    display: block;
width: 100%;
height: 100%;
        transform: translateZ(0) rotate(0.00001deg);
}
.rooms_page .item_wrapper .item_image{
        position: relative;

-ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.rooms_page .item_wrapper .item_image a{display: block;}
.rooms_page .item_wrapper .item_image 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;
    transition-delay: 0 !important;
    transform-transition: 100% 100%;

}
.rooms_page .item_wrapper .item_image a:hover img, a:hover .img_fint img{
            transform: scale(1.035) rotate(0deg) translate(-50%, -50%);
    transition: opacity 0.125s, transform 3.5s linear;
}
.rooms_page .room_name{
    margin-bottom: 15px;
}
.rooms_page  .sub_title{    font-weight: bold;}
.rooms_page .room_name a:hover{color:#7b3736;}
.rooms_page .room_name a{
display: block;
    text-decoration: none;
    color: #333;
    text-transform: lowercase;
    font-size: 35px;
    font-weight: 200;
}
.rooms_page .room_name a span{
    display: block;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 1.1em;
    font-weight: 900;
    padding-top: 15px;
}
.rooms_page .desc_room{
    margin-top: 30px;
    margin-bottom: 30px;
}
.rooms_page .additional_wrapper{
display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.rooms_page .additional_wrapper .row {margin-left: -30px; margin-right: -30px;}
.rooms_page .additional_wrapper .val_wrapper{
}
.rooms_page .additional_wrapper .val_wrapper .val{
}
.rooms_page .additional_wrapper .val_wrapper .capt{
    color:#333;
}
.rooms_page .item_wrapper {}
.rooms_page .item_wrapper .readmore {text-decoration: none; }
.rooms_page .item_wrapper .readmore i{}

/*.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: #fff;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
    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: #99abb9;
    bottom: 21%;
    display: block;
    font-size: 30px;
    position: absolute;
    width: 20px;
    height: 16px;
    margin-top: -20px;
    /* overflow: hidden; */
    /* opacity: 0;*/
}
.fixed_callback.active .close-b{
opacity: 1;
visibility: visible;
}
.fixed_callback .close-b span{
width: 100%;
    height: 2px;
    display: block;
    background: #99abb9;
    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:1px;}
.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{box-shadow: 0px 0px 30px rgb(0 0 0 / 15%);}
.fixed_callback.active .callback_inner {/*background: #48a582;*/}
.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: 50px;
width: auto;
}
.fixed_callback .callback_inner .slogan{
color: #fff;
    font-size: 10px;
    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: #f37221;
border-radius: 50%;
transition: all .3s;
}
.fixed_callback .callback_icon>* i{
color: #fff;
position: relative;
z-index: 2;
}
.fixed_callback .callback_icon>*.telegram:before {background:#0087cb;}
.fixed_callback .callback_icon>*.whatsapp:before  {background:#3ae35b;}
.fixed_callback .callback_icon>*.vk:before {background: #0077ff;}
.fixed_callback .callback_icon>*.ok:before {background: #EE8208;}
.fixed_callback .callback_icon>*.viber:before {background:#764e97;}
.fixed_callback .callback_icon>*.modal_btn:before {background:#5AAC8C;}
.fixed_callback .callback_icon>*.to_top:before {background:#666;}
.fixed_callback .callback_icon>*.youtube:before {background:#FF0000;}
.fixed_callback .callback_icon>*.instagram:before {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%)
}
.fixed_callback.active .callback_icons {
    visibility: visible;
    z-index: 2;
    transition: transform .3s, z-index .3s ease .35s;
}
.fixed_callback.active .callback_icons .callback_icon {
    transform: translate(0, 0) !important;
    opacity: 1;
    visibility: visible;
}
.fixed_callback .callback_icon>*:hover:before{transform: scale(1.412);}
/*fixed count 8*/
.fixed_callback.fixed_8 .callback_icon{margin: 6px 0 6px;}
.fixed_callback.fixed_8  .callback_icon:nth-of-type(1), 
.fixed_callback.fixed_8 .callback_icon:nth-of-type(8) {margin: -22px 0px;margin-left: 132px;}
.fixed_callback.fixed_8  .callback_icon:nth-of-type(2), 
.fixed_callback.fixed_8 .callback_icon:nth-of-type(7) {margin-left: 92px;margin-top: -12px;margin-bottom: -12px;}
.fixed_callback.fixed_8 .callback_icon:nth-of-type(1) {transform: translate(20px, 20px);}
.fixed_callback.fixed_8 .callback_icon:nth-of-type(8){transform: translate(20px, -20px);}

.fixed_callback.fixed_8 .callback_icon:nth-of-type(2) {transform: translate(33px, 10px);}
.fixed_callback.fixed_8 .callback_icon:nth-of-type(7){transform: translate(33px, -10px);} 

.fixed_callback.fixed_8 .callback_icon:nth-of-type(3),
.fixed_callback.fixed_8 .callback_icon:nth-of-type(6) {transform: translate(33px, -6px);margin-left: 60px;}
.fixed_callback.fixed_8 .callback_icon:nth-of-type(5), 
.fixed_callback.fixed_8 .callback_icon:nth-of-type(4) {transform: translate(33px, -6px);margin-left: 44px;}
/*fixed count 7*/
.fixed_callback.fixed_7 .callback_icon{margin: 6px 0 6px;}
.fixed_callback.fixed_7  .callback_icon:nth-of-type(1), 
.fixed_callback.fixed_7 .callback_icon:nth-of-type(7) {margin: -12px 0px; margin-left: 12px;}
.fixed_callback.fixed_7  .callback_icon:nth-of-type(2), 
.fixed_callback.fixed_7 .callback_icon:nth-of-type(6) {margin-left: 45px; margin-top: -6px; margin-bottom: -6px;}
.fixed_callback.fixed_7 .callback_icon:nth-of-type(1) {transform: translate(-30px, 20px);}
.fixed_callback.fixed_7 .callback_icon:nth-of-type(7){transform: translate(-30px, -20px);}
.fixed_callback.fixed_7 .callback_icon:nth-of-type(2) {transform: translate(-27px, 10px);}
.fixed_callback.fixed_7 .callback_icon:nth-of-type(6){transform: translate(-22px, -20px);} 
.fixed_callback.fixed_7 .callback_icon:nth-of-type(3),
.fixed_callback.fixed_7 .callback_icon:nth-of-type(5) {transform: translate(-30px, -6px); margin-left: 67px;}
.fixed_callback.fixed_7 .callback_icon:nth-of-type(4) {transform: translate(-34px, -6px); margin-left: 74px;}
/*fixed count 6*/
.fixed_callback.fixed_6  .callback_icon:nth-of-type(1), 
.fixed_callback.fixed_6 .callback_icon:nth-of-type(6) {margin: 0px 0px;margin-left: 93px;}
.fixed_callback.fixed_6  .callback_icon:nth-of-type(2), 
.fixed_callback.fixed_6 .callback_icon:nth-of-type(5) {margin-left: 60px;margin-top: -6px;margin-bottom: -6px;}
.fixed_callback.fixed_6 .callback_icon:nth-of-type(1) {transform: translate(20px, 20px);}
.fixed_callback.fixed_6 .callback_icon:nth-of-type(6){transform: translate(20px, -20px);}
.fixed_callback.fixed_6 .callback_icon:nth-of-type(2) {transform: translate(33px, 10px);}
.fixed_callback.fixed_6 .callback_icon:nth-of-type(5){transform: translate(33px, -10px);} 
.fixed_callback.fixed_6 .callback_icon:nth-of-type(3),
.fixed_callback.fixed_6 .callback_icon:nth-of-type(4) {transform: translate(33px, -6px);margin-left: 41px;}
/*fixed count 5*/
.fixed_callback.fixed_5  .callback_icon:nth-of-type(1), 
.fixed_callback.fixed_5 .callback_icon:nth-of-type(5) {margin: -6px 0px;margin-left: 78px;}
.fixed_callback.fixed_5  .callback_icon:nth-of-type(2), 
.fixed_callback.fixed_5 .callback_icon:nth-of-type(4) {margin-left: 50px; margin-top: 6px;margin-bottom: 6px;}
.fixed_callback.fixed_5 .callback_icon:nth-of-type(1) {transform: translate(20px, 20px);}
.fixed_callback.fixed_5 .callback_icon:nth-of-type(4){transform: translate(33px, -10px);} 
.fixed_callback.fixed_5 .callback_icon:nth-of-type(5){transform: translate(20px, -20px);}
.fixed_callback.fixed_5 .callback_icon:nth-of-type(2) {transform: translate(33px, 10px);}
.fixed_callback.fixed_5 .callback_icon:nth-of-type(3) {transform: translate(33px, -6px); margin-left: 39px;}
/*fixed count 4*/
.fixed_callback.fixed_4  .callback_icon:nth-of-type(1), 
.fixed_callback.fixed_4 .callback_icon:nth-of-type(4) {margin: -5px 0px;margin-left: 62px;}
.fixed_callback.fixed_4  .callback_icon:nth-of-type(2), 
.fixed_callback.fixed_4 .callback_icon:nth-of-type(3) {margin-left: 45px;margin-top: 10px;margin-bottom: 10px;}
.fixed_callback.fixed_4 .callback_icon:nth-of-type(1) {transform: translate(20px, 20px);}
.fixed_callback.fixed_4 .callback_icon:nth-of-type(4){transform: translate(20px, -20px);}
.fixed_callback.fixed_4 .callback_icon:nth-of-type(2) {transform: translate(33px, 10px);}
.fixed_callback.fixed_4 .callback_icon:nth-of-type(3) {transform: translate(33px, -6px);}
/*fixed count 3*/
.fixed_callback.fixed_3  .callback_icon:nth-of-type(1), .fixed_callback.fixed_3 .callback_icon:nth-of-type(3) {margin: -5px 0px;margin-left: 50px;}
.fixed_callback.fixed_3  .callback_icon:nth-of-type(2) {margin-left: 40px;margin-top: 10px;margin-bottom: 10px;}
.fixed_callback.fixed_3 .callback_icon:nth-of-type(1) {transform: translate(25px, 10px);}
.fixed_callback.fixed_3 .callback_icon:nth-of-type(2){transform: translate(33px, 0px);} 
.fixed_callback.fixed_3 .callback_icon:nth-of-type(3){transform: translate(25px, -10px);} 
/*fixed count 2*/
.fixed_callback.fixed_2  .callback_icon:nth-of-type(1), 
.fixed_callback.fixed_2 .callback_icon:nth-of-type(2) {margin: 6px 0px;margin-left: 44px;}
.fixed_callback.fixed_2 .callback_icon:nth-of-type(1) {transform: translate(25px, 0px);}
.fixed_callback.fixed_2 .callback_icon:nth-of-type(2){transform: translate(25px, 0px);} 
/*fixed count 1*/
.fixed_callback.fixed_1  .callback_icon:nth-of-type(1) {margin: 6px 0px;margin-left: 44px;}
.fixed_callback.fixed_1 .callback_icon:nth-of-type(1) {transform: translate(25px, 0px);}
.content{margin-bottom: 50px;}
.justified-gallery{
    margin-left: -15px;
    margin-right: -15px;
}
.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(243,114,33,.6);
}
/*.icon-zoom-out:before {
  content: "\e90f";
}
.icon-zoom-in:before {
  content: "\e910";
}*/

.justified-gallery > a:hover:after{opacity: 1;}
.full_room .section-title .h2{}
.rooms_page .box{margin-bottom: 50px;}
.full_room .service_items{
display: flex;
    align-items: center;
    margin-right: -15px;
    margin-left: -15px;
}
.full_room .service_items span:hover{background: #ddd;}
.full_room .service_items span{
    display: flex;
    transition: all 100ms linear;
    align-items: center;
    justify-content: center;
    background: #f1f1f1;
    padding: 15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
}
.full_room .service_items span img{
width: 26px;

    height: 30px;
}
/*other_rooms*/
.other_rooms{}
.other_rooms .room_item_wrapper{
margin-bottom: 30px;
}
.other_rooms .room_item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.other_rooms .room_item:hover .room_name{color:#7b3736;}
.other_rooms .room_item .room_subname{
color:#666;
}
.other_rooms .room_item .room_name{
display: inline-block;
    color: #333;
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: bold;
}
/*.img_fint*/
.img_fint{
    display: flex;
    position: relative;
    flex-shrink: 0;
    z-index: 2;
    width: 100%;
    height: 320px;
    transform: translateZ(0) rotate(0.00001deg);
}
.img_fint 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;
    transition-delay: 0 !important;
    transform-transition: 100% 100%;
}
.full_room .price_table_wrapper{}
 table{width:100% !important;}
  table td{
padding: 10px;
    border: 1px dotted #ddd;
    background: #fff;
}
/*tariff*/
.tariff{}
.tariff_wrapper{}
.tariff_item{
    background: #fef0e8;
    padding: 30px;
    height: 100%;
}
.tariff .tariff_wrapper:nth-child(2) .tariff_item{background: #f7e7de;}
.tariff .tariff_wrapper:nth-child(3) .tariff_item{background: #ead6cb;}
/*offer_page*/
.offer_page{}
.offer_page .item_wrapper:not(:last-child){margin-bottom: 50px;}
.offer_page .item_wrapper{}
.offer_page .item_wrapper .item_info{}
.offer_page .item_wrapper .item_image{}
.offer_page .item_wrapper .offer_name{
    font-size: 26px;
    color: #333;
    margin-bottom: 30px;
    font-weight: 700;
}
.offer_page .item_wrapper .offer_name a{
color: #333;
    text-decoration: none;
    line-height: 1.2em;
} 
.offer_page .item_wrapper .offer_name a:hover{
    color:#7b3736;
}
.offer_page .item_wrapper .item_info .readmore .sale{
font-size: 22px;
    color: #333;
    font-weight: bold;
    margin-right: 10px;
}
table{max-width: 100% !important; width: 100% !important;}
table td{ }
tr{}
tr:nth-child(even){}
iframe.video{
    width: 80%;
    height: 60vh;
    display: table;
    margin: 0px auto 30px;
    border:0;
}
img.aligncenter{
    display: table;
    margin: 0px auto;
}
/*question list*/
.faq.module{margin-top: 50px;}
.question-list{}
.question-list .item:hover {box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);}
.question-list .item {
     background: #fff;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 6px;
    transition: .5s ease;
}
.question-list .collapseblocks{padding: 0px 30px 30px;}
.question-list .item:hover .title {color:#333;}
.question-list .itemHeader{}
.question-list .item .text {
padding: 15px 30px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    text-align: justify;
}
.question-list .title {
font-size: 17px;
    font-weight: 500;
    color: #333;
    display: inline-block;
    padding: 20px 30px;
    width: 100%;
}
.question-list .title i {
    margin-right: 10px;
    color: #c4c4c4;
}
.module_short_code{
    margin-bottom:50px;
}
.module_short_code .module{ margin-bottom: 0px;}
.nav-modal-wrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    width: 50%;
    left: -50%;
    height: 100%;
    background-color: #fff;
    padding: 50px 50px ;
    visibility: inherit;
    -webkit-transition: all .6s cubic-bezier(.645,.045,.355,1);
    transition: all .6s cubic-bezier(.645,.045,.355,1);
}
.nav-modal-wrap.open{
left: 0;
    visibility: visible;
    overflow: auto;
}

.close_btn_side_modal_wrapper.open{}
.close_btn_side_modal_wrapper{
position: fixed;
    width: 45%;
    transform: translate(-100%, 0px);
    left: 0;
    top: 20px;
    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);

}
.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{margin-bottom: 50px;}
.side-menu-wrapper, .side-contact-wrapper{
    display: block;
}
/*side_menu*/
.side_menu_container{display: block;}
.side_menu{
 display: block;
}
.side_menu .menu-item{}
.side_menu>.menu-item>*{
     color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    padding: 15px 15px;
    border-radius: 6px;
}
.side_menu>.menu-item>*:hover{color:#41699e;}
.side_menu .sub-menu {
    overflow: hidden;
    display: block;
    list-style-type: none;
    padding: 0px;
    margin-left: 30px;
    max-height: 0;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
}
.side_menu .active .sub-menu{
max-height: 1500px;
}
.side_menu>li {
}
/*.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:before{content: "\e90b";}
.side_menu .active.menu-item>* .icon-chevron-down:before{content: "\e90d";}
.side_menu .menu-item>* .icon-chevron-down{
display: flex;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 15px;
    top: 20px;
    margin-top: 0;
    background: #2e8269;
    color: #fff;
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 17px;
}
.side_menu .sub-menu>.menu-item>*{
    font-weight: 300;
    color: #666;
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 95%;
}
.side_menu>.menu-item.current>*{
    background: #41699e; 
    color:#fff;
}
/*side-contact*/
.side-contact{}
.side-contact ul{
padding: 0px;
    margin: 15px 0px 15px;
    list-style-type: none;
}
.side-contact ul.buttons li{
    padding: 5px 0px;
}
.side-contact ul.buttons a{border-radius: 4px;}

.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;
    font-weight: 600;
}
/*service-module*/
.catalog_items{}
.catalog_items .item{
border-radius: 36px;
    overflow: hidden;
}
.catalog_items .item:not(:last-child){margin-bottom: 30px;}
.catalog_items .item .service_name{
display: inline-block;
text-decoration: none;
font-size: 30px;
color: #333;
margin-bottom: 30px;
}
.catalog_items .item .service_name span{display: block;}
.catalog_items .item .service_name:hover{
color:#1a79af;
}
.catalog_items .item .col-info{position: relative; padding-right: 0;}
.catalog_items .item .col-image{padding-left: 0px;}
.catalog_items .item .col-image .image{
    display: block;
    height: 100%;
}
.catalog_items .item .col-image img{height: 100%; object-fit: cover;}
.catalog_items .item .col-info-inner{
background: #ffffff;
    padding: 50px;
    min-height: 455px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.catalog_items .item .text{margin-bottom: 30px;}
.catalog_items .item ul.list-item{
    padding: 0;
    margin: 0px ;
    list-style-type: none;
}
.catalog_items .item .list-item li{
display: flex;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.catalog_items .item .list-item li>*{padding-right: 15px; padding-left: 15px;}
.catalog_items .item .list-item li .small{
    font-size: 70%;
    display: block;
}
.catalog_items .item .list-item li .delimiter{
    border-bottom: 1px dotted #c4c4c4;
    flex: 1;

}
.catalog_items .item .list-item li .title_wrapper{
    font-size: 18px;
}
/*.catalog_items .item li .price:before{
    position: absolute;
    display: inline-block;
    content: '';
    left: 0px;
    bottom: 50%;
    height: 1px;
    width: 100%;
    border-bottom: 1px dotted #c4c4c4;
}*/
.catalog_items .item .price{
    font-weight: bold;
    font-size: 20px;
    max-width: 100%;
}
.catalog_items .item li .price span{}
.catalog_items .item .btn-wrapper .btn{width: 100%;}
.catalog_items .item .btn-wrapper li:not(:last-child){margin-bottom: 10px;}
.catalog_items .item .lightgallery a{
    display: inline-block;
    height: 108px;
    max-width: 108px;
    border-radius: 4px;
    overflow: hidden;
    margin: 0px 5px;
}
.catalog_items .item .lightgallery{
    display: flex;
}
.catalog_items .item .lightgallery a:hover{
    opacity: .8;
}
.catalog_items .item .lightgallery img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
img.circle {border-radius: 6px;}
/*popular_size*/
.popular_size .brand_logo{
    height: 20px; width: auto;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .nav-pills .nav-link:hover {
color: #f37221;
    background: transparent;
    border-bottom: 1px solid;
}
.nav-pills .nav-link{
    position: relative;
    text-decoration: none;
    padding: 0 0px;
    font-size: 18px;
    border-radius: 0;
    color: #333;
    border-bottom: 1px solid transparent;
}
.nav-pills .nav-link span{
display: block;
    font-size: 10px;
    line-height: 1em;
    padding-top: 3px;
    text-transform: uppercase;
    color: #989898;
}
.nav-pills .nav-link.active span{color:#fff;}
.popular_size.tabs{    margin-top: 50px;}
.popular_size.tabs nav{}
.popular_size.tabs .price_xls{margin-left: 30px; }
.popular_size.tabs .price_xls a{
text-decoration: none;
line-height: 34px;
border-radius: 36px;
}
.popular_size .wrapper_nav .h5{
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
}
/*.nav-pills .nav-link.active:after{
display: inline-block;
    content: '';
    border: 6px solid transparent;
    border-top: 6px solid #2a5aa1;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -6px;

}*/
.popular_size .nav {
}
.popular_size .nav li{
    margin-right: 15px;
    margin-left: 15px;
}
.popular_size .wrapper_nav{
    display: table;
    margin: 0px auto;
}
.popular_size .wrapper_nav .inner{
    display: flex;
    align-items: center;
}
.popular_size .profile_short_desc{
    margin-top: 15px;
    margin-bottom: 15px;
}
.popular_size .profile_short_desc .text{}
 .profile_short_desc .text>*:last-child{margin-bottom: 0px;}
 .catalog_items{}
 .catalog_items .item_wrapper {margin-bottom: 30px;}
 .catalog_items .item{
background: #fff;
    display: flex;
    flex-direction: column;
        justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
    border-radius: 16px;
    padding: 30px;
    height: 100%;
    text-decoration: none;
    color:#333;
}
 .catalog_items .item .tahanomy{margin-bottom: 10px;}
 .catalog_items .item .tahanomy a{opacity: .3}
 .catalog_items .item .title{
font-size: 18px;
    display: inline-block;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 5px;
    text-align: center;
}
.catalog_items .item:hover .title{color:#0e6ab0;}
/*.popular_size .catalog_items .item:hover .title{color:#2a5aa1;}*/
 .catalog_items .item .image{
    height: 220px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
        margin-bottom: 30px;
}
 .catalog_items .item .image img{
object-fit: cover;
    height: 100%;
    width: auto;
    border-radius: 8px;
}
 .catalog_items .item .price{
font-size: 18px;
font-weight: bold;
line-height: 1em;
}
 .catalog_items .item .price span{
font-weight: 300;
    font-size: 16px;
    margin-left: 5px;
}
 .catalog_items .item .size{
    color:#9d9d9d;
}
.catalog_items .item .options_wrapper{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
 .catalog_items .item .option_item{
    position: relative;
    display: flex;
    align-items: center;
}
.catalog_items .item .option_item>*{
    padding: 5px 0px;
}
 .catalog_items .item .option_name{}
.catalog_items .item .option_value{
    text-align: right;
    background: #fff;
}
.catalog_items .item .option_delimiter{
    border-bottom: 1px dotted #ccc;
    width: 100%;
    min-width: 10px;
    flex: 1;
    display: inline-block;
    padding: 0px;
    margin-right: 10px;
    margin-left: 10px;
}
.catalog_items .item .btn_wrapper{text-align: center; margin-bottom: 0;}
.catalog_items .item .item_info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.3em;
    margin-top: 15px;
    margin-bottom: 15px;
}
.catalog_items .item .item_info .profile_logo{
    margin: 10px 0px;
}
.catalog_items .item .item_info .profile_logo img{
    height: 30px;
}
.catalog_items .item .btn{
    font-size: 15px;
    font-weight: 400;
    padding: 0px 30px;
}
.catalog_items .item .btn-link:hover{text-decoration: none;}
.catalog_items .item .btn-link{
    text-decoration: underline;
    background: transparent;
    border: 0;
    padding: 10px 0px;
}
.popular_size .tab-pane{margin-top: 30px;}
/*calculate_order*/
.calculate_order{
    background: #fff;
    padding: 30px;
    position: relative;
    border-radius: 24px;
}
.calculate_order .title_form{margin-bottom:20px;}
.calculate_order form{position: relative; z-index: 9;}
.calculate_order .form-control, .quick_feedback .form-control{
    height: 52px;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 6px;
    padding: 0px 15px;
}    
.calculate_order textarea.form-control{padding: 15px 15px;height: 70px;}
.calculate_order .text>*:last-child{margin-bottom: 0px;}
.calculate_order .btn-default {
    width: 100%;
}
.calculate_order .text{
        margin-top: 15px;
    font-size: 14px;
    color: #8d8d8d;
}
.calculate_order .phone{
color: #333;
    font-weight: bold;
    font-size: 17px;
    text-decoration: none;
}
.calculate_order .messenger_wrap{
    margin-left: 5px;
}
.calculate_order .messenger_wrap a{
    text-decoration: none;
    padding: 0px 2px;
}
.calculate_order .files span{
    font-size: 14px;
    color:#8d8d8d;
        font-weight: 300;
}

.calculate_order .form-control::-webkit-input-placeholder, .quick_feedback .form-control::-webkit-input-placeholder { color: #afafaf; font-weight: 400; font-size: 14px;}
.calculate_order .form-control:-ms-input-placeholder, .quick_feedback .form-control:-ms-input-placeholder { color: #afafaf; font-weight: 400; font-size: 14px;}
.calculate_order .form-control::-ms-input-placeholder, .quick_feedback .form-control::-ms-input-placeholder { color: #afafaf; font-weight: 400; font-size: 14px;}
.calculate_order .form-control::placeholder, .quick_feedback .form-control::placeholder { color: #afafaf; font-weight: 400; font-size: 14px;} 

.calculate_order .img{
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
}
.calculate_order .img img{
        height: 100%;
    object-fit: cover;
}


/*quick_feedback*/
.quick_feedback{
    background: #fff;
    padding: 30px 60px;
    border-radius: 16px;
    position: relative;
    display: table;
    margin: 50px auto 50px;
}
.quick_feedback .logo-company{height: 42px; width: auto;}
footer .quick_feedback{margin-top: 0px;margin-bottom: 0; padding: 0;}
footer .feedback_form{padding: 0;}
footer .quick_feedback .h5{margin-bottom: 15px; font-size: 17px;}
footer .quick_feedback .h5 span{display: inline-block;}
footer .quick_feedback .h5 span:last-child{margin-left: 5px;}
footer .quick_feedback .img{left:0;}
footer .quick_feedback .row_fields{justify-content: center;}
footer .quick_feedback .row_fields .col-auto:last-child{margin-top: 15px;}
.quick_feedback .fields{}
.quick_feedback .img{position: absolute; bottom: 0;}
.quick_feedback .img img{}
.quick_feedback  .h5{
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 28px;
}
.quick_feedback  .h5 span{display: block;}
.quick_feedback  .h5 span:first-child{font-weight: bold;}
.quick_feedback  .h5 span:last-child{font-size: 16px;}
.quick_feedback .btn-primary{height: 50px; line-height: 50px;}
.quick_feedback .form-control{max-width: 200px;}
/*last_works*/
.last_works{}
.last_works .item{
/*padding: 0px 15px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #333;
    text-decoration: none;
    text-align: center;
}
.last_works .item:hover .name_work{
    color:#1a79af;
}
.last_works .item .name_work{
    display: block;
    margin-top: 15px;
}
.last_works .item .image{
height: 280px;
    border-radius: 16px;
    overflow: hidden;
}
.last_works .item .image img{
    object-fit: cover;
    height: 100%;
    transition: .5s ease;
}
.last_works .item:hover .image img{
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.last_works_slick {
    padding: 0px 70px;
}
/*slick-arrow*/
.slick-arrow{
position: absolute;
    width: 56px;
    height: 56px;
    top: 50%;
    margin-top: -28px;
    border: 0;
    font-size: 25px;
    background: #fff;
    color: #333;
    border-radius: 50%;
}
.last_works .slick-arrow{
    margin-top: 0px;
    top: 112px;
}
.slick-arrow:hover{
    background: #258dc9;
    color:#fff;
}
.slick-arrow.slick-prev{left:0;}
.slick-arrow.slick-next{right:0;}
/*slick-dots*/
.slick-dots{
padding: 0px;
    margin: 0px 0px 0px;
    list-style-type: none;
    display: flex;
    width: 100%;
    justify-content: center;
}
.slick-dots li{
    padding: 0px 2px;
}
.slick-dots li button{
background: #d5d5d5;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border-radius: 50%;
    text-indent: -90000px;
    border: 0;
}
.slick-dots li.slick-active button{background: #f48120}
/*banner-module-footer*/
.banner-module-footer{}
.banner-module-footer .h3{margin-bottom: 30px;}
.banner-module-footer .banner_item{
    display: block;
    width: 100%;
    height: 445px;
    background: #eef0f5;
    border-radius: 16px;
    overflow: hidden;
    padding: 50px 50px;
    color: #333;
    position: relative;
    text-decoration: none;
}
.banner-module-footer .banner-woord-house{
    margin-top: 30px;
}
.banner-module-footer .banner-woord-house .banner_item {
    height: auto;
    display: flex;
    padding: 0;
    align-items: center;
}
.banner-module-footer .banner-woord-house .banner_item .banner_text {
    padding-right: 30px; padding-left: 30px;
}
.banner-module-footer .banner-woord-house .banner_item .text_inner>*{
    display: block;
}
.banner-module-footer .banner-woord-house .banner_item .subtitle{
    font-size: 20px;
}
.banner-module-footer .banner_name{
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: bold;
}
.banner-module-footer .col-sm-6 .banner_item .image{
        display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.banner-module-footer .banner_item .price{margin-bottom: 15px;}
.banner-module-footer .banner_item .image img{
    transition: .5s ease;
height: 100%
}
.banner-module-footer .banner_item:hover .image img{
        -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.banner-module-footer .col-sm-6 .banner_item .readmore{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: .5s ease;
    bottom: 0;
}
.banner-module-footer .col-sm-6 .banner_item:hover .readmore{
opacity: 1;
visibility: visible;
bottom: 50px;
}
.banner-module-footer .banner_item .banner_text{}
.banner-module-footer .col-sm-6 .banner_item .banner_text>*{display: block;}
.logo_contact_page{
    height: 60px;
}
/*#calculate*/
.calc{
    margin-top: 30px;
    background: rgb(238,240,245);
    background: linear-gradient(180deg, rgba(238,240,245,1) 0%, rgba(248,241,234,1) 100%);
    padding: 90px 90px;
    border-radius: 30px;
}
.calc_wrapper{
        display: flex;
    flex: 0 0 100%;
    max-width: 100%;
}
.calc .window-left{
    flex: 0 0 50%;
    max-width: 50%;
}
.calc .window .image {
display: flex;
    width: calc(100% - 100px);
    background: #fff;
    justify-content: center;
    padding: 60px 0px;
    align-items: center;
    border-radius: 24px;
    align-content: center;
    flex-wrap: wrap;
}
.calc .window .img {
    display: flex;
    width: calc(100% - 100px);
    height: 300px;
    border-radius: 5px;
    background: #fff;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.calc .height_range {
    position: relative;
    display: flex;
    width: 80px;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-right: 30px;
}
.calc .height_range .val {
    color: #727274;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}
.calc  .val .input {
    color: #3d3d40;
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    background: #fff;
}
.calc .val .exp {
    margin-top: 7px;
    font-size: 12px;
}
.calc .height_range .range_wrap {
    height: 210px;
    margin-top: 30px;
    padding-left: 39px;
}
.calc .width_range .val {
    color: #727274;
    width: 80px;
    margin-left: 30px;
    text-align: center;
    white-space: nowrap;
}
/*.calc .width_range .val .input {
    color: #3d3d40;
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    background: #fff;
}*/
.calc .width_range .range_wrap {
    width: calc(100% - 110px);
    padding-top: 19px;
}

.calc .width_range {
    display: flex;
    width: calc(100% - 100px);
    margin-top: 20px;
    margin-left: 100px;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap;
}
.width_wrapper{
width: 100%;
    display: flex;
}
.calc .window-right{
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 60px;
}
.calc .types{
    display: flex;
    margin-bottom: 100px;
}
.calc .types input[type="radio"]{display: none;}
.calc .types label{
    width: 90px;
    height: 90px;
    background: #fff;
    margin: 0px 10px;
    line-height: 90px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}
.calc .types label{
}
.calc .types input[type=radio]:checked+label{
 background: #f48120;
}
.calc .types label svg{
width: auto;
    height: 46px;
    fill: #1e4b8f;
}
.calc .types input[type=radio]:checked+label svg{fill:#fff;}

.calc .field input[type="radio"]{
display: none;
}
.calc  label{
        position: relative;
}
.calc .info_item .line .name{
font-weight: bold;
    width: 25%;
}
.calc .info_item .line{
display: flex;
    align-items: center;
}
.calc .info_item .line:not(:last-child){
    margin-bottom: 15px;
}
.calc .info_item .field{
display: flex;
    margin-right: -5px;
    margin-left: -5px;
}
.calc  .info_item label{
    display: flex;
    margin: 0px 25px 0px 15px;
    border-radius: 50%;
    padding-left: 35px;
    cursor: pointer;
    align-items: center;
}
.calc  .info_item label:before{
     position: absolute;
    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;
    content: "\e90f";
    top: 0;
    left: 0;
    font-size: 12px;
    display: block;
    width: 24px;
    background: #fff;
    line-height: 24px;
    text-align: center;
    height: 24px;
    border-radius: 50%;
}
.calc .info_item input:checked+label:before{background: #f48120;color:#fff;}
.calc  .info_wrapper h5{font-weight: 400;font-size: 18px;}
.calc .wrapper_price{
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.calc .wrapper_price .btn{}
.calc .price{
display: flex;
    align-items: center;
    margin-right: 15px;
}
.calc #price{
    font-weight: bold;
    font-size: 28px;
    margin-left: 7px;
}
.calc  .currency{
    font-weight: 300;
    margin-left: 10px;
    font-size: 22px;
    color: #666;
}
.calc .priceTotal{    text-align: right;}
.calc #totalPrice{
font-size: 22px;
    margin-left: 10px;
    font-weight: bold;
}
.calc .currency{}
.calc .items{}
.calc .items_res{
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}
.calc .items_res .item{
    background: #fff;
    padding: 30px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.calc .items_res .item:not(:last-child){margin-bottom: 2px;}
.calc .items_res .item span{
    line-height: 1em;
}
.calc .items_res .item img{height: 42px; width: auto;}
.calc .items_res .item .delete{
color:#fa6565; 
cursor: pointer;
}
.calc .items_res .item .delete:hover{
    color:#f60505;
}
.calc .btn-bid {text-align: center;}
.calc .btn-bid .btn{
height: 76px;
    font-weight: bold;
    padding: 0px 60px;
    font-size: 16px;
    text-transform: uppercase;
}
.calc .user_info{margin-top: 30px; margin-bottom: 30px;}
/*phone_zamer*/
.phone_zamer{
    display: flex;
    align-items: center;
    margin-top: 20px; margin-bottom: 20px;
}
.phone_zamer a{text-decoration: none;}
.phone_zamer a:hover{color:#2a5aa1;}
.phone_zamer .main_phone{font-size: 30px; color:#333; font-weight: bold;}
.phone_zamer  .messenger_wrap{ margin-left: 10px; }
.phone_zamer  .messenger_wrap a{font-size: 18px;}
/*service_icon*/
.service_icon{margin-bottom: 30px;}
.service_icon .item{
    max-width: 33.333%;
    flex: 0 0 33.333%;
    padding-right: 15px;
    padding-left: 15px;
}
.service_icon .item>*{}
.service_icon .item .text_wrapper{flex: 1;}
.service_icon .item .image{
    margin-right: 30px;
}
.service_icon .item .item_wrapper{
    display: flex;
    align-items: center;
    background: #fff;
    height: 100%;
    padding: 30px;
    border-radius: 16px;
}
.service_icon .item .text_wrapper .text>*:last-child{margin-bottom: 0;}
.service_icon .subtitle{margin-bottom: 15px}
.service_icon .service_name{
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px;
}
.service_icon .image img{
height: 42px;
    width: auto;
}
/*home_block*/
.home_block{}
.home_block .block_wrapper {margin-bottom: 30px}
.home_block .block{
background: #fff;
    display: block;
    padding: 30px;
    border-radius: 16px;
    text-decoration: none;
    color: #333;
    position: relative;
}
.home_block .block:hover .block_name{
    color:#2a5aa1;
}
.home_block .block:hover .readmore{bottom: 35px;}
.home_block .block_name{
font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2em;
    display: block;
}
.home_block .block .text{display:block; margin-bottom: 30px;}
.home_block .block .text ul{}
.home_block .block_name span{display: block;}
.home_block .image{text-align: right;}
.home_block .image img{max-width: 100%;}
.home_block .block_wrapper.col-sm-6 .block{height: 430px;}
.home_block .block_wrapper:not(.col-sm-6) .block{height: 340px;}
.home_block .block .readmore{
    position: absolute;
    bottom: 30px;
}
/*works_list*/
.works_list{}
.works_list .item_wrapper{}
.works_list .item_wrapper .item{
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    color: #333;
    text-decoration: none;
}
.works_list .item_wrapper .item:hover .name_work{
    color:#1a79af;
}
.works_list .item_wrapper .item .name_work{
    font-size: 18px;
    font-weight: bold;
}
.works_list .item_wrapper .item .image{
height: 380px;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 15px;
}
.works_list .item_wrapper .item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
        transition: .5s ease;
}
.works_list .item_wrapper .item:hover .image img{
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
#wpadminbar{z-index: 9;}

.box{
background: #fff;
    padding: 30px;
    border-radius: 16px;
}
.box.module{margin-top: 30px;}
/*.reviews_list*/
.reviews_list{}
.item_review{
    background: #fff;
    padding: 30px;
    border-radius: 16px;
}
.item_review:not(:last-child){
    margin-bottom: 15px;
}
.reviews_list .name_review{
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 15px;
}
.reviews_list .review_text{}
.reviews_list .review_text>*:last-child{margin-bottom: 0;}
/*get_rent*/
.get_rent{
background: #d8f2cc;
    padding: 30px;
    border-radius: 16px;
}
.get_rent a{text-decoration: none;}
.get_rent a.t_link {color:#333; font-weight: bold; font-size: 18px;}
.get_rent a.t_link:hover{color:#0e6ab0;}

/*calc*/
.calculate_order .fields-for-calc .wrapper_input:not(:last-child){margin-bottom: 15px;}
.calculate_order .row-field{margin-bottom: 30px;}
.calculate_order .form_field_wrapper{
 display: flex;
    justify-content: space-between;
    margin-right: -15px;
    margin-left: -15px;
}
.calculate_order .form_field_wrapper>*{padding-left: 15px; padding-right: 15px;}
.calculate_order .wrapper_input_inner{
    display: flex;
    align-items: flex-end;
}
.calculate_order .input_small{
width: 100px;
    font-size: 20px;
    font-weight: bold;
}
.calculate_order .wrapper_input .control {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 5px;
    height: 52px;
}

.calculate_order .wrapper_input .control .btn {
display: block;
    background: #ebf0f4;
    width: 24px;
    height: 24px;
    line-height: 24px;
    padding: 0px;
    border-radius: 6px;
    color: #333;
    font-weight: 500;
    font-size: 15px;
}
.calculate_order .wrapper_input .control .btn:hover{background:#c7d7e4; }
.calculate_order .wrapper_input .control .btn-plus {
    background: #d3dce4;
}
.calculate_order .wrapper_input label{}
.calculate_order .result_item_inner{
    font-size: 26px; 
    font-weight: bold;
}
.calculate_order .row-feedback{
    background: #ebf0f4;
    padding: 30px;
    border-radius: 16px;
}
.calculate_order .result_wrapper{}
.calculate_order .result_wrapper>.alert>*:last-child{margin-bottom: 0;}
.calculate_order .result{
    background: #ffe8da;
    padding: 30px;
    border-radius: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.calculate_order .result #coast_notice{
    background: #fff;
    padding: 15px;
    flex: 1;
    margin-left: 30px;
    border-radius: 16px;
}
.calculate_order .result .label{text-transform: uppercase; color: #666666; font-size: 14px;}
.calculate_order .options_wrapper{
    border: 1px solid #ebf0f4;
    padding: 30px;
    border-radius: 16px;
}
.calculate_order .option_item{display: flex; align-items: center; font-size: 16px;}
.calculate_order .option_item:not(:last-child){margin-bottom: 15px;}
.calculate_order .option_item .cap{}
.calculate_order .option_item .del{
    border-bottom: 1px dotted #ccc;
    width: 100%;
    min-width: 10px;
    flex: 1;
    display: inline-block;
    padding: 0px;
    margin-right: 30px;
    margin-left: 30px;
}
.calculate_order .option_item .val{font-weight: bold;}