/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
@import url(
  https://fonts.googleapis.com/css?family=Open + Sans:300,
  400,
  600,
  700,
  800&subset=cyrillic
);
@import url(
  https://fonts.googleapis.com/css?family=Montserrat:300,
  300i,
  400,
  500,
  600,
  700,
  800
);

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote,
figure {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
    'Courier New', monospace;
  font-size: 1em;
}

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

img,
svg {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.flex-fix {
  justify-content: center;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

.col-auto {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

.col-1,
.col-2,
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

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

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

.col-4,
.col-5,
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

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

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

.col-7,
.col-8,
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

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

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

.col-10,
.col-11,
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

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

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

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

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

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

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

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1,
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

  .col-sm-3,
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

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

  .col-sm-5,
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-sm-7,
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .col-sm-10,
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

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

  .col-sm-11,
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

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

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

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

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

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1,
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

  .col-md-3,
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

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

  .col-md-5,
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-md-7,
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .col-md-10,
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

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

  .col-md-11,
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

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

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

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

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

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1,
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

  .col-lg-3,
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

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

  .col-lg-5,
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-lg-7,
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .col-lg-10,
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

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

  .col-lg-11,
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

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

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

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

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

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1,
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

  .col-xl-3,
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

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

  .col-xl-5,
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-xl-7,
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .col-xl-10,
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

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

  .col-xl-11,
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

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

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

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

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

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-column,
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

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

.flex-column-reverse,
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

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

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

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

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

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

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

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

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

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-column,
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-column-reverse,
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

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

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

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

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

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

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

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

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

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

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

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-column,
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-column-reverse,
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

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

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

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

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

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

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

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

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

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

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

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-column,
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-column-reverse,
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

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

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

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

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

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

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

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

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

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

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

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-column,
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-column-reverse,
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

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

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

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

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

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.navbar {
  position: relative;
}

.header-title h1 {
  margin-top: 1rem;
}

.navbar,
.navbar > .container,
.navbar > .container-fluid {
  /*
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
*/
  display: block;
}
.header__menu {
  display: none;
  width: 40px;
  height: 26px;
  position: absolute;
  right: 20px;
  top: -10px;
  cursor: pointer;
  z-index: 20;
}
.header__menu span {
  position: absolute;
  right: 15px;
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 5px;
  background-color: #212121;
  transition: all 0.2s ease-in-out;
}
.header__menu span:nth-child(1) {
  top: 0;
}
.header__menu span:nth-child(2) {
  top: calc(50%);
}
.header__menu span:nth-child(3) {
  top: 100%;
}
body.isOpened .menu {
  opacity: 1;
  transform: translate(0);
}
body.isOpened .header__menu {
  position: fixed;
  right: 34px;
  top: 42px;
}
body.isOpened .header__burger:nth-child(1) {
  top: 50%;
  transform: rotateZ(-135deg);
}
body.isOpened .header__burger:nth-child(2) {
  top: 50%;
  transform: rotateZ(-135deg);
}
body.isOpened .header__burger:nth-child(3) {
  top: 50%;
  transform: rotateZ(135deg);
}
.menu {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background-color: #caeea7;
  z-index: 10;
  transition: all 0.2s ease-in-out;
  transform: translate(-150%);
  opacity: 0;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 80px 20px;
}
.menu li {
  text-align: center;
  padding: 1em 0;
}
.menu li a {
  color: #101d49;
  font-weight: 500;
  font-size: 1.6em;
  text-decoration: none;
  text-transform: uppercase;
}

body.isOpened .menu {
  opacity: 1;
  transform: translate(0);
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: '';
  background: no-repeat center center;
  background-size: 100% 100%;
}

.main-footer {
  padding: 20px;
  padding-top: 0;
}
.main-footer p {
  margin: 0;
  color: #000;
  text-align: center;
}

.main-footer__address {
  font-size: 18px;
}

.main-footer__link {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.main-footer__link:hover,
.main-footer__link:focus,
.main-footer__link:active {
  text-decoration: underline;
  color: #000;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm,
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }

  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md,
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }

  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg,
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }

  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl,
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }

  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand,
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler,
.slick-slide.slick-loading img {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after,
.dropleft .dropdown-toggle:empty::after,
.dropright .dropdown-toggle:empty::after,
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropright .dropdown-toggle::after,
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  content: '';
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
  vertical-align: 0;
}

.dropdown-menu[x-placement^='bottom'],
.dropdown-menu[x-placement^='left'],
.dropdown-menu[x-placement^='right'],
.dropdown-menu[x-placement^='top'] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show,
.slick-slide img {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.carousel,
.carousel-inner {
  position: relative;
}

.carousel-inner {
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.active.carousel-item-right,
.carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .active.carousel-item-right,
  .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.active.carousel-item-left,
.carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .active.carousel-item-left,
  .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev,
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  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: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::after,
.carousel-indicators li::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: '';
}

.carousel-indicators li::before {
  top: -10px;
}

.carousel-indicators li::after {
  bottom: -10px;
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.modal,
.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-content,
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-dialog-centered {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: '';
}

.modal-content {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

body,
h1 {
  font-family: 'Open Sans', sans-serif;
}

body {
  color: #fff;
  /*
    background: -webkit-gradient(linear, left top, right top, from(#f5e8ea), to(#f6d9df));
    background: linear-gradient(to right, #f5e8ea, #f6d9df);
*/
  background: url('../img/last-bg.png');
  background-size: cover;
  font-size: 16px;
}

h1,
h2,
h3 {
  font-weight: 800;
  color: #1b1b1b;
}

h1 {
  font-size: 48px;
}

h1,
h2,
h4 {
  text-transform: uppercase;
}

h2,
h3 {
  line-height: 39px;
  font-size: 33px;
  font-family: 'Montserrat', sans-serif;
}

h3 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
}

h4,
ul {
  margin: 0;
}

h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  color: #fff;
}

a,
a:hover {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
}

p {
  margin-bottom: 0;
}

.slick-list,
.slick-slider {
  position: relative;
  display: block;
}

.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  content: '';
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

footer {
  position: relative;
  /*
    background: -webkit-gradient(linear, left top, right top, from(#f4b7c3), color-stop(#ec9ea6), color-stop(#f2b99c), to(#f1c897));
    background: linear-gradient(to right, #f4b7c3, #ec9ea6, #f2b99c, #f1c897);
*/
  padding: 115px 0 25px;
}

footer h2 {
  text-align: center;
}

footer .copyright p span,
footer h2 span {
  font-weight: 300;
}

footer .banner {
  margin-top: 40px;
  margin-bottom: 40px;
}

footer .footer-form {
  margin-top: 35px;
  position: relative;
}

footer .footer-form input {
  border: 1px solid #aeaeae;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  color: #1b1b1b;
  padding: 16px 0 16px 20px;
  outline: 0;
  width: 100%;
}

footer .footer-form .red-btn {
  margin-top: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
}

footer .footer-form .btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .copyright p,
header .header-menu ul li {
  font-family: 'Open Sans', sans-serif;
  color: #1b1b1b;
}

footer .copyright p {
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
}

footer .slider {
  position: relative;
  margin-bottom: 90px;
  margin-top: 45px;
}

footer .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  border: 0;
  outline: 0;
  cursor: pointer;
  z-index: 1200;
}

footer .slick-next,
footer .slick-prev {
  width: 20px;
  height: 63px;
  background-size: contain;
}

footer .slick-prev {
  left: -20px;
  background: url(../img/slider-arrow-left.png) no-repeat center;
}

footer .slick-next {
  right: 10px;
  background: url(../img/slider-arrow-right.png) no-repeat center;
}

footer .slider-item {
  margin-right: 30px;
}

footer .slider-item img {
  width: 100%;
}

header {
  padding-top: 13px;
}

header .logo {
  text-align: center;
}

header .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .header-menu ul {
  list-style-type: none;
}

header .header-menu ul li {
  display: inline-block;
  background: url(../img/circle.png) no-repeat left center;
  background-size: 9px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 600;
  margin-left: 40px;
}

header .header-menu ul li:first-child {
  margin-left: 0;
  font-weight: 700;
}

header .menu-btn {
  border: 0;
  outline: 0;
  display: none;
}

.section-1 {
  background: url('../img/fon header.png') no-repeat center;
  background-size: cover;
  height: 844px;
  /*    overflow: hidden;*/
  position: relative;
  z-index: 1;
}

.section-1 .header-title {
  margin-top: 0px;
  margin-right: 40px;
}

.section-1 .header-title h1 {
  margin-bottom: 45px;
  position: relative;
  margin-left: 90px;
}

.section-1 .header-title h1 span {
  font-weight: bold;
  background: #caeea7;
  padding: 5px;
  border-radius: 5px;
  font-size: 40px;
}

.section-1 .header-title h1:before {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: -50px;
  background: url(../img/left-arrow.png) no-repeat;
  width: 121px;
  height: 128px;
}

.section-1 .header-title h1:after {
  content: '';
  display: block;
  position: absolute;
  top: 80%;
  right: 43px;
  background: url(../img/right-arrow.png) no-repeat;
  width: 88px;
  height: 96px;
}

.section-1 .header-title .header-title_list {
  list-style-type: none;
  padding-left: 0;
}

.section-1 .header-title .header-title_list .item {
  background: #fff;
  border-radius: 30px;
  margin-bottom: 13px;
  padding: 7px 27px 7px 10px;
  display: inline-block;
}

.section-1 .header-title .header-title_list .item p {
  background: url(../img/list.png) no-repeat center left;
  padding-left: 26px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #1b1b1b;
  font-size: 18px;
}

.section-1 .header-title .header-title_list .item:last-child {
  margin-bottom: 0;
}

.section-1 .header-img {
  text-align: left;
  margin-top: -20px;
}

.section-1 .banner {
  margin-top: 40px;
  padding: 0px 40px 30px;
  margin-right: 25px;
  background: url('../img/fon order price.png') no-repeat;
  background-size: cover;
}

.section-1 .banner .pink-main-block {
  position: relative;
}

.section-1 .banner .pink-block {
  position: absolute;
  top: -64px;
  bottom: -54px;
  background: #fff2f3;
  right: 15px;
  left: 15px;
  border-radius: 10px;
  padding: 25px 0;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-1 .banner .title p {
  line-height: 22px;
}

.section-1 .banner .old-price {
  margin-top: 12px;
}

.section-1 .banner .old-price p:last-child {
  margin-left: 140px;
  min-width: auto;
}

.section-1 .banner .new-price .new-price_text p:last-child {
  margin-right: 0;
  margin-left: 60px;
  min-width: auto;
  font-weight: 900;
  font-size: 34px;
}

.section-1 .banner .new-price .arrow {
  left: 86%;
}

.section-1 .banner .red-btn {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.banner {
  background: #fcfcfa;
  border-radius: 10px;
  padding: 24px 0;
  -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.2);
}

.banner .time p,
.banner .title p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #1b1b1b;
  text-transform: uppercase;
  text-align: center;
}

.banner .title p span {
  font-weight: 400;
  font-size: 18px;
}

.banner .times {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 20px;
}

.banner .time {
  background: url(../img/elips.png) no-repeat center;
  background-size: contain;
  width: 100px;
  padding: 20px 0;
}

.banner .time p {
  font-weight: 500;
  font-size: 16px;
  text-transform: none;
}

.banner .time p:first-child {
  font-size: 36px;
  line-height: 36px;
  color: #f74156;
  font-weight: 700;
}

.banner .time:nth-child(2) {
  -webkit-transform: rotate(126deg);
  transform: rotate(126deg);
}

.banner .time:nth-child(2) .time-text {
  -webkit-transform: rotate(-126deg);
  transform: rotate(-126deg);
}

.banner .time:last-child {
  -webkit-transform: rotate(-70deg);
  transform: rotate(-70deg);
}

.banner .time:last-child .time-text {
  -webkit-transform: rotate(70deg);
  transform: rotate(70deg);
}

.banner #timer2f3c04bf9684bc0ba46883b86395ffc2,
.banner #timer2f3c04bf9684bc0ba46883b86395ffc20,
.banner #timer2f3c04bf9684bc0ba46883b86395ffc200 {
  height: auto !important;
}

