:root {
    --color-black: #0A0C17;
    --color-dark-accent: #23282E;
    --color-accent: #1F3B7A;
    --color-accent-hover: #1F3B7A;
    --color-accent2: #24ADE4;
    --color-white: #ffffff;
    --color-red: #CE221E;
    --color-body: #ffffff;
    --color-light-gray: #f5f5f5;
    --color-link: #1F3B7A;
    --color-link-hover: #1F3B7A;
    --color-light-blue: #BBE6FF;
    --color-stroke: #E5E5E6;
    --color-gray-text: #5C5E65;
    --color-stroke-dark: #CCCCD1;
    --color-gray: #828389;
}
* { 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: 'Manrope', 'Inter', 'Ubuntu', 'Open Sans', Arial, "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    color: var(--color-gray-text);
    text-align: left;
    background-color: var(--color-body);
    overflow-x: hidden;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {
margin-top: 0;
margin-bottom: 20px;
}
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-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 {
font-family: 'Geologica', 'Manrope', 'Inter', 'Ubuntu', 'Open Sans',Arial, 'Noto Sans', sans-serif;
margin-bottom: 15px;
font-weight: 400;
line-height: 1.1;
text-transform: uppercase;
color:var(--color-black);
}
h1, .h1 {font-size: 96px;}
h2, .h2 {font-size: 62px;}
h3, .h3 {font-size: 36px;}
h4, .h4 {font-size: 32px;}
h5, .h5 {font-size: 22px; 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);
}
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: 1540px;
}
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -10px;
margin-left: -10px;
}
.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: 10px;
padding-left: 10px;
}
.col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 768px) {
.col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
.table {
width: 100%;
margin-bottom: 1rem;
color: #212529;
}
.table th,
.table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
padding: 0.3rem;
}
.table-bordered {
border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
color: #212529;
background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
border-color: #7abaff;
}
.table-hover .table-primary:hover {
background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
background-color: #9fcdff;
}
.form-control {
    display: block;
    width: 100%;
    height: 62px;
    padding: 15px 15px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--color-black);
    background-color: var(--color-white);
    background-clip: padding-box;
    border: 1px solid var(--color-stroke);
    border-radius: 0px;
    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 {
background-color: transparent;
border-bottom-color: var(--color-accent);
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;
}
.userForm textarea.form-control{padding-top: 35px;}
.form-group {
margin-bottom: 1rem;
position: relative;
}
.form-group label{
    position: absolute;
    left: 17px;
    top: 9px;
    font-size: 14px;
    margin: 0;
    color: var(--color-gray-text);
}
.form-group input.form-control{padding: 32px 15px 15px 15px;}

.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: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0px 25px;
    line-height: 62px;
    border-radius: 0px;
    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-accent);
}
.btn-primary:hover {
    color: var(--color-white);
    background-color: var(--color-accent-hover);
}
.btn-primary:focus, .btn-primary.focus {
color: #fff;
box-shadow: 0 0 0 ;
}

