
@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Uncomment and set these variables to customize the grid. */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse; }

.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.column.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex .button {
    margin: 0; }

@media only screen and (min-width: 125px) {
  /*.container {
    width: 46rem;
  }*/
  .col-xxs,
  .col-xxs-1,
  .col-xxs-2,
  .col-xxs-3,
  .col-xxs-4,
  .col-xxs-5,
  .col-xxs-6,
  .col-xxs-7,
  .col-xxs-8,
  .col-xxs-9,
  .col-xxs-10,
  .col-xxs-11,
  .col-xxs-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-xxs {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-xxs-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-xxs-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-xxs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-xxs-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-xxs-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-xxs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-xxs-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-xxs-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-xxs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-xxs-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-xxs-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-xxs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-xxs-offset-1 {
    margin-left: 8.333%; }
  .col-xxs-offset-2 {
    margin-left: 16.667%; }
  .col-xxs-offset-3 {
    margin-left: 25%; }
  .col-xxs-offset-4 {
    margin-left: 33.333%; }
  .col-xxs-offset-5 {
    margin-left: 41.667%; }
  .col-xxs-offset-6 {
    margin-left: 50%; }
  .col-xxs-offset-7 {
    margin-left: 58.333%; }
  .col-xxs-offset-8 {
    margin-left: 66.667%; }
  .col-xxs-offset-9 {
    margin-left: 75%; }
  .col-xxs-offset-10 {
    margin-left: 83.333%; }
  .col-xxs-offset-11 {
    margin-left: 91.667%; }
  .start-xxs {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    /*text-align: start;*/ }
  .center-xxs {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    /*text-align: center;*/ }
  .end-xxs {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    /*text-align: end;*/ }
  .top-xxs {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-xxs {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-xxs {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-xxs {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-xxs {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-xxs {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-xxs {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 480px) {
  /*.container {
    width: 46rem;
  }*/
  .col-xs,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-xs {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-xs-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-xs-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-xs-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-xs-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-xs-offset-1 {
    margin-left: 8.333%; }
  .col-xs-offset-2 {
    margin-left: 16.667%; }
  .col-xs-offset-3 {
    margin-left: 25%; }
  .col-xs-offset-4 {
    margin-left: 33.333%; }
  .col-xs-offset-5 {
    margin-left: 41.667%; }
  .col-xs-offset-6 {
    margin-left: 50%; }
  .col-xs-offset-7 {
    margin-left: 58.333%; }
  .col-xs-offset-8 {
    margin-left: 66.667%; }
  .col-xs-offset-9 {
    margin-left: 75%; }
  .col-xs-offset-10 {
    margin-left: 83.333%; }
  .col-xs-offset-11 {
    margin-left: 91.667%; }
  .start-xs {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    /*text-align: start;*/ }
  .center-xs {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    /*text-align: center;*/ }
  .end-xs {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    /*text-align: end;*/ }
  .top-xs {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-xs {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-xs {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-xs {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-xs {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-xs {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

 /* for 769px or more */
 .show-more-768	{display:none;}
@media only screen and (min-width: 790px) {
  .hide-less-768	{display:none;}
  .show-more-768	{display:block;}
}

@media only screen and (min-width: 768px) {
  /*.container {
    width: 46rem;
  }*/
  .col-sm,
  .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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    margin-left: 8.333%; }
  .col-sm-offset-2 {
    margin-left: 16.667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.333%; }
  .col-sm-offset-5 {
    margin-left: 41.667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.333%; }
  .col-sm-offset-8 {
    margin-left: 66.667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.333%; }
  .col-sm-offset-11 {
    margin-left: 91.667%; }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

 /* for 993px or more */
 .show-more-992	{display:none;}
@media (min-width: 1100px) {
  .hide-less-992	{display:none;}
  .show-more-992	{display:block;}
}

@media only screen and (min-width: 992px) {
  /*.container {
    width: 61rem;
  }*/
  .col-md,
  .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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-1 {
    margin-left: 8.333%; }
  .col-md-offset-2 {
    margin-left: 16.667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.333%; }
  .col-md-offset-5 {
    margin-left: 41.667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.333%; }
  .col-md-offset-8 {
    margin-left: 66.667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.333%; }
  .col-md-offset-11 {
    margin-left: 91.667%; }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 1200px) {
  /*.container {
    width: 71rem;
  }*/
  .col-lg,
  .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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    margin-left: 8.333%; }
  .col-lg-offset-2 {
    margin-left: 16.667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.333%; }
  .col-lg-offset-5 {
    margin-left: 41.667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.333%; }
  .col-lg-offset-8 {
    margin-left: 66.667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.333%; }
  .col-lg-offset-11 {
    margin-left: 91.667%; }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }


@font-face {
  font-family: 'futura_pt_book';
  src: url("/fonts7/futura_pt_book.otf"); }

@font-face {
  font-family: 'futura_pt_demi';
  src: url("/fonts7/futura_pt_demi.otf"); }


@font-face {
  font-family: "simple-line-icons";
  src: url("/fonts7/Simple-Line-Icons.eot?v=2.4.0");
  src: url("/fonts7/Simple-Line-Icons.eot?v=2.4.0#iefix") format("embedded-opentype"), url("/fonts7/Simple-Line-Icons.woff2?v=2.4.0") format("woff2"), url("/fonts7/Simple-Line-Icons.ttf?v=2.4.0") format("truetype"), url("/fonts7/Simple-Line-Icons.woff?v=2.4.0") format("woff"), url("/fonts7/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon-user, .icon-people, .icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-login, .icon-logout, .icon-emotsmile, .icon-phone, .icon-call-end, .icon-call-in, .icon-call-out, .icon-map, .icon-location-pin, .icon-direction, .icon-directions, .icon-compass, .icon-layers, .icon-menu, .icon-list, .icon-options-vertical, .icon-options, .icon-arrow-down, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-up-circle, .icon-arrow-left-circle, .icon-arrow-right-circle, .icon-arrow-down-circle, .icon-check, .icon-clock, .icon-plus, .icon-minus, .icon-close, .icon-event, .icon-exclamation, .icon-organization, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-mustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-disc, .icon-cursor, .icon-cursor-move, .icon-crop, .icon-chemistry, .icon-speedometer, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglass, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-folder-alt, .icon-folder, .icon-film, .icon-feed, .icon-drop, .icon-drawer, .icon-docs, .icon-doc, .icon-diamond, .icon-cup, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-frame, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-loop, .icon-home, .icon-grid, .icon-graph, .icon-microphone, .icon-music-tone-alt, .icon-music-tone, .icon-earphones-alt, .icon-earphones, .icon-equalizer, .icon-like, .icon-dislike, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-calendar, .icon-bulb, .icon-chart, .icon-ban, .icon-bubble, .icon-camrecorder, .icon-camera, .icon-cloud-download, .icon-cloud-upload, .icon-envelope, .icon-eye, .icon-flag, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-credit-card, .icon-paypal, .icon-social-tumblr, .icon-social-twitter, .icon-social-facebook, .icon-social-instagram, .icon-social-linkedin, .icon-social-pinterest, .icon-social-github, .icon-social-google, .icon-social-reddit, .icon-social-skype, .icon-social-dribbble, .icon-social-behance, .icon-social-foursqare, .icon-social-soundcloud, .icon-social-spotify, .icon-social-stumbleupon, .icon-social-youtube, .icon-social-dropbox, .icon-social-vkontakte, .icon-social-steam {
  font-family: "simple-line-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-user:before {
  content: "\e005"; }

.icon-people:before {
  content: "\e001"; }

.icon-user-female:before {
  content: "\e000"; }

.icon-user-follow:before {
  content: "\e002"; }

.icon-user-following:before {
  content: "\e003"; }

.icon-user-unfollow:before {
  content: "\e004"; }

.icon-login:before {
  content: "\e066"; }

.icon-logout:before {
  content: "\e065"; }

.icon-emotsmile:before {
  content: "\e021"; }

.icon-phone:before {
  content: "\e600"; }

.icon-call-end:before {
  content: "\e048"; }

.icon-call-in:before {
  content: "\e047"; }

.icon-call-out:before {
  content: "\e046"; }

.icon-map:before {
  content: "\e033"; }

.icon-location-pin:before {
  content: "\e096"; }

.icon-direction:before {
  content: "\e042"; }

.icon-directions:before {
  content: "\e041"; }

.icon-compass:before {
  content: "\e045"; }

.icon-layers:before {
  content: "\e034"; }

.icon-menu:before {
  content: "\e601"; }

.icon-list:before {
  content: "\e067"; }

.icon-options-vertical:before {
  content: "\e602"; }

.icon-options:before {
  content: "\e603"; }

.icon-arrow-down:before {
  content: "\e604"; }

.icon-arrow-left:before {
  content: "\e605"; }

.icon-arrow-right:before {
  content: "\e606"; }

.icon-arrow-up:before {
  content: "\e607"; }

.icon-arrow-up-circle:before {
  content: "\e078"; }

.icon-arrow-left-circle:before {
  content: "\e07a"; }

.icon-arrow-right-circle:before {
  content: "\e079"; }

.icon-arrow-down-circle:before {
  content: "\e07b"; }

.icon-check:before {
  content: "\e080"; }

.icon-clock:before {
  content: "\e081"; }

.icon-plus:before {
  content: "\e095"; }

.icon-minus:before {
  content: "\e615"; }

.icon-close:before {
  content: "\e082"; }

.icon-event:before {
  content: "\e619"; }

.icon-exclamation:before {
  content: "\e617"; }

.icon-organization:before {
  content: "\e616"; }

.icon-trophy:before {
  content: "\e006"; }

.icon-screen-smartphone:before {
  content: "\e010"; }

.icon-screen-desktop:before {
  content: "\e011"; }

.icon-plane:before {
  content: "\e012"; }

.icon-notebook:before {
  content: "\e013"; }

.icon-mustache:before {
  content: "\e014"; }

.icon-mouse:before {
  content: "\e015"; }

.icon-magnet:before {
  content: "\e016"; }

.icon-energy:before {
  content: "\e020"; }

.icon-disc:before {
  content: "\e022"; }

.icon-cursor:before {
  content: "\e06e"; }

.icon-cursor-move:before {
  content: "\e023"; }

.icon-crop:before {
  content: "\e024"; }

.icon-chemistry:before {
  content: "\e026"; }

.icon-speedometer:before {
  content: "\e007"; }

.icon-shield:before {
  content: "\e00e"; }

.icon-screen-tablet:before {
  content: "\e00f"; }

.icon-magic-wand:before {
  content: "\e017"; }

.icon-hourglass:before {
  content: "\e018"; }

.icon-graduation:before {
  content: "\e019"; }

.icon-ghost:before {
  content: "\e01a"; }

.icon-game-controller:before {
  content: "\e01b"; }

.icon-fire:before {
  content: "\e01c"; }

.icon-eyeglass:before {
  content: "\e01d"; }

.icon-envelope-open:before {
  content: "\e01e"; }

.icon-envelope-letter:before {
  content: "\e01f"; }

.icon-bell:before {
  content: "\e027"; }

.icon-badge:before {
  content: "\e028"; }

.icon-anchor:before {
  content: "\e029"; }

.icon-wallet:before {
  content: "\e02a"; }

.icon-vector:before {
  content: "\e02b"; }

.icon-speech:before {
  content: "\e02c"; }

.icon-puzzle:before {
  content: "\e02d"; }

.icon-printer:before {
  content: "\e02e"; }

.icon-present:before {
  content: "\e02f"; }

.icon-playlist:before {
  content: "\e030"; }

.icon-pin:before {
  content: "\e031"; }

.icon-picture:before {
  content: "\e032"; }

.icon-handbag:before {
  content: "\e035"; }

.icon-globe-alt:before {
  content: "\e036"; }

.icon-globe:before {
  content: "\e037"; }

.icon-folder-alt:before {
  content: "\e039"; }

.icon-folder:before {
  content: "\e089"; }

.icon-film:before {
  content: "\e03a"; }

.icon-feed:before {
  content: "\e03b"; }

.icon-drop:before {
  content: "\e03e"; }

.icon-drawer:before {
  content: "\e03f"; }

.icon-docs:before {
  content: "\e040"; }

.icon-doc:before {
  content: "\e085"; }

.icon-diamond:before {
  content: "\e043"; }

.icon-cup:before {
  content: "\e044"; }

.icon-calculator:before {
  content: "\e049"; }

.icon-bubbles:before {
  content: "\e04a"; }

.icon-briefcase:before {
  content: "\e04b"; }

.icon-book-open:before {
  content: "\e04c"; }

.icon-basket-loaded:before {
  content: "\e04d"; }

.icon-basket:before {
  content: "\e04e"; }

.icon-bag:before {
  content: "\e04f"; }

.icon-action-undo:before {
  content: "\e050"; }

.icon-action-redo:before {
  content: "\e051"; }

.icon-wrench:before {
  content: "\e052"; }

.icon-umbrella:before {
  content: "\e053"; }

.icon-trash:before {
  content: "\e054"; }

.icon-tag:before {
  content: "\e055"; }

.icon-support:before {
  content: "\e056"; }

.icon-frame:before {
  content: "\e038"; }

.icon-size-fullscreen:before {
  content: "\e057"; }

.icon-size-actual:before {
  content: "\e058"; }

.icon-shuffle:before {
  content: "\e059"; }

.icon-share-alt:before {
  content: "\e05a"; }

.icon-share:before {
  content: "\e05b"; }

.icon-rocket:before {
  content: "\e05c"; }

.icon-question:before {
  content: "\e05d"; }

.icon-pie-chart:before {
  content: "\e05e"; }

.icon-pencil:before {
  content: "\e05f"; }

.icon-note:before {
  content: "\e060"; }

.icon-loop:before {
  content: "\e064"; }

.icon-home:before {
  content: "\e069"; }

.icon-grid:before {
  content: "\e06a"; }

.icon-graph:before {
  content: "\e06b"; }

.icon-microphone:before {
  content: "\e063"; }

.icon-music-tone-alt:before {
  content: "\e061"; }

.icon-music-tone:before {
  content: "\e062"; }

.icon-earphones-alt:before {
  content: "\e03c"; }

.icon-earphones:before {
  content: "\e03d"; }

.icon-equalizer:before {
  content: "\e06c"; }

.icon-like:before {
  content: "\e068"; }

.icon-dislike:before {
  content: "\e06d"; }

.icon-control-start:before {
  content: "\e06f"; }

.icon-control-rewind:before {
  content: "\e070"; }

.icon-control-play:before {
  content: "\e071"; }

.icon-control-pause:before {
  content: "\e072"; }

.icon-control-forward:before {
  content: "\e073"; }

.icon-control-end:before {
  content: "\e074"; }

.icon-volume-1:before {
  content: "\e09f"; }

.icon-volume-2:before {
  content: "\e0a0"; }

.icon-volume-off:before {
  content: "\e0a1"; }

.icon-calendar:before {
  content: "\e075"; }

.icon-bulb:before {
  content: "\e076"; }

.icon-chart:before {
  content: "\e077"; }

.icon-ban:before {
  content: "\e07c"; }

.icon-bubble:before {
  content: "\e07d"; }

.icon-camrecorder:before {
  content: "\e07e"; }

.icon-camera:before {
  content: "\e07f"; }

.icon-cloud-download:before {
  content: "\e083"; }

.icon-cloud-upload:before {
  content: "\e084"; }

.icon-envelope:before {
  content: "\e086"; }

.icon-eye:before {
  content: "\e087"; }

.icon-flag:before {
  content: "\e088"; }

.icon-heart:before {
  content: "\e08a"; }

.icon-info:before {
  content: "\e08b"; }

.icon-key:before {
  content: "\e08c"; }

.icon-link:before {
  content: "\e08d"; }

.icon-lock:before {
  content: "\e08e"; }

.icon-lock-open:before {
  content: "\e08f"; }

.icon-magnifier:before {
  content: "\e090"; }

.icon-magnifier-add:before {
  content: "\e091"; }

.icon-magnifier-remove:before {
  content: "\e092"; }

.icon-paper-clip:before {
  content: "\e093"; }

.icon-paper-plane:before {
  content: "\e094"; }

.icon-power:before {
  content: "\e097"; }

.icon-refresh:before {
  content: "\e098"; }

.icon-reload:before {
  content: "\e099"; }

.icon-settings:before {
  content: "\e09a"; }

.icon-star:before {
  content: "\e09b"; }

.icon-symbol-female:before {
  content: "\e09c"; }

.icon-symbol-male:before {
  content: "\e09d"; }

.icon-target:before {
  content: "\e09e"; }

.icon-credit-card:before {
  content: "\e025"; }

.icon-paypal:before {
  content: "\e608"; }

.icon-social-tumblr:before {
  content: "\e00a"; }

.icon-social-twitter:before {
  content: "\e009"; }

.icon-social-facebook:before {
  content: "\e00b"; }

.icon-social-instagram:before {
  content: "\e609"; }

.icon-social-linkedin:before {
  content: "\e60a"; }

.icon-social-pinterest:before {
  content: "\e60b"; }

.icon-social-github:before {
  content: "\e60c"; }

.icon-social-google:before {
  content: "\e60d"; }

.icon-social-reddit:before {
  content: "\e60e"; }

.icon-social-skype:before {
  content: "\e60f"; }

.icon-social-dribbble:before {
  content: "\e00d"; }

.icon-social-behance:before {
  content: "\e610"; }

.icon-social-foursqare:before {
  content: "\e611"; }

.icon-social-soundcloud:before {
  content: "\e612"; }

.icon-social-spotify:before {
  content: "\e613"; }

.icon-social-stumbleupon:before {
  content: "\e614"; }

.icon-social-youtube:before {
  content: "\e008"; }

.icon-social-dropbox:before {
  content: "\e00c"; }

.icon-social-vkontakte:before {
  content: "\e618"; }

.icon-social-steam:before {
  content: "\e620"; }

html {
  height: 100%; }

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'futura_pt_book';
  /*font-size: rem(14px);*/
  font-size: 1.14286rem;
  line-height: 1.42;
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.open {
    /*overflow: hidden;*/ }

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

body,
html {
  height: 100%; }

a {
  text-decoration: none;
  color: #1b969e;
  -webkit-transition: .25s ease-in;
  -o-transition: .25s ease-in;
  transition: .25s ease-in; }
  a:hover, a:focus, a:active {
    text-decoration: none;
    color: #000; }

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /*iframe + & {
  margin: rem(30px) 0 0;  
  }*/ }

img {
  display: block;
  max-width: 100%; }

/*h1,
.h1 {
font-size: rem(26px);
line-height: rem(26px);
}*/
h1,
.h1 {
  font-size: 1.57143rem;
  line-height: 1.57143rem; }

h2,
.h2 {
  font-size: 1.57143rem;
  line-height: 1.57143rem; }

h3,
.h3 {
  font-size: 1.28571rem;
  line-height: 1.28571rem; }

iframe {
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: 0 0.71429rem 2.85714rem 0 rgba(47, 47, 47, 0.1);
  box-shadow: 0 0.71429rem 2.85714rem 0 rgba(47, 47, 47, 0.1); }

.visuallyhidden:not(:focus):not(:active) {
  position: absolute;
  width: 0.07143rem;
  height: 0.07143rem;
  margin: -0.07143rem;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

.wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden; }
  .wrapper__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 40px 0; }	/* было 60px */

.menu-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .25s ease-in;
  -o-transition: .25s ease-in;
  transition: .25s ease-in; }
  .menu-mask--active {
    opacity: 1;
    visibility: visible; }

.centered {
  text-align: center; }

.checkbox {
  padding: 0 0 0 2.14286rem;
  line-height: 22px;
  background-image: url("/images7/zzz.png");
  background-position: 0 0.07143rem;
  background-repeat: no-repeat; }

.container {
  position: relative;
  margin: 0 auto; }
  @media (min-width: 320px) {
    .container {
      width: 95%; } }
  @media (min-width: 1300px) {
    .container {
      width: 1200px; } }

.img {
  margin: 2.14286rem 0; }
  .img:last-child {
    margin: 2.14286rem 0 0; }
  .img img {
    margin: 0 auto;
    -webkit-box-shadow: 0 0.71429rem 2.85714rem 0 rgba(47, 47, 47, 0.1);
    box-shadow: 0 0.71429rem 2.85714rem 0 rgba(47, 47, 47, 0.1); }

.link--blue {
  color: #1b969e; }
  .link--blue:hover {
    color: #000; }

.title {
  text-transform: uppercase;
  margin: 0 0 2.14286rem;
  font-family: 'futura_pt_demi'; }
  .title--centered {
    text-align: center; }
  .title--white {
    color: #fff; }
  .title--blue {
    color: #1b969e; }

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.42857rem 0 0; }
  @media (min-width: 320px) {
    .button {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media (min-width: 480px) {
    .button {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; } }
  @media (min-width: 320px) {
    .slider + .button {
      margin: 1.42857rem 0 0; } }
  @media (min-width: 768px) {
    .slider + .button {
      margin: 6.42857rem 0 0; } }
  .button--centered {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .button__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.57143rem 1.42857rem;
    background: transparent;
    border-radius: 40px;
    font-family: 'futura_pt_demi';
    border: none;
    -webkit-transition: .25s ease-in;
    -o-transition: .25s ease-in;
    transition: .25s ease-in;
    overflow: hidden;
    border: 1px solid transparent; }
    @media (min-width: 320px) {
      .button__link + .button__link {
        margin: 0.85714rem 0 0; } }
    @media (min-width: 480px) {
      .button__link + .button__link {
        margin: 0 0 0 1.42857rem; } }
    .button__link--blue {
      background: #1b969e;
      color: #fff; }
      .button__link--blue:hover {
        background: transparent;
        color: #1b969e;
        border: 1px solid #1b969e; }
    .button__link--yellow {
      background: #efc20f;
      color: #000; }
      .button__link--yellow:hover {
        background: transparent;
        border: 1px solid #efc20f; }

.list + .list {
  margin: 0.71429rem 0 0; }

.list li {
  position: relative;
  padding: 0 0 0 2.14286rem;
  line-height: 22px;
  padding: 0 0 0 20px; }
  .list li:before {
    position: absolute;
    content: '-';
    top: -1px;
    left: 0; }
  .list li:not(:last-child) {
    margin: 0 0 0.35714rem; }

.num-list {
  counter-reset: list-marker;
  padding: 0;
  list-style: none; }
  .num-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .num-list li:before {
      content: counter(list-marker);
      counter-increment: list-marker;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 20px;
      padding: 0 15px;
      height: 30px;
      width: 30px;
      color: white;
      background: #29c9ff;
      border-radius: 50%;
      text-align: center; }

.white-list li {
  color: #fff; }

.blockquote {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#ccdddf), to(#fff)) repeat scroll 0% 0%;
  background: -webkit-linear-gradient(left, #ccdddf 0%, #fff 100%) repeat scroll 0% 0%;
  background: -o-linear-gradient(left, #ccdddf 0%, #fff 100%) repeat scroll 0% 0%;
  background: linear-gradient(to right, #ccdddf 0%, #fff 100%) repeat scroll 0% 0%;
  margin: 1.42857rem 0 0;
  padding: 1.42857rem;
  font-family: 'futura_pt_book_oblique'; }
  .blockquote:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#7E57C2), to(#4fd2db)) repeat scroll 0% 0%;
    background: -webkit-linear-gradient(top, #7E57C2 0%, #4fd2db 100%) repeat scroll 0% 0%;
    background: -o-linear-gradient(top, #7E57C2 0%, #4fd2db 100%) repeat scroll 0% 0%;
    background: linear-gradient(to bottom, #7E57C2 0%, #4fd2db 100%) repeat scroll 0% 0%; }

.bg-gradient-ocean {
  background: -webkit-gradient(linear, left top, left bottom, from(#ccdddf), to(#fff)) repeat scroll 0% 0%;
  background: -webkit-linear-gradient(top, #ccdddf 0%, #fff 100%) repeat scroll 0% 0%;
  background: -o-linear-gradient(top, #ccdddf 0%, #fff 100%) repeat scroll 0% 0%;
  background: linear-gradient(to bottom, #ccdddf 0%, #fff 100%) repeat scroll 0% 0%; }

.bg-gradient-ocean-inverse {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccdddf)) repeat scroll 0% 0%;
  background: -webkit-linear-gradient(top, #fff 0%, #ccdddf 100%) repeat scroll 0% 0%;
  background: -o-linear-gradient(top, #fff 0%, #ccdddf 100%) repeat scroll 0% 0%;
  background: linear-gradient(to bottom, #fff 0%, #ccdddf 100%) repeat scroll 0% 0%; }

.bg-ocean {
  background: #ccdddf; }

.bg-border {
  position: relative; }
  .bg-border:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 5%;
    border-bottom: 2px solid #7E57C2; }

.img-container {
  margin: 2.14286rem 0; }
  .img-container img {
    margin: 0 auto;
    -webkit-box-shadow: 0 0.71429rem 2.85714rem 0 rgba(47, 47, 47, 0.1);
    box-shadow: 0 0.71429rem 2.85714rem 0 rgba(47, 47, 47, 0.1); }

.scroll-up {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1185;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  /*&:hover {
  background: $dark;  
  }*/ }
  .scroll-up:before, .scroll-up:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 22px;
    height: 3px;
    margin: 7px 0 0 -14px;
    background: black;
    /*border-radius: 5px;  */ }
  .scroll-up:before {
    margin-left: -7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%; }
  .scroll-up:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%; }
  .scroll-up.visual-scroll {
    opacity: 1;
    visibility: visible; }

/*.accordeon {
  &__item {
  padding: 0 rem(20px);    
  transition: .5s;
    &:hover {
    background: $ocean;  
    }
    &:not(:last-child) {
    border-bottom: 1px solid $base-2;
    }
  }
  &__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 60px;
  font-family: 'futura_pt_demi';
  color: darken($dark, 15%);
  cursor: pointer; 
    & span {
    margin-right: rem(30px);
    }
    &--active { 
    background: $ocean;
    }
  }
  &__desc {
  display: none;
  overflow: hidden;
  margin-top: rem(20px) 0 0;
  padding: 0 0 rem(20px);
    & span {
    display: block;
    margin: 0 0 rem(20px);
    }
  }
  &__indicator { 
  width: 16px;
  height: 16px;
  margin-left: auto;
  position: relative;
  transition: .5s ease-out;
  cursor: pointer;
    & span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: lighten($dark, 15%);
    left: 0;
    margin: 0;
    transition: .5s ease-in-out;
      &:nth-child(1) {
      top: 6px;
      transform: rotateZ(0deg);
        .accordeon__title--active & {
        transform: rotateZ(-135deg);
        transform-origin:50% 50%; 
        }
      }
      &:nth-child(2) {
      top: 6px;
      transform: rotateZ(90deg);
        .accordeon__title--active & {
        transform: rotateZ(-225deg);
        transform-origin:50% 50%; 
        }
      }
    }
  }
}*/
/*.view-all-title {
display: flex;
justify-content: space-between;
align-items: center;
}
.view-all-button {
  & a {
  display: flex;
  justify-content: space-between;
  align-items: center;
    & span {
    display: flex;  
    font-size: rem(16px);
    font-family: 'futura_pt_book';
    font-weight: 400;
    color: darken($dark, 15%);
    line-height: 1.42;
    margin: 0 rem(10px) 0 0; 
    } 
  }
}
.arrow-bg {
border-radius:50%;
width: 50px;
height: 50px;
  &--base {
  background: $base-1;
  }
  &--white {
  background: $white;
  }
}*/
/*.trigger {    
display: flex;
flex-flow: row wrap;
justify-content: space-between;
  .title + & {
  margin: rem(70px) 0 0;
  }
  &__item {
  position: relative;
  flex-basis: 32%;
  text-align: center;
  padding: 0 rem(20px);
    &:not(:nth-last-child(-n+3)) {
    margin: 0 0 rem(70px); 
    }
    & img {
    width:100px;
    margin: 0 auto;  
    }
    & .list {
    text-align: left;    
    }    
    &-icon {
      & i {
      display: inline-block;
      background: $ocean;
      padding: rem(20px);
      border-radius: 50%;
      color: $base-1;
      font-size: rem(24px);
      }
    }
    &-title {
    position: relative;    
    margin: 20px 0 0;
    font-family: 'futura_pt_demi';
    color: darken($dark, 15%); 
    }
    &-line {
    position: relative;
    width: 70px;
    height: 2px;
    margin: 20px auto 0;
      &:before {
      position: absolute;
      content: "";
      width: rem(40px);
      bottom: 0;
      left: 0; 
      }  
      &:after {
      position: absolute;
      content: "";
      width: rem(20px);
      bottom: 0;
      left: 50px;
      }
      &:before,
      &:after {
      border-bottom:2px solid $base-1;
      }  
    }
    p {
    position: relative;
    color:$dark;    
    }
  }
}*/
/*.items-row {
display: flex;
flex-flow: row wrap;
justify-content: space-between;  
}
.item {
  .items-row & {
  flex-basis: 49%;  
  }
  &:not(:last-child) {
  margin: 0 0 rem(20px);    
  }
  &--shadow {
  background:$white;
  padding: rem(20px);
  box-shadow: 0 rem(10px) rem(40px) 0 rgba(47,47,47,0.1);
    .items-column & {
      &:not(:nth-last-child(-n+1)) {
      margin: 0 0 rem(20px);    
      }
    }
    .items-row & {
    flex-basis: 49%;
      &:not(:nth-last-child(-n+2)) {
      margin: 0 0 rem(25px); 
      }
    } 
  }
}*/
/*.cat {
display: flex;
flex-flow: row wrap;
justify-content: center;
  & .button {
  margin: 0;  
  }
  &__item {
  flex-basis: 32%;
  background: $white;
  margin: 0 rem(10px);
  box-shadow: 0 rem(10px) rem(40px) 0 rgba(47,47,47,0.1);
  transition: .5s ease-in;
    &-img {
    position: relative;
    height: 250px;
      & img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 30%;    
      }    
    }
    &-mask {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba($dark, 0.65);
    opacity: 0;
    visibility: hidden;
    transition: .5s ease-out;
      .cat__item-img:hover & {
      opacity: 1;
      visibility: visible;
      }
      &:before {
      position: absolute;
      content: "";
      border-top: 3px solid $white;
      width: rem(32px);
      left: auto;
      transition: .5s;
      }
      &:after {
      position: absolute;
      content: "";
      border-top: 3px solid $white;
      width: rem(32px);
      transform: rotate(90deg);
      right: auto;
      transition: .5s;	
      }
    }
    &-anons {
    padding: rem(20px);
      & p {
      margin: 0 0 rem(15px);    
      }
    }
    &-title {
    display: block;
    margin-bottom: rem(10px);
      & a {
      font-family: 'futura_pt_demi';
      color: darken($dark, 15%);
        .cat__item:hover & {
        color: $base-1;    
        } 
      }
    }
    &-cost {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: rem(30px) 0 0;  
    }   
  }      
}*/
.social-square-icon {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }
  .social-square-icon--ok {
    background-image: url("/images7/social-icons/ok-square.png"); }
  .social-square-icon--vk {
    background-image: url("/images7/social-icons/vk-square.png"); }

.header-top-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1.42857rem 0 0; }
  @media (min-width: 320px) {
    .header-top-panel {
      display: none; } }
  @media (min-width: 992px) {
    .header-top-panel {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .header-top-panel__logo {
    width: 200px; }
  .header-top-panel__text {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-size: 1rem; }
    .header-top-panel__text span {
      font-size: 1.7rem; }
    .header-top-panel__text spanold {
      color: #1b969e;
      font-weight: bold; }

.header-nav {
  position: relative;
  padding: 0.71429rem 1.42857rem;
  margin: 1.42857rem 0 0;
  border-bottom: 2px solid #efc20f;
  height: 48px; }
  @media (min-width: 320px) {
    .header-nav {
      display: none; } }
  @media (min-width: 992px) {
    .header-nav {
      display: block; } }

.header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.42857rem;
  background: -webkit-gradient(linear, left top, right top, from(#75c4f4), to(#74aaf4)) repeat scroll 0% 0%;
  background: -webkit-linear-gradient(left, #75c4f4 0%, #74aaf4 100%) repeat scroll 0% 0%;
  background: -o-linear-gradient(left, #75c4f4 0%, #74aaf4 100%) repeat scroll 0% 0%;
  background: linear-gradient(to right, #75c4f4 0%, #74aaf4 100%) repeat scroll 0% 0%;
  overflow: hidden;
  -webkit-box-shadow: 0 0.71429rem 2.85714rem 0 rgba(47, 47, 47, 0.1);
  box-shadow: 0 0.71429rem 2.85714rem 0 rgba(47, 47, 47, 0.1); }

.auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .auth i {
    margin: 0 10px 0 0; }
  .auth-wrapper {
    font-size: 1rem; }
    .auth-wrapper span {
      display: inline-block;
      margin: 0 2px; }
    .auth-wrapper a {
      color: #000; }
      .auth-wrapper a:hover {
        color: #1b969e; }
  .auth + .button {
    margin: 10px 0 0; }

@media (min-width: 320px) {
  .small-nav {
    padding: 0; } }

@media (min-width: 1200px) {
  .small-nav {
    padding: 0 4.28571rem; } }

.small-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  @media (min-width: 320px) {
    .small-nav__list {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  @media (min-width: 1200px) {
    .small-nav__list {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media (min-width: 320px) {
    .small-nav__list li:not(:last-child) {
      margin-right: 20px; } }
  @media (min-width: 992px) {
    .small-nav__list li:not(:last-child) {
      margin-right: 10%; } }
  .small-nav__list li a {
    color: #000;
    text-transform: uppercase;
    font-size: 1rem;
    font-family: 'futura_pt_demi'; }
    .small-nav__list li a:hover {
      color: #1b969e; }

.mobile-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0; }
  @media (min-width: 320px) {
    .mobile-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 992px) {
    .mobile-header {
      display: none; } }
  .mobile-header__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .mobile-header__item-link {
      background: #efc20f;
      border-radius: 100%;
      width: 50px;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #000;
      -webkit-transition: .25s ease-in;
      -o-transition: .25s ease-in;
      transition: .25s ease-in; }
      .mobile-header__item-link i {
        font-size: 22px; }
  .mobile-header-nav {
    margin: 0 0 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .mobile-header-auth {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .mobile-header-callback {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

.search-form {
  margin: 1.42857rem 0 0;
  width: 66.66%; }
  @media (min-width: 320px) {
    .search-form {
      width: 100%; } }
  @media (min-width: 992px) {
    .search-form {
      width: 80%; } }

.basic-filter,
.further-filter {
  margin-bottom: 1.07143rem; }

@media (min-width: 320px) {
  .filter-button {
    margin-bottom: 1.07143rem; } }

@media (min-width: 768px) {
  .filter-button {
    margin-bottom: 0; } }

.further-filter {
  display: none; }
  .further-filter.open {
    display: block; }

.filter-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .filter-button__link {
    color: #000;
    border-bottom: 1px dashed; }

.arrow-link {
  position: relative; }
  .arrow-link:after {
    position: absolute;
    content: '';
    top: 7px;
    background-image: url("/images7/arrow.png");
    width: 18px;
    height: 11px;
    right: -26px;
    -webkit-transition: .25s ease-in;
    -o-transition: .25s ease-in;
    transition: .25s ease-in; }
  .arrow-link--turn:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }

.hamburger {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2000;
  background: #efc20f;
  padding: 0.71429rem 1.42857rem 0.57143rem;
  cursor: pointer;
  height: 48px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-transition: .25s ease-in;
  -o-transition: .25s ease-in;
  transition: .25s ease-in; }
  .hamburger__text {
    font-family: 'futura_pt_demi'; }
  .hamburger__icon {
    width: 28px;
    height: 20px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in;
    -o-transition: .25s ease-in;
    transition: .25s ease-in;
    cursor: pointer;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 0 0 10px;
    /*.open & span:nth-child(1) {
        top: 16px;
        width: 0;
        left: 50%;
        }
        .open & span:nth-child(2) {
        width: 100%;    
        transform: rotate(45deg);
        }
        .open & span:nth-child(3) {
        width: 100%;
        transform: rotate(-45deg);
        }
        .open & span:nth-child(4) {
        top: 16px;
        width: 0;
        left: 50%;
        }*/ }
    .hamburger__icon span {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background: black;
      border-radius: 0px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in;
      -o-transition: .25s ease-in;
      transition: .25s ease-in; }
      .hamburger__icon span:nth-child(1) {
        top: 0;
        width: 70%;
        /*.open .hamburger:hover & {
                width: 0;   
                }*/ }
        .hamburger:hover .hamburger__icon span:nth-child(1) {
          width: 100%; }
      .hamburger__icon span:nth-child(2), .hamburger__icon span:nth-child(3) {
        top: 8px; }
      .hamburger__icon span:nth-child(2), .hamburger__icon span:nth-child(3) {
        width: 100%;
        /*.open .hamburger:hover & {
                width: 100%;   
                }*/ }
        .hamburger:hover .hamburger__icon span:nth-child(2), .hamburger:hover .hamburger__icon span:nth-child(3) {
          width: 70%; }
      .hamburger__icon span:nth-child(4) {
        top: 16px;
        width: 80%;
        /*.open .hamburger:hover & {
                width: 0;   
                }*/ }
        .hamburger:hover .hamburger__icon span:nth-child(4) {
          width: 90%; }

.mobile-hamburger {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  outline: none; }

.nav {
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 2000;
  width: 100%;
  -webkit-transition: .25s ease-in;
  -o-transition: .25s ease-in;
  transition: .25s ease-in;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px); }
  .nav.open-nav {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 320px;
    -webkit-box-shadow: 0 0.71429rem 2.85714rem 0 rgba(47, 47, 47, 0.1);
    box-shadow: 0 0.71429rem 2.85714rem 0 rgba(47, 47, 47, 0.1); }
  .nav__item {
    position: relative;
    background: #fff; }
    .nav__item:not(:last-child) {
      border-bottom: 1px solid #ccc; }
    .nav__item:hover {
      background: #ccdddf; }
    .nav__item-link {
      display: block;
      padding: 15px 20px;
      line-height: 20px;
      color: #000;
      -webkit-transition: .25s ease-in;
      -o-transition: .25s ease-in;
      transition: .25s ease-in; }

.hidden-nav {
  position: absolute;
  background: #ccdddf;
  width: calc(100% - 320px);
  top: 0;
  right: 0;
  z-index: 1190;
  -webkit-box-shadow: 0 0.71429rem 2.85714rem 0 rgba(47, 47, 47, 0.1);
  box-shadow: 0 0.71429rem 2.85714rem 0 rgba(47, 47, 47, 0.1);
  opacity: 0;
  visibility: hidden; }
  .nav__item:hover .hidden-nav {
    opacity: 1;
    visibility: visible; }
  .hidden-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 15px 15px 7px;
    width: 100%; }
    .nav__item:hover .hidden-nav__list {
      position: fixed;
      width: calc(100% - 320px);
      background: #ccdddf; }
    .hidden-nav__list li {
      position: relative;
      white-space: nowrap;
      margin: 10px;
      padding: 0 0 0 20px; }
      .hidden-nav__list li:before {
        position: absolute;
        content: '-';
        top: -1px;
        left: 0; }
    .hidden-nav__list a {
      color: #000;
      -webkit-transition: .25s ease-in;
      -o-transition: .25s ease-in;
      transition: .25s ease-in; }
      .hidden-nav__list a:hover {
        color: #1b969e; }

.dl-menuwrapper {
  width: 100%;
  max-width: 480px;
  /*position: absolute;
top: 8px;*/
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
  z-index: 2000; }

.dl-menuwrapper button {
  background: #efc20f;
  border: none;
  width: 128px;
  height: 50px;
  font-family: 'futura_pt_demi';
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
  text-align: left;
  padding: 0 18px;
  border-radius: 30px; }

.dl-menuwrapper ul {
  background: #fff; }

.dl-menuwrapper button:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 3px;
  background: #000;
  top: 15px;
  right: 17px;
  -webkit-box-shadow: 0 9px 0 #000, 0 18px 0 #000;
  box-shadow: 0 9px 0 #000, 0 18px 0 #000; }

.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.dl-menuwrapper li {
  position: relative; }
  .dl-menuwrapper li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  line-height: 20px;
  color: #000;
  outline: none; }

.no-touch .dl-menuwrapper li a:hover {
  background: #ccdddf; }

.dl-menuwrapper li.dl-back > a {
  padding-left: 30px;
  background: #1b969e; }

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  top: 18px;
  content: '';
  width: 9px;
  height: 16px; }

.dl-menuwrapper li.dl-back:after {
  left: 10px;
  background-image: url("/images7/arrow-left-mini.png");
  background-repeat: no-repeat; }

.dl-menuwrapper li > a:after {
  right: 10px;
  background-image: url("/images7/arrow-right-mini.png");
  background-repeat: no-repeat; }

.dl-menuwrapper .dl-menu {
  margin: 10px 0 0 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: 0 0.71429rem 2.85714rem 0 rgba(47, 47, 47, 0.1);
  box-shadow: 0 0.71429rem 2.85714rem 0 rgba(47, 47, 47, 0.1); }

.dl-menuwrapper .dl-menu.dl-menu-toggle {
  -webkit-transition: .25s ease-in;
  -o-transition: .25s ease-in;
  transition: .25s ease-in; }

.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none; }

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none; }

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block; }

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 60px;
  left: 0;
  margin: 0; }

/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s; }

@-webkit-keyframes MenuAnimOut1 {
  0% { }
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg); }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5; }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; } }

@keyframes MenuAnimOut1 {
  0% { }
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg); }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5; }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; } }

.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s; }

@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1; } }

@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1; } }

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease; }

@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }

@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease; }

@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0; } }

@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; } }

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.no-js .dl-menuwrapper li .dl-submenu {
  display: block; }

.no-js .dl-menuwrapper li.dl-back {
  display: none; }

.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1); }

.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: ''; }

/* Colors for demos */
/* Demo 1 */
.demo-1 .dl-menuwrapper button {
  background: #c62860; }

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
  background: #9e1847; }

/* Demo 2 */
.demo-2 .dl-menuwrapper button {
  background: #e86814; }

.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
  background: #D35400; }

/* Demo 3 */
.demo-3 .dl-menuwrapper button {
  background: #08cbc4; }

.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
  background: #00b4ae; }

/* Demo 4 */
.demo-4 .dl-menuwrapper button {
  background: #90b912; }

.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper ul {
  background: #79a002; }

/* Demo 5 */
.demo-5 .dl-menuwrapper button {
  background: #744783; }

.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper ul {
  background: #643771; }

.input,
.select,
.textarea {
  position: relative;
  width: 100%;
  height: 44px;
  padding: 0 10px;
  background: #fff;
  border: none;
  -webkit-box-shadow: 0 0.71429rem 2.85714rem 0 rgba(47, 47, 47, 0.1);
  box-shadow: 0 0.71429rem 2.85714rem 0 rgba(47, 47, 47, 0.1);
  -webkit-appearance: none; }
  .input:focus,
  .select:focus,
  .textarea:focus {
    outline: none; }

.textarea {
  height: 88px;
  padding: 10px; }

input::-webkit-input-placeholder {
  color: gray;
  opacity: 1; }

input::-moz-placeholder {
  color: gray;
  opacity: 1; }

input::-ms-input-placeholder {
  color: gray;
  opacity: 1; }

.select {
  background-image: url("/images7/arrow.png");
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  text-indent: 0.01px;
  -o-text-overflow: "";
  text-overflow: "";
  width: 100%;
  padding: 0 34px 0 7px; }

.label {
  display: block;
  margin: 0 0 5px; }

.input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }
  .input-file + label {
    color: black;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0 0 20px; }
    .no-js + .input-file + label {
      display: none; }
    .input-file + label i {
      margin-right: 8px; }
    .input-file + label span {
      border-bottom: 1px dashed; }
  .input-file:focus + label,
  .input-file.has-focus + label {
    color: black; }

.input-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-bottom: 1.42857rem;
  margin-bottom: 1.07143rem; }

.popup-window {
  display: none; }

@media (min-width: 320px) {
  .form__item:not(:last-child) {
    margin-bottom: 0.71429rem; } }

.form__item-wrapper:not(:last-child) {
  margin-bottom: 0.71429rem; }

@media (min-width: 320px) {
  .form__item .col-xxs {
    margin: 0 0 15px; } }

@media (min-width: 768px) {
  .form__item .col-xxs {
    margin: 0; } }

.form-header {
  margin: 0 0 20px; }
  .form-header__title {
    font-family: 'futura_pt_demi';
    font-size: 1.42857rem;
    text-align: center;
    padding: 0 30px; }

.form-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }

.form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin: 10px 0 0; }

.control {
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding: 3px 0 0 30px;
  cursor: pointer; }
  .control:not(:last-child) {
    margin-right: 1.14286rem; }
  .control input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  .control__indicator {
    position: absolute;
    top: 0.14286rem;
    left: 0;
    height: 23px;
    width: 23px;
    background: #fff;
    border-radius: 50%; }
    .control--radio .control__indicator {
      border-radius: 50%; }
    .control__indicator:after {
      content: '';
      position: absolute;
      display: none;
      /*.control--checkbox & {
            left: rem(10px);
            top: rem(7px);
            width: rem(6px);
            height: rem(10px);
            border: solid $white;
            border-width: 0 rem(3px) rem(3px) 0;
            transform: rotate(45deg);
            }*/ }
      .control input:checked ~ .control__indicator:after {
        display: block; }
      .control--checkbox .control__indicator:after {
        left: 9px;
        top: 6px;
        width: 6px;
        height: 10px;
        border: solid #1b969e;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .control--radio .control__indicator:after {
        left: 0.28571rem;
        top: 0.28571rem;
        height: 0.57143rem;
        width: 0.57143rem;
        border-radius: 50%;
        background: #fff; }

@-webkit-keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0); }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, 160%, 0);
    transform: translate3d(-1em, 160%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 160%, 0);
    transform: translate3d(0, 160%, 0); } }

.triggers__item {
  text-align: center; }
  .triggers__item img {
    margin: 0 auto; }
  .triggers__item-text {
    margin: 0.71429rem 0 0; }

.home-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*height: 525px;
overflow: hidden;*/
  -webkit-transition: .25s ease-in;
  -o-transition: .25s ease-in;
  transition: .25s ease-in;
  /*&.open {
    height: auto;
    }*/ }
  .home-cat__item {
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
    overflow: hidden;
    -webkit-box-shadow: 0 0.71429rem 2.85714rem 0 rgba(47, 47, 47, 0.1);
    box-shadow: 0 0.71429rem 2.85714rem 0 rgba(47, 47, 47, 0.1);
    margin: 0 0 1.42857rem; }
    @media (min-width: 320px) {
      .home-cat__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        height: 200px; } }
    @media (min-width: 480px) {
      .home-cat__item {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%; } }
    @media (min-width: 768px) {
      .home-cat__item {
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
        height: 240px; } }
    @media (min-width: 1200px) {
      .home-cat__item {
        -ms-flex-preferred-size: 24%;
        flex-basis: 24%; } }
    .home-cat__item-img {
      background-position: top center;
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transition: .25s ease-in;
      -o-transition: .25s ease-in;
      transition: .25s ease-in; }
      @media (min-width: 320px) {
        .home-cat__item-img {
          height: 200px; } }
      @media (min-width: 768px) {
        .home-cat__item-img {
          height: 240px; } }
      .home-cat__item-img:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
      .home-cat__item-img--new {
        background-image: url("/images7/home/home-cat-new.png"); }
      .home-cat__item-img--hit {
        background-image: url("/images7/home/home-cat-hit.png"); }
      .home-cat__item-img--woman {
        background-image: url("/images7/home/home-cat-woman.png"); }
      .home-cat__item-img--man {
        background-image: url("/images7/home/home-cat-man.png"); }
      .home-cat__item-img--classic {
        background-image: url("/images7/home/home-cat-classic.png"); }
      .home-cat__item-img--children {
        background-image: url("/images7/home/home-cat-children.png"); }
      .home-cat__item-img--detective {
        background-image: url("/images7/home/home-cat-detective.png"); }
      .home-cat__item-img--family {
        background-image: url("/images7/home/home-cat-family.png"); }
      .home-cat__item-img--legal {
        background-image: url("/images7/home/home-cat-legal.png"); }
      .home-cat__item-img--science {
        background-image: url("/images7/home/home-cat-science.png"); }
      .home-cat__item-img--art {
        background-image: url("/images7/home/home-cat-art.png"); }
      .home-cat__item-img--lingvo {
        background-image: url("/images7/home/home-cat-lingvo.png"); }
      .home-cat__item-img--psychology {
        background-image: url("/images7/home/home-cat-psychology.png"); }
      .home-cat__item-img--fiction {
        background-image: url("/images7/home/home-cat-fiction.png"); }
      .home-cat__item-img--it {
        background-image: url("/images7/home/home-cat-it.png"); }
      .home-cat__item-img--business {
        background-image: url("/images7/home/home-cat-business.png"); }
      .home-cat__item-img--medicine {
        background-image: url("/images7/home/home-cat-medicine.png"); }
      .home-cat__item-img--military {
        background-image: url("/images7/home/home-cat-military.png"); }
      .home-cat__item-img--fantasy {
        background-image: url("/images7/home/home-cat-fantasy.png"); }
      .home-cat__item-img--technical {
        background-image: url("/images7/home/home-cat-technical.png"); }
      .home-cat__item-img--vocabulary {
        background-image: url("/images7/home/home-cat-vocabulary.png"); }
      .home-cat__item-img--baby {
        background-image: url("/images7/home/home-cat-baby.png"); }
      .home-cat__item-img--esoterics {
        background-image: url("/images7/home/home-cat-esoterics.png"); }
      .home-cat__item-img--audiobooks {
        background-image: url("/images7/home/home-cat-audiobooks.png"); }
    .home-cat__item a {
      position: relative;
      display: block; }
    .home-cat__item-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      bottom: 0;
      width: 100%;
      background: #fff;
      text-transform: uppercase;
      font-size: 1rem;
      font-family: 'futura_pt_demi';
      color: #1b969e;
      padding: 20px;
      text-align: center;
      -webkit-transition: .25s ease-in;
      -o-transition: .25s ease-in;
      transition: .25s ease-in; }
      @media (min-width: 320px) {
        .home-cat__item-title {
          height: 80px; } }
      @media (min-width: 992px) {
        .home-cat__item-title {
          height: 70px; } }
      .home-cat__item:hover .home-cat__item-title {
        color: #153164; }

.authors__item {
  margin: 0 0 1.42857rem; }
  .authors__item-title {
    margin: 0 0 0.71429rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-family: 'futura_pt_demi'; }

.authors-list li {
  position: relative;
  padding: 0 0 0 20px; }
  .authors-list li:before {
    position: absolute;
    content: '-';
    top: -1px;
    left: 0; }

.authors-list a {
  color: #1b969e;
  border-bottom: 1px dashed; }
  .authors-list a:hover {
    color: #000; }

.action-slider .slick-list {
  -webkit-box-shadow: 0 0.71429rem 2.85714rem 0 rgba(47, 47, 47, 0.1);
  box-shadow: 0 0.71429rem 2.85714rem 0 rgba(47, 47, 47, 0.1); }

.action-slider__item a {
  position: relative;
  display: block;
  -webkit-transition: .25s ease-in;
  -o-transition: .25s ease-in;
  transition: .25s ease-in; }
  .action-slider__item a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 50;
    -webkit-transition: .25s ease-in;
    -o-transition: .25s ease-in;
    transition: .25s ease-in; }
  .action-slider__item a:hover:before {
    background: rgba(255, 255, 255, 0.5); }

.reviews-slider__item {
  -webkit-box-shadow: 0 0.35714rem 1.07143rem 0 rgba(47, 47, 47, 0.1);
  box-shadow: 0 0.35714rem 1.07143rem 0 rgba(47, 47, 47, 0.1);
  margin: 20px;
  padding: 20px; }
  .reviews-slider__item-author {
    font-family: 'futura_pt_demi';
    text-align: center;
    margin: 0 0 20px; }
  .reviews-slider__item p {
    margin: 1.42857rem 0; }
  .reviews-slider__item a {
    border-bottom: 1px dashed; }
  .reviews-slider__item-img img {
    margin: 0 auto; }

.ads-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0 0.35714rem 1.07143rem 0 rgba(47, 47, 47, 0.1);
  box-shadow: 0 0.35714rem 1.07143rem 0 rgba(47, 47, 47, 0.1);
  margin: 20px;
  overflow: hidden; }
  @media (min-width: 320px) {
    .ads-slider__item {
      height: 460px; } }
  @media (min-width: 480px) {
    .ads-slider__item {
      height: 370px; } }
  @media (min-width: 768px) {
    .ads-slider__item {
      height: 280px; } }
  .ads-slider__item-ava {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: center center;
    background-repeat: no-repeat;
    /*& img {
                @include oldphone {
                max-height: 100%;
                }
            }*/ }
    @media (min-width: 320px) {
      .ads-slider__item-ava {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 10px;
        border: none;
        background-color: #fff;
        height: 140px; } }
    @media (min-width: 768px) {
      .ads-slider__item-ava {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        padding: 20px;
        border: 20px solid #ccdddf;
        background-color: #ccdddf;
        height: 280px; } }
    @media (min-width: 992px) {
      .ads-slider__item-ava {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        padding: 0; } }
    .ads-slider__item-ava--male {
      background-image: url("/images7/user-male.jpg"); }
    .ads-slider__item-ava--female {
      background-image: url("/images7/user-female.jpg"); }
  @media (min-width: 320px) {
    .ads-slider__item-desc {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      padding: 10px; } }
  @media (min-width: 768px) {
    .ads-slider__item-desc {
      -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
      padding: 20px; } }
  @media (min-width: 992px) {
    .ads-slider__item-desc {
      -ms-flex-preferred-size: 80%;
      flex-basis: 80%; } }
  @media (min-width: 320px) {
    .ads-slider__item-desc .button__link {
      padding: 7px; } }
  @media (min-width: 992px) {
    .ads-slider__item-desc .button__link {
      padding: 0.57143rem 1.42857rem; } }
  .ads-slider__item-author {
    color: #1b969e;
    font-family: 'futura_pt_demi';
    margin: 0 0 20px;
    border-bottom: 1px dashed;
    display: inline-block; }
  .ads-slider__item-title {
    font-family: 'futura_pt_demi';
    margin: 0 0 20px; }
  .ads-slider__item p {
    margin: 1.42857rem 0; }

@media (min-width: 320px) {
  .date {
    margin: 0 0 10px; } }

@media (min-width: 480px) {
  .date {
    margin: 0; } }

.offers-slider__item {
  position: relative;
  height: 400px;
  margin: 20px;
  padding: 20px;
  -webkit-box-shadow: 0 0.35714rem 1.07143rem 0 rgba(47, 47, 47, 0.1);
  box-shadow: 0 0.35714rem 1.07143rem 0 rgba(47, 47, 47, 0.1); }
  @media (min-width: 320px) {
    .offers-slider__item {
      height: 400px; } }
  @media (min-width: 768px) {
    .offers-slider__item {
      height: 400px; } }
  .offers-slider__item-img {
    height: 200px; }
    .offers-slider__item-img a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 200px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .offers-slider__item-img img {
      max-height: 80%;
      margin: 0 auto; }
  .offers-slider__item-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
  .offers-slider__item-title {
    font-family: 'futura_pt_demi';
    margin: 0 0 10px; }
  .offers-slider__item-stock span {
    margin: 0 4px 0 0; }
  .offers-slider__item-cost span {
    margin: 0 5px;
    font-family: 'futura_pt_demi';
    font-size: 1.28571rem; }

.indicator {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
  cursor: pointer; }
  .indicator span {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .25s ease-in;
    -o-transition: .25s ease-in;
    transition: .25s ease-in; }
    .indicator span:hover {
      background: #efc20f;
      border: 1px solid #efc20f; }
    .indicator span + span {
      margin: 10px 0 0; }
    .indicator span i {
      font-size: 20px; }

/*.offers {
    &__line {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
        &:not(:last-child) {
        margin: 0 0 rem(20px);    
        }
    }
    &__item {
    display: flex;
    flex-flow: row wrap;
    padding: rem(15px);
    height: 400px;
    box-shadow: 0 rem(10px) rem(40px) 0 rgba(47,47,47,0.1);
        &--big {
        justify-content: space-between;
            @include oldphone {
            flex-basis: 100%;
            margin: 0 0 rem(20px);
            }
            @include phone {
            flex-basis: 49%;
            margin: 0;
            }
            @include tablet {
            flex-basis: 65.5%;
            }
            .offers__line:nth-child(odd) & {
            order: 0;
            }
            .offers__line:nth-child(even) & {
            order: 1;
            }
        }
        &--small {
        display: flex;
        flex-basis: 32.5%;
        flex-flow: column nowrap;
        align-items: center;
        justify-content: flex-start;
        position: relative;
            @include oldphone {
            flex-basis: 100%;
            }
            @include phone {
            flex-basis: 49%;
            }
            @include tablet {
            flex-basis: 32.5%;
            }
        }
        &-img {
            .offers__item--big & {
            height: 100%;
                @include oldphone {
                flex-basis: 0;
                }
                @include tablet {
                flex-basis: 50%;
                }
                & img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: 50% 30%;  
                }    
            }
            .offers__item--banner & {
            flex-basis: 100%;
            height: 100%;
                & img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: 50% 30%;  
                }    
            }
            .offers__item--small & {
                @include oldphone {
                flex-basis: 0;
                height: 50%;
                }
                @include laptop {
                flex-basis: 0;
                height: 60%;
                }
                & img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: 50% 30%;  
                }
            }
        }
        &-desc {
        display: flex;
        flex-direction: column;
        text-align: center;
            .offers__item--big & {
            justify-content: center;
            padding: 0 0 0 rem(20px);
            text-align: left; 
                @include oldphone {
                flex-basis: 100%;
                }
                @include tablet {
                flex-basis: 50%;
                }   
            }
            .offers__item--small & {
            margin: 20px 0 0;
                @include oldphone {
                height: 50%;
                justify-content: center;
                }
                @include laptop {
                margin: 0;
                }
            }  
        }
        &-indicator {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 100;
        cursor: pointer;
            & span {
            border:1px solid rgba($dark, 0.2);
            border-radius: 100%;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: .25s ease-in;
                &:hover {
                background: $yellow;
                border:1px solid $yellow;    
                }
                & + span {
                margin: 10px 0 0;    
                }
                & i {
                font-size: 20px;
                }  
            }    
        }
        &-title {
        font-family: 'futura_pt_demi';
            .offers__item--big & {
            text-transform: uppercase;    
            }
        }
        &-stock {
            & span {
            margin: 0 4px 0 0;
            }    
        }
        &-cost {
            & span {
            margin: 0 5px;
            font-family: 'futura_pt_demi';
            font-size: rem(18px);
            }    
        }
    }
}*/
.search-result__title {
  margin: 0 0 2.14286rem;
  font-family: 'futura_pt_demi'; }

/*.search-result {
    &__list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;    
    }    
    &__item {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    flex-basis: 24%;
    box-shadow: 0 rem(10px) rem(40px) 0 rgba(47, 47, 47, 0.1);
    margin: 0 0 rem(30px);
    padding: 20px;
        @include oldphone {
        flex-basis: 100%;
        }
        @include phone {
        flex-basis: 49%;
        }
        @include laptop {
        flex-basis: 32%;
        }
        @include desctop {
        flex-basis: 24%;
        }
        &-img {  
        height: 160px;
        margin: 0 0 18px;
            & img {
            max-height: 100%;
            margin: 0 auto;    
            }    
        }
        &-title {
        font-family: 'futura_pt_demi';
        color: $blue;
        text-align: center;
        margin: 0 0 18px;
        }
        &-desc {
        margin: 0 0 18px;
        }
        &-class {
            & div,
            & span {
            display: inline-block;    
            }
            & div {
            font-family: 'futura_pt_demi';
            }
        }
        &-offer {
        margin: 0 0 5px;
        }
    }
}*/
.search-result__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-shadow: 0 0.71429rem 2.85714rem 0 rgba(47, 47, 47, 0.1);
  box-shadow: 0 0.71429rem 2.85714rem 0 rgba(47, 47, 47, 0.1);
  margin: 0 0 2.14286rem;
  padding: 20px;
  /*@include oldphone {
        flex-basis: 100%;
        }
        @include phone {
        flex-basis: 49%;
        }
        @include laptop {
        flex-basis: 32%;
        }
        @include desctop {
        flex-basis: 24%;
        }*/ }
  @media (min-width: 320px) {
    .search-result__item-img {
      width: 100%;
      height: 160px;
      margin: 0 0 20px; } }
  @media (min-width: 480px) {
    .search-result__item-img {
      width: 120px;
      margin: 0 20px 0 0; } }
  @media (min-width: 320px) {
    .search-result__item-img img {
      max-height: 100%;
      margin: 0 auto; } }
  @media (min-width: 480px) {
    .search-result__item-img img {
      max-height: auto;
      margin: 0; } }
  .search-result__item-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (min-width: 320px) {
      .search-result__item-desc {
        width: 100%; } }
    @media (min-width: 480px) {
      .search-result__item-desc {
        width: calc(100% - 140px); } }
  .search-result__item-anons {
    padding: 0 20px; }
    @media (min-width: 320px) {
      .search-result__item-anons {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0; } }
    @media (min-width: 480px) {
      .search-result__item-anons {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0 0 0 20px; } }
    @media (min-width: 992px) {
      .search-result__item-anons {
        -ms-flex-preferred-size: 69%;
        flex-basis: 69%; } }

  .search-result__item-offer {
    padding: 0 20px; }
    @media (min-width: 320px) {
      .search-result__item-offer {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0;
        margin: 15px 0 0; } }
    @media (min-width: 480px) {
      .search-result__item-offer {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0 0 0 20px; } }
    @media (min-width: 992px) {
      .search-result__item-offer {
        -ms-flex-preferred-size: 29%;
        flex-basis: 29%; } }

.search-result__item-offer a {
  color: #000;
  }



  .search-result__item-property {
    margin: 15px 0 0; }
  .search-result__item-title {
    font-family: 'futura_pt_demi';
    color: #1b969e;
    margin: 0 0 15px; }
  .search-result__item-class div,
  .search-result__item-class span {
    display: inline-block; }
  .search-result__item-class div {
    font-family: 'futura_pt_demi'; }
  .search-result__item-cost {
    background: #efc20f;
    padding: 20px;
    margin: 0 0 15px;
    text-align: center; }
    @media (min-width: 320px) {
      .search-result__item-cost {
        display: block; } }
    @media (min-width: 480px) {
      .search-result__item-cost {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        display: inline-block; } }
    .search-result__item-cost span {
      margin: 0 5px;
      font-family: 'futura_pt_demi';
      font-size: 1.28571rem; }

.search-word,
.search-result-number {
  font-family: 'futura_pt_book_oblique';
  border-bottom: 1px dashed;
  color: #1b969e; }

.offer-list li {
  width: 100%; }

.offer-list span {
  margin: 0 5px;
  font-family: 'futura_pt_demi'; }

.offer-list a {
  border-bottom: 1px dashed; }

.all-offer-link {
  margin: 15px 0 0;
  border-bottom: 1px dashed;
  display: inline-block;
  cursor: pointer;
  color: #1b969e; }

.hidden {
  display: none; }

.tag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: -webkit-gradient(linear, left top, right top, from(#75c4f4), to(#74aaf4)) repeat scroll 0% 0%;
  background: -webkit-linear-gradient(left, #75c4f4 0%, #74aaf4 100%) repeat scroll 0% 0%;
  background: -o-linear-gradient(left, #75c4f4 0%, #74aaf4 100%) repeat scroll 0% 0%;
  background: linear-gradient(to right, #75c4f4 0%, #74aaf4 100%) repeat scroll 0% 0%;
  -webkit-box-shadow: 0 0.71429rem 2.85714rem 0 rgba(47, 47, 47, 0.1);
  box-shadow: 0 0.71429rem 2.85714rem 0 rgba(47, 47, 47, 0.1);
  padding: 1.42857rem; }

.tag__item {
  margin: 10px; }
  .tag__item-link {
    color: #fff;
    border-bottom: 1px dashed; }
    .tag__item-link--nch {
      font-size: 1.14286rem; }
    .tag__item-link--sch {
      font-size: 1.42857rem;
      color: palevioletred; }
    .tag__item-link--vch {
      font-size: 1.71429rem;
      color: purple; }

.alphabet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#75c4f4), to(#74aaf4)) repeat scroll 0% 0%;
  background: -webkit-linear-gradient(left, #75c4f4 0%, #74aaf4 100%) repeat scroll 0% 0%;
  background: -o-linear-gradient(left, #75c4f4 0%, #74aaf4 100%) repeat scroll 0% 0%;
  background: linear-gradient(to right, #75c4f4 0%, #74aaf4 100%) repeat scroll 0% 0%;
  -webkit-box-shadow: 0 0.71429rem 2.85714rem 0 rgba(47, 47, 47, 0.1);
  box-shadow: 0 0.71429rem 2.85714rem 0 rgba(47, 47, 47, 0.1);
  padding: 1.42857rem;
  margin: 0 0 60px; }
  .alphabet li {
    background: #ccdddf;
    width: 40px;
    height: 40px;
    margin: 10px;
    -webkit-transition: .25s ease-in;
    -o-transition: .25s ease-in;
    transition: .25s ease-in; }
    .alphabet li:hover {
      background: #efc20f; }
    .alphabet li a {
      display: block;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      color: #000; }

.full-alphabet__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0.71429rem 2.85714rem 0 rgba(47, 47, 47, 0.1);
  box-shadow: 0 0.71429rem 2.85714rem 0 rgba(47, 47, 47, 0.1);
  padding: 1.42857rem; }
  .full-alphabet__item:not(:last-child) {
    margin: 0 0 1.42857rem; }
  .full-alphabet__item-value {
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 1.57143rem; }
    .full-alphabet__item-value--yellow {
      background: #efc20f; }
    .full-alphabet__item-value--orange {
      background: #FF5722; }
    .full-alphabet__item-value--green {
      background: #4CAF50; }
    .full-alphabet__item-value--purple {
      background: #673AB7; }
    .full-alphabet__item-value--blue {
      background: #74aaf4; }


.full-alphabet-button {
  border: 0px; // 123
  background: none;
  text-decoration: underline;
  cursor: pointer; }


.full-alphabet-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: calc(100% - 80px); }
  .full-alphabet-list li {
    position: relative;
    margin: 10px; }
    .full-alphabet-list li a {
      border-bottom: 1px dashed; }

.full-alphabet-sublist {
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden; }

.modal-alphabet {
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  @media (min-width: 768px) {
    .modal-alphabet {
      height: 100%; } }
  .modal-alphabet__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 8040;
    background: #efc20f; }
    .modal-alphabet__close:hover:before, .modal-alphabet__close:hover:after {
      border-top: 3px solid #878787; }
    .modal-alphabet__close:before {
      position: absolute;
      content: "";
      border-top: 3px solid #000;
      width: 26px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 24px;
      left: 12px;
      -webkit-transition: .25s ease-in;
      -o-transition: .25s ease-in;
      transition: .25s ease-in; }
    .modal-alphabet__close:after {
      position: absolute;
      content: "";
      border-top: 3px solid #000;
      width: 26px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 24px;
      right: 12px;
      -webkit-transition: .25s ease-in;
      -o-transition: .25s ease-in;
      transition: .25s ease-in; }
  .modal-alphabet__container {
    height: auto;
    background: #fff;
    margin: 0 auto;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
    @media (min-width: 320px) {
      .modal-alphabet__container {
        width: 95%; } }
    @media (min-width: 768px) {
      .modal-alphabet__container {
        width: 700px; } }
  .modal-alphabet__wrapper {
    position: relative;
    padding: 1.42857rem; }
  .modal-alphabet__title {
    font-family: 'futura_pt_demi';
    font-size: 1.42857rem;
    text-align: center;
    padding: 0 30px; }
  .modal-alphabet__value {
    background: #efc20f;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 1.57143rem;
    margin: 1.42857rem 0; }
  .modal-alphabet-authors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .modal-alphabet-authors li {
      -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
      margin: 0 0 10px; }
      @media (min-width: 320px) {
        .modal-alphabet-authors li {
          -ms-flex-preferred-size: 49%;
          flex-basis: 49%; } }
      @media (min-width: 480px) {
        .modal-alphabet-authors li {
          -ms-flex-preferred-size: 32%;
          flex-basis: 32%; } }
      @media (min-width: 768px) {
        .modal-alphabet-authors li {
          -ms-flex-preferred-size: 23%;
          flex-basis: 23%; } }
      .modal-alphabet-authors li a {
        border-bottom: 1px dashed; }

.partners__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-shadow: 0 0.71429rem 2.85714rem 0 rgba(47, 47, 47, 0.1);
  box-shadow: 0 0.71429rem 2.85714rem 0 rgba(47, 47, 47, 0.1);
  margin: 0 0 0.1rem;
  padding: 10px; }
  .partners__item-title {
    font-family: 'futura_pt_demi'; }
    .partners__item-title a {
      border-bottom: 1px dashed; }
  .partners__item-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 10px 0; }
    .partners__item-tag span {
      font-size: 0.85714rem;
      border-radius: 20px;
      border: 1px solid #efc20f;
      padding: 5px 10px; }
      .partners__item-tag span:not(:last-child) {
        margin: 0 7px 0 0; }
  .partners__item p {
    margin: 0; }

.filter-nav {
  margin: 0 0 20px; }
  .filter-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .filter-nav__list li {
      margin: 0 10px 10px 0; }

      .filter-nav__list li a {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: transparent;
        color: #1b969e;
        border: 1px solid #1b969e;
        padding: 0.42857rem 1.14286rem;
        border-radius: 40px;
        font-family: 'futura_pt_demi';
        font-size: 1rem;
        -webkit-transition: .25s ease-in;
        -o-transition: .25s ease-in;
        transition: .25s ease-in;
        overflow: hidden; }

        .filter-nav__list li a:hover {
          background: #1b969e;
          color: #fff;
          border: 1px solid transparent; }

      .filter-nav__list li span {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #efc20f;
        color: #000;
        border: 1px solid #efc20f;
        padding: 0.42857rem 1.14286rem;
        border-radius: 40px;
        font-family: 'futura_pt_demi';
        font-size: 1rem;
        -webkit-transition: .25s ease-in;
        -o-transition: .25s ease-in;
        transition: .25s ease-in;
        overflow: hidden; }


.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 2.14286rem 0 0; }
  .footer-top {
    background: #1b969e;
    padding: 20px 0; }
  .footer-center {
    background: #ccdddf;
    padding: 20px 0; }
  .footer-bottom {
    padding: 0 0 20px;
    background: #ccdddf; }
  .footer-nav__list li {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 1rem;
    font-family: 'futura_pt_demi'; }
  @media (min-width: 320px) {
    .footer-nav__item {
      line-height: 36px; } }
  @media (min-width: 768px) {
    .footer-nav__item {
      line-height: 1.42; } }
  .footer-nav__item-title {
    text-align: center; }
    .footer-nav__item-title a {
      color: #1b969e;
      text-transform: uppercase;
      font-size: 1rem;
      border-bottom: 1px dashed; }
      .footer-nav__item-title a:hover {
        color: #000; }
      .footer-nav__item-title a + a {
        margin-left: 10px; }

.social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .social-icon__item {
    -webkit-transition: .25s ease-in;
    -o-transition: .25s ease-in;
    transition: .25s ease-in; }
    .social-icon__item:hover {
      -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
      transform: translateY(-6px); }
    .social-icon__item:not(:last-child) {
      margin: 0 0.71429rem 0 0; }
    .social-icon__item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 2.42857rem;
      height: 2.42857rem; }

/*# sourceMappingURL=main.css.map */


/*SOCIAL SHARE BTN*/
.socialshare {clear:both;} 
.socialshare a{text-decoration:none; color:#FFF; width:34px; height:36px; display:inline-block; text-indent:-9999px; }
.socialshare a.ang_vk{background:url(i/sharesocial.png) 0px 0px;}
.socialshare a.ang_tw{background:url(i/sharesocial.png) 0px  -36px;}
.socialshare a.ang_fb{background:url(i/sharesocial.png) 0px  -72px;}
.socialshare a.ang_ok{background:url(i/sharesocial.png) 0px -108px;}
.socialshare a.ang_mm{background:url(i/sharesocial.png) 0px -144px;}
.socialshare a.ang_gp{background:url(i/sharesocial.png) 0px -180px;}
.socialshare a.ang_lj{background:url(i/sharesocial.png) 0px -216px;}

.socialshare a.ang_vk:hover{background:url(i/sharesocial.png) 36px 0px;}
.socialshare a.ang_tw:hover{background:url(i/sharesocial.png) 36px  -36px;}
.socialshare a.ang_fb:hover{background:url(i/sharesocial.png) 36px  -72px;}
.socialshare a.ang_ok:hover{background:url(i/sharesocial.png) 36px -108px;}
.socialshare a.ang_mm:hover{background:url(i/sharesocial.png) 36px -144px;}
.socialshare a.ang_gp:hover{background:url(i/sharesocial.png) 36px -180px;}
.socialshare a.ang_lj:hover{background:url(i/sharesocial.png) 36px -216px;}
