@import url("normalize.css");
/*@import url("fonts/stylesheet.css");*/
/*!!!!!!!!!COLOR RULES!!!!!!!!!*/
:root {
    --primary-color: #F5F5F5; /* Основной цвет */
    --secondary-color: #ffffff; /* Вторичный цвет */
    --tertiary-color: #fafafa; /* Вторичный цвет */
    --fourth-color: #ebebeb; /* Вторичный цвет */
    --fifth-color: #F0F9FF;
    --accent-color: #ffffff; /* Акцентный цвет */
    --accent-2-color: #FFD87D; /* Акцентный цвет */
    --font-main-color: #020B26; /* Цвет текста */
    --font-secondary-color: #ffffff; /* Цвет текста */
    --font-accent-color: rgb(200, 200, 200); /* Цвет текста */
    --font-alt-color: #0080C7; /* Цвет текста */
    --font-alt-2-color: rgba(0, 128, 199, 0.65); /* Цвет текста */
    --font-alt-3-color: rgb(111, 154, 199); /* Цвет текста */
    --button-color: rgb(200, 200, 200); /*Цвет кнопки */
    --button-hover-color: #F2B680; /*Цвет наведения на кнопку */

}


/*!!!!!!!!!UIKIT!!!!!!!!!*/
:root {
    --uk-breakpoint-s: 640px;
    --uk-breakpoint-m: 960px;
    --uk-breakpoint-l: 1200px;
    --uk-breakpoint-xl: 1600px;
}

.uk-visible-toggle {
    -webkit-tap-highlight-color: transparent;
}

.uk-slideshow {
    -webkit-tap-highlight-color: transparent
}

.uk-slideshow-items {
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    -webkit-touch-callout: none
}

.uk-slideshow-items > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    will-change: transform, opacity;
    touch-action: pan-y
}

.uk-slideshow-items > :focus {
    outline: 0
}

.uk-slideshow-items > :not(.uk-active) {
    display: none
}

.uk-slider {
    -webkit-tap-highlight-color: transparent
}

.uk-slider-container {
    overflow: hidden
}

.uk-slider-container-offset {
    margin: -11px -25px -39px -25px;
    padding: 11px 25px 39px 25px
}

.uk-slider-items {
    will-change: transform;
    position: relative
}

.uk-slider-items:not(.uk-grid) {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-touch-callout: none
}

.uk-slider-items.uk-grid {
    flex-wrap: nowrap
}

.uk-slider-items > * {
    flex: none;
    max-width: 100%;
    position: relative;
    touch-action: pan-y
}

.uk-slider-items > :focus {
    outline: 0
}

[class*=uk-child-width] > * {
    box-sizing: border-box;
    width: 100%
}

.uk-child-width-1-2 > * {
    width: 50%
}

.uk-child-width-1-3 > * {
    width: calc(100% * 1 / 3.001)
}

.uk-child-width-1-4 > * {
    width: 25%
}

.uk-child-width-1-5 > * {
    width: 20%
}

.uk-child-width-1-6 > * {
    width: calc(100% * 1 / 6.001)
}

.uk-child-width-auto > * {
    width: auto
}

.uk-child-width-expand > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px
}