.banner .timer-element {
  background: url(../img/elips.png) no-repeat center;
  background-size: contain;
  width: 100px;
  padding: 24px 0;
}

.banner .timer-element span {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 36px;
  line-height: 36px !important;
  color: #f74156;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  display: block !important;
}

.banner .timer-element #timer-text-2f3c04bf9684bc0ba46883b86395ffc2-days,
.banner .timer-element #timer-text-2f3c04bf9684bc0ba46883b86395ffc2-hours,
.banner .timer-element #timer-text-2f3c04bf9684bc0ba46883b86395ffc2-minutes,
.banner .timer-element #timer-text-2f3c04bf9684bc0ba46883b86395ffc20-days,
.banner .timer-element #timer-text-2f3c04bf9684bc0ba46883b86395ffc20-hours,
.banner .timer-element #timer-text-2f3c04bf9684bc0ba46883b86395ffc20-minutes,
.banner .timer-element #timer-text-2f3c04bf9684bc0ba46883b86395ffc200-days,
.banner .timer-element #timer-text-2f3c04bf9684bc0ba46883b86395ffc200-hours,
.banner .timer-element #timer-text-2f3c04bf9684bc0ba46883b86395ffc200-minutes {
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #1b1b1b !important;
  line-height: 16px !important;
}

