@charset "UTF-8";
@font-face {
  font-family: "OpenSans";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/OpenSans/opensans.eot");
  src: url("../fonts/OpenSans/opensans.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/opensans.woff") format("woff"), url("../fonts/OpenSans/opensans.ttf") format("truetype"); }

@font-face {
  font-family: "OpenSansBold";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/OpenSansBold/opensansbold.eot");
  src: url("../fonts/OpenSansBold/opensansbold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansBold/opensansbold.woff") format("woff"), url("../fonts/OpenSansBold/opensansbold.ttf") format("truetype"); }

@font-face {
  font-family: "OpenSansSemiBold";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/OpenSansSemiBold/opensanssemibold.eot");
  src: url("../fonts/OpenSansSemiBold/opensanssemibold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansSemiBold/opensanssemibold.woff") format("woff"), url("../fonts/OpenSansSemiBold/opensanssemibold.ttf") format("truetype"); }

@font-face {
  font-family: "OpenSansSemiBoldItalic";
  font-weight: 600;
  font-style: italic;
  src: url("../fonts/OpenSansSemiBoldItalic/opensanssemibolditalic.eot");
  src: url("../fonts/OpenSansSemiBoldItalic/opensanssemibolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansSemiBoldItalic/opensanssemibolditalic.woff") format("woff"), url("../fonts/OpenSansSemiBoldItalic/opensanssemibolditalic.ttf") format("truetype"); }

@font-face {
  font-family: "OpenSansExtraBold";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/OpenSansExtraBold/opensansextrabold.eot");
  src: url("../fonts/OpenSansExtraBold/opensansextrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansExtraBold/opensansextrabold.woff") format("woff"), url("../fonts/OpenSansExtraBold/opensansextrabold.ttf") format("truetype"); }

/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

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

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

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

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-size: 18px;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-facebook:before {
  content: '\e800'; }

/* '' */
.icon-down-open:before {
  content: '\e801'; }

/* '' */
.icon-search:before {
  content: '\e802'; }

/* '' */
.icon-up-open:before {
  content: '\e803'; }

/* '' */
.icon-doc-text-inv:before {
  content: '\f15c'; }

/* '' */
.icon-youtube:before {
  content: '\f167'; }

/* '' */
.icon-instagram:before {
  content: '\f32d'; }