@media (min-width: 640px) {
    .uk-child-width-1-1\@s > * {
        width: 100%
    }

    .uk-child-width-1-2\@s > * {
        width: 50%
    }

    .uk-child-width-1-3\@s > * {
        width: calc(100% * 1 / 3.001)
    }

    .uk-child-width-1-4\@s > * {
        width: 25%
    }

    .uk-child-width-1-5\@s > * {
        width: 20%
    }

    .uk-child-width-1-6\@s > * {
        width: calc(100% * 1 / 6.001)
    }

    .uk-child-width-auto\@s > * {
        width: auto
    }

    .uk-child-width-expand\@s > :not([class*=uk-width]) {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 960px) {
    .uk-child-width-1-1\@m > * {
        width: 100%
    }

    .uk-child-width-1-2\@m > * {
        width: 50%
    }

    .uk-child-width-1-3\@m > * {
        width: calc(100% * 1 / 3.001)
    }

    .uk-child-width-1-4\@m > * {
        width: 25%
    }

    .uk-child-width-1-5\@m > * {
        width: 20%
    }

    .uk-child-width-1-6\@m > * {
        width: calc(100% * 1 / 6.001)
    }

    .uk-child-width-auto\@m > * {
        width: auto
    }

    .uk-child-width-expand\@m > :not([class*=uk-width]) {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 1200px) {
    .uk-child-width-1-1\@l > * {
        width: 100%
    }

    .uk-child-width-1-2\@l > * {
        width: 50%
    }

    .uk-child-width-1-3\@l > * {
        width: calc(100% * 1 / 3.001)
    }

    .uk-child-width-1-4\@l > * {
        width: 25%
    }

    .uk-child-width-1-5\@l > * {
        width: 20%
    }

    .uk-child-width-1-6\@l > * {
        width: calc(100% * 1 / 6.001)
    }

    .uk-child-width-auto\@l > * {
        width: auto
    }

    .uk-child-width-expand\@l > :not([class*=uk-width]) {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 1600px) {
    .uk-child-width-1-1\@xl > * {
        width: 100%
    }

    .uk-child-width-1-2\@xl > * {
        width: 50%
    }

    .uk-child-width-1-3\@xl > * {
        width: calc(100% * 1 / 3.001)
    }

    .uk-child-width-1-4\@xl > * {
        width: 25%
    }

    .uk-child-width-1-5\@xl > * {
        width: 20%
    }

    .uk-child-width-1-6\@xl > * {
        width: calc(100% * 1 / 6.001)
    }

    .uk-child-width-auto\@xl > * {
        width: auto
    }

    .uk-child-width-expand\@xl > :not([class*=uk-width]) {
        flex: 1;
        min-width: 1px
    }
}

.uk-dotnav {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -12px
}

.uk-dotnav > * {
    flex: none;
    padding-left: 12px
}

.uk-dotnav > * > * {
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: 0 0;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid #D3C2A4;
    transition: .2s ease-in-out;
    transition-property: background-color, border-color;
    background-color: transparent;
}

.uk-dotnav > * > :focus, .uk-dotnav > * > :hover {
    background-color: var(--font-main-color);
    outline: 0;
    border-color: var(--font-main-color)
}

.uk-dotnav > * > :active {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.uk-dotnav > .uk-active > * {
    background-color: #0080C7;
    border-color: #0080C7;
}

.uk-dotnav-vertical {
    flex-direction: column;
    margin-left: 0;
    margin-top: -12px
}

.uk-dotnav-vertical > * {
    padding-left: 0;
    padding-top: 12px
}

.uk-accordion {
    padding: 0;
    list-style: none
}

.uk-accordion > :nth-child(n+2) {
    margin-top: 20px
}

.uk-accordion-title {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s ease;
}

.box-shadow {
    box-shadow: 0px 10px 20px 0px rgba(41, 41, 42, 0.07);
}

.box-shadow-2 {
    box-shadow: 4px 4px 18.6px 0px rgba(0, 0, 0, 0.08);
}

.uk-open .uk-accordion-title {
    transition: 0.3s ease;
    background: transparent;
    box-shadow: none;
    color: white;
}

.uk-accordion > .uk-open {
    border-radius: 20px;
    background: rgb(0, 128, 199);
    box-shadow: none;
    transition: 0.3s ease;
}

.uk-accordion-title:before {
    display: none;
}

.uk-accordion-title::after {
    content: "";
    width: 2.3em;
    height: 3.1em;
    margin-left: 10px;
    float: right;
    background-image: url("data:image/svg+xml,%3Csvg width='40.000000' height='40.000000' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs%3E%3CclipPath id='clip2_174'%3E%3Crect id='right' rx='-0.166667' width='15.666667' height='15.666667' transform='translate(28.166666 12.166667) rotate(90.000000)' fill='white' fill-opacity='0'/%3E%3C/clipPath%3E%3CclipPath id='clip2_175'%3E%3Crect id='Img' rx='-0.500000' width='15.000000' height='15.000000' transform='translate(28.500000 12.500000) rotate(90.000000)' fill='white' fill-opacity='0'/%3E%3C/clipPath%3E%3CclipPath id='clip6575_4557'%3E%3Crect id='Button' rx='19.500000' width='39.000000' height='39.000000' transform='translate(40.500000 0.500000) rotate(90.000000)' fill='white' fill-opacity='0'/%3E%3C/clipPath%3E%3C/defs%3E%3Crect id='Button' rx='19.500000' width='39.000000' height='39.000000' transform='translate(40.500000 0.500000) rotate(90.000000)' fill='%23FFFFFF' fill-opacity='1.000000'/%3E%3Cg clip-path='url(%23clip6575_4557)'%3E%3Cg clip-path='url(%23clip2_175)'%3E%3Crect id='right' rx='-0.166667' width='15.666667' height='15.666667' transform='translate(28.166666 12.166667) rotate(90.000000)' fill='%23FFFFFF' fill-opacity='0'/%3E%3Cg clip-path='url(%23clip2_174)'%3E%3Cpath id='Vector' d='M19.86 24.23L12.56 16.93C12.49 16.86 12.49 16.76 12.56 16.69L13.58 15.67C13.64 15.6 13.75 15.6 13.81 15.67L21.12 22.98C21.19 23.04 21.19 23.15 21.12 23.21L20.1 24.23C20.03 24.3 19.93 24.3 19.86 24.23Z' fill='%23020B26' fill-opacity='1.000000' fill-rule='evenodd'/%3E%3Cpath id='Vector' d='M18.93 22.98L26.24 15.67C26.3 15.6 26.41 15.6 26.47 15.67L27.5 16.69C27.56 16.76 27.56 16.86 27.5 16.93L20.19 24.23C20.12 24.3 20.02 24.3 19.95 24.23L18.93 23.21C18.87 23.15 18.87 23.04 18.93 22.98Z' fill='%23020B26' fill-opacity='1.000000' fill-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.uk-open > .uk-accordion-title::after {
    background-image: none;
}

li:not(.uk-open) .uk-accordion-title:hover {
    color: grey;
    text-decoration: none;
    outline: 0
}

.uk-accordion-content {
    display: flow-root;
    margin-top: 5px
}

.uk-accordion-content > :last-child {
    margin-bottom: 0
}

.uk-hidden, [hidden] {
    display: none !important
}

.uk-lightbox {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    background: #000;
    opacity: 0;
    transition: opacity .15s linear;
    touch-action: pinch-zoom
}

.uk-lightbox.uk-open {
    display: block;
    opacity: 1
}

.uk-lightbox-page {
    overflow: hidden
}

.uk-lightbox-items > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, .7);
    will-change: transform, opacity
}

.uk-lightbox-items > * > * {
    max-width: 100vw;
    max-height: 100vh
}

.uk-lightbox-items > :focus {
    outline: 0
}

.uk-lightbox-items > * > :not(iframe) {
    width: auto;
    height: auto
}

.uk-lightbox-items > .uk-active {
    display: flex
}

.uk-lightbox-toolbar {
    padding: 10px 10px;
    background: rgba(0, 0, 0, .3);
    color: rgba(255, 255, 255, .7)
}

.uk-lightbox-toolbar > * {
    color: rgba(255, 255, 255, .7)
}

.uk-lightbox-toolbar-icon {
    padding: 5px;
    color: rgba(255, 255, 255, .7)
}

.uk-lightbox-toolbar-icon:hover {
    color: #fff
}

.uk-lightbox-button {
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, .3);
    color: rgba(255, 255, 255, .7);
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.uk-lightbox-button:focus, .uk-lightbox-button:hover {
    color: #fff
}

.uk-lightbox-caption:empty {
    display: none
}

.uk-lightbox-iframe {
    width: 80%;
    height: 80%
}

.uk-timeline .uk-timeline-item .uk-card {
    max-height: 300px;
}

.uk-timeline .uk-timeline-item {
    display: flex;
    position: relative;
}

.uk-timeline .uk-timeline-item::before {
    background: #000000;
    content: "";
    height: 100%;
    left: 23px;
    position: absolute;
    top: 20px;
    width: 2px;
    z-index: 0;
}

.uk-timeline .uk-timeline-item .uk-timeline-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0 0 1rem;
}


.uk-badge {
    box-sizing: border-box;
    min-width: 50px;
    height: 50px;
    padding: 0 5px;
    border-radius: 500px;
    border: 2px solid black;
    vertical-align: middle;
    background: var(--primary-color);
    color: #000000 !important;
    font-size: 11px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 0
}

.uk-badge:focus, .uk-badge:hover {
    text-decoration: none;
    outline: 0
}

.uk-switcher {
    margin: 0;
    padding: 0;
    list-style: none
}

.uk-switcher > :not(.uk-active) {
    display: none
}

.uk-switcher > * > :last-child {
    margin-bottom: 0
}

[class*=uk-animation-] {
    animation-duration: .5s;
    animation-timing-function: ease-out;
    animation-fill-mode: both
}

.uk-animation-fade {
    animation-name: uk-fade;
    animation-duration: .8s;
    animation-timing-function: linear
}

.uk-animation-scale-up {
    animation-name: uk-fade-scale-02
}

.uk-animation-scale-down {
    animation-name: uk-fade-scale-18
}

.uk-animation-slide-top {
    animation-name: uk-fade-top
}

.uk-animation-slide-bottom {
    animation-name: uk-fade-bottom
}

.uk-animation-slide-left {
    animation-name: uk-fade-left
}

.uk-animation-slide-right {
    animation-name: uk-fade-right
}

.uk-animation-slide-top-small {
    animation-name: uk-fade-top-small
}

.uk-animation-slide-bottom-small {
    animation-name: uk-fade-bottom-small
}

.uk-animation-slide-left-small {
    animation-name: uk-fade-left-small
}

.uk-animation-slide-right-small {
    animation-name: uk-fade-right-small
}

.uk-animation-slide-top-medium {
    animation-name: uk-fade-top-medium
}

.uk-animation-slide-bottom-medium {
    animation-name: uk-fade-bottom-medium
}

.uk-animation-slide-left-medium {
    animation-name: uk-fade-left-medium
}

.uk-animation-slide-right-medium {
    animation-name: uk-fade-right-medium
}

.uk-animation-kenburns {
    animation-name: uk-scale-kenburns;
    animation-duration: 15s
}

.uk-animation-shake {
    animation-name: uk-shake
}

.uk-animation-stroke {
    animation-name: uk-stroke;
    stroke-dasharray: var(--uk-animation-stroke);
    animation-duration: 2s
}

.uk-animation-reverse {
    animation-direction: reverse;
    animation-timing-function: ease-in
}

.uk-animation-fast {
    animation-duration: .1s
}

.uk-animation-toggle:not(:hover):not(:focus) [class*=uk-animation-] {
    animation-name: none
}

.uk-animation-toggle {
    -webkit-tap-highlight-color: transparent
}

.uk-animation-toggle:focus {
    outline: 0
}

@keyframes uk-fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes uk-fade-top {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes uk-fade-bottom {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes uk-fade-left {
    0% {
        opacity: 0;
        transform: translateX(-100%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes uk-fade-right {
    0% {
        opacity: 0;
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes uk-fade-top-small {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes uk-fade-bottom-small {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes uk-fade-left-small {
    0% {
        opacity: 0;
        transform: translateX(-10px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes uk-fade-right-small {
    0% {
        opacity: 0;
        transform: translateX(10px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes uk-fade-top-medium {
    0% {
        opacity: 0;
        transform: translateY(-50px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes uk-fade-bottom-medium {
    0% {
        opacity: 0;
        transform: translateY(50px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes uk-fade-left-medium {
    0% {
        opacity: 0;
        transform: translateX(-50px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes uk-fade-right-medium {
    0% {
        opacity: 0;
        transform: translateX(50px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes uk-fade-scale-02 {
    0% {
        opacity: 0;
        transform: scale(.2)
    }

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

@keyframes uk-fade-scale-18 {
    0% {
        opacity: 0;
        transform: scale(1.8)
    }

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

@keyframes uk-scale-kenburns {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.2)
    }
}

@keyframes uk-shake {
    0%, 100% {
        transform: translateX(0)
    }

    10% {
        transform: translateX(-9px)
    }

    20% {
        transform: translateX(8px)
    }

    30% {
        transform: translateX(-7px)
    }

    40% {
        transform: translateX(6px)
    }

    50% {
        transform: translateX(-5px)
    }

    60% {
        transform: translateX(4px)
    }

    70% {
        transform: translateX(-3px)
    }

    80% {
        transform: translateX(2px)
    }

    90% {
        transform: translateX(-1px)
    }
}

@keyframes uk-stroke {
    0% {
        stroke-dashoffset: var(--uk-animation-stroke)
    }

    100% {
        stroke-dashoffset: 0
    }
}

.uk-breadcrumb {
    padding: 0;
    list-style: none
}

.uk-breadcrumb > * {
    display: contents
}

.uk-breadcrumb > * > * {
    font-size: .875rem;
    color: #7494B9;
    transition: 0.3s ease;
}

.uk-breadcrumb > * > :focus, .uk-breadcrumb > * > :hover {
    color: #2D527C;
    text-decoration: none;
    transition: 0.3s ease;
}

.uk-breadcrumb > :last-child > a:not([href]), .uk-breadcrumb > :last-child > span {
    color: #2D527C
}

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    content: "";
    display: inline-block;
    margin: 0 calc(10px - 4px);
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='16' viewBox='0 0 13 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.49228 2.60138C5.38602 3.71862 2.94279 4.68965 2.22994 4.94069V7.7462C2.21131 8.74049 2.47209 9.72199 2.98634 10.5931C3.5006 11.4643 4.25041 12.1947 5.16122 12.7117L6.442 13.4041H6.54256L7.82334 12.7117C8.73415 12.1947 9.48396 11.4643 9.99822 10.5931C10.5125 9.72199 10.7733 8.74049 10.7546 7.7462V4.94069C10.0418 4.68965 7.59854 3.71862 6.49228 2.60138Z' fill='%237494B9' fill-opacity='0.35'/%3E%3Cpath d='M6.88305 0.093799C6.85676 0.0642234 6.82374 0.0404664 6.7864 0.0242455C6.74906 0.00802458 6.70832 -0.000254786 6.66712 5.97355e-06H6.31809C6.2769 -0.000254786 6.23615 0.00802458 6.19881 0.0242455C6.16147 0.0404664 6.12846 0.0642234 6.10216 0.093799C4.56405 1.77656 0.227759 3.31035 0.186348 3.3269C0.132693 3.3468 0.0864571 3.38092 0.0533434 3.42504C0.0202297 3.46915 0.0016862 3.52135 0 3.57518V7.65242C0 10.7228 1.66234 13.5255 4.33629 14.971L6.17611 15.9641C6.21944 15.9871 6.26828 15.9994 6.31809 16H6.66712C6.71693 15.9994 6.76577 15.9871 6.8091 15.9641L8.64892 14.971C11.3229 13.5172 13 10.7228 13 7.65242V3.58621C12.9983 3.53238 12.9798 3.48019 12.9467 3.43607C12.9135 3.39195 12.8673 3.35784 12.8137 3.33794C12.7575 3.31035 8.42116 1.77656 6.88305 0.093799ZM11.3199 7.74621C11.339 8.8328 11.0528 9.90512 10.4898 10.8566C9.92675 11.808 9.1065 12.6055 8.11058 13.1697L6.76178 13.8979C6.71906 13.9222 6.66981 13.9347 6.6198 13.9338H6.36542C6.3154 13.9347 6.26615 13.9222 6.22344 13.8979L4.87463 13.1697C3.87761 12.6062 3.05619 11.809 2.4921 10.8575C1.92801 9.90601 1.64091 8.83333 1.65939 7.74621V4.75587C1.66083 4.70235 1.67893 4.65038 1.7115 4.6063C1.74406 4.56221 1.78967 4.52792 1.84278 4.50759C1.87531 4.50759 5.03436 3.37656 6.14949 2.16C6.17578 2.13043 6.20879 2.10667 6.24614 2.09045C6.28348 2.07423 6.32422 2.06595 6.36542 2.06621H6.6198C6.66099 2.06595 6.70173 2.07423 6.73907 2.09045C6.77642 2.10667 6.80943 2.13043 6.83572 2.16C7.95085 3.37656 11.1099 4.49656 11.1424 4.50759C11.1955 4.52792 11.2411 4.56221 11.2737 4.6063C11.3063 4.65038 11.3244 4.70235 11.3258 4.75587L11.3199 7.74621Z' fill='%237494B9' fill-opacity='0.35'/%3E%3C/svg%3E%0A");
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 18px;
}

.uk-offcanvas {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000
}

.uk-offcanvas-flip .uk-offcanvas {
    right: 0;
    left: auto
}

.uk-offcanvas-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    padding-bottom: 3rem;
    background: var(--secondary-color);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

@media (min-width: 960px) {
    .uk-offcanvas-bar {
        left: -350px;
        width: 350px;
        padding: 40px 40px
    }
}

.uk-offcanvas-flip .uk-offcanvas-bar {
    left: auto;
    right: -270px
}

@media (min-width: 960px) {
    .uk-offcanvas-flip .uk-offcanvas-bar {
        right: -350px
    }
}

.uk-open > .uk-offcanvas-bar {
    left: 0
}

.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
    left: auto;
    right: 0
}

.uk-offcanvas-bar-animation {
    transition: left .3s ease-out
}

.uk-offcanvas-flip .uk-offcanvas-bar-animation {
    transition-property: right
}

.uk-offcanvas-reveal {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    overflow: hidden;
    transition: width .3s ease-out
}

.uk-offcanvas-reveal .uk-offcanvas-bar {
    left: 0
}

.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
    left: auto;
    right: 0
}

.uk-open > .uk-offcanvas-reveal {
    width: 270px
}

@media (min-width: 960px) {
    .uk-open > .uk-offcanvas-reveal {
        width: 350px
    }
}

.uk-offcanvas-flip .uk-offcanvas-reveal {
    right: 0;
    left: auto
}

.uk-offcanvas-close {
    position: absolute;
    z-index: 1000;
    top: 21px;
    right: 1rem;
    padding: 5px
}

.uk-offcanvas-close > svg {
    width: 16px;
    height: 16px;
}

.uk-offcanvas-close > svg line {
    stroke: #000000 !important;
    stroke-width: 2 !important;
}

.uk-offcanvas-overlay {
    width: 100%;
    touch-action: none
}

.uk-offcanvas-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .1);
    opacity: 0;
    transition: opacity .15s linear
}

.uk-offcanvas-overlay.uk-open::before {
    opacity: 1
}

.uk-offcanvas-container, .uk-offcanvas-page {
    overflow-x: hidden
}

.uk-offcanvas-container {
    position: relative;
    left: 0;
    transition: left .3s ease-out;
    box-sizing: border-box;
    width: 100%
}

:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 270px
}

.uk-timeline-icon {
    position: relative;
    z-index: 2;
}

.uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -270px
}

@media (min-width: 960px) {
    :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
        left: 350px
    }

    .uk-offcanvas-flip.uk-offcanvas-container-animation {
        left: -350px
    }
}


/*!!!!!!!!!!BUTTON RULES!!!!!!!!!!*/
.button {
    padding: 1rem 2.5rem;
    background-color: #0B486F;
    transition: 0.3s ease;
    border: 1px solid var(--font-alt-color);;
    width: fit-content;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    box-shadow: 5px 4px 11px 0px rgba(0, 128, 199, 0.35);
}

.button:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(125.82deg, rgb(12, 162, 244) 0.591%, rgb(0, 128, 199) 96.356%);
    transition: 0.3s ease;
    top: 0;
    left: 0;
}

.button:hover:after {
    opacity: 0;
    transition: 0.3s ease;

}

.button:hover {
    box-shadow: 5px 4px 11px 0px rgba(0, 128, 199, 0.35);
    transition: 0.3s ease;
    text-decoration: none;
    color: #FFFFFF;
    border-color: #0B486F;
}

.button-nav {
    transition: 0.3s ease;
    border: 1px solid transparent;
    outline: none;
    opacity: 1;
}

.button-nav svg > g path {
    transition: 0.3s ease;
}

.button-alt {
    padding: 1rem 2.5rem;
    color: rgba(0, 128, 199, 1);
    transition: 0.3s ease;
    border: 1px solid rgba(0, 128, 199, 1);
}

.button-alt svg path {
    transition: 0.3s ease;
}

.button-alt-2 {
    padding: 1rem 2.5rem;
    color: var(--button-color);
    backdrop-filter: blur(6px);
    background-color: white;
    border: 1px solid var(--button-color);
    width: fit-content;
    transition: 0.3s ease;
}

.button-nav:hover {
    transition: 0.3s ease;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.18);
    opacity: 1;
    background-color: #2D527C;
}

.button-nav:hover svg > g path {
    transition: 0.3s ease;
    fill: var(--button-color);
}

.button-alt-2:hover,
.button-alt:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(11, 72, 111, 1);
    transition: 0.3s ease;
    box-shadow: 5px 4px 11px 0px rgba(0, 128, 199, 0.35);
    border: 1px solid transparent;
    text-decoration: none;
}


.button-alt:hover svg path {
    stroke: var(--font-main-color);
}


/*.button:focus-visible,*/
/*.button-nav:focus-visible,*/
/*.button-alt:focus-visible {*/
/*    color: var(--primary-color);*/
/*    background-color: var(--button-hover-color);*/
/*    transition: 0.3s ease;*/
/*    box-shadow: 3px 4px 9.8px 0px rgba(0, 72, 25, 0.25);*/
/*    border: 3px solid var(--button-focused-color);*/
/*}*/

/*.button:active,*/
/*.button-nav:active,*/
/*.button-alt:active {*/
/*    color: var(--primary-color);*/
/*    background-color: var(--button-pressed-color);*/
/*    box-shadow: 3px 4px 9.8px 0px rgba(0, 72, 25, 0.25);*/
/*    transition: 0.3s ease;*/
/*    border: 3px solid transparent;*/
/*}*/

.button-xl {
    font-size: 1.5rem;
    font-weight: 400;
    height: 4rem;
}

.button-l {
    font-size: 1.313rem;
    font-weight: 400;
    height: 3.5rem;
}

.button-m {
    font-size: 1.125rem;
    font-weight: 400;
    height: 3rem;
    letter-spacing: -1%;
}

.button-s {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: -1%;

}

.button-xs {
    font-size: 0.75rem;
    height: 2rem;

}


.button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
    user-focus: none;
    outline: none;
    tab-index: -1;
}

/*!!!!!!!!!!Z-INDEX RULE!!!!!!!!!!*/
.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.z-4 {
    z-index: 4;
}

/*!!!!!!!!!FONT RULES!!!!!!!!!*/
:root {
    font-size: 16px; /* 1rem = 16px для десктопа */
    font-family: "Manrope", sans-serif;
}

@media screen and (max-width: 1024px) {
    :root {
        font-size: 15px; /* 1rem = 14px для планшета */
    }
}

@media screen and (max-width: 768px) {
    :root {
        font-size: 14px; /* 1rem = 11px для мобильных устройств */
    }
}

.text-main {
    color: var(--font-main-color);
}

.text-secondary-color {
    color: var(--font-secondary-color);
}

.text-accent-color {
    color: var(--font-accent-color);
}

.text-alt-color {
    color: var(--font-alt-color);
}

.text-alt-2-color {
    color: var(--font-alt-2-color);
}

.text-alt-3-color {
    color: var(--font-alt-3-color);
}

.uppercase {
    text-transform: uppercase;
}


.headline-0 {
    font-size: 6rem;
    font-weight: 800;
    line-height: 1.2;
}

.headline-1 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.headline-2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

.headline-3 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.headline-4 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}

.headline-5 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.headline-6 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
}

.subtitle-1 {
    font-size: 1.125rem;
    font-weight: 600;
}

.subtitle-2 {
    font-size: 1rem;
    font-weight: 600;
}

.body-1 {
    font-size: 1.125rem;
    font-weight: 400;
}

.body-2 {
    font-size: 1rem;
    font-weight: 400;
}

.caption-1 {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.028rem;
}

.overline-1 {
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.15rem;
}

.small-text {
    font-size: 0.688rem;
    font-weight: 400;
}


.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

.ws-no-wrap {
    white-space: nowrap;
}

/*!!!!!!!!!!POSITION RULES!!!!!!!!!!*/
.left0 {
    left: 0;
}

.left2 {
    left: 2%;
}

.left40 {
    left: 40%;
    transform: translatex(-50%);
}

.left50 {
    left: 50%;
    transform: translateX(-50%);
}


.right0 {
    right: 0;
}

.right2 {
    right: 2%;
}

.top0 {
    top: 0
}

.top50 {
    top: 50%;
    transform: translateY(-50%);
}

.bottom0 {
    bottom: 0;
}

.bottom10 {
    bottom: 0.625rem;
}

.bottom20 {
    bottom: 1.25rem;
}

.bottom30 {
    bottom: 1.875rem;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

/*!!!!!!!!!!WIDTH RULES!!!!!!!!!!*/

.width-fit-content {
    width: fit-content;
}

.width-100 {
    width: 100%;
}

.width-75 {
    width: 75%;
}

.width-70 {
    width: 70%;
}

.width-65 {
    width: 65%;
}

.width-60 {
    width: 60%;
}

.width-50 {
    width: 50%;
}

.width-40 {
    width: 40%;
}

.width-33 {
    width: 33%;
}

.width-35 {
    width: 35%;
}

.width-30 {
    width: 30%;
}

.width-25 {
    width: 25%;
}

.width-20 {
    width: 20%;
}

.width-16 {
    width: 16%;
}

.height-90 {
    height: 90%;
}

.height-100 {
    height: 100%;
}

/*!!!!!!!!!!WRAPPER RULES!!!!!!!!!!*/
.container {
    max-width: calc(1600px + 5rem);
    padding: 0 2.5rem;
}

.container-alt {
    max-width: calc(1280px + 5rem);
    padding: 0 2.5rem;
}

/*!!!!!!!!!!MARGIN RULES!!!!!!!!!!*/
.margin-auto-top {
    margin: auto 0;
}

.margin-auto-sides {
    margin: 0 auto;
}

.margin-block {
    margin-top: 6.875rem;
}

.mt-0-p {
    margin-top: 0%;
}

.mt-5-p {
    margin-top: 5%;
}

.mt-10-p {
    margin-top: 10%;
}

.mt-15-p {
    margin-top: 15%;
}

.mt-20-p {
    margin-top: 20%;
}

.mt-25-p {
    margin-top: 25%;
}

.mt-30-p {
    margin-top: 30%;
}

.mt-35-p {
    margin-top: 35%;
}

.mt-40-p {
    margin-top: 40%;
}

.mt-45-p {
    margin-top: 45%;
}

.mt-50-p {
    margin-top: 50%;
}

.mt-55-p {
    margin-top: 55%;
}

.mt-60-p {
    margin-top: 60%;
}

.mt-65-p {
    margin-top: 65%;
}

.mt-70-p {
    margin-top: 70%;
}

.mt-75-p {
    margin-top: 75%;
}

.mt-80-p {
    margin-top: 80%;
}

.mt-85-p {
    margin-top: 85%;
}

.mt-90-p {
    margin-top: 90%;
}

.mt-95-p {
    margin-top: 95%;
}

.mt-100-p {
    margin-top: 100%;
}

.mb-0-p {
    margin-bottom: 0%;
}

.mb-5-p {
    margin-bottom: 5%;
}

.mb-10-p {
    margin-bottom: 10%;
}

.mb-15-p {
    margin-bottom: 15%;
}

.mb-20-p {
    margin-bottom: 20%;
}

.mb-25-p {
    margin-bottom: 25%;
}

.mb-30-p {
    margin-bottom: 30%;
}

.mb-35-p {
    margin-bottom: 35%;
}

.mb-40-p {
    margin-bottom: 40%;
}

.mb-45-p {
    margin-bottom: 45%;
}

.mb-50-p {
    margin-bottom: 50%;
}

.mb-55-p {
    margin-bottom: 55%;
}

.mb-60-p {
    margin-bottom: 60%;
}

.mb-65-p {
    margin-bottom: 65%;
}

.mb-70-p {
    margin-bottom: 70%;
}

.mb-75-p {
    margin-bottom: 75%;
}

.mb-80-p {
    margin-bottom: 80%;
}

.mb-85-p {
    margin-bottom: 85%;
}

.mb-90-p {
    margin-bottom: 90%;
}

.mb-95-p {
    margin-bottom: 95%;
}

.mb-100-p {
    margin-bottom: 100%;
}

.ml-0-p {
    margin-left: 0%;
}

.ml-5-p {
    margin-left: 5%;
}

.ml-10-p {
    margin-left: 10%;
}

.ml-15-p {
    margin-left: 15%;
}

.ml-20-p {
    margin-left: 20%;
}

.ml-25-p {
    margin-left: 25%;
}

.ml-30-p {
    margin-left: 30%;
}

.ml-35-p {
    margin-left: 35%;
}

.ml-40-p {
    margin-left: 40%;
}

.ml-45-p {
    margin-left: 45%;
}

.ml-50-p {
    margin-left: 50%;
}

.ml-55-p {
    margin-left: 55%;
}

.ml-60-p {
    margin-left: 60%;
}

.ml-65-p {
    margin-left: 65%;
}

.ml-70-p {
    margin-left: 70%;
}

.ml-75-p {
    margin-left: 75%;
}

.ml-80-p {
    margin-left: 80%;
}

.ml-85-p {
    margin-left: 85%;
}

.ml-90-p {
    margin-left: 90%;
}

.ml-95-p {
    margin-left: 95%;
}

.ml-100-p {
    margin-left: 100%;
}

.mr-0-p {
    margin-right: 0%;
}

.mr-5-p {
    margin-right: 5%;
}

.mr-10-p {
    margin-right: 10%;
}

.mr-15-p {
    margin-right: 15%;
}

.mr-20-p {
    margin-right: 20%;
}

.mr-25-p {
    margin-right: 25%;
}

.mr-30-p {
    margin-right: 30%;
}

.mr-35-p {
    margin-right: 35%;
}

.mr-40-p {
    margin-right: 40%;
}

.mr-45-p {
    margin-right: 45%;
}

.mr-50-p {
    margin-right: 50%;
}

.mr-55-p {
    margin-right: 55%;
}

.mr-60-p {
    margin-right: 60%;
}

.mr-65-p {
    margin-right: 65%;
}

.mr-70-p {
    margin-right: 70%;
}

.mr-75-p {
    margin-right: 75%;
}

.mr-80-p {
    margin-right: 80%;
}

.mr-85-p {
    margin-right: 85%;
}

.mr-90-p {
    margin-right: 90%;
}

.mr-95-p {
    margin-right: 95%;
}

.mr-100-p {
    margin-right: 100%;
}

.mt5 {
    margin-top: 0.313rem;
}

.mt1 {
    margin-top: 1px;
}

.mt10 {
    margin-top: 0.625rem;
}

.mt15 {
    margin-top: 0.938rem;
}

.mt20 {
    margin-top: 1.25rem;
}

.mt25 {
    margin-top: 1.563rem;
}

.mt30 {
    margin-top: 1.875rem;
}

.mt40 {
    margin-top: 2.5rem;
}

.mt45 {
    margin-top: 2.813rem;
}

.mt50 {
    margin-top: 3.125rem;
}

.mt60 {
    margin-top: 3.75rem;
}

.mt70 {
    margin-top: 4.375rem;
}

.mt80 {
    margin-top: 5rem;
}

.mt90 {
    margin-top: 5.625rem;
}

.mt100 {
    margin-top: 6.25rem;
}

.mt120 {
    margin-top: 7.5rem;
}

.mt140 {
    margin-top: 8.75rem;
}

.mt180 {
    margin-top: 11.25rem;
}

.mb5 {
    margin-bottom: 0.313rem;
}

.mb10 {
    margin-bottom: 0.625rem;
}

.mb15 {
    margin-bottom: 0.938rem;
}

.mb20 {
    margin-bottom: 1.25rem;
}

.mb25 {
    margin-bottom: 1.563rem;
}

.mb30 {
    margin-bottom: 1.875rem;
}

.mb40 {
    margin-bottom: 2.5rem;
}

.mb50 {
    margin-bottom: 3.125rem;
}

.mb60 {
    margin-bottom: 3.75rem;
}

.mb70 {
    margin-bottom: 4.375rem;
}

.mb80 {
    margin-bottom: 5rem;
}

.ml5 {
    margin-left: 0.313rem;
}

.ml10 {
    margin-left: 0.625rem;
}

.ml15 {
    margin-left: 0.938rem;
}

.ml20 {
    margin-left: 1.25rem;
}

.ml30 {
    margin-left: 1.875rem;
}

.ml40 {
    margin-left: 2.5rem;
}

.ml50 {
    margin-left: 3.125rem;
}

.ml60 {
    margin-left: 3.75rem;
}

.ml70 {
    margin-left: 4.375rem;
}

.ml80 {
    margin-left: 5rem;
}

.ml120 {
    margin-left: 7.5rem;
}

.mr5 {
    margin-right: 0.313rem;
}

.mr10 {
    margin-right: 0.625rem;
}

.mr15 {
    margin-right: 0.938rem;
}

.mr20 {
    margin-right: 1.25rem;
}

.mr30 {
    margin-right: 1.875rem;
}

.mr40 {
    margin-right: 2.5rem;
}

.mr50 {
    margin-right: 3.125rem;
}

.mr60 {
    margin-right: 3.75rem;
}

.mr70 {
    margin-right: 4.375rem;
}

.mr80 {
    margin-right: 5rem;
}

/*!!!!!!!!!!PADDING RULES!!!!!!!!!!*/
.padding-min {
    padding: 1rem;
}

.padding-min-side {
    padding: 0 1rem;
}

.pr-5-p {
    padding-right: 5%;
}

.pr-10-p {
    padding-right: 10%;
}

.pr-15-p {
    padding-right: 15%;
}

.pr-20-p {
    padding-right: 20%;
}

.pr-25-p {
    padding-right: 25%;
}

.pr-30-p {
    padding-right: 30%;
}

.pr-35-p {
    padding-right: 35%;
}

.pr-40-p {
    padding-right: 40%;
}

.pr-45-p {
    padding-right: 45%;
}

.pr-50-p {
    padding-right: 50%;
}

.pr-55-p {
    padding-right: 55%;
}

.pr-60-p {
    padding-right: 60%;
}

.pr-65-p {
    padding-right: 65%;
}

.pr-70-p {
    padding-right: 70%;
}

.pr-75-p {
    padding-right: 75%;
}

.pr-80-p {
    padding-right: 80%;
}

.pr-85-p {
    padding-right: 85%;
}

.pr-90-p {
    padding-right: 90%;
}

.pr-95-p {
    padding-right: 95%;
}

.pr-100-p {
    padding-right: 100%;
}

.pl-5-p {
    padding-left: 5%;
}

.pl-10-p {
    padding-left: 10%;
}

.pl-15-p {
    padding-left: 15%;
}

.pl-20-p {
    padding-left: 20%;
}

.pl-25-p {
    padding-left: 25%;
}

.pl-30-p {
    padding-left: 30%;
}

.pl-35-p {
    padding-left: 35%;
}

.pl-40-p {
    padding-left: 40%;
}

.pl-45-p {
    padding-left: 45%;
}

.pl-50-p {
    padding-left: 50%;
}

.pl-55-p {
    padding-left: 55%;
}

.pl-60-p {
    padding-left: 60%;
}

.pl-65-p {
    padding-left: 65%;
}

.pl-70-p {
    padding-left: 70%;
}

.pl-75-p {
    padding-left: 75%;
}

.pl-80-p {
    padding-left: 80%;
}

.pl-85-p {
    padding-left: 85%;
}

.pl-90-p {
    padding-left: 90%;
}

.pl-95-p {
    padding-left: 95%;
}

.pl-100-p {
    padding-left: 100%;
}

.pb-5-p {
    padding-bottom: 5%;
}

.pb-10-p {
    padding-bottom: 10%;
}

.pb-15-p {
    padding-bottom: 15%;
}

.pb-20-p {
    padding-bottom: 20%;
}

.pb-25-p {
    padding-bottom: 25%;
}

.pb-30-p {
    padding-bottom: 30%;
}

.pb-35-p {
    padding-bottom: 35%;
}

.pb-40-p {
    padding-bottom: 40%;
}

.pb-45-p {
    padding-bottom: 45%;
}

.pb-50-p {
    padding-bottom: 50%;
}

.pb-55-p {
    padding-bottom: 55%;
}

.pb-60-p {
    padding-bottom: 60%;
}

.pb-65-p {
    padding-bottom: 65%;
}

.pb-70-p {
    padding-bottom: 70%;
}

.pb-75-p {
    padding-bottom: 75%;
}

.pb-80-p {
    padding-bottom: 80%;
}

.pb-85-p {
    padding-bottom: 85%;
}

.pb-90-p {
    padding-bottom: 90%;
}

.pb-95-p {
    padding-bottom: 95%;
}

.pb-100-p {
    padding-bottom: 100%;
}

.pt-5-p {
    padding-top: 5%;
}

.pt-10-p {
    padding-top: 10%;
}

.pt-15-p {
    padding-top: 15%;
}

.pt-20-p {
    padding-top: 20%;
}

.pt-25-p {
    padding-top: 25%;
}

.pt-30-p {
    padding-top: 30%;
}

.pt-35-p {
    padding-top: 35%;
}

.pt-40-p {
    padding-top: 40%;
}

.pt-45-p {
    padding-top: 45%;
}

.pt-50-p {
    padding-top: 50%;
}

.pt-55-p {
    padding-top: 55%;
}

.pt-60-p {
    padding-top: 60%;
}

.pt-65-p {
    padding-top: 65%;
}

.pt-70-p {
    padding-top: 70%;
}

.pt-75-p {
    padding-top: 75%;
}

.pt-80-p {
    padding-top: 80%;
}

.pt-85-p {
    padding-top: 85%;
}

.pt-90-p {
    padding-top: 90%;
}

.pt-95-p {
    padding-top: 95%;
}

.pt-100-p {
    padding-top: 100%;
}

.pt5 {
    padding-top: 0.313rem;
}

.pt10 {
    padding-top: 0.625rem;
}

.pt15 {
    padding-top: 0.938rem
}

.pt20 {
    padding-top: 1.25rem;
}

.pt30 {
    padding-top: 1.875rem;
}

.pt40 {
    padding-top: 2.5rem;
}

.pt45 {
    padding-top: 2.813rem;
}

.pt50 {
    padding-top: 3.125rem;
}

.pt60 {
    padding-top: 3.75rem;
}

.pt70 {
    padding-top: 4.375rem;
}

.pt80 {
    padding-top: 5rem;
}

.pt90 {
    padding-top: 5.625rem;
}

.pt90 {
    padding-top: 6.25rem;
}

.pt140 {
    padding-top: 8.75rem;
}

.pb5 {
    padding-bottom: 0.313rem;
}

.pb10 {
    padding-bottom: 0.625rem;
}

.pb15 {
    padding-bottom: 0.938rem;
}

.pb20 {
    padding-bottom: 1.25rem;
}

.pb25 {
    padding-bottom: 1.563rem;
}

.pb30 {
    padding-bottom: 1.875rem;
}

.pb40 {
    padding-bottom: 2.5rem;
}

.pb45 {
    padding-bottom: 2.813rem;
}

.pb50 {
    padding-bottom: 3.125rem;
}

.pb60 {
    padding-bottom: 3.75rem;
}

.pb70 {
    padding-bottom: 4.375rem;
}

.pb80 {
    padding-bottom: 5rem;
}

.pb90 {
    padding-bottom: 5.625rem;
}

.pb110 {
    padding-bottom: 6.875rem;
}

.pb180 {
    padding-bottom: 12.25rem;
}

.pl5 {
    padding-left: 0.313rem;
}

.pl10 {
    padding-left: 0.625rem;
}

.pl15 {
    padding-left: 0.938rem;
}

.pl20 {
    padding-left: 1.25rem;
}

.pl30 {
    padding-left: 1.875rem;
}

.pl40 {
    padding-left: 2.5rem;
}

.pl45 {
    padding-left: 2.813rem;
}

.pl50 {
    padding-left: 3.125rem;
}

.pl60 {
    padding-left: 3.75rem;
}

.pl70 {
    padding-left: 4.375rem;
}

.pl80 {
    padding-left: 5rem;
}

.pl90 {
    padding-left: 5.625rem;
}

.pr5 {
    padding-right: 0.313rem;
}

.pr10 {
    padding-right: 0.625rem;
}

.pr15 {
    padding-right: 0.938rem;
}

.pr20 {
    padding-right: 1.25rem;
}

.pr30 {
    padding-right: 1.875rem;
}

.pr40 {
    padding-right: 2.5rem;
}

.pr45 {
    padding-right: 2.813rem;
}

.pr50 {
    padding-right: 3.125rem;
}

.pr60 {
    padding-right: 3.75rem;
}

.pr70 {
    padding-right: 4.375rem;
}

.pr80 {
    padding-right: 5rem;
}

.pr90 {
    padding-right: 5.625rem;
}

/*!!!!!!!!!!FLEX RULES!!!!!!!!!!*/
.flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.flex-column-reverse {

}

.flex-wrap {
    flex-wrap: wrap;
}

.align-center {
    align-items: center;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.align-baseline {
    align-items: baseline;
}

.justify-center {
    justify-content: center;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-space-between {
    justify-content: space-between;
}

/*!!!!!!!!!!GRID RULES!!!!!!!!!!*/
.grid {
    display: grid;
}

.grid-inline {
    display: inline-grid;
}

.gtc-1 {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
}

.gtc-2 {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 2rem;
    grid-column-gap: 1rem;
}

.gtc-3 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 2rem;
    grid-column-gap: 1.5rem;
}

.gtc-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
}

.gtc-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-row-gap: 2rem;
    grid-column-gap: 0.8rem;
}

/*!!!!!!!!!!OPACITY RULES!!!!!!!!!!*/
.opacity-1 {
    opacity: 0.1;
}

.opacity-2 {
    opacity: 0.2;
}

.opacity-3 {
    opacity: 0.3;
}

.opacity-4 {
    opacity: 0.4;
}

.opacity-5 {
    opacity: 0.5;
}

.opacity-6 {
    opacity: 0.6;
}

.opacity-7 {
    opacity: 0.7;
}

.opacity-8 {
    opacity: 0.8;
}

.opacity-9 {
    opacity: 0.9;
}

/*!!!!!!!!!!BACKGROUND RULES!!!!!!!!!!*/
.main-color {
    background-color: var(--primary-color);

}

.secondary-color {
    background-color: var(--secondary-color);
}

.tertiary-color {
    background-color: var(--tertiary-color);
}

.fourth-color {
    background-color: var(--fourth-color);
}

.fifth-color {
    background-color: var(--fifth-color);
}

.accent-color {
    background-color: var(--accent-color);
}

.third-color {
    background-color: var(--font-main-color);
}

.yellow-color {
    background-color: var(--button-color);
}

.blur-background {
    border: 1px solid rgb(255, 255, 255);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.2);
}

.cover-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*!!!!!!!!!!BOX-SHADOW RULES!!!!!!!!!!*/
.box-shadow {
    box-shadow: 0 10px 20px 0 rgba(41, 41, 42, 0.07);
}


/*!!!!!!!!!!OVERFLOW RULES!!!!!!!!!!*/
.overflow-hidden {
    overflow: hidden;
}

.overflow-visible {
    overflow: visible;
}

/*!!!!!!!!!!IMAGES RULES!!!!!!!!!!*/
.img-cover img {
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: cover;
}

.img-cover picture {
    width: 100%;
    height: 100%;
    display: flex;

}

.img-full {
    width: 100%;
    height: 100%;
    display: flex;
}

.img-contain {
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: contain;
}


/*!!!!!!!!!!BORDER-RADIUS RULES!!!!!!!!!!*/
.border-rounded1 {
    border-radius: 8px;
}

.border-rounded2 {
    border-radius: 500px;
}

.border-rounded3 {
    border-radius: 16px;
}

.border-rounded4 {
    border-radius: 25px;
}

.border-rounded5 {
    border-radius: 12px;
}

.border-rounded50 {
    border-radius: 50%;
}

/*!!!!!!!!!!MAX-WIDE RULES!!!!!!!!!!*/
.mw-555 {
    max-width: 34.688rem;
}

.mw-512 {
    max-width: 32rem;
}

.mw-200 {
    max-width: 12.5rem;
}

/*!!!!!!!!!!MAX-HEIGHT RULES!!!!!!!!!!*/
.mh-276 {
    max-height: 18.5rem;
}

.mh-700 {
    max-height: 43.75rem;
}


/*!!!!!!!!!!LIST RULES!!!!!!!!!!*/
.list-style-square {
    list-style: square;
    color: var(--button-color);

}

.list li * {
    color: var(--font-main-color);
}

.numeric-list {
    list-style-type: decimal;
    list-style-position: outside;
    list-style-image: none;
    margin: 0;
    padding: 0;
    font-family: inherit;
    color: inherit;
    line-height: normal;
}

.numeric-list li * {
    color: var(--font-main-color);
}

/*!!!!!!!!!!HEADER RULES!!!!!!!!!!*/
.header-menu {
    gap: 30px;
}

.header-top-phone > span {
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    margin-left: 0.5rem;
}

.header-top-phone > span > span {
    font-weight: 800;
}

.header-login svg rect {
    transition: 0.3s ease;
    fill: transparent;
}

.header-login span {
    color: rgb(10, 59, 89);
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    transition: 0.3s ease;
}

.header-login:hover {
    text-decoration: none;
}

.header-login:hover svg rect {
    transition: 0.3s ease;
    fill: var(--button-color);
}

.header-menu > li > *:not(ul) {
    color: #020B26;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
}

.header-menu > li:not(.uk-active) > *:hover {
    color: rgba(0, 128, 199, 1);
    transition: 0.3s;
    text-decoration: none;
}

.header-menu > .uk-active > * {
    color: rgba(0, 128, 199, 1);
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    transition: 0.3s;
}


/*!!!!!!!!!!SEO RULES!!!!!!!!!!*/
.seo-toggle {
    max-height: 100%;
}

/*!!!!!!!!!!SWITCHER RULES!!!!!!!!!!*/
.switcher-border-bottom {
    border-radius: 8px;
    background: rgb(240, 249, 255);
    padding: 8px;
}

.switcher-border-bottom a {
    text-decoration: none;
    transition: 0.3s ease;
}

.switcher-border-bottom a:hover {
    color: var(--font-main-color);
    transition: 0.3s ease
}

.switcher-border-bottom > li {
    transition: 0.3s ease;
    border-radius: 6px;
    padding: 3px 15px;
    min-width: 287px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.switcher-border-bottom > li > a {
    transition: 0.3s ease;
    color: var(--font-main-color);
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.24px;
    text-align: center;
    min-width: 287px;
}

.switcher-border-bottom > .uk-active {
    border-radius: 6px;
    background: rgb(255, 255, 255);
    transition: 0.3s ease
}

.switcher-border-bottom > .uk-active > a {
    transition: 0.3s ease;
    color: rgb(0, 128, 199);
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.24px;
    text-align: center;
}

/*!!!!!!!!!!FOOTER RULES!!!!!!!!!!*/
.copyright {
    color: rgba(245, 245, 245, 1);
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
    text-align: right;
}

footer {

    background-color: rgba(2, 11, 38, 1);
}

.footer-social > a:not(:first-child) {
    margin-left: 1.25rem;
}

.footer-social > a svg rect {
    transition: 0.3s ease;
}

.footer-social > a svg path {
    transition: 0.3s ease;
}

.footer-social > a:hover svg rect {
    fill: rgba(199, 231, 252, 1);;
    transition: 0.3s ease;
}

.footer-social > a:hover svg path {
    transition: 0.3s ease;
    fill: rgba(0, 128, 199, 1);

}

.footer-menu > li:not(:last-child) {
    margin-right: 2rem;
}

.footer-menu > li * {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.3s ease;
}


.footer-menu > li a:hover {
    text-decoration: none;
    color: rgba(199, 231, 252, 1);;
    transition: 0.3s ease;
}

a.contacts-link {
    color: rgba(199, 231, 252, 1);
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
    transition: 0.3s ease;
    text-decoration: none;
}

.footer-phone {
    color: rgba(199, 231, 252, 1);
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    letter-spacing: 0px;
    text-align: center;
    transition: 0.3s ease;
    text-decoration: none;
}

.footer-phone > span {
    font-weight: 800;
    text-decoration: none;
}

.footer-phone:hover {
    color: rgba(255, 255, 255, 1);
    transition: 0.3s ease;
    text-decoration: none;
}

a.contacts-link:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    transition: 0.3s ease;

}

div.contacts-link {
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    max-width: 250px;
}


.oleus {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-decoration: none;
}


.oleus span {
    color: rgba(245, 245, 245, 1);
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
    margin-right: 20px;
    transition: 0.3s ease;
}

.oleus:hover {
    text-decoration: none;
}

.oleus:hover span {
    color: rgba(199, 231, 252, 1);;
    transition: 0.3s ease;

}

.footer-title {
    color: rgba(245, 245, 245, 1);
    font-size: 10px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 4%;
    text-align: left;
    text-transform: uppercase;
}

.footer-one a {
    color: rgba(245, 245, 245, 1);
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: right;
    text-decoration-line: underline;
    transition: 0.3s ease;
}

.footer-one li {
    display: flex;
    align-items: center;
}

.footer-one a:hover {
    transition: 0.3s ease;
    color: rgba(199, 231, 252, 1);
}

.seo-text h1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--font-alt-color);
}

.seo-text h2 {
    font-size: 3rem;
    font-weight: 700;
}

.seo-text h3 {
    font-size: 2.5rem;
    font-weight: 700;
}

.seo-text h4 {
    font-size: 2rem;
    font-weight: 700;
}

.seo-text h5 {
    font-size: 1.5rem;
    font-weight: 700;
}

.seo-text h6 {
    font-size: 1.125rem;
    font-weight: 700;
}

.seo-text > *:not(:first-child) {
    margin-top: 25px;
}

.seo-text p {
    font-size: 1.125rem;
    font-weight: 400;
}

.seo-text ul p {
    font-size: 1.125rem;
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 25px;
}

.seo-text a {
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--font-accent-color);
    transition: 0.3s ease;
    text-decoration: none
}

.seo-text a:hover {
    text-decoration: none;
    color: var(--button-color);
    transition: 0.3s ease;
}

.seo-text ul {
    list-style: disc;
    color: var(--font-alt-color);
    margin-left: 0.938rem
}

.seo-text ul span {
    color: var(--font-main-color);
    font-weight: 600;

}

.seo-text ul li {
    margin-left: 0.4rem;
}

.seo-text ul li:not(:first-child) {
    margin-top: 10px;
}

.seo-text ol {
    list-style: none;
    counter-reset: list;
    padding-left: 1.8rem;
}

.seo-text ol li {
    position: relative;

}

.seo-text ol li:not(:first-child) {
    margin-top: 10px;
}

.seo-text ol li::before {
    content: counter(list) "";
    counter-increment: list;
    position: absolute;
    top: 2px;
    left: -1.8rem;
    width: 1.5rem;
    height: 1.5rem;
    color: rgb(10, 59, 89);
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    background: var(--button-color);
}

.seo-text ol span {
    color: var(--font-main-color);
}

.seo-text ol a {
    color: var(--font-accent-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-decoration-line: underline;
    transition: 0.3s ease;
}

.seo-text ol a:hover {
    color: var(--font-alt-color);
    text-decoration-line: underline;
    transition: 0.3s ease;
}

.seo-text blockquote {
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    line-height: 36.77px;
    padding: 3rem 3rem;
    border-top: 1px solid #51504D26;
    border-bottom: 1px solid #51504D26;
    position: relative;
    margin: 1.563rem 0 !important;
}

.seo-text blockquote span {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.09px;
    text-align: left;
    color: black;
    display: block;
    margin-top: 1.563rem;
}

.seo-text blockquote:after {
    position: absolute;
    content: '"';
    top: 2rem;
    left: 0;
    font-size: 64px;
    font-weight: 700;
    line-height: 73.54px;
    text-align: left;
    color: var(--font-main-color);

}

.seo-text > *:not(:first-child) {
    margin-top: 1rem;
}

.map {
    display: flex;
    width: 100%;
    height: 27.938rem;
}

.news-img-container {
    max-height: 459px;
    object-position: center;
    border-radius: 40px;
    overflow: hidden;
}

.hover {
    transition: 0.3s ease;
    text-decoration: none;
}

.hover svg path {
    transition: 0.3s ease;
}

.hover:hover svg path {
    transition: 0.3s ease;
    stroke: var(--font-accent-color);
}

.hover:hover {
    transition: 0.3s ease;
    color: var(--font-alt-color);
    text-decoration: none;
}

#form-entity-6,
#form-entity-7,
#form-entity-1 {
    border-radius: 20px;
    padding: 50px;
    backdrop-filter: blur(10px);
    background: var(--secondary-color);
}

#form-entity-2 {
    border-radius: 22px;
    margin-top: 25px;
}

#user-login-form-login-email,
#user-login-form-login-password,
#form-entity-1-fields-field-1,
#form-entity-1-fields-field-2,
#form-entity-2-fields-field-4,
#form-entity-2-fields-field-5,
#form-entity-2-fields-field-6,
#form-entity-3-fields-field-8,
#form-entity-3-fields-field-9,
#form-entity-3-fields-field-10,
#form-entity-3-fields-field-11,
#form-entity-4-fields-field-13,
#form-entity-4-fields-field-14,
#form-entity-4-fields-field-15,
#form-entity-4-fields-field-16,
#form-entity-6-fields-field-21,
#form-entity-6-fields-field-22,
#form-entity-7-fields-field-24,
#form-entity-7-fields-field-25,
#form-entity-7-fields-field-26 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 17px 24px 17px 24px;
    box-sizing: border-box;
    border: 1px solid rgb(0, 128, 199);
    border-radius: 8px;
    backdrop-filter: blur(20px);
    background: rgba(0, 128, 199, 0.15);
    resize: none;
    color: var(--font-main-color);

}

#form-entity-5-fields-field-18,
#form-entity-5-fields-field-19 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 17px 24px 17px 24px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.35);
    border: 1px solid rgba(255, 255, 255, 1);
    backdrop-filter: blur(20px);
    resize: none;
    color: rgba(255, 255, 255, 1);
    border-radius: 8px;
}

#user-login-form-login-email:focus,
#user-login-form-login-password:focus,
#form-entity-1-fields-field-1:focus,
#form-entity-1-fields-field-2:focus,
#form-entity-2-fields-field-4:focus,
#form-entity-2-fields-field-5:focus,
#form-entity-2-fields-field-6:focus,
#form-entity-3-fields-field-8:focus,
#form-entity-3-fields-field-9:focus,
#form-entity-3-fields-field-10:focus,
#form-entity-3-fields-field-11:focus,
#form-entity-4-fields-field-13:focus,
#form-entity-4-fields-field-14:focus,
#form-entity-4-fields-field-15:focus,
#form-entity-4-fields-field-16:focus,
#form-entity-5-fields-field-18:focus,
#form-entity-5-fields-field-19:focus,
#form-entity-6-fields-field-21:focus,
#form-entity-6-fields-field-22:focus,
#form-entity-7-fields-field-24:focus,
#form-entity-7-fields-field-25:focus,
#form-entity-7-fields-field-26:focus {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 17px 24px 17px 24px;
    box-sizing: border-box;
    border: 1px solid rgb(0, 128, 199);
    border-radius: 8px;
    backdrop-filter: blur(20px);
    background: rgb(0, 128, 199);
    color: #FFFFFF;

}

form label {
    font-size: 16px;
    font-weight: 550;
    line-height: 24px;
    text-align: left;
    color: var(--font-main-color);
}

#box-form-entity-1-fields-field-2:focus-within label,
#box-form-entity-1-fields-field-1:focus-within label,
#box-form-entity-5-fields-field-19:focus-within label,
#box-form-entity-5-fields-field-18:focus-within label,
#box-form-entity-7-fields-field-24:focus-within label,
#box-form-entity-7-fields-field-25:focus-within label,
#box-form-entity-7-fields-field-26:focus-within label{
    color: rgb(0, 128, 199);
    transition: 0.3s ease;
}

form label em {
    color: red;
}

.body-secondary {
    background-color: #ffffff;
}

#user-login-form .form-action,
#form-entity-2 .form-actions,
#form-entity-1 .form-actions {
    width: 100%;
    /*border-top: 1px solid rgba(0, 0, 0, 0.1);*/
    /*padding-top: 32px;*/
    /*margin-top: 32px;*/
}

#user-login-form button,
#form-entity-2 .form-actions button,
#form-entity-1 .form-actions butto,
#form-entity-1 .form-actions button {
    width: 100%;
}

#form-entity-1-fields-field-7 label
#form-entity-1-fields-field-3 label {
    display: flex !important;
    align-items: center;
}

#user-login-form-login-remember-0,
#form-entity-2-fields-field-7-0,
#form-entity-1-fields-field-3-0,
#form-entity-3-fields-field-12-0,
#form-entity-5-fields-field-20-0,
#form-entity-6-fields-field-23-0,
#form-entity-4-fields-field-17-0,
#form-entity-7-fields-field-27-0 {
    margin-right: 8px;
}

#user-login-form-login-remember span,
#form-entity-1-fields-field-7 span,
#form-entity-1-fields-field-3 span {
    font-size: 14px;
}

#user-login-form-login-remember .uk-checkbox,
#form-entity-2-fields-field-7 .uk-checkbox,
#form-entity-1-fields-field-3 .uk-checkbox,
#form-entity-3-fields-field-12 .uk-checkbox,
#form-entity-4-fields-field-17 .uk-checkbox,
#form-entity-5-fields-field-20 .uk-checkbox,
#form-entity-6-fields-field-23 .uk-checkbox,
#form-entity-7-fields-field-27 .uk-checkbox {
    border-radius: 6.3px !important;
    border: 1.13px solid rgb(0, 128, 199)!important;
}

