:root {
    --color-body: #ffffff;
    --color-black: #333333;
    --color-dark: #43454b;
    --color-accent: #5d9cca;
    --color-accent-hover: #427aa4;
    --color-light-accent: #e9eef2;
    --color-white: #ffffff;
    --color-red: #c8334f;
    --color-red-hover: #ba2541;
    --color-light: #f9f2ea;
    --color-coconut: #f9f2ea;
    --color-link: #33689e;
    --color-link-hover: #1F3B7A;
    --color-stroke: #dddddd;
    --color-gray: #dddddd;
    --color-whatsapp: #3ae35b;
    --color-telegram: #2BA2DE;
    --color-vk: #0077ff;
    --color-max: #7239a3;
    --color-instagram: #C13584;
    --border-radius-max: 36px;
    --border-radius-lg: 24px;
    --border-radius-sm: 12px;
    --border-radius-xs: 8px;
}
* { 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', 'Manrope', 'Inter', 'Ubuntu', 'Open Sans', 'Arial', 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.52em;
    color: var(--color-black);
    text-align: left;
    background-color: var(--color-body);
    overflow-x: hidden;
}
body.nav-open{overflow: hidden;}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {margin-top: 0;margin-bottom: 8px;}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {font-weight: 700;}
dd {margin-bottom: .5rem; margin-left: 0;}
blockquote {margin: 0 0 1rem;}
b,
strong {
font-weight: 700;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -.25em;
}
sup {
top: -.5em;
}
a {
    color: var(--color-accent);
    text-decoration: none;
}
a:hover {
color: var(--color-accent-hover);
text-decoration: none;
}
a:not([href]):not([class]) {
color: inherit;
text-decoration: none;
}
a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
    max-width: 100%;
}
svg {
overflow: hidden;
vertical-align: middle;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
}
button {
border-radius: 0;
}
button:focus {
outline: 0px;
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 {
font-family: 'Montserrat', 'Inter', 'Ubuntu', 'Open Sans', Arial, 'Noto Sans', sans-serif;
margin-bottom: 25px;
font-weight: 600;
line-height: 1.3;
}
h1, .h1 {font-size: 38px;}
h2, .h2 {font-size: 34px;}
h3, .h3 {font-size: 30px;}
h4, .h4 {font-size: 28px;}
h5, .h5 {font-size: 26px; line-height: 1.2em;}
h6, .h6 {font-size: 24px;}
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
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{
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
max-width: 1600px;
}

.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.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 {
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%;
}

@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%;
}
}

.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: 62px;
    padding: 15px 15px;
    font-weight: 300;
    line-height: 1.5;
    color: var(--color-black);
    background-color: var(--color-white);
    border: 1px solid var(--color-stroke);
    border-radius: var(--border-radius-xs);
    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-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;}
.form-group {margin-bottom: 1rem; position: relative;}
.modal form .btn{
    width: 100%;
    font-size: 20px;
    height: 66px;
 }
.form-group label{font-weight: 300; margin: 0;}
.form-group label>*{margin-top: 10px;}
.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: 50px;
    border-radius: var(--border-radius-xs);
    transition: all 200ms linear;
}
.btn-link{
    color: var(--color-accent);
    padding: 0;
    line-height: 1.2em;
    border-bottom: 1px solid var(--color-accent);
    border-radius: 0;
    padding-bottom: 6px;
}
.btn-link:hover{
    color:var(--color-accent);
    border-bottom-color: transparent;
}
.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-red);
}
.btn-default:hover {
    color: var(--color-white);
    background-color: var(--color-red-hover);
}
.btn-fint{
border-radius: var(--border-radius-sm);
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0px 15px;
}
.btn-fint:after{
display: inline-block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background-size: 1000px;
    background-position: 0px 230px;
    transition: all 200ms linear;
}
.btn-fint span{
    display: flex;
    width: 40px;
    height: 40px;
    font-size: 13px;
    font-weight: 600;
    background: var(--color-white);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--color-black);
    transition: all 200ms linear;
}
.btn-fint:hover:after{
    background-position: 10px 240px;
}
.btn-brown {
color: var(--color-white);
background-color: var(--color-brown);
}
.btn-brown:hover {
    color: var(--color-white);
    background-color: var(--color-accent2-hover);
}
.btn-default:focus, .btn-default.focus {
color: var(--color-white);
background-color: var(--color-caramel-hover);
}
.btn-info{
    color: var(--color-accent);
    text-decoration: none;
    background: transparent;
    border: 1px solid var(--color-accent);
}
.btn-info.white{
    color: var(--color-black);
    border-color: var(--color-white);
    background: var(--color-white);
}
.btn-info.white:hover{background: transparent; color:var(--color-white); border-color: var(--color-white)}
.btn-info:hover{
    background-color: var(--color-accent);
    color: var(--color-white);
    border-color: var(--color-accent);
}
.btn-primary.disabled, .btn-primary:disabled {
color: #fff;
background-color: #666666;
}
.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 {}
.btn-lg{
    height: 85px;
    font-size: 25px;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 8px;
}
.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-coconut);
}
.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-caramel);
    border-color: var(--color-caramel);
}
.page-item.disabled .page-link {
color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6;
}
.alert {
    position: relative;
    padding: 15px 30px;
    margin-bottom: 1rem;
    display: inline-block;
    border: 0px solid transparent;
    border-radius: 0.25rem;
}
.alert-small, .alert-sm {padding: 5px 10px;}

