:root {
    --color-black: #333333;
    --color-accent: #276db4;
    --color-accent-hover: #1d61a6;
    --color-white: #ffffff;
    --color-gray: #EAEBE8;
    --color-blue: #276db4;
    --color-orange: #e95821;
    --color-orange-hover: #da4d18;
    --color-body: #ffffff;
    --color-light-gray: #f6f5f5;
    --color-light: #e5ebf9;
    --color-light2: #f4ece5;
    --color-link: #33689e;
    --color-link-hover: #1F3B7A;
    --color-stroke: #d5d5d5;
    --color-whatsapp: #3ae35b;
    --color-vk: #0077ff;
    --color-telegram: #2BA2DE;
    --color-vk: #0077ff;
    --color-instagram: #C13584;
    --color-brown: #c7b69d;
    --color-brown2: #796a57;
    --color-brown2-hover: #796a57;
}
* { outline: none;}
*,
*::before,
*::after {
box-sizing: border-box;
}
.clr,.clear{clear:both; }
.clr.module{margin-bottom: 30px;}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


body {
    margin: 0;
    font-family: 'Montserrat',  'Inter', 'Ubuntu', 'Open Sans', 'Arial', 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    color: var(--color-black);
    text-align: left;
    background: url('../images/pattern.jpg') var(--color-white);
    overflow-x: hidden;
}


body.nav-open{overflow: hidden;}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {margin-top: 0;margin-bottom: 8px;}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {font-weight: 700;}
dd {margin-bottom: .5rem; margin-left: 0;}
blockquote {margin: 0 0 1rem;}
b,
strong {
font-weight: 700;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -.25em;
}
sup {
top: -.5em;
}
a {
    color: var(--color-link);
    text-decoration: none;
}
a:hover {
color: var(--color-link-hover);
text-decoration: none;
}
a:not([href]):not([class]) {
color: inherit;
text-decoration: none;
}
a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
    max-width: 100%;
}
svg {
overflow: hidden;
vertical-align: middle;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
}
button {
border-radius: 0;
}
button:focus {
outline: 0px dotted;
outline: 0px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button{outline:0;}
button,
select {
text-transform: none;
}
[role="button"] {
cursor: pointer;
}
select {
word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
box-sizing: border-box;
padding: 0;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: 'Montserrat', 'Inter', 'Ubuntu', 'Open Sans', Arial, 'Noto Sans', sans-serif;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.3;
}
h1, .h1 {font-size: 38px;}
h2, .h2 {font-size: 34px;}
h3, .h3 {font-size: 30px;}
h4, .h4 {font-size: 28px;}
h5, .h5 {font-size: 26px; line-height: 1.2em;}
h6, .h6 {font-size: 24px;}
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mb-0{margin-bottom: 0px !important;}
.mb-10{margin-bottom: 10px !important;}
.mb-15{margin-bottom: 15px !important;}
.mb-20{margin-bottom: 20px !important;}
.mb-30{margin-bottom: 30px !important;}
.mb-40{margin-bottom: 40px !important ;}
.mb-50{margin-bottom: 50px !important;}
.mb-60{margin-bottom: 60px !important;}
.mb-80{margin-bottom: 80px !important;}
.mt-0{margin-top: 0px !important;}
.mt-10{margin-top: 10px !important;}
.mt-15{margin-top: 15px !important;}
.mt-20{margin-top: 20px !important;}
.mt-30{margin-top: 30px !important;}
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 var(--color-light-blue);
}
.table-bordered th,
.table-bordered td {
border:1px solid var(--color-light-blue);
}
.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: var(--color-light-blue);
}
.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, .input-text {
    display: block;
    width: 100%;
    height: 50px;
    padding: 15px 15px;
    font-weight: 300;
    line-height: 1.5;
    color: var(--color-black);
    background-color: var(--color-white);
    border: 1px solid var(--color-stroke);
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
label .form-control{margin-top: 5px;}
@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 {
border-color: var(--color-accent2);
    outline: 0;
    box-shadow: 0 0 0;
}
.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;
    font-weight: 500;
}
.form-group {
    margin-bottom: 20px;
position: relative;
}
.modal form .btn{

 }
.form-group label{margin: 0;}
.form-group label>*{}
.form-group input::-webkit-input-placeholder {color: color:var(--color-black);}
.form-group input:-moz-placeholder {color: color:var(--color-black);}
.form-group input::-moz-placeholder { color: color:var(--color-black);}
.form-group input:-ms-input-placeholder {color: color:var(--color-black);}
.form-group input::-ms-input-placeholder {color: color:var(--color-black);}
.form-group input::placeholder {color: color:var(--color-black);}
.btn {
display: inline-block;
    text-decoration: none;
    font-weight: 500;
    color: var(--color-black);
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0px 15px;
    line-height: 48px;
    border-radius: 0px;
    transition: all 200ms linear;
    text-transform: uppercase;
}
.btn-lg{
    line-height: 60px;
    padding: 0px 30px;
}
@media (prefers-reduced-motion: reduce) {
.btn {
transition: none;
}
}
.btn:hover {
color: #212529;
text-decoration: none;
}
.btn:focus, .btn.focus {
outline: 0;
box-shadow: 0 0 0 0;
}
.btn.disabled, .btn:disabled {
opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none;
}
.btn-primary {
color: var(--color-white);
    background-color: var(--color-accent);
}
.btn-primary:hover {
    color: var(--color-white);
    background-color: var(--color-accent-hover);
}
.btn-primary:focus, .btn-primary.focus {
color: var(--color-white);
box-shadow: 0 0 0 ;
}
.btn-default {
color: var(--color-white);
background-color: var(--color-orange);
}
.btn-default:hover {
    color: var(--color-white);
    background-color: var(--color-orange-hover);
}
.btn-brown {
color: var(--color-white);
background-color: var(--color-brown);
}
.btn-brown:hover {
    color: var(--color-white);
    background-color: var(--color-accent2-hover);
}
.btn-default:focus, .btn-default.focus {
color: var(--color-white);
background-color: var(--color-orange-hover); 
}
.btn-info{
    color: var(--color-accent);
    line-height: 54px;
    text-decoration: none;
    background: transparent;
    border: 1px solid var(--color-accent);
}
.btn-info.white{
    color:var(--color-white);
    border-color: var(--color-white);
    font-size: 85%;
}
.btn-info.white:hover{
background: var(--color-white);
    color: var(--color-black);
}
.btn-info:hover{
background-color: var(--color-accent);
    color: var(--color-white);
}
.btn-primary.disabled, .btn-primary:disabled {
color: #fff;
background-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
}
.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-lg{
    height: 85px;
        font-size: 25px;
}
.btn-sm, .btn-group-sm > .btn {
padding: 0px 15px;
    font-size: 0.875rem;
    line-height: 42px;
    border-radius: 0;
}
.fade {
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
.fade {
transition: none;
}
}
.fade:not(.show) {
opacity: 0;
}
.collapse:not(.show) {
display: none;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.collapsing {
transition: none;
}
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
}
nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-link {
display: block;
padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
text-decoration: none;
}
.nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default;
}
.nav-tabs {
border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
margin-bottom: -1px;
}
.nav-tabs .nav-link {
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
}
.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;*/
opacity: 0;
visibility: hidden;
height: 0;
}
.tab-content > .active {
display: block;
height: auto;
opacity: 1;
visibility: visible;
}
.navbar {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
}
.navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
text-decoration: none;
}
.navbar-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
.navbar-nav .dropdown-menu {
position: static;
float: none;
}
.navbar-text {
display: inline-block;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-align: center;
align-items: center;
}
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
text-decoration: none;
}
.breadcrumb {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0.75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #e9ecef;
border-radius: 0.25rem;
}
.breadcrumb-item {
display: -ms-flexbox;
display: flex;
}
.breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
display: inline-block;
padding-right: 0.5rem;
color: #6c757d;
content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: none;
}
.breadcrumb-item.active {
color: #6c757d;
}
.pagination {
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
border-radius: 0.25rem;
}
.page-link {
position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #333;
    background-color: #fff;
    text-decoration: none;
    border: 1px solid #dee2e6;
}
.page-link:hover {
z-index: 2;
color: #0056b3;
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6;
}
.page-link:focus {
z-index: 3;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
z-index: 3;
color: #fff;
background-color: var(--color-accent);
border-color: var(--color-accent);
}
.page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6;
}
.alert-small {padding: 5px;}
.alert {
    position: relative;
    padding: 15px 30px;
    margin-bottom: 1rem;
    display: inline-block;
    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: #b5decb;
    border-color: #b5decb;
}
.alert-info {
background-color: #d1ecf1;
border-color: #bee5eb;
}
.alert-info .alert-link {
}
.alert-warning {
background-color: #fff3cd;
border-color: #ffeeba;
}
.alert-danger {
background-color: #fff3df;
border-color: #fff3df;
}
.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: 0.3rem;
    outline: 0;
    border-radius: 36px;
}
.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: block;
    text-align: right;
    padding: 40px 40px 0;
    border-bottom: 0px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    color: var(--color-accent2);
    font-size: 20px;
    transition: all 200ms linear;
}

