:root {
     --color-black: #333333;
    --color-red: #ca3b3b;
    --color-red2: #ba2f2f;
    --color-accent: #d7664a;
    --color-accent-hover: #c35236;
    --color-accent2: #cfae8c;
    --color-accent3: #4b291d;
    --color-accent2-hover: #be9a75;
    --color-white: #ffffff;
    --color-link: #258dc9;
    --color-link2: #1a79af;
    --color-gray: #919191;
    --color-light-gray: #d1d8de;
    --color-vk: #0077ff;
    --color-youtube: #FE0303;
    --color-ok: #EE8208;
    --color-telegram: #229ED9;
    --color-dark-blue: #4f5960;
    --color-yellow: #d6bf56;
    --color-green: #7ba955;
    --color-brown: #b37c42;
}
@-webkit-keyframes ministorm{
    0%,100%{
        -webkit-tranform:rotate(20deg);
    }
    30%{
        -webkit-transform:rotate(18deg);
    }
    70%{
        -webkit-transform:rotate(-18deg);    
    }
}
@keyframes ministorm{
    0%,100%{
        -moz-transform:rotate(20deg);
        -o-transform:rotate(20deg);
        -ms-transform:rotate(20deg);
        transform:rotate(20deg);
    }
    30%{
        -moz-transform:rotate(18deg);
        -o-transform:rotate(18deg);
        -ms-transform:rotate(18deg);
        transform:rotate(18deg);
    }
    70%{
        -moz-transform:rotate(-18deg);
        -o-transform:rotate(-18deg);
        -ms-transform:rotate(-18deg);
        transform:rotate(-18deg);    
    }
}
* { outline: none;}
*,
*::before,
*::after {
box-sizing: border-box;
}
.clr,.clear{clear:both;}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
margin: 0;
font-family: 'Geologica', 'Ubuntu', 'Open Sans',Arial,"Noto Sans",sans-serif;
font-size: 18px;
font-weight: 100;
line-height: 1.6em;
color: var(--color-black);
text-align: left;
background-color: var(--color-white);
    overflow-x: hidden;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1.5rem;
    font-weight: 600;
}


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: var(--color-link);
text-decoration: underline;
background-color: transparent;
}
a:hover {
color: var(--color-link2);
text-decoration: none;
}
a:not([href]):not([class]) {
color: inherit;
text-decoration: none;
}
a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
max-width: 100%;
}
svg {
overflow: hidden;
vertical-align: middle;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
}
button {
border-radius: 0;
}
button:focus {
outline: 0px dotted;
outline: 0px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button{outline:0;}
button,
select {
text-transform: none;
}
[role="button"] {
cursor: pointer;
}
select {
word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
box-sizing: border-box;
padding: 0;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: 30px;
font-weight: 400;
line-height: 1.2;
}
h1, .h1 {font-size: 36px;}
h2, .h2 {font-size: 32px;}
h3, .h3 {font-size: 30px;}
h4, .h4 {font-size: 26px;}
h5, .h5 {font-size: 28px;}
h6, .h6 {font-size: 24px;}
.fint{
font-weight: 400;
font-size: 38px;
line-height: 1.2em;
margin-bottom: 50px;
}
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
font-size: 80%;
font-weight: 400;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
}
.list-inline-item {
display: inline-block;
}
.list-inline-item:not(:last-child) {
margin-right: 0.5rem;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container, .container-sm {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container, .container-sm, .container-md {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container, .container-sm, .container-md, .container-lg {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container, .container-sm, .container-md, .container-lg, .container-xl {
max-width: 1600px;
}
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 768px) {
.col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
.table {
width: 100%;
margin-bottom: 1rem;
color: #212529;
}
.table th,
.table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
padding: 0.3rem;
}
.table-bordered {
border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
color: #212529;
background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
border-color: #7abaff;
}
.table-hover .table-primary:hover {
background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
background-color: #9fcdff;
}
footer .form-control {color: var(--color-white);}
.form-control {
     display: block;
         font-size: 15px;
    width: 100%;
    height: 60px;
    padding: 15px 35px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-black);
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: 41px;
    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: transparent;
    border-color: #c4c4c4;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #c4c4c4;
}
.form-control::-webkit-input-placeholder {
color: var(--color-black);
opacity: 1;
}
.form-control::-moz-placeholder {
color: var(--color-black);
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: var(--color-black);
opacity: 1;
}
.form-control::-ms-input-placeholder {
color: var(--color-black);
opacity: 1;
}
.form-control::placeholder {
color: var(--color-black);
opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
background-color: #e9ecef;
opacity: 1;
}
textarea.form-control {
height: auto;
}
.form-group {
margin-bottom: 1rem;
}
.btn {
display: inline-block;
    text-decoration: none;
    font-weight: 500;
    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 30px;
    border-radius: 26px 38px 10px 26px;
    line-height: 64px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-lg{
    line-height: 60px;
    padding: 0px 30px;
}
@media (prefers-reduced-motion: reduce) {
.btn {transition: none;}
}
.btn:hover {
color: #212529;
text-decoration: none;
}
.btn:focus, .btn.focus {
outline: 0;
box-shadow: 0 0 0 0;
}
.btn.disabled, .btn:disabled {
opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none;
}
.btn-primary {
color: var(--color-white);
    background-color: var(--color-accent2);
}
.btn-primary:hover {
    color: var(--color-white);
    background-color: var(--color-accent2-hover);
}
.btn-primary:focus, .btn-primary.focus {
color: #fff;
box-shadow: 0 0 0 ;
}

ul.btn-wrapper{ 
display: flex;
padding: 0;
margin: 0;
list-style-type: none;
gap:15px;
}
.btn-default {
color: var(--color-white);
background-color: var(--color-accent);
}
.btn-default:hover {
color: var(--color-white);
background-color: var(--color-accent-hover);
}
.btn-default:focus, .btn-default.focus {
color: #fff;
background-color: #2e8269;
}
.btn-info{
    border: 1px solid var(--color-accent2);
    color: var(--color-accent2);
    text-decoration: none;
    font-weight: 500;
}
.btn-info:hover{
    background-color: var(--color-accent2);
    color:var(--color-white);
}
.btn-primary.disabled, .btn-primary:disabled {
color: #fff;
background-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #0062cc;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-sm, .btn-group-sm > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
.fade {
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
.fade {
transition: none;
}
}
.fade:not(.show) {
opacity: 0;
}
.collapse:not(.show) {
display: none;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.collapsing {
transition: none;
}
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
}
nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-link {
display: block;
padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
text-decoration: none;
}
.nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default;
}
.nav-tabs {
border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
margin-bottom: -1px;
}
.nav-tabs .nav-link {
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.nav-pills .nav-link {
border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #007bff;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.navbar {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
}
.navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
text-decoration: none;
}
.navbar-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
.navbar-nav .dropdown-menu {
position: static;
float: none;
}
.navbar-text {
display: inline-block;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-align: center;
align-items: center;
}
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
text-decoration: none;
}
.breadcrumb {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0.75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #e9ecef;
border-radius: 0.25rem;
}
.breadcrumb-item {
display: -ms-flexbox;
display: flex;
}
.breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
display: inline-block;
padding-right: 0.5rem;
color: #6c757d;
content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: none;
}
.breadcrumb-item.active {
color: #6c757d;
}
.pagination {
display: -ms-flexbox;
display: flex;
justify-content: center;
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: var(--color-black);
    text-decoration: none;
    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: var(--color-white);
background-color: var(--color-accent2);
border-color: var(--color-accent2);
}
.page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6;
}
.alert {
position: relative;
    padding: 30px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-link {
font-weight: 700;
}
.alert-dismissible {
padding-right: 4rem;
}
.alert-dismissible .close {
position: absolute;
top: 0;
right: 0;
padding: 0.75rem 1.25rem;
color: inherit;
}
.alert-primary {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff;
}
.alert-primary .alert-link {
}
.alert-success {
background-color: #d9f1c9;
border-color: #d9f1c9;
color:var(--color-black);
}
.alert-info {
background-color: #d1ecf1;
border-color: #bee5eb;
}
.alert-info .alert-link {
}
.alert-warning {
background-color: #fff3cd;
border-color: #ffeeba;
}
.alert-danger {
background-color: #f0d8da;
}
.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: var(--color-white);
    background-clip: padding-box;
    /* border: 1px solid rgba(0, 0, 0, 0.2); */
    border-radius: 60px;
    outline: 0;
}
.modal-content .close{
position: absolute;
    right: 30px;
    border: 0;
    top: 32px;
    color: var(--color-white);
    background: transparent;
    font-size: 22px;
    z-index: 9;
}
.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-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;
    color: var(--color-black);
}
.modal-title {
margin-bottom: 0;
line-height: 1.5;
}
.modal-body {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 50px;
}
.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: 984px;
}
}
@media (min-width: 1200px) {
.modal-xl {
max-width: 984px;
}
}
.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;
    width: 22px;
    height: 22px;
    top: 50%;
    margin-top: -11px;
}
.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-widget-header .ui-icon{
        background-size: 30px 30px;
    background-position: center center;
}
.ui-datepicker .ui-datepicker-prev span{background-image: url(../images/left-arrow.svg);}
.ui-datepicker .ui-datepicker-next span{
    background-image: url(../images/right-arrow.svg);

}
/*.ui-datepicker .ui-datepicker-next span:after{
    display: inline-block;
    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: "\e90c";
}*/
.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: 56px;
    height: 48px;
    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-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 0px solid #cccccc;
    font-weight: normal;
    background: var(--color-accent2);
    color: #2b2b2b;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    font-weight: bold !important;
    text-align: center;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    background: #a2c677;
    color: #fff;
}
.ui-state-default.ui-state-hover{}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .55;
    filter: Alpha(Opacity=55);
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%;
    height: 36px;
}
.ui-datepicker td.ui-state-range .ui-state-default {
    color: #fff;
    background: #1e90ff;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../webfonts/icomoon/icomoon.eot?8wyk0b');
  src:  url('../webfonts/icomoon/icomoon.eot?8wyk0b#iefix') format('embedded-opentype'),
    url('../webfonts/icomoon/icomoon.ttf?8wyk0b') format('truetype'),
    url('../webfonts/icomoon/icomoon.woff?8wyk0b') format('woff'),
    url('../webfonts/icomoon/icomoon.svg?8wyk0b#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
  font-display: swap;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-child_care:before {
  content: "\e943";
}
.icon-clock:before {
  content: "\e942";
}
.icon-quotes-right:before {
  content: "\e940";
}
.icon-quotes-left:before {
  content: "\e941";
}
 .icon-play:before {
  content: "\e93f";
}
.icon-camera:before {
  content: "\e93e";
}
.icon-star:before {
  content: "\e93c";
}
.icon-check-circle:before {
  content: "\e939";
}
.icon-zoom_out_map:before {
  content: "\e927";
}
.icon-phone:before {
  content: "\e923";
}
.icon-bell:before {
  content: "\e920";
}
.icon-sort:before {
  content: "\e903";
}
.icon-trash-2:before {
  content: "\e904";
}
.icon-log-out:before {
  content: "\e91d";
}
.icon-log-in:before {
  content: "\e91e";
}
.icon-search:before {
  content: "\e905";
}
.icon-user:before {
  content: "\e906";
}
.icon-cart:before {
  content: "\e907";
}
.icon-arrow-up:before {
  content: "\e908";
}
.icon-arrow-right:before {
  content: "\e909";
}
.icon-arrow-left:before {
  content: "\e90a";
}
.icon-arrow-down:before {
  content: "\e90b";
}
.icon-chevron-right:before {
  content: "\e90c";
}
.icon-chevrons-up:before {
  content: "\e90d";
}
.icon-chevrons-right:before {
  content: "\e90e";
}
.icon-chevrons-left:before {
  content: "\e90f";
}
.icon-chevrons-down:before {
  content: "\e910";
}
.icon-chevron-right1:before {
  content: "\e911";
}
.icon-chevron-left:before {
  content: "\e912";
}
.icon-chevron-down:before {
  content: "\e913";
}
.icon-chevron-up:before {
  content: "\e914";
}
.icon-minus:before {
  content: "\e915";
}
.icon-plus:before {
  content: "\e916";
}
.icon-eye:before {
  content: "\e918";
}
.icon-file-pdf:before {
  content: "\e931";
}
.icon-file-excel:before {
  content: "\e92b";
}
.icon-file:before {
  content: "\e92b";
}
.icon-file-format:before {
  content: "\e92b";
}
.icon-xlc:before {
  content: "\e92b";
}
.icon-file-word:before {
  content: "\e92c";
}
.icon-file1:before {
  content: "\e92c";
}
.icon-file-format1:before {
  content: "\e92c";
}
.icon-word:before {
  content: "\e92c";
}
.icon-docx:before {
  content: "\e92c";
}
.icon-image:before {
  content: "\e928";
}
.icon-instagram:before {
  content: "\e925";
}
.icon-file-pdf1:before {
  content: "\e932";
}
.icon-file-pdf2:before {
  content: "\e933";
}
.icon-file-xls:before {
  content: "\e92d";
}
.icon-file-xls1:before {
  content: "\e92e";
}
.icon-calendar:before {
  content: "\e921";
}
.icon-odnoklassniki:before {
  content: "\e93d";
}
.icon-check-square-o:before {
  content: "\e93a";
}
.icon-caret-right:before {
  content: "\e934";
}
.icon-caret-left:before {
  content: "\e935";
}
.icon-caret-up:before {
  content: "\e936";
}
.icon-caret-down:before {
  content: "\e937";
}
.icon-calculator:before {
  content: "\e92f";
}
.icon-phone1:before {
  content: "\e924";
}
.icon-vk:before {
  content: "\e919";
}
.icon-calculator1:before {
  content: "\e930";
}
.icon-star-full:before {
  content: "\e93b";
}
.icon-checkmark:before {
  content: "\e938";
}
.icon-envelope:before {
  content: "\e92a";
}
.icon-location:before {
  content: "\e929";
}
.icon-heart-outlined:before {
  content: "\e900";
}
.icon-close:before {
  content: "\e901";
}
.icon-info:before {
  content: "\e902";
}
.icon-youtube:before {
  content: "\e926";
  color: #f00;
}
.icon-viber:before {
  content: "\e922";
}
.icon-yandex:before {
  content: "\e91f";
}
.icon-gmail:before {
  content: "\e917";
}
.icon-whatsapp:before {
  content: "\e91a";
}
.icon-twitter:before {
  content: "\e91b";
}
.icon-telegram:before {
  content: "\e91c";
}

#wpadminbar{top:inherit; bottom: 0;}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
      box-shadow: 0 0 0 10px rgba(255,255,255, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
      box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
.mb-0{margin-bottom: 0px !important;}
.mb-20{margin-bottom: 20px !important;}
.mt-30{margin-top: 30px !important;}
.mb-30{margin-bottom: 30px !important;}
.mt-50{margin-top: 50px !important;}
.mb-50{margin-bottom: 50px !important;}
.module{margin-bottom: 90px;}
.module .title_module{
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1.2em;
}
.title_module_wrapper .module .title_module{margin-bottom: 0;}
.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;
}
/*.nav-modal*/
.side-nav-overlay{
    background: rgba(0,0,0,.8);
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    cursor: pointer;
}
.nav-open .side-nav-overlay, .filter-open .side-nav-overlay {
    display: block;
}
.nav-open body{overflow: hidden;}
.nav-modal-wrap{
    position: fixed;
    top: 0;
    left: -40%;
    padding: 30px 60px;
    z-index: 99;
    width: 40%;
    height: 100%;
    background-color: #fff;
    visibility: visible;
    opacity: 1;
        overflow: scroll;
    -webkit-transition: all .6s cubic-bezier(.645,.045,.355,1);
    transition: all .6s cubic-bezier(.645,.045,.355,1);
}

.nav-modal-wrap.nav-modal-right.open{
    right: 0px;
        left: inherit;
}
.nav-modal-wrap.open, .mobile_btn_spa.open{
left: 0;
    overflow: auto;
}
.nav-modal-wrap .social{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap:10px 0px;
}
.nav-modal-wrap .social a{}
.close_btn_side_modal_wrapper{
    position: absolute;
    top: 30px;
    right: 30px;
}
.open .close_btn_side_modal_wrapper{}
.close_btn_side_modal:hover{color:#666;}
.close_btn_side_modal{
    border: 0;
    font-size: 20px;
    color: #a4a4a4;
    background: transparent;
}
.side-menu-wrapper{padding: 60px 0px 0 ;}
.nav-modal-wrap .close_btn_side_modal{  
    background: #fff;
    z-index: 9;
    left: initial;
}
.nav-modal-wrap .wrapper_btn{
    gap:15px 0;
    display: flex;
    flex-direction: column;
}
.nav-modal-wrap .btn-info, .nav-modal-wrap .social a{
        color: var(--color-gray);
    border: 1px solid var(--color-gray);
}
.grecaptcha-badge{display: none;}
.close_btn_side_modal.back:hover, .nav-modal-wrap .social a: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 .phones_wrapper, .side-menu-wrapper .social_links_wrapper{margin-top: 30px;}
.side-menu-wrapper .btn-wrapper{}
.side-menu-wrapper .phone_link{color:var(--color-black);}
/*header*/
header{ padding-top: 15px;padding-bottom: 15px;position: relative; z-index: 9 !important; transition: all 250ms linear;}
.is-sticky header{background: var(--color-white); box-shadow: 0px 10px 10px rgba(0, 0, 0, .1);}
.is-sticky header .logo-box svg, .inner header .logo-box svg{fill: var(--color-accent2); height: 110px;}
.is-sticky header .logo-box svg .st1, .inner header .logo-box svg .st1{ transition: all 250ms linear; fill:var(--color-black);}
.inner #sticky-sticky-wrapper{position: relative;}
#sticky-sticky-wrapper{position: absolute;top:0;left:0;width: 100%; z-index: 9;}
.header-col-right, .header-col-right .btn-wrapper{}
.header-col-right{text-align: right;}
.mobile_btn, .mobile_phone {display: none;}
.is-sticky .mobile_btn .hamb_wrapper span{background: var(--color-black);}
.mobile_btn_wrapper .mobile_btn {display: flex;}
.mobile_btn {
display: none;
    align-items: center;
    text-transform: uppercase;
    border: 0px solid var(--color-white);
    cursor: pointer;
    font-weight: 400;
    gap: 0px 15px;
}

    .mobile_btn:hover .text, .promo_page .is-sticky .mobile_btn:hover .text{color:var(--color-accent2-hover) }
.promo_page  .mobile_btn .text {color: var(--color-white);}
.promo_page .is-sticky .mobile_btn .text {color: var(--color-black);}
.mobile_btn .text {font-size: 17px; text-transform: uppercase; color: var(--color-black); transition: all 250ms linear;}
.mobile_btn .hamb_wrapper {
display: flex;
    flex-direction: column;
    height: 12px;
    width: 36px;
    justify-content: space-between;
}
.inner .mobile_btn .hamb_wrapper span{background: var(--color-black)}
.mobile_btn .hamb_wrapper span {
    position: relative;
    width: 100%;
    display: block;
    height: 1px;
    transition: all 250ms linear;
    background: var(--color-white);
}

.phone_link {color:var(--color-white); font-weight: 600; font-size: 20px; text-decoration: none;}
.phone_link:hover, .is-sticky .phone_link:hover{color: var(--color-accent2);}
.is-sticky .phone_link, .inner .phone_link{color:var(--color-black);}

/*social_links_wrapper*/
header .social_links_wrapper{display: flex; gap:0px 15px; color:var(--color-white);}
header .social_links_wrapper .links{display: flex; gap:0px 10px; color:var(--color-white);}
header .social_links_wrapper a{color:color:var(--color-white); text-decoration: none;}
.is-sticky header .social_links_wrapper a, .is-sticky header .social_links_wrapper{color:var(--color-black);}
.is-sticky header a.vk{color:var(--color-vk);}
.is-sticky header a.tg{color:var(--color-telegram);}
.is-sticky header .btn-info{border-color: var(--color-accent2);color: var(--color-black);}
    .is-sticky header .btn-info:hover{background: transparent;}
header .social_links_wrapper .small{font-size: 15px;}
header .container{position: relative;}
header .container:after, header .container:before{
    display: inline-block;
    content: '';
    position: absolute;
    width: 40%;
    height: 1px;
    background: var(--color-white);
    bottom: 20px;
}
.inner header .container:after, .inner header .container:before{background: var(--color-accent2);}
header .container:after{right: 15px;}
header .container:before{left: 15px;}
/*logo*/
.logo_wrapper{text-align: center;}
a.logo-box{text-decoration: none;}
.logo-box{}
.logo-box-inner{
    display: flex;
    gap: 10px 0;
    flex-direction: column;
}
.logo-box-inner .svg{}
.promo_page .logo-box-inner .logo-text{color:var(--color-white);}
.promo_page .is-sticky .logo-box-inner .logo-text{color:var(--color-black);}
.logo-box-inner .logo-text{
    color: var(--color-black);
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.5em;
    font-weight: 100;
    letter-spacing: .5px;
}
.logo-box .logo-img{height: 110px;}
.logo-box svg{fill:var(--color-white); height: 110px;}
 
/*.bg-video*/
.promo {
    height: 100vh;
    width: 100%;
    background: url(/video/poster.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 90px;
    overflow: hidden;
}
.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::after, .promo::before {
  display: inline-block;
    content: '';
    width: 100%;
    position: absolute;
    left:0;
    z-index: 2;
}

.promo::after{
    background: rgba(50,39,24,.75);
    height: 100%;
    top:0;
}
.promo .promo_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: var(--color-white);
    z-index: 8;
    text-align: center;
}

.promo .promo_content .container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    padding-bottom: 60px;
}
.promo .promo_content .fint{
    font-size: 50px;
    line-height: 1.3em;
        margin-bottom: 30px;
}
.promo .promo_content .fint span{display: block;}
.promo .promo_content .fint span.thin{font-weight: 100;}

/*feauture_block */
.feauture_block {}
.feauture_block .row{gap:30px 0;}
.feauture_block .item-wrapper{
    min-width: 25%;
    padding-right: 30px; padding-left: 30px;
}
.feauture_block a.item{text-decoration: none;}
.feauture_block .item{
    display: flex;
    align-items: center;
    gap: 0px 30px;
}
.feauture_block a.item:hover .title{color:var(--color-accent2);}
.feauture_block a.item .title{font-weight: 300;}
.feauture_block .item .title{
font-size: 20px;
    font-weight: 100;
    color: var(--color-black);
}
.feauture_block .item .image{
    display: block;
    border: 1px solid var(--color-accent2);
    padding: 40px;
    border-radius: 105px 170px 65px 120px;
}
.feauture_block .item img{height: 52px; }

.feauture_block .item-wrapper:nth-child(2) .image{border-radius: 32px 63px 112px 50px;}
.feauture_block .item-wrapper:nth-child(3) .image{border-radius: 142px 43px 32px 43px;}
.feauture_block .item-wrapper:nth-child(4) .image{border-radius: 142px 43px 32px 43px;}
.feauture_block .item-wrapper:nth-child(5) .image{border-radius: 103px 103px 43px 43px;}
/*block3*/
.block3 .image{}
.block3 .image img{
    transform: translate(-20%, 0px);
    border-radius: 0px 110px 330px 0px;
}
.block3 .text-wrapper{
     transform: translate(-48%, 20px);
    background: var(--color-white);
    padding: 90px 0px 80px 170px;
    border-radius: 160px 120px 40px 310px;
    width: 170%;
}
.block .title{margin-bottom: 30px;}

/*product_block*/
.product_block{}
.product_block .product_block_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 0;
}
.product_block .product_block_wrapper .item-wrapper{max-width: 50%;}
.product_block  .item .image{}
.product_block  .item .image img{}
.product_block .product_block_wrapper .item{
    position: relative;
    border-radius: 90px 16px 60px 30px;
    overflow: hidden;
    cursor: pointer;
    transition: all 250ms linear;
}
.product_block .product_block_wrapper .item:hover{
    transform: translate(0px, -2px);
}
.product_block .product_block_wrapper .item-wrapper:nth-child(2) .item{border-radius: 24px 50px 140px 40px;}
.product_block .product_block_wrapper .item-wrapper:nth-child(3) .item{ border-radius: 54px 70px 20px 110px;}
.product_block .item:after{
    display: inline-block;
    content: '';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}
.product_block .item .wrapper_title{
    color: var(--color-white);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
    padding: 0px 40px;
}
.product_block .item .title{
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}
.product_block .item .wrapper_btn{
position: absolute;
    left: 0;
    bottom: -90px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: all 250ms linear;
    z-index: 9;
}
.product_block .item .btn{
    line-height: 48px;
    text-transform: uppercase;
    font-size: 14px;
}
.product_block .item:hover .wrapper_btn{
bottom:10px;
}
/*.block6 */
.block6  .image img, .block_history .image img{
transform: translate(18%, 0px);
    border-radius: 100px 0px 0px 340px;
}
.block6 .text-wrapper, .block_history .text-wrapper {
transform: translate(0%, 20px);
    background: var(--color-white);
    padding: 90px 90px 80px 0px;
    border-radius: 230px 190px 310px 0px;
    width: 173%;
    z-index: 2;
    position: relative;
}
/*block7 */
.block7 {}
.block7 .jg-entry{
    transition: all 250ms linear;
        border: 2px solid #cfae8c;
    border-radius: 60px 90px 120px;
}
.block7 .jg-entry:hover{
    transform: translate(0px, -3px);
}

/*footer{}*/
footer{
    position: relative;
    background: url('../images/footer_bg.jpg') no-repeat;
}
footer .container{
    position: relative;
    z-index: 2;
    padding-top: 120px;
    padding-bottom: 120px;
}
footer:after{
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.75);
}
.footer-contact{
    color:var(--color-white);
}
.footer-contact ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer-contact ul li{
padding:5px 0;
}

