:root {
    --color-dark: #23292E;
    --color-black: #333333;
    /*--color-accent: #23292E;*/
    --color-accent: #3e82b9;
    --color-accent-hover: #2a6ea4;
    --color-white: #ffffff;
    --color-gray: #bababa;
    --color-red: #CE221E;
    --color-body: #ffffff;
    --color-light: #f7faff;
    --color-link: #33689e;
    --color-link-hover: #2088bc;
    --color-stroke: #dddddd;
    --color-whatsapp: #3ae35b;
    --color-vk: #0077ff;
    --color-telegram: #2BA2DE;
    --color-vk: #0077ff;
    --color-instagram: #C13584;
    --color-brown: #c7b69d;
}
* { outline: none;}
*,
*::before,
*::after {
box-sizing: border-box;
}
.clr,.clear{clear:both; }
.clr.module{margin-bottom: 30px;}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    margin: 0;
    font-family: 'Montserrat', 'Inter', 'Ubuntu', 'Open Sans', 'Arial', 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    color: var(--color-white);
    text-align: left;
    background: var(--color-dark);
    /*background: var(--color-white);*/
    overflow-x: hidden;
}
body.nav-open{overflow: hidden;}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {margin-top: 0;margin-bottom: 8px;}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,ul ul,ol ul,ul ol {margin-bottom: 0;}
dt {font-weight: 700;}
dd {margin-bottom: .5rem; margin-left: 0;}
blockquote {margin: 0 0 1rem;}
b,strong {font-weight: 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: none;}
a:hover {color: var(--color-link-hover);text-decoration: none;}
a:not([href]):not([class]) {
color: inherit;
text-decoration: none;
}
a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
    max-width: 100%;
}
svg {
overflow: hidden;
vertical-align: middle;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
}
button {
border-radius: 0;
}
button:focus {
outline: 0;
    box-shadow: none;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button{outline:0;}
button,
select {
text-transform: none;
}
[role="button"] {
cursor: pointer;
}
select {
word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
box-sizing: border-box;
padding: 0;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: 15px;
font-weight: 600;
line-height: 1.3;
}
h1, .h1 {font-size: 32px;}
h2, .h2 {font-size: 30px;}
h3, .h3 {font-size: 28px;}
h4, .h4 {font-size: 26px;}
h5, .h5 {font-size: 24px;}
h6, .h6 {font-size: 22px;}
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mb-0{margin-bottom: 0px !important;}
.mb-10{margin-bottom: 10px !important;}
.mb-15{margin-bottom: 15px !important;}
.mb-20{margin-bottom: 20px !important;}
.mb-30{margin-bottom: 30px !important;}
.mb-40{margin-bottom: 40px !important ;}
.mb-50{margin-bottom: 50px !important;}
.mb-60{margin-bottom: 60px !important;}
.mb-80{margin-bottom: 80px !important;}
.mt-0{margin-top: 0px !important;}
.mt-10{margin-top: 10px !important;}
.mt-15{margin-top: 15px !important;}
.mt-20{margin-top: 20px !important;}
.mt-30{margin-top: 30px !important;}
.gap0-30{gap:0px 30px;}
.gap0-15{gap:0px 15px;}
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: 1660px;
}
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 768px) {
.col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
.table {
width: 100%;
margin-bottom: 1rem;
color: #212529;
}
.table th,
.table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
padding: 0.3rem;
}
.table-bordered {
border: 1px solid var(--color-light-blue);
}
.table-bordered th,
.table-bordered td {
border:1px solid var(--color-light-blue);
}
.table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: var(--color-light-blue);
}
.table-hover tbody tr:hover {
color: #212529;
background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
border-color: #7abaff;
}
.table-hover .table-primary:hover {
background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
background-color: #9fcdff;
}
.form-control {
    display: block;
    width: 100%;
    height: 60px;
    padding: 15px 15px;
    font-weight: 300;
    line-height: 1.5;
    color: var(--color-black);
    background-color: var(--color-white);
    border: 1px solid var(--color-gray);
    border-radius: 6px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
label .form-control{margin-top: 5px;}
@media (prefers-reduced-motion: reduce) {
.form-control {
transition: none;
}
}
.form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.form-control:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #495057;
}
.form-control:focus {
border-color: var(--color-link);
    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;}
.form-group.padding0 {padding:0;}
.form-group {margin-bottom: 1rem; position: relative;}
.modal form .btn{
    height: 62px;
    width: 100%;
    border-radius: 6px;
}
.form-group label{margin: 0;}
.form-group label>*{}
.form-group input::-webkit-input-placeholder {color: color:var(--color-black);}
.form-group input:-moz-placeholder {color: color:var(--color-black);}
.form-group input::-moz-placeholder { color: color:var(--color-black);}
.form-group input:-ms-input-placeholder {color: color:var(--color-black);}
.form-group input::-ms-input-placeholder {color: color:var(--color-black);}
.form-group input::placeholder {color: color:var(--color-black);}
.btn {
display: inline-block;
    text-decoration: none;
    font-weight: 500;
    color: var(--color-black);
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0px 15px;
    line-height: 56px;
    border-radius: 12px;
    transition: all 200ms linear;
}
.btn-xs{
        padding: 0px 10px;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
}
.btn-lg{
    line-height: 60px;
    padding: 0px 30px;
}
@media (prefers-reduced-motion: reduce) {
.btn {
transition: none;
}
}
.btn:hover {
color: #212529;
text-decoration: none;
}
.btn:focus, .btn.focus {
outline: 0;
box-shadow: 0 0 0 0;
}
.btn.disabled, .btn:disabled {
opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none;
}
.btn-primary {
    color: var(--color-white);
    background-color: var(--color-accent);
}
.btn-primary:hover {
    color: var(--color-white);
    background-color: var(--color-accent-hover);
}
.btn-primary:focus, .btn-primary.focus {
color: var(--color-white);
box-shadow: 0 0 0 ;
}
.btn-default {
    color: var(--color-white);
    background-color: var(--color-dark);
}
.btn-default:hover {
    color: var(--color-white);
    background-color: var(--color-accent-hover);
}