.modal-header .close:hover {
color:var(--color-gray);
}
.modal-title {
margin-bottom: 0;
line-height: 1.5;
}
.modal-body {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 40px;
}
.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: 660px;
        margin: 0px auto 0;
        height: 100%;
        display: flex;
        align-items: center;
}
.modal-dialog-scrollable {
max-height: calc(100% - 3.5rem);
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 3.5rem);
}
.modal-dialog-centered {
min-height: calc(100% - 3.5rem);
}
.modal-dialog-centered::before {
height: calc(100vh - 3.5rem);
height: -webkit-min-content;
height: -moz-min-content;
height: min-content;
}
.modal-sm {
max-width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg,
.modal-xl {
max-width: 1200px;
}
}
@media (min-width: 1200px) {
.modal-xl {
max-width: 1140px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
opacity: 0;
}
.tooltip.show {
opacity: 0.9;
}
.tooltip .arrow {
position: absolute;
display: block;
width: 0.8rem;
height: 0.4rem;
}
.tooltip .arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
top: 0;
border-width: 0.4rem 0.4rem 0;
border-top-color: #000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
left: 0;
width: 0.4rem;
height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
right: 0;
border-width: 0.4rem 0.4rem 0.4rem 0;
border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
bottom: 0;
border-width: 0 0.4rem 0.4rem;
border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
right: 0;
width: 0.4rem;
height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
left: 0;
border-width: 0.4rem 0 0.4rem 0.4rem;
border-left-color: #000;
}
.tooltip-inner {
max-width: 300px;
padding: 0.25rem 0.5rem;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 0.25rem;
    padding: 20px;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before{border-top-color: #1f8edc;}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before{border-bottom-color: #1f8edc;}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before{border-left-color: #1f8edc;}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before{border-right-color: #1f8edc;}
.custom-tooltip .tooltip-inner{
background: #fff;
    color: #333;
    box-shadow: 0px 0px 60px rgb(0 0 0 / 25%);
    border: 0px solid #ddd;
}
.tooltip.show {opacity: 1;}
.custom-tooltip.bs-tooltip-top .arrow::before{border-top-color:#fff;}
.custom-tooltip.bs-tooltip-bottom  .arrow::before{border-bottom-color: #fff;}
.custom-tooltip.bs-tooltip-left  .arrow::before{border-left-color: #fff;}
.custom-tooltip.bs-tooltip-right  .arrow::before{border-right-color: #fff;}
.clearfix::after {
display: block;
clear: both;
content: "";
}
.d-flex {
display: -ms-flexbox ;
display: flex ;
}
.flex-row {
-ms-flex-direction: row ;
flex-direction: row ;
}
.flex-column {
-ms-flex-direction: column ;
flex-direction: column ;
}
.flex-row-reverse {
-ms-flex-direction: row-reverse ;
flex-direction: row-reverse ;
}
.flex-column-reverse {
-ms-flex-direction: column-reverse ;
flex-direction: column-reverse ;
}
.flex-wrap {
-ms-flex-wrap: wrap ;
flex-wrap: wrap ;
}
.flex-nowrap {
-ms-flex-wrap: nowrap ;
flex-wrap: nowrap ;
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse ;
flex-wrap: wrap-reverse ;
}
.justify-content-start {
-ms-flex-pack: start ;
justify-content: flex-start ;
}
.justify-content-end {
-ms-flex-pack: end ;
justify-content: flex-end ;
}
.justify-content-center {
-ms-flex-pack: center ;
justify-content: center ;
}
.justify-content-between {
-ms-flex-pack: justify ;
justify-content: space-between ;
}
.align-items-start {
-ms-flex-align: start ;
align-items: flex-start ;
}
.align-items-end {
-ms-flex-align: end ;
align-items: flex-end ;
}
.align-items-center {
-ms-flex-align: center ;
align-items: center ;
}
.align-content-start {
-ms-flex-line-pack: start ;
align-content: flex-start ;
}
.align-content-end {
-ms-flex-line-pack: end ;
align-content: flex-end ;
}
.align-content-center {
-ms-flex-line-pack: center ;
align-content: center ;
}
.align-content-between {
-ms-flex-line-pack: justify ;
align-content: space-between ;
}
.text-left {
text-align: left ;
}
.text-right {
text-align: right ;
}
.text-center {
text-align: center ;
}
.text-uppercase {
text-transform: uppercase ;
}
.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;
}

@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-upload-cloud:before {
  content: "\e946";
}

.icon-play:before {
  content: "\e93f";
}
.icon-odnoklassniki:before {
  content: "\e93d";
}
.icon-check-square-o:before {
  content: "\e93a";
}
.icon-caret-right:before {
  content: "\e934";
}
.icon-caret-left:before {
  content: "\e935";
}
.icon-caret-up:before {
  content: "\e936";
}
.icon-caret-down:before {
  content: "\e937";
}
.icon-calculator:before {
  content: "\e92f";
}
.icon-phone1:before {
  content: "\e924";
}
.icon-vk:before {
  content: "\e919";
}
.icon-camera:before {
  content: "\e93e";
}
.icon-star:before {
  content: "\e93c";
}
.icon-check-circle:before {
  content: "\e939";
}
.icon-zoom_out_map:before {
  content: "\e927";
}
.icon-phone:before {
  content: "\e923";
}
.icon-bell:before {
  content: "\e920";
}
.icon-sort:before {
  content: "\e903";
}
.icon-trash-2:before {
  content: "\e904";
}
.icon-log-out:before {
  content: "\e91d";
}
.icon-log-in:before {
  content: "\e91e";
}
.icon-search:before {
  content: "\e905";
}
.icon-user:before {
  content: "\e906";
}
.icon-cart:before {
  content: "\e907";
}
.icon-arrow-up:before {
  content: "\e908";
}
.icon-arrow-right:before {
  content: "\e909";
}
.icon-arrow-left:before {
  content: "\e90a";
}
.icon-arrow-down:before {
  content: "\e90b";
}
.icon-chevron-right:before {
  content: "\e90c";
}
.icon-chevrons-up:before {
  content: "\e90d";
}
.icon-chevrons-right:before {
  content: "\e90e";
}
.icon-chevrons-left:before {
  content: "\e90f";
}
.icon-chevrons-down:before {
  content: "\e910";
}
.icon-chevron-right1:before {
  content: "\e911";
}
.icon-chevron-left:before {
  content: "\e912";
}
.icon-chevron-down:before {
  content: "\e913";
}
.icon-chevron-up:before {
  content: "\e914";
}
.icon-minus:before {
  content: "\e915";
}
.icon-plus:before {
  content: "\e916";
}
.icon-eye:before {
  content: "\e918";
}
.icon-file-pdf:before {
  content: "\e931";
}
.icon-file-excel:before {
  content: "\e92b";
}
.icon-file:before {
  content: "\e92b";
}
.icon-file-format:before {
  content: "\e92b";
}
.icon-xlc:before {
  content: "\e92b";
}
.icon-file-word:before {
  content: "\e92c";
}
.icon-file1:before {
  content: "\e92c";
}
.icon-file-format1:before {
  content: "\e92c";
}
.icon-word:before {
  content: "\e92c";
}
.icon-docx:before {
  content: "\e92c";
}
.icon-image:before {
  content: "\e928";
}
.icon-instagram:before {
  content: "\e925";
}
.icon-file-pdf1:before {
  content: "\e932";
}
.icon-file-pdf2:before {
  content: "\e933";
}
.icon-file-xls:before {
  content: "\e92d";
}
.icon-file-xls1:before {
  content: "\e92e";
}
.icon-calendar:before {
  content: "\e921";
}
.icon-calculator1:before {
  content: "\e930";
}
.icon-star-full:before {
  content: "\e93b";
}
.icon-checkmark:before {
  content: "\e938";
}
.icon-envelope:before {
  content: "\e92a";
}
.icon-location:before {
  content: "\e929";
}
.icon-heart-outlined:before {
  content: "\e900";
}
.icon-close:before {
  content: "\e901";
}
.icon-info:before {
  content: "\e902";
}
.icon-youtube:before {
  content: "\e926";
  color: #f00;
}
.icon-viber:before {
  content: "\e922";
  color: #665cac;
}
.icon-yandex:before {
  content: "\e91f";
  color: #f00;
}
.icon-gmail:before {
  content: "\e917";
  color: #d14836;
}
.icon-whatsapp:before {
  content: "\e91a";
  color: #25d366;
}
.icon-twitter:before {
  content: "\e91b";
  color: #1da1f2;
}
.icon-telegram:before {
  content: "\e91c";
}
.telegram{color:var(--color-telegram);}
.telegram:hover{color:var(--color-telegram);}
.vk{color:var(--color-vk);}
.whatsapp{color:var(--color-whatsapp);}
.whatsapp:hover{color:var(--color-whatsapp);}


/*.nav-modal-wrap {*/
.side-nav-overlay {
    background: rgba(0, 0, 0, .8);
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    transform: translate(100%, 0);
    width: 100%;
    cursor: pointer;
}

.nav-modal-wrap {
position: fixed;
    top: 0;
    left: 0;
    transform: translate(-100%, 0);
    padding: 40px 30px;
    z-index: 10;
    width: 40%;
    height: 100%;
    background-color: #fff;
    visibility: visible;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: all .6s cubic-bezier(.645,.045,.355,1);
    transition: all .6s cubic-bezier(.645,.045,.355,1);
}
.customize-support .nav-modal-wrap{padding-top: 90px;}
.nav-modal-wrap-inner{
display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.nav-modal-wrap .close-btn-side{
    background: transparent;
    border: 0;
    position: absolute;
    right: 0px;
    top: -30px;
    font-size: 26px;
    z-index: 2;
    transition: all 200ms linear;
    color: var(--color-gray);
}
.nav-modal-wrap .close-btn-side:hover{color:var(--color-black);}
.nav-modal-wrap ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    gap: 15px 0px;
    flex-direction: column;
}
.nav-modal-wrap ul li{}
.nav-modal-wrap ul li a{
color: var(--color-black);
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0px 15px;
}
.nav-modal-wrap ul.sub_menu{
padding-left: 30px;
    gap: 5px 0;
}
.nav-modal-wrap ul.sub_menu a{
    font-size: 15px;
    font-weight: 500;
}
.nav-modal-wrap ul li a i{display: none;}
.nav-modal-wrap ul li:hover a{color:var(--color-red);}
.nav-modal-wrap ul li a .num{
    color:var(--color-gray);
}
.nav-modal-wrap .mobile_menu_container{
    display: flex;
    flex-direction: column;
    gap:30px 0px;
}
.module{margin-bottom: 60px;}
.fint{
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 1.25em;
}
.fint div:last-child{font-weight: 300;}



/*promo*/
.promo {position: relative;}
.promo_inner {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}
.index .promo_inner {}
.bg-video {
    z-index: 1;
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left:0;
    right: 0;
    bottom: 0;
}
.bg-video_visible {
    display: block;
}
.bg-video__media {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
}
.promo_inner::after, .promo_inner::before, .promo_page .promo_header:after {
  display: inline-block;
    content: '';
    width: 100%;
    position: absolute;
    left:0;
    z-index: 2;
}

.promo_inner::after, .promo_page .promo_header:after {
    background: rgba(0,0,0, .4);
    height: 100%;
    top: 0;
}
.promo .promo_content, .promo_page .promo_header .promo_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: var(--color-white);
    z-index: 3;
}
.promo .promo_content .container, .promo_page .promo_header .promo_content .container {
width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/
    padding-top: 0;
    padding-bottom: 0;
}
.promo_page .promo_header .promo_content .fint{text-align: center;}
.promo .promo_content .fint{font-size: 60px;}
.promo .promo_content .text{font-size: 30px;}
.promo_page .promo_header{position: relative;}
.promo .promo_content_wrapper{
    display: flex;
    align-items: center;
    gap:0px 90px;
}
.promo .text_block{text-shadow: 0px 10px 50px rgba(0, 0, 0, .8);}
@keyframes rotate{
0% {
    transform: rotate(0deg);
    animation-timing-function: ease-in-out;
}
100% {
    transform: rotate(-360deg);
}
}

.promo .circle_wrapper .circle_link img{

}

.circle_wrapper .circle_rotate {
    display: inline-block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    animation: rotate 15s infinite linear;
    background: url(../images/text_circle.svg);
    background-size: cover;
}
.promo .booking_form, .promo_header .booking_form{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 7;
    background: rgba(59, 96, 130, .8);
    padding: 0px;
}
.promo_header .fint{font-size: 50px;}
/*.header*/
.header{padding-top: 15px; padding-bottom: 15px; transition: all 200ms linear;}

.promo_page .header{padding-bottom: 15px; padding-top: 15px;}

.customize-support .header{padding-top: 47px; }

.header .row{align-items: center; justify-content: space-between;}

.mobile_phone{display: none;}
 .header_contact  {
    display: flex;
    align-items: center;
    gap:0px 30px;
}
.header_contact .contact_item  {
display: flex;
    align-items: center;
    gap: 0px 15px;
    line-height: 1em;
}
.header_contact .contact_item.social .note{line-height: 1.2em;}
.header_contact .contact_item.social .note>*{display: block; }
.header_contact .contact_item .email a{color: var(--color-black); font-weight: bold; line-height: 1em;}
.header_contact .contact_item  .phone_inner {
display: flex;
    align-items: center;
    gap: 0px 5px;
    line-height: 1em;
}
.header_contact .contact_item  .phone_inner .messenger_wrap a{font-size: 14px;}
.header_contact .contact_item .contact_item_content{
    display: flex;
gap: 5px 0px;
    flex-direction: column;
    align-items: flex-start;
}
.header_contact .delimiter{
color: #d5d3d1;
    font-size: 28px;
    font-weight: 100;
    padding-right: 15px;
    padding-left: 15px;
}
.header_contact .contact_item  .note{
color: #7d7d7d;
    font-size: 13px;
    line-height: 1em;
    font-weight: 500;
}
.header_contact svg{
    width: 35px;
    height: 35px;
    fill:var(--color-orange);
}
.is-sticky .header .phone_link{color:var(--color-black);}
.phone_link{
    color:var(--color-black);
    font-weight: bold;
    text-decoration: none;
    line-height: 1em;
}
.phone_link:hover, .header .contact_item .email a:hover{color: var(--color-orange)}

/*header social */
.header .social .social_items, .footer .social .social_items{
    display: flex;
    align-items: center;
    gap:0px 10px;
}
.header .social .social_items a, .footer .social .social_items a{
        width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--color-white);
    transition: all 200ms linear;
}
.header .social .social_items a i{transition: all 200ms linear;}
.header .social .social_items a:hover i{transform: translate(0px, -1px);}
/*logo*/
.logo_box{    color: var(--color-black);}
.logo_box .logo_box_inner{
    display: flex;
    align-items: center;
    gap:0px 30px;
}
.logo_box .logo_text_wrapper{ 
display: flex;
    flex-direction: column;
    gap: 0px 0px;
    line-height: 1.3em;
}
.logo_box .logo_text_wrapper .logo_title{font-size: 14px;}
.logo_box .logo_text_wrapper .logo_text{font-weight: bold; font-size: 17px;}
.logo_box .logo_img{height: 80px;}

/*mobile_btn*/
.mobile_btn{display: none; }
/*.main_menu_section*/
.main_menu_col{position: initial;}
#sticky-wrapper{z-index: 9 !important; max-height: 70px;}

.main_menu_section{
    background: var(--color-white); 
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 200ms linear;
}
body.inner:not(.promo_page) #sticky-wrapper{margin-bottom: 30px;}
.main_menu_section .container{position: relative;}
.customize-support .is-sticky .main_menu_section{padding-top: 42px;}
.is-sticky .main_menu_section{box-shadow: 0px 0px 35px rgba(0, 0, 0, .15);}
.main_menu_section .row{justify-content: space-between; align-items: center;}
.main_menu_section  .col-feedback-link, .footer .col-feedback-link{display: flex;  gap: 0px 30px; align-items: center;}
.main_menu_section .text_question, .footer .col-feedback-link .text_question{
    color: #727272;
    font-size: 13px;
    line-height: 1.3em;
    font-weight: 500;
}
.main_menu {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    align-items: center;
    gap: 0px 30px;
}
.main_menu .item1070 .sub_menu {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 30px;
}
.main_menu .sub_menu_header_menu_wrap  {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: var(--color-white);
    transition: all .2s;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    z-index: 100;
    border-radius: 30px;
    padding: 60px 45px;
}

.main_menu .sub_menu_header_menu_wrap ul.sub_menu {padding: 0;}
.main_menu .sub_menu_header_menu_wrap .sub_menu .sub_menu_sub a{
        padding: 8px 15px;
    background: var(--color-light);
    border-radius: 10px;
}
.main_menu .sub_menu_header_menu_wrap .sub_menu .sub_menu_sub a:hover{
    background: var(--color-accent);
    color: var(--color-white);
}
.main_menu ul.sub_menu{
      padding: 0;
    margin: 0;
    list-style-type: none;
}
.main_menu .sub_menu_header_menu_wrap .item853{
position: absolute;
    right: 150px;
    bottom: 60px;
}
.main_menu .sub_menu_header_menu_wrap .item853 a{
        background: var(--color-accent);
    padding: 0px 30px;
    color: var(--color-white);
    font-weight: 600;
    height: 66px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border-radius: 10px;*/
}

.main_menu .sub_menu_header_menu_wrap .item853 a:hover{
    background: var(--color-orange);
    color:var(--color-white);
}

.main_menu .sub_menu_header_menu_wrap .item853 a:after{
    display: inline-block;
    content: '';
    background: url(../images/master.webp);
    height: 206px;
    position: absolute;
    width: 197px;
    right: 40px;
    bottom: 50px;
}
/*.main_menu .sub_menu_header_menu_wrap */
.main_menu .sub_menu_header_menu_wrap .sub_menu_link i{display: none;}
.main_menu .sub_menu_header_menu_wrap  .item1071, .main_menu .sub_menu_header_menu_wrap .item1080 {    max-width: 50%;}
.main_menu .sub_menu_header_menu_wrap  .item1071 .sub_menu_sub, .main_menu .sub_menu_header_menu_wrap .item1080 .sub_menu_sub{
display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.main_menu li.has_children>.sub_menu_link{
font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
        font-size: 18px;
}
.main_menu .sub_menu_header_menu_wrap  .item849 .sub_menu_sub{
flex-direction: column;
    gap: 10px 0px;
}
.main_menu .item849>.sub_menu_link{display: none;}
.main_menu .sub_menu_header_menu_wrap  .item849 .sub_menu_sub a{
    background: transparent;
    padding: 0;
    font-weight: 600;
    text-decoration: underline;
}
.main_menu .sub_menu_header_menu_wrap  .item849 .sub_menu_sub a:hover{
    background: transparent;
    color:var(--color-accent);
    text-decoration: none;
}
.main_menu>li:hover .sub_menu_header_menu_wrap{
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transition: all .4s;
        box-shadow: 20px 0px 20px rgba(0, 0, 0, .15);
}
.main_menu>li.has_children>.sub_menu {
/*    background: #fff;
    position: absolute;
    left: 0px;
    transition: all .2s;
    padding: 30px;
    min-width: 250px;
    opacity: 0;
    list-style-type: none;
    margin: 0;
    visibility: hidden;
    font-size: 20px;
    font-weight: 400;
    border-radius: 12px;
    z-index: 99;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 15%);*/
}
.main_menu .sub_menu a:hover{color: var(--color-link);}
.main_menu li {
    /*position: relative;*/
}
.main_menu li.item833 {position: relative;}
.main_menu .item833 .sub_menu_header_menu_wrap{
min-width: 260px;
    padding: 30px;
}
.main_menu>li>a{
color: var(--color-black);
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    display: inline-block;
    transition: all 200ms linear;
    position: relative;
}
.main_menu>li>a:after{
display: inline-block;
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: transparent;
    left: 0;
    bottom: 9px;
}
.main_menu>li.current>a:after{
    background: var(--color-orange)
}
.main_menu>li.current>a{color:var(--color-orange); }
.main_menu>li:hover:not(.current)>a{color:var(--color-orange); }
.main_menu>li.has_children:hover>.sub_menu {
    opacity: 1;
    visibility: visible;
}
.main_menu .icon-chevron-down{
color: #acacac;
    font-size: 10px;
    padding-left: 5px;
}
.main_menu .sub_menu a{
    color: var(--color-black);
    font-size: 16px;
    line-height: 1em;
    padding: 6px 0px;
    display: inline-block;
    transition: all 200ms linear;
}
 
.mobile_btn{
display: none;
color: var(--color-white);
    align-items: center;
    background: var(--color-orange);
    justify-content: center;
    border-radius: 0px;
    border: 0;
    cursor: pointer;
    padding: 0px 15px;
    height: 48px;
    gap: 0px 10px;
    font-weight: 500;
}
.mobile_btn .text{text-transform: uppercase;}
.mobile_btn .hamb_wrapper {
display: flex;
    flex-direction: column;
    height: 15px;
    width: 22px;
    justify-content: space-between;
    align-items: center;
}
.mobile_btn .hamb_wrapper span {
    position: relative;
    width: 100%;
    display: block;
    height: 1px;
    transition: all 250ms linear;
    background: var(--color-white);
}
/*mobile_menu*/
.mobile_menu{
    padding: 0;
    margin: 0;
    list-style-type: none
}
.mobile_menu>li>.main-menu-link{
color: var(--color-black);
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    padding: 10px 0;
    transition: all 200ms linear;
}
.mobile_menu>li>.main-menu-link:hover{
    color:var(--color-accent);
}


.promo_page .item92 .main_menu_link{
    background: var(--color-white);
    color: var(--color-black);
}
.promo_page .is-sticky .item92 .main_menu_link, body.inner:not(.promo_header) .item92 .main_menu_link{
background: #deecef;
}
.has-iframe .fancybox__content{max-width: 65%; padding: 0;}
/*last_offers_carousel*/
.last_offers_carousel{}
.last_offers_carousel .item_offer, .offer_list .item_offer{
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
}
.last_offers_carousel .item_offer .offer_info, .offer_list .item_offer .offer_info{
position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url(../images/shadow_bottom.png) repeat-x;
    padding: 0px 30px 30px;
    min-height: 344px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: var(--color-white);
    gap: 10px 0;
}
.last_offers_carousel .item_offer .title, .offer_list .item_offer .title{
font-size: 26px;
font-weight: bold;
}
.last_offers_carousel .item_offer img, .offer_list .item_offer img{transition: all 200ms linear;}
.last_offers_carousel .item_offer:hover img .offer_list .item_offer:hover img, .offer_list .item_offer:hover img{transform: scale(1.015);}
/*your_voyage */
.your_voyage {}
.your_voyage .col_left{
        display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.your_voyage .text_wrapper{
    padding-top: 60px;
}
.your_voyage .col_center{}
.your_voyage .col_right{}
.your_voyage .title_wrapper{margin-bottom: 30px;}
.your_voyage .fint{
font-size: 67px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 0px 30px;
    font-family: 'Lena';
}
.your_voyage .fint img{height: 58px;}
.your_voyage .col_left .subtitle{font-size: 45px; line-height: 1em;}
.your_voyage .col_left .text{font-size: 20px;}
.your_voyage a.item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: block;
}
.your_voyage a.item .image{display: block; height: 100%;}
.your_voyage a.item .image img{transition: all 200ms linear; height: 100%; object-fit: cover;}
.your_voyage a.item:hover .image img{transform: scale(1.015);}
.your_voyage a.item .item_title{
position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(134, 134, 134, 0);
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .65));
    padding: 60px 30px 30px;
    color: var(--color-white);
    font-weight: bold;
    font-size: 22px;
}

.your_voyage .col_right .block_wrapper{
display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
/*and_also_block*/
.and_also_block .row{
gap: 30px 0px;
    align-items: center;
    justify-content: center;
}
.and_also_block .items{}
.and_also_block .item{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.and_also_block a.item{display: block;}
.and_also_block a.item .image{}
.and_also_block a.item .image img{
    transition: all 200ms linear;
}
.and_also_block a.item:hover .image img{
    transform: scale(1.015);
}

.and_also_block a.item:hover{}
.and_also_block .item .item_title{
        position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(134, 134, 134, 0);
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .65));
    padding: 60px 30px 30px;
    color: var(--color-white);
    font-weight: bold;
    font-size: 22px;
}
/*distance_block */
.distance_block {}
.distance_block .row{
    align-items: center;
}
.distance_block .col_wrapper{
    padding-left: 90px;
}
.distance_block .items{gap:15px 0px;}
.distance_block .num{
font-weight: bold;
font-size: 30px;
line-height: 1em;
}
.distance_block .note{}
/*last_rooms*/
.last_rooms{}
.last_rooms .row{
    gap:30px 0;
}
.last_rooms .room{
    position: relative;
    display: flex;
    transition: all 200ms linear;
    border-radius: 10px;
    overflow: hidden;
    color:var(--color-white);
}
.last_rooms .room .image{}
.last_rooms .room .image img{
    transition: all 200ms linear;
}
.last_rooms .room:hover .image img{transform: scale(1.015);}
.last_rooms .room .top_info, .last_rooms .room .bottom_info{
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 2;
    padding: 30px;
}
.last_rooms .room .top_info{
    top:0;
        background-color: rgba(134, 134, 134, 0);
    background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(255, 255, 255, 0));
}
.last_rooms .room .bottom_info{
bottom: 0;
    background-color: rgba(134, 134, 134, 0);
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .65));
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.last_rooms .room .room_name{
    font-size: 26px;
    font-weight: bold;
}
.last_rooms .room .bottom_info_wrapper{
    display: flex;
    align-items: center;
    gap: 0px 30px;
    font-size: 18px;
    font-weight: 600;
}
.last_rooms .room .bottom_info_wrapper svg{
    fill:var(--color-white);
    width: 22px;
    height: 22px;
}
.last_rooms .room .info_item{
    display: flex;
    gap: 0px 10px;
}
.last_rooms .room:hover .btn{background: var(--color-white); color:var(--color-black);}
.last_rooms .room .info_item .icon{}

