/* Compass utilities*/

/** @file Normalize.css is intended to be used as an alternative to CSS resets. This file is a slight fork of these original sources: - normalize.css v2.1.2 | MIT License | git.io/normalize - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass It's suggested that you read the normalize.scss file and customise it to meet your needs, rather then including the file in your project and overriding the defaults later in your CSS. @see http://nicolasgallagher.com/about-normalize-css/ Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/ @see http://snook.ca/archives/html_and_css/no_css_reset/ */

/** HTML5 display definitions */

/* Correct `block` display not defined in IE 8/9. */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */

audio,
canvas,
video {
  display: inline-block;
}

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */

audio:not([controls]) {
  display: none;
  height: 0;
}

/* Address styling not present in IE 8/9. */

[hidden] {
  display: none;
}

/** Base Instead of relying on the fonts that are available on a user's computer, you can use web fonts which, like images, are resources downloaded to the user's browser. Because of the bandwidth and rendering resources required, web fonts should be used with care. Numerous resources for web fonts can be found on Google. Here are a few websites where you can find Open Source fonts to download: - http://www.fontsquirrel.com/fontface - http://www.theleagueofmoveabletype.com In order to use these fonts, you will need to convert them into formats suitable for web fonts. We recommend the free-to-use Font Squirrel's Font-Face Generator: http://www.fontsquirrel.com/fontface/generator The following is an example @font-face declaration. This font can then be used in any ruleset using a property like this:  font-family: Example, serif; Since we're using Sass, you'll need to declare your font faces here, then you can add them to the font variables in the _base.scss partial. */

/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using `em` units. */

html {
  font-family: "Rethink Sans", sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Remove default margin. */

body {
  margin: 0;
  padding: 0;
}

/** Links The order of link states are based on Eric Meyer's article: http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states */

/* Address `outline` inconsistency between Chrome and other browsers. */

a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */

a:active,
a:hover {
  outline: 0;
}

/** Typography To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins so that the line height of our base font becomes the basic unit of vertical measurement. We use multiples of that unit to set the top and bottom margins for our block level elements and to set the line heights of any fonts. For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm */

/* Set 1 unit of vertical rhythm on the top and bottom margin. */

p,
pre {
  margin: rhythm(1) 0;
}

blockquote {
  /* Also indent the quote on both sides. */
  margin: rhythm(1) 30px;
}

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari 5, and Chrome. */

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */

abbr[title] {
  border-bottom: 1px dotted;
}

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */

b,
strong {
  font-weight: bold;
}

/* Address styling not present in Safari 5 and Chrome. */

dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */

hr {
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: rhythm(1) 0;
}

/* Address styling not present in IE 8/9. */

mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */

code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
}

/* Improve readability of pre-formatted text in all browsers. */

/* Set consistent quote types. */

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

/** Lists */

dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: rhythm(1) 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

dd {
  margin: 0 0 0 30px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */

menu,
ol,
ul {
  padding: 0 0 0 30px;
  /* LTR */
}

/** Embedded content and figures @todo Look into adding responsive embedded video. */

img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
}

/* Correct overflow displayed oddly in IE 9. */

svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */

figure {
  margin: 0;
}

/** Forms */

/* Define consistent border, margin, and padding. */

fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
}

/** 1. Correct `color` not being inherited in IE 8/9. 2. Remove padding so people aren't caught out if they zero out fieldsets. 3. Correct alignment displayed oddly in IE 6/7. */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/** 1. Correct font family not being inherited in all browsers. 2. Correct font size not being inherited in all browsers. 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. 4. Improve appearance and consistency with IE 6/7. 5. Keep form elements constrained in their containers. */

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  box-sizing: border-box;
  /* 5 */
}

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

button,
input {
  line-height: normal;
}

/** 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 Chrome, Safari 5+, and IE 8+. Correct `select` style inheritance in Firefox 4+ and Opera. */

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. 4. Remove inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6. */

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

/** 1. Address box sizing set to `content-box` in IE 8/9. 2. Remove excess padding in IE 8/9. 3. Remove excess padding in IE 7. Known issue: excess padding remains in IE 6. */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/** 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/** Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Remove inner padding and border in Firefox 4+. */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/** 1. Remove default vertical scrollbar in IE 8/9. 2. Improve readability and alignment in all browsers. */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */

/** Tables */

table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

*:focus {
  outline: none;
}

body {
  position: relative;
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
  color: #150a32;
  -webkit-font-smoothing: antialiased;
  background: #150A32;
}

a {
  color: #150a32;
  text-decoration: none;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1;
}

a:hover,
a:focus {
  color: #150a32;
  text-decoration: none;
  outline: none !important;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  background-clip: padding-box;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

input::-webkit-input-placeholder {
  font-weight: 600;
  text-align: left;
}

input:-ms-input-placeholder {
  font-weight: 600;
  text-align: left;
}

input::placeholder {
  font-weight: 600;
  text-align: left;
}

h1,
.h1 {
  display: block;
  font-size: 128px;
  line-height: 109px;
  font-weight: 600;
  color: #150a32;
  margin: 0;
  letter-spacing: -0.04em;
}

h2,
.h2 {
  display: block;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 500;
  color: #150a32;
  margin: 0;
  letter-spacing: -0.04em;
}

h3,
.h3 {
  display: block;
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 500;
  color: #150a32;
  margin: 0;
  letter-spacing: -0.04em;
}

h4,
.h4 {
  display: block;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 500;
  color: #150a32;
  margin: 0;
  letter-spacing: -0.04em;
}

.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: none;
  border: 0 none;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: -0.04em;
  color: #fff;
  height: 52px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 6px;
  z-index: 0;
  text-transform: uppercase;
  min-width: 343px;
  padding: 0 16px;
  background: #1DB9D8;
}

.btn:before {
  position: absolute;
  top: -webkit-calc(50% - 24px / 2);
  top: calc(50% - 24px / 2);
  right: 14px;
  content: "";
  background: url(../img/corner-right-down.svg) 0 0 no-repeat;
  width: 24px;
  height: 24px;
}

.btn:focus,
.btn:hover {
  background: #1286a8;
  color: #fff;
}

.btn:disabled,
.btn.disabled {
  pointer-events: none;
  background: #c3d2d7;
}

.show-menu .hamburger {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.show-menu .hamburger .span-1 {
  -webkit-transform: rotate(45deg) translate(3px, 1px);
  -ms-transform: rotate(45deg) translate(3px, 1px);
  transform: rotate(45deg) translate(3px, 1px);
}

.show-menu .hamburger .span-2 {
  -webkit-transform: rotate(495deg) translate(0px, 0px);
  -ms-transform: rotate(495deg) translate(0px, 0px);
  transform: rotate(495deg) translate(0px, 0px);
}

.show-menu .hamburger .span-3 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}

.hamburger {
  display: none;
  width: 44px;
  height: 44px;
  cursor: pointer;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: #1DB9D8;
  border-radius: 4px;
  border: none;
  z-index: 1;
}