.btn-default {
color: var(--color-white);
background-color: var(--color-accent2);
}
.btn-default:hover {
color: var(--color-white);
background-color: var(--color-accent2-hover);
}
.btn-default:focus, .btn-default.focus {
color: #fff;
background-color: #2e8269;
}
.btn-info{
border: 0;
    color: var(--color-link);
    line-height: 54px;
    text-decoration: none;
    font-weight: 600;
    background: var(--color-white);
}
.btn-info:hover{
    background-color: var(--color-white);
    color:var(--color-black);
}
.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 {
}
.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: var(--color-red);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}
.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-red);
    background-color: transparent;
    border-color: var(--color-red);
}
.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: 5px 15px;
    margin-bottom: 1rem;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-link {
font-weight: 700;
}
.alert-dismissible {
padding-right: 4rem;
}
.alert-dismissible .close {
position: absolute;
top: 0;
right: 0;
padding: 0.75rem 1.25rem;
color: inherit;
}
.alert-primary {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff;
}
.alert-primary .alert-link {
}
.alert-success {
background-color: #d4edda;
border-color: #c3e6cb;
}
.alert-info {
background-color: #d1ecf1;
border-color: #bee5eb;
}
.alert-info .alert-link {
}
.alert-warning {
background-color: #fff3cd;
border-color: #ffeeba;
}
.alert-danger {
background-color: #f8d7da;
border-color: #f5c6cb;
}
.modal-open {
overflow: hidden;
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;
}
.modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none;
}
.modal.fade .modal-dialog {
transition: -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
-webkit-transform: translate(0, -50px);
transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
transition: none;
}
}
.modal.show .modal-dialog {
-webkit-transform: none;
transform: none;
}
.modal.modal-static .modal-dialog {
-webkit-transform: scale(1.02);
transform: scale(1.02);
}
.modal-dialog-scrollable {
display: -ms-flexbox;
display: flex;
max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 1rem);
overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
-ms-flex-negative: 0;
flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
overflow-y: auto;
}
.modal-dialog-centered {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
display: block;
height: calc(100vh - 1rem);
height: -webkit-min-content;
height: -moz-min-content;
height: min-content;
content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
content: none;
}
.modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.show {
opacity: 0.5;
}
.modal-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 0px solid #dee2e6;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
    padding: 15px;
    margin: -1rem -1rem -1rem auto;
    background: var(--color-red);
    border: 0;
    color: var(--color-white);
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
}
.modal-header .close:hover {
    background: rgba(206,34,30,.7)
}
.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: 450px;
        margin: -50px 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-download:before {
  content: "\e926";
}
.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-mail:before {
  content: "\e917";
}
.icon-location:before {
  content: "\e929";
}
.icon-heart-outlined:before {
  content: "\e900";
}
.icon-close:before {
  content: "\e901";
}
.icon-info:before {
  content: "\e902";
}
.icon-viber:before {
  content: "\e922";
}
.icon-whatsapp:before {
  content: "\e91a";
}
.icon-twitter:before {
  content: "\e91b";
}
.icon-telegram:before {
  content: "\e91c";
}
.icon-map-pin:before {
  content: "\e91f";
}
.icon-refresh:before {
  content: "\e940";
}
.icon-clock:before {
  content: "\e941";
}
/*common*/
.red{color:var(--color-red);}
.blue_text{color:var(--color-link);}
.mb-10{margin-bottom: 10px;}
.mb-15{margin-bottom: 15px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.mb-50{margin-bottom: 50px;}
.mb-60{margin-bottom: 60px;}
.mb-80{margin-bottom: 80px;}
.mt-10{margin-top: 10px;}
.mt-15{margin-top: 15px;}
.mt-20{margin-top: 20px;}
.mt-30{margin-top: 30px;}
.header-main-row{flex-wrap: nowrap;}
.index .header{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    z-index: 9;
}
.header .row{margin-left: -15px; margin-right: -15px;}
.header .col-auto{padding-right: 15px; padding-left: 15px; }
.size-18-medium{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4em;
}
.heigh100{height: 100%;}
.padding50-0{
    padding-top: 50px;
    padding-bottom: 50px;
}

body.inner .header{
    border-bottom: 1px solid var(--color-stroke);
    margin-bottom: 15px;
}
body.promo_page .header{margin-bottom: 0px;}
/*.logo*/
a.logo{text-decoration: none;}
.logo{
display: flex;
align-items: center;
gap:0px 15px;
}
.logo .logo_img{}
.logo .logo_text{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-black);
    display: flex;
    flex-direction: column;
    line-height: 1.2em;
}
.index .header .logo .logo_text{color: var(--color-white);}
/*menu block*/
.menu_block_wrapper{
    display: flex;
    align-items: center; 
    gap:10px;
}
.main_menu{
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.main_menu>li{
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
.index .header .main_menu>li>a{color:var(--color-white);}
.index .header .main_menu>li>a:hover{color:var(--color-red);}
.main_menu>li>a{
color:var(--color-black);
text-decoration: none;
transition: all 250ms linear;
font-weight: 600;
}
.main_menu>li>a i, .main_menu>li:hover>a{color:var(--color-red);}
.index .header .main_menu>li>a i{color:var(--color-white);}
.main_menu .sub-menu {
background: var(--color-white);
    position: absolute;
    left: 0px;
    transition: all .2s;
    padding: 30px;
    opacity: 0;
    list-style-type: none;
    margin: 0;
    visibility: hidden;
    z-index: 99;
    display: flex;
    flex-direction: column;
    gap: 15px 0px;
    min-width: 280px;
}
.side_header .main_menu .sub-menu{border:1px solid var(--color-stroke);}
.main_menu .sub-menu a{text-decoration: none; transition: all 200ms linear; color:var(--color-black);}
.main_menu>li.has_children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
/*menu_button*/
.header .menu_block, .header .search_block{transition: all 200ms linear;}
.search_active .header .menu_block, .search_active .header .search_block{opacity: 0;visibility: hidden;}
.menu_button_wrapper{position: relative;}
.menu_button_wrapper .menu_button{
    display: flex;
    align-items: center;
    gap: 0px 10px;
    height: 95px;
    padding: 0px 25px;
    background: transparent;
    border-left: 1px solid var(--color-stroke);
    border-right: 1px solid var(--color-stroke);
    text-decoration: none;
    transition: all 200ms linear;
        font-weight: 600;
}
.index .header .menu_button_wrapper .menu_button{
        background: rgba(255, 255, 255, .4);
    border-left: 1px solid rgba(255, 255, 255, .3);
    border-right: 1px solid rgba(255, 255, 255, .3);
}
.index .header  .menu_button_wrapper .menu_button .menu_button_text{color:var(--color-white);}
.menu_button_wrapper .menu_button .menu_button_text{color: var(--color-link);transition: all 200ms linear;}
.menu_button_wrapper .menu_button .menu_button_lines{
    width: 13px;
    height: 9px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.index .header .menu_button_wrapper .menu_button .menu_button_lines span{background: var(--color-white);}
.menu_button_wrapper .menu_button .menu_button_lines span{
    width: 100%;
    height: 2px;
    transition: all 200ms linear;
    background: var(--color-red);
}
.menu_button_wrapper .sub-menu{
    position: absolute;
    left: 15px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    list-style-type: none;
    margin: 0;
    background: var(--color-white);
    gap:15px 0px;
    transition: all .2s;
    padding: 30px;
    min-width: 370px;
    z-index: 99;
}
.menu_button_wrapper .sub-menu li{}
.menu_button_wrapper .sub-menu a{text-decoration: none; transition:  all 200ms linear; color:var(--color-black);}
.menu_button_wrapper:hover .menu_button{background: var(--color-white);}
.menu_button_wrapper:hover .menu_button .menu_button_text, .menu_button_wrapper .sub-menu a:hover, .main_menu .sub-menu a:hover{color:var(--color-link-hover);}
.menu_button_wrapper:hover .menu_button .menu_button_lines span{background: var(--color-red);}
.menu_button_wrapper:hover .sub-menu{
    opacity: 1;
    visibility: visible;
}
/*#search_header*/
.search_active #search_header{visibility: visible;opacity: 1;top: 0;z-index: 3;}
.index .search_active #search_header i{color:var(--color-white);}
.search_active #search_header i{color:var(--color-black); font-size: 18px; cursor: pointer;}
.index.search_active #search_header i{color:var(--color-white);}
.search_active #search_header i:hover{color:var(--color-red);}
#search_header .inputs{display: flex; align-items: center;   width: 100%;}
#search_header input::-webkit-input-placeholder {color: color:var(--color-white);}
#search_header input:-moz-placeholder {color: color:var(--color-white);}
#search_header input::-moz-placeholder { color: color:var(--color-white);}
#search_header input:-ms-input-placeholder {color: color:var(--color-white);}
#search_header input::-ms-input-placeholder {color: color:var(--color-white);}
#search_header input::placeholder {color: color:var(--color-white);}
#search_header input{ background: transparent;border:0;border-radius: 0; color: var(--color-black);}
.index #search_header input{color: var(--color-white);}
#search_header input:focus{box-shadow: 0 0 0 ; outline: 0;}
#search_header{
    position: absolute;
    visibility: visible;
    opacity: 0;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    display: flex;
    transition: all 200ms linear;
    align-items: center;
    z-index: -2;
    color:var(--color-black);
}
.index #search_header{
color:var(--color-white);
}
.header .search_button{
    display: block;
    cursor: pointer;
    font-size: 18px;
    height: 95px;
    display: flex;
    align-items: center;
    transition: all 200ms linear;
}
.header .search_button:hover{color:var(--color-red);}
.index .search_button{color: var(--color-white);}
/*phone_block*/
.header .phone_block .phone_link, .side_header .phone_block .phone_link{font-size: 18px;text-decoration: none; font-weight: 600; transition: all 250ms linear; color:var(--color-black);}
.header .phone_link_mobile{display: none; color: var(--color-black); font-size: 18px;}
.index .header .phone_block .phone_link{color:var(--color-white); }

.index.search_active #search_header i{color: var(--color-white);}

.index .header .phone_block .phone_link:hover, .side_header .phone_block .phone_link:hover, .header .phone_block .phone_link:hover{color:var(--color-red);}
.header .phone_block i, .side_header .phone_block .phone_link i{margin-right: 10px; color: var(--color-red);}
.index .header .phone_block i{color:var(--color-white);}
.header .sign_block .btn, .side_header .sign_block .btn{
    height: 95px;
    background: var(--color-accent);
    border-top: 0;
    border-bottom: 0;
    color:var(--color-white);
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    padding-right: 25px;
    padding-left: 25px;
}

.header .hamburger , .side_nav .hamburger{
    display: flex;
    height: 95px;
    background: var(--color-red);
    align-items: center;
    color: var(--color-white);
    padding: 0px 25px;
    text-transform: uppercase;
    gap:0px 15px;
        cursor: pointer;
}
.header .hamburger .hamburger_lines, .side_nav .hamburger .hamburger_lines{
    width: 30px;
    height: 22px;
    display: flex;
    flex-direction:column;
    justify-content: space-between;
}
.header .hamburger .hamburger_lines span , .side_nav .hamburger .hamburger_lines span{
    width: 100%;
    height: 2px;
    background: var(--color-white);
}
.header .hamburger .hamburger_text{}
.header .hamburger{display: none;}
.index .header .sign_block .btn{
    border-right: 1px solid rgba(255, 255, 255, .3);
    border-left: 1px solid rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, .4);

}
.index .header .sign_block .btn:hover{
    background: var(--color-white);
    color:var(--color-link);
}
/*nav-modal-wrap*/
.nav-modal-wrap{
position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    left: 0%;
    height: 100%;
    background-color: var(--color-dark-accent);
    opacity: 0;
    overflow: scroll;
    visibility: hidden;
}

.nav-modal-wrap.open {
    visibility: visible;
    opacity: 1;
    visibility: visible;
}

/*modal form*/
 .modal-body .userForm .rules{}
