@charset "UTF-8";
body, html {
  width: 100%;
  height: 100%; }

html {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000; }
  @media screen and (max-width: 1599px) {
    html {
      font-size: 16px; } }

body {
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none !important; }

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

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

a {
  text-decoration: none; }

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

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

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

a:active, a:focus {
  outline: none; }

input, textarea {
  outline: none;
  -webkit-appearance: none !important; }

input:active, textarea:active {
  outline: none; }

:focus {
  outline: none; }

textarea {
  resize: none; }

textarea {
  resize: vertical; }

textarea {
  resize: horizontal; }

button:active, button:focus {
  outline: none !important; }

button::-moz-focus-inner {
  border: 0 !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }

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

._link {
  color: #23269C; }

.fixed {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.link {
  text-decoration: none;
  color: blue; }

._desktop-hidden {
  display: none; }
  @media screen and (max-width: 1199px) {
    ._desktop-hidden {
      display: block; } }

._desktop-visible {
  display: block; }
  @media screen and (max-width: 1199px) {
    ._desktop-visible {
      display: none; } }

._xl-hidden {
  display: block; }
  @media screen and (max-width: 1199px) {
    ._xl-hidden {
      display: none !important; } }

@media screen and (max-width: 767px) {
  ._md-hidden {
    display: none; } }

._md-visible {
  display: none; }
  @media screen and (max-width: 767px) {
    ._md-visible {
      display: block; } }

.section {
  padding-bottom: 20px; }
  .section:last-child {
    padding-bottom: 80px; }

.section__title {
  font-size: calc(44px + (44 - 34) * ( (100vw - 1600px) / (2500 - 1600) ));
  font-family: "Oswald", sans-serif;
  line-height: 1.1;
  font-weight: 600;
  color: #23269C;
  padding-bottom: 14px;
  -webkit-margin-before: 0.83em;
  margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
  margin-block-end: 0.83em; }
  @media screen and (max-width: 1599px) {
    .section__title {
      font-size: 40px;
      padding-bottom: 6px; } }
  @media screen and (max-width: 1359px) {
    .section__title {
      font-size: 36px;
      padding-bottom: 6px; } }
  @media screen and (max-width: 1023px) {
    .section__title {
      font-size: 32px; } }
  .section__title span {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px; }

._main-padding {
  padding-right: 40px; }
  @media screen and (max-width: 1599px) {
    ._main-padding {
      padding-right: 20px; } }
  @media screen and (max-width: 1199px) {
    ._main-padding {
      padding-left: 20px; } }
  @media screen and (max-width: 767px) {
    ._main-padding {
      padding-left: 0;
      padding-right: 0; } }

._color-black {
  color: #000; }

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  position: relative; }

.wrapper_margin {
  margin-left: 320px; }
  @media screen and (max-width: 1599px) {
    .wrapper_margin {
      margin-left: 260px; } }
  @media screen and (max-width: 1359px) {
    .wrapper_margin {
      margin-left: 240px; } }
  @media screen and (max-width: 1199px) {
    .wrapper_margin {
      margin-left: 0px; } }

ul {
  margin: 0;
  padding: 0; }

li {
  /list-style: none; }

footer {
  margin-top: auto;
  height: 60px;
  position: relative; }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

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

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

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

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

.row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px; }

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

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

.w-100 {
  width: 100%; }

.mr-auto {
  margin-right: auto; }

@media screen and (max-width: 480px) {
  .mr-sm-auto {
    margin-right: auto; } }

@media screen and (max-width: 767px) {
  .mr-md-auto {
    margin-right: auto; } }

@media screen and (max-width: 1023px) {
  .mr-lg-auto {
    margin-right: auto; } }

@media screen and (max-width: 1199px) {
  .mr-xl-auto {
    margin-right: auto; } }

@media screen and (max-width: 1359px) {
  .mr-xxl-auto {
    margin-right: auto; } }

@media screen and (max-width: 1599px) {
  .mr-xxxl-auto {
    margin-right: auto; } }

.ml-auto {
  margin-left: auto; }

@media screen and (max-width: 480px) {
  .mr-sm-auto {
    margin-left: auto; } }

@media screen and (max-width: 767px) {
  .mr-md-auto {
    margin-left: auto; } }

@media screen and (max-width: 1023px) {
  .mr-lg-auto {
    margin-left: auto; } }

@media screen and (max-width: 1199px) {
  .mr-xl-auto {
    margin-left: auto; } }

@media screen and (max-width: 1359px) {
  .mr-xxl-auto {
    margin-left: auto; } }

@media screen and (max-width: 1599px) {
  .mr-xxxl-auto {
    margin-left: auto; } }

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

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

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

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

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

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

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

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

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

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -webkit-box-flex: 0;
  -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; }

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1599px) {
  .col-xxxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xxxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xxxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xxxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xxxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xxxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xxxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xxxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xxxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xxxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxxl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xxxl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .offset-xxxl-0 {
    margin-left: 0; }
  .offset-xxxl-1 {
    margin-left: 8.333333%; }
  .offset-xxxl-2 {
    margin-left: 16.666667%; }
  .offset-xxxl-3 {
    margin-left: 25%; }
  .offset-xxxl-4 {
    margin-left: 33.333333%; }
  .offset-xxxl-5 {
    margin-left: 41.666667%; }
  .offset-xxxl-6 {
    margin-left: 50%; }
  .offset-xxxl-7 {
    margin-left: 58.333333%; }
  .offset-xxxl-8 {
    margin-left: 66.666667%; }
  .offset-xxxl-9 {
    margin-left: 75%; }
  .offset-xxxl-10 {
    margin-left: 83.333333%; }
  .offset-xxxl-11 {
    margin-left: 91.666667%; } }

