@font-face {
    font-family: "istokweb";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/assets/fonts/istok-web-v15-latin-regular.woff2) format("woff2");
}
@font-face {
    font-family: "istokweb";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/assets/fonts/istok-web-v15-latin-700.woff2) format("woff2");
}
@font-face {
    font-family: "montserrat";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(/assets/fonts/montserrat-v15-latin-600.woff2) format("woff2");
}
@font-face {
    font-family: "montserrat";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/assets/fonts/montserrat-v15-latin-700.woff2) format("woff2");
}
.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}
.wpcf7 form.init .wpcf7-response-output {
    display: none;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: 0.2em 0.8em;
    width: 24em;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
    content: " ";
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}
.wpcf7-spinner::before {
    content: "";
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
    .wpcf7-spinner::before {
        animation-name: blink;
        animation-duration: 2000ms;
    }
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes blink {
    from {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.wpcf7 input[type="file"] {
    cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
    cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: ltr;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
footer,
header,
main,
nav,
section {
    display: block;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
small {
    font-size: 80%;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
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;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-6,
.col-12,
.col,
.col-auto,
.col-sm-6,
.col-md-6,
.col-md-auto,
.col-lg-3,
.col-lg-4,
.col-lg-6,
.col-lg,
.col-xl-4,
.col-xl-5 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    flex-basis: 0%;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 576px) {
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
}
@media (min-width: 1200px) {
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
}
.d-none {
    display: none !important;
}
.d-block {
    display: block !important;
}
.d-flex {
    display: flex !important;
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-block {
        display: block !important;
    }
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.align-items-center {
    align-items: center !important;
}
:root {
    --font-family: "Istok Web";
    --font-size: 16px;
    --font-weight: 400;
    --font-style: normal;
    --line-height: 1.6;
    --heading-font-family: "Montserrat";
    --heading-line-height: 1.3;
    --heading-font-weight: 700;
    --main-color: #186adc;
    --el-gradient1: #1859b4;
    --el-gradient2: #0467f1;
    --primary-color: #fff;
    --primary-bg-color: #f0f4f8;
    --text-primary: #303036;
    --text-secondary: #63636b;
    --border-color: #d4d4e1;
    --placeholder-color: #6f6f76;
    --error-color: #ff3d0d;
    --alert-primary: #004085;
    --alert-success: #23d36a;
    --alert-danger: #ea2626;
    --alert-warning: #ffd43d;
    --el-border-radius: 10px;
    --el-border-radius-min: 6px;
    --el-box-shadow: 2px 4px 20px 1px rgba(45, 45, 45, 0.13);
    --header-box-shadow: 0px 0px 14px 0px rgba(77, 82, 94, 0.15);
}
@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/assets/fonts/material-icons.woff2) format("woff2");
}
@font-face {
    font-family: "Material Icons Outlined";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/assets/fonts/material-icons-outlined.woff2) format("woff2");
}
* {
    box-sizing: border-box;
}
*:before,
*:after {
    box-sizing: border-box;
}
html {
    font-size: var(--font-size);
}
html,
body {
    height: 100%;
}
body {
    position: relative;
    font-size: 1rem;
    width: 100%;
    min-width: 320px;
    line-height: var(--line-height);
    font-family: var(--font-family);
    font-weight: var(--font-weight);
    font-style: var(--font-style);
    overflow-x: hidden;
    color: var(--text-primary);
    margin: 0;
    padding: 0;
    opacity: 1;
    background-color: var(--primary-color);
}
main {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    opacity: 0;
}
main.main-visible {
    opacity: 1;
}
.main-inner {
    flex: 1 0 auto;
    overflow: hidden;
}
.footer {
    flex: 0 0 auto;
}
header ul,
header ol,
footer ul,
footer ol,
nav ul,
nav ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    color: var(--main-color);
    text-decoration: underline;
    transition: all 0.2s;
}
a:hover {
    text-decoration: none;
    color: var(--main-color);
}
.gutters-10 {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
}
.gutters-10 > .col,
.gutters-10 > [class*="col-"] {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
}
.d-flex {
    display: flex;
    flex-wrap: wrap;
}
table {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
}
table tr:nth-child(even) {
    background-color: var(--primary-bg-color);
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .table-responsive {
        position: relative;
        width: 100%;
        overflow-y: auto;
    }
    .table-responsive table {
        width: 650px;
    }
    .table-responsive-outer {
        position: relative;
    }
    .table-responsive-outer::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 0.625rem;
        height: 100%;
        background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.3), #fff);
    }
}
h1,
h2,
h3,
h4,
h5 {
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    line-height: var(--heading-line-height);
    padding: 0;
    margin: 0 0 2rem 0;
}
h1 {
    font-size: 2.5rem;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.75rem;
}
h4 {
    font-size: 1.5rem;
}
h5 {
    font-size: 1.25rem;
}
p {
    margin: 0 0 2rem 0;
}
small {
    font-size: 0.85rem;
}
.content {
    text-align: justify;
}
.content > * {
    margin-bottom: 2rem;
}
.content > *:last-child {
    margin-bottom: 0;
}
.content h2,
.content h3,
.content h4,
.content h5 {
    margin-top: 2.5rem;
    text-align: left;
}
.content h2:first-child,
.content h3:first-child,
.content h4:first-child,
.content h5:first-child {
    margin-top: 0;
}
.content ul,
.content ol {
    list-style: none;
    margin: 0 0 2rem 0;
    padding: 0;
}
.content ul li,
.content ol li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.625rem;
}
.content ul li::before,
.content ol li::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    color: var(--main-color);
    line-height: var(--line-height);
}
.content ul li {
    padding-left: 1.75rem;
}
.content ul li::before {
    content: "\e5ca";
    top: -0.125rem;
    font-family: "Material Icons";
    font-size: 1.125rem;
}
.content ol {
    counter-reset: item;
}
.content ol li::before {
    content: counter(item) ".";
    counter-increment: item;
}
.content img {
    display: block;
    margin-bottom: 2rem;
    max-width: 100%;
    height: auto;
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.75rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    h4 {
        font-size: 1.25rem;
    }
    h5 {
        font-size: 1.125rem;
    }
}
.accordion {
    color: var(--text-secondary);
    margin-bottom: -1.25rem;
}
.accordion-item {
    display: block;
    border-radius: var(--el-border-radius);
    overflow: hidden;
    margin-bottom: 1rem;
}
.accordion-item.active .accordion-trigger::before {
    transform: rotate(0);
}
.accordion-trigger {
    position: relative;
    cursor: pointer;
    padding: 1.25rem 3.125rem 1.25rem 1.25rem;
    color: var(--text-primary);
    line-height: 1.2;
}
.accordion-trigger::after,
.accordion-trigger::before {
    content: "";
    position: absolute;
    right: 1.25rem;
    top: 50%;
    width: 0.875rem;
    height: 2px;
    background-color: var(--main-color);
    margin-top: -1px;
    transition: all 0.3s;
}
.accordion-trigger::before {
    transform: rotate(90deg);
}
.accordion-content {
    display: none;
    padding: 1.25rem;
    border-top: 1px solid var(--border-color);
}
.btn-group {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 0 -1.25rem -1.25rem;
}
.btn-group .btn {
    display: block;
    margin: 0 0 1.25rem 1.25rem;
}
.btn {
    --ripple-width: 100%;
    --ripple-time: 0.4s;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 1rem;
    font-weight: var(--font-weight);
    font-family: var(--font-family);
    color: var(--primary-color);
    fill: var(--primary-color);
    background: var(--el-gradient2);
    background: linear-gradient(to right, var(--el-gradient1) 0%, var(--el-gradient2) 100%);
    text-decoration: none;
    padding: 0.75em 1.75em;
    border-radius: var(--el-border-radius-min);
    outline: none;
    border: none;
    cursor: pointer;
    overflow: hidden;
    transition: all var(--ripple-time);
}
.btn > i,
.btn > span,
.btn > svg {
    position: relative;
    z-index: 1;
}
.btn .el-ripple-circle {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: var(--el-gradient1);
    transform: translate(-50%, -50%);
    transition: width var(--ripple-time), padding-top var(--ripple-time);
    z-index: 0;
}
.btn.btn-w240 {
    min-width: 15rem;
}
.btn.btn-wide {
    display: block;
    width: 100%;
}
.btn.btn-small {
    font-size: 0.875rem;
}
.btn.btn-small.btn-with-icon > svg {
    width: 0.8125rem;
    height: 0.8125rem;
}
.btn.btn-border {
    background: transparent;
    color: var(--text-primary);
    fill: var(--text-primary);
}
.btn.btn-border:hover {
    background: none;
}
.btn.btn-border::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--text-primary);
    border-radius: var(--el-border-radius-min);
    overflow: hidden;
}
.btn.btn-border .el-ripple-circle {
    background: var(--text-primary);
}
.btn.btn-with-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn.btn-with-icon > svg {
    width: 0.875rem;
    height: 0.875rem;
}
.btn.btn-with-icon .btn-icon-right {
    margin-left: 0.5rem;
}
.btn:focus {
    outline: none;
}
.btn:hover {
    color: var(--primary-color);
    fill: var(--primary-color);
}
.btn:hover .el-ripple-circle {
    width: calc(var(--ripple-width) * 2.25);
    padding-top: calc(var(--ripple-width) * 2.25);
}
.ripple {
    position: relative;
    overflow: hidden;
}
.ripple-effect {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0.25rem;
    height: 0.25rem;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: ripple 1s ease forwards;
    z-index: 3;
}
@keyframes ripple {
    0% {
        transform: none;
    }
    100% {
        transform: scale(250);
    }
}
.hover-link {
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
    color: var(--text-primary);
}
.hover-link::after {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    transform: translateY(-100%);
    transition: all 0.4s;
    color: var(--main-color);
}
.hover-link > span {
    display: block;
    transform: translateY(0);
    transition: all 0.4s;
}
.hover-link:hover > span,
.hover-link.active > span {
    transform: translateY(100%);
}
.hover-link:hover::after,
.hover-link.active::after {
    transform: translateY(0);
}
.wrapp-btn-circl-arrow {
    display: flex;
    flex-wrap: wrap;
}
.btn-circl-arrow {
    position: relative;
    display: flex;
    width: 2rem;
    height: 2rem;
    color: var(--primary-color);
    fill: var(--primary-color);
    background-color: var(--main-color);
    border-radius: 50%;
    text-align: center;
    font-size: 1rem;
    overflow: hidden;
}
.btn-circl-arrow:hover {
    background-color: var(--primary-bg-color);
}
.btn-circl-arrow > svg {
    margin: auto;
    transition: all 0.2s;
}
.btn-circl-arrow.btn-circl-arrow-white {
    color: var(--main-color);
    fill: var(--main-color);
    background-color: var(--primary-color);
}
.btn-circl-arrow.btn-circl-arrow-white:hover {
    background-color: var(--primary-bg-color);
}
.btn-top {
    position: fixed;
    right: 15px;
    bottom: -5rem;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    border-radius: var(--el-border-radius-min);
    border: 1px solid var(--border-color);
    background: var(--primary-color);
    z-index: 100;
    fill: var(--main-color);
    transition: all 0.2s;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}