/*we */
.we {}
.we .row{align-items: center;flex-wrap: nowrap;}
.we .col_left img{border-radius: 10px;}
.we .mobile_image{display: none;}
.we .col_right{padding-left: 90px;}
.we .col_right .bottom{display: flex; align-items: center; gap:0px 10px; margin-top: 30px;}
.we .col_right .bottom img{height:40px;}
.we .col_right .bottom  .h5{margin-bottom: 0; }

/*last_reviews*/
.last_reviews{    overflow: hidden;}
.last_reviews .module_title_wrapper{justify-content: space-between;}
.last_reviews .swiper-slide{height: auto;}
.module_title_wrapper{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 0px 15px;
}
.module_title_wrapper .fint{margin-bottom: 0;}
.last_reviews .module_title_wrapper .module_title{
    display: flex;
    align-items: center; 
    gap:0px 30px;
}
.last_reviews .module_title_wrapper .module_title .fint{    margin-bottom: 0;}
.last_reviews .module_title_wrapper .module_title .fint span{
    display: block;
        line-height: 1em;
}
.last_reviews .yandex_good{
    display: flex;
    align-items: center;
    gap: 0px 15px;
    color: var(--color-black);
}
.last_reviews .yandex_good span{
        font-size: 68px;
            color: var(--color-accent);
    font-weight: bold;
    line-height: 1em;
}
.last_reviews .yandex_good img{
    height: 60px;
}
.last_reviews .item_review:hover{}
.last_reviews .item_review{
flex-direction: column;
    display: flex;
    background: var(--color-light);
    color: var(--color-black);
    height: 100%;
    padding: 30px;
    border-radius: 10px;
    transition: all 200ms linear;
}
.last_reviews .item_review .top_info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.last_reviews .item_review .title{
font-weight: bold;
font-size: 18px;
}
.last_reviews .item_review .date{color:#c1c1c1; font-weight: 500;}
.last_reviews .item_review .text{
    transition: all 200ms linear;
}
.last_reviews .item_review:hover .text{
height: auto;
}
.nav_swiper{
    display: flex;
    align-items: center;
    gap:0px 10px;
}
.nav_swiper button, .swiper-arrow{
    background: transparent;
    font-size: 26px;
    padding: 0px;
    color: #3b6082;
    display: flex;
    width: 56px;
    height: 56px;
    border: 1px solid #3b6082;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: all 200ms linear;
}
.nav_swiper button:hover, .swiper-arrow:hover{
        background: #3b6082;
    color: var(--color-white);
    border-color: #3a637f;
}
.nav_swiper .swiper-button-disabled, .swiper-arrow .swiper-button-disabled{opacity: .5}

/*#map{}*/
#map{
    height: 460px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}