.banner .banner_info {
  padding: 0;
}

.banner .new-price,
.banner .old-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.banner .new-price p,
.banner .old-price p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 23px;
  color: #1b1b1b;
  text-transform: none;
  display: inline-block;
  min-width: 200px;
}
.banner .old-price p {
  color: #fff;
  padding-left: 10px;
}
.banner .new-price p {
  font-size: 25px;
  font-weight: 700;
}

.banner .old-price {
  margin-top: 23px;
}

.banner .old-price p:last-child {
  font-weight: 300;
  font-size: 40px;
  text-decoration: line-through;
  color: #fff;
  margin-left: 24px;
}

.banner .new-price {
  position: relative;
}

.banner .new-price .new-price_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  width: 100%;
  background-color: #caeea7;
  padding: 5px 10px;
  border-radius: 10px;
}

.banner .new-price .new-price_text p:last-child {
  font-size: 32px;
  padding: 0;
  border-radius: 5px;
}

.banner .new-price .arrow {
  background: url(../img/left-arrow-copy.png) no-repeat;
  width: 96px;
  height: 42px;
  position: absolute;
  top: -60px;
  left: 93%;
}

.banner .red-btn {
  background: #f74156;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 11px 30px;
  display: inline-block;
  border-radius: 50px;
  min-width: 340px;
  margin-top: 65px;
}

.section-2 {
  padding: 90px 0 70px;
  margin-top: -130px;
  position: relative;
  z-index: 0;
}

.banner .red-btn,
.section-2 .section-2_title,
.section-3 h2,
.section-4 h2 {
  text-align: center;
}

.section-2 .section-2_title h2 {
  margin-bottom: -5px;
}

.section-2 .section-2_title p {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #f74156;
  font-size: 28px;
  position: relative;
}

.section-2 .section-2_title p:after,
.section-2 .section-2_title p:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  background: url(../img/line.png) no-repeat;
  width: 60px;
  height: 3px;
}

.section-2 .section-2_title p:before {
  left: -90px;
}

.section-2 .section-2_title p:after {
  right: -90px;
}

.section-2 .section-2_item,
.section-2 .section-2_text {
  margin-top: 40px;
}

.section-2 .section-2_item .img-block {
  margin-bottom: 15px;
  text-align: center;
}

.section-2 .section-2_item .img-block img {
  border: 1px dashed #f76070;
  border-radius: 50%;
  padding: 2px;
}

.section-2 .section-2_item .description,
.section-3 .item .img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2 .section-2_item .description {
  background: #9a757d;
  text-align: center;
  border-radius: 5px;
  height: 68px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-2 .section-2_item .description p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
}

.section-2 .section-2_text p,
.section-3 .item p,
.section-4 .item .item_text p {
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #1b1b1b;
}

.section-3 {
  /*
    background: -webkit-gradient(linear, left top, right top, from(#f6e8ea), to(#f7dbe0));
    background: linear-gradient(to right, #f6e8ea, #f7dbe0);
*/
  padding: 70px 0 60px;
  position: relative;
  z-index: 0;
}

.section-3 h2 span,
.section-4 h2 span {
  font-weight: 300;
  background: #caeea7;
  padding: 5px;
  border-radius: 0 5px;
}

.section-3 .img-block {
  text-align: center;
  margin-top: 20px;
}

.section-3 .item,
.section-4 {
  position: relative;
}

.section-3 .item .img-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-3 .item .img-block img {
  margin-bottom: 20px;
}

.section-3 .item p,
.section-4 .item .item_text p {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}

.section-3 .item .item_arrow {
  position: absolute;
  top: 21%;
  right: -80px;
}

.section-3 .item .transform {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.section-3 .red-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.section-3 .red-text p {
  background: #f74156;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 6px 28px;
  border-radius: 7px;
}

.section-4 {
  background: url(../img/second-bg.png) no-repeat;
  background-size: cover;
  padding: 85px 0 104px;
  margin-bottom: -79px;
  z-index: 1;
}

.section-4 .item {
  position: relative;
  margin-top: 40px;
}

.section-4 .item .img-block {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 126px;
  margin-bottom: 40px;
}

.section-4 .item .item_text p {
  font-weight: 400;
  font-size: 17px;
}

.section-4 .item .item_text p:first-child {
  font-weight: 700;
  text-transform: uppercase;
}

.section-4 .white-block {
  background: #fff;
  border-radius: 15px;
  margin-top: 50px;
  padding: 15px;
}

.section-4 .white-block p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #1b1b1b;
  text-align: left;
  font-size: 15px;
}

.section-4 .white-block p:first-child {
  text-transform: uppercase;
}

.section-5 {
  /*
    background: -webkit-gradient(linear, left top, right top, from(#f2e1e4), to(#f3c2cc));
    background: linear-gradient(to right, #f2e1e4, #f3c2cc);
*/
  padding: 140px 0 60px;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
}

.section-5 h2 {
  margin-top: 60px;
  text-align: left;
}

.section-5 h2 span,
.section-6 h2 span {
  font-weight: 300;
}

.section-5 .section-5_img {
  text-align: center;
  margin-top: 50px;
}

.section-5 .section-5_img img {
  margin-bottom: 10px;
  border: 3px solid #fff;
  border-radius: 50%;
  max-width: 112px;
}

.section-5 .section-5_img p,
.section-5 .section-5_text-block p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #1b1b1b;
}

.section-5 .section-5_text-block {
  margin-top: 40px;
}

.section-5 .section-5_text-block p {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}

.section-5 .section-5_text-block p:first-child {
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
}

.section-5 .title-banner {
  margin-top: 20px;
}

.section-5 .banner {
  background: #fcf7f8;
  margin-top: 30px;
}

.title-banner p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
}

.section-6 {
  background: #fffef6;
  padding-top: 67px;
}

