/* #RESET
================================================== */
/*! reset global */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* #GLOBAL
================================================== */
/* GLOBAL */
/* all */
*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html,
body {
    position: relative;
    font: 400 16px/1.15 "Montserrat", sans-serif;
    letter-spacing: initial;
    color: #000;
    background: #fff;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
}

html {
    overflow-x: hidden;
}

/* title */
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

h1 {
    font-size: 66px;
    margin: 15px 0;
}

h2 {
    font-size: 46px;
    margin: 25px 0 15px;
}

h3 {
    font-size: 36px;
    margin: 25px 0 15px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 26px;
}

/* text */
strong {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

i {
    font-style: italic;
}

em {
    font-style: italic;
}

/* img */
img {
    display: block;
    max-width: 100%;
}

figure {
    margin: 0;
}

/* list */
ul {
    list-style-type: none !important;
}

/* paragraph */
p {
    font-size: 16px;
    line-height: 1.15;
    margin-bottom: 25px;
}

/* link */
a {
    outline: none;
    color: #4b6991;
    -webkit-transition: all .35s;
    transition: all .35s;
    text-decoration: none;
    text-decoration-skip-ink: none;
}

a:hover {
    color: #4b6991;
    text-decoration: none;
}

a:active {
    color: #4b6991 !important;
    text-decoration: none;
}

a:focus {
    color: #4b6991;
}

/*table*/
table {
    width: 100%;
    text-align: left;
    border-collapse: 0;
    border-spacing: 0;
    margin-bottom: 20px;
}

tr th {
    padding: 1.2vw 1.8vw 1.2vw 1.8vw;
    color: #000;
    font-weight: 700;
    font-size: .98vw;
    text-transform: uppercase;
}

td {
    padding: 1.2vw 1.8vw 1.2vw 1.8vw;
    background: #fff;
}

/* button */
.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 16.5px 25px 16.5px 25px;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: initial;
    font-size: 16px;
    letter-spacing: .2px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    background: #f48d00;
    border: 1px solid #f48d00;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
  /*&:active {
        color: #fff;
    }
    &:focus {
        color: #fff;
    }*/
}

.btn:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover {
    color: #fff;
}

.btn svg,
  button svg,
  input[type="submit"] svg,
  input[type="reset"] svg,
  input[type="button"] svg {
    margin-right: 14px;
}

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

/* form */
form * {
    outline: none;
}

form {
    margin-bottom: 0;
}

fieldset {
    margin-bottom: 0;
    padding: 0;
}

/*svg icons*/
.icon-svg-scroll {
    display: inline-block;
    width: 93.3px;
    height: 42.7px;
    fill: transparent;
    opacity: .8;
}

.icon-svg-lk {
    display: inline-block;
    width: 17.7px;
    height: 23.3px;
    fill: #fff;
}

.icon-svg-video-btn {
    display: inline-block;
    width: 143.7px;
    height: 143.7px;
}

.icon-svg-arrow {
    display: inline-block;
    width: 16px;
    height: 9px;
}

.icon-svg-arrow2 {
    display: inline-block;
    width: 16px;
    height: 9px;
    stroke: #F48D00;
}

.icon-svg-arrow-right {
    display: inline-block;
    width: 8px;
    height: 16px;
    stroke: #F48D00;
}

.icon-svg-arrow3 {
    display: inline-block;
    width: 22px;
    height: 9.5px;
    stroke: #F48D00;
}

.icon-svg-facebook {
    display: inline-block;
    width: 9.6px;
    height: 19.6px;
    fill: #C1D0E3;
}

.icon-svg-vk {
    display: inline-block;
    width: 23px;
    height: 12.9px;
    fill: #C1D0E3;
}

.icon-svg-instagram {
    display: inline-block;
    width: 17.7px;
    height: 17.7px;
    fill: #C1D0E3;
}

.icon-svg-telegram {
    display: inline-block;
    width: 21.6px;
    height: 17.8px;
    fill: #C1D0E3;
}

.icon-svg-twitter {
    display: inline-block;
    width: 19.1px;
    height: 15.5px;
    fill: #C1D0E3;
}

/*nomination icon*/
.icon-svg-nom4 {
    display: inline-block;
    width: 38.9px;
    height: 44px;
    fill: #4B6991;
}

.icon-svg-nom1 {
    display: inline-block;
    width: 50.2px;
    height: 48.6px;
    fill: #4B6991;
}

.icon-svg-nom2 {
    display: inline-block;
    width: 63.8px;
    height: 48.5px;
    fill: #4B6991;
}

.icon-svg-nom3 {
    display: inline-block;
    width: 60.5px;
    height: 48.6px;
    fill: #4B6991;
}

.icon-svg-nom5 {
    display: inline-block;
    width: 54.5px;
    height: 38.4px;
    fill: #4B6991;
}

.icon-svg-nom6 {
    display: inline-block;
    width: 51.2px;
    height: 44px;
    fill: #4B6991;
}

.icon-svg-nom7 {
    display: inline-block;
    width: 68.2px;
    height: 32.2px;
    fill: #4B6991;
}

.icon-svg-nom8 {
    display: inline-block;
    width: 52.7px;
    height: 45.5px;
    fill: #4B6991;
}

.icon-svg-nom9 {
    display: inline-block;
    width: 42.9px;
    height: 44px;
    fill: #4B6991;
}

.icon-svg-nom10 {
    display: inline-block;
    width: 52.7px;
    height: 40.1px;
    fill: #4B6991;
}

.icon-svg-nom11 {
    display: inline-block;
    width: 33.4px;
    height: 46.2px;
    fill: #4B6991;
}

.icon-svg-nom12 {
    display: inline-block;
    width: 35.9px;
    height: 46.8px;
    fill: #4B6991;
}

.icon-svg-nom13 {
    display: inline-block;
    width: 44px;
    height: 43.8px;
    fill: #4B6991;
}

.icon-svg-nom14 {
    display: inline-block;
    width: 77.3px;
    height: 43.8px;
    fill: #4B6991;
}

.icon-svg-nom15 {
    display: inline-block;
    width: 43.4px;
    height: 44px;
    fill: #4B6991;
}

