/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
    font-family: 'Montserratb';
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    flex-direction: column;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: flex;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image:before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px) ) {
    .fancybox-caption {
        padding: 75px 44px 25px 44px;
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes a {
    to {
        transform: rotate(1turn);
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }
    
    .fancybox-slide--image {
        padding: 6px 0;
    }
    
    .fancybox-close-small {
        right: -6px;
    }
    
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }
    
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
    
    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: 12px;
            padding-right: 12px;
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
    opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1;
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

body {
    margin: 0;
    font-family: 'Montserrat';
}

ul.menu .sub-menu a:hover {
    text-decoration: underline;
}

.container {
    max-width: 1330px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 1280px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (min-width: 1440px) {
    .container {
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media (min-width: 1680px) {
    .container {
        padding-left: 120px;
        padding-right: 120px;
    }
}



.title__main {
    font-family: 'hb';
    font-style: normal;
    font-weight: bold;
    font-size: calc(22px + (36 - 22) * ((100vw - 320px) / (1920 - 320)));
    line-height: 39px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #194484;
    margin-bottom: 70px;
}

@media (max-width: 1680px) {
    .title__main {
        margin-bottom: 60px;
    }
}

@media (max-width: 992px) {
    .title__main {
        margin-bottom: 20px;
    }
}

.btn__hover {
    background: #06B25F;
    border: 2px solid #06B25F;
    box-sizing: border-box;
    border-radius: 6px;
    font-size: 16px;
    font-family: 'Montserratb';
    text-decoration: none;
    color: #ffffff;
    width: 160px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    transition: 0.5s;
    outline: none;
}

@media (max-width: 992px) {
    .btn__hover {
        width: 140px;
    }
}

.btn__hover:hover {
    background: #0b9854;
    border: 2px solid #0b9854;
    color: #fff;
}

.btn__hover:active {
    background: #0f874d;
    border: 2px solid #0f874d;
    color: #ffffff;
}

.btn__normal {
    background: transparent;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    border-radius: 6px;
    font-size: 16px;
    font-family: 'Montserratb';
    text-decoration: none;
    color: #ffffff;
    width: 160px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    transition: 0.5s;
    outline: none;
}

@media (max-width: 992px) {
    .btn__normal {
        width: 140px;
    }
}

.btn__normal:hover {
    background: #06B25F;
    border: 2px solid #06B25F;
    color: #fff;
}

.btn__normal:active {
    background: #0f874d;
    border: 2px solid #0f874d;
    color: #ffffff;
}

.mob__b1 {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin: 10px 0;
    margin-left: 50px;
}

.cont__b a {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    /*text-transform: capitalize;*/
    color: #242424;
    text-decoration: none;
}

.btn__green {
    background: #fff;
    border: 2px solid #06B25F;
    box-sizing: border-box;
    border-radius: 6px;
    font-size: 16px;
    font-family: 'Montserratb';
    text-decoration: none;
    color: #06B25F;
    width: 160px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    transition: 0.5s;
    outline: none;
}

@media (max-width: 992px) {
    .btn__green {
        width: 140px;
    }
}

.btn__green:hover {
    background: #06B25F;
    border: 2px solid #06B25F;
    color: #fff;
}

.btn__green:active {
    background: #0f874d;
    border: 2px solid #0f874d;
    color: #ffffff;
}

.txt {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

.slider__mobile {
    display: none;
}

@media (max-width: 600px) {
    .slider__mobile {
        display: block;
    }
}

.mob__form .title__main {
    margin-bottom: 40px;
}

div#hidden-content {
    max-width: 500px;
    width: 500px;
}

@media (max-width: 992px) {
    div#hidden-content {
        width: auto !important;
    }
}

div#hidden-content1 {
    max-width: 500px;
    width: 500px;
}

@media (max-width: 992px) {
    div#hidden-content1 {
        width: auto !important;
    }
}

.right__socials {
    position: fixed;
    right: 0;
    top: 50%;
    bottom: 0;
    background: transparent;
    height: 211px;
    box-shadow: 0px 2px 12px 1px rgba(29, 51, 107, 0.25);
    border-radius: 6px;
}

@media (max-width: 992px) {
    .right__socials {
        display: none;
    }
}

.r__soc {
    background: #fff;
    padding: 12px 12px;
}

.r__soc img {
    width: 24px !important;
}

.r__soc:nth-child(1) {
    border-radius: 6px 6px 0px 0px;
    border-bottom: 1px solid #e8ecf3;
}

.r__soc:nth-child(2) {
    border-bottom: 1px solid #e8ecf3;
}

.r__soc:nth-child(3) {
    border-bottom: 1px solid #e8ecf3;
}

.r__soc:nth-child(4) {
    border-radius: 0px 0px 6px 6px;
}

button.slick-next.slick-arrow {
    display: none !important;
}

button.slick-prev.slick-arrow {
    display: none !important;
}

#button-up {
    display: none;
    opacity: 1;
    filter: alpha(opacity=50);
    position: fixed;
    right: 20px;
    bottom: 50px;
    color: #000;
    transition: 0.3s;
    border: 2px solid #06b25f;
    background: #06b25f;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 3px;
    line-height: 25px;
    z-index: 7000;
}

#button-up:hover {
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: 0.3s;
    background: #0d9053;
    color: #FF0000;
    display: flex;
}

#button-up:hover svg path {
    fill: #fff;
}

div#button-up .svg {
    transform: rotate(180deg);
}

p {
    line-height: 26px;
    color: #242424;
}

#button-up svg path {
    fill: #00b05a;
    transition: 0.5s;
}

.newb {
    width: 250px;
}

.lost {
    text-align: center;
}

.lost img {
    max-width: 900px;
    width: 100%;
    object-fit: cover;
}

.lost__title h1 {
    font-family: hb;
    font-style: normal;
    font-weight: bold;
    font-size: 44px;
    line-height: 60px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #194484;
}

@media (max-width: 992px) {
    .lost__title h1 {
        font-size: 18px;
    }
}

.lost__block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 200px;
}

@media (max-width: 992px) {
    .lost__block {
        bottom: 0;
        padding-bottom: 50px;
    }
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #00A4E8;
}

header {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

@media (max-width: 600px) {
    header {
        height: auto;
    }
}

.top__line {
    padding: 15px 0px;
    justify-self: flex-start;
    position: fixed;
    width: 100%;
    top: 0;
    transition: 0.5s;
    z-index: 500;
    background: rgba(33, 33, 33, 0.3);
}

.slider__top:not(.slick-initialized) .slick-slide:first-child {
    display: block;
}

@media (max-width: 1440px) {
    .top__line {
        padding: 12px 0;
    }
}

.top__line__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.menu {
    margin: 0;
    padding: 0;
    display: flex;
}

ul.menu li a {
    font-style: normal;
    font-family: 'Montserratb';
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    transition: 0.5s;
    border-bottom: 2px solid transparent;
}

ul.menu li a:hover {
    color: #44c9ff;
}

@media (max-width: 1368px) {
    ul.menu li a {
        font-size: 14px;
    }
}

ul.menu li.menu-item-has-children {
    position: relative;
}

ul.menu li.menu-item-has-children a:hover {
    border-bottom: 2px solid transparent;
    color: #44c9ff;
    text-decoration: none;
}

ul.menu li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

ul.menu li.menu-item-has-children a:after {
    content: "";
    background: url(../images/str__down.svg);
    width: 10px;
    height: 6px;
    margin-left: 5px;
    transition: 0.5s;
}

ul.menu li.menu-item-has-children a:hover:after {
    transform: rotate(180deg);
}

ul.menu li {
    list-style-type: none;
    margin: 0 12px;
}

ul.menu .sub-menu {
    position: absolute;
    left: 0px;
    margin: 0px;
    border-radius: 0px 0px 16px 16px;
    padding: 10px;
    border-top: 2px solid #00a4e8;
    width: -webkit-max-content;
    width: max-content;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
    z-index: 500;
    background: rgba(33, 33, 33, 0.6);
    background: rgba(33, 33, 33, 0.8);
    box-shadow: 0px 3px 16px 2px rgba(29, 51, 107, 0.15);
}

ul.menu .sub-menu li {
    margin-bottom: 8px;
}

ul.menu .sub-menu a {
    font-size: 14px;
}

ul.menu .sub-menu a:after {
    display: none;
}

ul.menu .sub-menu a:after:hover {
    color: #00A4E8;
}

.mobile__menu.active li a {
    color: #0D6EB7;
}

.mobile__menu {
    height: 100vh;
    background: #fff;
    box-shadow: 0px 3px 16px 2px rgba(29, 51, 107, 0.15);
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 500;
    width: 50%;
    transition: 1s;
}

@media (max-width: 992px) {
    .mobile__menu {
        width: 80%;
    }
}

.active {
    left: 0;
}

.burger {
    display: none;
}

.burger span {
    background: #fff;
    border-radius: 2px;
    width: 26px;
    height: 4px;
    margin-bottom: 4px;
    display: block;
}

.burger span:nth-child(3) {
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .burger {
        display: block;
    }
}

@media (max-width: 1200px) {
    .top__menu {
        display: none;
    }
}

@media (max-width: 1200px) {
    .button__top {
        display: none;
    }
}

.mobile__menu ul.menu {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 50px;
    margin-top: 22px;
}

.mobile__menu ul.menu li {
    margin: 0;
}

.mobile__menu ul.sub-menu {
    position: relative;
    background: #fff;
    box-shadow: none;
    border-radius: 0px;
    padding: 0px;
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
    z-index: 500;
    padding-left: 20px;
}

.mobile__menu li.menu-item-has-children a:after {
    display: none;
}

.close {
    display: flex;
    justify-content: flex-end;
    padding: 20px;
    font-family: 'hb';
    color: #0b9854;
    font-size: 18px;
}

.slider__top .slick-slide img {
    display: block;
    width: 100vw;
    background-size: cover;
    object-fit: unset;
    height: 100vh;
}

@media (max-width: 992px) {
    .slider__top .slick-slide img {
        object-fit: cover;
    }
}

@media (max-width: 600px) {
    .slider__top .slick-slide img {
        height: 360px;
    }
}

.appendDots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 250px;
}

