/*!
Theme Name: TP Health
Theme URI: http://underscores.me/
Author: M&C
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tph
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

TP Health is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! 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.
 */
@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
    scrollbar-width: thin;
    scrollbar-width: auto !important;
}

.c-scrollbar_thumb {
    width: 15px !important;
    margin: 0 !important;
}
.c-scrollbar:hover {
    transform: scaleX(1) !important;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

ul,
.sector-list,
.list-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after,
ul:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    color: #074159;
    background: #fff;
    font: 18px/1.222 "cera_pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.gm-style img {
    max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 0.5em;
    color: inherit;
}

h1,
.h1 {
    font-size: 38px;
    line-height: 1.15;
}

@media screen and (min-width: 375px) {
    h1,
    .h1 {
        font-size: 40px;
    }
}

@media screen and (min-width: 768px) {
    h1,
    .h1 {
        font-size: 49px;
        line-height: 1.14;
    }
}

@media screen and (min-width: 1024px) {
    h1,
    .h1 {
        font-size: 55px;
    }
}

@media screen and (min-width: 1350px) {
    h1,
    .h1 {
        font-size: 65px;
    }
}

@media screen and (min-width: 1350px) {
    h1,
    .h1 {
        font-size: 70px;
    }
}

h2,
.h2 {
    font-size: 34px;
    line-height: 1.127;
}

@media screen and (min-width: 768px) {
    h2,
    .h2 {
        font-size: 44px;
    }
}

@media screen and (min-width: 1200px) {
    h2,
    .h2 {
        font-size: 55px;
    }
}

h3,
.h3 {
    font-size: 30px;
    line-height: 1.1;
}

@media screen and (min-width: 768px) {
    h3,
    .h3 {
        font-size: 38px;
    }
}

@media screen and (min-width: 1024px) {
    h3,
    .h3 {
        font-size: 40px;
    }
}

h4,
.h4 {
    font-size: 28px;
    line-height: 1.166;
}

@media screen and (min-width: 768px) {
    h4,
    .h4 {
        font-size: 34px;
    }
}

@media screen and (min-width: 1024px) {
    h4,
    .h4 {
        font-size: 36px;
    }
}

h5,
.h5 {
    font-size: 24px;
    line-height: 1.166;
}

h6,
.h6 {
    font-size: 19px;
    line-height: 1.181;
}

@media screen and (min-width: 768px) {
    h6,
    .h6 {
        font-size: 22px;
    }
}

p {
    margin: 0 0 1em;
}

a {
    color: #074159;
    -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out, background 0.3s ease-in-out,
        visibility 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out, background 0.3s ease-in-out,
        visibility 0.3s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    padding: 0.4em 0.7em;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #3beb73;
}
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #074159;
}
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #074159;
}
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #074159;
}
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #074159;
}
input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
    color: #074159;
}

select {
    -webkit-border-radius: 0;
}

textarea {
    resize: vertical;
    vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 23, 2021 */
@font-face {
    font-family: "cera_pro";
    src: url("./assets/fonts/cera_pro_light-webfont.eot");
    src: url("./assets/fonts/cera_pro_light-webfont.eot?#iefix") format("embedded-opentype"),
        url("./assets/fonts/cera_pro_light-webfont.woff2") format("woff2"),
        url("./assets/fonts/cera_pro_light-webfont.woff") format("woff"),
        url("./assets/fonts/cera_pro_light-webfont.ttf") format("truetype"),
        url("./assets/fonts/cera_pro_light-webfont.svg#cera_prolight") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "cera_pro";
    src: url("./assets/fonts/cera_pro_bold-webfont.eot");
    src: url("./assets/fonts/cera_pro_bold-webfont.eot?#iefix") format("embedded-opentype"),
        url("./assets/fonts/cera_pro_bold-webfont.woff2") format("woff2"),
        url("./assets/fonts/cera_pro_bold-webfont.woff") format("woff"),
        url("./assets/fonts/cera_pro_bold-webfont.ttf") format("truetype"),
        url("./assets/fonts/cera_pro_bold-webfont.svg#cera_probold") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "cera_pro";
    src: url("./assets/fonts/cera_pro_medium-webfont.eot");
    src: url("./assets/fonts/cera_pro_medium-webfont.eot?#iefix") format("embedded-opentype"),
        url("./assets/fonts/cera_pro_medium-webfont.woff2") format("woff2"),
        url("./assets/fonts/cera_pro_medium-webfont.woff") format("woff"),
        url("./assets/fonts/cera_pro_medium-webfont.ttf") format("truetype"),
        url("./assets/fonts/cera_pro_medium-webfont.svg#cera_promedium") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "icomoon";
    src: url("./assets/fonts/icomoon.ttf?sjpnx4") format("truetype"),
        url("./assets/fonts/icomoon.woff?sjpnx4") format("woff"),
        url("./assets/fonts/icomoon.svg?sjpnx4#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"],
.select-form-group:after,
.accordion li .opener:after,
.news-wrap__category-block > a:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
    content: "";
}

.icon-menu:before {
    content: "";
}

.icon-file:before {
    content: "";
}

.icon-chevron-down:before {
    content: "";
}

.icon-play:before {
    content: "";
}

.icon-instagram:before {
    content: "";
}

.icon-twitter:before {
    content: "";
}

.icon-facebook:before {
    content: "";
}

.icon-linkedin:before {
    content: "";
}

.icon-arrow-right:before {
    content: "";
}

.icon-cart:before {
    content: "";
}

.icon-volume:before {
    content: "";
}

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

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

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

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[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: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

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

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    line-height: 0;
}
.slick-dots li {
    margin: 0 7px;
}
.slick-dots li.slick-active button {
    background: #074159;
}
.slick-dots li button {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: rgba(7, 65, 89, 0.2);
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    padding: 0;
    overflow: hidden;
    text-indent: -99999px;
    border: 0;
}
.slick-dots li button:hover {
    background: #074159;
}

body {
    font-weight: 300;
}
body.nav-active {
    overflow: hidden;
}

@media screen and (min-width: 1024px) {
    body {
        font-size: 22px;
        line-height: 26px;
    }
}

#wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.container {
    max-width: 1920px;
    padding: 0 4%;
    margin: 0 auto;
}

.btn {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 1.333;
    border-radius: 63px;
    text-decoration: none;
    padding: 11px 15px 12px;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .btn {
        padding: 15px 20px 16px;
        font-size: 18px;
        line-height: 1.222;
    }
}
.btn.btn-green {
    background: #3beb73;
    color: #074159;
}
.btn.btn-green:hover {
    color: #074159;
    background: #17dd56;
}
.btn.btn-blue {
    background: #074159;
    color: #fff;
}
.btn.btn-blue:hover {
    color: #fff;
    background: #031e2a;
}
.btn.btn-white {
    background: #fff;
    color: #074159;
}
.btn.btn-white:hover {
    color: #074159;
    background: #e6e5e5;
}
.btn.btn-outline-white {
    border: 2px solid #fff;
    color: #fff;
    padding: 13px 20px 14px;
}
.btn.btn-outline-white:hover {
    color: #074159;
    background: #fff;
}
.btn.btn-pink {
    background: #fd7662;
    color: #074159;
}
.btn.btn-pink:hover {
    color: #074159;
    background: #fc4a30;
}
.btn.btn-lightpink {
    background: #f5b9b9;
    color: #074159;
}
.btn.btn-lightpink:hover {
    color: #074159;
    background: #ef8c8c;
}
.btn span {
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 0 18px 0 0;
}

@media screen and (min-width: 768px) {
    .btn span {
        padding: 0 25px 0 0;
    }
}
.btn span i {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    margin-top: 1px;
}

@media screen and (min-width: 768px) {
    .btn span i {
        font-size: 16px;
    }
}

.text-green {
    color: #3beb73 !important;
}

.text-blue {
    color: #074159 !important;
}

.text-pink {
    color: #fd7662 !important;
}

.text-lightpink {
    color: #f5b9b9 !important;
}

.btn-group {
    margin: 0 -11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.btn-group li {
    padding: 0 11px 15px;
}

@media screen and (min-width: 768px) {
    .btn-group li {
        padding-bottom: 10px;
    }
}
.btn-group li .btn-blue i {
    font-size: 12px;
    right: 2px;
}

.popup-holder {
    position: fixed;
    right: 20px;
    top: 23px;
    z-index: 2;
}

@media screen and (min-width: 768px) {
    .popup-holder {
        right: 60px;
        bottom: 52px;
        top: auto;
    }
}
.popup-holder .popup-opener {
    font-size: 12px;
    line-height: 1.285;
    font-weight: 500;
    padding: 10px 12px;
    border-radius: 20px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
    text-align: center;
    color: #241f1f;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .popup-holder .popup-opener {
        box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.25);
        padding: 10px 15px;
        font-size: 14px;
    }
}
.popup-holder .popup-opener:hover {
    color: #241f1f;
    background: #e6e5e5;
}
.popup-holder .popup-opener span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 20px;
}
.popup-holder .popup-opener span:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fd7662;
    border-radius: 100%;
}

@media (max-width: 767px) {
    .resize-active * {
        -webkit-transition: none !important;
        transition: none !important;
    }
}

.d-none {
    display: none !important;
}

.visible-xs {
    display: inline-block !important;
}

@media screen and (min-width: 768px) {
    .visible-xs {
        display: none !important;
    }
}

.visible-md {
    display: none !important;
}

@media screen and (min-width: 768px) {
    .visible-md {
        display: inline-block !important;
    }
}

