
@charset "UTF-8";

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
body {
    margin: 0;
}
details,
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
    max-width: 100%;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
fieldset{
    padding: 0;
    margin: 0;
    border: 0;
}
*,
*:after,
*:before{
    box-sizing: border-box;
}

@font-face {
    font-family: vela;
    src: url(../fonts/VelaSans-Regular.woff2) format("woff2"), url(../fonts/VelaSans-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: vela;
    src: url(../fonts/VelaSans-SemiBold.woff2) format("woff2"), url(../fonts/VelaSans-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: vela;
    src: url(../fonts/VelaSans-Bold.woff2) format("woff2"), url(../fonts/VelaSans-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}
.flex-center {
  align-items: center;
  justify-content: center;
}
.pg-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
    row-gap: 25px;
}
.pg-col {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.pg-col-3 {
    -ms-flex-preferred-size: calc(25% - 75px);
    flex-basis: calc(25% - 75px);
}
@media (max-width: 1200px) {
    .pg-row {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        margin-left: -20px;
        margin-right: -20px;
    }
    .pg-col {
        padding-left: 20px;
        padding-right: 20px;
    }
    .pg-col-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
}
.pg-col-4 {
    -ms-flex-preferred-size: calc(33.3334% - 66.6667px);
    flex-basis: calc(33.3334% - 66.6667px);
}
@media (max-width: 1200px) {
    .pg-col-4 {
        -ms-flex-preferred-size: 33.3334%;
        flex-basis: 33.3334%;
    }
}
.pg-col-6 {
    -ms-flex-preferred-size: calc(50% - 50px);
    flex-basis: calc(50% - 50px);
}
@media (max-width: 1200px) {
    .pg-col-6,
    .pg-col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}
:root {
    --orange: #f68d40;
}
html {
    font-family: vela;
    font-size: 16px;
    line-height: 1.5;
    background: #fafafa;
    color: #303135;
}
html.is-homepage {
    font-size: 20px;
}
.page-header {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}
.page-header {
    height: 450px;
}
.is-homepage .page-header {
    height: 740px;
}
.page-header a {
    color: #fff;
    text-decoration: none;
}
@media (max-width: 1500px) {
    html.is-homepage {
        font-size: 16px;
    }
    .is-homepage .page-header {
        height: 600px;
    }
}
.header-general {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.header-general .w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-general .logo {
    padding-top: 62px;
}
@media (max-width: 1200px) {
  .header-general .logo{
    max-width: 170px;
  }
}
@media (max-width: 767px) {
    .pg-col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .header-general .logo {
        padding-top: 20px;
        max-width: 200px;
    }
}
.width, .w {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.w.w-max {
    max-width: 1680px;
}
@media (max-width: 1500px) and (min-width: 991px) {
    .w, .width {
        padding-left: 40px;
        padding-right: 40px;
        max-width: 1280px;
    }
}
.header-navi {
    margin-left: auto;
}
.header-navi ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    letter-spacing: 0.5px;
    font-size: 14px;
}
.header-navi ul a {
    opacity: 0.75;
}
.header-navi ul .current a {
    opacity: 1;
    border-bottom: 2px solid;
    font-weight: bold;
}
.header-navi ul li {
    margin-left: 24px;
}
.header-navi ul.header-navi__userarea {
    padding-top: 20px;
    margin-bottom: 60px;
}
.header-buttons{
  display: flex;
  column-gap: 20px;
}
.header-buttons .btn span{
  line-height: 1;
}
.header-buttons .btn i{
  margin-right: 20px;
}



@media (max-width: 767px) {
  .header-buttons{
    flex-direction: column;
    row-gap: 20px;
  }
  .is-homepage .page-header,
  .page-header{
    min-height: 400px;
    height: auto;
    padding-bottom: 25px;
  }
  html:not(.is-homepage) .page-header{
    min-height: 25vh;
  }
    .header-navi {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #eee;
        padding: 38px 25px 0;
        z-index: 1001;
        display: none;
    }
    .header-navi ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 10px;
    }
    .header-navi ul li {
        margin-left: 0;
        text-transform: none;
    }
    .header-navi ul a {
        opacity: 1;
        color: #000;
    }
    .header-navi ul a.current {
        font-weight: 700;
    }
    .header-navi ul a.reg-link {
        color: #fff;
        background: var(--orange);
        height: 38px;
        border-radius: 4px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        padding: 0 24px;
        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;
    }
    .header-navi .header-navi__proper {
        font-size: 24px;
        row-gap: 10px;
    }
    .header-navi .header-navi__userarea {
        position: absolute;
        left: 0;
        bottom: 0;
        background: #fff;
        padding: 25px !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0 !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        font-size: 20px;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header-navi .header-navi__userarea li {
        text-transform: uppercase;
    }
}
.header-navi a.feedback-form-open{
    border-color: #fff;
}
.navi-shown .header-navi {
    display: block;
}
.header-navi__proper {
    text-transform: uppercase;
}
.header-proper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    font-size: 28px;
    padding-top: 52px;
}
body:not(.is-homepage) .header-proper{
  padding-top: 120px;
}
body.is-homepage .header-proper{
  padding-top: 115px;
}
@media (min-width: 991px){
  body.is-homepage .header-proper{
    padding-top: 155px;
  }
}
.header-proper .w{
  padding-left: 118px;
}
.header-proper h1 {
    font-size: 48px;
    margin: 0 0 0.15em;
}
.header-proper p {
    max-width: 1130px;
}
.header-proper p:first-of-type {
    margin-top: 0;
}
@media (max-width: 1500px) {
    .header-proper {
        font-size: 24px;
    }
    .header-proper h1 {
        font-size: 40px;
    }
    .header-proper .w{
      padding-left: 138px;
    }
    
}

@media (max-width: 1200px) {
  .header-proper .w{
    padding-left: 40px;
  }
}


.close-navi {
    width: 20px;
    display: block;
    margin-bottom: 20px;
    opacity: 0.7;
}
.show-navi {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: auto;
    padding-bottom: 40px;
}
.show-navi svg {
    fill: #fff;
}
@media (min-width: 768px) {
    .close-navi,
    .show-navi {
        display: none !important;
    }
}
.footer-row:nth-child(1) {
    background: #f7f7f7;
    padding-top: 32px;
    padding-bottom: 32px;
}
.footer-row:nth-child(1) .w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-row:nth-child(1) .w .footer-navi {
    padding: 0;
    margin: 0 0 0 auto;
    list-style-type: none;
    text-transform: uppercase;
    font-size: 14px;
}
.footer-row:nth-child(1) .w .footer-navi li {
    margin-left: 29px;
}
.footer-row:nth-child(1) .w .footer-navi li a {
    color: #000;
    text-decoration: none;
}
@media (max-width: 767px) {
    .header-proper {
        font-size: 20px;
    }
    .header-proper h1 {
        font-size: 30px;
    }
    .footer-row:nth-child(1) .w {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-row:nth-child(1) .w .logo {
        max-width: 200px;
        margin-bottom: 20px;
    }
    .footer-row:nth-child(1) .w .footer-navi {
        text-align: center;
        margin-right: auto;
    }
    .footer-row:nth-child(1) .w .footer-navi li {
        margin-left: 0;
        margin-bottom: 10px;
        font-size: 16px;
    }
}
.footer-row:nth-child(2) {
    background: #f0f0f0;
    padding-top: 12px;
    padding-bottom: 12px;
}
.footer-row:nth-child(2) small {
    font-size: 12px;

}
.footer-navi {
    padding: 0;
    list-style-type: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.color-orange {
    color: var(--orange);
}
.color-red{
  color: #f00;
}
h2 {
    font-size: 48px;
    font-weight: 600;
}
@media (max-width: 1500px) {
    h2 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .footer-row:nth-child(2) {
        text-align: center;
    }
    .footer-row:nth-child(2) small {
        font-size: 11px;
    }
    .footer-navi {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    h2 {
        font-size: 30px;
    }
}
.h3,
h3 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
}
.section {
    /*margin-bottom: 115px;*/
    padding-top: 58px;
    padding-bottom: 58px;
}
@media (max-width: 991px){
  .section{
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

/*.section:last-child {
    margin-bottom: 80px;
}*/
.section-header {
    text-align: center;
    margin-bottom: 65px;
}
@media (max-width: 1500px) {
    .h3,
    h3 {
        font-size: 24px;
    }
    .section-header {
        margin-bottom: 45px;
    }
}
.facts-unit {
    line-height: 1.4;
}
@media (max-width: 767px) {
    .h3,
    h3 {
        font-size: 18px;
    }
    .facts-unit {
        font-size: 16px;
        text-align: center;
    }
    .header-proper .w {
      padding-left: 20px;
  }
  
}
.facts-title {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 130%;
    color: var(--orange);
}
.facts-title b {
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 130%;
    display: block;
}
.stages-list {
    list-style-type: none;
    width: 100%;
    padding: 0;
}
.stages-list li {
    padding-left: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 120px;
    max-width: 1056px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.stages-list li:not(:last-child) {
    padding-bottom: 90px;
}
.stages-list li:not(:last-child):after {
    content: "";
    width: 0;
    border-left: 2px dashed var(--orange);
    position: absolute;
    top: 56px;
    height: 100%;
    left: 30px;
}
.stages-list li:before {
    content: "";
    background: url(../images/bullit.svg) 0 0 / contain;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 26px;
}
.stages-list li.stages-winners:before{
  background: none;
  content:'';
  background: url(../images/trophy.png) 0 0 / contain;  
}

@media (max-width: 1500px) {
    .facts-title {
        font-size: 24px;
    }
    .facts-title b {
        font-size: 54px;
    }
    .stages-list li:not(:last-child) {
        padding-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .facts-title {
        font-size: 20px;
    }
    .facts-title b {
        font-size: 40px;
    }
    .stages-list li {
        padding-right: 0;
        padding-left: 90px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.stages-list__title {
    /*width: 256px;*/
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 68px;
    font-weight: 400;
    margin-right: 26px;
    line-height: 1.5;
    position: relative;
    top: 7px;
}
.stages-list__title b {
    font-size: 72px;
}
@media (max-width: 1500px) {
    .stages-list__title {
        font-size: 54px;
        width: 220px;
    }
    .stages-list__title b {
        font-size: 65px;
    }
}
.stages-list__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    padding-top: 14px;
}
.stages-list__body .h3 {
    font-size: 32px;
}
.stages-list__body .h3:not(:last-child) {
    margin-bottom: 0.5em;
}
@media (max-width: 1500px) {
    .stages-list__body .h3 {
        font-size: 26px;
    }
}
.iconed-item {
    text-align: center;
}
.iconed-item .icon-placeholder {
    height: 64px;
    margin-bottom: 32px;
}
.iconed-item .icon-placeholder svg {
    height: 64px;
}
.feedback-item__header h3 {
    margin-bottom: 5px;
}
.feedback-item__header .h4 {
    margin-bottom: 26px;
    color: var(--orange);
}
.parnters-list {
    list-style-type: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 25px;
    margin-left: 30px;
    margin-right: 30px;
}
.parnters-list li {
    width: 16.6667%;
    padding: 10px 30px;
    max-width: 200px;
    max-height: 100px;    
}

@media (max-width: 767px) {
    .stages-list__title {
        font-size: 40px;
    }
    .stages-list__title b {
        font-size: 50px;
    }
    .stages-list__body .h3 {
        font-size: 20px;
    }
    .parnters-list { margin-left:-10px; margin-right: -10px; }
    .parnters-list li {
        width: 33.3334%; padding: 10px;
    }
}

.my-icon {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-check:before {
  content: "\e901";
  /*  color: #fff;
  */ }

.icon-comment:before {
  content: "\e903";
  /*  color: #858585;
  */ }

.icon-doc:before {
  content: "\e904";
  /*  color: #fff;
  */ }

.icon-doc-alt:before {
  content: "\e905";
  /*  color: #858585;
  */ }

.icon-fb:before {
  content: "\e906";
  /*  color: #c6c6c6;
  */ }

.icon-plus:before {
  content: "\e908";
  /*  color: #989898;
  */ }

.icon-tlg:before {
  content: "\e909";
  /*  color: #c6c6c6;
  */ }

.icon-triangle:before {
  content: "\e90a";
  /*  color: #fe9e26;
  */ }

.icon-vk:before {
  content: "\e90b";
  /*  color: #c6c6c6;
  */ }

button,
input,
select,
textarea {
  -webkit-appearance: none;
  outline: none; }

figure {
  margin: 0;
  padding: 0; }
/*
html {
  background: #F0F1F3;
  background: #fbfbfb;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.4; }
  @media (max-width: 767px) {
    html {
      font-size: 15px; } }*/


a {
  color: #2B70B3; }

p {
  margin-bottom: 1.5em; }

address {
  font-style: normal; }

img, iframe, video {
  max-width: 100%;
  /* height: auto; } */}
/*
h1, .h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 0.5em; }
  h1:first-child, .h1:first-child {
    margin-top: 0; }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 32px;
      line-height: 1;
      margin-bottom: 0.7em; } }

h2, .h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 0.5em; }
  h2:first-child, .h2:first-child {
    margin-top: 0; }
  @media (max-width: 767px) {
    h2, .h2 {
      font-size: 24px; } }
*/
      h4, .h4 {
        font-weight: bold;
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 1em; }
        h4:first-child, .h4:first-child {
          margin-top: 0; }

.cols {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px; }
  .cols > div {
    padding-left: 25px;
    padding-right: 25px; }
  .cols.cols-slimer,
  .cols.cols-slimmer {
    margin-left: -16px;
    margin-right: -16px; }
    .cols.cols-slimer > div,
    .cols.cols-slimmer > div {
      padding-left: 16px;
      padding-right: 16px; }
  .cols.cols-slimmest {
    margin-left: -7px;
    margin-right: -7px; }
    .cols.cols-slimmest > div {
      padding-left: 7px;
      padding-right: 7px; }
.col-2 {
  width: 16.6666667%; }

.section-project-briefly  .col-2 {
  width: 20%;
}
.col-3 {
  width: 25%; }


.col-4 {
  width: 33.3333334%; }

.col-6 {
  width: 50%; }

.col-12 {
  width: 100%; }

@media (max-width: 991px) {
  .col-md-12 {
    width: 100%; } }

@media (max-width: 767px) {
  .col-sm-6:nth-child(1n),
  .col-sm-6 {
    width: 50% !important; }

  .col-sm-12:nth-child(1n),
  .col-sm-12 {
    width: 100% !important; }
  }
.btn {
  display: inline-block;
  border-radius: 3px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center; }

.btn-big {
  height: 64px;
  line-height: 64px;
  font-size: 18px; }

.btn-orange {
  background: linear-gradient(17.19deg, #FFD000 0%, #FA9F00 94.68%);
  color: #fff; }
  .btn-orange:hover {
    background: linear-gradient(17.19deg, #ffd933 0%, #f8a91e 94.68%);
  }

  .btn-reg {
    height: 50px;
    font-weight: bold;
    font-size: 16px;
    line-height: 50px; }

.btn-complex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  line-height: inherit;
  text-align: left;
  justify-content: center;
}
.btn-complex i{
  flex-shrink: 0;
}
.btn-complex small{
  display: block;
  opacity: 0.7;
  font-size: 0.60em;
}
.btn-complex span{
  line-height: 1.2;
}

.index-header-section-content .btn-complex{
  margin-left: auto;
  margin-right: auto;
}

  .gradient-h {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important; }

  .gradient-blue {
    background: -webkit-linear-gradient(45deg, #0084F4, #0A6B95 80%); }

  .gradient-orange {
    background: -webkit-linear-gradient(45deg, #FF3600, #F6BC2F 80%); }

  .gradient-yellow {
    background: -webkit-linear-gradient(45deg, #F6BC2F, #FE9E26 80%); }

  .gradient-brown {
    background: -webkit-linear-gradient(45deg, #710D0D, #7E5353 80%); }

  .gradient-grey {
    background: -webkit-linear-gradient(45deg, #858585, #000000 80%); }

  .gradient-blue-alt {
    background: -webkit-linear-gradient(45deg, #2B70B3, #0084F4 80%); }
  .gradient-red {
    background: -webkit-linear-gradient(45deg, #FF0000, #F6BC2F 80%); }
  .gradient-bubblegum {
    background: -webkit-linear-gradient(45deg, #FF3600, #FF00A8 80%); }
  .gradient-blue-dark {
    background: -webkit-linear-gradient(0deg, #2B70B3, #00498F 100%); }


/*
.index-header {
  position: relative;
  background: url(/local/static/images/content/poty-index-bg.jpg) no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
  height: 70vh;
  min-height: 520px; }
  .index-header .page-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.page-header-top{
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding-top: 19px;
  padding-bottom: 12px;
}
.page-header .page-header-top>.width{
  justify-content: space-between;
  padding-top: 0;
}
.page-header-top .header-userplace-user{display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;}
.page-header-top .header-userplace-user a{
  margin-left: 40px;
  font-size: 14px;
}

.navi-extra ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.navi-extra ul li{
  font-size: 14px;
  margin-right: 40px;
}
.navi-extra ul li a{
  color: #000;
  text-decoration: none;
}

.header-navi{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
.header-navi li[data-mob]{
  display: none;
}
.header-navi li{
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.header-navi li a{
  color: rgba(0,0,0,0.8);
}

.header-navi ul li:last-child {text-transform: capitalize;}

.page-header .width {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-top: 26px;
  -ms-align-items: center;
  align-items: center; }
.page-header .logo {
  margin-right: 60px; }
  @media (max-width: 991px) {
    .page-header .logo {
      flex-grow: 1; } }

.navi-call {
  display: none;
  margin-left: 20px; }
  @media (max-width: 991px) {
    .navi-call {
      display: block;
      width: 25px;
      height: 25px; }
      .navi-call a {
        display: block;
        height: 25px;
        position: relative; }
        .navi-call a i {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          width: 100%;
          height: 4px;
          opacity: 0.4;
          background: #000;
          box-shadow: 0 -8px #000, 0 8px #000; } }

.header-navi {
  font-size: 16px;
  flex-grow: 1; }
  .header-navi ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    .header-navi ul li {
      margin-right: 30px; }
      .header-navi ul li:last-child {
        margin-right: 0;  }
      .header-navi ul li a {
        position: relative;
        text-decoration: none; }
      .header-navi ul li.current a:before {
        width: 100%;
        height: 4px;
        left: 0;
        top: 100%;
        margin-top: 4px;
        content: '';
        background: #CD1214;
        position: absolute; }
  .header-navi a {
    color: #000;
    text-decoration: none; }
 @media (max-width: 991px) {
    .header-navi {
      position: fixed;
      left: 0;
      top: 0;
      width: 70%;
      max-width: 250px;
      background: url(/local/static/images/side-navi.jpg) no-repeat;
      -webkit-background-size: cover;
      background-size: 150% auto;
      z-index: 20;
      padding: 20px;
      height: 100%;
      box-shadow: 0 0 20px transparent;
      transition: all 0.3s;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      flex-direction: column;
      transform: translateX(-100%); }
      .header-navi ul {
        width: 100%;
        display: block;flex-grow: 1; }
        .header-navi ul li[data-mob]{
          display: block;
        }
        .navi-extra{
          display: none;
        }
        .header-navi ul li {
          font-size: 16px;
          text-align: left;
          margin-bottom: 25px; }
          .header-userplace-user a{
            display: block;
          }
          .header-userplace-user.non-logged a:nth-child(2){
            margin-top: 25px;
          }
          .page-header-top{
            padding: 0;
            border: 0;
          }
          .header-user-area.header-user-area{
            position: absolute;
right: 50px;
    top: 46px;}
    .header-user-area.header-user-area.logged {
      top: 37px;
    }
    .header-navi .header-user-area.header-user-area.logged .header-userplace-user{
      display: flex;
    width: 100%;
    align-items: center;
    }
    .header-navi .header-user-area.header-user-area.logged .header-userplace-user span{
      top: -2px;
    }

    .header-navi .header-user-area.header-user-area{
      position: relative;
      right: 0;
      top: 0;
      color:rgba(0, 0, 0, 0.8);
      font-family:Roboto;
      font-size:14.4px;
      font-weight:600;
      letter-spacing:0.8px;
      line-height:19px;
      text-transform: uppercase;
    }
    .header-navi .header-user-area.header-user-area.logged{
      top: 0;
    }
    body#body-projectoftheyear div.non-logged{
      font-size: 14.4px;
      display: block;
    }




        }

@media (max-width: 991px) {
  .navi-called .header-navi {
    transform: translateX(0);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); } }
.header-user-area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  position: relative; }
  .header-user-area a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8); }
    .header-user-area a img {
      margin-left: 30px;
      vertical-align: middle;
      top: -2px; margin-right: .2em; }
    @media (max-width: 1200px) {
      .header-user-area a img {
        position: relative;
        top: auto;
        left: auto; } }
    @media (max-width: 1100px) {
      .header-user-area a span {
        display: none; } }
    @media (max-width: 991px) {
      .header-user-area a span {
        display: inline-block; }
        .header-user-area a img{
          margin-left: 0;
        }
        .header-user-area a{
          flex-grow: 1;
        }

      }

.index-header-section {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center; padding-top:120px;}

.index-header-section-content {
  text-align: center;
  font-size: 20px;
  max-width: 820px; }
  .index-header-section-content h1 {
    font-size: 72px;
    margin-bottom: 3rem;
    line-height: 1; margin-top:5rem; }
  @media (max-width: 767px) {
    .index-header-section-content {
      font-size: 16px; }
      .index-header-section-content h1 {
        font-size: 36px; } }
  .index-header-section-content .btn-big {
    width: 360px; }
  .index-header-section-content p {
    margin-bottom: 1em; }
    .index-header-section-content p:last-child {
      margin-top: 2em; }
*/
/*.section {
  padding-top: 44px;
  padding-bottom: 64px;
  overflow-x: hidden; }
  @media (max-width: 767px) {
    .section {
      padding-top: 30px;
      padding-bottom: 30px; } }
*/
.section-header {
  text-align: center;
  margin-bottom: 60px; }
  .section-header:not(:first-child) {
    margin-top: 50px; }

.col-3:first-child .facts-item:before {
  display: none; }

.facts-item {
  font-size: 16px;
  height: 100%;
  position: relative;
  margin-bottom: 30px; }
  .facts-item:before {
    content: '';
    width: 1px;
    height: calc(100% - 30px);
    left: -26px;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    position: absolute; }

.facts-number {
  margin-bottom: -12px; }
  .facts-number strong {
    display: block;
    font-size: 76px;
    line-height: 1.2; }
    @media (max-width: 767px) {
      .facts-number strong {
        font-size: 60px; } }
  .facts-number small {
    font-size: 24px;
    font-weight: bold; }

.brief-item {
  position: relative;
  padding-top: 20px;
  margin-bottom: 30px; }
  .brief-item:before {
    content: '';
    background: #FDBF01;
    width: 65px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 0; }
    .brief-item.brief-item-c {
      text-align: center; }
      .brief-item.brief-item-c:before {
        right: 0;
        margin: auto; }
    @media (max-width: 767px) {
      .brief-item {
        margin-bottom: 30px; } }
  .brief-item .dt {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
  min-height: 2.3em;
}
  .brief-item .dd {
    font-weight: 300;
    font-size: 44px;
    line-height: 128.91%; }
    @media (max-width: 767px) {
      .brief-item .dd {
        font-size: 50px; } }
.bg-dark {
  background: #E5E5E5; }

.persona-item {
  text-align: center; }
  .persona-item img {
    margin-bottom: 20px;border-radius: 200px; }
  .persona-item .h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px; }
  .persona-item .p {
    font-size: 16px;
    margin-bottom: 10px; }
      .persona-item .role {
        font-size: 14px; }
      .persona-item .h4 + .role {
        margin-top: -0.85em; }
      .persona-item .person-stat {
        text-align: center;
        color: #858585; }
      .persona-item .icon-placeholder {
        position: relative;
        height: 25px; }
        .persona-item .icon-placeholder i {
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          top: 0;
          opacity: 0.5; }
      .persona-item .pt {
        font-size: 14px; }
        .persona-item .pt b {
          display: block;
          font-size: 24px; }

    .orange {
      color: #FF922C; }
.procedure-layout {
  padding-left: 187px;
  position: relative;
  padding-right: 0;
  left: 32px; }
  @media (max-width: 767px) {
    .procedure-layout {
      left: 0;
      padding-left: 0; } }

.procedure-bg {
  padding-top: 131px;
  padding-left: 275px; }
  .procedure-bg > img {
    position: absolute;
    right: 0;
    top: 0; }
  @media (max-width: 767px) {
    .procedure-bg {
      padding-top: 0;
      padding-left: 0; }
      .procedure-bg img {
        position: relative;
        display: none; } }

.procedure-steps {
  position: absolute;
  left: -45px;
  top: 40px;
  counter-reset: list; }
  .procedure-steps ol {
    padding: 0;
    margin: 0; }
    .procedure-steps ol li {
      list-style-type: none;
      margin-bottom: 40px;
      color: #fff;
      position: relative;
      font-size: 21px;
      line-height: 1.4;
      width: 374px;
      padding-right: 30px; }
      .procedure-steps ol li:after {
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        height: 100%;
        background: url(/local/static/images/y-skw.svg) no-repeat right top;
        background-size: 100% 100%;
        content: '';
/*        border-style: solid;
        border-width: 97px 30px 0 0;
        content: '';
        border-color: #FDBF01 transparent transparent transparent;*/
      }
      @media (max-width: 767px) {
        .procedure-steps ol li {
          width: 100%; } }
      .procedure-steps ol li span {
        display: block;
        position: relative;
        padding: 15px 10px 15px 100px;
        min-height: 96px;
        background: #FDBF01; }
        .procedure-steps ol li span:before {
              counter-increment: list;
    position: absolute;
    width: 105px;
    /* height: 100%; */
    text-align: center;
    left: 0;
    content: counter(list);
    top: 0;
    font-weight: bold;
    font-size: 62px;
    line-height: 1;
    top: 50%;
    transform: translateY(calc(-50% - 12px));}
        .procedure-steps ol li span:after {
              content: 'stage';
    position: absolute;
    /* bottom: 9px; */
    left: 0;
    width: 100px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    top: 50%;
    transform: translateY(calc(50% + 5px));}
  @media (max-width: 767px) {
    .procedure-steps {
      position: static; } }

.procedure-description {
  width: 577px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 3px;
  padding: 30px 40px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  position: relative; }
  @media (max-width: 767px) {
    .procedure-description {
      width: 100%;
      padding: 20px;
      font-size: 16px; } }
  .procedure-description h3 {
    font-weight: bold;
    font-size: 32px;
    line-height: 120%;
    margin-top: 0;
    max-width: 300px;
    margin-bottom: 25px; }
  .procedure-description p {
    max-width: 370px; }
  .procedure-description .btn {
    width: 100%; }

.partner-logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  height: 100%; }
  .partner-logo img {
    max-height: 90px; }

/* inner pages */
.header-with-content {
  min-height: 550px;
  height: 550px;
  -webkit-background-size: cover;
  background-size: cover;
  justify-content: flex-end;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 1.4; }
  .header-with-content .page-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .header-with-content .limiter {
    max-width: 520px; }
    .header-with-content .header-content-f .limiter {
      max-width: 630px; }
  .header-with-content h1 {
    font-size: 72px;
    margin: 0;
    line-height: 1; }
    @media (max-width: 991px) {
      #body-projectoftheyear .header-with-content{
        min-height: 0;
        padding-bottom: 30px;
        padding-top: 120px;
      }
      #body-projectoftheyear .header-with-content .header-content{
        padding-bottom: 0;
      }
      #body-projectoftheyear .header-with-content + .section{
        padding-top: 0;
      }
      .header-with-content h1 {
        font-size: 48px; }
        #body-projectoftheyear select ~ .ui-selectmenu-button.ui-button,
        #body-projectoftheyear .styled-select ~ .ui-selectmenu-button.ui-button{
          max-width: 100%;
          width: 100%;
        }

      }
    @media (max-width: 767px) {
      .header-with-content h1 {
        font-size: 36px; } }
  .header-with-content + .section {
    padding-top: 50px; }
    @media (max-width: 767px) {
      .header-with-content + .section {
        padding-top: 20px; }
        .header-with-content + .section.section-project-briefly {
          padding-top: 40px;
          padding-bottom: 20px; }
          .header-with-content + .section.section-project-briefly .cols {
            margin-left: -10px;
            margin-right: -10px; }
            .header-with-content + .section.section-project-briefly .cols > div {
              padding-left: 10px;
              padding-right: 10px; } }
  @media (max-width: 767px) {
    .header-with-content {
        height: auto;
      min-height: 360px; } }

.header-content {
  padding-bottom: 95px; }
  @media (max-width: 767px) {
    .header-content {
      padding-bottom: 20px; } }
      .header-content .width {
        position: relative; }
      .header-content .header-contet-aside {
        position: absolute;
        right: 0;
        bottom: 0px; }
        .header-content .header-contet-aside .btn {
          font-size: 13px;
          font-weight: normal;
          line-height: 1;
          text-align: left;
          height: 68px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          -ms-align-items: center;
          padding-left: 69px;
          padding-right: 40px;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          -o-flex-wrap: wrap;
          flex-wrap: wrap;
          line-height: 1.1;
          width: auto;
          flex-direction: column;
          justify-content: center;
          align-content: center;
          box-shadow: 0px 4px 16px rgba(186, 112, 0, 0.25);
          border-radius: 3px; }
          .header-content .header-contet-aside .btn b {
            font-weight: bold;
            display: block;
            font-size: 24px; }
          .header-content .header-contet-aside .btn i {
            position: absolute;
            left: 25px;
            top: 0;
            bottom: 0;
            margin: auto;
            font-size: 24px;
            height: 28px; }
        @media (max-width: 1200px) {
          .header-content .header-contet-aside {
            right: 20px; } }
        @media (max-width: 991px) {
          .header-content .header-contet-aside {
            position: relative;
            right: 0; }
            .header-content .header-contet-aside .btn {
              max-width: 320px; } }

.tabs-header {
  margin-bottom: 50px; }
  .tabs-header ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-top: 10px; }
    .tabs-header ul li:not(:last-child) {
      margin-right: 60px; }
    @media (max-width: 767px) {
      .tabs-header ul {
        overflow-x: scroll; }
        .tabs-header ul li {
          white-space: nowrap;
          font-size: 30px; } }
  .tabs-header a {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    display: block;
    padding-bottom: 12px;
    opacity: 0.3;
    border-bottom: 4px solid transparent;
    text-decoration: none; }
  .tabs-header li.on a {
    opacity: 1;
    border-bottom: 5px solid #FDBF01; }
  @media (max-width: 767px) {
    .tabs-header {
      display: none; } }

.tab {
  display: none; }
  .tab.on {
    display: block; }
  @media (max-width: 767px) {
    .tab {
      display: block;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); } }

.mob-tab-h {
  display: none; }

@media (max-width: 767px) {
  .mob-tab-h {
    display: block;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-right: 30px; }
    .mob-tab-h:after {
      content: '';
      width: 30px;
      height: 30px;
      position: absolute;
      right: 0;
      top: 0;
      background: url(/local/static/images/acc-arrow.svg) no-repeat;
      -webkit-background-size: contain;
      background-size: contain;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .mob-tab-h.called:after {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }

  .mob-tab-c {
    display: none; } }
.table-wrap {
  overflow-x: auto; }

.table {
  width: 100%;
  border-collapse: collapse; }
  .table thead th {
    text-align: left;
    font-size: 16px;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
    padding-bottom: 18px; }
    .table thead th.th-name {
      width: 23%; }
    .table thead th.th-company {
      width: 31%; }
    .table thead th.th-order {
      width: 23%; }
  .table tbody td {
    vertical-align: middle;
    padding-top: 24px;
    padding-bottom: 35px;
    font-size: 14px;
    line-height: 20px; }
    .table tbody td:not(:last-child) {
      padding-right: 30px; }
    .table tbody td .h {
      font-weight: 500;
      font-size: 16px;
      line-height: 1.3em;
      display: block; }
    .table tbody td .person-unit{
        display: flex;
        align-items: center;
    }
    .table tbody td .person-unit {
      margin-bottom: 0;
      padding-right: 0; }

/* hall of fame */
.person-unit {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: flex-start;
  margin-bottom: 28px;
  font-size: 14px;
  padding-right: 30px;
  max-width: 440px; }
  .person-unit .h {
    font-weight: bold;
    font-size: 18px; }
  .person-unit figure {
    flex-shrink: 0;
    width: 55px;
    margin-right: 13px; }
    .person-unit figure img {
      height: 55px;
      width: 55px;
      object-fit: cover; }

@media (max-width: 991px){
  .winners-table{
    padding-top: 15px;
  }
  .winners-table .table,
  .winners-table .table tbody,
  .winners-table .table thead,
  .winners-table .table tr,
  .winners-table .table tbody td:nth-child(1n),
  .winners-table .table tbody th:nth-child(1n){
    display:block;
    border:0;
    padding:0;
  }
  .winners-table .table thead{
    display:none;
  }

  .winners-table .cmp-logo{
    text-align:left;
    max-width:200px;
  }
  .winners-table .table tbody tr{
    display:flex;
    flex-wrap:wrap;
    padding-bottom:30px;
    margin-bottom:30px;
    border-bottom:1px solid #ccc;
  }
  .winners-table .table tbody tr:last-child{
    border:0;
    margin-bottom:0;
  }

  .winners-table .table tbody tr td:nth-child(4){
    order:-1;
    display:flex;
    flex-direction:column-reverse;
    font-size:18px;
    margin-bottom:20px;
    width:100%;
    /* text-orientation: sideways; */
  }
  .winners-table .table tbody tr td:nth-child(4) .h{
    font-size:14px;
    font-weight:normal;
    display:inline;
  }

  .winners-table .table tbody tr td:nth-child(1),
  .winners-table .table tbody tr td:nth-child(3){
    order:1;
    width:50%;
    margin-top:10px;
  }
  .winners-table .table tbody tr td:nth-child(1):before{
    content:"Project manager on the customer side:";
    font-weight:bold;
    margin-bottom:10px;
    display:block;
  }
  .winners-table .table tbody tr td:nth-child(3):before{
    content:"Project Geography:";
    font-weight:bold;
    margin-bottom:10px;
    display:block;
  }
  .winners-table .table tbody tr td:nth-child(2),
  .winners-table .table tbody tr td:nth-child(5){
    width:50%;
    padding-right:30px;
  }

  .winners-table .table tbody tr td:nth-child(2) .h,
  .winners-table .table tbody tr td:nth-child(5) .h{
    font-size:15px;
  }


  .winners-table .table tbody tr td:nth-child(2):before{
    content:"Customer:";
    font-weight:bold;
    display:block;
    margin-bottom:5px;
  }
  .winners-table .table tbody tr td:nth-child(5):before{
      content:"IT Provider:";
    font-weight:bold;
    display:block;
    margin-bottom:5px;
  }
}

@media (max-width: 991px) and (min-width: 768px){
  .winners-table .table tbody tr td:nth-child(1) {
      order: 1;
      width: 25%;
      margin-top: 0;
      line-height: 1.2;
  }
  .winners-table .table tbody tr td:nth-child(2), .winners-table .table tbody tr td:nth-child(3), .winners-table .table tbody tr td:nth-child(5) {
      width: 25%;
      padding-right: 30px;
  }
}


.img-rnd {
  border-radius: 100%; }

.cmp-logo {
  height: 60px;
  line-height: 60px;
  display: block;
  margin-bottom: 10px;
  vertical-align: middle;
  text-align: left;}
.cmp-logo img {
    max-width: 100%;
    max-height: 100%;
    object-position: left;
}
.archive {
  text-align: center;
  font-size: 18px;
  padding: 0;
  margin: 0;
  margin-top: -30px; }
  .archive li {
    display: inline-block;
    vertical-align: top;
    margin: 0 7px; }
    .archive li:not(:last-child):after {
      content: ','; }

/* partners */
.section-partner {
  padding: 0; }

.partner-unit {
  padding-top: 45px;
  padding-bottom: 45px; }
  .partner-unit .width {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    @media (max-width: 767px) {
      .partner-unit .width {
        display: block; } }
  .partner-unit:first-child {}

.partner-text {
  width: 53.2%;
  flex-shrink: 0;
  padding-right: 40px;
  margin-right: 5em; }
  @media (max-width: 767px) {
    .partner-text {
      width: 100%; } }

.partner-address {
  width: 30%;
  flex-shrink: 0;
  padding-top: 9px; }
  .partner-address address {
    margin-bottom: 20px;
    max-width: 344px; }
    .partner-address address b {
      display: block; }
  .partner-address img {
    margin-bottom: 30px; max-width: 200px; }
  @media (max-width: 767px) {
    .partner-address {
      width: 100%; } }


      /* leaders */
      .category-thumb {
        height: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column; }
        .category-thumb .author-lines {
          min-height: 145px; }
        .category-thumb .name {
          font-weight: 500;
          font-size: 14px;
          line-height: 140.62%;
          margin-top: 8px; }
        .category-thumb .role {
          font-size: 12px;
          line-height: 140.62%; }
        .category-thumb .company {
          font-weight: 500;
          font-size: 14px;
          line-height: 140.62%;
          color: #FF3600;
          margin-top: 8px; }

      .category-thumb-h {
        flex-grow: 1; }
        .category-thumb-h h3 {
          line-height: 1;
          min-height: 2em; }
        .category-thumb-h .lead {
          font-weight: 500;
          font-size: 18px;
          line-height: 120%; }

      .lead {
        font-size: 18px;
        font-weight: bold; }

      .article-preview {
        height: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        font-size: 16px; }

      .article-author {
        font-size: 18px;
        line-height: 21px; }
        .article-author img {
          margin-right: 10px; }

      .article-preview-text {
        flex-grow: 1; }

      .article-preview-footer {
        font-size: 14px;
        color: #858585; }
        .article-preview-footer small {
          font-size: 14px; }
        .article-preview-footer .date {
          margin-bottom: 10px; }

      .article-preview-related a {
        color: #0084F4; }
      .article-preview-related small {
        display: block; }

/*comments*/
div.comment-text .author-company {
    font-size: 14px;
    line-height: 1.4;
    color: #858585;
    font-weight: normal;
}

div.comment-text .author-role {

}

.products_guests_attention_new {
    border: medium none;
    border-radius: 2px;
    padding: 6px 20px 0px 17px;
    background-color: #5d5d5d;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#5d5d5d),to(#8c8c8c));
    background: -webkit-linear-gradient(center top,#5d5d5d,#8c8c8c);
    background: -moz-linear-gradient(center top,#5d5d5d,#8c8c8c);
    background: -o-linear-gradient(center top,#5d5d5d,#8c8c8c);
    background: linear-gradient(to bottom,#5d5d5d,#8c8c8c);
    -pie-background: linear-gradient(#5d5d5d,#8c8c8c);
    behavior: url(/js/PIE.htc);
    display: inline-block;
    position: relative;
    width: 95%;
    font: 12px/16px Arial,Verdana,Helvetica,sans-serif;
}

.products_guests_attention_new .attention {
    background: url(/local/static/images/exclamation.svg) no-repeat scroll 0 0 transparent;
    height: 20px;
    left: 15px;
    position: absolute;
    top: 25px;
    width: 20px;
}

.products_guests_attention_new .login_focus {
    border-bottom: 1px dotted white;
}

.products_guests_attention_new a {
    text-decoration: none;
    border-bottom: 1px solid white;
    color: white !important;
}

.products_guests_attention_new p {
    color: white;
    padding: 3px 0 4px 35px;
    line-height: 14px;
}

/* about */
.text-cols {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  column-gap: 40px; }
  .text-cols p {
    display: inline-block;
    width: 100%; }
  @media (max-width: 767px) {
    .text-cols {
      column-count: 1; } }

.text-lim {
  max-width: 880px; }

hr {
  margin-top: 60px;
  margin-bottom: 45px;
  border-top: 1px solid #C6C6C6;
  opacity: 0.5; }
  @media (max-width: 767px) {
    hr {
      margin-top: 25px;
      margin-bottom: 25px; } }

.acc-content {
  margin-bottom: 17px; }
  .acc-content.called .acc-h:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.acc-h {
  color: #989898;
  position: relative;
  padding-left: 48px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px; max-width: 50em;}
  .acc-h:before {
    content: '';
    width: 24px;
    height: 24px;
    left: 0;
    top: -2px;
    position: absolute;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    content: "\e908";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px; }

.acc-hidden {
  max-width: 600px;
  font-size: 14px;
  display: none;
  padding-top: 15px; }

  /* form */
  .employee-card {
    display: block;
    color: #000;
    text-decoration: none;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 36px 30px;
    height: 100%;
    cursor: pointer;
    transition: all 0.3s;
    background: #fff;
    box-shadow: 0px 20px 40px rgba(0, 132, 244, 0);
    min-height: 190px; }
    .employee-card:hover {
      color: #fff;
      background: linear-gradient(113.88deg, #68A1D1 18.52%, #0084F4 100%);
      box-shadow: 0px 20px 40px rgba(0, 132, 244, 0.4); }
    .employee-card.employee-card-alt:hover {
      background: linear-gradient(113.44deg, #FDBF01 14.74%, #FE9E26 100%);
      box-shadow: 0px 20px 24px rgba(254, 158, 38, 0.2); }
    .employee-card .h2 {
      margin-bottom: 0; }

  .form-reg {
    max-width: 895px; }
    .form-reg fieldset {
      margin-bottom: 23px; }
    .form-reg .form-row {
      margin-bottom: 24px; }
      .form-reg .form-row label {
        display: block;
        margin-bottom: 6px; }
    .form-reg h4, .form-reg .h4 {
      font-size: 22px; }
    .form-reg .input-text {
      width: 100%; }

.form-reg .dropzone{

}

.ui-selectmenu-menu .ui-menu{
  max-height: 212px;
}
  label input[type="checkbox"] {
    display: none; }
    label input[type="checkbox"]:checked + span:before {
      background: url(/local/static/images/check.svg) no-repeat center center #FE9E26;
      background-size: 10px 8px; }
    label input[type="checkbox"] + span {
      display: inline-block;
      position: relative;
      padding-left: 32px;
      font-size: 14px; }
      label input[type="checkbox"] + span:before {
        width: 16px;
        height: 16px;
        background: #E4E6E7;
        border-radius: 2px;
        content: '';
        position: absolute;
        left: 0;
        top: 3px; 
        background: #fff;

        margin-top: 3px;
        border: 1px solid #ccc;
      }
      label input[type="checkbox"]:checked + span:before {
        border-color: #FE9E26;
      }

  .form-comment {
    color: #858585;
    font-size: 16px;
    line-height: 140%;
    margin-top: -1em;
    max-width: 580px; }
    .form-comment.orange {
      color: #fdb913; }

  .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    .form-row .label, .form-row label {
      width: 100%;
      font-weight: 500;
      font-size: 16px;
      line-height: 140.62%; }
    .form-row select {
      width: 100%; }

  select {
    height: 50px;
    background: url(/local/static/images/y-triangle.svg) no-repeat right 18px center #FFFFFF;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 3px; }

    .form-reg select ~ .ui-selectmenu-button.ui-button {
      background-color: #fff;
      box-shadow: none;
      height: 50px;
      width: 100%;
      line-height: 50px;
      padding: 0 20px;
      font-family: 'Roboto', sans-serif;
      font-size: 16px;
      border-radius: 3px;
      border-color: #E1E1E1; }

    .form-reg select ~ .ui-selectmenu-button.ui-button:hover {
      background: #f1f9ff; }

    .form-reg select ~ .ui-selectmenu-button.ui-button .ui-selectmenu-icon.ui-icon {
      background: url(/local/static/images/dropdown.svg) no-repeat;
      width: 8px;
      height: 5px;
      background-size: contain;
      position: absolute;
      right: 20px;
      top: 0;
      bottom: 0;
      margin: auto; }

    .form-reg select ~ .ui-selectmenu-button.ui-button .ui-selectmenu-text {
      font-size: 16px;
      font-family: roboto, sans-serif;
      font-weight: normal;
      color: #101417 !important; }

    .ui-menu .ui-menu-item-wrapper {
      font-size: 16px;
      padding: 10px;
      font-weight: normal;
      font-family: roboto, sans-serif;
      color: #101417; }

    .ui-menu .ui-state-focus, .ui-menu .ui-state-active {
      background: #fff;
      color: #101417 !important;
      border-color: transparent; }



  label .form-comment {
    display: block;
    margin-top: 0; }

  .textarea {
    border: 1px solid #E1E1E1;
        box-sizing: border-box;
        border-radius: 3px;
        resize: none;
    height: 150px;
    width: 100%;
    padding: 20px 120px 35px 20px;
  }

  .terms-complex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%; }
    @media (max-width: 767px) {
      .terms-complex {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap; } }

  .terms-complex-cell {
    width: 32.134%;
    margin-top: 8px; }
    .terms-complex-cell label {
      font-size: 14px;
      line-height: 140.62%;
      color: #858585;
      font-weight: normal;
      display: block; }
    .terms-complex-cell:not(:first-child) {
      margin-left: 17px;
      position: relative; }
      .terms-complex-cell:not(:first-child):before {
        content: '';
        word-spacing: auto;
        left: 0;
        bottom: 0;
        width: 12px;
        height: 2px;
        background: #000;
        position: absolute;
        left: -15px;
        bottom: 26px; }
        @media (max-width: 767px) {
          .terms-complex-cell:not(:first-child):before {
            display: none; } }
      @media (max-width: 767px) {
        .terms-complex-cell:not(:first-child) {
          margin-left: 0;
          margin-top: 15px; } }
    @media (max-width: 767px) {
      .terms-complex-cell {
        width: 100%; } }

  textarea {
    resize: vertical; }

  .input-complex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%; }
    .input-complex .cell {
      width: 50%; }
      .input-complex .cell + .cell {
        margin-left: -1px; }

.form-cell:not(:first-of-type) {margin-left: 16px; }


    @media (max-width: 767px) {
      .form-cell:not(:first-of-type) {
        margin-left: 0;
        margin-top: 15px; } }
  .form-cell > .input-text {
    width: 100%; }

.cell-4 {width: 33.3334%;}
.cell-8 {width: 66.6667%;}
.cell-2 {width: 16.6667%;}



.cell-4.form-cell:not(:first-of-type) {width: calc(33.3334% - 16px);}
.cell-8.form-cell:not(:first-of-type) {width: calc(66.6667% - 16px);}
.cell-2.form-cell:not(:first-of-type) {width: calc(16.6667% - 16px);}


.cell-8 select ~ .ui-selectmenu-button.ui-button, .cell-8 .styled-select ~ .ui-selectmenu-button.ui-button{
  max-width: 100%;
}


  .input-text {
    background: #fff;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 3px;
    height: 50px;
    padding-left: 16px;
    padding-right: 16px; }

  .textarea {
    padding-left: 16px;
    padding-right: 16px; }

  .checklist {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    font-weight: normal; }
    .checklist:not(:first-child) {
      margin-top: 20px; }
    .checklist li {
      margin-bottom: 9px; }

  .input-file-dd,
  .input-file-dd.dropzone {
    padding: 0;
    background: #fff;
    width: 100%;
    border-radius: 3px;
    min-height: 120px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border: 1px dashed #0084F4;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    color: #989898; }
    .input-file-dd i {
      color: #E6E6E6;
      font-size: 20px; }
    .input-file-dd a {
      color: #0084F4;
      text-decoration: underline; }
    .input-file-dd.has-files,
    .input-file-dd.dz-started.dropzone {
      -ms-align-items: flex-start;
      align-items: flex-start;
      justify-content: flex-start;
      padding: 10px;
      min-height: 0; }

      .dropzone.input-file-dd .dz-preview{
        min-height: 0;
        height: 80px;
        margin: 0;
      }

  .file-pv,.dropzone.input-file-dd .dz-preview {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center; }

.dropzone.input-file-dd .dz-preview.dz-image-preview .dz-details{
  position: relative;
  padding: 0;
}

   .dropzone.input-file-dd .dz-preview .dz-image,
  .file-pv-icon {
    border-radius: 0;
    width: 80px;
    flex-shrink: 0;
    height: 80px;
    margin-right: 12px;
    border: 1px solid  #E6E6E6;
    line-height: 78px; }

.dropzone .dz-preview .dz-details .dz-size,
.dz-progress,
.dz-error-message,
.dz-error-mark,
.dz-success-mark{
  display: none !important;
}
.dropzone .dz-preview:hover .dz-image img{
  filter:none !important;
}

    .dropzone.input-file-dd .dz-preview .dz-image img,
    .file-pv-icon img {
      max-width: 76px;
      max-height: 76px; }

      .dropzone.input-file-dd .dz-preview.dz-image-preview .dz-details,
  .file-pv-name {
    color: #0084F4;
    opacity: 1;
    text-align: left;
    font-size: 14px;
    text-decoration: underline; }

  .btn-add {
    height: 80px;
    line-height: 78px;
    border: 1px solid  #FE9E26;
    color: #FE9E26;
    text-align: center;
    text-decoration: none;
    width: 100%;
    background: #fff;
    font-size: 16px; }

  .has-error {
    border: 1px solid  #FF3600; }

  .terms-complex-cell.invalid label{
    color:#FF3600;
  }
  .form-reg .terms-complex-cell.invalid select ~ .ui-selectmenu-button.ui-button{
    border-color:#FF3600;
  }

  .error-text, .error-text-alt {
    font-size: 14px;
    color: #FF3600;
    margin-top: 4px;
    width: 10px;
    display: block;
    white-space: nowrap;
    order:1;
  }

  .ui-selectmenu-button,
  .ui-selectmenu-button *{
    outline:none !important;
  }

  select ~ .ui-selectmenu-button.ui-button,
  .styled-select ~ .ui-selectmenu-button.ui-button {
    background-color: #fff;
    box-shadow: none;
    height: 50px;
    width: 100%;
    line-height: 50px;
    padding: 0 10px;
    border-radius: 0;
    border-color: #E1E1E1;
    max-width: 450px;
  }

  select ~ .ui-selectmenu-button.ui-button:hover,
  .styled-select ~ .ui-selectmenu-button.ui-button:hover {
    background: #f1f9ff; }

  select ~ .ui-selectmenu-button.ui-button .ui-selectmenu-icon.ui-icon,
  .styled-select ~ .ui-selectmenu-button.ui-button .ui-selectmenu-icon.ui-icon {
    background: url(/local/static/css/../images/dropdown.svg) no-repeat;
    width: 8px;
    height: 5px;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto; }

  select ~ .ui-selectmenu-button.ui-button .ui-selectmenu-text,
  .styled-select ~ .ui-selectmenu-button.ui-button .ui-selectmenu-text {
    font-size: 14px;
    font-family: roboto, sans-serif;
    font-weight: normal;
    color: #101417 !important; }

  .ui-menu .ui-menu-item-wrapper {
    font-size: 16px;
    padding: 10px;
    font-weight: normal;
    font-family: roboto, sans-serif;
    color: #101417; }

  .ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    background: #fff;
    color: #101417 !important;
    border-color: transparent; }


.author-horizontal .author-img {
    width: 100px;
    height: 100px;
}

.nominations-fieldset .error-text{
  margin-bottom: 20px;
}

  .form-row-submit {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 20px; }
    .form-row-submit .btn {
      margin-right: 17px;
      min-width: 186px; }
      .form-row-submit .policy{
        flex-grow: 1;
        max-width: 100%;
        width: 100%;
        padding-left: 0px;
        margin-bottom: 25px;
        margin-top: 15px;
      }
      #projectoftheyear-form .form-row-submit{
        max-width: 100%;
      }

      button.btn-reg.btn.btn-link {
          background: none;
          text-decoration: underline;
          font-weight: normal;
          color: #2B70B3;
      }
      button.btn-reg.btn.btn-link:hover {
        text-decoration: none;
      }


      @media (max-width: 767px){

        #projectoftheyear-form .form-row-submit{
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          -o-flex-wrap: wrap;
          flex-wrap: wrap;
        }
        .form-row-submit .btn {
            min-width: 0px;
            flex-grow: 1;
            margin-right: 0;
        }
        .form-row-submit .btn~.btn {
          margin-left: 15px;
        }
        .form-row-submit .policy{
          margin-top: 15px;
          padding-left: 0;
        }

      }


  /* projects */
  .project-search {
    background: #EDEDED;
    border-radius: 3px;
    padding: 18px 40px;
    margin-bottom: 30px; }
    .project-search .acc-content {
      margin-bottom: 0; }
    .project-search .form-row {
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      -o-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      @media (max-width: 767px) {
        .project-search .form-row {
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          -o-flex-direction: column;
          flex-direction: column;
          -ms-align-items: flex-start;
          align-items: flex-start;
          margin-bottom: 0; }
          .project-search .form-row .form-cell {
            width: 100% !important;
            margin-left: 0;
            margin-right: 0;
            margin-bottom: 15px; } }
    .project-search .form-cell {
      flex-grow: 1; }
      .project-search .form-cell:first-child {
        padding-right: 100px;
        white-space: nowrap; }
        @media (max-width: 991px) {
          .project-search .form-cell:first-child {
            padding-right: 40px; } }
      .project-search .form-cell label {
        display: block;
        margin-bottom: 6px; }
    .project-search .acc-h {
      padding-left: 0;
      top: 0px;
      font-size: 16px;
      font-weight: bold;
      padding-right: 22px; }
      .project-search .acc-h:before {
        display: none; }
      .project-search .acc-h a {
        text-decoration: none;
        color: #000;
        border-bottom: 1px dashed; }
      .project-search .acc-h:after {
        position: absolute;
        right: 0;
        top: 6px;
        font-family: 'icomoon' !important;
        font-size: 8px;
        color: #000;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e90a"; }
    .project-search .btn-reg {
      width: 100%; }
    .project-search .acc-hidden {
      padding-top: 0;
      max-width: 100%; }
      .project-search .acc-hidden .form-row {
        margin-left: -8px;
        margin-right: -8px; }
        .project-search .acc-hidden .form-row .form-cell {
          padding-left: 8px;
          padding-right: 8px; }
    .project-search select {
      padding-left: 16px; }
    .project-search .spread label {
      display: none; }
    .project-search .spread + .form-cell {
      width: 185px;
      flex-shrink: 0; }
    @media (max-width: 991px) {
      .project-search {
        padding: 15px; } }

  .projects-search-main {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 0;
    width: 100%;
    -ms-align-items: flex-end;
    align-items: flex-end; }
    .projects-search-main .form-cell:first-child {
      -ms-align-self: center;
      align-self: center; }
    @media (max-width: 767px) {
      .projects-search-main .form-cell:first-child {
        order: 1; }
      .projects-search-main .form-cell:last-child {
        order: 2;
        margin-bottom: 0; } }

  .called .projects-search-main {
    padding-bottom: 15px; }
    .called .projects-search-main .form-cell:first-child {
      display: none; }
    .called .projects-search-main .spread {
      margin-left: 0;
      max-width: 100%; }
      .called .projects-search-main .spread label {
        display: block; }

  .spread {
    flex-grow: 1;
    max-width: 650px;
    margin-right: 20px;
    width: 100%; }
    @media (max-width: 767px) {
      .spread {
        max-width: 100%; } }

  .input-search {
    background: url(/local/static/images/icon-search.svg) no-repeat 18px center #FFFFFF;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
    height: 50px;
    padding-left: 55px;
    font-size: 14px;
    padding-right: 30px; }

  .btn-grey {
    background: #E4E6E7;
    font-weight: bold;
    color: #000; }
    .btn-grey:hover {
      background: linear-gradient(26.75deg, #FFD000 0%, #FA9F00 94.68%);
      box-shadow: 0px 4px 16px rgba(186, 112, 0, 0.25);
      color: #fff; }

  .projects-list {
    margin-bottom: 30px; }
    .projects-list h2 {
      max-width: 400px;
      line-height: 120%;
      margin-bottom: 35px;
      margin-left: 45px;  }
      @media (max-width: 991px) {
        .projects-list h2 {
          max-width: 100%;
          margin-left: 0;
          font-size: 22px;
          margin-bottom: 15px; } }
    .projects-list.projects-list-additional h2 {
      font-size: 22px;
      color: #FAAD2B;
      margin-bottom: 10px;
      max-width: 250px; }
      .projects-list.projects-list-additional h2 small {
        font-size: 12px;
        font-weight: normal;
        color: #000; }
    .projects-list ol {
      list-style-type: none;
      padding: 0;
      margin: 0;
      counter-reset: list; }
      .projects-list ol li {
        border-bottom: 1px solid  #EAEAEA;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 18px;
        position: relative;
        padding-right: 54px;
        padding-left: 44px;
        line-height: 1.5;
        cursor: pointer; }
        .projects-list ol li ul li {
          padding-top:0; padding-left: 1rem;
          list-style-type: disc;
        }
        .projects-list ol li .views-count {
          right: 10px;
          top: 23px;
          width: 43px;
          font-size: 14px;
          position: absolute;
          color: #000; }
          .projects-list ol li .views-count .icon-doc-alt {
            color: #333;
            font-size: 18px;
            margin-right: 5px;
            vertical-align: middle; }
@media (max-width: 991px) {
  .projects-list ol{
    margin-left: -27px;
    margin-right: -20px;
  }  
  .projects-list ol>li{
    padding-left: 27px;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
            .projects-list ol li:before {
          counter-increment: list;
          content: counter(list) ".";
          position: absolute;
          top: 20px;
          left: 10px; }
        .projects-list ol li:hover {
          background: #F3F3F4; }

          .projects-list ul li p { margin:0; padding: 0;}

  .section-project-briefly {
    padding-top: 64px;
    padding-bottom: 48px; }

  .projects-list-exp ol > li {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
    .projects-list-exp ol > li:before {
      counter-increment: none;
      content: ''; }
    .projects-list-exp ol > li:last-child {
      border: 0; }
  .projects-list-exp h2 {
    max-width: 100%; }
    .projects-list-exp h2 .qnt {
      font-size: 14px;
      line-height: 160%;
      color: #000000;
      opacity: 0.5;
      position: relative;
      top: -1em; }
  .projects-list-exp .acc-h {
    padding-left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-left: 40px;
    position: relative;
    padding-top: 19px;
    padding-bottom: 18px;
    font-size: 18px; }
    @media (max-width: 767px) {
      .projects-list-exp h2 .qnt{
            position: relative;
    top: 0;
    white-space: nowrap;
      }

      }
    .projects-list-exp .acc-h:hover {
      background: rgba(196, 196, 196, 0.1); }
      .projects-list-exp .acc-h:hover:before, .projects-list-exp .acc-h:hover .project-h-name {
        color: #0084F4; }
    .projects-list-exp .acc-h:before {
      counter-increment: list;
      content: counter(list) ".";
      position: absolute;
      left: 14px;
      font-size: 18px;
      font-family: roboto !important;
      top: 24px; }
    .projects-list-exp .acc-h:after {
      content: '';
      position: absolute;
      right: 20px;
      top: 25px;
      width: 18px;
      height: 18px;
      background: url(/local/static/images/acc-arrow.svg) no-repeat;
      -webkit-background-size: contain;
      background-size: contain; }
  .projects-list-exp .acc-hidden {
    padding-top: 0; }
  .projects-list-exp .project-h-name {
    width: 51.61%; }
    @media (max-width: 991px) {
      .projects-list-exp .project-h-name {
        width: 45%; } }
    @media (max-width: 767px) {
      .projects-list-exp .acc-h {
        display: block;
        padding-left: 26px;
        font-size: 16px;
        padding-right: 30px;
        }
        .projects-list-exp .acc-h:before{
          left: 26px;
          font-family: inherit !important;
          top: 22px !important;
        }
        .projects-list-exp .acc-h:after{
          right: 10px;
        }



      .projects-list-exp .project-h-name {
        padding-left: 26px;
        width: auto; } }
  .projects-list-exp .called .acc-h {
    background: rgba(196, 196, 196, 0.1);
    padding-bottom: 30px; }
    .projects-list-exp .called .acc-h:before {
      transform: none;
      color: #FE9E26; }
    .projects-list-exp .called .acc-h:after {
      transform: rotate(180deg);
      background: url(/local/static/images/acc-arrow-h.svg); }
    .projects-list-exp .called .acc-h .project-h-name {
      color: #FE9E26; }
  .projects-list-exp .sub-qty {
    width: 18.566600000000001%;
    font-size: 14px;
    padding-top: 4px; }
    .projects-list-exp .sub-qty i {
      font-size: 20px;
      vertical-align: middle; }
    @media (max-width: 767px) {
      .projects-list-exp .sub-qty {
        width: auto; } }
  .projects-list-exp .comment-qty {
    width: 16.6666%;
    font-size: 14px;
    padding-top: 4px; }
    @media (max-width: 991px) {
      .projects-list-exp .comment-qty {
        width: 25%; } }
    @media (max-width: 767px) {
      .projects-list-exp .comment-qty {
        display: none; } }
    .projects-list-exp .comment-qty i {
      margin-right: 6px;
      width: 17px;
      height: 15px;
      position: relative;
      top: 3px; }
  .projects-list-exp .acc-hidden {
    max-width: 100%; }
  .projects-list-exp .project-card {
    background: #EFEFEF;
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 25px 30px 20px;
    margin-bottom: 40px; }
    .projects-list-exp .project-card header {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      margin-bottom: 30px; }
      .projects-list-exp .project-card header .h2 {
        width: 60%;
        line-height: 1.2;
        font-size: 30px; }
    @media (max-width: 991px) {
      .projects-list-exp .project-card {
        padding: 20px; }
        .projects-list-exp .project-card header {
          display: block; }
          .projects-list-exp .project-card header .h2 {
            width: 100%;
            font-size: 24px; }
          .projects-list-exp .project-card header .h-buttons {
            width: 100%;
            text-align: left; }
            .projects-list-exp .project-card header .h-buttons .btn:first-child {
              margin-left: 0; } }
        @media (max-width: 991px) and (max-width: 767px) {
          .projects-list-exp .project-card header .h-buttons {
            width: 100%; }
            .projects-list-exp .project-card header .h-buttons .btn {
              margin-left: 0;
              width: 100%;
              margin-bottom: 10px; } }

  .projects-list-exp .h-buttons {
    width: 40%;
    text-align: right; }
    .projects-list-exp .h-buttons .btn {
      margin-left: 10px;
      min-width: 180px; }
  .projects-list-exp .projects-card-features {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    @media (max-width: 767px) {
      .projects-list-exp .projects-card-features {
        display: block; }
        .projects-list-exp .projects-card-features .project-card-feature {
          width: 100%; }
          .projects-list-exp .projects-card-features .project-card-feature:nth-child(1n) {
            width: 100%;
            margin-bottom: 20px; } }
  .projects-list-exp .project-card-feature {
    width: 39%; }
    .projects-list-exp .project-card-feature:last-child {
      width: 30%; }
    .projects-list-exp .project-card-feature:nth-child(2) {
      width: 39%; }
    .projects-list-exp .project-card-feature .h {
      color: #858585;
      font-size: 16px;
      line-height: 1.2;
      margin-bottom: 15px; }
    .projects-list-exp .project-card-feature .description .h {
      color: #000;
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 5px; }
    .projects-list-exp .project-card-feature .description .role {
      font-size: 14px; }
  .projects-list-exp .brand-logo-name {
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
    display: block; }
  .projects-list-exp footer {
    border-top: 1px solid #DEDEDE;
    padding-top: 20px;
    margin-top: 20px; }
    .projects-list-exp footer a {
      color: #000;
      opacity: 0.5;
      text-decoration: none; }

  .comment-author .comment-username a {
  color: #000000;
  text-decoration: none;
  opacity: 1; }

  .icon-comment-str {
    width: 15px;
    height: 13px;
    display: inline-block;
    position: relative;
    -webkit-background-size: contain;
    background-size: contain; }



.copyright small {
  display: block;
  font-size: 14px;
  margin-bottom: 10px; }
  .copyright small:last-child {
    margin-bottom: 0; }
.copyright a {
  color: #0084F4; }
  .copyright a + a {
    margin-left: 40px; }
    @media (max-width: 767px) {
      .copyright a + a {
        display: block;
        margin-left: 0;
        margin-top: 10px; } }

.social-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
  top: -10px; }
  .social-links li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px; }
    .social-links li a {
      color: #C6C6C6; }
  @media (max-width: 767px) {
    .auth-form .input-holder{
      width: 100%;
    }
    .social-links {
      top: 0;
      margin-top: 20px; }
      .social-links li {
        margin-left: 0;
        margin-right: 20px; } }

.icon-gear {
  width: 28px;
  height: 28px;
  background: url(/local/static/images/gear.svg) no-repeat;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 20px; }

@media (min-width: 769px) {
  .pb100 {
    padding-bottom: 100px; }

  .pb130 {
    padding-bottom: 130px; }

  .pt100 {
    padding-top: 100px; }

  .pt70 {
    padding-top: 70px; } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.ul_justify {
  text-align: justify;
  width: 100%; }

.ul_justify li {
  display: inline-block; }

.ul_justify:after {
  width: 100%;
  display: inline-block;
  content: ".";
  visibility: hidden; }

.tar {
  text-align: right; }

.tac {
  text-align: center; }

.taj {
  text-align: justify; }

.fll {
  float: left; }

.flr {
  float: right; }

.ol {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: list 0; }

.ol li {
  padding-left: 15px; }

.ol li:before {
  counter-increment: list;
  content: counter(list) ". "; }

.ils_text {
  display: table;
  width: 100%; }

.ils_i {
  display: table-cell;
  vertical-align: top; }

.ils_t {
  display: table-cell;
  vertical-align: top; }

.ils_i.vm {
  vertical-align: middle; }

.ils_t.vm {
  vertical-align: middle; }

.img_rnd {
  border-radius: 1000px; }

.wide {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.img2bg {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }
  .img2bg img {
    display: none; }

    .stand-details {
      margin: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      font-size: 16px;
      -ms-align-items: baseline;
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; }
      .stand-details dt {
        width: 200px;
        padding-right: 20px;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        margin-bottom: 30px;
        font-weight: bold; }
        @media (max-width: 768px) {
          .stand-details dt {
            width: 100%;
            margin-bottom: 0; } }
      .stand-details dd {
        margin-bottom: 30px;
        margin-left: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        width: calc(100% - 200px); }
        @media (max-width: 768px) {
          .stand-details dd {
            width: 100%;
            margin-bottom: 20px; } }
        .stand-details dd.stand-person {
          -ms-align-self: flex-start;
          -webkit-align-self: flex-start;
              -ms-flex-item-align: start;
                  align-self: flex-start; }
        .stand-details dd strong {
          font-size: 18px;
          font-weight: 500; }
          .stand-details dd strong + strong {
            margin-left: 2em; }
          @media (max-width: 768px) {
            .stand-details dd strong {
              font-size: 16px;
              font-weight: normal; }
              .stand-details dd strong + strong {
                margin-left: 1em; } }
        .stand-details dd > *:first-child {
          margin-top: 0; }
        .stand-details dd .author-horizontal {
          font-weight: normal;
          padding: 0;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start; }
          @media (max-width: 768px) {
            .stand-details dd .author-horizontal {
              margin-top: 10px; } }
          .stand-details dd .author-horizontal .author-name {
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 5px; }
            @media (max-width: 768px) {
              .stand-details dd .author-horizontal .author-name {
                font-weight: normal;
                font-size: 14px;
                margin-bottom: 0; } }
          .stand-details dd .author-horizontal .author-company,
          .stand-details dd .author-horizontal .author-role {
            font-size: 14px;
            color: #000;
            margin-bottom: 3px; }
          .stand-details dd .author-horizontal .author-role {
            max-width: 360px; }
        .stand-details dd ul:not([class]) {
          margin-left: -2.7em; }
        .stand-details dd b {
          font-weight: 500; }
        .stand-details dd .acd-list-unit-cnt ul:not([class]) {
          margin-left: 0;
          padding-left: 0; }
      .stand-details ~ footer .article-share b {
        margin-right: 0;
        width: 196px; }
        @media (max-width: 768px) {
          .stand-details ~ footer .article-share b {
            width: auto;
            margin-right: 10px; } }
      .stand-details ol {
        list-style-type: decimal;
        padding-left: 0; }
        .stand-details ol li {
          font-size: inherit;
          margin-bottom: 1em; }
          /*  stand  */
          .incut {
            padding: 25px 30px;
            background: rgba(194, 212, 252, 0.2);
            margin-bottom: 30px;
            margin-left: -30px; }
            .incut h3 {
              font-weight: bold;
              font-size: 18px;
              line-height: 140.62%;
              color: #203263; }
            .incut > :first-child {
              margin-top: 0; }
            .incut > :last-child {
              margin-bottom: 0; }
            @media (max-width: 768px) {
              .incut {
                margin-left: -15px;
                margin-right: -15px;
                width: auto;
                padding-left: 15px;
                padding-right: 15px; } }

                .vote-module{}
                .vote-unit{
                  margin-bottom: 33px;
                }
                .vote-unit .label{
                  font-size: 16px;
                  color: #858585;
                  margin-bottom: 10px;
                }
                .vote-ui{
                  display: -webkit-flex;
                  display: -moz-flex;
                  display: -ms-flex;
                  display: -o-flex;
                  display: flex;
                  -ms-align-items: center;
                  align-items: center;
                  -webkit-flex-wrap: wrap;
                  -moz-flex-wrap: wrap;
                  -ms-flex-wrap: wrap;
                  -o-flex-wrap: wrap;
                  flex-wrap: wrap;
                }
                .vote-module-submit{
                  display: none;
                }
                .vote-module-submit button{
                }
                .vote-ui-options{
                  display: -webkit-flex;
                  display: -moz-flex;
                  display: -ms-flex;
                  display: -o-flex;
                  display: flex;
                  border-radius: 3px;
                  height: 30px;
                  overflow: hidden;
                  background: linear-gradient(6.8deg, #FFD000 0%, #FA9F00 94.68%);
                  margin-right: 14px;
                }

                .vote-module.voted .vote-ui-options{
                  display: none;
                }


                .vote-ui-options input{
                  display: none;
                }
                .vote-ui-options label{
                  width: 59px;
                }
                .vote-ui-options label{
                  background: #DBDDDD;
                  display: block;
                  height: 30px;
                  text-align: center;
                  font-size: 16px;
                  line-height: 30px;
                  cursor: pointer;
                }

                .vote-ui-result{
                  font-weight: 500;
                  font-size: 16px;
                  display: none;
                }

                @media (max-width: 767px){
                .vote-ui-result{
                  margin-top: 5px;
                }

                }


                .vote-module.voted .vote-ui-result{
                  color: #FE9E26;
                  font-size: 24px;
                  margin-left: 0;
                }


                .vote-ui-options.has-value label,
                .vote-ui-options:hover label{
                  background: none;
                  color: #fff;
                }
                .vote-ui-options.has-value input:checked+label~label,
                .vote-ui-options:hover label:hover~label{
                  background: #DBDDDD;
                  color: #000;
                }

                .vote-modal-bg{
                  background: rgba(255,255,255,0.9);
                  width: 100%;
                  height: 100%;
                  left: 0;
                  top: 0;
                  position: fixed;
                  z-index: 1000;
                }
                .vote-modal{
                  position: fixed;
                  left: 50%;
                  top: 50%;
                  z-index: 1001;
                  -webkit-transform: translate(-50%, -50%);
                  -ms-transform: translate(-50%, -50%);
                  -o-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
                  max-width: 590px;
                  width: 100%;
                  text-align: center;
                  padding: 40px 20px;
                  background: #FFFFFF;
                  border: 1px solid #E4E6E7;
                  font-size: 16px;
                }
                .vote-modal .modal-h{
                  font-size: 24px;
                  font-weight: 500;
                  color: #000;
                }
                .vote-modal p:last-child{
                  margin-bottom: 0;
                }


                  .article-comments .h {
                    font-weight: bold;
                    font-size: 18px;
                    line-height: 1.4;
                    color: #000000;
                    margin-bottom: 20px; }

                .comments-list {
                  list-style-type: none;
                  padding: 0;
                  margin-left: 0; }

                  .comments-list li {
                    list-style-type: none !important;}

                .comments-comment {
                  margin-bottom: 32px; }
                  .comments-comment:last-child {
                    margin-bottom: 0; }
                  .comments-comment p:first-of-type {
                    margin-top: 0; }
                  .comments-comment p:last-of-type {
                    margin-bottom: 0; }
                  .comments-comment ul {
                    padding-left: 60px;
                    border-left: 4px solid  #DFDFDF;
                    margin-top: 23px;
                    padding-bottom: 8px; }
                    @media (max-width: 768px) {
                      .comments-comment ul {
                        padding-left: 30px; } }

                .comment-author {
                  display: -webkit-flex;
                  display: -moz-flex;
                  display: -ms-flex;
                  display: -o-flex;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -ms-align-items: center;
                  -webkit-box-align: center;
                  -webkit-align-items: center;
                      -ms-flex-align: center;
                          align-items: center;
                  margin-bottom: 19px; }
                  .comment-author .comment-userpic {
                    width: 48px;
                    height: 48px;
                    left: 360px;
                    top: 2747px;
                    background: #FEB626;
                    border-radius: 3px;
                    font-weight: bold;
                    font-size: 24px;
                    line-height: 2;
                    letter-spacing: 0.1px;
                    color: #FFFFFF;
                    text-align: center;
                    margin-right: 20px; }
                    .comment-author .comment-userpic img {
                      display: block;
                      border-right: 3px; }
                  .comment-author .comment-username b {
                    font-weight: bold;
                    font-size: 18px;
                    line-height: 1.4;
                    color: #000000;
                    margin-right: 12px; }
                  .comment-author .comment-username small {
                    font-size: 14px;
                    line-height: 1.4;
                    color: #858585;
                    display: block; }

                .replied {
                  color: #858585;
                  font-size: 14px;
                  margin-left: 10px; }
                  .replied i {
                    margin-right: 6px; }

                .icon-hashtag {
                  display: inline-block;
                  background: url(/local/static/images/hashtag.svg) no-repeat;
                  background-size: contain;
                  width: 12px;
                  height: 12px;
                  position: relative;
                  opacity: 0.35; }

                .icon-reply {
                  background: url(/local/static/images/respond.svg) no-repeat;
                  background-size: contain;
                  width: 16px;
                  height: 12px;
                  display: inline-block;
                  position: relative; }

                .comments-links {
                  margin-top: 5px; }
                  .comments-links a {
                    font-size: 14px;
                    line-height: 1.4;
                    color: #858585; }

                .comments-input {
                  background: #FFFFFF;
                  box-sizing: border-box;
                  border-radius: 3px;
                  max-width: 592px;
                  width: 100%;
                  padding: 15px 20px;
                  font-size: 14px;
                  line-height: 16px;
                  color: #858585;
                  resize: none;
                  height: 50px;
                  margin-bottom: 13px; }

                .comment-response-form, .comment-edit-form {
                  max-width: 592px;
                  background: #FFFFFF;
                  border: 1px solid #E1E1E1;
                  -webkit-transition: border 0.3s;
                  transition: border 0.3s;
                  box-sizing: border-box;
                  border-radius: 3px;
                  padding: 14px 20px;
                  /*margin-top: 40px;*/
                  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;
                  margin-bottom: 13px; }
                  .comment-response-form.comment-write-form, .comment-edit-form.comment-write-form {
                    margin-bottom: 30px; }
                  .comment-response-form.has-focus, .comment-edit-form.has-focus {
                    border-color: #FE9E26; }
                  .comment-response-form.show-button textarea, .comment-edit-form.show-button textarea {
                    height: 50px; }
                  .comment-response-form.show-button .btn, .comment-edit-form.show-button .btn {
                    display: inline-block; }
                  .comment-response-form textarea, .comment-edit-form textarea {
                    -webkit-transition: height 0.3s;
                    transition: height 0.3s;
                    border: 0;
                    padding: 0;
                    height: 50px;
                    height: 20px;
                    width: 100%;
                    resize: none;
                    font-size: 15px;
                    margin-bottom: 0; }
                    @media (max-width: 768px) {
                      .comment-response-form textarea, .comment-edit-form textarea {
                        height: 90px; } }
                  .comment-response-form .btn, .comment-edit-form .btn {
                    width: 120px;
                    height: 40px;
                    display: none;
                    line-height: 38px;
                    margin-top: 15px; }
                  @media (max-width: 768px) {
                    .comment-response-form, .comment-edit-form {
                      max-width: none; } }

                .comments-links .comment-response-form-holder {
                  display: none; }
                .comments-links .comment-response-form, .comments-links .comment-edit-form {
                  margin-top: 30px; }
                  .project-information-detailed{
                    display: none;
                  }


span.rating {
  font-weight: 900;
  color: darkorange;
  padding: 1em;
  font-size: 130%;
}
.projects-list ol li {cursor: inherit;}
.projects-list ol li:before { content: none; }


@media (max-width: 767px) {
  #modal-popup-project button { min-height: 4em; height: auto; margin:0 auto 2em; width: 16em; display: block; line-height: 120%;}
  #modal-popup-project.modal {width:100%; padding: 0; margin: 0;}
  .modal a.close-modal {top:5px; right:5px;}
}

@media (max-width: 600px) {
  .blocker {padding: 0;}
}

.tabs-controls a{
font-family: Vela;
font-size: 30px;
font-weight: 400;
line-height: 1.3;
letter-spacing: 0em;
text-align: left;
color: var(--orange);
opacity: 1;
}
.tabs-controls{
    border-bottom: 1px solid var(--orange);
}

.tabs-header li.on a{
    font-weight: 700;
    border-bottom: 4px solid var(--orange);
}

.testimonials-block-wrapper{
  display: flex;
  column-gap: 30px;
}
.testimonials-video{
  width: 66.6667%;
  flex-shrink: 0;
}
.testimonials-video-proper{
  position: relative;
  padding-top: 56.6666%;
}
.testimonials-video-proper iframe{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.testimonials-proper{
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  row-gap: 1em;
  font-size: 0.9em;
  justify-content: space-between;
}
.testimonials-proper blockquote,
.testimonials-unit{
  margin: 0;
  position: relative;
  padding-left: 40px;
}
.testimonials-proper blockquote p:first-child,
.testimonials-unit p:first-child{
  margin-top: 0;
}
.testimonials-proper blockquote p:last-child,
.testimonials-unit p:last-child{
  margin-bottom: 0;
}
.testimonials-proper blockquote:before,
.testimonials-unit:before {
  content: '';
  left: 0px;
  top: 7px;
  background: url(../images/quotes.svg) no-repeat;
  width: 20px;
  height: 14px;
  position: absolute;
  background-size: contain;
}

@media (max-width: 1024px){
  .testimonials-video{
    width: 100%;
  }

  .testimonials-block-wrapper{
    flex-direction: column;
    row-gap: 30px;
  }
  .testimonials-proper{
    flex-direction: row;
    flex-wrap: wrap;
  }
  .testimonials-proper blockquote,
  .testimonials-unit{
    width: 48%;
  }
}

@media (max-width: 767px){
  .testimonials-proper blockquote,
  .testimonials-unit{
    width: 100%;
  }
}

.vote-optimality-desc{
  margin-top: 33px;
  max-width: 660px;
}
.vote-optimality-desc textarea{
  resize: none;
  width: 90%;
  height: 200px;
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 8px 12px;
}
.vote-optimality-desc .error{
  font-size: 14px;
  color: #f00;
}

.stand-details dd .vote-optimality-desc b {
  font-weight: bolder;
}

.intra-links{
  padding: 25px 20px 20px;
  background: #f7f7f7;
  border: 1px dashed #ccc;
  display: flex;
  margin-top: 20px;
  font-size: 0.9em;
  align-items: center;
  column-gap: 30px;
}
.intra-links .h{
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
}
.intra-links ul{
  display: inline-block;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  padding-left: 0;
}
.intra-links ul li{
  padding-left: 37px;
  position: relative;
  display: inline-block;
  margin: 0 2em 0 0;
}
.intra-links ul li:last-child{
  margin: 0;
}
.intra-links ul li:before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  background: url(../images/link-person.svg) no-repeat;
  background-size: contain;
}
@media (max-width: 767px){
  .intra-links{
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .intra-links ul{
    margin-bottom: 0;
    margin-top: 15px;
  }
}

.projects-list ol li a {
  text-decoration: none;
  color: #000;
}

.projects-list:not(.projects-list-exp) ol li:hover a {
  color: #0084F4;
  background: #F3F3F4;
}

.w.w-max {
  max-width: 1680px;
}

.is-complex-required{
  width: 100%;
}
.is-complex-required.is-error div.bxlhe-frame{
  border-color: #FF3600;
}

.poty-application-materials{
  display: flex;
  align-items: flex-start;
  column-gap: 40px;
}
.poty-application-materials__input{
  flex-grow: 1;
  max-width: 895px;
}
.poty-application-materials__aside{
  font-size: 13px;
  max-width: 450px;
}
.poty-application-materials__aside .h{
  font-weight: bold;
  margin-bottom: 1em;
}
.poty-application-materials__aside ul{
  list-style-type: none;
  padding-left: 0;
  margin: 0 0 1em;
  max-width: 260px;
}
.poty-application-materials__aside ul li{
  margin: 0.5em 0;
}
.poty-application-materials__aside ul li:before{
  content: '—';
  display: inline-block;
  margin-right: 0.4em;
}
.form-reg{
  max-width: 100%;
}
.form-reg>*{
  max-width: 895px; }
  .form-reg>.fieldset-with-aside{
    max-width: 100%;
  }
@media (max-width: 767px){
  .poty-application-materials__aside ul{
    max-width: 100%;
    margin-top: 1em;
  } 
  .poty-application-materials{
    flex-direction: column;
  }
}
.icon-compass{
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../images/compass-icon.svg) no-repeat;
  background-size: contain;
  margin-right: 0.5em;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.compass-matherials{
  font-size: 12px;
  font-weight: bold;
  color: #858585;
}
.stand-details .debug-block {
	display: none;
}
.section.section-countries {
  padding-top: 0px;
}

input:disabled {
  border-color: #E1E1E1;
  opacity: .35;
}

.projects-list .project-vendor-list {
    padding: 0;
}
.projects-list .project-vendor-list li{
    list-style: none;
    padding: 0;
    border: none;
}
.projects-list .project-vendor-list li{
  list-style: none;
  padding: 0;
  border: none;
}
.projects-list .project-vendor-list li:hover {
  background: initial;
}

.poty-submit-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.poty-submit-card > .h2,
.poty-submit-card > span {
  margin-bottom: 0;
}

.poty-submit-card-footer {
  align-self: end;
  font-style: italic;
}

@media (max-width: 1120px) {
  .poty-submit.cols.cols-slimmest .col-sm-6 {
    width: 50% !important;
  }
}

@media (max-width: 767px) {
  .poty-submit.cols.cols-slimmest .col-sm-6 {
    width: 100% !important;
    margin-bottom: 15px;
  }
}