.hamburger span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 18px;
  height: 2px;
  margin-bottom: 3px;
  background: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.08, 0.81, 0.87, 0.71);
  transition: all 0.5s cubic-bezier(0.08, 0.81, 0.87, 0.71);
  border-radius: 100px;
}

.hamburger span.span-1 {
  -webkit-transform-origin: 5px 0px;
  -ms-transform-origin: 5px 0px;
  transform-origin: 5px 0px;
}

.hamburger span.span-3 {
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  margin-bottom: 0;
  width: 14px;
  margin-left: -4px;
}

.modal {
  position: fixed;
  z-index: 10000;
  /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  overflow-y: auto;
}

.modal.is-visible {
  visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0A0D29CC;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.modal-wrapper {
  position: relative;
  z-index: 9999;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  background-color: #f4f1ff;
  border-radius: 8px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1360px;
}

.modal-transition {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.modal.is-visible .modal-transition {
  opacity: 1;
}

.modal-close {
  position: absolute;
  top: 40px;
  right: 40px;
  border: 0;
  -webkit-mask: url(../img/x-close.svg) no-repeat 50% 50%;
  mask: url(../img/x-close.svg) no-repeat 50% 50%;
  background: #150A32;
  width: 32px;
  height: 32px;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.modal-close:hover {
  background-color: #1DB9D8;
}

.modal-body {
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
}

.modal-project .modal-body {
  padding: 80px 40px;
  height: 100%;
}

.modal-project .modal-body .flow-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal-project .modal-body .flow-content::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

.modal-project .modal-body .flow-content::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

.modal-project .modal-body .flow-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #1DB9D8;
}

.modal-project .modal-body .left-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 -webkit-calc(100% - 700px - 64px);
  -ms-flex: 0 calc(100% - 700px - 64px);
  flex: 0 calc(100% - 700px - 64px);
  width: -webkit-calc(100% - 700px - 64px);
  width: calc(100% - 700px - 64px);
  margin-right: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal-project .modal-body .left-block .h2,
.modal-project .modal-body .left-block h2 {
  display: block;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.04em;
  text-align: left;
  margin: 0 0 32px;
}

.modal-project .modal-body .left-block p {
  display: block;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.04em;
  text-align: left;
  margin-bottom: 14px;
}

.modal-project .modal-body .left-block .btn {
  margin-top: auto;
  width: 343px;
}

.modal-project .modal-body .left-block .btn:before {
  -webkit-mask: url(../img/arrow-up-icon.svg) 0 0 no-repeat;
  mask: url(../img/arrow-up-icon.svg) 0 0 no-repeat;
  background-color: #fff;
}

.modal-project .modal-body .right-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 700px;
  -ms-flex: 0 700px;
  flex: 0 700px;
  width: 700px;
}

.modal-project .modal-body .right-block .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -12px;
}

.modal-project .modal-body .right-block .wrapper .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 -webkit-calc(50% - 24px);
  -ms-flex: 0 calc(50% - 24px);
  flex: 0 calc(50% - 24px);
  width: -webkit-calc(50% - 24px);
  width: calc(50% - 24px);
  margin: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 236px;
  border-radius: 4px;
  overflow: hidden;
}

.modal-project .modal-body .right-block .wrapper .item img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal-project .modal-body .right-block .wrapper .item:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 -webkit-calc(100% - 24px);
  -ms-flex: 0 calc(100% - 24px);
  flex: 0 calc(100% - 24px);
  width: -webkit-calc(100% - 24px);
  width: calc(100% - 24px);
  height: 288px;
}

.modal-project .modal-body .mobile-block {
  position: relative;
  display: none;
}

.modal-project .modal-body .mobile-block:before {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 241, 255, 0)), to(#F4F1FF));
  background: linear-gradient(180deg, rgba(244, 241, 255, 0) 0%, #F4F1FF 100%);
  height: 74px;
}

.modal-project .modal-body .mobile-block .btn:before {
  -webkit-mask: url(../img/arrow-up-icon.svg) 0 0 no-repeat;
  mask: url(../img/arrow-up-icon.svg) 0 0 no-repeat;
  background-color: #fff;
}

.show-menu {
  overflow: hidden;
}

.show-menu .header .wrapper .nav {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.show-menu .header .wrapper .nav:before {
  opacity: 1;
  visibility: visible;
}

.header {
  position: fixed;
  top: 36px;
  left: 36px;
  right: 36px;
  z-index: 100;
}

.header .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 44px;
  background: #fff;
  border-radius: 8px;
  padding: 0 4px;
}

.header .wrapper .logo-wrp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 80px;
}

.header .wrapper .logo-wrp:hover .logo-title {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.header .wrapper .logo-wrp .logo-img {
  position: absolute;
  left: -8px;
  top: -webkit-calc(50% - 80px/2);
  top: calc(50% - 80px/2);
  width: 80px;
  height: 80px;
  background: #fff url(../img/logo.svg) 50% 50% no-repeat;
  border-radius: 100px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.header .wrapper .logo-wrp .logo-title {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  line-height: 13.6px;
  letter-spacing: -0.04em;
  max-width: 110px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.header .wrapper .menu-block .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header .wrapper .menu-block .nav li {
  margin-left: 32px;
}

.header .wrapper .menu-block .nav li:first-child {
  margin-left: 0;
}

.header .wrapper .menu-block .nav a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.04em;
  text-align: left;
  text-transform: uppercase;
}

.header .wrapper .menu-block .nav a.active,
.header .wrapper .menu-block .nav a:hover {
  color: #1DB9D8;
}

.header .wrapper .menu-block .nav a sup {
  font-size: 10px;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: -0.04em;
  color: #1DB9D8;
  margin-left: 2px;
  top: -4px;
}

.header .wrapper .menu-block .nav a.contact-link {
  padding: 0 16px;
  background: #1DB9D8;
  color: #fff;
  border-radius: 4px;
}

.header .wrapper .menu-block .nav a.contact-link:before {
  position: absolute;
  top: -webkit-calc(50% - 24px / 2);
  top: calc(50% - 24px / 2);
  right: 14px;
  content: "";
  background: url(../img/corner-right-down.svg) 0 0 no-repeat;
  width: 24px;
  height: 24px;
  display: none;
}

.header .wrapper .menu-block .nav a.contact-link:hover {
  background: #1286a8;
}

.header .wrapper .menu-block .nav a.contact-link sup {
  color: #92d7f7;
}

.footer {
  position: relative;
  margin: 0 12px;
}

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

.footer .wrapper .left-block {
  background: #f4f1ff;
  border-radius: 12px;
  padding: 40px 28px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 750px;
  -ms-flex: 0 750px;
  flex: 0 750px;
  width: 750px;
}

.footer .wrapper .right-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 -webkit-calc(100% - 750px - 12px);
  -ms-flex: 0 calc(100% - 750px - 12px);
  flex: 0 calc(100% - 750px - 12px);
  width: -webkit-calc(100% - 750px - 12px);
  width: calc(100% - 750px - 12px);
  margin-left: 12px;
  padding: 40px;
}

.footer .wrapper .right-block .right-block-title {
  display: block;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #f7fcff;
  margin-bottom: 40px;
  max-width: 913px;
}

.footer .wrapper .right-block .right-block-title b {
  font-weight: 500;
  color: #1db9d8;
}

.footer .wrapper .right-block .right-block-title a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  color: #1db9d8;
}