.btn-default:focus, .btn-default.focus {
color: var(--color-white);
background-color: #272727;
}
.btn-info{
color: var(--color-dark);
    text-decoration: none;
    background: transparent;
    border: 1px solid var(--color-dark);
}
.btn-info.white{
color: var(--color-white);
    background: transparent;
    border-color: var(--color-white);
}
.btn-info.white:hover{
        background: transparent;
    color: var(--color-accent-hover);
    border-color: var(--color-accent-hover);
}
.btn-info.white.fill:hover{
    background: var(--color-white);
    color:var(--color-black);
    border-color: var(--color-white);
}
.btn-info:hover{
    background: var(--color-dark);
    color: var(--color-white);
    border-color: transparent;
}
.btn-primary.disabled, .btn-primary:disabled {
color: #fff;
background-color: #666;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
/*box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);*/
}
.btn-lg{
height: 62px;
line-height: 62px;
font-size: 20px;
}
.btn-sm, .btn-group-sm > .btn {
padding: 5px 15px;
font-size: 0.875rem;
line-height: 1.5;
}
.fade {
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
.fade {
transition: none;
}
}
.fade:not(.show) {
opacity: 0;
}
.collapse:not(.show) {
display: none;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.collapsing {
transition: none;
}
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
}
nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-link {
display: block;
padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
text-decoration: none;
}
.nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default;
}
.nav-tabs {
border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
margin-bottom: -1px;
}
.nav-tabs .nav-link {
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
}
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.nav-pills .nav-link {
border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #007bff;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
}
.tab-content > .tab-pane {
display: none;
opacity: 0;
visibility: hidden;
height: 0;
}
.tab-content > .active {
display: block;
height: auto;
opacity: 1;
visibility: visible;
}
.navbar {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
}
.navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
text-decoration: none;
}
.navbar-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
.navbar-nav .dropdown-menu {
position: static;
float: none;
}
.navbar-text {
display: inline-block;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-align: center;
align-items: center;
}
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
text-decoration: none;
}
.breadcrumb {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0.75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #e9ecef;
border-radius: 0.25rem;
}
.breadcrumb-item {
display: -ms-flexbox;
display: flex;
}
.breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
display: inline-block;
padding-right: 0.5rem;
color: #6c757d;
content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: none;
}
.breadcrumb-item.active {
color: #6c757d;
}
.pagination {
display: -ms-flexbox;
display: flex;
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;
}
.post-nav{margin-top: 60px;}
.page-link:hover {
z-index: 2;
    text-decoration: none;
    background: var(--color-light);
}
.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-small {padding: 5px;}
.alert {
    position: relative;
    padding: 15px 30px;
    margin-bottom: 1rem;
    display: inline-block;
    border: 0px solid transparent;
    border-radius: 0.25rem;
}
.alert-link {
font-weight: 700;
}
.alert-dismissible {
padding-right: 4rem;
}
.alert-dismissible .close {
position: absolute;
top: 0;
right: 0;
padding: 0.75rem 1.25rem;
color: inherit;
}
.alert-primary {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff;
}
.alert-primary .alert-link {
}
.alert-success {
background-color: #b5decb;
    border-color: #b5decb;
}
.alert-info {
background-color: #d1ecf1;
border-color: #bee5eb;
}
.alert-info .alert-link {
}
.alert-warning {
background-color: #fff3cd;
border-color: #ffeeba;
}
.alert-danger {
background-color: #f8d7da;
border-color: #f5c6cb;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}
.modal-open {
overflow: hidden;
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;
}
.modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none;
}
.modal.fade .modal-dialog {
transition: -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
-webkit-transform: translate(0, -50px);
transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
transition: none;
}
}
.modal.show .modal-dialog {
-webkit-transform: none;
transform: none;
}
.modal.modal-static .modal-dialog {
-webkit-transform: scale(1.02);
transform: scale(1.02);
}
.modal-dialog-scrollable {
display: -ms-flexbox;
display: flex;
max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 1rem);
overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
-ms-flex-negative: 0;
flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
overflow-y: auto;
}
.modal-dialog-centered {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
display: block;
height: calc(100vh - 1rem);
height: -webkit-min-content;
height: -moz-min-content;
height: min-content;
content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
content: none;
}
.modal-content {
position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, 0.2);
    outline: 0;
    border-radius: 12px;
}
.modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.show {
opacity: 0.5;
}
.modal-header {
display: block;
    text-align: right;
    padding: 40px 40px 0;
    border-bottom: 0px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    color: var(--color-accent2);
    font-size: 20px;
    transition: all 200ms linear;
}