.section-6 .section-6_text-block {
  margin-top: 40px;
}

.section-6 h2 {
  text-align: left;
}

.section-6 .title {
  margin-bottom: 90px;
}

.section-6 .list li p,
.section-6 .title p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #000;
  text-align: left;
}

.section-6 .title p {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 19px;
}

.section-6 .list {
  padding-left: 0;
  list-style-type: none;
}

.section-6 .list li {
  background: url(../img/item-1-copy.png) no-repeat 0 9px;
  margin-bottom: 45px;
  padding-left: 68px;
}

.section-6 .list li p {
  font-size: 16px;
}

.section-6 .list li p:first-child {
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
}

.section-6 .list li:nth-child(2) {
  background: url(../img/item-2-copy.png) no-repeat 0 9px;
}

.section-6 .list li:last-child {
  background: url(../img/item-3-copy.png) no-repeat 0 9px;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.section-7 {
  background: url(../img/before-last.png) no-repeat;
  height: 819px;
  background-size: cover;
  padding-top: 70px;
  position: relative;
  z-index: 1;
  margin-bottom: -45px;
}

.section-7 h2 {
  text-align: center;
}

.section-7 h2 span {
  font-weight: 300;
  background: #caeea7;
  padding: 5px;
  border-radius: 0 5px;
}

.section-7 .feedback-text p,
.section-7 .title p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #1b1b1b;
}

.section-7 .title p {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
}

.section-7 .feedback {
  margin-top: 60px;
}

.section-7 .feedback-text p {
  font-size: 16px;
}

.section-7 .feedback-text p:first-child {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1500px) {
  .section-6 {
    padding-bottom: 67px;
  }

  .section-6_img {
    position: relative;
    top: 134px;
  }

  .section-6 .section-6_img img {
    width: 100%;
  }

  .section-6 .title {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .banner .title p {
    font-size: 22px;
  }

  .banner .title p span {
    font-size: 16px;
  }

  .banner .new-price p,
  .banner .old-price p {
    font-size: 22px;
  }

  .banner .timer-element {
    width: 79px;
    padding: 13px 0;
  }

  .banner .timer-element span {
    font-size: 26px;
  }

  .banner .timer-element #timer-text-2f3c04bf9684bc0ba46883b86395ffc2-days,
  .banner .timer-element #timer-text-2f3c04bf9684bc0ba46883b86395ffc2-hours,
  .banner .timer-element #timer-text-2f3c04bf9684bc0ba46883b86395ffc2-minutes,
  .banner .timer-element #timer-text-2f3c04bf9684bc0ba46883b86395ffc20-days,
  .banner .timer-element #timer-text-2f3c04bf9684bc0ba46883b86395ffc20-hours,
  .banner .timer-element #timer-text-2f3c04bf9684bc0ba46883b86395ffc20-minutes,
  .banner .timer-element #timer-text-2f3c04bf9684bc0ba46883b86395ffc200-days,
  .banner .timer-element #timer-text-2f3c04bf9684bc0ba46883b86395ffc200-hours,
  .banner
    .timer-element
    #timer-text-2f3c04bf9684bc0ba46883b86395ffc200-minutes {
    font-size: 12px !important;
  }

  .banner .old-price p:last-child {
    margin-left: 14px;
  }

  .section-1 .banner .old-price p:last-child {
    margin-left: 22px;
  }

  .section-5 .banner .new-price .new-price_text p:last-child,
  footer .banner .new-price .new-price_text p:last-child {
    padding: 0 5px;
  }

  .section-3 .title .img-block img {
    width: 40%;
  }

  .section-5_img-block img {
    width: 633px;
    width: 45%;
  }

  footer .slider-item {
    margin: 0 15px;
  }

  footer .slick-next {
    right: -5px;
  }

  footer .slick-prev {
    left: -5px;
  }
}