@media (max-width: 1680px) {
    .appendDots {
        bottom: 150px;
    }
}

@media (max-width: 1440px) {
    .appendDots {
        bottom: 100px;
    }
}

@media (max-width: 992px) {
    .appendDots {
        display: none;
    }
}

.slide__desc {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

ul.slick-dots {
    margin: 40px 0;
    padding: 0;
    display: flex;
    z-index: 5000;
    position: relative;
}

ul.slick-dots li {
    list-style-type: none;
    margin-right: 20px;
}

ul.slick-dots li button {
    font-size: 0;
    border: 3px solid #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    outline: none;
}

ul.slick-dots li.slick-active button {
    background: #fff;
}

.slider__top .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slider__top .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slide .slick-slide {
    display: none;
    float: left;
    height: 100vh !important;
    min-height: 1px;
}

@media (max-width: 600px) {
    .slide .slick-slide {
        height: auto;
    }
}

.logo {
    width: 207px;
    height: 52px;
    background: url(../images/logo.svg) no-repeat;
    background-size: contain;
    position: relative;
    bottom: 9px;
}

@media (max-width: 600px) {
    .logo {
        width: 140px;
        height: 36px;
        background: url(../images/logo.svg) no-repeat;
        background-size: contain;
    }
}

.slide__title {
    font-family: 'hb';
    font-size: calc(24px + (42 - 24) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc(38px + (50 - 38) * ((100vw - 320px) / (1920 - 320)));
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .slide__title {
        text-align: center;
    }
}

.slider__block {
    width: 50%;
    position: relative;
    bottom: 100px;
}

@media (max-width: 992px) {
    .slider__block {
        width: 100%;
        bottom: 50px;
    }
}

@media (max-width: 600px) {
    .slider__block {
        bottom: 0;
    }
}

.slide__txt {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

@media (max-width: 992px) {
    .slide__txt {
        text-align: center;
    }
}

@media (max-width: 600px) {
    .slide__txt {
        display: none;
    }
}

.slide__links {
    display: flex;
    margin-top: 40px;
}

.slide__links a {
    margin-right: 24px;
}

@media (max-width: 992px) {
    .slide__links a {
        margin-right: 0px;
    }
}

@media (max-width: 992px) {
    .slide__links {
        justify-content: space-around;
    }
}

.mobile__menu ul.sub-menu {
    box-shadow: none !important;
    border: none !important;
}

.new1 {
    box-shadow: 0px 3px 16px 2px rgba(29, 51, 107, 0.15);
}

.new1 .logo {
    position: relative;
    bottom: 9px;
}

.new {
    background: #ffffff;
    transition: 0.5s;
    padding: 15px 0;
    z-index: 6000;
}

.new .logo {
    background: url(../images/logo1.png);
    background-size: 207px 52px;
    position: relative;
    bottom: 9px;
}

@media (max-width: 600px) {
    .new .logo {
        width: 140px;
        height: 36px;
        background: url(../images/logo1.png) no-repeat;
        background-size: contain;
    }
}

.new .burger span {
    background: #0D6EB7;
}

.new .btn__normal {
    border: 2px solid #06B25F;
    color: #06B25F;
}

.new .btn__normal:hover {
    color: #ffffff;
}

.new ul.menu li a {
    color: #0D6EB7;
}

.new ul.menu li.menu-item-has-children a::after {
    content: "";
    background: url(../images/str__down__new.svg);
    width: 10px;
    height: 6px;
    margin-left: 5px;
    transition: all 0.5s ease 0s;
}

.new .sub-menu {
    position: absolute;
    left: 0px;
    margin: 0px;
    border-radius: 0px 0px 16px 16px;
    padding: 10px;
    border-top: 2px solid #00a4e8 !important;
    width: -webkit-max-content;
    width: max-content;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
    z-index: 500;
    background: #fff !important;
    box-shadow: 0px 3px 16px 2px rgba(29, 51, 107, 0.15);
}

.new ul.menu li a:hover {
    color: #00a4e8;
}

.new ul.menu li.menu-item-has-children a:hover {
    border-bottom: 2px solid transparent;
    color: #00a4e8;
    text-decoration: none;
}

.tehnologies__text {
    font-style: normal;
    font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc(28px + (38 - 28) * ((100vw - 320px) / (1920 - 320)));
    text-align: center;
    color: #242424;
}

section.tehnologies {
    margin-top: 100px;
}

@media (max-width: 992px) {
    section.tehnologies {
        margin-top: 50px;
    }
}

.tehnologies .title__main {
    margin-bottom: 80px;
}

@media (max-width: 922px) {
    .tehnologies .title__main {
        margin-bottom: 25px;
    }
}

.r1 {
    color: #00A4E8;
    font-weight: bold;
    font-family: 'hb';
}

.r2 {
    color: #194484;
    font-weight: bold;
    font-family: 'hb';
}

.tehnologies__row {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.reviews {
    box-shadow: 0px 3px 16px 2px #e6e9ef;
    border-radius: 16px;
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 120px;
    margin-bottom: 120px;
}

@media (max-width: 992px) {
    .reviews {
        flex-direction: column;
        margin-top: 60px;
        margin-bottom: 60px;
        padding: 30px 10px;
    }
}

.rev {
    width: auto;
    padding: 0px 10px;
}

.rev__center {
    display: flex;
    align-items: center;
}

@media (max-width: 992px) {
    .rev__center {
        margin-top: 0px;
        margin-bottom: 20px;
    }
}

.rev__center li {
    list-style-type: none;
    margin: 0px 5px;
}

li.rait {
    font-size: 18px;
    font-weight: 600;
}

.block1 {
    min-height: 100vh;
    display: flex;
}

@media (max-width: 992px) {
    .block1 {
        min-height: auto;
    }
}

.block2 {
    min-height: 100vh;
    display: flex;
}

@media (max-width: 992px) {
    .block2 {
        min-height: auto;
    }
}

.block__services__row2 {
    margin-top: 60px;
}

.services__row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 60px;
}

@media (max-width: 1680px) {
    .services__row {
        margin-bottom: 30px;
    }
}

@media (max-width: 440px) {
    .services__row {
        margin-bottom: 60px;
    }
}

@media (max-width: 992px) {
    .services__row {
        flex-direction: column;
    }
}

.services__left {
    width: 40%;
}

@media (max-width: 992px) {
    .services__left {
        width: 100%;
        margin-bottom: 20px;
    }
}

.services__right {
    width: 40%;
    text-align: center;
}

.services__right img {
    max-width: 470px;
}

@media (max-width: 1440px) {
    .services__right img {
        max-width: 300px;
    }
}

@media (max-width: 992px) {
    .services__right {
        width: 100%;
        order: 1;
    }
    
    .services__right img {
        max-width: 100%;
    }
}

.services__title {
    margin-top: 0px;
}

@media (max-width: 992px) {
    .services__title {
        text-align: center;
    }
}

h3.services__title a {
    font-family: 'hb';
    font-style: normal;
    font-weight: bold;
    font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
    line-height: 38px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0D6EB7;
    text-decoration: none;
    transition: 0.5s;
}

.services__text {
    font-style: normal;
    font-weight: normal;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc(20px + (26 - 20) * ((100vw - 320px) / (1920 - 320)));
    color: #242424;
}

@media (max-width: 992px) {
    .services__text {
        font-size: 16px;
        line-height: 26px;
    }
}

.services__row:nth-child(1) .services__right {
    order: 2;
}

.services__row:nth-child(1) .services__left {
    order: 1;
}

section.looking {
    background: #276ed8;
    background-size: cover;
    display: flex;
    min-height: 370px;
    justify-content: center;
    align-items: center;
}

.title__look {
    font-family: 'hb';
    font-style: normal;
    font-weight: bold;
    font-size: calc(24px + (44 - 24) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc(30px + (60 - 30) * ((100vw - 320px) / (1920 - 320)));
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    margin-top: 0px;
}

.looking__text {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 36px;
}

.link {
    display: flex;
    justify-content: center;
}

.fon1.l {
    top: 0;
}

.achievements__row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .achievements__row {
        justify-content: space-evenly;
        align-items: center;
    }
}

@media (max-width: 600px) {
    .achievements__row {
        justify-content: center;
        align-items: center;
    }
}

.achievement {
    width: 23%;
    position: relative;
    height: 400px;
    border-radius: 22px;
    box-shadow: 0px 3px 16px 2px rgba(29, 51, 107, 0.15);
}

@media (max-width: 992px) {
    .achievement {
        width: 48%;
        margin-bottom: 30px;
    }
}

@media (max-width: 600px) {
    .achievement {
        width: 305px;
        margin-bottom: 30px;
    }
}

.a1 {
    background: url(../images/achive1.webp) no-repeat center top;
    background-size: cover;
}

.a2 {
    background: url(../images/achive2.webp) no-repeat center top;
    background-size: cover;
}

.a3 {
    background: url(../images/achive3.webp) no-repeat center top;
    background-size: cover;
}

.a4 {
    background: url(../images/achive4.webp) no-repeat center top;
    background-size: cover;
}

.achive__foto {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 5;
}

.achievement img {
    width: 100%;
    object-fit: none;
    min-height: 407px;
}

.achive__text {
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    position: absolute;
    z-index: 6;
    bottom: 15px;
    left: 0;
    right: 0;
    padding: 0px 20px;
    min-height: 120px;
}

span.r4 {
    font-weight: bold;
    color: #276ED8;
    font-family: 'MONTSERRATB';
}

section.achievements {
    margin-bottom: 120px;
    margin-top: 60px;
}

@media (max-width: 600px) {
    section.achievements {
        margin-bottom: 60px;
    }
}

section.partners {
    position: relative;
    background: url(../images/b.png);
    overflow: hidden;
    padding-bottom: 160px;
}

@media (max-width: 992px) {
    section.partners {
        padding-bottom: 60px;
    }
}

.partners__row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

a.showMore {
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    margin-top: 20px;
    color: #194484;
    text-decoration: none;
}

a.showMore::before {
    content: 'Show more';
    font-size: 16px;
    color: #194484;
}

a.showMore::after {
    content: "";
    background: url(../images/str__down2.svg);
    width: 10px;
    height: 6px;
    margin-left: 5px;
    display: block;
}

a.showMore.showLess::before {
    content: 'Show less';
    font-size: 16px;
    color: #194484;
}

.new2 {
    text-align: center;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.partner {
    background: #FFFFFF;
    box-shadow: 0px 3px 16px 2px #e6e9ef;
    border-radius: 16px;
    width: 23%;
    padding: 41px 0px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.6;
    cursor: pointer;
    transition: 0.5s;
    height: 50px;
}

.partner:hover {
    opacity: 1;
}

@media (max-width: 992px) {
    .partner {
        width: 31%;
    }
}

@media (max-width: 768px) {
    .partner {
        width: 48%;
    }
}

@media (max-width: 600px) {
    .partner {
        width: 48%;
    }
}

section.partners img {
    width: auto;
}

@media (max-width: 600px) {
    section.partners img {
        width: 95px;
        height: auto;
    }
}

.fon2 img {
    width: 100%;
}

.fon1 img {
    width: 100%;
}

.partners h2 {
    margin-top: 0;
}

.fon1 {
    position: relative;
    top: 4px;
}

.contacts__text1 {
    font-style: normal;
    font-weight: bold;
    font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
    line-height: 29px;
    text-align: center;
    color: #242424;
    margin-bottom: 20px;
}

.contacts__text2 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #242424;
}

@media (max-width: 992px) {
    .contacts__text2 {
        line-height: 26px;
    }
}

.contacts__row {
    display: flex;
    justify-content: space-around;
    margin: 100px 0;
}

@media (max-width: 992px) {
    .contacts__row {
        flex-direction: column;
        margin: 60px 0;
    }
}

@media (max-width: 992px) {
    section.contacts {
        margin-top: 60px;
    }
}

.contacts__left {
    width: 40%;
}

@media (max-width: 992px) {
    .contacts__left {
        width: 100%;
        margin-bottom: 60px;
    }
}

.contacts__right {
    width: 40%;
    position: relative;
}

@media (max-width: 992px) {
    .contacts__right {
        width: 100%;
    }
}

.cont__b {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    /*text-transform: capitalize;*/
    color: #242424;
    margin-bottom: 24px;
}

.cont__b img {
    width: auto;
    margin-right: 20px;
    object-fit: fill;
}

.v1 {
    position: absolute;
    right: -35px;
    top: -45px;
}

@media (max-width: 992px) {
    .v1 {
        display: none;
    }
}

.v2 {
    position: absolute;
    left: -70px;
    bottom: 45px;
}

@media (max-width: 992px) {
    .v2 {
        display: none;
    }
}

.v3 {
    position: absolute;
    left: -74px;
    top: -45px;
}

@media (max-width: 992px) {
    .v3 {
        display: none;
    }
}

.form1 {
    background: #FFFFFF;
    box-shadow: 0px 3px 16px 2px rgba(29, 51, 107, 0.15);
    border-radius: 6px;
    max-width: 420px;
    z-index: 5000;
    position: relative;
    margin: 0 auto;
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
}

.form1 .title__main {
    margin-bottom: 20px;
}

.form__input {
    margin-bottom: 20px;
}

.form__input input {
    width: -webkit-fill-available;
    height: 40px;
    border: 2px solid #D7D7D7;
    padding-left: 16px;
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 4px;
    outline-color: #0b9854;
    outline: #0b9854;
    box-shadow: none;
    -webkit-appearance: #0b9854;
    -moz-appearance: #0b9854;
}

.form__input input:focus {
    border: 2px solid #0b9854;
    box-shadow: none;
}

.form__textarea textarea:focus {
    border: 2px solid #0b9854;
    box-shadow: none;
}

.form__textarea textarea {
    width: -webkit-fill-available;
    border: 2px solid #D7D7D7;
    padding-left: 16px;
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 4px;
    padding-top: 10px;
    outline-color: #0b9854;
    outline: #0b9854;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form__button button {
    width: 100%;
    cursor: pointer;
}

.form__button {
    margin: 40px 0;
}

.contacts .title__main {
    margin-bottom: 40px;
}

.footer__top img {
    width: 100%;
    border: none;
    position: relative;
    bottom: -10px;
    object-fit: cover;
}

.footer__top {
    position: relative;
    top: 4px;
}

footer {
    background: #194484;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer__logo img {
    height: 52px;
    object-fit: cover;
}

.footer__socials a {
    color: #fff;
    font-size: 30px;
    transition: 0.5s;
}

.footer__socials a:hover {
    color: #66D6A0;
}

.r__soc svg path {
    fill: #0D6EB7;
    transition: 0.5s;
}

/*svg:hover path {*/
/*    fill: #66D6A0;*/
/*    transition: 0.5s;*/
/*}*/

.cont__b:nth-child(1) {
    align-items: flex-start;
}

@media (max-width: 600px) {
    .copy {
        text-align: center;
        margin-bottom: 10px;
    }
}

@media (max-width: 600px) {
    .links {
        display: flex;
        justify-content: space-between;
    }
    
    .links a {
        margin-right: 0px !important;
    }
}

.fmob {
    display: none;
}

@media (max-width: 600px) {
    .fmob {
        display: block;
    }
}

.desc {
    display: block;
}

@media (max-width: 600px) {
    .desc {
        display: none;
    }
}

.footer__block ul li a:hover {
    text-decoration: underline;
}

.footer__title a:hover {
    text-decoration: underline;
}

.footer__row {
    display: flex;
    justify-content: space-between;
    position: relative;
}

@media (max-width: 992px) {
    .footer__row {
        flex-direction: column;
    }
}

.footer__title {
    font-family: 'hb';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.footer__block li {
    list-style-type: none;
    margin-bottom: 10px;
}

.footer__block ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
    color: #FFFFFF;
}

.footer__socials img {
    width: 30px;
}

.footer__socials a {
    width: 30%;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .footer__socials a {
        width: 20%;
        text-align: center;
    }
}

.footer__socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 30px 0;
}

@media (max-width: 992px) {
    .footer__socials {
        justify-content: center;
    }
}

.footer__title a {
    font-family: 'hb';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

.footer__line__row {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #4C4C4C;
}

@media (max-width: 992px) {
    .footer__line__row {
        flex-direction: column;
    }
}

.links a {
    color: #4C4C4C;
    text-decoration: none;
    margin-right: 30px;
}

@media (max-width: 992px) {
    .footer__logo {
        text-align: center;
    }
}

.footer__block:nth-child(1) {
    position: relative;
    bottom: 28px;
}

@media (max-width: 992px) {
    .footer__block:nth-child(1) {
        bottom: 0px;
    }
}

.main__content {
    margin-top: 112px;
}

@media (max-width: 992px) {
    .main__content {
        margin-top: 75px;
    }
}

.breadcrumbs ul {
    margin: 0;
    padding: 0;
    display: block;
}

.breadcrumbs {
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-bottom: 20px;
    }
}

.breadcrumbs ul li {
    list-style-type: none;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 5px;
    color: #194484;
}

.breadcrumbs ul li a {
    color: #194484;
    text-decoration: none;
}

.breadcrumbs ul li a:hover {
    text-decoration: underline;
}

h1.main__services__title {
    font-family: 'hb';
    font-style: normal;
    font-weight: bold;
    font-size: calc(24px + (44 - 24) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc(38px + (60 - 38) * ((100vw - 320px) / (1920 - 320)));
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #194484;
}
.page__title h1 {
    font-family: 'hb';
    font-style: normal;
    font-weight: bold;
    font-size: calc(24px + (44 - 24) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc(38px + (60 - 38) * ((100vw - 320px) / (1920 - 320)));
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #194484;
}
@media (max-width: 992px) {
    h1.main__services__title {
        text-align: center;
    }
}

.block__service__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 992px) {
    .block__service__row {
        flex-direction: column;
    }
}

.block__services__img img {
    width: 100%;
}

.block__services__row2 h2 {
    font-family: 'hb';
    font-style: normal;
    font-weight: bold;
    font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc(38px + (38 - 38) * ((100vw - 320px) / (1920 - 320)));
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0D6EB7;
}

@media (max-width: 992px) {
    .block__services__row2 h3 {
        text-align: center;
    }
}

.block__services__row2 p {
    color: #242424;
    line-height: 26px;
}

.block__services__row2 {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .block__services__row2 {
        flex-direction: column;
    }
}

.row2__left {
    width: 48%;
}

@media (max-width: 992px) {
    .row2__left {
        width: 100%;
    }
}

.row2__right {
    width: 48%;
}

@media (max-width: 992px) {
    .row2__right {
        width: 100%;
    }
}

.service__row__left {
    width: 48%;
}

@media (max-width: 992px) {
    .service__row__left {
        width: 100%;
    }
}

.service__row__left p {
    color: #242424;
    line-height: 26px;
}

.inner__services__row1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .inner__services__row1 {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 0px;
    }
}

.inner__services__row1 .box {
    background: #F4F8FD;
    box-shadow: 0px 3px 16px 4px rgba(29, 51, 107, 0.1);
    border-radius: 16px;
    padding: 21px 21px;
    cursor: pointer;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    min-height: 278px;
    width: calc(100% / 4 - 50px);
    margin-right: 25px;
}

@media (max-width: 992px) {
    .inner__services__row1 .box {
        width: calc(100% / 2 - 30px);
        padding: 8px 8px;
        min-height: auto;
        margin-bottom: 25px;
    }
    
    .inner__services__row1 .box:nth-child(4) {
        margin-right: 0px;
    }
    
    .inner__services__row1 .box:nth-child(2) {
        margin-right: 0px;
    }
}

.inner__services__row1 .box:nth-child(4) {
    margin-right: 0px;
}

.inner__services__row1 .box .box__img {
    min-height: 115px;
    display: flex;
}

@media (max-width: 922px) {
    .inner__services__row1 .box .box__img {
        min-height: auto;
        margin-top: 25px;
    }
}

.inner__services__row1 .box:hover {
    background: #ffffff;
    box-shadow: 0px 3px 20px 6px rgba(29, 51, 107, 0.15);
}

.inner__services__row1 .box h3 {
    text-align: center;
    margin-top: 40px;
}

@media (max-width: 992px) {
    .inner__services__row1 .box h3 {
        min-height: auto;
        margin-top: 25px;
    }
}

.inner__services__row1 .box h3 {
    font-family: hb;
    font-style: normal;
    font-weight: bold;
    font-size: calc(12px + (20 - 12) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc(22px + (30 - 22) * ((100vw - 320px) / (1920 - 320)));
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0D6EB7;
    text-decoration: none;
}

.inner__services__row2 {
    display: flex;
    justify-content: center;
}

@media (max-width: 992px) {
    .inner__services__row2 {
        flex-wrap: wrap;
    }
}

.inner__services__row2 .box {
    background: #F4F8FD;
    box-shadow: 0px 3px 16px 4px rgba(29, 51, 107, 0.1);
    border-radius: 16px;
    padding: 21px 21px;
    cursor: pointer;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    min-height: 278px;
    width: calc(100% / 4 - 50px);
    margin-right: 25px;
}

.inner__services__row2 .box:nth-child(3) {
    margin-right: 0px !important;
}

@media (max-width: 992px) {
    .inner__services__row2 .box {
        width: calc(100% / 2 - 30px);
        padding: 8px 8px;
        min-height: auto;
        margin-bottom: 25px;
    }
    
    .inner__services__row2 .box:nth-child(2) {
        margin-right: 0px;
    }
    
    .inner__services__row2 .box:nth-child(3) {
        margin-right: 0px;
    }
}

.inner__services__row2 .box .box__img {
    min-height: 115px;
}

@media (max-width: 922px) {
    .inner__services__row2 .box .box__img {
        min-height: auto;
        margin-top: 25px;
    }
}

.inner__services__row2 .box:hover {
    background: #ffffff;
    box-shadow: 0px 3px 20px 6px rgba(29, 51, 107, 0.15);
}

.inner__services__row2 .box h3 {
    text-align: center;
    margin-top: 40px;
}

@media (max-width: 992px) {
    .inner__services__row2 .box h3 {
        min-height: auto;
        margin-top: 25px;
    }
}

.inner__services__row2 .box h3 {
    font-family: hb;
    font-style: normal;
    font-weight: bold;
    font-size: calc(12px + (20 - 12) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc(22px + (30 - 22) * ((100vw - 320px) / (1920 - 320)));
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0D6EB7;
    text-decoration: none;
}

section.inner__services {
    margin-bottom: 120px;
}

@media (max-width: 992px) {
    section.inner__services {
        margin-bottom: 60px;
    }
    
    section.inner__services .title__main {
        margin-bottom: 40px;
    }
}

@media (max-width: 600px) {
    .box img {
        width: 50px;
    }
}

section.txt2 {
    margin: 120px 0;
}

@media (max-width: 992px) {
    section.txt2 {
        margin: 60px 0;
    }
}


.recent__slide {
    background: #FFFFFF;
    box-shadow: 0px 3px 16px 2px rgba(29, 51, 107, 0.15);
    border-radius: 16px;
    width: calc(100% / 3 - 30px);
    padding-bottom: 20px;
    margin: 0 15px 30px 15px;
    display: flex;
    flex-direction: column;
}
@media (max-width: 640px) {
    .recent__slide {
        width: calc(50% - 30px);
    }
}
@media (max-width: 480px) {
    .recent__slide {
        width: 100%;
    }
}

.recent__slide .recent__slide__img img {
    width: 100%;
    height: auto;
    border-radius: 16px 16px 0px 0px;
}
.recent__slide .recent__slide__title {
    padding: 0px 12px;
    margin: 15px 0px 10px 0;
    display: flex;
    align-items: center;
}
.recent__slide .recent__slide__title a {
    font-family: hb;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    outline: none !important;
    color: #0D6EB7;
    text-decoration: none;
}

@media (max-width: 1200px) {
    .recent__slide .recent__slide__title {
        min-height: 46px;
    }
}

@media (max-width: 992px) {
    .recent__slide .recent__slide__title {
        min-height: auto;
    }
}

.recent__slide .recent__slide__txt {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    padding: 0px 12px;
    margin-top: 14px;
}

@media (max-width: 1280px) {
    .recent__slider .slick-slide {
        margin: 0 20px !important;
        margin-bottom: 20px !important;
        outline: none !important;
    }
    
    .recent__slider .slick-list {
        margin: 0 -20px;
    }
}

@media (max-width: 992px) {
    .recent__slider {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-content: center;
    }
}

.recent__slider .slick-slide {
    margin: 0 40px;
    margin-bottom: 20px;
    outline: none !important;
}

.recent__slider .slick-list {
    margin: 0 -40px;
}

@media (max-width: 992px) {
    .recent .title__main {
        margin-bottom: 60px;
    }
}

.slider3 {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.slider3 button.slick-prev.slick-arrow {
    display: block !important;
    background: url(../images/str__left.svg);
    width: 28px;
    height: 44px;
    font-size: 0px;
    cursor: pointer;
    border: 0;
    outline: none;
    position: relative;
    left: 0;
    z-index: 500;
}
.slider3 button.slick-next.slick-arrow {
    display: block !important;
    background: url(../images/str__right.svg);
    width: 28px;
    height: 44px;
    font-size: 0px;
    cursor: pointer;
    border: 0;
    outline: none;
    position: relative;
    right: 0;
    z-index: 500;
}
.slider3 .appendArrows {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    bottom: 0;
    align-items: center;
    width: 100%;
}
@media(min-width: 1480px) {
    .slider3 button.slick-prev.slick-arrow {
        left: -75px;
    }
    .slider3 button.slick-next.slick-arrow {
        right: -75px;
    }
}

@media (max-width: 992px) {
    .slider3 .appendArrows {
        display: none;
    }
}

.faq__header ul {
    position: relative;
    border-radius: 25px;
    padding-left: 55px;
    padding-right: 30px;
}

.faq__header ul:before {
    content: "";
    background: url(../images/ramka1.png);
    width: 34px;
    min-height: 238px;
    display: block;
    position: absolute;
    left: 0px;
    top: -18px;
    height: 100%;
    background-size: cover;
    
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: unset;
}

@media (max-width: 600px) {
    .faq__header ul:before {
        display: none;
    }
}

.faq__header ul:after {
    content: "";
    background: url(../images/ramka2.png);
    width: 34px;
    min-height: 238px;
    display: block;
    position: absolute;
    right: 0;
    top: -18px;
    height: 100%;
    background-size: cover;
    
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: unset;
}

@media (max-width: 600px) {
    .faq__header ul:after {
        display: none;
    }
}

.faq__header ul li {
    color: #0D6EB7;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.faq__header ul li a {
    color: #0D6EB7;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    text-decoration: none;
}

@media (max-width: 992px) {
    .faq__header ul li {
        font-size: 18px;
    }
    
    .faq__header ul li a {
        font-size: 18px;
    }
}

.faq__main {
    width: 1000px;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .faq__main {
        width: 100%;
    }
}

.faq__block__row {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.faq__question {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #242424;
    margin-bottom: 0px;
    margin-top: 0;
}

@media (max-width: 992px) {
    .faq__question {
        font-size: 18px;
    }
}

.faq__arrow {
    margin-right: 15px;
}

.faq__block {
    padding: 0px 50px;
    border-bottom: 1px solid #86b6d8;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

@media (max-width: 992px) {
    .faq__block {
        padding: 0px 0px;
        padding-bottom: 18px;
    }
}

.faq__answer {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #242424;
    margin-top: 15px;
}

.faq__header {
    margin-bottom: 60px;
}

.faq__arrow img {
    transform: rotate(180deg);
    transition: 0.5s;
}

.faq__arrow.minus img {
    transform: rotate(0deg);
}

section.faq {
    margin-bottom: 120px;
}

section.inner__products {
    background: url(../images/inner__products.png) no-repeat center top;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 40px;
}

@media (max-width: 992px) {
    section.inner__products {
        padding-top: 60px;
    }
}

.inner__products__row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product {
    width: calc(100% / 3 - 60px);
    background: #FFFFFF;
    box-shadow: 0px 3px 16px 2px rgb(29 51 107 / 15%);
    border-radius: 16px;
    margin-bottom: 80px;
    padding-bottom: 20px;
}

.product:hover .product__buttons {
    display: flex;
}

.product:nth-child(3n + 3) {
    margin-right: 0px;
}

@media (max-width: 1200px) {
    .product {
        width: calc(100% / 2 - 25px);
        margin-right: 40px;
        margin-bottom: 40px;
    }
    
    .product:nth-child(2n + 2) {
        margin-right: 0px;
    }
}

@media (max-width: 600px) {
    .product {
        width: 100%;
        margin-right: 0px;
    }
    
    .product:nth-child(2n + 2) {
        margin-right: 0px;
    }
}

.product .product__txt {
    color: #000000;
    line-height: 26px;
    padding: 0px 16px;
}

.product h3 {
    padding: 0px 16px;
    margin: 8px 0;
    font-family: hb;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 38px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0D6EB7;
    text-decoration: none;
    justify-content: flex-start;
}

.product h3 a {
    font-family: hb;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 38px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0D6EB7;
    text-decoration: none;
}

@media (max-width: 1440px) {
    .product h3 a {
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    .product h3 a {
        font-size: 18px;
    }
}

.product__img .pr__img {
    border-radius: 16px 16px 0 0;
    width: 100%;
    box-shadow: 0px 3px 16px 2px rgba(29, 51, 107, 0.15);
    object-position: top left;
}

@media (max-width: 600px) {
    .product__img img {
        height: auto;
    }
}


.product__img {
    position: relative;
}

.product__back {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: calc(100% - 4px);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 16px 16px 0 0;
    transition: 0.5s;
    opacity: 0;
}

.product:hover .product__back {
    opacity: 1;
}

.product__buttons {
    position: absolute;
    bottom: 0;
    display: none;
    justify-content: space-between;
    width: 100%;
}

.product__buttons a img {
    width: auto;
    box-shadow: none !important;
}

.product__buttons a {
    background: #84B5FF;
    padding: 0px 0px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0px;
    transition: 0.5s;
    flex-grow: 1;
}

.product__buttons a:hover {
    background: #276ED8;
}

.product__buttons a:nth-child(1) {
    border-right: 1px solid #ffffff;
}

.portfolio__item {
    background: #FFFFFF;
    box-shadow: 0px 3px 16px rgba(29, 51, 107, 0.15);
    border-radius: 12px;
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
    min-height: 345px;
}

@media (max-width: 1200px) {
    .portfolio__item {
        height: auto;
    }
}

@media (max-width: 992px) {
    .portfolio__item {
        flex-direction: column;
        margin-bottom: 35px;
    }
}

.item__left {
    width: 50%;
}

@media (max-width: 992px) {
    .item__left {
        width: 100%;
    }
}

.item__right {
    width: 50%;
}

@media (max-width: 992px) {
    .item__right {
        width: 100%;
        padding: 0;
    }
}

.portfolio__item:nth-child(1) .item__left img {
    border-radius: 12px 0px 0px 12px;
}

.portfolio__item:nth-child(2) .item__left img {
    border-radius: 0px 12px 12px 0px;
}

@media (max-width: 992px) {
    .portfolio__item:nth-child(2) .item__right {
        order: 1 !important;
    }
    
    .portfolio__item:nth-child(2) .item__right {
        order: 2 !important;
    }
}

@media (max-width: 992px) {
    .portfolio__item:nth-child(4) .item__right {
        order: 1 !important;
    }
    
    .portfolio__item:nth-child(4) .item__right {
        order: 2 !important;
    }
}

.portfolio__item:nth-child(3) .item__left img {
    border-radius: 12px 0px 0px 12px;
}

.portfolio__row {
    padding-bottom: 120px;
}

.item__txt {
    line-height: 26px;
    padding: 0px 30px;
}

@media (max-width: 992px) {
    .item__txt {
        padding: 0px 12px;
    }
}

.item__title {
    padding: 0px 30px;
}

@media (max-width: 992px) {
    .item__title {
        padding: 0px 12px;
    }
}

.item__title h2 {
    font-family: hb;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 38px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0D6EB7;
    text-decoration: none;
}

.item__left img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

@media (max-width: 992px) {
    .item__left img {
        border-radius: 12px !important;
    }
}

.blog__item {
    background: #FFFFFF;
    box-shadow: 0px 3px 16px rgba(29, 51, 107, 0.15);
    border-radius: 12px;
    display: flex;
    overflow: hidden;
}

@media (max-width: 992px) {
    .blog__item {
        flex-direction: column;
        max-width: 410px;
        justify-content: center;
        width: 100%;
    }
}

li.str__left img {
    width: 10px;
}

li.str__right img {
    width: 10px;
}

.blog__item__img img {
    width: 320px;
    height: 100%;
    max-height: 235px;
    object-fit: cover;
}

@media (max-width: 992px) {
    .blog__item__img img {
        width: 100%;
        border-radius: 16px 16px 0px 0px;
        height: 230px;
        object-fit: cover;
        object-position: top;
    }
}

.blog__content__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog__stars ul {
    display: flex;
    padding: 0;
    margin: 0;
    margin-right: 40px;
}
.blog__stars ul li {
    list-style-type: none;
    margin-right: 10px;
}
.blog__read {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.1;
    display: flex;
    align-items: center;
    color: #242424;
    margin-right: 16px;
    text-align: center;
}
.blog__read:before {
    content: "";
    background-image: url(../images/time.svg);
    width: 20px;
    height: 18px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 5px;
}
.blog__views {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.1;
    display: flex;
    align-items: center;
    color: #242424;
    text-align: center;
}

.blog__views:before {
    content: "";
    background-image: url(../images/view.svg);
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 5px;
}
@media (max-width: 992px) {
    .blog__stars ul {
        margin-right: 0px;
    }
    .blog__stars ul li {
        margin-right: 5px;
    }
    .blog__views, .blog__read {
        font-size: 12px;
        order: 2;
        margin-right: 0;
    }
}
@media (max-width: 600px) {
    .blog__views:before, .blog__read:before {
        width: 16px;
        height: 16px;
    }
}

.blog-stats {
    display: flex;
    max-width: 46%;
}
.partners.recent > .container {
    max-width: 1470px;
}

h2.blog__title a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #242424;
    text-decoration: none;
}

@media (max-width: 992px) {
    h2.blog__title a {
        font-size: 18px;
        line-height: 24px;
    }
}

h2.blog__title a:hover {
    text-decoration: underline;
}

@media (max-width: 992px) {
    .author__date {
        width: 100%;
        order: 3;
        margin: 10px 0;
    }
}
@media(min-width:1366px) {
    .blog__read, .blog__read:before, .blog__views:before {
        margin-right: 5px !important;
    }
    .blog-stats {
        max-width: none;
    }
}

h2.blog__title {
    margin: 20px 0;
}

.blog__content__bottom {
    display: flex;
    align-items: center;
}

@media (max-width: 992px) {
    .blog__content__bottom {
        flex-wrap: wrap;
    }
}

.author__name {
    font-weight: 500;
    font-family: 'Montserrat';
    border-right: 1px solid #B1B1B1;
    margin-right: 16px;
    padding-right: 16px;
}

@media (max-width: 992px) {
    .author__name {
        order: 1;
        border: none;
        margin-right: 0px;
        padding-right: 0px;
    }
}

.author__ico {
    margin-right: 8px;
}

.blog__item__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 40px;
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 992px) {
    .blog__item__content {
        padding: 15px;
    }
}

.blog__row {
    max-width: 1130px;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .blog__row {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        align-items: center;
    }
}

.blog__item {
    margin-bottom: 64px;
}

section.inner__blog {
    background: url(../images/blog__back.png) no-repeat center top;
    background-size: cover;
    padding: 60px 0;
}

@media (max-width: 992px) {
    section.inner__blog {
        background: transparent;
        padding: 20px 0;
    }
}

.pagination ul {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.pagination ul li {
    list-style-type: none;
    margin: 0px 10px;
}

.pagination ul li a, .pagination ul li span {
    font-family: hb;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #194484;
    text-decoration: none;
}

@media (max-width: 992px) {
    .blog__stars i {
        font-size: 16px;
    }
    .blog__stars {
        display: flex;
        justify-content: center;
    }
}

.article__title {
    font-family: hb;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 39px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #194484;
    margin-bottom: 40px;
    text-align: center;
}

@media (max-width: 992px) {
    .article__title {
        font-size: 18px;
        line-height: 24px;
    }
}

article {
    padding-bottom: 100px;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

article .article__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
article .article__txt ul li, article .article__txt ol li {
    margin-bottom: 10px;
    line-height: 1.5;
}
article .article__txt b, article .article__txt strong {
    font-weight: 600;
    font-family: 'Montserrat';
}
article .article__txt a {
    text-decoration: underline;
}
@media (max-width: 992px) {
    article .article__header {
        flex-wrap: wrap;
    }
}

article .article__header .article__left {
    width: 70%;
    display: flex;
}

@media (max-width: 992px) {
    article .article__header .article__left {
        width: 100%;
        order: 1;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    article .article__header .article__left .blog__stars {
        justify-content: flex-start;
    }
}

article .article__header .article__right {
    width: 30%;
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 992px) {
    article .article__header .article__right {
        display: none;
    }
}

article .article__img img {
    box-shadow: 0px 3px 16px rgba(29, 51, 107, 0.15);
    border-radius: 12px;
    width: 100%;
    object-fit: cover;
}

article .article__bottom {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    article .article__bottom {
        flex-wrap: wrap;
    }
    
    article .article__bottom .author__date {
        width: 100%;
    }
}

article .how {
    background: #F0F5FC;
    box-shadow: 0px 3px 16px 2px rgba(29, 51, 107, 0.15);
    border-radius: 16px;
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 150px;
}

article .how .how__title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #242424;
    margin-bottom: 24px;
}

article .how .how__stars ul {
    display: flex;
    padding: 0;
    margin: 0;
}

article .how .how__stars ul li {
    list-style-type: none;
    margin-right: 10px;
}

.about {
    width: 80%;
}

@media (max-width: 992px) {
    .about {
        width: 100%;
    }
}

.about .about__title {
    font-family: hb;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 38px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0D6EB7;
}

.about .about__row {
    display: flex;
    margin-top: 30px;
}

@media (max-width: 600px) {
    .about .about__row {
        flex-direction: column;
    }
}

.about .about__img {
    margin-right: 35px;
}

.about .about__img img {
    border-radius: 12px;
}

.about .about__top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.about .about__top .about__name {
    width: 50%;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #242424;
}

@media (max-width: 600px) {
    .about .about__top .about__name {
        width: 80%;
    }
}

.about .about__top .about__socials {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 600px) {
    .about .about__top .about__socials {
        width: 20%;
    }
}

.about .about__top .about__socials a {
    margin-left: 10px;
}

.about .about__txt {
    line-height: 26px;
}

.article__slide__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
}

@media (max-width: 1368px) {
    .article__slide__top {
        flex-wrap: wrap;
    }
}

@media (max-width: 600px) {
    .article__slide__top {
        padding: 6px;
    }
}

.article__slide__top .blog__stars {
    margin-top: 0px;
}

.article__slide__top .blog__stars ul {
    margin-right: 0px;
}

.article__slide__top .blog__stars ul img {
    width: 20px;
}

.article__slide__top .blog__read {
    font-size: 12px;
    margin-right: 0px;
}

.article__slide__top .blog__views {
    font-size: 12px;
    margin-right: 0px;
}

.article__img {
    border-radius: 0px !important;
}

.article__slider__bottom {
    display: flex;
    align-items: center;
    padding: 0 16px;
    margin-top: 16px;
    margin-bottom: 16px;
    justify-content: space-between;
}
.author-regards {
    display: flex;
    align-items: center;
}

@media (max-width: 600px) {
    .article__slider__bottom {
        padding: 0 8px;
        flex-wrap: nowrap;
    }
}


.article__slider__bottom .author__name {
    font-size: 14px;
    margin-right: 12px;
    padding-right: 12px;
}

@media (max-width: 600px) {
    .article__slider__bottom .author__name {
        margin-right: 0px;
        padding-right: 0px;
    }
}

.article__slider__bottom .author__date {
    font-size: 12px;
}

@media (max-width: 600px) {
    .article__slider__bottom .author__date {
        width: auto;
    }
}

.article__slider__bottom .author__ico img {
    width: 30px;
}

@media (max-width: 600px) {
    .article__slider__bottom .author__ico img {
        width: 20px;
    }
}
.article__slide__title_wrap {
    position: relative;
    height: 56px;
    background-color: #fff;
}
h3.article__slide__title {
    font-size: 22px;
    line-height: 1.3;
    padding: 0 12px 0 12px;
    margin: 0;
    position: relative;
    top: 0;
    background: rgba(255,255,255,1);
    overflow: hidden;
    height: 100%;
    transition: all 300ms ease-in-out;
    box-sizing: border-box;
}
@media (max-width: 992px) {
    .article__slide__title_wrap {
        max-height: none;
    }
    h3.article__slide__title {
        font-size: 16px;
    }
    h3.article__slide__title:before {
        display: none;
    }
}
.author-regards {
    display: flex;
    align-items: center;
}
.team__author__header {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: flex-end;
}

@media (max-width: 600px) {
    .team__author__header {
        flex-wrap: wrap;
    }
}

.team__author__socials {
    position: relative;
    bottom: 13px;
}

@media (max-width: 992px) {
    .team__author__socials {
        bottom: 0px;
    }
}

.block__service__row.cent {
    margin-top: 40px;
}

.mobilepos {
    display: none;
}
.rm-t-m {
    margin-top: 0 !important;
}

@media (max-width: 600px) {
    .mobilepos {
        display: block;
        font-family: hb;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 38px;
        display: flex;
        align-items: center;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #242424;
    }
}

@media (max-width: 600px) {
    .author__header__title {
        width: 100%;
        text-align: center;
    }
}

.author__header__title h1 {
    font-family: hb;
    font-style: normal;
    font-weight: bold;
    font-size: 44px;
    line-height: 60px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #194484;
    margin: 0;
}

@media (max-width: 992px) {
    .author__header__title h1 {
        font-size: 24px;
        line-height: 38px;
    }
}

.team__author__pos {
    font-family: 'hb';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 38px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #242424;
    margin-bottom: 44px;
}

@media (max-width: 600px) {
    .team__author__pos {
        display: none;
    }
}

img.team__author {
    border-radius: 12px;
    float: left;
    margin-right: 35px;
    margin-bottom: 35px;
    max-width: 320px;
}

@media (max-width: 600px) {
    img.team__author {
        float: none;
        display: flex;
        justify-self: flex-start;
        margin: 0 auto;
        width: 100%;
        max-width: 260px;
    }
}

.team__author__main {
    padding-bottom: 100px;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.team__author__socials a {
    margin-left: 20px;
}

.recent__slider2 .slick-slide {
    margin: 0 25px;
    margin-bottom: 20px;
    outline: none !important;
}

@media (max-width: 992px) {
    .recent__slider2 .slick-slide {
        margin: 10px 10px;
        box-shadow: 0px 3px 8px 2px rgba(29, 51, 107, 0.15);
    }
}

section.partners.recent.au {
    background: transparent;
}

.author .appendArrows {
    display: flex;
}

@media (max-width: 600px) {
    .author button.slick-prev.slick-arrow {
        display: block !important;
        background: url(../images/str__left.svg) no-repeat;
        width: 24px;
        height: 16px;
        background-size: contain;
        font-size: 0px;
        cursor: pointer;
        border: 0;
        outline: none;
        position: relative;
        right: 10px;
        z-index: 500;
    }
}

@media (max-width: 600px) {
    .author button.slick-next.slick-arrow {
        display: block !important;
        background: url(../images/str__right.svg) no-repeat;
        width: 24px;
        height: 16px;
        background-size: contain;
        font-size: 0px;
        cursor: pointer;
        border: 0;
        outline: none;
        position: relative;
        left: 20px;
        z-index: 500;
    }
}

@media (max-width: 992px) {
    .about__us .cent .service__row__right {
        order: 2 !important;
    }
    
    .about__us .cent .service__row__left {
        order: 1 !important;
    }
}

.r7 {
    color: #0D6EB7;
}

p.blue a {
    color: #0D6EB7;
}

.service__row__left h3 {
    font-family: 'Montserratb';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: #0D6EB7;
}

h1.main__services__title.about1 {
    font-size: calc(24px + (36 - 24) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc(38px + (50 - 38) * ((100vw - 320px) / (1920 - 320)));
}

.main__content.about__us {
    margin-bottom: 100px;
}

.fon2.ab1 {
    display: none;
}

.team__title {
    font-family: hb;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 38px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0D6EB7;
    margin: 8px 0;
    padding: 0 12px;
}

@media (max-width: 992px) {
    .team__title {
        font-size: 18px;
        line-height: 24px;
    }
}

.team__txt {
    padding: 0 12px;
    margin-top: 0px;
}

.team__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 120px;
}

@media (max-height: 992px) {
    .team__row {
        margin-top: 0px;
    }
}

.team__item {
    background: #FFFFFF;
    box-shadow: 0px 3px 16px 2px rgba(29, 51, 107, 0.15);
    border-radius: 16px;
    width: 30%;
    margin-bottom: 35px;
}

@media (max-width: 992px) {
    .team__item {
        width: 48%;
    }
}

@media (max-width: 600px) {
    .team__item {
        width: 100%;
    }
}

.team__item img {
    width: 100%;
    object-fit: cover;
    height: 270px;
    /*height: 400px;*/
    /*max-height: 600px;*/
    object-position: top;
    box-shadow: 0px 3px 16px 2px rgba(29, 51, 107, 0.15);
}

@media (max-width: 1100px) {
    .team__item img {
        max-height: 500px;
    }
}

@media (max-width: 900px) {
    .team__item img {
        max-height: 400px;
    }
}

@media (max-width: 600px) {
    .team__item img {
        max-height: 700px;
    }
}

.team__item:nth-child(3n + 3) {
    margin-right: 0px;
}

.team__item img {
    border-radius: 16px 16px 0 0;
}

.join__title {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 120px;
}

@media (max-width: 992px) {
    .join__title {
        margin-bottom: 40px;
        margin-top: 60px;
    }
}

.join__title h2 {
    font-family: hb;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 39px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #194484;
}

@media (max-width: 992px) {
    .join__title h2 {
        font-size: 22px;
        line-height: 24px;
    }
}

.join__content {
    border-top: 1px solid #d1dae6;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 992px) {
    .join__content ul {
        padding-left: 0px;
    }
}

.join__content ul li {
    margin-bottom: 10px;
    line-height: 26px;
    list-style-type: none;
    /*display: flex;*/
    /*align-items: center;*/
    position: relative;
}

@media (max-width: 992px) {
    .join__content ul li {
        list-style-type: inherit;
    }
}

.join__content ul li:before {
    content: "";
    position: absolute;
    color: #276ED8;
    background: #276ED8;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 10px;
    margin-left: -16px;
}

@media (max-width: 992px) {
    .join__content ul li:before {
        display: none;
    }
}

.join__block {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}

.join__row {
    background: #FFFFFF;
    box-shadow: 0px 3px 16px rgba(29, 51, 107, 0.15);
    border-radius: 12px;
    padding: 0 20px;
    margin-bottom: 48px;
}

@media (max-width: 992px) {
    .join__row {
        margin-bottom: 40px;
    }
}

.down:before {
    transform: rotate(180deg);
}

.main__content.about__us {
    margin-bottom: 60px !important;
}

.join__left {
    display: flex;
    align-items: center;
}

.join__left:before {
    content: "";
    background: url(../images/str__join.svg);
    width: 16px;
    height: 10px;
    display: block;
    margin-right: 18px;
    background-size: cover;
}

.join__left h3 {
    font-family: hb;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 38px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #194484;
}

@media (max-width: 992px) {
    .join__left h3 {
        font-size: 20px;
    }
}

.join__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.join__subtitle {
    font-family: hb;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #194484;
}

@media (max-width: 992px) {
    .join__subtitle {
        font-size: 18px;
    }
}

.join {
    margin-bottom: 120px;
}

@media (max-width: 992px) {
    .join {
        margin-bottom: 60px;
    }
}

.join__mobile {
    display: none;
}

@media (max-width: 992px) {
    .join__mobile {
        display: flex;
        width: 100%;
    }
}

@media (max-width: 992px) {
    .join__right {
        display: none;
    }
}

div#hidden-content1 .title__main {
    margin-bottom: 10px;
}

.form__txt1 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 38px;
    text-transform: capitalize;
    color: #242424;
    text-align: center;
    margin-bottom: 24px;
}

.input__file {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

label.input__file-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

span.input__file-button-text {
    font-family: 'Montserratb';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #06B25F;
    border: 3px solid;
    border-radius: 5px;
    padding: 3px 10px;
    cursor: pointer;
}

@media (max-width: 992px) {
    span.input__file-button-text {
        font-size: 14px;
        margin-left: 6px;
    }
}

span.input__file-icon-wrapper {
    width: -webkit-fill-available;
    height: 40px;
    border: 2px solid #D7D7D7;
    padding-left: 16px;
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 4px;
    outline-color: #0b9854;
    outline: #0b9854;
    box-shadow: none;
    -webkit-appearance: #0b9854;
    -moz-appearance: #0b9854;
    width: auto;
    display: flex;
    align-items: center;
    padding-right: 10px;
}

@media (max-width: 992px) {
    span.input__file-icon-wrapper {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    div#hidden-content1 {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.file {
    margin-bottom: 20px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.form__message {
    display: none;
    text-align: center;
}

@media (max-width: 992px) {
    .fancybox-content {
        padding-bottom: 12px !important;
    }
}

.block__services__row2 ul {
    padding-left: 25px;
}

.block__services__row2 li {
    color: #242424;
    line-height: 26px;
    margin-bottom: 10px;
    list-style: none;
}

.block__services__row2 li:before {
    content: "";
    position: absolute;
    color: #276ED8;
    background: #276ED8;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 10px;
    margin-left: -16px;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-heading--title {
    font-size: 20px;
    font-weight: bold;
}

.rmp-icon--ratings {
    font-size: 20px;
    margin-right: 8px;
}
.rmp-icon--ratings:last-child {
    margin: 0;
}

.rmp-results-widget__avg-rating, .rmp-results-widget__vote-count {
    display: none;
}

.rmp-rating-widget .rmp-icon--ratings {
    font-size: 24px;
    margin-left: 3px;
    margin-right: 3px;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__results {
    display: none;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__msg {
    display: none;
}


.addtoany_shortcode {
    line-height: 1;
}

.addtoany_shortcode a {
    line-height: 1;
}

.wpcf7 .ajax-loader {
    display: none !important;
}

.ss__block {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
}

.ss__block svg {
    max-width: 100%;
    height: auto;
}

@media (max-width: 992px) {
    .reviews .rev__button {
        margin-top: 30px;
    }
    
    .reviews iframe .widgets_wrapper .content {
        display: flex;
        justify-content: space-evenly;
    }
    
    .ss__block {
        max-width: calc(100%);
        margin-left: auto;
        margin-right: auto;
    }
}

.ss__hover {
    transition: 0.3s ease-in-out;
}

.ss__hover:hover .ss__svg path {
    fill: #66D6A0;
    transition: 0.3s ease-in-out;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #276ed8;
    border-radius: 0;
    background-color: #fff
}

body::-webkit-scrollbar {
    width: 6px;
    height: 10px;
    background-color: #fff;
    border-radius: 0
}

body::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 6px #276ed8;
    background-color: #276ed8;
}

#menu-footer-menu-1,
#menu-footer-menu-2,
#menu-footer-menu-3 {
    padding-left: 0;
}

/* Animation */
/* Animation services*/

@-webkit-keyframes gd__rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes gd__rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes gd__rotate_back {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes gd__rotate_back {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes move__it {
    0% {
        -webkit-transform: translateX(-32px);
        transform: translateX(-32px);
    }
    
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes move__it {
    0% {
        -webkit-transform: translateX(-32px);
        transform: translateX(-32px);
    }
    
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes move__it__back {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    
    100% {
        -webkit-transform: translateX(32px);
        transform: translateX(32px);
    }
}

@keyframes move__it__back {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    
    100% {
        -webkit-transform: translateX(-32px);
        transform: translateX(-32px);
    }
}

@-webkit-keyframes move__circle {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes move__circle {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes move__circle__back {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    
    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@keyframes move__circle__back {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    
    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@-webkit-keyframes move__bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    100% {
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
    }
}

@keyframes move__bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    100% {
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
    }
}

@-webkit-keyframes move__bottom_back {
    0% {
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
    }
    
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes move__bottom_back {
    0% {
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
    }
    
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes move__green {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    100% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes move__green {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    
    100% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@-webkit-keyframes move__green__back {
    0% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes move__green__back {
    0% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes move__unity {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    100% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes move__unity {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    
    100% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@-webkit-keyframes move__unity__back {
    0% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes move__unity__back {
    0% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes move__md__cr {
    0% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes move__md__cr {
    0% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes move__md__cr_back {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    
    100% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
}

@keyframes move__md__cr_back {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    
    100% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
}

@-webkit-keyframes move__md__robot {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    100% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
}

@keyframes move__md__robot {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    100% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
}

@-webkit-keyframes move__md__robot_back {
    0% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
    
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes move__md__robot_back {
    0% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
    
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes move__md__medium {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    
    100% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
}

@keyframes move__md__medium {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    
    100% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
}

@-webkit-keyframes move__md__medium_back {
    0% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes move__md__medium_back {
    0% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes move__app__hand {
    0% {
        -webkit-transform: translate(-10px, 10px);
        transform: translate(-10px, 10px);
    }
    
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes move__app__hand {
    0% {
        -webkit-transform: translate(-10px, 10px);
        transform: translate(-10px, 10px);
    }
    
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes move__app__hand_back {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    
    100% {
        -webkit-transform: translate(-10px, 10px);
        transform: translate(-10px, 10px);
    }
}

@keyframes move__app__hand_back {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    
    100% {
        -webkit-transform: translate(-10px, 10px);
        transform: translate(-10px, 10px);
    }
}

@-webkit-keyframes move__app__y {
    0% {
        -webkit-transform: translate(10px, 15px);
        transform: translate(10px, 15px);
    }
    
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes move__app__y {
    0% {
        -webkit-transform: translate(10px, 15px);
        transform: translate(10px, 15px);
    }
    
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes move__app__y_back {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    
    100% {
        -webkit-transform: translate(10px, 15px);
        transform: translate(10px, 15px);
    }
}

@keyframes move__app__y_back {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    
    100% {
        -webkit-transform: translate(10px, 15px);
        transform: translate(10px, 15px);
    }
}


.gd__rotate_1 {
    -webkit-animation: gd__rotate_back 3s ease-in-out both;
    animation: gd__rotate_back 3s ease-in-out both;
    transform-origin: center;
    transform-box: fill-box;
}

.ass__animate:hover .gd__rotate_1 {
    -webkit-animation: gd__rotate 3s ease-in-out both;
    animation: gd__rotate 3s ease-in-out both;
    transform-origin: center;
    transform-box: fill-box;
}

.gd__rotate_2 {
    -webkit-animation: gd__rotate 3s ease-in-out both;
    animation: gd__rotate 3s ease-in-out both;
    transform-origin: center;
    transform-box: fill-box;
}

.ass__animate:hover .gd__rotate_2 {
    -webkit-animation: gd__rotate_back 3s ease-in-out both;
    animation: gd__rotate_back 3s ease-in-out both;
    transform-origin: center;
    transform-box: fill-box;
}


.gd__move_1 {
    -webkit-animation: move__bottom 2s ease-in-out both;
    animation: move__bottom 2s ease-in-out both;
}

.ass__animate:hover .gd__move_1 {
    -webkit-animation: move__bottom_back 2s ease-in-out both;
    animation: move__bottom_back 2s ease-in-out both;
}

.gd__move_2 {
    -webkit-animation: move__circle__back 3s ease-in-out both;
    animation: move__circle__back 3s ease-in-out both;
}

.ass__animate:hover .gd__move_2 {
    -webkit-animation: move__circle 3s ease-in-out both;
    animation: move__circle 3s ease-in-out both;
}

.gd__move_3 {
    -webkit-animation: move__it__back 3s ease-in-out both;
    animation: move__it__back 3s ease-in-out both;
}

.ass__animate:hover .gd__move_3 {
    -webkit-animation: move__it 3s ease-in-out both;
    animation: move__it 3s ease-in-out both;
}

.gd__picture {
    transition: 2s ease-in-out;
}

.ass__animate:hover .gd__picture {
    transition: 2s ease-in-out;
    d: path("M190.63 230.99V253.43C190.63 254.86 189.47 256.01 188.05 256.01H105.58C104.16 256.01 103 254.86 103 253.43V231.84C103 231.84 117.07 207.58 127.05 207.58C139.49 207.58 146.56 235.89 152.74 235.89C158.92 235.89 166.97 216.42 175.15 216.42C180.07 216.41 186.37 224.5 190.63 230.99Z");
}

.sdk__rotate_1 {
    -webkit-animation: gd__rotate_back 3s ease-in-out both;
    animation: gd__rotate_back 3s ease-in-out both;
    transform-origin: center;
    transform-box: fill-box;
}

.ass__animate:hover .sdk__rotate_1 {
    -webkit-animation: gd__rotate 3s ease-in-out both;
    animation: gd__rotate 3s ease-in-out both;
    transform-origin: center;
    transform-box: fill-box;
}

.sdk__rotate_2 {
    -webkit-animation: gd__rotate_back 3s ease-in-out both;
    animation: gd__rotate_back 3s ease-in-out both;
    transform-origin: center;
    transform-box: fill-box;
}

.ass__animate:hover .sdk__rotate_2 {
    -webkit-animation: gd__rotate 3s ease-in-out both;
    animation: gd__rotate 3s ease-in-out both;
    transform-origin: center;
    transform-box: fill-box;
}

.sdk__green {
    -webkit-animation: move__green 3s ease-in-out both;
    animation: move__green 3s ease-in-out both;
}

.ass__animate:hover .sdk__green {
    -webkit-animation: move__green__back 3s ease-in-out both;
    animation: move__green__back 3s ease-in-out both;
}

.sdk__unity {
    -webkit-animation: move__unity 3s ease-in-out both;
    animation: move__unity 3s ease-in-out both;
}

.ass__animate:hover .sdk__unity {
    -webkit-animation: move__unity__back 3s ease-in-out both;
    animation: move__unity__back 3s ease-in-out both;
}

.md__medium {
    -webkit-animation: move__md__medium 2s ease-in-out both;
    animation: move__md__medium 2s ease-in-out both;
}

.ass__animate:hover .md__medium {
    -webkit-animation: move__md__medium_back 2s ease-in-out both;
    animation: move__md__medium_back 2s ease-in-out both;
}

.md__big {
    -webkit-animation: gd__rotate_back 3s ease-in-out both;
    animation: gd__rotate_back 3s ease-in-out both;
    transform-origin: center;
    transform-box: fill-box;
}

.ass__animate:hover .md__big {
    -webkit-animation: gd__rotate 3s ease-in-out both;
    animation: gd__rotate 3s ease-in-out both;
    transform-origin: center;
    transform-box: fill-box;
}

.md__cr {
    -webkit-animation: move__md__cr_back 2s ease-in-out forwards;
    animation: move__md__cr_back 2s ease-in-out forwards;
    transform-origin: top;
    transform-box: fill-box;
}

.ass__animate:hover .md__cr {
    -webkit-animation: move__md__cr 2s ease-in-out forwards;
    animation: move__md__cr 2s ease-in-out forwards;
    transform-origin: top;
    transform-box: fill-box;
}

.md__robot {
    -webkit-animation: move__md__robot 1s ease-in-out both;
    animation: move__md__robot 1s ease-in-out both;
}

.ass__animate:hover .md__robot {
    -webkit-animation: move__md__robot_back 1s ease-in-out both;
    animation: move__md__robot_back 1s ease-in-out both;
}

.app__hand {
    -webkit-animation: move__app__hand_back 2s ease-in-out both;
    animation: move__app__hand_back 2s ease-in-out both;
}

.ass__animate:hover .app__hand {
    -webkit-animation: move__app__hand 2s ease-in-out both;
    animation: move__app__hand 2s ease-in-out both;
}

.app__r {
    -webkit-animation: gd__rotate_back 3s ease-in-out both;
    animation: gd__rotate_back 3s ease-in-out both;
    transform-origin: center;
    transform-box: fill-box;
}

.ass__animate:hover .app__r {
    -webkit-animation: gd__rotate 3s ease-in-out both;
    animation: gd__rotate 3s ease-in-out both;
    transform-origin: center;
    transform-box: fill-box;
}

.app__vr {
    -webkit-animation: move__app__hand_back 1.5s ease-in-out both;
    animation: move__app__hand_back 1.5s ease-in-out both;
}

.ass__animate:hover .app__vr {
    -webkit-animation: move__app__hand 1.5s ease-in-out both;
    animation: move__app__hand 1.5s ease-in-out both;
}

.app__y {
    -webkit-animation: move__app__y_back 2s ease-in-out both;
    animation: move__app__y_back 2s ease-in-out both;
}

.ass__animate:hover .app__y {
    -webkit-animation: move__app__y 2s ease-in-out both;
    animation: move__app__y 2s ease-in-out both;
}


@-webkit-keyframes st1 {
    0% {
        -webkit-transform: translate(20px, 0);
        transform: translate(20px, 0);
    }
    
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes st1 {
    0% {
        -webkit-transform: translate(20px, 0);
        transform: translate(20px, 0);
    }
    
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes st1__back {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    
    100% {
        -webkit-transform: translate(20px, 0);
        transform: translate(20px, 0);
    }
}

@keyframes st1__back {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    
    100% {
        -webkit-transform: translate(20px, 0);
        transform: translate(20px, 0);
    }
}

@-webkit-keyframes st2 {
    0% {
        -webkit-transform: translate(-20px, 0);
        transform: translate(-20px, 0);
    }
    
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes st2 {
    0% {
        -webkit-transform: translate(-20px, 0);
        transform: translate(-20px, 0);
    }
    
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes st2__back {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    
    100% {
        -webkit-transform: translate(-20px, 0);
        transform: translate(-20px, 0);
    }
}

@keyframes st2__back {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    
    100% {
        -webkit-transform: translate(-20px, 0);
        transform: translate(-20px, 0);
    }
}

@-webkit-keyframes st3 {
    0% {
        -webkit-transform: translate(-20px, -20px);
        transform: translate(-20px, -20px);
    }
    
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes st3 {
    0% {
        -webkit-transform: translate(-20px, -20px);
        transform: translate(-20px, -20px);
    }
    
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes st3__back {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    
    100% {
        -webkit-transform: translate(-20px, -20px);
        transform: translate(-20px, -20px);
    }
}

@keyframes st3__back {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    
    100% {
        -webkit-transform: translate(-20px, -20px);
        transform: translate(-20px, -20px);
    }
}


.animate__v1 {
    -webkit-animation: st1 2s ease-in-out both;
    animation: st1 2s ease-in-out both;
}

.ass__animate:hover .animate__v1 {
    -webkit-animation: st1__back 2s ease-in-out both;
    animation: st1__back 2s ease-in-out both;
}

.animate__v2 {
    -webkit-animation: st2 2s ease-in-out both;
    animation: st2 2s ease-in-out both;
}

.ass__animate:hover .animate__v2 {
    -webkit-animation: st2__back 2s ease-in-out both;
    animation: st2__back 2s ease-in-out both;
}

.animate__v3 {
    -webkit-animation: st3 2s ease-in-out both;
    animation: st3 2s ease-in-out both;
}

.ass__animate:hover .animate__v3 {
    -webkit-animation: st3__back 2s ease-in-out both;
    animation: st3__back 2s ease-in-out both;
}

/* End Animation services*/

@-webkit-keyframes right__rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    
    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

@keyframes right__rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    
    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

@-webkit-keyframes right__rotate__back {
    0% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes right__rotate__back {
    
    0% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}


@-webkit-keyframes left__rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    
    100% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@keyframes left__rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    
    100% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-webkit-keyframes left__rotate__back {
    0% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes left__rotate__back {
    0% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.default__page {

}

.default__page h1 {
    font-family: 'hb';
    font-style: normal;
    font-weight: bold;
    font-size: calc(24px + (44 - 24) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc(38px + (60 - 38) * ((100vw - 320px) / (1920 - 320)));
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #194484;
}

.default__page li {
    color: #242424;
    line-height: 26px;
    margin-bottom: 10px;
}


/* Stages */

.section__stages {
    margin-top: 30px;
}

.section__stages__title {
    font-family: 'hb';
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 39px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #194484;
    margin-bottom: 30px;
}

.stages__description {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #242424;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.stages {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.stages__card {
    background: rgba(39, 110, 216, 0.05);
    border-radius: 16px;
    margin-top: 30px;
}

.stages__card.sc__4 {
    flex: 0 0 calc(25% - 18px);
    max-width: calc(25% - 18px);
}

@media (max-width: 1329px) {
    .stages__card.sc__4 {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

@media (max-width: 700px) {
    .stages__card.sc__4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.stages__card.sc__3 {
    flex: 0 0 calc(33.33% - 16px);
    max-width: calc(33.33% - 16px);
}

@media (max-width: 1329px) {
    .stages__card.sc__3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.stages__title {
    font-family: 'hb';
    font-style: normal;
    background: #276ED8;
    font-weight: bold;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 14px 12px 10px 51px;
    border-radius: 16px 16px 0 0;
    position: relative;
    height: 62px;
    box-sizing: border-box;
    z-index: 1;
}

.stages__title:before {
    position: absolute;
    content: '';
    background-image: url("../images/stage.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 37px;
    height: 62px;
    left: 0;
    z-index: 2;
    top: 0;
    border-radius: 16px 0 0 0;
}

.stages__text {
    padding: 13px 24px 41px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #242424;
}

.section__color-wave {
    /*background-image: url("../images/color__wave.svg");*/
    background: rgba(39, 110, 216, 0.04);
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 1600px) {
    .section__color-wave {
    
    }
}

@media (max-width: 700px) {
    .section__color-wave {
    
    }
}

.color-wave__title {
    font-family: 'hb';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0D6EB7;
    margin-bottom: 10px;
}

.color-wave {
    display: flex;
    justify-content: flex-start;
}

.color-wave__left {
    width: 553px;
    margin-right: 120px;
}

.color-wave__right {
    width: 553px;
    margin-right: 120px;
}


@media (max-width: 1200px) {
    .color-wave {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .color-wave__left, .color-wave__right {
        width: 48%;
        margin-right: 0;
    }
}

@media (max-width: 700px) {
    .color-wave__left, .color-wave__right {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

.color-wave__left p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #242424;
}

.color-wave__right p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #242424;
}

.section__box-icons {
    padding-top: 75px;
}

.box-icons__title {
    font-family: 'hb';
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #194484;
    margin-bottom: 40px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.box-icons__description {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #242424;
    margin-bottom: 70px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.box-icons {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.box-icon {
    width: calc(50% - 120px);
    flex: 0 0 calc(50% - 120px);
    margin-right: 120px;
    margin-bottom: 76px;
}

.box-icon__top {
    display: flex;
    align-items: center;
}

.box-icon__icon {
    margin-right: 34px;
}

.box-icon__title {
    font-family: 'hb';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0D6EB7;
}

.box-icon__text {

}

.box-icon__text p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #242424;
}

@media (max-width: 1329px) {
    .box-icons {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .box-icon {
        width: calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
        margin-right: 0;
        margin-bottom: 40px;
    }
}

@media (max-width: 1100px) {
    .box-icon {
        width: 100%;
        flex: 0 0 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    
    .box-icon__icon {
        margin-right: 10px;
    }
    
    .box-icon__icon img {
        width: 36px;
        height: auto;
    }
    
    .box-icon__title {
        font-size: 18px;
        line-height: 1.3;
    }
    
    .box-icons__title {
        font-size: 26px;
        line-height: 1.3;
        max-width: 100%;
    }
    
    .box-icons__description {
        font-size: 20px;
        line-height: 1.3;
        max-width: 100%;
    }
}

.section__images-text {

}

.section__images-text__title {
    font-family: 'hb';
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #194484;
    margin-bottom: 80px;
}

.card__image-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.card__image-text:nth-child(odd) .cit__right {
    order: -1;
}


.cit__left {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
}

.cit__title {
    font-family: 'hb';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0D6EB7;
}

.cit__text p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

.cit__text ul {
    padding-left: 25px;
}

.cit__text li {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}


.cit__right {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
}

.cit__image {
    max-width: 100%;
    height: auto;
}

@media (max-width: 992px) {
    .cit__left, .cit__right {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .cit__image {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .card__image-text:nth-child(odd) .cit__right {
        order: unset;
    }
    
}

.box-icon__text ul {
    padding-left: 25px;
}

.box-icon__text li {
    color: #242424;
    line-height: 26px;
    margin-bottom: 10px;
    list-style: none;
}

.box-icon__text li:before {
    content: "";
    position: absolute;
    color: #276ED8;
    background: #276ED8;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 10px;
    margin-left: -16px;
}

.team__author__content {
    position: relative;
}

.team__author__content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.d-none {
    display: none;
}
header.auto-height {
    height: auto;
}
header.auto-height .slider__top .slick-slide img {
    height: auto;
    min-height: 360px;
}
.arrow_scroll__down {
    -webkit-animation: anm_scroll_down 2s ease-in-out infinite;
    -moz-animation:    anm_scroll_down 2s ease-in-out infinite;
    animation:         anm_scroll_down 2s ease-in-out infinite;
}

/*animated scroll arrow animation*/
@-webkit-keyframes anm_scroll_down {
    0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { -webkit-transform:translate(0,20px); opacity: 0; }
}
@-moz-keyframes anm_scroll_down {
    0%   { -moz-transform:translate(0,-20px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { -moz-transform:translate(0,20px); opacity: 0; }
}
@keyframes anm_scroll_down {
    0%   { transform:translate(0,-20px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { transform:translate(0,20px); opacity: 0; }
}