.icon-svg-nom16 {
    display: inline-block;
    width: 58.9px;
    height: 47px;
    fill: #4B6991;
}

.icon-svg-nom17 {
    display: inline-block;
    width: 44.1px;
    height: 44px;
    fill: #4B6991;
}

.icon-svg-nom18 {
    display: inline-block;
    width: 62.3px;
    height: 35.1px;
    fill: #4B6991;
}

.icon-svg-nom19 {
    display: inline-block;
    width: 35.6px;
    height: 45.6px;
    fill: #4B6991;
}

/* #GRID&LAYOUT
================================================== */
/*wrap*/
body,
html {
    min-width: 320px;
    min-height: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

.header {
    position: relative;
    width: 100%;
    clear: both;
    z-index: 2;
}

.footer {
    position: relative;
    width: 100%;
    clear: both;
    z-index: 1;
}

.wrap {
    width: 100%;
    max-width: 1128px;
    margin: 0 auto;
    padding-bottom: 53px;
    padding-top: 45px;
}

/*grid*/
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

[class*="col-"] {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-2 {
    width: 50%;
}

.col-3 {
    width: 33.3333%;
}

.col-4 {
    width: 25%;
}

.col-5 {
    width: 20%;
}

.col-6 {
    width: 16.66%;
}

/* #SITE STYLE
================================================== */
/* HEADER */
/*header*/
.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 86px;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.4, 1);
    transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.4, 1);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.4, 1);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.4, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.4, 1);
}

/*logo*/
.logo {
    width: 86px;
    height: 77px;
    margin: 23px 43px 0 0;
}
.header .logo{
	position: absolute;
	left: 86px;
}
.logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.logo a img {
    display: block;
   /*  width: 86px;
    height: 77px; */
}

.burger {
    width: 45px;
    cursor: pointer;
    margin-top: 43px;
}

.burger__icon {
    position: relative;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-bottom: 8px;
}

.burger__icon::before {
    content: '';
    display: block;
    width: 45px;
    height: 2px;
    background: #fff;
    margin: 10px 0;
}

.burger__text {
    width: 100%;
    text-align: center;
    font-size: 12px;
    letter-spacing: .2px;
    text-transform: uppercase;
    color: #fff;
}

/*navbar*/
.navbar {
    position: fixed;
    top: 0;
    right: 0;
    width: 500px;
    height: 100vh;
    background: #1c314c;
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.4, 1);
    transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.4, 1);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.4, 1);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.4, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.4, 1);
    z-index: 0;
    padding: 10px 50px 0 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.navbar__list {
    display: block;
    width: 100%;
}

.navbar__item {
    display: block;
    margin-bottom: 0;
    opacity: 0;
    position: relative;
}

.navbar__item a {
    position: relative;
    display: inline-block;
    font-size: 38px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    overflow: hidden;
    padding: 1.3vh 0;
}

.navbar__item a::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    margin-top: 5px;
    background: #f48d00;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform .35s ease-out;
    transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
    transition: transform .35s ease-out, -webkit-transform .35s ease-out;
}

.navbar__item a:hover::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}

.navbar__item--active a::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}

.navbar__item:nth-child(1) {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    -webkit-transition: .25s linear .3s;
    transition: .25s linear .3s;
}

.navbar__item:nth-child(2) {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    -webkit-transition: .25s linear .35s;
    transition: .25s linear .35s;
}

.navbar__item:nth-child(3) {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
    -webkit-transition: .25s linear .4s;
    transition: .25s linear .4s;
}

.navbar__item:nth-child(4) {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    -webkit-transition: .25s linear .45s;
    transition: .25s linear .45s;
}

.navbar__item:nth-child(5) {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    -webkit-transition: .25s linear .5s;
    transition: .25s linear .5s;
}

.navbar__item:nth-child(6) {
    -webkit-transform: translateX(120px);
            transform: translateX(120px);
    -webkit-transition: .25s linear .55s;
    transition: .25s linear .55s;
}

.navbar__item:nth-child(7) {
    -webkit-transform: translateX(140px);
            transform: translateX(140px);
    -webkit-transition: .25s linear .6s;
    transition: .25s linear .6s;
}

.navbar__item:nth-child(8) {
    -webkit-transform: translateX(160px);
            transform: translateX(160px);
    -webkit-transition: .25s linear .65s;
    transition: .25s linear .65s;
}

.navbar__close {
    position: absolute;
    top: 23px;
    right: 28px;
    width: 39px;
    height: 39px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
}

.navbar__close::after {
    content: '';
    position: absolute;
    top: 19px;
    display: block;
    width: 39px;
    height: 2px;
    background: #8E98A5;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: .35s;
    transition: .35s;
}

.navbar__close::before {
    content: '';
    position: absolute;
    top: 19px;
    display: block;
    width: 39px;
    height: 2px;
    background: #8E98A5;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: .35s;
    transition: .35s;
}

.navbar__close:hover::after {
    background: #f48d00;
}

.navbar__close:hover::before {
    background: #f48d00;
}

.navbar__button {
    opacity: 0;
    -webkit-transition: .25s linear .3s;
    transition: .25s linear .3s;
    margin-top: 1.2vh;
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
    -webkit-transition: .25s linear .7s;
    transition: .25s linear .7s;
}

.navbar__button svg {
    position: relative;
    top: 3px;
}

/* .page-open-menu .header {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
}

.page-open-menu .content {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
} */

.page-open-menu .navbar {
    z-index: 10;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}

.page-open-menu .navbar__item {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
}

.page-open-menu .navbar__button {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
}

/*header--page*/
.header__wrap {
    width: 100%;
    max-width: 1429px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.header--page {
    position: relative;
    height: 130px;
    background: #cfd9e5;
}

.header--page .burger__icon {
    border-top: 2px solid #82a0c8;
    border-bottom: 2px solid #82a0c8;
}

.header--page .burger__icon::before {
    content: '';
    background: #82a0c8;
}

.header--page .burger__text {
    color: #82a0c8;
}

/* CONTENT */
/*PAGE HOME*/
.content {
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.4, 1);
    transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.4, 1);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.4, 1);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.4, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.4, 1);
}

/*intro*/
.intro {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 100%;
    overflow: hidden;
    background: #1c314c;
}

