@keyframes widthAnimation {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes fadeUp {
  from {
    transform: translateY(5px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes scrollAnimation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}
@font-face {
  font-family: "Bodoni";
  src: url("../fonts/bodoni/Bodoni-Italic.woff2") format("woff2"), url("../fonts/bodoni/Bodoni-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Bodoni";
  src: url("../fonts/bodoni/Bodoni.woff2") format("woff2"), url("../fonts/bodoni/Bodoni.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bodoni";
  src: url("../fonts/bodoni/Bodoni-BoldItalic.woff2") format("woff2"), url("../fonts/bodoni/Bodoni-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Bodoni";
  src: url("../fonts/bodoni/Bodoni-Bold.woff2") format("woff2"), url("../fonts/bodoni/Bodoni-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
body {
  position: relative;
  font-family: "SVN-Avenir Next", sans-serif;
}

a, a:hover {
  color: inherit;
  text-decoration: inherit;
}

.styled-text {
  font-family: "Ogg", sans-serif;
}

img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.lock {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.mt120 {
  margin-top: 120px;
}

.overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.overlay.active {
  display: block;
}

.is-sticky .top-menu, .active .top-menu {
  padding: 20px 0;
  background: #FFFFFF;
}

#topMenu-sticky-wrapper {
  z-index: 9999;
}

.sticky-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  min-height: 120px;
}
.sticky-wrapper.is-sticky {
  min-height: 80px;
}

.top-menu {
  padding: 40px 0;
  z-index: 8500;
  width: 100%;
  font-family: "SVN-Avenir Next", sans-serif;
  transition: all 0.3s ease-in-out;
}
.top-menu .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-menu .logo {
  max-width: 37px;
}

.menu-content {
  position: relative;
}
.menu-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-content .item {
  transition: all 0.3s ease-in-out;
}
.menu-content .item:hover a {
  text-decoration: none;
  opacity: 0.5;
}
.menu-content .item a {
  font-size: 14px;
  line-height: 17px;
  color: #737373;
  transition: all 0.3s ease-in-out;
}
.main-title {
  font-family: "Ogg", sans-serif;
  color: #000000;
  font-weight: normal;
  font-style: normal;
}

.category {
  text-transform: uppercase;
  color: #737373;
}

.blog-detail figcaption {
  color: #737373;
  text-align: center;
}
.blog-detail b {
  font-weight: bold;
  color: #000000;
}
.blog-detail h1 {
  font-family: "Ogg", sans-serif;
}
.blog-detail h2, .blog-detail h3, .blog-detail h4, .blog-detail h5, .blog-detail h6 {
  font-family: "SVN-Avenir Next", sans-serif;
}
.blog-detail .quote p {
  font-family: "SVN-Avenir Next", sans-serif;
  color: #000000;
  font-weight: 500;
}
.blog-detail ul li, .blog-detail ol li {
  color: #2B2B2B;
  margin-bottom: 0.8em;
}
.blog-detail .slick-arrow {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 6;
  background-color: transparent;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.blog-detail .slick-arrow:focus {
  outline: none;
}
.blog-detail .slick-arrow:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.blog-detail .slick-arrow img {
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}
.blog-detail .slick-prev {
  left: -50px;
}
.blog-detail .slick-next {
  right: -50px;
}

.pagination-a a {
  transition: all 0.3s ease-in-out;
}
.pagination-a a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.pagination-a .sub-title {
  font-family: "SVN-Avenir Next", sans-serif;
  color: #737373;
}
.pagination-a .name {
  font-family: "SVN-Avenir Next", sans-serif;
  color: #000000;
}
.pagination-a .detail {
  font-family: "SVN-Avenir Next", sans-serif;
  color: #737373;
}

.btn-a {
  font-family: "SVN-Avenir Next", sans-serif;
  align-items: center;
  text-align: center;
  display: flex;
  text-transform: uppercase;
  width: fit-content;
  border: 1px solid #B3B3B3;
  font-size: 15px;
  line-height: 18px;
  color: #737373;
  box-sizing: border-box;
  border-radius: 0;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.btn-a:hover, .btn-a:focus {
  border-color: #4D4D4D;
  background-color: #4D4D4D;
  color: #E6E6E6;
  text-decoration: none;
}

.btn-c {
  font-family: "SVN-Avenir Next", sans-serif;
  align-items: center;
  text-align: center;
  display: flex;
  text-transform: uppercase;
  border: 1px solid #B3B3B3;
  font-size: 15px;
  line-height: 18px;
  color: #737373;
  box-sizing: border-box;
  border-radius: 0;
  justify-content: center;
  padding: 15px 55px;
  width: fit-content;
  width: -moz-fit-content;
  transition: all 0.3s ease-in-out;
  margin-right: 50px;
  position: relative;
  z-index: 1;
}
.btn-c:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translate(50%, -50%);
  right: 0;
  width: 100px;
  height: 1px;
  border: none;
  border-top: 1px solid #B3B3B3;
}
.btn-c:hover, .btn-c:focus {
  border-color: #4D4D4D;
  background-color: #4D4D4D;
  color: #E6E6E6;
  text-decoration: none;
}
.btn-d {
  font-family: "SVN-Avenir Next", sans-serif;
  align-items: center;
  text-align: center;
  display: flex;
  text-transform: uppercase;
  border: 1px solid #4D4D4D;
  background-color: #4D4D4D;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  padding: 15px 55px;
  width: fit-content;
  width: -moz-fit-content;
  transition: all 0.3s ease-in-out;
  margin-right: 50px;
  position: relative;
  z-index: 1;
}
.btn-d:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translate(50%, -50%);
  right: 0;
  width: 100px;
  height: 1px;
  border: none;
  border-top: 0.5px solid #B3B3B3;
}
.btn-d:hover, .btn-d:focus {
  border-color: #4D4D4D;
  background-color: #fff;
  color: #4D4D4D;
  text-decoration: none;
}

.sidebar {
  max-width: 170px;
  position: absolute;
  left: 0;
  transform: translateX(calc(-100% - 30px));
  margin-left: auto;
  display: inline-block;
}
.sidebar .box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 12px;
}
.sidebar .avatar {
  width: 36px;
  height: 36px;
}
.sidebar .icon {
  max-width: 24px;
}
.sidebar .name-author {
  font-size: 15px;
  line-height: 25px;
  text-align: right;
  color: #4D4D4D;
  margin-bottom: 0;
}
.sidebar .date {
  font-size: 10px;
  line-height: 22px;
  text-align: right;
  color: #737373;
}

.blog-detail .content {
  position: relative;
}

.footer .title {
  font-family: "SVN-Avenir Next", sans-serif;
  font-weight: bold;
  color: #4D4D4D;
}
.footer .item {
  font-family: "SVN-Avenir Next", sans-serif;
  color: #4D4D4D;
}
.footer .social > * {
  display: inline-block;
  width: fit-content;
  max-width: 30px;
  margin-right: 25px;
}
.footer .title {
  font-size: 17px;
  line-height: 29px;
  margin-bottom: 20px;
}
.footer .item {
  font-size: 17px;
  line-height: 29px;
  margin-bottom: 10px;
}

.blog-list .top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.blog-list label {
  max-width: 270px;
  width: 100%;
  position: relative;
}
.blog-list label:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1.25px solid #B3B3B3;
  border-right: 1.25px solid #B3B3B3;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: all 0.3s ease-in-out;
}
.blog-list .filter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-list .selector-category {
  width: 270px;
  margin-right: 30px;
  position: relative;
}
.blog-list .selector-category:before {
  transform: rotate(135deg);
}
.blog-list .search-blog {
  width: 370px;
}
.blog-list .search-blog:before {
  transform: rotate(45deg);
}
.blog-list ::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 18px;
  color: #737373;
}
.blog-list select, .blog-list input {
  padding: 16px 20px;
  font-size: 15px;
  line-height: 18px;
  color: #737373;
  max-width: 270px;
  width: 100%;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #B3B3B3;
  transition: all 0.3s ease-in-out;
}
.blog-list select:focus, .blog-list input:focus {
  outline: none;
  border-color: #737373;
}
.blog-list option {
  outline: none;
}
.blog-list select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.blog-list .content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.blog-list .box {
  position: relative;
}
.blog-list .box .img {
  margin-bottom: 15px;
}
.blog-list .box .category {
  font-size: 1.5625rem;
  line-height: 1.5;
  color: #737373;
  margin-bottom: 5px;
  text-transform: none;
  font-weight: 500;
}
.blog-list .box .name {
  font-size: 1.5625rem;
  line-height: 1.36em;
  color: #000;
}

.product-detail .sub-title {
  color: #000;
}

.product-detail__info {
  font-family: "SVN-Avenir Next", sans-serif;
}
.product-detail__info .category__title, .product-detail__info .brand__title {
  color: #000000;
  font-weight: 500;
}
.product-detail__info .category__name, .product-detail__info .brand__name {
  font-weight: bold;
  align-items: center;
  color: #000000;
}
.product-detail__info .new-price {
  font-family: "Bodoni", sans-serif;
  color: #000000;
}
.product-detail__info .percent {
  font-family: "SVN-Avenir Next", sans-serif;
  color: #FFFFFF;
  background: #B3B3B3;
  width: fit-content;
  width: -moz-fit-content;
  display: inline-block;
}
.product-detail__info .old-price {
  display: inline-block;
  font-family: "Bodoni", sans-serif;
  text-decoration-line: line-through;
  color: #737373;
}

.btn-b {
  background: #4D4D4D;
  font-size: 20px;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 20px 12px 20px;
  width: 100%;
  color: #E6E6E6;
  border: none;
  transition: all 0.3s ease-in-out;
}
.btn-b:hover {
  color: #4D4D4D;
  background: #E6E6E6;
  text-decoration: none;
}

.tags {
  font-family: "SVN-Avenir Next", sans-serif;
}
.tags .item, .tags a {
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  padding: 10px 10px 10px 30px;
  margin: 10px 0;
  font-size: 15px;
  line-height: 25px;
  align-items: center;
  text-align: center;
  color: #737373;
  border: 1px solid #B3B3B3;
  box-sizing: border-box;
  background-image: url("../images/ic-check.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: left 12px top 14px;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tags .item:hover, .tags a:hover {
  text-decoration: none;
  color: #000;
  border-color: #000;
  -webkit-transform: translate3d(0, -3px, 0);
  -moz-transform: translate3d(0, -3px, 0);
  -ms-transform: translate3d(0, -3px, 0);
  -o-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}

.site-process {
  background-color: #4D4D4D;
  background-image: url("../images/bg-process.svg");
  background-size: contain;
  background-position: left 0 top 0;
  background-repeat: no-repeat;
  min-height: 328px;
  padding: 80px 0;
  overflow: hidden;
}
.site-process .main-title {
  color: #fff;
}
.site-process .process-bar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.site-process .process-bar:before {
  content: "";
  left: 0;
  position: absolute;
  width: 200%;
  height: 1px;
  padding: 0;
  border-top: 1px solid #B3B3B3;
  background-color: transparent;
  top: 65px;
  transform: translate(0, -50%);
}
.site-process .process-bar__item {
  max-width: 270px;
  margin-right: 30px;
  position: relative;
}
.site-process .process-bar__item:before {
  content: "";
  position: absolute;
  background: #B3B3B3;
  width: 9px;
  height: 9px;
  left: 0;
  top: 65px;
  border-radius: 50%;
  padding: 0;
  transform: translate(0, -50%);
}
.site-process .description {
  font-family: "SVN-Avenir Next", sans-serif;
  font-size: 17px;
  line-height: 29px;
  color: #FFFFFF;
  margin-top: 40px;
}

.banner {
  position: relative;
}

.banner__content {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  font-family: "SVN-Avenir Next", sans-serif;
  align-items: center;
}
.banner__content .img {
  max-height: 100vh;
}
.banner__content .main-title {
  max-width: 370px;
  margin-bottom: 10px;
}
.banner__content .sub-title {
  font-size: 17px;
  line-height: 30px;
  color: #4D4D4D;
  font-weight: normal;
}
.banner__content .group-search {
  max-width: 390px;
  width: 100%;
  position: relative;
}
.banner__content .group-search:before {
  content: "";
  position: absolute;
  right: 10px;
  z-index: 1;
  transform: rotate(45deg) translate(0, -50%);
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #B3B3B3;
  border-right: 1px solid #B3B3B3;
}
.banner__content .group-search input {
  background-color: transparent;
  width: 100%;
  padding: 16px 10px;
  border: none;
  border-bottom: 1px solid #B3B3B3;
  outline: none;
  position: relative;
}
.banner__content .btn-more {
  background: none;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0, -50%);
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #B3B3B3;
  border: none;
  outline: none;
  transition: all 0.3s ease-in-out;
}
.banner__content .btn-more:hover {
  color: #737373;
}

.scroll-down {
  position: relative;
  top: -100px;
}
.scroll-down img {
  max-width: 12px;
  margin-right: 15px;
}
.scroll-down a {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  color: #737373;
  text-decoration: none;
  animation: scrollAnimation 1s infinite alternate;
}

.introduction {
  margin-bottom: 100px;
}
.introduction .main-title {
  max-width: 770px;
  margin: 0 auto;
}

.site-categories {
  margin-bottom: 100px;
}
.site-categories .top-content {
  display: flex;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.site-categories .main-title {
  max-width: 470px;
}
.site-categories .description {
  max-width: 470px;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}
.site-categories .box {
  box-sizing: border-box;
}
.site-categories .box img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.site-categories .box:hover .box__overlay {
  transform: translateY(0);
}
.site-categories .img {
  margin-bottom: 17px;
  position: relative;
  overflow: hidden;
}
.site-categories .info {
  font-size: 15px;
  line-height: 25px;
  color: #737373;
}
.site-categories .tag {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 4px 10px 2px 30px;
  font-size: 15px;
  width: fit-content;
  width: -moz-fit-content;
  line-height: 25px;
  color: #fff;
  position: absolute;
  top: 20px;
  left: 20px;
  background-image: url("../images/checked-white.svg");
  background-size: 10px 8px;
  background-repeat: no-repeat;
  background-position: left 12px top 12px;
  text-transform: uppercase;
}
.site-categories .name {
  font-size: 25px;
  line-height: 34px;
  color: #000;
}
.site-categories .price {
  font-family: "Bodoni", sans-serif;
  font-size: 28px;
  line-height: 26px;
  color: #000000;
}
.site-categories .box__overlay {
  padding: 20px 50px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  transform: translateY(100%);
}
.site-categories .box__overlay .btn-c {
  width: 100%;
  color: #fff;
  font-size: 15px;
  border: 1px solid #D9D9D9;
}
.site-categories .box__overlay .btn-c + .btn-c {
  margin-top: 10px;
}
.site-categories .box__overlay .btn-c:hover {
  border-color: #fff;
  background-color: #fff;
  color: #4D4D4D;
}
.site-categories .percent {
  padding: 4px 6px 2px 6px;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  background-color: #B3B3B3;
  display: inline-block;
  margin-right: 10px;
}
.site-categories .old-price {
  display: inline-block;
  font-family: "Bodoni", sans-serif;
  font-size: 15px;
  line-height: 14px;
  text-decoration-line: line-through;
  /* Gray */
  color: #737373;
}
.site-categories .btn-more {
  padding: 15px 90px;
  margin: 0 auto;
}

.branding-and-design .top-content {
  background-image: url("../images/bg_branding.png");
}

.web-developing .top-content {
  background-image: url("../images/bg_web_developing.png");
}

.performance-marketing .top-content {
  background-image: url("../images/bg_marketing.png");
}

.combo {
  padding: 136px 0 0 0;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  z-index: 1;
  position: relative;
  background-image: url("../images/bg_combo_1.png");
}
.combo .top-content {
  padding: 25px 0;
  background-image: url("../images/bg_combo.png");
}

.blog-and-news {
  padding: 161px 0 0 0;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  z-index: 1;
  position: relative;
  background-image: url("../images/bg_blog_news_1.png");
}
.blog-and-news .top-content {
  background-image: url("../images/bg_blog_news.png");
}
.blog-and-news .box-image {
  padding: 0 15px;
  overflow: hidden;
}
.blog-and-news .box-image a {
  overflow: hidden;
}
.blog-and-news .box-image img {
  transition: all 0.3s ease-in-out;
}
.blog-and-news .box-image:hover img {
  transform: translateY(-5px);
}
.blog-and-news .slick-disabled {
  opacity: 0.3;
}
.blog-and-news .slick-arrow {
  background-color: transparent;
  border: none;
  outline: none;
  right: -50px;
  position: absolute;
  z-index: 5;
}
.blog-and-news .slick-arrow img {
  width: 36px;
  height: 36px;
}
.blog-and-news .slick-prev {
  top: 20%;
}
.blog-and-news .slick-next {
  bottom: 20%;
}
.blog-and-news .list-related-articles-a {
  padding-bottom: 29px;
  border-bottom: 1px solid #D9D9D9;
}

.div-part .div-part-item {
  position: absolute;
  left: 0;
  width: auto;
}

.list-news {
  padding: 20px 0;
  font-family: "SVN-Avenir Next", sans-serif;
}
.list-news .box-news {
  outline: none;
  padding: 0 15px;
}
.list-news a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.list-news a:hover * {
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}
.list-news .sub-title {
  font-size: 20px;
  line-height: 30px;
  color: #737373;
  margin-bottom: 5px;
}
.list-news .name {
  font-size: 25px;
  line-height: 34px;
  color: #000000;
  margin-bottom: 17px;
}
.list-news .detail {
  font-size: 15px;
  line-height: 25px;
  color: #737373;
}

.img-part.right img {
  left: 0;
}

.search-bar {
  position: absolute;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
  right: 0;
  display: none;
  top: 50%;
  transform: translate(0, -50%);
  font-family: "SVN-Avenir Next", sans-serif;
  transition: all 0.3s ease-in-out;
}
.search-bar .wrapper {
  width: 100%;
}
.search-bar .wrapper:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.search-bar .wrapper select {
  display: none;
}
.search-bar .wrapper label {
  width: 100%;
}
.search-bar .wrapper label, .search-bar .wrapper .select-box, .search-bar .wrapper button {
  float: left;
  margin-right: 1em;
}
.search-bar .wrapper .select-box {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.search-bar .wrapper .select-box .trigger {
  width: 100%;
  background-color: transparent;
  padding: 16px 20px;
  border-bottom: 1px solid #B3B3B3;
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
  color: #4D4D4D;
  cursor: pointer;
}
.search-bar .wrapper .select-box .choices {
  padding: 10px 0;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #B3B3B3;
  box-sizing: border-box;
  z-index: 10;
  font-size: 15px;
  line-height: 18px;
  color: #4D4D4D;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  display: none;
  margin: 0;
  list-style: none;
}
.search-bar .wrapper .select-box .choices li {
  padding: 15px 0 15px 50px;
  display: block;
  cursor: pointer;
  margin: 0;
}
.search-bar .wrapper .select-box .choices li:before {
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("../images/checked.svg");
  background-size: 10px auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 20px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.search-bar .wrapper .select-box .choices li:hover:before {
  opacity: 1;
}
.search-bar.active {
  display: block;
  opacity: 1;
  visibility: visible;
  width: 100%;
  animation: widthAnimation 0.3s alternate linear;
}
.search-bar ::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 18px;
  color: #737373;
}
.search-bar .search-input {
  padding: 16px 20px;
  height: 100%;
  width: 100%;
  background-color: #fff;
  outline: none;
  border: none;
  border-bottom: 1px solid #B3B3B3;
  font-size: 15.5px;
  font-weight: normal;
  line-height: 18px;
  color: #737373;
}
.search-bar .search-input:focus {
  border-color: #737373;
}
.search-bar .submit {
  background-color: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
}
.search-bar .submit img {
  max-width: 16px;
}
.search-bar .toggle-search-bar__content {
  background-color: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 60px;
  font-size: 15px;
  line-height: 15px;
  display: flex;
  align-items: center;
  color: #B3B3B3;
  transition: all 0.3s ease-in-out;
}
.search-bar .toggle-search-bar__content:hover {
  color: #737373;
}

.search-bar__content {
  display: none;
  font-family: "SVN-Avenir Next", sans-serif;
  padding: 36px 40px;
  position: absolute;
  top: calc(100% + 20px);
  background-color: #fff;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: all 0.3s ease-in-out;
}
.search-bar__content .row {
  align-items: center;
}
.search-bar__content.active {
  display: block;
  animation: fadeUp 0.3s alternate linear;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.search-bar__content .th {
  font-size: 17px;
  line-height: 29px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 0;
}
.search-bar__content .btn-d {
  margin: 40px auto 20px auto;
  max-width: 270px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.close-search-bar {
  position: absolute;
  top: 67px;
  right: 20px;
}
.close-search-bar img {
  max-width: 16px;
}

.contact-form label {
  width: 100%;
}
.contact-form .message {
  font-style: italic;
}
.contact-form .message.active {
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn-mp {
  background-color: #000;
  color: #E6E6E6;
  text-decoration: none;
  text-transform: uppercase;
  min-width: 150px;
  text-align: center;
  display: inline-block;
  border: 1px solid #000;
  padding: 15px 55px;
}
.btn-mp:hover {
  background: #f5f5f5;
  color: #000;
}

.mp-control {
  padding: 15px;
  border: 1px solid #ced4da;
  width: 100%;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mp-control:focus {
  border-color: #000;
}

.page-id-102 .footer__top {
  display: none;
}
.page-id-102 .footer__body {
  margin-top: 3rem;
}

.working-view .-default {
  display: block;
}
.working-view .-working {
  display: none;
}

.working {
  pointer-events: none;
  opacity: 0.5;
}
.working .working-view .-default {
  display: none;
}
.working .working-view .-working {
  display: block;
}

.resource-item {
  position: relative;
  display: block;
  width: 176px;
  height: 229px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 34, 51, 0.25);
  -webkit-border-radius: 4px 8px 8px 4px;
  -moz-border-radius: 4px 8px 8px 4px;
  border-radius: 4px 8px 8px 4px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: 0 4px 18px 0 rgba(0, 34, 51, 0.1);
  -moz-box-shadow: 0 4px 18px 0 rgba(0, 34, 51, 0.1);
  box-shadow: 0 4px 18px 0 rgba(0, 34, 51, 0.1);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
  margin-bottom: 2rem;
}
.resource-item .--content:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  width: 2px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 2px 0 0 0 rgba(0, 0, 0, 0.15);
  content: "";
}
.resource-item .--content.dark {
  color: #000;
}
.resource-item:hover {
  margin-top: -4px;
  margin-bottom: 4px;
  box-shadow: 0 16px 24px -8px rgba(0, 34, 51, 0.15);
}
.resource-item p {
  position: absolute;
  top: 72px;
  left: 16px;
  right: 16px;
  text-transform: uppercase;
}
.resource-item h4 {
  position: absolute;
  top: 98px;
  left: 16px;
  right: 16px;
  font-size: 1.2rem;
}

.fadeInUp-enter-active, .fadeInUp-leave-active {
  transition: all 0.5s ease-in-out;
}

.fadeInUp-enter, .fadeInUp-leave-to {
  opacity: 0;
  -webkit-transform: translate3d(0, 15px, 0);
  -moz-transform: translate3d(0, 15px, 0);
  -ms-transform: translate3d(0, 15px, 0);
  -o-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
}

.on-loading {
  min-height: 80vh;
}

.fadeInUp-2-enter-active, .fadeInUp-2-leave-active {
  transition: all 0.1s ease-in-out;
}

.fadeInUp-2-enter, .fadeInUp-2-leave-to {
  -webkit-transform: translate3d(0, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
  -ms-transform: translate3d(0, 100px, 0);
  -o-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}

.popup-activated {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.on-working {
  pointer-events: none;
  opacity: 0.8;
  filter: blur(0.1rem);
}

.no-action {
  pointer-events: none;
}

.title-container.--dark .text-bg {
  color: #eee;
}

.section {
  padding-bottom: 10rem;
}

.checkbox-item {
  display: block;
}
.checkbox-item input {
  margin-right: 10px;
}

.highlight {
  background: #2d2d2d;
  color: #fff;
  padding: 15px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.category-card {
  margin-bottom: 5rem;
}
.category-card h5 {
  margin-bottom: 1.5rem;
}

.styled-bg {
  background: url(../images/Rectangle.svg) no-repeat top right;
  background-size: cover;
  padding-bottom: 80px;
}
.styled-bg .top-content .text-bg {
  color: #fff;
}

.pad-default {
  padding: 0 15px;
}

.calc-container {
  max-width: 100%;
}

.right-container {
  float: right;
}

.posts-slides {
  position: relative;
}
.posts-slides button {
  height: 36px;
  width: 36px;
  position: absolute;
  text-indent: -99999px;
  border: none;
  outline: none;
}
.posts-slides .slick-prev {
  background: url(../images/icon-slide-prev.svg) no-repeat center center;
}
.posts-slides .slick-next {
  background: url(../images/icon-slide-next.svg) no-repeat center center;
}

.product-item .arrow_box {
  position: absolute;
  left: 50%;
  bottom: -32px;
  z-index: 100;
}

.relative {
  position: relative;
}

.info-panel {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #e5e5e5;
  padding: 30px;
  border-top: 1px solid #a5a5a5;
  text-align: left;
  z-index: 99;
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
.info-panel .-brands {
  color: #737373;
  font-size: 15px;
}
.info-panel .-cats {
  font-size: 25px;
  font-weight: 600;
}
.info-panel .-price {
  font-size: 40px;
  font-family: Bodoni;
}
.info-panel .-description {
  font-weight: 400;
  font-size: 17px;
  line-height: 29px;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.3s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.active .info-panel {
  opacity: 1;
}

.arrow_box {
  position: relative;
  background: #e5e5e5;
  border: 1px solid #a5a5a5;
}

.arrow_box:after, .arrow_box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(229, 229, 229, 0);
  border-bottom-color: #e5e5e5;
  border-width: 24px;
  margin-left: -24px;
}

.arrow_box:before {
  border-color: rgba(165, 165, 165, 0);
  border-bottom-color: #a5a5a5;
  border-width: 25px;
  margin-left: -25px;
}

.box-2 .img {
  padding: 30px 15px;
  margin-bottom: 15px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.box-2 .name, .box-2 .category {
  padding: 0 15px;
}
.box-2 .name {
  font-size: 1.5rem;
}
.box-2 .category {
  margin-bottom: 15px;
}

.not-home .footer {
  border-top: 1px solid #D9D9D9;
}
.not-home .page-wrap {
  margin-bottom: 60px;
}

/*# sourceMappingURL=global.css.map */
