/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
progress {
  vertical-align: baseline;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
/* Normalize.end
 ---------------------------------------------------*/
/* Reset
 ---------------------------------------------------*/
html {
  line-height: 1.4;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  font-family: Montserrat;
  color: #333;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #fcfcfc;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
/*   typography */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 0.6em;
  font-weight: inherit;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.lead {
  font-weight: inherit;
  font-size: 22px;
  line-height: 1.2;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
a {
  color: #0275d8;
  -webkit-text-decoration-skip: skip;
  text-decoration-skip: ink;
  background-color: transparent;
}
a:hover {
  text-decoration: none;
}
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
/*   typography.end */
/*   elements */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 16px;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dd {
  margin-bottom: 8px;
  margin-left: 0;
}
hr {
  overflow: visible;
  height: 0;
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
svg,
img {
  vertical-align: middle;
}
img {
  max-width: 100%;
  border-style: none;
}
table {
  border-collapse: collapse;
}
th {
  text-align: inherit;
}
caption {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #9e9e9e;
  text-align: left;
  caption-side: bottom;
}
/*   elements.end */
/*   forms */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.6em;
  padding: 0;
  font-weight: inherit;
  font-size: 1.75rem;
  line-height: 1.2;
  color: inherit;
  white-space: normal;
}
label {
  display: inline-block;
  margin-bottom: 8px;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-weight: inherit;
  font-size: 100%;
  line-height: inherit;
  font-family: inherit;
}
textarea {
  overflow: auto;
  resize: vertical;
}
/*   forms.end */
/*   code */
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/*   code.end */
/* Reset.end
 ---------------------------------------------------*/
/* Grid
 ---------------------------------------------------*/
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
/* Grid.end
 ---------------------------------------------------*/
/* Forms
 ---------------------------------------------------*/
/*   buttons themes */
.btn {
  display: inline-block;
  max-width: 236px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  vertical-align: top;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.btn:not(:disabled) {
  cursor: pointer;
}
.btn:focus {
  outline: none;
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn-default {
  color: #333;
  background-color: #e8e8e8;
}
.btn-default:focus,
.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
}
.btn-default:disabled {
  color: #333;
  background-color: #e8e8e8;
}
.btn-default:not(:disabled):active {
  background-color: #bfbfbf;
}
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #6CCAFF 0%, #009AF1 100%);
  box-shadow: 0px 5px 5px rgba(19, 61, 84, 0.05), 0px 20px 50px rgba(26, 166, 245, 0.35);
  border-radius: 100px;
}
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #3c9d45;
}
.btn-primary:disabled {
  color: #fff;
  background-color: #49b953;
}
.btn-primary:not(:disabled):active {
  background-color: #317f38;
}
.btn-secondary {
  color: #fff;
  background-color: #2c90e9;
}
.btn-secondary:focus,
.btn-secondary:hover {
  color: #fff;
  background-color: #167cd6;
}
.btn-secondary:disabled {
  color: #fff;
  background-color: #2c90e9;
}
.btn-secondary:not(:disabled):active {
  background-color: #1266b1;
}
.btn-success {
  color: #fff;
  background-color: #4caf50;
}
.btn-success:focus,
.btn-success:hover {
  color: #fff;
  background-color: #409343;
}
.btn-success:disabled {
  color: #fff;
  background-color: #4caf50;
}
.btn-success:not(:disabled):active {
  background-color: #337636;
}
.btn-danger {
  color: #fff;
  background-color: #e10050;
}
.btn-danger:focus,
.btn-danger:hover {
  color: #fff;
  background-color: #b80041;
}
.btn-danger:disabled {
  color: #fff;
  background-color: #e10050;
}
.btn-danger:not(:disabled):active {
  background-color: #8f0033;
}
.btn-outline-default {
  color: #333;
  background-color: transparent;
  border-color: #333;
}
.btn-outline-default:focus,
.btn-outline-default:hover {
  background-color: rgba(51, 51, 51, 0.08);
}
.btn-outline-default:disabled {
  background-color: transparent;
}
.btn-outline-default:not(:disabled):active {
  background-color: rgba(51, 51, 51, 0.16);
}
.btn-outline-primary {
  color: #49b953;
  background-color: transparent;
  border-color: #49b953;
}
.btn-outline-primary:focus,
.btn-outline-primary:hover {
  background-color: rgba(73, 185, 83, 0.08);
}
.btn-outline-primary:disabled {
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):active {
  background-color: rgba(73, 185, 83, 0.16);
}
.btn-outline-secondary {
  color: #2c90e9;
  background-color: transparent;
  border-color: #2c90e9;
}
.btn-outline-secondary:focus,
.btn-outline-secondary:hover {
  background-color: rgba(44, 144, 233, 0.08);
}
.btn-outline-secondary:disabled {
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):active {
  background-color: rgba(44, 144, 233, 0.16);
}
.btn-outline-success {
  color: #4caf50;
  background-color: transparent;
  border-color: #4caf50;
}
.btn-outline-success:focus,
.btn-outline-success:hover {
  background-color: rgba(76, 175, 80, 0.08);
}
.btn-outline-success:disabled {
  background-color: transparent;
}
.btn-outline-success:not(:disabled):active {
  background-color: rgba(76, 175, 80, 0.16);
}
.btn-outline-danger {
  color: #e10050;
  background-color: transparent;
  border-color: #e10050;
}
.btn-outline-danger:focus,
.btn-outline-danger:hover {
  background-color: rgba(225, 0, 80, 0.08);
}
.btn-outline-danger:disabled {
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):active {
  background-color: rgba(225, 0, 80, 0.16);
}
.btn-flat-default {
  font-weight: 500;
  color: #333;
  background-color: transparent;
}
.btn-flat-default:focus,
.btn-flat-default:hover {
  background-color: rgba(51, 51, 51, 0.08);
}
.btn-flat-default:disabled {
  background-color: transparent;
}
.btn-flat-default:not(:disabled):active {
  background-color: rgba(51, 51, 51, 0.16);
}
.btn-flat-primary {
  font-weight: 500;
  color: #49b953;
  background-color: transparent;
}
.btn-flat-primary:focus,
.btn-flat-primary:hover {
  background-color: rgba(73, 185, 83, 0.08);
}
.btn-flat-primary:disabled {
  background-color: transparent;
}
.btn-flat-primary:not(:disabled):active {
  background-color: rgba(73, 185, 83, 0.16);
}
.btn-flat-secondary {
  font-weight: 500;
  color: #2c90e9;
  background-color: transparent;
}
.btn-flat-secondary:focus,
.btn-flat-secondary:hover {
  background-color: rgba(44, 144, 233, 0.08);
}
.btn-flat-secondary:disabled {
  background-color: transparent;
}
.btn-flat-secondary:not(:disabled):active {
  background-color: rgba(44, 144, 233, 0.16);
}
.btn-flat-success {
  font-weight: 500;
  color: #4caf50;
  background-color: transparent;
}
.btn-flat-success:focus,
.btn-flat-success:hover {
  background-color: rgba(76, 175, 80, 0.08);
}
.btn-flat-success:disabled {
  background-color: transparent;
}
.btn-flat-success:not(:disabled):active {
  background-color: rgba(76, 175, 80, 0.16);
}
.btn-flat-danger {
  font-weight: 500;
  color: #e10050;
  background-color: transparent;
}
.btn-flat-danger:focus,
.btn-flat-danger:hover {
  background-color: rgba(225, 0, 80, 0.08);
}
.btn-flat-danger:disabled {
  background-color: transparent;
}
.btn-flat-danger:not(:disabled):active {
  background-color: rgba(225, 0, 80, 0.16);
}
.btn-link {
  color: #0275d8;
  background-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #0275d8;
  background-color: rgba(0, 0, 0, 0);
}
.btn-link:disabled {
  color: #0275d8;
  background-color: transparent;
}
.btn-link:not(:disabled):active {
  background-color: rgba(0, 0, 0, 0);
}
.btn-link:focus,
.btn-link:not(:disabled):hover {
  text-decoration: underline;
}
.btn:disabled {
  opacity: 0.65;
}
/*   buttons themes.end */
/*   buttons modifications */
.btn-block {
  display: block;
  width: 100%;
}
/*   buttons modifications.end */
/*   base and inputs */
.form-group {
  margin-bottom: 16px;
}
.form-feedback {
  margin: 4px 0 0;
}
.form-helper {
  display: block;
  margin: 4px 0 0;
  color: #333;
}
.form--error {
  color: #e10050;
}
.form--error .input,
.form--error .input:focus {
  border-color: #e10050;
}
.form--disabled {
  color: #636c72;
}
.input {
  display: block;
  width: 100%;
  padding: 6px 9px;
  font-weight: 400;
  font-size: 16px;
  vertical-align: top;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-transition: border-color 0.1s ease-in-out;
  transition: border-color 0.1s ease-in-out;
}
.input option {
  padding-left: 0;
  padding-right: 0;
  font-weight: inherit;
}
.input[type="color"] {
  width: 48px;
  height: 36px;
  padding: 2px 4px;
}
.input:focus {
  outline: none;
  border-color: #5cb3fd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.input:disabled {
  background-color: #eceeef;
}
select.input:not([multiple]):not([size]) {
  padding-right: 24px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -16px center;
  background-repeat: no-repeat;
  background-origin: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea.input {
  min-height: 36px;
}
.input-range {
  width: 100%;
  padding: 10px 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
}
.input-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  background: rgba(185, 185, 185, 0.5);
  border: 0;
  border-radius: 3px;
}
.input-range::-webkit-slider-thumb {
  width: 17px;
  height: 17px;
  margin-top: -7px;
  background: #b9b9b9;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-appearance: none;
}
.input-range::-moz-range-track {
  width: 100%;
  height: 3px;
  background: rgba(185, 185, 185, 0.5);
  border: 0;
  border-radius: 3px;
}
.input-range::-moz-range-thumb {
  width: 13px;
  height: 13px;
  background: #b9b9b9;
  border: 2px solid #fff;
  border-radius: 50%;
}
.input-range:-moz-focusring {
  outline-offset: -1px;
}
.input-range::-ms-track {
  width: 100%;
  height: 3px;
  color: transparent;
  background: transparent;
  border-width: 8px 0;
  border-color: transparent;
}
.input-range::-ms-fill-lower {
  background: #3f51b5;
}
.input-range::-ms-fill-upper {
  background: #b9b9b9;
}
.input-range::-ms-thumb {
  width: 13px;
  height: 13px;
  margin-bottom: -7px;
  background: #b9b9b9;
  border: 2px solid #fff;
  border-radius: 50%;
}
.input-range:hover::-webkit-slider-runnable-track {
  background: #b9b9b9;
}
.input-range:hover::-webkit-slider-thumb {
  background: #3f51b5;
  border-color: #3f51b5;
}
.input-range:hover::-moz-range-track {
  background: #b9b9b9;
}
.input-range:hover::-moz-range-thumb {
  background: #3f51b5;
  border-color: #3f51b5;
}
.input-range:hover::-ms-thumb {
  background: #3f51b5;
  border-color: #3f51b5;
}
.input-range:focus {
  outline: none;
}
.input-range:focus::-webkit-slider-runnable-track {
  background: #b9b9b9;
}
.input-range:focus::-webkit-slider-thumb {
  background: #3f51b5;
}
.input-range:focus::-moz-range-track {
  background: #b9b9b9;
}
.input-range:focus::-moz-range-thumb {
  background: #3f51b5;
}
.input-range:focus::-ms-thumb {
  background: #3f51b5;
}
/*   base and inputs.end */
/*   check and radio */
.form-check {
  position: relative;
  padding-left: 20px;
}
.form-check__input {
  position: absolute;
  margin-top: 5px;
  margin-left: -20px;
}
.form-check__input:not(:disabled),
.form-check__input:not(:disabled) ~ .form-check__label {
  cursor: pointer;
}
.form-check__input:disabled ~ .form-check__label {
  color: #636c72;
}
.form-check__label {
  margin-bottom: 0;
}
.form-check--inline {
  display: inline-block;
  margin-right: 12px;
}
.form-check--no-label .form-check__input {
  position: static;
}
/*   check and radio.end */
/*   custom check */
.custom-check {
  position: relative;
  padding-left: 30px;
}
.custom-check__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.custom-check__input:checked ~ .custom-check__label::before {
  border-color: #2c90e9;
}
.custom-check__input:checked ~ .custom-check__label::after {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
.custom-check__input:focus ~ .custom-check__label::before {
  box-shadow: 0 0 0 2px rgba(92, 179, 253, 0.6);
}
.custom-check__input:not(:disabled) ~ .custom-check__label {
  cursor: pointer;
}
.custom-check__input:disabled ~ .custom-check__label {
  opacity: 0.6;
}
.custom-check__label {
  margin-bottom: 0;
}
.custom-check__label::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 3px solid #2c90e9;
  content: '';
  -webkit-transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}
.custom-check__label::after {
  position: absolute;
  display: block;
  content: '';
  -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
.custom-check__input[type="checkbox"] ~ .custom-check__label::before {
  border-radius: 2px;
}
.custom-check__input[type="checkbox"] ~ .custom-check__label::after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  background: #2c90e9;
}
/*   custom check.end */
/* Forms.end
 ---------------------------------------------------*/
/* Interface
 ---------------------------------------------------*/
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.container,
.container-fluid {
  width: 89%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 576px) {
  .container,
  .container-fluid {
    width: 85%;
  }
}
.container {
  max-width: 1440px;
}
/*   header */
.header {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 88px;
  border-bottom: 1px solid #e1e1e1;
  background: #fff;
}
.header__logo {
  display: block;
  max-height: 80px;
}
/*   header.end */
/*   footer */
.footer {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 88px;
  font-size: 13px;
  color: #808080;
  background: #333;
}
.footer a {
  display: inline-block;
  color: inherit;
}
.footer a + a {
  margin-left: 16px;
}
/*   footer.end */
/* Interface.end
 ---------------------------------------------------*/
/* Slick slider
 ---------------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -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-slider:focus {
  outline: none;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: hand;
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.slick-track::after {
  display: table;
  clear: both;
  content: "";
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.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-slide:focus {
  outline: none;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff;
}
.slick-prev,
.slick-next {
  display: none;
}
@media (min-width: 768px) {
  .slick-prev,
  .slick-next {
    display: block;
    position: absolute;
    width: 28px;
    height: 100%;
    top: 0;
    padding: 0;
    border: none;
    background: transparent;
    outline: none;
    color: transparent;
    opacity: 0.7;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
  }
  .slick-prev::before,
  .slick-next::before {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 0;
    right: 0;
    margin: -9px auto;
    border-width: 3px 3px 0 0;
    border-style: solid;
    border-color: #818a91;
  }
  .slick-prev:hover,
  .slick-next:hover,
  .slick-prev:focus,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
    opacity: 1;
  }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: 0.25;
  }
}
.slick-prev {
  left: -28px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: 0;
}
.slick-prev:before {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.slick-prev:before[dir="rtl"] {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slick-next {
  right: -28px;
}
.slick-next[dir="rtl"] {
  left: 0;
  right: auto;
}
.slick-next:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slick-next:before[dir="rtl"] {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.slick-dots {
  list-style: none;
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15px;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 5;
  opacity: 0.75;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 1px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  line-height: 0;
  outline: none;
  padding: 5px;
  border: 0;
  background: transparent;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.slick-dots li button::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  opacity: 1;
}
.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
  opacity: 1;
}
.slick-dots li.slick-active button::before {
  background-color: #fff;
  border-color: #fff;
}
.slick-dots:hover {
  opacity: 1;
}
/* Slick slider.end
 ---------------------------------------------------*/
/* Content
 ---------------------------------------------------*/
/*  elements */
.rating {
  display: inline-block;
  vertical-align: middle;
  cursor: default;
  font-weight: 500;
  font-size: 16px;
}
.rating__star {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/star-full.png") center / contain no-repeat;
}
.rating__num {
  display: inline-block;
  vertical-align: 2px;
}
.users {
  display: inline-block;
  color: #757d80;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border-bottom: 1px solid #D9D9D9;
}
/*   elements.end */
/*   games grid */
.games-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  padding: 40px 0 80px;
}
.games-grid.nbp {
  padding-bottom: 20px;
}
.games-grid__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .games-grid__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .games-grid__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33333333%;
        -ms-flex: 1 1 33.33333333%;
            flex: 1 1 33.33333333%;
    max-width: 33.33333333%;
  }
}
.games-grid__show-more {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: block;
  width: 100%;
  margin-left: 15px;
  padding: 20px;
  font-weight: 400;
  font-size: 14px;
  text-decoration: underline;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #999;
  background: #f2f2f2;
  border: 1px solid #d9d9d9;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -webkit-transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.games-grid__show-more:focus {
  outline: none;
}
.games-grid__show-more:focus,
.games-grid__show-more:hover {
  background-color: rgba(242, 242, 242, 0.08);
}
.games-grid__show-more:active {
  background-color: rgba(242, 242, 242, 0.16);
}
.category_head {
  display: block;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  color: #666e74;
  padding-bottom: 15px;
  padding-left: 15px;
}
.category_head::before {
  padding-right: 20px;
  vertical-align: -20%;
}
.category_head.recommend::before {
  content: url("../img/icon-prem.svg");
}
.category_head.popular::before {
  content: url("../img/icon-star.svg");
}
.category_divide {
  border-bottom: 1px solid #e1e1e1;
}
.game-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  border: 1px solid #d9d9d9;
  background: #fff;
}
.game-card__img-wrap {
  position: relative;
  overflow: hidden;
}
.game-card__img-wrap::before {
  display: block;
  padding-top: 63.5%;
  content: '';
}
.game-card__img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.game-card__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 20px;
}
.game-card__info {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 16px;
}
.game-card__name {
  margin-bottom: 0;
  line-height: 1;
  font-weight: bold;
  font-size: 20px;
  color: #2f3233;
}
.game-card__rating {
  margin-right: 10px;
}
.game-card__rating .rating__star {
  width: 10px;
  height: 10px;
}
.game-card__users {
  padding-left: 13px;
  font-size: 10px;
  background-size: 8px 10px;
}
.game-card__btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 160px;
      -ms-flex: 0 1 160px;
          flex: 0 1 160px;
}
/*   games grid.end */
/*   games page */
.game-header {
  padding-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.game-header__ico-wrap {
  overflow: hidden;
  width: 96px;
  height: 96px;
  margin-right: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 575px) {
  .game-header__ico-wrap {
    width: 50px;
    height: 50px;
    margin-right: 14px;
  }
}
.game-header__ico {
  display: block;
  width: 100%;
}
.game-header__info {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 16px;
  padding-right: 16px;
}
.game-header__name {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 32px;
  font-weight: bold;
  color: #2f3233;
}
@media screen and (max-width: 575px) {
  .game-header__name {
    font-size: 24px;
  }
}
.game-header__rating {
  margin-right: 10px;
  padding-right: 14px;
  border-right: 1px solid #e6e6e6;
}
@media screen and (max-width: 575px) {
  .game-header__rating {
    margin-right: 6px;
    padding-right: 8px;
  }
  .game-header__rating .rating__star {
    width: 12px;
    height: 12px;
  }
  .game-header__rating .rating__num {
    vertical-align: 0;
  }
}
.game-header__btn {
  margin-top: 16px;
  margin-bottom: 40px;
  padding: 24px 30px;
  font-size: 18px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .game-header__btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 340px;
        -ms-flex: 0 1 340px;
            flex: 0 1 340px;
    font-size: 22px;
  }
}
.game-body {
  margin-top: 40px;
}
.game-body__meta-col {
  padding: 24px;
  gap: 24px;
  box-sizing: border-box;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  margin-bottom: 10px;
}
.game-body__desc-col {
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .game-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .game-body__meta-col {
    -webkit-box-flex: 0;
    margin-left: 5%;
  }
  .game-body__desc-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 52.333333%;
        -ms-flex: 0 0 52.333333%;
            flex: 0 0 52.333333%;
    max-width: 52.333333%;
    
  }
}
.game-cover {
  display: block;
  border: 1px solid #d9d9d9;
}