@media screen and (max-width: 1359px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.333333%; }
  .offset-xxl-2 {
    margin-left: 16.666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.333333%; }
  .offset-xxl-5 {
    margin-left: 41.666667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.333333%; }
  .offset-xxl-8 {
    margin-left: 66.666667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.333333%; }
  .offset-xxl-11 {
    margin-left: 91.666667%; } }

@media screen and (max-width: 1199px) {
  .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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -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; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

@media screen and (max-width: 1023px) {
  .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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -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; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media screen and (max-width: 767px) {
  .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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -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; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media screen and (max-width: 480px) {
  .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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -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; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

.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; }

@media screen and (max-width: 480px) {
  .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; } }

@media screen and (max-width: 767px) {
  .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; } }

@media screen and (max-width: 1023px) {
  .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; } }

@media screen and (max-width: 1199px) {
  .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; } }

@media screen and (max-width: 1359px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media screen and (max-width: 1599px) {
  .d-xxxl-none {
    display: none !important; }
  .d-xxxl-inline {
    display: inline !important; }
  .d-xxxl-inline-block {
    display: inline-block !important; }
  .d-xxxl-block {
    display: block !important; }
  .d-xxxl-table {
    display: table !important; }
  .d-xxxl-table-row {
    display: table-row !important; }
  .d-xxxl-table-cell {
    display: table-cell !important; }
  .d-xxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

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

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

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

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

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

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

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

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

.header__row {
  height: 100px; }
  @media screen and (max-width: 1599px) {
    .header__row {
      height: 90px; } }
  @media screen and (max-width: 1359px) {
    .header__row {
      height: 80px; } }
  @media screen and (max-width: 1199px) {
    .header__row {
      height: 60px; } }
  @media screen and (max-width: 1023px) {
    .header__row {
      height: 80px; } }
  @media screen and (max-width: 480px) {
    .header__row {
      height: 60px; } }

@media screen and (max-width: 767px) {
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.header__feeadback-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .header__feeadback-btn:hover .feeadback-btn__icon:after {
    opacity: 0; }

.feeadback-btn__icon {
  position: relative;
  margin-right: 12px;
  width: 16px;
  height: 16px;
  margin-top: -2px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  @media screen and (max-width: 1199px) {
    .feeadback-btn__icon {
      margin-right: 8px;
      width: 12px;
      margin-top: -1px;
      height: 12px; } }
  .feeadback-btn__icon:before, .feeadback-btn__icon:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    top: 50%; }
  .feeadback-btn__icon:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

.feeadback-btn__link {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  color: #000; }
  @media screen and (max-width: 1199px) {
    .feeadback-btn__link {
      font-size: 14px; } }

.side-nav {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  top: 0;
  left: 0;
  width: 320px;
  background-color: #fff;
  z-index: 100;
  padding: 0 0 0 80px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  @media screen and (max-width: 1599px) {
    .side-nav {
      width: 260px;
      padding: 0 0 0 60px; } }
  @media screen and (max-width: 1359px) {
    .side-nav {
      width: 240px;
      padding: 0 0 0 50px; } }
  @media screen and (max-width: 1199px) {
    .side-nav {
      left: -240px; } }
  @media screen and (max-width: 1023px) {
    .side-nav {
      width: 300px;
      left: -300px; } }
  @media screen and (max-width: 480px) {
    .side-nav {
      padding: 0 0 0 32px; } }
  .side-nav._open {
    left: 0px; }

.side-nav__close {
  display: none !important;
  right: 30px;
  top: 22px; }
  @media screen and (max-width: 1199px) {
    .side-nav__close {
      display: block !important; } }

.menu-btn button {
  cursor: pointer;
  padding: 0;
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  width: 20px;
  height: 20px;
  background: transparent; }
  @media screen and (max-width: 1023px) {
    .menu-btn button {
      width: 24px;
      height: 24px; } }
  .menu-btn button .menu-btn__icon {
    width: 100%;
    height: 100%; }

.logo-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px; }
  @media screen and (max-width: 1599px) {
    .logo-main {
      height: 90px; } }
  @media screen and (max-width: 1359px) {
    .logo-main {
      height: 80px; } }
  @media screen and (max-width: 1199px) {
    .logo-main {
      height: 60px;
      margin-left: -14px; } }
  @media screen and (max-width: 1023px) {
    .logo-main {
      height: 80px; } }
  @media screen and (max-width: 480px) {
    .logo-main {
      height: auto;
      width: auto;
      height: 60px;
      margin-left: 0px; } }

.logo-main__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  height: 80%; }

.logo-main__img {
  height: 100%; }

.category-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 100px);
  padding: 40px 0px 130px 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }
  @media screen and (max-width: 1599px) {
    .category-menu {
      height: calc(100% - 90px);
      padding: 40px 0px 130px 0px; } }
  @media screen and (max-width: 1199px) {
    .category-menu {
      height: 100%;
      padding: 40px 0px 40px 0px; } }

.category-list_scrollable {
  overflow-y: auto; }

.category-menu__list {
  margin-top: auto;
  margin-bottom: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.custom-scroll {
  position: relative;
  min-width: 100%;
  outline: none; }

.category-menu__item {
  margin-bottom: 6px; }
  @media screen and (max-width: 1199px) {
    .category-menu__item {
      margin-bottom: 4px; } }
  @media screen and (max-width: 767px) {
    .category-menu__item {
      margin-bottom: 6px; } }

.category-menu__link {
  display: block;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  cursor: pointer;
  color: #000;
  padding: 5px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  @media screen and (max-width: 1599px) {
    .category-menu__link {
      font-size: 20px; } }
  @media screen and (max-width: 767px) {
    .category-menu__link {
      font-size: 24px; } }
  .category-menu__link:not(._active):hover {
    color: #23269C; }
  .category-menu__link._active {
    font-weight: 600; }

.hero-section {
  position: relative; }
  @media screen and (max-width: 1023px) {
    .hero-section {
      margin-top: 50px; } }
  @media screen and (max-width: 767px) {
    .hero-section {
      margin-top: 80px;
      padding-bottom: 100px; } }
  @media screen and (max-width: 480px) {
    .hero-section {
      padding-bottom: 0; } }

.hero {
  position: relative;
  height: calc(100vh - 200px);
  max-height: 1200px; }
  @media screen and (max-width: 1599px) {
    .hero {
      height: calc(100vh - 150px);
      max-height: 900px; } }
  @media screen and (max-width: 1359px) {
    .hero {
      max-height: 800px; } }
  @media screen and (max-width: 1199px) {
    .hero {
      height: calc(100vh - 120px);
      max-height: 800px; } }
  @media screen and (max-width: 1023px) {
    .hero {
      height: calc(100vh - 100px);
      max-height: 500px; } }
  @media screen and (max-width: 767px) {
    .hero {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: auto;
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important;
      max-height: auto; } }
  @media screen and (max-width: 480px) {
    .hero {
      height: auto;
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important;
      max-height: auto; } }

.hero__title {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: calc(30px + (42 - 28) * ( (100vw - 1600px) / (2500 - 1600) ));
  line-height: 1.2;
  color: #23269C; }
  @media screen and (max-width: 1599px) {
    .hero__title {
      font-size: 30px; } }
  @media screen and (max-width: 1359px) {
    .hero__title {
      font-size: 32px; } }
  @media screen and (max-width: 1023px) {
    .hero__title {
      font-size: 30px; } }
  @media screen and (max-width: 480px) {
    .hero__title {
      display: none; } }

.hero__img {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .hero__img {
      margin-top: 100px;
      margin-left: -40px; } }
  @media screen and (max-width: 480px) {
    .hero__img {
      height: 300px;
      margin-top: 20px;
      margin-left: -20px; } }
  .hero__img img {
    width: 80%;
    margin: auto; }
    @media screen and (max-width: 1359px) {
      .hero__img img {
        width: 90%; } }

.hero__img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; }

.action-section {
  padding-top: 20px;
  padding-bottom: 20px; }

@media screen and (max-width: 480px) {
  .action-section {
    padding-top: 60px; } }

.action {
  position: relative; }

@media screen and (max-width: 1023px) {
  .scroller-hider {
    width: 100%;
    overflow: hidden; } }

@media screen and (max-width: 1023px) {
  .scroller {
    overflow: auto !important;
    margin-bottom: -30px;
    padding-bottom: 30px; } }

.action__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 1023px) {
    .action__list {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }

.action__item {
  font-family: "Oswald", sans-serif;
  font-size: calc(20px + (24 - 18) * ( (100vw - 1600px) / (2500 - 1600) ));
  color: #23269C;
  text-transform: uppercase;
  white-space: nowrap; }
  @media screen and (max-width: 1599px) {
    .action__item {
      font-size: 20px; } }
  @media screen and (max-width: 1359px) {
    .action__item {
      font-size: 16px; } }
  @media screen and (max-width: 1023px) {
    .action__item {
      font-size: 20px;
      margin-right: 30px; } }

.action__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; }
  
.tagline {
    padding: 100px 0 80px 0;
}

.tagline__inner {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
}

.tagline__title {
    font-size: 24px;
    margin-bottom: 24px;
}

.tagline__description {
    
}
  
.services {
    padding: 48px 0 0 0;
}

.services__list {
    
}

.services__item {
    margin-bottom: 32px;
}

.services__item-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.services__item-content {
    padding: 160px 0;
    margin: 0 auto;
    max-width: 400px;
    text-align: center;
    color: #fff;
}

.services__item-title {
    text-transform: uppercase;
    padding-bottom: 14px;
    font-size: 24px;
}

._sport-training {
    background: url(../img/online-training.jpg) 50% 15% no-repeat;
    background-size: cover;
}

._additional-programs {
    background: url(../img/crossfit.jpeg) 50% 15% no-repeat;
    background-size: cover;
}

._master-classes {
    background: url(../img/pexels-photo-3184317.jpeg) 0% 35% no-repeat;
    background-size: cover;
}

._lyceum {
    background: url(../img/auditorium.jpeg) 50% 50% no-repeat;
    background-size: cover;
}

._online-training {
    background: url(../img/online-training.jpg) 50% 15% no-repeat;
    background-size: cover;
}

._sport-events {
    background: url(../img/sport-event.jpeg) 50% 50% no-repeat;
    background-size: cover;
}

.call-to-action {
    padding: 40px 0 60px;
    text-align: center;
}

.call-to-action__inner {
    margin: 0 auto;
    max-width: 480px;
}

.call-to-action__title {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.call-to-action__btn-wrapper {
    margin-top: 32px;
}

.call-to-action__btn: {
    width: 280px;
    margin: 0 auto;
}

.blog__list {
  position: relative;
  padding-bottom: 80px; }
  @media screen and (max-width: 1599px) {
    .blog__list {
      padding-bottom: 60px; } }
  @media screen and (max-width: 1359px) {
    .blog__list {
      padding-bottom: 40px; } }
  .blog__list.not-loaded {
    max-height: calc(100vh - 403px);
    overflow: hidden; }
    @media screen and (max-width: 1599px) {
      .blog__list.not-loaded {
        max-height: calc(100vh - 340px); } }
    @media screen and (max-width: 1359px) {
      .blog__list.not-loaded {
        max-height: calc(100vh - 300px); } }

.blog__item {
  margin-bottom: 40px; }
  @media screen and (max-width: 1359px) {
    .blog__item {
      margin-bottom: 28px; } }
  .blog__item .blog__link .blog__item-img-wrapper {
    background-color: #F2F2F2;
    height: calc(((100vw - 420px) / 4) * 0.6);
    min-height: 160px;
    margin-bottom: 0.5rem; }
    @media screen and (max-width: 1599px) {
      .blog__item .blog__link .blog__item-img-wrapper {
        height: calc(((100vw - 360px) / 4) * 0.6);
        min-height: 140px; } }
    @media screen and (max-width: 1359px) {
      .blog__item .blog__link .blog__item-img-wrapper {
        height: calc(((100vw - 320px) / 4) * 0.6);
        min-height: 130px; } }
    @media screen and (max-width: 1199px) {
      .blog__item .blog__link .blog__item-img-wrapper {
        height: calc(((100vw - 200px) / 4) * 0.6);
        min-height: 120px; } }
    @media screen and (max-width: 1023px) {
      .blog__item .blog__link .blog__item-img-wrapper {
        height: calc(((100vw - 160px) / 3) * 0.6); } }
    @media screen and (max-width: 767px) {
      .blog__item .blog__link .blog__item-img-wrapper {
        height: calc(((100vw - 80px) / 2) * 0.6);
        min-height: 120px; } }
    @media screen and (max-width: 480px) {
      .blog__item .blog__link .blog__item-img-wrapper {
        height: calc((100vw - 40px) * 0.6);
        min-height: 180px; } }
  .blog__item.col-6 .blog__link .blog__item-img-wrapper {
    min-height: 340px;
    height: calc(((100vw - 380px) / 2) * 0.6); }
    @media screen and (max-width: 1599px) {
      .blog__item.col-6 .blog__link .blog__item-img-wrapper {
        height: calc(((100vw - 360px) / 2) * 0.6);
        min-height: 300px; } }
    @media screen and (max-width: 1359px) {
      .blog__item.col-6 .blog__link .blog__item-img-wrapper {
        height: calc(((100vw - 320px) / 2) * 0.6);
        min-height: 260px; } }
    @media screen and (max-width: 1199px) {
      .blog__item.col-6 .blog__link .blog__item-img-wrapper {
        height: calc(((100vw - 200px) / 2) * 0.6);
        min-height: 240px; } }
    @media screen and (max-width: 1023px) {
      .blog__item.col-6 .blog__link .blog__item-img-wrapper {
        height: calc(((100vw - 160px) / 1.4) * 0.6); } }
    @media screen and (max-width: 767px) {
      .blog__item.col-6 .blog__link .blog__item-img-wrapper {
        height: calc(((100vw - 80px) / 2) * 0.6);
        min-height: 120px; } }
    @media screen and (max-width: 480px) {
      .blog__item.col-6 .blog__link .blog__item-img-wrapper {
        height: calc((100vw - 40px) * 0.6);
        min-height: 180px; } }
  .blog__item.col-6 .blog__link .blog__item-title {
    font-size: 1.6rem; }
    @media screen and (max-width: 1359px) {
      .blog__item.col-6 .blog__link .blog__item-title {
        font-size: 1.5rem; } }
    @media screen and (max-width: 767px) {
      .blog__item.col-6 .blog__link .blog__item-title {
        font-size: 1.17em; } }

.blog__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000; }

.blog__item-img-wrapper._video {
  position: relative; }
  .blog__item-img-wrapper._video:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    background: url("../img/icons/play-white.svg") no-repeat 50% 50%; }

.blog__item-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.blog__item-title {
  font-family: "Oswald", sans-serif;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 4px; }

.blog__item-link {
  padding-top: 6px; }

.blog__item-date {
  color: gray;
  font-size: 14px; }

.content__preloader {
  position: absolute;
  background-color: #fff;
  top: -5px;
  left: 0;
  width: 100%;
  height: 102%;
  z-index: 10; }

.circle-preloader {
  display: block;
  width: 50px;
  height: 50px;
  border: 4px solid #F2F2F2;
  border-bottom-color: #888;
  border-radius: 50%;
  position: absolute;
  top: -10%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: spin .75s infinite linear;
  animation: spin .75s infinite linear; }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.article__header-title {
  font-size: calc(36px + (36 - 28) * ( (100vw - 1600px) / (2500 - 1600) )); }
  @media screen and (max-width: 1599px) {
    .article__header-title {
      font-size: 32px; } }
  @media screen and (max-width: 1359px) {
    .article__header-title {
      font-size: 28px; } }

.article {
  padding-bottom: 60px; }

.article-video {
  position: relative;
  padding-bottom: 56.25%;
  /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
  margin-bottom: 36px; }

.article-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0; }

.article-img {
  padding: 12px 0 36px 0; }
  @media screen and (max-width: 480px) {
    .article-img {
      padding: 12px 0 24px 0; } }
  .article-img img {
    width: 100%; }

.article-text p {
  margin-bottom: 24px; }

.sidebar__title {
  font-family: "Oswald", sans-serif;
  line-height: 1.2;
  font-weight: 400;
  font-size: 20px; }

.sidebar__list {
  padding-top: 20px; }

.sidebar__item {
  margin-bottom: 30px; }

.sidebar__item-title {
  padding-top: 8px; }

.programms-type__item {
  position: relative;
  background-color: #F2F2F2;
  min-height: 50vh; }
  @media screen and (max-width: 1599px) {
    .programms-type__item {
      min-height: auto; } }
  @media screen and (max-width: 480px) {
    .programms-type__item {
      min-height: 460px; } }
  .programms-type__item:hover:after {
    opacity: 0.7; }

.programms-type__item:nth-child(1) {
  background: #000 url("../img/athlete-boardwalk-black.jpg") 20% 50% no-repeat;
  background-size: cover; }

.programms-type__item:nth-child(2) {
  background: #000 url("../img/man-running-black.jpg") 50% 36% no-repeat;
  background-size: cover; }

.programms-type__item:nth-child(3) {
  background: #000 url("../img/man-in-black-short-black.jpg") 50% 50% no-repeat;
  background-size: cover; }

.programms-type__item-content {
  color: #fff;
  padding: 10% 20px 20% 20px; }
  @media screen and (max-width: 1599px) {
    .programms-type__item-content {
      padding: 30px 0 60px 0; } }

.programms-type__item-title {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase; }

.programms-type__programm-content-list {
  padding-left: 20px;
  margin-top: 60px; }
  @media screen and (max-width: 1599px) {
    .programms-type__programm-content-list {
      margin-top: 40px; } }

.programm-content-list__item {
  list-style-type: disc;
  margin-top: 20px;
  font-size: 20px; }
  @media screen and (max-width: 1599px) {
    .programm-content-list__item {
      font-size: 16px;
      margin-top: 16px; } }
  .programm-content-list__item:last-child {
    margin-top: 7%; }
    @media screen and (max-width: 1599px) {
      .programm-content-list__item:last-child {
        margin-top: 32px; } }

.programms__note {
  padding-top: 20px; }

.cost__list {
  padding-top: 3%;
  padding-bottom: 6%;
  min-height: 20vh; }
  .cost__list._first {
    background: #000 url("../img/man-running-near-river-black.jpg") 50% 50% no-repeat;
    background-size: cover; 
      list-style-type: none;
  }
    @media screen and (max-width: 767px) {
      .cost__list._first {
        background-position: 90% 50%; } }
  .cost__list._second {
    background: #000 url("../img/woman-running-black.jpg") 50% 30% no-repeat;
    background-size: cover; 
      list-style-type: none;
  }
    @media screen and (max-width: 767px) {
      .cost__list._second {
        background-position: 0% 50%; } }
  .cost__list._online-programms {
    background: #000 url("../img/online-training-overlay.jpg") 50% 30% no-repeat;
    background-size: cover;
    list-style-type: none;}
    @media screen and (max-width: 767px) {
      .cost__list._online-programms {
        background-position: 60% 50%; } }
  .cost__list._additional-programms {
    background: #000 url("../img/yoga_overlay.jpg") 50% 90% no-repeat;
    background-size: cover; 
    list-style-type: none;
  }

.cost__item {
  color: #fff; }
  @media screen and (max-width: 767px) {
    .cost__item:nth-child(1), .cost__item:nth-child(2) {
      margin-bottom: 50px; } }

.cost__item-title {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #CC0B4C; }
  @media screen and (max-width: 1599px) {
    .cost__item-title {
      font-size: 28px; } }
  @media screen and (max-width: 1359px) {
    .cost__item-title {
      font-size: 24px; } }
  @media screen and (max-width: 767px) {
    .cost__item-title {
      font-size: 28px; } }

.cost__item-text {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .cost__item-text {
      margin-bottom: 16px; } }
  .cost__item-text:first-of-type {
    margin-top: 50px; }
    @media screen and (max-width: 767px) {
      .cost__item-text:first-of-type {
        margin-top: 32px; } }

.cost__item-text_large {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 28px; }
  @media screen and (max-width: 1599px) {
    .cost__item-text_large {
      font-size: 24px; } }
  @media screen and (max-width: 1359px) {
    .cost__item-text_large {
      font-size: 20px; } }
  @media screen and (max-width: 767px) {
    .cost__item-text_large {
      font-size: 24px; } }

.cost__price {
  margin-top: 60px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 40px; }
  @media screen and (max-width: 1599px) {
    .cost__price {
      font-size: 32px; } }
  @media screen and (max-width: 1359px) {
    .cost__price {
      font-size: 28px; } }
  @media screen and (max-width: 767px) {
    .cost__price {
      font-size: 32px;
      margin-top: 32px; } }
  .cost__price span {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 24px; }
    @media screen and (max-width: 1599px) {
      .cost__price span {
        font-size: 20px; } }
    @media screen and (max-width: 1359px) {
      .cost__price span {
        font-size: 16px; } }

.team__title {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 28px; }
  @media screen and (max-width: 1599px) {
    .team__title {
      font-size: 24px; } }

.team__description {
  padding-top: 12px; }
  @media screen and (max-width: 1599px) {
    .team__description {
      padding-top: 4px; } }

.team__text {
  margin-bottom: 16px; }

.team__list {
  padding-top: 20px; }
  @media screen and (max-width: 1599px) {
    .team__list {
      padding-top: 12px; } }

.team__item {
  margin-bottom: 40px; }
  @media screen and (max-width: 480px) {
    .team__item {
      -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 114% !important;
      flex: 0 0 114% !important;
      max-width: 100vw; } }

.team__item-photo img {
  width: 100%; }

.team__item-name {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 20px;
  padding-top: 12px; }

.team__item-text {
  font-size: 16px; }
  @media screen and (max-width: 1599px) {
    .team__item-text {
      font-size: 14px; } }

.modal {
  width: 500px !important;
  max-height: auto !important;
  padding-bottom: 40px;
  overflow-y: hidden !important; }
  @media screen and (max-width: 767px) {
    .modal {
      width: 80% !important; } }

.modal-footer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.modal-content {
  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; }
  .modal-content img {
    width: 24%;
    margin-top: 50px;
    margin-bottom: 40px; }
  .modal-content p {
    text-align: center;
    color: rgba(0, 0, 0, 0.5); }

.modal-content__title {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 24px;
  line-height: 1.5;
  text-align: center; }

.contacts__feedback {
  padding-top: 7%; }
  @media screen and (max-width: 1599px) {
    .contacts__feedback {
      padding-top: 30px; } }

.input-field {
  padding: 0 !important; }

/* label color */
.input-field label {
  color: #000 !important; }

/* label focus color */
.input-field input:focus + label {
  color: #23269C !important; }

/* label underline focus color */
.input-field input:focus {
  border-bottom: 1px solid #23269C !important;
  -webkit-box-shadow: 0 1px 0 0 #23269C !important;
  box-shadow: 0 1px 0 0 #23269C !important; }

/* valid color */
.input-field input.valid {
  border-bottom: 1px solid #23269C !important;
  -webkit-box-shadow: 0 1px 0 0 #23269C !important;
  box-shadow: 0 1px 0 0 #23269C !important; }

/* invalid color */
.input-field input.invalid {
  border-bottom: 1px solid #CC0B4C !important;
  -webkit-box-shadow: 0 1px 0 0 #CC0B4C !important;
  box-shadow: 0 1px 0 0 #CC0B4C !important; }

.input-field input.invalid + label {
  color: #CC0B4C !important; }

/* icon prefix focus color */
.input-field .prefix.active {
  color: #23269C !important; }

.submit-wrapper {
  padding-top: 6%; }
  @media screen and (max-width: 1599px) {
    .submit-wrapper {
      padding-top: 20px; } }

input[type=submit] {
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  color: #fff !important;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  min-width: 240px; }
  @media screen and (max-width: 1599px) {
    input[type=submit] {
      font-size: 16px;
      min-width: 200px; } }
  @media screen and (max-width: 480px) {
    input[type=submit] {
      min-width: 200px; } }

@media screen and (max-width: 767px) {
  .contacts__info {
    margin-top: 40px; } }

.contacts__info-title {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 32px; }
  @media screen and (max-width: 1599px) {
    .contacts__info-title {
      font-size: 28px; } }
  @media screen and (max-width: 767px) {
    .contacts__info-title {
      font-size: 32px; } }

.contacts__info-tel {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000; }
  @media screen and (max-width: 1599px) {
    .contacts__info-tel {
      font-size: 20px; } }
  @media screen and (max-width: 767px) {
    .contacts__info-tel {
      font-size: 24px; } }

.contacts__info-link {
  display: block; }

footer {
  border-top: 2px solid #F2F2F2;
  background-color: #fff; }
  @media screen and (max-width: 480px) {
    footer {
      padding-bottom: 20px; } }

.footer-row {
  height: 60px; }

@media screen and (max-width: 480px) {
  .footer__copyright__text {
    text-align: center; } }

.footer__contacts {
  margin-left: auto;
  text-align: right; }
  @media screen and (max-width: 480px) {
    .footer__contacts {
      text-align: center; } }

.footer-contacts__link {
  display: block;
  text-decoration: none;
  color: #23269C; }

.popup-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3); }

.popup-close {
  position: absolute;
  display: block;
  cursor: pointer;
  width: 18px;
  height: 18px;
  z-index: 101; }
  .popup-close .popup-close__icon {
    width: 100%;
    height: 100%; }

/*==========  Desktop First Method  ==========*/
*::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }

*:-moz-placeholder {
  color: #666;
  opacity: 1; }

*::-moz-placeholder {
  color: #666;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #666;
  opacity: 1; }
