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

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

/* HTML5 display definitions
       ========================================================================== */
/**
     * Add the correct display in IE <10.
     * Add the correct display in Edge, IE, and Firefox for `details` or `summary`.
     * Add the correct display in IE for `main`.
     */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

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

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

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

/**
     * Add the correct display in IE <11, Safari <8, and Firefox <22.
     * 1. Add the correct display in IE.
     */
template, [hidden] {
  display: none; }

/* Links
       ========================================================================== */
/**
     * 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 */ }

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

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox <40.
     * 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;
  font-size: 1em; }

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

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.75em 0; }

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

/* Grouping content
       ========================================================================== */
/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1.5em 40px; }

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

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

/* Forms
       ========================================================================== */
/**
     * Known issues:
     * - By default, Chrome on OS X and Safari on OS X allow very limited styling of
     *   select, unless a border property is set. The default font weight on
     *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
     *   OS X.
     * - It is recommended that you do not style checkbox and radio inputs as
     *   Firefox's implementation does not respect box-sizing, padding, or width.
     * - Certain font size values applied to number inputs cause the cursor style of
     *   the decrement button to change from default to text.
     * - The search input is not fully stylable by default. In Chrome and Safari on
     *   OSX/iOS you can't control font, padding, border, or background. In Chrome
     *   and Safari on Windows you can't control border properly. It will apply
     *   border-width but will only show a border color (which cannot be controlled)
     *   for the outer 1px of that border. Applying -webkit-appearance: textfield
     *   addresses these issues without removing the benefits of search inputs (e.g.
     *   showing past searches). Safari (but not Chrome) will clip the cancel button
     *   on when it has padding (and textfield appearance).
     */
/**
     * 1. Change font properties to `inherit` in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     * 3. Address `font-family` inconsistency between `textarea` and other form in IE 7
     * 4. Improve appearance and consistency with IE 6/7.
     */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  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 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE <11.
     * 2. Remove the padding in IE <11.
     * 3. Remove excess padding in IE 7.
     *    Known issue: excess padding remains in IE 6.
     */
[type="checkbox"],
[type="radio"] {
  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 OS X.
       */ }
  [type="search"]::-webkit-search-cancel-button,
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * Correct the text style of placeholders in Chrome, Edge, and Safari.
     */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
     * 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 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 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.
     * 4. Correct alignment displayed oddly in IE 6/7.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 2 */
  padding: 0;
  /* 3 */ }

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

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

/* ==========================================================================
   Font-face
   ========================================================================== */
@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/ubuntu-light.eot");
  src: local("Ubuntu Light"), local("Ubuntu-Light"), url("../fonts/ubuntu-light.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-light.woff2") format("woff2"), url("../fonts/ubuntu-light.woff") format("woff"), url("../fonts/ubuntu-light.ttf") format("truetype"), url("../fonts/ubuntu-light.svg#Ubuntu-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

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

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

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/ubuntu-mediumitalic.eot");
  src: local("Ubuntu Medium Italic"), local("Ubuntu-MediumItalic"), url("../fonts/ubuntu-mediumitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-mediumitalic.woff2") format("woff2"), url("../fonts/ubuntu-mediumitalic.woff") format("woff"), url("../fonts/ubuntu-mediumitalic.ttf") format("truetype"), url("../fonts/ubuntu-mediumitalic.svg#Ubuntu-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic; }

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

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

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


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

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




/* ==========================================================================
   Default styles
   ========================================================================== */
html.mobile * {
  max-height: 1000000px; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*::-webkit-file-upload-button {
  cursor: pointer; }

*:focus {
  outline: 0 !important; }

a {
  color: inherit;
  -webkit-tap-highlight-color: transparent; }
  a:hover {
    color: inherit; }
  a.jsOnly {
    -webkit-touch-callout: none; }
  a[href^="tel:"] {
    text-decoration: none;
    color: inherit; }

.link {
  text-decoration: none; }
  .link:hover {
    text-decoration: underline; }

.inverted-link {
  text-decoration: underline; }
  .inverted-link:hover {
    text-decoration: none; }

.inner-link {
  text-decoration: none;
  border-bottom-style: dotted;
  border-bottom-width: 1px; }
  .inner-link:hover {
    border-bottom-color: transparent; }
  .inner-link.tt-inner-link {
    text-transform: uppercase;
    font-size: 0.9375rem;
    color: rgba(37, 41, 44, 0.7); }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

td,
th {
  padding: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

small {
  font-size: 11px; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 300;
  color: #000;
  line-height: 1.25; }
  .h1:first-child,
  .h2:first-child,
  .h3:first-child,
  .h4:first-child,
  .h5:first-child,
  .h6:first-child {
    margin-top: 0; }
  .h1 a,
  .h2 a,
  .h3 a,
  .h4 a,
  .h5 a,
  .h6 a {
    color: #000; }

.h1 {
  margin-bottom: 3.3125rem;
  font-size: 2.1875rem; }

.h2 {
  font: 2.1875rem "Academy", sans-serif;
  font-weight: 400; }

sup {
  vertical-align: super; }

sub {
  vertical-align: sub; }

figure {
  margin: 0; }

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

address,
cite {
  display: block;
  font-style: normal; }

img {
  max-width: 100%;
  height: auto; }

input.placeholder {
  line-height: 48px; }

*::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6) !important; }

*:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6) !important; }

*::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6) !important; }

*:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6) !important; }

*.placeholder {
  color: rgba(0, 0, 0, 0.6) !important; }

label {
  cursor: pointer;
  max-width: 100%; }
  label > span {
    vertical-align: middle; }

/* Forms */
input,
textarea,
.btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

textarea {
  overflow: auto;
  resize: vertical; }

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border-radius: 2px;
  color: #000;
  font: 300 15px "Ubuntu", -apple-system, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", "Lucida Grande", sans-serif;
  box-shadow: inset 0 2px 10px 0 rgba(110, 111, 118, 0.1);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-color: #f6f9fa; }
  .form-control:focus {
    background-color: white;
    box-shadow: inset 0 2px 10px 0 rgba(110, 111, 118, 0.1); }

input.form-control {
  font-family: 'GillSans';
  height: 48px;
  padding: 0 10px; }

textarea.form-control {
  font-family: 'GillSans';
  min-height: 100px;
  padding: 10px; }

input.error,
textarea.error {
  background-color: red; }

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 57px;
  min-width: 220px;
  padding: 0;
  border-radius: 2px;
  border: none;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 1.0625rem;
  font-weight: 500;
  cursor: pointer;
  background: #1ca6e2;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out; }
  .btn:hover {
    color: #fff;
    background: #1685b5; }
  .btn.btn-gray {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.5);
    font-weight: 300; }
    .btn.btn-gray:hover {
      border-color: #000;
      color: #000; }
  .btn.btn-red {
    background: #77c0e2; }
    .btn.btn-red:hover {
      background: #6caecd; }
    .btn.btn-red:active {
      box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.25); }
  .btn.btn-big {
    height: 60px;
    font-size: 19px;
    border-radius: 4px;
    letter-spacing: 1px; }

a.btn {
  line-height: 57px; }

.form-block {
  display: block;
  margin: 7px 0 0;
  width: 100%; }

.form-submit {
  margin: 1.75rem 0 0; }
  .form-submit .btn {
    min-width: 190px;
    height: 50px; }

input:disabled,
input[disabled],
input[readonly],
fieldset[disabled] input,
textarea:disabled,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
select:disabled,
select[disabled],
select[readonly],
fieldset[disabled] select,
button:disabled,
button[disabled],
button[readonly],
fieldset[disabled] button,
.button:disabled,
.button[disabled],
.button[readonly],
fieldset[disabled] .button {
  border-color: inherit;
  color: inherit;
  pointer-events: none;
  opacity: 1;
  cursor: default; }

[type="checkbox"],
[type="radio"] {
  margin-top: 1px \9;
  margin-right: 3px;
  vertical-align: middle;
  line-height: normal; }

[type="file"] {
  display: block; }

[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

@-moz-document url-prefix() {
  *::-moz-focus-inner {
    padding: 0 !important;
    border: 0 !important; }
  *:-moz-placeholder {
    opacity: 1;
    -moz-opacity: 1; }
  *::-moz-placeholder {
    opacity: 1;
    -moz-opacity: 1; } }

/* Often classes */
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: normal; }

.vat {
  vertical-align: top; }

.vam {
  vertical-align: middle; }

.vab {
  vertical-align: bottom; }

.jstf {
  text-align: justify; }

.cntr {
  text-align: center; }

.lft {
  text-align: left; }

.rght {
  text-align: right; }

.clb {
  clear: both; }

.cll {
  clear: left; }

.clr {
  clear: right; }

.ftl {
  float: left; }

.ftr {
  float: right; }

.relat {
  position: relative; }

.hide {
  display: none; }

.dblock {
  display: block; }

.i-b {
  display: inline-block;
  vertical-align: middle;
  line-height: 1; }

.i-b-top {
  display: inline-block;
  vertical-align: top; }

.nowrap {
  white-space: nowrap; }

.noborder {
  border: none; }

.icon {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat; }
  .icon + span {
    vertical-align: middle; }
  .icon .left-icon {
    margin-right: 5px; }
  .icon .right-icon {
    margin-left: 5px; }

.resp {
  max-width: 100%;
  height: auto; }

.dtb {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%; }

.dtr {
  display: table-row; }

.dtc {
  display: table-cell;
  vertical-align: middle;
  height: 100%; }

.bcntr {
  margin: 0 auto; }

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

.clearfix:after {
  clear: both; }

.equal {
  letter-spacing: -.31em;
  text-align: justify; }
  .equal > * {
    display: inline-block;
    letter-spacing: normal; }

.dib-row {
  letter-spacing: -.31em; }
  .dib-row > * {
    letter-spacing: normal; }

.tlf {
  table-layout: fixed; }

.ttu {
  text-transform: uppercase; }

.dark {
  color: #000; }

/* List styles */
b {
  font-weight: 500; }

ul,
ol,
dl,
p {
  margin: 0.8125rem 0; }

ul {
  padding-left: 0.9375rem;
  list-style-type: circle; }

ul li,
ol li {
  margin: 0.8em 0; }

.arrow-ul {
  padding-left: 0; }
  .arrow-ul li {
    list-style: none;
    margin: 0 0 12px;
    padding-left: 20px;
    background: url("../i/arrow-white.svg") no-repeat 0 4px;
    -webkit-background-size: 7px 12px;
    background-size: 7px 12px; }

.download-ul {
  padding-left: 0; }
  .download-ul li {
    padding-left: 25px;
    margin: 0 0 11px;
    line-height: 1.45;
    list-style: none;
    background: url("../i/download.svg") no-repeat 0 3px;
    -webkit-background-size: 14px 16px;
    background-size: 14px 16px; }
    .download-ul li a {
      color: #3376bb;
      text-decoration: none; }
      .download-ul li a:hover {
        text-decoration: underline; }

.inline-ul {
  list-style: none;
  padding-left: 0; }
  .inline-ul li {
    display: inline-block; }

.clear-ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.float-ul li {
  padding: 0;
  margin: 0;
  float: left; }

.inline-dl dt,
.inline-dl dd {
  display: inline;
  margin: 0; }

.inline-dl dd:after {
  content: '\A';
  white-space: pre;
  display: block;
  height: 4px; }

.inverted-dl dt {
  font-weight: normal; }

.inverted-dl dd {
  font-weight: bold; }

.float-dl dt,
.float-dl dd {
  float: left;
  clear: both; }

.speech_bubble {
  position: relative;
  display: inline-block;
  padding: 17px 37px 25px;
  border-radius: 5px;
  background-color: #81c74e;
  color: #fff; }
  .speech_bubble__l {
    font-size: 27px; }
  .speech_bubble::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 11px 0 0;
    border-color: #81c74e transparent transparent transparent; }

.half-col {
  float: left;
  width: 50%; }

.shadow-box {
  background-color: #fff;
  padding: 10px;
  font-weight: 300;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); }
  .shadow-box__req {
    float: left;
    width: 46.55%;
    margin: -29px 0 0 108px; }
  .shadow-box__inner {
    position: relative;
    padding: 16px 30px;
    border-left: 4px solid #1ca6e2; }
  .shadow-box__header {
    margin-bottom: 7px;
    font-size: 1.375rem;
    font-weight: 400; }
  .shadow-box__inner--req::before,
  .shadow-box__inner--req::after {
    content: "";
    display: block;
    position: absolute;
    left: -4px;
    width: 4px; }
  .shadow-box__inner--req::before {
    top: 0;
    height: 19%;
    background-color: #79c249; }
  .shadow-box__inner--req::after {
    top: 19%;
    height: 11%;
    background-color: #efe836; }

.light-content {
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.45;
  color: #7c838e; }
  .light-content p:first-child {
    margin-top: 5px; }
  .light-content p:last-child {
    margin-bottom: 5px; }

.table {
  margin: 0 auto 64px; }
  .table caption {
    margin-bottom: 7px;
    text-align: left; }
  .table td,
  .table th {
    padding: 14px 0;
    background-color: #fafafc; }
    .table td:first-child,
    .table th:first-child {
      background-color: #fff; }
  .table thead th {
    font-size: 0.9375rem;
    font-weight: 500; }
    .table thead th:first-child {
      text-align: left;
      width: 527px; }
  .table tbody th {
    font-weight: 300;
    text-align: left; }
  .table tbody td {
    text-align: center; }
  .table tbody td,
  .table tbody th {
    border-top: 1px dashed rgba(211, 215, 221, 0.6); }
  .table tbody tr:last-child td,
  .table tbody tr:last-child th {
    border-bottom: 1px dashed rgba(211, 215, 221, 0.6); }

.rows-filter-link {
  padding: 7px 23px;
  font-weight: 300;
  font-size: 0.8125rem;
  color: #707070;
  text-align: center;
  text-decoration: none; }
  .rows-filter-link.active {
    background-color: #fff;
    color: #000;
    border-radius: 2px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15); }

.yes-icon {
  width: 15px;
  height: 11px;
  background-image: url("../i/yes.svg"); }

.no-icon {
  width: 10px;
  height: 4px;
  background-image: url("../i/no.svg"); }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 18px;
  height: 18px;
  display: block;
  line-height: 1;
  position: absolute;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  color: #FFF;
  font-style: normal;
  background: url("../i/close.svg") no-repeat;
  -webkit-background-size: 18px 18px;
  background-size: 18px 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  text-align: right; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  line-height: 0;
  box-sizing: border-box;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
  padding: 40px 0 40px; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
    border-radius: 4px; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 1.6;
  color: #F3F3F3;
  word-wrap: break-word;
  font-weight: 300;
  padding-top: 18px;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
* Remove all paddings around the image on small screen
*/
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/* ======Zoom effect====== */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

.mfp-inline {
  position: relative;
  background: #fff;
  padding: 30px 36px;
  text-align: left;
  margin: 40px auto;
  border-radius: 2px;
  width: 100%;
  letter-spacing: normal;
  max-width: 1140px;
  font-family: 'GillSans';
  font-weight:300;}
  .mfp-inline .mfp-header {
    margin-bottom: 7px;
    font-size: 1.4375rem;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
	font-family: 'GillSans';
	font-weight:300;
    letter-spacing: 0;
	padding:10px 0 0 0;
	color:#000;}
	#question .mfp-header {  font-size: 1.8125rem; }
  .mfp-inline .form-control {
    padding-right: 10px;
    padding-left: 18px;
    font-size: 1.0625rem; }
  .mfp-inline .jq-selectbox__select {
    padding-left: 18px;
    font-size: 1.0625rem; }
  .mfp-inline textarea.form-control {
    padding-top: 18px;
    padding-bottom: 18px;
    min-height: 130px; }
  .mfp-inline .mfp-header-descr {
    margin-bottom: 0.9em;
    display: block;
    font-weight: 300;
    text-align: center;
    color: #707070;
	font-size:1.0625rem;
    line-height: 1.3333; }
  .mfp-inline .mfp-close {
    top: 15px;
    right: 15px; }
  .mfp-inline.mfp-inline-middle {
    max-width: 450px;
    padding-top: 25px; }
    .mfp-inline.mfp-inline-middle .h2 {
      margin-bottom: 0.5em; }
  .mfp-inline.mfp-inline-small {
    max-width: 400px;
    padding: 2.0% 3.6% 42px 3.6%; }
  .mfp-inline.mfp-flat {
    border-radius: 0; }
  .mfp-inline.mpf-green {
    max-width: 480px;
    padding: 3%;
    text-align: center;
    background-color: #77c148;
    color: #fff; }
    .mfp-inline.mpf-green .mfp-header {
      margin-bottom: 0.9375rem;
      font-size: 1.8125rem;
	  color:#fff;
      white-space: normal;
	  line-height:1.1;}
      .mfp-inline.mpf-green .mfp-header .bigger {
        display: block;
        margin-bottom: 0.3125rem;
        font-size: 2.1875rem; }
    .mfp-inline.mpf-green .mfp-header-descr {
      color: #fff; }
    .mfp-inline.mpf-green .mfp-close {
      background-image: url("../i/close-white.svg"); }
    .mfp-inline.mpf-green .bordered-btn {
      margin: 30px auto 0;
      font-size: 1.0625rem;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      background: transparent;
      border: 1px solid #ecf3f6;
      border-radius: 2px;
      width: 230px;
      height: 53px;
      cursor: pointer; }
      .mfp-inline.mpf-green .bordered-btn:hover {
        background-color: #fff;
        color: #6fb443; }
      .mfp-inline.mpf-green .bordered-btn:active {
        padding-top: 2px; }

.mfp-nopad {
  padding: 0; }

.mfp-video-caption {
  padding: 15px 20px;
  font-weight: 300;
  font-size: 0.8125rem;
  color: #7c838e; }
  .mfp-video-caption .h2 {
    margin: 0;
    font-size: 1.4375rem; }
    .mfp-video-caption .h2 a {
      color: #000;
      text-decoration: none; }
  .mfp-video-caption .mfp-video-text {
    margin: 6px 0 10px; }

@media all and (max-width: 480px) {
  .mfp-video-caption .h2 {
    font-size: 1rem; } }

#lv-replace-order-popup {
  max-width: 860px; }

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  font-size: 1.0625rem; }
  .jq-selectbox.focused .jq-selectbox__trigger-arrow {
    opacity: 1; }
  .jq-selectbox.opened .jq-selectbox__trigger-arrow {
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .jq-selectbox.disabled .jq-selectbox__select {
    border-color: inherit;
    color: inherit; }
  .jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    border-top-color: #aaa; }
  .jq-selectbox .placeholder {
    color: rgba(0, 0, 0, 0.6); }
  .jq-selectbox:hover .jq-selectbox__trigger-arrow {
    opacity: 1; }

.jq-selectbox__select {
  height: 48px;
  padding: 0 45px 0 10px;
  border-radius: 2px;
  background: #f6f9fa;
  box-shadow: inset 0 2px 10px 0 rgba(110, 111, 118, 0.1);
  color: #000; }
  .jq-selectbox__select:focus {
    border-color: #5794bf; }
  .jq-selectbox__select .jq-selectbox__select-text {
    display: block;
    overflow: hidden;
    height: 100%;
    line-height: 48px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .jq-selectbox__select .jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%; }

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 14px;
  width: 16px;
  height: 8px;
  opacity: 0.4;
  background: url("../i/select-arrow.svg") no-repeat;
  -webkit-background-size: 16px 8px;
  background-size: 16px 8px; }

.jq-selectbox__dropdown {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  border-radius: 0 0 4px 4px;
  background: #f6f9fa;
  box-shadow: inset 0 2px 10px 0 rgba(110, 111, 118, 0.1); }
  .jq-selectbox__dropdown ul {
    margin: 0;
    padding: 0; }
    .jq-selectbox__dropdown ul li {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      padding: 13px 18px;
      margin: 0;
      white-space: nowrap;
      color: #000; }
      .jq-selectbox__dropdown ul li.selected {
        background: inherit;
        color: inherit; }
      .jq-selectbox__dropdown ul li.disabled {
        color: #aaa; }
        .jq-selectbox__dropdown ul li.disabled:hover {
          background: none; }
      .jq-selectbox__dropdown ul li:hover {
        background-color: #f1f4f5;
        color: #25292c; }
      .jq-selectbox__dropdown ul li.option {
        padding-left: 25px; }
      .jq-selectbox__dropdown ul li.optgroup {
        font-weight: bold; }
        .jq-selectbox__dropdown ul li.optgroup:hover {
          background: none;
          color: #231f20;
          cursor: default; }

.jq-selectbox__search {
  margin: 5px; }
  .jq-selectbox__search input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
    box-shadow: inset 1px 1px #f1f1f1;
    color: #333;
    -webkit-appearance: textfield; }
  .jq-selectbox__search input::-webkit-search-cancel-button,
  .jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none; }

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #f0f0f0;
  font-size: 13px; }

/* ==========================================================================
  Basic Template
   ========================================================================== */
html,
body {
  width: 100%;
  height: 100%;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch; }

html {
  margin-right: 0 !important;
  overflow: visible !important; }

body {
  min-width: 71.25rem;
  max-width: 160rem;
  margin: 0 auto;
  color: #000000;
  font-family: "Ubuntu", -apple-system, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", "Lucida Grande", sans-serif;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 1.55;
  background-color: #fff;
  letter-spacing: 0.4px;
  -webkit-font-smoothing: antialiased; }

.page {
  display: table;
  width: 100%;
  height: 100%; }

.wrap {
  position: relative;
  margin: 0 auto;
  min-width: 71.25rem;
  max-width: 71.25rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.wrap-min {
  width: 960px;
  max-width: 100%;
  margin: 0 auto; }

/* ==========================================================================
   1. Header
   ========================================================================== */
.main-header {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%; }
  .main-header .tel-link {
    margin-right: 12px;
    font-size: 1.4375rem; }
  .main-header__descr {
    float: left;
    margin: 0.6875rem 0 0 1.6875rem;
    padding-left: 1.75rem;
    border-width: 0 0 0 1px;
    border-color: rgba(0, 0, 0, 0.1);
    border-style: solid;
    color: #20252d;
    font-weight: 300; }
    .main-header__descr b {
      font-weight: 700;
      font-size: 0.9375rem; }
    .main-header__descr a {
      vertical-align: middle; }
    .main-header__descr .inner-link {
      font-size: 0.8125rem;
      color: #4398bf; }
  .main-header.fixed {
    position: fixed;
    background-color: #fff;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.15); }

.logo-section {
  float: left;
  padding: 0.75rem 0 0.625rem; }

.logo {
  float: left; }

/* ==========================================================================
   2. Navigation
   ========================================================================== */
.main-nav {
  float: right;
  text-align: right;
  padding-left: 0;
  height: 80px; }
  .main-nav__list {
    margin: 0 0 0 -1.5rem;
    padding-left: 0; }
  .main-nav__list-item {
    list-style: none;
    float: left;
    height: 100%;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.8px; }
    .main-nav__list-item.current {
      background-color: #f4f4f5; }
      .main-nav__list-item.current .main-nav__link {
        color: #000; }
        .main-nav__list-item.current .main-nav__link::after {
          width: 100%;
          background-color: #77c0e2; }
  .main-nav__link {
    position: relative;
    display: block;
    height: 100%;
    padding: 0 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #858e97;
    line-height: 80px; }
    .main-nav__link:hover {
      text-decoration: none; }
    .main-nav__link::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      height: 3px;
      width: 0;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }

/* ==========================================================================
   3. Breadcrumbs
   ========================================================================== */
.breadcrumbs {
  font-size: 11px;
  line-height: 1;
  margin: 0 auto 10px; }
  .breadcrumbs ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .breadcrumbs ul li {
      display: inline;
      color: #7c7f85;
      padding: 0;
      margin: 0; }
      .breadcrumbs ul li:before {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAQUlEQVR4AWPYsecIGxBPBOK3QPwOymYDSUwA4u1ALAnCUHYHA1SlJAMUQCXfYpOQAInBjNoKFZCBsjuRLX+HbDkAbABWmraTJk4AAAAASUVORK5CYII=);
        margin: 0 7px; }
      .breadcrumbs ul li:first-child:before {
        display: none; }
      .breadcrumbs ul li a {
        color: #4f93d3; }
        .breadcrumbs ul li a:hover {
          text-decoration: underline; }

/* ==========================================================================
   4. Sidebar
   ========================================================================== */
/* ==========================================================================
   5. Footer
   ========================================================================== */
.footer {
  padding: 120px 0 80px;
  font-weight: 300; }
  .footer__copyright {
    float: left;
    padding-top: 10px;
    font-size: 0.9375rem; }
  .footer__lenine {
    float: right;
    padding-top: 10px;
    text-align: right; }
  .footer__lenine-label {
    display: block;
    margin-bottom: 5px;
    font-size: 0.6875rem; }
  .footer__tel {
	padding:0 0 0 320px;
    text-align: right; }
  .footer__tel-number {
    display: block;
    color: #191a1c;
    font-size: 1.6875rem; }
  .footer .lenine {
    display: inline-block;
    vertical-align: middle;
    background: url("../i/lenine.svg") no-repeat;
    -webkit-background-size: 96px 45px;
    background-size: 96px 45px;
    text-indent: -999px;
    text-align: left;
    margin-left: 10px;
    overflow: hidden;
    position: relative; }
    .footer .lenine b {
      background: url("../i/lenine-h.svg") no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
    .footer .lenine:hover b {
      opacity: 1; }
  .footer .lenine,
  .footer .lenine b {
    width: 96px;
    height: 45px;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear; }

/* ==========================================================================
   6. Pagination
   ========================================================================== */
.main-section {
  position: relative;
  display: table-row;
  z-index: 2; }

.section {
  position: relative;
  padding-top: 80px;
  margin-top: -80px; }

.banner-section {
  position: relative;
  z-index: 2;
  height: 100vh;
  overflow: hidden;
  background: url("../i/banner.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover; }
  .banner-section .wrap {
    position: relative;
    height: 100%;
    background: url("../i/underline.png") no-repeat center bottom -1px; }
  .banner-section__offer {
    position: absolute;
    top: 50%;
    width: 49%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .banner-section__offer .h1 {
      margin-bottom: 0;
      text-transform: uppercase;
      letter-spacing: .06em;
      line-height: 1.2857; }
      .banner-section__offer .h1 span {
		margin:10px 0 20px 0;
        display: block;
        font-size: 4.375rem;
        letter-spacing: .05em; }
        .banner-section__offer .h1 span sup {
          top: -2.2em;
          font-size: 13px;
          color: #5d656b;
          text-transform: none;
          letter-spacing: normal; }
  .banner-section__text {
    margin-top: -0.5em;
    font-size: 1.3125rem;
    color: #5d656b;
    font-weight: 300; }
  .banner-section__infobar {
    margin-top: 3.2em;
    letter-spacing: 1px; }
    .banner-section__infobar .btn {
       }
    .banner-section__infobar .inner-link {
      margin-left:40px;
      margin-top: 18px; }

.adv-icons {
  background-image: url("../i/adv-icons.png"); }

.adv-icon-01 {
  width: 51px;
  height: 51px;
  background-position: 0 0; }

.adv-icon-02 {
  width: 48px;
  height: 48px;
  background-position: -60px -1px; }

.adv-icon-03 {
  width: 49px;
  height: 49px;
  background-position: -115px -1px; }

.adv-icon-04 {
  width: 34px;
  height: 63px;
  background-position: -175px 0; }

.adv-panel__wrap {
  position: relative;
  z-index: 2;
  padding: 44px 0 70px; }

.adv-panel {
  margin: 23px 0 0;
  padding: 0 15px;
  font-weight: 300;
  line-height: 1.25;
  font-family: 'GillSans';
  font-weight:300;
  background-color: #fff; }
  .adv-panel__heading {
    font-size: 1.5625rem;
    font-style: italic;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px; }
  .adv-panel__item {
    float: left;
    margin: 0;
    padding: 0 18px;
    width: 25%;
    list-style: none; }
    .adv-panel__item:first-child {
      width: 290px; }
    .adv-panel__item:nth-child(2) {
      width: 245px; }
    .adv-panel__item:nth-child(3) {
      width: 270px; }
    .adv-panel__item:nth-child(4) {
      width: 300px; }
  .adv-panel__item-icon.item-icon-01 {
    width: 63px; }
  .adv-panel__item-icon.item-icon-02 {
    width: 58px; }
  .adv-panel__item-icon.item-icon-03 {
    width: 60px; }
  .adv-panel__item-icon.item-icon-04 {
    width: 45px; }
  .adv-panel__item-heading {
    /*width: 190px;*/
    padding-bottom: 5px;
    font-size: 0.8125rem;
    color: #5d656b; }

.methodic-top-section {
  padding: 68px 0 75px;
  background: #f8f9f9;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f8f9f9 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #f8f9f9 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f8f9f9 0%, #ffffff 100%); }
  .methodic-top-section .datg-img {
    float: right; }
  .methodic-top-section .methodic-top-content {
	font-family: 'GillSans';
	font-weight:300;
    width: 51.76%; }
  .methodic-top-section .methodic-top-02 {
    padding: 10px 5px 0 0;
    letter-spacing: 0px;
    color: #25292c;
	font-size:1rem;
	line-height:1.4705;
	}

	.methodic-top-section .methodic-top-02 ul {
	  list-style:none; 
	  vertical-align:top; 
	  margin:0;
	  color: #25292c;
	}
	.methodic-top-section .methodic-top-02 ul li {
	  padding:15px 0 15px 40px;
	  border-top:1px dotted #8cc8e5;
	  margin:0;
	}
	.methodic-top-section .methodic-top-02 ul li:first-child { 
	 border:none;
	 padding-top:12px;
	}
	.methodic-top-section .methodic-top-02 ul li:nth-child(2) {
	  padding-left:0;
	  font-size:1.1875rem;
	}

.methodic-middle-section {
  position: relative;
  bottom: 6.85rem;
  padding-bottom: 0px;
  clear: both; }
  .methodic-middle-section .methodic-middle-right {
	float: right;
    width: 26.32%;
    margin-right: 2.63%;
  }
  .methodic-middle-section .methodic-middle-sidebar {
    padding: 39px 20px 35px 30px;
    margin:0 0 30px 0;
	font-family: 'GillSans';
	font-weight:400;
    line-height: 1.25;
    color: #fff;
    background-color: #77c0e2; }
    .methodic-middle-section .methodic-middle-sidebar .h2 {
	  font-family: 'GillSans';
      margin-bottom: 2.0625rem;
      font-weight: 400;
      font-size: 31px;
      line-height: 1.2;
      color: #fff;
      letter-spacing: normal; }
    .methodic-middle-section .methodic-middle-sidebar ul {
      margin-bottom: 0; }
  .methodic-middle-section .methodic-middle-content {
    width: 66.6%;
    color: #5d656b; }
  .methodic-middle-section .methodic-middle-01 {
    background-color: #fff;
    box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.1); }
	.methodic-middle-section .methodic-middle-01-inner {
		padding: 31px 30px 33px 40px;
		font-family: 'GillSans';
		font-size:0.9375rem;
		line-height:1.6666;
		font-weight:300; }
	.methodic-middle-section .methodic-middle-01-inner h3 {
	  font-size:1.3125rem;
	  color:#25292c;
	  margin:0;
	  line-height:1.1904;
	  font-weight:400;
	  padding:0 0 13px 0;}
	.methodic-middle-section .methodic-middle-01-inner ul {
	  list-style:none;
	  color:#25292c;
	  vertical-align:top; 
	  margin:0;
	  padding:0; }
	.methodic-middle-section .methodic-middle-01-inner ul li {
	  padding-left:21px;
	  position:relative;
	}
	.methodic-middle-section .methodic-middle-01-inner ul li:after {
	  content:'';
	  width:5px;
	  height:5px;
	  border-radius:50%;
	  border:1px solid #858585;
	  left:0; 
	  top:10px; 
	  position:absolute;
	  box-sizing:border-box;
	}
	.methodic-middle-section .methodic-middle-01-pic img { display:block; height:auto; max-width:100%; }
  .methodic-middle-section .methodic-middle-02 {
    padding: 33px 0 7px 40px; }
  .methodic-middle-section .methodic-middle-03 {
    margin-right: -20px; }
    .methodic-middle-section .methodic-middle-03 .doc-col {
      float: left; }
      .methodic-middle-section .methodic-middle-03 .doc-col.first-doc-col {
        width: 53.5%; }
      .methodic-middle-section .methodic-middle-03 .doc-col.second-doc-col {
        width: 46.5%; }
    .methodic-middle-section .methodic-middle-03 .download-ul {
      margin: 0; }
      .methodic-middle-section .methodic-middle-03 .download-ul li {
        letter-spacing: 0.3px;
        font-size: 0.8125rem; }
    .methodic-middle-section .methodic-middle-03 .docs-header {
      font-size: 1.1875rem;
      font-weight: 500;
      font-style: italic;
      color: #000000;
      letter-spacing: 0.8px; }

.clinic-photo-section {
  background: url("../i/grad-bg.png") repeat-x left bottom; }

.clinic-photos {
  padding: 67px 0 41px; }

.photos-sidebar {
  float: left;
  width: 22.8%;
  padding: 25px 20px;
  font-size: 0.8125rem;
  background-color: #fff;
  color: #5d656b;
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.1); }
  .photos-sidebar .photos-sidebar-header {
    margin: 0;
    color: #000000;
    font-weight: 400;
    font-size: 0.9375rem; }
  .photos-sidebar ul {
    margin-bottom: 0;
    line-height: 1.5; }

.photos-content {
  width: 73.68%;
  float: right;
  margin-top: -14px; }

.photos-heading {
  margin: 0;
  font-size: 2.8125rem;
  text-align: center;
  letter-spacing: 0px; }

.photos-sub-heading {
  margin-top: 0;
  font-size: 1.0625rem;
  font-weight: 300;
  text-align: center;
  color: #5d656b;
  margin: 9px 0;
  line-height: 1.24;
  letter-spacing: 0.4px; }

.clinic-image-row {
  margin: 25px -19px 32px; }

.clinic-image {
  float: left;
  padding: 0 19px; }

.clinic-image-caption {
  letter-spacing: normal; }

.clinic-image-title {
  float: left;
  padding-right: 10px; }

.clinic-image-time {
  float: right;
  padding-left: 10px; }

.clinic-image-titl,
.clinic-image-time {
  max-width: 50%; }

.facts-section-inner {
  min-height: 1012px;
  padding: 107px 0 0; }

.facts-header {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2.625rem;
  font-size: 5.625rem;
  line-height: 0.85;
  left: 40px;
  letter-spacing: 5px;
  text-align: left; }
  .facts-header .facts-header-inner {
    position: relative;
    z-index: 2; }
  .facts-header .sec-row {
    display: block;
    padding-left: 126px; }
  .facts-header::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 37px;
    background-color: #ffeeec;
    width: 334px;
    height: 123px; }

.facts-section-content {
  width: 64%;
  margin-left: 27%;
  letter-spacing: 0.75px; }
  .facts-section-content ul {
    padding-left: 1.6875rem; }
    .facts-section-content ul li {
      margin: 1em 0; }

.make-order {
  width: 740px;
  margin: 405px 0 0 0;
  padding:70px 50px 40px 50px;
  text-align: center;
  float:right;
  background:rgba(255,255,255,.73);}
  .make-order .h2 {
    font-size: 3.125rem;
	margin:0 0 25px 0;
	padding:0;
	text-align:center;
	line-height:1;
	font-weight:300;
	font-family: 'GillSans';
	color:#1d2023;}
  .make-order p {
    font-size: 1.875rem;
	margin:0 0 40px 0;
	padding:0;
	text-align:center;
	line-height:1.1666;
	font-weight:300;
	font-family: 'GillSans';
	color:#3a3a3a;}
  .make-order .btn {
    display: block;
    margin: 0 auto 32px;
	width:340px;
    height: 70px;
    line-height: 70px; }

.main-contacts {
  position: relative;
  padding: 60px 0 0 0;
  letter-spacing: normal; }
  .main-contacts__content {
    font-weight: 300;
    font-size: 0.8125rem; }
    .main-contacts__content a {
      color: #3a7ab5; }
      .main-contacts__content a[href^="tel:"] {
        color: inherit; }
  .main-contacts__sidebar {
    position: relative;
    z-index: 2;
    float: left;
    padding: 2.0625rem 2.25rem;
    margin: -63% 0 0 -2%;
    width: 25rem;
    background-color: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); }
  .main-contacts__h2 {
    font-family: 'GillSans';
    margin-bottom: 0.4375rem;
    font-size: 1.8125rem;
    font-weight: 300;
    white-space: nowrap;
    letter-spacing: normal; }
  .main-contacts__h3 {
    margin-bottom: 0.875rem;
    font-size: 1.4375rem;
    font-weight: 300; }
  .main-contacts__descr {
    color: #5f6a6e;
	font-family: 'GillSans';
	font-weight:300;
	font-size:0.875rem;}
    .main-contacts__descr p {
      margin: 1em 0;
      line-height: 1.4285; }
  .main-contacts input.form-control {
    height: 40px;
	font-family: 'GillSans';
	}

#contacts-map {
  height: 705px;
  width:100%;}
  #contacts-map iframe,
  #contacts-map object,
  #contacts-map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.contacts-ul {
  font-family: 'GillSans';
  margin: 12px 0;
  color:#121211;
  font-size: 0.9375rem; }
  .contacts-ul li {
    margin: 0.5em 0; }
  .contacts-ul .callback-link {
    margin-left: 0.875rem; }
  .contacts-ul .icon {
    float: left;
    width: 22px;
    height: 22px;
    background-position: center; }
  .contacts-ul .contacts-ul__item-span {
    display: block;
    margin-left: 35px; }

.loc-icon {
  background-image: url("../i/location.svg");
  -webkit-background-size: 18px auto;
  background-size: 18px auto; }

.phone-icon {
  background-image: url("../i/phone.svg");
  -webkit-background-size: 18px auto;
  background-size: 18px auto; }

.mail-icon {
  margin-top: 2px;
  background-image: url("../i/mail.svg");
  -webkit-background-size: 18px auto;
  background-size: 18px auto; }

.move-arrow {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 70px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  clip: rect(0, 70px, 35px, 0); }
  .move-arrow:hover {
    background-position: center 15px; }

.up-arrow {
  bottom: -35px;
  background: #fff url("../i/up-arrow.svg") no-repeat center 19px;
  -webkit-background-size: 16px 11px;
  background-size: 16px 11px; }

.down-arrow {
  bottom: -35px;
  background: #fff url("../i/down-arrow.svg") no-repeat center 19px; }

.shadowed-arrow {
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.18); }

.callback-link {
  margin:0 25px 0 0;
  font-size: 0.8125rem;
  color: #2d7fa2; }


.fact-sec-left { 
  display:inline-block; 
  vertical-align:top;
  width:780px;
  padding:45px 20px 80px 0;
  margin:0 -4px 0 0; }

  .fact-sec-left h2 {
    font-size: 1.5625rem;
    font-weight: 500;
    font-style: italic;
    color: #000000;
    line-height:1.6;
	margin:0 0 20px 0;
	padding:0;}

  .fact-sec-left ul {
    list-style:none; 
	vertical-align:top;
	margin:0;
	padding:0;
	color:#5d656b;
	font-size:1.25rem;
	line-height:1.5;
	font-family: 'GillSans';
	font-weight:300;}

    .fact-sec-left ul li {
	  margin:.5rem 0;
	  padding:0 60px 0 42px;
	  background:url('data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAWCAMAAADkSAzAAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAn1BMVEUAAAB3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOJ3wOIAAAB0xtEYAAAAM3RSTlMAgDCp8Ber6Rus9a3Hr72+RLC8A5ux1pH5kLW0irO7h7e6exrIAdAE3A7fuBDjEuK2MQY0flX8AAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAKFJREFUKM990OcSgkAMBOC1IBZs2BVF7BVL3v/dvLswzoEX91c23+SGARBSKkNMhaqeZDUi8utua5BO02ktYxS4rM3W+WNdbr2c9dlCUwYBDS0b2W96YzVOisZ3mJoyy2yeMyy4RqYsuay+D2WLWI1rHhPrE0JebbY/dzo7spPkDPuDbMDxJBtwvmR2df3P212600kfyp4QkvrSnc4rehdXHxEsI6QMgK6HAAAAAElFTkSuQmCC') 0 4px no-repeat;
	  background-size:28px 22px; }

.fact-sec-right { 
  display:inline-block; 
  vertical-align:top;
  width:360px;
  margin:0 -4px 0 0;
  padding:45px 0 80px 0; }

  .fact-pwinner { 
    background:#ebf6fb;
	position:relative;
	padding:165px 50px 30px 50px;
	text-align:center;
	letter-spacing:.05em;
	font-weight:300;
	font-family: 'GillSans';
	font-size: 1.5625rem;
	line-height:1.2;
	color:#25292c; }
	
	.fact-pwinner:after { 
	  content:'';
	  width:138px; 
	  height:146px;
	  left:50%;
	  top:-25px;
	  position:absolute;
	  margin:0 0 0 -69px;
	  background:url('data:img/png;base64,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') no-repeat; 
	}

.section-buy { 
 
}
.section-buy-inner {
  background:url('../i/bg-cnt.jpg') center 0 no-repeat;
  background-size:cover;
  min-height:955px;
}

.section.main-contacts{
  margin-top: -58px;
}

.pride-line-block{
  position: absolute;
  width: 420px;
  bottom: -65px;
  line-height: 20px;
  color: #5d656b;
}