.modal-header .close:hover {
color:var(--color-gray);
}
.modal-title {
margin-bottom: 0;
line-height: 1.5;
}
.modal-body {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 45px;
color: var(--color-black);
}
.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;}
.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;
}
.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-play:before {content: "\e93f";}
.icon-odnoklassniki:before {content: "\e93d";}
.icon-check-square-o:before {content: "\e93a";}
.icon-caret-right:before {content: "\e934";}
.icon-caret-left:before {content: "\e935";}
.icon-caret-up:before {content: "\e936";}
.icon-caret-down:before {content: "\e937";}
.icon-calculator:before {content: "\e92f";}
.icon-phone1:before {content: "\e924";}
.icon-vk:before {content: "\e919";}
.icon-camera:before {content: "\e93e";}
.icon-star:before {content: "\e93c";}
.icon-check-circle:before {content: "\e939";}
.icon-zoom_out_map:before {content: "\e927";}
.icon-phone:before {content: "\e923";}
.icon-bell:before {content: "\e920";}
.icon-sort:before {content: "\e903";}
.icon-trash-2:before {content: "\e904";}
.icon-log-out:before {content: "\e91d";}
.icon-log-in:before {content: "\e91e";}
.icon-search:before {content: "\e905";}
.icon-user:before {content: "\e906";}
.icon-cart:before {content: "\e907";}
.icon-arrow-up:before {content: "\e908";}
.icon-arrow-right:before {content: "\e909";}
.icon-arrow-left:before {content: "\e90a";}
.icon-arrow-down:before {content: "\e90b";}
.icon-chevron-right:before {content: "\e90c";}
.icon-chevrons-up:before {content: "\e90d";}
.icon-chevrons-right:before {content: "\e90e";}
.icon-chevrons-left:before {content: "\e90f";}
.icon-chevrons-down:before {content: "\e910";}
.icon-chevron-right1:before {content: "\e911";}
.icon-chevron-left:before {content: "\e912";}
.icon-chevron-down:before {content: "\e913";}
.icon-chevron-up:before {content: "\e914";}
.icon-minus:before {content: "\e915";}
.icon-plus:before {content: "\e916";}
.icon-eye:before {content: "\e918";}
.icon-file-pdf:before {content: "\e931";}
.icon-file-excel:before {content: "\e92b";}
.icon-file:before {content: "\e92b";}
.icon-file-format:before {content: "\e92b";}
.icon-xlc:before {content: "\e92b";}
.icon-file-word:before {content: "\e92c";}
.icon-file1:before {content: "\e92c";}
.icon-file-format1:before {content: "\e92c";}
.icon-word:before {content: "\e92c";}
.icon-docx:before {content: "\e92c";}
.icon-image:before {content: "\e928";}
.icon-instagram:before {content: "\e925";}
.icon-file-pdf1:before {content: "\e932";}
.icon-file-pdf2:before {content: "\e933";}
.icon-file-xls:before {content: "\e92d";}
.icon-file-xls1:before {content: "\e92e";}
.icon-calendar:before {content: "\e921";}
.icon-calculator1:before {content: "\e930";}
.icon-star-full:before {content: "\e93b";}
.icon-checkmark:before {content: "\e938";}
.icon-envelope:before {content: "\e92a";}
.icon-location:before {content: "\e929";}
.icon-heart-outlined:before {content: "\e900";}
.icon-close:before {content: "\e901";}
.icon-info:before {content: "\e902";}
.icon-youtube:before {content: "\e926";}
.icon-viber:before {content: "\e922"; color: #665cac;}
.icon-yandex:before {content: "\e91f";color: #f00;}
.icon-gmail:before {content: "\e917";color: #d14836;}
.icon-whatsapp:before {content: "\e91a";}
.icon-twitter:before {content: "\e91b";color: #1da1f2;}
.icon-telegram:before {content: "\e91c";}
.icon-telegram.color{color:var(--color-telegram);}
.max img{height: 20px;}
.module{
    /*margin-bottom: 60px;*/
    padding-top: 60px;
    padding-bottom: 60px;
}
.flex_content .module{padding-bottom: 15px; padding-top: 15px;}
body.customize-support{padding-top: 32px;}
.telegram.color{color:var(--color-telegram);}
.telegram.color:hover{color:var(--color-telegram);}
.icon-vk.color{color:var(--color-vk);}
.icon-whatsapp.color{color:var(--color-whatsapp);}
.checked_wrapper{
    display: flex;
    gap: 5px 15px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.checkLabel{
    cursor: pointer;
    display: flex;
    position: relative;
    transition: color 0.3s ease-out;
    vertical-align: top;
    align-items: center;
    /*flex-wrap: wrap;*/
    /*white-space: nowrap;*/
    font-size: 14px;
    line-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
}
.checkLabel .label_text{
    font-size: 90%;
    line-height: 1.2em;
}
.checkInput input{
        opacity: 0;
    position: absolute;
    z-index: -1;
}
.checkInput {
    cursor: pointer;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    position: relative;
    vertical-align: middle;
}
.checkLabel .element{
background: var(--color-white);
    border: 1px solid var(--color-stroke);
    border-radius: 4px;
    display: block;
    width: 30px;
    height: 30px;
    transition: all 0.2s ease-out;
    position: relative;
}
.checkLabel input[type="radio"]+.element{border-radius: 50%;}
.checkLabel input+.element .i-check {
    color: #fff;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.1s ease-out;
    visibility: hidden;
    width: 10px;
    height: 10px;
}

.checkLabel input:checked+.element .i-check {
    opacity: 1;
    visibility: visible;
    fill: #333;
}

.checkLabel input:checked+.element {
border-color: #ccc;
    background: #fff;
}

.checkLabel a{color:var(--color-black); text-decoration: underline;}
/*.white_block .checkLabel a{color:var(--color-black)}*/
.checkLabel a:hover{text-decoration: none;}

.swiper-preload {
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms linear;
}
.swiper-preload.swiper-initialized {
    opacity: 1;
    visibility: visible;
}

/*.nav-modal-wrap {*/
.side-nav-overlay {
    background: rgba(0, 0, 0, .8);
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    transform: translate(210%, 0);
    width: 100%;
    cursor: pointer;
}

.nav-modal-wrap .phone_link{
    color:var(--color-black);
}
.nav-modal-wrap .phone_link:hover{color:var(--color-accent)}
.nav-modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-150%, 0);
    padding: 60px 30px;
    z-index: 10;
    width: 25%;
    height: 100%;
    background-color: #fff;
    visibility: visible;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: all .6s cubic-bezier(.645,.045,.355,1);
    transition: all .6s cubic-bezier(.645,.045,.355,1);
}
.customize-support .nav-modal-wrap{padding-top: 90px;}
.nav-modal-wrap-inner{
display: flex;
    flex-direction: column;
    height: 100%;
    gap: 30px 0;
    align-items: flex-start;
    position: relative;
}
.nav-modal-wrap .close-btn-side{
    background: transparent;
    border: 0;
    position: absolute;
    right: 0px;
    top: -40px;
    font-size: 26px;
    z-index: 2;
    color: var(--color-gray);
}
.nav-modal-wrap ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 15px 0px;
}
.nav-modal-wrap ul.sub-menu{padding-left: 20px; gap: 5px 0px; padding-top}
.nav-modal-wrap ul li{}
.nav-modal-wrap .mobile_menu>li>a{
color: var(--color-black);
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0px 15px;
}
.nav-modal-wrap .mobile_menu>li:hover>a{color:var(--color-accent)}
.nav-modal-wrap .mobile_menu .sub-menu .sub-menu-link{color: var(--color-black);}
.nav-modal-wrap .mobile_menu .sub-menu .current .sub-menu-link,
.nav-modal-wrap .mobile_menu .sub-menu .sub-menu-link:hover{color:var(--color-accent)}

.nav-modal-wrap ul li a .num{
    color:var(--color-gray);
}
.nav-modal-wrap .mobile_menu_container{
    display: flex;
    flex-direction: column;
    gap:30px 0px;
}
/*breadcrumbs */
.kama_breadcrumbs{
    /*display: table; margin: 0px auto;*/
}
.breadcrumbs {}
.breadcrumbs a {color:var(--color-white);}
.white_block .breadcrumbs a{color:var(--color-black)}
.breadcrumbs a:hover{color:var(--color-link-hover);}
.breadcrumbs .kb_title{opacity: .5}
.breadcrumbs .kb_sep{
        color: #ddd;
    font-size: 11px;
    padding: 0px 10px;
}
.fint{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.25em;
}
.form-group .title{
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
.modal .close {
position: absolute;
    right: 30px;
    top: 30px;
    border: 0;
    background: transparent;
    font-size: 26px;
    color: var(--color-black);
    opacity: .5;
    transition: all 200ms linear;
}


@keyframes minifly{
    0%,100%{
      /*  -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        transform:rotate(0deg);*/
        transform: translate(0px,-4px);
    }
    30%{
       /* -moz-transform:rotate(8deg);
        -o-transform:rotate(8deg);
        -ms-transform:rotate(8deg);
        transform:rotate(8deg);*/
        transform: translate(0px,-5px);
    }
    70%{
        /*-moz-transform:rotate(-8deg);
        -o-transform:rotate(-8deg);
        -ms-transform:rotate(-8deg);
        transform:rotate(-8deg);  */  
        transform: translate(0,0px);
    }
}

.btn-fint:hover svg{
    animation: minifly .5s ease;
}
.swiper-pagination-light.fly{
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    z-index: 2;
    text-align: center;
}
.swiper-pagination-bullet {
    position: relative;
    opacity: 1;
    width: 20px;
    height: 20px;
    border: 0.0625rem solid transparent;
    background-color: transparent;
    transition: .2s;
}
.swiper-pagination-light.fly .swiper-pagination-bullet-active, .swiper-pagination-light.fly .swiper-pagination-bullet-active:hover {
    border-color: var(--color-white);
}
.swiper-pagination-light .swiper-pagination-bullet-active, .swiper-pagination-light .swiper-pagination-bullet-active:hover {
    border-color: var(--color-dark);
}

.swiper-pagination-light.fly .swiper-pagination-bullet-active, .swiper-pagination-light.fly .swiper-pagination-bullet-active:hover {
    border-color:var(--color-white);
}

.swiper-pagination-light.white .swiper-pagination-bullet-active {
    border-color: var(--color-white);
}


.swiper-pagination-light.fly .swiper-pagination-bullet-active::before, .swiper-pagination-light.fly .swiper-pagination-bullet-active:hover::before {
background-color: var(--color-white);
}
.swiper-pagination-bullet-active::before, .swiper-pagination-bullet-active:hover::before {}
.swiper-pagination-bullet::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    background-color: var(--color-dark);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: .2s;
    content: "";
}
.swiper-pagination-light.fly .swiper-pagination-bullet::before{background: var(--color-white);}

.swiper-pagination-light.white .swiper-pagination-bullet::before{background: var(--color-white);}
.swiper-pagination-light.fly .swiper-pagination-bullet-active::before{background: var(--color-white);}
.swiper-pagination-light.swiper-pagination-bullet-active::before{background: var(--color-accent);}

/*lwpcngNotice*/
.lwpcngNotice{font-family: inherit !important; font-weight: 100 !important;}
.lwpcngNoticeBox {
    max-width: 45% !important;
    font-size: 14px !important;
    font-family: inherit;
    line-height: 1.2em;
    align-items: center;
    gap: 0px 15px;
    border-radius: 24px !important;
    border: 0 !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1) !important;
    padding: 20px !important;
    font-family: inherit !important;
    font-weight: 300 !important;
}
.lwpcngNotice-light{}
.lwpcngNotice-light .lwpcngNotice_accept{
    background: var(--color-accent) !important;
    color: var(--color-white) !important;
    border: 0;
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    transition: all 200ms linear;
    margin: 0 !important;
    font-weight: 300;
}
.lwpcngNotice-light .lwpcngNotice_accept:hover{
    background: var(--color-accent-hover) !important;
}
.gallery_photos_module{margin-bottom: 30px;}
 
a.fancybox {
position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 14px;
}
.fancybox .hidden_info, .work_items .item .hidden_info{
display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: rgba(34, 39, 44, .8);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms linear;
    z-index: 9;
}
.fancybox .hidden_info .icon_svg{width: 40px; height: 40px;}
.fancybox .hidden_info span{
    border-radius: 8px;
    color: var(--color-white);
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    line-height: 1.2em;
    position: relative;
    border: 1px solid var(--color-white);
    font-weight: 600;
    padding: 10px 15px;
}
.fancybox .hidden_info img, .work_items .item .hidden_info img{height: 50px;}
.fancybox .hidden_info span.readmore{position: relative;}
.fancybox .hidden_info span.circle{
    display: inline-block;
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: -4px;
    z-index: 2;
    margin-right: -5px;
    right: -3px;
    background: var(--color-white);
    animation: pulse 2s infinite;
    color: var(--color-white);
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    line-height: 1.2em;
    font-weight: 500;
}
.fancybox .hidden_info span.circle:before{
display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid var(--color-white);
    left: -3px;
    position: absolute;
    top: -3px;
    border-radius: 50%;
}
a.fancybox div{
    position: relative;
    display: inline-block;
}
a.fancybox:hover .hidden_info, .work_items .item:hover .hidden_info{
opacity: 1;
visibility: visible;
}
/*module*/

.module_title{
    margin-bottom: 30px;
    text-align: center;
}
.module_title .subtitle{
    font-size: 18px;
    color:var(--color-gray);
}
.module_title .fint{
    margin-bottom: 0;
}

/*preloader main*/
.preloader {
    position: fixed;
    z-index: -1;
    background: var(--color-dark);
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: start;
    flex-direction: column;
    padding: 90px 0;
    align-items: center;
    transition: all 200ms linear;
    opacity: 0;
    visibility: hidden;
}
.preloader.active{visibility: visible; opacity:1; z-index:10; }
.preloader_logo  {
height: 300px;
text-align: center;
}

#animate_draw #text_3d{transform: translate(0px, 50px);}
#animate_draw #text_bottom{transform: translate(0px, 50px);}
#animate_draw #text_top{transform: translate(0px, 90px);}
#animate_draw #pencil{transform: translate(0px, -96px);}
.preloader_logo svg {
    height: 80%;
    visibility:hidden;
    /*opacity: 0;*/
}
.preloader_logo svg .g{
    transition: all 200ms linear;
}
.preloader_logo svg .g1{transform: translate(0px, -50px);}
.preloader_logo svg .g2{transform: translate(0px, -100px);}
.preloader_logo svg .g3{transform: translate(0px, -150px);}

/*header*/
.header .container{
    position: relative;
}
.header .container:after{
     display: inline-block;
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,.3);
    position: absolute;
    bottom: -30px;
    left: 0;
}
.is-sticky .header .container:after{
    opacity: 0;
}
#sticky-wrapper{margin-bottom: 30px;}
#sticky-wrapper{height: 104px !important}
.is-sticky #sticky-wrapper{height: 136px !important}
.header{
padding-top: 30px;
padding-bottom: 30px;

height: 104px !important;
transition: all 200ms linear;
}
.is-sticky .header{
    background: var(--color-dark);
}
.customize-support .is-sticky .header{
height: 136px !important;
    padding-top: 62px;
}
/*logo-box*/
.logo-box{
display: flex;
gap: 0px 10px;
align-items: center;
}
.logo-box .logo-image{}
.logo-box .logo-image img{height: 52px;}
.logo-box .logo-text{
    text-transform: uppercase;
    font-size: 10.3px;
    line-height: 1.35em;
    font-weight: 500;
    right: initial;
    letter-spacing: 0.3px;
    left: 214px;
    position: absolute;
    bottom: 7px;
}
a.logo-box .logo-text{color:var(--color-white)}
/*mobile_btn*/
.mobile_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0;
    cursor: pointer;
    padding: 0;
    gap: 10px 0;
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
}
.mobile_btn .hamb_wrapper {
display: flex;
    flex-direction: column;
    height: 10px;
    width: 32px;
    justify-content: space-between;
}
.mobile_btn .hamb_wrapper span {
    position: relative;
    width: 100%;
    display: block;
    height: 1px;
    transition: all 250ms linear;
    background: var(--color-white);
}
.mobile_btn:hover .hamb_wrapper span{
    background: var(--color-link);
}