.pagination-nav {
    position: fixed;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

@media screen and (min-width: 768px) {
    .pagination-nav {
        right: 65px;
    }
}
.pagination-nav ul li + li {
    margin-top: 15px;
}
.pagination-nav ul li.active a {
    background: #3beb73;
}
.color-theme-pink .pagination-nav ul li.active a {
    background: #fd7662;
}
.color-theme-lightpink .pagination-nav ul li.active a {
    background: #f5b9b9;
}
.pagination-nav ul a {
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 100%;
    background: rgba(7, 65, 89, 0.1);
}
.pagination-nav ul a:hover {
    background: #3beb73;
}
.color-theme-blue .pagination-nav ul a {
    background: #fff;
}
.color-theme-blue .pagination-nav ul a:hover {
    background: #3beb73;
}
.color-theme-pink .pagination-nav ul a {
    background: #fff;
}
.color-theme-pink .pagination-nav ul a:hover {
    background: #fd7662;
}
.color-theme-lightpink .pagination-nav ul a {
    background: #fff;
}
.color-theme-lightpink .pagination-nav ul a:hover {
    background: #f5b9b9;
}

.backgroundblendmode .section--partners:before {
    mix-blend-mode: multiply;
}

.bg-stretch {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    z-index: -1;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    display: block;
    width: 100%;
    color: #074159;
    font-size: 22px;
    line-height: 1.181;
    height: 40px;
    padding: 6px 15px 7px;
    border-width: 0 0 1px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
    outline: 0;
}

textarea {
    resize: none;
    height: 130px;
}

.select-form-group {
    position: relative;
}
.select-form-group:after {
    content: "";
    position: absolute;
    color: #074159;
    font-size: 16px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

.custom-select {
    display: inline-block;
    width: 100%;
    padding: 6px 60px 7px 15px;
    border-width: 0 0 1px;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    text-overflow: ellipsis;
    overflow: hidden;
}
.custom-select:focus {
    outline: 0;
}

.select-placeholder {
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

select[data-chosen] + .select-placeholder {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: -15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
}

@media screen and (min-width: 1200px) {
    .vac__margin {
        margin-top: 80px;
    }
    select[data-chosen] + .select-placeholder {
        top: -10px;
        font-size: 12px;
    }
}

.form-group {
    position: relative;
}
.form-group.parent-focus .input-placeholder-text,
.form-group.parent-active .input-placeholder-text {
    top: -15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
}

@media screen and (min-width: 1200px) {
    .form-group.parent-focus .input-placeholder-text,
    .form-group.parent-active .input-placeholder-text {
        font-size: 12px;
    }
}
.form-group .input-placeholder-text {
    top: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-networks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .social-networks {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media screen and (min-width: 1024px) {
    .social-networks {
        margin: 0 -14px;
    }
}
.social-networks li {
    padding: 0 10px 10px;
}

@media screen and (min-width: 768px) {
    .social-networks li {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 1024px) {
    .social-networks li {
        padding: 0 14px;
    }
}
.social-networks a {
    text-decoration: none;
    font-size: 15px;
    line-height: 1;
}

.accordion {
    border-top: 1px solid #edecea;
    margin-bottom: 20px;
}
.accordion li {
    border-bottom: 1px solid #edecea;
}
.accordion li.active a:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.accordion li .opener {
    display: block;
    position: relative;
    padding: 15px 40px 15px 5px;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.166;
}

@media screen and (min-width: 1024px) {
    .accordion li .opener {
        font-size: 26px;
        padding: 30px 70px 30px 7px;
    }
}

@media screen and (min-width: 1350px) {
    .accordion li .opener {
        font-size: 36px;
    }
}
.accordion li .opener:after {
    content: "";
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    color: #3beb73;
}

@media screen and (min-width: 768px) {
    .accordion li .opener:after {
        right: 18px;
    }
}

@media screen and (min-width: 1024px) {
    .accordion li .opener:after {
        font-size: 28px;
    }
}
.accordion .slide {
    padding: 0 40px 30px 5px;
}

@media screen and (min-width: 1024px) {
    .accordion .slide {
        padding: 0 70px 30px 7px;
    }
}
.accordion .slide p:last-child {
    margin-bottom: 0;
}

/* @media screen and (max-width: 767px) {
  .fp-section,
  .fp-slide,
  .fp-tableCell {
    height: auto !important; } } */

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
    padding: 24px 0;
    /* z-index: 9999999999999999999 !important; */
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .header {
        padding: 40px 0;
    }
}

@media screen and (min-width: 768px) {
    .section-workplace .header {
        display: none;
    }
}
.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.header__logo {
    width: 105px;
    position: relative;
}

@media screen and (min-width: 1024px) {
    .header__logo {
        width: 145px;
    }
}
.header__logo img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header__logo img.logo-version1 {
    opacity: 1;
    visibility: visible;
}
.header__logo img.logo-version2,
.header__logo img.logo-version3,
.header__logo img.logo-version4 {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.color-theme-blue .header__logo img.logo-version2 {
    opacity: 1;
    visibility: visible;
}
.color-theme-blue .header__logo img.logo-version1,
.color-theme-blue .header__logo img.logo-version3,
.color-theme-blue .header__logo img.logo-version4 {
    opacity: 0;
    visibility: hidden;
}
.color-theme-pink .header__logo img.logo-version3 {
    opacity: 1;
    visibility: visible;
}
.color-theme-pink .header__logo img.logo-version1,
.color-theme-pink .header__logo img.logo-version2,
.color-theme-pink .header__logo img.logo-version4 {
    opacity: 0;
    visibility: hidden;
}
.color-theme-lightpink .header__logo img.logo-version4 {
    opacity: 1;
    visibility: visible;
}
.color-theme-lightpink .header__logo img.logo-version1,
.color-theme-lightpink .header__logo img.logo-version2,
.color-theme-lightpink .header__logo img.logo-version3 {
    opacity: 0;
    visibility: hidden;
}
.header__holder {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media (max-width: 767px) {
    .section-workplace .header__holder {
        display: none;
    }
}
.header__btn-block {
    margin: 15px;
}

@media screen and (min-width: 768px) {
    .header__btn-block {
        margin: 0 0 0 20px;
    }
}

@media screen and (min-width: 1024px) {
    .header__btn-block {
        margin: 0 0 0 39px;
    }
}
.header__btn-block .btn {
    min-width: 150px;
    max-width: 180px;
}
.color-theme-default .header__btn-block .btn,
.color-theme-blue .header__btn-block .btn {
    background: #3beb73;
}
.color-theme-default .header__btn-block .btn:hover,
.color-theme-blue .header__btn-block .btn:hover {
    background: #17dd56;
}
.color-theme-pink .header__btn-block .btn {
    background: #fd7662;
}
.color-theme-pink .header__btn-block .btn:hover {
    background: #fc4a30;
}
.color-theme-lightpink .header__btn-block .btn {
    background: #f5b9b9;
}
.color-theme-lightpink .header__btn-block .btn:hover {
    background: #ef8c8c;
}

@media screen and (min-width: 1440px) {
    .header--homepage .header__container {
        padding: 0 4%;
    }
}

.nav-opener {
    position: fixed;
    right: 20px;
    bottom: 35px;
    width: 79px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
    background: #3beb73;
    border-radius: 63px;
    padding: 12px 10px;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: width 0.3s ease-in-out, background 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, background 0.3s ease-in-out;
    z-index: 3;
}

@media screen and (min-width: 768px) {
    .nav-opener {
        display: none;
    }
}
.nav-opener:hover {
    background: #17dd56;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.nav-active .nav-opener {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
    width: 36px;
}
.nav-active .nav-opener .menu-text,
.nav-active .nav-opener .icon-menu {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute;
}
.nav-active .nav-opener .icon-close {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    position: relative;
}
.nav-opener .menu-text {
    font-size: 12px;
    line-height: 1;
    margin: -1px 3px 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: position 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: position 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: position 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: position 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.nav-opener .icon-menu {
    font-size: 12px;
    line-height: 1;
    margin: 0 3px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: position 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: position 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, position 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, position 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.nav-opener .icon-close {
    font-size: 12px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute;
    -webkit-transition: position 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: position 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, position 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, position 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.nav-drop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fafafa;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 2;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    padding: 24px 0 0;
}
@media (min-width: 768px) {
    .nav-drop {
        position: static;
        background: none;
        opacity: 1;
        visibility: visible;
        overflow: visible;
        -webkit-transition: none;
        transition: none;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 0 0 0 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (min-width: 1024px) {
    .nav-drop {
        padding: 0 0 0 30px;
    }
}
.nav-active .nav-drop {
    opacity: 1;
    visibility: visible;
}
.color-theme-blue .nav-drop,
.color-theme-pink .nav-drop,
.color-theme-lightpink .nav-drop {
    background: #074159;
}

@media screen and (min-width: 768px) {
    .color-theme-blue .nav-drop,
    .color-theme-pink .nav-drop,
    .color-theme-lightpink .nav-drop {
        background: none;
    }
}
.nav-drop .header__logo {
    margin: 0 0 20px 20px;
}

@media screen and (min-width: 768px) {
    .nav-drop .header__logo {
        display: none;
    }
}

#nav {
    font-size: 18px;
    line-height: 1.222;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    #nav {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-top: 2px;
    }
}

@media screen and (min-width: 768px) {
    #nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
#nav ul li {
    border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
    #nav ul li {
        margin: 0 0 5px 15px;
        border: 0;
    }
}

@media screen and (min-width: 1024px) {
    #nav ul li {
        margin: 0 0 5px 39px;
    }
}

@media screen and (min-width: 768px) {
    #nav ul li.active a:before {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}
#nav ul li a {
    text-decoration: none;
    display: block;
    padding: 15px;
}

@media screen and (min-width: 768px) {
    #nav ul li a {
        display: inline;
        padding: 0;
        position: relative;
    }
}

@media screen and (min-width: 768px) {
    #nav ul li a:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 1px;
        height: 6px;
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
        visibility: hidden;
        background: #3beb73;
        z-index: -1;
        -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out,
            -webkit-transform 0.3s ease-in-out;
    }
}

@media screen and (min-width: 1024px) {
    #nav ul li a:before {
        height: 8px;
    }
}
#nav ul li a:hover {
    background: #074159;
    color: #fff;
}

@media screen and (min-width: 768px) {
    #nav ul li a:hover {
        background: none;
        color: #074159;
        transition: none;
    }
}

@media screen and (min-width: 768px) {
    #nav ul li a:hover:before {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}
.color-theme-blue #nav ul li a {
    color: #fff;
}
.color-theme-blue #nav ul li a:hover {
    background: #3beb73;
    color: #074159;
}

@media screen and (min-width: 768px) {
    .color-theme-blue #nav ul li a:hover {
        background: none;
        color: #fff;
    }
}
.color-theme-pink #nav ul li a {
    color: #fff;
}
.color-theme-pink #nav ul li a:before {
    background: #fd7662;
}
.color-theme-pink #nav ul li a:hover {
    background: #fd7662;
    color: #074159;
}

@media screen and (min-width: 768px) {
    .color-theme-pink #nav ul li a:hover {
        background: none;
        color: #fff;
    }
}
.color-theme-lightpink #nav ul li a {
    color: #fff;
}
.color-theme-lightpink #nav ul li a:before {
    background: #f5b9b9;
}
.color-theme-lightpink #nav ul li a:hover {
    background: #f5b9b9;
    color: #074159;
}

@media screen and (min-width: 768px) {
    .color-theme-lightpink #nav ul li a:hover {
        background: none;
        color: #fff;
    }
}
.header--white #nav ul li a {
    color: #074159;
}

@media screen and (min-width: 768px) {
    .header--white #nav ul li a {
        color: #fff;
    }
}
.header--white #nav ul li a:hover {
    background: #3beb73;
    color: #074159;
}

@media screen and (min-width: 768px) {
    .header--white #nav ul li a:hover {
        background: none;
        color: #fff;
    }
}

@media (max-width: 767px) {
    .header--homepage + #wrapper {
        height: 100vh !important;
    }
    body {
        overflow: visible !important;
        height: 100vh !important;
    }
}

.page-footer {
    background: #074159;
    color: #fff;
    padding: 50px 0 8px;
}