#user-login-form-login-remember .uk-checkbox:checked,
#form-entity-2-fields-field-7 .uk-checkbox:checked,
#form-entity-1-fields-field-3 .uk-checkbox:checked,
#form-entity-3-fields-field-12 .uk-checkbox:checked,
#form-entity-4-fields-field-17 .uk-checkbox:checked,
#form-entity-5-fields-field-20 .uk-checkbox:checked,
#form-entity-6-fields-field-23 .uk-checkbox:checked {
    background-color: rgb(0, 128, 199) !important;
}

#user-login-form-login-remember .uk-checkbox:focus,
#form-entity-2-fields-field-7 .uk-checkbox:focus,
#form-entity-1-fields-field-3 .uk-checkbox:focus,
#form-entity-3-fields-field-12 .uk-checkbox:focus,
#form-entity-4-fields-field-17 .uk-checkbox:focus,
#form-entity-5-fields-field-20 .uk-checkbox:focus,
#form-entity-6-fields-field-23 .uk-checkbox:focus {
    border: 1.13px solid rgb(0, 128, 199);
!important;
}


#form-entity-3,
#form-entity-4 {
    max-width: 40%;
}

#form-entity-3 .form-actions .button,
#form-entity-4 .form-actions .button {
    width: 100%;
    text-align: center;
}