@media screen and (max-width: 991px) {
  .section-1 {
    height: auto;
    padding-bottom: 60px;
  }

  .section-1 .header-img {
    margin-top: 0;
    text-align: center;
  }

  .section-1 .header-img img {
    width: 500px;
  }

  .section-1 .banner .pink-block {
    position: relative;
    background: 0 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
  }

  .section-1 .banner {
    margin-top: -110px;
  }

  .banner .banner_info {
    padding: 0 160px;
  }

  .banner .new-price p,
  .banner .old-price p {
    font-size: 18px;
  }

  .banner .timer-element {
    width: 100px;
    padding: 23px 0;
  }

  .section-1 .banner .old-price p:last-child {
    margin-left: 105px;
  }

  .banner .red-btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-1 .banner .new-price .arrow {
    left: 82%;
  }

  .banner .new-price .arrow {
    top: 26px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .section-1 .banner .red-btn {
    margin-top: 30px;
  }

  .section-3 .item .item_arrow {
    display: none;
  }

  .section-5 {
    padding: 50px 0 60px;
  }

  .section-5 .section-5_img-block {
    text-align: right;
    margin: 20px 0;
  }

  .banner .old-price p:last-child {
    margin-left: 151px;
  }

  .banner .red-btn {
    margin-top: 35px;
  }

  .section-6 {
    padding-bottom: 0;
  }

  .section-6 .section-6_img {
    text-align: center;
  }

  .section-6 .section-6_img img {
    width: 50%;
  }

  .section-7 {
    height: auto;
    padding-bottom: 40px;
  }

  .section-7 .feedback {
    text-align: center;
    margin-top: 30px;
  }

  footer {
    padding: 70px 0 25px;
  }

  footer .form-group {
    padding: 0 15px;
    margin-bottom: 20px;
  }

  header .header-menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  header .header-menu .navbar-collapse {
    position: absolute;
    top: 85%;
    right: 0;
    width: 160px;
    z-index: 5;
  }

  header .header-menu ul li {
    margin-left: 0;
  }

  header .menu-btn {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .header-row {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  header .logo {
    text-align: left;
  }

  .banner .banner_info {
    padding: 0 72px;
  }

  .section-2 {
    padding: 40px 0 70px;
  }

  h3 {
    font-size: 22px;
  }

  h2 {
    font-size: 21px;
    line-height: 27px;
  }

  .section-2 .section-2_title h2 {
    margin-bottom: 0;
  }

  .section-2 .section-2_title p {
    font-size: 20px;
  }

  .section-3 .red-text p,
  .section-6 .title p,
  .section-7 .title p {
    font-size: 16px;
  }

  .section-5 h2 {
    margin-top: 20px;
    text-align: center;
  }

  .section-6 {
    padding-top: 0;
  }

  .section-6 .list li p {
    font-size: 14px;
  }

  .section-6 .list li p:first-child {
    font-size: 18px;
  }

  .section-6 .list li:last-child {
    padding-bottom: 13px;
  }

  .section-7 {
    padding-top: 45px;
  }

  .section-7 .feedback-text p:first-child {
    margin-bottom: 10px;
  }

  footer .slider-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer .slider-item img {
    width: auto;
    height: 100%;
  }

  .title-banner p {
    font-size: 27px;
  }
}

@media screen and (max-width: 575px) {
  footer .slick-prev {
    left: 15px;
  }

  footer .slick-next {
    right: 15px;
  }

  .banner .new-price .new-price_text {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-1 .banner .new-price .new-price_text p:last-child {
    margin-right: 0;
    margin-left: 93px;
  }

  .section-1 .banner .new-price .arrow {
    left: 324px;
  }

  .banner .new-price .new-price_text p:last-child {
    margin-left: 93px;
  }

  .banner .old-price p:last-child {
    margin-left: 97px;
  }

  .banner .new-price .arrow {
    left: 317px;
  }

  .section-3 {
    padding: 70px 0 50px;
  }

  .section-4 {
    padding: 50px 0 104px;
  }
}

@media screen and (max-width: 507px) {
  .section-1 .banner .new-price .new-price_text p:last-child {
    margin-left: 40px;
  }

  .section-1 .banner .old-price p:last-child {
    margin-left: 51px;
  }

  .section-1 .banner .new-price .arrow {
    left: 300px;
  }

  .section-5_img-block img {
    /* width: 387px; */
  }

  .title-banner p {
    font-size: 23px;
  }

  .banner .title p {
    font-size: 18px;
  }

  .banner .new-price .new-price_text p:last-child {
    margin-left: 40px;
  }

  .banner .old-price p:last-child {
    margin-left: 43px;
  }

  .banner .new-price .arrow {
    left: 278px;
  }

  h1 {
    font-size: 36px;
  }
}

@media screen and (max-width: 453px) {
  .banner .banner_info {
    padding: 0 38px;
  }

  h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .section-7 .feedback img {
    width: 100%;
  }

  .title-banner p {
    font-size: 20px;
  }
}

@media screen and (max-width: 411px) {
  /*
    .banner .new-price .arrow,
    .section-1 .banner .new-price .arrow,
    .section-1 .header-title h1:after {
        display: none
    }
*/

  .banner .red-btn {
    padding: 9px 30px;
    font-size: 18px;
  }

  footer .footer-form input {
    padding: 10px 0 10px 20px;
  }
}

@media screen and (max-width: 386px) {
  .banner .banner_info {
    padding: 0 15px;
  }

  .banner .new-price p,
  .banner .old-price p {
    font-size: 16px;
  }

  .banner .new-price,
  .banner .old-price {
    padding-left: 0px;
  }
}

@media screen and (max-width: 375px) {
  h1 {
    font-size: 31px;
  }

  .section-1 .header-title .header-title_list .item p {
    font-size: 16px;
  }

  .section-1 .banner .old-price p:last-child {
    margin-left: 30px;
  }

  .banner .new-price .new-price_text p:last-child,
  .section-1 .banner .new-price .new-price_text p:last-child {
    margin-left: 19px;
  }

  .banner .old-price p:last-child {
    margin-left: 23px;
  }

  .banner .timer-element {
    width: 85px;
    padding: 15px 0;
  }

  footer .slick-next {
    right: 5px;
  }

  footer .slick-prev {
    left: 5px;
  }

  footer .slider {
    margin-bottom: 90px;
  }
}
header {
  position: relative;
  z-index: 1;
}
/*
.section-1 > .container {
    position: relative;
    z-index: 1;
}
*/
.section-1 .img-product {
  position: absolute;
  top: 0;
  left: 50px;
  width: 100%;
  height: 105%;
  background: url('../img/product.png') no-repeat;
  background-position: left calc(45% + 610px) bottom 0px;
  /*    z-index: 0;*/
}
.header-row {
  justify-content: flex-end;
}
.section1-row {
  justify-content: flex-end;
}
.red-btn-block {
  text-align: center;
}
.section1-product {
  position: absolute;
  right: -415px;
  bottom: -165px;
  z-index: 0;
}
.red-btn {
  transition: all 0.5s;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.7);
}
.red-btn:hover {
  cursor: pointer;
  background-color: #e41f31;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.effect {
  position: relative;
  padding-bottom: 130px;
  /*    background: linear-gradient(to right, #f6e8ea, #f7dbe0);*/
  background-image: url('../img/fon.png');
  background-size: cover;
  z-index: 1;
}
.effect .container {
  padding: 0;
}
.effect h2 {
  text-align: center;
  margin-bottom: 80px;
  margin-top: 150px;
}
.effect h2 span {
  background-color: #caeea7;
  padding: 2px 5px;
}
.effect-wrapper {
  position: relative;
}
.effect-wrapper img {
  max-width: 100%;
}
.effect-wrapper::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  width: 105%;
  /*    max-width: 1185px;*/
  height: 100%;
  background-color: #f9edee;
  border-radius: 30px;
}
.effect .red-btn {
  background: #f74156;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 11px 30px;
  display: inline-block;
  border-radius: 50px;
  min-width: 340px;
  margin-top: 65px;
  border: none;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 50%);
}
.effect .col-4 {
  position: relative;
}
.effect p.after,
.effect p.before {
  position: absolute;
  bottom: -1px;
  font-size: 20px;
  padding: 5px;
  background-color: #caeea7;
  color: #1b1b1b;
  font-weight: 600;
}
.effect p.before {
  left: 5px;
}
.effect p.after {
  right: 5px;
}
.section-5 .banner .old-price {
  margin-top: 30px;
}
.section-5 .banner .old-price p {
  color: black;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  padding: 0;
  min-width: 145px;
}
.section-5 .banner .old-price p:last-child {
  color: #626262;
  font-size: 32px;
  margin-left: 0;
  font-weight: 300;
  min-width: auto;
  margin-left: 30px;
}
.section-5 .banner .new-price .new-price_text {
  background-color: transparent;
  padding: 0;
}
.section-5 .banner .new-price p {
  min-width: auto;
  font-size: 18px;
  min-width: 145px;
  text-align: left;
  line-height: 30px;
}
.section-5 .banner .new-price p:last-child {
  margin-left: 0;
  min-width: auto;
  margin-left: 10px;
  padding: 5px 20px;
  background-color: #caeea7;
}
.section-5 .banner .red-btn {
  min-width: 265px;
  margin-top: 67px;
}
.section-5 .banner .new-price .arrow {
  top: -60px;
  left: 295px;
}
.lastFooter {
  background: url('../img/fon%20footer.png');
  background-position: center center;
  background-size: cover;
  padding-top: 155px;
  padding-bottom: 100px;
  margin-top: -90px;
  position: relative;
}
.lastFooter h2 {
  text-align: center;
}
.lastFooter h2 span {
  background-color: #caeea7;
  padding: 0px 10px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 40px;
}
.lastFooter .banner {
  background: url('../img/order%20form.png');
  background-size: cover;
  position: relative;
}
.lastFooter .banner .row {
  position: relative;
  z-index: 1;
}
.lastFooter .timer-wrapper {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 2;
}
.lastFooter .timer-block {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  top: 20px;
  padding-bottom: 20px;
}
.lastFooter .timer-block h3 {
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.lastFooter .timer-block h3 span {
  font-weight: bold;
  font-size: 20px;
}
.lastFooter .title-banner {
  padding-left: 4%;
  padding-right: 10px;
}
.lastFooter .banner .old-price {
  margin-top: 0;
}
.lastFooter .banner .new-price p,
.lastFooter .banner .old-price p {
  font-size: 22px;
  line-height: 40px;
  padding: 0;
  text-align: left;
}
.lastFooter .banner .old-price p {
  padding-left: 10px;
}
.lastFooter .banner .new-price p {
  font-size: 24px;
}
.lastFooter .banner .old-price p:last-child {
  font-size: 36px;
  padding-left: 0;
  margin-left: 45px;
  min-width: auto;
}
.lastFooter .banner .new-price p:last-child {
  font-size: 40px;
  padding-left: 0;
  margin-left: 35px;
  min-width: auto;
}
.lastFooter .banner_info {
  margin-bottom: 15px;
}
.lastFooter .col-form {
  padding-left: 0;
  padding-right: 0;
}
.lastFooter input,
.lastFooter label {
  width: 100%;
}
.lastFooter input {
  background-color: #fff;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.07),
    inset 0px 3px 4px 0px rgba(0, 0, 0, 0.11);
  font-family: inherit;
  font-size: 24px;
  line-height: 24px;
  border: none;
  padding: 20px;
}
.lastFooter label {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 40px;
  padding-left: 20px;
  color: #000;
  text-transform: uppercase;
}
.lastFooter .btn-block {
  text-align: center;
}
.lastFooter .banner .red-btn {
  margin-top: 20px;
  border: none;
}
.lastFooter .product {
  position: absolute;
  top: 18px;
  left: 357px;
  z-index: 0;
}
.lastFooter .img-product {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105%;
  background: url('../img/product%20footer.png') no-repeat;
  background-position: left calc(45% + 610px) bottom 0px;
  background-size: 15%;
}
.copy {
  padding-top: 40px;
  padding-bottom: 0px;
}

.timer__wrap {
  width: 100%;
}
.timer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  color: #000;
  padding-left: 70px;
  padding-right: 70px;
  justify-content: space-between;
  align-content: center;
  font-family: inherit;
}
.timer__block {
  flex-basis: 30%;
  text-align: center;
  background: url('../img/elips.png') center center no-repeat;
  background-size: 100%;
  min-height: 108px;
  padding-top: 31px;
}
.timer__digits {
  color: #f74156;
  font-weight: bold;
  font-size: 32px;
  line-height: 30px;
}
.timer__text {
  font-size: 14px;
}
#timer-2 {
  padding-left: 30px;
  padding-right: 30px;
}
.section-2 .timer-block,
.section-1 .timer-block {
  background-color: #fdfafb;
  border-radius: 10px;
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
}
.section-2 .timer-block h3,
.section-1 .timer-block h3 {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
}
.section-2 .timer-block h3 span,
.section-1 .timer-block h3 span {
  font-weight: bold;
  font-size: 24px;
}
#timer-1 {
  padding-left: 50px;
  padding-right: 50px;
}
#timer-1 .timer__block {
  flex-basis: 112px;
  min-height: 112px;
  padding-top: 33px;
}
#timer-1 .timer__digits {
  font-size: 39px;
}
#timer-1 .timer__text {
  font-size: 17px;
}

