@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

input:focus, textarea:focus, a:focus, button:focus, select:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del, s, strike {
  text-decoration: line-through; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article, aside, details, figcaption, figure, fieldset, footer, header, hgroup, main, nav, section, summary {
  display: block;
  margin: 0; }

ul, ol {
  list-style: none; }

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

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

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

@media (min-width: 1800px) {
  .container {
    max-width: 1600px; } }

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

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

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

.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 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

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

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

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

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

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

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

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

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1800px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.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: flex !important; }

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .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: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1800px) {
  .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: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

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

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

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

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

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

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

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

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

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

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

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

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

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1800px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.gutters-large {
  margin-right: -10px;
  margin-left: -10px; }

@media (min-width: 769px) {
  .gutters-large {
    margin-right: -30px;
    margin-left: -30px; } }

.gutters-large > .col,
.gutters-large > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px; }

@media (min-width: 769px) {
  .gutters-large > .col,
  .gutters-large > [class*="col-"] {
    padding-right: 30px;
    padding-left: 30px; } }

@media (min-width: 769px) {
  .container-gutter-large {
    padding-left: 30px;
    padding-right: 30px; } }

@media (max-width: 575px) {
  .container-gutter-large {
    padding-left: 10px;
    padding-right: 10px; } }

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

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

html,
body {
  min-height: 100%; }

html.is-scroll-none,
body.is-scroll-none {
  overflow: hidden;
  height: 100%; }

html.is-scroll-none body,
body.is-scroll-none body {
  overflow: hidden;
  height: 100%; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type='number'] {
  -moz-appearance: textfield; }

html {
  -webkit-overflow-scrolling: touch; }

body {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  min-width: 320px;
  background-color: #fff; }

body.js-block-scroll {
  overflow-y: hidden; }

th {
  font-weight: inherit; }

body,
input,
button,
select,
textarea {
  font-family: "Montserrat", "sans-serif", Helvetica, sans-serif; }

li {
  list-style-type: none; }

.clear {
  clear: both; }

.text {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

pre,
code {
  font-family: monospace; }

a {
  display: inline-block;
  outline: none;
  text-decoration: none;
  cursor: pointer; }

img {
  position: relative;
  display: inline-block;
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
  font: 300 12px/1 "sans-serif", Helvetica, sans-serif;
  text-align: center; }

img:after {
  content: "Broken Image of " attr(alt);
  display: block;
  color: #646464;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; }

svg {
  pointer-events: all; }

input,
textarea {
  appearance: none;
  box-shadow: none; }

textarea {
  resize: none; }

input {
  vertical-align: middle;
  margin: 0;
  padding: 0; }

input ::-ms-clear,
input ::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none; }

button,
input[type='reset'],
input[type='submit'],
input[type='button'],
input[type='image'] {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: none;
  outline: 0;
  border: 0;
  cursor: pointer;
  vertical-align: middle;
  text-align: center; }

label {
  cursor: pointer; }

@media (max-width: 767px) {
  .hide-mobile {
    display: none; } }

@media (min-width: 769px) {
  .visible-mobile {
    display: none !important; } }

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden; }

.main {
  flex: 1; }

@media (min-width: 769px) {
  .main--general .header {
    position: absolute;
    min-height: 120px;
    left: 0;
    right: 0;
    margin: auto; } }

.main:not(.main--general) {
  padding-top: 20px; }

@media (max-width: 575px) {
  .main:not(.main--general) {
    padding-top: 0; } }

@media (min-width: 1201px) {
  .main:not(.main--general) {
    padding-top: 40px; } }

.general-text {
  color: #fdc02b;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 3.6px; }

@media (max-width: 1199px) {
  .general-text {
    font-size: 40px; } }

.general-text .small-text {
  color: #37373b;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.84px;
  position: relative;
  padding-left: 35px;
  margin-left: 5px; }

.general-text .small-text:before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #37373b;
  margin-right: 5px;
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0px; }

.border-line {
  border-top: 2px solid #e0e0e0;
  position: relative;
  width: 100%; }

.border-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 50%;
  height: 2px;
  background-color: #fdc02b; }

.general-title {
  color: #000;
  font-size: 50px;
  line-height: 1;
  font-weight: 500;
  flex: 0 0 auto;
  margin-bottom: 40px; }

@media (max-width: 1799px) {
  .general-title {
    margin-bottom: 20px;
    font-size: 35px; } }

@media (max-width: 768px) {
  .general-title {
    font-size: 25px; } }

@media (max-width: 576px) {
  .text-xs-center {
    text-align: center; } }

.ellip {
  display: block;
  height: 100%; }

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%; }

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden; }

.table--responsive {
  overflow-y: hidden; }

@media (max-width: 767px) {
  .js-category-list {
    display: none; } }