.uk-notification-message {
    background-color: white;
    border-radius: 20px;
}

.uk-modal-body {
    padding: 0 !important;
    border-radius: 20px;
}

#modal-open .uk-modal-close-default svg {
    height: 28px;
    width: 28px;
}

#modal-open .uk-modal-close-default svg line {
    color: var(--font-main-color);
}

#modal-open .uk-modal-body {
    border: 1px solid rgb(255, 255, 255);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.2);
}

.pop-up-fixed {
    position: fixed;
    right: 17px;
    bottom: 17px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 1000;
}

.popup-link {
    position: absolute;
    display: flex;
    right: 20px;
    height: 100%;
    align-items: center;
}

.popup-link:after {
    position: absolute;
    content: "";
    background-color: var(--secondary-color);
    height: 50%;
    width: 10px;
    left: -15px;

}

.popup-link:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    background: rgba(0, 0, 0, 0.2);
    left: -10px;
}

.popup-link-border {
    border: 2px solid rgba(0, 0, 0, 0.3);
}

.popup-link svg path {
    stroke: var(--button-color);
}

.popup-link svg {
    transition: 0.3s ease;
    height: 18px;
    width: 18px;
}

.popup-link:hover svg {
    transition: 0.3s ease;
    transform: rotate(45deg);
}