.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;
}
.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-play1:before {content: "\e940";}
.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";}
.max img{height: 16px;}
.telegram svg, .max svg{height: 18px; width: 18px;}
.max svg{ fill:var(--color-max)}
.telegram svg{fill:var(--color-telegram)}
/*common*/
.module{margin-bottom: 60px;}
.red{color:var(--color-red);}
.width100{width: 100%;}
.blue_text{color:var(--color-link);}
.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-10{margin-top: 10px !important;}
.mt-15{margin-top: 15px !important;}
.mt-20{margin-top: 20px !important;}
.mt-30{margin-top: 30px !important;}
.gap0-15{gap:0 15px;}
.gap10{gap:10px;}

/*header*/
.customize-support .header{
    /*padding-top: calc(15px + 32px);*/
}
.is-sticky .header .blur{
    background: var(--color-body);
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -2;
    opacity: .8;
}
.is-sticky .header{
    z-index: 9 !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
/*.nav-modal-wrap {*/

.side-nav-overlay {
    background: rgba(0, 0, 0, .65);
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    /*transform: translate(100%, 0);*/
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms linear;
    cursor: pointer;
}
.nav-open .side-nav-overlay{opacity: 1;visibility: visible;}

/*
|--------------------------------------------------------------------------
| NAV MODAL
|--------------------------------------------------------------------------
*/
#menu-main_menu{
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    gap: 0px 15px;
}
#menu-main_menu a{
    color:var(--color-black);
}
#menu-main_menu  .current a, #menu-main_menu li:hover:not(.current) a {color:var(--color-accent)}
.nav-modal-wrap {
    position: fixed;
    inset: 0;
    width: 30%;
        min-width: 500px;
    height: 100vh;
    background: #fff;
    z-index: 9999;
        transform: translate(-100%, 0px);
    overflow: hidden;
}
.mobile_menu_container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    padding-top: 30px;
}

/*
|--------------------------------------------------------------------------
| SOURCE
|--------------------------------------------------------------------------
*/

.mobile_menu_source {
position:absolute;
    opacity:0;
    pointer-events:none;
    inset:0;
}

/*
|--------------------------------------------------------------------------
| VIEW
|--------------------------------------------------------------------------
*/

.mobile_menu_view {
    position: relative;

    width: 100%;
    height: 100%;

    overflow: hidden;
}

/*
|--------------------------------------------------------------------------
| SCREEN
|--------------------------------------------------------------------------
*/

.mm-screen {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 30px 40px;
    will-change: transform;
    transform: translate3d(0,0,0);
    backface-visibility: hidden;
    z-index: 2;
}
/*
|--------------------------------------------------------------------------
| ROOT
|--------------------------------------------------------------------------
*/
.mm-screen.is-root {
    z-index: 1;
}
/*
|--------------------------------------------------------------------------
| TOP
|--------------------------------------------------------------------------
*/

.mm-nav-top {
    margin-bottom: 20px;
    display: flex;
    gap: 0px 10px;
    align-items: center;
}

/*
|--------------------------------------------------------------------------
| BACK
|--------------------------------------------------------------------------
*/

.mm-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: 0;
    padding: 0px 15px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    /* margin-bottom: 24px; */
    background: rgba(179, 153, 120, .7);
    color: var(--color-white);
    border-radius: 10px;
    transition: all 200ms linear;
}
.mm-back:hover{background: rgba(179, 153, 120, 1);}

/*
|--------------------------------------------------------------------------
| PARENT LINK
|--------------------------------------------------------------------------
*/
.mm-parent-link {
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    color: inherit;
    font-family: 'LagunaC';
    transition: all 200ms linear;
}
.mm-parent-link:hover{color:var(--color-caramel)}
/*
|--------------------------------------------------------------------------
| ITEM
|--------------------------------------------------------------------------
*/
.mm-item {
    border-bottom: 1px solid rgba(0,0,0,.06);
}

/*
|--------------------------------------------------------------------------
| INNER
|--------------------------------------------------------------------------
*/

.mm-item-inner {
    display: flex;
    align-items: center;

    /*min-height: 58px;*/
}

/*
|--------------------------------------------------------------------------
| LINK
|--------------------------------------------------------------------------
*/
.mm-link {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 10px 0;
    text-decoration: none;
    color: inherit;
    font-size: 18px;
}
.mm-item:hover .mm-toggle, .mm-item:hover .mm-title{color:var(--color-caramel)}
.mm-title {
    gap: 0px 10px;
    display: flex;
    align-items: center;
    transition: all 200ms linear;
}
.mm-subtitle {}
.mm-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin-right: 12px;
}

/*
|--------------------------------------------------------------------------
| TOGGLE
|--------------------------------------------------------------------------
*/

.mm-toggle {
width: 38px;
    height: 38px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: 0;
    cursor: pointer;
    padding: 0;
    color: rgba(0, 0, 0, .3);
    border-radius: 10px;
    transition: all 200ms linear;
    background: var(--color-coconut);
}
.mm-submenu {display: none !important;}
.mm-nav-content .mm-item-inner{min-height: inherit;}
.mm-nav-content .mm-link{
    font-size: 18px;
    font-family: inherit;
    text-transform: inherit;
    font-weight: 400;
    padding: 10px 0px;
}
/*
|--------------------------------------------------------------------------
| CURRENT
|--------------------------------------------------------------------------
*/