footer .feedback {color:var(--color-white);}

footer .feedback .form-control::-webkit-input-placeholder {
color: var(--color-white);
opacity: 1;
}
footer .feedback .form-control::-moz-placeholder {
color: var(--color-white);
opacity: 1;
}
footer .feedback .form-control:-ms-input-placeholder {
color: var(--color-white);
opacity: 1;
}
footer .feedback .form-control::-ms-input-placeholder {
color: var(--color-white);
opacity: 1;
}
footer .feedback .form-control::placeholder {
color: var(--color-white);
opacity: 1;
}
footer .feedback textarea{height: 212px;}
.footer-contact a{color:var(--color-white); font-weight: bold; text-decoration: none;}
.footer-contact a:hover{color:var(--color-accent2-hover);}

.block5 .text ul, ul.list{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0px 0px 30px;
    list-style-type: none;
    gap: 10px;
    justify-content: center;
}
.block5 .text ul li, ul.list li{
background: #f1e9e0;
    font-size: 13px;
    padding: 5px 20px;
    font-weight: 300;
    border-radius: 26px;
}


/*side mneu*/
.side-menu-wrapper .main-menu-link i {
    display: none;
}
.side_menu_container{margin-bottom: 30px;}
.side_menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.side-menu-wrapper .side_menu>li{}
.side-menu-wrapper .main-menu-link {
    font-size: 24px;
    text-decoration: none;
    color: var(--color-black);
    display: inline-block;
    padding: 15px 0px;
    font-weight: 100;
}
.side-menu-wrapper .main-menu-link:hover, .side_menu .sub-menu-link:hover, .side-menu-wrapper .current .main-menu-link{color:var(--color-accent2);}
.side_menu .sub-menu {
    list-style-type: none;
    padding: 0px 0px 0px 30px;
    margin: 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
}
.side_menu .sub-menu-link{color:var(--color-black);    text-decoration: none;}
.side_menu .sub-menu-link:hover{}

.main_content  .feedback .userForm{
background: var(--color-light-gray);
    padding: 90px;
    border-radius: 30px 60px;
}

.main_content  .feedback .userForm .form-control{
    background: var(--color-white);

border-color:transparent;
}
.main_content  .feedback .userForm textarea.form-control{height: 212px;}