.footer__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.header__container, .footer__container, .teaser__container, .scenarios__container, .opportunities__container, .benefits__container, .barker__container, .interface__container, .thanks__container, .changes__container, .feedback__container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  @media (min-width: 1400px) {
    .header__container, .footer__container, .teaser__container, .scenarios__container, .opportunities__container, .benefits__container, .barker__container, .interface__container, .thanks__container, .changes__container, .feedback__container {
      width: 1030px; } }
  @media (min-width: 992px) and (max-width: 1399px) {
    .header__container, .footer__container, .teaser__container, .scenarios__container, .opportunities__container, .benefits__container, .barker__container, .interface__container, .thanks__container, .changes__container, .feedback__container {
      width: 970px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .header__container, .footer__container, .teaser__container, .scenarios__container, .opportunities__container, .benefits__container, .barker__container, .interface__container, .thanks__container, .changes__container, .feedback__container {
      width: 760px; } }
  @media (max-width: 767px) {
    .header__container, .footer__container, .teaser__container, .scenarios__container, .opportunities__container, .benefits__container, .barker__container, .interface__container, .thanks__container, .changes__container, .feedback__container {
      box-sizing: border-box;
      padding-left: 10px;
      padding-right: 10px;
      width: 100%; } }

.teaser__container {
  height: 100%; }

.header__wrapper, .databanner__wrapper, .footer__socs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.header__wrapper, .databanner__wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@-ms-viewport {
  width: device-width; }

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

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

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

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

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

@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md-inline {
    display: inline !important; } }

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

@media (min-width: 1400px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1400px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1400px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1400px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1399px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1400px) {
  .hidden-lg {
    display: none !important; } }

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

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