.mm-item.is-current > .mm-item-inner .mm-link {
    color: var(--color-accent);
}
/*
|--------------------------------------------------------------------------
| REMOVE WP/THEME CONFLICTS
|--------------------------------------------------------------------------
*/
.mm-item-603 .mm-subtitle{
    background: var(--color-caramel);
    color: var(--color-white);
    line-height: 1em;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 8px;
}
.mobile_menu_view .menu,
.mobile_menu_view .sub-menu,
.mobile_menu_view .nav {all: unset;}
.nav-modal-wrap .close-btn-side {
    background: transparent;
    border: 0;
    position: absolute;
    right: 30px;
    top: 15px;
    font-size: 26px;
    z-index: 99;
    opacity: .2;
    transition: all 200ms linear;
}
.customize-support .nav-modal-wrap .close-btn-side{top: 50px; right: 10px;}
.nav-modal-wrap .close-btn-side:hover{opacity: .5}
.nav-modal-wrap .mobile_menu .item603 .subtitle{
    background: var(--color-caramel);
    color: var(--color-white);
    font-size: 12px;
    line-height: 1em;
    padding: 6px 10px;
    border-radius: 20px;
    margin-left: 5px;
}

/*common */
.fint {
font-size: 34px;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 30px;
}
.fint.x2{font-size: 60px;}
.fint.fint-sm{font-size: 25px;}
.fint span{display: block;}
.module{}
.module .module-title-wrapper{
    text-align: center;
    margin-bottom: 30px;
}
.module .module-title-wrapper.left{text-align: left;}
.module .module-title-wrapper.right{text-align: right;}
.module .module-title-wrapper.center{text-align: center;}
.module .module-subtitle{
    text-transform: uppercase;
    color: var(--color-caramel);
    font-size: 16px;
    font-weight: bold;
}
.module .module-title{
margin-bottom: 10px;
font-size: 26px;
font-weight: 600;
}
.module .module-text{
    text-align: center;
    margin-bottom: 30px;
}

.swiper {
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease;
}
.swiper.swiper-initialized {
    opacity: 1;
    visibility: visible;
}
/*fancybox__content*/
.modal{
    background-color: var(--color-white);
    padding: 30px;
    border-radius: 24px;
}
.modal .fint{font-size: 28px;}
.modal form{position: relative; z-index: 2}
.fancybox__content {
    align-self: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0;
    padding: 2rem;
    max-width: 100%;
    color: var(--color-black);
    background: var(--fancybox-content-bg, #fff);
    cursor: default;
    border-radius: 16px;
    z-index: 20;
    min-width: 900px;
}
.fancybox__content>.f-button.is-close-btn{outline: 0; box-shadow: 0 0 0}

/*a.fancybox {*/
 
a.fancybox {
position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 14px;
}
.fancybox .hidden_info{
display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: rgba(93, 156, 202, .8);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms linear;
    z-index: 8;
}

.pulse{
    transform-origin: center;
    transform-box: fill-box;
    animation: pulse 2s infinite;
}
@keyframes pulse{

    0%{
        transform: scale(1);
        opacity: 1;
    }

    70%{
        transform: scale(1.8);
        opacity: 0;
    }

    100%{
        transform: scale(1.8);
        opacity: 0;
    }
}

.fancybox .hidden_info svg{height: 52px; width: auto;}
.fancybox .hidden_info svg circle{
    fill:var(--color-accent);
}
.fancybox .hidden_info svg .st1{
    fill:var(--color-white);
}
.fancybox .hidden_info .icon_svg{
    width: auto;
    height: 100px;
    fill: var(--color-white);
}
.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{height: 80px;}
.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{
opacity: 1;
visibility: visible;
}
.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;
    overflow: hidden;
}
.col-check{flex:1}
.checkLabel .label_text{
    font-size: 80%;
    line-height: 1.4em;
}
.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: 25px;
    height: 25px;
    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:#333;text-decoration: underline;}
.checkLabel a:hover{text-decoration: none;}



/*breadcrumbs */
.kama_breadcrumbs{}
.breadcrumbs {margin-bottom: 20px; text-align: center;}
.flex-block .breadcrumbs{text-align: left;}
.breadcrumbs a {color:var(--color-black); text-decoration: none;}
.breadcrumbs a:hover{color:var(--color-caramel);}
.breadcrumbs .kb_title{opacity: .5}
.breadcrumbs .kb_sep{color: #ddd;font-size: 11px; padding: 0px 10px;}
.mobile_phone, .mobile_btn {display: none;}
.phone_link {font-weight: 600; color: var(--color-black);}

/*#simple-cookie-banner*/
#simple-cookie-banner{}

/*logo-image*/
.logo-box{
    display: inline-block;
    position: relative ;
}
a.logo-box{color:var(--color-black)}
.logo-box .logo-box-inner{}
.logo-box .logo-text{
    position: absolute;
    left: 72px;
    font-size: 11px;
    bottom: -3px;
}
.logo-image{}
.logo-image img{height: 54px;}

.mobile_btn{
    display: none;
    background: transparent;
    height: 52px;
    align-items: center;
    padding: 0px 15px;
    color: var(--color-accent);
    border-radius: 8px;
    gap: 0px 10px;
    border:1px solid var(--color-accent);
    cursor: pointer;
}
.mobile_btn .text{     font-weight: 500;}
.mobile_btn .hamb_wrapper{
    width: 20px;
    height: 15px;
    display: flex;
    flex-direction: column;
    gap: 0px 0px;
    justify-content: space-between;
}
.mobile_btn .hamb_wrapper div{
    width: 100%;
    height: 1px;
    background: var(--color-accent);
}
.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: rgba(0,0,0,.15);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: .2s;
    content: "";
}
.swiper-pagination-bullet-active::before{background-color: rgba(0,0,0,.5);}
.swiper-pagination-bullet-active{border-color:rgba(0,0,0,.5)}