.intro__top-viedo-up-title-button{
    width: auto;
    position: absolute;
    z-index: 10000;
    bottom: 47vh;
    font-size: 1.4em;
    left: 86px;
    background-color: #6ab8ee;
    border-color: #6ab8ee;
}

.intro__top-viedo-up-title-button-down{
    bottom: 38vh;
}

.intro__top-viedo-up-title-button-up{
    bottom: 52vh;
}

.intro__top-viedo-up-title-button-warning{
	color: white;
	background-color: #d86aee;
    border-color: #d86aee;
}

.intro__title {
    position: absolute;
    bottom: 20vh;
    left: 0;
    font-size: 66px;
    line-height: 80px;
    padding: 0 86px;
    color: #fff;
    z-index: 2;
}

.intro__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.intro__video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
}

.intro__video::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(39, 29, 29, 0.7);
}

.intro__scroll {
    position: absolute;
    left: 87px;
    bottom: 10vh;
    width: 93.3px;
    height: 42.7px;
    z-index: 2;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-name: scrollIcon;
            animation-name: scrollIcon;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
}

.intro__scroll img {
    width: 100%;
    height: 100%;
}

.page-scroll-start .intro__scroll {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}

.page-scroll-end .intro__scroll {
    -webkit-animation-play-state: running;
            animation-play-state: running;
}

@-webkit-keyframes scrollIcon {
    0% {
        -webkit-transform: translateY(-15%);
                transform: translateY(-15%);
    }

    100% {
        -webkit-transform: translateY(10%);
                transform: translateY(10%);
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: translateY(-15%);
                transform: translateY(-15%);
    }

    100% {
        -webkit-transform: translateY(10%);
                transform: translateY(10%);
    }
}

@keyframes loader {
    0% {
        -webkit-transform: translateY(-15%);
                transform: translateY(-15%);
    }

    100% {
        -webkit-transform: translateY(10%);
                transform: translateY(10%);
    }
}

/*info*/
.info__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 20px;
}

.info__title {
    width: 100%;
    font-size: 40px;
    color: #1c314c;
    font-weight: 600;
    margin: 0 0 42px 0;
}

.info__left {
    width: 41.6%;
    padding: 0 30px 20px 0;
}

.info__left p {
    line-height: 26px;
}

.info__right {
    position: relative;
    width: 58.4%;
    padding-top: 7px;
}

.info__right img {
    width: 100%;
    height: 365px;
    -o-object-fit: cover;
       object-fit: cover;
}

.info__right video {
    width: 100%;
}

.info__video-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
}

.info__video-btn.is-hidden {
    display: none;
}

/*news*/
.news-prev {
    background: #1c314c;
}

.news-prev__title {
    width: 100%;
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 45px 0;
    padding-left: 20px;
}

.news-prev__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 28px;
}

.news-prev__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-decoration: none;
    color: #fff;
    -webkit-transition: .35s;
    transition: .35s;
    margin-bottom: 35px;
}

.news-prev__item:hover {
    color: #f48d00;
}

.news-prev__item:hover .news-prev__img::after {
    content: '';
    opacity: 0;
}

.news-prev__img {
    position: relative;
}

.news-prev__img img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 237px;
}

.news-prev__img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: .35s;
    transition: .35s;
    background: rgba(28, 49, 76, 0.58);
}

.news-prev__name {
    padding: 14px 0 0 19px;
    font-size: 15px;
    line-height: 22px;
}

.news-prev__date {
    font-size: 10px;
    color: #4b6991;
    padding: 12px 0 0 19px;
}

.news-prev__more {
    text-align: center;
    margin: 16px 0 5px;
}

.news-prev__more a {
    padding: 0 0 2px;
    text-transform: uppercase;
    letter-spacing: .2px;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.news-prev__more a:hover {
    color: #f48d00;
    border-color: #1c314c;
}

/*news*/
.istorii-prev {
    background: #1c314c;
}


/*successes*/
.successes__wrap {
    padding-bottom: 41px;
}

.successes__title {
    width: 100%;
    font-size: 40px;
    color: #1c314c;
    font-weight: 600;
    margin: 19px 0 0 0;
    padding-left: 20px;
}

.successes__img {
    display: block;
    margin: 0 auto;
}

/*algorithm*/
.algorithm {
    background: #fbf7ee;
}

.algorithm__wrap {
    padding-left: 20px;
}

.algorithm__title {
    width: 100%;
    font-size: 40px;
    color: #1c314c;
    font-weight: 600;
    margin: 0 0 26px 0;
}

.algorithm__btn {
    text-align: center;
}

.algorithm__btn .btn {
    padding: 17.5px 79px;
}

.tabs-nav {
    margin-bottom: 45px;
}

.tabs-nav__item {
    display: inline-block;
    padding: 5px 12px;
    font-size: 14px;
    line-height: initial;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    border: 2px solid #f48d00;
    border-radius: 5px;
    color: #f48d00;
    margin-right: 19px;
    -webkit-transition: .35s;
    transition: .35s;
}

.tabs-nav__item--active {
    background: #f48d00;
    color: #fff;
}

.tabs {
    margin-bottom: 48px;
    overflow: hidden;
}

.tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: absolute;
    left: -9999px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear .4s, opacity .4s;
    transition: visibility 0s linear .4s, opacity .4s;
}

.tab--active {
    position: relative;
    left: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s linear 0s, opacity .4s;
    transition: visibility 0s linear 0s, opacity .4s;
}

.tab-item {
    width: 220px;
    margin-right: 59px;
}

.tab-item__icon {
    height: 145px;
    overflow: hidden;
}

.tab-item__date {
    min-height: 66px;
    font-size: 20px;
    line-height: 26px;
    color: #4b6991;
    font-weight: 700;
}

.tab-item__desc {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 18px;
}

.tab-item__link {
    display: inline-block;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: .3px;
    font-weight: 500;
    text-transform: uppercase;
    color: #f48d00;
}

.tab-item__link:hover {
    color: #f48d00;
}

.tab-item--1 img {
    margin-top: 10px;
}

.tab-item--2 img {
    margin-top: 11px;
}

.tab-item--3 img {
    margin-top: 7px;
}

