
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a
{
	color:				#021d49;
	background-color:	transparent;
	text-decoration:	underline;
}
a:hover
{
	text-decoration:	none;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

/* Forms
   ========================================================================== */

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  color: #000;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Arial, Optima, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%; }

h1 {
  font-size: 28px;
  margin: 0 0 14px;
  font-weight: 500; }
  @media only screen and (max-width: 1024px) {
    h1 {
      font-size: 26px;
      margin-bottom: 10px; } }

.text, .info-block ul li {
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 6px; }

.text--line-space {
  line-height: 18px; }

.text--intro {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  margin-bottom: 24px; }

.text-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 2px; }

.info-block {
  margin: 0 0 49px; }

.info-block__footer {
  text-align: right; }
  @media only screen and (max-width: 568px) {
    .info-block__footer {
      text-align: center; } }

.service-item {
  margin: 0 0 32px; }
  .service-item .text {
    margin: 0; }

.service-title {
  font-weight: 600;
  font-size: 15px;
  margin: 0 0 7px;
  position: relative;
  padding-left: 36px; }
  .service-title:before, .service-title:after {
    content: '';
    position: absolute; }
  .service-title:before {
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background: #021d49; }
  .service-title:after {
    left: 19px;
    top: 6px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #021d49; }

.link {
  color: #021d49;
  font-size: 15px;
  line-height: 22px; }
  .link:hover {
    color: #03317b;
    text-decoration: none; }

.more-btn {
  background: #fdb824;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 27px;
  color: #000;
  font-size: 14px;
  border-radius: 2px;
  text-decoration: none;
  letter-spacing: 0.5px;
  min-width: 220px;
  text-align: center; }
  .more-btn:hover {
    background: #fdc857; }

.team-links {
  overflow: hidden;
  margin-bottom: 30px; }

.team-link {
  float: left;
  width: calc((100% - 3 * 18px) / 4);
  margin-right: 18px; }
  .team-link:nth-child(4n) {
    margin-right: 0; }
  .team-link img {
    display: block;
    max-width: 100%;
    height: auto; }
  @media only screen and (max-width: 700px) {
    .team-link {
      width: calc((100% - 18px) / 2);
      margin-bottom: 18px; }
      .team-link:nth-child(2n) {
        margin-right: 0; } }
  @media only screen and (max-width: 568px) {
    .team-link {
      width: 100%;
      display: block;
      float: none;
      margin: 0 auto 18px;
      text-align: center; }
      .team-link img {
        margin: 0 auto; } }

@media only screen and (max-width: 568px) {
  .mobile-hidden {
    display: none; } }

.main-wrapper {
  min-height: 100%;
  padding-bottom: 141px; }
  @media only screen and (max-width: 568px) {
    .main-wrapper {
      padding-bottom: 83px; } }

.header {
  height: 133px; }
  @media only screen and (max-width: 700px) {
    .header {
      height: 70px; } }

.footer {
  height: 76px;
  margin-top: -76px; }
  @media only screen and (max-width: 568px) {
    .footer {
      height: 38px;
      margin-top: -38px; } }

.wrapper {
  width: 1268px;
  margin: 0 auto; }
  .wrapper:before, .wrapper:after {
    content: '';
    display: table; }
  .wrapper:after {
    clear: both; }
  @media only screen and (max-width: 1300px) {
    .wrapper {
      width: 100%;
      padding: 0 35px; } }
  @media only screen and (max-width: 700px) {
    .wrapper {
      padding: 0 23px; } }

.main
{
  float: left;
/*  width: 63.092%; */
}
  @media only screen and (max-width: 1024px) {
    .main {
      width: 60%; } }
  @media only screen and (max-width: 900px) {
    .main {
      width: 100%;
      float: none; } }

.aside {
  margin-left: 65.695%; }
  @media only screen and (max-width: 1024px) {
    .aside {
      margin-left: 63%; } }
  @media only screen and (max-width: 900px) {
    .aside {
      margin-left: 0; } }

.header {
  border-bottom: 6px solid #fdb824;
  margin-bottom: 61px; }
  @media only screen and (max-width: 700px) {
    .header {
      border-bottom-width: 3px; } }
  @media only screen and (max-width: 568px) {
    .header {
      margin-bottom: 34px; } }

.header__logo {
  display: inline-block;
  background: url("../images/logo.png") no-repeat;
  width: 192px;
  height: 103px;
  position: relative;
  top: 41px;
  left: -22px;
  background-size: cover;
  z-index: 2; }
  @media only screen and (max-width: 700px) {
    .header__logo {
      width: 108px;
      height: 59px;
      top: 15px; } }

.nav {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  float: right;
  margin: 100px 0 0; }

@media only screen and (max-width: 900px) {
  .main-nav {
    display: none; }
    .header__toggle--active + .main-nav {
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      top: 33px;
      background: #fdb824;
      text-align: right;
      z-index: 1; }
    .intro .header__toggle--active + .main-nav {
      bottom: 100%;
      top: auto;
      padding-bottom: 60px;
      margin-bottom: -40px; } }

@media only screen and (max-width: 700px) {
  .header__toggle--active + .main-nav {
    top: -30px; }
  .intro .header__toggle--active + .main-nav {
    margin-bottom: -24px;
    padding-bottom: 40px; } }

.nav__item {
  display: inline-block;
  position: relative; }
  @media only screen and (max-width: 900px) {
    .nav__item {
      display: block; } }

.nav__link {
  display: block;
  padding: 0 14px;
  font-size: 18px;
  text-decoration: none;
  color: #000; }
  @media only screen and (max-width: 900px) {
    .nav__link {
      font-size: 26px;
      padding: 0 35px;
      line-height: 50px; } }
  @media only screen and (max-width: 700px) {
    .nav__link {
      font-size: 18px;
      line-height: 42px;
      padding: 0 23px; } }
  .nav__link:hover {
    color: #777; }

.nav__link--active {
  font-weight: 600; }

.nav__dropdown {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  margin-top: 12px;
  left: 0;
  border: 2px solid #fdb824;
  border-top: none;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  padding-bottom: 13px;
  padding-top: 6px;
  background: #fff;
  min-width: 157px;
  z-index: 1; }
  .nav__item:hover .nav__dropdown {
    opacity: 1;
    visibility: visible; }
    @media only screen and (max-width: 900px) {
      .nav__item:hover .nav__dropdown {
        opacity: 0;
        visibility: hidden; } }
  @media only screen and (max-width: 900px) {
    .nav__dropdown {
      opacity: 1;
      visibility: visible;
      display: none; } }
  .nav__dropdown .nav__link {
    line-height: 34px; }
    @media only screen and (max-width: 900px) {
      .nav__dropdown .nav__link {
        font-size: 22px; } }

.header__toggle {
  display: none; }
  @media only screen and (max-width: 900px) {
    .header__toggle {
      display: block;
      float: right;
      padding-left: 31px;
      position: relative;
      top: 87px;
      font-size: 30px;
      text-transform: uppercase;
      text-decoration: none;
      color: #000;
      z-index: 2; }
      .header__toggle:before {
        content: '';
        position: absolute;
        top: 4px;
        left: 0;
        width: 25px;
        height: 2px;
        background: #000;
        box-shadow: 0 6px 0 #000, 0 12px 0 #000, 0 18px 0 #000; }
      .intro__footer .header__toggle {
        color: #fff;
        top: -5px;
        margin-right: 35px; }
        .intro__footer .header__toggle:before {
          background: #fff;
          box-shadow: 0 6px 0 #fff, 0 12px 0 #fff, 0 18px 0 #fff; } }
  @media only screen and (max-width: 700px) {
    .header__toggle {
      font-size: 18px;
      padding-left: 20px;
      top: 37px; }
      .header__toggle:before {
        width: 16px;
        height: 1px;
        box-shadow: 0 4px 0 #000, 0 8px 0 #000, 0 12px 0 #000; }
      .intro__footer .header__toggle:before {
        box-shadow: 0 4px 0 #fff, 0 8px 0 #fff, 0 12px 0 #fff; } }

.header__hidden-menu-text {
  display: block; }
  .header__toggle--active .header__hidden-menu-text {
    display: none; }

.header__active-menu-text {
  display: none; }
  .header__toggle--active .header__active-menu-text {
    display: block; }

.footer {
  padding-top: 23px;
  border-bottom: 22px solid #021d49; }
  @media only screen and (max-width: 568px) {
    .footer {
      border-bottom-width: 11px;
      padding-top: 8px; } }

.footer-text {
  color: #021d49;
  margin: 0;
  font-size: 20px;
  padding-left: 102px;
  position: relative; }
  .footer-text:before {
    content: '';
    position: absolute;
    left: -7px;
    top: -25px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #021d49; }
  @media only screen and (max-width: 568px) {
    .footer-text {
      font-size: 12px;
      padding-left: 70px; }
      .footer-text:before {
        width: 35px;
        height: 35px;
        top: -9px; } }
  @media only screen and (max-width: 480px) {
    .footer-text {
      padding-left: 50px; } }

.aside {
  padding-top: 54px; }

.aside__img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 7px; }
  @media only screen and (max-width: 900px) {
    .aside__img {
      float: left;
      width: calc(100% - 365px); } }
  @media only screen and (max-width: 700px) {
    .aside__img {
      float: none;
      width: auto;
      margin: 0 auto 7px; } }

.aside__block {
  background: #021d49;
  padding: 0 21px 20px; }
  @media only screen and (max-width: 1024px) {
    .aside__block {
      padding: 0 17px 17px; } }
  @media only screen and (max-width: 900px) {
    .aside__block {
      width: 358px;
      float: right; } }
  @media only screen and (max-width: 700px) {
    .aside__block {
      width: 100%;
      float: none; } }
  @media only screen and (max-width: 568px) {
    .aside__block {
      padding: 0 15px 12px; } }

.aside__title {
  font-size: 34px;
  font-weight: 300;
  line-height: 67px;
  color: #fff;
  margin: 0 0 5px; }
  @media only screen and (max-width: 1024px) {
    .aside__title {
      font-size: 28px;
      line-height: 54px; } }
  @media only screen and (max-width: 568px) {
    .aside__title {
      font-size: 23px;
      line-height: 43px; } }

.aside__title--tweets {
  position: relative; }
  .aside__title--tweets:after {
    content: '';
    position: absolute;
    right: 1px;
    top: 50%;
    margin-top: -13px;
    width: 36px;
    height: 30px;
    background: url("../images/twitter.svg") no-repeat;
    background-size: cover; }
    @media only screen and (max-width: 568px) {
      .aside__title--tweets:after {
        width: 24px;
        height: 20px; } }

.aside__more-link {
  display: inline-block;
  height: 52px;
  line-height: 52px;
  padding: 0 36px;
  color: #000;
  font-size: 23px;
  border-radius: 2px;
  background: #fdb824;
  text-decoration: none; }
  .aside__more-link:hover {
    background: #fdc857; }
  @media only screen and (max-width: 1024px) {
    .aside__more-link {
      font-size: 18px;
      height: 44px;
      line-height: 44px;
      padding: 0 32px; } }
  @media only screen and (max-width: 568px) {
    .aside__more-link {
      font-size: 14px;
      height: 34px;
      line-height: 34px;
      padding: 0 24px; } }

.tweets {
  margin-bottom: 43px; }
  @media only screen and (max-width: 1024px) {
    .tweets {
      margin-bottom: 35px; } }
  @media only screen and (max-width: 568px) {
    .tweets {
      margin-bottom: 26px; } }

.tweet {
  background: #f7f7f7;
  padding: 14px 10px 12px;
  margin-bottom: 12px;
  border-radius: 2px; }
  .tweet:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 568px) {
    .tweet {
      margin-bottom: 7px;
      padding: 8px 5px 8px; } }

.tweet__date {
  display: inline-block;
  margin-bottom: 2px;
  font-size: 19px;
  font-weight: 600;
  font-style: italic; }
  @media only screen and (max-width: 1024px) {
    .tweet__date {
      font-size: 17px; } }
  @media only screen and (max-width: 568px) {
    .tweet__date {
      font-size: 13px; } }

.tweet__text {
  margin: 0;
  font-size: 18px; }
  @media only screen and (max-width: 1024px) {
    .tweet__text {
      font-size: 14px; } }
  @media only screen and (max-width: 568px) {
    .tweet__text {
      font-size: 11px;
      line-height: 14px; } }

.aside__aux-info {
  color: #021d49;
  font-size: 20px;
  padding: 0 14px;
  height: 31px;
  line-height: 30px;
  border-radius: 2px;
  background: #fff;
  margin-bottom: 22px;
  display: inline-block; }
  @media only screen and (max-width: 1024px) {
    .aside__aux-info {
      font-size: 16px;
      padding: 0 10px;
      height: 27px;
      line-height: 26px; } }
  @media only screen and (max-width: 568px) {
    .aside__aux-info {
      font-size: 13px;
      height: 20px;
      line-height: 20px;
      margin-bottom: 15px; } }

.aside__italic {
  font-style: italic;
  font-size: 19px;
  color: #fff;
  margin: 0 0 15px; }
  @media only screen and (max-width: 1024px) {
    .aside__italic {
      font-size: 17px; } }
  @media only screen and (max-width: 568px) {
    .aside__italic {
      font-size: 12px;
      margin-bottom: 8px; } }

.aside__text {
  margin: 0 0 21px;
  font-size: 16px;
  line-height: 22px;
  color: #fff; }
  @media only screen and (max-width: 1024px) {
    .aside__text {
      font-size: 14px;
      line-height: 18px; } }
  @media only screen and (max-width: 568px) {
    .aside__text {
      font-size: 12px;
      line-height: 14px;
      margin-bottom: 13px; } }

.peoples {
  padding: 28px 0; }

.people {
  padding-left: 10px;
  border-left: 4px solid #fdb824;
  margin-bottom: 21px; }
  .people:before, .people:after {
    content: '';
    display: table; }
  .people:after {
    clear: both; }
  @media only screen and (max-width: 1024px) {
    .people {
      margin-bottom: 31px; } }
  @media only screen and (max-width: 568px) {
    .people {
      border-top: 4px solid #fdb824;
      border-left: none; } }

.people__img {
  display: block;
  max-width: 100%;
  height: auto;
  float: left;
  margin-right: 17px; }
  @media only screen and (max-width: 1300px) {
    .people__img {
      width: 40%; } }
  @media only screen and (max-width: 1023px) {
    .people__img {
      margin: 0 auto 10px;
      width: auto;
      float: none; } }
  @media only screen and (max-width: 900px) {
    .people__img {
      margin: 0 17px 0 0;
      width: 40%;
      float: left; } }
  @media only screen and (max-width: 568px) {
    .people__img {
      float: none;
      width: auto;
      margin: 0 auto 13px; } }

.people__info-block {
  margin-left: 332px;
  padding-top: 10px;
  position: relative;
  padding-bottom: 43px; }
  @media only screen and (max-width: 1300px) {
    .people__info-block {
      margin-left: 44%; } }
  @media only screen and (max-width: 1023px) {
    .people__info-block {
      margin-left: 0; } }
  @media only screen and (max-width: 900px) {
    .people__info-block {
      margin-left: 44%; } }
  @media only screen and (max-width: 568px) {
    .people__info-block {
      margin-left: 0; } }

.people__title {
  margin: 0 0 1px; }

.people__position {
  font-style: italic;
  margin: 0 0 10px; }
  @media only screen and (max-width: 568px) {
    .people__position {
      margin-bottom: 8px; } }

.people__title,
.people__position {
  font-size: 18px; }

.people__heading {
  font-size: 12px;
  font-weight: 600;
  margin: 0; }

.people__info {
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
  margin: 16px 0 17px; }
  @media only screen and (max-width: 568px) {
    .people__info {
      margin-top: 8px;
      margin-bottom: 7px; } }

.people__info-title {
  float: left;
  font-weight: 600; }
  @media only screen and (max-width: 568px) {
    .people__info-title {
      float: none; } }

.people__info-description {
  margin-left: 108px; }
  @media only screen and (max-width: 568px) {
    .people__info-description {
      margin-left: 0;
      margin-bottom: 7px; } }

.people__btn {
  display: inline-block;
  position: absolute;
  height: 38px;
  line-height: 38px;
  padding: 0 14px;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  bottom: 0;
  right: 0;
  text-decoration: none;
  background: #021d49; }
  .people__btn:hover {
    background: #03317b; }

.testimonials {
  padding-top: 6px; }

.testimonial {
  display: table;
  margin-bottom: 31px; }
  @media only screen and (max-width: 568px) {
    .testimonial {
      display: block;
      margin-bottom: 12px; } }

.testimonial__info,
.testimonial__content {
  display: table-cell;
  border-radius: 2px;
  vertical-align: top; }
  @media only screen and (max-width: 568px) {
    .testimonial__info,
    .testimonial__content {
      display: block; } }

.testimonial__info {
  width: 118px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  position: relative;
  padding-top: 9px;
  padding-right: 11px;
  font-weight: 600; }
  .testimonial__info:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 107px;
    background: #021d49;
    border-radius: 2px;
    z-index: -1; }
  @media only screen and (max-width: 568px) {
    .testimonial__info {
      width: 100%;
      background: #021d49;
      min-height: 37px;
      padding: 5px 6px 6px 48px;
      text-align: left;
      margin-bottom: 4px; }
      .testimonial__info:before {
        display: none; } }

.testimonial__logo {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto 11px;
  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; }
  .testimonial__logo img {
    display: block;
    max-width: 100%;
    height: auto; }
  @media only screen and (max-width: 568px) {
    .testimonial__logo {
      width: 27px;
      height: 27px;
      position: absolute;
      left: 6px;
      top: 50%;
      margin-top: -13px; } }

.testimonial__italic {
  font-style: italic;
  display: block;
  margin-bottom: 12px; }

.testimonial__details {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 107px;
  line-height: 14px; }

  @media only screen and (max-width: 568px) {
    .testimonial__details {
      position: relative;
      bottom: auto;
      width: auto; } }

.testimonial__content {
  background: #fdb824;
  padding: 13px 15px 9px; }

.testimonial__content .text-title {
margin-bottom: 15px;
}

.video-block {
  position: relative;
  margin-bottom: 41px; }
  .text + .video-block {
    margin-top: 32px; }

.video-block__img {
  position: relative; }
  .video-block__img img {
    display: block;
    max-width: 100%;
    height: auto; }
  .video-block__img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1); }

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 131px;
  height: 131px;
  margin-top: -75px;
  margin-left: -65px;
  background: #fff;
  border-radius: 50%; }
  .play-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -26px;
    margin-left: -12px;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 36px solid #5e5e5e; }
  .play-btn:hover:after {
    border-left-color: #000; }
  @media only screen and (max-width: 1024px) {
    .play-btn {
      width: 100px;
      height: 100px;
      margin-top: -50px;
      margin-left: -50px; } }
  @media only screen and (max-width: 568px) {
    .play-btn {
      width: 44px;
      height: 44px;
      margin-top: -22px;
      margin-left: -22px; }
      .play-btn:after {
        border-top-width: 10px;
        border-bottom-width: 10px;
        border-left-width: 12px;
        margin-left: -4px;
        margin-top: -10px; } }

.video-block__text {
  color: #fff;
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 51px;
  left: 0;
  width: 100%;
  padding: 0 70px;
  margin: 0; }
  @media only screen and (max-width: 1300px) {
    .video-block__text {
      top: 31px; } }
  @media only screen and (max-width: 1024px) {
    .video-block__text {
      font-size: 20px;
      line-height: 24px;
      top: 31px;
      padding: 0 20px; } }
  @media only screen and (max-width: 568px) {
    .video-block__text {
      font-size: 12px;
      line-height: 16px;
      top: 15px; } }

.contact {
  width: 570px;
  padding-top: 40px;
  margin-bottom: 78px; }
  @media only screen and (max-width: 1024px) {
    .contact {
      width: 100%; } }
  @media only screen and (max-width: 568px) {
    .contact {
      padding-top: 18px;
      margin-bottom: 44px; } }

.contact__title {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 10px; }

.contact__row {
  margin-bottom: 18px;
  overflow: hidden;
  position: relative; }
  .contact__row:last-child {
    text-align: right; }
    @media only screen and (max-width: 568px) {
      .contact__row:last-child {
        text-align: left; } }
  @media only screen and (max-width: 568px) {
    .contact__row {
      margin-bottom: 14px; } }

.contact__form-field {
  padding-left: 78px; }
  @media only screen and (max-width: 568px) {
    .contact__form-field {
      padding-left: 0;
      margin-bottom: 14px; }
      .contact__form-field:last-child {
        margin-bottom: 0; } }

.contact__column {
  float: left;
  width: 268px;
  position: relative; }
  .contact__column:nth-child(odd) {
    margin-right: 34px; }
  @media only screen and (max-width: 1024px) {
    .contact__column {
      width: calc((100% - 34px)/2); } }
  @media only screen and (max-width: 568px) {
    .contact__column {
      width: 100%;
      float: none; } }

.contact__label-text {
  font-size: 11px;
  position: absolute;
  left: 0;
  top: 0;
  width: 78px;
  height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 568px) {
    .contact__label-text {
      position: relative;
      height: auto;
      width: auto;
      display: block;
      margin-bottom: 6px; } }

.contact__control {
  height: 41px;
  line-height: 40px;
  background: #f7f7f7;
  border-radius: 2px;
  border: none;
  font-size: 14px;
  padding: 0 10px;
  width: calc(100% - 78px); }

.contact__input {
  width: 100%; }

.contact__textarea {
  height: 245px;
  line-height: 20px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px; }

.contact__submit-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 38px;
  color: #fff;
  border-radius: 2px;
  background: #021d49;
  padding: 0 32px;
  border: none;
  resize: none; }
  .contact__submit-btn:hover {
    background: #03317b; }

.contact__phone-block {
  margin-bottom: 130px; }
  @media only screen and (max-width: 568px) {
    .contact__phone-block {
      margin-bottom: 85px; } }

.social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  padding-top: 3px;
  padding-right: 92px; }
  @media only screen and (max-width: 1024px) {
    .social-list {
      padding-right: 0; } }

.social-list__item {
  width: 317px;
  margin-bottom: 8px; }
  .social-list__item:nth-child(odd) {
    float: left; }
  .social-list__item:nth-child(even) {
    float: right; }
  @media only screen and (max-width: 1300px) {
    .social-list__item {
      width: 50%; } }
  @media only screen and (max-width: 568px) {
    .social-list__item {
      width: 100%; }
      .social-list__item:nth-child(odd), .social-list__item:nth-child(even) {
        float: none; } }

.social-list__link {
  display: block;
  opacity: 1;
  font-size: 12px;
  padding-left: 59px;
  line-height: 46px;
  position: relative;
  text-decoration: none;
  color: #000; }
  .social-list__link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 47px;
    height: 47px;
    background-size: cover;
    background-repeat: no-repeat; }
  .social-list__link:hover {
    opacity: .8; }

.social-list__link--facebook:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMC8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvVFIvMjAwMS9SRUMtU1ZHLTIwMDEwOTA0L0RURC9zdmcxMC5kdGQnPjxzdmcgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIGhlaWdodD0iMzJweCIgaWQ9IkxheWVyXzEiIHZlcnNpb249IjEuMCIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iMzJweCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGc+PHBhdGggZD0iTTMyLDMwYzAsMS4xMDQtMC44OTYsMi0yLDJIMmMtMS4xMDQsMC0yLTAuODk2LTItMlYyYzAtMS4xMDQsMC44OTYtMiwyLTJoMjhjMS4xMDQsMCwyLDAuODk2LDIsMlYzMHoiIGZpbGw9IiMzQjU5OTgiLz48cGF0aCBkPSJNMjIsMzJWMjBoNGwxLTVoLTV2LTJjMC0yLDEuMDAyLTMsMy0zaDJWNWMtMSwwLTIuMjQsMC00LDBjLTMuNjc1LDAtNiwyLjg4MS02LDd2M2gtNHY1aDR2MTJIMjJ6IiBmaWxsPSIjRkZGRkZGIiBpZD0iZiIvPjwvZz48Zy8+PGcvPjxnLz48Zy8+PGcvPjxnLz48L3N2Zz4="); }

.social-list__link--youtube:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyOCAxMjgiIGhlaWdodD0iMTI4cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB3aWR0aD0iMTI4cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik0xMjgsMTEyYzAsOC44LTcuMiwxNi0xNiwxNkgxNmMtOC44LDAtMTYtNy4yLTE2LTE2VjE2QzAsNy4yLDcuMiwwLDE2LDBoOTZjOC44LDAsMTYsNy4yLDE2LDE2VjExMnoiIGZpbGw9IiNDQzE5MUUiLz48cGF0aCBkPSJNMTA3LjEyMiw0Ni40MDRjMCwwLTAuODYtNi4wNjQtMy40OTktOC43MzNjLTMuMzQ4LTMuNTA2LTcuMDk4LTMuNTIzLTguODE2LTMuNzI4ICBjLTEyLjMxMi0wLjg5MS0zMC43ODctMC44OTEtMzAuNzg3LTAuODkxaC0wLjA0YzAsMC0xOC40NzQsMC0zMC43ODcsMC44OTFjLTEuNzIxLDAuMjA0LTUuNDY5LDAuMjIxLTguODE2LDMuNzI4ICBjLTIuNjM5LDIuNjY5LTMuNDk4LDguNzMzLTMuNDk4LDguNzMzUzIwLDUzLjUyNSwyMCw2MC42NDd2Ni42NzdjMCw3LjExOSwwLjg3OSwxNC4yNDIsMC44NzksMTQuMjQyczAuODU5LDYuMDYyLDMuNDk4LDguNzMyICBjMy4zNDgsMy41MDgsNy43NDUsMy4zOTYsOS43MDIsMy43NjRjNy4wNDEsMC42NzYsMjkuOTIyLDAuODg1LDI5LjkyMiwwLjg4NXMxOC40OS0wLjAyOCwzMC44MDYtMC45MTggIGMxLjcyMS0wLjIwNiw1LjQ3MS0wLjIyMyw4LjgxNy0zLjcyOWMyLjY0LTIuNjcyLDMuNDk5LTguNzMzLDMuNDk5LTguNzMzUzEwOCw3NC40NDUsMTA4LDY3LjMyNHYtNi42NzcgIEMxMDgsNTMuNTI1LDEwNy4xMjIsNDYuNDA0LDEwNy4xMjIsNDYuNDA0IE01My44MDIsNzYuNTY5bC0wLjAwMy0yNy4wMzhsMjYsMTMuNTY1TDUzLjgwMiw3Ni41Njl6IiBmaWxsPSIjRkZGRkZGIi8+PC9zdmc+"); }

.social-list__link--twitter:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMC8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvVFIvMjAwMS9SRUMtU1ZHLTIwMDEwOTA0L0RURC9zdmcxMC5kdGQnPjxzdmcgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIGhlaWdodD0iMzJweCIgaWQ9IkxheWVyXzEiIHZlcnNpb249IjEuMCIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iMzJweCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGc+PHBhdGggZD0iTTMyLDMwYzAsMS4xMDQtMC44OTYsMi0yLDJIMmMtMS4xMDQsMC0yLTAuODk2LTItMlYyYzAtMS4xMDQsMC44OTYtMiwyLTJoMjhjMS4xMDQsMCwyLDAuODk2LDIsMlYzMHoiIGZpbGw9IiM1NUFDRUUiLz48cGF0aCBkPSJNMjUuOTg3LDkuODk0Yy0wLjczNiwwLjMyMi0xLjUyNSwwLjUzNy0yLjM1NywwLjYzNWMwLjg1LTAuNDk4LDEuNS0xLjI4OSwxLjgwNi0yLjIzMSAgIGMtMC43OTIsMC40NjEtMS42NywwLjc5Ny0yLjYwNSwwLjk3OEMyMi4wODMsOC40OTEsMjEuMDE3LDgsMTkuODM4LDhjLTIuMjY2LDAtNC4xLDEuODA3LTQuMSw0LjAzOCAgIGMwLDAuMzE0LDAuMDM2LDAuNjI1LDAuMTA0LDAuOTIyYy0zLjQwNy0wLjE3Mi02LjQyOS0xLjc3OS04LjQ1Mi00LjIyMWMtMC4zNTIsMC41OTctMC41NTYsMS4yOS0wLjU1NiwyLjAzMiAgIGMwLDEuMzk5LDAuNzI2LDIuNjM1LDEuODI0LDMuMzZjLTAuNjcxLTAuMDIyLTEuMzA0LTAuMjAzLTEuODU2LTAuNTA2Yy0wLjAwMSwwLjAxNy0wLjAwMSwwLjAzNC0wLjAwMSwwLjA1MiAgIGMwLDEuOTU1LDEuNDE0LDMuNTg5LDMuMjksMy45NmMtMC4zNDMsMC4wOS0wLjcwNSwwLjE0Mi0xLjA4MSwwLjE0MmMtMC4yNjQsMC0wLjUyLTAuMDI0LTAuNzctMC4wNzIgICBjMC41MiwxLjYwNCwyLjAzNCwyLjc3MSwzLjgyOCwyLjgwNUMxMC42NywyMS41OTQsOC45LDIyLjI0LDYuOTc5LDIyLjI0Yy0wLjMzLDAtMC42NTgtMC4wMTgtMC45NzktMC4wNTYgICBjMS44MTQsMS4xNDUsMy45NzEsMS44MTMsNi4yODcsMS44MTNjNy41NDEsMCwxMS42NjYtNi4xNTQsMTEuNjY2LTExLjQ5MWMwLTAuMTczLTAuMDA1LTAuMzUtMC4wMTItMC41MjEgICBDMjQuNzQxLDExLjQxNCwyNS40MzgsMTAuNzAzLDI1Ljk4Nyw5Ljg5NHoiIGZpbGw9IiNGRkZGRkYiLz48L2c+PGcvPjxnLz48Zy8+PGcvPjxnLz48Zy8+PC9zdmc+"); }

.social-list__link--linkedin:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI1MTIiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB3aWR0aD0iNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIiB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcyBpZD0iZGVmczEyIi8+PGcgaWQ9Imc1ODkxIj48cmVjdCBoZWlnaHQ9IjUxMiIgaWQ9InJlY3QyOTg3IiByeD0iNjQiIHJ5PSI2NCIgc3R5bGU9ImZpbGw6IzAwODNiZTtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZSIgd2lkdGg9IjUxMiIgeD0iMCIgeT0iNS42ODQzNDE5ZS0wMTQiLz48ZyBpZD0iZzktMSIgdHJhbnNmb3JtPSJtYXRyaXgoMS41NTM3OTQ2LDAsMCwxLjU1Mzc5NDYsLTE0MC44NzMzMiwtMTMyLjY0NTUyKSI+PHJlY3QgaGVpZ2h0PSIxNjYuMDIxIiBpZD0icmVjdDExIiBzdHlsZT0iZmlsbDojZmZmZmZmIiB3aWR0aD0iNTUuMTk0IiB4PSIxMjkuOTU3IiB5PSIyMDAuMzU2OTkiLz48cGF0aCBkPSJtIDE1Ny45MjcsMTIwLjMwMyBjIC0xOC44ODQsMCAtMzEuMjIyLDEyLjQxNSAtMzEuMjIyLDI4LjY4NyAwLDE1LjkzIDExLjk2MywyOC42ODcgMzAuNDkxLDI4LjY4NyBoIDAuMzU3IGMgMTkuMjQ1LDAgMzEuMjI0LC0xMi43NTcgMzEuMjI0LC0yOC42ODcgLTAuMzU3LC0xNi4yNzIgLTExLjk3OCwtMjguNjg3IC0zMC44NSwtMjguNjg3IHoiIGlkPSJwYXRoMTMtMCIgc3R5bGU9ImZpbGw6I2ZmZmZmZiIvPjxwYXRoIGQ9Im0gMzIwLjYwNCwxOTYuNDUzIGMgLTI5LjI3NywwIC00Mi4zOTEsMTYuMTAxIC00OS43MzQsMjcuNDEgdiAtMjMuNTA2IGggLTU1LjE4IGMgMC43MzIsMTUuNTczIDAsMTY2LjAyMSAwLDE2Ni4wMjEgaCA1NS4xNzkgViAyNzMuNjYgYyAwLC00Ljk2MyAwLjM1NywtOS45MjQgMS44MiwtMTMuNDcxIDMuOTgyLC05LjkxMSAxMy4wNjgsLTIwLjE3OCAyOC4zMTMsLTIwLjE3OCAxOS45NTksMCAyNy45NTUsMTUuMjMgMjcuOTU1LDM3LjUzOSB2IDg4LjgyOCBoIDU1LjE4MiB2IC05NS4yMDYgYyAwLC01MC45OTYgLTI3LjIyNywtNzQuNzE5IC02My41MzUsLTc0LjcxOSB6IiBpZD0icGF0aDE1IiBzdHlsZT0iZmlsbDojZmZmZmZmIi8+PC9nPjwvZz48L3N2Zz4="); }

.intro {
  position: relative;
  min-height: 100%;
  background-image: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.quote-block {
  background: rgba(74, 21, 112, 0.85);
  position: absolute;
  top: 49px;
  right: 41px;
  width: 590px;
  padding: 18px 27px; }
  @media only screen and (max-width: 1024px) {
    .quote-block {
      padding: 12px 15px; } }
  @media only screen and (max-width: 900px) {
    .quote-block {
      top: 35px;
      right: 35px; } }
  @media only screen and (max-width: 700px) {
    .quote-block {
      width: calc(100% - 2 * 23px);
      top: 23px;
      left: 23px; } }

.quote {
  margin: 0;
  font-size: 23px;
  color: #fff;
  text-shadow: 2px 0 1px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 1024px) {
    .quote {
      font-size: 19px; } }

.intro__footer {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  border-bottom: 6px solid #fff; }
  @media only screen and (max-width: 700px) {
    .intro__footer {
      border-bottom-width: 3px; } }

.intro__footer-logo {
  position: absolute;
  left: 110px;
  top: -55px;
  width: 190px;
  height: 101px;
  background: url("../images/logo-white.png") no-repeat;
  background-size: cover;
  z-index: 2; }
  @media only screen and (max-width: 1300px) {
    .intro__footer-logo {
      left: 35px; } }
  @media only screen and (max-width: 1024px) {
    .intro__footer-logo {
      left: 25px; } }
  @media only screen and (max-width: 700px) {
    .intro__footer-logo {
      width: 109px;
      height: 59px;
      top: -30px; } }

.intro-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  float: right;
  margin-bottom: 10px;
  margin-right: 44px; }
  @media only screen and (max-width: 1300px) {
    .intro-nav {
      margin-right: 35px; } }
  @media only screen and (max-width: 1024px) {
    .intro-nav {
      margin-right: 25px; } }

.intro-nav__item {
  display: inline-block;
  position: relative; }
  @media only screen and (max-width: 900px) {
    .intro-nav__item {
      display: block; } }

.intro-nav__link {
  color: #fff;
  display: block;
  padding: 0 14px;
  font-size: 18px;
  text-decoration: none; }
  @media only screen and (max-width: 900px) {
    .intro-nav__link {
      font-size: 26px;
      padding: 0 35px;
      line-height: 50px; } }
  @media only screen and (max-width: 700px) {
    .intro-nav__link {
      font-size: 18px;
      line-height: 42px;
      padding: 0 23px; } }
  .intro-nav__link:hover {
    color: #ccc; }
  @media only screen and (max-width: 1024px) {
    .intro-nav__link {
      padding: 0 12px; } }
  @media only screen and (max-width: 900px) {
    .intro-nav__link {
      padding: 0 35px; }
      .intro-nav__link:hover {
        color: #fff; } }

#harmonysite_footer a
{
	color:				#000;
	text-decoration:	underline;
}
#harmonysite_footer a:hover
{
	color:				#000;
	text-decoration:	none;
}