.footer .wrapper .right-block .right-block-title a:hover {
  text-decoration: none;
}

.footer .wrapper .right-block .right-block-title u {
  color: #1db9d8;
}

.footer .wrapper .right-block p {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #cae6f4;
  max-width: 850px;
}

.footer .wrapper .right-block p b {
  font-weight: 600;
  color: #1db9d8;
}

.footer .wrapper .right-block p a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  color: #1db9d8;
}

.footer .wrapper .right-block p a:hover {
  text-decoration: none;
}

.footer .wrapper .right-block .powered-by {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.04em;
  text-align: left;
  margin-top: 76px;
  color: #f7fcff;
}

.footer .wrapper .right-block .powered-by a {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 16px;
}

.footer .wrapper .right-block .powered-by a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.footer .top-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer .top-block .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer .top-block .nav li {
  margin-top: 24px;
}

.footer .top-block .nav li:first-child {
  margin-top: 0;
}

.footer .top-block .nav a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: -0.02em;
  text-align: left;
  text-transform: uppercase;
}

.footer .top-block .nav a:hover {
  color: #1DB9D8;
}

.footer .top-block .nav a sup {
  font-size: 10px;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: -0.04em;
  color: #1DB9D8;
  margin-left: 2px;
  top: -4px;
}

.footer .top-block .nav a.contact-link {
  padding: 0 16px;
  background: #1DB9D8;
  color: #fff;
  border-radius: 4px;
}

.footer .top-block .nav a.contact-link:hover {
  background: #1286a8;
}

.footer .top-block .nav a.contact-link sup {
  color: #92d7f7;
}

.footer .middle-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.footer .middle-block .soc-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .middle-block .soc-wrapper .soc-link {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
  margin-left: 24px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.footer .middle-block .soc-wrapper .soc-link:first-child {
  margin-left: 0;
}

.footer .middle-block .soc-wrapper .soc-link.researchgate {
  background: url(../img/soc-1-1.svg) 50% 50% no-repeat;
}

.footer .middle-block .soc-wrapper .soc-link.researchgate:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.footer .middle-block .soc-wrapper .soc-link.fb {
  background: url(../img/soc-2-1.svg) 50% 50% no-repeat;
}

.footer .middle-block .soc-wrapper .soc-link.fb:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.footer .middle-block .soc-wrapper .soc-link.ln {
  background: url(../img/soc-3-1.svg) 50% 50% no-repeat;
}

.footer .middle-block .soc-wrapper .soc-link.ln:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.footer .middle-block .soc-wrapper .soc-link.inst {
  background: url(../img/soc-4-1.svg) 50% 50% no-repeat;
}

.footer .middle-block .soc-wrapper .soc-link.inst:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.footer .middle-block .soc-wrapper .soc-link.bsky {
  background: url(../img/soc-5-1@2x.png) 50% 50% no-repeat;
  background-size: 100% auto;
}

.footer .middle-block .soc-wrapper .soc-link.bsky:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.footer .bottom-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.footer .bottom-block .copyright {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.04em;
  text-align: left;
}

.footer .bottom-block .copyright b {
  display: block;
  font-weight: 400;
  margin-top: 8px;
}

.footer .bottom-block .powered-by {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.04em;
  text-align: left;
}

.footer .bottom-block .powered-by a {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 16px;
}

.footer .bottom-block .powered-by a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.main-wrapper {
  padding: 0 0 12px;
}

.hero-section {
  position: relative;
  margin: 12px;
  border-radius: 12px;
  overflow: hidden;
}

.hero-section .slider-hero {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero-section .slider-hero .swiper-slide {
  background-size: cover !important;
  border-radius: 12px;
}

.hero-section .hero-wrapper {
  position: relative;
  min-height: 868px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 32px 24px;
}

.hero-section .hero-wrapper h1,
.hero-section .hero-wrapper .h1 {
  color: #fff;
  max-width: 588px;
  text-transform: uppercase;
}

.hero-section .hero-wrapper .right-block {
  max-width: 463px;
}

.hero-section .hero-wrapper .right-block p {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 16px;
}

.about-us-section {
  position: relative;
  padding: 64px 28px;
}

.about-us-section .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-us-section .wrapper .h4,
.about-us-section .wrapper h4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 207px;
  -ms-flex: 0 207px;
  flex: 0 207px;
  width: 207px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #cae6f4;
  text-transform: uppercase;
  padding-top: 16px;
  border-top: 1px solid #DEF4FF1A;
}

.about-us-section .wrapper .h4 sup,
.about-us-section .wrapper h4 sup {
  font-size: 10px;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: -0.04em;
  color: #1DB9D8;
  margin-left: 2px;
  top: -8px;
}

.about-us-section .wrapper .right-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 900px;
  -ms-flex: 0 900px;
  flex: 0 900px;
  width: 900px;
  padding-top: 16px;
  border-top: 1px solid #DEF4FF1A;
}

.about-us-section .wrapper .right-block .top-text-block:before,
.about-us-section .wrapper .right-block .top-text-block:after {
  content: '';
  display: table;
}

.about-us-section .wrapper .right-block .top-text-block:after {
  clear: both;
}

.about-us-section .wrapper .right-block .top-text-block img {
  display: inline-block;
  width: 322px;
  height: 239px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  float: left;
  margin-top: 123px;
  margin-right: 27px;
  -webkit-shape-outside: border-box;
  shape-outside: border-box;
  -webkit-shape-margin: 27px;
  shape-margin: 27px;
}

.about-us-section .wrapper .right-block .top-text-block p {
  display: block;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #f7fcff;
  margin: 0;
}

.about-us-section .wrapper .right-block .top-text-block p b {
  font-weight: 500;
  color: #1DB9D8;
}

.about-us-section .wrapper .right-block .bottom-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px -10px 0;
}

.about-us-section .wrapper .right-block .bottom-text-block p {
  -webkit-box-flex: 0;
  -webkit-flex: 0 -webkit-calc(50% - 20px);
  -ms-flex: 0 calc(50% - 20px);
  flex: 0 calc(50% - 20px);
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  margin: 0 10px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #ebf8ff;
}

.why-study-section {
  position: relative;
  padding: 64px 28px;
  background: #dcf5ff;
  border-radius: 12px;
  margin: 0 12px 12px;
}

.why-study-section:before,
.why-study-section:after {
  content: '';
  display: table;
}

.why-study-section:after {
  clear: both;
}

.why-study-section .wrapper {
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 908px;
  -ms-flex: 0 908px;
  flex: 0 908px;
  width: 908px;
  padding-top: 16px;
  border-top: 1px solid #150A321A;
}

.why-study-section .text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 40px;
}

.why-study-section .text-wrapper img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 663px;
  -ms-flex: 0 663px;
  flex: 0 663px;
  width: 663px;
  margin-left: -221px;
  height: 326px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.why-study-section .text-wrapper .text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 442px;
  -ms-flex: 1 0 442px;
  flex: 1 0 442px;
  width: 442px;
  margin-left: 24px;
}