.tab-item--4 {
    margin-right: 0;
}

/*team*/
.team__title {
    width: 100%;
    font-size: 40px;
    color: #1c314c;
    font-weight: 600;
    margin: 0 0 43px 0;
    padding-left: 20px;
}

.team__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 59px;
    grid-auto-rows: 286px;
}

.team-item {
    background: #1c314c;
    border: 2px solid #1c314c;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .35s;
    transition: .35s;
}

.team-item:hover {
    background: #fff;
}

.team-item:hover .team-item__header {
    color: #4b6991;
}

.team-item:hover .team-item__name {
    color: #4b6991;
}

.team-item:hover .team-item__graduates {
    color: #4b6991;
}

.team-item__header {
    height: 95px;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    padding: 12px 0 0 20px;
    -webkit-transition: .35s;
    transition: .35s;
}

.team-item__content {
    position: relative;
    padding: 0 5px 23px 149px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.team-item__userpic {
    position: absolute;
    top: 0;
    left: -33px;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    overflow: hidden;
}

.team-item__userpic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.team-item__name {
    font-size: 14px;
    line-height: 19px;
    margin-top: 33px;
    margin-bottom: 7px;
    -webkit-transition: .35s;
    transition: .35s;
}

.team-item__graduates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    margin-bottom: 15px;
    -webkit-transition: .35s;
    transition: .35s;
}

.team-item__graduates span {
    background: #f48d00;
    border-radius: 5px;
    padding: 5px 7px 5px 5px;
    margin-right: 8px;
    color: #fff !important;
}

.team-item__userpics {
    margin-right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.team-item__userpics li {
    margin-right: -16px;
}

.team-item__userpics li:nth-child(1) {
    z-index: 5;
}

.team-item__userpics li:nth-child(2) {
    z-index: 4;
}

.team-item__userpics li:nth-child(3) {
    z-index: 3;
}

.team-item__userpics li:nth-child(4) {
    z-index: 2;
}

.team-item__userpics li:nth-child(5) {
    z-index: 1;
}

.team-item__userpics img {
    width: 46px;
    height: 46px;
    border: 1px solid #fff;
    border-radius: 50%;
}

/*partners*/
.partners {
    background: #e5ecf4;
}

.partners__wrap {
    padding-bottom: 110px;
}

.partners__title {
    width: 100%;
    font-size: 40px;
    color: #1c314c;
    font-weight: 600;
    margin: 0 0 40px 0;
    padding-left: 20px;
}

.partners__inner {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 55px;
    grid-row-gap: 75px;
}

.partners__inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 100%;
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#e5ecf4), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #e5ecf4 0%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: 10;
}

.partners__inner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 100%;
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#e5ecf4));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #e5ecf4 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: 10;
}

.partners__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.partners__item a {
    display: block;
    position: relative;
}

.partners__item a:hover img:nth-child(2) {
    opacity: 1;
}

.partners__item img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .25s;
    transition: .25s;
}

/*PAGE*/
.title__wrap {
    padding-bottom: 44px;
}

.title h1, .title h2 {
    width: 100%;
    font-size: 40px;
    color: #1c314c;
    font-weight: 600;
    margin: 22px 0 0 0;
    padding-left: 20px;
}

/*PAGE Greetings*/
.page-greetings .title {
    background: #e5ecf4;
}

/*greetings*/
.greetings {
    background: #e5ecf4;
}

.greetings--white {
    background: #fff;
}

.greetings__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 934px;
    margin: 0 auto;
    padding: 14px 0 39px;
}

.greetings__pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-width: 238px;
    max-width: 238px;
}

.greetings__pic img {
    border-radius: 50%;
    overflow: hidden;
}

.greetings__name {
    font-size: 12px;
    line-height: 17px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    margin: 19px 0 8px;
}

.greetings__position {
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    margin-bottom: 30px;
}

.greetings__text p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 9px;
}

.greetings__text p strong {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #4b6991;
}

.greetings__more {
    margin-top: 33px;
    font-size: 11px;
    letter-spacing: 3.3px;
    font-weight: 500;
    text-transform: uppercase;
    color: #f48d00;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.greetings__more span {
    position: relative;
    float: left;
    padding: 0 0 4px;
}

.greetings__more span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 98%;
    height: 1px;
    border-top: 1px dashed #f48d00;
}

.greetings__more svg {
    margin: 3px 0 0 3px;
}

.greetings__more.is-open span {
    color: #a7bcd8;
}

.greetings__more.is-open span::after {
    content: '';
    border-color: #a7bcd8;
}

.greetings__more.is-open svg {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    stroke: #a7bcd8;
}

.greetings__hidden {
    display: none;
}

.greetings--right .greetings__pic {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.greetings--right .greetings__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

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

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

/*speakers*/
.speakers {
    padding: 33px 0 57px;
    cursor: pointer;
}

.speakers__wrap {
    width: 1202px;
    margin: 0 auto;
    padding: 0 0 0 135px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 48px;
}

.speaker {
    padding: 0 0 0 6px;
}

.speaker__pic {
    margin-left: -6px;
}
.speaker__pic img{
	border-radius: 50%;
    overflow: hidden;
}
.speaker__name {
    font-size: 12px;
    line-height: 17px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    margin: 15px 0 9px;
}

.speaker__position {
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    margin-bottom: 19px;
}

.speaker__text {
    font-size: 14px;
    line-height: 19px;
}

.speaker__text svg {
    margin-left: 4px;
}

.speaker-popup {
    position: relative;
    width: 100%;
    max-width: 988px;
    padding: 43px 25px 52px 27px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    border-radius: 18px;
}

.speaker-popup__pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-width: 238px;
    max-width: 238px;
}

.speaker-popup__pic img {
    border-radius: 50%;
    overflow: hidden;
}

.speaker-popup__name {
    font-size: 12px;
    line-height: 17px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    margin: 19px 0 8px;
}

.speaker-popup__position {
    width: 390px;
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    margin-bottom: 30px;
}

.speaker-popup__text {
    font-size: 14px;
    line-height: 19px;
}

.speaker-popup__text p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 9px;
}

.speaker-popup__text p strong {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #4b6991;
}