.white .swiper-pagination-bullet-active::before{background-color: var(--color-white)}
.white .swiper-pagination-bullet::before {    background: var(--color-white);}
/*header*/
#header {
    width: 100%;
    z-index: 9;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.inner.customize-support:not(.promo_page) .header{margin-top: 32px;}
.inner:not(.promo_page) .header{margin-bottom: 30px;}
#header .header-inner{
    background: var(--color-white);
    padding: 20px 30px;
    border-radius: var(--border-radius-sm);
}
.header-sticky #header .header-inner{background: transparent;}
#header .header-inner .row{
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
#header .header-inner .blur{
/*    background: var(--color-body);
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -2;
    opacity: .8;*/
}
.promo_page #header{position: absolute; top:60px;}

.customize-support.promo_page #header {top: 92px;}
.customize-support.promo_page.header-sticky #header{top: 42px}
.customize-support.promo_page.header-sticky #header.sticky{top: 32px}
#header.sticky{
    z-index: 9 !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.header .phone_link{font-size: 18px;} 
.header .address{font-size: 12px;}
.header .phone{
    display: flex;
    align-items: center;
    gap: 0px 5px;
}
.header-sticky .header .blur{
    background: var(--color-body);
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -2;
    opacity: .8;
}
#header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    animation: headerShow 0.3s ease;
}

body.header-sticky {
    padding-top: 80px; /* высота шапки */
}