@font-face {
  font-family: 'Calibri';
  src: url("../fonts/Calibri.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Calibri';
  src: url("../fonts/CalibriBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

body {
  font-family: "Calibri"; }

.header {
  position: relative;
  z-index: 2;
  position: absolute;
  top: 0;
  width: 100%; }
  .header__container {
    position: relative; }
  .header__wrapper {
    box-sizing: border-box; }
    @media (min-width: 768px) {
      .header__wrapper {
        height: 130px;
        padding-bottom: 30px;
        padding-top: 30px; } }
    @media (max-width: 767px) {
      .header__wrapper {
        height: 90px; } }
  @media (max-width: 767px) {
    .header__logo img {
      max-width: 100px; } }
  .header__phone {
    color: black;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    @media (min-width: 768px) {
      .header__phone {
        font-size: 32px; } }
    @media (max-width: 767px) {
      .header__phone {
        font-size: 24px; } }
    .header__phone:hover {
      opacity: 0.66; }

.footer {
  background: black;
  color: white; }
  .footer__wrapper {
    padding-bottom: 45px;
    padding-top: 45px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .footer__wrapper {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; } }
  .footer__logo {
    margin-bottom: 15px; }
  .footer__copyright {
    font-size: 15px; }
  @media (max-width: 991px) {
    .footer__contacts {
      padding-bottom: 30px;
      padding-top: 30px; } }
  .footer__contact-row {
    display: table;
    font-size: 17px;
    line-height: 30px; }
    @media (max-width: 991px) {
      .footer__contact-row {
        margin-left: auto;
        margin-right: auto;
        text-align: center; } }
  .footer__contact-icon {
    float: left;
    width: 25px; }
    .footer__contact-icon img {
      vertical-align: middle; }
  @media (min-width: 992px) {
    .footer__socs {
      margin-top: -3px; } }
  @media (max-width: 991px) {
    .footer__socs {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .footer__socs-list {
    white-space: nowrap; }
    @media (min-width: 992px) {
      .footer__socs-list {
        margin-left: 10px; } }
    @media (max-width: 991px) {
      .footer__socs-list {
        margin-top: 5px; } }
  .footer__socs-item {
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: inline-block;
    height: 29px;
    width: 29px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    .footer__socs-item:hover {
      background-color: rgba(255, 255, 255, 0.5); }
    @media (min-width: 992px) {
      .footer__socs-item:not(:first-child) {
        margin-left: 8px; } }
    @media (max-width: 991px) {
      .footer__socs-item:not(:first-child) {
        margin-left: 5px; } }
    .footer__socs-item--fb {
      background-image: url(../img/social-fb.png); }
    .footer__socs-item--vk {
      background-image: url(../img/social-vk.png); }
    .footer__socs-item--twitter {
      background-image: url(../img/social-twitter.png); }

.subtitle {
  margin-bottom: 45px;
  margin-top: 45px;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 1400px) {
    .subtitle {
      font-size: 36px; } }
  @media (min-width: 991px) and (max-width: 1399px) {
    .subtitle {
      font-size: 32px; } }
  @media (max-width: 767px) {
    .subtitle {
      font-size: 28px; } }
  .subtitle--white {
    color: white; }
  .subtitle--orange {
    color: #fa6700; }

.button {
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  min-width: 290px;
  padding: 12px 35px 10px 35px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  @media (max-width: 479px) {
    .button {
      display: block;
      min-width: auto;
      padding-left: 0;
      padding-right: 0;
      text-align: center;
      width: 100%; } }
  .button--orange {
    border-color: #fa6700;
    background: #fa6700;
    color: white; }
    .button--orange:hover {
      background: white;
      color: #fa6700; }
  .button--noupper {
    text-transform: none; }

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

.imaged__list:after {
  clear: both; }

.imaged__item {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 992px) {
    .imaged__item {
      float: left;
      width: 33.3%; } }
  .imaged__item:nth-child(3n+1) {
    clear: left; }

.imaged__overlay {
  margin-left: auto;
  margin-right: auto;
  max-width: 290px; }

.imaged__pic {
  background-position: 50% 50%;
  background-size: cover;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 63%;
  position: relative;
  width: 100%; }

.imaged__content {
  font-size: 24px;
  line-height: 1.2;
  padding-top: 20px;
  text-align: center; }
  .imaged__content ul {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0; }
  .imaged__content li {
    display: table;
    font-size: 17px;
    margin-left: auto;
    margin-right: auto; }
    .imaged__content li:before {
      content: '- '; }

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

.infographics__list:after {
  clear: both; }

.infographics__item {
  box-sizing: border-box;
  float: left;
  margin-bottom: 45px; }
  @media (min-width: 992px) {
    .infographics__item {
      width: 33.3%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .infographics__item {
      width: 50%; } }
  @media (max-width: 767px) {
    .infographics__item {
      width: 100%; } }
  @media (min-width: 992px) {
    .infographics__item:nth-child(3n+1) {
      clear: left; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .infographics__item:nth-child(2n+1) {
      clear: left; } }

.infographics__icon {
  height: 105px;
  line-height: 80px;
  text-align: center; }
  .infographics__icon img {
    vertical-align: middle; }

.infographics__name {
  color: #fa6700;
  font-size: 24px;
  margin-bottom: 5px;
  text-align: center; }

.infographics__text {
  box-sizing: border-box;
  font-size: 17px;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  text-align: center; }

.list__element {
  padding-left: 0; }
  .list__element:before, .list__element:after {
    content: " ";
    display: table; }
  .list__element:after {
    clear: both; }
  .list__element--ol {
    counter-reset: listOl;
    list-style-type: none; }

.list__item {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  min-height: 60px;
  position: relative; }
  @media (min-width: 992px) {
    .list__item--half {
      float: left;
      width: 50%; } }

.list__image {
  margin-bottom: 15px;
  margin-top: 45px;
  text-align: center; }

.list__content {
  box-sizing: border-box;
  padding-left: 70px;
  line-height: 20px;
  max-height: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .list__content:before {
    background: #fa6700;
    color: white;
    counter-increment: listOl;
    content: counters(listOl, ".") " ";
    display: block;
    font-size: 36px;
    font-weight: bold;
    height: 60px;
    left: 0%;
    line-height: 65px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 60px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }

.list__item--half .list__content {
  max-width: 360px; }

.form__input {
  background: rgba(255, 255, 255, 0.25);
  border: none;
  box-sizing: border-box;
  color: white;
  display: block;
  outline: none;
  margin-bottom: 20px;
  width: 100%; }
  .form__input::-moz-placeholder {
    color: #ffffff;
    opacity: 1; }
  .form__input:-ms-input-placeholder {
    color: #ffffff; }
  .form__input::-webkit-input-placeholder {
    color: #ffffff; }
  @media (min-width: 768px) {
    .form__input {
      font-size: 24px;
      line-height: 32px;
      padding-bottom: 15px;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 15px; } }
  @media (max-width: 767px) {
    .form__input {
      font-size: 20px;
      line-height: 24px;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 10px;
      padding-bottom: 10px; } }

.teaser {
  height: 600px;
  position: relative; }
  .teaser__bg {
    background-image: url(../img/bg-1.jpg);
    background-position: 50% 50%;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%; }
  .teaser__container {
    position: relative; }
  .teaser__title {
    bottom: 0;
    color: white;
    line-height: 1;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%; }
  .teaser__name {
    display: block; }
  .teaser__text {
    display: block;
    margin-top: 10px; }
    @media (min-width: 992px) {
      .teaser__text {
        font-size: 48px; } }

.scenarios {
  padding-bottom: 50px; }
  .scenarios__button {
    text-align: center; }

.opportunities {
  background-image: url(../img/bg-2.jpg);
  background-position: 50% 50%;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 1px; }
  .opportunities__list:before, .opportunities__list:after {
    content: " ";
    display: table; }
  .opportunities__list:after {
    clear: both; }
  @media (min-width: 768px) {
    .opportunities__item {
      float: left;
      width: 33.3%; } }
  @media (max-width: 767px) {
    .opportunities__item {
      margin-bottom: 30px; } }
  .opportunities__icon {
    background: white;
    border: 5px solid #fa6700;
    border-radius: 50%;
    height: 125px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    width: 125px; }
    .opportunities__icon img {
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .opportunities__text {
    color: white;
    font-size: 24px;
    padding-top: 15px;
    text-align: center; }
    @media (max-width: 991px) {
      .opportunities__text {
        padding-left: 5px;
        padding-right: 5px; } }

.barker {
  background-image: url(../img/bg-3.jpg);
  background-position: 50% 50%;
  background-size: cover;
  padding-bottom: 60px;
  padding-top: 40px; }
  .barker__quote {
    color: white;
    font-style: italic;
    text-align: right; }
    @media (min-width: 992px) {
      .barker__quote {
        font-size: 24px; } }
    @media (max-width: 767px) {
      .barker__quote {
        font-size: 18px; } }
  .barker__quote-author {
    margin-top: 15px; }
  .barker__text {
    color: white;
    font-size: 24px;
    margin-top: -10px;
    text-align: center; }

.interface {
  padding-bottom: 40px; }

.databanner {
  background-image: url(../img/bg-4.jpg);
  background-position: 50% 50%;
  background-size: cover; }
  .databanner__container {
    display: block;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1400px) {
      .databanner__container {
        width: 1030px; } }
    @media (min-width: 992px) and (max-width: 1399px) {
      .databanner__container {
        width: 970px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .databanner__container {
        width: 760px; } }
    @media (max-width: 767px) {
      .databanner__container {
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%; } }
  .databanner__wrapper {
    padding-bottom: 40px;
    padding-top: 50px; }
    @media (max-width: 991px) {
      .databanner__wrapper {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  @media (max-width: 991px) {
    .databanner__image {
      padding-left: 20px;
      padding-right: 20px; } }
  .databanner__image img {
    max-width: 100%; }
  .databanner__text {
    color: white;
    font-size: 32px;
    font-weight: bold; }
    @media (min-width: 992px) {
      .databanner__text {
        text-align: right; } }
    @media (max-width: 991px) {
      .databanner__text {
        text-align: center; } }

.changes {
  padding-bottom: 70px; }
  .changes__list {
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 780px; }
  .changes__button {
    text-align: center; }
    @media (max-width: 767px) {
      .changes__button {
        padding-top: 20px; } }

.feedback {
  background-image: url(../img/bg-5.jpg);
  background-position: 50% 50%;
  background-size: cover;
  padding-bottom: 60px;
  padding-top: 40px; }
  .feedback__wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 690px; }
  .feedback__form {
    margin-top: -20px; }
  .feedback__button {
    padding-top: 30px;
    text-align: center; }