.pop-up-close svg circle {
    transition: 0.3s ease;
}

.pop-up-close:hover svg circle {
    transition: 0.3s ease;
    fill: #DCDCDC;
}

#message-ajax-modal .uk-modal-dialog {
    background: transparent;
}

#message-ajax-modal .uk-modal-body {
    padding: 50px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    background-color: #ffffff;
}

#message-ajax-modal h2 {
    text-align: center;
}

#message-ajax-modal p {
    text-align: center;
}

#message-ajax-modal button {
    width: 100%;
    position: unset !important;
}

#message-ajax-modal button svg {
    display: none;
}

.menu-items-parent {
    position: relative;
}

.dropdown-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    left: -20%;
    top: 100%;
    border-radius: 8px;
    background: #FFF;
    width: fit-content;
    transition: 0.3s ease;
    transform: translatey(1rem);
}

.menu-items-parent:hover > .dropdown-content {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    transform: translatey(0);
}

.dropdown-content a {
    padding: 12px 20px 12px 10px;
    text-decoration: none;
    display: block;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    font-style: normal;
    white-space: nowrap;
}

.dropdown-content span {
    padding: 12px 20px 12px 10px;
    text-decoration: none;
    display: block;
    color: rgba(0, 128, 199, 1);;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    font-style: normal;
    white-space: nowrap;
}