.js-arrow {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

@media (min-width: 768px) {
  .js-arrow {
    display: none; } }

.section {
  padding-top: 45px;
  padding-bottom: 45px; }

.section--yellow {
  background-color: #fdc02b; }

.section--grey {
  background-color: #f7f5f5; }

.section__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px; }

.section__head .section-title {
  margin-bottom: 0; }

@media (max-width: 1199px) {
  .section__head .section-subtitle {
    display: none; } }

@media (max-width: 767px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px; } }

@media (max-width: 575px) {
  .section {
    padding-top: 20px;
    padding-bottom: 20px; } }

.page-title {
  color: #000000;
  font-size: 45px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 30px; }

.page-title:after {
  content: '';
  width: 80px;
  height: 6px;
  background-color: #fdc02b;
  margin-top: 15px; }

.page-title--dark-line:after {
  background-color: #000; }

@media (max-width: 575px) {
  .page-title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px; } }

.page-subtitle {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 50px; }

.page-subtitle:after {
  content: '';
  width: 80px;
  height: 6px;
  background-color: #fdc02b;
  margin-top: 15px; }

.page-subtitle--dark-line:after {
  background-color: #000; }

.page-text {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 28px; }

@media (min-width: 577px) {
  .page-text {
    text-align: center; } }

@media (max-width: 767px) {
  .page-text {
    font-size: 14px;
    line-height: 20px; } }

.section-title {
  color: #000000;
  font-size: 45px;
  font-weight: 600;
  position: relative;
  padding-left: 94px;
  margin-bottom: 30px;
  line-height: 1; }

.section-title:before {
  content: '';
  width: 80px;
  height: 6px;
  background-color: #fdc02b;
  position: absolute;
  left: 0;
  bottom: 7px; }

@media (min-width: 768px) and (max-width: 1199px) {
  .section-title {
    margin-left: -94px; } }

@media (max-width: 1199px) {
  .section-title {
    margin-bottom: 20px;
    font-size: 40px; } }

@media (max-width: 767px) {
  .section-title {
    font-size: 30px;
    margin-bottom: 15px;
    padding-left: 42px; }
  .section-title:before {
    width: 32px; } }

.section-subtitle {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding-left: 47px;
  line-height: 1;
  text-transform: uppercase; }

.section-subtitle:hover {
  text-decoration: underline; }

.section-subtitle:before {
  content: '';
  width: 34px;
  height: 3px;
  background-color: #fdc02b;
  position: absolute;
  left: 0;
  bottom: 2px; }

.section-subtitle--mobile {
  margin-bottom: 0;
  padding-left: 0;
  padding-top: 20px; }

@media (max-width: 1199px) {
  .section-subtitle--mobile {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 15px; }
  .section-subtitle--mobile:before {
    position: relative;
    left: inherit;
    margin-top: 9px; } }

@media (min-width: 1200px) {
  .section-subtitle--mobile {
    display: none; } }

.subtitle {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center; }

@media (max-width: 767px) {
  .subtitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px; } }

.rating-title {
  color: #8e8c8c;
  font-size: 11px;
  font-weight: 500;
  line-height: 18px; }

.rating__list {
  display: flex;
  margin-left: -1px;
  margin-right: -1px;
  margin-bottom: 3px; }

.rating__item {
  margin-left: 1px;
  margin-right: 1px; }

.rating__item svg {
  fill: #c1c1c1; }

.rating__item.active svg {
  fill: #fdc02b; }

.link-form {
  width: 120px;
  height: 120px;
  background-color: #fdc02b;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1; }

@media (min-width: 768px) and (max-width: 1199px) {
  .link-form {
    position: fixed;
    right: 30px;
    bottom: 150px; } }

.link-form__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  color: #000; }

.link-form__icon {
  transform: scale(0.6); }

@media (min-width: 1200px) {
  .link-form--general {
    position: fixed;
    right: 30px;
    bottom: 50px; } }

.fix-link {
  position: fixed;
  top: 30%;
  left: 0;
  width: 96px;
  height: 75px; }

@media (max-width: 1799px) {
  .fix-link {
    display: none; } }

.subscription {
  display: flex;
  width: 100%;
  text-align: left; }

@media (max-width: 1199px) {
  .subscription {
    flex-direction: column;
    margin-bottom: 26px;
    align-items: center; } }

.subscription__info {
  padding-right: 20px;
  flex: 0 0 auto; }

@media (max-width: 1199px) {
  .subscription__info {
    padding-right: 0; } }

.subscription__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px; }

@media (max-width: 1199px) {
  .subscription__title {
    margin-bottom: 10px; } }

.subscription__subtitle {
  font-size: 14px;
  font-weight: 500; }

@media (max-width: 1199px) {
  .subscription__subtitle {
    margin-bottom: 18px; } }

.subscription-form {
  width: 100%; }

.subscription-form__inner {
  display: flex;
  position: relative; }

@media (max-width: 1199px) {
  .subscription-form__inner {
    justify-content: center; } }

.subscription-form input::-webkit-input-placeholder {
  text-indent: 0;
  transition: all 0.7s ease; }

.subscription-form input::-moz-placeholder {
  text-indent: 0;
  transition: all 0.7s ease; }

.subscription-form input:-moz-placeholder {
  text-indent: 0;
  transition: all 0.7s ease; }

.subscription-form input:-ms-input-placeholder {
  text-indent: 0;
  transition: all 0.7s ease; }

.subscription-form input:focus::-webkit-input-placeholder {
  text-indent: 50px;
  transition: all 0.7s ease;
  opacity: 0; }

.subscription-form input:focus::-moz-placeholder {
  text-indent: 50px;
  transition: all 0.7s ease;
  opacity: 0; }

.subscription-form input:focus:-moz-placeholder {
  text-indent: 50px;
  transition: all 0.7s ease;
  opacity: 0; }

.subscription-form input:focus:-ms-input-placeholder {
  text-indent: 50px;
  transition: all 0.7s ease;
  opacity: 0; }

.subscription-form textarea::-webkit-input-placeholder {
  text-indent: 0;
  transition: all 0.7s ease; }

.subscription-form textarea::-moz-placeholder {
  text-indent: 0;
  transition: all 0.7s ease; }

.subscription-form textarea:-moz-placeholder {
  text-indent: 0;
  transition: all 0.7s ease; }

.subscription-form textarea:-ms-input-placeholder {
  text-indent: 0;
  transition: all 0.7s ease; }

.subscription-form textarea:focus::-webkit-input-placeholder {
  text-indent: 50px;
  transition: all 0.7s ease;
  opacity: 0; }

.subscription-form textarea:focus::-moz-placeholder {
  text-indent: 50px;
  transition: all 0.7s ease;
  opacity: 0; }

.subscription-form textarea:focus:-moz-placeholder {
  text-indent: 50px;
  transition: all 0.7s ease;
  opacity: 0; }

.subscription-form textarea:focus:-ms-input-placeholder {
  text-indent: 50px;
  transition: all 0.7s ease;
  opacity: 0; }

.subscription-form input::-webkit-input-placeholder {
  color: #8d8d8d;
  font-size: 14px; }

.subscription-form input:-moz-placeholder {
  color: #8d8d8d;
  font-size: 14px; }

.subscription-form input::-moz-placeholder {
  color: #8d8d8d;
  font-size: 14px; }

.subscription-form input:-ms-input-placeholder {
  color: #8d8d8d;
  font-size: 14px; }

.subscription-form__button {
  width: 38px;
  height: 38px;
  background-color: #fdc02b;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.subscription-form__button:hover {
  opacity: .8; }

.subscription-form__input-wrap {
  height: 38px;
  border: 1px solid #c2c2c2;
  border-right: none;
  position: relative;
  width: 100%;
  max-width: 300px; }

.subscription-form__input-wrap:after {
  content: '';
  width: 17px;
  height: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  background-image: url("../img/envelope.png"); }

.subscription-form__input {
  background-color: #ffffff;
  border: none;
  padding-left: 17px;
  height: 36px;
  padding-right: 30px; }

.caption {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 0.56px;
  position: relative;
  margin-top: 20px; }

.caption:before {
  content: '';
  width: 34px;
  height: 3px;
  background-color: #000000; }

.caption:after {
  content: '';
  width: 34px;
  height: 3px;
  background-color: #000000; }

.caption--yellow-line:after, .caption--yellow-line:before {
  background-color: #fdc02b; }

.caption__inner {
  margin-left: 13px;
  margin-right: 13px;
  color: #000000;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.caption__inner:hover {
  border-color: #000; }

.text-small {
  font-size: 14px;
  line-height: 20px;
  color: #353535; }

.link {
  display: inline-flex;
  color: #353535;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.96px;
  align-items: center; }

.link:hover .link__title {
  border-color: #353535; }

.link__icon {
  margin-right: 8px; }

.link__title {
  color: #353535;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.96px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.mb-70 {
  margin-bottom: 70px; }

.mb-50 {
  margin-bottom: 50px; }

@media (max-width: 767px) {
  .remove-mobile-padding {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 767px) {
  .sub-menu {
    display: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .show-dropdown {
    display: block; } }

@media all and (min-width: 768px) {
  .nav-item::before {
    background: none; }
  .menu-toggle {
    display: none; }
  nav ul ul {
    display: none;
    position: absolute; }
  nav ul li:hover > ul {
    display: block;
    padding-left: 0;
    z-index: 1; } }

@media all and (min-width: 768px) and (min-width: 769px) {
  nav ul li:hover > ul {
    text-align: left; } }

@media (min-width: 769px) {
  .menu li:hover > ul {
    background-color: rgba(255, 255, 255, 0.4);
    padding-left: 10px;
    padding-right: 10px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

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

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

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

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

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

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

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

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

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

.slick-slide.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-arrow.slick-hidden {
  display: none; }

.vertical-dots .slick-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2%;
  display: flex;
  flex-direction: column;
  left: auto;
  width: auto; }

.slider:not(.slick-initialized) {
  display: none; }

.dots-white .slick-dots li.slick-active {
  border-color: #fff; }

.dots-white .slick-dots li.slick-active button, .dots-white .slick-dots li button {
  background-color: #fff; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/../../fonts/slick/slick.eot");
  src: url("./fonts/../../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/../../fonts/slick/slick.woff") format("woff"), url("./fonts/../../fonts/slick/slick.ttf") format("truetype"), url("./fonts/../../fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  box-shadow: 4px 2px 13px rgba(0, 0, 0, 0.51);
  background-color: #ffffff;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
  z-index: 2; }

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none; }

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  border-color: #fdc02b; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev:before,
.slick-next:before {
  content: '';
  width: 10px;
  height: 10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.slick-prev {
  left: 0px; }

[dir="rtl"] .slick-prev {
  left: auto;
  right: 0px; }

.slick-prev:before {
  transform: rotate(135deg);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform-origin: 50% 0;
  margin-left: 10px;
  margin-top: 15px; }

.slick-next {
  right: 0px; }

[dir="rtl"] .slick-next {
  left: 0px;
  right: auto; }

.slick-next:before {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform-origin: 50% 0;
  transform: rotate(-45deg);
  margin-right: 10px; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 40px; }

.slick-dots {
  position: absolute;
  bottom: -35px;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center; }

.slick-dots li {
  width: 17px;
  height: 17px;
  border: 1px solid transparent;
  background-color: transparent;
  position: relative;
  font-size: 0;
  margin: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }

.slick-dots li button {
  font-size: 0;
  display: flex;
  width: 7px;
  height: 7px;
  background-color: #8d8d8d;
  border-radius: 50%; }

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75; }

.slick-dots li.slick-active {
  border-color: #000; }

.slick-dots li.slick-active button {
  background-color: #000; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active, .mfp-close.nice-select.open {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active, .mfp-arrow.nice-select.open {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 0px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 38px;
  outline: none;
  padding-left: 10px;
  padding-right: 22px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  color: #909090; }

.nice-select:hover {
  border-color: #dbdbdb; }

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #cfcece; }

.nice-select:after {
  border-bottom: 2px solid #cfcece;
  border-right: 2px solid #cfcece;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px; }

.nice-select.open:after {
  transform: rotate(-135deg); }

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0); }

.nice-select.disabled {
  border-color: #ededed;
  color: #cfcece;
  pointer-events: none; }

.nice-select.disabled:after {
  border-color: white; }

.nice-select.wide {
  width: 100%; }

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important; }

.nice-select.right {
  float: right; }

.nice-select.right .list {
  left: auto;
  right: 0; }

.nice-select.small {
  font-size: 12px;
  height: 30px;
  line-height: 28px; }

.nice-select.small:after {
  height: 4px;
  width: 4px; }

.nice-select.small .option {
  line-height: 28px;
  min-height: 28px; }

.nice-select .list {
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-20px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%; }

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important; }

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 38px;
  list-style: none;
  min-height: 38px;
  outline: none;
  padding-left: 10px;
  padding-right: 21px;
  text-align: left;
  transition: all 0.2s; }

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6; }

.nice-select .option.selected {
  font-weight: bold; }

.nice-select .option.disabled {
  background-color: transparent;
  color: #cfcece;
  cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.btn {
  min-height: 44px;
  min-width: 200px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  color: #000000;
  font-weight: 700;
  background-color: #fdc02b;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  cursor: pointer; }

.btn:hover {
  background-color: #fad944; }

@media (max-width: 1199px) {
  .btn {
    min-height: 40px;
    font-size: 13px;
    min-width: 150px; } }

.btn__icon-left {
  margin-right: 10px; }

@media (max-width: 1199px) {
  .btn__arrow {
    transform: scale(0.6); } }

.btn--red {
  background-color: #c92228;
  color: #fff; }

.btn--red:hover {
  background-color: #ff0009; }

.btn .symbol {
  font-size: 20px;
  margin-left: 10px; }

.btn-menu {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center; }

@media (max-width: 767px) {
  .btn-menu {
    margin-bottom: 15px; } }

.btn-menu span {
  width: 33px;
  height: 3px;
  background: #000000;
  display: block;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.btn-menu span:first-child, .btn-menu span:last-child {
  width: 23px; }

.btn-menu span + span {
  margin-top: 7px; }

@media (min-width: 768px) {
  .btn-menu {
    order: 2; } }

@media (min-width: 1200px) {
  .btn-menu {
    display: none; } }

.btn-link {
  padding-left: 16px;
  padding-right: 12px;
  max-width: 160px;
  white-space: nowrap; }

.btn-link .icon {
  margin-right: 12px; }

label input[type=radio] {
  display: none; }

.delete.icon {
  background: url("../img/close.svg") center no-repeat;
  width: 9px;
  height: 9px;
  color: #000;
  margin-left: 5px;
  background-size: contain; }

.radio-btn {
  padding-left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }

.radio-btn__title {
  color: #000;
  font-size: 16px;
  font-weight: 400; }

.radio-btn .icon {
  width: 18px;
  height: 18px;
  border: 1px solid #e1dfe2;
  flex: 0 0 auto;
  border-radius: 50%;
  margin-right: 14px;
  position: relative; }

.radio-btn [type=radio]:checked + .icon + .radio-btn__title {
  color: #fdc02b; }

.radio-btn [type=radio]:checked + .icon:before {
  width: 8px;
  height: 8px;
  background-color: #fdc02b;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: ""; }

.checkbox-wrap input[type=checkbox] {
  display: none; }

.checkbox-wrap .icon {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  background-color: #fff;
  vertical-align: middle;
  flex: 0 0 auto; }

.checkbox-wrap .icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

[type=checkbox]:checked + .icon:before,
[type=checkbox][value=true] + .icon:before {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/icon-checked.png") center no-repeat;
  width: 12px;
  height: 10px; }

.checkbox-wrap {
  display: flex;
  align-items: center; }

.checkbox__title {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin-left: 12px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.to-top {
  position: fixed;
  right: 50px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  padding-left: 10px;
  z-index: 2; }

.to-top__text {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  color: #000;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  margin-left: -10px; }

.to-top:hover {
  background-color: #fff; }

@media (max-width: 1199px) {
  .to-top {
    display: none !important; } }

.btn-close {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 14px; }

.btn-close:hover {
  color: #fdc02b; }

.btn-more {
  display: flex;
  align-items: center;
  cursor: pointer; }

.btn-more__wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px; }

.btn-more__title {
  color: #fdc02b;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin-left: 10px; }

.button-more {
  display: flex;
  align-items: center; }

.button-more__title {
  color: #353535;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  border-bottom: 1px solid transparent;
  margin-right: 7px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.button-more--dotted .button-more__title {
  border-bottom: 1px dashed #353535; }

.button-more:hover .button-more__title {
  border-bottom: 1px solid #353535; }

.popup {
  width: 1000px;
  margin: 0 auto;
  background-color: #fdc02b;
  position: relative;
  max-width: 100%;
  padding: 20px; }

.popup .contact-form__title {
  margin-bottom: 40px; }

@media (max-width: 767px) {
  .popup .contact-form__title {
    margin-bottom: 20px; } }

.popup .contact-form__title:before {
  position: relative;
  left: inherit;
  top: inherit;
  bottom: inherit;
  margin: 0;
  margin-bottom: 20px; }

.popup .contact-form__column-info {
  justify-content: center; }

@media (max-width: 767px) {
  .popup .contact-form__column-info {
    margin-bottom: 20px; } }

.mfp-close-btn-in .mfp-close {
  color: #000; }

.header {
  position: relative;
  z-index: 4; }

@media (min-width: 1200px) {
  .header .telephone {
    order: 2; } }

.header__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px; }

@media (max-width: 575px) {
  .header__inner {
    padding-bottom: 10px; } }

@media (max-width: 767px) {
  .header__inner {
    flex-direction: column; } }

@media (max-width: 767px) {
  .header__logo {
    margin-bottom: 15px; } }

.header__logo-mobile {
  margin-bottom: 14px; }

.header__mobile-memu-panel {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  order: -2; }

@media (min-width: 769px) {
  .header__mobile-memu-panel {
    display: none; } }

.header.is-open .navigation {
  margin-top: 0px;
  visibility: visible;
  opacity: 1; }

.header__contacts {
  width: 100%; }

@media (max-width: 1199px) {
  .header__contacts {
    margin-right: 20px;
    width: 43%;
    max-width: 140px; } }

.selected {
  font-weight: 700; }

.button-open-search {
  padding: 10px 20px;
  cursor: pointer; }

@media (min-width: 1201px) {
  .button-open-search {
    margin-right: 20px; } }

.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

@media (min-width: 1201px) {
  .menu {
    flex: 1; } }

.menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0); }

.menu ul {
  visibility: hidden;
  opacity: 0;
  transform: translate(0px, 20px);
  transition: all 0.2s ease-out;
  position: absolute;
  width: max-content;
  padding-top: 10px; }

@media (max-width: 1199px) {
  .menu ul {
    position: relative; } }

.menu ul li {
  margin-bottom: 10px;
  position: relative; }

.menu__item {
  position: relative; }

.menu__link {
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 0.72px;
  position: relative;
  display: inline-block; }

.menu__link:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #fdc02b;
  transition: width .3s; }

.menu__link:hover::after {
  width: 100%; }

@media (max-width: 1199px) {
  .menu__link {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px; } }

.menu__link {
  margin-right: 40px; }

@media (max-width: 1799px) {
  .menu__link {
    margin-right: 30px; } }

@media (max-width: 1199px) {
  .menu__link {
    margin-right: 0; } }

@media (max-width: 1199px) {
  .menu {
    margin-right: inherit;
    flex-direction: column;
    align-items: center;
    width: 100%; } }

.mobile-elements {
  display: flex;
  flex-direction: column;
  align-items: center; }

@media (min-width: 1200px) {
  .mobile-elements {
    display: none; } }

.btn-close-menu {
  margin-bottom: 20px;
  padding: 10px; }

.navigation {
  width: 100%;
  margin-left: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

@media (max-width: 1799px) {
  .navigation {
    margin-left: 10px; } }

@media (min-width: 1200px) {
  .navigation__inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; } }

@media (max-width: 1199px) {
  .navigation__inner {
    display: flex;
    align-items: center;
    overflow: auto;
    flex-direction: column;
    height: 100%;
    width: 100%; } }

@media (max-width: 1199px) {
  .navigation {
    padding-top: 20px;
    margin-top: 30px;
    visibility: hidden;
    opacity: 0;
    margin-left: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    padding-bottom: 30px; } }

.telephone {
  width: 167px;
  height: 33px;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 23px;
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  /* Text style for "0 800 301" */
  letter-spacing: 0.72px;
  white-space: nowrap;
  flex: 0 0 auto;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.telephone:not(.telephone--dark) {
  background-color: #fad944; }

.telephone--large {
  max-width: 290px;
  height: 55px;
  background-color: #000000;
  font-size: 21px; }

.telephone--dark {
  width: 290px;
  height: 55px;
  border-radius: 28px;
  background-color: #000000;
  color: #fdc02b;
  justify-content: center; }

.telephone--dark .telephone__icon {
  margin-right: 14px; }

.telephone:hover {
  opacity: .8; }

.telephone__icon {
  margin-right: 7px; }

@media (max-width: 1199px) {
  .telephone {
    margin-bottom: 15px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .telephone--mobile {
    margin-bottom: 0; } }

.mobile-navigation {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center; }

@media (max-width: 767px) {
  .mobile-navigation .language-select {
    display: none; } }

.mobile-navigation .button-open-search {
  margin-right: 0; }

@media (max-width: 767px) {
  .mobile-navigation .button-open-search {
    display: none; } }

@media (min-width: 768px) {
  .mobile-navigation {
    padding-right: 55px; } }

@media (max-width: 767px) {
  .mobile-navigation {
    order: 2; } }

@media (min-width: 1200px) {
  .mobile-navigation {
    display: none; } }

/* language-select style */
.language-select {
  width: 50px;
  position: relative;
  text-align: left; }

.language-select:after {
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

@media (max-width: 1199px) {
  .language-select--mobile {
    margin-top: 10px; } }

@media (min-width: 1200px) {
  .language-select {
    order: 2; } }

@media (min-width: 1201px) {
  .language-select {
    margin-left: 20px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .language-select {
    margin-left: 20px; } }

.language-select__link {
  display: block;
  width: 100%;
  border-radius: 3px;
  text-decoration: none;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #000000;
  font-size: 12px; }

.language-select__link:hover, .language-select__link:active, .language-select__link.nice-select.open {
  border-color: #bdc3c7; }

.language-select__current {
  display: block;
  line-height: 1.5em;
  cursor: pointer;
  color: #000000;
  font-size: 12px;
  font-weight: 700; }

.language-select__list {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  list-style: none; }

.language-select__link:hover {
  cursor: pointer;
  text-decoration: underline; }

.selected {
  font-weight: 700; }

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 8px solid #fdc02b; }

@media (min-width: 768px) and (max-width: 1199px) {
  .footer {
    padding-top: 75px; } }

@media (max-width: 1199px) {
  .footer__inner {
    flex-direction: column; } }

@media (max-width: 1199px) {
  .footer {
    text-align: center; } }

.footer__link {
  color: #2f2f2f;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.footer__link:hover {
  opacity: .8; }

.footer__link-form {
  margin-bottom: 40px; }

@media (max-width: 575px) {
  .footer__link-form {
    margin-bottom: 20px; } }

@media (max-width: 1199px) {
  .footer__column-contacts, .footer__column-social {
    order: 2; } }

.footer__contacts {
  color: #2f2f2f;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px; }

@media (max-width: 1199px) {
  .footer__contacts {
    margin-bottom: 26px; } }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.breadcrumb {
  padding-bottom: 20px; }

@media (max-width: 575px) {
  .breadcrumb {
    display: none; } }

.breadcrumb li {
  color: #616161;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  margin-right: 4px;
  display: inline; }

.breadcrumb a {
  color: #fdc02b;
  text-decoration: underline;
  padding-bottom: 1px;
  vertical-align: bottom; }

.breadcrumb li + li:before {
  content: "➝";
  font-weight: 300;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 8px;
  color: #333333; }

.form {
  background-color: #fdc02b;
  padding: 60px 65px 80px; }

@media (max-width: 1799px) {
  .form {
    padding-left: 45px;
    padding-right: 45px; } }

@media (max-width: 575px) {
  .form {
    padding: 30px 20px 50px; } }

.form__inner {
  max-width: 490px;
  margin: 0 auto; }

.form__title {
  color: #000000;
  font-size: 22px;
  font-weight: 800;
  line-height: 28px;
  margin-bottom: 24px;
  text-align: center; }

.form__info {
  display: flex;
  flex-direction: column;
  align-items: center; }

.form__subtitle {
  color: #000;
  font-size: 22px;
  font-weight: 800;
  line-height: 28px;
  margin-bottom: 50px; }

.form__icon {
  margin-bottom: 10px; }

.form__phone {
  color: #000000;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px; }

@media (max-width: 575px) {
  .form__phone {
    margin-bottom: 10px; } }

.form__phones {
  margin-top: 30px;
  margin-bottom: 40px;
  font-weight: 700;
  display: flex;
  align-items: center; }

@media (max-width: 575px) {
  .form__phones {
    flex-direction: column;
    margin-bottom: 20px;
    margin-top: 10px; } }

.form__button {
  width: 178px;
  height: 43px;
  border-radius: 50px;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  color: #fdc02b;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.8px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto; }

.form__button:hover {
  background-color: #2a2a2a; }

.form--white .form-control, .form--white .textarea {
  background-color: #fff;
  border: none;
  padding: 0 16px; }

.form--white .textarea {
  padding-top: 20px;
  padding-bottom: 20px;
  height: 164px; }

@media (max-width: 575px) {
  .separator {
    display: none; } }

.form-control {
  width: 100%;
  background: none;
  height: 40px;
  border: none;
  border-bottom: 1px solid #c7910c;
  color: #000000;
  font-size: 22px;
  font-weight: 500; }

.form-group {
  margin-bottom: 30px; }

.textarea {
  height: 100px;
  border: none;
  border-bottom: 1px solid #c7910c;
  width: 100%;
  background: none; }

input::-webkit-input-placeholder {
  color: #ac7b02;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase; }

input:-moz-placeholder {
  color: #ac7b02;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase; }

input::-moz-placeholder {
  color: #ac7b02;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase; }

input:-ms-input-placeholder {
  color: #ac7b02;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase; }

textarea::-webkit-input-placeholder {
  color: #ac7b02;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase; }

textarea:-moz-placeholder {
  color: #ac7b02;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase; }

textarea::-moz-placeholder {
  color: #ac7b02;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase; }

textarea:-ms-textarea-placeholder {
  color: #ac7b02;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase; }

input::-webkit-input-placeholder {
  text-indent: 0;
  transition: all 0.7s ease; }

input::-moz-placeholder {
  text-indent: 0;
  transition: all 0.7s ease; }

input:-moz-placeholder {
  text-indent: 0;
  transition: all 0.7s ease; }

input:-ms-input-placeholder {
  text-indent: 0;
  transition: all 0.7s ease; }

input:focus::-webkit-input-placeholder {
  text-indent: 50px;
  transition: all 0.7s ease;
  opacity: 0; }

input:focus::-moz-placeholder {
  text-indent: 50px;
  transition: all 0.7s ease;
  opacity: 0; }

input:focus:-moz-placeholder {
  text-indent: 50px;
  transition: all 0.7s ease;
  opacity: 0; }

input:focus:-ms-input-placeholder {
  text-indent: 50px;
  transition: all 0.7s ease;
  opacity: 0; }

textarea::-webkit-input-placeholder {
  text-indent: 0;
  transition: all 0.7s ease; }

textarea::-moz-placeholder {
  text-indent: 0;
  transition: all 0.7s ease; }

textarea:-moz-placeholder {
  text-indent: 0;
  transition: all 0.7s ease; }

textarea:-ms-input-placeholder {
  text-indent: 0;
  transition: all 0.7s ease; }

textarea:focus::-webkit-input-placeholder {
  text-indent: 50px;
  transition: all 0.7s ease;
  opacity: 0; }

textarea:focus::-moz-placeholder {
  text-indent: 50px;
  transition: all 0.7s ease;
  opacity: 0; }

textarea:focus:-moz-placeholder {
  text-indent: 50px;
  transition: all 0.7s ease;
  opacity: 0; }

textarea:focus:-ms-input-placeholder {
  text-indent: 50px;
  transition: all 0.7s ease;
  opacity: 0; }

.search {
  background-color: #fff;
  border: 1px solid #c2c2c2;
  position: absolute;
  width: calc(100% - 20px);
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
  margin-top: 40px;
  color: #000; }

.search input::-webkit-input-placeholder {
  color: #b8b8b8; }

.search input:-moz-placeholder {
  color: #b8b8b8; }

.search input::-moz-placeholder {
  color: #b8b8b8; }

.search input:-ms-input-placeholder {
  color: #b8b8b8; }

.search.is-open {
  opacity: 1;
  visibility: visible;
  margin-top: 0; }

.search__inner {
  display: flex;
  height: 70px; }

@media (max-width: 767px) {
  .search__inner {
    height: 40px; } }

.search__input {
  width: 100%;
  padding: 0 40px;
  border: 0;
  font-size: 21px;
  color: #000;
  background-color: transparent; }

@media (max-width: 768px) {
  .search__input {
    padding-left: 20px;
    padding-right: 0px;
    font-size: 14px; } }

.search__sumbit {
  padding: 10px 30px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1; }

@media (max-width: 767px) {
  .search__sumbit {
    padding-left: 15px;
    padding-right: 15px; } }

.contact-form {
  padding-top: 60px;
  padding-bottom: 60px; }

.contact-form__column-info {
  display: flex;
  flex-direction: column;
  align-items: center; }

@media (max-width: 575px) {
  .contact-form {
    padding-top: 30px;
    padding-bottom: 30px; } }

.contact-form__text {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px; }

.contact-form__title {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 60px;
  position: relative; }

.contact-form__title:before {
  content: '';
  position: absolute;
  background: url("../img/email.png") 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 59px;
  height: 59px;
  left: -80px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block; }

.contact-form .form-control, .contact-form .textarea {
  font-size: 14px; }

.contact-form .form-group {
  margin-bottom: 20px; }

.contact-form input::-webkit-input-placeholder {
  color: #8d8d8d;
  font-size: 14px;
  text-transform: none; }

.contact-form input:-moz-placeholder {
  color: #8d8d8d;
  font-size: 14px;
  text-transform: none; }

.contact-form input::-moz-placeholder {
  color: #8d8d8d;
  font-size: 14px;
  text-transform: none; }

.contact-form input:-ms-input-placeholder {
  color: #8d8d8d;
  font-size: 14px;
  text-transform: none; }

.contact-form textarea::-webkit-input-placeholder {
  color: #8d8d8d;
  font-size: 14px;
  text-transform: none; }

.contact-form textarea:-moz-placeholder {
  color: #8d8d8d;
  font-size: 14px;
  text-transform: none; }

.contact-form textarea::-moz-placeholder {
  color: #8d8d8d;
  font-size: 14px;
  text-transform: none; }

.contact-form textarea:-ms-textarea-placeholder {
  color: #8d8d8d;
  font-size: 14px;
  text-transform: none; }

.contact-link {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 20px;
  font-weight: 600; }

.contact-link__icon {
  flex: 0 0 auto;
  width: 28px;
  margin-right: 16px; }

.personal-form {
  background-color: #ffd100;
  max-width: calc(100% - 40px); }

@media (max-width: 767px) {
  .personal-form {
    padding-top: 40px;
    padding-bottom: 40px; } }

.personal-form .form__button {
  border-radius: 4px; }

.personal-form__image-wrap {
  margin-bottom: 25px; }

@media (max-width: 767px) {
  .personal-form__image-wrap {
    max-width: 105px; } }

.personal-form__title {
  color: #000000;
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 80px;
  text-align: center; }

@media (max-width: 767px) {
  .personal-form__title {
    font-size: 30px;
    margin-bottom: 30px; } }

.personal-form__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.personal-form__form {
  width: 100%;
  max-width: 376px; }

.pagination {
  display: flex;
  justify-content: center;
  margin: 20px -10px; }

.pagination__list {
  display: flex;
  flex-wrap: wrap; }

.pagination__item {
  margin-left: 9px;
  margin-right: 9px; }

.pagination__item.active .pagination__link {
  border-color: #fdc02b;
  color: #252525; }

.pagination__button {
  width: 22px;
  height: 22px;
  background-color: #cccccc;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.pagination__button:before {
  content: '';
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #252525;
  border-right: 2px solid #252525;
  transform-origin: 50% 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.pagination__button.button-prev {
  transform: rotate(135deg); }

.pagination__button.button-next {
  transform: rotate(-45deg); }

.pagination__button:hover:before {
  border-color: #fdc02b; }

.pagination__link {
  min-width: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #787878;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: 3px solid #cccccc; }

.pagination__link:hover {
  color: #252525;
  border-color: #fdc02b; }

.services {
  padding-top: 45px; }

@media (max-width: 767px) {
  .services {
    padding-top: 30px; } }

.services__top {
  margin-bottom: 60px; }

@media (max-width: 1199px) {
  .services__top {
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .services__top {
    margin-bottom: 10px; } }

@media (max-width: 767px) {
  .services__text {
    display: none; } }

.card-list {
  margin-left: -5px;
  margin-right: -5px; }

.card-general {
  background-color: #ffffff;
  flex: 1;
  position: relative;
  display: flex;
  min-height: 340px;
  margin-bottom: 20px;
  max-width: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

@media (min-width: 1201px) {
  .card-general {
    align-items: center; } }

@media (max-width: 767px) {
  .card-general {
    flex-direction: column; } }

.card-general .card__image {
  padding-top: 29%;
  flex: 1;
  height: 100%;
  min-height: 150px; }

@media (min-width: 1201px) {
  .card-general .card__image {
    flex: 3;
    padding-top: 35%;
    align-items: center; } }

.card-general .card__description {
  box-shadow: 7px 5px 13px rgba(0, 3, 6, 0.16);
  background-color: #ffffff;
  flex: 1; }

@media (min-width: 1201px) {
  .card-general .card__description {
    height: 452px;
    margin-left: -50px; } }

@media (min-width: 1201px) {
  .card-general .card__title {
    font-size: 30px;
    line-height: 35px; } }

@media (min-width: 1201px) {
  .card-general .card__description {
    padding: 50px 60px; } }

@media (min-width: 769px) {
  .gutters-large .card, .gutters-large .card-general {
    margin-bottom: 60px; } }

.card {
  box-shadow: 7px 5px 13px rgba(0, 3, 6, 0.16);
  background-color: #ffffff;
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 340px;
  margin-bottom: 20px;
  max-width: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.card--slide {
  margin-left: 10px;
  margin-right: 10px;
  flex-basis: 400px;
  width: 400px;
  min-height: 380px; }

@media (max-width: 767px) {
  .card--slide {
    flex-basis: 260px;
    width: 260px;
    flex-grow: 0; } }

.card:hover {
  box-shadow: 7px 1px 15px 1px rgba(0, 3, 6, 0.32); }

@media (max-width: 767px) {
  .card {
    flex-basis: 260px;
    width: 260px;
    flex-grow: 0; } }

@media (max-width: 1199px) {
  .card--large {
    flex-basis: 100%;
    width: 100%; } }

@media (min-width: 1201px) {
  .card--large .card__title {
    font-size: 25px;
    line-height: 30px; } }

@media (min-width: 1201px) {
  .card--large .card__description {
    padding: 50px 60px; } }

.card--medium {
  min-height: 480px;
  flex-basis: 386px;
  width: 386px;
  margin-left: 10px;
  margin-right: 10px; }

@media (min-width: 769px) {
  .card--medium {
    flex-basis: 525px;
    width: 525px;
    min-height: 500px; } }

@media (min-width: 577px) {
  .card--medium {
    flex-basis: 386px;
    width: 386px; } }

.card--no-image {
  padding-bottom: 32px;
  padding-top: 15px;
  height: 509px; }

@media (max-width: 767px) {
  .card--no-image {
    flex-basis: 240px;
    width: 240px; } }

.card--horizontal {
  width: 100%; }

@media (min-width: 1201px) {
  .card--horizontal .card__title {
    font-size: 35px;
    line-height: 27px; } }

@media (min-width: 768px) {
  .card--horizontal {
    min-height: 224px;
    margin-bottom: 50px;
    flex-direction: row; }
  .card--horizontal .card__image {
    flex: 1;
    height: auto;
    padding-top: inherit; } }

.card__image {
  height: 0;
  padding-top: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.card--more .card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.card__description {
  padding: 20px 35px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative; }

@media (max-width: 767px) {
  .card__description {
    padding-left: 20px;
    padding-right: 20px; } }

.card__title {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 20px; }

@media (max-width: 767px) {
  .card__title {
    line-height: 20.4px; } }

.card__subtitle {
  margin-top: auto;
  display: flex;
  align-items: center;
  color: #0c0c0c;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px; }

.card__image-icon {
  position: absolute;
  right: 0;
  bottom: 14px; }

@media (max-width: 767px) {
  .card__image-icon {
    max-width: 100px;
    bottom: 50px; } }

.card .button-more {
  margin-top: auto; }

.card__text {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 20px;
  overflow-y: auto; }

.card__actions {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto; }

.card__date {
  color: #5b5b5b;
  font-size: 10px;
  font-weight: 500;
  /* Text style for "0, 1.08.20" */
  letter-spacing: 0.4px;
  position: relative;
  padding-left: 23px; }

.card__date:before {
  content: '';
  width: 17px;
  height: 2px;
  background-color: #fdc02b;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.list-section li {
  position: relative;
  padding-left: 33px;
  color: #353535;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px; }

.list-section li:before {
  content: '';
  width: 19px;
  height: 3px;
  background-color: #fad944;
  position: absolute;
  top: 10px;
  left: 7px; }

.program-loyalty {
  background-color: #fdc02b; }

.program-loyalty__inner {
  display: flex;
  justify-content: center;
  align-items: center; }

@media (max-width: 767px) {
  .program-loyalty__inner {
    flex-direction: column; } }

.program-loyalty__image {
  margin-right: 50px;
  flex: 0 0 auto; }

@media (max-width: 1199px) {
  .program-loyalty__image {
    margin-right: 40px;
    max-width: 220px; } }

@media (max-width: 767px) {
  .program-loyalty__image {
    margin-right: 0;
    margin-bottom: 25px; } }

.program-loyalty__title {
  color: #242424;
  font-size: 65px;
  font-weight: 900;
  line-height: 75px;
  text-transform: uppercase;
  margin-bottom: 40px; }

@media (max-width: 1199px) {
  .program-loyalty__title {
    font-size: 48px;
    line-height: 55.94px;
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .program-loyalty__title {
    font-size: 31px;
    line-height: 36px; } }

.program-loyalty__description {
  width: auto;
  flex: 0 0 auto; }

.advantages__list {
  justify-content: space-evenly; }

.advantages-item {
  display: flex;
  flex: 1;
  color: #242424; }

.advantages-item:hover .button-more__title {
  border-bottom: 1px solid #353535;
  font-weight: 700; }

@media (max-width: 1199px) {
  .advantages-item {
    margin-bottom: 40px; } }

@media (max-width: 767px) {
  .advantages-item {
    flex-direction: column;
    padding: 0 30px; } }

.advantages-item__image {
  flex: 0 0 auto;
  margin-right: 35px; }

@media (max-width: 767px) {
  .advantages-item__image {
    margin-bottom: 20px;
    margin-right: auto; } }

.advantages-item__title {
  font-size: 22px;
  font-weight: 800;
  line-height: 28px;
  margin-bottom: 30px; }

@media (min-width: 769px) {
  .advantages-item__title {
    min-height: 56px; } }

@media (max-width: 767px) {
  .advantages-item__title {
    font-size: 20px;
    margin-bottom: 20px; } }

.advantages-item__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 20px; }

.advantages-item .button-more {
  justify-content: flex-end; }

.advantages-item__arrow {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px; }

.news__head {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px; }

@media (max-width: 767px) {
  .news__head {
    margin-bottom: 30px; } }

.news__head .section-title {
  margin-bottom: 0; }

@media (max-width: 767px) {
  .news__head .section-subtitle {
    display: none; } }

.card-action {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 491px; }

@media (max-width: 1199px) {
  .card-action {
    min-height: 400px; } }

.card-action:hover .card-action__description {
  margin-bottom: 0;
  opacity: 1;
  visibility: visible; }

.card-action:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

.card-action__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 60px 40px; }

@media (max-width: 1199px) {
  .card-action__inner {
    padding: 50px 35px; } }

.card-action__text {
  overflow: auto;
  max-height: calc(100% - 30px);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px; }

@media (max-width: 1199px) {
  .card-action__text {
    font-size: 12px;
    line-height: 18px; } }

.card-action__title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  line-height: 28px;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: auto; }

@media (max-width: 1199px) {
  .card-action__title {
    font-size: 18px;
    line-height: 23.23px; } }

.card-action__title:before {
  content: '';
  width: 39px;
  height: 4px;
  background-color: #fdc02b;
  margin-bottom: 15px; }

.card-action__description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 5px solid #fdc02b;
  background-color: #ffffff;
  padding: 40px 30px 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  height: 100%;
  opacity: 0;
  margin-bottom: -50px;
  visibility: hidden; }

/*@media (max-width: 767px) {*/
/*  .general-slider {*/
/*    display: none !important; } }*/

.general-price {
  background-color: #2f2f2f;
  padding-top: 50px;
  padding-bottom: 30px; }

@media (max-width: 767px) {
  .general-price {
    padding-bottom: 50px; } }

@media (max-width: 1199px) {
  .general-price {
    margin-bottom: -40px; } }

.stock .card {
  min-height: 350px; }

.jumbotron {
  background-color: #ffbd33;
  color: #fdc02b;
  text-align: center;
  min-height: 120px; }

.jumbotron .menu__link:hover::after {
  background: #fff; }

@media (max-width: 767px) {
  .jumbotron__mobile-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; } }

@media (min-width: 768px) {
  .jumbotron__mobile-image {
    display: none; } }

@media (max-width: 767px) {
  .general-price__list {
    padding-left: 10px;
    padding-right: 10px; } }

.general-price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 10px 35px 10px 45px; }

@media (max-width: 1199px) {
  .general-price-item {
    padding-left: 30px;
    padding-right: 30px;
    height: 60px; } }

.general-price-item__title {
  font-size: 25px;
  font-weight: 700; }

@media (max-width: 1199px) {
  .general-price-item__title {
    font-size: 20px; } }

@media (max-width: 767px) {
  .general-price-item__title {
    font-size: 18px; } }

.general-price-item__value {
  position: relative;
  padding-left: 24px;
  display: flex;
  line-height: 1; }

.general-price-item__value:before {
  content: '';
  width: 16px;
  height: 3px;
  background-color: #fdc02b;
  position: absolute;
  left: 0;
  bottom: 3px; }

.social__list {
  display: flex;
  margin-left: -12px;
  margin-right: -12px; }

.social__item {
  margin-left: 12px;
  margin-right: 12px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.social__item:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }

.contact {
  display: flex;
  align-items: center;
  margin-bottom: 80px; }

@media (max-width: 1799px) {
  .contact {
    align-items: flex-start; } }

@media (max-width: 575px) {
  .contact {
    margin-bottom: 30px; } }

.contact__icon {
  flex: 0 0 auto;
  width: 154px; }

@media (max-width: 1799px) {
  .contact__icon {
    width: 120px; } }

@media (max-width: 575px) {
  .contact__icon {
    width: 80px; } }

.contact__description {
  padding-left: 30px; }

@media (max-width: 575px) {
  .contact__description {
    padding-left: 15px; } }

.contact__title {
  color: #000000;
  font-size: 22px;
  font-weight: 800;
  line-height: 28px;
  margin-bottom: 20px; }

@media (max-width: 1799px) {
  .contact__title {
    font-size: 19px;
    line-height: 23px; } }

@media (max-width: 575px) {
  .contact__title {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 5px; } }

.contact__text {
  line-height: 25px; }

.contact__link {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px; }

.text-page ul, .text-page ol {
  margin-bottom: 30px; }

.text-page ul li, .text-page ol li {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  padding-left: 30px;
  position: relative; }

@media (max-width: 767px) {
  .text-page ul li, .text-page ol li {
    padding-left: 17px; } }

.text-page ul li:not(:last-of-type), .text-page ol li:not(:last-of-type) {
  margin-bottom: 15px; }

.text-page ul li:before, .text-page ol li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fdc02b;
  position: absolute;
  left: 15px;
  top: 10px; }

@media (max-width: 767px) {
  .text-page ul li:before, .text-page ol li:before {
    left: 3px; } }

.text-page h2 {
  color: #000;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 30px; }

.text-page h2 span {
  color: #fdc02b; }

@media (max-width: 575px) {
  .text-page h2 {
    font-size: 20px;
    margin-bottom: 15px; } }

.text-page h4 {
  font-weight: 700;
  margin-bottom: 15px; }

.text-page__row {
  margin-bottom: 40px; }

.text-page a {
  color: #ff9846;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: 1px dashed #ff9846; }

.text-page a:hover {
  color: #f05501;
  border-bottom: 1px dashed #f05501; }

.text-page a:visited {
  color: #666666;
  text-decoration: none; }

.text-page p {
  color: #5c5c5c;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 15px; }

@media (max-width: 767px) {
  .text-page p {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px; } }

.text-page p b {
  font-weight: 600;
  color: #000; }

.text-page p .accent-text {
  color: #fdc02b; }

.text-page__column {
  margin-bottom: 30px; }

@media (max-width: 1199px) {
  .text-page__column {
    margin-bottom: 15px; } }

.history {
  background: url("../img/bg-history.png") bottom center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 40px; }

@media (max-width: 1199px) {
  .history__desktop {
    display: none; } }

@media (min-width: 1200px) {
  .history__mobile-timeline {
    display: none; } }

.history__year {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px; }

.history__text {
  color: #353535;
  font-size: 14px;
  line-height: 20px;
  position: relative; }

.history__text p {
  margin-bottom: 30px; }

.history__column-left {
  position: relative;
  padding-bottom: 20px; }

@media (min-width: 769px) {
  .history__column-left {
    padding-right: 40px;
    text-align: right; } }

@media (min-width: 769px) {
  .history__column-left:not(.no-dotted):after {
    content: '';
    width: 4px;
    height: 100%;
    right: -3px;
    top: 8px;
    position: absolute;
    border-left: 4px solid #fdc02b; } }

.history__column-right {
  position: relative;
  padding-bottom: 20px; }

@media (min-width: 769px) {
  .history__column-right {
    padding-left: 40px; } }

@media (min-width: 769px) {
  .history__column-right:not(.no-dotted):after {
    content: '';
    width: 4px;
    height: 100%;
    left: -1px;
    top: 8px;
    position: absolute;
    border-left: 4px solid #fdc02b; } }

@media (min-width: 769px) {
  .history__column-right.line-dashed:after {
    border-left: 4px dashed #fdc02b; } }

.dot-right {
  position: relative; }

.dot-right:after {
  content: '';
  width: 26px;
  height: 26px;
  background: url("../img/dot.png") center no-repeat;
  background-size: contain;
  position: absolute;
  right: -54px;
  top: 3px;
  display: block;
  z-index: 1; }

.dot-left {
  position: relative; }

.dot-left:before {
  content: '';
  width: 26px;
  height: 26px;
  background: url("../img/dot.png") center no-repeat;
  background-size: contain;
  position: absolute;
  left: -52px;
  top: 3px;
  display: block;
  z-index: 1; }

.custom-column {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.job-openings__top {
  margin-bottom: 24px; }

.job-openings__list {
  margin-bottom: 20px; }

.press__inner {
  max-width: 620px;
  margin: 0 auto; }

.contacts {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px; }

@media (max-width: 767px) {
  .contacts {
    margin-bottom: 20px; } }

.contacts--horizontal {
  justify-content: space-evenly;
  max-width: 450px;
  margin: 0 auto; }

@media (max-width: 767px) {
  .contacts--horizontal {
    flex-direction: column;
    margin-bottom: 20px; } }

.contacts--vertical {
  flex-direction: column; }

.contacts--vertical .contact-item {
  margin-bottom: 9px; }

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }

@media (max-width: 767px) {
  .contact-item {
    margin-bottom: 10px; } }

.contact-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 33px;
  background-color: #fdc02b;
  border-radius: 50%;
  margin-right: 10px; }

.contact-item__title {
  color: #000000;
  font-size: 16px;
  font-weight: 600; }

.contact-card {
  display: flex;
  padding: 40px 30px;
  width: 602px;
  min-height: 327px;
  max-width: 100%;
  box-shadow: 0 0 10px 1px rgba(19, 21, 22, 0.32);
  background-color: #ffffff;
  margin-bottom: 40px; }

@media (max-width: 767px) {
  .contact-card {
    flex-direction: column;
    padding: 25px 20px 50px; } }

.contact-card__image {
  flex: 0 0 auto;
  max-width: 157px;
  max-height: 157px;
  border-radius: 50%; }

@media (max-width: 767px) {
  .contact-card__image {
    margin-bottom: 20px; } }

.contact-card__info {
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

@media (max-width: 767px) {
  .contact-card__info {
    padding-left: 0; } }

.contact-card__name {
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px; }

.contact-card__position {
  font-size: 14px;
  margin-bottom: 30px; }

.button {
  display: inline-flex;
  height: 36px;
  padding: 5px 22px;
  border-radius: 50px;
  align-items: center;
  background-color: #fdc02b;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.button:hover {
  background-color: #f7c753; }

.button__icon {
  margin-right: 7px; }

.button__title {
  color: #000000;
  font-size: 14px;
  font-weight: 600; }

.job-item {
  min-height: 118px;
  box-shadow: 0 0 10px 1px rgba(19, 21, 22, 0.21);
  background-color: #fff;
  margin-bottom: 10px;
  padding: 0 20px 0 30px;
  display: flex;
  flex-direction: column; }

.job-item.is-open .angle {
  -webkit-transform: rotate(220deg);
  -moz-transform: rotate(220deg);
  -o-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  transform: rotate(220deg); }

.job-item .angle {
  margin-top: 3px; }

.job-item__head {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  cursor: pointer; }

.job-item__description {
  padding-top: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #353535;
  display: none; }

.job-item__short-info {
  padding-bottom: 25px;
  color: #353535;
  font-size: 14px;
  font-weight: 500;
  padding-top: 10px;
  margin-top: auto; }

.job-item__title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  margin-right: 20px; }

.job-item__title:after {
  content: '';
  width: 52px;
  height: 4px;
  background-color: #fdc02b;
  margin-top: 5px; }

.angle {
  border-bottom: 2px solid #cfcece;
  border-right: 2px solid #cfcece;
  content: '';
  display: block;
  height: 7px;
  pointer-events: none;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 7px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  flex: 0 0 auto; }

.card-list-slider .card {
  margin-left: 10px;
  margin-right: 10px;
  min-height: 450px; }

@media (max-width: 767px) {
  .card-list-slider .card {
    min-height: 330px;
    height: auto;
    width: 100%; } }

.anchor-list {
  display: flex;
  margin-bottom: 70px; }

.anchor-list.menu-tabs {
  margin-bottom: 40px; }

@media (max-width: 575px) {
  .anchor-list--services {
    display: none; } }

.anchor {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 25%;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

.anchor:hover .anchor-icon, .anchor.active .anchor-icon {
  border-color: #fdc02b; }

.anchor:hover .anchor-icon__inner:after, .anchor.active .anchor-icon__inner:after {
  border-color: #fdc02b; }

.anchor:not(:last-of-type):after {
  content: '';
  top: 10px;
  height: 2px;
  width: calc(50% + 10px);
  background-color: #b8b8b8;
  position: absolute;
  right: 0; }

.anchor:not(:first-of-type):before {
  content: '';
  top: 10px;
  height: 2px;
  background-color: #b8b8b8;
  width: calc(50% + 10px);
  position: absolute;
  left: 0px; }

.anchor__title {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 12px;
  /* Text style for "Т, ОПЛИВО" */
  letter-spacing: 1.6px;
  text-transform: uppercase; }

@media (max-width: 575px) {
  .anchor__title {
    font-size: 14px; } }

.anchor-icon {
  background-color: #fff;
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border: 2px solid #b8b8b8;
  margin-bottom: 14px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1; }

.anchor-icon__inner:after {
  content: '';
  border: 4px solid #b8b8b8;
  opacity: 1;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.services-section {
  text-align: center; }

@media (max-width: 575px) {
  .services-section {
    margin-top: 20px; } }

.services-section__title {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 40px;
  text-align: center; }

@media (max-width: 575px) {
  .services-section__title {
    margin-bottom: 20px; } }

.services-section__text {
  font-weight: 400;
  line-height: 25px;
  font-size: 16px;
  margin-bottom: 60px; }

@media (max-width: 575px) {
  .services-section__text {
    font-size: 14px;
    line-height: 20px; } }

.fuel-item {
  height: 266px;
  padding: 38px 0 30px 32px;
  position: relative;
  width: 100%; }

@media (max-width: 575px) {
  .fuel-item {
    padding: 25px 25% 10px 20px;
    height: auto;
    min-height: 200px; } }

.fuel-item:hover .fuel-item__info {
  margin-bottom: 0;
  opacity: 1;
  visibility: visible; }

.fuel-item__info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fdc02b;
  padding: 40px 30px 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  height: 100%;
  opacity: 0;
  margin-bottom: -50px;
  visibility: hidden; }

.fuel-item__image {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 48%; }

.fuel-item__name {
  margin-bottom: 24px; }

@media (max-width: 575px) {
  .fuel-item__name {
    margin-bottom: 15px; } }

.fuel-item__description {
  font-size: 14px;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 75%;
  position: relative; }

.fuel-item__description .button-more {
  margin-top: auto; }

.fuel-item__subtitle {
  font-weight: 700; }

.fuel-item__info-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px; }

.fuel-item__text {
  overflow-y: auto; }

@media (max-width: 575px) {
  .fuel-item__text {
    line-height: 14px;
    font-size: 12px; } }

.article {
  box-shadow: 0 0 24px rgba(19, 21, 22, 0.2);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 506px; }

@media (max-width: 1199px) {
  .article {
    margin-bottom: 20px; } }

@media (max-width: 575px) {
  .article {
    min-height: auto; } }

.article--small {
  min-height: 529px;
  margin-bottom: 20px; }

@media (max-width: 575px) {
  .article--small {
    min-height: 440px; } }

.article--small .article__description {
  padding: 30px 50px 40px 30px; }

@media (max-width: 575px) {
  .article--small .article__description {
    padding: 20px; } }

.article__image {
  -webkit-background-size: cover;
  background-size: cover;
  height: 0;
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-position: center;
  display: block; }

.article__top {
  padding: 40px 60px 0 75px;
  margin-bottom: 40px; }

@media (max-width: 575px) {
  .article__top {
    padding: 30px 20px;
    margin-bottom: 0; } }

.article__description {
  padding: 0 60px 60px 75px;
  display: flex;
  flex-direction: column;
  flex: 1; }

@media (max-width: 575px) {
  .article__description {
    padding: 30px 20px;
    padding-top: 0; } }

.article__action {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }

@media (max-width: 575px) {
  .article__action {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
  .article__action .link:not(:last-of-type) {
    margin-bottom: 20px; } }

.article__text {
  color: #242424;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 20px; }

@media (max-width: 1799px) {
  .article__text {
    line-height: 18px; } }

.article__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.08px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 10px; }

.content {
  margin-bottom: 80px; }

@media (max-width: 767px) {
  .content {
    margin-bottom: 50px; } }

.content img {
  margin-bottom: 30px; }

.content p {
  margin-bottom: 20px; }

.content a {
  color: #4b79bb;
  font-weight: 400;
  text-decoration: underline; }

.content a:hover {
  text-decoration: none; }

.button-center {
  margin: 0 auto; }

.stock-info {
  padding-bottom: 80px; }

@media (max-width: 767px) {
  .stock-info {
    padding-bottom: 50px; } }

@media (max-width: 575px) {
  .stock-info {
    padding-left: 0; } }

.stock-info__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px; }

.stock-info__categories {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  align-items: flex-end; }

.stock-info__categories:hover {
  text-decoration: underline; }

.stock-info__categories:before {
  content: '';
  width: 60px;
  height: 3px;
  background-color: #fdc02b;
  margin-right: 7px;
  margin-bottom: 2px; }

@media (min-width: 769px) {
  .stock-info__categories:before {
    position: absolute;
    bottom: 2px;
    position: absolute;
    left: -67px; } }

@media (max-width: 575px) {
  .stock-info__categories:before {
    position: absolute;
    bottom: 2px;
    position: absolute;
    left: -67px; } }

.stock-info__date {
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.72px; }

.info-block {
  margin-bottom: 60px; }

@media (max-width: 767px) {
  .info-block {
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px; } }

@media (max-width: 767px) {
  .info-block__column-image {
    order: -1; } }

@media (min-width: 769px) {
  .info-block--text-right .info-block__description {
    text-align: right; }
  .info-block--text-right .info-block__description .info-block__title {
    align-items: flex-end; } }

.info-block__image-wrap {
  text-align: center; }

@media (max-width: 767px) {
  .info-block__image-wrap {
    margin-bottom: 10px; } }

.info-block__title {
  color: #000000;
  font-size: 40px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px; }

@media (max-width: 767px) {
  .info-block__title {
    font-size: 30px;
    margin-bottom: 30px; } }

.info-block__title:after {
  content: '';
  width: 80px;
  height: 6px;
  background-color: #fdc02b;
  margin-top: 15px; }

@media (max-width: 767px) {
  .info-block__title:after {
    margin-top: 10px; } }

.info-block__text {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px; }

.gallary__title {
  color: #5b5b5b;
  font-size: 21px;
  font-weight: 500;
  /* Text style for "0, 1.08.20" */
  letter-spacing: 0.4px;
  position: relative;
  padding-left: 68px; }

.gallary__title:before {
  content: '';
  width: 48px;
  height: 2px;
  background-color: #fdc02b;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.gallary {
  display: none; }

@media (max-width: 767px) {
  .select-wrap {
    margin-bottom: 10px; } }

.search-result {
  text-align: center;
  margin-bottom: 80px; }

.search-result__title {
  color: #353535;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px; }

@media (max-width: 767px) {
  .search-result {
    margin-bottom: 40px; } }

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