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

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and 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; }

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

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

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

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

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

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

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

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

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

/**
 * 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 and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

@font-face {
  font-family: Gotham;
  src: url(../fonts/GothamProRegular.otf);
  font-weight: normal; }

@font-face {
  font-family: Gotham;
  src: url(../fonts/GothamProMedium.otf);
  font-weight: 500; }

@font-face {
  font-family: Gotham;
  src: url(../fonts/GothamProLight.otf);
  font-weight: 300; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none; }

img {
  vertical-align: top; }

html, body {
  width: 100%;
  height: 100%;
  background: #39383E; }

body {
  font-family: Gotham, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #39383E; }

.content {
  padding-top: 1px;
  padding-bottom: 1px; }

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }

.title {
  font-size: 48px;
  line-height: 1;
  font-weight: 500; }
  .title--white {
    color: #fff;
    margin-bottom: 30px; }
  @media (max-width: 763px) {
    .title {
      font-size: 40px;
      line-height: 52px; } }

.subtitle {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 400; }
  .subtitle strong {
    font-weight: 500; }
  @media (max-width: 763px) {
    .subtitle {
      font-size: 32px;
      line-height: 44px; } }

.desc {
  font-size: 20px;
  line-height: 28px; }
  .desc--top {
    color: #fff;
    margin-bottom: 50px;
    max-width: 700px; }
  .desc--less {
    font-size: 18px;
    line-height: auto;
    margin-bottom: 30px; }
  @media (max-width: 763px) {
    .desc--top {
      font-size: 16px;
      line-height: 22px; }
    .desc--less {
      font-size: 14px;
      line-height: 20px; } }

.link {
  color: #0AA2E0;
  text-decoration: none;
  -webkit-transition: color .2s;
          transition: color .2s; }
  .link:hover {
    color: #11C962; }

.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 250px;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #11C962;
  border-radius: 3px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all .2s;
          transition: all .2s; }
  .btn:hover {
    background: #27E67B; }
  .btn:active {
    background: #1D9A54;
    color: #46DA88; }

.logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .logo img {
    max-width: 100%; }
  @media (max-width: 1150px) {
    .logo {
      width: 212px; } }

.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80px;
  padding-left: 30px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 99;
  margin-bottom: -1px; }
  @media (max-width: 1150px) {
    .header {
      height: 60px;
      padding-right: 15px;
      padding-left: 15px; } }

.menu {
  margin-left: auto;
  padding-right: 15px; }
  .menu * {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .menu__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 80px;
    padding: 0 15px;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: inherit;
    -webkit-transition: all .2s;
            transition: all .2s; }
    .menu__link:not(.active):hover {
      background: #39383E;
      color: #11C962; }
    .menu__link.active {
      color: #919191; }
    span {
      cursor: default; }
  @media (max-width: 1150px) {
    .menu__link {
      height: 45px; } }

.menu-toggle {
  display: none; }
  @media (max-width: 1150px) {
    .menu-toggle {
      border-radius: 0;
      display: block;
      width: 20px;
      height: 14px;
      background: transparent url(../images/icon-burger.png) no-repeat center center;
      background-size: 100% 100%;
      border: none;
      cursor: pointer;
      outline: none;
      margin-left: auto;
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      -webkit-transition: -webkit-transform .3s;
              transition: transform .3s; }
      .menu-toggle.active {
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .menu-toggle {
      background-image: url(../images/icon-burger@2x.png); } }

.menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: auto; }
  .menu-list li {
    position: relative; }
  @media (min-width: 1150px) {
    .menu-list__in:hover .menu-list--hidden {
      -webkit-transition: visibility 0s 0s, opacity .3s 0s;
              transition: visibility 0s 0s, opacity .3s 0s;
      visibility: visible;
      opacity: 1; } }
  .menu-list--hidden {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .1s, opacity .1s 0s;
            transition: visibility 0s .1s, opacity .1s 0s; }
  .menu-list--inner {
    display: block;
    width: 208px;
    height: auto;
    position: absolute;
    left: 0;
    top: 80px;
    background: #39383E;
    padding: 10px 0; }
  .menu-list__link {
    height: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
    font-size: 14px;
    -webkit-transition: all .2s;
            transition: all .2s; }
    .menu-list__link:hover {
      background: #11C962; }
  @media (max-width: 1150px) {
    .menu-list {
      display: block; }
      .menu-list--inner {
        position: static;
        width: auto;
        text-align: center;
        padding: 0; }
      .menu-list--hidden {
        height: 0;
        -webkit-transition: visibility 0s .1s, opacity .1s 0s;
                transition: visibility 0s .1s, opacity .1s 0s; }
      .menu-list__in.show .menu-list--inner {
        padding: 5px 0 20px;
        margin-bottom: 10px; }
      .menu-list__in.show .menu-list--hidden {
        height: auto;
        -webkit-transition: visibility 0s 0s, opacity .3s 0s;
                transition: visibility 0s 0s, opacity .3s 0s;
        visibility: visible;
        opacity: 1; }
      .menu-list__in.show .menu__link {
        color: #11C962;
        background: #39383E; }
      .menu-list__link {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 43px; } }

@media (min-width: 1150px) {
  .menu--header .menu-list__in:hover .menu__link {
    background: #39383E;
    color: #11C962; } }

@media (max-width: 1150px) {
  .menu--header {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .1s, opacity .1s 0s;
            transition: visibility 0s .1s, opacity .1s 0s;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 25px;
    background: #fff;
    -webkit-box-shadow: inset 0 4px 4px -2px rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 4px 4px -2px rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
    .menu--header.show {
      -webkit-transition: visibility 0s 0s, opacity .3s 0s;
              transition: visibility 0s 0s, opacity .3s 0s;
      visibility: visible;
      opacity: 1; } }

.menu--footer {
  margin-right: -15px;
  padding-right: 0; }
  @media (min-width: 1150px) {
    .menu--footer .menu-list__in:hover .menu__link {
      background: #11C962;
      color: #fff; } }
  .menu--footer .menu-list--inner {
    top: auto;
    bottom: 80px; }
  @media (max-width: 1150px) {
    .menu--footer {
      width: 100%;
      margin-right: 0;
      margin-left: 0; }
      .menu--footer .menu-list__in.show .menu-list--inner {
        background: #2d2c31;
        margin-bottom: 0;
        padding: 10px 0; } }

main {
  background: #fff; }

section {
  padding: 0 20px; }

.top {
  background: url(../images/bg_main.jpg) no-repeat center center;
  background-size: cover;
  text-align: center; }
  .top .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 600px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 30px; }

.second {
  background: #ECECEC; }
  .second .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 430px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .second .container .ad {
      margin-top: 50px; }

.blocks {
  background: #fff;
  padding: 90px 0 70px;
  text-align: center; }
  .blocks .ad--line {
    margin-bottom: 50px;
    margin-top: -60px; }
  @media (max-width: 1040px) {
    .blocks {
      padding: 90px 0 40px; }
      .blocks .ad--square {
        margin-left: auto;
        margin-right: auto; } }
  @media (max-width: 763px) {
    .blocks--on-articles {
      padding-top: 40px; } }

.ad {
  position: relative;
  background: #D8D8D8;
  border: 1px solid #B8B8B8;
  text-decoration: none;
  color: inherit; }
  .ad--line {
    height: 90px;
    width: 728px;
    margin-left: auto;
    margin-right: auto; }
  .ad--square {
    width: 300px;
    height: 250px; }
  .ad--right {
    float: right;
    margin-left: 50px; }
  .ad__label {
    position: absolute;
    bottom: -1px;
    left: -1px;
    background: #39383E;
    color: #fff;
    padding: 5px;
    font-size: 11px;
    line-height: 1;
    vertical-align: top;
    font-weight: 300; }
    .ad__label strong {
      font-weight: 500; }
  @media (max-width: 800px) {
    .ad--line {
      display: none; }
    .ad--right {
      float: none;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 40px; } }

.ad-wrapper {
  margin: 30px 0; }
  @media (max-width: 800px) {
    .ad-wrapper {
      display: none; } }

.article-blocks {
  text-align: left;
  margin: -10px -20px 0; }
  .article-blocks__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%; }
  .article-blocks__item-wrapper {
    padding: 20px;
    width: 520px; }
  .article-blocks__item {
    width: 100%;
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
    text-decoration: none;
    color: inherit;
    border: 1px solid #D8D8D8;
    padding: 30px;
    -webkit-transition: border-color .2s;
            transition: border-color .2s; }
    .article-blocks__item:hover {
      border-color: #0AA2E0; }
  .article-blocks__category, .article__category {
    margin-bottom: 17px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: color .2s;
            transition: color .2s; }
    .article-blocks__category:hover, .article__category:hover {
      color: #11C962; }
  .article-blocks__title {
    margin-bottom: 18px;
    font-size: 28px;
    line-height: 34px;
    color: #0AA2E0;
    -webkit-transition: color .2s;
            transition: color .2s; }
    .article-blocks__title:hover {
      color: #11C962; }
  .article-blocks__desc {
    font-size: 14px;
    line-height: 26px; }
  @media (max-width: 1040px) {
    .article-blocks {
      margin: 0; }
      .article-blocks__flex {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .article-blocks__item-wrapper {
        padding-top: 0;
        max-width: 520px;
        width: 100%; }
      .article-blocks__category, .article__category {
        font-size: 12px; }
      .article-blocks__title {
        font-size: 26px; }
      .article-blocks__desc {
        font-size: 13px;
        line-height: 22px; } }

.article {
  max-width: 1000px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #D8D8D8;
  padding: 60px 100px; }
  .article__category:hover {
    color: inherit; }
  .article__text {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 40px; }
    .article__text:last-child {
      margin-bottom: 0; }
    .article__text p {
      margin-bottom: 30px; }
      .article__text p:last-child {
        margin-bottom: 0; }
  .article ul {
    margin-bottom: 30px; }
    .article ul:last-child {
      margin-bottom: 0; }
  .article i {
    display: inline-block;
    font-family: Gotham, sans-serif;
    color: #999;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 30px; }
  .article b {
    font-weight: 500; }
  .article h1 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 500; }
  .article h2, .article h3 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 30px;
    font-weight: 400; }
  .article h4, .article h5 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 30px;
    font-weight: 400; }
  .article a {
    color: #0AA2E0;
    text-decoration: none;
    -webkit-transition: color .2s;
            transition: color .2s; }
    .article a:hover {
      color: #11C962; }
  .article p + h2,
  .article p + h3,
  .article p + h4,
  .article p + h5 {
    margin-top: 60px; }
  .article figure {
    margin: 0 0 30px; }
    .article figure img {
      max-width: 100%;
      margin-bottom: 10px; }
    .article figure p {
      margin: 0; }
    .article figure figcaption {
      font-size: 12px;
      color: #919191; }
  @media (max-width: 1000px) {
    .article {
      border: none;
      padding: 40px 20px; } }
  @media (max-width: 763px) {
    .article__text {
      font-size: 13px;
      line-height: 22px; } }

.contact_form li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 20px 0; }
  .contact_form li .required_notification {
    width: 100%;
    font-size: 12px;
    color: #999; }

.contact_form h2 {
  font-size: 30px; }

.contact_form label {
  margin: 0;
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  color: #999;
  width: 100%;
  margin-bottom: 10px; }

.contact_form textarea,
.contact_form input {
  margin: 0;
  border: 1px solid #D8D8D8;
  padding: 10px 15px;
  padding-right: 35px;
  height: 50px;
  outline: none;
  background-position: 99% center !important;
  font-size: 14px;
  width: 100%;
  max-width: 480px;
  -webkit-transition: border-color .3s;
          transition: border-color .3s;
  font-weight: 400; }
  .contact_form textarea::-webkit-input-placeholder,
  .contact_form input::-webkit-input-placeholder {
    color: #aaa; }
  .contact_form textarea::-moz-placeholder,
  .contact_form input::-moz-placeholder {
    color: #aaa; }
  .contact_form textarea:-ms-input-placeholder,
  .contact_form input:-ms-input-placeholder {
    color: #aaa; }
  .contact_form textarea::placeholder,
  .contact_form input::placeholder {
    color: #aaa; }
  .contact_form textarea:focus,
  .contact_form input:focus {
    border-color: #0AA2E0; }

.contact_form textarea {
  padding-top: 20px;
  max-width: 480px;
  min-height: 200px; }

.contact_form .button {
  border: none;
  cursor: pointer;
  border-radius: 0;
  max-width: 480px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  text-transform: uppercase;
  background: #11C962;
  color: #fff;
  -webkit-transition: background .3s, color .3s;
          transition: background .3s, color .3s; }
  .contact_form .button:hover {
    background: #27E67B; }
  .contact_form .button:active {
    background: #1D9A54;
    color: #46DA88; }

.footer {
  background: #39383E;
  color: #fff; }
  .footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 80px;
    border-bottom: 1px solid #5C5E62; }
  .footer .copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    color: #919191;
    font-size: 13px;
    min-height: 60px;
    padding: 10px 20px;
    text-align: center; }
  @media (max-width: 1150px) {
    .footer .logo {
      width: 190px;
      margin-bottom: 26px; }
    .footer .container {
      padding: 40px 0 30px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

    .fb_iframe_widget {
    display: inline-block;
    position: relative;
    margin-top: 30px;
    margin-right: 20px;
}