.btn-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 15px;
}
.btn-top:hover {
    border-color: var(--main-color);
    fill: var(--main-color);
}
.btn-top > svg {
    width: 0.875rem;
    height: 0.625rem;
    margin: auto;
    transform: rotate(-90deg);
}
*::-webkit-input-placeholder,
*::placeholder {
    color: var(--placeholder-color);
    opacity: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime-local"],
input[type="file"],
textarea,
select {
    display: block;
    font-size: 1rem;
    font-family: var(--font-family);
    font-weight: var(--font-weight);
    width: 100%;
    padding: calc(0.75em - 1px) 1rem;
    margin-bottom: 1rem;
    border-radius: var(--el-border-radius-min);
    border: 1px solid var(--border-color);
    background-color: transparent;
    outline: none;
    color: var(--text-primary);
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.2s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    border-color: var(--main-color);
}
input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="tel"]:disabled,
input[type="password"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="url"]:disabled,
input[type="date"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="time"]:disabled,
input[type="datetime-local"]:disabled,
input[type="file"]:disabled,
textarea:disabled,
select:disabled {
    background-color: var(--primary-bg-color);
}
textarea {
    height: auto;
    resize: none;
}
.form-field {
    position: relative;
    margin-bottom: 1.25rem;
}
.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="tel"],
.form-field input[type="password"],
.form-field input[type="number"],
.form-field input[type="search"],
.form-field input[type="url"],
.form-field input[type="date"],
.form-field input[type="month"],
.form-field input[type="week"],
.form-field input[type="time"],
.form-field input[type="datetime-local"],
.form-field input[type="file"],
.form-field textarea,
.form-field select,
.form-field .form-field-label {
    margin: 0;
}
.form-field.focus .form-field-label {
    opacity: 0;
    visibility: hidden;
    transform: translateX(1rem);
}
.form-field label.error {
    position: absolute;
    right: 0.3125rem;
    top: 0.3125rem;
    color: var(--error-color);
    font-size: 0.75rem;
    line-height: 1;
}
.form-field input.error,
.form-field textarea.error,
.form-field select.error {
    border-color: var(--error-color);
}
.form-field input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -111;
}
.form-field.form-field-small input[type="text"],
.form-field.form-field-small input[type="email"],
.form-field.form-field-small input[type="tel"],
.form-field.form-field-small input[type="password"],
.form-field.form-field-small input[type="number"],
.form-field.form-field-small input[type="search"],
.form-field.form-field-small input[type="url"],
.form-field.form-field-small input[type="date"],
.form-field.form-field-small input[type="month"],
.form-field.form-field-small input[type="week"],
.form-field.form-field-small input[type="time"],
.form-field.form-field-small input[type="datetime-local"],
.form-field.form-field-small input[type="file"],
.form-field.form-field-small textarea,
.form-field.form-field-small select,
.form-field.form-field-small .form-field-label {
    font-size: 0.875rem;
}
.form-field small {
    color: var(--text-secondary);
}
.form-field-label {
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
    color: var(--placeholder-color);
    padding: calc(0.75em - 1px) 1rem;
    transition: all 0.2s;
    border: 1px solid transparent;
    opacity: 1;
    visibility: visible;
    transform: none;
}
.form-btn {
    display: flex;
}
.form-btn.form-btn-wide .btn {
    width: 100%;
}
.form-btn .btn {
    display: block;
}
.checkbox {
    position: relative;
}
.radio {
    position: relative;
}
.material-icons {
    font-family: "Material Icons";
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    height: 1rem;
    width: 1rem;
}
.material-icons.material-icons-outlined {
    font-family: "Material Icons Outlined";
}
.material-icons.md-18 {
    font-size: 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
}
.material-icons.md-22 {
    font-size: 1.375rem;
    width: 1.375rem;
    height: 1.375rem;
}
.material-icons.md-24 {
    font-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
}
.material-icons.md-48 {
    font-size: 3rem;
    width: 3rem;
    height: 3rem;
}
.popup_style {
    display: none;
    width: 100%;
    max-width: 28.125rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 0;
    padding: 0 1rem;
    overflow: hidden;
}
.popup {
    position: relative;
    width: 100%;
    background-color: var(--primary-color);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 2.5rem 2.85rem;
    margin: 0 auto;
    border-radius: var(--el-border-radius);
    overflow: hidden;
}
.open_popup {
    display: block;
}
.popup_close {
    position: absolute;
    right: 0.25rem;
    top: 0.25rem;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    transition: all 0.2s;
}
.popup_close:hover {
    transform: rotate(90deg);
    color: var(--main-color);
}
.popup_heading {
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 700;
}
.popup_style_sally {
    transform: scale3d(0.5, 0.5, 1);
}
.popup_visible .popup_style_sally {
    transform: scale3d(1, 1, 1);
}
.tabs {
    position: relative;
}
.tabs-nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid var(--border-color);
    color: var(--text-primary);
}
.tabs-nav li {
    padding: 0.625rem 0;
    margin-right: 2.5rem;
    cursor: pointer;
    position: relative;
    transition: all 0.2s;
}
.tabs-nav li:last-child {
    margin-right: 0;
}
.tabs-nav li::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 0;
    height: 2px;
    background-color: var(--main-color);
    transform: translateX(-50%);
    transition: all 0.2s;
}
.tabs-nav li.active,
.tabs-nav li:hover {
    color: var(--main-color);
}
.tabs-nav li.active::after,
.tabs-nav li:hover::after {
    width: 100%;
}
.tabs-item {
    display: none;
    padding-top: 2rem;
}
.tabs-item.active {
    display: block;
}
.tabs-container {
    width: 100%;
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .tabs-item {
        padding-top: 0;
    }
    .tabs-container {
        padding-top: 1.5rem;
    }
    .tabs-nav {
        flex-wrap: wrap;
        border: none;
        border-radius: var(--el-border-radius);
        background-color: var(--primary-bg-color);
        overflow: hidden;
    }
    .tabs-nav li {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid var(--border-color);
        padding: 0.625rem 1rem;
    }
    .tabs-nav li:last-child {
        border-bottom: none;
    }
    .tabs-nav li::after {
        content: none;
    }
    .tabs-nav li:hover,
    .tabs-nav li.active {
        background-color: var(--main-color);
        color: var(--primary-color);
    }
}
.header-top {
    position: relative;
    background-color: var(--text-primary);
    color: var(--primary-color);
    padding: 0.625rem 0;
    font-size: 1rem;
    z-index: 1;
}
.header-top i {
    color: var(--primary-color);
}
.header-top a {
    color: var(--primary-color);
    opacity: 0.8;
    text-decoration: none;
}
.header-top a:hover {
    color: var(--primary-color);
    opacity: 1;
}
.header-top-links {
    display: flex;
    align-items: center;
    margin-left: -2rem;
}
.header-top-links > * {
    margin-left: 2rem;
}
.header-top-links .header-call-back-link {
    display: flex;
    align-items: center;
    color: var(--primary-color);
    opacity: 0.8;
}
.header-top-links .header-call-back-link i {
    margin-right: 5px;
}
.header-top-links .header-call-back-link span {
    border-bottom: 1px dashed var(--primary-color);
    transition: all 0.2s;
    line-height: 1.1;
}
.header-top-links .header-call-back-link:hover {
    opacity: 1;
}
.header-top-links .header-call-back-link:hover span {
    border-bottom-style: solid;
}
.header-top-info {
    display: flex;
    align-items: center;
    margin-left: -1rem;
}
.header-top-info li {
    display: flex;
    align-items: center;
    margin-left: 1rem;
}
.header-top-info li > a {
    opacity: 1;
    display: flex;
    align-items: center;
}
.header-top-info li > a:hover span {
    opacity: 1;
}
.header-top-info li i {
    margin-right: 0.625rem;
}
.header-top-info li span {
    opacity: 0.8;
    transition: all 0.25s;
}
.social-links {
    display: flex;
    align-items: center;
}
.social-links li {
    margin-right: 0.5rem;
}
.social-links li:last-child {
    margin-right: 0;
}
.social-links li a {
    display: flex;
    width: 1.5rem;
    height: 1.5rem;
    fill: var(--primary-color);
    overflow: hidden;
    opacity: 0.8;
}
.social-links li a svg {
    display: block;
    width: 1rem;
    height: 1rem;
    margin: auto;
}
.social-links li:hover a {
    opacity: 1;
}
.header-fixed {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0.75rem 0;
    background-color: var(--primary-color);
    font-size: 1rem;
    min-height: 3.5rem;
    display: flex;
    align-items: center;
    z-index: 101;
    box-shadow: var(--header-box-shadow);
}
.header-fixed .col-static {
    position: static;
}
.header-fixed .container {
    position: relative;
}
.logo {
    display: block;
    text-decoration: none;
}
.logo img {
    display: block;
    max-height: 4rem;
    width: auto;
}
.logo svg {
    display: block;
}
body.mob-main-mnu-open {
    overflow: hidden;
}
body.mob-main-mnu-open .header-fixed {
    box-shadow: var(--header-box-shadow);
}
body.mob-main-mnu-open .mob-main-mnu {
    transform: none;
}
.mob-main-mnu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    max-width: 20rem;
    background-color: var(--primary-color);
    z-index: 100;
    box-shadow: var(--header-box-shadow);
    transform: translateX(-150%);
    overflow: hidden;
    overflow-y: auto;
    transition: transform 0.6s;
}
.mf-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    z-index: 99;
    opacity: 0;
    cursor: pointer;
    visibility: hidden;
    transition: opacity 0.4s;
}
.mf-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--text-primary);
    opacity: 0.9;
}
.mf-bg.visible {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
}
.mf-bg.side-visible {
    z-index: 1110;
}
.mob-main-mnu-content {
    background-color: var(--primary-bg-color);
}
.mob-main-mnu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: var(--font-size);
}
.mob-main-mnu-list > li {
    position: relative;
    border-bottom: 1px solid var(--primary-color);
}
.mob-main-mnu-list > li > a {
    display: block;
    color: var(--text-primary);
    text-decoration: none;
    width: 100%;
    padding: 0 3.75rem 0 1.25rem;
    height: 3.125rem;
    line-height: 3.125rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mob-main-mnu-list > li.active > a,
.mob-main-mnu-list > li.open > a {
    background-color: var(--main-color);
    color: var(--primary-color);
}
.mob-main-mnu-list > li.active .mmm-btn,
.mob-main-mnu-list > li.open .mmm-btn {
    color: var(--primary-color);
}
.mob-main-mnu-list > li.open .mmm-btn {
    transform: rotateX(180deg);
}
.mob-main-mnu-list > li .mmm-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 3.125rem;
    height: 3.125rem;
    border-left: 1px solid var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    cursor: pointer;
}
.mmsm {
    display: none;
    background-color: var(--primary-color);
    font-size: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.mmsm li {
    border-bottom: 1px solid var(--border-color);
}
.mmsm li:first-child {
    border-top: 1px solid var(--border-color);
}
.mmsm li a {
    display: block;
    padding: 0.625rem 1.25rem 0.625rem 2.5rem;
    text-decoration: none;
    color: var(--text-primary);
}
.main-mnu-list {
    display: flex;
    margin-left: -1.25rem;
}
.main-mnu-list > li {
    position: relative;
    margin-left: 1rem;
    padding: 1rem 0;
}
.main-mnu-list > li:hover > a > span,
.main-mnu-list > li.active > a > span {
    transform: translateY(100%);
}
.main-mnu-list > li:hover > a::after,
.main-mnu-list > li.active > a::after {
    transform: none;
}
.main-mnu-list > li:hover > ul {
    transform: none;
    opacity: 1;
    visibility: visible;
    z-index: 11;
}
.main-mnu-list > li:hover > a i {
    transform: rotateX(180deg);
}
.main-mnu-list > li:last-child > a {
    padding-right: 0;
}
.main-mnu-list > li > a {
    font-size: 0.9375rem;
    padding: 0 0.625rem;
    overflow: hidden;
    white-space: nowrap;
}
.main-mnu-list > li > a::after {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    padding: 0 0.625rem;
    width: 100%;
    white-space: nowrap;
    transition: all 0.4s;
    color: var(--main-color);
}
.main-mnu-list > li > a > span {
    display: block;
    transform: translateY(0);
    transition: all 0.4s;
}
.main-mnu-list > li a {
    color: var(--text-primary);
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 1rem;
}
.main-mnu-list > li.menu-item-has-children {
    padding-right: 0;
}
.main-mnu-list > li.menu-item-has-children > a {
    display: flex;
    align-items: center;
}
.main-mnu-list > li.menu-item-has-children > a i {
    margin-left: 0.25rem;
    font-size: 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
    color: var(--main-color);
    transition: all 0.4s;
}
.main-mnu-list > li > ul {
    position: absolute;
    top: 100%;
    background-color: var(--primary-color);
    box-shadow: var(--el-box-shadow);
    min-width: 12.5rem;
    z-index: 10;
    transform: translateY(15px);
    border-radius: var(--el-border-radius-min);
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
    padding: 0.75rem 0;
    transition: all 0.2s 0.2s;
    cursor: default;
}
.main-mnu-list > li > ul > li {
    padding: 0.5rem 1.5625rem;
}
.main-mnu-list > li > ul > li > a {
    display: block;
}
.main-mnu-list > li > ul li a {
    transition: all 0.2s 0s;
    overflow: hidden;
}
.main-mnu-list > li > ul li a::after {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    width: 100%;
    transition: all 0.4s;
    color: var(--main-color);
}
.main-mnu-list > li > ul li a > span {
    display: block;
    transform: translateY(0);
    transition: all 0.4s;
}
.main-mnu-list > li > ul li a:hover > span {
    transform: translateY(100%);
}
.main-mnu-list > li > ul li a:hover::after {
    transform: translateY(0);
}
.main-mnu-btn {
    position: relative;
    display: block;
    width: 24px;
    height: 18px;
    overflow: hidden;
}
.main-mnu-btn .bar {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-primary);
    transition: all 0.4s ease-in-out;
}
.main-mnu-btn .bar-1 {
    top: 0;
}
.main-mnu-btn .bar-2,
.main-mnu-btn .bar-3 {
    top: 8px;
}
.main-mnu-btn .bar-3 {
    right: 0;
}
.main-mnu-btn .bar-4 {
    bottom: 0;
}
.main-mnu-btn.active .bar-1 {
    transform: translateX(40px);
    background-color: transparent;
}
.main-mnu-btn.active .bar-2 {
    transform: rotate(45deg);
}
.main-mnu-btn.active .bar-3 {
    transform: rotate(-45deg);
}
.main-mnu-btn.active .bar-4 {
    transform: translateX(-40px);
    background-color: transparent;
}
.header-search.open .header-search-ico-close {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.header-search.open .header-search-ico-search {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.3);
}
.header-search.open .header-search-form {
    visibility: visible;
    opacity: 1;
}
.header-search-ico {
    cursor: pointer;
    position: relative;
    z-index: 13;
    transition: all 0.2s;
}
.header-search-ico:hover {
    color: var(--main-color);
}
.header-search-ico-search,
.header-search-ico-close {
    position: absolute;
    left: 0.0625rem;
    top: 0.0625rem;
    transition: all 0.2s;
}
.header-search-ico-close {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.3);
}
.header-search-ico-search {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.header-search-form {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    padding-right: 2rem;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}
.header-search-form .form-field {
    margin: 0;
}
.header-search-form .form-field .form-field-input {
    padding-right: 2.5rem;
}
.header-search-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    color: var(--text-primary);
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all 0.2s;
}
.header-search-btn:hover {
    color: var(--main-color);
}
.header-search-btn:focus {
    outline: none;
}
.header-search-btn:active i {
    transform: scale(0.8);
}
.header-search-btn i {
    transition: all 0.2s;
}
.header-lang {
    position: relative;
}
.header-lang.open .header-lang-current {
    color: var(--main-color);
}
.header-lang-current {
    display: flex;
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
    color: var(--text-primary);
    transition: all 0.2s;
}
.header-lang-current:hover {
    color: var(--main-color);
}
.header-lang-current .material-icons {
    margin: auto;
}
.header-navbar {
    position: relative;
    z-index: 3;
}
.header-navbar.open .header-navbar-content {
    opacity: 1;
    visibility: visible;
    transform: none;
}
.header-navbar .social-links li a {
    opacity: 1;
}
.header-navbar-btn {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s;
}
.header-navbar-btn:hover {
    color: var(--main-color);
}
.header-navbar-btn:active {
    transform: scale(0.8);
}
.header-navbar-content {
    position: absolute;
    top: 100%;
    right: 0;
    padding: 1.5rem;
    background-color: var(--primary-color);
    font-size: 1rem;
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
    transform: translateX(30px);
    white-space: nowrap;
    z-index: 15;
    box-shadow: var(--el-box-shadow);
}
.header-navbar-content .header-actions {
    padding: 0;
}
.header-navbar-content > li {
    display: flex;
    margin-bottom: 1rem;
}
.header-navbar-content > li:last-child {
    margin-bottom: 0;
}
.header-navbar-content i {
    color: var(--text-primary);
}
.header-navbar-content a {
    color: var(--text-primary);
    text-decoration: none;
    display: flex;
    align-items: center;
}
.header-navbar-content a:hover {
    color: var(--text-primary);
}
.header-navbar-content a i {
    margin-right: 0.625rem;
}
.header-navbar-content .header-call-back-link span {
    border-bottom: 1px dashed var(--text-primary);
    transition: all 0.2s;
    line-height: 1.3;
}
.header-navbar-content .header-call-back-link:hover span {
    border-bottom-style: solid;
}
.header-navbar-content .social-links {
    margin-top: 0.3125rem;
}
.header-navbar-content .social-links li a {
    fill: var(--text-primary);
}
.header-actions {
    display: flex;
    align-items: center;
    margin-left: -1.25rem;
    padding: 1rem 0;
}
.header-actions > li {
    margin-left: 1.25rem;
}
.header-action-icon {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-primary);
    width: 1.5rem;
    height: 1.5rem;
    transition: all 0.2s;
}
.header-action-icon:hover {
    color: var(--main-color);
}
.side {
    position: fixed;
    top: 0;
    width: 20rem;
    height: 100%;
    background: var(--primary-color);
    z-index: 1111;
    transition: all 0.4s;
}
.side.open {
    transform: none;
}
.side-scroll {
    padding: 1rem 1.5rem 1.25rem;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}