/*main_menu*/
.col-menu{}
.col-menu .wrapper{
    display: flex;
    align-items: center;
    gap:0px 15px;
}
.main_menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
}
.main_menu>.menu-li>* {
    font-weight: 400;
    line-height: 36px;
    display: flex;
    align-items: center;
    gap: 0px 5px;
    padding: 0px 10px;
    text-decoration: none;
    color: var(--color-white);
}
.main_menu .sub-menu-link {
    color: var(--color-black);
    font-weight: 400;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-decoration: none;
    padding: 5px 0px;
        line-height: 1em;
}
.main_menu .sub-menu-link:hover, .main_menu>.menu-li:hover>*{color:var(--color-accent)}
.main_menu .sub-menu>* {
    line-height: 1em;
}
.main_menu>li>.sub-menu {
    background: var(--color-white);
    position: absolute;
    left: 0;
    transition: all .2s;
    padding: 30px 30px;
    /* min-width: 290px; */
    opacity: 0;
    border-radius: 10px;
    list-style-type: none;
    margin: 5px 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px 0;
    visibility: hidden;
    z-index: 9;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 15%);
}
.main_menu .menu-li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
.mobile_phone {
display: none;
    font-size: 22px;
    color: var(--color-white);
}
.header .col-btn .wrapper{
    display: flex;
    gap:0px 10px;
    align-items: center;
}
.header .col-btn{}
.phone_link {color:var(--color-white); font-size: 18px; font-weight: 600;}


/*welcome*/
.welcome{
    position: relative;
    overflow: hidden;
    padding: 30px 0px 60px;
}

.welcome .parallax-bg{
    background-image: url(../images/pattern1a.webp);
    background-size: cover;
  background-repeat: no-repeat;
      background-position: 0% 50%;

    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .12;
    width: 100%;
    height: 100%;
}

.welcome .bg1{
    /*position: fixed;*/
}
/*.welcome .parallax-bg{*/
/*.welcome .bg1{
    display: inline-block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 90px;
    background: url(../images/pattern1a.webp);
    z-index: -1;
    opacity: .1;
}*/
.welcome .parallax{
/*    position: fixed;
    top:0;
    left: 0;height: 400px;*/

}
.welcome .col-left{}
.welcome .col-left .video_teaser{
height: 660px;
border-radius: 60px;
overflow: hidden;
}
.welcome .col-left .video_teaser video{
width: 100%;
height: 100%;
object-fit: cover;
}
.welcome-slider{
    overflow: hidden;
}
.welcome .col-right{
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
}
.welcome .col-right .inner{
    position: relative;
}
.welcome .col-right .welcome-slider{
    border-radius: 30px;
    overflow: hidden;
}
.welcome .col-right .welcome-slider img{width: 100%; height: 100%; object-fit: cover;}
.welcome .col-center{
    padding: 0px 45px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 60px 0px;
}
.welcome .main_title{
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}
.welcome .col-center .main_title .fint{
    font-size: 60px;
    font-weight: 800;
    line-height: 1em;
    margin-bottom: 0;
}
.welcome .col-center .main_title .fint span{
    display: block;
}
.welcome .main_title .subtitle{
    font-size: 26px;
    font-weight: 500;
}
.welcome .col-center .text_wrapper{}
.welcome .col-center .text_wrapper .fint{
    font-size: 26px;
}
.welcome .col-center .text_wrapper .subtitle{
        color: var(--color-gray);
}
.welcome .col-center .text_wrapper .text{}
.welcome .col-center .text_wrapper .text>*:last-child{margin-bottom: 0;}
.welcome  .lego_wrapper{
    display: flex;
    width: 175px;
    height: 175px;
    align-items: center;
    justify-content: center;
    background: var(--color-white);
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    top: -60px;
    left: -60px;
    overflow: hidden;
    padding: 30px;
    opacity: 0;
    transition: all 200ms linear;
}
.welcome  .lego_wrapper svg{
    width: 100%;
    height: 100%;
}
.welcome  .lego_wrapper g{transition: all 200ms linear;}
.welcome  .lego_wrapper .g1{transform: translate(0px, -82px);}
.welcome  .lego_wrapper .g2{transform: translate(0px, -72px);}
.welcome  .lego_wrapper .g3{transform: translate(0px, -62px);}

 

