/*
Theme Name: Łucznik
Theme URI: https://www.webology.pl/
Author: Webology.pl
Author URI: https://www.webology.pl/
Description: Łucznik Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  background: #fff; }

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

*:focus {
  outline: 0; }

/* Main definitions */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none; }

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

img {
  max-width: 100%; }

input {
  -webkit-appearance: none; }

body {
  margin: 0;
  position: relative;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  background: #000;
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  min-height: 100%; }

b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

a {
  transition: all .25s ease;
  text-decoration: none;
  color: #fff; }
  a:hover {
    text-decoration: none;
    transition: all .3s ease; }

.clear {
  clear: both; }

.cf:before {
  content: " ";
  display: table; }

.cf:after {
  content: " ";
  display: table;
  clear: both; }

.wrapper {
  width: 100%;
  max-width: 1210px;
  padding: 0 15px;
  margin: 0 auto;
  z-index: 1; }

.page-content {
  flex: 1 0 auto; }

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem; }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem; }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem; }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

.icon {
  display: inline-block; }
  .icon.icon-search {
    width: 40px;
    height: 40px;
    background: url(images/icon-search.svg) no-repeat center center; }
  .icon.icon-menu {
    width: 34px;
    height: 34px;
    background: url(images/icon-hamburger.svg) no-repeat center center;
    background-size: cover; }
  .icon.icon-close {
    width: 34px;
    height: 34px;
    background: url(images/icon-close.svg) no-repeat center center;
    background-size: cover; }
  .icon.icon-facebook {
    width: 23px;
    height: 23px;
    background: url(images/icon-facebook.svg) no-repeat center center; }
  .icon.icon-facebook-blue {
    width: 23px;
    height: 23px;
    background: url(images/icon-facebook-blue.svg) no-repeat center center; }
  .icon.icon-youtube-blue {
    width: 22px;
    height: 16px;
    background: url(images/icon-youtube-blue.svg) no-repeat center center; }