.why-study-section .text-wrapper .text-block p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.04em;
  text-align: left;
  margin: 24px 0 0;
}

.why-study-section .text-wrapper .text-block p:first-child {
  margin-top: 0;
}

.why-study-section .text-wrapper .text-block .btn {
  margin-top: 32px;
}

.our-mission-section {
  position: relative;
  margin: 12px;
  padding: 64px 28px 86px;
  background: url(../img/mission-bg.jpg) 50% 0 no-repeat;
  background-size: 101% 100%;
  border-radius: 12px;
}

.our-mission-section .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.our-mission-section .wrapper .h4,
.our-mission-section .wrapper h4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 207px;
  -ms-flex: 0 207px;
  flex: 0 207px;
  width: 207px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #cae6f4;
  text-transform: uppercase;
  padding-top: 16px;
  border-top: 1px solid #DEF4FF1A;
}

.our-mission-section .wrapper .h4 sup,
.our-mission-section .wrapper h4 sup {
  font-size: 10px;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: -0.04em;
  color: #1DB9D8;
  margin-left: 2px;
  top: -8px;
}

.our-mission-section .wrapper .right-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 900px;
  -ms-flex: 0 900px;
  flex: 0 900px;
  width: 900px;
  padding-top: 16px;
  border-top: 1px solid #DEF4FF1A;
}

.our-mission-section .wrapper .right-block .h3,
.our-mission-section .wrapper .right-block h3 {
  display: block;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #f7fcff;
  margin-left: -229px;
  margin-bottom: 120px;
}

.our-mission-section .wrapper .right-block .h3:first-letter,
.our-mission-section .wrapper .right-block h3:first-letter {
  padding-left: 229px;
}

.our-mission-section .wrapper .right-block .inner-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -webkit-calc(-78px / 2) -12px;
  margin: calc(-78px / 2) -12px;
}

.our-mission-section .wrapper .right-block .inner-wrp .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 -webkit-calc(50% - 24px);
  -ms-flex: 0 calc(50% - 24px);
  flex: 0 calc(50% - 24px);
  width: -webkit-calc(50% - 24px);
  width: calc(50% - 24px);
  margin: 39px 12px;
  padding-top: 16px;
  border-top: 1px solid #DEF4FF1A;
}

.our-mission-section .wrapper .right-block .inner-wrp .item .item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #f7fcff;
  margin-bottom: 24px;
}

.our-mission-section .wrapper .right-block .inner-wrp .item .item-title b {
  font-weight: 500;
  color: #1DB9D8;
  margin-right: 16px;
}

.our-mission-section .wrapper .right-block .inner-wrp .item p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.02em;
  text-align: left;
  margin: 0;
  color: #cae6f4;
}

.our-mission-section .wrapper .bottom-title {
  position: absolute;
  bottom: 64px;
  left: 28px;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #f7fcff;
  right: -webkit-calc(100% - 31%);
  right: calc(100% - 31%);
}

.our-research-section {
  position: relative;
  padding: 64px 28px;
  background: #f4f1ff;
  border-radius: 12px;
  margin: 0 12px;
}

.our-research-section .top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 56px;
}

.our-research-section .top-wrapper .h4,
.our-research-section .top-wrapper h4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 207px;
  -ms-flex: 0 207px;
  flex: 0 207px;
  width: 207px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #150A32;
  text-transform: uppercase;
  padding-top: 16px;
  border-top: 1px solid #dedaeb;
}

.our-research-section .top-wrapper .h4 sup,
.our-research-section .top-wrapper h4 sup {
  font-size: 10px;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: -0.04em;
  color: #1DB9D8;
  margin-left: 2px;
  top: -8px;
}

.our-research-section .top-wrapper .right-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 900px;
  -ms-flex: 0 900px;
  flex: 0 900px;
  width: 900px;
  padding-top: 16px;
  border-top: 1px solid #dedaeb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.our-research-section .top-wrapper .right-block h3,
.our-research-section .top-wrapper .right-block .h3 {
  display: block;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.04em;
  text-align: left;
  margin-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
}

.our-research-section .top-wrapper .right-block p {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.04em;
  margin: 0;
  width: 437px;
}

.our-research-section .top-wrapper .right-block .btn {
  margin-top: auto;
}

.our-research-section .bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -12px;
}

.our-research-section .bottom-wrapper .modal-item {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 -webkit-calc(25% - 24px);
  -ms-flex: 0 calc(25% - 24px);
  flex: 0 calc(25% - 24px);
  width: -webkit-calc(25% - 24px);
  width: calc(25% - 24px);
  margin: 12px;
  height: 408px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  overflow: hidden;
}

.our-research-section .bottom-wrapper .modal-item:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(58.28%, rgba(10, 13, 41, 0)), to(rgba(10, 13, 41, 0.7)));
  background: linear-gradient(180deg, rgba(10, 13, 41, 0) 58.28%, rgba(10, 13, 41, 0.7) 100%);
}

.our-research-section .bottom-wrapper .modal-item:hover .bottom-title .item-see-more {
  color: #1DB9D8;
}

.our-research-section .bottom-wrapper .modal-item:hover .bottom-title .item-see-more:before {
  background: #1DB9D8;
}

.our-research-section .bottom-wrapper .modal-item img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.our-research-section .bottom-wrapper .modal-item .bottom-title {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 1;
  padding-right: 16px;
}

.our-research-section .bottom-wrapper .modal-item .bottom-title .item-title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #f7fcff;
  margin-bottom: 12px;
}

.our-research-section .bottom-wrapper .modal-item .bottom-title .item-see-more {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: -0.04em;
  text-align: left;
  padding-right: 27px;
  color: #f7fcff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-transform: uppercase;
}

.our-research-section .bottom-wrapper .modal-item .bottom-title .item-see-more:before {
  position: absolute;
  top: -webkit-calc(50% - 16px/2);
  top: calc(50% - 16px/2);
  right: 0;
  content: "";
  -webkit-mask: url(../img/link-icon.svg) 0 0 no-repeat;
  mask: url(../img/link-icon.svg) 0 0 no-repeat;
  background: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 16px;
  height: 16px;
}

.global-research-section {
  position: relative;
  padding: 64px 28px;
  border-radius: 12px;
  margin: 0 12px;
}

.global-research-section .top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 56px;
}

.global-research-section .top-wrapper .right-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 900px;
  -ms-flex: 0 900px;
  flex: 0 900px;
  width: 900px;
  padding-top: 16px;
  border-top: 1px solid #DEF4FF1A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.global-research-section .top-wrapper .right-block h3,
.global-research-section .top-wrapper .right-block .h3 {
  display: block;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.04em;
  text-align: left;
  margin-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
  color: #f7fcff;
}

.global-research-section .top-wrapper .right-block p {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.04em;
  margin: 0;
  width: 437px;
  color: #f7fcff;
}

.global-research-section .top-wrapper .right-block .btn {
  margin-top: auto;
}

.global-research-section .bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -12px;
}