.section-1 .timer-block {
  display: none;
}

.lastFooter .copyright {
  display: none;
}

@media (max-width: 1300px) {
  .effect-wrapper::before {
    max-width: 1185px;
  }
}

@media (max-width: 1200px) {
  .header-row {
    justify-content: space-between;
  }
  .section-1 {
    background-position-x: 60%;
  }
  .section-1 .header-title {
    margin-right: 150px;
  }
  .section-1 .banner {
    margin-right: 135px;
  }
  .section-1 .banner .old-price p:last-child {
    margin-left: 22px;
    padding-left: 0;
  }
  .section-1 .banner .new-price .new-price_text p:last-child {
    margin-left: 12px;
    padding-left: 0;
  }
  .section-1 .banner .old-price {
    justify-content: flex-start;
  }
  .section-1 .img-product {
    background-position: left calc(45% + 395px) bottom 0px;
  }
  #timer-1 .timer__block {
    flex-basis: 100px;
  }
  #timer-1 .timer__digits {
    font-size: 32px;
  }
  #timer-1 .timer__text {
    font-size: 16px;
  }

  #timer-2 {
    justify-content: center;
  }
  #timer-2 .timer__block {
    flex-basis: 100px;
  }
  #timer-2 .timer__block:nth-of-type(2) {
    margin-left: 25px;
    margin-right: 25px;
  }

  .section-5 .banner .new-price,
  .banner .old-price {
    justify-content: center;
  }
  .section-5 .banner .new-price .new-price_text {
    justify-content: center;
  }
  .section-5 .banner .new-price .arrow {
    top: 10px;
    left: calc(50% + 140px);
    transform: rotate(90deg);
  }
  .section-5 .banner .red-btn {
    margin-top: 35px;
  }

  .section-6 .section-6_img {
    position: relative;
    top: 216px;
  }

  .lastFooter {
    background-position-x: 65%;
  }
  .lastFooter .title-banner {
    padding-left: 0;
  }
  .lastFooter .img-product {
    background-position: left calc(45% + 455px) bottom 0px;
    background-size: 20%;
  }
  .lastFooter .banner .old-price {
    justify-content: flex-start;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .lastFooter .btn-block {
    margin-top: 20px;
  }
  #timer-3 .timer__block {
    flex-basis: 100px;
  }
}

