/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 
 
 
 ._slider__arrow{
 z-index:10;
 }

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
@charset "UTF-8";
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

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

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

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

.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,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }

  .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,
.col-sm-offset-0,
.col-sm-offset-1,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4,
.col-sm-offset-5,
.col-sm-offset-6,
.col-sm-offset-7,
.col-sm-offset-8,
.col-sm-offset-9,
.col-sm-offset-10,
.col-sm-offset-11,
.col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }

  .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,
.col-md-offset-0,
.col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 76rem;
  }

  .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,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@font-face {
  font-family: "Roboto Slab";
  font-weight: bold;
  src: url("ROBOTOSLAB-BOLD_0.69780cc1.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: italic;
  font-weight: lighter;
  src: url("ROBOTOSLAB-LIGHT_0.e8b534ed.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Slab";
  font-weight: normal;
  src: url("ROBOTOSLAB-REGULAR_0.86192076.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Slab";
  font-weight: 100;
  src: url("ROBOTOSLAB-THIN_0.48c79add.ttf") format("truetype");
}
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: bold;
  src: url("UBUNTU-BOLDITALIC.3e3b5346.ttf") format("truetype");
}
@font-face {
  font-family: "Ubuntu";
  font-weight: bold;
  src: url("UBUNTU-BOLD.25eaf421.ttf") format("truetype");
}
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: bold;
  src: url("UBUNTU-ITALIC.d3f5e8cb.ttf") format("truetype");
}
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: lighter;
  src: url("UBUNTU-LIGHTITALIC.15d838fc.ttf") format("truetype");
}
@font-face {
  font-family: "Ubuntu";
  font-weight: lighter;
  src: url("UBUNTU-LIGHT.4dfaa359.ttf") format("truetype");
}
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 300;
  src: url("UBUNTU-MEDIUMITALIC.32edea3a.ttf") format("truetype");
}
@font-face {
  font-family: "Ubuntu";
  font-weight: 300;
  src: url("UBUNTU-MEDIUM.7f66dedc.ttf") format("truetype");
}
@font-face {
  font-family: "Ubuntu";
  font-weight: normal;
  src: url("UBUNTU-REGULAR.ef9fce3c.ttf") format("truetype");
}
@font-face {
  font-family: "Times New Roman PS - Bold MT";
  font-weight: normal;
  src: url("TimesNewRomanPS-BoldMT.133ad9ad.ttf") format("truetype");
}
@font-face {
  font-family: "PT Rouble Serif";
  font-weight: normal;
  src: url("RUBSR.2819b5ca.ttf") format("truetype");
}
@font-face {
  font-family: "Elegant Icons";
  font-weight: normal;
  src: url("ElegantIcons.a288779d.ttf") format("truetype");
}
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto Slab";
  font-weight: normal;
}

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.row--bt {
  border-top: 1px solid #d7d7d7;
}

.dynamic-input-div::-webkit-scrollbar {
  display: none;
}

body {
  scrollbar-width: none;
}

._page ::-webkit-scrollbar {
  width: 0px;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
}

html {
  overflow: -moz-scrollbars-none;
}

._slider {
  margin-bottom: 50px;
  display: flex !important;
  align-items: center;
  position: relative;
}
._slider__arrow {
  width: 42px;
  height: 42px;
  border-radius: 100px;
  display: block;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url("arrow.24fe2cf9.png");
  background-color: #a2a5ac;
}
._slider__arrow:hover, ._slider__arrow:active {
  background-color: #e74011;
}
._slider__arrow--next {
  transform: rotate(90deg);
  right: 0;
  margin-right: 10px;
}
@media (min-width: 1224px) {
  ._slider__arrow--next {
    margin-right: -40px;
  }
}
._slider__arrow--prev {
  transform: rotate(-90deg);
  left: 0;
  margin-left: 10px;
}
@media (min-width: 1224px) {
  ._slider__arrow--prev {
    margin-left: -40px;
  }
}
._slider__slide-card {
  display: flex !important;
  flex-direction: column;
  text-align: center;
  padding: 10px;
  align-items: center;
  text-decoration: none;
}
._slider__slide-card:hover img._slider__slide-image--hover-dn {
  display: none !important;
}
._slider__slide-card:hover img._slider__slide-image--hover {
  display: flex !important;
}
._slider__slide-image-container {
  height: 118px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
}
@media (min-width: 1024px) {
  ._slider__slide-image-container {
    margin-bottom: 26px;
  }
}
._slider__slide-image {
  max-width: 200px;
}
@media (min-width: 769px) {
  ._slider__slide-image {
    max-width: 250px;
    max-width: 250px;
  }
}
._slider__slide-image--hover-dn {
  display: flex !important;
}
._slider__slide-image--hover {
  display: none !important;
}
._slider__slide-title {
  color: #232323;
  font-family: "Roboto Slab";
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  text-align: center;
}