/*process */
.process{position: relative;}
/*.process:after{*/
    .process .parallax-bg{
position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/pattern2.webp);
    background-position: 50% 100%;
    z-index: -1;
    opacity: .05;
}
.process .items{
gap: 30px 0px;
}
.process .items .item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap:0px 0;
}
.process .items .item .item_text>*:last-child{margin-bottom: 0;}
.process .items .item .item_title{
    font-weight: 600;
        font-size: 18px;
}
.process .items .item img{height: 50px; width: 50px;    margin-bottom: 15px;}

.about-gallery-swiper{overflow: hidden;}
 
.about-gallery-swiper .swiper-grid{
    display: grid;
    gap: 15px;
    grid-template-rows:270px 270px;
    grid-template-columns: 1fr 25% 25%;
    height: 556px;
    justify-content: center;
}
.about-gallery-swiper .swiper-grid .item{}
.about-gallery-swiper .swiper-grid .item1{grid-area: 1 / 1 / 3 / 2;}
.about-gallery-swiper .swiper-grid .item2{grid-area: 1/2/2/3;}
.about-gallery-swiper .swiper-grid .item3{grid-area: 2/2/3/3;}
.about-gallery-swiper .swiper-grid .item4{grid-area: 1 / 3 / 3 / 4;}

.about-gallery-swiper .full1 .swiper-grid .item1 {grid-area: 1 / 1 / 3 / 4;}
.about-gallery-swiper .full2 .swiper-grid .item2 {grid-area: 1 / 2 / 3 / 4;}
.about-gallery-swiper .full3 .swiper-grid .item1 {grid-area: 1 / 1 / 3 / 3;}
.about-gallery-swiper .full3 .swiper-grid .item2 {grid-area: 1 / 3 / 2 / 4;}
.about-gallery-swiper .full3 .swiper-grid .item3 {grid-area: 2 / 3 / 3 / 4;}

.about-gallery-swiper .swiper-grid a>img{height: 100%; object-fit: cover; width: 100%;}

.about-gallery-swiper a.fancybox{height: 100%; width: 100%;}
.about-gallery-swiper .swiper-pagination-light, .portfolio  .swiper-pagination-light{text-align: center; margin-top: 15px;}
/*advantages*/
.advantages{position: relative;}
.advantages .module_title{text-align: left;}
.advantages .parallax-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: repeat;
    background-image: url(../images/pattern-from-guidebook.png);
    background-position: 50% 100%;
    z-index: -1;
    opacity: .15;
}
.advantages .advantages_items{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    margin-left: -15px;
    margin-right: -15px;
}
.advantages .advantages_items .item_wrapper{
    flex:0 0 50%; 
    max-width:50%;
    padding-left: 15px; 
    padding-right: 15px; 
}
.advantages .advantages_items .item_wrapper5{

}
.advantages .item {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}
.advantages .item .item_num{
    font-size: 30px;
    font-weight: 300;
    color: var(--color-gray);
}
.advantages .item .item_title{
    font-weight: 600;
    font-size: 18px;
}
.advantages .item .item_text{}
.advantages  .video_teaser {
height: 750px;
    max-height: 70vh;
    border-radius: 60px;
    overflow: hidden;
    width: 420px;
}
.advantages .video_teaser video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
 
.advantages .col-right{
    padding-left: 60px;
}
.advantages .swiper-pagination-light.fly{
    position: inherit;
    margin-top: 15px;
}
svg#print{height: 90px;}

.white_block{
    background: var(--color-white);
    color: var(--color-black);
    padding-top: 60px;
    padding-bottom: 60px;
}
.index .video_teaser_full_container{
    width: 100%;
    position: relative;
    height: 80vh;
}
.index .video_teaser_full_container  .bg-video {
    z-index: 1;
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
     bottom: 0; 
}
.index .video_teaser_full_container  .bg-video_visible {display: block; border-radius: 36px;}
.index .video_teaser_full_container  .bg-video__media {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    /*    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 30px;*/
}
/*tab_type_fence*/
.tab_type_fence .thumbSliderSecondary, .tab_type_fence .thumbSliderMain  {overflow: hidden;}

/**/
.design_solution .table-responsive{max-height: 600px;}
.tab_type_fence .thumbSliderSecondary, .design_solution .thumbSlideDesignSolution{
    display: table;
    margin: 0px auto 30px;
}
.tab_type_fence .thumbSliderSecondary .swiper-slide, .thumbSlideDesignSolution .swiper-slide{
    width: auto !important;
}
.thumbSliderSecondaryWrapper .arrow{display: none;}
.tab_type_fence .thumbSliderMain{}
.tab_type_fence .thumbSliderSecondary .swiper-slide-thumb-active button, .tab_type_fence .thumbSliderSecondary .swiper-slide-active button,
.thumbSlideDesignSolution .swiper-slide-active button{
border-color: var(--color-dark);
background: var(--color-dark);
    color: var(--color-white);
}
.tab_type_fence .thumbSliderSecondary button, .thumbSlideDesignSolution button{
    color: var(--color-black);
    line-height: 48px;
    padding: 0px 15px;
    border: 1px solid var(--color-black);
    transition: all 200ms linear;
    background: transparent;
    border-radius: 16px;
    font-size: 20px;
    font-weight: 500;
}

.tab_type_fence .thumbSliderMain  .item-row{
    display: flex;
    align-items: center;
    margin-right: -15px;
    margin-left: -15px;
}
.tab_type_fence .thumbSliderMain  .item-row{}
.tab_type_fence .thumbSliderMain .item-row .image_components_fence{}
.tab_type_fence .thumbSliderMain .item-row .image_components_fence .caption{
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}
.tab_type_fence .thumbSliderMain .item-row .components_items{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    grid-template-rows: 165px;
    grid-auto-rows: 165px;
    height: 510px;
    overflow-y: auto;
}
.tab_type_fence .thumbSliderMain .item-row .components_items>*{
    background: #2F323C;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tab_type_fence .thumbSliderMain .item-row .components_items img{width: 100%; height: 100%; object-fit: cover;}
.tab_type_fence .thumbSliderMain .item-row .components_items a:hover img{opacity: .8}
.tab_type_fence .thumbSliderMain .col-right{}
.tab_type_fence .thumbSliderMain .col-right .inner{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap:30px 0;
    padding: 0px 30px;
}

.tab_type_fence .thumbSliderMain .item_title{
    font-size: 30px;
    font-weight: 600
}
.tab_type_fence .thumbSliderMain .item_text{
    background: #f0f1f9;
    padding: 15px;
    border-radius: 8px;
}
.tab_type_fence .thumbSliderMain .item_text table{}
.tab_type_fence .thumbSliderMain .item_text table td{
    padding: 5px 10px;
}
.tab_type_fence .thumbSliderMain .item_text ul{
    list-style-type: none;
    padding: 0;
}
.tab_type_fence .thumbSliderMain .item_text ul li{
    padding-top: 2px;
    padding-bottom: 2px;
}

.tab_type_fence .thumbSliderMain .col-left{}
.tab_type_fence .thumbSliderMain .col-left img{
    border-radius: 16px;
    overflow: hidden;
}
.tab_type_fence .thumbSliderMain .col-right{
/*    flex: 0 0 auto;
    max-width: 430px;*/
}
.tab_type_fence .thumbSliderMain .components_item{}
.tab_type_fence .type_swiper_slider{
    overflow: hidden;
}
/*combined_fence */
.combined_fence {}
.combined_fence .item{
    display: flex;
    flex-direction: column;
    gap: 30px 0;
    align-items: center;
    cursor: pointer;
}
.combined_fence .item .item_thumb{}
.combined_fence .item .item_thumb img{transition: all 200ms linear;}
.combined_fence .item:hover img{transform: translate(5px,0);}
.combined_fence .item .item_thumb .readmore{
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms linear;
}
.combined_fence .item .item_thumb .readmore span{
    background: var(--color-white);
    display: flex;
    flex-direction: column;
    height: 66px;
    width: 66px;
    color: var(--color-black);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 28px;
    font-weight: bold;
    transition: all 200ms linear;
}
.combined_fence .item .item_thumb:hover .readmore{
    opacity: 1;
    visibility: visible;
}
.combined_fence .item .hidden {display: none;}
.combined_fence .item .item_title{
    font-size: 20px;
    font-weight: 500;
    transition: all 200ms linear;
}
.combined_fence .item:hover .item_title{
color: rgba(255,255,255,.6);
}
/*consult*/
.consult{
    position: relative;
    height: 205px;
}
.consult.white:after, .consult.white:before{
    display: inline-block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
}
.consult.white:after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /*background-image: url(../images/pattern-from-guidebook.png);*/
    background-image: url(../images/pattern2.webp);
    z-index: 1;
    opacity: .15;
    background-position: 0px -200px;
}
.consult.white:before{
background: var(--color-white);
    z-index: -1;
}
.consult.white{
    color:var(--color-black);
    background: var(--color-white);
}
.consult .element{
    position: absolute;
    bottom: 0;
    z-index: 3;
}
.consult .element1{left: -290px;}
.consult .element2{right: 0; display: none;}
.consult .module_content{
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 140px;
    justify-content: space-around;
}
.consult.dark .pattern{

}
.consult .wrapper_title{}
.consult .wrapper_title .subtitle{
    font-size: 18px;
}
.consult .wrapper_title .title{line-height: 1em;}
.consult .wrapper_title .title span{display: block;}
.consult .container{height: 100%;}