.speaker-popup__close {
    position: absolute;
    top: 13px;
    right: 13px;
    width: 39px;
    height: 39px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
}

.speaker-popup__close::after {
    content: '';
    position: absolute;
    top: 19px;
    display: block;
    width: 39px;
    height: 2px;
    background: #A8BCD8;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: .35s;
    transition: .35s;
}

.speaker-popup__close::before {
    content: '';
    position: absolute;
    top: 19px;
    display: block;
    width: 39px;
    height: 2px;
    background: #A8BCD8;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: .35s;
    transition: .35s;
}

.speaker-popup__close:hover::after {
    background: #f48d00;
}

.speaker-popup__close:hover::before {
    background: #f48d00;
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/*PAGE Competition*/
.competition-title {
    font-size: 26px;
    color: #4b6991;
    font-weight: 600;
    margin-top: 3px;
    margin-bottom: 42px;
}

.competition-intro__wrap {
    padding-top: 31px;
    padding-left: 20px;
    padding-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.competition-intro__left {
    min-width: 243px;
    max-width: 243px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.competition-intro__title {
    margin: 5px 0;
    font-size: 120px;
    line-height: 86px;
    font-weight: 600;
    color: #4c6991;
}

.competition-intro__title2 {
    margin-bottom: 4px;
    font-size: 44px;
    line-height: 1;
    font-weight: 600;
    color: #4c6991;
}

.competition-intro__title3 {
    font-size: 12px;
    line-height: 19px;
    font-weight: 600;
    color: #4c6991;
    letter-spacing: .6px;
    text-transform: uppercase;
}

.competition-intro__right {
    padding-right: 40px;
}

.competition-intro__right p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin: 0;
}

.competition-intro__right p span {
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-size: 24px;
}

.competition-map {
    position: relative;
    background: #1c314c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    width: 100%;
    height: 507px;
}

.competition-map__img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 507px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: none;
}

.map-data {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1128px;
    height: 507px;
    -webkit-transform: translateX(-53%);
            transform: translateX(-53%);
}

.line {
    height: 2px;
    background: #82a0c8;
}

.line1 {
    position: absolute;
    top: 397px;
    left: 22px;
    width: 125px;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
}

.line2 {
    position: absolute;
    top: 335px;
    left: 128px;
    width: 800px;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(-16deg);
            transform: rotate(-16deg);
}

.line3 {
    position: absolute;
    top: 115px;
    left: 895px;
    width: 1000px;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
}

.data {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    cursor: pointer;
    text-align: center;
  /*&:hover {
        div {
            color: $color-link-hover;
        }
        span::after {
            content: '';
            opacity: 1;
        }
    }*/
}

.data.is-active div {
    color: #f48d00;
}

.data.is-active span::after {
    content: '';
    opacity: 1;
}

.data div {
    font-size: 14px;
    font-weight: 700;
    color: #82a0c8;
    -webkit-transition: .35s;
    transition: .35s;
}

.data span {
    position: relative;
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #f48d00;
    border-radius: 50%;
    margin-top: 15px;
}

.data span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 117px;
    height: 117px;
    border: 2px solid #f48d00;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: .35s;
    transition: .35s;
    opacity: 0;
}

.data1 {
    top: 362px;
    left: 6px;
}

.data2 {
    top: 300px;
    left: 90px;
}

.data3 {
    top: 265px;
    left: 233px;
}

.data4 {
    top: 217px;
    left: 401px;
}

.data5 {
    top: 80px;
    left: 879px;
}

.data6 {
    top: 40px;
    left: 1164px;
}

.map-data-text {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 680px;
    height: 155px;
	left: 0px;
    bottom: -95px;
}

.map-data-text div {
    font-size: 14px;
    line-height: 19px;
    /* color: #82a0c8 */;
	color: white;
    display: none;
}

.map-data-text div.is-active {
    display: block;
}

.competition-idea__wrap {
    padding-left: 98px;
    padding-top: 87px;
    padding-bottom: 86px;
}

.competition-idea p {
    font-size: 26px;
    line-height: 37px;
    margin: 0;
    color: #ee8a03;
    font-weight: 500;
}

.competition-idea p span {
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-size: 32px;
}

.competition-target {
    background: #e5ecf4;
}

.competition-target__wrap {
    padding-left: 20px;
    padding-bottom: 0;
}

.competition-target__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.competition-target__item {
    position: relative;
    min-height: 172px;
}

.competition-target__item:nth-child(1) {
    padding: 0 80px 0 75px;
}

.competition-target__item:nth-child(1) .competition-target__number {
    top: 5px;
}

.competition-target__item:nth-child(1) .competition-target__number img {
    width: 53px;
    height: 168px;
}

.competition-target__item:nth-child(2) {
    padding: 0 90px 0 82px;
}

.competition-target__item:nth-child(2) .competition-target__number {
    top: -4px;
}

.competition-target__item:nth-child(2) .competition-target__number img {
    width: 138px;
    height: 177px;
}

.competition-target__number {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.competition-target__text {
    position: relative;
    font-size: 14px;
    line-height: 19px;
}

.competition-tasks__wrap {
    padding-left: 20px;
    padding-bottom: 93px;
    padding-top: 59px;
}

.competition-tasks__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 45px;
}

.competition-tasks__item {
    padding-top: 5px;
}

.competition-tasks__item:nth-child(2) .competition-tasks__icon {
    position: relative;
    top: -2px;
}

.competition-tasks__item:nth-child(3) .competition-tasks__icon {
    position: relative;
    top: -7px;
}

.competition-tasks__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 68px;
}

.competition-tasks__text {
    font-size: 12px;
    line-height: 17px;
}

.competition-participants {
    position: relative;
    background: #fbf7ee;
}

.competition-participants__wrap {
    padding-left: 20px;
    padding-top: 70px;
    padding-bottom: 0;
}

.competition-participants__users {
    position: absolute;
    top: -77px;
    left: 50%;
    width: 834px;
    height: 694px;
    -webkit-transform: translateX(-32px);
            transform: translateX(-32px);
}

.comp-part-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 48px;
}

.comp-part-item__stats {
    min-width: 725px;
    max-width: 725px;
    font-size: 120px;
    line-height: 85px;
    font-weight: 600;
    color: #f48d00;
}