@keyframes headerShow {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
.customize-support .header_promo{margin-top: calc(32px + 30px)}
.header_promo{
    overflow: hidden;
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 30px;
    border-radius: var(--border-radius-lg);
}
/*.front-top {*/
.front-top {
    position: relative;
    min-height: 90svh;
    z-index: 4;
}
.front-top__inner {
    height: 90svh;
    display: flex;
    flex-direction: row;
    padding-bottom: 30px;
    color: var(--color-white);
    align-items: flex-end;
    padding-top: 160px;
    position: relative;
    min-height: 650px;
}
.front-top__bg {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}

.front-top .front-top__content {
    min-width: 0;
}
.front-top__bg video {
    z-index: 2;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.front-top__bg::after, .front-top__bg::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    z-index: 3;
    opacity: .8;
}
.front-top__bg::after {
    background: linear-gradient(271deg, transparent 0, rgba(0, 0, 0, .6) 100%);
}
.swiper-pagination-light{margin-top: 30px;}


/*.promo_slider{}*/
.promo-slider{
    color:var(--color-white);
}
.promo-slider .promo_slide_title{
    font-size: 48px;
    font-weight: bold;
    line-height: 1.1em;
    margin-bottom: 30px;
}
.promo-slider .promo_slide_title span{display: block;}
.promo-slider .promo_slide_text{
    font-size: 18px;
        line-height: 1.5em;
}
.promo-slider .promo_slide_text ul{
    display: flex;
        flex-wrap: wrap;
    gap:0px 15px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.promo-slider .promo_slide_text ul li{
    display: flex;
    align-items: center;
}
.promo-slider .promo_slide_text ul li:not(:last-child):after{
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    border: 1px solid var(--color-white);
    border-radius: 50%;
    margin-left: 15px;
}
.promo-slider .promo_slide_text>*:last-child{margin-bottom: 0;}
.promo-slider .btn{
    line-height: 64px;
    margin-top: 30px;
}

/*welcome*/
.welcome{}
.welcome .title-wrapper{}
.welcome .title-wrapper .fint{margin-bottom: 15px;}
.welcome .title-wrapper .subtitle{    font-weight: 500;}
/*advantages*/
.advantages{
    padding-top: 60px;
    padding-bottom: 60px;
    background: var(--color-light-accent);
}
.advantages .row{gap: 20px 0; margin-right: -10px; margin-left: -10px;}
.advantages .col-item-wrapper{
    min-width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
    flex: 1;
}
.advantages .col-item-wrapper:last-child .item{
    color: var(--color-white);
    overflow: hidden;
    position: relative;
    background: var(--color-accent);
}
.advantages .item{
    background: var(--color-white);
    padding: 30px;
    border-radius: var(--border-radius-sm);
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px 0px;
}

.advantages .col-item-wrapper:last-child .item:after{background: var(--color-accent);}
.advantages .item .item_icon{}
.advantages .item .item_icon img{
    width: 36px;
    height: 36px;
}
.advantages .item .item_title{
    font-weight: 600;
    font-size: 22px;
    line-height: 1em;
}
.advantages .item .item-content{
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px 0;
}
.advantages .item .item_text{}
.advantages .item  .icon_svg{
    position: absolute;
    width: 500px;
    height: 500px;
    fill: #4d8fbe;
    z-index: 1;
    transition: all 200ms linear;
}
.advantages .item  .icon_svg1{
    right: -260px;
    top: -100px;
}
.advantages .item  .icon_svg2{
    bottom: -160%;
    left: -210px;
}
.advantages .item .btn{
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 2;
}
.advantages .item:hover .icon_svg1{
    right: -270px;
    top: -90px;
}
.advantages .item:hover .icon_svg2{
        bottom: -162%;
    left: -215px;
}
/*page-short-info*/
.page-short-info{}
/*short_advantages*/
.page-short-info .short_advantages{
margin-top: 30px;
margin-bottom: 30px;
}
.page-short-info .short_advantages .advantage_short_title{
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
}
.page-short-info .short_advantages .short_advantages{}
.page-short-info .short_advantages .items{
    display: flex;
    gap:10px 10px;
    flex-wrap: wrap;
}
.page-short-info .short_advantages .items .item{
    display: flex;
    align-items: center;
    gap: 0px 10px;
    border: 1px solid #e8e8e8;
    padding: 8px;
    border-radius: 8px;
}
.page-short-info .short_advantages .items .item img{
    border-radius: 8px
}
.page-short-info .short_advantages .items .item .item_title{
    font-weight: 500;
}
/*accordion */
.accordion{
    display:flex;
    flex-direction:column;
    gap:10px;
}
.faq .accordion-item{
    background: var(--color-white);
}
.accordion-item{
    border: 1px solid var(--color-gray);
    border-radius: 8px;
    overflow: hidden;
    transition: 0.3s;
}
.accordion-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 15px;
    cursor: pointer;
}
.accordion-title{
    font-weight: 500;
    font-size: 18px;
}
.accordion-short{
    font-size:15px;
    color:#777;
}
.accordion-icon{
    position: relative;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    color: rgba(0, 0, 0, .5);
    transition: all 200ms linear;
}
.accordion-item:hover .accordion-icon{color: rgba(0, 0, 0, 1);}
.accordion-icon span{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    font-weight:300;
    transition:0.3s;
}
.accordion-icon .minus{
    opacity:0;
    transform:rotate(90deg);
}
.accordion-item.active .accordion-icon .plus{
    opacity:0;
    transform:rotate(90deg);
}
.accordion-item.active .accordion-icon .minus{
    opacity:1;
    transform:rotate(0);
}
.accordion-content{
    height:0;
    overflow:hidden;
    transition:height 0.35s ease;
}
.accordion-content-inner{
    padding:0 20px 20px;
    color:#555;
    line-height:1.6;
}
.accordion-item.active{
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    border-color:#cfcfcf;
}
.accordion-item-wrapper.get-offer .accordion-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.page-short-info .accent_items{}
.page-short-info .accent_items .item .item-inner{
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 30px 45px;
   display: flex;
   flex-direction: column;
    align-items: center;
    justify-content: center;
}
.page-short-info .accent_items .item .item-content{
     display: flex;
    flex-direction: column;
    gap: 15px 0;
    
}
.page-short-info .accent_items .item-wrapper1 .item .item-content{
align-items: center;
justify-content: center;
text-align: center;
}
.page-short-info .accent_items .item{
    background: var(--color-accent);
    color:var(--color-white);
}
.page-short-info .accent_items{}
.page-short-info .accent_items .item{
    position: relative;
    height: 250px;
    border-radius: var(--border-radius-sm);
    overflow: hidden;
}
.page-short-info .accent_items .item-wrapper1 .item{
    background: var(--color-accent-hover);
}
.page-short-info .accent_items .item .item_text{
    font-weight: 500;
}
.page-short-info .accent_items .item .item_title{
    font-size: 22px;
    font-weight: bold;
}
.page-short-info .accent_items .item .item_title span{display: block;}
.page-short-info .accent_items .item .icon_svg {
    display: none;
    fill: var(--color-accent);
    position: absolute;
    width: 500px;
    height: 500px;
    transition: all 200ms linear;
}
.page-short-info .accent_items .item-wrapper1 .icon_svg{display: block;}
.accent_items .item-wrapper1 .icon_svg1{right: -220px; bottom: -220px;}
.accent_items .item-wrapper1 .icon_svg2{
    transform: rotate(90deg);
    left: -330px;
    top: -90px;
}
.page-short-info .accent_items .item:hover .icon_svg1{ right: -220px; bottom: -240px;}
.page-short-info .accent_items .item:hover .icon_svg2{ left: -310px; top: -90px;}
.page-short-info .accent_items .item-icon{}
.page-short-info .accent_items .item .item-icon img{height: 120px;}
.page-short-info .item-wrapper0 .item .item-inner{
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 0px 30px;
}
.module-accent{background: var(--color-light-accent); padding-top: 60px; padding-bottom: 60px;}
/*pretty-swiper*/
.pretty-swiper{margin: 0px -24px}
.pretty-swiper .swiper {padding: 0px 24px;}
.pretty-swiper .item-wrapper .item{height: 100%;}
.pretty-swiper .item, .portfolion_category .category_item{
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border-radius: 36px;
}
.pretty-swiper .swiper-slide, .portfolion_category .item-wrapper{
    text-align: center;
    font-size: 18px;
    border-radius: 36px;
    margin-bottom: 40px;
    transition: opacity .4s cubic-bezier(.4, 0, .2, 1), transform .4s cubic-bezier(.4, 0, .2, 1);
    overflow: hidden;
    height: auto;
}
.pretty-swiper .item  img.img, .portfolion_category .category_item .img{
    transform: scale(1);
    border-radius: 36px 36px 36px 36px;
    transition: border-radius .5s ease, transform .5s ease;
}
.pretty-swiper .item:hover  img.img, .portfolion_category .category_item:hover .img{
    transform: scale(1.05);
    border-radius: 30px 30px; 
}
.pretty-swiper .item-content, .portfolion_category .category_item .item-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    position: relative;
    gap: 20px 0 ;
    padding: 45px 30px 30px;
    background-color: rgba(0, 0, 0, 0);
    margin-top: -24px;
    color: var(--color-black);
    text-align: left;
    z-index: 1;
}
.pretty-swiper .item .slider-arrow, .portfolion_category .category_item .arrow{
/*    min-width: 126px;
    height: 32px;
    right: 30px;
    position: absolute;
    bottom: 30px;*/
}
.slider-arrow:after, .slider-arrow:before, .portfolion_category .category_item .arrow:before,  .portfolion_category .category_item .arrow:after{
    content: "";
    position: absolute;
    top: 50%;
    transition: all .3s ease;
}
.pretty-swiper .item .item-content:before, .portfolion_category .category_item .item-content:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--color-light-accent);
    border-radius: 36px;
    z-index: -1;
    opacity: 0;
    transform: translateY(10%);
    transition: opacity .5s ease, transform .5s ease;
}
.pretty-swiper .item .slider-arrow:after, .portfolion_category .category_item .arrow:after{
    right: 12px;
    display: block;
    width: 12px;
    height: 12px;
    border-top: 1px solid var(--color-accent);
    border-right: 1px solid var(--color-accent);
    transform: translateY(-50%) rotate(45deg);
    right: 50%;
}
.slider-arrow:before, .portfolion_category .category_item .arrow:before {
    left: 50%;
    height: 1px;
    background: var(--color-accent);
    transform: translate(-50%, -50%);
    width: 0;
    opacity: 0;
}
.pretty-swiper .item:hover .item-content:before, .portfolion_category .category_item:hover .arrow:before{
    opacity: 1;
    transform: translateY(0);
}
.pretty-swiper .item:hover .slider-arrow:before, .portfolion_category .category_item:hover .arrow:before{
    /*width: 126px;*/
    width: 48px;
    left: 50%;
    top: 50%;
    opacity: 1;
}