._navigation-desktop {
  top: 0;
  line-height: 70px;
  vertical-align: middle;
  background-color: white;
}
@media (min-width: 1224px) {
  ._navigation-desktop {
    position: fixed;
    width: 100%;
    min-height: 56px;
    top: 0;
    z-index: 20;
  }
}
._navigation-desktop__items {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1170px;
  position: relative;
}
._navigation-desktop__items::after {
  position: absolute;
  height: 1px;
  bottom: 0;
  margin-bottom: 1px;
  background: #d7d7d7;
  width: 100%;
  content: "";
  z-index: 30;
}
._navigation-desktop__item {
  z-index: 40;
  border-bottom: 1px solid transparent;
  height: 56px;
  line-height: 56px;
  vertical-align: middle;
  text-align: center;
  color: #232323;
  font-family: "Roboto Slab";
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 3px;
  cursor: pointer;
  transition: 0.25s;
}
._navigation-desktop__item:hover {
  border-bottom: 3px solid #e74011;
  color: #e74011;
}
._navigation-desktop__item.active {
  border-bottom: 3px solid #e74011;
  color: #e74011;
}
._achievement {
  width: 365px;
  transform: scale(0.8);
  scale: 0.8;
}
@media (min-width: 769px) {
  ._achievement {
    transform: scale(1);
    scale: 1;
  }
}
._achievement__title-container {
  position: relative;
}
._achievement__title {
  color: #232323;
  font-family: "Roboto Slab";
  font-size: 48px;
  font-weight: bold;
  line-height: 69.26px;
  text-transform: uppercase;
  letter-spacing: -1.05px;
}
._achievement__title--orange {
  color: #e74011;
}
._achievement__title-rub {
  position: absolute;
  color: #232323;
  font-family: "PT Rouble Serif";
  font-size: 55px;
  margin-left: 8px;
  bottom: 25px;
  font-weight: 400;
  line-height: 30.62px;
  text-transform: uppercase;
  letter-spacing: -7.2px;
}
._achievement__title-rub--orange {
  color: #e14426;
}
._achievement__top {
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
._achievement__text-line {
  position: relative;
}
._achievement__text-line :before {
  width: 123px;
  height: 103px;
  content: " ";
  display: block;
  position: absolute;
  margin-top: -42px;
  background-image: url("dquotes.78f5850f.png");
}
._achievement__text {
  text-align: center;
  color: #273131;
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.65px;
}

._crew-member {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 291px;
  margin: 20px 49px;
}
._crew-member__photo {
  display: block;
  margin-bottom: 14px;
}
._crew-member__lastname {
  opacity: 0.9;
  color: #272218;
  font-family: "Roboto Slab";
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
  /* Text style for "ПИЧУГИН" */
  font-size: 24px;
  text-transform: uppercase;
}
._crew-member__firstname {
  opacity: 0.9;
  color: #272218;
  font-family: "Roboto Slab";
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
  /* Text style for "ПИЧУГИН" */
  margin-bottom: 14px;
}
._crew-member__occupation {
  opacity: 0.9;
  color: #e74011;
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

._header {
  display: flex;
  flex-wrap: wrap;
  max-width: 1170px;
  margin: 0 auto;
  justify-content: center;
  border-bottom: 1px solid #d7d7d7;
  min-height: 303px;
}
@media (min-width: 769px) {
  ._header {
    padding: 20px 0;
  }
}
@media (min-width: 1024px) {
  ._header {
    flex-wrap: nowrap;
  }
}
._header__logo-section {
  flex-basis: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  ._header__logo-section {
    flex-basis: 50%;
  }
}
@media (min-width: 1024px) {
  ._header__logo-section {
    padding: 25px 50px;
  }
}
._header__contacts-section {
  flex-wrap: wrap;
  flex-basis: 100%;
  display: flex;
  transform: scale(0.77);
  scale: 0.77;
  justify-content: center;
}
@media (min-width: 374px) {
  ._header__contacts-section {
    transform: scale(0.89);
    scale: 0.89;
  }
}
@media (min-width: 769px) {
  ._header__contacts-section {
    margin-right: 0;
    flex-basis: 50%;
    margin-left: 0;
    margin-left: 30px;
    transform: scale(1);
    scale: 1;
  }
}
._header__micro-info-line {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 769px) {
  ._header__micro-info-line {
    align-items: flex-start;
  }
}
@media (min-width: 769px) {
  ._header__micro-info-line--mb {
    margin-bottom: 55px;
  }
}
._header__social {
  flex-wrap: wrap;
  flex-basis: 100%;
  display: flex;
  justify-content: flex-start;
}
._footer {
  position: relative;
  padding: 115px 0;
  background-image: url("footer-bg-image.054fb531.png");
  background-position: center;
  background-size: cover;
}
._footer__bg {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #373737;
  opacity: 0.7;
}
._footer__micro-info-line {
  z-index: 2;
  max-width: 1141px;
  flex-wrap: wrap;
  display: flex;
  margin: 0 auto;
}
._footer__social {
  flex-wrap: wrap;
  flex-basis: 100%;
  display: flex;
  justify-content: flex-start;
  background-image: url("4bg.02c62441.png");
  background-position: center;
  background-size: cover;
  padding: 12px;
}
._footer__dirt-bg {
  padding: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
._footer__dirt-bg--1 {
  background-image: url("1bg.bfda9832.png");
}
._footer__dirt-bg--2 {
  background-image: url("2bg.5bcb0a68.png");
}
._footer__dirt-bg--3 {
  background-image: url("3bg.a0674dc6.png");
}

._legal-practice {
  width: 390px;
  height: 390px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
._legal-practice:hover ._legal-practice__short {
  opacity: 0;
}
._legal-practice:hover ._legal-practice__detail {
  margin-top: 0;
  opacity: 1;
}
._legal-practice__short {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  z-index: 1;
  transition: 0.8s;
  opacity: 1;
}
._legal-practice__detail {
  margin-top: -390px;
  opacity: 0;
  width: 390px;
  height: 390px;
  margin-right: -30px;
  z-index: 10;
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  transition: 0.8s;
  overflow-y: scroll;
}
._legal-practice--1 {
  background-color: #f2f2f2;
}
._legal-practice--2 {
  background-color: #e5e5e5;
}
._legal-practice--3 {
  background-color: #dbdbdb;
}
._legal-practice--4 {
  background-color: #d4d4d4;
}
._legal-practice--5 {
  background-color: #f2f2f2;
}
._legal-practice--6 {
  background-color: #e3e3e3;
}
._legal-practice--7 {
  background-color: #e5e5e5;
}
._legal-practice--8 {
  background-color: #d6d6d6;
}
._legal-practice__title-container {
  height: 80px;
  margin-top: 15px;
  display: flex;
  align-items: center;
}
._legal-practice__title {
  color: #232323;
  font-family: "Roboto Slab";
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  /* Text style for "Судебно-ар" */
  letter-spacing: 0.12px;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  ._legal-practice__title {
    font-size: 24px;
    padding: 0;
  }
}
._legal-practice__title--red {
  color: #e74011;
}
._legal-practice__title--mt {
  margin-top: 33px;
}
._legal-practice__image-container {
  height: 180px;
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
._legal-practice__image-container--1bg {
  background-image: url("1bg.5ca1e4d9.png");
}
._legal-practice__image-container--2bg {
  background-image: url("2bg.640d94ad.png");
}
._legal-practice__image-container--nbg {
  background-image: url("nbg.d2191eb3.png");
}
._legal-practice__image-container--3bg {
  background-image: url("3bg.4d194dca.png");
}
._legal-practice__image-container--4bg {
  background-image: url("4bg.6d69a7d2.png");
}
._legal-practice__image-container--5bg {
  background-image: url("5bg.ee2a6175.png");
}
._legal-practice__image-container--6bg {
  background-image: url("6bg.96b551c3.png");
}
._legal-practice__image-container--7bg {
  background-image: url("7bg.2d8771fd.png");
}
._legal-practice__text {
  color: #232323;
  font-family: Ubuntu;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.07px;
  line-height: 14px;
  letter-spacing: 0.07px;
  width: 260px;
  text-align: left;
}
@media (min-width: 769px) {
  ._legal-practice__text {
    width: 300px;
    font-size: 13px;
    line-height: 16px;
  }
}
._legal-practice__textline {
  margin-bottom: 6px;
  position: relative;
}
._legal-practice__textline:before {
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #e74011;
  left: 0;
  display: block;
  content: "";
  margin-top: 8px;
  margin-left: -22px;
}

._micro-info-block {
  display: flex;
  padding: 18px 20px;
  z-index: 5;
  align-items: center;
  height: 103px;
}
@media (min-width: 769px) {
  ._micro-info-block {
    width: 319px;
  }
}
@media (min-width: 769px) {
  ._micro-info-block {
    border-left: 1px solid #bdbdbd;
  }
}
@media (min-width: 1024px) {
  ._micro-info-block {
    padding: 36px 40px;
  }
}
._micro-info-block--short {
  width: 245px;
}
@media (min-width: 1024px) {
  ._micro-info-block--short {
    width: 265px;
  }
}
._micro-info-block--w310 {
  width: 310px;
}
._micro-info-block--w290 {
  width: 290px;
}
._micro-info-block--w250 {
  width: 250px;
}
._micro-info-block--pr-20 {
  padding-right: 20px;
}
._micro-info-block--custom-padding {
  padding: 24px 28px;
}
._micro-info-block__image--mr-20 {
  margin-right: 20px;
}
._micro-info-block__social {
  display: flex;
}
._micro-info-block__text-line {
  font-size: 12px;
}
._micro-info-block__text-line--mb-more {
  margin-bottom: 10px;
}
._micro-info-block__text-line--bold {
  font-weight: bold;
}
._micro-info-block__text-line--orange {
  color: #e74011;
}
._micro-info-block__text-line--white {
  color: white;
}
._micro-info-block__text-line--bigger {
  font-size: 14px;
}

._page {
  max-width: 1170px;
  margin: 0 auto;
}
._page--komanda {
  background-image: url("background-people.jpg");
  background-position: center;
  background-size: cover;
  max-width: 1672px;
}
._page__aside {
  width: 100%;
}
@media (min-width: 1024px) {
  ._page__aside {
    max-width: 585px;
  }
}
._page__some-image-container {
  display: none;
  align-items: flex-end;
  height: 100%;
}
@media (min-width: 769px) {
  ._page__some-image-container {
    display: flex;
  }
}
._page--banner {
  min-height: 140px;
  background-position: 10px center;
  width: 100%;
  background-image: url("banner.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  transition: opacity 2.8s;
  opacity: 0;
}
@media (min-width: 769px) {
  ._page--banner {
    min-height: 260px;
  }
}
@media (min-width: 1024px) {
  ._page--banner {
    min-height: 350px;
  }
}
@media (min-width: 1112px) {
  ._page--banner {
    min-height: 400px;
  }
}
@media (min-width: 1224px) {
  ._page--banner {
    min-height: 440px;
  }
}
._page--wider {
  max-width: 1200px;
}
._page--extra-wide {
  max-width: 5000px;
}
@media (min-width: 1024px) {
  ._page--o-kontore {
    margin-top: -10px;
  }
}
@media (min-width: 1224px) {
  ._page--o-kontore {
    margin-top: -26px;
  }
}
._page__title {
  color: #e74011;
  font-size: 36px;
  font-weight: 700;
  font-family: "Roboto Slab";
  text-transform: uppercase;
  letter-spacing: 0.18px;
  text-align: center;
  padding-bottom: 34px;
  margin-top: 71px;
}
._page__text {
  font-family: Ubuntu;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.45px;
  color: #535b5b;
}
._page__text--pb {
  padding-bottom: 20px;
}
._page__crew-members-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
._page__legal-practices {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 128px;
}
._page__achievements {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
._page__trust {
  max-width: 1170px;
}

._slider {
  margin-bottom: 50px;
  display: flex !important;
  align-items: center;
  position: relative;
}
._slider__arrow {
  width: 42px;
  height: 42px;
  border-radius: 100px;
  display: block;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url("arrow.24fe2cf9.png");
  background-color: #a2a5ac;
}
._slider__arrow:hover, ._slider__arrow:active {
  background-color: #e74011;
}
._slider__arrow--next {
  transform: rotate(90deg);
  right: 0;
  margin-right: 10px;
}
@media (min-width: 1224px) {
  ._slider__arrow--next {
    margin-right: -40px;
  }
}
._slider__arrow--prev {
  transform: rotate(-90deg);
  left: 0;
  margin-left: 10px;
}
@media (min-width: 1224px) {
  ._slider__arrow--prev {
    margin-left: -40px;
  }
}
._slider__slide-card {
  display: flex !important;
  flex-direction: column;
  text-align: center;
  padding: 10px;
  align-items: center;
  text-decoration: none;
}
._slider__slide-card:hover img._slider__slide-image--hover-dn {
  display: none !important;
}
._slider__slide-card:hover img._slider__slide-image--hover {
  display: flex !important;
}
._slider__slide-image-container {
  height: 118px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
}
@media (min-width: 1024px) {
  ._slider__slide-image-container {
    margin-bottom: 26px;
  }
}
._slider__slide-image {
  max-width: 200px;
}
@media (min-width: 769px) {
  ._slider__slide-image {
    max-width: 250px;
    max-width: 250px;
  }
}
._slider__slide-image--hover-dn {
  display: flex !important;
}
._slider__slide-image--hover {
  display: none !important;
}
._slider__slide-title {
  color: #232323;
  font-family: "Roboto Slab";
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  text-align: center;
}

._slogan {
  position: relative;
  max-width: 470px;
  margin: 100px 20px;
  transform: scale(0.7);
  margin-left: -30px;
}
@media (min-width: 769px) {
  ._slogan {
    transform: scale(1);
  }
}
._slogan:before {
  content: "“";
  position: absolute;
  width: 62px;
  height: 48px;
  font-family: "Times New Roman PS - Bold MT";
  font-size: 144px;
  font-weight: 400;
  color: #e74011;
  letter-spacing: 0.08px;
  display: block;
  right: 0;
  margin-top: -65px;
  top: 0;
}
._slogan:after {
  position: absolute;
  left: 0;
  content: "“";
  /* Style for "“" */
  width: 62px;
  height: 48px;
  color: #e74011;
  font-family: "Times New Roman PS - Bold MT";
  font-size: 144px;
  font-weight: 400;
  /* Text style for "“" */
  letter-spacing: 0.08px;
  transform: rotate(180deg);
  display: block;
  margin-bottom: -80px;
  bottom: 0;
}
._slogan__line-1 {
  opacity: 0.4;
  color: #232323;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.17px;
  line-height: 36px;
  font-family: "Roboto Slab";
}
._slogan__line-2 {
  opacity: 0.4;
  color: #232323;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 36px;
  font-family: "Roboto Slab";
  padding-left: 70px;
}
._slogan__line-3 {
  opacity: 0.4;
  color: #232323;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.13px;
  line-height: 30px;
  font-family: "Roboto Slab";
  padding-left: 100px;
  font-size: 24px;
}
._slogan__line-4 {
  opacity: 0.4;
  color: #232323;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.26px;
  line-height: 48px;
  font-family: "Roboto Slab";
  padding-left: 155px;
}

._social-icon {
  width: 42px;
  height: 42px;
  background-position: center;
  background-repeat: no-repeat;
}
._social-icon--margin-2-right-left {
  margin: 0 2px;
}
._social-icon:hover {
  background-color: #e74011;
  border-radius: 100px;
}
._social-icon--facebook-black {
  background-image: url("facebook-black.9675e680.png");
}
._social-icon--facebook-black:hover {
  background-image: url("facebook-white.8b0e7efa.png");
}
._social-icon--vk-black {
  background-image: url("vk-black.dc1ee666.png");
}
._social-icon--vk-black:hover {
  background-image: url("vk-white.bb774ff3.png");
}
._social-icon--instagram-black {
  background-image: url("instagram-black.d00c09b4.png");
}
._social-icon--instagram-black:hover {
  background-image: url("instagram-white.5946a2cd.png");
}
._social-icon--youtube-black {
  background-image: url("youtube-black.1219e91f.png");
}
._social-icon--youtube-black:hover {
  background-image: url("youtube-white.9f32587f.png");
}
._social-icon--facebook-white {
  background-image: url("facebook-white.8b0e7efa.png");
}
._social-icon--vk-white {
  background-image: url("vk-white.bb774ff3.png");
}
._social-icon--instagram-white {
  background-image: url("instagram-white.5946a2cd.png");
}
._social-icon--youtube-white {
  background-image: url("youtube-white.9f32587f.png");
}

._brand-note {
  max-width: 520px;
  display: block;
  margin: 0 auto;
}
._brand-note__delimiter {
  width: 30px;
  height: 1px;
  background: #e74113;
  margin: 0 auto;
}
._brand-note__text {
  margin-top: 20px;
  color: #e74011;
  font-family: Ubuntu;
  font-size: 14px;
  font-style: italic;
  line-height: 20.65px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 124px;
}

._row {
  display: flex;
}
._row__col-6 {
  flex-basis: 50%;
}
._row__col-12 {
  flex-basis: 100%;
  width: 100%;
}