.comp-part-item__stats span {
    display: block;
    margin-top: 9px;
    margin-left: 3px;
    font-size: 44px;
    line-height: 37px;
}

.comp-part-item__stats p {
    display: block;
    margin-top: 12px;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0;
}

.comp-part-item__info {
    padding-right: 45px;
    margin-top: -4px;
}

.comp-part-item__info p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.comp-part-item__info p strong {
    display: block;
    font-size: 23px;
    line-height: 27px;
    font-weight: 600;
    color: #f48d00;
}

.comp-part-item__info-add {
    margin-top: 10px;
    padding-right: 50px;
}

.comp-part-item__info-add p {
    font-size: 12px;
    line-height: 17px;
}

.comp-part-item__info-add p strong {
    padding: 2px 0 0;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
}

.comp-part-item--bottom {
    padding-bottom: 46px;
}

.competition-components .competition-title {
    margin-top: 43px;
}

.competition-components__wrap {
    padding-left: 20px;
}

.competition-components__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 50px;
    padding-top: 2px;
}

.competition-components__item {
    position: relative;
}

.competition-components__item::after {
    content: '';
    position: absolute;
    top: 16px;
    right: -32px;
    width: 26px;
    height: 26px;
    background: url("../img/icon-components-plus.svg") 0 0/cover no-repeat;
}

.competition-components__item:last-child::after {
    content: '';
    display: none;
}

.competition-components__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 87px;
}

.competition-components__title {
    text-align: center;
    height: 66px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: #a2b1c5;
    text-transform: uppercase;
}

.competition-components__text p {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 17px;
}

.competition-components__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 31px 0 19px;
}

.competition-nominations-title {
    width: 100%;
    height: 424px;
    background: #1c314c url("../img/competition-nominations-title.png") center 0 no-repeat;
}

.competition-nominations-title__wrap {
    width: 934px;
    margin: 0 auto;
    padding: 135px 0 0 0;
}

.competition-nominations-title p {
    font-size: 26px;
    line-height: 37px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 47px;
}

.competition-nominations-title p span {
    font-size: 32px;
    line-height: 37px;
    font-family: "Merriweather", serif;
    font-weight: 300;
}

.competition-nominations-title span {
    font-size: 14px;
    line-height: 19px;
    font-family: "Merriweather", serif;
    font-weight: 300;
    color: #fff;
}

.competition-nominations__wrap {
    padding-left: 20px;
    padding-bottom: 10px;
}

.comp-nominations {
    margin-bottom: 50px;
}

.comp-nominations__title {
    font-size: 26px;
    line-height: 37px;
    font-weight: 600;
    color: #4b6991;
    margin: 15px 0 25px;
}

.comp-nominations__item {
    width: 790px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 0 8px;
    margin-bottom: 5px;
}

.comp-nominations__item.align-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.comp-nominations__item.align-top .comp-nominations__logo {
    margin-top: -5px;
}

.comp-nominations__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 195px;
    min-width: 195px;
    padding-right: 38px;
}

.comp-nominations__info {
    font-size: 12px;
    line-height: 17px;
}

.comp-nominations__info strong {
    text-transform: uppercase;
    letter-spacing: .6px;
    font-weight: 700;
}

.competition-events {
    background: #e5ecf4;
}

.competition-events .competition-title {
    margin-top: 17px;
    margin-bottom: 47px;
}

.competition-events__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 33px;
    grid-auto-rows: 214px;
    padding-bottom: 31px;
}

.competition-events__item {
    background: #fff;
    padding: 18px 21px 20px;
}

.competition-events__item.no-text .competition-events__logo {
    height: 100%;
}

.competition-events__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
    margin-bottom: 5px;
}

.competition-events__text {
    font-size: 12px;
    line-height: 17px;
}

/*PAGE Nominations*/
.nominations {
    margin-top: 19px;
}

.nomination {
    position: relative;
    border-top: 1px solid #83a0c8;
    cursor: pointer;
}

.nomination:hover .nomination__img, .nomination.is-open .nomination__img {
    opacity: 1;
}

.nomination:hover .nomination__icon svg, .nomination.is-open .nomination__icon svg {
    fill: #fff;
}

.nomination:hover .nomination__text, .nomination.is-open .nomination__text {
    color: #fff;
}

.nomination__img {
    position: absolute;
    top: 0;
    right: 0;
    height: 133px;
    background: #f48d00;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    opacity: 0;
    z-index: 1;
    -webkit-transition: .35s;
    transition: .35s;
}

.nomination__wrap {
    position: relative;
    width: 100%;
    max-width: 1128px;
    min-height: 133px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    z-index: 2;
}

.nomination__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 103px;
    min-width: 103px;
    min-height: 133px;
}

.nomination__icon svg {
    -webkit-transition: .35s;
    transition: .35s;
}

.nomination__text {
    font-size: 20px;
    line-height: 24px;
    color: #4b6991;
    -webkit-transition: .35s;
    transition: .35s;
    min-height: 133px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.nomination__content {
    width: 100%;
    padding: 44px 460px 33px 103px;
    font-size: 14px;
    line-height: 19px;
    display: none;
}

.nomination__content p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 12px;
}

.nomination__content ul li {
    position: relative;
    padding: 0 0 13px 40px;
}

.nomination__content ul li::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 7px;
    left: 14px;
    background: #f48d00;
}

.nomination__more {
    margin-top: 21px;
    font-size: 11px;
    letter-spacing: 3.3px;
    font-weight: 500;
    text-transform: uppercase;
    color: #a7bcd8;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.nomination__more span {
    position: relative;
    float: left;
    padding: 0 0 4px;
    line-height: 12px;
}

.nomination__more span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 98%;
    height: 1px;
    border-top: 1px dashed #a7bcd8;
}

.nomination__more svg {
    position: relative;
    top: -1px;
    margin: 3px 0 0 3px;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    stroke: #a7bcd8;
}

/*PAGE Contacts*/
.contacts__wrap {
    padding-left: 20px;
    padding-top: 0;
}

.contacts-info {
    padding: 19px 0 0 83px;
}

.contacts-info__title {
    margin: 0 0 28px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #4b6991;
}