.consult.dark .btn{background: var(--color-white); color:var(--color-black)}
.consult.dark .btn:hover{
    background: var(--color-accent);
    color:var(--color-white);
}
.consult  .phone{
    display: flex;
    align-items: center;
}
.consult  .phone a.phone_link{
    font-size: 28px;
}
.consult  .contact_info {
    display: flex;
    flex-direction: column;
    gap:10px 0;
}
.consult  .messenger_wrap {
    margin-left: 10px;
    display: flex;
    gap: 0px 10px;
    align-items: center;
}
.consult  .messenger_wrap a{}
.consult  .social_links{
    display: flex;
    gap: 10px 15px;
    flex-wrap: wrap;
}
.consult  .social_links a{
    font-size: 18px;
}
.consult.dark .social_links a{ color:var(--color-white);}
.consult .messenger_wrap a img{height: 24px;}
.consult .messenger_wrap a i{font-size: 22px; }
.consult.dark  .social_links a:hover{color:var(--color-link);}
.consult.dark .messenger_wrap a i{color: var(--color-white);}
.consult.white .pattern{
/*        position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: repeat;
    background-image: url(../images/pattern-from-guidebook.png);
    background-position: 50% 100%;
    z-index: -1;
    opacity: .15;*/
}

.consult.white .phone a.phone_link, .consult.white .messenger_wrap a, .consult.white .social_links a{color:var(--color-black)}
.consult.white .messenger_wrap a i{}
.consult.dark .messenger_wrap a i{color: var(--color-white);}
.consult.white .phone a.phone_link:hover{color:var(--color-link)}

.consult.white  .social_links .vk:hover{color:var(--color-vk)}
.consult.white  .social_links .telegram:hover{color:var(--color-telegram)}

/*foundation */
.foundation {}
.foundation .foundation_type{
display: flex;
    flex-direction: column;
    gap: 30px 0;
}
.foundation .foundation_type .foundation_item_wrapper{
    display: flex;
    align-items: center;
}
.foundation .foundation_type .foundation_item_wrapper:nth-child(even){
}
.foundation .foundation_type .foundation_item_wrapper .col-content{
/*    max-width: 60%;
    flex:0 0 60%;*/
    flex:1;
    padding-right: 60px;
    
}
.foundation .foundation_type .foundation_item_wrapper .col-content{
}
.foundation .foundation_type .foundation_item_wrapper .col-image{
/*    max-width: 40%;
    flex:0 0 40%;*/
    text-align: right;
}
.foundation .foundation_type .foundation_item_wrapper .col-image img{}
.foundation .foundation_type .item_title{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}
.foundation .foundation_type .item_text{}
/*mainSlideDesignSolution */
.mainSlideDesignSolution {
    overflow: hidden;
}
.design_solution_items{
    background: var(--color-white);
    padding: 30px;
    color: var(--color-black);
    border-radius: 12px;
}
.design_solution_items .table-items .table-caption-row{
    font-weight: bold;
}
.design_solution_items .table-row{}
.design_solution_items .table-row>*{
    text-align: center;
    vertical-align: baseline;
    padding: 5px 0px;
}
.design_solution_items .table-row img{
    max-height: 60px;
}
.design_solution_items .table-row .item_name{
    font-weight: 600;
    text-align: left;
}
.design_solution_items .install_block{
    margin-top: 30px;
    border-top: 1px dotted rgba(0, 0, 0, .3);
    padding-top: 30px;
}
.design_solution_items .install_block .d-flex{margin-left: -15px; margin-right: -15px;}
.design_solution_items .table-items{
    margin-bottom: 30px;
}
.design_solution_items .gallery{ 
   margin-top: 30px;
   display: flex;
   flex-wrap: wrap;
   gap:10px;
}
.design_solution_items .gallery a{
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 5px;
    border-radius: 8px;
    transition: all 200ms linear;
}
.design_solution_items .gallery a img, .design_solution_items .image_scheme_element img{transition: all 200ms linear}
.design_solution_items .gallery a:hover img, .design_solution_items .image_scheme_element a:hover img{opacity: .8}
.design_solution_items .gallery a:hover{border: 1px solid rgba(0, 0, 0, .4)}
.design_solution_items .image_scheme_element{
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 30px;
    border-radius: 16px;
        margin-top: 10px;
    text-align: center;
}
.design_solution_items .image_scheme_element a{
    display: inline-block;
}
.design_solution_items .image_scheme_element a img{}

.steps {
    display: flex;
    flex-direction: column;
    position: relative;
        overflow: hidden
}
.steps .step_progress_box {
    width: 3px;
    height: 100%;
    max-height: 100% !important;
    background: #c7cccf;
        position: absolute;
    left: 50%;
    width: 3px;
    height: 100%;
    transform: translate(3px, 0px);
}
.steps .steps_progress {
    position: absolute;
    left: 50%;
    width: 3px;
    height: 100%;
}
.steps .steps_progress .inner{

}
.steps .steps_progress #pin{
    display: block;
    width: 52px;
    transform: translate(-24px, 158px);
}
.steps .steps_progress span{

}
.steps .step_item {
    padding-top: 60px;
    padding-bottom: 60px;
}
.steps .step_item_row{
    display: flex;
}
.steps .step_item_row .number{
    font-size: 60px;
    line-height: 1em;
    color: #cecece;
    font-weight: 300;
    margin-bottom: 15px;
}
.steps .step_item_row>*{
    max-width: 50%;
    flex:0 0 50%;
    padding: 0px 60px;
}
.steps .swiper-grid.full3{
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
}
.steps .swiper-grid.full0, .steps .swiper-grid.full2{
    display: grid;
    gap: 15px;
    grid-template-rows: 150px 150px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
}
.steps .swiper-grid.full0 .item3{grid-area: 1 / 2 / 3 / 3;}
.steps .swiper-grid.full0 .item4{grid-area: 1 / 3 / 3 / 4;}