.global-research-section .bottom-wrapper .item {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 -webkit-calc(33.333% - 24px);
  -ms-flex: 0 calc(33.333% - 24px);
  flex: 0 calc(33.333% - 24px);
  width: -webkit-calc(33.333% - 24px);
  width: calc(33.333% - 24px);
  margin: 12px;
  background: #1d0856;
  border-radius: 4px;
  padding: 32px 17px 32px 24px;
}

.global-research-section .bottom-wrapper .item .item-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  height: 64px;
}

.global-research-section .bottom-wrapper .item .item-wrp-title {
  position: relative;
  display: block;
}

.global-research-section .bottom-wrapper .item .item-wrp-title img {
  position: relative;
  top: 7px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -20px;
}

.global-research-section .bottom-wrapper .item .item-link {
  position: relative;
  display: inline;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #f7fcff;
  box-shadow: inset 0 -1px #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 20px;
}

.global-research-section .bottom-wrapper .item .item-link:hover {
  box-shadow: inset 0 -1px #1eb9d8;
}

.global-research-section .bottom-wrapper .item .item-link:before {
  position: absolute;
  top: 50%;
  right: -32px;
  background: url(../img/arrow-up-icon.svg) 0 0 no-repeat;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}

.global-research-section .bottom-wrapper .item .item-link:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 1px;
  background: #f7fcff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.global-research-section .bottom-wrapper .item p {
  display: block;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #cae6f4;
  margin-top: 16px;
}

.collaborators-section {
  position: relative;
  padding: 64px 28px;
  background: #dcf5ff;
  border-radius: 12px;
  margin: 0 12px;
}

.collaborators-section:before,
.collaborators-section:after {
  content: '';
  display: table;
}

.collaborators-section:after {
  clear: both;
}

.collaborators-section .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}

.collaborators-section .wrapper .h4,
.collaborators-section .wrapper h4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 207px;
  -ms-flex: 0 207px;
  flex: 0 207px;
  width: 207px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #150A32;
  text-transform: uppercase;
  padding-top: 16px;
  border-top: 1px solid #150A321A;
}

.collaborators-section .wrapper .h4 sup,
.collaborators-section .wrapper h4 sup {
  font-size: 10px;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: -0.04em;
  color: #1DB9D8;
  margin-left: 2px;
  top: -8px;
}

.collaborators-section .wrapper .right-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1063px;
  -ms-flex: 0 1063px;
  flex: 0 1063px;
  width: 1063px;
  padding-top: 16px;
  border-top: 1px solid #150A321A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.collaborators-section .wrapper .right-block h3,
.collaborators-section .wrapper .right-block .h3 {
  display: block;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.04em;
  text-align: left;
  margin-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
}

.collaborators-section .wrapper .right-block p {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.04em;
  margin: 0 0 56px;
  max-width: 440px;
}

.collaborators-section .wrapper .right-block .inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.collaborators-section .wrapper .right-block .inner-wrapper .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 440px;
  -ms-flex: 0 440px;
  flex: 0 440px;
  width: 440px;
}

.collaborators-section .wrapper .right-block .inner-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 54px;
}

.collaborators-section .wrapper .right-block .inner-wrapper ul:first-child {
  margin-top: 0;
}

.collaborators-section .wrapper .right-block .inner-wrapper ul li {
  position: relative;
  padding-left: 13px;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  letter-spacing: -0.04em;
  text-align: left;
}

.collaborators-section .wrapper .right-block .inner-wrapper ul li:first-child {
  margin-top: 0;
}

.collaborators-section .wrapper .right-block .inner-wrapper ul li:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background: #1DB9D8;
}

.collaborators-section .wrapper .right-block .inner-wrapper ul li a {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #150A32;
}

.collaborators-section .wrapper .right-block .inner-wrapper ul li a:hover:after {
  background: #1eb9d8;
}

.collaborators-section .wrapper .right-block .inner-wrapper ul li a:before {
  position: absolute;
  top: 50%;
  right: -32px;
  content: "";
  background: url(../img/arrow-up-icon.svg) 0 0 no-repeat;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}

.collaborators-section .wrapper .right-block .inner-wrapper ul li a:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  content: "";
  height: 1px;
  background: #150A32;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.contact-us-section {
  position: relative;
  margin: 12px;
  padding: 64px 28px 155px;
  background: url(../img/contact-us-bg.jpg) 50% 0 no-repeat;
  background-size: cover;
  border-radius: 12px;
}

.contact-us-section .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-us-section .wrapper .h4,
.contact-us-section .wrapper h4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 207px;
  -ms-flex: 0 207px;
  flex: 0 207px;
  width: 207px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #cae6f4;
  text-transform: uppercase;
  padding-top: 16px;
  border-top: 1px solid #DEF4FF1A;
}

.contact-us-section .wrapper .h4 sup,
.contact-us-section .wrapper h4 sup {
  font-size: 10px;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: -0.04em;
  color: #1DB9D8;
  margin-left: 2px;
  top: -8px;
}

.contact-us-section .wrapper .right-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 908px;
  -ms-flex: 0 908px;
  flex: 0 908px;
  width: 908px;
  padding-top: 16px;
  border-top: 1px solid #DEF4FF1A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.contact-us-section .wrapper .right-block .h2,
.contact-us-section .wrapper .right-block h2 {
  display: block;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #f7fcff;
  width: 553px;
}

.contact-us-section .wrapper .right-block .h2 a,
.contact-us-section .wrapper .right-block h2 a {
  text-decoration: underline;
  color: #66e6ff;
}

.contact-us-section .wrapper .right-block .h2 a:hover,
.contact-us-section .wrapper .right-block h2 a:hover {
  color: #fff;
}

.publication-and-book-section {
  position: relative;
  padding: 136px 40px 56px;
}

.publication-and-book-section .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.publication-and-book-section .wrapper .main-heading {
  position: -webkit-sticky;
  position: sticky;
  top: 136px;
}

.publication-and-book-section .wrapper .h4,
.publication-and-book-section .wrapper h4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 300px;
  -ms-flex: 0 300px;
  flex: 0 300px;
  width: 300px;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #f7fcff;
  padding-top: 16px;
  border-top: 1px solid #DEF4FF1A;
}

.publication-and-book-section .wrapper .h4 sup,
.publication-and-book-section .wrapper h4 sup {
  font-size: 10px;
  font-weight: 600;
  line-height: 19.2px;
  letter-spacing: -0.04em;
  color: #1DB9D8;
  margin-left: 2px;
  top: -10px;
}

.publication-and-book-section .wrapper .right-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1220px;
  -ms-flex: 0 1220px;
  flex: 0 1220px;
  width: 1220px;
  padding-top: 16px;
  margin-left: 30px;
  border-top: 1px solid #DEF4FF1A;
}

.publication-and-book-section .wrapper .right-block .block {
  margin-top: 56px;
}

.publication-and-book-section .wrapper .right-block .block h4 {
  width: 100%;
}

.publication-and-book-section .wrapper .right-block .block:first-child {
  margin-top: 0;
}

.publication-and-book-section .wrapper .right-block .block:first-child h4 {
  padding-top: 0;
  border-top: 0;
}