.section {
    position: relative;
    padding: 4.5rem 0;
    background-color: var(--primary-color);
    color: var(--text-primary);
}
.section-bgc {
    background-color: var(--primary-bg-color);
}
.section-heading {
    margin-bottom: 3.25rem;
}
.section-heading h1,
.section-heading h2,
.section-heading h3 {
    position: relative;
    font-size: 2.5rem;
    margin: 0;
}
.section-heading.shm-none {
    margin-bottom: 0;
}
.section-heading .btn-group {
    margin-top: 2rem;
}
.heading-center {
    text-align: center;
}
.section-subheading {
    font-size: 1rem;
    margin-bottom: 0.3125rem;
    text-transform: uppercase;
    color: var(--main-color);
}
.section-desc {
    margin: 1.25rem auto 0 auto;
    max-width: 35rem;
    color: var(--text-secondary);
}
.section-btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-bottom: -1rem;
    margin-top: 0.3125rem;
}
.section-btns .btn {
    margin-bottom: 1rem;
    margin-left: 1rem;
}
.section-nav {
    position: relative;
    margin-bottom: 2rem;
    margin-top: -0.3125rem;
}
.section-nav-list {
    list-style: none;
    margin: 0;
    padding: 0.3125rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    width: 100%;
    overflow-x: auto;
}
.section-nav-list li {
    cursor: pointer;
    padding: 0 0.3125rem;
    margin-right: 1.5rem;
    white-space: nowrap;
    transition: all 0.2s;
}
.section-nav-list li:last-child {
    margin-right: 0;
}
.section-nav-list li:hover,
.section-nav-list li.active {
    color: var(--main-color);
}
.footer {
    position: relative;
    background-color: var(--text-primary);
    width: 100%;
    color: var(--primary-color);
    font-size: 1rem;
}
.footer p,
.footer i {
    opacity: 0.8;
}
.footer a {
    opacity: 0.8;
    color: var(--primary-color);
    text-decoration: none;
}
.footer a:hover {
    color: var(--primary-color);
}
.footer a::after {
    color: var(--primary-color);
}
.footer-company-top .logo {
    opacity: 1;
}
.footer-main {
    padding: 4rem 0;
}
.footer-company-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.footer-company-info .logo {
    margin-bottom: 1.25rem;
    height: auto;
}
.footer-company-desc {
    margin-bottom: 2rem;
}
.footer-company-desc p {
    margin-bottom: 0;
}
.footer-social-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all 0.2s;
}
.footer-social-links li {
    margin-right: 0.625rem;
}
.footer-social-links li:last-child {
    margin-right: 0;
}
.footer-social-links li a {
    display: flex;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: var(--el-border-radius-min);
    fill: var(--primary-color);
    border: 1px solid var(--primary-color);
}
.footer-social-links li a > svg {
    display: block;
    width: 1rem;
    height: 1rem;
    margin: auto;
}
.footer-social-links li a:hover {
    background-color: var(--primary-color);
    fill: var(--text-primary);
    opacity: 1;
}
.footer-item-heading {
    font-family: var(--heading-font-family);
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
    opacity: 0.9;
    line-height: var(--heading-line-height);
    font-weight: 700;
}
.footer-contacts li {
    display: flex;
    margin-bottom: 1rem;
}
.footer-contacts li:last-child {
    margin-bottom: 0;
}
.footer-contacts li i {
    margin-right: 0.5rem;
}
.footer-contacts i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}
.footer-contact-info {
    opacity: 0.8;
}
.footer-contact-info a {
    opacity: 1;
}
.footer-contact-info a:hover {
    text-decoration: underline;
}
.footer-contact-info p {
    margin: 0;
}
.footer-bottom {
    position: relative;
    padding: 1.625rem 0 1.5rem;
    font-size: 0.875rem;
}
.footer-bottom::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: var(--primary-color);
    opacity: 0.2;
}
.footer-bottom .copyright {
    opacity: 0.8;
}
.footer-bottom .items {
    margin-bottom: -1.5rem;
}
.footer-bottom .item {
    margin-bottom: 1.5rem;
}
.footer-links ul {
    display: flex;
    margin-bottom: -1rem;
    margin-left: -1.25rem;
}
.footer-links ul li {
    margin-bottom: 1rem;
    margin-left: 1.25rem;
}
.footer-links ul li a {
    display: block;
    text-decoration: none;
    border-bottom: 1px dashed var(--primary-color);
}
.footer-links ul li a:hover {
    border-bottom-style: solid;
}
.litems {
    margin-bottom: -45px;
}
.litem {
    margin-bottom: 45px;
}
.items {
    margin-bottom: -30px;
}
.item {
    margin-bottom: 30px;
}
.item-style {
    position: relative;
    background-color: var(--primary-color);
    border-radius: var(--el-border-radius);
    overflow: hidden;
    color: var(--text-primary);
    height: 100%;
    transition: box-shadow 0.2s;
}
.item-style:hover {
    box-shadow: var(--el-box-shadow);
}
.item-style:hover::after {
    border-color: transparent;
}
.item-style::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--el-border-radius);
    border: 1px solid var(--border-color);
    overflow: hidden;
    pointer-events: none;
    transition: border-color 0.2s;
    z-index: 1;
}
.item-square {
    display: block;
    width: 100%;
    overflow: hidden;
}
.item-square::after {
    content: "";
    float: left;
    margin-top: 100%;
}
.flickity-slider .item-style:hover {
    box-shadow: none;
}
.flickity-slider .item-style:hover::after {
    border-color: var(--main-color);
}
.img-cover {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.item-heading {
    font-family: var(--heading-font-family);
    font-size: 1.125rem;
    font-weight: var(--heading-font-weight);
}
.item-heading a {
    text-decoration: none;
    color: var(--text-primary);
}
.item-heading a:hover {
    color: var(--main-color);
}
.item-heading-large {
    font-family: var(--heading-font-family);
    font-size: 1.5rem;
    font-weight: var(--heading-font-weight);
}
.el-ripple {
    --ripple-width: 100%;
    --ripple-time: 0.4s;
    position: relative;
    overflow: hidden;
    transition: all var(--ripple-time);
}
.el-ripple .el-ripple-circle {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: var(--el-gradient1);
    transform: translate(-50%, -50%);
    transition: width var(--ripple-time), padding-top var(--ripple-time);
    z-index: 0;
}
.el-ripple span,
.el-ripple div,
.el-ripple i {
    position: relative;
    z-index: 1;
}
.el-ripple:hover {
    color: var(--primary-color);
}
.el-ripple:hover .el-ripple-circle {
    width: calc(var(--ripple-width) * 3);
    padding-top: calc(var(--ripple-width) * 3);
}
.cookie-message {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1.25rem 1rem;
    opacity: 0;
    visibility: hidden;
    color: var(--primary-color);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 111111;
    transition: all 0.2s;
}
.cookie-message::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: var(--text-primary);
    z-index: -1;
}
.cookie-message.open {
    opacity: 1;
    visibility: visible;
}
.mc-btn {
    white-space: nowrap;
    margin-left: 1.5rem;
    min-width: 11.25rem;
}
@media only screen and (max-width: 576px) {
    .cookie-message {
        display: block;
        padding: 1rem;
    }
    .mc-btn {
        margin-left: 0;
    }
}
@media (max-width: 1199.98px) {
    .main-mnu-list {
        margin-left: -0.625rem;
    }
    .main-mnu-list > li {
        margin-left: 0.5rem;
    }
    .header-fixed .container {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
    .header-fixed .row {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }
    .header-fixed .row .header-fixed-col {
        padding: 0 0.625rem;
    }
    .section-nav-list li.hover-link {
        overflow: initial;
    }
    .hover-link > span {
        transform: none;
    }
    .hover-link::after {
        content: none;
    }
    .hover-link.active > span,
    .hover-link:hover > span {
        transform: none;
    }
}
@media (max-width: 991.98px) {
    .header-top {
        display: none;
    }
    .header-fixed {
        z-index: 101;
    }
    .header-search-form {
        padding-right: 0;
        padding-right: 4.375rem;
    }
    .mob-main-mnu {
        display: flex;
    }
    .section-nav-list li {
        margin-right: 1rem;
    }
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .header-fixed {
        padding: 0.625rem 0 0.625rem 0.25rem;
    }
    .logo img {
        max-height: 2.25rem;
    }
    .header-actions {
        padding: 0.5rem 0;
    }
    .items {
        margin-bottom: -30px;
    }
    .item {
        margin-bottom: 30px;
    }
    .section-heading {
        margin-bottom: 3rem;
    }
    .section-heading h1,
    .section-heading h2,
    .section-heading h3 {
        font-size: 2rem;
    }
    .item-heading-large {
        font-size: 1.25rem;
    }
    .section-nav {
        margin-bottom: 1.5rem;
    }
    .section-nav-list {
        justify-content: start;
        white-space: nowrap;
        overflow-x: auto;
    }
    .footer-main {
        padding: 3rem 0;
    }
    .footer-contacts li {
        margin-bottom: 1.25rem;
    }
    .footer-contact-info p {
        margin-bottom: 8px;
    }
    .footer-contact-info p:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 575.98px) {
    .popup {
        padding: 2rem 1.5rem;
    }
    .item-heading-large {
        font-size: 1.125rem;
    }
}
.footer-widget {
    margin-bottom: 45px;
}
.footer-widget.widget_nav_menu ul li {
    margin-bottom: 1rem;
}
.footer-widget.widget_nav_menu ul li:last-child {
    margin-bottom: 0;
}
.wpcf7-form br {
    display: none;
}
.wpcf7-form .form-field br,
.wpcf7-form .form-field p {
    display: none;
}
.wpcf7-form .form-field .wpcf7-not-valid-tip {
    color: var(--error-color);
    font-size: 0.67rem;
    line-height: 1;
    position: absolute;
    right: 5px;
    top: 5px;
    white-space: nowrap;
}
.wpcf7-form .form-field.form-field-checkbox .wpcf7-not-valid-tip {
    top: -0.75rem;
    right: initial;
    left: 0;
}
.wpcf7-form .form-field .wpcf7-form-control-wrap {
    position: static;
}
.wpcf7-form .form-field input.wpcf7-not-valid,
.wpcf7-form .form-field textarea.wpcf7-not-valid,
.wpcf7-form .form-field select.wpcf7-not-valid {
    border-color: var(--error-color);
}
.wpcf7-form .form-btn {
    align-items: center;
}
.wpcf7-form .form-btn + p {
    display: none;
}
.wpcf7-form .form-btn .btn {
    margin-bottom: 0;
}
.wpcf7-form .radio {
    position: relative;
}
.wpcf7 form .wpcf7-response-output {
    position: relative;
    padding: 0.75rem 1rem;
    margin: 1.25rem 0 0 0;
    border-radius: var(--el-border-radius-min);
    border-radius: var(--el-border-radius-min);
    color: var(--text-primary);
    font-size: 1rem;
    line-height: 1.375rem;
    border: none;
    overflow: hidden;
}
.wpcf7 form .wpcf7-response-output::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--alert-danger);
    opacity: 0.1;
    pointer-events: none;
}
.wpcf7 .form-field label {
    margin-bottom: 0;
}
.wpcf7-checkbox {
    position: relative;
}
.wpcf7-checkbox .wpcf7-list-item {
    display: flex;
    margin: 0;
}
.wpcf7-checkbox:hover .wpcf7-list-item-label::before {
    border-color: var(--main-color);
}
.wpcf7-checkbox input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
}
.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
}
.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    border-color: var(--main-color);
}
.wpcf7-checkbox .wpcf7-list-item-label {
    position: relative;
    display: block;
    line-height: 1.25rem;
    font-weight: var(--font-weight);
    margin: 0;
    font-size: 0.875rem;
    color: var(--text-secondary);
    cursor: pointer;
    padding-left: 1.875rem;
}
.wpcf7-checkbox .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    width: 1.25rem;
    height: 1.25rem;
    min-width: 1.25rem;
    border: 1px solid var(--border-color);
    fill: var(--main-color);
    color: var(--main-color);
    border-radius: 0.25rem;
    transition: all 0.2s;
}
.wpcf7-checkbox .wpcf7-list-item-label::after {
    content: "\e5ca";
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Material Icons";
    text-align: center;
    font-size: 1rem;
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    color: var(--main-color);
    opacity: 0;
    transition: all 0.2s;
}
.minicolors {
    position: relative;
}
.minicolors-sprite {
    background-image: url(/assets/img/jquery.minicolors.png);
}
.minicolors-swatch {
    position: absolute;
    vertical-align: middle;
    background-position: -80px 0;
    cursor: text;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.minicolors-swatch::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
}
.minicolors-swatch-color {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.minicolors input[type="hidden"] + .minicolors-swatch {
    width: 28px;
    position: static;
    cursor: pointer;
}
.minicolors input[type="hidden"][disabled] + .minicolors-swatch {
    cursor: default;
}
.minicolors-panel {
    position: absolute;
    width: 173px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    box-sizing: content-box;
    display: none;
}
.minicolors .minicolors-grid {
    position: relative;
    top: 1px;
    left: 1px;
    width: 150px;
    height: 150px;
    margin-bottom: 2px;
    background-position: -120px 0;
    cursor: crosshair;
}
[dir="rtl"] .minicolors .minicolors-grid {
    right: 1px;
}
.minicolors .minicolors-grid-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
}
.minicolors-slider-wheel .minicolors-grid {
    background-position: -720px 0;
}
.minicolors-slider,
.minicolors-opacity-slider {
    position: absolute;
    top: 1px;
    left: 152px;
    width: 20px;
    height: 150px;
    background-color: #fff;
    background-position: 0 0;
    cursor: row-resize;
}
[dir="rtl"] .minicolors-slider,
[dir="rtl"] .minicolors-opacity-slider {
    right: 152px;
}
.minicolors-slider-wheel .minicolors-slider {
    background-position: -20px 0;
}
.minicolors-opacity-slider {
    left: 173px;
    background-position: -40px 0;
    display: none;
}
[dir="rtl"] .minicolors-opacity-slider {
    right: 173px;
}
.minicolors-grid .minicolors-picker {
    position: absolute;
    top: 70px;
    left: 70px;
    width: 12px;
    height: 12px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-top: -6px;
    margin-left: -6px;
    background: none;
}
.minicolors-grid .minicolors-picker > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    border: solid 2px #fff;
    box-sizing: content-box;
}
.minicolors-picker {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 3px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    margin-top: -2px;
    margin-left: 1px;
    box-sizing: content-box;
}
.minicolors-swatches,
.minicolors-swatches li {
    margin: 5px 0 3px 5px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
[dir="rtl"] .minicolors-swatches,
[dir="rtl"] .minicolors-swatches li {
    margin: 5px 5px 3px 0;
}
.minicolors-swatches .minicolors-swatch {
    position: relative;
    float: left;
    cursor: pointer;
    margin: 0 4px 0 0;
}
[dir="rtl"] .minicolors-swatches .minicolors-swatch {
    float: right;
    margin: 0 0 0 4px;
}
.minicolors-swatch.selected {
    border-color: #000;
}
.minicolors-inline {
    display: inline-block;
}
.minicolors-inline .minicolors-input {
    display: none !important;
}
.minicolors-inline .minicolors-panel {
    position: relative;
    top: auto;
    left: auto;
    box-shadow: none;
    z-index: auto;
    display: inline-block;
}
[dir="rtl"] .minicolors-inline .minicolors-panel {
    right: auto;
}
.ui-slider-outer {
    position: relative;
    margin-top: 0.75rem;
    height: 0.3125rem;
    margin-bottom: 1.125rem;
    background-color: var(--primary-bg-color);
    border-radius: var(--el-border-radius);
}
.ui-slider-outer.ui-slider-outer-min {
    margin: 0.5rem 0;
}
.ui-slider-outer.ui-slider-outer-min .ui-slider-handle {
    top: -0.375rem;
    margin-left: -0.5rem;
    width: 1rem;
    height: 1rem;
}
.ui-slider-handle {
    position: absolute;
    z-index: 2;
    top: -0.625rem;
    margin-left: -0.75rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: var(--el-gradient2);
    cursor: ew-resize;
    outline: none;
}
.ui-slider-handle:last-child {
    background-color: var(--el-gradient1);
}
.slider-range-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.panel-settings {
    left: 0;
    top: 0;
    box-shadow: var(--el-box-shadow);
    transform: translateX(-100%);
    z-index: 99;
}
.panel-settings::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    border-top-right-radius: var(--el-border-radius);
    border-bottom-right-radius: var(--el-border-radius);
    z-index: 1;
}
.panel-settings .panel-settings-heading {
    margin-bottom: 1.5rem;
}
.panel-settings .side-scroll {
    position: relative;
    z-index: 2;
    padding: 1.5rem;
}
.panel-settings .form-field-ps-row {
    display: flex;
    align-items: center;
}
.panel-settings .form-field-ps-row label {
    margin-left: 1rem;
}
.panel-settings .form-field {
    margin-bottom: 1rem;
}
.panel-settings .form-field label {
    font-size: 0.875rem;
    line-height: 1;
    margin-bottom: 0;
}
.panel-settings .form-field label small {
    display: block;
    margin-top: 0.25rem;
}
.panel-settings .form-field input {
    height: 30px;
}
.panel-settings.open {
    transform: none;
    z-index: 9999;
}
.panel-settings.open + .psnav .psnavi-btn .material-icons:nth-child(1) {
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.3);
}
.panel-settings.open + .psnav .psnavi-btn .material-icons:nth-child(2) {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.psnav {
    position: fixed;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    z-index: 14;
}
.psnav-item {
    display: block;
    font-family: var(--heading-font-family), sans-serif;
    padding: 0.625rem 0.5rem;
    font-size: 0.75rem;
    color: var(--text-primary);
    background-color: var(--primary-color);
    box-shadow: var(--el-box-shadow);
    border-radius: var(--el-border-radius-min);
    margin-bottom: 0.5rem;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
}
.psnav-item:last-child {
    margin-bottom: 0;
}
.psnav-item:hover {
    color: var(--text-primary);
}
.psnav-item:hover .hover-link span {
    transform: translateY(100%);
}
.psnav-item:hover .hover-link::after {
    transform: translateY(0);
}
.psnav-item .hover-link::after {
    color: var(--text-primary);
}
.psnav-item .hover-link span {
    line-height: 1.5;
}
.psnavi-btn {
    position: relative;
    font-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
    margin-bottom: 0.25rem;
}
.psnavi-btn .material-icons {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s;
}
.psnavi-btn .material-icons:nth-child(1) {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.psnavi-btn .material-icons:nth-child(2) {
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.3);
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .panel-settings .side-scroll {
        padding: 1.5rem 1rem;
    }
}
@media only screen and (max-width: 360px) {
    .panel-settings {
        width: 290px;
    }
    .panel-settings .side-scroll {
        padding: 1.5rem 1rem;
    }
}
:root {
    --el-border-radius: 10px;
    --el-border-radius-min: 6px;
    --el-box-shadow: 2px 4px 20px 1.4px rgba(45, 45, 45, 0.13);
    --font-family: istokweb, sans-serif;
    --font-weight: 400;
    --font-size: 16px;
    --line-height: 1.625;
    --heading-font-family: montserrat, sans-serif;
    --heading-font-weight: 700;
    --heading-line-height: 1.3;
    --main-color: #186adc;
    --el-gradient1: #1859b4;
    --el-gradient2: #0467f1;
    --primary-color: #fff;
    --primary-bg-color: #f0f4f8;
    --text-primary: #303036;
    --text-secondary: #63636b;
    --border-color: #d4d4e1;
    --placeholder-color: #6f6f76;
    --error-color: #ff3d0d;
    --alert-primary: #004085;
    --alert-success: #23d36a;
    --alert-danger: #ea2626;
    --alert-warning: #ffd43d;
}
.header-fixed {
    background: #fff;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    --main-color: #186adc;
    --text-primary: #303036;
    --header-box-shadow: 0px 0px 13px 0px rgba(77, 82, 94, 0.13);
    --border-color: #d4d4e1;
    --placeholder-color: #b7b7ba;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.header-top {
    --text-primary: #303036;
    --primary-color: #fff;
}
.footer {
    background: #303036;
    background-color: #303036;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    --primary-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.intro {
    position: relative;
    min-height: 31.25rem;
    z-index: 1;
}
.intro-slider,
.intro-item {
    display: block;
    min-height: 40rem;
    overflow: hidden;
}
.intro-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 3.5rem 0;
    color: var(--text-primary);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--primary-color);
    width: 100%;
}
.intro-item .container {
    position: relative;
    z-index: 3;
}
.intro-item::after {
    content: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    opacity: 0.7;
}
.intro-item .section-desc {
    max-width: 100%;
}
.intro-content {
    --margin-left: 0;
    --margin-right: 0;
    --max-width: 25rem;
    width: 100%;
    max-width: var(--max-width);
    margin: 0 var(--margin-right) 0 var(--margin-left);
    padding: 0 0 3.75rem 0;
}
.intro-btns {
    margin-top: 1.625rem;
}
@media (max-width: 1199.98px) {
    .intro-slider,
    .intro-item {
        min-height: 35rem;
    }
    .intro-item {
        min-height: 35rem;
    }
    .intro-item::after {
        content: "";
    }
}
@media (max-width: 991.98px) {
    .intro-content {
        margin: 0 !important;
    }
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .intro-content {
        padding-bottom: 0;
    }
    .intro-content .section-desc {
        color: var(--text-primary);
    }
    .intro-item::after {
        background-color: var(--primary-color);
        opacity: 0.8;
    }
}
@media only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .intro-slider,
    .intro-item {
        height: auto;
        min-height: 25rem;
    }
    .intro-content {
        margin-bottom: 2.5rem;
    }
    .intro {
        min-height: 25rem;
    }
}
.flickity-enabled {
    position: relative;
}
.flickity-enabled:focus {
    outline: none;
}
.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}
.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, 0.75);
    border: none;
    color: #333;
}
.flickity-button:hover {
    background: #fff;
    cursor: pointer;
}
.flickity-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
    opacity: 0.6;
}
.flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    pointer-events: none;
}
.flickity-button-icon {
    fill: currentColor;
}
.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
    left: 10px;
}
.flickity-prev-next-button.next {
    right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}