.contacts-info__list {
    margin-bottom: 37px;
    padding-top: 13px;
}

.contacts-info__list li {
    display: block;
    margin-bottom: 15px;
}

.contacts-info__list li a {
    color: #000;
}

.contacts-info__list li a:hover {
    color: #82A0C8;
}

.contacts-info__list li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}

.contacts-info__list li span {
    display: inline-block;
    vertical-align: middle;
}

.contacts-info__list2 li {
    display: inline-block;
    margin-right: 20px;
}

.contacts-map {
    margin-top: 45px;
    margin-bottom: 19px;
}

/*PAGE News*/
.page-news .title {
    background: #e5ecf4;
}

.page-news .title__wrap {
    padding-bottom: 37px;
}

.news-list__item {
    padding: 33px 0;
    background: #e5ecf4;
}

.news-list__item:nth-child(2n) {
    background: #fff;
}

.news-list__wrap {
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
    grid-template-columns: 367px 1fr;
    padding-left: 104px;
    padding-right: 15px;
}

.news-list__pic {
    padding-right: 47px;
}

.news-list__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.news-list__data:hover .news-list__title {
    text-decoration: underline;
}

.news-list__date {
    font-size: 12px;
    color: #000;
    margin-bottom: 14px;
}

.news-list__title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #4b6991;
}

/*pagenav*/
.pagenav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 71px 0 70px;
}

.pagenav ul li {
    display: inline-block;
    margin-right: 8px;
}

.pagenav ul li:last-child {
    margin-right: 0;
}

.pagenav ul li.active a {
    border-color: #f48d00;
    color: #fff;
    background: #f48d00;
}

.pagenav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 7px;
    height: 34px;
    font-size: 18px;
    font-weight: 500;
    color: #f48d00;
    border: 2px solid #fff;
    border-radius: 5px;
    background: #fff;
}

.pagenav ul li a:hover {
    border-color: #f48d00;
}

.pagenav ul li span {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.2px;
    padding: 0 9px;
    color: #f48d00;
}

.pagenav__button {
    width: 28px;
    height: 16px;
    padding: 0 10px;
    margin-right: 12px;
}

.pagenav__button--next {
    margin-right: 0;
    margin-left: 12px;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

/*PAGE News*/
.news__title {
    margin-top: 9px;
}

.news__title h1 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #4b6991;
}

.news__title .wrap {
    padding-top: 10px;
    padding-bottom: 25px;
}

.news__date {
    font-size: 12px;
    margin-bottom: 12px;
}

.news__wrap {
    padding-left: 20px;
}

.news__slider {
    background: #e5ecf4;
}

.news__content {
    position: relative;
    font-size: 16px;
    line-height: 24px;
}

.news__content .wrap {
    position: relative;
    padding-left: 104px;
    padding-right: 99px;
    padding-bottom: 48px;
}

.news__content p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
}

.news__content i {
    font-family: "Merriweather", serif;
    font-weight: 300;
}

.news__content blockquote {
    position: relative;
    padding-left: 232px;
    min-height: 200px;
    margin: 3px 0 0 0;
    padding-top: 5px;
}

.news__content blockquote img {
    width: 200px;
    position: absolute;
    top: 0;
    left: -7px;
    border-radius: 50%;
    overflow: hidden;
}

.news__content ul li {
    position: relative;
    padding: 0 0 13px 40px;
}

.news__content ul li::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 7px;
    left: 14px;
    background: #f48d00;
}

.news__intro {
    padding-bottom: 15px;
}

.news__intro p {
    font-size: 20px;
    line-height: 26px;
    color: #4b6991;
}

.news__intro strong {
    font-weight: 700;
}

.news__other {
    background: #e5ecf4;
}

.news__other .wrap {
    padding-left: 20px;
    padding-bottom: 19px;
}

.news__other .news-prev {
    position: relative;
    background: #e5ecf4;
}

.news__other .news-prev__title {
    width: 100%;
    font-size: 26px;
    color: #4b6991;
    font-weight: 600;
    margin: 0 0 32px 0;
    padding-left: 20px;
}

.news__other .news-prev__item {
    color: #000;
}

.news__other .news-prev__img::after {
    content: '';
    display: none;
}

.news__other .news-prev__inner {
    display: block;
}

.news__other .news-prev__inner::after {
    content: '';
    display: block;
    height: 100%;
    width: 15px;
    position: absolute;
    top: 0;
    left: 0;
    background: #e5ecf4;
    z-index: 10;
}

.news__other .news-prev__inner::before {
    content: '';
    display: block;
    height: 100%;
    width: 15px;
    position: absolute;
    top: 0;
    right: 0;
    background: #e5ecf4;
    z-index: 10;
}

.news__other .news-prev__item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    /*margin-right: 28px;*/
    padding: 0 14px;
}

.slick-arrow {
    position: absolute;
    top: 90px;
    left: -22px;
    padding: 0;
    margin: 0;
    z-index: 11;
    background: transparent;
    border: 0;
}

.slick-next {
    left: auto;
    right: -22px;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

.btn-back {
    display: inline-block;
    position: relative;
    color: #f48d00;
    letter-spacing: .3px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 17px;
}

.btn-back:hover {
    color: #f48d00;
}

.btn-back::after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 26px;
    display: block;
    width: 119px;
    height: 1px;
    background: #f48d00;
}

.btn-back svg {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    margin-right: 5px;
}

.news__slider .news__wrap {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 35px;
}

.slider-news {
    position: relative;
}

.slider-news__item {
    outline: transparent;
}

.slider-news .slick-arrow {
    top: 280px;
    left: 12px;
    opacity: .4;
    -webkit-transition: .35s;
    transition: .35s;
}

.slider-news .slick-arrow:hover {
    opacity: 1;
}

.slider-news .slick-next {
    left: auto;
    right: 13px;
    opacity: .4;
}

.slider-news-nav {
    position: relative;
    margin-top: 35px;
}

.slider-news-nav::after {
    content: '';
    display: block;
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: 10;
    opacity: .8;
}

.slider-news-nav::before {
    content: '';
    display: block;
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: 10;
    opacity: .8;
}

.slider-news-nav__item {
    outline: transparent;
    cursor: pointer;
}

