/*! 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;
}

/* 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: .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: -.5em;
}

sub {
    bottom: -.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: .35em .625em .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;
}

/* Slick slider styles */

.news-box-wrap {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    max-width: 100%;
}

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

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

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

.news-box-wrap .slick-track,
.news-box-wrap .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;
}

@font-face {
    font-family: "gilroyextrabold";
    src: url("/fonts/gilroy-extrabold-webfont.woff2") format("woff2"), url("/fonts/gilroy-extrabold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "icomoon";
    src: url("/fonts/icomoon.eot?8qowhl");
    src: url("/fonts/icomoon.eot?8qowhl#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?8qowhl") format("truetype"), url("/fonts/icomoon.woff?8qowhl") format("woff"), url("/fonts/icomoon.svg?8qowhl#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    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-i-arrow-down:before {
    content: "\ea3e";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-linkedin:before {
    content: "\eac9";
}

.icon-skype:before {
    content: "\eac5";
}

.icon-telegram:before {
    content: "\ea95";
}

.icon-whatsapp:before {
    content: "\ea93";
}

.header-wrap .nav-list,
.language-list,
.footer-links-list,
.content-section ul,
.pagination,
.news-section .news-card .share-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.share-list li {
    float: left;
    padding-left: 1em;
}

.clearfix: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: #343a40;
    background: #fff;
    font: 16px/1.2 "Open Sans", "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-weight: bold;
}

h1,
.h1 {
    font-size: 82px;
    font-family: "gilroyextrabold", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    margin: 0 0 .5em;
    color: inherit;
}

h2,
.h2 {
    font-size: 48px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 21px;
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 15px;
}

p {
    margin: 0 0 1em;
}

a {
    color: #0072bc;
}

a:hover,
a:focus {
    text-decoration: none;
}

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 #858585;
    padding: .4em .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: #343a40;
}

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: #858585;
}

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: #858585;
}

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: #858585;
}

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: #858585;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
    color: #858585;
}

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

.main-header {
    position: relative;
}

.main-header.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 11;
}

.main-header.standart-header {
    margin-bottom: 75px;
}

.active-header {
    background: rgba(255, 255, 255, .5);
    box-shadow: 0 2px 2px rgba(0, 114, 188, .2);
}

.header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
}

.header-wrap .nav-wrap {
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.header-wrap .nav-list li.active a {
    color: #343a40;
}

.header-wrap .nav-list a {
    font-weight: 700;
    font-size: 18px;
}

.header-wrap .nav-list a:hover {
    color: #343a40;
}

.header-wrap .nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.logo-box {
    margin-right: auto;
}

.logo-box a {
    display: inline-block;
    max-width: 105px;
}

.logo-box a img {
    width: 100%;
}

.language-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.language-list a {
    text-transform: uppercase;
    font-weight: normal;
}

.language-list a:hover {
    color: #343a40;
}

.nav-opener {
    width: 1rem;
    height: .875rem;
    border-radius: .125rem;
    position: relative;
    opacity: 1;
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
    content: "";
    display: block;
    width: 1rem;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 48%;
    background: #0072bc;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.nav-opener:before {
    top: 1px;
}

.nav-opener:after {
    top: auto;
    bottom: 1px;
}

.nav-opener:focus {
    outline: none;
}

.nav-active .nav-opener span {
    display: none;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.nav-active .nav-opener:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.nav-active .main-header .nav-wrap {
    visibility: visible;
    opacity: 1;
    height: auto;
}

.footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-wrap a {
    font-weight: 600;
}

.footer-wrap a:hover {
    color: #343a40;
}

.footer-links-list {
    margin: 0 -20px;
}

.footer-links-list li {
    padding: 0 20px;
}

.fixed-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
}

.hidden {
    display: none;
}

#three-canvas {
    z-index: -9999;
    position: absolute;
    display: block;
    top: 0;
    left: 30%;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    #three-canvas {
        display: none !important;
    }

    .bg-holder {
        display: block !important;
    }
}