.publication-and-book-section .wrapper .right-block .pub-row {
  display: block;
  margin-top: 40px;
}

.publication-and-book-section .wrapper .right-block .pub-row .date {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 23px;
  border-radius: 2px;
  background: #1DB9D8;
  padding: 0 6px;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.04em;
  color: #fff;
}

.publication-and-book-section .wrapper .right-block .pub-row p {
  margin: 16px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.04em;
  color: #fff;
}

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

@media (max-width: 1440px) {
  .footer .wrapper .left-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 605px;
    -ms-flex: 0 605px;
    flex: 0 605px;
    width: 605px;
  }

  .footer .wrapper .right-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 -webkit-calc(100% - 650px - 12px);
    -ms-flex: 0 calc(100% - 650px - 12px);
    flex: 0 calc(100% - 650px - 12px);
    width: -webkit-calc(100% - 650px - 12px);
    width: calc(100% - 650px - 12px);
  }

  .hero-section .hero-wrapper {
    min-height: 836px;
  }

  .our-mission-section {
    background-size: cover;
  }

  .our-mission-section .wrapper .right-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .our-mission-section .wrapper .right-block .inner-wrp {
    max-width: 670px;
  }

  .our-research-section .bottom-wrapper .modal-item {
    height: 296px;
  }

  .global-research-section .bottom-wrapper .item .item-link {
    margin-right: 15px;
  }
}

@media (max-width: 1360px) {
  .header .wrapper .menu-block .nav li {
    margin-left: 20px;
  }

  .our-mission-section .wrapper .bottom-title {
    width: 500px;
    right: 0;
  }
}

@media (max-width: 1280px) {
  .header .wrapper .menu-block .nav li {
    margin-left: 8px;
  }

  .header .wrapper .menu-block .nav a {
    font-size: 12px;
  }

  .footer .wrapper .left-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 500px;
    -ms-flex: 0 500px;
    flex: 0 500px;
    width: 500px;
  }

  .footer .wrapper .right-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 -webkit-calc(100% - 500px - 12px);
    -ms-flex: 0 calc(100% - 500px - 12px);
    flex: 0 calc(100% - 500px - 12px);
    width: -webkit-calc(100% - 500px - 12px);
    width: calc(100% - 500px - 12px);
  }

  .hero-section .hero-wrapper h1,
  .hero-section .hero-wrapper .h1 {
    font-size: 100px;
  }

  .hero-section .hero-wrapper .right-block {
    max-width: 400px;
  }

  .about-us-section .wrapper .right-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 800px;
    -ms-flex: 0 800px;
    flex: 0 800px;
    width: 800px;
  }

  .why-study-section .wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 750px;
    -ms-flex: 0 750px;
    flex: 0 750px;
    width: 750px;
  }

  .why-study-section .text-wrapper img {
    margin-left: -160px;
  }

  .why-study-section .text-wrapper .text-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 350px;
    -ms-flex: 1 0 350px;
    flex: 1 0 350px;
    width: 350px;
  }

  .our-mission-section .wrapper .right-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 750px;
    -ms-flex: 0 750px;
    flex: 0 750px;
    width: 750px;
    margin-top: 40px;
  }

  .our-mission-section .wrapper .right-block .h3,
  .our-mission-section .wrapper .right-block h3 {
    margin-left: 0;
  }

  .our-mission-section .wrapper .right-block .inner-wrp {
    max-width: 500px;
  }

  .our-mission-section .wrapper .bottom-title {
    width: 400px;
  }

  .our-research-section .top-wrapper .right-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 650px;
    -ms-flex: 0 650px;
    flex: 0 650px;
    width: 650px;
  }

  .our-research-section .bottom-wrapper .modal-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 -webkit-calc(33.333% - 24px);
    -ms-flex: 0 calc(33.333% - 24px);
    flex: 0 calc(33.333% - 24px);
    width: -webkit-calc(33.333% - 24px);
    width: calc(33.333% - 24px);
  }

  .global-research-section .bottom-wrapper .item {
    padding: 32px 24px;
  }

  .collaborators-section .wrapper .right-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 700px;
    -ms-flex: 0 700px;
    flex: 0 700px;
    width: 700px;
  }

  .publication-and-book-section .wrapper .right-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 800px;
    -ms-flex: 0 800px;
    flex: 0 800px;
    width: 800px;
  }
}