.dropdown-content a:hover {
    color: rgba(0, 128, 199, 1);;
    background-color: rgba(0, 128, 199, 0.1);;
    transition: 0.3s ease;
}

.menu-items-parent > span svg {
    margin-left: 5px;
    transition: 0.3s ease;
}

.menu-items-parent > span svg path {
    transition: 0.3s;
}

.menu-items-parent:hover > span svg {
    transform: scale(1, -1);
}

.menu-items-parent > span svg path {
    fill: var(--font-main-color);
    transition: 0.3s;
}

.menu-items-parent:hover > span svg path {
    fill: rgba(0, 128, 199, 1);
    transition: 0.3s;
}


.menu-items-parent:hover > span {
    color: rgba(0, 128, 199, 1);
    transition: 0.3s ease;
}

.pen {
    width: 100%;
    margin: 50px auto 0;
    opacity: 0;
    position: relative;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-animation: 1s appear 1 forwards;
    -moz-animation: 1s appear 1 forwards;
    -o-animation: 1s appear 1 forwards;
    animation: 1s appear 1 forwards;
}

.stage {
    width: 100%;
    height: 400px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    display: flex;
}

.element {
    margin: 0 0.2rem;
    flex: 1;
    flex-direction: column;
    justify-content: end;
    -webkit-transform-origin: 50% 50%;
    height: inherit;
    align-items: center;
    display: flex;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 20px;
    padding-bottom: 3rem;
    position: relative;
}