/*promo_slider*/
.promo_slider{
    position: relative;
    height: 700px;
}

.promo_slider .promo_image{height: 100%;}
.promo_slider .promo_image img{object-fit: cover;  height: 100%; width: 100%;}
.promo_slider .slide_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: var(--color-white);
    z-index: 3;
    text-shadow: 0px 0px 40px rgba(0, 0, 0, .5);
}
.promo_slider .slide_content .container {
width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
}
.promo_slider .slide_content .btn{
height: 70px;
    line-height: 70px;
    font-size: 20px;
    padding: 0px 30px;
}
.swiper-pagination {
    width: 100%;
    text-align: center;
    bottom: 30px;
    left: 0;
}

.swiper-pagination-bullet {
    position: relative;
    opacity: 1;
    width: 20px;
    height: 20px;
    border: 0.0625rem solid transparent;
    background-color: transparent;
    transition: .2s;
}
.swiper-pagination-light .swiper-pagination-bullet-active, .swiper-pagination-light .swiper-pagination-bullet-active:hover {
    border-color: var(--color-white);
}

.swiper-pagination-bullet::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.25rem;
    height: 0.25rem;
    background-color: transparent;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: .2s;
    content: "";
}
.swiper-pagination-light .swiper-pagination-bullet::before {
    background: var(--color-white);
}
.promo_slider .promo_image::after, .promo_slider .promo_image::before {
    display: inline-block;
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
}
.promo_slider .promo_image::after {
    background: rgba(0, 0, 0, .3);
    height: 100%;
    top: 0;
}
.promo_slider .slide_content  .title_wrapper{
    display: flex;
    align-items: center;
    gap: 0px 60px;
    margin-bottom: 60px;
}
.promo_slider .slide_content  .title_wrapper .icon{height: 150px;}
.promo_slider .slide_content .title{
        text-transform: uppercase;
    margin: 0;
    font-size: 56px;
    font-weight: 800;
}
.promo_slider .slide_content .text{
        font-size: 30px;
    line-height: 1.3em;
        margin-bottom: 15px;
}


