@import url("https://fonts.googleapis.com/css?family=Muli:300,400,600,700");
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #666;
  outline: none;
}

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

td, td img {
  vertical-align: top;
}

input, select, button, textarea {
  margin: 0;
  font-size: 100%;
  color: #666;
}

input, button, textarea {
  -webkit-appearance: none;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

/* --------------- /reset.css --------------- */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

body {
  position: relative;
  color: #000;
  text-align: left;
  font: 62.5%/1.2em Verdana, sans-serif;
  background: #fff;
}

label, input[type="button"], input[type="submit"], button {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
}

input[type="text"], textarea {
  outline: none;
  -webkit-appearance: none;
}

input[type="text"]:focus, textarea:focus {
  outline: none;
}

html, body {
  height: 100%;
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.ttf?ubfms6") format("truetype"), url("../fonts/icomoon.woff?ubfms6") format("woff"), url("../fonts/icomoon.svg?ubfms6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon_"], [class*=" icon_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon_book:before {
  content: "\e909";
}

.icon_cad:before {
  content: "\e90a";
}

.icon_camera:before {
  content: "\e90b";
}

.icon_download:before {
  content: "\e90c";
}

.icon_fb:before {
  content: "\e905";
}

.icon_inst:before {
  content: "\e906";
}

.icon_pint:before {
  content: "\e907";
}

.icon_mail:before {
  content: "\e908";
}

.icon_shopping-cart:before {
  content: "\e900";
}

.icon_user:before {
  content: "\e901";
}

.icon_search:before {
  content: "\e902";
}

.icon_heart:before {
  content: "\e903";
}

.icon_chevron-down:before {
  content: "\e904";
}

.btn {
  display: inline-block;
  border: none;
  border-radius: 0;
}

.btn_type1 {
  background: #fff;
  font-size: 16px;
  line-height: 18px;
  color: #7c7c7c;
  padding: 5px 10px 7px;
  min-width: 130px;
  text-align: center;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  -webkit-transition: color .8s;
  transition: color .8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.btn_type1:hover {
  color: #000;
}

.btn_type1:hover:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.btn_type1:after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffd800;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  display: block;
  position: absolute;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.btn_type1 span {
  position: relative;
  z-index: 2;
}

.btn_type2 {
  background: #ffd800;
  border: 1px solid #ffd800;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  padding: 5px 10px 7px;
  min-width: 130px;
  text-align: center;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  -webkit-transition: color .8s;
  transition: color .8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.btn_type2:hover:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.btn_type2:after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  display: block;
  position: absolute;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.btn_type2 span {
  position: relative;
  z-index: 2;
}

.btn_type3 {
  background: #898989;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-weight: 500;
  padding: 5px 20px 7px;
  overflow: hidden;
  border: 1px solid #898989;
}

.btn_type3:hover {
  color: #898989;
}

.btn_type3:hover:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.btn_type3:after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  display: block;
  position: absolute;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.btn_type3 span {
  position: relative;
  z-index: 2;
}

.btn_type4 {
  font-size: 16px;
  line-height: 18px;
  color: #7c7c7c;
  font-weight: 500;
  border: 1px solid #f2f2f2;
  padding: 6px 30px 7px;
  position: relative;
  overflow: hidden;
}

.btn_type4 span {
  position: relative;
  z-index: 2;
}

.btn_type4:hover {
  color: #000;
}

.btn_type4:hover:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.btn_type4:after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffd800;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  display: block;
  position: absolute;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.btn_icon {
  position: relative;
}

.btn_icon span {
  padding-right: 25px;
}

.btn_icon .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  font-size: 14px;
}

.btn_icon .icon_mail {
  font-size: 12px;
}

.btn_filter {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 1px 0 40px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 20%;
  margin-top: -20px;
  z-index: 90;
  right: -40px;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.filter-active .btn_filter {
  background: #fff;
}

.custom-checkbox {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  line-height: 18px;
  color: #7c7c7c;
  text-transform: lowercase;
}

.custom-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

.custom-checkbox input:checked + .checkbox:after {
  opacity: 1;
}

.custom-checkbox .checkbox {
  width: 16px;
  height: 16px;
  border: 1px solid #7c7c7c;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.custom-checkbox .checkbox:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  background: #ffd800;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

html, body {
  height: 100%;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Muli', sans-serif;
  background: #F3F3F3;
  color: #7c7c7c;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  font-family: 'Muli', sans-serif;
}

.page__wrapper {
  min-height: 100%;
  margin-bottom: -50px;
}

* html .page__wrapper {
  height: 100%;
}

.page__buffer {
  height: 50px;
}

.color-white {
  color: #fff;
}

@media (max-width: 992px) {
  .sticky-inner {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
  }
}

@media (max-width: 992px) {
  .is-affixed {
    height: auto !important;
  }
}

.post p {
  color: #7c7c7c;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 20px;
}

.post a {
  color: #464646;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.post a:hover {
  color: #7c7c7c;
}

.post strong {
  color: #464646;
  font-weight: 400;
}

.post img {
  display: block;
  margin: 0 auto 65px;
  max-width: 100%;
}

.journal .post {
  padding-bottom: 30px;
}

.journal-post_2columns .post {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

@media (max-width: 767px) {
  .journal-post_2columns .post {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.out {
  overflow: hidden;
}

.wrap {
  max-width: 1420px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.wrap_wide {
  max-width: 1940px;
  padding: 0 33px;
}

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

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

.content-row .col {
  width: calc(100% - 490px);
  padding: 0 20px;
  min-height: 1px;
}

.content-row .col:first-child {
  width: 490px;
}

.content-row .col:first-child .col__i {
  max-width: 335px;
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .content-row .col {
    width: calc(100% - 360px);
  }
  .content-row .col:first-child {
    width: 360px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .content-row .col {
    width: calc(100% - 280px);
  }
  .content-row .col:first-child {
    width: 280px;
  }
}

@media (max-width: 767px) {
  .content-row .col {
    width: 100%;
  }
  .content-row .col:first-child {
    width: 100%;
  }
  .content-row .col:first-child .col__i {
    width: 100%;
    max-width: 100%;
  }
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-transition: background 0.3s ease-in-out, padding 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.out_sub .header {
  background: rgba(255, 255, 255, 0.9);
}

.header__i {
  position: relative;
}

.header .nav-btn {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: none;
  border: none;
  font-size: 16px;
  line-height: 18px;
  color: #7c7c7c;
  padding-left: 44px;
  -webkit-transition: opacity 0.3s ease-in-out, margin-top 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, margin-top 0.3s ease-in-out;
  z-index: 100;
}

.header .nav-btn:hover {
  opacity: 0.5;
}

.header .nav-btn__icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 16px;
  width: 24px;
}

.header .nav-btn__icon:before, .header .nav-btn__icon:after {
  content: "";
  display: block;
  height: 3px;
  width: 24px;
  position: absolute;
  background: #7c7c7c;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.header .nav-btn__icon:before {
  top: 1px;
}

.header .nav-btn__icon:after {
  bottom: 0;
}

.header .nav-btn__icon span {
  height: 3px;
  width: 24px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  background: #7c7c7c;
}

.nav-active .header .nav-btn__icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 6px;
}

.nav-active .header .nav-btn__icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
}

.nav-active .header .nav-btn__icon span {
  opacity: 0;
}

.header .right-nav {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: margin-top 0.3s ease-in-out;
  transition: margin-top 0.3s ease-in-out;
}

.header .right-nav li {
  list-style: none;
  padding: 0 25px;
}

.header .right-nav ul {
  padding: 0;
  margin: 0 -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.header .right-nav a {
  font-size: 18px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.header .right-nav a:hover {
  opacity: 0.5;
}

.header.scrolled {
  background: rgba(255, 255, 255, 0.6);
  padding-top: 30px;
  padding-bottom: 20px;
}

.header.scrolled .nav-btn, .header.scrolled .right-nav {
  margin-top: -8px;
}

@media (max-width: 1024px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header .nav-btn {
    margin-top: 0;
  }
  .header .right-nav {
    margin-top: 3px;
  }
  .header .right-nav a {
    font-size: 14px;
  }
  .header.scrolled {
    padding-top: 20px;
  }
  .header.scrolled .nav-btn {
    margin-top: 0;
  }
  .header.scrolled .right-nav {
    margin-top: 3px;
  }
}

@media (max-width: 767px) {
  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header .nav-btn {
    margin-top: 0;
  }
  .header .nav-btn__text {
    display: none;
  }
  .header .right-nav {
    margin: 3px 0 0;
  }
  .header .right-nav ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .header .right-nav li {
    padding: 0 10px;
  }
  .header.scrolled {
    padding: 15px 0;
  }
  .header.scrolled .nav-btn {
    margin-top: 0;
  }
  .header.scrolled .right-nav {
    margin-top: 3px;
  }
}

.main-nav {
  position: fixed;
  height: 100vh;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  width: 35.3vw;
  box-shadow: 1px 0 40px rgba(0, 0, 0, 0.1);
  padding-top: 250px;
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  transition: transform .8s;
  transition: transform .8s, -webkit-transform .8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
  overflow: auto;
  z-index: 98;
}

.nav-active .main-nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.main-nav__i {
  padding-left: 43%;
}

.main-nav .nav-title {
  font-size: 16px;
  line-height: 18px;
  color: #7c7c7c;
  padding-bottom: 33px;
  position: relative;
}

.main-nav ul {
  padding: 0 0 40px 22px;
  margin: 0;
}

.main-nav li {
  padding-bottom: 10px;
  list-style: none;
  line-height: 0;
}

.main-nav li.active > a {
  color: #464646;
}

.main-nav li.active > a:before {
  opacity: 1;
}

.main-nav li.active > a:after {
  content: "-";
  right: 11px;
}

.main-nav li.active > .has-sub-nav:after {
  content: "-";
  right: 11px;
}

.main-nav li.active > ul {
  display: block;
}

.main-nav li.sub-active > a {
  color: #464646;
}

.main-nav li.sub-active > a:before {
  opacity: 1;
}

.main-nav li ul {
  padding-top: 15px;
  padding-bottom: 0;
  display: none;
}

.main-nav li ul a {
  font-size: 18px;
  line-height: 22px;
}

.main-nav a {
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
}

.main-nav a:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  width: 10px;
  height: 10px;
  background: #ffd800;
  border-radius: 50%;
  top: 50%;
  margin-top: -2px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.main-nav a.has-sub-nav, .main-nav a.has-sub-nav-mobile {
  position: relative;
  display: block;
  padding-right: 30px;
}

.main-nav a.has-sub-nav:after, .main-nav a.has-sub-nav-mobile:after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -1px;
}

.main-nav a.has-sub-nav-mobile:after {
  opacity: 0;
}

.main-nav a:hover {
  color: #464646;
}

.main-nav a:hover:before {
  opacity: 1;
}

.main-nav .btn_filter {
  position: relative;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  top: auto;
  right: auto;
  box-shadow: none;
  margin: 0 15px;
  display: none;
}

@media (max-width: 1024px) {
  .main-nav {
    width: 90vw;
    max-width: 260px;
    padding-top: 100px;
    height: 105vh;
  }
  .main-nav__i {
    padding-left: 30px;
    height: 80vh;
    overflow: auto;
    padding-bottom: 50px;
  }
  .main-nav ul {
    padding-bottom: 20px;
  }
  .main-nav ul ul a {
    font-size: 14px;
    line-height: 16px;
  }
  .main-nav .nav-title {
    padding-bottom: 20px;
    font-size: 12px;
  }
  .main-nav a {
    font-size: 18px;
    line-height: 20px;
  }
  .main-nav a:before {
    margin-top: -4px;
  }
  .main-nav .main-line {
    height: 2px;
  }
  .nav-active .main-nav .main-line {
    -webkit-transform: translateX(-11px) !important;
            transform: translateX(-11px) !important;
  }
}

@media (max-width: 992px) {
  .main-nav .btn_filter {
    display: block;
  }
  .main-nav li a.has-sub-nav-mobile:after {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .main-nav {
    padding-top: 70px;
  }
}

.intro-slider {
  color: #000;
}

.intro-slider .item {
  height: 850px;
  background-size: cover;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  background-position: 50% 0;
}

.intro-slider__text h2 {
  font-size: 60px;
  line-height: 64px;
  font-weight: 300;
}

.intro-slider__text p {
  font-size: 42px;
  line-height: 44px;
  font-weight: 300;
}

.intro-slider li {
  list-style: none;
}

.intro-slider .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.intro-slider .slick-dots li {
  padding: 0 4px;
}

.intro-slider .slick-dots li.slick-active button {
  background: white;
}

.intro-slider .slick-dots button {
  background: none;
  border: none;
  width: 10px;
  height: 10px;
  display: block;
  text-indent: -9999px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  padding: 0;
}

.intro-slider .intro-slider__text .animated {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.intro-slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-transition: opacity 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s;
}

.intro-slider .slide-line {
  background: #ffd800;
  height: 4px;
  right: 100%;
  margin-left: -50px;
  z-index: 90;
  position: absolute;
}

@media (max-height: 850px) {
  .intro-slider .item {
    height: 80vh;
  }
}

@media (max-width: 767px) {
  .intro-slider__text h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .intro-slider__text p {
    font-size: 24px;
    line-height: 26px;
  }
}

.logo {
  display: block;
  margin: 0 auto;
  width: 360px;
  text-align: center;
}

.logo__text {
  color: #000;
  font-size: 40px;
  line-height: 42px;
  display: block;
  position: relative;
  margin-top: -16px;
  margin-left: -12px;
  -webkit-transition: padding-bottom 0.3s ease-in-out;
  transition: padding-bottom 0.3s ease-in-out;
}

.scrolled .logo__text {
  padding-bottom: 0;
}

.logo__sub-title {
  font-size: 16px;
  line-height: 18px;
  color: #7c7c7c;
  font-weight: 400;
  display: block;
}

.logo .plus-icon:after {
  top: -20px;
}

@media (max-width: 1024px) {
  .logo {
    width: 280px;
  }
  .logo__text {
    margin-top: 0;
    padding-bottom: 0;
  }
  .logo img {
    display: block;
  }
}

@media (max-width: 767px) {
  .logo {
    width: 140px;
    margin: 0 auto;
  }
  .logo__text {
    margin-top: 0;
    padding-bottom: 0;
  }
  .logo__sub-title {
    display: none;
  }
}

.content .wrap {
  padding-top: 94px;
  padding-bottom: 79px;
  padding-left: 70px;
  max-width: 1533px;
}

.content .wrap_m {
  max-width: 1600px;
  padding-left: 15px;
  padding-top: 0;
}

.out_sub .content {
  padding-top: 150px;
}

@media (max-width: 1024px) {
  .content .wrap {
    padding-left: 15px;
  }
  .out_sub .content {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .content .wrap {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .content .wrap_m {
    padding-top: 0;
  }
}

.story-home {
  padding-bottom: 90px;
}

.story-home__i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.story-home .col {
  width: calc(100% - 490px);
}

.story-home .col:first-child {
  width: 490px;
}

.story-home img {
  max-width: 100%;
}

@media (max-width: 992px) {
  .story-home {
    padding-bottom: 50px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .story-home .col {
    width: 100%;
  }
  .story-home .col:first-child {
    width: 100%;
    padding-bottom: 45px;
  }
}

.short-story {
  max-width: 345px;
}

.short-story__img {
  padding-bottom: 50px;
}

.short-story img {
  display: block;
}

.short-story__title {
  font-size: 48px;
  line-height: 50px;
  color: #7c7c7c;
  padding-bottom: 27px;
  position: relative;
}

.short-story__description {
  font-size: 16px;
  line-height: 20px;
  color: #7c7c7c;
  padding-bottom: 36px;
}

@media (max-width: 992px) {
  .short-story {
    margin: 0 auto;
  }
  .short-story img {
    margin: 0 auto;
  }
  .short-story__img {
    padding-bottom: 20px;
  }
  .short-story__title {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
  }
  .short-story__description {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }
  .short-story .btn-row {
    text-align: center;
  }
}

.our-collection__i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.our-collection .col {
  width: calc(100% - 490px);
}

.our-collection .col:first-child {
  width: 490px;
}

.our-collection__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.our-collection__title {
  font-size: 16px;
  line-height: 18px;
  width: 40%;
  padding-top: 5px;
}

.our-collection__nav {
  width: 50%;
}

.our-collection__nav li {
  padding-bottom: 10px;
  list-style: none;
  line-height: 0;
}

.our-collection__nav li.active span {
  color: #464646;
}

.our-collection__nav li.active span:before {
  opacity: 1;
}

.our-collection__nav span {
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
}

.our-collection__nav span:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  width: 10px;
  height: 10px;
  background: #ffd800;
  border-radius: 50%;
  top: 50%;
  margin-top: -2px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.our-collection__nav span:hover {
  color: #464646;
}

.our-collection__nav span:hover:before {
  opacity: 1;
}

.our-collection__item {
  display: none;
}

.our-collection__item.active {
  display: block;
}

.our-collection .img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.our-collection .img-list__item {
  padding: 0 15px 30px;
  width: 33.33333%;
}

.our-collection .img-list__item img {
  max-width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.our-collection .img-list__item a {
  display: block;
  overflow: hidden;
  position: relative;
}

.our-collection .img-list__item a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.our-collection .img-list__item a:hover:after {
  opacity: 1;
}

.our-collection .img-list__item a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media (max-width: 992px) {
  .our-collection .col {
    width: 100%;
  }
  .our-collection .col:first-child {
    width: 100%;
  }
  .our-collection__control {
    display: block;
    padding-left: 35px;
    padding-right: 35px;
  }
  .our-collection__title {
    text-align: center;
    padding-bottom: 25px;
    width: 100%;
  }
  .our-collection__nav {
    width: 100%;
    margin-bottom: 25px;
    position: relative;
  }
  .our-collection__nav:after {
    z-index: 10;
    content: "";
    top: 0;
    bottom: 0;
    width: 50px;
    display: block;
    position: absolute;
    right: -2px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+56,f2f2f2+71&0+0,0.47+71,1+100 */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(242, 242, 242, 0.37) 56%, rgba(242, 242, 242, 0.47) 71%, #f2f2f2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(242, 242, 242, 0.37) 56%, rgba(242, 242, 242, 0.47) 71%, #f2f2f2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f2f2f2', GradientType=1);
    /* IE6-9 */
  }
  .our-collection__nav:before {
    z-index: 10;
    content: "";
    top: 0;
    bottom: 0;
    width: 50px;
    display: block;
    position: absolute;
    left: -2px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+29,f2f2f2+44,ffffff+100&1+0,0.47+29,0+100 */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f2f2f2 0%, rgba(242, 242, 242, 0.47) 29%, rgba(242, 242, 242, 0.37) 44%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f2f2f2 0%, rgba(242, 242, 242, 0.47) 29%, rgba(242, 242, 242, 0.37) 44%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
  }
  .our-collection__nav li {
    padding: 0 25px 15px;
  }
  .our-collection__nav li.active span {
    color: #7c7c7c;
  }
  .our-collection__nav li.active span:before {
    opacity: 0;
  }
  .our-collection__nav .slick-current li span {
    color: #464646;
  }
  .our-collection__nav .slick-current li span:before {
    opacity: 1;
  }
  .our-collection .slick-prev {
    position: absolute;
    left: -35px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    z-index: 20;
    background: none;
    border: none;
    font-size: 18px;
    padding: 0;
    margin-top: -5px;
  }
  .our-collection .slick-next {
    position: absolute;
    right: -35px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
    z-index: 20;
    background: none;
    border: none;
    font-size: 18px;
    padding: 0;
    margin-top: -5px;
  }
}

@media (max-width: 767px) {
  .our-collection .img-list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .our-collection .img-list__item {
    padding: 0 5px 10px;
  }
}

.plus-icon:after {
  content: "+";
  position: absolute;
  left: -40px;
  top: -13px;
  color: #ffd800;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
}

.short-story .plus-icon:after {
  top: -40px;
  left: -51px;
}

.footer {
  background: #fff;
  overflow: hidden;
}

.footer .wrap {
  padding-top: 59px;
  padding-bottom: 50px;
  padding-left: 70px;
  max-width: 1533px;
}

.footer__i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

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

@media (max-width: 767px) {
  .footer .wrap {
    padding-top: 30px;
    padding-left: 15px;
  }
  .footer .plus-icon:after {
    display: none;
  }
  .footer .left, .footer .right {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footer .wrap {
    padding-left: 15px;
  }
  .footer .plus-icon:after {
    display: none;
  }
  .footer .left {
    width: 270px;
  }
  .footer .right {
    width: calc(100% - 270px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .footer .right .col {
    width: 30%;
    padding: 0 10px;
  }
  .footer .right .col:first-child {
    width: 40%;
  }
  .footer .right .col:nth-child(3) {
    width: 30%;
  }
  .footer .right .col:last-child {
    width: 20%;
    display: none;
  }
}

@media (min-width: 1025px) {
  .footer .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .footer .right {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .footer .right .col:last-child {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .footer .left {
    width: 360px;
  }
  .footer .right {
    width: calc(100% - 360px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1500px) {
  .footer .left {
    width: 490px;
  }
  .footer .right {
    width: calc(100% - 490px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer__drop {
  padding-top: 30px;
  display: none;
}

.seo-text {
  font-size: 12px;
  line-height: 18px;
}

.seo-text p {
  margin-bottom: 15px;
}

.f-contacts {
  position: relative;
}

.f-contacts__i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.f-contacts__cities {
  min-width: 126px;
}

.f-contacts__cities ul {
  padding: 0;
  margin: 0;
}

.f-contacts__cities li {
  list-style: none;
  padding-bottom: 10px;
}

.f-contacts__cities li.active a {
  color: #464646;
  font-weight: 700;
}

.f-contacts__cities li.active a:after {
  opacity: 1;
}

.f-contacts__cities a {
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  -webkit-transition: color 0.3s ease-in-out, font-weight 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, font-weight 0.3s ease-in-out;
  color: #7c7c7c;
  position: relative;
}

.f-contacts__cities a:after {
  content: "+";
  position: absolute;
  left: -40px;
  top: -13px;
  color: #ffd800;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.f-contacts__cities a:hover {
  color: #464646;
  font-weight: 700;
}

.f-contacts__cities a:hover:after {
  opacity: 1;
}

.f-contacts__info {
  padding-left: 25px;
  max-width: 170px;
  height: 160px;
  overflow: hidden;
  width: 100%;
}

.f-contacts__info-item {
  display: none;
  padding-top: 7px;
  float: left;
  padding-bottom: 15px;
}

.f-contacts__info p {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
  text-transform: lowercase;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .f-contacts__cities {
    width: 42%;
  }
  .f-contacts__cities a {
    font-size: 18px;
    line-height: 20px;
  }
  .f-contacts__info {
    width: 50%;
    padding-left: 5px;
  }
}

@media (max-width: 767px) {
  .f-contacts {
    padding-bottom: 25px;
  }
  .f-contacts__info {
    width: 50%;
    min-height: 140px;
    height: auto;
    padding-left: 0;
  }
  .f-contacts__info p {
    font-size: 12px;
    line-height: 14px;
  }
  .f-contacts__cities {
    width: 42%;
    padding-left: 0;
  }
  .f-contacts__cities a {
    font-size: 18px;
    line-height: 20px;
  }
}

.subscribe {
  padding-bottom: 25px;
}

.subscribe__i {
  position: relative;
  display: inline-block;
}

.subscribe .form-control {
  border: none;
  background: #f3f3f3;
  padding: 6px 40px 7px 20px;
  color: #7c7c7c;
  font-size: 14px;
  line-height: 18px;
  max-width: 200px;
}

.subscribe__btn {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.subscribe__btn:hover {
  opacity: 0.5;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .subscribe .form-control {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .subscribe__i {
    display: block;
  }
  .subscribe .form-control {
    max-width: 800px;
    width: 100%;
  }
}

.f-nav__i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-left: -25px;
  margin-right: -25px;
}

.f-nav ul {
  width: 50%;
  padding: 0 25px;
  margin: 0;
  min-width: 160px;
}

.f-nav li {
  list-style: none;
  padding-bottom: 5px;
}

.f-nav a {
  font-size: 14px;
  color: #7c7c7c;
  line-height: 16px;
  font-weight: 400;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.f-nav a:hover {
  color: #464646;
}

.f-nav a:hover span:after {
  width: 100%;
}

.f-nav span {
  display: inline-block;
  position: relative;
}

.f-nav span:after {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  width: 0;
  background: #7c7c7c;
  position: absolute;
  bottom: -2px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .f-nav {
    padding-bottom: 25px;
  }
}

.socials {
  padding-bottom: 10px;
  text-align: center;
}

.socials p {
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 5px;
}

.socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -7px;
  margin-right: -7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.socials li {
  padding: 5px 7px;
  list-style: none;
  border-left: 1px solid #d6d6d6;
}

.socials li:first-child {
  border-left: 0;
}

.socials a {
  font-size: 16px;
  line-height: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #7c7c7c;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.socials a:hover {
  color: #d6d6d6;
}

.socials .icon_mail {
  font-size: 14px;
}

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

.copy {
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 10px;
  text-align: center;
}

.more-lnk {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  color: #7c7c7c;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.more-lnk:hover {
  color: #464646;
}

.ada img {
  width: 100%;
  max-width: 200px;
}

@media (max-width: 767px) {
  .ada {
    text-align: center;
    padding-bottom: 15px;
  }
}

.search-modal {
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  -webkit-transform: translate(0, -100%) scale(0, 0);
          transform: translate(0, -100%) scale(0, 0);
  -webkit-transition: opacity .8s, visibility .8s, -webkit-transform .8s;
  transition: opacity .8s, visibility .8s, -webkit-transform .8s;
  transition: transform .8s, opacity .8s, visibility .8s;
  transition: transform .8s, opacity .8s, visibility .8s, -webkit-transform .8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.search-modal.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0) scale(1, 1);
          transform: translate(0, 0) scale(1, 1);
}

.search-modal__i {
  max-width: 740px;
  margin: 0 auto;
  padding: 150px 20px;
  position: relative;
}

.search-modal label {
  display: block;
  font-size: 24px;
  line-height: 26px;
  padding-bottom: 15px;
}

.search-modal .form-control {
  display: block;
  padding: 10px 30px 10px 0;
  border-bottom: 2px solid #7c7c7c;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100%;
  background: none;
  font-size: 30px;
  line-height: 32px;
}

.search-modal .form-control:focus + .line {
  width: 100%;
}

.search-modal .form-group {
  position: relative;
}

.search-modal .line {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 4px;
  background: #ffd800;
  width: 0;
  -webkit-transition: width .8s;
  transition: width .8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.search-modal .close-modal {
  position: absolute;
  right: 0;
  top: 100px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.search-modal .close-modal:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.search-modal .close-modal span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1px;
}

.search-modal .close-modal span:after, .search-modal .close-modal span:before {
  content: "";
  display: block;
  height: 2px;
  background: #7c7c7c;
  position: absolute;
  width: 30px;
}

.search-modal .close-modal span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.search-modal .close-modal span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 992px) {
  .search-modal .form-control {
    font-size: 18px;
  }
  .search-modal .close-modal {
    right: 10px;
  }
}

@media (max-width: 767px) {
  .search-modal__i {
    padding-top: 30px;
  }
  .search-modal .close-modal {
    top: 30px;
  }
}

.search-submit-btn {
  position: absolute;
  right: 0;
  bottom: 8px;
  font-size: 30px;
  border: none;
  background: none;
  color: #7c7c7c;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.search-submit-btn:hover {
  color: #d6d6d6;
}

.form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}

.form-control:focus::-moz-placeholder {
  opacity: 0;
}

.form-control:focus:-ms-input-placeholder {
  opacity: 0;
}

.form-control:focus::placeholder {
  opacity: 0;
}

.form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}

.form-control:focus::-moz-placeholder {
  opacity: 0;
}

.main-line {
  background: #ffd800;
  display: block;
  height: 4px;
  right: 100%;
  top: 8px;
  z-index: 90;
  position: absolute;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0.05s;
  transition: -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0.05s;
  transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0.05s;
  transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0.05s, -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0.05s;
}

.main-nav .main-line {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.nav-active .main-nav .main-line {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.catalog, .journal, .designers, .people, .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.catalog__aside, .journal__aside, .designers__aside, .people__aside, .contact__aside {
  width: 33.9%;
}

.catalog__main, .journal__main, .designers__main, .people__main, .contact__main {
  width: 66.1%;
}

.catalog__filter-title, .catalog__nav-title, .journal__filter-title, .journal__nav-title, .designers__filter-title, .designers__nav-title, .people__filter-title, .people__nav-title, .contact__filter-title, .contact__nav-title {
  color: #898989;
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 40px;
  position: relative;
}

.catalog__filter-title.pb20, .catalog__nav-title.pb20, .journal__filter-title.pb20, .journal__nav-title.pb20, .designers__filter-title.pb20, .designers__nav-title.pb20, .people__filter-title.pb20, .people__nav-title.pb20, .contact__filter-title.pb20, .contact__nav-title.pb20 {
  padding-bottom: 20px;
}

.catalog__filter, .journal__filter, .designers__filter, .people__filter, .contact__filter {
  max-width: 240px;
}

.catalog__filter-item, .journal__filter-item, .designers__filter-item, .people__filter-item, .contact__filter-item {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.catalog__filter-item:last-child, .journal__filter-item:last-child, .designers__filter-item:last-child, .people__filter-item:last-child, .contact__filter-item:last-child {
  border-bottom: none;
  padding-bottom: 50px;
}

.catalog__filter li, .journal__filter li, .designers__filter li, .people__filter li, .contact__filter li {
  list-style: none;
}

.catalog__filter li.active > a, .journal__filter li.active > a, .designers__filter li.active > a, .people__filter li.active > a, .contact__filter li.active > a {
  color: #464646;
}

.catalog__filter li.active > .has-sub-nav:after, .journal__filter li.active > .has-sub-nav:after, .designers__filter li.active > .has-sub-nav:after, .people__filter li.active > .has-sub-nav:after, .contact__filter li.active > .has-sub-nav:after {
  content: "-";
  right: 2px;
}

.catalog__filter li.active > ul, .journal__filter li.active > ul, .designers__filter li.active > ul, .people__filter li.active > ul, .contact__filter li.active > ul {
  display: block;
}

.catalog__filter li.opened > a, .journal__filter li.opened > a, .designers__filter li.opened > a, .people__filter li.opened > a, .contact__filter li.opened > a {
  color: #464646;
}

.catalog__filter li.opened > a:after, .journal__filter li.opened > a:after, .designers__filter li.opened > a:after, .people__filter li.opened > a:after, .contact__filter li.opened > a:after {
  content: "-";
}

.catalog__filter li.opened > ul, .journal__filter li.opened > ul, .designers__filter li.opened > ul, .people__filter li.opened > ul, .contact__filter li.opened > ul {
  display: block;
}

.catalog__filter .top-lvl > li, .journal__filter .top-lvl > li, .designers__filter .top-lvl > li, .people__filter .top-lvl > li, .contact__filter .top-lvl > li {
  padding-left: 10px;
  padding-bottom: 12px;
}

.catalog__filter .top-lvl > li.active > a:before, .journal__filter .top-lvl > li.active > a:before, .designers__filter .top-lvl > li.active > a:before, .people__filter .top-lvl > li.active > a:before, .contact__filter .top-lvl > li.active > a:before {
  opacity: 1;
}

.catalog__filter .top-lvl > li.active > a:after, .journal__filter .top-lvl > li.active > a:after, .designers__filter .top-lvl > li.active > a:after, .people__filter .top-lvl > li.active > a:after, .contact__filter .top-lvl > li.active > a:after {
  content: "-";
}

.catalog__filter .top-lvl > li.active .second-lvl, .journal__filter .top-lvl > li.active .second-lvl, .designers__filter .top-lvl > li.active .second-lvl, .people__filter .top-lvl > li.active .second-lvl, .contact__filter .top-lvl > li.active .second-lvl {
  padding-bottom: 15px;
}

.catalog__filter .top-lvl > li > a, .journal__filter .top-lvl > li > a, .designers__filter .top-lvl > li > a, .people__filter .top-lvl > li > a, .contact__filter .top-lvl > li > a {
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
}

.catalog__filter .top-lvl > li > a:before, .journal__filter .top-lvl > li > a:before, .designers__filter .top-lvl > li > a:before, .people__filter .top-lvl > li > a:before, .contact__filter .top-lvl > li > a:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  width: 10px;
  height: 10px;
  background: #ffd800;
  border-radius: 50%;
  top: 50%;
  margin-top: -2px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.catalog__filter .top-lvl > li > a:hover, .journal__filter .top-lvl > li > a:hover, .designers__filter .top-lvl > li > a:hover, .people__filter .top-lvl > li > a:hover, .contact__filter .top-lvl > li > a:hover {
  color: #464646;
}

.catalog__filter .top-lvl > li > a:hover:before, .journal__filter .top-lvl > li > a:hover:before, .designers__filter .top-lvl > li > a:hover:before, .people__filter .top-lvl > li > a:hover:before, .contact__filter .top-lvl > li > a:hover:before {
  opacity: 1;
}

.catalog__filter .top-lvl ul, .journal__filter .top-lvl ul, .designers__filter .top-lvl ul, .people__filter .top-lvl ul, .contact__filter .top-lvl ul {
  display: none;
}

.catalog__filter .second-lvl, .journal__filter .second-lvl, .designers__filter .second-lvl, .people__filter .second-lvl, .contact__filter .second-lvl {
  padding-top: 15px;
  padding-left: 10px;
}

.catalog__filter .second-lvl > li, .journal__filter .second-lvl > li, .designers__filter .second-lvl > li, .people__filter .second-lvl > li, .contact__filter .second-lvl > li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.catalog__filter .second-lvl a, .journal__filter .second-lvl a, .designers__filter .second-lvl a, .people__filter .second-lvl a, .contact__filter .second-lvl a {
  font-size: 16px;
  line-height: 18px;
  color: #7c7c7c;
}

.catalog__filter .third-lvl, .journal__filter .third-lvl, .designers__filter .third-lvl, .people__filter .third-lvl, .contact__filter .third-lvl {
  padding-left: 15px;
  padding-top: 10px;
}

.catalog__filter .third-lvl li, .journal__filter .third-lvl li, .designers__filter .third-lvl li, .people__filter .third-lvl li, .contact__filter .third-lvl li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.catalog__filter a, .journal__filter a, .designers__filter a, .people__filter a, .contact__filter a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  text-transform: lowercase;
}

.catalog__filter a:hover, .journal__filter a:hover, .designers__filter a:hover, .people__filter a:hover, .contact__filter a:hover {
  color: #464646;
}

.catalog__filter .has-sub-nav, .journal__filter .has-sub-nav, .designers__filter .has-sub-nav, .people__filter .has-sub-nav, .contact__filter .has-sub-nav {
  display: block;
  position: relative;
}

.catalog__filter .has-sub-nav:after, .journal__filter .has-sub-nav:after, .designers__filter .has-sub-nav:after, .people__filter .has-sub-nav:after, .contact__filter .has-sub-nav:after {
  content: "+";
  color: #7c7c7c;
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 2px;
}

@media (max-width: 1500px) {
  .catalog__aside, .journal__aside, .designers__aside, .people__aside, .contact__aside {
    width: 300px;
  }
  .catalog__main, .journal__main, .designers__main, .people__main, .contact__main {
    width: calc(100% - 300px);
  }
}

@media (max-width: 992px) {
  .catalog__aside, .journal__aside, .designers__aside, .people__aside, .contact__aside {
    position: fixed !important;
    left: 0;
    top: 0;
    bottom: 0;
    width: 280px;
    background: #fff;
    z-index: 90;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    padding-top: 30px;
  }
  .filter-active .catalog__aside, .filter-active .journal__aside, .filter-active .designers__aside, .filter-active .people__aside, .filter-active .contact__aside {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .catalog__filter, .journal__filter, .designers__filter, .people__filter, .contact__filter {
    padding-left: 25px;
    overflow: auto;
    max-width: 300px;
    padding-right: 20px;
    height: 100vh;
    padding-top: 100px;
  }
  .catalog__filter .top-lvl > li > a, .journal__filter .top-lvl > li > a, .designers__filter .top-lvl > li > a, .people__filter .top-lvl > li > a, .contact__filter .top-lvl > li > a {
    font-size: 18px;
    line-height: 20px;
  }
  .catalog__filter .top-lvl > li > a:before, .journal__filter .top-lvl > li > a:before, .designers__filter .top-lvl > li > a:before, .people__filter .top-lvl > li > a:before, .contact__filter .top-lvl > li > a:before {
    margin-top: -4px;
  }
  .catalog__main, .journal__main, .designers__main, .people__main, .contact__main {
    width: 100%;
  }
  .catalog .journal__aside, .journal .journal__aside, .designers .journal__aside, .people .journal__aside, .contact .journal__aside {
    display: none;
  }
}

@media (max-width: 767px) {
  .catalog .catalog__filter, .journal .catalog__filter, .designers .catalog__filter, .people .catalog__filter, .contact .catalog__filter {
    padding-top: 40px;
  }
}

@media (max-width: 992px) {
  .people .people__aside {
    position: relative !important;
  }
}

@media (max-width: 992px) {
  .contact_career .contact__aside {
    position: relative !important;
    text-align: center;
    left: auto;
    width: 100%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin: 0;
    padding-top: 0;
    background: none;
  }
  .contact_career .career-info {
    padding-top: 0;
    margin: 0 auto 40px;
  }
}

@media (max-width: 992px) {
  .people__aside {
    position: relative;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    left: auto;
    top: auto;
    bottom: auto;
    background: none;
    padding-bottom: 40px;
    padding-top: 0;
    width: 100%;
  }
  .people__aside .people__nav-list {
    display: none;
  }
  .people__aside .quote {
    padding-left: 40px;
    max-width: 100%;
  }
  .people__aside .quote__i {
    font-size: 14px;
    line-height: 20px;
  }
  .people__aside .quote__btn {
    text-align: center;
  }
}

.people__city {
  color: #464646;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  padding: 15px 6px;
}

.content-title {
  color: #898989;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  padding: 0 0 20px;
}

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

.product-list__item {
  width: 33.333333%;
  padding: 0 15px 30px;
  text-align: center;
}

.product-list__item-inner:hover .img__hover {
  opacity: 1;
}

.product-list .name, .product-list .category {
  display: block;
  font-size: 16px;
  line-height: 18px;
}

.product-list .category:hover span:after {
  width: 100%;
}

.product-list .category span {
  display: inline-block;
  position: relative;
}

.product-list .category span:after {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  width: 0;
  background: #7c7c7c;
  position: absolute;
  bottom: -2px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.product-list .img {
  margin-bottom: 10px;
  display: block;
  position: relative;
}

.product-list .img__hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.product-list img {
  max-width: 100%;
}

.product-list .name {
  padding-bottom: 5px;
}

.product-list .name a {
  color: #7c7c7c;
}

.product-list .name a:hover {
  color: #464646;
}

.product-list .category a {
  color: #464646;
}

.product-list .category a:hover {
  color: #000;
}

.product-list a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (min-width: 993px) and (max-width: 1024px) {
  .product-list__item {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .product-list__item {
    width: 50%;
  }
}

@media (max-width: 374px) {
  .product-list__item {
    width: 100%;
  }
}

.breadcrumbs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 480px;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 0 -7px;
}

.breadcrumbs__item {
  color: #7c7c7c;
  line-height: 18px;
  font-size: 16px;
  padding: 0 7px 14px;
  list-style: none;
  position: relative;
}

.breadcrumbs__item:last-child:after {
  display: none;
}

.breadcrumbs__item:after {
  content: " /";
  position: absolute;
  right: -2px;
  top: 1px;
  line-height: 18px;
  font-size: 16px;
}

.breadcrumbs__lnk {
  color: #7c7c7c;
  line-height: 18px;
  font-size: 16px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.breadcrumbs__lnk:hover {
  opacity: .6;
}

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

.go-back {
  color: #7c7c7c;
  line-height: 18px;
  font-size: 16px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.go-back:hover {
  opacity: .6;
}

.go-back-wrap {
  margin-left: 30px;
  padding: 0 7px 14px;
}

@media (max-width: 767px) {
  .go-back-wrap {
    display: block;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
}

.accordion__title {
  position: relative;
}

.accordion__drop {
  display: none;
}

.product__name {
  font-size: 50px;
  line-height: 56px;
  color: #464646;
  font-weight: 400;
  padding-bottom: 10px;
}

.product__brand {
  font-size: 38px;
  line-height: 44px;
  color: #464646;
  font-weight: 400;
  padding-bottom: 46px;
}

.product__controls {
  padding-bottom: 27px;
  max-width: 196px;
}

.product__controls ul {
  padding: 0;
  margin: 0;
}

.product__controls li {
  list-style: none;
  padding: 0 0 15px;
  margin: 0;
}

.product__controls .btn {
  width: 195px;
  text-align: center;
}

.product__main .col:first-child .col__i {
  max-width: 100%;
}

.product__main-info {
  max-width: 286px;
}

.product__main-info table {
  width: 100%;
}

.product__main-info td {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  padding: 6px 0;
  width: 50%;
}

.product__main-info td strong {
  font-weight: 400;
  color: #464646;
}

.product__main-info td a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.product__main-info td .brand-name {
  font-weight: 400;
  color: #464646;
}

.product__main-info td .brand-name:hover span:after {
  width: 100%;
}

.product__main-info td .brand-name span {
  display: inline-block;
  position: relative;
}

.product__main-info td .brand-name span:after {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  width: 0;
  background: #7c7c7c;
  position: absolute;
  bottom: -2px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.product__main-info .socials {
  padding-bottom: 0;
}

.product__main-info .socials ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.product__main-info .socials li {
  padding-top: 0;
  padding-bottom: 0;
}

.product__description {
  border-top: 1px solid #d2d2d2;
  padding-top: 31px;
  margin-top: 36px;
}

.product__description .tabs-control {
  max-width: 323px;
}

.product__description .tabs-control li {
  padding-bottom: 25px;
  list-style: none;
  line-height: 0;
}

.product__description .tabs-control li.active span:before {
  opacity: 1;
  width: 73px;
}

.product__description .tabs-control li.active span:after {
  content: "-";
  right: 1px;
}

.product__description .tabs-control span {
  font-size: 24px;
  line-height: 26px;
  color: #898989;
  font-weight: 400;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
  display: block;
}

.product__description .tabs-control span:before {
  content: "";
  display: block;
  position: absolute;
  left: -120px;
  height: 4px;
  background: #ffd800;
  top: 50%;
  margin-top: -2px;
  opacity: 0;
  width: 0;
  -webkit-transform: skewX(180deg);
          transform: skewX(180deg);
  -webkit-transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out;
}

.product__description .tabs-control span:after {
  content: "+";
  color: #7c7c7c;
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 2px;
}

.product__description .tabs-control span:hover {
  color: #464646;
}

.product__description .tabs-control span:hover:before {
  opacity: 1;
  width: 73px;
}

.product__description .text p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.product .accordion__item {
  padding-bottom: 25px;
  list-style: none;
  line-height: 0;
}

.product .accordion__item.opened .accordion__drop {
  display: block;
}

.product .accordion__item.opened .accordion__title span:before {
  opacity: 1;
  width: 73px;
}

.product .accordion__item.opened .accordion__title span:after {
  content: "-";
  right: 1px;
}

.product .accordion__item.active .accordion__title span:before {
  opacity: 1;
  width: 73px;
}

.product .accordion__item.active .accordion__title span:after {
  content: "-";
  right: 1px;
}

.product .accordion__title {
  position: relative;
  max-width: 320px;
}

.product .accordion__title span {
  font-size: 24px;
  line-height: 26px;
  color: #898989;
  font-weight: 400;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
  display: block;
}

.product .accordion__title span:before {
  content: "";
  display: block;
  position: absolute;
  left: -120px;
  height: 4px;
  background: #ffd800;
  top: 50%;
  margin-top: -2px;
  opacity: 0;
  width: 0;
  -webkit-transform: skewX(180deg);
          transform: skewX(180deg);
  -webkit-transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out;
}

.product .accordion__title span:after {
  content: "+";
  color: #7c7c7c;
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 2px;
}

.product .accordion__title span:hover {
  color: #464646;
}

.product .accordion__title span:hover:before {
  opacity: 1;
  width: 73px;
}

.product .accordion__drop-inner {
  padding-top: 25px;
  padding-left: 400px;
}

.product .product-materials table {
  width: 100%;
}

.product .product-materials td {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  padding: 3px 0;
}

.product .product-materials td:first-child {
  padding-right: 15px;
}

.product .product-materials a {
  color: #464646;
}

.product .product-materials a:hover {
  text-decoration: underline;
}

.product .downloads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.product .downloads__item {
  width: 25%;
  padding: 0 25px 30px;
  text-align: center;
}

.product .downloads .icon {
  display: block;
}

.product .downloads .title {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.product .downloads a {
  display: block;
  margin: 0 auto;
  color: #7c7c7c;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.product .downloads a:hover .title {
  color: #000;
}

.product__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 820px;
}

@media (max-width: 1024px) {
  .product .accordion__drop-inner {
    padding-left: 0;
  }
  .product .accordion__title {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .product__name {
    font-size: 32px;
    line-height: 36px;
  }
  .product__brand {
    font-size: 16px;
    line-height: 18px;
  }
  .product .downloads__item {
    width: 50%;
  }
  .product .related-products .product-list__item {
    width: 50%;
  }
  .product .tabs-control {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .product__brand {
    padding-bottom: 25px;
  }
  .product__controls {
    max-width: 100%;
    padding-bottom: 15px;
  }
  .product__controls li {
    text-align: center;
  }
  .product__main .content-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .product__main .main-col {
    padding-bottom: 30px;
  }
  .product__main-info {
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .product__description {
    margin-top: 0;
  }
  .product__description .tabs-control li {
    padding-bottom: 15px;
  }
  .product__description .tabs-control span {
    font-size: 18px;
    line-height: 20px;
  }
}

.product-main-img {
  width: calc(100% - 220px);
}

.product-main-img img {
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .product-main-img {
    width: 100%;
  }
}

.product-thumbs {
  width: 150px;
  margin-top: -25px;
}

.product-thumbs .item {
  padding: 14px 0;
  position: relative;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.product-thumbs .item:hover {
  cursor: pointer;
}

.product-thumbs .slick-current .item {
  opacity: 1;
}

.product-thumbs .slick-prev, .product-thumbs .slick-next {
  width: 30px;
  height: 15px;
  margin: 0 auto;
  background: none;
  border: none;
  font-size: 18px;
  display: block;
  position: relative;
}

.product-thumbs .slick-prev .icon {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  position: absolute;
  left: 50%;
  top: 50%;
}

@media (max-width: 992px) {
  .product-thumbs {
    width: 100%;
    margin-top: 0;
    padding: 0 20px;
  }
  .product-thumbs .slick-prev {
    left: -30px;
    -webkit-transform: translate(0, -50%) rotate(-90deg);
            transform: translate(0, -50%) rotate(-90deg);
    z-index: 90;
    top: 50%;
    position: absolute;
  }
  .product-thumbs .slick-next {
    right: -25px;
    -webkit-transform: translate(0, -50%) rotate(-90deg);
            transform: translate(0, -50%) rotate(-90deg);
    z-index: 90;
    top: 50%;
    position: absolute;
  }
  .product-thumbs img {
    max-width: 100%;
  }
}

.enquiry-form-popup {
  max-width: 320px;
}

.enquiry-form-popup label {
  font-size: 18px;
  line-height: 22px;
  display: block;
  text-transform: lowercase;
  padding-bottom: 4px;
}

.enquiry-form-popup .form-group {
  padding-bottom: 15px;
}

.enquiry-form-popup .form-control {
  width: 100%;
  display: block;
  padding: 8px 15px;
  border: 1px solid #7c7c7c;
  font-size: 16px;
  line-height: 18px;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

.enquiry-form-popup .form-control_text {
  height: 80px;
}

.enquiry-form-popup .form-control:focus {
  border-color: #ffd800;
  outline: none;
}

.enquiry-form-popup .select {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 0;
  padding: 8px 15px;
  border: 1px solid #7c7c7c;
  font-size: 16px;
  line-height: 18px;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

.enquiry-form-popup .select:focus {
  border-color: #ffd800;
  outline: none;
}

.enquiry-form-popup .select-wrap {
  position: relative;
}

.enquiry-form-popup .select-wrap .icon {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.enquiry-form-popup .enq-name {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 5px;
  color: #464646;
}

.enquiry-form-popup .enq-info {
  padding-bottom: 15px;
  text-align: center;
}

.enquiry-form-popup .captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.enquiry-form-popup .captcha__img {
  width: 50%;
}

.enquiry-form-popup .captcha__inp {
  width: 50%;
}

.enquiry-form-popup .captcha p {
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 5px;
}

.enquiry-form-popup .btn-row {
  text-align: center;
  padding-top: 15px;
}

.enquiry-form-popup .custom-checkbox {
  padding-bottom: 0;
  font-size: 14px;
}

@media (max-width: 767px) {
  .enquiry-form-popup .captcha__img {
    width: 100%;
    text-align: center;
  }
  .enquiry-form-popup .captcha__inp {
    width: 100%;
  }
}

.trending__title {
  font-size: 48px;
  line-height: 50px;
  color: #7c7c7c;
  padding-bottom: 27px;
  font-weight: 400;
  position: relative;
}

.trending__description {
  font-size: 16px;
  line-height: 20px;
  color: #7c7c7c;
  padding-bottom: 36px;
}

.trending__description p {
  padding-bottom: 25px;
}

.trending__description p:last-child {
  padding-bottom: 0;
}

.trending_brand-page {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -10px;
}

.trending_brand-page .trending__title {
  color: #464646;
  margin-top: 25px;
}

.trending .img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.trending .img-list__item {
  padding: 0 15px 30px;
  width: 33.33333%;
}

.trending .img-list__item img {
  max-width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.trending .img-list__item a {
  display: block;
  overflow: hidden;
  position: relative;
}

.trending .img-list__item a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.trending .img-list__item a:hover:after {
  opacity: 1;
}

.trending .img-list__item a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media (max-width: 1024px) {
  .trending_brand-page {
    margin-top: 0;
  }
  .trending .col {
    width: 100%;
  }
  .trending .col:first-child {
    width: 100%;
  }
  .trending .col:first-child .col__i {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .trending {
    text-align: center;
    padding-top: 40px;
  }
  .trending__title {
    font-size: 30px;
    line-height: 40px;
  }
  .trending .img-list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .trending .img-list__item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .trending__description {
    padding-left: 12px;
    padding-right: 12px;
  }
  .trending .btn-row {
    padding-bottom: 30px;
  }
}

.brands-list__item {
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.brands-list__item ul {
  width: calc(100% - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-left: -12px;
  margin-right: -12px;
  max-width: 1400px;
}

.brands-list__item li {
  list-style: none;
  padding: 0 12px;
}

.brands-list__item p {
  width: 200px;
  color: #615e5f;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  padding-top: 20px;
}

.brands-list__item a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.brands-list__item a:hover {
  opacity: .5;
}

@media (max-width: 1441px) {
  .brands-list ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .brands-list li {
    padding: 0 10px;
  }
}

@media (max-width: 1024px) {
  .brands-list__item ul {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .brands-list__item p {
    width: 100%;
    padding-bottom: 25px;
    text-align: center;
  }
}

@media (max-width: 374px) {
  .brands-list__item li {
    width: 50%;
  }
}

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

.show-md {
  display: none;
}

@media (max-width: 1280px) {
  .show-md {
    display: block;
  }
}

.ajax-item {
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.ajax-hidden {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs-item {
  width: 100%;
  display: none;
}

.tabs-item.active {
  display: block;
}

.close-popup {
  background: none;
  border: none;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.close-popup:hover {
  color: #000;
}

.refine-btn {
  width: 196px;
  margin: 0 auto;
  background: #fff;
  font-size: 16px;
  line-height: 18px;
  color: #7c7c7c;
  padding: 5px 10px 7px;
  text-align: center;
  font-weight: 600;
  border: none;
  display: block;
  position: relative;
}

.refine-btn .icon {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.active .refine-btn .icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.refine-container {
  position: relative;
  margin-bottom: 25px;
}

.refine-container.active .refine__drop {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
}

.refine__drop {
  width: 196px;
  position: absolute;
  left: 50%;
  bottom: -100%;
  -webkit-transform: translate(-50%, -10px);
          transform: translate(-50%, -10px);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.refine__drop-inner {
  background: #fff;
  padding: 10px 15px;
  max-height: 300px;
  overflow: auto;
}

.refine__drop li {
  list-style: none;
}

.refine__drop .custom-checkbox {
  font-size: 12px;
  line-height: 12px;
}

.refine__drop .top-lvl > li {
  padding-bottom: 12px;
}

.refine__drop .top-lvl > li:last-child {
  padding-bottom: 0;
}

.refine__drop .top-lvl > li.active > a:after {
  content: "-";
}

.refine__drop .top-lvl > li.active .second-lvl {
  padding-bottom: 15px;
}

.refine__drop .top-lvl > li > a {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
}

.refine__drop .top-lvl ul {
  display: none;
}

.refine__drop .second-lvl {
  padding-top: 15px;
  padding-left: 10px;
}

.refine__drop .second-lvl > li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.refine__drop .second-lvl a {
  font-size: 16px;
  line-height: 18px;
  color: #7c7c7c;
}

.refine__drop .third-lvl {
  padding-left: 15px;
  padding-top: 10px;
}

.refine__drop .third-lvl li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.refine__drop a {
  text-transform: lowercase;
}

.refine__drop .has-sub-nav {
  display: block;
  position: relative;
}

.refine__drop .has-sub-nav:after {
  content: "+";
  color: #7c7c7c;
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 992px) {
  .refine-container {
    display: block !important;
  }
}

.page-title, .journal__nav-title {
  position: relative;
  color: #7c7c7c;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

.section-title {
  color: #898989;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
  margin-bottom: 25px;
}

.section-title .main-line {
  margin-top: 2px;
}

.designers__top {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 30px;
  margin-top: -30px;
}

.designers__top .content-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.designers__top .product__name {
  padding: 20px 0 40px;
}

.designers__mid {
  padding-bottom: 30px;
}

.designers__bottom .section-title {
  position: relative;
}

.designers__bottom .section-title:before {
  content: "";
  height: 4px;
  background: #ffd800;
  width: 60px;
  position: absolute;
  display: block;
  left: -100px;
  top: 50%;
  margin-top: -2px;
}

.designers__nav-list {
  padding-left: 15px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  max-width: 260px;
}

.designers__nav-list li {
  list-style: none;
  padding-bottom: 10px;
}

.designers__nav-list li.active a {
  color: #464646;
}

.designers__nav-list li.active a:before {
  opacity: 1;
}

.designers__nav-list a {
  font-size: 24px;
  line-height: 26px;
  color: #898989;
  font-weight: 400;
  border: none;
  background: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
}

.designers__nav-list a:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  width: 10px;
  height: 10px;
  background: #ffd800;
  border-radius: 50%;
  top: 50%;
  margin-top: -2px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.designers__nav-list a:hover {
  color: #464646;
}

.designers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.designers-list__item {
  width: 33.33333%;
  padding: 0 8px 25px;
}

.designers-list__item-inner {
  display: block;
}

.designers-list__item-inner:hover .img__hover {
  opacity: 1;
}

.designers-list__item-inner:hover .img__default {
  opacity: 0;
}

.designers-list__item-img {
  position: relative;
  display: block;
  margin-bottom: 28px;
}

.designers-list__item img {
  display: block;
  min-width: 100%;
  width: 100%;
}

.designers-list__item .img__default {
  display: block;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.designers-list__item .img__hover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.designers-list__item .name {
  display: block;
  text-align: center;
  min-height: 40px;
  font-size: 16px;
  line-height: 18px;
  color: #898989;
}

.designers__sorting {
  background: rgba(255, 255, 255, 0.8);
  z-index: 90;
  position: fixed;
  left: 0;
  right: 0;
  bottom: -1px;
  padding: 15px 15px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
  display: none;
}

.designers__sorting-select {
  font-size: 18px;
  line-height: 22px;
  width: 260px;
  display: block;
  border: 1px solid #7c7c7c;
  background: transparent;
  padding: 5px 15px;
}

.designers__sorting-select:focus {
  outline: none;
}

.designers .select-container {
  width: 260px;
  margin: 0 auto;
  position: relative;
}

.designers .select-container .icon {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 992px) {
  .designers__sorting {
    display: block;
  }
}

@media (max-width: 767px) {
  .designers-list__item {
    width: 100%;
  }
}

.designers-hero {
  overflow: hidden;
  position: relative;
}

.designers-hero img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
}

.journal-list__item {
  padding-bottom: 20px;
}

.journal-list__item-inner {
  position: relative;
  height: 586px;
  background-size: cover;
  background-position: 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

.journal-list__item-inner:hover .journal-list__description:after {
  opacity: 1;
  visibility: visible;
}

.journal-list__description {
  margin-bottom: 45px;
  width: 100%;
  max-width: 400px;
  padding: 20px 20px 20px;
  background: rgba(255, 255, 255, 0.9);
  color: #898989;
  position: relative;
}

.journal-list__description:after {
  content: "+";
  position: absolute;
  left: -60px;
  top: 15px;
  color: #ffd800;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.short-story .journal-list__description:after {
  top: -40px;
  left: -51px;
}

.journal-list__title {
  display: block;
  font-size: 40px;
  line-height: 42px;
  padding-bottom: 10px;
}

.journal-list__sub-title {
  display: block;
  font-size: 16px;
  line-height: 18px;
}

@media (max-width: 1280px) {
  .journal-list__item-inner {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .journal-list__title {
    font-size: 26px;
    line-height: 28px;
  }
  .journal-list__sub-title {
    font-size: 14px;
    line-height: 16px;
  }
}

@media (max-width: 767px) and (max-height: 600px) {
  .journal-list__item-inner {
    height: 400px;
  }
}

.journal__nav-category {
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  color: #555555;
  position: relative;
  cursor: pointer;
  margin-bottom: 25px;
}

.journal__nav-category:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  width: 10px;
  height: 10px;
  background: #ffd800;
  border-radius: 50%;
  top: 50%;
  margin-top: -2px;
}

.journal__nav-list {
  padding-left: 15px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d2d2d2;
  max-width: 260px;
}

.journal__nav-list li {
  list-style: none;
  padding-bottom: 5px;
}

.journal__nav-list li.active a {
  color: #464646;
}

.journal__nav-list a {
  font-size: 16px;
  line-height: 18px;
  color: #898989;
  font-weight: 400;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.journal__nav-list a:hover {
  color: #464646;
}

.journal__hero {
  position: relative;
  margin-bottom: 40px;
}

.journal__hero .item {
  height: 469px;
  background-size: cover;
}

.journal__hero .journal-list__description {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.journal__hero .journal-list__description:after {
  opacity: 1;
  visibility: visible;
}

.side-search {
  position: relative;
  max-width: 260px;
}

.side-search .form-control {
  background: none;
  border: none;
  font-size: 24px;
  line-height: 26px;
  color: #898989;
  padding: 5px 15px 5px 30px;
}

.side-search .form-control:focus + .line {
  width: 100%;
}

.side-search .line {
  width: 0;
  border-bottom: 1px solid #ffd800;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.side-search__btn {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) skewY(180deg);
          transform: translateY(-50%) skewY(180deg);
  padding: 0;
  border: none;
  background: none;
  font-size: 18px;
  margin-top: 3px;
  color: #898989;
}

.people__nav-list {
  padding-bottom: 120px;
}

.people__nav-list li {
  list-style: none;
  padding-bottom: 10px;
}

.people__nav-list li.active a {
  color: #464646;
}

.people__nav-list li.active a:before {
  opacity: 1;
}

.people__nav-list a {
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
}

.people__nav-list a:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  width: 10px;
  height: 10px;
  background: #ffd800;
  border-radius: 50%;
  top: 50%;
  margin-top: -2px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.people__nav-list a:hover {
  color: #464646;
}

.people__nav-list a:hover:before {
  opacity: 1;
}

.people-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.people-list__item {
  width: 33.33333%;
  padding: 0 8px 45px;
}

.people-list__item-inner {
  display: block;
}

.people-list__item-inner:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.people-list__item-img {
  position: relative;
  display: block;
  margin-bottom: 28px;
  overflow: hidden;
}

.people-list__item img {
  display: block;
  min-width: 100%;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.people-list__item-name {
  display: block;
  text-align: center;
  min-height: 40px;
  font-size: 16px;
  line-height: 18px;
  color: #898989;
}

.people-list__item a {
  color: #898989;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.people-list__item a:hover {
  color: #464646;
}

.people__sorting {
  background: rgba(255, 255, 255, 0.8);
  z-index: 90;
  position: fixed;
  left: 0;
  right: 0;
  bottom: -1px;
  padding: 15px 15px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
  display: none;
}

.people__sorting-select {
  font-size: 18px;
  line-height: 22px;
  width: 260px;
  display: block;
  border: 1px solid #7c7c7c;
  background: transparent;
  padding: 5px 15px;
}

.people__sorting-select:focus {
  outline: none;
}

.people .select-container {
  width: 260px;
  margin: 0 auto;
  position: relative;
}

.people .select-container .icon {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 992px) {
  .people__sorting {
    display: block;
  }
}

@media (max-width: 767px) {
  .people-list__item {
    width: 100%;
  }
}

.team {
  padding-bottom: 40px;
}

.team .people-list {
  margin-left: -8px;
  margin-right: -8px;
}

.team .people-list__item-inner {
  overflow: hidden;
}

.team .people-list__item-inner:hover img {
  -webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
}

.team .people-list__item-inner:hover .hover-img {
  opacity: 1;
}

.team img {
  -webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
}

.team .hover-img {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.quote {
  max-width: 375px;
  padding-right: 40px;
}

.quote__i {
  color: #898989;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 40px;
  position: relative;
}

.quote__i:before {
  content: '\201C';
  font-size: 48px;
  position: absolute;
  left: -40px;
  top: 0;
}

.quote__i:after {
  content: '\201E';
  font-size: 48px;
  position: absolute;
  right: -40px;
  bottom: 40px;
}

.quote .btn {
  min-width: 170px;
}

.page-hero {
  margin-bottom: 44px;
  height: 407px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-hero__title {
  font-size: 60px;
  line-height: 64px;
  font-weight: 400;
  color: #464646;
  padding-left: 60px;
  margin-top: -30px;
}

.page-hero_contact {
  background-image: url("../img/content/contact-hero-957x407.jpg");
}

.page-hero_about {
  background-image: url("../img/content/about-us-hero-957x406.jpg");
}

.page-hero_about .page-hero__title {
  color: #fff;
}

@media (max-width: 1279px) {
  .page-hero {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .page-hero {
    height: 200px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-hero__title {
    font-size: 40px;
    line-height: 40px;
    padding-left: 0;
    text-align: center;
  }
}

.contact__item {
  padding-bottom: 49px;
}

.contact__item:last-child {
  padding-bottom: 0;
}

.contact__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 45px;
  border-bottom: 1px solid #d3d3d3;
}

.contact__item img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.contact__img {
  width: 301px;
}

.contact__info {
  padding: 0 5px 0 60px;
  width: calc(100% - 301px);
}

.contact__city {
  margin: 0;
  padding-bottom: 30px;
  font-size: 24px;
  line-height: 26px;
  color: #464646;
}

.contact__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 22px;
}

.contact__info-row:last-child {
  padding-bottom: 0;
}

.contact__info-row .col {
  width: 45%;
  padding: 0 15px;
}

.contact__info-row .col:first-child {
  width: 55%;
}

.contact__info-row p {
  font-size: 16px;
  line-height: 24px;
  color: #7c7c7c;
}

.contact__info-row a {
  color: #464646;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.contact__info-row a:hover {
  color: #7c7c7c;
}

.contact__enquiry {
  padding-top: 49px;
}

@media (max-width: 1279px) {
  .contact__item {
    padding-bottom: 15px;
  }
  .contact__item-inner {
    padding-bottom: 15px;
  }
  .contact__img {
    width: 200px;
  }
  .contact__info {
    width: calc(100% - 200px);
    padding-left: 30px;
  }
  .contact__city {
    padding-bottom: 15px;
  }
  .contact__info-row {
    padding-bottom: 15px;
  }
  .contact p:not(.contact-form__title) {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .contact__item-inner {
    padding-bottom: 0;
  }
  .contact__img {
    width: 100%;
    padding-bottom: 20px;
  }
  .contact__info {
    width: 100%;
    padding-left: 0;
  }
  .contact__info-row .col {
    width: 100%;
  }
}

.contact-form {
  overflow: hidden;
}

.contact-form__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.contact-form__title {
  width: 301px;
  font-size: 24px;
  color: #464646;
  font-weight: 400;
  padding-top: 14px;
}

.contact-form__cols {
  padding: 0 0 0 60px;
  width: calc(100% - 262px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.contact-form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -20px;
  margin-right: -20px;
}

.contact-form__bottom .item {
  padding: 0 20px 30px;
  width: 45%;
}

.contact-form__bottom .item:nth-child(2) {
  width: 55%;
}

.contact-form__bottom .item:last-child {
  padding-bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-form .col {
  width: 46%;
  padding: 0 20px 20px;
}

.contact-form .col:nth-child(2) {
  width: 54%;
}

.contact-form .col_w100 {
  width: 100%;
}

.contact-form .form-group {
  padding-bottom: 15px;
}

.contact-form .form-control {
  width: 100%;
  display: block;
  padding: 8px 15px;
  font-size: 16px;
  line-height: 18px;
  border: none;
  font-family: 'Muli', sans-serif;
}

.contact-form .form-control_text {
  height: 280px;
  resize: none;
  font-size: 16px;
  line-height: 18px;
}

.contact-form .form-control:focus {
  border-color: #ffd800;
  outline: none;
}

.contact-form .custom-checkbox .checkbox {
  width: 12px;
  height: 12px;
  background: #fff;
  border-color: #fff;
  box-shadow: 1px 1px 0 #898989;
}

.contact-form .custom-checkbox input:checked + .checkbox {
  background: #ffd800;
}

@media (max-width: 1279px) {
  .contact-form__title {
    width: 100%;
    font-size: 24px;
    padding-bottom: 30px;
  }
  .contact-form__cols {
    padding: 0;
    width: auto;
  }
}

@media (max-width: 767px) {
  .contact-form .col {
    width: 100%;
  }
  .contact-form .col:nth-child(2) {
    width: 100%;
  }
  .contact-form .col:last-child {
    padding-bottom: 0;
  }
  .contact-form__bottom {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .contact-form__bottom .item {
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
  }
  .contact-form__bottom .item:nth-child(1) {
    width: 100%;
  }
  .contact-form__bottom .item:nth-child(2) {
    width: 100%;
  }
  .contact-form__bottom .item:nth-child(3) {
    width: 100%;
    text-align: center;
  }
  .contact-form__bottom .btn {
    border: none;
  }
  .contact-form .socials {
    padding-bottom: 0;
  }
}

.side-nav__title {
  color: #898989;
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 40px;
  position: relative;
}

.side-nav__list {
  padding-left: 15px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  max-width: 260px;
}

.side-nav__list li {
  list-style: none;
  padding-bottom: 10px;
}

.side-nav__list li.active a {
  color: #464646;
}

.side-nav__list li.active a:before {
  opacity: 1;
}

.side-nav__list a {
  font-size: 24px;
  line-height: 26px;
  color: #898989;
  font-weight: 400;
  border: none;
  background: none;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
}

.side-nav__list a:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  width: 10px;
  height: 10px;
  background: #ffd800;
  border-radius: 50%;
  top: 50%;
  margin-top: -2px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.live-results {
  padding-top: 40px;
}

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

.live-results .item {
  width: 25%;
  padding: 0 15px 30px;
}

.live-results .item__img {
  display: block;
  padding-bottom: 15px;
}

.live-results .item__name, .live-results .item__category {
  display: block;
  color: #464646;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.live-results .item img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.live-results .btn-row {
  text-align: center;
}

@media (max-width: 767px) {
  .live-results {
    height: calc(100vh - 160px);
    overflow: auto;
  }
  .live-results__i {
    margin: 0;
  }
  .live-results .item {
    width: 100%;
  }
}

.search-word {
  font-style: italic;
}

.new-search-wrap {
  display: block;
}

.new-search {
  text-decoration: underline;
}

.new-search:hover {
  text-decoration: none;
}

.new-search-form {
  padding-bottom: 30px;
  display: none;
}

.new-search-form__i {
  position: relative;
}

.new-search-form .form-control {
  border: 1px solid #d7d7d7;
  font-size: 18px;
  line-height: 24px;
  padding: 6px 15px 5px 40px;
  display: block;
  width: 100%;
}

.new-search-form .btn {
  background: none;
  border: none;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
}

.keyword-form .form-control {
  border: 1px solid #d7d7d7;
  font-size: 18px;
  line-height: 24px;
  padding: 6px 15px 5px 15px;
  display: block;
  width: 100%;
}

.found-in-list li {
  list-style: none;
  padding: 0 20px 20px;
}

.found-in-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 420px) {
  .found-in-list ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .found-in-list li {
    width: 100%;
  }
}

.vision {
  padding-bottom: 50px;
}

.vision .post h2 {
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 30px;
  font-weight: 300;
  color: #898989;
}

.vision .post h2 strong {
  font-weight: 700;
  color: #898989;
}

.post-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-left: -25px;
  margin-right: -25px;
  padding-bottom: 75px;
}

.post-cols .col {
  width: 50%;
  padding: 0 25px;
}

@media (max-width: 767px) {
  .post-cols {
    margin: 0;
  }
  .post-cols .col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.career-info {
  max-width: 245px;
  font-size: 16px;
  line-height: 18px;
  color: #898989;
  padding-top: 55px;
}

.career-info__text {
  padding-bottom: 25px;
}

.career__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.career__item {
  text-align: center;
  width: 33.3333333%;
  padding: 0 8px 16px;
}

.career__item-inner {
  display: block;
  position: relative;
  background: #fff;
  padding: 30px 20px 40px;
  overflow: hidden;
}

.career__item-inner:hover .border {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.career__item-row {
  min-height: 100px;
  padding-bottom: 30px;
  display: block;
}

.career__title {
  font-size: 24px;
  line-height: 28px;
  display: block;
  color: #898989;
  padding-bottom: 10px;
}

.career__type {
  display: block;
  color: #898989;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.career .border {
  display: block;
  position: absolute;
  background: #ffd800;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.career .border_top {
  height: 1px;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.career .border_bottom {
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.career .border_right {
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  width: 1px;
}

.career .border_left {
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 1px;
}

.career__readmore {
  color: #464646;
  font-size: 16px;
  line-height: 18px;
}

@media (max-width: 767px) {
  .career__item {
    width: 100%;
  }
}

.our-team-city {
  display: none;
}

.our-team-city.active {
  display: inline-block;
}

.page-nav {
  background: rgba(255, 255, 255, 0.8);
  z-index: 90;
  position: fixed;
  left: 0;
  right: 0;
  bottom: -1px;
  padding: 15px 15px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
  display: none;
}

.page-nav .select-container {
  width: 260px;
  margin: 0 auto;
  position: relative;
}

.page-nav .select-container .icon {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-nav-select {
  font-size: 18px;
  line-height: 22px;
  width: 260px;
  display: block;
  border: 1px solid #7c7c7c;
  background: transparent;
  padding: 5px 15px;
}

.page-nav-select:focus {
  outline: none;
}

@media (max-width: 992px) {
  .page-nav {
    display: block;
  }
}

.row_2cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.row_2cols .col {
  width: 100%;
}

@media (min-width: 600px) {
  .row_2cols {
    margin: 0 -8px;
  }
  .row_2cols .col {
    width: 50%;
    padding: 0 8px;
  }
}

.career-popup {
  max-width: 480px !important;
}

.career-popup.fancybox-content {
  padding-top: 15px;
}

.career-popup.fancybox-content .fancybox-close-small {
  background: #ffd800;
  color: #000;
}

.career-popup .career__title {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  padding-bottom: 25px;
}

.career-popup .career__description {
  padding-bottom: 25px;
  font-size: 14px;
  line-height: 16px;
}

.career-popup .form-group {
  padding-bottom: 15px;
}

.career-popup .form-control {
  width: 100%;
  display: block;
  padding: 8px 15px;
  border: 1px solid #7c7c7c;
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

.career-popup .form-control_text {
  height: 80px;
}

.career-popup .form-control:focus {
  border-color: #ffd800;
  outline: none;
}

.career-popup .select {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 0;
  padding: 8px 15px;
  border: 1px solid #7c7c7c;
  font-size: 16px;
  line-height: 18px;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

.career-popup .select:focus {
  border-color: #ffd800;
  outline: none;
}

.career-popup .select-wrap {
  position: relative;
}

.career-popup .select-wrap .icon {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.career-popup .enq-name {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 5px;
  color: #464646;
}

.career-popup .enq-info {
  padding-bottom: 15px;
  text-align: center;
}

.career-popup .captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.career-popup .captcha__img {
  width: 50%;
}

.career-popup .captcha__inp {
  width: 50%;
}

.career-popup .captcha p {
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 5px;
}

.career-popup .btn-row {
  text-align: center;
  padding-top: 15px;
}

.career-popup .custom-checkbox {
  padding-bottom: 0;
  font-size: 14px;
}

@media (max-width: 767px) {
  .career-popup .captcha__img {
    width: 100%;
    text-align: center;
  }
  .career-popup .captcha__inp {
    width: 100%;
  }
}

.cross {
  position: absolute;
  background-color: #ffd800;
  border-radius: 3px;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
}

.cross.v {
  -webkit-animation: crossV 5s infinite;
          animation: crossV 5s infinite;
}

.cross.h {
  -webkit-animation: crossH 5s infinite;
          animation: crossH 5s infinite;
}

@-webkit-keyframes crossV {
  0% {
    height: 15px;
    left: 25px;
    width: 50%;
    top: 39px;
  }
  10% {
    left: 0px;
    width: 100%;
    height: 30px;
    top: 35px;
  }
  90% {
    left: 0px;
    width: 100%;
    height: 30px;
    top: 35px;
  }
  100% {
    height: 15px;
    left: 25px;
    width: 50%;
    top: 39px;
  }
}

@keyframes crossV {
  0% {
    height: 15px;
    left: 25px;
    width: 50%;
    top: 39px;
  }
  10% {
    left: 0px;
    width: 100%;
    height: 30px;
    top: 35px;
  }
  90% {
    left: 0px;
    width: 100%;
    height: 30px;
    top: 35px;
  }
  100% {
    height: 15px;
    left: 25px;
    width: 50%;
    top: 39px;
  }
}

@-webkit-keyframes crossH {
  0% {
    height: 15px;
    left: 25px;
    width: 50%;
    top: 39px;
  }
  10% {
    left: 35px;
    height: 100%;
    width: 30px;
    top: 0px;
  }
  90% {
    left: 35px;
    height: 100%;
    width: 30px;
    top: 0px;
  }
  100% {
    height: 15px;
    left: 25px;
    width: 50%;
    top: 39px;
  }
}

@keyframes crossH {
  0% {
    height: 15px;
    left: 25px;
    width: 50%;
    top: 39px;
  }
  10% {
    left: 35px;
    height: 100%;
    width: 30px;
    top: 0px;
  }
  90% {
    left: 35px;
    height: 100%;
    width: 30px;
    top: 0px;
  }
  100% {
    height: 15px;
    left: 25px;
    width: 50%;
    top: 39px;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  8% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  14% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  90% {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
  100% {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  8% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  14% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  90% {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
  100% {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}

.loader-container {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  text-align: center;
}

.loader-container.loading {
  opacity: 1;
  visibility: visible;
}

.loader-container .inner {
  position: relative;
  padding-left: 40px;
  display: inline-block;
}

.loader-container .loader {
  top: -40px;
  left: -32px;
  position: absolute;
  height: 100px;
  width: 100px;
  -webkit-animation: rotate 5s infinite;
          animation: rotate 5s infinite;
}

.loader-container .loader-text {
  font-size: 18px;
  line-height: 20px;
  color: #7c7c7c;
  padding-bottom: 10px;
}

.loader-container .loader-text span {
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.loader-container .loader-text span:nth-child(2) {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.loader-container .loader-text span:nth-child(3) {
  animatio-delay: .3s;
}

@-webkit-keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}

@keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}

.responsive-img {
  max-width: 100%;
}

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

.block {
  display: block;
}

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

.mobile-show {
  display: none;
}

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

.pt10 {
  padding-top: 10px;
}

.mt-0 {
  margin-top: 0;
}

.col-media {
  width: 300px;
  padding: 0 10px;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

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

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

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container .select2-selection--single {
  height: 34px;
  border: none;
  border-radius: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 8px 15px;
  font-size: 16px;
  line-height: 18px;
  color: #666;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 8px;
  width: 16px;
  top: 50%;
  margin-top: -6px;
  right: 10px;
}

.select2-container .select2-selection--single .select2-selection__arrow:after {
  content: "\e904";
  font-family: 'icomoon';
  color: #666;
  font-size: 16px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-dropdown {
  border-radius: 0 !important;
  border: 1px solid #d3d3d3;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #898989;
}

.select2-results__option {
  font-size: 16px;
  line-height: 18px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #666;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  transform: translate3d(0, 0, 0);
}

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

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

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

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

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

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