.element:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to top, rgba(23, 23, 23, 0.8) 20%, transparent 100%);
    z-index: -1;
    border-radius: inherit;
    transition: 0.3s ease-in-out;
}

.element.active:before {
    height: 80%;
}

.element > .invisible-text {
    display: none;
    max-width: 300px;
}

.element.active {
    flex: 2;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    height: inherit;
}

.element.inactive {
    flex: 0.5;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0.4;
}

.element:last-of-type {
    margin: 0;
}

@media all and (min-width: 900px) {


    .stage {
        height: 600px;
    }
}

@media all and (max-width: 660px) {

}

@-webkit-keyframes appear {
    15% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes appear {
    15% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes appear {
    15% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes appear {
    15% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.stage a svg path {
    transition: 0.3s ease;
}

.stage a {
    text-decoration: none;
}

.stage a span {
    transition: 0.3s;
}

.stage a:hover span {
    transition: 0.3s;
    color: #ffffff;
}

.stage a:hover svg path {
    transition: 0.3s ease;
    stroke: #ffffff;
}

.news-hover {
    transition: 0.3s ease;
    background-color: transparent;
}

.news-hover:hover {
    transition: 0.3s ease;
    background-color: #FFFFFF;
}

.projects-hover {
    transition: 0.3s ease;
    background-color: transparent;
}

.projects-hover:hover {
    transition: 0.3s ease;
    background-color: var(--fifth-color);
}

.accordion-card-wrapper {
    border-radius: 20px;
    background: rgb(250, 247, 242);
}


.mh-review {
    min-height: 334px;
}

.contacts-page .footer-separator {
    background-color: var(--fifth-color);
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.pagination-list {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 3px;
}

.pagination-list > li > * {
    color: var(--font-main-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 14.67px;
    letter-spacing: 0%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    padding: 0 12px;
    border-radius: 8px;
    transition: 0.3s ease;
    border: 1px solid transparent;

}

.pagination-list > li > a:hover {
    color: var(--font-alt-color);
    text-decoration: none;
    border-color: var(--font-alt-color);;
    transition: 0.3s ease;

}

.pagination-list > .uk-active > * {
    background-color: var(--fifth-color);
    color: var(--font-alt-color);
}

.front-img-wrapper img {
    background-repeat: no-repeat;
}


.list-double ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    grid-row-gap: 10px;
}

.list-double ul > li:not(:first-child) {
    margin-top: 0;
}


#form-entity-5 {
    background: rgba(2, 11, 38, 0.75);
    padding: 20px 20px 40px 20px;
    width: 70%;
    margin-top: 40px;
    border-radius: 10px;
}


#form-entity-5 .form-field-checkbox-label {
    color: #FFFFFF;
}

#box-form-entity-5-fields-field-18 > label,
#box-form-entity-5-fields-field-19 > label {
    color: #FFFFFF;
}


.service-sub-title {
    box-sizing: border-box;
    border: 1px solid rgb(237, 228, 212);
    border-radius: 10px;
    box-shadow: 0px 3px 1px 0px rgba(232, 220, 200, 0.09), 0px 3px 8px 0px rgba(232, 220, 200, 0.49);
    background: rgb(250, 247, 242);
    color: rgb(87, 58, 9);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    width: fit-content;
    padding: 5px;
}

.service-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 25px;
    width: 100%;
}

.min-height-135 {
    min-height: 135px;
}

.service-button-wrapper > * {
    white-space: nowrap;
}

.header-lang > button {
    display: flex;
    align-items: center;
    color: var(--font-main-color);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.19rem;
    text-align: left;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.header-lang > button:hover {
    color: var(--font-main-color);
}

.header-lang .uk-button[aria-expanded="true"] {
    color: var(--font-alt-color);
    transition: 0.3s;
}

.header-lang .uk-button svg {
    transition: 0.3s;
    margin-left: 0.5rem;
}

.header-lang .uk-button svg path {
    transition: 0.3s;

}

.header-lang .uk-button[aria-expanded="true"] svg {
    transform: scale(1, -1);
    transition: 0.3s;
}

.header-lang .uk-button[aria-expanded="true"] svg path {
    transition: 0.3s;
    fill: var(--font-alt-color);
}

.header-lang .uk-dropdown {
    min-width: 64px;
    padding: 0.5rem 0.5rem 0.5rem 0;
    background: var(--fifth-color);
    box-shadow: none;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.header-lang .uk-dropdown li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--font-main-color);
    transition: 0.3s ease;
}

.header-lang .uk-dropdown li a:hover {
    color: var(--font-alt-color);
    transition: 0.3s ease;
    text-decoration: none;
}

.header-lang-wrapper {
    display: flex;
    background-color: var(--fifth-color);
    padding: 21px 12px;
    border-radius: 8px;
}


.mobile-functional a {
    color: rgb(0, 0, 0);
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.19rem;
    text-transform: uppercase;
    padding: 3px 6px;
    border-radius: 8px;
}

.translate-links-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.mobile-functional a:hover {
    color: rgb(0, 0, 0);
}

.mobile-functional span {
    color: var(--font-alt-color);
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.19rem;
    text-transform: uppercase;
    background-color: var(--fifth-color);
    padding: 3px 6px;
    border-radius: 8px;
}

.gap-10 {
    gap: 10px;
}

.tag-line {
    color: rgba(45, 82, 124, 1);
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s ease;
    display: flex;
}

.tag-line:hover {
    color: var(--font-alt-color);
    transition: 0.3s ease;
    text-decoration: none;
}

.tag-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tag {
    border-radius: 50px;
    padding: 15px 20px;
    background-color: rgba(116, 148, 185, 0.15);
    color: rgba(45, 82, 124, 1);
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s ease;
}
.tag-inactive {
    pointer-events: none;
    opacity: 0.3;
}

.tag:hover {
    background-color: var(--font-alt-color);
    color: var(--font-secondary-color);
    transition: 0.3s ease;
    text-decoration: none;
}

.tag-active {
    background-color: var(--font-alt-color);
    color: var(--font-secondary-color);
}

#main-wrapper {
    min-height: 55vh;
}