.steps .swiper-grid .item{}
.steps .swiper-grid .item a{
        display: block;
    height: 100%;
}
.steps .swiper-grid .main_image{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.steps  .step_name{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}
.steps  .step_text{}
.steps .step_item.even .col-content{
order:1;
}
.steps .step_item.even .col-gallery{
order:0;
}
/*other_product*/
.other_product{}
.other_product .items{}
.other_product .items .item{
    text-align: center;
}
.other_product .items .item .item_thumb_wrapper{
    height: 420px;
    overflow: hidden;
    margin-bottom: 15px;
}
.other_product .items .item .item_thumb{
    border-radius: 12px;
    height: 100%;
    overflow: hidden;
}
.other_product .items .item .item_thumb img{height: 100%; object-fit: cover;}
.other_product .items .item .item_name{
    font-size: 20px;
    font-weight: 600;
}
.other_product .items .item  button{
    background: var(--color-white);
    transition: all 200ms linear;
    border-color: transparent;
    color:var(--color-black);
}
.other_product .items .item:hover  button{
    transform: translate(0px, -100px);
}
/*landscaping*/
.landscaping{margin-top: 50px;}
.landscaping .landscaping_row>*{}
.landscaping .landscaping_content{flex: 1;}

.landscaping_row{
display: flex;
align-items: center;
gap: 0px 60px;
}
.landscaping_row .gallery{
    display: flex;
    gap:0px 20px;
}
.landscaping_row .gallery img{border-radius: 12px;}
.has-iframe .fancybox__content{padding: 0;}
/*video_blog */
.video_blog {}
.video_blog  .video-review-item, .works-swiper-slider .item-slide{
    display: block;
    overflow: hidden;
    border-radius: 12px;
}
.video_blog  .video-review-item .image, .works-swiper-slider .item-slide .image{
        display: block;
}
.video_blog  .video-review-item .image img, .works-swiper-slider .item-slide .image img{
    transition: all 200ms linear;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video_blog  .video-review-item:hover .image img, .works-swiper-slider .item-slide:hover img{
    transform: scale(1.01);
}
.video_blog  .video-review-item .play_wrapper, .works-swiper-slider .item-slide .play_wrapper, .work_items .item.has_video .play_wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--color-white);
}
.video_blog  .video-review-item .icon-play, .works-swiper-slider .item-slide .icon-play, .work_items .item.has_video .play_wrapper .icon-play{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid var(--color-white);
    font-size: 26px;
    transition: all 200ms linear;
    box-shadow: 0px 0px 80px rgba(0, 0, 0, .5);
    z-index: 8;
}
.video_blog  .video-review-item:hover .icon-play, .works-swiper-slider .item-slide:hover .icon-play, .work_items .item.has_video:hover .play_wrapper .icon-play{
transform: translate(0px, -5px);
}
/*portfolio*/
.portfolio-swiper{overflow: hidden;}
.portfolio .portfolio-swiper{}
.portfolio .swiper-grid {
    display: grid;
    gap: 15px;
    grid-template-rows:270px 270px;
    grid-template-columns: 1fr 25% 25%;
    height: 556px;
    justify-content: center;
}
.portfolio .swiper-grid .item{}
.portfolio .swiper-grid .item1{grid-area: 1 / 1 / 3 / 2;}
.portfolio .swiper-grid .item2{grid-area: 1/2/2/3;}
.portfolio .swiper-grid .item3{grid-area: 2/2/3/3;}
.portfolio .swiper-grid .item4{grid-area: 1 / 3 / 3 / 4;}

.portfolio .full1 .swiper-grid .item1{grid-area: 1 / 1 / 3 / 4;}
.portfolio .full2 .swiper-grid .item2{grid-area: 1 / 2 / 3 / 4;}
.portfolio .full3 .swiper-grid .item1{grid-area: 1 / 1 / 3 / 3;}
.portfolio .full3 .swiper-grid .item2{grid-area: 1 / 3 / 2 / 4;}
.portfolio .full3 .swiper-grid .item3{grid-area: 2 / 3 / 3 / 4;}

.portfolio .swiper-grid a>img{height: 100%; object-fit: cover; width: 100%;}

.portfolio a.fancybox{height: 100%; width: 100%;}

/*delivery */
.delivery {}
.delivery .top_block .col-sm-7 img{
    border-radius: 36px;
    overflow: hidden;
}
.delivery .bottom_block{} 
.delivery .bottom_block .bottom_block_wrapper{
    display: flex;
    gap: 0px 20px;
    margin-top: 45px;
} 
.delivery .bottom_block .video_teaser{
height: 660px;
width: 380px;
border-radius: 16px;
overflow: hidden;
flex: 0 0 380px;
}
.delivery .bottom_block .video_teaser video{
        width: 100%;
    height: 100%;
    object-fit: cover;
} 
.delivery .bottom_block .grid{
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: 1fr 1fr 60%;
    height: 660px;
    gap: 20px;
}
.delivery .bottom_block .grid .item0{grid-area: 1 / 1 / 3 / 3;}
.delivery .bottom_block .grid .item1{grid-area: 3/1/4/2;}
.delivery .bottom_block .grid .item2{grid-area: 3/2/4/3;}
.delivery .bottom_block .grid .item3{grid-area: 1 / 3 / 4 / 4;}
.delivery .bottom_block .grid .item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    overflow: hidden;
}


/*accordion-module*/
#accordion-faq{
    display: flex;
    flex-direction: column;
    gap:10px 0;
    margin-left: -10px;
    margin-right: -10px;
}
.accordion-list{
    display: flex;
    gap: 20px 0;
    flex-wrap: wrap;
}
.accordion-list .item_wrapper{
    max-width: 50%; 
    flex:0 0 50%;
    padding-left: 10px;
    padding-right: 10px;
}
.accordion-list .item_wrapper.last{max-width: 100%; flex: 0 0 100%;}
#accordion-program{
    display: flex;
    flex-direction: column;
    gap:10px 0px;
}
.accordion-module .alert{color:var(--color-black)}
.accordion-module .item{
    width: 100%;
    border: 1px solid transparent;
    border-radius: 12px;
    background: var(--color-white);
    overflow: hidden;
    transition: all 200ms linear;
    color: var(--color-black);
}
.accordion-module .item .collapseblocks {
    padding: 0px 20px 20px;
    background: var(--color-white);
    width: 100%;
}
.accordion-module .item .itemHeader{
    padding: 15px;
}
.accordion-module .item .itemHeader .item_title_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
        gap: 0px 10px;
    cursor: pointer;
}
.accordion-module .item .itemHeader .item_title_wrapper i{
    display: flex;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    background: var(--color-dark);
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    border-radius: 8px;
}
.accordion-module .item.active .itemHeader .title, .accordion-module .item:hover .itemHeader .title{color:var(--color-accent);}
.accordion-module .item .itemHeader .title{font-size: 18px; font-weight: 600; transition: all 200ms linear}
.accordion-module .item .itemHeader .item_title_wrapper .number{
    color: #dddddd;
    font-size: 27px;
    line-height: 1em;
}
.accordion-module .item .itemContent{width: 100%;}
.accordion-module .item .itemContent .price_wrapper {
display: flex;
gap:0px 30px; 
align-items: center;
margin-top: 30px;
}

.accordion-module .item .module_items .module_program .module_title{
font-weight: 600;
    line-height: 1em;
    margin-bottom: 10px;
    font-size: 20px;
    color: var(--color-accent);
}
.accordion-module .item.active .itemHeader .icon, .accordion-module .item:hover:not(.active) .itemHeader .icon{}
.accordion-module .item .itemHeader .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--color-white);
    transition: all 200ms linear;
}
#map{
    height: 500px;
    width: 100%;
    border-radius: 36px;
    overflow: hidden;
}
[class*="ymaps-2-1"][class*="-ground-pane"] { -webkit-filter: grayscale(100%); filter: grayscale(1);}
.footer .row{
    align-items: center;
}
.footer .phone_link {color:var(--color-black)}
.footer .phone_link:hover, .footer a:hover{color:var(--color-link)}
.footer .contact_items{
    display: flex;
    flex-direction: column;
    gap:10px 0;
}
.footer .contact_item.social .value{
    display: flex;
    flex-direction: column;
    gap:5px 0;
}
.footer .contact_item .caption{font-weight: 600;}
.footer a{color:var(--color-black)}
.footer .privacy_rules a{text-decoration: underline;}
.footer .privacy_rules a:hover{text-decoration: none;}