#wrapper {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    background: -webkit-linear-gradient(315deg, rgba(73, 191, 232, .2) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(135deg, rgba(73, 191, 232, .2) 0%, rgba(255, 255, 255, 0) 100%);
}

#wrapper.large-page {
    background-size: cover;
    background-position: 50% 50%;
}

.container {
    max-width: 1360px;
    padding: 0 15px;
    margin: 0 auto;
}

a {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    text-decoration: none;
}

main.large-page {
    padding: 20px 0;
}

h1 {
    font-weight: normal;
    font-size: 26px;
    margin-bottom: 50px;
    padding-top: 70px;

}

.support-link {
    font-weight: 900;
    text-decoration: underline;
    color: #343a40;
    /* letter-spacing: 1.1px; */
    font-size: 30px;
}

.support-link:hover {
    color: #0072bc;
    text-decoration: underline;
}

.intro-section {
    line-height: 1.6;
    margin-bottom: 50px;
}

.intro-section .intro-article p {
    margin-bottom: 25px;
}

.intro-section .intro-article .main-part {
    font-size: 18px;
}

.intro-section .intro-article .main-link {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    color: #343a40;
    font-weight: 700;
}

.intro-section .intro-article .main-link:hover {
    opacity: .6;
}

.intro-section .intro-article .intro-part {
    margin-bottom: 75px;
}

.intro-section .contact-sidebar {
    color: #858585;
}

.intro-section .contact-sidebar p {
    margin-bottom: 0;
}

.content-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.6;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.content-section h1,
.content-section h2,
.content-section h3,
.content-section h4 {
    font-weight: bold;
}

.content-section * {
    word-wrap: break-word;
}

.content-section article {
    padding-right: 10px;
    padding-left: 5px;
    font-size: 16px;
    margin-bottom: 50px;
}

.feedback-explanations {
    font-size: 16px;
    margin-bottom: 10px;
}

.content-section article:last-child {
    margin-bottom: 0;
}

.content-section a:hover,
.content-section a.anchor-active {
    /* font-weight: 700; */
    color: #0080ff;
}

.content-section h2 {
    line-height: 1;
    margin-bottom: 20px;
    font-size: 26px;
    /* letter-spacing: 1px; */
}

.content-section h3 {
    font-size: 22px;
    margin-bottom: 0;
}

.content-section h4 {
    font-size: 19px;
    margin-bottom: 0;
}

.content-section address {
    padding-left: 40px;
    font-style: normal;
    margin-bottom: 28px;
}

.content-section address strong {
    letter-spacing: 1px;
}

.content-section ul {
    list-style-type: none;
}

.content-section ul.bullet-reset {
    margin-bottom: 25px;
    padding-left: 40px;
}

.content-section ul.bullet-reset li:before {
    display: none;
}

.content-section ul li a {
    font-size: 16px;
}

.content-section .inner-post {
    margin-bottom: 30px;
}

.content-section .nav-list li {
    margin-bottom: 8px;
}

.content-section .single-post ul {
    padding-left: 30px;
}

.content-section .single-post ul li {
    margin-bottom: 12px;
    position: relative;
}

.content-section .single-post ul li:before {
    content: "";
    border-radius: 50%;
    background: #343a40;
    position: absolute;
    left: -28px;
    height: 8px;
    width: 8px;
    top: 8px;
}

.content-section .contact-box {
    width: 100%;
}

.content-section .contact-box .contact-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content-section .contact-box .contact-wrap .feed-form {
    width: 100%;
    margin-bottom: 20px;
}

.thanks-card {
    border: 4px solid;
    border-color: #0072bc;
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    }

.error-card {
    border: 4px solid;
    border-color: #FF0000;
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    }

.hidden-form {
    display: none;
}

#issue_link {
    font-weight: bold;
}