/*contact_page */
.contact_page .contact_item_info .caption{font-weight: 600;}
.contact_page .module_title_wrapper{justify-content: space-between;}
.contact_page .contact_items_info{
display: flex;
flex-direction: row;
gap: 0px 30px;
justify-content: space-between;
margin-bottom: 30px;
}
.contact_page  .contact_item_info .phone_link{font-size: 18px;}
.contact_page .social ul{padding: 0; margin: 0; list-style-type: none;}
.contact_page .social a{font-size: 20px;}
.contact_page .contact_item_info{
background: var(--color-white);
    padding: 30px;
    flex: 1;
    border-radius: 10px;
}
.contact_page .social{margin-top: 15px;}

.userForm{
background: var(--color-white);
    padding: 30px;
    border-radius: 0;
}
.modal .userForm{padding: 0; background: transparent;}
.userForm .module_title_wrapper{}
.userForm .fint{}
.userForm .fint span{color:var(--color-orange);}
/*fancybox*/
a.fancybox{}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
      box-shadow: 0 0 0 10px rgba(255,255,255, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
      box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
.last_works  .fancybox .hidden_info{ background: rgba(0, 0, 0, .25);}
.fancybox .hidden_info{
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: rgba(0, 0, 0, .65);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms linear;
    color: var(--color-white);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
}
.fancybox .hidden_info span{
    color: var(--color-white);
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    position: relative;
    font-weight: 500;
    background: url(/wp-content/themes/uroven/assets/images/logo_white.svg);
    background-repeat: no-repeat;
    background-size: 150px 100px;
    display: flex;
    height: 100px;
    width: 150px;
}

/*
.fancybox .hidden_info span:before{
display: inline-block;
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: -4px;
    z-index: 2;
    margin-right: -5px;
    right: -3px;
    animation: pulse 2s infinite;
    color: var(--color-white);
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    line-height: 1.2em;
    font-weight: 500;
}*/
.fancybox div{
    position: relative;
    display: inline-block;
}
.fancybox:hover .hidden_info{
opacity: 1;
visibility: visible;
}

/*flex_content */
.flex_content {}
.flex_content .padding_left{padding-left: 60px;}
.flex_content .padding_right{padding-right: 60px;}

.flex_content .wrapper_title{
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px 0px;
}
.flex_content .wrapper_title .fint{margin-bottom: 0;}
.flex_content .wrapper_title  .subtitle{}
.flex_content .wrapper_title  .subtitle span{}
.flex_content .wrapper_title .subtitle{
font-size: 45px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.2em;
}
.flex_content .wrapper_title .fint span, .flex_content .wrapper_title  .subtitle span{
    display: block;
}
.flex_content .wrapper_title .fint span:last-child{
    color:var(--color-orange);
}
.flex_content .wrapper_title .wrapper_title_content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap:10px 0;
}
.flex_content .wrapper_title img{height: 40px;}