@media (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 64px;
    line-height: 54.4px;
  }

  .show-menu .header .wrapper .menu-block {
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .hamburger {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal-wrapper {
    height: -webkit-calc(100vh - 100px);
    height: calc(100vh - 100px);
  }

  .modal-close {
    top: 24px;
    right: 16px;
  }

  .modal-project .modal-body {
    padding: 72px 16px 28px;
    padding-right: 14px;
  }

  .modal-project .modal-body .flow-content {
    display: block;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 2px;
    padding-bottom: 40px;
  }

  .modal-project .modal-body .left-block {
    width: 100%;
    margin: 0 0 32px;
  }

  .modal-project .modal-body .right-block {
    width: 100%;
  }

  .modal-project .modal-body .right-block .wrapper {
    margin: -8px;
  }

  .modal-project .modal-body .right-block .wrapper .item {
    height: 223px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 -webkit-calc(50% - 16px);
    -ms-flex: 0 calc(50% - 16px);
    flex: 0 calc(50% - 16px);
    width: -webkit-calc(50% - 16px);
    width: calc(50% - 16px);
    margin: 8px;
  }

  .modal-project .modal-body .right-block .wrapper .item:first-child {
    height: 221px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 -webkit-calc(100% - 16px);
    -ms-flex: 0 calc(100% - 16px);
    flex: 0 calc(100% - 16px);
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
  }

  .header {
    left: 33px;
    right: 24px;
    top: 32px;
  }

  .header .wrapper {
    min-height: 52px;
  }

  .header .wrapper .logo-wrp .logo-img {
    left: -12px;
  }

  .header .wrapper .menu-block {
    position: absolute;
    top: -webkit-calc(100% + 21px);
    top: calc(100% + 21px);
    left: -9px;
    right: 0;
    background: #fff;
    border-radius: 6px;
    padding: 32px 16px 16px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(0.5) translateY(-80%);
    -ms-transform: scale(0.5) translateY(-80%);
    transform: scale(0.5) translateY(-80%);
    opacity: 0;
    visibility: hidden;
  }

  .header .wrapper .menu-block .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header .wrapper .menu-block .nav li {
    margin: 24px 0 0;
  }

  .header .wrapper .menu-block .nav li:first-child {
    margin-top: 0;
  }

  .header .wrapper .menu-block .nav li:last-child {
    width: 100%;
    margin-top: 56px;
  }

  .header .wrapper .menu-block .nav a {
    font-size: 32px;
    line-height: 38px;
  }

  .header .wrapper .menu-block .nav a sup {
    font-size: 14px;
    top: -12px;
  }

  .header .wrapper .menu-block .nav a.contact-link {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    height: 52px;
    line-height: 52px;
  }

  .header .wrapper .menu-block .nav a.contact-link:before {
    display: block;
  }

  .header .wrapper .menu-block .nav a.contact-link sup {
    display: none;
  }

  .footer .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer .wrapper .left-block {
    padding-left: 12px;
    padding-right: 12px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    width: 100%;
  }

  .footer .wrapper .right-block {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    width: 100%;
    padding: 64px 12px 76px;
    margin: 0;
  }

  .footer .top-block .nav li {
    margin: 16px 0 0;
  }

  .footer .top-block .nav li:first-child {
    margin-top: 0;
  }

  .footer .top-block .nav a {
    line-height: 19px;
  }

  .footer .bottom-block {
    margin-top: 36px;
  }

  .footer .bottom-block .powered-by {
    min-width: 300px;
    margin-left: 50px;
  }

  .hero-section .hero-wrapper {
    padding: 0 12px 38px;
  }

  .hero-section .hero-wrapper h1,
  .hero-section .hero-wrapper .h1 {
    font-size: 64px;
    line-height: 54px;
    max-width: 300px;
  }

  .hero-section .hero-wrapper .right-block {
    max-width: 343px;
  }

  .about-us-section .wrapper {
    display: block;
  }

  .about-us-section .wrapper .h4,
  .about-us-section .wrapper h4 {
    margin-bottom: 56px;
  }

  .about-us-section .wrapper .right-block {
    width: 100%;
    padding-top: 0;
    border-top: 0;
  }

  .about-us-section .wrapper .right-block .top-text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-us-section .wrapper .right-block .top-text-block img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    height: auto;
    margin: 40px 0 0;
    -o-object-position: 50% 30%;
    object-position: 50% 30%;
  }

  .about-us-section .wrapper .right-block .top-text-block p {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .why-study-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .why-study-section .wrapper {
    width: 100%;
    border-top: 0;
    padding-top: 0;
  }

  .why-study-section .text-wrapper {
    display: block;
  }

  .why-study-section .text-wrapper img {
    margin: 0;
    height: auto;
    width: 100%;
    -o-object-position: 50% 20%;
    object-position: 50% 20%;
  }

  .why-study-section .text-wrapper .text-block {
    width: -webkit-calc(100% + 32px);
    width: calc(100% + 32px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 40px -16px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .why-study-section .text-wrapper .text-block p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 -webkit-calc(50% - 32px);
    -ms-flex: 0 calc(50% - 32px);
    flex: 0 calc(50% - 32px);
    width: -webkit-calc(50% - 32px);
    width: calc(50% - 32px);
    margin: 0 16px;
  }

  .why-study-section .text-wrapper .text-block .btn {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px);
    margin: 40px 16px 0;
  }

  .our-mission-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .our-mission-section .wrapper {
    display: block;
  }

  .our-mission-section .wrapper .right-block {
    width: 100%;
    padding-top: 0;
    border-top: 0;
  }

  .our-mission-section .wrapper .right-block .h3,
  .our-mission-section .wrapper .right-block h3 {
    margin-bottom: 60px;
  }

  .our-mission-section .wrapper .right-block .h3:first-letter,
  .our-mission-section .wrapper .right-block h3:first-letter {
    padding-left: 0;
  }

  .our-mission-section .wrapper .right-block .inner-wrp {
    max-width: -webkit-calc(100% + 48px);
    max-width: calc(100% + 48px);
  }

  .our-mission-section .wrapper .right-block .inner-wrp .item {
    margin: 20px 12px;
  }

  .our-mission-section .wrapper .bottom-title {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-top: 56px;
  }

  .our-research-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .our-research-section .top-wrapper {
    display: block;
  }

  .our-research-section .top-wrapper .right-block {
    width: 100%;
    border-top: 0;
    padding-top: 0;
    margin-top: 40px;
  }

  .our-research-section .top-wrapper .right-block p {
    width: 100%;
  }

  .our-research-section .top-wrapper .right-block .btn {
    width: 100%;
    margin-top: 40px;
  }

  .our-research-section .bottom-wrapper .modal-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 -webkit-calc(50% - 24px);
    -ms-flex: 0 calc(50% - 24px);
    flex: 0 calc(50% - 24px);
    width: -webkit-calc(50% - 24px);
    width: calc(50% - 24px);
    height: 306px;
  }

  .global-research-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .global-research-section .top-wrapper {
    display: block;
  }

  .global-research-section .top-wrapper .right-block {
    width: 100%;
    border-top: 0;
    padding-top: 0;
  }

  .global-research-section .top-wrapper .right-block p {
    width: 100%;
    margin-bottom: 40px;
  }

  .global-research-section .top-wrapper .right-block .btn {
    width: 100%;
  }

  .global-research-section .bottom-wrapper {
    display: block;
    margin: 0;
  }

  .global-research-section .bottom-wrapper .item {
    width: 100%;
    margin: 0 0 32px;
  }

  .global-research-section .bottom-wrapper .item:last-child {
    margin-bottom: 0;
  }

  .collaborators-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .collaborators-section .wrapper {
    display: block;
  }

  .collaborators-section .wrapper .right-block {
    width: 100%;
    border-top: 0;
    padding-top: 0;
    margin-top: 40px;
  }

  .collaborators-section .wrapper .right-block .inner-wrapper .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 332px;
    -ms-flex: 0 332px;
    flex: 0 332px;
    width: 332px;
  }

  .contact-us-section {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 175px;
  }

  .contact-us-section .wrapper {
    display: block;
  }

  .contact-us-section .wrapper .right-block {
    width: 100%;
    border-top: 0;
    padding-top: 0;
    margin-top: 40px;
    display: block;
  }

  .contact-us-section .wrapper .right-block .h2,
  .contact-us-section .wrapper .right-block h2 {
    width: 100%;
  }

  .publication-and-book-section {
    padding: 136px 24px 56px;
  }

  .publication-and-book-section .wrapper {
    display: block;
  }

  .publication-and-book-section .wrapper .main-heading {
    position: relative;
    top: auto;
  }

  .publication-and-book-section .wrapper .h4,
  .publication-and-book-section .wrapper h4 {
    margin-bottom: 40px;
    border-top: 0;
    padding-top: 0;
    width: 320px;
  }

  .publication-and-book-section .wrapper .right-block {
    width: 100%;
    padding-top: 0;
    border-top: 0;
    margin-left: 0;
  }

  .publication-and-book-section .wrapper .right-block .block h4 {
    border-top: 1px solid #DEF4FF1A;
    padding-top: 16px;
  }

  .publication-and-book-section .wrapper .right-block .block:first-child h4 {
    border-top: 1px solid #DEF4FF1A;
    padding-top: 16px;
  }
}