.content-section .contact-box h2 {
    margin-bottom: 120px;
}

.content-section .contact-box address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content-section .contact-box .form-group {
    position: relative;
    margin-bottom: 40px;
}

.content-section .contact-box .form-group.name-input span {
    color: #8a8a8a;
    font-size: 18px;
}

.content-section .contact-box .form-group.error span {
    color: #858585;
}

.content-section .contact-box .form-group.error input {
    border-color: #c5274d;
}

.content-section .contact-box .form-group.focused span {
    top: -10px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 12px;
}

.content-section .contact-box .form-group.focused textarea+span {
    font-weight: 600;
}

.content-section .contact-box .form-group span {
    position: absolute;
    top: 15%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.content-section .contact-box .form-group input {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #858585;
}

.content-section .contact-box .form-group input,
.content-section .contact-box .form-group textarea {
    width: 100%;
    min-height: 43px;
}

.content-section .contact-box .form-group input:focus,
.content-section .contact-box .form-group textarea:focus {
    outline: none !important;
}

.content-section .contact-box .form-group textarea {
    resize: none;
    position: relative;
    z-index: 2;
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #0080ff;
    padding: 0;
    font-size: 18px;
}

.content-section .contact-box button {
    -webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
    font-size: 24px;
    display: inline-block;
    min-width: 216px;
    border-radius: 4px;
    border: 1px solid #8a8a8a;
    background: #0080ff;
    border-color: #0080ff;
    color: #fff;
    padding: 12px;
}

.content-section .contact-box button:hover {
    background: #0080ff;
    border-color: #0080ff;
    color: #fff;
    font-weight: bold;
}

.content-section .contact-box .error-message {
    color: #c5274d;
    font-size: 16px;
}

.about-page .container {
    padding: 0 15px;
}

.about-page h2 {
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 700;
}

.about-content {
    font-size: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mission-box {
    font-size: 18px;
    margin-bottom: 30px;
}

.about-company {
    width: 100%;
}

.about-company address {
    padding: 0;
}

.about-company address a {
    color: #343a40;
}

.about-company .description-box {
    color: #8f8f8f;
    font-size: 24px;
    margin-bottom: 43px;
}

.about-company .link-wrap {
    margin-bottom: 10px;
}

.about-company .address-box {
    color: #343a40;
    margin-bottom: 60px;
}

.about-company .info-item {
    color: #343a40;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
}

.about-company .info-item .title {
    font-size: 24px;
}

.about-company .company-link {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    font-weight: 700;
    color: #343a40;
}

.about-company .company-link:hover {
    opacity: .6;
}

.pagination {
    text-indent: -9999px;
    right: 41px;
}

.pagination li {
    position: relative;
    margin-bottom: 15px;
}

.pagination li a {
    display: block;
    width: 6px;
    height: 6px;
    background: #0072bc;
    border-radius: 50%;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.pagination li a.active {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}

.section-box {
    min-height: 100vh !important;
    padding: 40px 0 60px;
}

.section-box .container {
    max-width: 1440px;
    height: 100%;
    padding: 0 30px;
}

.section-box h1 {
    font-weight: normal;
    font-size: 26px;
    line-height: 1.7;
}

.section-box h2 {
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.blue-title {
    color: #0072bc;
}

.hero-section {
    position: relative;
    font-size: 16px;
    padding: 0 0 108px;
    overflow: hidden;
}

.hero-section .to-next {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4;
    font-size: 18px;
    bottom: 50px;
}

.hero-section .container {
    position: relative;
}

.hero-section .bg-holder {
    background-image: url(../images/world-planet.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    width: 358px;
    height: 358px;
    right: -68px;
    top: 20%;
}

.hero-section .title-wrap {
    height: 100%;
    position: relative;
    z-index: 3;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.hero-section .title-wrap h1 {
    line-height: 1;
    margin-bottom: 11px;
}

.hero-section .title-wrap p {
    margin-bottom: 10px;
}

.products-section h1 {
    margin-bottom: 10px;
}

.product-item {
    letter-spacing: .3px;
    line-height: 1.7;
    font-size: 16px;
}

.product-item .icon-wrap {
    min-height: 64px;
}

.product-item .icon-wrap img {
    width: 100%;
}

.product-item h2 {
    margin-bottom: 7px;
    letter-spacing: normal;
    line-height: normal;
    font-size: 18px;
}

.services-section {
    padding-top: 60px;
}

.services-section h1 {
    margin-bottom: 10px;
}

.services-box .icon-box {
    min-height: 122px;
    margin-bottom: 13px;
}

.service-item {
    padding: 20px 20px 0;
    letter-spacing: .3px;
    font-size: 16px;
    margin-bottom: 15px;
    border: 2px solid #0072bc;
}

.service-item .text-wrap {
    padding-left: 7px;
}

.service-item .icon-box img {
    width: 100%;
}

.service-item h2 {
    line-height: normal;
    margin-bottom: 8px;
    letter-spacing: .3px;
    font-size: 18px;
}

.approach-section h1 {
    margin-bottom: 90px;
}

.approach-section .text-box {
    max-width: 880px;
    line-height: 1.7;
    font-size: 16px;
}

.news-section {
    max-height: 200vh;
}

.news-section .container {
    padding-bottom: 60px;
    height: auto;
}

.news-section h1 {
    margin-bottom: 15px;
}

.news-section .news-card {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    border: 2px solid #0072bc;
    margin-bottom: 10px;
    width: 100%;
    min-height: 170px;
    padding: 15px 25px;
}

.news-section .news-card.slick-active {
    opacity: 1;
}

.news-section .news-card .card-inner {
    position: relative;
    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%;
}

.news-section .news-card .date-item {
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 10px;
}

.news-section .news-card h2 {
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    line-height: 1.7;
    font-size: 16px;
}

.news-section .news-card a {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.news-section .news-card a:hover {
    opacity: .6;
}

.news-section .news-card .author-name {
    font-size: 12px;
    display: inline-block;
}

.news-section .news-card header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-section .news-card.layout-card .share-list a {
    color: #0072BC;
    font-size: 20px;
}

.news-section .news-card.layout-bg-card .share-list a {
    color: #fff;
    font-size: 20px;
}

.news-section .news-card.layout-card {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 23px 10px 23px 25px;
}

.news-section .news-card.layout-bg-card {
    color: #fff;
}

.news-section .news-card.layout-bg-card:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 151, 219, .8);
}

.news-section .news-card.layout-card h2 {
    margin-bottom: 0;
}

.news-section .news-card.layout-bg-card h2 a {
    color: #fff;
}

.member-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -25px 50px;
}

.member-box.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.member-box .text-box,
.member-box .img-box {
    padding: 0 25px;
}

.member-box .img-box {
    margin-bottom: 10px;
    max-width: 240px;
    width: 100%;
}

.member-box .text-wrap {
    font-size: 18px;
    line-height: 1.65;
}

.member-box .subtitle {
    display: inline-block;
    margin-bottom: 30px;
    font-size: 18px;
}

.member-box h2 {
    margin-bottom: 5px;
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 24px;
}

.investors-intro {
    margin-bottom: 40px;
}

.approach-content {
    margin-bottom: 100px;
}

.approach-content .intro-text {
    font-size: 18px;
    margin-bottom: 50px;
}

.approach-content h2 {
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 700;
}

.services-content .single-post,
.approach-content .single-post {
    padding-top: 15px;
}

.services-content .single-post {
    font-size: 14px;
    margin-bottom: 30px;
}

.services-content .single-post .img-box {
    margin-bottom: 30px;
}

.services-content .single-post .img-box img {
    width: 100%;
}

.services-content h2,
.services-content h3 {
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 700;
    /* letter-spacing: -.3px; */
}

.services-content h3 {
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin-bottom: 20px;
    font-size: 18px;
}

.services-content .single-intro {
    margin-bottom: 100px;
}

.services-content .small-article {
    margin-bottom: 80px;
}

.services-content .mb-0 {
    margin-bottom: 0;
}

.investors-card-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
}

.investors-card-wrap .news-card {
    /* border: 4px solid #0072bc; */
    border: 4px solid;
    max-width: 836px;
    font-size: 18px;
    padding: 20px;
    margin-bottom: 20px;
}

.investors-card-wrap .news-card .time {
    display: inline-block;
    margin-bottom: 25px;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: .1em;
}

.investors-card-wrap .news-card h3 {
    /* color: #0072bc; */
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 24px;
}

.team-section h1 {
    margin-bottom: 120px;
}

.link-to-top {
    display: none;
}

.pagination {
    position: fixed;
    top: 51.5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3333;
    text-indent: -9999px;
    right: 5px;
}

.pagination li {
    position: relative;
    margin-bottom: 15px;
}

.pagination li a {
    display: block;
    width: 6px;
    height: 6px;
    background: #0072bc;
    border-radius: 50%;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.pagination li a.active {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}

@media (min-width: 425px) {
    .hero-section .bg-holder {
        width: 400px;
        height: 400px;
        right: 20px;
    }

    .hero-section .title-wrap h1 {
        font-size: 26px;
    }

    .news-section .news-card {
        min-height: 190px;
    }


}

@media (min-width: 768px) {
    .header-wrap {
        padding: 17px 0;
    }

    .header-wrap .nav-list {
        margin: 0 -5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header-wrap .nav-list li {
        padding: 0 5px;
    }

    .header-wrap .nav-list a {
        font-size: 14px;
    }

    .header-wrap .nav-wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .language-list {
        padding-left: 25px;
    }

    .language-list a {
        font-size: 14px;
    }

    .language-list .secondary-language {
        display: none;
    }

    .nav-opener {
        display: none;
    }

    .footer-wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-links-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .fixed-footer {
        position: relative;
    }

    main.large-page {
        padding: 50px 0;
    }

    h1 {
        font-size: 48px;
    }

    .intro-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .intro-section .intro-article {
        margin-right: 35px;
        padding-left: 8px;
        max-width: 930px;
    }

    .intro-section .contact-sidebar {
        max-width: 440px;
        margin-left: 35px;
    }

    .content-section {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .content-section .text-wrap {
        width: 65%;
    }

    .content-section article {
        margin-bottom: 80px;
        font-size: 14px;
    }
    .feedback-explanations {
        font-size: 14px;
    }


    .content-section .navigation-bar {
        width: 25%;
        padding-top: 10px;
        margin-left: auto;
    }

    .content-section h2 {
        /* letter-spacing: 1.7px; */
        font-size: 38px;
    }

    .content-section h3 {
        font-size: 30px;
    }

    .content-section h4 {
        font-size: 20px;
    }

    .content-section ul li a {
        font-size: 18px;
    }

    .content-section .inner-post {
        margin-bottom: 85px;
    }

    .content-section .single-post ul {
        padding-left: 40px;
    }

    .content-section .single-post ul li:before {
        height: 11px;
        top: 11px;
        width: 11px;
    }

    .content-section .contact-box .form-group.name-input span {
        font-size: 32px;
    }

    .content-section .contact-box .form-group.focused span {
        top: -18px;
        font-size: 16px;
    }

    .section-box h1 {
        font-size: 64px;
    }

    .home-wrap {
        background: -webkit-linear-gradient(315deg, #d3f2fc 0%, white 100%);
        background: linear-gradient(135deg, #d3f2fc 0%, white 100%);
    }

    .hero-section {
        font-size: 24px;
    }

    .hero-section .to-next {
        bottom: 24px;
    }

    .hero-section .bg-holder {
        top: 122px;
        width: 804px;
        height: 804px;
        right: -61px;
    }

    .hero-section .title-wrap h1 {
        font-size: 46px;
    }

    .products-section .products-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -12px;
    }

    .product-item {
        border: 3px solid #0072bc;
        margin: 0 12px;
        width: 50%;
        padding: 35px 35px 20px;
    }

    .product-item .icon-wrap {
        max-width: 130px;
        margin-bottom: 20px;
    }

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

    .service-item {
        line-height: 1.7;
        border: 4px solid #0072bc;
        font-size: 16px;
        margin: 0 20px 40px;
        width: calc(50% - 40px);
    }

    .service-item .icon-box {
        max-width: 122px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .approach-section .text-box {
        font-size: 24px;
        max-width: 560px;
    }

    .news-section {
        padding: 0;
        padding-top: 14%;
        padding-bottom: 100px;
        min-height: 95vh !important;
        display: flex;
        align-items: center;
        /*margin-bottom: -40px;*/
    }

    .news-section .news-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .news-section h1 {
        margin-top: 35px;
        margin-bottom: 50px;
    }

    .news-section .news-card {
        opacity: .2;
        min-height: 328px;
        margin-bottom: 0;
        margin-right: 10px;
    }

    .news-section .news-card .card-inner {
        min-height: 270px;
    }

    .news-section .news-card .date-item {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .news-section .news-card h2 {
        margin-bottom: 10px;
    }

    .member-box .text-box {
        width: 65%;
    }

    .member-box .img-box {
        padding-top: 20px;
        width: 100%;
        max-width: 300px;
    }

    .member-box .subtitle {
        font-size: 24px;
    }

    .member-box h2 {
        font-size: 32px;
    }

    .services-content .single-post {
        font-size: 18px;
        margin-bottom: 50px;
    }

    .services-content h3 {
        font-size: 32px;
    }

    .investors-card-wrap .news-card {
        font-size: 20px;
    }

    .link-to-top {
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
        display: block;
        position: absolute;
        right: 50px;
        bottom: 50px;
        background-color: #0072bc;
        width: 60px;
        height: 60px;
        border-radius: 4px;
    }

    .link-to-top:hover {
        opacity: .6;
    }

    .link-to-top .triangle {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 16px solid #fff;
    }
}

@media (min-width: 1024px) {
    .header-wrap .nav-list {
        margin: 0 -10px;
    }

    .header-wrap .nav-list li {
        padding: 0 8px;
    }

    .header-wrap .nav-list a {
        font-size: 16px;
    }

    .logo-box a {
        max-width: 162px;
    }

    .language-list {
        padding: 0 5px 0 35px;
    }

    .language-list a {
        font-size: 16px;
    }

    main.large-page {
        padding: 40px 0 0;
    }

    h1 {
        padding-top: 80px;
        margin-bottom: 80px;
        font-size: 64px;
    }

    .intro-section {
        font-size: 24px;
        margin-bottom: 80px;
    }

    .intro-section.intro-about {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .intro-section .intro-article .main-part {
        font-size: 24px;
    }

    .intro-section .contact-sidebar {
        font-size: 20px;
    }

    .content-section h2 {
        margin-bottom: 30px;
        font-size: 42px;
    }

    .content-section h3 {
        font-size: 36px;
    }

    .content-section h4 {
        font-size: 28px;
    }

    .content-section .single-post ul {
        padding-left: 50px;
    }

    .content-section .single-post ul li:before {
        top: 17px;
    }

    .content-section .contact-box .contact-wrap {
        margin: 0 -20px;
    }

    .content-section .contact-box .contact-wrap .feed-form {
        padding: 0 20px;
        width: 50%;
    }

    .about-page .container {
        padding: 0 60px;
    }

    .mission-box {
        font-size: 32px;
        max-width: 65%;
        margin-bottom: 50px;
    }

    .about-company {
        padding: 0 20px;
        width: 50%;
    }

    .section-box {
        padding: 125px 0 55px;
    }

    .section-box .container {
        padding: 0 60px;
    }

    .hero-section {
        padding: 100px 0 140px;
    }

    .hero-section .bg-holder {
        top: 92px;
        right: 0;
    }

    .hero-section .title-wrap h1 {
        font-size: 64px;
    }

    .products-section .products-info {
        margin: 0 -16px;
    }

    .product-item .icon-wrap {
        min-height: 130px;
    }

    .product-item h2 {
        font-size: 34px;
    }

    .services-section {
        padding-top: 70px;
    }

    .service-item h2 {
        font-size: 22px;
    }

    .approach-section h1 {
        margin-bottom: 150px;
    }

    .approach-section .text-box {
        font-size: 32px;
        max-width: 880px;
    }

    .slick-list {
        overflow: visible;
    }

    .news-section {
        padding-bottom: 215px;
    }

    .news-section .news-card {
        border: 4px solid #0072bc;
        height: 400px;
        padding: 30px 25px 40px;
        margin: 0 20px 0;
    }

    .news-section .news-card h2 {
        margin-bottom: 25px;
        font-size: 28px;
    }

    .news-section .news-card .author-name {
        font-size: 23px;
    }

    .news-section .news-card .share-list a {
        font-size: 28px;
    }

    .news-section .news-card.layout-card .share-list a {
        color: #0072BC;
    }

    .news-section .news-card.layout-bg-card .share-list a {
        color: #fff;
    }

    .news-section .news-card.layout-card .date-wrap {
        padding-top: 9px;
    }

    .member-box {
        margin: 0 -25px 100px;
    }

    .member-box .img-box {
        margin-bottom: 0;
        width: 35%;
        max-width: 100%;
    }

    .member-box .text-wrap {
        font-size: 24px;
    }

    .member-box .subtitle {
        font-size: 32px;
    }

    .member-box h2 {
        font-size: 48px;
    }

    .approach-content .intro-text {
        margin-bottom: 100px;
        font-size: 32px;
    }

    .services-content .single-post {
        font-size: 24px;
        margin-bottom: 70px;
    }

    .services-content h3 {
        font-size: 52px;
    }

    .services-content .intro-text {
        font-size: 32px;
        padding-bottom: 1em;
    }

    .investors-card-wrap .news-card {
        padding: 40px;
        font-size: 24px;
    }

    .investors-card-wrap .news-card h3 {
        font-size: 32px;
    }

    .team-section {
        padding-top: 50px;
    }

    .pagination {
        right: 41px;
    }
}

@media (min-width: 1025px) {
    .hero-section .to-next {
        display: none;
    }
}

@media (min-width: 1200px) {
    .header-wrap .nav-list a {
        font-size: 18px;
    }

    h1 {
        margin-top: 90px;
        margin-bottom: 100px;
        font-size: 77px;
    }

    .support-link {
        font-size: 32px;
    }

    .intro-section {
        margin-bottom: 110px;
        font-size: 32px;
    }

    .intro-section .contact-sidebar {
        font-size: 24px;
    }

    .content-section ul li a {
        font-size: 24px;
    }

    .content-section article {
        font-size: 24px;
        margin-bottom: 80px;
    }
    .feedback-explanations {
    font-size: 24px;
    }


    .content-section h2 {
        font-size: 48px;
    }

    .content-section .nav-list li {
        margin-bottom: 14px;
    }

    .section-box h1 {
        font-size: 82px;
    }

    .hero-section {
        font-size: 32px;
        padding: 100px 0 235px;
    }

    .hero-section .title-wrap h1 {
        font-size: 82px;
    }

    .products-section h1 {
        margin-bottom: 95px;
        letter-spacing: 2.6px;
    }

    .products-section .products-info {
        margin: 0 -20px;
    }

    .product-item {
        font-size: 23px;
        border: 4px solid #0072bc;
        padding: 60px 0 30px;
        margin: 0 20px;
        padding: 40px 30px 5px;
    }

    .product-item .icon-wrap {
        margin-bottom: 38px;
        min-height: 143px;
    }

    .service-item h2 {
        font-size: 32px;
    }

    .news-section {
        margin-bottom: -100px;
    }

    .news-section .news-card h2 {
        font-size: 32px;
    }
}

@media (min-width: 1201px) {
    .products-section h1 {
        margin-bottom: 50px;
    }

    .services-section {
        margin-top: 50px;
        padding-bottom: 20px;
    }
}

@media (min-width: 1440px) {
    .hero-section .bg-holder {
        top: 2px;
        width: 1119px;
        height: 1119px;
    }

    .service-item {
        margin-bottom: 30px;
    }
}

@media (min-width: 1441px) {
    .section-box {
        padding-top: 70px;
        padding-bottom: 100px;
    }

    .hero-section {
        padding-bottom: 150px;
    }

    .products-section {
        padding-top: 70px;
        padding-bottom: 20px;
    }
}

@media (max-width: 1023px) {
    .fixed-footer .footer-wrap {
        padding: 10px 0;
    }

    .fixed-footer .footer-wrap .footer-links-list li:last-child {
        margin-bottom: 0;
    }

    .intro-section .intro-article .intro-part {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .content-section .contact-box button {
        min-width: 100%;
    }

    .hero-section {
        max-height: 100vh;
        overflow: hidden;
    }

    .hero-section .hero-text {
        padding-right: 10px;
    }

    .products-section {
        padding-top: 60px;
    }

    .services-section .container {
        padding: 0 15px;
    }

    .services-box .icon-box {
        text-align: center;
        max-width: 120px;
        margin: 0 auto 20px;
    }

    .approach-section {
        padding-top: 60px;
    }

    .news-section .container {
        padding: 0 15px;
    }

    .news-section .news-card .author-name {
        margin-bottom: 20px;
    }

    .approach-content .single-post {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .main-header {
        background-color: #fff;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }

    .header-wrap .nav-wrap {
        padding: 20px 15px 75px;
        visibility: hidden;
        opacity: 0;
    }

    .header-wrap .nav-list li {
        margin-bottom: 10px;
        text-align: right;
    }

    .header-wrap .nav-wrap {
        position: absolute;
        background: #fff;
        width: 100%;
        top: 100%;
        left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .language-list {
        margin: 0 -5px 25px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .language-list li {
        padding: 0 5px;
    }

    .language-list .secondary-laguage a {
        color: #858585;
    }

    .footer-wrap {
        padding-top: 50px;
    }

    .footer-wrap a {
        font-size: 10px;
    }

    .footer-links-list li {
        margin-bottom: 10px;
    }

    .fixed-footer {
        display: none;
    }

    .support-link {
        font-size: 20px;
    }

    .intro-section .contact-sidebar {
        text-align: center;
    }

    .content-section .navigation-bar {
        max-width: 290px;
        margin-bottom: 50px;
    }

    .section-box {
        background: -webkit-linear-gradient(315deg, rgba(73, 191, 232, .2) 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(135deg, rgba(73, 191, 232, .2) 0%, rgba(255, 255, 255, 0) 100%);
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }

    .product-item .icon-wrap {
        max-width: 64px;
    }

    .news-section {
        padding-top: 50px;
    }

    .news-section .news-box-wrap {
        min-height: 80vh;
    }

    .news-section .news-card.layout-card {
        min-width: 100%;
        padding: 23px 10px 23px 30px;
        -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%;
        max-height: 175px;
    }

    .member-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .member-box.row-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .page-wrap {
        padding-top: 80px;
    }

    .about-content {
        font-size: 22px;
    }

}