.flickity-rtl .flickity-page-dots {
    direction: rtl;
}
.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
    opacity: 1;
}
.flickity-enabled.is-fade .flickity-slider > * {
    pointer-events: none;
    z-index: 0;
}
.flickity-enabled.is-fade .flickity-slider > .is-selected {
    pointer-events: auto;
    z-index: 1;
}
.flickity-page-dots {
    position: relative;
    bottom: inherit;
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: -0.625rem;
}
.flickity-page-dots .dot {
    position: relative;
    width: 0.875rem;
    height: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    background: transparent;
    opacity: 1;
    margin: 0 1.125rem 0.625rem 0;
}
.flickity-page-dots .dot:last-child {
    margin-right: 0;
}
.flickity-page-dots .dot.is-selected::after {
    background-color: var(--main-color);
    width: 100%;
    height: 100%;
}
.flickity-page-dots .dot:hover::after {
    background-color: var(--main-color);
}
.flickity-page-dots .dot::after {
    content: "";
    width: 0.625rem;
    height: 0.625rem;
    background-color: var(--text-primary);
    margin: 0;
    border-radius: 50%;
    outline: none;
    transition: all 0.2s;
}
.flickity-prev-next-button {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: var(--el-border-radius);
    background: var(--primary-color);
    border: 1px solid var(--border-color);
    display: flex;
}
.flickity-prev-next-button .flickity-button-icon {
    position: relative;
    left: 0;
    top: 0;
    width: 0.8125rem;
    height: 0.8125rem;
    margin: auto;
    fill: var(--main-color);
}
.flickity-dots-absolute .flickity-page-dots {
    position: absolute;
    bottom: 2rem;
}
.iitem {
    display: block;
    text-align: center;
    padding: 1.5rem;
    text-decoration: none;
    transition: box-shadow 0.2s, background-color 0.2s, color 0.2s;
}
.iitem:hover {
    background-color: var(--main-color);
    color: var(--primary-color);
}
.iitem:hover .iitem-icon {
    background: var(--primary-color);
    color: var(--main-color);
    fill: var(--main-color);
}
.iitem:hover .iitem-icon-bg {
    opacity: 0.14;
}
.iitem:hover .iitem-desc {
    color: var(--primary-color);
}
.main-visible .iitem-icon {
    transition: background-color 0.2s, color 0.2s, fill 0.2s;
}
.iitem-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    min-width: 6rem;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--main-color);
    background: linear-gradient(to right, var(--el-gradient1) 0%, var(--el-gradient2) 100%);
    margin: 0 auto 1.25rem;
    color: var(--primary-color);
    fill: var(--primary-color);
    stroke: transparent;
}
.iitem-icon > svg {
    display: block;
    width: 3rem;
    height: 3rem;
}
.iitem-icon-bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 2rem;
    z-index: 1;
    opacity: 0;
    color: var(--primary-color);
    fill: var(--primary-color);
    stroke: transparent;
    transition: opacity 0.2s 0.1s;
}
.iitem-icon-bg i {
    font-size: 31.25rem;
}
.iitem-icon-bg i,
.iitem-icon-bg svg {
    width: 31.25rem;
    height: 31.25rem;
}
.iitem-heading {
    margin-bottom: 1rem;
    font-weight: 700;
}
.iitem-desc {
    color: var(--text-secondary);
    transition: color 0.2s;
}
.iitem-icon,
.iitem-heading,
.iitem-desc {
    position: relative;
    z-index: 2;
}
@media (max-width: 1199.98px) {
    .iitem {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
.ini {
    position: relative;
    display: flex;
    align-items: flex-start;
}
.ini-count {
    font-size: 1.0625rem;
    font-family: var(--heading-font-family);
    font-weight: 700;
    color: var(--main-color);
    margin-top: 0.125rem;
    position: relative;
    z-index: 1;
    padding-right: 0.3125rem;
}
.ini-count::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 3.25rem;
    height: 1px;
    background-color: var(--text-primary);
    margin-top: -1px;
}
.ini-info {
    position: relative;
    z-index: 1;
    padding-left: 3.75rem;
}
.ini-heading {
    font-weight: 700;
    margin-bottom: 1.25rem;
}
.ini-desc {
    color: var(--text-secondary);
}
.ini-desc p {
    margin: 0;
}
@media (max-width: 1199.98px) {
    .ini-info {
        padding-left: 2.5rem;
    }
    .ini-count::after {
        width: 2rem;
    }
}
@media (max-width: 991.98px) {
    .ini-info {
        padding-left: 2.75rem;
    }
    .ini-count::after {
        width: 2.25rem;
    }
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .ini-heading {
        min-height: auto;
    }
    .ini-heading br {
        display: none;
    }
    .ini-count {
        margin-top: 0;
    }
}
@media (max-width: 575.98px) {
    .ini-info {
        padding-left: 3rem;
    }
    .ini-count::after {
        width: 42px;
    }
}
.main-counter {
    padding-right: 4.375rem;
    padding-left: 4.375rem;
    padding-top: 1.25rem;
}
.main-counter::after,
.main-counter::before {
    content: "";
    position: absolute;
    right: 0;
    background-color: var(--main-color);
    border-radius: var(--el-border-radius);
    background: linear-gradient(to right, var(--el-gradient1) 0%, var(--el-gradient2) 100%);
}
.main-counter::after {
    top: 0;
    width: 3rem;
    height: 3rem;
}
.main-counter::before {
    top: 5.625rem;
    width: 2.25rem;
    height: 2.25rem;
}
.main-counter-item {
    position: relative;
    width: 20rem;
    height: 20rem;
    border-radius: var(--el-border-radius);
    padding-bottom: 0.625rem;
}
.main-counter-item-circ {
    position: absolute;
    left: -4.375rem;
    top: -1.25rem;
    width: 100%;
    width: calc(100% - 1.25rem);
    height: 100%;
    height: calc(100% - 1.25rem);
    background-color: var(--main-color);
    border-radius: var(--el-border-radius);
    overflow: hidden;
}
.main-counter-item-circ::after,
.main-counter-item-circ::before {
    content: "";
    position: absolute;
    border-radius: var(--el-border-radius);
    background-color: var(--primary-color);
    transition: all 0.2s;
}
.main-counter-item-circ::after {
    left: 2rem;
    bottom: -4rem;
    width: 13.75rem;
    height: 13.75rem;
    opacity: 0.15;
}
.main-counter-item-circ::before {
    left: -1.75rem;
    bottom: -4rem;
    width: 13.75rem;
    height: 13.75rem;
    opacity: 0.1;
}
.main-counter-item-center {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    box-shadow: var(--el-box-shadow);
    border-radius: var(--el-border-radius);
    z-index: 1;
}
.main-counter-heading {
    font-size: 1.5rem;
    font-family: var(--heading-font-family);
    font-weight: 700;
    line-height: 1.2;
    max-width: 14.375rem;
}
.main-counter-numb {
    font-size: 9rem;
    font-family: var(--heading-font-family);
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 0;
    line-height: 1;
}
.counter-item-heading {
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    line-height: var(--heading-line-height);
    font-size: 1.5rem;
    margin-bottom: 0;
}
.counter-item-numb {
    font-size: 2.5rem;
    font-family: var(--heading-font-family);
    font-weight: 700;
    line-height: 1.2;
    color: var(--main-color);
    margin-bottom: 0.625rem;
}
@media (max-width: 991.98px) {
    .main-counter-item {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2.5rem;
    }
    .counter-items {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .counter-item {
        text-align: center;
    }
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .counter-item-numb {
        font-size: 2rem;
    }
    .main-counter-heading {
        font-size: 1.25rem;
        max-width: 12rem;
    }
    .counter-item-heading {
        font-size: 1.25rem;
    }
    .main-counter-numb {
        font-size: 6.25rem;
    }
    .main-counter-item {
        width: 250px;
        height: 250px;
    }
    .main-counter-item-circ {
        left: -50px;
        top: -10px;
    }
    .main-counter {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .main-counter::after,
    .main-counter::before {
        content: none;
    }
}
@media (max-width: 575.98px) {
    .counter-items {
        display: block;
    }
}
@media only screen and (max-width: 370px) {
    .main-counter-item {
        width: 230px;
        height: 230px;
    }
    .main-counter {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .main-counter-item-circ {
        left: -30px;
        top: -5px;
    }
}
.pitem {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.pitem.pitem-flip .pitem-card {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.pitem.pitem-flip:hover .pitem-card-front {
    transform: rotateY(180deg);
}
.pitem.pitem-flip:hover .pitem-card-back {
    transform: rotateY(0deg);
    z-index: 3;
}
.main-visible .pitem.pitem-flip .pitem-card {
    transition: all 0.6s ease-in-out;
}
.main-visible .pitem-card {
    transition: all 0.3s;
}
.pitem-card {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--el-border-radius);
    background-color: var(--primary-color);
    overflow: hidden;
}
.pitem-card-front {
    z-index: 2;
}
.pitem-card-front img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.pitem-card-details {
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    text-align: center;
    padding: 2rem 2.5rem;
}
.pitem-card-back {
    transform: rotateY(180deg);
    z-index: 1;
}
.pitem-heading {
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.pitem-desc {
    max-width: 22.5rem;
}
.pitem-desc p {
    margin-bottom: 0;
}
.pitem-btns {
    margin-top: 1.5rem;
}
@media (max-width: 1199.98px) {
    .pitem-card-details {
        padding: 1.5rem;
    }
}
@media (max-width: 991.98px) {
    .pitem-card-details {
        padding: 1.5rem 2.5rem;
    }
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .pitem-card-details {
        padding: 1.25rem;
    }
}
@media (max-width: 575.98px) {
    .pitem {
        max-width: 21.875rem;
        margin-left: auto;
        margin-right: auto;
    }
}
.team-item {
    position: relative;
    display: block;
    text-decoration: none;
}
.team-item:hover .team-item-social {
    transform: translate(-50%, -0.875rem);
    opacity: 1;
    visibility: visible;
}
.team-item-img {
    position: relative;
    background-color: var(--primary-bg-color);
}
.team-item-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.team-item-heading {
    line-height: 1.4;
    margin-bottom: 0.125rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.team-item-info {
    position: relative;
    text-align: center;
    padding: 1.5rem 1rem 1rem;
}
.team-item-position {
    color: var(--text-secondary);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1rem;
}
.main-visible .team-item-social {
    transition: all 0.2s;
}
.main-visible .team-item-social li a {
    transition: background-color 0.2s, fill 0.2s;
}
.team-item-social {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -1.75rem);
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
}
.team-item-social li {
    margin-right: 0.375rem;
}
.team-item-social li:last-child {
    margin-right: 0;
}
.team-item-social li a {
    display: flex;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: var(--el-border-radius-min);
    background-color: var(--main-color);
    fill: var(--primary-color);
    border: 1px solid var(--main-color);
    transition: none;
}
.team-item-social li a > svg {
    display: block;
    width: 0.875rem;
    height: 0.875rem;
    margin: auto;
}
.team-item-social li a:hover {
    background-color: transparent;
    fill: var(--main-color);
}
@media (max-width: 575.98px) {
    .team-item {
        max-width: 16.875rem;
        margin: 0 auto;
    }
}
.reviews-item {
    position: relative;
    padding: 2rem 1.25rem;
}
.reviews-item-info {
    padding-top: 0.625rem;
}
.reviews-item-text {
    color: var(--text-secondary);
}
.reviews-item-text p {
    margin-bottom: 0;
}
.reviews-item-name {
    margin-bottom: 0.125rem;
    font-size: 1.125rem;
}
.reviews-item-header {
    display: flex;
    margin-bottom: 1.5rem;
}
.reviews-item-position {
    color: var(--text-secondary);
    font-size: 1rem;
}
.reviews-item-img {
    width: 4.6875rem;
    height: 4.6875rem;
    min-width: 4.6875rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1.25rem;
    background-color: var(--primary-bg-color);
}
.reviews-item-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.news-item {
    position: relative;
}
.news-item-img {
    position: relative;
    display: block;
    background-color: var(--primary-bg-color);
}
.news-item-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.news-item-info {
    position: relative;
    padding: 2.1875rem 1.25rem 1.25rem;
}
.news-item-date {
    position: absolute;
    left: 50%;
    top: -1.125rem;
    height: 2.25rem;
    line-height: 2.25rem;
    padding: 0 0.625rem;
    background-color: var(--main-color);
    color: var(--primary-color);
    font-size: 0.8125rem;
    border-radius: var(--el-border-radius-min);
    transform: translateX(-50%);
}
.news-item-heading {
    margin-bottom: 0.625rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.125rem;
}
.news-item-desc {
    color: var(--text-secondary);
}
.news-item-desc p {
    margin-bottom: 0;
}
@media (max-width: 1199.98px) {
    .news-item-info {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media only screen and (max-width: 767.98px), only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .news-item {
        max-width: 21.875rem;
        margin: 0 auto;
    }
    .news-item-desc {
        height: auto;
    }
}
.intro-item-2211 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.intro-item-2212 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.intro-item-2213 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.section-4 {
    --el-border-radius: 250px;
}