@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 28px;
    line-height: 33.6px;
  }

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

  .btn {
    min-width: 330px;
  }

  .modal-wrapper {
    height: 600px;
  }

  .modal-project .modal-body .flow-content {
    height: -webkit-calc(100% - 76px);
    height: calc(100% - 76px);
  }

  .modal-project .modal-body .left-block .h2,
  .modal-project .modal-body .left-block h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 24px;
  }

  .modal-project .modal-body .left-block .btn {
    display: none;
  }

  .modal-project .modal-body .right-block .wrapper {
    display: block;
    margin: 0;
  }

  .modal-project .modal-body .right-block .wrapper .item {
    width: 100%;
    margin: 16px 0 0;
    height: 200px;
  }

  .modal-project .modal-body .right-block .wrapper .item:first-child {
    margin-top: 0;
    height: 200px;
    width: 100%;
  }

  .modal-project .modal-body .mobile-block {
    display: block;
    margin-top: 14px;
  }

  .modal-project .modal-body .mobile-block .btn {
    width: 100%;
    min-width: auto;
  }

  .header {
    right: 20px;
  }

  .header .wrapper .logo-wrp {
    padding-left: 70px;
  }

  .header .wrapper .logo-wrp .logo-img {
    left: -17px;
  }

  .header .wrapper .menu-block {
    padding-top: 24px;
    left: -13px;
  }

  .header .wrapper .menu-block .nav li:last-child {
    margin-top: 40px;
  }

  .header .wrapper .menu-block .nav a {
    font-size: 23px;
    line-height: 28px;
  }

  .footer .wrapper .left-block {
    margin: 0 -12px;
    width: -webkit-calc(100% + 24px);
    width: calc(100% + 24px);
    padding: 40px 20px;
  }

  .footer .wrapper .right-block {
    padding: 28px 8px 52px;
  }

  .footer .wrapper .right-block .right-block-title {
    font-size: 28px;
    line-height: 33.6px;
    margin-bottom: 40px;
  }

  .footer .wrapper .right-block p {
    font-size: 16px;
    line-height: 19.2px;
  }

  .footer .wrapper .right-block .powered-by {
    min-width: 100%;
    margin-left: 0;
    margin-top: 54px;
  }

  .footer .bottom-block {
    display: block;
  }

  .footer .bottom-block .powered-by {
    min-width: 100%;
    margin-left: 0;
    margin-top: 56px;
  }

  .main-wrapper {
    padding-bottom: 8px;
  }

  .hero-section {
    margin: 8px;
  }

  .hero-section .hero-wrapper {
    min-height: 622px;
    padding-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-section .hero-wrapper h1,
  .hero-section .hero-wrapper .h1 {
    font-size: 48px;
    line-height: 40px;
    margin-bottom: 24px;
  }

  .hero-section .hero-wrapper .right-block {
    max-width: 100%;
  }

  .hero-section .hero-wrapper .right-block p {
    font-size: 16px;
    line-height: 22.4px;
  }

  .hero-section .hero-wrapper .right-block .btn {
    width: 100%;
  }

  .about-us-section {
    padding: 56px 20px 40px;
  }

  .about-us-section .wrapper .h4,
  .about-us-section .wrapper h4 {
    width: 100%;
    margin-bottom: 40px;
  }

  .about-us-section .wrapper .right-block .top-text-block img {
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    max-width: -webkit-calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin: 40px -20px 0;
  }

  .about-us-section .wrapper .right-block .top-text-block p {
    font-size: 28px;
    line-height: 34px;
  }

  .about-us-section .wrapper .right-block .bottom-text-block {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .about-us-section .wrapper .right-block .bottom-text-block p {
    width: 100%;
    margin: 24px 0 0;
  }

  .why-study-section {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 20px;
  }

  .why-study-section .text-wrapper img {
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    max-width: -webkit-calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin: 0 -20px;
  }

  .why-study-section .text-wrapper .text-block {
    display: block;
    margin: 40px 0 0;
    width: 100%;
  }

  .why-study-section .text-wrapper .text-block p {
    width: 100%;
    margin: 24px 0 0;
  }

  .why-study-section .text-wrapper .text-block .btn {
    width: 100%;
    margin: 32px 0 0;
  }

  .our-mission-section {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 20px 20px;
  }

  .our-mission-section .wrapper .h4,
  .our-mission-section .wrapper h4 {
    width: 100%;
  }

  .our-mission-section .wrapper .right-block .h3,
  .our-mission-section .wrapper .right-block h3 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 40px;
  }

  .our-mission-section .wrapper .right-block .inner-wrp {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0;
  }

  .our-mission-section .wrapper .right-block .inner-wrp .item {
    width: 100%;
    margin: 40px 0 0;
  }

  .our-mission-section .wrapper .right-block .inner-wrp .item:first-child {
    margin-top: 0;
  }

  .our-mission-section .wrapper .bottom-title {
    font-size: 24px;
    line-height: 29px;
    margin-top: 40px;
  }

  .our-research-section {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 20px 20px;
  }

  .our-research-section .top-wrapper .h4,
  .our-research-section .top-wrapper h4 {
    width: 100%;
  }

  .our-research-section .top-wrapper .right-block {
    margin-top: 32px;
  }

  .our-research-section .top-wrapper .right-block h3,
  .our-research-section .top-wrapper .right-block .h3 {
    font-size: 28px;
    line-height: 33.6px;
    margin-bottom: 32px;
  }

  .our-research-section .top-wrapper .right-block .btn {
    margin-top: 32px;
  }

  .our-research-section .bottom-wrapper {
    display: block;
    margin: 0;
  }

  .our-research-section .bottom-wrapper .modal-item {
    width: 100%;
    margin: 24px 0 0;
  }

  .our-research-section .bottom-wrapper .modal-item:first-child {
    margin-top: 0;
  }

  .global-research-section {
    margin: 0;
    padding: 40px 20px;
  }

  .global-research-section .top-wrapper {
    margin-bottom: 40px;
  }

  .global-research-section .top-wrapper .right-block h3,
  .global-research-section .top-wrapper .right-block .h3 {
    font-size: 28px;
    line-height: 33.6px;
    margin-bottom: 32px;
  }

  .global-research-section .top-wrapper .right-block p {
    margin-bottom: 32px;
  }

  .collaborators-section {
    margin: 0;
    padding: 40px 20px 40px;
  }

  .collaborators-section .wrapper .h4,
  .collaborators-section .wrapper h4 {
    width: 100%;
  }

  .collaborators-section .wrapper .right-block {
    display: block;
  }

  .collaborators-section .wrapper .right-block h3,
  .collaborators-section .wrapper .right-block .h3 {
    font-size: 28px;
    line-height: 33.6px;
    margin-bottom: 32px;
  }

  .collaborators-section .wrapper .right-block .inner-wrapper {
    display: block;
  }

  .collaborators-section .wrapper .right-block .inner-wrapper .item {
    width: 100%;
  }

  .contact-us-section {
    margin: 12px 0;
    padding: 40px 20px 214px;
    background: url(../img/contact-us-bg-mb.jpg) 50% 50% no-repeat;
    background-size: cover;
  }

  .contact-us-section .wrapper .h4,
  .contact-us-section .wrapper h4 {
    width: 100%;
  }

  .contact-us-section .wrapper .right-block .h2,
  .contact-us-section .wrapper .right-block h2 {
    font-size: 24px;
    line-height: 29px;
  }

  .publication-and-book-section .wrapper .h4,
  .publication-and-book-section .wrapper h4 {
    width: 100%;
    font-size: 24px;
    line-height: 38px;
  }
}