.pretty-swiper .item:hover .slider-arrow:after, .portfolion_category .category_item:hover .arrow:after{
    right: 2px;
}
.pretty-swiper .item .title, .portfolion_category .category_item .title{
    font-size: 18px;
    transition: all 200ms linear;
    font-weight: 600;
}
.pretty-swiper .item:hover .title{color:var(--color-accent)}
.pretty-swiper .swiper-slide .title-wrapper, .portfolion_category .category_item .title-wrapper{
    display: flex;
    align-items: center;
    gap: 0px 30px;
    justify-content: space-between;
    width: 100%;
}
.module-accent .pretty-swiper .item .item-content:before{
opacity: 1;
 transform: translateY(5%);
 background: var(--color-white);
}
.module-accent .pretty-swiper .item:hover .item-content:before{transform: translateY(0);}
.portfolion_category .category_item:hover .arrow:before{transform: translateY(0); left: 0;}
.pretty-swiper .swiper-slide .title-wrapper .slider-arrow, .portfolion_category .category_item .arrow{
        position: relative;
    bottom: 0;
    right: 0;
        min-width: 48px;
    height: 32px;
}
/*swiper-button arrow*/
.swiper-button-next, .swiper-button-prev {
    top: 36%;
    width: 56px;
    height: 56px;
    background-color: var(--color-white);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    border: none;
    transition: all .3s ease;
}
.swiper-button-next {right: 0;}
.swiper-button-prev {left: 0;}
.swiper-button-next:before, .swiper-button-prev:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1px;
    width: 0;
    transform: translate(-50%, -50%);
    background: #333;
    opacity: 0;
    transition: all .3s ease;
}
.swiper-button-next:after, .swiper-button-prev:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-top: 1px solid var(--color-accent);
    border-right: 1px solid var(--color-accent);
    transition: all .3s ease;
}
.swiper-button-next:after {
    transform: rotate(45deg);
    right: 45%;
}
.swiper-button-prev:after {
    transform: rotate(-135deg);
    left: 45%;
}
.swiper-button-next:hover:before, .swiper-button-prev:hover:before {
    width: 30px;
    background: var(--color-accent);
    opacity: 1;
}
.swiper-button-prev:hover:after {left: 22px;}
.swiper-button-next:hover:after {right: 22px;}
.swiper-button-next:hover, .swiper-button-prev:hover {
    width: 72px;
    border-radius: 24px;
    background: var(--color-light-accent);
}
/*steps */
.steps {}
.steps .module-text{
    font-size: 22px;
    line-height: 1.5em;
    font-weight: 500;
}
.steps .items{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px 0px;
    margin-bottom: 50px;
}
.steps .items:after{
    display: inline-block;
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    background-color: #acbbc7;
    left: 50%;
    transform: translate(-4px, 0px);
    border-radius: 16px;
    top: 0;
}
.steps .items .row-items{
    display: flex;
    width: 100%;
}
.steps .items .row-items .col{
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0px 60px;
}
.steps .col .col-title{
    font-size: 24px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 30px;
}
.steps .items .row-items .col.col-bad{
    text-align: right;
}
.steps .items .row-items .bad-item{
    background: #676d72;
    display: inline-block;
    color: var(--color-white);
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: 500;
}
.steps .items .row-items  .mobile_title {display: none;}
.steps .items .row-items .col.col-good{}
.steps .items .row-items:after{
display: inline-block;
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background: var(--color-accent);
    border-radius: 50%;
    left: calc(49% + 3px);
    z-index: 4;
    transform: translate(0px, 10px);
}
.steps .items .row-items:first-child:after{ transform: translate(0px, 50px);}
.steps .items .row-items .col{}
.steps .items .good-item img{height: 50px;}

.steps .items .good-item .title-wrapper{
display: flex;
gap:0px 20px;
margin-bottom: 15px;
}


.steps .items .good-item .item_text{}
.steps .items .good-item .item_text ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0px 10px;
}

.steps .items .good-item .item_title{
    font-weight: 500;
    font-size: 18px;
}
.steps .items .good-item .item_text ul li{
    position: relative;
    display: flex;
    align-items: center;
    gap: 0px 10px;
}
.steps .items .good-item .item_text ul li:not(:last-child):after{
    display: inline-block;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .3);
}