.flex_content .advantage{}
.flex_content .advantage .items{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px 0px;
    flex-wrap: wrap;
}
.flex_content .advantage .items .item{
display: flex;
    gap: 0px 15px;
}
.flex_content .advantage .items .item .item_content{
display: flex;
flex-direction: column;
}
.flex_content .advantage .items .item .title{
font-weight: bold;
font-size: 24px;
}
.flex_content .advantage .items .item .text{
}
.flex_content .advantage .items .item img{height: 54px; width: 54px;}
.flex_content .gallery-flex-module{overflow: hidden; position: relative;}
.flex_content .gallery-flex-module.autoWidth .swiper-slide{width: auto !important;}

.gallery-flex-module .swiper-arrow{
    position: absolute;
    top: 50%;
    border: 0;
    z-index: 2;
    font-size: 50px;
    color: var(--color-white);
}
.gallery-flex-module .swiper-arrow.prev{left:30px;}
.gallery-flex-module .swiper-arrow.next{right: 30px;}

.btn-link{
        display: inline-block;
    font-weight: 600;
    color: var(--color-accent);
    border-bottom: 1px solid var(--color-accent);
    padding-bottom: 10px;
    transition: all 200ms linear;
}
.btn-link:hover{
    color: var(--color-red);
    border-bottom-color: var(--color-red)
}
/*accordion-module*/
.accordion-module{}
.accordion-list{
    display: flex;
    flex-direction: column;
    gap: 5px 0px;
}
.accordion-module .item {
background: var(--color-white);
    cursor: pointer;
    border-radius: 0;
    transition: .5s ease;
}
.variation-repaire .collapseblocks, .accordion-module .collapseblocks{padding: 30px 30px;}
.variation-repaire .item .text, .accordion-module  .item .text {
    /* 
    padding: 15px 15px; 
    background: #fff; 
    */
    margin-top: 15px;
    /* border-radius: 6px; */
    overflow: hidden;
}
.variation-repaire  .title_wrapper, .accordion-module .title_wrapper {
    transition: all 200ms linear;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    padding: 15px 15px;
    gap: 0px 10px;
    width: 100%;
    border-bottom: 1px solid var(--color-light);
}
.accordion-module .title_wrapper:hover .title, .accordion-module .title_wrapper:hover .title{color: var(--color-orange);}
.variation-repaire .title_wrapper .title, .accordion-module .title_wrapper .title{font-size: 24px;    font-weight: bold;}
#faq .title_wrapper .title{font-size: 18px;}
.variation-repaire .title_wrapper .title, .accordion-module .title_wrapper .title{
    transition: all 200ms linear;
    font-weight: 600;
}
.variation-repaire.block{
    display: flex;
    flex-direction: column;
    gap: 30px 0px;
}
.variation-repaire.block .item{
background: var(--color-white);
}
.accordion-module .title_wrapper  i {
    font-size: 28px;
    color: var(--color-orange);
}
.swiper-button-lock{display: none;}
.modal .close {
    position: absolute;
    right: 30px;
    top: 30px;
    border: 0;
    background: transparent;
    font-size: 26px;
    color: var(--color-gray);
    transition: all 200ms linear;
}