/* '' */
::placeholder {
  color: #808080; }

h1 {
  margin: 30px 0 17px;
  font-size: 40px;
  line-height: 46px; }

a {
  transition: all 0.3s ease-out; }
  a:hover, a:focus {
    text-decoration: none; }

[class*="btn"] {
  transition: all 0.3s ease-out;
  display: inline-block;
  font-family: "OpenSans", sans-serif;
  text-align: center;
  vertical-align: middle;
  padding: 0 50px;
  font-size: 23px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  white-space: nowrap;
  background-image: none;
  border: 5px solid #000;
  touch-action: manipulation;
  text-decoration: none;
  border-radius: 0px; }

[class*="btn"] {
  font-size: 23px;
  line-height: 45px;
  height: 50px; }

.subscribe__btn {
  font-size: 23px;
  line-height: 44px;
  height: 46px; }

[class*="btn"] {
  background-color: #fff; }
  [class*="btn"]:hover {
    text-decoration: none;
    color: #fff;
    background-color: #000; }
  [class*="btn"]:focus {
    color: #fff;
    background-color: #000; }

body {
  font-size: 21px;
  min-width: 300px;
  position: relative;
  line-height: 1.65;
  font-family: "OpenSans", sans-serif;
  color: #000;
  transition: all 0.3s ease-out; }
  body input, body textarea {
    border: #666 1px solid;
    outline: none; }
    body input:focus:required:invalid, body textarea:focus:required:invalid {
      border-color: red; }
    body input:required:valid, body textarea:required:valid {
      border-color: green; }

.home-grid img {
  margin-bottom: 10px;
  transition: all 200ms ease; }

.home-grid a {
  display: block;
  margin-bottom: 20px;
  line-height: 24px; }
  .home-grid a:hover {
    opacity: 0.8; }
    .home-grid a:hover img {
      transform: scale(1.03); }

.countdown {
  margin: 40px 0 20px 0;
  font-size: 30px; }

.countdown #clock span {
  display: inline-block;
  background: url(../img/countdown.png) no-repeat;
  color: white;
  padding: 16px 13px;
  letter-spacing: 30px;
  position: relative;
  width: 91px; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }
  .img-responsive.img-width {
    width: 100%; }

.text-center {
  text-align: center; }

b, strong {
  font-weight: bold; }

.action {
  display: flex;
  align-items: center; }

.social a {
  display: inline-block;
  cursor: pointer; }
  .social a:hover, .social a:focus {
    opacity: 0.8; }

.panel {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.content {
  flex: 1; }

.header {
  height: auto;
  padding-top: 23px;
  padding-bottom: 60px;
  font-size: 23px;
  line-height: 30px; }
  .header--inner {
    height: auto;
    padding-bottom: 10px; }
  .header-top {
    display: flex;
    align-items: center;
    min-height: 77px;
    position: relative; }
  .header .logo {
    height: 100%;
    display: flex;
    align-items: center; }

.toggle-nav {
  display: none;
  padding: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 10px;
  z-index: 1020;
  border: none;
  outline: none;
  background-color: transparent; }
  .toggle-nav:hover, .toggle-nav:focus {
    outline: none; }

.toggle-nav span:after,
.toggle-nav span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
  transition: all 0.2s ease; }

.toggle-nav span:after {
  top: 9px; }

.toggle-nav span {
  position: absolute;
  top: 12px;
  display: block; }

.toggle-nav span,
.toggle-nav span:after,
.toggle-nav span:before {
  width: 100%;
  height: 5px;
  background-color: #000;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px; }

.nav, .subnav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex; }
  .nav a, .subnav a {
    position: relative;
    display: block;
    cursor: pointer; }
  .nav:hover, .subnav:hover {
    color: #1a5e96;
    text-decoration: none; }

.nav-main {
  justify-content: flex-end; }
  .nav-main li {
    position: relative; }
  .nav-main li:last-child .subnav {
    right: 0; }
  .nav-main__item {
    text-transform: uppercase;
    padding: 20px;
    color: #000;
    font-weight: bold; }
    .nav-main__item.active {
      color: #a3a3a3;
      text-decoration: none; }

.nav-main li:hover .subnav {
  display: block; }

.subnav {
  display: none;
  position: absolute;
  z-index: 20;
  top: 37px;
  flex-direction: column;
  width: 300px;
  border: 5px solid #000;
  background-color: #fff;
  padding: 10px; }
  .subnav li:last-child {
    border-bottom: none; }
  .subnav__item {
    text-transform: none;
    padding: 10px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.14px; }
    .subnav__item:hover {
      background-color: #f3f3f3;
      text-decoration: none;
      color: #303030; }

.hero {
  display: flex;
  align-items: center; }
  .hero__head {
    text-align: left;
    margin-top: 140px;
    color: #5c5c5c;
    font-weight: 700; }
  .hero__title {
    font-size: 38px; }
  .hero__subtitle {
    font-size: 21px; }

.subscribe {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 60px 0;
  background: #fff url(../img/bg-sub.jpg) center 0 no-repeat; }
  .subscribe--sec {
    background: #fff url(../img/bg-sub2.jpg) center 0 no-repeat; }
  .subscribe__title {
    color: #1d1d1d;
    font-family: "OpenSans";
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.3px;
    margin-bottom: 20px; }
  .subscribe__sub-title {
    color: #333030;
    font-family: "OpenSansSemiBold";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.14px;
    margin-bottom: 10px; }
  .subscribe__form {
    display: flex;
    align-items: center;
    justify-content: center; }
    .subscribe__form input {
      padding: 0 10px;
      color: #fff;
      width: 493px;
      height: 46px;
      border-radius: 4px;
      border: 1px solid #ffffff;
      background-color: rgba(109, 109, 109, 0.5); }
  .subscribe__btn {
    margin-left: 15px; }

.posts {
  background-color: #ececec;
  padding: 50px 0 40px; }
  .posts__img {
    display: block;
    height: 240px;
    width: 100%;
    margin-bottom: 20px; }
    .posts__img img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover'; }
  .posts__title a {
    font-weight: normal;
    font-size: 20px;
    color: #303030; }
    .posts__title a:hover {
      color: #1a5e96; }

.data i {
  color: #000; }
  .data i:before {
    margin-left: 0;
    margin-right: 13px; }

.data__wrap {
  color: #979797; }

.section__title {
  margin-bottom: 65px;
  text-align: center;
  color: #303030;
  font-family: "OpenSans";
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.3px;
  position: relative; }
  .section__title:after {
    position: absolute;
    content: '';
    width: 150px;
    height: 2px;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%);
    display: block;
    background-color: #2f74ab; }

.partidas {
  padding: 50px 0; }
  .partidas__img {
    display: flex;
    justify-content: center;
    height: 230px; }
    .partidas__img--main {
      height: auto; }
    .partidas__img img {
      object-fit: contain; }
  .partidas__head {
    padding: 0 15px; }

.content-bottom {
  padding: 50px 0;
  background-color: #f6f6f6;
  border-top: 3px solid #ededed; }
  .content-bottom__title {
    color: #353333;
    font-family: "OpenSans";
    font-size: 35px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.35px;
    position: relative; }
    .content-bottom__title:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 2px;
      bottom: -25px;
      display: block;
      background-color: #2f74ab; }

.sidebar__nav,
.yotube {
  padding-top: 45px; }

.inst {
  padding-top: 5px; }

.sidebar__nav a {
  padding-bottom: 20px;
  padding-left: 40px;
  position: relative;
  color: #353333;
  font-size: 23px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0.23px; }
  .sidebar__nav a:hover {
    color: #2f74ab; }
    .sidebar__nav a:hover:before {
      border-left-color: #2f74ab; }
  .sidebar__nav a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid #121212;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    left: 0;
    top: 15px; }

.nav-sidebar {
  flex-direction: column; }

.yotube h3,
.inst h3 {
  color: #353333;
  font-family: "OpenSansSemibold";
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.26px;
  margin-bottom: 30px; }

.yotube__img {
  display: block;
  width: 160px;
  height: 95px;
  margin-bottom: 20px; }
  .yotube__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover'; }

.yotube__title {
  color: #353333;
  font-family: "OpenSansSemibold";
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.13px; }

.inst__img {
  display: block;
  width: 100px;
  height: 100px; }
  .inst__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover'; }

footer {
  font-size: 23px;
  color: #000;
  font-weight: bold;
  padding: 20px 0 45px 0; }
  footer .container {
    border-top: 5px solid #000;
    padding-top: 15px; }
  footer .copy {
    font-size: 0.8em; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #fff; }
  footer .studio__logo {
    opacity: 0.6;
    padding-left: 30px;
    text-align: center;
    display: block;
    background: url(../img/signdr-white.png) 25px 3px no-repeat; }
  footer .social a:last-child i:before {
    margin-right: 0; }
  footer .social a i:before {
    margin-right: 27px; }

.slick-dots li {
  margin: 0; }

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  font-size: 12px;
  color: #2f74ab; }

/* CURSOS.HTML */
.headline__title {
  font-weight: 400;
  font-size: 38px;
  line-height: 1.4;
  position: relative;
  margin-top: 20px;
  margin-bottom: 0;
  display: inline-block;
  text-transform: capitalize;
  padding-bottom: 15px; }
  .headline__title:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    min-width: 300px;
    width: 100%;
    height: 2px;
    background-color: #2f73ab; }

.breadcrumb {
  margin-top: 15px;
  padding: 0;
  list-style: none;
  margin-bottom: 20px; }
  .breadcrumb > li {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize; }
    .breadcrumb > li + li:before {
      content: "-";
      padding: 5px;
      color: #303030; }
  .breadcrumb a {
    text-transform: capitalize;
    color: #fff;
    font-size: 13px;
    font-weight: 400; }
  .breadcrumb > .active {
    color: #303030; }

.content-top {
  padding-bottom: 65px;
  padding-top: 45px; }

.content-left {
  padding-right: 35px; }

.curs {
  padding: 45px 0;
  border-bottom: 1px solid #e6e6e6; }
  .curs:first-child {
    padding-top: 0; }
  .curs:last-child {
    border-bottom: none; }
  .curs__img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    background-color: #ffffff; }
    .curs__img .product__img {
      margin-bottom: 0; }
  .curs__descr {
    overflow: hidden;
    margin-bottom: 15px;
    height: 145px;
    color: #000000;
    font-family: "Open Sans";
    font-size: 15px;
    line-height: 20px;
    font-weight: 400; }

.logo-acesso {
  height: 110px; }

.logo-metodo {
  height: 140px; }

.logo-preparando {
  height: 90px; }

.aside__block {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ededed;
  box-shadow: inset rgba(248, 248, 248, 0.8) 0 0 0 5px;
  margin-bottom: 25px;
  padding: 25px 30px; }
  .aside__block__title {
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    margin-bottom: 25px; }
    .aside__block__title:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 20%;
      height: 2px;
      background-color: #2f73ab; }

.subscribe--inner {
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px;
  height: auto;
  background: #fff url(../img/bg-sub-inner.jpg) 0 0 no-repeat;
  background-size: cover; }
  .subscribe--inner .container {
    padding: 0; }
  .subscribe--inner .subscribe__form {
    width: 100%;
    flex-direction: column; }
    .subscribe--inner .subscribe__form input {
      width: 100%;
      margin-bottom: 20px; }
  .subscribe--inner .subscribe__title {
    margin-top: 5px;
    margin-bottom: 25px;
    line-height: 1; }
  .subscribe--inner .subscribe__sub-title {
    margin-bottom: 25px; }
  .subscribe--inner .subscribe__btn {
    height: 44px;
    margin-left: 0; }

.search__form {
  position: relative; }
  .search__form input {
    background: #ffffff;
    border: 1px solid #dfdfdf;
    color: #808080;
    padding: 12px;
    display: block;
    font-size: 14px;
    margin: 0px;
    width: 100%;
    border-radius: 3px;
    box-sizing: border-box; }

.search__btn {
  position: absolute;
  border: none;
  font-size: 14px;
  cursor: pointer;
  right: 0px;
  top: 0;
  height: 49px;
  border-radius: 0px 3px 3px 0px;
  background-color: #536878;
  padding: 0 10px; }

.content-top .posts__item {
  margin-bottom: 30px; }

.cursos .aside__block__title:after {
  width: 50%; }

.cursos .product {
  padding-top: 0; }
  .cursos .product__item {
    padding-top: 40px;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #e6e6e6; }
    .cursos .product__item:last-child {
      border-bottom: none;
      padding-bottom: 0; }
  .cursos .product__img {
    height: 70px; }

/*PARTIDA*/
.partida__item {
  min-height: 200px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 30px; }
  .partida__item:last-child {
    border-bottom: none; }

.soc-share {
  border-top: 1px solid #d9d9d9;
  padding-top: 40px;
  margin-bottom: 70px; }
  .soc-share__item {
    display: inline-block;
    height: 35px;
    width: 35px;
    margin-right: 10px; }
    .soc-share__item:hover {
      opacity: 0.7; }

.menu {
  border-bottom: 5px solid #000;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 40px; }
  .menu a {
    padding: 0 20px; }

a {
  color: #000; }

a:hover {
  color: #333; }

.comments__title {
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  margin-bottom: 60px; }
  .comments__title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: #2f73ab; }

.comments__subtitle {
  color: #303030;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
  font-size: 18px; }

.comments__form input,
.comments__form textarea {
  border-color: #dfdfdf;
  background: #ffffff;
  color: #808080;
  padding: 12px;
  display: block;
  font-size: 14px;
  margin: 0px;
  width: 100%;
  border-radius: 3px;
  box-sizing: border-box; }

.comments__form textarea {
  height: 190px;
  width: 100%; }

.comments__field {
  margin-bottom: 20px; }

.comments__user-data:after {
  content: '';
  display: table;
  clear: both; }

.comments__user-data input {
  display: inline-block;
  width: 49%;
  margin-bottom: 10px; }

.comments__user-data button {
  margin-top: 15px;
  float: right; }

input.user-data__name {
  margin-right: 10px; }

/*SOBRE*/
.article__img {
  margin-bottom: 35px; }
  .article__img--medium {
    height: 360px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
  .article__img img {
    height: 100%;
    object-fit: cover; }

.article__text {
  font-size: 15px;
  margin-bottom: 60px; }

/*ARTICLES*/
.articles__img {
  margin-bottom: 15px;
  display: block;
  height: 200px;
  width: 100%; }
  .articles__img img {
    height: 100%;
    width: 100%;
    object-fit: contain; }

.articles__details {
  margin-bottom: 35px; }
  .articles__details .data {
    margin-top: 10px;
    margin-bottom: 10px; }
    .articles__details .data__wrap {
      margin-left: 10px; }

.articles__title a {
  font-size: 20px;
  color: #303030; }
  .articles__title a:hover {
    color: #1a5e96; }

.articles__text {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 1.2;
  max-height: 91px; }

/*BOOKS*/
.books__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 316px;
  margin-bottom: 90px; }

.books__bg {
  width: 332px;
  height: 303px;
  display: block;
  background: #fff url(../img/border.png) 0 0 no-repeat;
  background-size: cover;
  padding: 30px 32px 70px 32px; }

.books__img {
  height: 201px; }

.books__title {
  padding: 0 40px;
  color: #000000;
  font-family: "OpenSans";
  font-size: 19px;
  font-weight: 400;
  text-align: center;
  line-height: 20px; }
  .books__title a {
    color: #000000; }
    .books__title a:hover {
      color: #1a5e96; }

.pagination {
  display: inline-block;
  padding-left: 0; }
  .pagination__block {
    text-align: center; }
  .pagination > li {
    display: inline; }
    .pagination > li > a {
      position: relative;
      float: left;
      padding: 5px 10px;
      text-decoration: none;
      background-color: transparent;
      color: #000;
      margin-left: -1px;
      margin-right: 5px; }
    .pagination > li:first-child > a {
      margin-left: 0; }
  .pagination > li > a:hover, .pagination > li > a:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #fff; }
  .pagination > li > a.active {
    -index: 2;
    color: #ffffff;
    background-color: #fff; }

/*FAQ*/
.faq__anchor {
  margin-bottom: 20px; }
  .faq__anchor a {
    display: block;
    color: #2f74ab;
    font-family: "OpenSansSemiBold";
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.13px; }
    .faq__anchor a:hover {
      color: #000; }

/* Simple Accordion jQuery */
.faq__item {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e5e5e5; }

.faq__title {
  font-family: "OpenSansSemiBold";
  font-size: 17px;
  font-weight: 600;
  color: #000;
  display: block;
  line-height: 140%;
  padding: 30px 40px 5px 8px;
  font-weight: bold;
  position: relative;
  cursor: pointer; }

.faq__title:after {
  content: "\e801";
  font-family: "fontello";
  color: #000;
  font-size: 16px;
  line-height: 36px;
  display: none;
  position: absolute;
  right: 5px;
  top: 25%;
  transition: content 400ms; }

.faq__item.active .faq__title:after {
  content: "\e803"; }

.faq__content {
  padding: 8px;
  display: block;
  color: #000; }

.faq__content > *:first-child {
  margin-top: 0; }

.faq__to-top {
  display: block;
  margin-top: 20px;
  padding-left: 20px;
  color: #2f74ab;
  font-family: "OpenSansSemiBold";
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.13px;
  position: relative; }
  .faq__to-top:hover {
    color: #000; }
  .faq__to-top:before {
    position: absolute;
    left: 0;
    bottom: 10%;
    content: '';
    width: 15px;
    height: 15px;
    background-color: #2f74ab; }
  .faq__to-top:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #fff;
    left: 2px;
    top: 3px; }

/*RPB Chessboard*/
.rpbui-chessgame-navigationBox.rpbui-chessgame-floatLeft {
  margin-right: 40px; }

.rpbui-chessboard-lightSquare {
  background-color: #f3f3f3; }

.rpbui-chessboard-darkSquare {
  background-color: #7389b6; }

.rpbui-chessgame-playerName {
  font-weight: bold;
  font-size: 15px; }

.annotated {
  color: #7f7f7f;
  font-family: "OpenSans";
  font-style: italic;
  letter-spacing: 0.15px;
  line-height: 10px;
  margin-top: 10px; }

.rpbui-chessgame-comment {
  margin-top: 40px;
  color: #000000;
  padding-bottom: 160px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 30px; }

.rpbui-chessgame-navigationButtons .ui-button:last-child,
.rpbui-chessgame-navigationButtons .ui-button:first-child, .rpbui-chessgame-navigationButtons .ui-button.rpbui-chessgame-spaceAfter + .ui-button {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%; }

.rpbui-chessgame-navigationButtons .ui-button {
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: 0px;
  margin-right: 0px;
  height: 32px;
  width: 32px;
  margin-right: 5px; }

.rpbui-chessgame-navigationButtons .ui-button:last-child {
  margin-right: 0; }

.rpbchessboard-jQuery-enableSmoothness .ui-state-default, .rpbchessboard-jQuery-enableSmoothness .ui-widget-content .ui-state-default, .rpbchessboard-jQuery-enableSmoothness .ui-widget-header .ui-state-default {
  border: none;
  background-color: #a8a8a8;
  background-image: none;
  font-weight: normal;
  color: #fff; }
  .rpbchessboard-jQuery-enableSmoothness .ui-state-default:hover, .rpbchessboard-jQuery-enableSmoothness .ui-widget-content .ui-state-default:hover, .rpbchessboard-jQuery-enableSmoothness .ui-widget-header .ui-state-default:hover {
    background-color: #2f73ab; }

.rpbchessboard-jQuery-enableSmoothness .ui-state-default .ui-icon {
  background-image: url(../img/glyphicons-white-additions.png); }

.rpbchessboard-jQuery-enableSmoothness .ui-icon-seek-first {
  background-position: -215px -71px; }

.rpbchessboard-jQuery-enableSmoothness .ui-icon-seek-prev {
  background-position: -241px -71px; }

.rpbchessboard-jQuery-enableSmoothness .ui-icon-seek-next {
  background-position: -333px -71px; }

.rpbchessboard-jQuery-enableSmoothness .ui-icon-seek-end {
  background-position: -359px -71px; }

.rpbchessboard-jQuery-enableSmoothness .ui-state-default .ui-state-hover, .rpbchessboard-jQuery-enableSmoothness .ui-widget-content .ui-state-default .ui-state-hover, .rpbchessboard-jQuery-enableSmoothness .ui-widget-header .ui-state-default .ui-state-hover {
  background-color: #2f73ab; }

.rpbui-chessgame-selectedMove {
  color: #fff;
  background-color: #2f73ab; }

.rpbui-chessgame-variation {
  margin-bottom: 30px; }

.rpbui-chessboard {
  text-align: left; }

/*==========  Desktop First  ==========*/
@media (max-width: 1025px) {
  footer .studio__logo {
    background: url(../img/signdr-white.png) 15px 3px no-repeat; }
  .cursos .product__img {
    height: 50px; }
  .content-top .posts__img {
    height: 100%; }
  .partidas__head {
    padding: 0; } }

@media (max-width: 991.98px) {
  .hidden-md {
    display: none; }
  .lang {
    padding-left: 0; }
  .hero__head {
    margin-top: 75px; }
  .hero__title {
    font-size: 28px; }
  .hero__subtitle {
    font-size: 18px; }
  .nav-main__item {
    font-size: 12px;
    padding: 10px; }
  .posts__title a {
    font-size: 16px; }
  .subnav__item {
    padding: 5px; }
  .inst__img {
    display: block;
    width: 80px;
    height: 80px; }
  .sidebar__nav a {
    font-size: 18px; }
  footer .social a:last-child i:before {
    margin-right: 0; }
  footer .social a i:before {
    margin-right: 15px; }
  footer .studio__logo {
    background: url(../img/signdr-white.png) 20px 3px no-repeat; }
  .curs__img .product__img {
    height: 55px; }
  .content-left {
    padding-right: 15px; }
  .cursos .product__img {
    height: 50px; }
  .content-top .posts__img {
    height: 100%; }
  .article__img--medium {
    height: auto; }
  .article img {
    height: auto; }
  .books__bg {
    width: 232px;
    height: 203px;
    padding: 20px 22px 40px 22px; }
  .books__img {
    height: 140px; }
  .articles__img {
    height: auto; }
  .rpbui-chessgame-comment {
    padding-bottom: 30px; }
  .rpbui-chessgame-navigationBox.rpbui-chessgame-floatLeft {
    margin-bottom: 30px;
    float: none;
    margin-right: 0; }
  .rpbui-chessboard {
    text-align: center; } }

@media (max-width: 767.98px) {
  .sm-text-center {
    text-align: center !important; }
  .sm-justify-content-center {
    justify-content: center !important; }
  .hidden-sm {
    display: none; }
  .container {
    padding: 0 25px; }
  .nav-main {
    display: none; }
  .toggle-nav {
    display: block; }
  .nav-main--sidebar {
    flex-direction: column; }
  body {
    width: 100%;
    height: 100%; }
  .slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 300px;
    min-height: 100vh;
    overflow-y: scroll;
    background-color: #000;
    -webkit-overflow-scrolling: touch;
    display: none; }
  .nav-main__item {
    padding: 0 20px; }
  .slideout-menu-left {
    left: 0; }
  .slideout-menu-right {
    right: 0; }
  .slideout-panel {
    position: relative;
    z-index: 21;
    will-change: transform;
    background-color: #FFF;
    /* A background-color is required */
    min-height: 100vh; }
  .slideout-open,
  .slideout-open body,
  .slideout-open .slideout-panel {
    overflow: hidden; }
  .slideout-open .slideout-menu {
    display: block; }
  .panel:before {
    content: '';
    display: block;
    background-color: transparent;
    transition: background-color 0.5s ease-in-out; }
  .panel-open:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000; }
  .topbar__row {
    padding: 0 25px;
    width: 100%;
    justify-content: space-between; }
  .nav-main--sidebar {
    margin: 5px; }
    .nav-main--sidebar a {
      background-color: #ffffff;
      margin-bottom: 5px;
      color: #000;
      font-size: 19px; }
      .nav-main--sidebar a.active {
        color: #fff; }
  .nav__wrap .action {
    flex-direction: column;
    padding: 35px 40px 40px;
    text-align: center; }
    .nav__wrap .action__title {
      display: block;
      margin-bottom: 20px; }
  .hero__head {
    padding: 0;
    text-align: center;
    margin-top: 30px; }
  .hero__title {
    margin: 0 auto;
    width: 280px;
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 10px; }
  .hero__subtitle {
    font-size: 19px; }
  .subscribe {
    padding: 40px 0 50px;
    background: #fff url(../img/bg-sub.jpg) 35% 0 no-repeat;
    background-size: cover; }
    .subscribe__title {
      line-height: 1.2;
      margin-bottom: 10px; }
    .subscribe--sec {
      background: #fff url(../img/bg-sub2.jpg) 25% 0 no-repeat;
      background-size: cover; }
    .subscribe__form {
      justify-content: center; }
  .product {
    padding: 30px 0;
    margin: 0 30px; }
    .product__item {
      padding: 40px 0;
      border-bottom: 2px solid #e6e6e6;
      border-right: none; }
      .product__item:last-child {
        border-bottom: none; }
  .curs__img .product__img.logo-acesso {
    height: 110px; }
  .curs__img .product__img.logo-metodo {
    height: 140px; }
  .curs__img .product__img.logo-preparando {
    height: 80px; }
  .posts {
    padding-bottom: 15px; }
  .content-bottom__title {
    font-size: 25px; }
  .sidebar__nav {
    margin-bottom: 60px; }
    .sidebar__nav a {
      font-size: 20px;
      line-height: 1.5; }
      .sidebar__nav a:before {
        top: 8px; }
  .yotube__title {
    padding: 0 10px 0 0; }
  .inst__img {
    margin-bottom: 15px; }
  footer {
    padding: 30px 0;
    text-align: center; }
    footer .studio__logo {
      background: url(../img/signdr-white.png) 33% 3px no-repeat; }
  .footer__item {
    margin: 10px 0; }
  .list__curses {
    padding-right: 0; }
  .content-top .posts__img {
    height: 100%; }
  .cursos .product__img {
    height: 50px; }
  .article__img img {
    height: auto; }
  .books__item {
    margin-bottom: 40px; }
  .books__bg {
    width: 332px;
    height: 303px;
    padding: 30px 32px 70px 32px; }
  .books__img {
    height: 201px; }
  .pagination__block {
    margin-bottom: 100px; } }

@media (max-width: 575.98px) {
  .headline__title {
    margin-top: 40px;
    font-size: 33px; }
    .headline__title:after {
      width: 100%; }
  .content-top {
    padding-bottom: 0; }
  .list__curses {
    padding-right: 0; }
  .subscribe__form input {
    width: 100%; }
  .curs {
    text-align: center; }
  .curs__descr {
    line-height: 20px;
    text-align: justify;
    height: 140px;
    margin-top: 25px;
    margin-bottom: 20px; }
  .yotube__img {
    width: 120px; }
  .comments {
    margin-bottom: 50px; }
  input.user-data__name {
    margin-right: 0; }
  .comments__user-data input {
    width: 100%; }
  .faq__content {
    display: none; }
  .faq__title:after {
    display: inline-block; }
  .faq__wrapper {
    margin-bottom: 60px; } }

@media (max-width: 375px) {
  .hero__head {
    margin-top: 10px; }
  footer .studio__logo {
    background: url(../img/signdr-white.png) 30% 3px no-repeat; }
  .breadcrumb a,
  .breadcrumb li {
    font-size: 11px; } }

@media (max-width: 320px) {
  .headline__title {
    font-size: 27px; }
    .headline__title:after {
      min-width: 260px; }
  .hero__title {
    font-size: 24px;
    width: 200px; }
  .hero__subtitle {
    font-size: 15px; }
  footer .studio__logo {
    background: url(../img/signdr-white.png) 28% 3px no-repeat; }
  footer .social a:last-child i:before {
    margin-right: 0; }
  footer .social a i:before {
    margin-right: 5px; }
  .breadcrumb a,
  .breadcrumb li {
    font-size: 10px; }
  .books__item {
    min-height: auto; }
  .books__bg {
    width: 232px;
    height: 203px;
    padding: 20px 22px 40px 22px; }
  .books__img {
    height: 140px; } }

/*==========  Mobile First  ==========*/
@media (min-width: 576px) {
  .container {
    padding: 0; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none; }
  .social__block {
    padding: 0; } }