/*steps2*/
.steps2 .items{
    align-items: flex-start;
}
.steps2 .step-item:after{
    display: inline-block;
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background: var(--color-accent);
    border-radius: 50%;
    z-index: 4;
    top: 0px;
}
.steps2 .col-item.odd .step-item:after{right: -10px;}
.steps2 .col-item.even .step-item:after{left: -13px;}
.steps .items .good-item, .steps2 .col-item .step-item{
    background: var(--color-white);
    padding: 30px;
    border-radius: var(--border-radius-lg);
}
.steps2 .col-item.even{
    text-align: left;
    right: -50%;
}
.steps2 .item_title{
font-weight: 600;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}
.steps2 .col-item{
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
    position: relative;
    top: 0;
}
.steps2 .col-item.odd{padding-right: 60px;}
.steps2 .col-item.even{padding-left: 60px;}
.steps2 .col-item ul{padding: 0; margin: 0; list-style-type: none;}
/*swiper-grid-gallery*/
.swiper-grid-slider{position: relative; padding: 0px 24px;}
.swiper-grid-slider .swiper-grid{
    display: grid;
    gap: 15px;
    grid-template-rows:270px 270px;
    grid-template-columns: 1fr 25% 25%;
    height: 556px;
    justify-content: center;
}

.swiper-grid-slider .swiper-grid .item1{grid-area: 1 / 1 / 3 / 2;}
.swiper-grid-slider .swiper-grid .item2{grid-area: 1/2/2/3;}
.swiper-grid-slider .swiper-grid .item3{grid-area: 2/2/3/3;}
.swiper-grid-slider .swiper-grid .item4{grid-area: 1 / 3 / 3 / 4;}

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

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

.grid-gallery .swiper-button-next, .grid-gallery .swiper-button-prev{}
.grid-gallery .swiper-button-next, .grid-gallery .swiper-button-prev{
    top:50%;
    transform: translate(0px, -23px);
}
/*.grid-gallery .swiper-button-prev{left: -35px;}
.grid-gallery .swiper-button-next{right: -35px;}*/
.grid-gallery .swiper-wrapper{}
.swiper-grid-inner{
overflow: hidden;
margin: 0px -24px;
}


/*reviews*/

.last-reviews-swiper .swiper-wrapper {
    align-items: stretch;
}
.last-reviews-swiper .swiper-slide {
    height: auto;
    display: flex;
}
.review_item .review_title_wrapper{
    display: flex;
    gap: 0px 15px;
    align-items: center;
    margin-bottom: 20px;
}
.review_item .icon-user{
background: var(--color-light-accent);
    font-size: 27px;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, .5);
    border-radius: 50%;
}
.review_item{
    border:1px solid var(--color-gray);
    padding: 30px;
    border-radius: var(--border-radius-sm);
}
.review_item .review_autor_name{
    font-size: 18px;
    font-weight: bold;
}
.review_item .review_text {
    max-height: 180px;
    overflow: hidden;
    position: relative;
    transition: max-height .3s ease;
}
.review_item .review_text.is-open {
    max-height: 2000px;
}
.review_item .review_text:not(.is-open)::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    background: linear-gradient(to bottom,  rgba(255,255,255,0),  #fff);
}
.review_item .review-more-btn {
    margin-top: 15px;
    border: 0;
    cursor: pointer;
    font-weight: 500;
    background: var(--color-light-accent);
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 6px;
}
.review_item .review-more-btn.hidden {display: none;}
.last-reviews .swiper-pagination-light{text-align: center;}

/*service_list_module*/
.service_list_module{}
.service_list_module .service_items{}
.service_list_module .service_items .row{
    gap:30px 0;
}
.service_list_module .service_items .item img{
    border-radius: var(--border-radius-lg);
}
.service_list_module .service_items .item .item_image img{
    width: 100%;
    object-fit: cover;
}
.service_list_module .service_items .item{
background: var(--color-white);
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.service_list_module .service_items .item .item_content{
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 15px 0;
}
.service_list_module .service_items .item .item_title{
font-weight: 600;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}
.service_list_module .service_items .item .item_text{
       flex: 1;
}
.service_list_module .service_items .item .item_text ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:0px 15px;
}
.service_list_module .service_items .item .item_text ul li{}
.service_list_module .service_items .item .item_bottom_info{
 margin-top: auto;
/*    display: flex;
    justify-content: space-between;
    gap: 0px 30px;
    align-items: center;
    margin-top: 30px;*/
}
.service_list_module .service_items .item .price{
    font-weight: 600;
    flex: 1;
}
.welcome_soundguard .col-right img{
    border-radius: var(--border-radius-lg);
    overflow: hidden;
}
/*discuss_your_project */
.discuss_your_project {}
.discuss_your_project .row-top{
align-items: center;
    margin-bottom: 30px;
    flex-wrap: nowrap;
}
.discuss_your_project  .module_title_wrapper>*{margin-bottom: 0;}
.discuss_your_project img{height: 80px;}
.discuss_your_project .row-top .fint{margin-bottom: 0;}
.discuss_your_project .col_btn{display: flex; gap:0px 30px; align-items: center;}
#map{height: 500px; border-radius: 36px; overflow: hidden;}
footer #map{border-radius: var(--border-radius-lg); overflow: hidden;}
footer .rules-link ul{
    padding: 0;
    margin: 0px;
    list-style-type: none;
}
footer .rules-link a{
    color:var(--color-black);
    transition: all 200ms linear;
    text-decoration: underline;
}
footer .rules-link a:hover{color:var(--color-accent); text-decoration: none;}
footer .logo-box{}
footer  .logo-image img {
    height: 76px;
}
footer .logo-box .logo-text{
    left: 100px;
    color: var(--color-black);
    font-size: 15px;
    bottom: 0;
}
footer .address{}
footer .footer_contact_info{
    display: flex;
    gap: 0px 60px;
}
footer .phone_text{font-size: 12px;}
footer .footer-row{
    gap: 30px 0;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 45px;
    padding-top: 45px;
}
footer .copyright{
    font-size: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--color-gray);
}
footer .copyright .row{flex-wrap: nowrap; justify-content: space-between;}
footer .copyright .col-sm-4{text-align: right;}
footer .copyright a{color:rgba(0,0,0,.5); transition: all 200ms linear}
footer .copyright a:hover{color:var(--color-black)}
.side_menu{padding: 0; margin: 0;}
.col_btn .rules{font-size: 80%}