.btn {
  display: inline-flex; }
  .btn.btn-blue {
    position: relative;
    height: 80px;
    padding-left: 110px;
    color: #fff;
    padding-right: 30px;
    align-items: center;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    transition: all .3s ease;
    border: 0;
    cursor: pointer;
    background: url(images/icon-arrow-right.svg) no-repeat 34px center #00aed6; }
    .btn.btn-blue:before {
      position: absolute;
      content: '';
      display: inline-block;
      width: 1px;
      top: 0;
      bottom: 0;
      left: 80px;
      background: #101010; }
    .btn.btn-blue:hover {
      background: url(images/icon-arrow-right.svg) no-repeat 34px center #0fd2ff; }
    .btn.btn-blue.arrow-down {
      background: url(images/icon-arrow-down.svg) no-repeat 26px center #00aed6; }
      .btn.btn-blue.arrow-down:hover {
        background: url(images/icon-arrow-down.svg) no-repeat 26px center #0fd2ff; }
      @media (max-width: 700px) {
        .btn.btn-blue.arrow-down {
          background: #00aed6;
          padding: 0 20px;
          line-height: 28px;
          font-size: 16px;
          height: 60px; }
          .btn.btn-blue.arrow-down:before {
            display: none; }
          .btn.btn-blue.arrow-down:hover {
            background: #0fd2ff; } }
    @media (max-width: 700px) {
      .btn.btn-blue {
        background: #00aed6;
        padding: 0 20px;
        line-height: 28px;
        font-size: 16px;
        height: 60px; }
        .btn.btn-blue:before {
          display: none; }
        .btn.btn-blue:hover {
          background: #0fd2ff; } }
  .btn.btn-reply {
    display: flex;
    min-height: 26px;
    background: #00aed6;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 700; }
    .btn.btn-reply:hover {
      background: #0fd2ff; }

.page-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 63px;
  display: flex;
  justify-content: space-between;
  transition: all .3s ease;
  background: rgba(16, 16, 16, 0.7);
  border-bottom: 1px solid #2a2a2a;
  z-index: 100; }
  @media (max-width: 1150px) {
    .page-nav {
      justify-content: flex-start; } }
  .page-nav.scrolled {
    background: #101010; }
    .page-nav.scrolled .center .page-menu li.logo {
      height: 100%; }
  .page-nav .left {
    display: flex;
    align-items: center;
    padding: 0 22px;
    border-right: 1px solid #2a2a2a; }
    @media (max-width: 479px) {
      .page-nav .left {
        display: none; } }
    .page-nav .left a:hover {
      opacity: 0.6; }
  .page-nav .center {
    display: flex; }
    .page-nav .center .page-menu {
      display: flex;
      align-items: center; }
      .page-nav .center .page-menu li {
        padding: 0 25px;
        height: 100%;
        display: flex;
        align-items: center; }
        @media (max-width: 1320px) {
          .page-nav .center .page-menu li {
            padding: 0 15px; } }
        @media (max-width: 1150px) {
          .page-nav .center .page-menu li {
            display: none; } }
        .page-nav .center .page-menu li.active a {
          color: #c1f3ff;
          text-shadow: 0px 0px 10px #00aed6; }
          .page-nav .center .page-menu li.active a:before {
            opacity: 1;
            visibility: visible; }
        .page-nav .center .page-menu li a {
          position: relative;
          font-weight: 700;
          font-size: 16px;
          height: 100%;
          display: flex;
          align-items: center; }
          .page-nav .center .page-menu li a:before {
            display: inline-block;
            visibility: hidden;
            opacity: 0;
            transition: all .3s ease;
            width: 100%;
            height: 3px;
            background: #00aed6;
            content: '';
            position: absolute;
            bottom: -1px; }
          .page-nav .center .page-menu li a:hover:before {
            opacity: 1;
            visibility: visible; }
        .page-nav .center .page-menu li.logo {
          height: 87px;
          background: #00aed6;
          align-self: flex-start;
          transition: all .3s ease;
          display: flex;
          align-items: center; }
          @media (max-width: 1150px) {
            .page-nav .center .page-menu li.logo {
              display: flex;
              /*                        height: 100%;
                        img{
                            width: 180px;
                        }*/ } }
          .page-nav .center .page-menu li.logo a:before {
            display: none; }
  .page-nav .right {
    display: flex; }
    @media (max-width: 1150px) {
      .page-nav .right {
        justify-content: flex-end;
        flex: 1; } }
    .page-nav .right .language {
      padding: 0 22px;
      display: flex;
      position: relative; }
      .page-nav .right .language .lang {
        display: flex;
        transition: all .3s ease;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        flex-direction: column;
        top: 57px;
        left: 0;
        border-top: 2px solid #00aed6;
        border-bottom: 2px solid #00aed6;
        background: #101010;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        width: 82px; }
        .page-nav .right .language .lang.visible {
          visibility: visible;
          opacity: 1; }
        .page-nav .right .language .lang li {
          display: flex;
          align-items: center;
          justify-content: flex-end;
          cursor: pointer;
          padding: 10px;
          border-bottom: 1px solid #212121; }
          .page-nav .right .language .lang li:last-child {
            border-bottom: 0; }
          .page-nav .right .language .lang li a {
            display: flex;
            align-items: center; }
          .page-nav .right .language .lang li:hover span {
            color: #00aed6; }
          .page-nav .right .language .lang li:hover i {
            border-color: #00aed6; }
          .page-nav .right .language .lang li span {
            transition: all .3s ease;
            display: inline-block;
            font-weight: 700;
            font-size: 16px;
            margin-right: 8px; }
          .page-nav .right .language .lang li i {
            transition: all .3s ease;
            display: inline-block;
            width: 29px;
            height: 29px;
            border: 3px solid #fff;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            overflow: hidden; }
      .page-nav .right .language .current-lang {
        display: flex;
        align-items: center;
        cursor: pointer; }
        .page-nav .right .language .current-lang:hover span {
          color: #00aed6; }
        .page-nav .right .language .current-lang:hover i {
          border-color: #00aed6; }
        .page-nav .right .language .current-lang span {
          transition: all .3s ease;
          display: inline-block;
          font-weight: 700;
          font-size: 16px;
          margin-right: 8px; }
        .page-nav .right .language .current-lang i {
          transition: all .3s ease;
          display: inline-block;
          width: 29px;
          height: 29px;
          border: 3px solid #fff;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          overflow: hidden; }
    .page-nav .right .search {
      position: relative;
      display: flex;
      padding: 0 22px;
      align-items: center;
      border-left: 1px solid #2a2a2a; }
      .page-nav .right .search .icon-search {
        cursor: pointer;
        transition: all .3s ease; }
        .page-nav .right .search .icon-search:hover {
          opacity: 0.6; }
      @media (max-width: 1150px) {
        .page-nav .right .search {
          display: none; } }
    .page-nav .right .menu-opener {
      position: relative;
      display: none;
      padding: 0 22px;
      align-items: center;
      border-left: 1px solid #2a2a2a; }
      .page-nav .right .menu-opener .icon-menu {
        cursor: pointer;
        transition: all .3s ease; }
        .page-nav .right .menu-opener .icon-menu:hover {
          opacity: 0.6; }
      @media (max-width: 1150px) {
        .page-nav .right .menu-opener {
          display: flex; } }
    .page-nav .right .search-form {
      display: flex;
      visibility: hidden;
      opacity: 0;
      transition: all .3s ease;
      align-items: center;
      position: absolute;
      top: 57px;
      right: 10px;
      width: 250px;
      border-top: 2px solid #00aed6;
      border-bottom: 2px solid #00aed6;
      background: #101010;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
      .page-nav .right .search-form.visible {
        visibility: visible;
        opacity: 1; }
      .page-nav .right .search-form input[type="text"],
      .page-nav .right .search-form input[type="email"] {
        height: 50px;
        line-height: 50px;
        background: #101010;
        color: #fff;
        font-family: "Poppins", sans-serif;
        padding-left: 20px;
        width: 180px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding-right: 20px; }
      .page-nav .right .search-form input[type="submit"] {
        color: #fff;
        height: 40px;
        font-weight: 700;
        text-transform: uppercase;
        background: #00aed6;
        transition: all .3s ease;
        font-family: "Poppins", sans-serif;
        cursor: pointer;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
        .page-nav .right .search-form input[type="submit"]:hover {
          background: #0fd2ff; }

.mobile-menu {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  padding-top: 60px;
  background: #0b0b0b;
  padding-left: 25px;
  padding-right: 25px;
  transition: all .3s ease;
  flex-direction: column;
  justify-content: center;
  display: flex; }
  .mobile-menu.visible {
    visibility: visible;
    opacity: 1; }
  .mobile-menu .icon-close {
    position: absolute;
    right: 22px;
    top: 15px; }
  .mobile-menu ul {
    flex-direction: column;
    display: flex;
    margin-top: -60px; }
    .mobile-menu ul li {
      margin-bottom: 15px; }
      .mobile-menu ul li a {
        font-size: 18px;
        font-weight: 700;
        line-height: 24px; }
      .mobile-menu ul li.active a {
        color: #00aed6; }
  .mobile-menu .search-form {
    display: flex;
    transition: all .3s ease;
    align-items: center;
    position: relative;
    margin-top: 20px;
    border-top: 2px solid #00aed6;
    border-bottom: 2px solid #00aed6;
    justify-content: space-between;
    background: #101010;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .mobile-menu .search-form input[type="text"],
    .mobile-menu .search-form input[type="email"] {
      height: 50px;
      line-height: 50px;
      background: #101010;
      color: #fff;
      font-family: "Poppins", sans-serif;
      padding-left: 20px;
      width: 180px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      padding-right: 20px; }
    .mobile-menu .search-form input[type="submit"] {
      color: #fff;
      height: 40px;
      font-weight: 700;
      text-transform: uppercase;
      background: #00aed6;
      transition: all .3s ease;
      font-family: "Poppins", sans-serif;
      cursor: pointer;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
      .mobile-menu .search-form input[type="submit"]:hover {
        background: #0fd2ff; }

.section.homepage-top {
  position: relative;
  height: 100vh;
  overflow: hidden; }
  .section.homepage-top img, .section.homepage-top video, .section.homepage-top iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; }

.section.homepage-about {
  display: flex;
  background: #0b0b0b; }
  @media (max-width: 1280px) {
    .section.homepage-about {
      flex-direction: column-reverse; } }
  .section.homepage-about .left {
    flex: 1;
    display: flex;
    padding: 55px;
    justify-content: flex-end; }
    @media (min-width: 2000px) {
      .section.homepage-about .left {
        flex: 2; } }
    @media (max-width: 1830px) {
      .section.homepage-about .left {
        flex: 2; } }
    @media (max-width: 1280px) {
      .section.homepage-about .left {
        flex: 3; } }
    .section.homepage-about .left .stats-numbers {
      max-width: 660px;
      display: flex;
      align-items: center;
      flex-direction: column; }
      @media (max-width: 1280px) {
        .section.homepage-about .left .stats-numbers {
          max-width: none;
          width: 100%; } }
      .section.homepage-about .left .stats-numbers .title {
        font-size: 36px;
        line-height: 44px;
        text-transform: uppercase;
        font-weight: 700; }
        @media (max-width: 640px) {
          .section.homepage-about .left .stats-numbers .title {
            font-size: 24px;
            line-height: 32px; } }
        @media (max-width: 480px) {
          .section.homepage-about .left .stats-numbers .title {
            line-height: 30px;
            font-size: 20px; } }
      .section.homepage-about .left .stats-numbers .subtitle {
        font-size: 24px;
        line-height: 30px;
        color: #00aed6;
        font-weight: 700; }
        @media (max-width: 640px) {
          .section.homepage-about .left .stats-numbers .subtitle {
            font-size: 20px;
            line-height: 32px; } }
        @media (max-width: 480px) {
          .section.homepage-about .left .stats-numbers .subtitle {
            line-height: 24px;
            font-size: 18px; } }
      .section.homepage-about .left .stats-numbers .numbers {
        display: flex;
        flex-wrap: wrap; }
        .section.homepage-about .left .stats-numbers .numbers li {
          display: flex;
          flex-direction: column;
          justify-content: center;
          flex: 1 1 50%;
          margin: 35px 0;
          padding-top: 113px; }
          @media (max-width: 700px) {
            .section.homepage-about .left .stats-numbers .numbers li {
              flex: 1 1 100%; } }
          .section.homepage-about .left .stats-numbers .numbers li.sewing-machines {
            background: url(images/icon-sawing-machine.svg) no-repeat center top; }
          .section.homepage-about .left .stats-numbers .numbers li.needle {
            background: url(images/icon-needle.svg) no-repeat center top; }
          .section.homepage-about .left .stats-numbers .numbers li.thread {
            background: url(images/icon-thread.svg) no-repeat center top; }
          .section.homepage-about .left .stats-numbers .numbers li.earth {
            background: url(images/icon-earth.svg) no-repeat center top; }
          .section.homepage-about .left .stats-numbers .numbers li span {
            text-align: center;
            font-size: 54px;
            color: #404040;
            text-transform: uppercase;
            font-weight: 700; }
          .section.homepage-about .left .stats-numbers .numbers li b {
            text-align: center;
            font-size: 24px;
            color: #00aed6;
            text-transform: uppercase;
            font-weight: 700;
            margin-top: -18px; }
  .section.homepage-about .right {
    position: relative;
    flex: 2;
    display: flex;
    justify-content: flex-start;
    margin-top: -125px;
    margin-bottom: -20px;
    background: #101010;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.75); }
    @media (min-width: 2000px) {
      .section.homepage-about .right {
        flex: 3; } }
    @media (max-width: 1280px) {
      .section.homepage-about .right {
        margin-top: 0; } }
    .section.homepage-about .right .arrows {
      position: absolute;
      width: 125px;
      height: 125px;
      top: 0;
      left: -125px;
      cursor: pointer;
      background: url(images/icon-arrows.svg) no-repeat center center #00aed6; }
      @media (max-width: 1280px) {
        .section.homepage-about .right .arrows {
          top: -125px;
          left: 50%;
          transform: translateX(-50%); } }
    .section.homepage-about .right .about {
      max-width: 1100px;
      padding: 40px 55px 200px 55px; }
      @media (max-width: 1280px) {
        .section.homepage-about .right .about {
          max-width: none; } }
      @media (max-width: 700px) {
        .section.homepage-about .right .about {
          padding: 40px 15px 200px 15px; } }
      @media (max-width: 700px) {
        .section.homepage-about .right .about {
          padding: 40px 15px 160px 15px; } }
    .section.homepage-about .right .title {
      font-weight: 700;
      color: #00aed6;
      font-size: 36px;
      line-height: 44px;
      padding-bottom: 20px;
      margin-bottom: 70px;
      position: relative; }
      @media (max-width: 1280px) {
        .section.homepage-about .right .title {
          text-align: center; } }
      @media (max-width: 1450px) {
        .section.homepage-about .right .title {
          font-size: 30px; } }
      @media (max-width: 640px) {
        .section.homepage-about .right .title {
          font-size: 24px;
          line-height: 32px; } }
      @media (max-width: 480px) {
        .section.homepage-about .right .title {
          line-height: 24px;
          font-size: 20px;
          margin-bottom: 30px; } }
      .section.homepage-about .right .title:before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 80px;
        height: 4px;
        content: '';
        display: inline-block;
        background: #00aed6; }
        @media (max-width: 1280px) {
          .section.homepage-about .right .title:before {
            left: 50%;
            transform: translateX(-50%); } }
    .section.homepage-about .right .desc {
      font-size: 16px;
      line-height: 26px;
      font-weight: 400; }
      @media (max-width: 480px) {
        .section.homepage-about .right .desc {
          font-size: 15px; } }
      .section.homepage-about .right .desc p {
        margin-bottom: 35px; }
        .section.homepage-about .right .desc p:last-child {
          margin-bottom: 0; }
    .section.homepage-about .right .show-more {
      position: absolute;
      bottom: 0;
      left: 0; }
      @media (max-width: 1280px) {
        .section.homepage-about .right .show-more {
          bottom: 50px;
          left: 50%;
          transform: translateX(-50%); } }

.section.items .head {
  margin: 110px 0 85px 0;
  font-size: 36px;
  font-weight: 700;
  display: flex;
  justify-content: center; }
  @media (max-width: 1200px) {
    .section.items .head {
      margin: 40px 0; } }
  @media (max-width: 700px) {
    .section.items .head {
      font-size: 24px;
      line-height: 32px;
      text-align: center; } }

.section.items .show-more {
  display: flex;
  justify-content: center;
  margin: 85px 0; }
  @media (max-width: 700px) {
    .section.items .show-more {
      margin: 30px 0;
      padding-bottom: 30px; } }

.section.blog-short {
  display: flex; }
  .section.blog-short .left {
    flex: 1420;
    background: #0b0b0b;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: -25px 0;
    padding-bottom: 150px;
    z-index: 3;
    position: relative;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.75); }
    @media (max-width: 1200px) {
      .section.blog-short .left {
        flex: 1; } }
    .section.blog-short .left .inner {
      width: 100%;
      max-width: 1420px; }
      .section.blog-short .left .inner > .title {
        font-size: 36px;
        display: flex;
        font-weight: 700;
        padding: 65px 10px;
        justify-content: center;
        max-width: 1920px;
        width: 100%; }
        @media (max-width: 1200px) {
          .section.blog-short .left .inner > .title {
            padding: 35px 10px; } }
        @media (max-width: 700px) {
          .section.blog-short .left .inner > .title {
            font-size: 24px; } }
      .section.blog-short .left .inner .show-more {
        position: absolute;
        right: 0;
        bottom: 0; }
        @media (max-width: 1200px) {
          .section.blog-short .left .inner .show-more {
            right: auto;
            left: 50%;
            transform: translateX(-50%);
            bottom: 35px; } }
  .section.blog-short .right {
    flex: 507;
    background: url(images/bg-blog-short.jpg) no-repeat right center;
    background-size: cover; }
    @media (max-width: 1200px) {
      .section.blog-short .right {
        display: none; } }

.section.section-top-title {
  min-height: 358px;
  padding-top: 63px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: cover;
  background: url(images/bg-top-1.jpg) no-repeat center top; }
  .section.section-top-title.bg-2 {
    background: url(images/bg-top-2.jpg) no-repeat center top; }
  .section.section-top-title.bg-3 {
    background: url(images/bg-top-3.jpg) no-repeat center top; }
  .section.section-top-title.bg-4 {
    background: url(images/bg-top-4.jpg) no-repeat center top; }
  .section.section-top-title .title {
    position: relative;
    display: flex;
    margin: 80px 10px 50px 10px;
    padding-bottom: 35px;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700; }
    @media (max-width: 700px) {
      .section.section-top-title .title {
        font-size: 26px;
        line-height: 32px;
        text-align: center; } }
    .section.section-top-title .title:before {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      content: '';
      display: inline-block;
      width: 80px;
      height: 6px;
      background: #00aed6; }
  .section.section-top-title .products-categories {
    display: flex;
    align-items: center;
    width: 100%; }
    @media (max-width: 700px) {
      .section.section-top-title .products-categories {
        flex-wrap: wrap;
        justify-content: center; } }
    .section.section-top-title .products-categories:before {
      flex: 1;
      display: inline-block;
      content: '';
      height: 1px;
      background: #3d3d3d;
      margin-right: 4px; }
      @media (max-width: 700px) {
        .section.section-top-title .products-categories:before {
          display: none; } }
    .section.section-top-title .products-categories:after {
      flex: 1;
      display: inline-block;
      content: '';
      height: 1px;
      background: #3d3d3d;
      margin-left: 4px; }
      @media (max-width: 700px) {
        .section.section-top-title .products-categories:after {
          display: none; } }
    @media (max-width: 700px) {
      .section.section-top-title .products-categories li {
        flex: 1 1 50%;
        max-width: 50%;
        margin-bottom: 8px; } }
    .section.section-top-title .products-categories li a {
      min-height: 52px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 16px;
      font-weight: 500;
      padding: 5px 35px;
      line-height: 18px;
      margin: 0 4px;
      border: 1px solid #3d3d3d; }
      @media (max-width: 700px) {
        .section.section-top-title .products-categories li a {
          font-size: 14px;
          text-align: center;
          line-height: 20px; } }
      .section.section-top-title .products-categories li a:hover {
        color: #00aed6; }
    .section.section-top-title .products-categories li.active a {
      background: #00aed6;
      border: 1px solid #00aed6; }
      .section.section-top-title .products-categories li.active a:hover {
        color: #fff; }

.section.more-accessories {
  display: flex;
  z-index: 1;
  position: relative; }
  .section.more-accessories .left {
    flex: 1420;
    background: url(images/bg-more-accessories.jpg) no-repeat right center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: -25px 0;
    padding-bottom: 100px;
    padding-left: 15px;
    position: relative;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.75); }
    @media (max-width: 1200px) {
      .section.more-accessories .left {
        flex: 1; } }
    @media (max-width: 1200px) {
      .section.more-accessories .left {
        padding-bottom: 180px; } }
    @media (max-width: 700px) {
      .section.more-accessories .left {
        padding-bottom: 150px; } }
    .section.more-accessories .left .inner {
      width: 100%;
      max-width: 1146px;
      padding-right: 130px; }
      @media (max-width: 1200px) {
        .section.more-accessories .left .inner {
          padding-right: 20px; } }
      .section.more-accessories .left .inner .title {
        position: relative;
        font-size: 46px;
        line-height: 58px;
        display: flex;
        font-weight: 700;
        padding: 65px 0 30px 0;
        justify-content: flex-start;
        max-width: 1920px;
        width: 100%; }
        .section.more-accessories .left .inner .title:before {
          position: absolute;
          bottom: 0;
          left: 0%;
          content: '';
          display: inline-block;
          width: 80px;
          height: 5px;
          background: #00aed6; }
        @media (max-width: 1200px) {
          .section.more-accessories .left .inner .title {
            padding: 35px 10px;
            font-size: 36px; } }
        @media (max-width: 700px) {
          .section.more-accessories .left .inner .title {
            font-size: 24px;
            padding: 25px 10px;
            line-height: 35px; } }
      .section.more-accessories .left .inner .desc {
        line-height: 40px;
        font-size: 26px;
        font-weight: 500;
        margin-top: 50px; }
        @media (max-width: 1200px) {
          .section.more-accessories .left .inner .desc {
            font-size: 20px;
            margin-top: 30px; } }
        @media (max-width: 700px) {
          .section.more-accessories .left .inner .desc {
            font-size: 18px;
            line-height: 30px; } }
      .section.more-accessories .left .inner .show-more {
        position: absolute;
        right: 0;
        bottom: 0; }
        @media (max-width: 1200px) {
          .section.more-accessories .left .inner .show-more {
            right: auto;
            left: 50%;
            transform: translateX(-50%);
            bottom: 55px; } }
  .section.more-accessories .right {
    flex: 507;
    background: url(images/bg-more-accessories-blue.jpg) no-repeat right center;
    background-size: cover; }
    @media (max-width: 1200px) {
      .section.more-accessories .right {
        display: none; } }

.section.product {
  display: flex;
  padding-top: 88px; }
  .section.product .left {
    flex: 1;
    justify-content: flex-end;
    display: flex; }
    @media (max-width: 1200px) {
      .section.product .left {
        display: none; } }
    .section.product .left .inner {
      display: flex;
      flex-direction: column;
      width: 100%;
      max-width: 960px;
      overflow: hidden; }
  .section.product .right {
    flex: 1;
    justify-content: flex-start;
    flex-direction: column;
    display: flex; }
    .section.product .right .inner {
      display: flex;
      flex-direction: column;
      width: 100%;
      max-width: 960px; }
      @media (max-width: 1200px) {
        .section.product .right .inner {
          max-width: none; } }
    .section.product .right .product-info {
      background: #101010; }
      .section.product .right .product-info .inner {
        position: relative;
        padding: 50px 60px 135px 60px; }
        @media (max-width: 1200px) {
          .section.product .right .product-info .inner {
            padding: 50px 60px 160px 60px; } }
        @media (max-width: 700px) {
          .section.product .right .product-info .inner {
            padding: 30px 20px 160px 20px; } }
      .section.product .right .product-info .title {
        position: relative;
        font-size: 36px;
        line-height: 58px;
        display: flex;
        font-weight: 700;
        padding: 0 0 20px 0;
        justify-content: flex-start;
        max-width: 1920px;
        color: #00aed6;
        width: 100%; }
        .section.product .right .product-info .title:before {
          position: absolute;
          bottom: 0;
          left: 0%;
          content: '';
          display: inline-block;
          width: 80px;
          height: 5px;
          background: #00aed6; }
        @media (max-width: 1200px) {
          .section.product .right .product-info .title {
            padding: 0 0 35px 0;
            font-size: 36px; } }
        @media (max-width: 700px) {
          .section.product .right .product-info .title {
            font-size: 24px;
            padding: 15px 0;
            line-height: 35px; } }
      .section.product .right .product-info .description {
        margin-top: 70px; }
        @media (max-width: 1200px) {
          .section.product .right .product-info .description {
            margin-top: 40px; } }
        .section.product .right .product-info .description p {
          font-size: 16px;
          font-weight: 400;
          line-height: 26px;
          margin-bottom: 35px; }
    .section.product .right .product-thumbs {
      align-items: center;
      flex-wrap: wrap;
      display: flex; }
      @media (max-width: 700px) {
        .section.product .right .product-thumbs {
          justify-content: center; } }
      .section.product .right .product-thumbs:after {
        flex: 1;
        content: '';
        display: flex;
        width: 100%;
        background: #3d3d3d;
        height: 1px; }
        @media (max-width: 1200px) {
          .section.product .right .product-thumbs:after {
            display: none; } }
      .section.product .right .product-thumbs .thumb {
        display: flex;
        position: relative;
        overflow: hidden;
        width: 140px;
        height: 140px;
        margin-bottom: 20px;
        margin-right: 20px;
        border: 1px solid transparent; }
        .section.product .right .product-thumbs .thumb.active {
          border: 1px solid #00aed6; }
        .section.product .right .product-thumbs .thumb img {
          transition: all .3s ease;
          position: absolute;
          height: 100%;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%) scale(1); }
        .section.product .right .product-thumbs .thumb:hover img {
          transform: translate(-50%, -50%) scale(1.1); }
    .section.product .right .show-more {
      position: absolute;
      left: 0;
      bottom: 0; }
      @media (max-width: 1200px) {
        .section.product .right .show-more {
          left: 50%;
          transform: translateX(-50%);
          bottom: 35px; } }

.section.blog-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 5px solid #171717;
  margin: 0 auto;
  margin-top: -50px; }
  @media (max-width: 480px) {
    .section.blog-list {
      margin-top: -80px; } }
  .section.blog-list .items-blog {
    width: 100%;
    max-width: 1210px;
    flex-wrap: wrap;
    margin: 0 -7px; }
    .section.blog-list .items-blog .item {
      max-width: none;
      border: 0;
      margin: 0;
      padding: 7px;
      flex: 1 1 33.3333%;
      max-width: 33.3333%; }
      @media (max-width: 800px) {
        .section.blog-list .items-blog .item {
          flex: 1 1 50%;
          max-width: 50%; } }
      @media (max-width: 480px) {
        .section.blog-list .items-blog .item {
          flex: 1 1 100%;
          max-width: 100%; } }
      .section.blog-list .items-blog .item .thumb {
        width: 100%; }
        .section.blog-list .items-blog .item .thumb img {
          min-height: 100%;
          min-width: 100%; }
      .section.blog-list .items-blog .item a {
        display: flex;
        position: relative;
        border: 1px solid #00aed6; }
  .section.blog-list .show-more {
    position: relative;
    display: flex;
    margin: 50px 0;
    justify-content: center; }

.section.blog {
  display: flex;
  padding-top: 87px;
  padding-bottom: 120px; }
  @media (max-width: 700px) {
    .section.blog {
      padding-bottom: 0; } }
  @media (max-width: 1200px) {
    .section.blog {
      flex-direction: column; } }
  .section.blog .left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 30px;
    flex: 1300; }
    @media (max-width: 1200px) {
      .section.blog .left {
        flex: 1; } }
    .section.blog .left .inner {
      display: flex;
      flex-direction: column;
      width: 100%;
      padding: 0 30px;
      max-width: 1150px; }
      @media (max-width: 700px) {
        .section.blog .left .inner {
          padding: 0 15px; } }
    .section.blog .left .categories {
      dislpay: flex;
      flex-wrap: wrap; }
      .section.blog .left .categories a {
        display: inline-flex;
        padding: 5px 35px;
        font-size: 14px;
        min-height: 42px;
        align-items: center;
        border: 1px solid #3d3d3d; }
        .section.blog .left .categories a:hover {
          border: 1px solid #00aed6;
          color: #00aed6; }
    .section.blog .left .title {
      font-size: 46px;
      line-height: 55px;
      font-weight: 700;
      margin-top: 30px;
      margin-bottom: 35px;
      padding-bottom: 27px;
      position: relative; }
      @media (max-width: 700px) {
        .section.blog .left .title {
          font-size: 26px;
          line-height: 36px; } }
      .section.blog .left .title.sm {
        font-size: 26px;
        line-height: 36px; }
      .section.blog .left .title:before {
        display: inline-block;
        content: '';
        width: 80px;
        height: 6px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #00aed6; }
    .section.blog .left .top-image {
      display: flex; }
      .section.blog .left .top-image img {
        max-width: 100%; }
    .section.blog .left .details {
      font-size: 14px;
      min-height: 55px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      line-height: 22px;
      border-bottom: 1px solid #3d3d3d;
      font-weight: 500; }
      @media (max-width: 700px) {
        .section.blog .left .details {
          flex-direction: column;
          align-items: flex-start;
          justify-content: flex-start;
          padding: 20px 0; } }
      .section.blog .left .details .added {
        display: flex;
        align-items: center; }
      .section.blog .left .details .tags {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        color: #00aed6; }
        @media (max-width: 700px) {
          .section.blog .left .details .tags {
            margin-top: 15px; } }
      .section.blog .left .details span {
        margin-left: 4px; }
      .section.blog .left .details i {
        color: #fff;
        font-style: normal; }
      .section.blog .left .details a {
        color: #00aed6;
        margin-left: 4px; }
        .section.blog .left .details a:hover {
          color: #fff; }
    .section.blog .left .body p {
      margin-top: 30px;
      line-height: 28px;
      font-size: 16px;
      font-weight: 400; }
    .section.blog .left .comments {
      margin-top: 50px; }
      .section.blog .left .comments .comments-list {
        flex-direction: column;
        display: flex; }
        .section.blog .left .comments .comments-list .comment {
          margin-bottom: 20px;
          display: flex; }
          .section.blog .left .comments .comments-list .comment .left {
            display: flex;
            align-items: flex-start;
            flex: 1;
            max-width: 70px;
            padding-top: 0; }
            @media (max-width: 700px) {
              .section.blog .left .comments .comments-list .comment .left {
                display: none; } }
            .section.blog .left .comments .comments-list .comment .left .avatar {
              position: relative;
              display: flex;
              justify-content: center;
              align-items: center;
              background: #00aed6;
              width: 70px;
              height: 70px; }
              .section.blog .left .comments .comments-list .comment .left .avatar:before {
                display: inline-block;
                position: absolute;
                content: '';
                right: -9px;
                top: 50%;
                transform: translateY(-50%);
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 8.5px 0 8.5px 9px;
                border-color: transparent transparent transparent #00afd6; }
          .section.blog .left .comments .comments-list .comment .right {
            display: flex;
            margin-left: 25px;
            background: #0d0d0d; }
            @media (max-width: 700px) {
              .section.blog .left .comments .comments-list .comment .right {
                margin-left: 0; } }
            .section.blog .left .comments .comments-list .comment .right .top {
              display: flex;
              width: 100%;
              justify-content: space-between;
              padding: 25px 15px;
              font-size: 14px; }
              @media (max-width: 700px) {
                .section.blog .left .comments .comments-list .comment .right .top {
                  flex-direction: column;
                  justify-content: center;
                  align-items: flex-start; } }
              .section.blog .left .comments .comments-list .comment .right .top .username {
                display: flex;
                font-weight: 700;
                flex: 1;
                color: #00aed6; }
                .section.blog .left .comments .comments-list .comment .right .top .username a {
                  color: #00aed6; }
                  .section.blog .left .comments .comments-list .comment .right .top .username a:hover {
                    color: #fff; }
              .section.blog .left .comments .comments-list .comment .right .top .added {
                flex: 1;
                color: #6e6e6e;
                display: flex;
                font-weight: 500;
                justify-content: flex-end; }
                @media (max-width: 700px) {
                  .section.blog .left .comments .comments-list .comment .right .top .added {
                    margin-top: 15px; } }
            .section.blog .left .comments .comments-list .comment .right .bottom .comment-body {
              display: flex;
              color: #8a8a8a;
              font-size: 16px;
              font-weight: 500;
              padding: 0 15px 25px 15px;
              line-height: 28px; }
            .section.blog .left .comments .comments-list .comment .right .bottom .reply {
              display: flex;
              justify-content: flex-end; }
  .section.blog .right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 620; }
    @media (max-width: 1200px) {
      .section.blog .right {
        flex: 1; } }
    .section.blog .right .blog-info {
      width: 100%;
      background: #101010; }
      @media (max-width: 700px) {
        .section.blog .right .blog-info {
          padding-bottom: 60px; } }
      .section.blog .right .blog-info .inner {
        display: flex;
        flex-direction: column;
        max-width: 500px;
        padding: 0 35px;
        padding-bottom: 100px; }
        @media (max-width: 700px) {
          .section.blog .right .blog-info .inner {
            padding: 0 15px; } }
    .section.blog .right .breadcrumbs {
      margin: 15px 0 30px 0; }
      @media (max-width: 700px) {
        .section.blog .right .breadcrumbs {
          margin: 30px 15px; } }
    .section.blog .right .title-lg {
      font-size: 26px;
      line-height: 34px;
      font-weight: 700;
      margin-top: 50px;
      margin-bottom: 35px;
      padding-bottom: 27px;
      position: relative; }
      @media (max-width: 700px) {
        .section.blog .right .title-lg {
          margin-top: 30px; } }
      .section.blog .right .title-lg:before {
        display: inline-block;
        content: '';
        width: 80px;
        height: 6px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #00aed6; }
    .section.blog .right .latest {
      display: flex;
      flex-direction: column;
      margin-bottom: 30px; }
      .section.blog .right .latest a {
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #3d3d3d;
        padding: 25px 0; }
        .section.blog .right .latest a .date {
          font-size: 14px;
          line-height: 18px;
          color: #00aed6;
          font-weight: 500; }
        .section.blog .right .latest a .title {
          font-size: 16px;
          transition: all .3s ease;
          line-height: 22px;
          font-weight: 700;
          margin-top: 3px;
          width: 100%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .section.blog .right .latest a:hover {
          background: #1b1b1b;
          padding-left: 20px; }
          .section.blog .right .latest a:hover .title {
            color: #00aed6; }
    .section.blog .right .categories ul {
      flex-direction: column;
      display: flex; }
      .section.blog .right .categories ul li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 18px; }
        .section.blog .right .categories ul li:before {
          display: inline-block;
          content: '';
          position: absolute;
          left: 0;
          width: 8px;
          height: 8px;
          background: #00aed6;
          top: 7px; }
        .section.blog .right .categories ul li a {
          font-size: 16px;
          line-height: 22px;
          font-weight: 700; }
          .section.blog .right .categories ul li a:hover {
            color: #00aed6; }
    .section.blog .right .tags ul {
      flex-wrap: wrap;
      display: flex; }
      .section.blog .right .tags ul li {
        margin-right: 3px;
        margin-bottom: 3px; }
        .section.blog .right .tags ul li a {
          display: flex;
          align-items: center;
          height: 27px;
          padding: 5px 18px;
          font-size: 12px;
          background: #00aed6; }
          .section.blog .right .tags ul li a:hover {
            background: #0fd2ff; }

.section.contact-1 {
  display: flex; }
  @media (max-width: 1150px) {
    .section.contact-1 {
      flex-direction: column; } }
  .section.contact-1 .left {
    display: flex;
    justify-content: flex-end;
    padding: 85px 40px;
    flex: 1; }
    @media (max-width: 1150px) {
      .section.contact-1 .left {
        justify-content: center;
        padding: 0 40px;
        margin-top: -50px; } }
    @media (max-width: 700px) {
      .section.contact-1 .left {
        padding: 0 15px; } }
    .section.contact-1 .left .inner {
      display: flex;
      flex-direction: column;
      width: 100%;
      max-width: 607px; }
      @media (max-width: 1150px) {
        .section.contact-1 .left .inner {
          width: auto;
          max-width: none; } }
      @media (max-width: 700px) {
        .section.contact-1 .left .inner {
          width: 100%; } }
  .section.contact-1 .right {
    display: flex;
    flex: 1;
    background: #101010;
    justify-content: flex-start; }
    .section.contact-1 .right .inner {
      position: relative;
      display: flex;
      width: 100%;
      flex-direction: column;
      max-width: 870px;
      padding: 60px 65px 135px 65px; }
      @media (max-width: 1150px) {
        .section.contact-1 .right .inner {
          max-width: none; } }
      @media (max-width: 700px) {
        .section.contact-1 .right .inner {
          padding: 60px 15px 135px 15px; } }
    .section.contact-1 .right .title {
      position: relative;
      font-size: 36px;
      line-height: 45px;
      color: #00aed6;
      font-weight: 700;
      padding-bottom: 30px;
      margin-bottom: 30px; }
      @media (max-width: 700px) {
        .section.contact-1 .right .title {
          font-size: 26px;
          line-height: 35px; } }
      .section.contact-1 .right .title:before {
        position: absolute;
        bottom: 0;
        left: 0%;
        content: '';
        display: inline-block;
        width: 80px;
        height: 5px;
        background: #00aed6; }
    .section.contact-1 .right .form-row {
      display: flex;
      flex-direction: column; }
      .section.contact-1 .right .form-row label {
        color: #767676;
        font-weight: 500;
        font-size: 16px;
        margin-top: 18px; }
      .section.contact-1 .right .form-row input[type="text"],
      .section.contact-1 .right .form-row input[type="email"] {
        background: #0d0d0d;
        color: #fff;
        border: 1px solid #2c2c2c;
        height: 48px;
        line-height: 48px;
        padding: 0 20px;
        margin-top: 18px;
        font-family: "Poppins", sans-serif; }
      .section.contact-1 .right .form-row textarea {
        background: #0d0d0d;
        color: #fff;
        border: 1px solid #2c2c2c;
        height: 48px;
        line-height: 48px;
        padding: 0 20px;
        margin-top: 18px;
        font-family: "Poppins", sans-serif;
        resize: none;
        min-height: 160px; }
    .section.contact-1 .right .submit-form {
      position: absolute;
      left: 0;
      bottom: 0; }
      @media (max-width: 1150px) {
        .section.contact-1 .right .submit-form {
          left: 50%;
          transform: translateX(-50%);
          bottom: 30px; } }

.section.contact-2 .contact-data-block {
  margin-bottom: 0; }

.section.contact-2 .head .title {
  font-size: 36px;
  margin: 55px 0;
  display: flex;
  font-weight: 700;
  justify-content: center; }
  @media (max-width: 700px) {
    .section.contact-2 .head .title {
      font-size: 24px;
      line-height: 32px;
      text-align: center;
      padding: 0 15px; } }

.section.contact-2 .inner {
  display: flex;
  max-width: 1920px;
  margin: 0 auto;
  border-top: 1px solid #232323; }
  @media (max-width: 1150px) {
    .section.contact-2 .inner {
      flex-direction: column; } }
  .section.contact-2 .inner .left {
    flex: 1;
    padding: 60px;
    border-right: 1px solid #232323; }
    @media (max-width: 1150px) {
      .section.contact-2 .inner .left {
        border-right: 0;
        border-bottom: 1px solid #232323; } }
    @media (max-width: 700px) {
      .section.contact-2 .inner .left {
        padding: 30px 15px; } }
  .section.contact-2 .inner .center {
    flex: 1;
    padding: 60px;
    border-right: 1px solid #232323; }
    @media (max-width: 1150px) {
      .section.contact-2 .inner .center {
        border-right: 0;
        border-bottom: 1px solid #232323; } }
    @media (max-width: 700px) {
      .section.contact-2 .inner .center {
        padding: 30px 15px; } }
  .section.contact-2 .inner .right {
    flex: 1;
    padding: 60px; }
    @media (max-width: 700px) {
      .section.contact-2 .inner .right {
        padding: 30px 15px; } }

.section.about-us {
  display: flex;
  justify-content: center;
  padding: 0 15px; }
  @media (max-width: 700px) {
    .section.about-us {
      margin-top: -80px; } }
  .section.about-us .inner {
    max-width: 1215px;
    margin-bottom: 85px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; }

.section.gallery {
  display: flex;
  flex-direction: column;
  padding-bottom: 87px; }
  .section.gallery .head {
    align-items: center;
    flex-direction: column;
    flex: 1;
    display: flex; }
    .section.gallery .head .title {
      font-size: 36px;
      font-weight: 700;
      max-width: 800px;
      line-height: 42px; }
      @media (max-width: 700px) {
        .section.gallery .head .title {
          font-size: 24px;
          line-height: 32px;
          text-align: center;
          padding: 0 15px; } }
    .section.gallery .head .desc {
      line-height: 26px;
      margin-top: 20px;
      font-size: 16px;
      font-weight: 400;
      max-width: 800px;
      padding: 0 15px; }
  .section.gallery .gallery-photos {
    position: relative;
    margin-top: 50px; }
    .section.gallery .gallery-photos .photo {
      padding: 5px;
      width: 25%; }
      @media (max-width: 1000px) {
        .section.gallery .gallery-photos .photo {
          width: 33.3333%; } }
      @media (max-width: 480px) {
        .section.gallery .gallery-photos .photo {
          width: 50%; } }
      .section.gallery .gallery-photos .photo img {
        width: 100%; }

.contact-data-block {
  margin-bottom: 85px; }
  .contact-data-block .title {
    position: relative;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .contact-data-block .title:before {
      position: absolute;
      bottom: 0;
      left: 0%;
      content: '';
      display: inline-block;
      width: 80px;
      height: 5px;
      background: #00aed6; }
  .contact-data-block .info {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500; }
  .contact-data-block ul li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    line-height: 22px;
    padding-left: 55px; }
    .contact-data-block ul li.location:before {
      display: inline-block;
      content: '';
      position: absolute;
      left: 15px;
      top: 3px;
      width: 16px;
      height: 21px;
      background: url(images/icon-location.svg) no-repeat center center; }
    .contact-data-block ul li.phone:before {
      display: inline-block;
      content: '';
      position: absolute;
      left: 15px;
      top: 3px;
      width: 21px;
      height: 21px;
      background: url(images/icon-phone.svg) no-repeat center center; }
    .contact-data-block ul li.email:before {
      display: inline-block;
      content: '';
      position: absolute;
      left: 15px;
      top: 3px;
      width: 17px;
      height: 13px;
      background: url(images/icon-email.svg) no-repeat center center; }
    .contact-data-block ul li.site:before {
      display: inline-block;
      content: '';
      position: absolute;
      left: 15px;
      top: 3px;
      width: 18px;
      height: 16px;
      background: url(images/icon-site.svg) no-repeat center center; }
  .contact-data-block .notify {
    font-size: 13px;
    line-height: 20px;
    margin-top: 55px;
    font-weight: 500; }
    .contact-data-block .notify b {
      font-weight: 700p; }

.contact-map {
  position: relative;
  display: flex;
  height: 590px; }
  .contact-map #googleMap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  @media (max-width: 700px) {
    .contact-map {
      height: 300px; } }

.breadcrumbs {
  display: flex;
  margin: 35px 0 50px 0; }
  @media (max-width: 1200px) {
    .breadcrumbs {
      margin-left: 60px; } }
  @media (max-width: 700px) {
    .breadcrumbs {
      margin: 15px; } }
  .breadcrumbs ul {
    display: flex;
    flex-wrap: wrap; }
    .breadcrumbs ul li {
      position: relative;
      display: flex;
      line-height: 24px;
      justify-content: center; }
      .breadcrumbs ul li:before {
        content: '>';
        margin: 0 8px; }
      .breadcrumbs ul li:first-child {
        padding-left: 0;
        margin-left: 0; }
        .breadcrumbs ul li:first-child:before {
          display: none; }
      .breadcrumbs ul li a {
        font-size: 16px;
        font-weight: 500; }
        .breadcrumbs ul li a:hover {
          color: #00aed6; }
        @media (max-width: 700px) {
          .breadcrumbs ul li a {
            font-size: 14px; } }
      .breadcrumbs ul li span {
        color: #00aed6;
        font-size: 16px;
        font-weight: 500; }
        @media (max-width: 700px) {
          .breadcrumbs ul li span {
            font-size: 14px; } }

.items-products {
  display: flex;
  justify-content: center;
  max-width: 1920px;
  margin: 0 auto;
  align-items: flex-start;
  flex-wrap: wrap; }
  .items-products .item {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 25%;
    transition: all .3s ease;
    max-width: 466px;
    border: 1px solid #000; }
    @media (max-width: 1200px) {
      .items-products .item {
        flex: 1 1 50%; } }
    @media (max-width: 700px) {
      .items-products .item {
        flex: 1 1 100%; } }
    .items-products .item:hover {
      background: #001216;
      border: 1px solid #00aed6;
      -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 198, 248, 0.4);
      -moz-box-shadow: 0px 0px 12px 0px rgba(0, 198, 248, 0.4);
      box-shadow: 0px 0px 12px 0px rgba(0, 198, 248, 0.4);
      z-index: 2; }
      .items-products .item:hover .thumb .inner:after {
        visibility: visible;
        opacity: 1; }
    .items-products .item .thumb {
      display: flex;
      overflow: hidden; }
      .items-products .item .thumb .inner {
        position: relative;
        width: 100%;
        padding-top: 100%; }
        .items-products .item .thumb .inner:after {
          visibility: hidden;
          opacity: 0;
          position: absolute;
          top: 0;
          background: rgba(0, 174, 214, 0.1);
          width: 100%;
          height: 100%;
          transition: all .3s ease;
          content: '';
          display: inline-block;
          z-index: 1; }
        .items-products .item .thumb .inner img {
          position: absolute;
          left: 50%;
          top: 0;
          transform: translateX(-50%);
          width: 100%;
          height: auto; }
    .items-products .item .info {
      display: flex;
      align-items: center;
      flex-direction: column; }
      .items-products .item .info .category {
        font-size: 18px;
        line-height: 24px;
        color: #00aed6;
        font-weight: 700; }
      .items-products .item .info .title {
        font-size: 32px;
        line-height: 42px;
        margin-top: 3px;
        font-weight: 700;
        margin-bottom: 25px; }

.items-blog {
  flex-wrap: wrap;
  display: flex; }
  .items-blog.short {
    justify-content: flex-end;
    padding-right: 104px; }
    @media (max-width: 1200px) {
      .items-blog.short {
        padding-right: 0;
        padding: 0 7px;
        justify-content: flex-start; } }
    .items-blog.short .item {
      flex: 1 1 calc(33.3333% - 14px); }
      @media (max-width: 800px) {
        .items-blog.short .item {
          flex: 1 1 calc(50% - 14px);
          max-width: calc(50% - 14px); }
          .items-blog.short .item:last-child {
            display: none; } }
      @media (max-width: 400px) {
        .items-blog.short .item {
          flex: 1 1 100%;
          max-width: 100%;
          margin: 0;
          margin-bottom: 15px; } }
  .items-blog .item {
    position: relative;
    flex: 1 1 calc(25% - 7px);
    border: 1px solid #00aed6;
    max-width: 392px;
    margin: 7px; }
    .items-blog .item:hover .thumb img {
      transform: translate(-50%, -50%) scale(1.1); }
    .items-blog .item .thumb {
      position: relative;
      overflow: hidden;
      padding-top: 110%; }
      .items-blog .item .thumb img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1);
        max-width: 100%;
        transition: all .3s ease; }
      .items-blog .item .thumb:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 25%;
        content: '';
        display: inline-block;
        background: -moz-linear-gradient(top, rgba(153, 153, 153, 0) 0%, rgba(0, 174, 214, 0.5) 100%);
        background: -webkit-linear-gradient(top, rgba(153, 153, 153, 0) 0%, rgba(0, 174, 214, 0.5) 100%);
        background: linear-gradient(to bottom, rgba(153, 153, 153, 0) 0%, rgba(0, 174, 214, 0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00999999', endColorstr='#8000aed6',GradientType=0 ); }
    .items-blog .item .date {
      display: flex;
      flex-direction: column;
      position: absolute;
      top: 0;
      left: 0;
      width: 70px;
      height: 70px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 20px;
      font-weight: 600;
      background: #00aed6; }
      .items-blog .item .date span:first-child {
        font-size: 18px; }
    .items-blog .item .title {
      position: absolute;
      bottom: 10px;
      left: 25px;
      right: 25px;
      line-height: 26px;
      font-size: 20px;
      font-weight: 600;
      min-height: 55px;
      display: flex;
      align-items: center;
      text-shadow: 1px 1px rgba(0, 0, 0, 0.3); }

.add-comment ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #767676;
  opacity: 1; }

.add-comment ::-moz-placeholder {
  /* Firefox 19+ */
  color: #767676;
  opacity: 1; }

.add-comment :-ms-input-placeholder {
  /* IE 10+ */
  color: #767676;
  opacity: 1; }

.add-comment :-moz-placeholder {
  /* Firefox 18- */
  color: #767676;
  opacity: 1; }

.add-comment input[type="text"],
.add-comment input[type="email"],
.add-comment textarea {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
  background: #0d0d0d;
  font-weight: 500;
  border: 1px solid #2c2c2c;
  margin-bottom: 20px;
  height: 47px;
  line-height: 47px;
  width: 100%;
  padding: 0 20px; }

.add-comment textarea {
  resize: none;
  min-height: 160px;
  line-height: 22px;
  padding: 20px 20px; }

.add-comment input[type="submit"] {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 0 45px;
  background: #00aed6;
  display: inline-flex;
  transition: all .3s ease;
  cursor: pointer;
  color: #fff;
  align-items: center;
  height: 52px; }
  .add-comment input[type="submit"]:hover {
    background: #0fd2ff; }
  @media (max-width: 700px) {
    .add-comment input[type="submit"] {
      margin-left: 9px; } }

.page-footer {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column; }
  .page-footer .top {
    display: flex;
    align-items: stretch;
    justify-content: center;
    position: relative; }
    @media (max-width: 1180px) {
      .page-footer .top {
        flex-direction: column; } }
    .page-footer .top:before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      bottom: 0;
      right: calc(50% + 400px);
      display: inline-block;
      background: #0d0d0d;
      z-index: -1; }
      @media (max-width: 1180px) {
        .page-footer .top:before {
          display: none; } }
    .page-footer .top:after {
      content: '';
      display: inline-block;
      position: absolute;
      left: 0;
      height: 35px;
      top: 0;
      right: calc(50% + 400px);
      background: -moz-linear-gradient(top, #080808 0%, transparent 100%);
      background: -webkit-linear-gradient(top, #080808 0%, transparent 100%);
      background: linear-gradient(to bottom, #080808 0%, transparent 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080808', endColorstr='#00000000',GradientType=0 ); }
    .page-footer .top .left {
      position: relative;
      display: flex;
      flex-direction: column;
      background: #0d0d0d;
      color: #b9b9b9;
      font-size: 13px;
      line-height: 22px;
      font-weight: 600; }
      @media (max-width: 1180px) {
        .page-footer .top .left {
          align-items: center;
          text-align: center; } }
      .page-footer .top .left:before {
        content: '';
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        height: 35px;
        background: -moz-linear-gradient(top, #080808 0%, transparent 100%);
        background: -webkit-linear-gradient(top, #080808 0%, transparent 100%);
        background: linear-gradient(to bottom, #080808 0%, transparent 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080808', endColorstr='#00000000',GradientType=0 ); }
      .page-footer .top .left .inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 40px 50px; }
        @media (max-width: 1180px) {
          .page-footer .top .left .inner {
            align-items: center; } }
      .page-footer .top .left .logo {
        margin: 15px 0; }
      .page-footer .top .left .social {
        margin: 15px 0;
        display: flex; }
        .page-footer .top .left .social a {
          display: flex;
          width: 40px;
          height: 40px;
          justify-content: center;
          align-items: center;
          margin-right: 10px;
          background: #00aed6; }
          .page-footer .top .left .social a:hover {
            background: #fff; }
      .page-footer .top .left .info p {
        margin: 20px 0; }
        .page-footer .top .left .info p a {
          color: #00aed6; }
          .page-footer .top .left .info p a:hover {
            color: #fff; }
        .page-footer .top .left .info p span {
          color: #00aed6; }
    .page-footer .top .right {
      display: flex; }
      @media (max-width: 1180px) {
        .page-footer .top .right {
          justify-content: center; } }
      .page-footer .top .right .inner {
        display: flex;
        align-items: center;
        padding: 80px 0; }
        @media (max-width: 640px) {
          .page-footer .top .right .inner {
            flex-direction: column;
            padding: 25px 0; } }
      .page-footer .top .right .list {
        display: flex;
        margin: 0 95px;
        flex-direction: column; }
        @media (max-width: 790px) {
          .page-footer .top .right .list {
            margin: 0;
            padding: 25px; } }
        @media (max-width: 640px) {
          .page-footer .top .right .list {
            width: 100%; } }
        .page-footer .top .right .list .title {
          position: relative;
          font-size: 22px;
          color: #00aed6;
          font-weight: 600;
          padding-bottom: 30px;
          margin-bottom: 40px;
          text-transform: uppercase; }
          .page-footer .top .right .list .title:before {
            position: absolute;
            display: inline-block;
            content: '';
            left: 0;
            bottom: 0;
            height: 2px;
            width: 43px;
            background: #00aed6; }
        .page-footer .top .right .list ul {
          display: flex;
          flex-direction: column; }
          .page-footer .top .right .list ul li {
            position: relative;
            margin-left: 20px;
            padding-left: 24px;
            align-items: center;
            margin-bottom: 10px; }
            .page-footer .top .right .list ul li:before {
              position: absolute;
              display: inline-block;
              content: '';
              left: 0;
              top: 8px;
              height: 5px;
              width: 5px;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              background: #008ec9; }
            .page-footer .top .right .list ul li a {
              color: #b9b9b9;
              font-size: 14px;
              line-height: 22px;
              font-weight: 600; }
              .page-footer .top .right .list ul li a:hover {
                color: #fff; }
  .page-footer .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #00aed6;
    min-height: 60px;
    padding: 20px;
    padding: 0 30px;
    font-size: 12px;
    font-weight: 600;
    color: #005265; }
    @media (max-width: 800px) {
      .page-footer .bottom {
        flex-direction: column;
        padding: 20px; } }
    .page-footer .bottom .left {
      display: flex;
      align-items: center; }
      @media (max-width: 800px) {
        .page-footer .bottom .left {
          display: inline-block;
          text-align: center;
          line-height: 22px; }
          .page-footer .bottom .left img {
            display: none; } }
      .page-footer .bottom .left img {
        margin-right: 15px; }
      .page-footer .bottom .left a {
        color: #005265;
        margin-left: 3px;
        margin-right: 3px; }
        .page-footer .bottom .left a:hover {
          color: #fff; }
    @media (max-width: 800px) {
      .page-footer .bottom .right {
        line-height: 22px; } }
    .page-footer .bottom .right a {
      color: #005265; }
      .page-footer .bottom .right a:hover {
        color: #fff; }