@media (max-width: 1050px) {
  .effect-wrapper::before {
    max-width: 992px;
    bottom: -25px;
  }
}

@media (max-width: 991px) {
  .main-footer {
    padding-top: 20px;
  }
  .header__menu {
    display: block;
  }
  .section-1 {
    background: #fff url('../img/green fon.png') no-repeat;
    background-position-y: 85px;
    background-size: cover;
    padding-bottom: 0;
  }
  header .logo {
    text-align: left;
  }
  .section-1 > .container {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
  .section-1 .header-title {
    margin-right: 0;
    position: static;
    overflow-x: hidden;
    padding-bottom: 20px;
  }
  .section-1 .header-title h1 {
    margin-left: 0;
    text-align: center;
    position: static;
    margin-bottom: 320px;
  }
  .section-1 .header-title h1:before {
    display: none;
  }
  .section-1 .header-title h1:after {
    display: none;
  }
  .section-1 .img-product {
    display: none;
  }
  .section-1 .banner {
    margin-top: 0;
  }
  .section-1 .header-title .header-title_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    align-content: flex-end;
    position: relative;
    left: 32px;
    width: 80%;
    margin-left: 20%;
  }
  .section-1 .header-title .header-title_list .item {
    -ms-align-self: flex-end;
    align-self: flex-end;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    border-radius: 30px 0 0 30px;
  }
  .section-1 .header-title .header-title_list .item p {
    font-size: 22px;
    color: #000;
  }
  .section-1 .header-title .header-title_list > li:nth-of-type(1) {
    order: 1;
  }
  .section-1 .header-title .header-title_list > li:nth-of-type(2) {
    order: 3;
  }
  .section-1 .header-title .header-title_list > li:nth-of-type(3) {
    order: 2;
  }
  .section-1 .header-title .header-title_list > li:nth-of-type(4) {
    order: 4;
  }
  .section-1 .banner {
    margin-right: 20px;
    margin-left: 20px;
    width: calc(100% - 40px);
    position: relative;
    z-index: 1;
  }
  .banner .banner_info {
    padding: 0 5%;
  }
  .banner .new-price p,
  .banner .old-price p {
    font-size: 22px;
  }
  .section-1 .banner .old-price {
    justify-content: space-between;
  }
  .banner .new-price .new-price_text {
    justify-content: space-between;
  }
  .section-1 .banner .old-price p:last-child {
    margin-right: 12px;
  }
  .section-2 .timer-block h3 span {
    display: block;
  }
  .section-2 .timer__block {
    flex-basis: 100px;
  }
  .section-2 .timer__block:nth-of-type(2) {
    margin-right: 25px;
    margin-left: 25px;
  }
  .section-2 .timer-block {
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.2);
    margin-bottom: 100px;
    margin-left: 25px;
    margin-right: 25px;
  }
  .section-2 .timer-back {
    position: absolute;
    width: 100%;
    height: 450px;
    background-color: #efeee6;
    top: 0;
    left: 0;
  }
  .effect .red-btn {
    bottom: 0;
  }
  #timer-1 {
    justify-content: center;
  }

  .effect {
    background: url('../img/fon%202.jpg');
    background-size: cover;
  }
  .effect h2 {
    margin-top: 100px;
  }
  .effect-wrapper::before {
    max-width: none;
    width: 60%;
    bottom: -40px;
  }
  .effect-wrapper .row {
    text-align: center;
  }
  .effect p.before {
    left: 25%;
    bottom: 24px;
  }
  .effect p.after {
    right: 25%;
    bottom: 24px;
  }
  .effect .col-lg-4:last-of-type p.after,
  .effect .col-lg-4:last-of-type p.before {
    bottom: -1px;
  }
  .effect img:not(.last-img) {
    margin-bottom: 25px;
  }
  .section-5 .banner .title p span {
    display: block;
  }
  .section-5 .banner .new-price .new-price_text p:last-child {
    padding: 5px 10px;
  }
  .section-6 .section-6_img {
    top: 20px;
  }

  .lastFooter {
    background: transparent;
    padding-top: 0px;
    padding-bottom: 0;
  }
  .lastFooter .img-product {
    display: none;
  }
  .lastFooter > .container {
    max-width: 100%;
    padding: 0;
  }
  .lastFooter > .container > .row {
    margin: 0;
  }
  .lastFooter .title-banner {
    padding-right: 0;
  }
  .lastFooter .title-banner > .row {
    background: url('../img/footer%20mob%20top.png');
    background-size: contain;
    padding-top: 30px;
    min-height: 900px;
    position: relative;
    margin: 0;
    z-index: 1;
  }
  .lastFooter .timer-block {
    position: absolute;
    bottom: 0px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    box-shadow: 0px 9px 24.3px 2.7px rgba(0, 0, 0, 0.26);
    bottom: -100px;
  }
  .lastFooter .timer-block h3 span {
    display: block;
  }
  .lastFooter .banner {
    background: url('../img/footer%20mob%20bottom.png');
    background-size: cover;
    box-shadow: none;
    padding-top: 350px;
    top: -170px;
    z-index: 0;
    margin-bottom: -170px;
    border-radius: 0px;
  }
  .lastFooter .banner .row {
    margin: 0;
  }
  .banner .banner_info {
    padding: 0 10px;
  }
  .lastFooter .banner .old-price {
    justify-content: space-between;
  }
  .lastFooter .banner .old-price p:last-child {
    margin-left: 0;
    padding-right: 12px;
    margin-left: 35px;
  }
  .lastFooter .footer-form {
    padding-left: 60px;
    padding-right: 60px;
  }
  .copy {
    display: none;
  }
  .lastFooter .copyright {
    display: block;
  }
  .lastFooter .copyright p {
    margin-top: 30px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
  }
  .lastFooter .copyright p span {
    font-weight: 300;
  }
}