.copyright{
    padding: 15px 0;
    border-top: 1px solid var(--color-gray);
    font-size: 80%;
}
.copyright .row{
    justify-content: space-between;
}
.copyright .container{}
.copyright a{color:var(--color-gray); transition: all 200ms linear;}
.copyright a:hover{color:var(--color-black)}

#modalPrice .row_btn{
        display: flex;
    gap: 0px 15px;
}
#modalPrice .h5{margin-bottom: 0;}
#modalPrice .row_btn .btn {}
#modalPrice .row_btn .rules {
flex:1;
}
/*video-blog-swiper*/
.video-blog-swiper{
    overflow: hidden;
}
.video-blog-swiper .swiper-slide{
}

html.with-fancybox body.hide-scrollbar{width: 100%}
/*/????????/*/


.ChatAnimSvg_Hgdny .svgDots_Szb0U path {
    transition: fill .3s ease;
  }
.elasticBefore_WYNM- {
    animation: dot-elastic_0O0Ih 10s linear .1s infinite;
    transform-origin: center;
}

@keyframes dot-elastic_0O0Ih {
  0%, 6% {
    transform: translateY(0);
}

10% {
    transform: translateY(6px);
}
14% {
    transform: translateY(0);
}
22% {
    transform: translateY(0);
}
26% {
    transform: translateY(6px);
}
30% {
    transform: translateY(0);
}
100% {
    transform: translateY(0);
}
}

.elastic_ITn1n {
    animation: dot-elastic-center_3M1qf 10s 
linear .3s infinite;
    transform-origin: 50% 40%;
}
@keyframes dot-elastic-center_3M1qf{
  0%, 6% {
    transform: translateY(0);
}
10% {
    transform: translateY(6px);
}
14% {
    transform: translateY(0);
}
22% {
    transform: translateY(0);
}
26% {
    transform: translateY(6px);
}
30% {
    transform: translateY(0);
}
40%, 48% {
    transform: translateY(0) scale(1);
}
48%, 49% {
    transform: translateY(0) scale(1.2);
}
95% {
    transform: translateY(0) scale(1.2);
}
96%, 97% {
    transform: translateY(0) scale(.6);
}
98% {
    transform: translateY(0) scale(1);
}
100% {
    transform: translateY(0) scale(1);
}
}


.ChatAnimSvg_Hgdny .svgWrapper_ModGf {
    align-items: center;
    display: flex;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.ChatAnimSvg_Hgdny .svgPhone_S6DFu {
    animation: phone-appear_eMcdc 10s 
linear infinite;
    border-radius: 100%;
    transform-origin: center;
    z-index: 2;
}
@keyframes phone-appear_eMcdc{
  0%, 43% {
    transform: scale(0);
}
46%, 95% {
    transform: scale(1);
}
98%, 100% {
    transform: scale(0);
}
}

.ChatAnimSvg_Hgdny .svgDots_Szb0U {
    animation: vanishing_KlCyN 10s linear infinite;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
@keyframes vanishing_KlCyN{
  0%, 43% {
    opacity: 1;
}
46%, 95% {
    opacity: 0;
}
98%, 100% {
    opacity: 1;
}
}

.wrapper-svg-swipe {
    z-index: 2;
    width: 100%;
    transform: translate(0px, -15px);
    text-align: center;
    /*position: absolute;*/
    bottom: 0;
    transition: all 200ms linear;
    left: 0;
    display: none;
}
.wrapper-svg-swipe.deactivate{
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.hand-x {
    animation: swipe-x 1.25s ease-in-out backwards;
    animation-iteration-count: infinite;
}
@keyframes  swipe-x{
  0% {
    transform: translateX(0px);
}
25% {
    transform: translateX(50px) rotateZ(10deg);
}
50% {
    transform: translateX(0px);
}
75% {
    transform: translateX(-50px) rotateZ(-10deg);
}
}
#Swipe-horizontal_1, #Swipe-horizontal_2, #Swipe-horizontal_3{
width: 50px;
height: 50px;
display: block;
margin: 0px auto;
background: #ddd;
border-radius: 50%;
}
.line-horizontal{
      fill: transparent;
    stroke: #000;
    stroke-width: 3px;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.arrow-down, .arrow-head, .arrow-left, .arrow-right, .arrow-up, .arrow-up-1, .arrow-up-2, .arrow-up-3, .hold-1, .hold-2, .line-horizontal, .line-rotate, .line-vertical, .notes, .tap-1, .tap-2{
      fill: transparent;
    stroke: var(--color-accent);
    stroke-width: 3px;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.wrapper-svg-swipe *{
      transform-origin: 50% 50%;
    perspective: 100px;
}
.hand-x{
    fill: var(--color-white);
    stroke: var(--color-accent2);
    stroke-width: 5px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.white_block .phone_link{color:var(--color-black)}

.contact-page .logo_in_content{height: 50px;}
.contact-page .main_content .contact_items{
    display: flex;
    flex-direction: column;
    gap:15px 0;
}
.contact-page .main_content .contact_items a{color:var(--color-white); font-size: 18px;}
.contact-page .main_content .contact_items a:hover{color:var(--color-link)}

.contact-page .main_content .contact_items .messenger_wrap{display: block;}
.contact-page .main_content .contact_item.social .value{display: flex; gap:0px 10px;}

.contact-page .main_content .feedback_form .row-btn{
    display: flex;
    align-items: center;
    gap:0px 15px;
}

.contact-page .main_content .feedback_form {
    padding: 30px;
    background: var(--color-white);
    border-radius: 12px;
    color: var(--color-black);
}
.contact-page .main_content .feedback_form .fint{font-size: 28px;}
/*work_items*/
.work_items{}
.work_items .row{
    gap:30px 0;
}
.work_items .item_fly{
position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 10px;
}
.work_items .item_fly .image{
    border-radius: 10px;
}
.work_items .item_fly .image img{
    transition: all 200ms linear;
    width: 100%;
    height: 100%;
}
.work_items .item_fly .fly_info{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 4;
    display: flex;
    padding: 30px;
    flex-direction: column;
    justify-content: flex-end;
    background-color: rgba(134, 134, 134, 0);
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .35));
}
.work_items .item_fly .fly_info .title_wrapper{
    color:var(--color-white);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.work_items .item_fly .fly_info .title_wrapper i{font-size: 20px; transition: all 200ms linear;}
.work_items .item_fly:hover .fly_info .title_wrapper i{transform: rotate(-45deg);}
.work_items .item_fly .fly_info .title{ font-size: 20px; font-weight: 600;}
.work_items .item_fly:hover .image img{transform: scale(1.05);}
.work_items .item .hidden_info .readmore{
color: var(--color-white);
    text-transform: uppercase;
    font-size: 13px;
}
.other-works-swiper{overflow: hidden;}
.other_offers .module_title_wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
        align-items: center;
}
.other_offers .module_title_wrapper .fint{margin-bottom: 0;}
.other_offers .module_title_wrapper .nav-swiper{
    display: flex;
    gap:0px 5px;
}
.module_title_wrapper .swiper-arrow{
        display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid var(--color-dark);
    border-radius: 8px;
    font-size: 20px;
    transition: all 200ms linear;
}
.module_title_wrapper .swiper-arrow:hover{
    background: var(--color-dark);
    color:var(--color-white);
}

.text_after{}
.other_page{text-align: center;}
.other_page .links{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.other_page .links .link{}
.works-swiper-slider{overflow: hidden;}
.work_items .item.has_video .play_wrapper:after{
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(34, 39, 44, .8);
    opacity: 0;
    visibility: hidden;
    transition: all 200ms linear;
}
.work_items .item.has_video:hover .play_wrapper:after{
    opacity: 1;
    visibility: visible;
}
.grecaptcha-badge{display: none;}

.header .btn-primary{background: var(--color-white); color:var(--color-black)}