.game-meta-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #262626
}
.game-meta-table {
  width: 100%;
  margin-bottom: 16px;
  font-weight: 400;
  color: #3d3d3d;
  background-color: transparent;
}
.game-meta-table td,
.game-meta-table th {
  vertical-align: bottom;
  white-space: nowrap;
}
.game-meta-table td:first-child,
.game-meta-table th:first-child {
  padding-left: 0;
}
.game-meta-table td:last-child,
.game-meta-table th:last-child {
  padding-right: 0;
}
.game-meta-table th {
  font-weight: 500;
  font-size: 16px;
  color: #808080;
/*  width: 1px;*/
/*  padding-right: 30px;*/
}

.game-meta-table th:before {
    padding-right: 10px;
    position: relative;
    top: 5px;
}

.row_system:before {
  content: url("../img/system.png");
}
.row_product:before {
  content: url("../img/product.png");
}
.row_license:before {
  content: url("../img/license.png");
}
.row_requirements:before {
  content: url("../img/requirements.png");
}

.game-meta-checkbox {
  font-weight: 500;
}
.desc-slider {
  margin-bottom: 24px;
  border-bottom: 1px solid #f0f0f0;
}
.desc-slider__slide img {
  margin: 0 auto;
}
.desc-slider__thumb {
  margin: 24px 10px;
  box-shadow: 0 0 0 3px #e6e6e6;
  -webkit-transition: box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out;
}
.desc-slider__thumb.slick-current {
  box-shadow: 0 0 0 3px #4a90e2, 0 7px 15px 0 rgba(44, 144, 233, 0.34);
}
.desc-slider .slick-prev {
  left: 0;
}
.desc-slider .slick-next {
  right: 0;
}
.game-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  color: #242424;
}
/*   games page.end */
/*   suggestions section */
.suggestions-section {
  padding-top: 40px;
  padding-bottom: 100px;
  background: #f5f5f5;
  border-top: 1px solid #e0e0e0;
}
.suggestions-title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.suggestions-card {
  display: block;
  width: 220px;
  margin: 0 12.4px;
  padding: 24px;
  color: #333;
  text-decoration: none;
  text-align: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
.suggestions-card__img {
  width: 36px;
  height: 36px;
  display: block;
  margin: 0 auto 12px;
}
.suggestions-card__name {
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: bold;
}
.suggestions-card__rating .rating__star {
  width: 12px;
  height: 12px;
}
/*   suggestions section.end */
/* Content.end
 ---------------------------------------------------*/
/* Helpers
 ---------------------------------------------------*/
/*   misc */
[hidden],
.hidden {
  display: none !important;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.clearfix::after {
  display: table;
  clear: both;
  content: "";
}
.close {
  display: block;
  width: 29px;
  height: 29px;
  padding: 0;
  background-color: transparent;
  border: 0;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  -webkit-appearance: none;
}
.close::before,
.close::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 2px;
  height: 18px;
  margin: auto;
  background-color: #595959;
  border-radius: 1px;
  content: '';
}
.close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.close:focus {
  outline: none;
}
.close:focus,
.close:hover {
  opacity: 0.9;
}
.close:active {
  opacity: 1;
}
.close:not(:disabled) {
  cursor: pointer;
}
/*   misc.end */
/*   displaying */
.d-b {
  display: block !important;
}
.d-ib {
  display: inline-block !important;
}
.d-f {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-if {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
/*   displaying.end */
/*   typography.end */
.ff-m {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.fs-i {
  font-style: italic !important;
}
.fw-l {
  font-weight: 300 !important;
}
.fw-n {
  font-weight: 400 !important;
}
.fw-m {
  font-weight: 500 !important;
}
.fw-b {
  font-weight: 700 !important;
}
.fz-h6 {
  font-size: 1rem !important;
}
.fz-h5 {
  font-size: 1.25rem !important;
}
.fz-h4 {
  font-size: 1.5rem !important;
}
.fz-h3 {
  font-size: 1.75rem !important;
}
.fz-h2 {
  font-size: 2rem !important;
}
.fz-h1 {
  font-size: 2.5rem !important;
}
.fz-base {
  font-size: 16px !important;
}
.fz-xxl {
  font-size: 22px !important;
}
.fz-xl {
  font-size: 20px !important;
}
.fz-lg {
  font-size: 18px !important;
}
.fz-sm {
  font-size: 14px !important;
}
.fz-xs {
  font-size: 12px !important;
}
.fz-xxs {
  font-size: 10px !important;
}
.ta-l {
  text-align: left !important;
}
.ta-r {
  text-align: right !important;
}
.ta-c {
  text-align: center !important;
}
.ta-j {
  text-align: justify !important;
}
.tt-l {
  text-transform: lowercase !important;
}
.tt-u {
  text-transform: uppercase !important;
}
.tt-c {
  text-transform: capitalize !important;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*   typography.end */
/*   vertical align */
.val-base {
  vertical-align: baseline !important;
}
.val-t {
  vertical-align: top !important;
}
.val-m {
  vertical-align: middle !important;
}
.val-b {
  vertical-align: bottom !important;
}
.val-tb {
  vertical-align: text-bottom !important;
}
.val-tt {
  vertical-align: text-top !important;
}
/*   vertical align.end */
/*   colors */
.c-base {
  color: #333 !important;
}
.c-white {
  color: #fff !important;
}
.c-black {
  color: #000 !important;
}
.c-muted {
  color: #9e9e9e !important;
}
.c-default {
  color: #e8e8e8 !important;
}
.c-primary {
  color: #49b953 !important;
}
.c-secondary {
  color: #2c90e9 !important;
}
.c-success {
  color: #4caf50 !important;
}
.c-danger {
  color: #e10050 !important;
}
.bg-body {
  background-color: #fcfcfc !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-black {
  background-color: #000 !important;
}
.bg-muted {
  background-color: #9e9e9e !important;
}
.bg-default {
  background-color: #e8e8e8 !important;
}
.bg-primary {
  background-color: #49b953 !important;
}
.bg-secondary {
  background-color: #2c90e9 !important;
}
.bg-success {
  background-color: #4caf50 !important;
}
.bg-danger {
  background-color: #e10050 !important;
}
/*   colors.end */
/*   spacing */
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 4px !important;
}
.m-2 {
  margin: 8px !important;
}
.m-3 {
  margin: 16px !important;
}
.m-4 {
  margin: 24px !important;
}
.m-5 {
  margin: 48px !important;
}
.m-auto {
  margin: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 4px !important;
}
.mt-2 {
  margin-top: 8px !important;
}
.mt-3 {
  margin-top: 16px !important;
}
.mt-4 {
  margin-top: 24px !important;
}
.mt-5 {
  margin-top: 48px !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 4px !important;
}
.mr-2 {
  margin-right: 8px !important;
}
.mr-3 {
  margin-right: 16px !important;
}
.mr-4 {
  margin-right: 24px !important;
}
.mr-5 {
  margin-right: 48px !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 4px !important;
}
.mb-2 {
  margin-bottom: 8px !important;
}
.mb-3 {
  margin-bottom: 16px !important;
}
.mb-4 {
  margin-bottom: 24px !important;
}
.mb-5 {
  margin-bottom: 48px !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: 4px !important;
}
.ml-2 {
  margin-left: 8px !important;
}
.ml-3 {
  margin-left: 16px !important;
}
.ml-4 {
  margin-left: 24px !important;
}
.ml-5 {
  margin-left: 48px !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 4px !important;
}
.p-2 {
  padding: 8px !important;
}
.p-3 {
  padding: 16px !important;
}
.p-4 {
  padding: 24px !important;
}
.p-5 {
  padding: 48px !important;
}
.p-auto {
  padding: auto !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 4px !important;
}
.pt-2 {
  padding-top: 8px !important;
}
.pt-3 {
  padding-top: 16px !important;
}
.pt-4 {
  padding-top: 24px !important;
}
.pt-5 {
  padding-top: 48px !important;
}
.pt-auto {
  padding-top: auto !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 4px !important;
}
.pr-2 {
  padding-right: 8px !important;
}
.pr-3 {
  padding-right: 16px !important;
}
.pr-4 {
  padding-right: 24px !important;
}
.pr-5 {
  padding-right: 48px !important;
}
.pr-auto {
  padding-right: auto !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 4px !important;
}
.pb-2 {
  padding-bottom: 8px !important;
}
.pb-3 {
  padding-bottom: 16px !important;
}
.pb-4 {
  padding-bottom: 24px !important;
}
.pb-5 {
  padding-bottom: 48px !important;
}
.pb-auto {
  padding-bottom: auto !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-1 {
  padding-left: 4px !important;
}
.pl-2 {
  padding-left: 8px !important;
}
.pl-3 {
  padding-left: 16px !important;
}
.pl-4 {
  padding-left: 24px !important;
}
.pl-5 {
  padding-left: 48px !important;
}
.pl-auto {
  padding-left: auto !important;
}
/*   spacing.end */
/*   float */
.fl-l {
  float: left !important;
}
.fl-r {
  float: right !important;
}
.fl-n {
  float: none !important;
}
/*   float.end */
/*   sizing */
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
/*   sizing.end */
/*   flex */
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
.align-self-start {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important;
}
.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important;
}
.align-self-end {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}
.flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}
.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
}
/*   flex.end */
/* Helpers.end
 ---------------------------------------------------*/
.footer_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-transform: uppercase;
  align-items: center;
}