@media (max-width: 768px) {
  .section-1 .banner {
    width: 80%;
    margin: 0 auto;
    min-width: 520px;
  }
  .effect > .container > .row {
    margin: 0;
  }
  .section-2 {
    top: 70px;
    margin-bottom: 50px;
  }
  .section-2 .timer-back {
    height: 410px;
  }
  .effect-wrapper::before {
    display: none;
  }
  .effect img:not(.last-img) {
    margin-bottom: 60px;
  }
  .effect p.before {
    left: 15%;
    bottom: 59px;
  }
  .effect p.after {
    right: 15%;
    bottom: 59px;
  }
  .lastFooter .title-banner > .row {
    min-height: 630px;
  }
  .lastFooter .banner {
    padding-top: 260px;
    top: -130px;
    margin-bottom: -130px;
  }
  .lastFooter .footer-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  #timer-1 .timer__block,
  #timer-2 .timer__block,
  #timer-3 .timer__block {
    flex-basis: 90px;
  }
}

@media (max-width: 576px) {
  .section-1 .banner {
    width: 95%;
    min-width: auto;
  }
  .banner .new-price p,
  .banner .old-price p {
    min-width: 190px;
  }
  .section-1 .banner .old-price p:last-child {
    margin-left: 0;
    padding-left: 0;
    min-width: auto;
  }
  .section-1 .banner .new-price .new-price_text p:last-child {
    margin-left: 0;
    padding-left: 0;
    min-width: auto;
  }
  #timer-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
  #timer-3 .timer__block {
    flex-basis: 95px;
  }
  #timer-3 .timer__block:nth-of-type(2) {
    margin-left: 45px;
    margin-right: 45px;
  }
}

@media (max-width: 480px) {
  .section-1 {
    background: #fff;
  }
  .section1-row {
    background: #c6f0b2 url('../img/green fon.png') no-repeat;
    background-size: 100%;
  }
  .section-1 .banner {
    width: 95%;
    min-width: auto;
    padding: 0px 35px 30px;
  }
  .banner .new-price p,
  .banner .old-price p {
    min-width: 190px;
  }
  .section-1 .banner .old-price p:last-child {
    margin-left: 0;
    padding-left: 0;
    min-width: auto;
  }
  .section-1 .banner .new-price .new-price_text p:last-child {
    margin-left: 0;
    padding-left: 0;
    min-width: auto;
  }
  .section-1 .header-title .header-title_list {
    width: 90%;
    margin-left: 10%;
  }
  .section-1 .header-title .header-title_list .item {
    margin-bottom: 6px;
  }
  .section-1 .header-title .header-title_list .item p {
    line-height: 22px;
  }
  .section-1 .header-title h1 {
    margin-bottom: 200px;
  }
  #timer-1 {
    padding-left: 0;
    padding-right: 0;
  }
  #timer-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
  #timer-1 .timer__block:nth-of-type(2),
  #timer-2 .timer__block:nth-of-type(2),
  #timer-3 .timer__block:nth-of-type(2) {
    margin-left: 45px;
    margin-right: 45px;
  }
  #timer-1 .timer__block,
  #timer-2 .timer__block,
  #timer-3 .timer__block {
    flex-basis: 95px;
  }
  .effect .col-lg-4:last-of-type p.before,
  .effect .col-lg-4:last-of-type p.after {
    bottom: -2px;
  }
  .effect p.before {
    left: 10%;
  }
  .effect p.after {
    right: 10%;
  }
  body {
    min-width: 480px;
  }
  .main-container {
    width: 100%;
  }
}

@media (max-width: 460px) {
  .section-2 .timer-back {
    height: 380px;
  }
  .section-3 {
    overflow: hidden;
  }
  .section-3 .title .img-block img {
    transform: scale(1.4) translateX(40px);
    -webkit-transform: scale(1.4) translateX(40px);
    -moz-transform: scale(1.4) translateX(40px);
    -ms-transform: scale(1.4) translateX(40px);
    -o-transform: scale(1.4) translateX(40px);
  }
}

.callback {
  width: 75px;
  height: 70px;
  position: fixed;
  right: 0;
  top: 10px;
  display: flex;
  align-items: center;
  background-color: #caeea7;
  padding-left: 10px;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  cursor: pointer;
  z-index: 9;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
}

.popup-window {
  display: none;
  width: 300px;
  position: fixed;
  right: 0;
  top: 10px;
  padding: 35px 10px;
  background: #caeea7;
  border-radius: 5px;
  z-index: 9;
}

.popup-window form {
  width: 100%;
  min-height: auto;
  padding: 0;
  background: inherit;
  box-shadow: none;
}

.popup-window label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}

.popup-window input {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  font-family: inherit;
  font-size: 16px;
  margin-bottom: 15px;
}

.popup-window button {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background: #f74156;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 15px;
}
.popup-window button:hover {
  background-color: #e41f31;
}

.close-popup {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 27px;
  height: 27px;
  background-color: #caeea7;
  cursor: pointer;
}

.close-popup:before {
  content: '';
  background: #000;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 13px;
  left: 4px;
  transform: rotate(-45deg);
}

.close-popup:after {
  content: '';
  background: #000;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 13px;
  left: 4px;
  transform: rotate(45deg);
}

.warning {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -70px;
  left: 30px;
}

.warning p {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #f74156;
  text-transform: none;
  margin-left: 13px;
  margin-top: 5px;
}

.margin-fix {
  margin-top: 60px;
  max-height: 40px;
}

.color-fix {
  color: #000 !important;
}

.section-5 .banner .old-price p:first-child,
.section-5 .banner .new-price p:first-child {
  width: 110px;
  min-width: 90px;
}

.section-5 .banner .old-price p:last-child {
  font-size: 26px;
}

.section-5 .banner .new-price p:last-child {
  font-size: 23px !important;
}

.section-5 .banner .red-btn {
  margin-top: 30px;
}

@media only screen and (max-width: 676px) {
  .warning p {
    max-width: 350px;
  }
  .banner .old-price p:first-child,
  .banner .new-price p:first-child {
    width: 120px;
    min-width: 100px;
  }

  .banner .old-price p:last-child {
    font-size: 35px;
  }

  .banner .new-price p:last-child {
    font-size: 38px !important;
  }

  .some-fix {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 50px !important;
    box-sizing: border-box;
    justify-content: space-between;
  }

  .some-fix-2 {
    margin-top: 20px;
  }

  .section-5 .banner .old-price p:last-child {
    font-size: 40px;
  }

  .section-5 .banner .new-price .new-price_text p:last-child {
    margin-left: 30px;
    font-size: 40px !important;
  }

  .lastFooter .banner .new-price p:last-child {
    font-size: 36px !important;
  }

  .section-3 .title .img-block img {
    transform: none;
    -webkit-transform: none;
  }

  .section-5 .section-5_img-block {
    text-align: center;
  }
}

a[href^='tel'] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}