/*/contact page/*/
.page57  .row-main-contact{}
.page57  .row-main-contact .contact_items{
    display: flex;
    flex-direction: column;
    gap: 15px 0px;
}
.page57  .row-main-contact .contact_item{}
.page57 .row-main-contact a{color:var(--color-black); transition: all 200ms linear;}
.page57 .row-main-contact a:hover{color:var(--color-accent)}
.feedback_form .d-flex.row-bottom{
    margin-left: -15px;
    margin-right: -15px;
}
.feedback_form{
    background: var(--color-light-accent);
    padding: 30px;
    border-radius: var(--border-radius-lg);
}
.modal .feedback_form{background: transparent; padding: 0; border-radius: 0;}


.portfolion_category{}
.portfolion_category .row{
    gap:30px 0;
}
.portfolion_category .item-wrapper{}
.portfolion_category .category_item{}
.portfolion_category .category_item .item-content:before{background: var(--color-light-accent); opacity: 1; transform: translateY(10%);}
.portfolion_category .category_item:hover .item-content:before{transform: translateY(0);}

.portfolion_category .item-wrapper{height: 100%; margin-bottom: 0;}


/*masonry*/
.masonry{
    position: relative;
    column-count:4;
    column-gap:8px;
}
.masonry-item{
    break-inside:avoid;
    margin-bottom:8px;
    border-radius:24px;
    overflow:hidden;
}
.masonry-item img{
    width:100%;
    display:block;
    transition:transform .6s cubic-bezier(.4,0,.2,1);
}
.masonry-item:hover img{
    transform:scale(1.03);
}

/*isotop*/
.isotope-gallery {
    margin: 0 -4px;
}

.grid-sizer,
.masonry-item {
    width: calc(25% - 8px);
}

.masonry-item {
    margin: 4px;
}

.masonry-item img {
    display: block;
    width: 100%;
    height: auto;
}

.portfolio-gallery {
    columns: 4;
    column-gap: 8px;
}

.portfolio-gallery__item {
    break-inside: avoid;
    margin-bottom: 8px;
    position: relative;
}

.portfolio-gallery__item a {
    display: block;
    position: relative;
}

.portfolio-gallery__item img {
    display: block;
    width: 100%;
    height: auto;
}
@media (max-width: 1199px) {
    .portfolio-gallery {
        columns: 3;
    }
}

@media (max-width: 767px) {
    .portfolio-gallery {
        columns: 2;
    }
}

@media (max-width: 480px) {
    .portfolio-gallery {
        columns: 2;
    }
}

.call_order_form{
    background: var(--color-accent);
        padding: 15px 0;
}
.call_order_form .title_block{
    color:var(--color-white);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
.call_order_form .d-flex{margin-left: -15px; margin-right: -15px;}
.call_order_form form{background: transparent; padding: 0;}
.call_order_form textarea, .call_order_form .btn{height: 62px;}
.call_order_form .checkItems{margin-top: 15px; }
.call_order_form .checkItems a, .call_order_form .checkItems{color:var(--color-white)}
.call_order_form .form-control{border-color: transparent;}

.full_page .main_image{
    border-radius: 16px;
    overflow: hidden;
}

.page48 .service_items .col-sm-4{
    max-width: 50%;
    flex:0 0 50%;
}


/*fill_page_service_items*/
.fill_page_service_items{
    display: flex;
    flex-direction: column;
    gap: 60px 0;
}
.fill_page_service_items .item_row:nth-child(even) .col-sm-5{
    order:1;
}
.fill_page_service_items .item_row:nth-child(even) .col-sm-7{
    order:0;
}

.fill_page_service_items .item_row {
    align-items: center;
}
.fill_page_service_items .item_row .item_image img{
    border-radius: 10px;
}
.fill_page_service_items .item_row .item_image{
}
.fill_page_service_items .item_row .item_title{
    font-size: 24px;
    display: block;
    font-weight: bold;
}
.fill_page_service_items .item_row .item_content{
    display: flex;
    flex-direction: column;
    gap: 15px 0px;
}
.fill_page_service_items .item_row .item_text{}
.fill_page_service_items .item_row  .item_bottom_info{
    display: flex;
    gap: 15px 30px;
    align-items: center;
    flex-wrap: wrap;
}
.fill_page_service_items .item_row .price{font-weight: 500; font-size: 18px;}


.pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 40px;
}

.pagination-wrapper .page-numbers {
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #f3f3f3;
    color: var(--color-black);
    text-decoration: none;
    font-weight: 500;
    transition: all .25s ease;
}

.pagination-wrapper .page-numbers.current,
.pagination-wrapper .page-numbers:hover {
background: var(--color-accent);
    color: var(--color-white);
}

.pagination-wrapper .page-numbers.prev,
.pagination-wrapper .page-numbers.next {
    border-radius: 30px;
}

.grecaptcha-badge{display: none !important;}