#block67c9831c147df .wrapper_title_content .fint, #block67c985e23c181  .wrapper_title .fint{font-size: 45px;}
#block67c9831c147df .list-fint{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 18px;
}
#block67c9831c147df .list-fint li{
    position: relative;
    padding: 5px 0px;
}
#block67c9831c147df .list-fint li:before {
display: inline-block;
    content: '//';
    position: absolute;
    font-size: 14px;
    color: #b1aeae;
    left: -30px;
}
/*quality */
.quality {}
.quality .items.bottom_row{margin-top: 20px;}
.quality  .items.bottom_row .item_wrapper{
    max-width: 25%; 
    flex:0 0 25%;
}
.quality .items {gap: 20px 0px;}
.quality .items .item_wrapper{
max-width: 33.333%;
    flex: 0 0 33.333%;
    padding-right: 15px;
    padding-left: 15px;
    height: 240px;
}
.quality .items .item{
    background: var(--color-white);
    height: 240px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 15px 15px;
    text-align: center;
    gap: 15px 0px;

}
.quality .items .item .icon {
   height: 50px;
    width: 50px;
}
.quality .items .item img{
height: 100%;
width: 100%;
}
.quality .items .item .title{
font-weight: bold;
    font-size: 17px;
    line-height: 1.2em;
}
.quality .items .item .text>*{margin-bottom: 0;}
.quality  .boss_content_wrapper{
    position: absolute;
    width: 100%;
    padding: 0px 30px 30px;
    bottom: 0px;
    left: 0;
}
.quality .boss_content_wrapper .boss_content{
background: rgba(255, 255, 255, .9);
    text-align: center;
    font-size: 13px;
    padding: 10px 10px;
}
.quality .boss_wrapper .image{position: relative;}
.quality .boss_wrapper .image img{object-fit: cover;}
.quality .boss_wrapper {}
.quality .boss_content_wrapper .boss_content .name{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 5px;
}
.quality .boss_content_wrapper .boss_content .note{    line-height: 1em;}