@media screen and (min-width: 768px) {
    .page-footer {
        padding-top: 98px;
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media screen and (min-width: 1200px) {
    /* .page-footer {
    padding-bottom: 100px;
  } */
}
.page-footer .container {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .page-footer .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.page-footer a:not(.btn) {
    color: #fff;
}
.page-footer a:not(.btn):hover {
    color: #3beb73;
}
.page-footer__info-block {
    padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
    .page-footer__info-block {
        padding-right: 39%;
    }
}

@media screen and (min-width: 1200px) {
    .page-footer__info-block {
        padding-bottom: 50px;
    }
}
.page-footer__info-block .h1 {
    margin-bottom: 34px;
    display: block;
    text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
    .page-footer__info-block .h1 {
        margin-bottom: 46px;
    }
}

.section {
    position: relative;
    overflow: hidden;
}
.section .btn.sm {
    font-size: 14px;
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.section-hero .section {
    background: #fafafa;
    /* transition:all .5s;  */
}
.section-services .section,
.section-partners .section,
.section-team .section,
.section-workplace .section {
    background: #074159;
    color: #fff;
    /* transition:all .5s;  */
}
.section-services .section a:not(.btn),
.section-partners .section a:not(.btn),
.section-team .section a:not(.btn),
.section-workplace .section a:not(.btn) {
    color: #fff;
}
.section-services .section a:not(.btn):hover,
.section-partners .section a:not(.btn):hover,
.section-team .section a:not(.btn):hover,
.section-workplace .section a:not(.btn):hover {
    color: #3beb73;
}
.section__container {
    width: 100%;
    padding: 120px 4% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#wrapper > #fullpage > .fp-section > .fp-tableCell > .section__container {
    max-width: 1920px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .section__container {
        padding: 120px 4% 0;
    }
}

@media screen and (min-width: 1024px) {
    .section__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 100vh;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.section__container .shape-img {
    position: absolute;
    z-index: -1;
}
.section__container .shape-img img {
    width: 100%;
}
.section__container .shadow-img {
    position: absolute;
    z-index: -2;
}
.section__info-block {
    padding-bottom: 28px;
    z-index: 2;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media screen and (min-width: 768px) {
    .section__info-block {
        padding-bottom: 50px;
    }
}

@media screen and (min-width: 1024px) {
    .section__info-block {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
}
.section__info-block h1 {
    margin-bottom: 21px;
}

@media screen and (min-width: 768px) {
    .section__info-block h1 {
        margin-bottom: 34px;
    }
}
.section__image-block {
    position: relative;
    z-index: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (min-width: 768px) {
    .section__image-block {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

@media screen and (min-width: 1024px) {
    .section__image-block {
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }
    .section--hero .section__image-block {
        transform: translateX(70px);
    }
}
.section--hero .section__info-block {
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .section--hero .section__info-block {
        padding-bottom: 112px;
        width: 575px;
    }
}
@media screen and (min-width: 1300px) {
    .section--hero .section__info-block {
        padding-bottom: 50px;
        width: 550px;
    }
}

@media screen and (min-width: 1350px) {
    .section--hero .section__info-block {
        width: 700px;
    }
}
.section--hero .section__image-block {
    max-width: 400px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .section--hero .section__image-block {
        width: 560px;
        max-width: none;
    }
}

@media screen and (min-width: 1024px) {
    .section--hero .section__image-block {
        -ms-flex-item-align: end;
        align-self: flex-end;
        /* width: 50vh; */
        margin: 0;
        max-width: 752px;
    }
}
@media screen and (min-width: 1200px) {
    .section--hero .section__image-block {
        width: calc(100% - 575px);
    }
    .section--hero .section__image-block .ppl {
        height: calc(100vh - 120px);
    }
}
@media screen and (min-width: 1350px) {
    .section--hero .section__image-block {
        width: calc(100% - 670px);
    }
    .section--hero .section__image-block .ppl {
        object-fit: cover;
    }
}
@media screen and (min-width: 1440px) {
    .section--hero .section__image-block {
        max-width: calc(100% - 670px);
        width: auto;
        margin: 0 77px 0 -85px;
        margin-right: 0;
        transform: translateX(105px);
    }
    .section--hero .section__image-block .shape-img {
    }
}

@media screen and (min-width: 1720px) {
    .section--hero .section__image-block {
        width: auto;
        max-width: unset;
    }
    .section__image-block img.ppl {
        max-height: unset !important;
    }
    .section--hero .section__image-block .shape-img {
        transform: translateX(50px) !important;
        left: 0 !important;
    }
}
.section--hero .section__image-block .shape-img {
    max-width: 500px;
    left: -30px;
    right: -30px;
    bottom: -10px;
}

@media screen and (min-width: 768px) {
    .section--hero .section__image-block .shape-img {
        max-width: 943px;
        left: -250px;
        right: -30px;
    }
}
.section--services .section__info-block {
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .section--services .section__info-block {
        width: 555px;
        padding-bottom: 61px;
    }
}

@media screen and (min-width: 1300px) {
    .section--services .section__info-block {
        width: 560px;
    }
}
.section--services .section__info-block h1 {
    margin-bottom: 25px;
    max-width: 450px;
}
.section--services .section__image-block {
    max-width: 400px;
    margin: 0 auto;
}

@media screen and (min-width: 1024px) {
    .section--services .section__image-block {
        width: auto;
        max-width: calc(100% - 560px);
    }
}
@media screen and (min-width: 1440px) {
    .section--services .section__image-block {
        width: auto;
        max-width: 752px;
    }
}

@media screen and (min-width: 1440px) {
    .section__image-block {
        position: absolute;
        right: 105px;
        bottom: 0px;
        max-width: unset !important;
        width: auto !important;
    }
    .section__image-block img.ppl {
        height: calc(100vh - 90px) !important;
    }
    .section--hero .section__image-block .shape-img {
        right: 0;
    }
    .section--services .section__image-block {
        right: 65px;
    }
    .section--services .section__image-block .shape-img {
        right: 0 !important;
        top: 85px;
    }
    .section--services .section__image-block img.ppl {
        max-height: unset !important;
    }
}
@media screen and (min-height: 760px) {
    .section--hero .section__image-block .shape-img {
        right: 0;
        left: inherit;
    }
}

@media screen and (min-width: 1440px) {
    .section--services .section__image-block {
        -ms-flex-item-align: end;
        align-self: flex-end;
        width: auto;
        margin: 0 35px 0 0;
    }
}

@media screen and (min-width: 1200px) {
    .section--services .section__image-block {
        margin: 0 50px 0 0;
    }
}

@media screen and (min-width: 1350px) {
    .section--services .section__image-block {
        margin: -16px 30px 0 0;
    }
}

@media screen and (min-width: 1440px) {
    .section--services .section__image-block {
        margin-right: 67px;
    }
}

@media screen and (min-width: 1600px) {
    .section--services .section__image-block {
        width: auto;
        max-width: unset;
    }
    .section--services .section__image-block .ppl {
        transform: translateX(30px);
    }
}
.section--services .section__image-block .shape-img {
    left: -55px;
    right: -50px;
    bottom: 33px;
    max-width: 500px;
}

@media screen and (min-width: 768px) {
    .section--services .section__image-block .shape-img {
        max-width: 702px;
        bottom: 100px;
        left: -35px;
        right: -35px;
    }
}

@media screen and (min-width: 1230px) {
    .section--services .section__image-block {
        margin-right: 0;
    }
    .section--services .section__image-block .shape-img {
        bottom: -5px;
        left: -135px;
        right: -12px;
        max-width: unset;
    }
    .section--services .section__image-block img.ppl {
        height: calc(100vh - 120px);
        max-height: 752px;
    }
}
.section--services .section__image-block .shadow-img {
    max-width: 600px;
    left: -80px;
    right: -80px;
    margin: 0 auto;
    bottom: 0;
}

@media screen and (min-width: 768px) {
    .section--services .section__image-block .shadow-img {
        left: -237px;
        max-width: 889px;
        margin: 0;
    }
}

@media screen and (min-width: 1024px) {
    .section--services .section__image-block .text-wrapper {
        padding-top: 139px;
    }
}
/* .section--partners:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 100%);
    opacity: 0.2; } */
.section--partners .section__info-block {
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .section--partners .section__info-block {
        padding-bottom: 112px;
        width: 465px;
    }
}

@media screen and (min-width: 1350px) {
    .section--partners .section__info-block {
        width: 590px;
    }
}
.section--partners .section__info-block h1 {
    margin-bottom: 25px;
    max-width: 500px;
}
.section--partners .section__image-block {
    max-width: 400px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .section--partners .section__image-block {
        width: 540px;
        max-width: none;
    }
}

@media screen and (min-width: 1024px) {
    .section--partners .section__image-block {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin: 0;
        width: 550px;
        max-width: 607px;
    }
}

@media screen and (min-width: 1440px) {
    .section--partners .section__image-block {
        width: 665px;
        margin: 0 -17px 0 0;
    }
}

@media screen and (min-width: 1600px) {
    .section--partners .section__image-block {
        width: 665px;
    }
}
.section--partners .section__image-block .shape-img {
    left: -162px;
    right: -10px;
    margin: 0 auto;
    bottom: -200px;
    max-width: 500px;
}

@media screen and (min-width: 768px) {
    .section--partners .section__image-block .shape-img {
        max-width: 661px;
        left: -90px;
        margin: 0;
    }
}

@media screen and (min-width: 1024px) {
    .section--partners .section__image-block .shape-img {
        left: -80px;
        bottom: -60px;
        right: 50px;
    }
}

@media screen and (min-width: 1350px) {
    .section--partners .section__image-block .shape-img {
        right: 0;
        left: -125px;
        bottom: -45px;
    }
}
.section--partners .section__image-block .shadow-img {
    max-width: 600px;
    left: -80px;
    bottom: 0;
}

@media screen and (min-width: 768px) {
    .section--partners .section__image-block .shadow-img {
        left: -200px;
        max-width: 889px;
    }
}
.section--partners .partners-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -8px 3px;
    line-height: 0;
}

@media screen and (min-width: 768px) {
    .section--partners .partners-list {
        margin: 0 -16px 15px;
    }
}

@media screen and (min-width: 1200px) {
    .section--partners .partners-list {
        margin-bottom: 0;
    }
}
.section--partners .partners-list li {
    padding: 0 8px 16px;
}

@media screen and (min-width: 768px) {
    .section--partners .partners-list li {
        padding: 0 16px 20px;
    }
}
.section--team .section__info-block {
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .section--team .section__info-block {
        width: 465px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (min-width: 1200px) {
    .section--team .section__info-block {
        width: 500px;
    }
}

@media screen and (min-width: 1350px) {
    .section--team .section__info-block {
        width: 560px;
    }
}
.section--team .section__info-block h1 {
    margin-bottom: 25px;
}

@media screen and (min-width: 1024px) {
    .section--team .text-wrapper {
        padding-top: 102px;
    }
}
.section--team .section__image-block {
    max-width: 304px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .section--team .section__image-block {
        width: 477px;
        max-width: none;
    }
}

@media screen and (min-width: 1024px) {
    .section--team .section__image-block {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin: 0 70px 0 0;
        width: 50vh;
        max-width: 477px;
    }
}

@media screen and (min-width: 1200px) {
    .section--team .section__image-block {
        margin-right: 0;
        width: auto;
        max-width: 550px;
    }
    .section--team .section__image-block .ppl {
        height: calc(100vh - 120px);
    }
}
@media screen and (min-width: 1250px) {
    .section--team .section__image-block {
        margin-right: 0;
        width: auto;
        max-width: calc(100% - 500px);
    }
}

@media screen and (min-width: 1340px) {
    .section--team .section__image-block .shape-img {
        left: 0 !important;
    }
    /* .section__image-block picture img {
      max-height: 635px;
  }  */
}

@media screen and (min-width: 1350px) {
    .section--team .section__image-block {
        max-width: calc(100% - 560px);
    }
}

@media screen and (min-width: 1400px) {
    .section--team .section__image-block .shape-img {
        max-width: 800px !important;
    }
}
@media screen and (min-width: 1456px) {
    .section--team .section__image-block {
        width: auto;
        max-width: unset;
    }
}
.section--team .section__image-block .shape-img {
    left: -45px;
    right: -85px;
    bottom: -65px;
    max-width: 500px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .section--team .section__image-block .shape-img {
        max-width: 643px;
        left: -50px;
        right: -50px;
        margin: 0;
        bottom: 70px;
    }
}

@media screen and (min-width: 1200px) {
    .section--team .section__image-block .shape-img {
        left: 0;
        right: 0;
        bottom: 35px;
    }
}
.section--team .section__image-block .shadow-img {
    max-width: 522px;
    left: -80px;
    bottom: 0;
}

@media screen and (min-width: 1024px) {
    .section--team .section__image-block .shadow-img {
        left: -130px;
    }
}
.section--workplace .section__container {
    padding-top: 120px;
}

@media screen and (min-width: 768px) {
    .section--workplace .section__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 0;
    }
}
.section--workplace .section__info-block {
    padding: 0 0 38px;
    position: relative;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .section--workplace .section__info-block {
        padding: 94px 37% 80px 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media screen and (min-width: 1024px) {
    .section--workplace .section__info-block {
        padding: 94px 30% 80px 0;
    }
}

@media screen and (min-width: 1350px) {
    .section--workplace .section__info-block {
        padding: 94px 39% 100px 0;
    }
}

@media screen and (min-width: 1024px) {
    .section--workplace .section__info-block h1 {
        margin-bottom: 46px;
        max-width: 760px;
    }
}
.section--workplace .section__info-block .shape-img {
    display: none;
}

@media screen and (min-width: 768px) {
    .section--workplace .section__info-block .shape-img {
        top: -5px;
        max-width: 350px;
        display: block;
        right: 0;
    }
}

@media screen and (min-width: 1024px) {
    .section--workplace .section__info-block .shape-img {
        max-width: 400px;
    }
}

@media screen and (min-width: 1350px) {
    .section--workplace .section__info-block .shape-img {
        max-width: none;
        right: 38px;
    }
}

.footer {
    padding-bottom: 26px;
}

@media screen and (min-width: 768px) {
    .footer {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        padding: 0 0 50px 0;
    }
}

@media screen and (min-width: 1024px) {
    .footer {
        padding: 0 0 20px 0;
    }
}

@media screen and (min-width: 1200px) {
    .footer {
        padding: 0 0 40px 0;
    }
}

@media screen and (min-width: 1350px) {
    .footer {
        padding: 0 27% 50px 0;
    }
}
.footer__top-holder {
    padding-bottom: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 7vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

@media screen and (max-width: 768px) {
    .footer__top-holder {
        flex-direction: column;
    }
}

@media screen and (min-width: 768px) {
    .footer__top-holder {
        width: 100%;
        padding-bottom: 35px;
        margin: 0;
    }
}

@media screen and (min-width: 1200px) {
    .footer__top-holder {
        padding-bottom: 60px;
    }
}
.footer__inner-block {
    /* -ms-flex-preferred-size: 50%; */
    /* flex-basis: 50%; */
    /* max-width: 50%; */
    padding: 0 10px;
}

@media screen and (min-width: 768px) {
    .footer__inner-block {
        -ms-flex-preferred-size: 26%;
        /* flex-basis: 26%; */
        /* max-width: 26%; */
        padding: 0;
    }
}

@media screen and (min-width: 1024px) {
    .footer__inner-block {
        /* -ms-flex-preferred-size: 21.3%; */
        /* flex-basis: 21.3%; */
        /* max-width: 21.3%; */
    }
}
.footer__menu-list {
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .footer__menu-list {
        font-size: 22px;
        line-height: 1.181;
    }
}
.footer__menu-list li {
    margin-bottom: 14px;
}
.footer__menu-list a {
    text-decoration: none;
    text-transform: capitalize;
}

@media screen and (min-width: 768px) {
    .footer__bottom-holder {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}
.footer__logo {
    display: none;
}

@media screen and (min-width: 768px) {
    .footer__logo {
        margin: 0 25px -3px 0;
        width: 120px;
        display: block;
    }
}

@media screen and (min-width: 1024px) {
    .footer__logo {
        margin: 0 85px -3px 0;
        width: 130px;
    }
}
.footer__logo-wrap {
    margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
    .footer__logo-wrap {
        margin: 0 25px 0 0;
        max-width: 300px;
    }
}

@media screen and (min-width: 1024px) {
    .footer__logo-wrap {
        margin: 0 70px 0 0;
    }
}
.footer__logo-wrap .logo-list {
    margin: 0 -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0;
}

@media screen and (min-width: 768px) {
    .footer__logo-wrap .logo-list {
        margin: 0 -15px;
    }
}
/* .footer__logo-wrap .logo-list li {
        padding: 0 8px 10px; } */

/* @media screen and (min-width: 768px) {
  .footer__logo-wrap .logo-list li {
    padding: 0 15px; } } */
.footer__email-link {
    font-size: 13px;
    line-height: 1.285;
    letter-spacing: -0.39px;
    margin: 0 20px 20px 0;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media screen and (min-width: 768px) {
    .footer__email-link {
        letter-spacing: -0.42px;
        margin: 0 25px 0 0;
        font-size: 14px;
    }
}
.footer__email-link a {
    text-decoration: none;
}
.footer__social-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media screen and (min-width: 768px) {
    .footer__social-wrap {
        margin: 0 0 -1px;
    }
}
@media (max-width: 767px) {
    .footer__social-wrap .social-networks a {
        font-size: 12px;
    }
}

body {
    -webkit-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}
body.color-default {
    background: #fff;
}
body.color-blue,
body.color-blue,
body.color-pink,
body.color-lightpink {
    background: #074159;
}

.horizontal {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.inner-section .container {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    min-height: 700px;
}

@media screen and (min-width: 1024px) {
    .inner-section .section__info-block {
        height: 100%;
    }
}

.news-wrap {
    padding: 100px 0 50px;
}

@media screen and (min-width: 768px) {
    .news-wrap {
        padding-top: 120px;
    }
}

@media screen and (min-width: 1024px) {
    .news-wrap {
        position: relative;
        padding-top: 160px;
    }
}

@media screen and (min-width: 1350px) {
    .news-wrap {
        padding: 286px 0 157px 0;
    }
}

@media screen and (min-width: 1200px) {
    .news-wrap__container {
        padding: 0 8%;
    }
}
.news-wrap__heading-block {
    padding-bottom: 25px;
}

@media screen and (min-width: 768px) {
    .news-wrap__heading-block {
        padding-bottom: 64px;
        max-width: 515px;
    }
}
.news-wrap__heading-block h1 {
    margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
    .news-wrap__heading-block h1 {
        margin-bottom: 42px;
    }
}
.news-wrap__category-block {
    font-weight: 700;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    width: 145px;
}

@media screen and (min-width: 1024px) {
    .news-wrap__category-block {
        font-size: 24px;
        line-height: 1;
        width: 190px;
    }
}
.news-wrap__category-block:hover .category-list {
    display: block;
}
.news-wrap__category-block > a {
    text-decoration: none;
    display: inline-block;
    padding: 0 24px 0 0;
    position: relative;
}
.news-wrap__category-block > a:after {
    content: "";
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vacancies-reset-filter {
    text-decoration: underline;
    display: flex;
    opacity: 0;
    margin: 0 8px 25px 0;
    pointer-events: none;
}

@media screen and (min-width: 1024px) {
    .vacancies-reset-filter {
        margin: 0 20px 43px 0;
    }
}

@media screen and (min-width: 768px) {
    .vacancies-reset-filter {
        margin: 0 25px 30px 0;
    }
}

.vacancies-reset-filter:hover {
    text-decoration: underline;
}

.category-list {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    display: none;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 18px;
    line-height: 1.181;
    padding: 15px;
}

@media screen and (min-width: 1024px) {
    .category-list {
        font-size: 22px;
    }
}
.category-list:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    height: 10px;
    background: transparent;
}
.category-list li {
    margin-bottom: 10px;
}
.category-list li a {
    text-decoration: none;
}
.category-list li a:hover {
    color: #3beb73;
}

.post__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px 20px;
}

@media screen and (min-width: 768px) {
    .post__row {
        margin-bottom: 40px;
    }
}

.post__col {
    padding: 0 20px 40px;
    width: 100%;
}

@media screen and (min-width: 640px) {
    .post__col {
        width: 50%;
    }
}

@media screen and (min-width: 1024px) {
    .post__col {
        width: 33.33%;
    }
}
.post__col--purple .post__info {
    background: #c7a3fd;
}
.post__col--lightblue .post__info {
    background: #8fd3dc;
}
.post__col--softbrown .post__info {
    background: #e6d8be;
}
.post__col--yellow .post__info {
    background: #ffe753;
}
.post__col--pink .post__info {
    background: #fd7662;
}
.post__col--lightpink .post__info {
    background: #f5b9b9;
}

.post__block {
    width: 100%;
    position: relative;
    min-height: 380px;
    display: block;
    border-radius: 7px;
}

@media screen and (min-width: 640px) {
    .post__block {
        min-height: 410px;
    }
}

@media screen and (min-width: 768px) {
    .post__block {
        min-height: 420px;
    }
}

@media screen and (min-width: 1024px) {
    .post__block {
        min-height: 495px;
    }
}
.post__block:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    border-radius: 7px;
}
.post__block:hover .post__info {
    max-height: 1000px;
    border-radius: 7px;
    -webkit-transition: max-height 0.3s ease-in-out, border-radius 0.3s ease-in-out, height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out, border-radius 0.3s ease-in-out, height 0.3s ease-in-out;
    height: 100%;
}
.post__block:hover .post__info-inner {
    min-height: 380px;
    -webkit-transition: min-height 0.3s ease-in-out;
    transition: min-height 0.3s ease-in-out;
}

@media screen and (min-width: 640px) {
    .post__block:hover .post__info-inner {
        min-height: 410px;
    }
}

@media screen and (min-width: 768px) {
    .post__block:hover .post__info-inner {
        min-height: 420px;
    }
}

@media screen and (min-width: 1024px) {
    .post__block:hover .post__info-inner {
        min-height: 495px;
    }
}
.post__block:hover .post__top-info {
    padding-bottom: 15px;
}
.post__block:hover .post__bottom-info {
    opacity: 1;
    visibility: visible;
    height: auto;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.post__info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 210px;
    border-radius: 0 0 7px 7px;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-in-out, border-radius 0.3s ease-in-out, height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out, border-radius 0.3s ease-in-out, height 0.3s ease-in-out;
}

.post__info-inner {
    padding: 18px 15px;
    width: 100%;
    min-height: 0;
    -webkit-transition: min-height 0.3s ease-in-out;
    transition: min-height 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.post__image {
    border-radius: 7px;
}

.post__top-info {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.post__category-name {
    display: block;
    font-size: 14px;
    line-height: 1.285;
    font-weight: 500;
    margin-bottom: 6px;
}

.post__title {
    display: block;
    margin-bottom: 7px;
}

.post__bottom-info {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 1.285;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    height: 0;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: opacity 0.3s ease-in-out 0.3s, visibility 0.3s ease-in-out 0.3s;
    transition: opacity 0.3s ease-in-out 0.3s, visibility 0.3s ease-in-out 0.3s;
}
.post__bottom-info p {
    margin-bottom: 12px;
}
.post__bottom-info .read-more {
    display: inline-block;
    position: relative;
    padding: 0 25px 0 0;
}
.post__bottom-info .read-more i {
    font-size: 15px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}

.post__author {
    display: block;
    font-size: 14px;
    line-height: 1.285;
    font-weight: 500;
}

.news-banner {
    position: relative;
    z-index: 1;
    color: #fff;
}
.news-banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}
.news-banner .bg-stretch {
    z-index: -1;
}
.news-banner__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 500px;
    padding: 120px 4%;
}

@media screen and (min-width: 768px) {
    .news-banner__container {
        padding: 150px 4%;
        min-height: 600px;
    }
}

@media screen and (min-width: 1024px) {
    .news-banner__container {
        min-height: 700px;
    }
}

@media screen and (min-width: 1200px) {
    .news-banner__container {
        min-height: 860px;
    }
}
.news-banner__holder {
    max-width: 950px;
}
.news-banner__holder h1 {
    margin-bottom: 30px;
}
.news-banner__top-title,
.news-banner__sub-text {
    display: block;
    font-weight: 500;
    color: #edecea;
    margin-bottom: 22px;
}
.news-banner__sub-text {
    margin-bottom: 26px;
}

.news-wrap--latest-news {
    padding: 50px 0;
}

@media screen and (min-width: 768px) {
    .news-wrap--latest-news {
        padding-top: 100px;
    }
}

@media screen and (min-width: 1350px) {
    .news-wrap--latest-news {
        padding: 118px 0 137px;
    }
}

.news-banner-sm {
    position: relative;
    z-index: 1;
    height: 300px;
}

@media screen and (min-width: 768px) {
    .news-banner-sm {
        height: 483px;
    }
}
.news-banner-sm .bg-stretch {
    z-index: -1;
}

.news-article {
    padding: 50px 0 15px;
}

@media screen and (min-width: 768px) {
    .news-article {
        padding: 78px 0 28px;
    }
}
.news-article__holder {
    max-width: 820px;
    margin: 0 auto;
}
.news-article__holder h1 {
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .news-article__holder h1 {
        margin-bottom: 40px;
    }
}
.news-article__top-title,
.news-article__sub-text {
    display: block;
    font-weight: 700;
    margin-bottom: 22px;
}
.news-article__top-title {
    color: #3beb73;
}
.news-article__sub-text {
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .news-article__sub-text {
        margin-bottom: 71px;
    }
}
.news-article__author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
    .news-article__author-info {
        margin-bottom: 67px;
    }
}
.news-article__author-img {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    margin-right: 17px;
}
.news-article__author-img img {
    width: 100%;
}
.news-article__author-description {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 500;
}
.news-article__author-name,
.news-article__published-date {
    display: block;
    font-size: 18px;
    line-height: 1;
}
.news-article__text-holder {
    padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .news-article__text-holder {
        padding-bottom: 27px;
    }
}
.news-article__text-holder h2 {
    color: #3beb73;
    margin-bottom: 25px;
}
.news-article__text-holder p {
    margin-bottom: 26px;
}
.news-article__figure {
    margin: 0 0 30px;
}

@media screen and (min-width: 768px) {
    .news-article__figure {
        margin: 0 0 57px;
    }
}
.news-article__figure img {
    width: 100%;
}
.news-article__figure figcaption {
    font-size: 16px;
    line-height: 1.25;
    padding: 12px 0 0;
}
.news-article__meta-info {
    padding: 7px 0 0;
}
.news-article__meta-info .social-networks {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -10px;
}
.news-article__meta-info .social-networks li {
    padding: 0 10px 5px;
}
.news-article__text-share {
    display: block;
    font-size: 18px;
    line-height: 1.11;
    font-weight: 500;
    max-width: 195px;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .news-article--large-indent {
        padding: 109px 0 28px;
    }
}

.banner-image img {
    width: 100%;
}

.news-wrap--more-news {
    padding: 50px 0;
}

@media screen and (min-width: 1350px) {
    .news-wrap--more-news {
        padding: 238px 0 125px;
    }
}

@media screen and (min-width: 768px) {
    .news-wrap--more-news .news-wrap__heading-block {
        max-width: 825px;
        padding-bottom: 90px;
    }
}
.news-wrap--more-news h2 {
    margin-bottom: 43px;
}

.section--careers {
    background-color: #074159;
}

@media screen and (min-width: 1024px) {
    .section--careers .section__container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }
}

@media screen and (min-width: 1024px) {
    .section--careers .section__info-block {
        padding-bottom: 61px;
    }
}

@media screen and (min-width: 1024px) {
    .section--careers .section__info-block h1 {
        margin-bottom: 33px;
    }
}
.section--careers .section__button-wrap {
    padding-top: 30px;
}
.section--careers .section__button-wrap .btn-group .btn {
    font-size: 14px;
    font-weight: 500;
}

@media screen and (min-width: 1024px) {
    .section .text-wrapper {
        max-width: 665px !important;
        padding-top: 102px;
    }
}

.why-us {
    padding: 50px 0 20px;
}

@media screen and (min-width: 1024px) {
    .why-us {
        padding: 121px 0 40px;
    }
}

@media screen and (min-width: 768px) {
    .why-us__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 8%;
    }
}

@media screen and (min-width: 768px) {
    .why-us__aside-block {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 320px;
        margin-left: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .why-us__aside-block {
        margin-left: 50px;
        width: 450px;
    }
}

@media screen and (min-width: 1350px) {
    .why-us__aside-block {
        width: 600px;
    }
}
.why-us__aside-img-block {
    width: 100%;
    position: relative;
    border-radius: 7px;
    margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
    .why-us__aside-img-block {
        margin-bottom: 62px;
    }
}
.why-us__aside-img-block img {
    width: 100%;
}
.why-us__aside-img-block .btn-block {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

@media screen and (min-width: 768px) {
    .why-us__aside-img-block .btn-block {
        right: 40px;
        bottom: 28px;
    }
}
.why-us__aside-text-block .title {
    display: block;
    margin-bottom: 25px;
}

@media screen and (min-width: 1024px) {
    .why-us__aside-text-block .title {
        margin-bottom: 42px;
    }
}

@media screen and (min-width: 768px) {
    .why-us__content-block {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 7px 20px 0 0;
    }
}

@media screen and (min-width: 1024px) {
    .why-us__content-block {
        padding: 7px 50px 0 0;
    }
}

@media screen and (min-width: 1200px) {
    .why-us__content-block {
        padding: 7px 80px 0 0;
    }
}
.why-us__top-block {
    padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
    .why-us__top-block {
        max-width: 475px;
        padding-bottom: 78px;
    }
}
.why-us__top-block h2 {
    margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
    .why-us__top-block h2 {
        margin-bottom: 42px;
    }
}
@media (max-width: 768px) {
    .why-us__top-block h2 br {
        display: none;
    }
}
.why-us__top-block .btn-block {
    padding-top: 19px;
}
.why-us__text-block {
    padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .why-us__text-block {
        padding-bottom: 45px;
    }
}
.why-us__text-block .h5 {
    margin-bottom: 30px;
    display: block;
}

@media screen and (min-width: 768px) {
    .why-us__text-block .h5 {
        margin-bottom: 70px;
    }
}
.why-us__text-block h3 {
    color: #3beb73;
    margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
    .why-us__text-block h3 {
        margin-bottom: 34px;
    }
}
.why-us__text-block p {
    margin-bottom: 26px;
}

.banner-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    color: #fff;
}
.banner-info .bg-stretch {
    z-index: -1;
}
.banner-info__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    min-height: 350px;
    padding: 50px 8%;
}

@media screen and (min-width: 768px) {
    .banner-info__container {
        min-height: 450px;
    }
}

@media screen and (min-width: 1024px) {
    .banner-info__container {
        padding: 113px 8% 20px;
        min-height: 886px;
    }
}
.banner-info__holder {
    width: 100%;
}
.banner-info:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    z-index: -1;
}

.current-vacancy {
    padding: 40px 0;
}

@media screen and (min-width: 768px) {
    .current-vacancy {
        padding: 60px 0;
    }
}

@media screen and (min-width: 1024px) {
    .current-vacancy {
        padding: 110px 0 138px;
    }
}
.current-vacancy__container {
    padding: 0 8%;
}
.current-vacancy__heading-block {
    max-width: 515px;
    padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .current-vacancy__heading-block {
        padding-bottom: 40px;
    }
}

@media screen and (min-width: 1024px) {
    .current-vacancy__heading-block {
        padding-bottom: 64px;
    }
}
.current-vacancy__heading-block h3 {
    margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
    .current-vacancy__heading-block h3 {
        margin-bottom: 43px;
    }
}
.current-vacancy__table-wrap {
    margin-bottom: 40px;
    display: block;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 1024px) {
    .current-vacancy__table-wrap {
        margin-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .current-vacancy__table-wrap .table-list {
        min-width: 640px;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-list {
    border-top: 1px solid #edecea;
    font-weight: 500;
    width: 100%;
    margin-bottom: 20px;
}
.table-list li {
    border-bottom: 1px solid #edecea;
}
.table-list li .link-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 1.111;
}
.table-list li .link-block:hover span:nth-child(4) i {
    color: #074159;
}
.table-list li .link-block span {
    display: block;
    padding: 15px 10px;
}

@media screen and (min-width: 1024px) {
    .table-list li .link-block span {
        padding: 30px 7px;
    }
}
.table-list li .link-block span:first-child {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.166;
    padding-left: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media screen and (min-width: 1024px) {
    .table-list li .link-block span:first-child {
        font-size: 26px;
    }
}

@media screen and (min-width: 1350px) {
    .table-list li .link-block span:first-child {
        font-size: 36px;
    }
}
.table-list li .link-block span:nth-child(2) {
    width: 85px;
}
.table-list li .link-block span:nth-child(3) {
    width: 210px;
}

@media screen and (min-width: 1200px) {
    .table-list li .link-block span:nth-child(3) {
        width: 272px;
    }
}
.table-list li .link-block span:nth-child(4) {
    width: 52px;
    text-align: center;
}
.table-list li .link-block span:nth-child(4) i {
    font-size: 18px;
    color: #3beb73;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

@media screen and (min-width: 1024px) {
    .table-list li .link-block span:nth-child(4) i {
        font-size: 28px;
    }
}

.info__wrap {
    padding: 31px 0 36px;
    background: #f3f3f3;
}

@media screen and (min-width: 768px) {
    .info__wrap {
        min-height: 100vh;
    }
}
@media screen and (min-width: 1200px) {
    .info__container {
        height: 100%;
    }
    .info__wrap {
        position: relative;
        height: 100vh;
        z-index: 1;
    }
    .info__img-inner img {
        height: 90vh;
        max-height: 800px;
    }
    .info__image-holder {
        height: 100%;
        display: flex;
        align-items: center;
    }
}

.info__container {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .info__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.info__image-holder {
    max-width: 400px;
    position: relative;
    z-index: 1;
    margin: 0 auto 50px;
}

@media screen and (min-width: 768px) {
    .info__image-holder {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: 630px;
        margin: 0;
        width: 45%;
    }
}

@media screen and (min-width: 1024px) {
    .info__image-holder {
        -ms-flex-preferred-size: 450px;
        flex-basis: 450px;
        max-width: 450px;
    }
}

@media screen and (min-width: 1200px) {
    .info__image-holder {
        margin: 0 26px 0 0;
        -ms-flex-preferred-size: 550px;
        flex-basis: 550px;
        max-width: 550px;
    }
}

@media screen and (min-width: 1350px) {
    .info__image-holder {
        -ms-flex-preferred-size: 630px;
        flex-basis: 630px;
        max-width: 630px;
    }
}

.info__img-inner {
    max-width: 300px;
    margin: 0 auto;
    position: relative;
}
.info__img-inner .btn-block {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 1350px) {
    .info__img-inner .btn-block {
        right: -55px;
        margin-top: -72px;
    }
}
.info__img-inner .btn-block .btn {
    box-shadow: -30px 10px 20px 0 rgba(0, 0, 0, 0.25);
}

.info__img-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 620px;
    margin: 0 auto;
    z-index: -1;
}
.info__img-shape img {
    width: 100%;
}

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

@media screen and (min-width: 768px) {
    .info__content-holder {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 50%;
        padding: 20px 0;
        text-align: left;
    }
}

@media screen and (min-width: 1024px) {
    .info__content-holder {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: auto;
    }
}

@media screen and (min-width: 1200px) {
    .info__content-holder {
        padding: 46px 0 32px;
    }
}
.info__content-holder .logo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -11px;
    line-height: 0;
}

@media screen and (min-width: 768px) {
    .info__content-holder .logo-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.info__content-holder .logo-list li {
    padding: 0 18px;
    margin-bottom: 11px;
}

.info__content-top {
    padding: 0 0 40px;
}

@media screen and (min-width: 768px) {
    .info__content-top {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media screen and (min-width: 1200px) {
    .info__content-top {
        padding: 0 50px 40px 0;
    }
    .info__content-top h3 {
        max-width: 700px;
    }
    .info__content-top p {
        max-width: 515px;
    }
}

@media screen and (min-width: 1350px) {
    .info__content-top {
        padding: 0 110px 40px 0;
    }
}
.info__content-top h3 {
    margin-bottom: 22px;
}
.info__content-top .logo-list {
    padding-top: 6px;
}

@media screen and (min-width: 768px) {
    .info__content-bottom {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.info__content-bottom .title {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.222;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .info__content-bottom .title {
        margin-bottom: 25px;
    }
}

.info__content-bottom .logo-list {
    margin: 0 -19px;
}
.info__content-bottom .logo-list li {
    padding: 0 19px;
}

.contact-banner {
    background: #edecea;
}
.contact-banner__container {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 41px;
}

@media screen and (min-width: 768px) {
    .contact-banner__container {
        height: 100vh;
        min-height: 600px;
        padding-top: 150px;
        padding-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (min-width: 1200px) {
    .contact-banner__container {
        padding-top: 120px;
    }
}
.contact-banner__info-block {
    padding-bottom: 30px;
}

@media screen and (min-width: 1024px) {
    .contact-banner__info-block {
        height: 100%;
        width: 47%;
        padding-bottom: 61px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.contact-banner__info-block h1 {
    line-height: 1.242;
}
.contact-banner__info-block .btn-group {
    padding: 20px 0 0;
}
.contact-banner__info-block .btn-group .btn {
    font-weight: 500;
    font-size: 14px;
}

@media screen and (min-width: 1024px) {
    .contact-banner .text-wrapper {
        padding-top: 102px;
    }
}
.contact-banner__img-block {
    max-width: 450px;
    margin: 0 auto;
}

@media screen and (min-width: 1024px) {
    .contact-banner__img-block {
        max-width: 538px;
        width: 48%;
        margin: 18px 0 0 0;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

@media screen and (min-width: 1200px) {
    .contact-banner__img-block {
        margin: 18px 74px 0 0;
        -ms-flex-preferred-size: 538px;
        flex-basis: 538px;
    }
}

.location__wrap {
    padding: 40px 0;
}

@media screen and (min-width: 768px) {
    .location__wrap {
        padding: 80px 0 87px;
    }
}

@media screen and (min-width: 1200px) {
    .location__wrap {
        position: relative;
        z-index: 1;
        background: #fff;
        padding: 140px 0 87px;
    }
}

.location__container {
    padding: 0 8%;
}

@media screen and (min-width: 768px) {
    .location__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.location__info-block {
    padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .location__info-block {
        padding: 0;
        width: 50%;
    }
}

@media screen and (min-width: 1024px) {
    .location__info-block {
        width: 500px;
    }
}
.location__info-block h2 {
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .location__info-block h2 {
        margin-bottom: 42px;
    }
}
.location__info-block address {
    font-style: normal;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .location__info-block address {
        margin-bottom: 44px;
    }
}
.location__info-block .social-networks {
    margin-bottom: 15px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (min-width: 768px) {
    .location__info-block .social-networks {
        margin-bottom: 37px;
    }
}

.location__contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.285;
    letter-spacing: -0.42px;
    font-weight: 500;
    margin-bottom: 17px;
}
.location__contact-list li {
    margin-right: 20px;
}
.location__contact-list li a {
    text-decoration: none;
}
.location__contact-list li a:hover {
    color: #3beb73;
}

.location__map {
    height: 300px;
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 768px) {
    .location__map {
        height: 382px;
        margin: 20px 0 0 0;
        width: 45%;
    }
}

@media screen and (min-width: 1024px) {
    .location__map {
        margin: 20px 35px 0 0;
    }
}

@media screen and (min-width: 1350px) {
    .location__map {
        width: 637px;
    }
}
.location__map iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1024px) {
    .current-vacancy--contact {
        position: relative;
        z-index: 1;
        padding: 100px 0 138px;
        height: 1380px;
    }
}
@media screen and (min-width: 1354px) {
    .current-vacancy--contact {
        height: 1480px;
    }
}

.current-vacancy--contact .current-vacancy__container {
    padding: 0 8%;
}

.current-vacancy--contact .current-vacancy__accordion-wrap {
    margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
    .current-vacancy--contact .current-vacancy__accordion-wrap {
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 768px) {
    .section-footer .section__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.why-us--vacancy {
    padding: 100px 0 50px;
}

@media screen and (min-width: 768px) {
    .why-us--vacancy {
        padding: 150px 0 80px;
    }
}

@media screen and (min-width: 1024px) {
    .why-us--vacancy {
        padding: 208px 0 0px;
    }
}
.why-us--vacancy .why-us__aside-block {
    padding-bottom: 35px;
}

@media screen and (min-width: 768px) {
    .why-us--vacancy .why-us__aside-block {
        padding: 0;
    }
}
.why-us--vacancy .why-us__content-block {
    padding: 0;
}
.why-us--vacancy .why-us__top-block h1 {
    margin-bottom: 29px;
}

.meta-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 18px;
    line-height: 1.111;
    font-weight: 500;
    margin: 0 -5px;
}

@media screen and (min-width: 768px) {
    .meta-list {
        margin: 0 -13px;
    }
}

@media screen and (min-width: 1024px) {
    .meta-list {
        padding-bottom: 36px;
    }
}
.meta-list li {
    padding: 0 5px 10px;
}

@media screen and (min-width: 768px) {
    .meta-list li {
        padding: 0 13px 10px;
    }
}

@media screen and (min-width: 1200px) {
    .vacancy-post {
        padding: 0 85px 28px 0;
    }
}

.vacancy-post .h4 {
    color: #3beb73;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .vacancy-post .h4 {
        margin-bottom: 41px;
    }
}

.vacancy-post__info-block {
    padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .vacancy-post__info-block {
        padding-bottom: 25px;
    }
}
.vacancy-post__info-block .title {
    display: block;
    font-size: 21px;
    line-height: 1.19;
    font-weight: 500;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .vacancy-post__info-block .title {
        margin-bottom: 27px;
        line-height: 1;
        font-size: 26px;
    }
}
.vacancy-post__info-block p {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .vacancy-post__info-block p {
        margin-bottom: 26px;
    }
}
.vacancy-post__info-block p b {
    font-weight: 500;
}
.vacancy-post__info-block a {
    font-weight: 500;
    text-decoration: none;
}
.vacancy-post__info-block a:hover {
    color: #3beb73;
}

.vacancy-post__feature-list {
    font-weight: 500;
    line-height: 1.545;
    padding: 4px 0 22px;
}

@media screen and (min-width: 1024px) {
    .application-holder {
        padding: 0 13px 0 0;
    }
}

.application-holder h3 {
    color: #3beb73;
    margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
    .application-holder h3 {
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 1024px) {
    .application-holder h3 {
        margin-bottom: 81px;
    }
}

.application-holder h4 {
    margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
    .application-holder h4 {
        margin-bottom: 52px;
    }
}

.application-holder__detail-block {
    padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .application-holder__detail-block {
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .application-holder__detail-block {
        padding-bottom: 43px;
    }
}
.application-holder__detail-block p {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .application-holder__detail-block p {
        margin-bottom: 26px;
    }
}

.application-holder__attach-block {
    padding: 30px 0 50px;
}

@media screen and (min-width: 768px) {
    .application-holder__attach-block {
        padding: 53px 0 75px;
    }
}
.application-holder__attach-block .title {
    display: block;
    margin-bottom: 22px;
}

.submit-form input[type="text"],
.submit-form input[type="email"],
.submit-form input[type="tel"],
.submit-form textarea {
    padding-left: 0;
    padding-bottom: 10px;
}

.submit-form .select-form-group,
.submit-form .form-group {
    margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
    .submit-form .select-form-group,
    .submit-form .form-group {
        margin-bottom: 34px;
    }
}

.submit-form .custom-select {
    padding-left: 0;
}

.submit-form .file-drop-area {
    border: 2px solid #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    height: 193px;
    position: relative;
    padding: 10px;
}
.submit-form .file-drop-area .icon-file {
    font-size: 16px;
    margin-bottom: 20px;
    color: #bdbdbd;
    margin-bottom: 7px;
}
.submit-form .file-drop-area .file-text {
    display: block;
    font-size: 14px;
    line-height: 1.285;
    color: #bdbdbd;
    font-weight: 500;
}
.submit-form .file-drop-area .file-text i {
    font-style: normal;
    text-decoration: underline;
}

.submit-form input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .submit-form .btn-block {
        padding-top: 46px;
    }
}

.submit-form .btn-green {
    border: 0;
}

.section .text-wrapper {
    max-width: 500px;
}

.section--aboutus {
    background: #edecea;
}

@media screen and (min-width: 1024px) {
    .section--aboutus .section__container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (min-width: 1024px) {
    .section--aboutus .section__info-block {
        padding-bottom: 61px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 100%;
    }
    .section__info-block p {
        max-width: 515px;
    }
}

@media screen and (min-width: 1350px) {
    .section--aboutus .section__info-block {
        width: 670px;
    }
}
.section--aboutus .section__info-bottom {
    padding-top: 25px;
}

@media screen and (min-width: 768px) {
    .section--aboutus .section__info-bottom {
        padding-top: 50px;
    }
}

@media screen and (min-width: 1024px) {
    .section--aboutus .section__info-bottom {
        padding-top: 0;
        max-width: 57%;
    }
}

@media screen and (min-width: 1350px) {
    .section--aboutus .section__info-bottom {
        max-width: 57%;
    }
}
.section--aboutus .section__info-bottom .btn-group li {
    padding-bottom: 25px;
}
.section--aboutus .section__info-bottom .btn-group li .btn {
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .section--aboutus .section__info-bottom .btn-group li .btn {
        font-size: 14px;
        line-height: 1.285;
    }
}
.section--aboutus .section__info-bottom .btn-group li .btn:hover {
    background: #074159;
    color: #fff;
}

.why-us--aboutus {
    padding-bottom: 50px;
    background-color: #fff;
}

@media screen and (min-width: 1024px) {
    .why-us--aboutus {
        padding: 141px 0 45px;
    }
    .why-us__text-block:last-child {
        padding-bottom: 0 !important;
    }
}
.why-us--aboutus .why-us__content-block {
    padding-top: 0;
}

@media screen and (min-width: 768px) {
    .why-us--aboutus .why-us__top-block {
        padding-bottom: 42px;
    }
}

@media screen and (min-width: 1024px) {
    .why-us--aboutus .why-us__top-block {
        padding-bottom: 72px;
    }
}

@media screen and (min-width: 768px) {
    .why-us--aboutus .why-us__top-block p {
        margin: 0 0 40px;
    }
}
.why-us--aboutus .why-us__top-block .btn-group li {
    padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .why-us--aboutus .why-us__top-block .btn-group li {
        padding-bottom: 25px;
    }
}
@media (min-width: 1024px) {
    .why-us--aboutus .why-us__text-block {
        padding-bottom: 44px;
    }
}
.why-us--aboutus .why-us__text-block .title {
    display: block;
    margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
    .why-us--aboutus .why-us__text-block .title {
        margin-bottom: 50px;
    }
}
@media (min-width: 1024px) {
    .why-us--aboutus .why-us__text-block .title {
        margin-bottom: 70px;
    }
}
.journey-part,
.special-part {
    position: relative;
    /* z-index: 1; */
    min-height: 350px;
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.18;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 112px 0 89px;
}
@media (min-width: 768px) {
    .journey-part,
    .special-part {
        min-height: 886px;
    }
}
.journey-part:after,
.special-part:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    z-index: -1;
}
.journey-part .journey-part-text,
.special-part .journey-part-text {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}
.journey-part.centered,
.special-part.centered {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.journey-part .h1,
.special-part .h1 {
    color: #fff;
    margin-bottom: 45px;
}
.journey-part p,
.special-part p {
    margin-bottom: 40px;
}
.journey-part .btn-group,
.special-part .btn-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.journey-part .btn-group li,
.special-part .btn-group li {
    padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .journey-part .btn-group li,
    .special-part .btn-group li {
        padding-bottom: 25px;
    }
}

.journey-part {
    min-height: 800px;
}

.timeline-wrap ul {
    padding: 0;
    font-family: "cera_pro";
    font-weight: 300;
    margin-top: -66px;
    margin-bottom: -66px;
    position: relative;
    z-index: 9;
}
.timeline-wrap ul h2 {
    color: #074159;
    font-size: 36px;
    line-height: 42px;
    font-family: "cera_pro";
    font-weight: 700;
    margin-bottom: 21px;
}

.timeline-wrap ul li {
    list-style-type: none;
    position: relative;
    width: 2px;
    margin: 0 auto;
    background: #074159;
}
.timeline-wrap ul li .image-wrap {
    margin-bottom: 30px;
}

.timeline-wrap.secondary {
    margin-bottom: 80px;
}

.timeline-wrap.secondary ul li:last-child {
    padding-top: 0;
    background: transparent;
}
.timeline-wrap.secondary ul li:last-child:after {
    bottom: auto;
    top: 25px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #e4e4e4;
}

.timeline-wrap ul li:first-child {
    padding-top: 36px;
    background: #fff;
}
.timeline-wrap ul li:first-child:after {
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #fff;
}

.timeline-wrap ul li:last-child {
    padding-top: 36px;
    background: #fff;
}
.timeline-wrap ul li:last-child:after {
    bottom: 0;
    top: auto;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #fff;
}

.timeline-wrap ul li::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 25px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: inherit;
}

.timeline-wrap ul li > div {
    position: relative;
    bottom: 0;
    width: 430px;
    padding: 15px;
}

.timeline-wrap ul li:nth-child(odd) > div {
    left: 92px;
}

.timeline-wrap ul li:nth-child(even) > div {
    left: -505px;
    text-align: right;
}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 900px) {
    .timeline-wrap ul li div {
        width: 250px;
    }
    .timeline-wrap ul li:nth-child(even) div {
        left: -289px;
        /*250+45-6*/
    }
}

@media screen and (max-width: 767px) {
    .timeline-wrap ul li {
        margin-left: 20px;
    }
    .timeline-wrap ul li div {
        width: calc(100vw - 91px);
    }
    .timeline-wrap ul li:nth-child(even) div {
        left: 10px;
        text-align: left;
    }
    .timeline-wrap ul li:nth-child(even) div::before {
        left: 45px;
        border-width: 8px 16px 8px 0;
        border-color: transparent #f45b69 transparent transparent;
    }
    .timeline-wrap ul li:nth-child(odd) > div {
        left: 10px;
    }
    .timeline-wrap ul h2 {
        font-size: 24px;
        line-height: 1.3;
    }
    .stem-wrapper .stem,
    .stem-wrapper .stem-background {
        left: -60px !important;
    }
}

.services-part {
    background-color: #074159;
    color: #fff;
    padding: 50px 0;
}

@media screen and (min-width: 768px) {
    .services-part {
        padding: 100px 0 93px;
    }
}
.services-part .container {
    padding: 0 8%;
}
.services-part .services-text {
    max-width: 1135px;
}

@media screen and (min-width: 1024px) {
    .services-part .services-text {
        padding: 25px 40px 25px 0;
    }
}
.services-part .services-content {
    max-width: 830px;
    overflow: hidden;
    margin-bottom: 14px;
}
.services-part h2 {
    max-width: 450px;
    margin-bottom: 32px;
}
.services-part ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 37px;
}
.services-part ul li {
    max-height: 105px;
    padding: 0 10px;
    width: 50%;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .services-part ul li {
        width: 14.28%;
        text-align: left;
    }
}

.team-part {
    padding: 50px 0;
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .team-part {
        padding: 80px 0;
    }
}
@media (min-width: 1024px) {
    .team-part {
        padding: 119px 0 99px;
    }
}
.team-part .container {
    padding: 0 8%;
}
.team-part .team-header {
    padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .team-part .team-header {
        max-width: 515px;
        padding-bottom: 60px;
    }
}
.team-part .team-header h2 {
    margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
    .team-part .team-header h2 {
        margin-bottom: 42px;
    }
}
.team-part .h4 {
    margin-bottom: 40px;
}
@media (min-width: 1200px) {
    .team-part .post__col {
        width: 25%;
    }
    .why-us::before {
        position: absolute;
        content: "";
        width: 100%;
        bottom: -270px;
        height: 300px;
        background: #fff;
    }
}
.team-part .post__col.post__col--white .post__info {
    background-color: #fff;
}
.team-part .post__block {
    min-height: 370px;
}
.team-part .post__block:hover .post__info-inner {
    min-height: 370px;
}
.team-part .post__block:hover .post__info {
    background-color: #3beb73;
}

.join-team-wrap h2 {
    margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
    .join-team-wrap h2 {
        margin-bottom: 33px;
    }
}

.join-team-wrap .btn-block {
    padding-top: 20px;
}

.section--page-services {
    background-color: #074159;
}

@media screen and (min-width: 1024px) {
    .section--page-services .section__container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (min-width: 1024px) {
    .section--page-services .section__info-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 100%;
    }
}
.section--page-services .section__button-wrap {
    padding-top: 25px;
}

@media screen and (min-width: 768px) {
    .section--page-services .section__button-wrap {
        padding-top: 50px;
    }
}

@media screen and (min-width: 1024px) {
    .section--page-services .section__button-wrap {
        padding: 0;
        bottom: 27px;
    }
}
.section--page-services .section__button-wrap .btn-group li .btn {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .section--page-services .section__button-wrap .btn-group li .btn {
        font-size: 14px;
        line-height: 1.285;
    }
}

.why-us--services {
    padding-bottom: 50px;
}

@media screen and (min-width: 1024px) {
    .why-us--services {
        padding: 138px 0 144px;
        margin-bottom: 85px;
    }
}
.why-us--services .why-us__content-block {
    padding-top: 0;
}

@media screen and (min-width: 768px) {
    .why-us--services .why-us__top-block {
        padding-bottom: 42px;
    }
}

@media screen and (min-width: 768px) {
    .why-us--services .why-us__top-block p {
        margin: 0 0 40px;
    }
}
@media (min-width: 1024px) {
    .why-us--services .why-us__text-block {
        padding-bottom: 44px;
    }
}
.why-us--services .why-us__text-block .title {
    display: block;
    margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
    .why-us--services .why-us__text-block .title {
        margin-bottom: 50px;
    }
}
@media (min-width: 1024px) {
    .why-us--services .why-us__text-block .title {
        margin-bottom: 70px;
    }
}

.testimonial-slider {
    padding: 0 0 50px;
    margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
    .testimonial-slider {
        padding: 0 0 80px;
        /* margin: 10px 0 0 10px; */
    }
}
.testimonial-slider .testimonial-slide {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
    min-height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media screen and (min-width: 1024px) {
    .testimonial-slider .testimonial-slide {
        min-height: 500px;
    }
}

@media screen and (min-width: 1200px) {
    .testimonial-slider .testimonial-slide {
        min-height: 623px;
    }
}
.testimonial-slider .testimonial-slide:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.82)),
        -webkit-linear-gradient(top, #c4c4c4, #c4c4c4);
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.82)),
        linear-gradient(to bottom, #c4c4c4, #c4c4c4);
    z-index: -1;
}
.testimonial-slider .testimonial-block {
    width: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-style: italic;
    padding: 15px;
}

@media screen and (min-width: 1024px) {
    .testimonial-slider .testimonial-block {
        padding: 38px;
        font-size: 26px;
    }
}
.testimonial-slider .testimonial-meta-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-style: normal;
}
.testimonial-slider .testimonial-meta-lt {
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
    max-width: 150px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
}

@media screen and (min-width: 1024px) {
    .testimonial-slider .testimonial-meta-lt {
        font-size: 18px;
        -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
        max-width: 200px;
    }
}
.testimonial-slider .testimonial-meta-lt .name,
.testimonial-slider .testimonial-meta-lt .position {
    margin-right: 5px;
}
.testimonial-slider .testimonial-meta-rt {
    -ms-flex-preferred-size: 82px;
    flex-basis: 82px;
    max-width: 82px;
}

@media (min-width: 1024px) {
    .banner-info--services .banner-info__holder {
        max-width: 385px;
    }
}

.sector-part {
    padding: 40px 0;
}

@media screen and (min-width: 768px) {
    .sector-part {
        padding: 80px 0;
    }
}

@media screen and (min-width: 1024px) {
    .sector-part {
        padding: 119px 0 132px;
    }
}
.sector-part .container {
    padding: 0 8%;
}
.sector-part .sector-header {
    max-width: 520px;
    margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
    .sector-part .sector-header {
        margin-bottom: 64px;
    }
}
.sector-part h2 {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .sector-part h2 {
        margin-bottom: 42px;
    }
}
@media (max-width: 767px) {
    .sector-part h2 br {
        display: none;
    }
}

.sector-filter-wrap {
    padding-bottom: 25px;
}

@media screen and (min-width: 768px) {
    .sector-filter-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 1200px) {
    .sector-filter-wrap {
        padding: 0;
    }
}

@media screen and (min-width: 768px) {
    .alphabet-wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media screen and (min-width: 1200px) {
    .alphabet-wrap {
        padding-left: 11px;
    }
}

.alphabet-wrap .alphabet-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 -10px;
}

@media screen and (min-width: 1024px) {
    .alphabet-wrap .alphabet-list {
        font-size: 24px;
    }
}
.alphabet-wrap .alphabet-list li {
    padding: 0 10px 5px;
}

@media screen and (min-width: 1200px) {
    .alphabet-wrap .alphabet-list li {
        padding-bottom: 0;
    }
}
.alphabet-wrap .alphabet-list li.active a {
    color: rgba(7, 65, 89, 0.1);
}
.alphabet-wrap .alphabet-list li a {
    text-decoration: none;
}
.alphabet-wrap .alphabet-list li a:hover {
    color: rgba(7, 65, 89, 0.1);
}

.sector-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 500px) {
    .sector-list {
        margin: 0 -15px 40px;
    }
}
@media (min-width: 1200px) {
    .sector-list {
        margin: 0 -20px 40px;
    }
}
.sector-list li {
    width: 100%;
    margin-bottom: 40px;
}
@media (min-width: 500px) {
    .sector-list li {
        width: 50%;
        padding: 0 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (min-width: 768px) {
    .sector-list li {
        width: 33.33%;
    }
}
@media (min-width: 1200px) {
    .sector-list li {
        padding: 0 20px;
        width: 25%;
    }
}
.sector-list .card-wrap {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    line-height: 1.3;
    min-height: 232px;
}
.sector-list .card-wrap .front-part {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 16px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
}
.sector-list .card-wrap .back-part {
    background: #3beb73;
    color: #074159;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.sector-list .card-wrap .back-part .text-wrap {
    padding-bottom: 15px;
}
.sector-list .card-wrap .back-part span {
    font-weight: 500;
}
.sector-list .card-wrap .main-title {
    font-size: 22px;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
}
.sector-list .card-wrap:hover .front-part {
    opacity: 0;
    visibility: hidden;
}

.delivery {
    background: #8fd3dc;
    overflow: hidden;
    padding: 50px 0 0 0;
}

@media screen and (min-width: 768px) {
    .delivery {
        padding: 80px 0 0 0;
    }
}

@media screen and (min-width: 1024px) {
    .delivery {
        position: relative;
        z-index: 1;
        padding: 118px 0 0 0;
    }
}
.delivery__container {
    width: 100%;
    padding: 0 8%;
}

@media screen and (min-width: 1024px) {
    .delivery__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.delivery__content-holder {
    padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
    .delivery__content-holder {
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 1024px) {
    .delivery__content-holder {
        padding-bottom: 127px;
        max-width: 505px;
        -ms-flex-preferred-size: 505px;
        flex-basis: 505px;
        width: auto;
    }
}
.delivery__content-holder h2 {
    color: #fff;
    margin-bottom: 33px;
}
.delivery__content-holder p {
    margin-bottom: 37px;
}

@media screen and (min-width: 1024px) {
    .delivery__content-holder .list-items {
        padding-right: 47px;
    }
}
.delivery__image-holder {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin: 0 auto;
}
@media (min-width: 1024px) {
    .delivery__image-holder {
        -ms-flex-item-align: end;
        align-self: flex-end;
        -ms-flex-preferred-size: 450px;
        flex-basis: 450px;
        max-width: 450px;
        margin: 0;
    }
}

@media screen and (min-width: 1200px) {
    .delivery__image-holder {
        margin: 0 56px 0 -70px;
    }
}

@media screen and (min-width: 1350px) {
    .delivery__image-holder {
        -ms-flex-preferred-size: 687px;
        flex-basis: 687px;
        max-width: 687px;
    }
}
.delivery__img-inner {
    max-width: 687px;
    margin: 0 auto;
}

@media screen and (min-width: 1024px) {
    .delivery__img-inner {
        margin: 0;
    }
}
.delivery__img-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    max-width: 636px;
    margin: 0 auto;
    z-index: -1;
}

@media screen and (min-width: 1024px) {
    .delivery__img-shape {
        bottom: 45px;
    }
}

@media screen and (min-width: 1350px) {
    .delivery__img-shape {
        right: -139px;
    }
}
.delivery__img-shape img {
    width: 100%;
}

.list-items li {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.list-items a {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    display: block;
    position: relative;
    padding-right: 35px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
}
.list-items a i {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 16px;
}
.list-items a:hover {
    color: #074159;
}

.fp-tableCell {
    width: 100%;
}

.timeline-wrapper.secondary .main-content {
    margin-bottom: 0;
}

.main-content {
    margin: -50px auto -150px;
    position: relative;
    z-index: 2;
}

.main-content .section-inner,
.main-content .post-wrapper {
    *zoom: 1;
}

.main-content .section-inner:before,
.main-content .post-wrapper:before,
.main-content .section-inner:after,
.main-content .post-wrapper:after {
    content: "";
    display: table;
}

.main-content .section-inner:after,
.main-content .post-wrapper:after {
    clear: both;
}

.section .section-inner {
    margin: 0px auto;
    width: 1024px;
}

@media only screen {
    .section .section-inner {
        width: 100%;
        max-width: 1024px;
    }
}

/*==========  
==========*/
.stem-wrapper {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 50%;
    z-index: -1;
    display: none;
}

.stem-wrapper.color-yellow .stem-background {
    background: #e9e566;
}

.stem-wrapper.color-green .stem-background {
    background: #35c189;
}

.stem-wrapper.color-white .stem-background {
    background: #fff;
}

.stem-wrapper .stem,
.stem-wrapper .stem-background {
    position: absolute;
    top: 0px;
    left: -10px;
    width: 3px;
}

.stem-wrapper .stem {
    background: #eee;
    height: 100%;
}

.stem-wrapper .stem-background {
    background: #074159;
    height: 50%;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.stem-padding,
.single-stem-icon {
    width: 60px;
    height: 50px;
    margin: 0px auto;
    background: transparent url(../images/stem-mask-white.png) repeat-y top center;
}

.stem-padding.secondary {
    background: transparent url(../images/stem-mask-white2.png) repeat-y top center;
}

.single-stem-icon.scroll-to-top {
    cursor: pointer;
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/22043/scroll-to-top-icon.png);
}

/*==========  Post wrapper ==========*/
.post-wrapper {
    *zoom: 1;
}

.post-wrapper:before,
.post-wrapper:after {
    content: "";
    display: table;
}

.post-wrapper:after {
    clear: both;
}

.post-wrapper .post {
    position: relative;
    width: 432px;
    padding: 0px 0px 60px 0px;
    clear: both;
    opacity: 1;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.post-wrapper .post.hidden .post-content {
    -webkit-transform: translateY(100px) rotateX(30deg);
    transform: translateY(100px) rotateX(30deg);
    opacity: 0;
}

.post-wrapper .post:hover .post-content,
.post-wrapper .post.active .post-content {
    opacity: 1;
}

.post-wrapper .post:hover .post-content .meta,
.post-wrapper .post.active .post-content .meta {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.post-wrapper .post:nth-child(even) {
    float: right;
}

.post-wrapper .post:nth-child(odd) {
    float: left;
}

.post-wrapper .post:nth-child(even) .stem-overlay {
    left: -110px;
}

.post-wrapper .post:nth-child(odd) .stem-overlay {
    right: -110px;
}

.post-wrapper .post.music-icon .stem-overlay .icon {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/22043/music-icon.png);
}

.post-wrapper .post.bitbucket-icon .stem-overlay .icon {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/22043/bitbucket-icon.png);
}

.post-wrapper .post.m-icon .stem-overlay .icon {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/22043/m-icon.png);
}

.post-wrapper .post.twitter-icon .stem-overlay .icon {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/22043/twitter-icon.png);
}

.post-wrapper .post .stem-overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 60px;
}

.post-wrapper .post .stem-overlay .icon {
    background: transparent no-repeat center center;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #074159;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
}
.post-wrapper .post .stem-overlay .icon.year {
    background-color: #fff;
    border: 2px solid #074159;
    color: #074159;
    width: auto;
    height: auto;
    border-radius: 63px;
}

.post-wrapper .post .stem-overlay .stem-mask {
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: transparent url(../images/stem-mask-white.png) repeat-y top center;
    z-index: -1;
}

.post-wrapper .post .post-content {
    opacity: 0.3;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.post-wrapper .post .post-content .meta {
    color: rgba(255, 255, 255, 0.3);
    margin: 0px 0px 15px 0px;
    letter-spacing: 1px;
    opacity: 0;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.post-wrapper .post .post-content .post-title {
    font-size: 32px;
    line-height: 42px;
    margin: 0px 0px 15px 0px;
}

/*==========  Media queries  ==========*/
@media only screen and (max-width: 1080px) {
    .main-content,
    .main-content .section-inner {
        max-width: none;
    }
    .stem-wrapper {
        left: 80px;
    }
    .stem-padding,
    .single-stem-icon {
        margin: 0px;
        float: left;
        margin-left: 50px;
    }
    .post-wrapper .post,
    .post-wrapper .post:nth-child(even),
    .post-wrapper .post:nth-child(odd) {
        width: auto;
        margin-left: 110px;
        float: none;
    }
    .post-wrapper .post .stem-overlay,
    .post-wrapper .post:nth-child(even) .stem-overlay,
    .post-wrapper .post:nth-child(odd) .stem-overlay {
        left: -60px;
        right: auto;
    }
    .post-wrapper .post .post-content {
        padding: 0px 50px;
    }
}

@media only screen and (max-width: 700px) {
    .header .page-title {
        font-size: 40px;
    }
    .post-wrapper .post {
        margin-left: 90px !important;
    }
    .post-wrapper .post .post-content {
        padding: 0 25px;
    }
    .stem-wrapper {
        left: 60px;
    }
    .stem-padding,
    .single-stem-icon {
        margin-left: 30px;
    }
    .footer__logo-wrap ul {
        margin-left: -23px !important;
    }
    #nav ul {
        padding-top: 60px;
    }
    #nav ul li {
        border-bottom: 0;
    }
    #nav ul li a {
        text-decoration: none;
        display: block;
        padding: 2px 15px;
        font-size: 38px;
    }
    .stem-wrapper .stem,
    .stem-wrapper .stem-background {
        left: -40px !important;
        width: 2px;
    }
    .journey-part,
    .special-part {
        z-index: 1;
    }
}

.line__wrapper {
    position: relative;
    overflow: hidden;
}
.section.fp-section {
    transition: all 0.5s !important;
}
span.t__lineInnerdouble,
span.t__lineInnerdouble2 {
    position: absolute;
    top: 0;
    transform: translateY(80px);
}
@media screen and (max-width: 575px) {
    /* .fp-section, .fp-slide, .fp-tableCell{
    height: 100vh !important;
  } */
    .header {
        position: fixed;
    }
    .section__container {
        min-height: 100vh;
    }
    .section--partners .section__info-block h1 {
        max-width: 273px;
    }
    .section--partners .partners-list li:nth-child(1) img {
        width: 60px;
    }
    .section--partners .partners-list li:nth-child(2) img {
        width: 50px;
    }
    .section--partners .partners-list li:nth-child(3) img {
        width: 55px;
    }
    .section--partners .partners-list li:nth-child(4) img {
        width: 60px;
    }
    /* .section-footer .section__container{
    display: block !important;
  } */
    .section-footer .section__info-block {
        padding-bottom: 30px !important;
    }
    /* .fp-tableCell .section__image-block img{
    height: 48vh;
  }
  .fp-tableCell .section__image-block .shape-img img{
    height: auto;
  } */
    .section-footer .section__info-block h1 {
        font-size: 28px;
        max-width: 200px;
    }
    .footer__menu-list li {
        margin-bottom: 8px;
    }
    .footer__menu-list a {
        font-size: 18px;
    }
    .section--services .section__info-block h1 {
        max-width: 300px;
    }
    #fp-nav {
        right: 15px !important;
    }
}

@media screen and (max-width: 370px) {
    .section__container {
        padding-top: 90px !important;
    }
    .section-footer .section__info-block h1 {
        font-size: 28px;
        max-width: 200px;
    }
    .section-footer .footer__top-holder {
        padding-bottom: 25px !important;
    }
    .footer__menu-list li {
        margin-bottom: 5px;
    }
    .footer__menu-list a {
        font-size: 13px;
    }
    .footer__logo-wrap ul li img {
        width: 65px !important;
        max-height: 25px !important;
    }
}

.loadingScreen {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 999;
}
.loadingScreen.hide__loader {
    visibility: hidden;
}
.loadingScreen__block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
.loadingScreen__block h2 {
    font-size: 36px;
    line-height: 42px;
    font-weight: bold;
    color: #074159;
    transform: translateY(90px) skewY(10deg);
}
.loadingScreen__block h2 span {
    color: #17dd56;
    display: inline-block;
    margin-left: -10px;
}
.loadingScreen__block img {
    transform: translateY(50px) skewY(10deg);
}
.line__wrapper span.t__line,
.line__wrapper span.t__line2,
.line__wrapper span.t__line3,
.line__wrapper span.ht__line,
.line__wrapper span.ht__line2 {
    display: block;
    transform: translateY(80px);
}
.t__lineInner,
.t__lineInner2,
.t__lineInner3,
.t__lineInner4,
.t__lineInner5,
.t__lineInner6,
.t__lineInner7,
.t__lineInner8,
.t__lineInner9 {
    display: block;
    transform: translateY(80px);
}
.section .btn-group {
    overflow: hidden;
}
.hbtn__1,
.hbtn__2,
.hbtn__3,
.hbtn__4,
.hbtn__5,
.hbtn__6,
.hbtn__7,
.hbtn__8,
.hbtn__9,
.hbtn__10,
.hbtn__11,
.ihbtn__3,
.ihbtn__4,
.htbtn__1,
.htbtn__2 {
    display: inline-block;
    transform: translateY(65px);
    opacity: 0;
}
.info__content-top ul li:nth-child(1) {
    /*width: 88px;*/
}
.info__content-top ul li:nth-child(2) {
    /*width: 175px;*/
}
.info__content-bottom ul li:nth-child(1) img {
    width: 74px;
}
.info__content-bottom ul li:nth-child(2) img {
    width: 75px;
}
.info__content-bottom ul li:nth-child(3) img {
    width: 77px;
}
.info__content-bottom ul li:nth-child(4) img {
    width: 53px;
}
.info__content-bottom ul li:nth-child(5) img {
    width: 44px;
}
.info__content-bottom ul li:nth-child(6) img {
    width: 87px;
}
.footer__logo-wrap ul li img {
    width: 80px;
    max-height: 40px;
    object-fit: contain;
}
.c__gap {
    height: 50px;
}
.timeline-wrap ul li {
    background: transparent;
}
.timeline-wrap ul li div {
    opacity: 0.3;
    transition: 0.3s;
}
.timeline-wrap ul li::after {
    background: #e4e4e4;
}
.timeline-wrap ul li:nth-child(2).active::after {
    background: #031e2a;
}
.timeline-wrap ul li:nth-child(3).active::after {
    background: #031e2a;
}
.timeline-wrap ul li:nth-child(4).active::after {
    background: #031e2a;
}
.timeline-wrap ul li:nth-child(5).active::after {
    background: #031e2a;
}
.timeline-wrap ul li:nth-child(6).active::after {
    background: #031e2a;
}
.timeline-wrap ul li:nth-child(2).active div {
    opacity: 1;
}
.timeline-wrap ul li:nth-child(3).active div {
    opacity: 1;
}
.timeline-wrap ul li:nth-child(4).active div {
    opacity: 1;
}
.timeline-wrap ul li:nth-child(5).active div {
    opacity: 1;
}
.timeline-wrap ul li:nth-child(6).active div {
    opacity: 1;
}
.timeline-wrap ul li:nth-child(2) {
    margin-top: 60px;
}
.timeline-wrap.secondary ul li:last-child div p {
    margin-bottom: 0;
}
.team-part .bg-stretch {
    z-index: unset;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 12px 5px;
    position: relative;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
.fp-sr-only {
    display: none;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 6px;
    width: 6px;
    border: 0;
    background: #e4e4e4;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #e4e4e4;
}
#fp-nav ul li a.active span {
    transform: scale(1.8);
    background: #17dd56;
}
#fp-nav ul li:nth-child(3) a.active span {
    background: #fd7662;
}
#fp-nav ul li:nth-child(4) a.active span {
    background: #f5b9b9;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
}
#fp-nav {
    right: 40px;
}
.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}
.swiper-pagination-bullet-active {
    background: #074159;
}
.accordion a {
    transition: unset !important;
}
.slide {
    transition: unset !important;
}
p.text__wrapper {
    overflow: hidden;
}
span.i__text {
    display: block;
    transform: translateY(65px);
    opacity: 0;
}
.slider__rightContent {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    pointer-events: none;
}
.slider__peopleImg {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.slider__peopleImg img {
    max-height: calc(100vh - 90px);
}
@media screen and (max-width: 800px) {
    .slider__peopleImg img {
        max-height: 50vh;
    }
}
.animation__wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    /* will-change: transform; */
    /* transform-style: preserve-3d;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0.82416deg) rotateY(-1.21126deg) rotateZ(0deg) skew(0deg, 0deg); */
    z-index: -1;
}
.slider__shape {
    position: absolute;
    left: auto;
    top: auto;
    /* Zach testing */
    /* right: -44%;
  bottom: -128%; */
    right: -50vw;
    bottom: -65vw;

    z-index: 0;
    width: 98vw;
    -webkit-transform: translate3d(-248px, -442px, -400px);
    transform: translate3d(-248px, -442px, -400px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: -1;
}
@media screen and (min-height: 850px) {
    .slider__shape {
        -webkit-transform: translate3d(-248px, -562px, -400px);
        transform: translate3d(-248px, -615px, -400px);
    }
}
@media screen and (min-width: 1800px) {
    .slider__shape {
        /* right: -50%;
    bottom: -120%; */
        width: 120vw;
    }
}
.timeline__line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #eee;
    transform: translateX(-50%);
}
.timeline__lineActive {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    max-height: 100%;
    background: #074159;
    transform: translateX(-50%);
}
.timeline-wrap {
    position: relative;
}
@media screen and (max-width: 575px) {
    .timeline__line {
        display: none;
    }
    .timeline__lineActive {
        display: none;
    }
    .stem-wrapper {
        display: block;
    }
    .slider__shape {
        right: -24%;
        bottom: -134px;
        width: 200vw;
        transform: translate3d(100px, 95px, -400px);
    }
    .slider__peopleImg {
        transform: none !important;
    }
    .loadingScreen__block {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .loadingScreen__block h2 {
        width: 100%;
        font-size: 26px;
        line-height: 30px;
        font-weight: bold;
        color: #074159;
        transform: translateY(67px) skewY(10deg);
        text-align: center;
    }
    .loadingScreen__block h2 span {
        margin-left: 0;
    }
}
/* @media screen and (max-width:370px) {
  .slider__peopleImg img{
    max-height: 290px;
  }
} */
.timeline-wrap__post {
    opacity: 0.3;
    transition: 0.5s !important;
}
.timeline-wrap__post:not(:first-child):after {
    transform: translate(-50%, 0px) scale(0.2);
    opacity: 0;
    transition: 0.4s !important;
}
.timeline-wrap__post:first-child {
    opacity: 1;
}
.timeline-wrap__post.is-active {
    opacity: 1;
    transform: scale(1);
}
.timeline-wrap__post.is-active::after {
    transform: translate(-50%, 0px) scale(1);
    opacity: 1;
}

@media screen and (min-width: 1680px) {
    .section__image-block {
        width: auto;
        max-width: unset;
    }
}

/*# sourceMappingURL=main.css.map */

.tph-modal.modal-window {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.73);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
}

.tph-modal.modal-window > div {
    max-width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    height: 417px;
}

.tph-modal.modal-window .content {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.tph-modal.modal-window .left-content,
.tph-modal.modal-window .right-content {
    width: 50%;
    height: 100%;
}

@media screen and (max-width: 1350px) {
    .tph-modal.modal-window > div {
        height: 485px;
    }
}

@media screen and (max-width: 1024px) {
    .tph-modal.modal-window > div {
        height: 640px;
    }
}

@media screen and (max-width: 768px) {
    .tph-modal.modal-window > div {
        height: auto;
    }
    .tph-modal.modal-window .content > div {
        width: 300px;
    }
    .tph-modal.modal-window .content {
        width: 300px;
    }
}

.page-id-9 .news-wrap__category-block > a {
    display: none;
}

.hide {
    display: none;
}

.mysterytext-white {
    display: none;
    color: #fff;
}

.mysterytext-blue {
    display: none;
    color: #074159;
}

/* Full width video */

.full__video--wrap {
    position: relative;
    width: 100vw;
    height: fit-content;
}

.full__video__title {
    position: absolute;
    top: 3vw;
    left: 3vw;
}

.full__video__mutebtn {
    position: absolute;
    bottom: 3vw;
    right: 3vw;
}

.small__video__btn--vertical {
    right: 5%;
    bottom: 25%;
}

.full__video {
    width: 100vw;
    height: auto;
    object-fit: cover;
    max-height: 100vh;
    display: block;
}

.video--small__wrap {
    width: 100%;
    position: relative;
}

.small__video {
    width: 100%;
    height: auto;
    border-radius: 1rem;
}

.why-us__container > .why-us__content-block.withLink {
    width: 40%;
}
@media screen and (min-width: 1190px) {
    .why-us__aside-block.withLink {
        max-width: 40%;
    }
}
@media screen and (max-width: 767px) {
    .why-us__container > .why-us__content-block.withLink {
        width: 100%;
    }
    .video--small__wrap {
        padding-top: 10%;
        padding-bottom: 10%;
    }

    .small__video__btn {
        margin-bottom: 10%;
    }

    .why-us__container > .why-us__content-block {
        width: 100%;
    }
}