.modal-content{background: transparent;border:0; }
.modal-body{background: var(--color-white);}
.modal-body .h5{text-transform: uppercase; font-size: 32px; line-height: 1.2em;}
.modal-body .userForm .btn{width: 100%;}
.modal-body .userForm .note{font-size: 18px;}
.modal-body .userForm .rules{font-size:14px; color:var(--color-gray-text);}
.modal-body .userForm .btn .icon-arrow-right{ 
    transform: rotate(-45deg);
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 2px;
    transition: all 200ms linear;

}
.modal-body .userForm .btn:hover .icon-arrow-right{ 
transform: rotate(0deg);
}
/*promo_block*/
.promo_block{}
.promo_block .promo_image{height: 100vh; width: 100%;}
.promo_block .promo_image img{width: 100%;height: 100%; object-fit: cover;}
.promo_block  .promo-content{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 95px;
}
.promo_block  .promo-content .container{
height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    padding-bottom: 95px;
}
.promo_block  .promo-content .promo_title{
    font-family: 'Geologica', 'Manrope', 'Inter', 'Ubuntu', 'Open Sans', Arial, 'Noto Sans', sans-serif;
    font-weight: 400;
    color: var(--color-white);
    font-size: 64px;
    line-height: 1.1em;
    text-transform: uppercase;
}
.promo_block .promo_products{
	height: 100%;
	width:50%;
    position: absolute;
    right: 15px;
    top: 0;
}
.promo_products-slider{
	height:100%;
}
.promo_block .promo_products .product {
position: relative;
    display: flex;
    flex-direction: column;
    width: 390px;
    justify-content: space-between;
    text-decoration: none;
    padding: 50px 65px 50px 30px;
    overflow: hidden;
    transition: all 200ms linear;
    background-repeat: no-repeat !important;
    background-position: 210% 0 !important;
    background: var(--color-white);
}
 

.promo_block .promo_products  img{transition: all 200ms linear;}
/*.promo_block .promo_products .product.bg-blue{background: var(--color-accent); color:var(--color-white);}
.promo_block .promo_products .product.bg-white{background: var(--color-white);}*/
.promo_block .promo_products .product .image{
position: absolute;
    right: 0px;
    top: 0;
}
/*.promo_block .promo_products .product .image img{  }*/
/*.promo_block .promo_products .product .svg_image{
position: absolute;
    left: 0;
    top: 50%;
    margin-top: -200px;
}*/
.promo_block .promo_products .product .index, .promo_block .promo_products .product .title{
    font-family: 'Geologica', 'Manrope', 'Inter', 'Ubuntu', 'Open Sans', Arial, 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 22px; line-height: 1.2em;position: relative; z-index: 2;
}
.promo_block .promo_products .product .title{}
.promo_block .promo_products .product:hover{
    background-position: 600% 0 !important;
    background-color: var(--color-accent);
    color: var(--color-white);
}
.promo_block .promo_products .product:before{
display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background: url(../images/element-from-logo.svg) no-repeat;
    width: 326px;
    height: 343px;
    transform: translate(-230px, -170px);
    transition: all 200ms linear;
}
.promo_block .promo_products .product:hover:before{
    transform: translate(-80px, -170px);
}

.promo_block .promo_products .product .text_wrapper{
    height: 48px;
    overflow: hidden;
    transition: all 200ms linear;
    display: flex;
    flex-direction: column;
    padding: 0px 30px;
    gap: 15px 0px;
}
.promo_block .promo_products .product:hover .text_wrapper{
    height: auto;
    transform: translate(0px, -50px);
}
.promo_block .promo_products .product .title_wrapper{
    display: flex;
    justify-content: space-between;
}
.promo_block .promo_products .product .svg_fly{
background: var(--color-white);
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.promo_block .promo_products .product .svg_fly img{
}
/*module*/
.module{margin-bottom: 150px;}
.module.bottom70{margin-bottom: 70px;}

.module_title{
    font-family: 'Geologica', 'Manrope', 'Inter', 'Ubuntu', 'Open Sans', Arial, 'Noto Sans', sans-serif;
    font-size: 64px;
    line-height: 1.1em;
    text-transform: uppercase;
    font-weight: 400;
    color:var(--color-black);
}
.module_title_row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.fint_link{
text-decoration: none;
    border-bottom: 1px solid var(--color-red);
    display: inline-block;
    padding-bottom: 2px;
    transition: all 200ms linear;

}
.fint_link:hover{
    color:var(--color-red);
    border-bottom-color: transparent;
}

/*catalog_in_home*/
.catalog_in_home{}
.catalog_in_home .items{
    display: flex;
    flex-direction: column;
    gap:20px 0px;
}
.catalog_in_home .item{
    position: relative;
    display: flex;
    text-decoration: none;
    background: var(--color-white);
    flex-direction: column;
    height: 500px;
    color: var(--color-black);
    padding: 30px 30px;
    overflow: hidden;
    justify-content: flex-end;
    z-index: 2;
    transition: all 200ms linear;
}
@keyframes ani {
  0% {transform: translateY(100%);}
  100% {transform: translateY(0%);}
}
.catalog_in_home .item:after{
    display: inline-block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--color-accent);
    /*transition: all 200ms linear;*/
    transform: translateY(100%);
    
    /*transition: opacity 0s ease 1000ms, transform 100ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms, -webkit-transform 100ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;*/
}
.catalog_in_home .item:hover:after{
 animation: ani 1s forwards;
    transform: translateY(0);
}
.catalog_in_home .item:hover .image{display: none;}
.catalog_in_home .item:hover, .catalog-page .catalog_in_home .item:hover{
/*    background-color: var(--color-accent);
    color: var(--color-white);
    background-image: url(/assets/images/element-from-logo.svg);
    background-repeat: no-repeat;
    background-position: -20px -20px;*/
}

.catalog_in_home .item:hover{}
.catalog_in_home .item.promo_item{
    background: var(--color-accent);
    justify-content: flex-end;
    color: var(--color-white);
}