.quality .get_consult{}
.quality .get_consult .item{
    background: var(--color-orange);
}
.quality .get_consult .item .title{
    color:var(--color-white);
}
.quality .get_consult .item .btn{
    background: var(--color-white);
    border:1px solid transparent;
        font-weight: bold;
    color:var(--color-black);
}
.quality .get_consult .item .btn:hover{
background: transparent;
border-color: var(--color-white);       
color:var(--color-white);
}
/*variation*/
.variation_repair{}
.variation_repair .item{}
.variation_repair .item .items{
display: flex;
    flex-wrap: wrap;
    gap: 15px 0;
    margin-right: -15px;
    margin-left: -15px;
}
.variation_repair .item  .text_before{margin-bottom: 15px;}
.variation_repair .item .items .v_item{
    display: flex;
    align-items: center;
    gap: 0px 15px;
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0px 15px;
}
.variation_repair .item .items .v_item img{
height: 36px;
width: 36px;
}
.variation_repair .item .items .v_item .v_title{
    font-weight: 600;
}
.variation_repair .item .row_price{margin-top: 30px;}
.variation_repair .item .price{font-weight: bold; font-size: 20px;}
/*last_works*/
.last_works{}
.works_list .item_work{
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 15px 0px;
    align-items: center;
}
.works_list .item_work .title, .social_video .item .title{
color: var(--color-black);
    font-weight: 500;
    font-size: 20px;
    transition: all 200ms linear;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    padding-bottom: 5px;
    text-align: center;
}
.works_list .item_work:hover .title, .social_video .item:hover .title{
border-bottom-color: rgba(0, 0, 0, .1);
}
.works_list .item_work .gallery_wrapper{
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    background: var(--color-white);
}
.works_list .item_work .gallery{
    display: block;
    text-align: center;
}
.works_list .item_work .gallery img{
    transition: all 200ms linear;
        object-fit: cover;
}
.works_list .swiper-pagination{bottom: 10px;}
.works_list .more_photo_wrapper{
    width: 690px;
    height: 460px;
    display: flex;
    flex-direction: column;
    gap: 30px 0px;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    background: var(--color-orange);
}
.works_list .more_photo{
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
}
/*social_video */
.social_video {}
.social_video .item{
    display: flex;
    flex-direction: column;
    gap: 15px 0px;
    align-items: center;
}
.social_video .item .image{
    display: block;
    position: relative;
}
.social_video .item .title{
}
.social_video .play_wrapper{
position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social_video .play_wrapper .play{
display: flex;
    width: 112px;
    height: 112px;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, .8);
    transition: all 200ms linear;
    border-radius: 50%;
    font-size: 45px;
    color: var(--color-orange);
}
.social_video .item:hover .play{
    transform: translate(0px, -5px);
}
.social_video .play_wrapper .play i{}

.social_video .social_links{
margin-top: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 0px 30px;
}
.social_video .social_links .caption{font-weight: 600;}
.social_video .social_links .items_link{
    display: flex;
    align-items: center;
    gap: 0px 10px;
}
.social_video .social_links .items_link a{
width: 40px;
    height: 40px;
    display: flex;
    background: var(--color-white);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.input-file {
position: relative;
    display: flex;
    align-items: center;
    margin: 0;
}
.input-file i{
    font-size: 40px;
    color: var(--color-light);
    transition: all 200ms linear;
}
.input-file:hover i{
    color:var(--color-blue);
}
.input-file span {
position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    font-size: 14px;
    vertical-align: middle;
    color: var(--color-black);
    text-align: center;
    border-radius: 4px;
    background-color: transparent;
    line-height: 22px;
    height: 40px;
    padding: 10px 20px;
    box-sizing: border-box;
    border: none;
    margin: 0;
    transition: background-color 0.2s;
}
.input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}
 
/* Focus */
.input-file input[type=file]:focus + span {
}
 
/* Hover/active */
.input-file:hover span {
    color: var(--color-accent);
}
.input-file:active span {
    
}
 
/* Disabled */
.input-file input[type=file]:disabled + span {
    background-color: #eee;
}
.checked_wrapper{
    display: flex;
    gap: 5px 15px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.checkLabel{
    cursor: pointer;
    display: flex;
    position: relative;
    transition: color 0.3s ease-out;
    vertical-align: top;
    align-items: center;
    /*flex-wrap: wrap;*/
    /*white-space: nowrap;*/
    /*font-size: 14px;*/
    line-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
}
.checkLabel .text{
    display: flex;
    flex-wrap: wrap;
}
.checkInput input{
        opacity: 0;
    position: absolute;
    z-index: -1;
}
.checkInput {
    cursor: pointer;
    display: inline-block;
    margin: 0px 5px 2px 0px;
    position: relative;
    vertical-align: middle;
}
.checkLabel .element{
background: var(--color-white);
    border: 1px solid var(--color-stroke);
    border-radius: 3px;
    display: block;
    width: 18px;
    height: 18px;
    transition: all 0.2s ease-out;
    position: relative;
}
.checkLabel input[type="radio"]+.element{border-radius: 50%;}
.checkLabel input+.element .i-check {
    color: var(--color-white);
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.1s ease-out;
    visibility: hidden;
    width: 10px;
    height: 10px;
}

.checkLabel input:checked+.element .i-check {
    opacity: 1;
    visibility: visible;
    fill: var(--color-white);
}

.checkLabel input:checked+.element {
border-color: transparent;
    background: var(--color-blue);
}

.checkLabel a{color:var(--color-black);text-decoration: underline;}
.checkLabel a:hover{text-decoration: none;}


/*footer */
.footer .header_contact{gap:0px 20px;}
.footer{    
    background: var(--color-white);
    padding-top: 30px;
}
.footer .col-feedback-link{
 
}
.footer .contact_item.social{
    display: flex;
    align-items: center;
    gap:0px 30px;
}
.footer .copyright{
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 80%;
    border-top: 1px solid var(--color-stroke);
    margin-top: 30px;
    color:#7d7d7d;

}
.footer .copyright .container{}
.footer .row_top{    padding-bottom: 30px;}
.footer .contact_item.social .note{display: flex; flex-direction: column; gap:5px 0px;}
.footer .contact_item.social .note span{line-height: 1em;font-weight: bold;text-transform: uppercase;font-size: 12px;}
.footer .social .social_items a{background: #f5f5f5;}
.footer .policy a{color:var(--color-black); font-weight: 500;}
.footer .studio{}
.footer .studio a{color: #c4c4c4;}

.main_content{min-height: 600px;}
.grecaptcha-badge{display: none;}

.survey {}
.survey .quiz_items{}
.survey .quiz_items .form-group{
        padding: 20px 15px;
    margin: 0;
}
.survey .quiz_items .form-group:nth-child(even){
    background: var(--color-light-gray);
}
.survey .quiz_items .caption{font-weight: 600;}
.survey .input-file i{color: var(--color-stroke);}