.slider-news-nav__item.slick-current > div::after {
    content: '';
    opacity: 0;
}

.slider-news-nav__item > div {
    position: relative;
    padding: 0 15px;
}

.slider-news-nav__item > div::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 15px;
    -webkit-transition: .35s;
    transition: .35s;
}

.slider-news-nav__item img {
    border-radius: 15px;
}

.social-list-fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 38px;
}

.social-list-fixed.is-fixed {
    position: fixed;
}

.social-list-fixed a {
    width: 38px;
    height: 38px;
    border: 1px solid #C1D0E3;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
    -webkit-transition: .35s;
    transition: .35s;
}

.social-list-fixed a svg {
    -webkit-transition: .35s;
    transition: .35s;
}

.social-list-fixed a:hover {
    border-color: #f48d00;
}

.social-list-fixed a:hover svg {
    fill: #f48d00;
}

.news__content-soc {
    position: absolute;
    top: 55px;
    left: -119px;
    width: 38px;
    height: 95%;
}

/* =========== PAGE ADD ==================*/
.page-intro__wrap {
    padding: 20px 20px 78px;
}

.page-intro p {
    font-size: 20px;
    line-height: 26px;
    color: #4b6991;
}

/*PAGE EXPERTS*/
.experts__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 100px;
    padding: 0 20px;
}

.experts__line {
    padding-bottom: 43px;
    background: #e5ecf4;
}

.experts__line:nth-child(2n) {
    background: #fff;
}

.experts__line:nth-child(2n) .expert {
    margin-top: 29px;
    margin-bottom: 56px;
}

.expert {
    text-align: center;
    margin-top: -55px;
}

.expert__pic img {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
}

.expert__name {
    font-size: 16px;
    font-weight: 700;
    margin: 18px 0 8px;
}

.expert__text {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 17px;
}

.expert__position {
    font-size: 12px;
    line-height: 17px;
    color: #4b6991;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.expert__add {
    text-align: left;
}

.expert__add li {
    position: relative;
    padding: 0 0 0 32px;
    margin-bottom: 9px;
    font-size: 11px;
    line-height: 15px;
    font-weight: 600;
    color: #4b6991;
}

.expert__add li svg {
    position: absolute;
    top: 50%;
    left: 0;
    width: 23px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.icon-svg-expert1 {
    display: inline-block;
    width: 43.4px;
    height: 44px;
    fill: #4B6991;
}

.icon-svg-expert2 {
    display: inline-block;
    width: 58.9px;
    height: 47px;
    fill: #4B6991;
}

.participants-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.participants-nav__item {
    display: grid;
    grid-template-columns: 275px 1fr;
    width: 457px;
    height: 98px;
    margin: 0 55px 73px;
    background: #f48d00;
}

.participants-nav__title {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px 0 30px;
}

.participants-nav__users {
    margin-right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.participants-nav__pic {
    margin-right: -14px;
    padding: 28px 0 0 0;
}

.participants-nav__pic img {
    width: 46px;
    height: 46px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.participants-nav__pic:nth-child(1) {
    z-index: 5;
}

.participants-nav__pic:nth-child(2) {
    z-index: 4;
}

.participants-nav__pic:nth-child(3) {
    z-index: 3;
}

.participants-nav__pic:nth-child(4) {
    z-index: 2;
}

.participants-nav__pic:nth-child(5) {
    z-index: 1;
}

.participants-nav__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 26px;
    padding: 0 6px 0 6px;
    font-size: 14px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    margin: 38px 0 0 5px;
    background: #f48d00;
    z-index: 10;
}

.page-experts .pagenav {
    padding-top: 57px;
    padding-bottom: 74px;
}

/*PAGE GRADUATES*/
.experts--type2 .experts__wrap {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 55px;
    padding: 0 20px;
}

.experts--type2 .experts__line {
    padding-bottom: 34px;
    background: #e5ecf4;
}

.experts--type2 .experts__line:nth-child(2n) {
    background: #fff;
}

.experts--type2 .experts__line:nth-child(2n) .expert {
    margin-top: 29px;
    margin-bottom: 56px;
}

/*PAGE TEAM*/
.experts--type3 {
    padding-top: 78px;
    padding-bottom: 30px;
}

.experts--type3 .experts__line {
    padding-bottom: 34px;
}

/* FOOTER */
/*footer*/
.footer {
    background: #1c314c;
}

.footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 28px;
    padding-bottom: 92px;
}

.footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 330px;
    margin-right: 107px;
}

.footer__middle {
    width: 330px;
    margin-right: 103px;
}

.footer__right {
    width: 256px;
}

.footer__logo {
    display: inline-block;
    width: 210px;
    vertical-align: top;
}

.footer__logo .logo {
    margin: 0 0 14px;
}

.footer__logo2 {
    display: inline-block;
    width: 93px;
    vertical-align: top;
    margin-top: 14px;
}

.footer__logo-slogan {
    font-size: 15px;
    color: #fff;
    font-family: "Merriweather", serif;
    font-weight: 300;
}

.footer__logo-slogan:hover {
    color: #fff;
}

.footer__phone {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: #4c6991;
    margin-bottom: 39px;
    margin-top: 42px;
}

.footer__phone:hover {
    color: #f48d00;
}

.footer__smi{
	font-size: 20px;
}

.social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 280px;
    margin: 38px 0 40px 0;
}

.social-link a:hover {
    opacity: .8;
}

.navbar-bottom {
    -webkit-column-count: 2;
            column-count: 2;
    width: 265px;
    margin-left: 4px;
}

.navbar-bottom__item {
    margin-bottom: 5px;
}

.navbar-bottom__item a {
    font-size: 12px;
    color: #4b6991;
}

.navbar-bottom__item a:hover {
    color: #f48d00;
}

.copyright p {
    font-size: 12px;
    color: #4c6991;
    margin-bottom: 16px;
}

/* #PLUGINS
================================================== */
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
            box-shadow: none;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }

    .intro__top-viedo-up-title-button{
        display: none;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }

    .intro__top-viedo-up-title-button{
        display: none;
    }
}

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

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

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

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

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

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

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

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

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

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

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

/* #ANIMATION
================================================== */
/* #PRINT
================================================== */