.catalog_in_home .item.promo_item .image{
    position: absolute;
    top: -20px;
    left: -60px;
}
.catalog_in_home .item.promo_item .image img{transition: all 200ms linear;}
.catalog_in_home .item.promo_item:hover .image img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.catalog_in_home .item:hover .image img{}
.catalog_in_home .item .title_wrapper{
/*    display: flex;
    justify-content: space-between;
    align-items: center;*/
}
.catalog_in_home .item.promo_item .title_wrapper{margin-bottom: 15px;}
.catalog_in_home .item.promo_item .arrow{}
.catalog_in_home .item.promo_item .arrow i{color:var(--color-white);}
.catalog_in_home .item .arrow{}
.catalog_in_home .item .arrow i{
    font-size: 30px;
    color: var(--color-red);
}
.catalog_in_home .item:hover .arrow i{color:var(--color-white);}
.rotate{
    transition: all 200ms linear;
      display: inline-block;
    transform: rotate(-45deg);
}
.catalog_in_home .item:hover .arrow i{}
.catalog_in_home .item:hover .title{color:var(--color-white);}
.catalog_in_home .item .title_wrapper .title{margin-bottom: 0;}
.catalog_in_home .item .title{
    font-family: 'Geologica', 'Manrope', 'Inter', 'Ubuntu', 'Open Sans',Arial, 'Noto Sans', sans-serif;
font-size: 22px;
    font-weight: 400;
    line-height: 1.2em;
    /*transition: all 200ms linear;*/
}
.catalog_in_home .item .short_text{
font-size: 14px;
    height: 0;
    color: var(--color-white);
    opacity: 0;
}
.catalog_in_home .item:hover .short_text{
    height: auto;
    opacity: 1;
}
.catalog_in_home .item .image{
position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: all 200ms linear;
}
.catalog_in_home .item:hover .image img{
opacity: 0;
}
.catalog_in_home .item .wrapper_text{
position: absolute;
    overflow: hidden;
    transition: all 200ms linear;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 0px 30px;
    height: 100%;
        width: 100%;
    justify-content: flex-end;
    gap: 15px 0;
    transform: translateY(0px);
    z-index: 2;
}
.catalog_in_home .item:hover .wrapper_text{
    height: auto;
    transform: translate(0px, -10px);
}
.catalog_in_home .item .wrapper_title{
display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

/*hamburger_wrapper*/
.hamburger_fixed{
    position: fixed;
    right: 0;
    top: 0;
    margin-top: -15px;
    width: calc((100vw - 1540px) / 2);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
    background: transparent;
    z-index: 10;
    opacity: 0;
}
.hamburger_fixed.observ{opacity: 1;}
.hamburger_fixed:before{
    display: inline-block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 200ms linear;
    top:0;
    right: -100%;
    background: var(--color-red);
}
.side_open .hamburger_fixed:before{
    right: 0;
}
.hamburger_fixed .hamburger_inner {
 width: 37px;
    height: 30px;
    display: block;
    transition: all 200ms linear;
    cursor: pointer;
    z-index: 10;
}
.hamburger_fixed .hamburger{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: all 200ms linear;
}
 
body:not(.side_open) .hamburger_fixed .hamburger_inner:hover{
    transform: translate(0px, -2px);
}
.side_open .hamburger_fixed  .hamburger_inner:hover .hamburger{opacity: .5;}
.hamburger_fixed .hamburger span{
    width: 100%;
    height: 2px;
    min-height: 2px;
    background: var(--color-red);
    transition: all 200ms linear;
    position: relative;
}
/*.side_open .hamburger_wrapper{
    background: var(--color-red);
}*/
/*.side_open .hamburger_wrapper.inner{opacity: 0; visibility: hidden;}*/
.side_open  .hamburger_fixed .hamburger span, .side_open .side_nav .hamburger span{background: var(--color-white); position: relative;}
.side_open  .hamburger_fixed .hamburger span:nth-child(2), .side_open .side_nav .hamburger span:nth-child(2){
    transform: translate(-10px, -10px);
    top: 50%;
    rotate: 45deg;
}

.side_open .side_nav .hamburger span:nth-child(2){transform: translate(-7px, -7px);}

.side_open  .hamburger_fixed .hamburger span:first-child, .side_open .side_nav .hamburger span:first-child{
      top: 50%;
    rotate: -45deg;
}
.side_open  .hamburger_fixed .hamburger span:last-child, .side_open .side_nav .hamburger span:last-child{
opacity: 0;
visibility: hidden;
}
/*side_menu*/
body.side_open{overflow: hidden;}
.side_nav{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    width: 100%;
    /*left: -100%;*/
    right: 0;
    height: 100%;
    background-color: var(--color-white);
    visibility: inherit;
    /*opacity: 0;*/
    overflow: hidden;
    /*visibility: hidden;*/
    /*transition: all 200ms linear;*/
        -webkit-transform: translateX(145%);
    -ms-transform: translateX(145%);
    transform: translateX(145%);
/*      -webkit-transition: all .6s cubic-bezier(.645,.045,.355,1);
    transition: all .6s cubic-bezier(.645,.045,.355,1);*/
}
body.side_open .side_nav{
/*left: 0;*/
    /*opacity: 1;*/
    /*visibility: visible;*/
    z-index: 9;
}
.side_nav .hamburger{display: none;}
.side_nav .container{
    height: 100vh;
}
.side_nav .container .content_inner{
     display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.side_nav .side_menu{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style-type: none;
    justify-content: flex-end;
    gap: 50px 0px;
}
.side_nav .side_menu>li{
    flex:0 0 33.333%;
    max-width: 33.333%;
    padding-left: 30px;
    padding-right: 30px;
}
.side_nav .side_menu a{text-decoration: none; color:var(--color-black); transition: all 200ms linear;}
.side_nav .side_menu .menu-item>a{
    text-transform: uppercase;
    font-size: 40px;
    font-family: 'Geologica', 'Manrope', 'Inter', 'Ubuntu', 'Open Sans', Arial, 'Noto Sans', sans-serif;
}
.side_nav .side_menu .side_sub_menu{
        padding: 0;
    margin: 25px 0 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 15px 0px;
}
.side_nav .side_menu .sub-menu-item>a{
color:var(--color-gray-text);
}
.side_nav .side_menu a:hover{color:var(--color-red);}


.side_header{
    position: relative;
    background: var(--color-white);
    z-index: 11;
    width: 100%;
    border-bottom: 1px solid var(--color-stroke);
}
.side_content{
    height: 100%;
    width: 100%;
}

/*..promo_help*/
.promo_help{
background: url(../images/promo_help_image.jpg) no-repeat center center;
background-size: cover;     
    height: 474px;
    position: relative;
}
.promo_help.ask_block{
background: url(../images/ask-bg.jpg) no-repeat center center;
background-size: cover;
}
.promo_help.ask_block .col-left .title.h2{color:var(--color-black);}
.promo_help:before{
    display: inline-block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    background: rgba(92,94,101,.7);
 }
.promo_help.ask_block:before{
    background: rgba(255,255,255,.7);
}
.promo_help .promo_help_wrapper{
    height: 100%;
    display: flex;
    align-items: center;
        justify-content: space-between;
}
.promo_help .container{position: relative; z-index: 2; height: 100%;}
.promo_help .col-left{color:var(--color-white);}
.promo_help .col-left  .title.h2{
    color:var(--color-white);
}
.promo_help .col-left  .title.h2 span{
    display: block;
}
.promo_help .col-left .text{
font-size: 22px;
    font-family: 'Geologica', 'Manrope', 'Inter', 'Ubuntu', 'Open Sans', Arial, 'Noto Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.promo_help .col-left .help_contact_items{
    display: flex; gap:0px 68px;
}
.promo_help .help_contact_item{ 
    color:var(--color-white); 
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap:15px 0px;
    font-size: 18px;
}
.promo_help .help_contact_item .caption{
}
.promo_help .help_contact_item a{
text-decoration: none;
    color:var(--color-white);
}
.promo_help .help_contact_item a span{transition: all 200ms linear;}
.promo_help .help_contact_item a:hover span{color:var(--color-red);}
.promo_help .help_contact_item i{margin-right: 10px;}

.promo_help .form_wrapper{
background: var(--color-white);
    padding: 50px 65px;
    height: calc(100% + 60px);
        overflow: hidden;
}
.promo_help.ask_block .form_wrapper{background:var(--color-light-gray);}
.promo_help .form_wrapper .userForm{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.promo_help .form_wrapper .userForm .submit_row .rulles a{text-decoration: underline;}
.promo_help .form_wrapper .userForm .caption {margin-bottom: 30px;}
.promo_help .form_wrapper .userForm .submit_row .rulles {font-size: 14px;}
.promo_help .form_wrapper .userForm .submit{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.promo_help .form_wrapper .userForm .submit i{}
.promo_help .form_wrapper .userForm .submit:hover i{transform: rotate(0deg);}
/*ask_block*/
.ask_block .form-control{
    background: transparent;
}
.light_gray_bg{
    background: var(--color-light-gray);
    padding-top: 150px;
    padding-bottom: 150px;
}
.readmore i{font-size: 18px; }
.readmore:hover i{ transform: rotate(0deg);}

.about_teaser{
    border:1px solid var(--color-stroke);
    padding: 80px 50px;
}
/*carousel-works*/
.carousel-works{
    overflow: hidden;
}
 .carousel-works .slick-slide {padding: 0 10px;}

.our_works .item-work{
    display: block;
    height: 500px;
    transition: all 200ms linear;
    position: relative;
}
.our_works .item-work:after{
    display: inline-block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    opacity:0;
    visibility: hidden;
    background-color: var(--color-accent);
    background-image: url(/assets/images/element-from-logo.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    transition: all 200ms linear;
}
.our_works .item-work:hover:after{
    opacity: 1;
    visibility: visible;
    background-position: -20px -20px;

}
.carousel-works .item-work:hover{
/*    background-color: var(--color-accent);
    color: var(--color-white);
    background-image: url(/assets/images/demo-data/element-for-product.svg);
    background-repeat: no-repeat;
    background-position: -20px -20px;*/
}
.carousel-works .item-work:hover .image{}
.our_works .item-work .image{
    display: block;
    height: 100%;
}
.our_works .item-work .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.our_works .item-work .item-info{
    display: flex;
    flex-direction: column;
    align-items: start;
    position: absolute;
    width: 85%;
    left: 0;
    bottom: 0;
    z-index: 9;
    color: var(--color-white);
    padding: 30px 30px;
    gap: 10px 0;
}
.our_works .item-work .count-photo{
    background: var(--color-accent);
    font-size: 14px;
    padding: 8px 10px;
    line-height: 1em;
}
.our_works .item-work .title{
    font-size: 22px;
    font-family: 'Geologica', 'Manrope', 'Inter', 'Ubuntu', 'Open Sans', Arial, 'Noto Sans', sans-serif;
    font-weight: 400;
}
.our_works .item-work .icon-arrow-right{
color: var(--color-white);
    position: absolute;
    right: 40px;
    bottom: 30px;
    font-size: 36px;
    line-height: 1em;
    z-index: 2;
}
.our_works .item-work:hover .icon-arrow-right{
transform: rotate(0deg);
}
.nav-swiper, .nav-slick{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0px 10px;
    margin-top: 30px;
}
.slick-gallery .nav-slick{
	margin-top:0;
}
.slick-gallery {
    margin-top: 44px;
}
#modalMap .modal-dialog{
	max-width:1100px;
}
.nav-swiper .arrow, .nav-slick .arrow{
display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    background: transparent;
    border: 1px solid var(--color-stroke);
    transition: all 200ms linear;
    cursor: pointer;
}
.nav-swiper .arrow:hover, .nav-slick .arrow:hover{
    background: var(--color-accent);
}
.nav-swiper .arrow:hover i, .nav-slick .arrow:hover i {
    color:var(--color-white);
}
.nav-swiper .arrow i ,.nav-slick .arrow i{
 color:var(--color-red);
}
/*our_news*/
.module_title_column{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 65px;
    align-items: flex-start;
}
.our_news_widget{display: flex;}
.our_news .item{
flex-direction: column;
    display: flex;
    gap: 25px 0px;
    color: var(--color-black);
    transition: all 200ms linear;
    height: 100%;
    justify-content: space-between;
}
.our_news .item .image{display: block; overflow: hidden;}
.our_news .item .image img{
    transition: all 200ms linear;
}
.our_news .item:hover .image img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.our_news .item .title{
    font-family: 'Geologica', 'Manrope', 'Inter', 'Ubuntu', 'Open Sans', Arial, 'Noto Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
    height: 78px;
    overflow: hidden;
}
.our_news .item:hover .title{
color:var(--color-link);
}
.our_news .item .date{color:#828389;}
/*footer*/
footer{
    position: relative;
    background: var(--color-gray-text);
    color:var(--color-white);
}
footer .logo {}
footer .logo .logo_text{color:var(--color-white);}
footer .footer_menu_block{}
.footer_menu_block .wrapper_footer_menu{
    display: flex;
    gap:0px 30px;
}
footer .footer_menu_block .caption{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
footer a{color:var(--color-white);}
.footer_menu{
padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px 0px;
}
.footer_menu a{color:var(--color-white);}
.footer_about{
    padding-top: 80px;
    padding-bottom: 80px;
}
.footer_about .d-flex{justify-content: space-between;}
 #footer_map {
    height: 100%;
    width: 33.33%;
    position: absolute;
    right: 0;
    filter: grayscale(1);
    top: 0;
}
#footer_map:after{
display: inline-block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    top: 0;
    right: 0;

}
.footer_contact_wrapper{
    z-index: 9;
    padding-top: 80px;
    padding-bottom: 80px;
}
.footer_contact_wrapper i{margin-right: 10px;}
.footer_contact_wrapper .phone_link{}
footer .contact_items{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap:15px 0px;
}
footer  .contact_item{
display: flex;
}
footer  .contact_item .icon{}
footer  .contact_item .value{}

.copyright_block{font-size: 14px; display: flex; flex-direction: column; align-items: flex-start; gap:10px 0;}
/*breadcrumbs*/
.breadcrumbs{
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}
.breadcrumbs{
    padding: 0;
    margin: 0px 0px 60px;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 0px 15px;
}
.breadcrumbs li{}
.breadcrumbs .current{color:var(--color-red);}
.breadcrumbs a{ color:#828389; }
.breadcrumbs .separator{
    font-size: 12px;
    color: #ddd;
}

/*main_content*/
.main_content{
    height: 100%;
}
.main_content .contact_block .promo_contact{
    background: var(--color-light-gray);
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px 0px;

}
.main_content .contact_block .promo_contact .contact_item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap:5px 0px;
}
.main_content .contact_block .promo_contact .value{
    font-size: 22px;
    font-family: 'Geologica', 'Manrope', 'Inter', 'Ubuntu', 'Open Sans', Arial, 'Noto Sans', sans-serif;
    color: var(--color-black);
}
.main_content .contact_block .promo_contact .contact_item.address .value{
    font-size: 16px;
}
.departments-contact{}

.departments-contact .row{
gap: 20px 0;
    height: 100%;
}
.departments-contact .department{
border: 1px solid var(--color-stroke);
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.departments-contact .department .contact_item{
    display: flex;
    align-items: center;
    gap: 0px 10px;
}
.departments-contact .department .contact_item a{color:var(--color-black); font-weight: 500;}
.departments-contact .department .contact_item a:hover{color:var(--color-link);}
.departments-contact .department .department_name{
    font-family: 'Geologica', 'Manrope', 'Inter', 'Ubuntu', 'Open Sans',Arial, 'Noto Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: var(--color-black);
}
.departments-contact .department  .icon{color:var(--color-red);}
.departments-contact .department .department_contact{}
#map{height: 500px; width: 100%; filter: grayscale(1);}

/*article page*/
.promo_header_article_page{
    background: var(--color-accent);
    color: var(--color-white);
}
.promo_header_article_page .row-header-promo-start{
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.row-header-promo-image{
    height: 100%;
}
.row-header-promo-image .promo-img{
    height: 100%;
    object-fit: cover;
}
.promo_header_article_page .container{position: relative; z-index: 2;}
.promo_header_article_page .promo_page_title{color:var(--color-white); font-size: 50px; max-width: 70%;}
.promo_header_article_page .promo_page_title span{display: block;}
.promo_header_article_page .breadcrumbs a{color:var(--color-stroke-dark);}
.promo_header_article_page .breadcrumbs .current{color:var(--color-white);}
.promo_header_article_page .promo_page_image{
    top: 0;
    position: absolute;
    right: 0;
    max-width: 30%;
        height: 100%;
}
.promo_header_article_page .promo_page_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.promo_header_article_page .promo_page_image:before{
    display: inline-block;
    content: '';
    position: absolute;
    background: url(../images/element-from-logo2.svg) no-repeat;
    width: 890px;
    height: 616px;
    left: -470px;
    top: -200px;
    opacity: .1;
}
.promo_header_article_page .promo_page_image img{
        position: relative;
}
/*swiper-gallery*/
.slick-gallery{
    overflow: hidden;
}
.slick-gallery .slick-slide{position: relative;}
.slick-gallery img{width: 100%;}
.slick-gallery .slide-info{
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    padding: 80px 30px;
    color: var(--color-white);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px 0px;
}
.slick-gallery .slide-info .slide-photo-cout{
    background: var(--color-accent);
    font-size: 14px;
    padding: 5px 10px;
}
.slick-gallery .slide-info .slide-title{font-size: 18px;}

/*sidebar_accordion*/
.sidebar_accordion{
gap: 5px 0;
    display: flex;
    flex-direction: column;
}
.sidebar_accordion .item {}
.sidebar_accordion .item .title_wrapper{
    background: var(--color-light-gray);
    color:var(--color-black);
    font-size: 18px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
/*    cursor: pointer;*/
}
.sidebar_accordion .item .title_wrapper:hover{
/*    color:var(--color-link);*/
}
.sidebar_accordion .item  .inner {padding: 20px;}
.sidebar_accordion .item .hidden_more {
    max-height: 0;
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
    overflow: hidden;
    
}
.sidebar_accordion .item.open  .links.hidden_more {
         max-height: 1000px;
}
.sidebar_accordion .item .links a{
    color:var(--color-gray-text);
}
.sidebar_accordion .item .links a:hover{color:var(--color-link);}
.sidebar_accordion .item .links{
    display: flex;
    flex-direction: column;
    gap: 10px 0px;
    margin-bottom: 20px;
}
.sidebar_accordion .item .links.hidden_more{
    max-height: 0;
    margin: 0;
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
    overflow: hidden;
}
.sidebar_accordion .item.open .collapsed .links.hidden_more{display: flex;}
.sidebar_accordion .item .show_more{font-weight: 600;}
.sidebar_accordion .item .show_more i{color:var(--color-red);}

/*messages*/
.messages{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: var(--color-black);

}
.messages .title{
    font-size: 64px;
    display: block;
    line-height: 1em;
    text-transform: uppercase;
    font-family: 'Geologica', 'Manrope', 'Inter', 'Ubuntu', 'Open Sans', Arial, 'Noto Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}
.messages .image{}
.messages .image img{height: 488px;}
/*documents_widget*/
.documents_widget{}
.documents_widget .row{gap:20px 0;}
.documents_widget .document_item{
    display: flex;
    align-items: center;
    background: var(--color-light-gray);

}
.documents_widget .document_item .document_image{
    border-right: 1px solid #E5E5E6;
    padding: 36px 44px;
    min-width: 175px;
}
.documents_widget .document_item .document_content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 36px 25px;
    height: 100%;
    gap: 30px 0px;
}
.documents_widget .document_item .document_content .size{
    color:var(--color-link);
    font-weight: 500;
}
.documents_widget .document_item .document_content .title{
    font-size: 18px;
font-weight: 500;
color:var(--color-black);
}
.documents_widget .document_item .document_content_bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.documents_widget .document_item .download a{
display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--color-red);
    border: 1px solid var(--color-red);
    transition: all 200ms linear;
}
.documents_widget .document_item .download a:hover{
    background: var(--color-red);
    color:var(--color-white);
}

/*history_carousel*/
.history_carousel{overflow: hidden;}
.history_block{
    background: var(--color-light-gray);
    padding-top: 150px;
    padding-bottom: 150px;
}
.history .module_title{}
.year_carousel {margin-bottom: 30px;}
.year_carousel .slick-list {}
.year_carousel  .year{
font-family: 'Geologica', 'Manrope', 'Inter', 'Ubuntu', 'Open Sans', Arial, 'Noto Sans', sans-serif;
    font-size: 96px;
    line-height: 1em;
    font-weight: 300;
    position: relative;
    cursor: pointer;
    display: inline-block;
    color: var(--color-stroke);
    padding-top: 15px;
}
.year_carousel .year-wrapper{border-top:1px solid var(--color-stroke);}
.year_carousel  .slick-current .year, .year_carousel .swiper-slide-active .year{
    color:var(--color-red);
}
.year_carousel  .year:before{
display: inline-block;
    content: '';
    position: absolute;
    top: -1px;
    width: 100%;
    height: 1px;
    transition: all 200ms linear;
    background: transparent;
}
.year_carousel .slick-current .year:before{
    background: var(--color-red);
}

.history_carousel .history-item{
display: flex;
    align-items: flex-end;
}
.history_carousel .history-item .history-image{
    flex:0 0 50%;
    max-width: 50%;
}
.history_carousel .history-item .history-image:after{
display: inline-block;
    content: '';
    position: absolute;
    left: 400px;
    top: 50%;
    background: url(/assets/images/logo-color-transparent.svg) no-repeat;
    width: 512px;
    height: 500px;
    margin-top: -250px;
    z-index: -2;
}
.history_carousel .history-item .history-content{
    padding-left: 90px;
    font-family: 'Geologica', 'Manrope', 'Inter', 'Ubuntu', 'Open Sans', Arial, 'Noto Sans', sans-serif;
    font-size: 22px;
}
.history_carousel .history-title{
    font-weight: 400;
    color:var(--color-link);
    margin-bottom: 30px;
}
.history_carousel .history-text{
font-weight: 300;
    color: var(--color-black);
}

/*news items page*/
.content_block .news_items_row{
    gap:20px 0;
}
.bottom_pagination_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}
/*pagination*/
.pagination{
    align-items: center;
    gap: 0px 30px;
}
.pagination ul{
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.pagination ul a{
display: flex;
    width: 62px;
    height: 62px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    color:var(--color-gray-text);
    font-size: 18px;
}
.page-arrow{
display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border: 1px solid var(--color-stroke);
    color: var(--color-red);
    font-size: 20px;
    transition: all 200ms linear;
}
.page-arrow:hover{
    background: var(--color-accent);
    color:var(--color-white);
}
.more_items{
    display: flex;
    align-items: center;
    gap: 0px 10px;
    height: 62px;
    border: 1px solid var(--color-stroke);
    padding: 0px 25px;
    transition: all 200ms linear;
    font-weight: 500;
}
.more_items i {
    color:var(--color-red);
}
.more_items:hover{
    background: var(--color-red);
    color:var(--color-white);
}
.more_items:hover i{
color:var(--color-white);
}
/*.news_full_page*/
.news_full_page .news_info{
    display: flex;
    gap: 0px 30px;
    font-size: 18px;
    margin-bottom: 50px;
    font-weight: 500;
}
.news_full_page .news_info i{margin-right: 10px;}
/*works-page*/
.works-page .our_works .row{gap:20px 0;}
/*search page*/
.search_words {font-size: 22px; color:var(--color-red);}
.search_elements{
    display: flex;
    flex-direction: column;
    gap:20px 0;
}
.search_elements .search_item {
display: flex;
flex-direction: column;
align-items: flex-start;
background: var(--color-light-gray);
padding: 30px;
gap:15px 0;
border:1px solid transparent;
transition: all 200ms linear;
}
.search_elements .search_item:hover{
    background: var(--color-white);
    border:1px solid var(--color-stroke);
}
.search_elements .search_item .title{
font-family: 'Geologica', 'Manrope', 'Inter', 'Ubuntu', 'Open Sans',Arial, 'Noto Sans', sans-serif;
    font-size: 22px;
font-weight: 500;
color:var(--color-black);
transition: all 200ms linear;
}
.search_elements .search_item:hover .title{
color:var(--color-link);
text-decoration: underline;
}
.search_elements .search_item .text{color:var(--color-gray-text);}
.page-404 .main_content{
    height: 100%;
}
.page-404 .no-result{
        display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px 0px;
}

/*catalog-page*/
.catalog-page{}
.catalog-page .catalog_in_home .item{
    background: var(--color-light-gray)
}
ul.list{
    padding: 0px 0px 0px 15px;
    margin: 0;
    list-style-type: none;
}
 ul.list li{
    position: relative;
        margin-bottom: 15px;
}
ul.list li:before{
display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-red);
    position: absolute;
    left: -18px;
    top: 10px;
}
/*catalog*/
.catalog{}
.catalog .items{}
.catalog .items>.row{gap:20px 0px;}
.catalog .items .item{
    background: var(--color-light-gray);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    position: relative;
    height: 100%;
}
.catalog .items .item:hover .wrapper_text{
    height: auto;
    transform: translate(0px, -20px);
}
.catalog .items .item .wrapper_text{
    height: 90px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    bottom: 5px;
    display: flex;
    flex-direction: column;
    left: 0;
    gap: 15px 0px;
    transition: all 400ms linear;
    padding: 0px 30px;
}
.catalog .items .item .image{transition: all 200ms linear; min-height: 260px;}
.catalog .items .item:hover .image{opacity: 0;}
.catalog .items .item .short_text{color:var(--color-white);opacity: 0;}
.catalog .items .item:hover .short_text{opacity: 1;}
.catalog .items .item:hover{
        background-color: var(--color-accent);
    color: var(--color-white);
    /*/пока что решили убрать изображение при наведении/*/
    /*background-image: url(/assets/images/element-from-logo.svg);*/
    /*background-repeat: no-repeat;*/
    /*background-position: -20px -20px;*/
}
.catalog .items .item .wrapper_title{
display: flex;
    align-items: center;
    justify-content: space-between;
}
.catalog .items .item{
    color:var(--color-black);
}
.catalog .items .item .title{
        font-family: 'Geologica', 'Manrope', 'Inter', 'Ubuntu', 'Open Sans',Arial, 'Noto Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
}
.catalog .items .item .wrapper_title i{
    color:var(--color-red);
    transition: all 200ms linear;
    font-size: 30px;
}
.catalog .items .item:hover .title, .catalog .items .item:hover i{color:var(--color-white);}

/*product-full-page*/
.product-full-page{}
.product_thumb_wrapper{
position: relative;
padding-right: 60px;
padding-left: 60px;
}
.product_thumb_wrapper .arrow{
height: 100%;
    border: 0;
    color: var(--color-gray);
    width: 50px;
    position: absolute;
    top: 0;
    background: transparent;
font-size: 26px;
}
.product_thumb_wrapper .arrow:hover{
    color:var(--color-red);
}
.product_thumb_wrapper .arrow.prev{left:0;}
.product_thumb_wrapper .arrow.next{right:0;}
.product_thumb{max-width: 100%; width: 100%;}
.product_thumb_wrapper .slick-slide img{
width: 100%;
    height: 90px;
    object-fit: cover;
}
.product_thumb_wrapper .slick-slide{opacity: .5; cursor: pointer; padding-right: 5px; padding-left: 5px;}
.product_thumb_wrapper .slick-slide .item{
border: 1px solid var(--color-light-gray);
}
.product_thumb_wrapper .slick-slide.slick-current .item{
    border-color:var(--color-stroke);
}
.product_thumb_wrapper .slick-slide.slick-current{opacity: 1}
.product_slide{margin-bottom: 10px;     overflow: hidden;}
.product_slide .swiper-slide{
    background: var(--color-light-gray);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    min-height: 552px;
}
.product_slide .swiper-slide a{}
.product_slide .swiper-slide a:after{
display: flex;
    content: "\e918";
            font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 200ms linear;
    background: rgba(31,59,122,.8);
    visibility: hidden;
    opacity: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 5vw;
    color:var(--color-white);
}
.is-modern.is-resting .f-thumbs__slide{opacity: .6;}
.f-thumbs__slide.for-image.is-nav-selected{opacity: 1;}
.product_slide .swiper-slide a:hover:after{opacity: 1; visibility: visible;}
.product_thumb_slider {overflow: hidden;}
.product_thumb_slider .swiper-slide{opacity: .8; cursor: pointer;}
.product_thumb_slider .swiper-slide.swiper-slide-thumb-active{opacity: 1}
.product_thumb_slider .swiper-slide img{
    height: 90px;
    width: 90px;
    object-fit: cover;
}
.product_slide .slick-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 558px;
    background: var(--color-light-gray);
}
.product-full-page .product_name{    font-size: 30px;}
.product-full-page .product_main_info_wrapper{
    padding-left: 90px;
}
.product-full-page .product_main_info{
    display: flex;
    flex-direction: column;
    gap:30px 0px;
    align-items: flex-start;
}
.attribute_wrapper{
    display: flex;
    flex-direction: column;
    gap:20px 0px;
    font-size: 18px;
}
.attribute_wrapper .attribute{
    display: flex;
    gap:0px 15px;
}
.attribute_wrapper .attribute .attribute_name{
color:var(--color-gray-text);
}
.attribute_wrapper .attribute .attribute_value{
color:var(--color-black);
font-weight: 500;
    flex: 1;
}
.attribute_wrapper .attribute .attribute_value a{ 
    border-bottom: 1px solid var(--color-red);
    transition: all 200ms linear;
}
.attribute_wrapper .attribute .attribute_value a:hover{
border-bottom-color: transparent; 
}
.product-full-page .nav-tabs{
display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0px ;
    list-style-type: none;
    border: 0;
}
.product-full-page .nav-tabs li {
    flex: 1;
    text-align: center;
    position: relative;
}
.product-full-page .nav-tabs li a.active{color:var(--color-red);}
.product-full-page .nav-tabs li a{
    font-size: 22px;
    font-family: 'Geologica', 'Manrope', 'Inter', 'Ubuntu', 'Open Sans',Arial, 'Noto Sans', sans-serif;
    font-weight: 400;
        color: var(--color-gray-text);
        padding: 15px 0px;
}
.product-full-page .nav-tabs li a:after{
    display: inline-block;
    content: '';
    position: absolute;
    left:0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: transparent;
    transition: all 200ms linear;
}
.product-full-page .nav-tabs li a.active:after{
background: var(--color-red);
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{border:0;}
.product-full-page  .tab-content{
    padding: 80px 50px;
    border: 1px solid var(--color-stroke);
}

.product-full-page  .tab-content .module_title_row{    margin-bottom: 20px;}
.product-full-page  .tab-content  .module_title_row .module_title{
    font-size: 22px;
}
.product-full-page  .tab-content  .module_title_row a{font-weight: 500;}
.product-full-page  .tab-content  .module_title_row a i{}
.product-full-page .payment_info_wrapper{
    display: flex;
    flex-direction: column;
    gap:20px 0px;
}
.product-full-page .payment_info_wrapper .item{
border: 1px solid var(--color-stroke);
    padding: 30px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-full-page .payment_info_wrapper .item .title{
    font-size: 22px;
    font-family: 'Geologica', 'Manrope', 'Inter', 'Ubuntu', 'Open Sans', Arial, 'Noto Sans', sans-serif;
    font-weight: 400;
    display: flex;
    gap: 0px 15px;
    align-items: center;
    margin-bottom: 15px;
}

.product_variants{
    display: flex;
    flex-direction: column;
    gap:20px 0;
}
.product_variants .product_variant{
        display: flex;
    align-items: center;
    background: var(--color-light-gray);
    justify-content: space-between;
    padding: 30px;
}
.product_variants .product_variant .product_name{
    font-family: 'Geologica', 'Manrope', 'Inter', 'Ubuntu', 'Open Sans', Arial, 'Noto Sans', sans-serif;
    font-size: 22px;
    color:var(--color-black);
    font-weight: 400;
}
.product_variants .product_variant .product_btn{
}
.product_variants .product_variant .product_btn .btn{
    height: 52px;
    line-height: 1em;
}
/*slider-company*/
.show-mobile{display: none;}
.p-relative {
    position: relative;
}
.slider-company__box {}

.index .logo .logo_img {
    width: 45px;
}

a.service-one{
	position:relative;
	color:#fff;
	font-size:22px;
	border-right:1px solid #F5F5F5;
	display:flex;
	padding:30px;
	height: 538px;
    flex-direction: column;
	z-index:2;
    justify-content: space-between;
	overflow:hidden;
}
a.service-one:after{
	position:absolute;
	width:100%;
	height:100%;
	background:#00000033;
	left:0;
	height:0;
	content:'';	
}
a.service-one:before{
	position:absolute;
	width:100%;
	height:100%;
	background:#1F3B7A4D;
	left:0;
	top:0;
	content:'';	
}
a.service-one:hover{
	color:#fff;
}
.service-one .title{
	min-height:52px;
	transition: 0.5s all;
	position:relative;
	z-index:3;
}
.service-one:hover .title{
	transform: translateY(-42px);	
}
.big-images{
	opacity:0;
	display:none;
}
.services-slider-container{
	margin-top:50px;
	position: relative;
}
.services-slider-left,.services-slider-right{
	position:absolute;
	top:50%;
	margin-top:-31px;
	z-index:1000;
}
.services-slider-left{
	left:-31px;
}
.services-slider-right{
	right:-31px;
}
.promo_products{
	position:relative;
}
.promo_block .promo_products .product{
	height:calc(100vh - 95px);
}
.promo_products-slider-left,.promo_products-slider-right{
	position:absolute;
	top:50%;
	margin-top:-31px;	
	z-index:1000;
}
.promo_products-slider-left{
	left:-31px;
}
.promo_products-slider-right{
	right:-31px;
}
.services-slider .number-one{
	z-index:3;
	position:relative;
}
.services-slider .slick-track{
	position:static;
}
.services-slider .full-text{
	opacity:0;
	height:0px;
	overflow:hidden;
	transition: all 0.5s;
	position:absolute;
	bottom: -10px;
	color:#fff;
    left: 30px;
	font-size:16px;
	display: flex;
    gap:10px;
	align-items: center;
    font-size: 16px;
	z-index:3;
}
.services-slider .service-one:hover .full-text{
	opacity:1;
	height:auto;
	bottom:20px;
}
.services-slider .full-img{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity: 0;
    transform: scale(1.025);
    transition: all .85s cubic-bezier(.23,1,.32,1);
    transition-property: opacity, transform;
	object-fit:cover;
}
.services-slider .slick-slide:hover .full-img{
	opacity: 1;
	transform: scale(1)
}

.slider-company__image {height: 33.54167vw; }
.slider-company__title {max-width: 35.06944vw; }
.slider-company__title:last-child {margin-bottom: 0; }
.slider-company__text {max-width: 33.33333vw; }


@media screen and (min-width: 1024px) {
      .slider-company__text .page-text {font-size: 1.38889vw;line-height: 2.22222vw; } 
  }
.slider-company__text p:not(:last-child) {margin-bottom: 1.80556vw; }

@media screen and (min-width: 768px) {
  .slider-company {margin: -6.94444vw 0;padding: 6.94444vw 0;overflow: hidden; }

    .slider-company .swiper {height: 34.16667vw; overflow: visible;margin-left: -40.27778vw; }
    .slider-company .swiper-slide {-webkit-transition: opacity .2s ease-out;-o-transition: opacity .2s ease-out;transition: opacity .2s ease-out; }
    .slider-company .swiper-slide > div {margin-left: 40.27778vw; }
    .slider-company .swiper-slide:not(.swiper-slide-active) {opacity: 0; }
    .slider-company__image img {
      -webkit-clip-path: polygon(0% 93.3%, 100% 93.3%, 100% 100%, 0% 100%);
      clip-path: polygon(0% 93.3%, 100% 93.3%, 100% 100%, 0% 100%);
      -webkit-transition: -webkit-clip-path 1s ease-in-out;
      transition: -webkit-clip-path 1s ease-in-out;
      -o-transition: clip-path 1s ease-in-out;
      transition: clip-path 1s ease-in-out;
      transition: clip-path 1s ease-in-out, -webkit-clip-path 1s ease-in-out; 
  }
    .slider-company__image:not(:first-child) {margin-top: -33.54167vw; }
    .slider-company__image:not(:last-child) {margin-bottom: 1.89vw; }
    .slider-company__image.active img {-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); } 
}
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .slider-company .slider-company .swiper {margin-left: -49.47917vw; }
    .slider-company .slider-company .swiper-slide > div {margin-left: 49.47917vw; } 
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .slider-company .swiper {height: 48.69792vw; }
  .slider-company__text p:not(:last-child) {margin-bottom: 3.125vw; }
  .slider-company__image img {-webkit-clip-path: polygon(0% 92.8%, 100% 92.8%, 100% 100%, 0% 100%);clip-path: polygon(0% 92.8%, 100% 92.8%, 100% 100%, 0% 100%); }
  .slider-company__image:not(:first-child) {margin-top: -46.35417vw; }
  .slider-company__image:not(:last-child) {margin-bottom: 2.86458vw; } 
  .slider-company__image.active img {-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); } 
}

@media screen and (max-width: 1023px) {
  .slider-company__box {padding-left: 0; }
  .slider-company__image {margin-right: -4.6875vw;height: 46.35417vw; }
  .slider-company__title, .slider-company__text {max-width: 33.85417vw; } 
}

@media screen and (max-width: 767px) {
  .slider-company .swiper {margin: 0 -8.125vw; }
  .slider-company .swiper-wrapper {display: block;}
  .slider-company .swiper-slide {padding: 0 8.125vw; }
  .slider-company .swiper-slide:not(:last-child) {margin-bottom: 14.375vw;}
  .slider-company__aside {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    white-space: normal;
    position: static;
    height: auto;
    width: auto;
    margin-bottom: 6.25vw; 
}
  .slider-company__image {height: 58.75vw; margin-right: 0;}
  .slider-company__title, .slider-company__text {max-width: 100%; }
  .slider-company__text p:not(:last-child) {margin-bottom: 6.875vw; } 
}
/*contact-page*/
.contact-page h1, .inner  h1, .inner.h1 {font-size: 64px;}


.slick-gallery .get_photo{
    position: relative;
    cursor: pointer;
}
.slick-gallery .get_photo:after{
display: inline-block;
content: '';
position: absolute;
width: 100%;
height: 100%;
top:0;
top:0;
opacity: 0;
visibility: hidden;
transition: all 200ms linear;
background: rgba(31,59,122,.5);
}
.slick-gallery .get_photo:hover:after{
opacity: 1;
visibility: visible;

}
#politic{
	position:fixed;
	width:100%;
	bottom:10px;
	left:0;
	z-index:999999;
}
#politic .politic-block{
	background:#fff;
	padding:20px 20px 10px 20px;
	border:1px solid #333333;
}