@import url("https://use.typekit.net/rgg5iqb.css");
/* CSS Document */
html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #fff;
}
body.fancybox-active {
  height: 100%;
}

form {
  width: 100%;
  height: 100%;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a, a img {
  text-decoration: none;
  outline: none;
  border: none;
}

.clr {
  clear: both;
  height: 0;
}

::-webkit-input-placeholder {
  color: #707070;
}

:-moz-placeholder {
  color: #707070;
}

::-moz-placeholder {
  color: #707070;
}

:-ms-input-placeholder {
  color: #707070;
}

::selection {
  background: #1691CE;
  color: #fff;
}

::-moz-selection {
  background: #1691CE;
  color: #fff;
}

/*General Elements */
body, input, textarea, select, option {
  font-family: neusa-next-std, sans-serif;
}

*, *:after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  outline: none;
}

:before {
  font-family: IcoFont;
  font-style: normal;
}

section {
  position: relative;
  width: 100%;
  padding: 0 110px;
}
section.h100 {
  height: 100%;
  height: 100vh;
}

.content {
  width: 100%;
  height: 100%;
  position: relative;
  margin: auto;
  z-index: 1;
}
.content:after {
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  content: "";
}
.content .inner {
  padding: 0 110px;
  clear: both;
  height: 100%;
}

.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.row .col {
  flex: 0 0 auto;
  width: 33.3333%;
}
.row .col.col-1 {
  width: 16.6666666667%;
}
.row .col.col-2 {
  width: 33.3%;
}
.row .col.col-3 {
  width: 50%;
}
.row .col.col-4 {
  width: 66.6666666667%;
}
.row .col.col-5 {
  width: 83.3%;
}
.row .col.col-6 {
  width: 100%;
}
.row.j-center {
  justify-content: center;
}
.row.center {
  align-items: center;
}

i.icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  font-style: normal;
  position: relative;
}
i.icon.formIco {
  background-image: url(../images/icons/form.svg);
}
i.icon.globeIco {
  background-image: url(../images/icons/globe.svg);
}
i.icon.pinIco {
  background-image: url(../images/icons/pin.svg);
}
i.icon.homeIco {
  background-image: url(../images/icons/home.svg);
}
i.icon.arrowIco {
  background-image: url(../images/icons/longArrow.svg);
  display: block;
  width: 16px;
  height: 11px;
}

a.btn {
  height: 50px;
  float: left;
  line-height: 50px;
  position: relative;
  color: #2A2221;
  padding: 0 50px;
  font-size: 20px;
}
a.btn:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #D6D1C4;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.btn:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #D6D1C4;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.btn span {
  position: relative;
  font-weight: 500 !important;
}
a.btn:hover {
  letter-spacing: 0.3em;
  padding: 0 31px;
}
a.btn:hover:before {
  transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  width: 110%;
  left: -5%;
}
a.btn:hover:after {
  border: 2px solid #2A2221;
}

h1 {
  font-size: 50px;
  font-weight: 300;
  color: #2A2221;
  padding-bottom: 100px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
h1:before {
  display: block;
  width: 2px;
  height: 180px;
  background: #D6D1C4;
  content: "";
  margin: 0 0 10px 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
h1:hover {
  padding-bottom: 210px;
}
h1:hover:before {
  height: 70px;
}
h1::after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  width: 100%;
}

h2 {
  font-size: 50px;
  font-weight: 300;
  color: #2A2221;
  float: left;
  padding-bottom: 100px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
h2:before {
  display: block;
  width: 2px;
  height: 50px;
  background: #2A2221;
  content: "";
  margin: 0 0 10px 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
h2:hover {
  padding-bottom: 50px;
}
h2:hover:before {
  height: 100px;
}
h2::after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  width: 100%;
}

a.scroll {
  display: block;
  width: 20px;
  height: 30px;
  position: fixed;
  z-index: 5;
  right: 7%;
  top: 95vh;
}
a.scroll span {
  display: block;
  width: 20px;
  height: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 2px solid #DDD2B1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
a.scroll span:after {
  width: 2px;
  height: 1px;
  background: #DDD2B1;
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  left: 45%;
  -webkit-animation: mainArrowAnim 1s infinite; /* Safari 4+ */
  -moz-animation: mainArrowAnim 1s infinite; /* Fx 5+ */
  -o-animation: mainArrowAnim 1s infinite; /* Opera 12+ */
  animation: mainArrowAnim 1s infinite;
}

@-webkit-keyframes mainArrowAnim {
  0% {
    height: 0px;
  }
  50% {
    height: 10px;
  }
  100% {
    height: 0px;
  }
}
@-moz-keyframes mainArrowAnim {
  0% {
    height: 0px;
  }
  50% {
    height: 10px;
  }
  100% {
    height: 0px;
  }
}
@-o-keyframes mainArrowAnim {
  0% {
    height: 0px;
  }
  50% {
    height: 10px;
  }
  100% {
    height: 0px;
  }
}
@keyframes mainArrowAnim {
  0% {
    height: 0px;
  }
  50% {
    height: 10px;
  }
  100% {
    height: 0px;
  }
}
.checkbox-box {
  display: block;
  color: #707070;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  padding-top: 10px;
}

.checkbox-box input {
  position: absolute;
  opacity: 0;
}

.checkbox-box label {
  margin-right: 0;
  position: relative;
  padding-left: 60px;
  min-width: auto;
  line-height: 1.5;
  display: block;
  padding-top: 5px;
  font-size: 10px;
}

.checkbox-box label:before {
  width: 30px;
  height: 30px;
  background-color: #D2D7D7;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
}

.checkbox-box input:checked + label:before {
  background-image: url(../images/icons/check.svg);
}

/*General Elements */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99991;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 40px 210px 40px 110px;
}
header:before {
  display: block;
  width: 100%;
  height: 150%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0) 100%);
}
header .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  z-index: 2;
  position: relative;
  z-index: 2;
  justify-content: space-between;
}
header a.logo {
  display: block;
  background: url(../images/logo.svg) no-repeat center;
  width: 98px;
  height: 84px;
}
header .nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
header nav {
  height: 60px;
}
header nav ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
}
header nav ul li a {
  display: block;
  padding: 0 35px;
  line-height: 60px;
  position: relative;
}
header nav ul li a span {
  position: relative;
  display: block;
  text-align: center;
  color: #2A2221;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 35px;
  line-height: 40px;
}
header nav ul li a:hover span {
  font-weight: 500;
  letter-spacing: 0.15em;
}
header nav ul li:nth-child(1) span {
  width: 92px;
}
header nav ul li:nth-child(2) span {
  width: 77px;
}
header nav ul li:nth-child(3) span {
  width: 75px;
}
header nav ul li:nth-child(4) span {
  width: 100px;
}
header nav ul li:nth-child(5) span {
  width: 48px;
}
header nav ul li:nth-child(4) {
  border-left: 1px solid #2A2221;
}
header nav ul li:nth-child(4) a {
  padding-left: 35px !important;
}
header nav ul li.white a {
  padding: 0 7px;
}
header nav ul li.white a span {
  letter-spacing: 0;
  background: #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0 10px;
}
header nav ul li.white a:hover span {
  background: #2A2221;
  letter-spacing: 0;
  color: #fff;
}
header nav ul li:last-child {
  width: 48px;
  position: relative;
  height: 35px;
}
header nav ul li .search {
  width: 48px;
  position: absolute;
  left: 0;
  height: 35px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header nav ul li .search input[type=text] {
  background: #fff;
  border: none;
  height: 100%;
  width: 100%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 0 15px;
}
header nav ul li .search input[type=submit] {
  background: #fff url(../images/icons/search.svg) no-repeat center;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 35px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
header nav ul li .search:hover {
  width: 150px;
}
header.scrolled:before {
  background: linear-gradient(rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
}
header .subMenu {
  position: absolute;
  width: 100%;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  top: 150%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
header .subMenu.productMenu a {
  width: 10%;
  color: #2A2221;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: normal;
  padding: 20px;
  background: #fff;
}
header .subMenu.productMenu a:before {
  top: auto;
  bottom: 0;
}
header .subMenu.productMenu a img {
  display: block;
  width: 64px;
  margin: 0 auto 20px;
  position: relative;
}
header .subMenu.productMenu a:hover {
  color: #FFCD00;
}
header .subMenu.productMenu a:hover:before {
  height: 10px;
}
header .subMenu ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 60px 80px;
}
header .subMenu ul li {
  width: 33.333%;
}
header .subMenu ul li a {
  line-height: 2;
}
header .subMenu ul li a:before {
  display: none;
}
header .subMenu ul li a:hover {
  color: #FFCD00;
}
header li:hover .subMenu {
  opacity: 1;
  top: 100%;
  pointer-events: all;
}
header a.navToggler {
  width: 50px;
  height: 50px;
  position: relative;
  display: none;
  z-index: 2;
  margin-right: 15px;
  padding-top: 2px;
}
header a.navToggler span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  margin: auto;
}
header a.navToggler span .line1 {
  width: 20px;
  height: 3px;
  background: #2A2221;
  position: absolute;
  top: 10px;
  left: 19px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header a.navToggler span .line2 {
  width: 28px;
  height: 3px;
  background: #CEC7B7;
  position: absolute;
  top: 18px;
  left: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header a.navToggler span .line3 {
  width: 20px;
  height: 3px;
  background: #2A2221;
  position: absolute;
  top: 26px;
  left: 19px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header a.navToggler.opened .line1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 20px;
}
header a.navToggler.opened .line2 {
  display: none;
}
header a.navToggler.opened .line3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  top: 20px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  pointer-events: none;
  display: none;
}

main {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 4;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
}

footer .footerNav {
  background: #707070;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0;
}
footer .footerNav ul {
  margin: 0 50px;
}
footer .footerNav ul li a {
  font-size: 20px;
  color: #fff;
  display: block;
  padding: 5px 0;
  font-weight: 300;
}
footer .social {
  width: 100%;
  padding: 10px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
footer .social span {
  font-size: 25px;
  font-weight: 300;
  color: #2A2221;
  opacity: 0.65;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #2A2221;
  line-height: 55px;
}
footer .social a {
  font-size: 25px;
  color: #2A2221;
  opacity: 0.65;
  margin: 0 15px;
}
footer .social a:hover {
  opacity: 1;
}
footer .address {
  background: #707070;
  font-size: 20px;
  color: #fff;
  padding: 15px 0;
  font-weight: 300;
  text-align: center;
}
footer .footerLinks {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #D6D1C4;
  justify-content: center;
  padding: 15px 0;
}
footer .footerLinks a {
  font-size: 17px;
  color: #2A2221;
  opacity: 0.3;
  margin: 0 15px;
  font-weight: 500;
}
footer .footerLinks a:hover {
  opacity: 1;
}
footer .copyright {
  background: #fff;
  font-size: 15px;
  color: #94908F;
  padding: 15px 0;
  font-weight: 300;
  text-align: center;
}

.lineBg {
  display: block;
  position: absolute;
  right: 0%;
  top: 15%;
  width: 73%;
}

.lineBg2 {
  display: block;
  position: absolute;
  right: 0%;
  top: 0%;
  width: 73%;
}

section.mainSlider {
  width: 100%;
  height: 100%;
  height: 100vh;
  background: #fff;
  margin: 0;
  position: relative;
  padding: 0;
  overflow: hidden;
}
section.mainSlider:before {
  display: block;
  content: "";
  position: absolute;
  background: #D6D1C4;
  opacity: 0.25;
  width: 75%;
  height: 100%;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  left: 50%;
  top: -75%;
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
}
section.mainSlider .content {
  padding: 0;
}
section.mainSlider svg {
  display: block;
  width: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.2;
}
section.mainSlider .owl-carousel, section.mainSlider .owl-stage-outer, section.mainSlider .owl-stage, section.mainSlider .owl-item, section.mainSlider .item {
  height: 100%;
}
section.mainSlider .item {
  position: relative;
  overflow: hidden;
}
section.mainSlider .item .content {
  height: 100%;
}
section.mainSlider .item .caption {
  position: absolute;
  left: 110px;
  top: 60%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
section.mainSlider .item .caption h2 {
  color: #2A2221;
  font-size: 98px;
  font-weight: 200;
}
section.mainSlider .item .caption h2 small {
  display: block;
  font-size: 50px;
  opacity: 0.5;
}
section.mainSlider .item .caption h2:before {
  height: 180px;
  margin-left: 10px;
}
section.mainSlider .item .caption h2:hover:before {
  height: 250px;
}
section.mainSlider .item .caption span {
  display: block;
  font-size: 22px;
  font-weight: 200;
  color: #2A2221;
  margin-bottom: 30px;
}
section.mainSlider .item .img {
  width: 40%;
  padding-bottom: 30%;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  overflow: hidden;
  position: absolute;
  right: 220px;
  top: 50%;
  transform: translateY(-50%) rotate(-10deg);
  -webkit-transform: translateY(-50%) rotate(-10deg);
  -moz-transform: translateY(-50%) rotate(-10deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.mainSlider .item .img img {
  display: block;
  position: absolute;
  height: 110%;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(10deg);
  transform: translate(-50%, -50%) rotate(10deg);
  transform: translate(-50%, -50%) rotate(10deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.mainSlider .item .img:hover {
  width: 42.5%;
  padding-bottom: 31.875%;
}
section.mainSlider .item .img:hover img {
  height: 125%;
}
section.mainSlider .active .item .caption .txt span:before {
  width: 100%;
}
section.mainSlider .owl-dots {
  position: absolute;
  left: 120px;
  width: 50px;
  top: 35%;
}
section.mainSlider .owl-dots span {
  position: relative;
}
section.mainSlider .owl-dots .owl-dot {
  display: block;
  width: 100%;
  height: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  font-size: 16px;
  position: relative;
  background: rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(25px);
}
section.mainSlider .owl-dots .owl-dot:before {
  display: block;
  width: 0%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #FFCD00;
}
section.mainSlider .owl-dots .owl-dot.active {
  color: #2A2221;
}
section.mainSlider .owl-dots .owl-dot.active:before {
  width: 100%;
}
section.mainSlider .owl-item.fadeOut img {
  left: 0;
}
section.mainSlider .owl-nav {
  position: absolute;
  right: 7%;
  bottom: 90px;
  width: 130px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.mainSlider .owl-nav button {
  display: block;
  height: 50px;
  width: 58px;
  position: relative;
}
section.mainSlider .owl-nav button:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #D6D1C4;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 0;
}
section.mainSlider .owl-nav button:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #D6D1C4;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 0;
}
section.mainSlider .owl-nav button span {
  position: relative;
  font-size: 40px;
  line-height: 60px;
  font-weight: 300;
}
section.mainSlider .owl-nav button:hover {
  letter-spacing: 0.3em;
  padding: 0 31px;
}
section.mainSlider .owl-nav button:hover:before {
  transform: rotate(10deg);
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  width: 110%;
  left: -5%;
}
section.mainSlider .owl-nav button:hover:after {
  border: 2px solid #2A2221;
}
section.mainCategories:before {
  display: block;
  content: "";
  position: absolute;
  background: #D6D1C4;
  opacity: 0.15;
  width: 1000px;
  height: 900px;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  left: -20%;
  top: 0%;
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
}
section.mainCategories .content {
  padding-top: 210px;
  padding-bottom: 70px;
}

.categoryList {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.categoryList .categoryItem {
  width: 25%;
  padding: 0 30px;
}
.categoryList .categoryItem a {
  display: block;
  width: 100%;
  position: relative;
}
.categoryList .categoryItem a:hover span.title {
  opacity: 1;
}
.categoryList .categoryItem a:hover span.bg {
  opacity: 1;
}
.categoryList .categoryItem a:hover span.img:before {
  opacity: 0;
}
.categoryList .categoryItem span.bg {
  display: block;
  width: 100%;
  border-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  overflow: hidden;
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  filter: blur(15px);
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
}
.categoryList .categoryItem span.bg img {
  display: block;
  width: 100%;
}
.categoryList .categoryItem span.img {
  display: block;
  width: 100%;
  border-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: #D6D1C4;
}
.categoryList .categoryItem span.img img {
  display: block;
  width: 100%;
}
.categoryList .categoryItem span.img:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #D6D1C4;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  mix-blend-mode: color;
  border-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
}
.categoryList .categoryItem span.title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #2A2221;
  opacity: 0.15;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 300;
  padding-top: 60px;
  position: relative;
  z-index: 2;
}

.productItem a {
  display: block;
  width: 100%;
  position: relative;
}
.productItem a:hover span.title {
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 0;
}
.productItem a:hover span.img:before {
  opacity: 0;
}
.productItem span.img {
  display: block;
  width: 100%;
  border-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  overflow: hidden;
  position: relative;
}
.productItem span.img img {
  display: block;
  width: 100%;
}
.productItem span.img:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #D6D1C4;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  mix-blend-mode: color;
  border-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
}
.productItem span.title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 40px;
  color: #2A2221;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 300;
  padding-top: 60px;
  position: relative;
  z-index: 2;
  position: absolute;
  bottom: 0;
  padding: 30px 0;
  background: rgba(214, 209, 196, 0.9);
  border-radius: 0 0 90px 90px;
}
.productItem span.title small {
  display: block;
  font-size: 20px;
}

section.novartWorld {
  width: 100%;
  height: 262px;
  position: relative;
  overflow: hidden;
}
section.novartWorld .img {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  height: 262px;
  position: absolute;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: #D6D1C4;
}
section.novartWorld .img img {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.novartWorld span {
  font-weight: 300;
  font-size: 88px;
  letter-spacing: 0.28em;
  text-align: center;
  color: #2a2221;
  opacity: 0.66;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}
section.novartWorld:hover span {
  opacity: 0.66;
}
section.novartWorld:hover .img {
  height: 148px;
}
section.novartWorld:hover .img img {
  opacity: 0.2;
}

section.mainProducts {
  overflow: hidden;
}
section.mainProducts .content {
  padding: 80px 0 200px;
}
section.mainProducts:before {
  display: block;
  content: "";
  position: absolute;
  background: #D6D1C4;
  opacity: 0.1;
  width: 1000px;
  height: 900px;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  right: -10%;
  top: 0%;
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
}
section.mainProducts .inner {
  padding: 0;
  max-width: 1100px;
  margin: auto;
}
section.mainProducts .owl-nav button {
  display: block;
  height: 50px;
  width: 58px;
  position: absolute;
}
section.mainProducts .owl-nav button:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #D6D1C4;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 0;
}
section.mainProducts .owl-nav button:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #D6D1C4;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 0;
}
section.mainProducts .owl-nav button span {
  position: relative;
  font-size: 40px;
  line-height: 60px;
  font-weight: 300;
}
section.mainProducts .owl-nav button:hover {
  letter-spacing: 0.3em;
  padding: 0 31px;
}
section.mainProducts .owl-nav button:hover:before {
  transform: rotate(10deg);
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  width: 110%;
  left: -5%;
}
section.mainProducts .owl-nav button:hover:after {
  border: 2px solid #2A2221;
}
section.mainProducts .owl-nav button.owl-prev {
  top: 50%;
  left: -100px;
}
section.mainProducts .owl-nav button.owl-next {
  top: 50%;
  right: -100px;
}

section.whatsapp {
  background: #e8e5de url(../images/img/bg/whatsapp.svg) no-repeat top center;
  overflow: hidden;
}
section.whatsapp .content {
  padding: 75px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
section.whatsapp .left {
  width: 50%;
}
section.whatsapp .left h2 {
  padding-bottom: 60px;
}
section.whatsapp .left h2:hover {
  padding-bottom: 10px;
}
section.whatsapp .left p {
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  max-width: 430px;
  margin: 100px auto 50px;
}
section.whatsapp .right {
  width: 50%;
  position: relative;
}
section.whatsapp a.phoneLink {
  clear: both;
  display: block;
  height: 200px;
  margin: 70px 0;
  position: relative;
  width: 100%;
  color: #2A2221;
}
section.whatsapp a.phoneLink span {
  display: block;
  background: rgba(214, 209, 196, 0.3);
  position: absolute;
  width: 150%;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: -110px;
  padding-left: 25%;
  height: 80px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.whatsapp a.phoneLink small {
  display: block;
  position: relative;
  font-size: 60px;
  font-weight: 300;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.whatsapp a.phoneLink small:before {
  display: block;
  content: "";
  background: #2A2221;
  width: 100px;
  height: 2px;
  position: absolute;
  top: -16px;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.whatsapp a.phoneLink small:after {
  display: block;
  content: "";
  background: #2A2221;
  width: 100px;
  height: 2px;
  position: absolute;
  bottom: -12px;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.whatsapp a.phoneLink:hover span {
  height: 100%;
}
section.whatsapp a.phoneLink:hover small {
  font-size: 80px;
}
section.whatsapp a.phoneLink:hover small:before, section.whatsapp a.phoneLink:hover small::after {
  width: 200px;
}
section.whatsapp .phoneAnim {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
section.whatsapp .phoneAnim img {
  display: block;
  height: 100%;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.whatsapp .phoneAnim:before {
  width: 50%;
  padding-bottom: 50%;
  background: #fff;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: 15%;
  border-radius: 30%;
  -webkit-border-radius: 30%;
  -moz-border-radius: 30%;
}
section.whatsapp .phoneAnim:after {
  width: 50%;
  padding-bottom: 50%;
  border: 4px solid #2A2221;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: 15%;
  border-radius: 30%;
  -webkit-border-radius: 30%;
  -moz-border-radius: 30%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.whatsapp .phoneAnim:hover img {
  height: 105%;
}
section.whatsapp .phoneAnim:hover:after {
  transform: translateY(-50%) rotate(-40deg);
  border: 14px solid #2A2221;
}

.pageHeader {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 0;
  overflow: hidden;
  margin-right: -110px;
}
.pageHeader h1 {
  margin-top: 200px;
}
.pageHeader .headerImg {
  position: relative;
  width: 55%;
  padding-bottom: 25%;
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-bottom: 30%;
}
.pageHeader .headerImg span {
  border-radius: 180px;
  -webkit-border-radius: 180px;
  -moz-border-radius: 180px;
  overflow: hidden;
  display: block;
  width: 135%;
  height: 135%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  transform: rotate(-10deg);
  transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
}
.pageHeader .headerImg img {
  display: block;
  width: 100%;
  position: absolute;
  transform: rotate(10deg);
  bottom: 10%;
  left: -25%;
  transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
}
.pageHeader .headerImg:hover {
  opacity: 1;
  width: 60%;
}

section.subPage {
  margin-bottom: 100px;
  background-image: url(../images/img/bg/lines3.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: right 25%;
}
section.subPage .content.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding-top: 100px;
}

.productList {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 110px 0;
}
.productList .productItem {
  width: 25%;
  padding: 0 35px;
  margin-bottom: 70px;
}

section.subPage.contact {
  padding-top: 200px;
}
section.subPage.contact .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.subPage.contact .content .left {
  width: 30%;
  font-size: 21px;
  color: #2A2221;
}
section.subPage.contact .content .left strong {
  display: block;
  line-height: 1.5;
}
section.subPage.contact .content .left p {
  font-weight: 200;
}
section.subPage.contact .content .left hr {
  margin: 10px 0;
  opacity: 0.5;
  max-width: 250px;
  width: 100%;
}
section.subPage.contact .content .left a {
  color: #2A2221;
  font-weight: 200;
}
section.subPage.contact .content .right {
  width: 70%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.subPage.contact .mapCanvas {
  width: 70%;
  max-width: 800px;
  height: 600px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border: 7px solid #CEC7B7;
}

.pageMenu {
  width: 30%;
  position: relative;
}
.pageMenu .box {
  position: absolute;
  top: -100px;
  right: 0px;
}
.pageMenu ul {
  position: relative;
  padding-top: 70px;
}
.pageMenu li {
  display: block;
  padding: 10px 0;
}
.pageMenu a {
  font-size: 30px;
  font-weight: 300;
  color: #2A2221;
}
.pageMenu a:hover, .pageMenu a.selected {
  font-weight: 500;
}

.pageContent {
  width: 70%;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 40px;
  text-align: left;
  color: #2a2221;
}
.pageContent h2 {
  float: none;
  font-size: 40px;
  color: #D6D1C4;
  font-weight: 500;
  padding-bottom: 30px;
}
.pageContent h2:before {
  display: none;
}
.pageContent.newsDetail {
  max-width: 980px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.newsList {
  width: 100%;
  max-width: 1300px;
  padding-top: 120px;
}

.newsItem {
  margin-bottom: 60px;
}
.newsItem a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.newsItem span.img {
  display: block;
  width: 24%;
}
.newsItem span.img img {
  display: block;
  width: 100%;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
}
.newsItem span.txt {
  display: block;
  width: 76%;
  padding-left: 60px;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #2A2221;
}
.newsItem span.txt small {
  display: block;
  color: #D6D1C4;
  font-weight: 500;
}
.newsItem span.txt strong {
  display: block;
  color: #D6D1C4;
  font-weight: 500;
  font-size: 40px;
  padding: 10px 0 20px;
  line-height: normal;
}

.pagination {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination a {
  display: block;
  padding: 0 10px;
  font-size: 20px;
  color: #D6D1C4;
  font-weight: 500;
}
.pagination a:last-child, .pagination a:first-child {
  font-weight: 300;
}
.pagination a:hover, .pagination a.selected {
  color: #2A2221;
}

.back {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.back a {
  font-weight: 500;
  font-size: 30px;
  color: #d6d1c4;
}
.back a:before {
  content: "\ea93";
}
.back a:hover {
  color: #2A2221;
}

section.productDetail {
  width: 100%;
  padding: 200px 190px 100px;
}
section.productDetail .box {
  position: absolute;
  top: 30%;
  left: -25%;
  width: 75%;
  display: block;
  pointer-events: none;
  opacity: 0.3;
}
section.productDetail .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
section.productDetail .detailImg {
  width: 55%;
}
section.productDetail .productInfo {
  width: 45%;
  padding-left: 5%;
  color: #2A2221;
  margin-bottom: 240px;
}
section.productDetail .productInfo h1 {
  font-size: 98px;
  font-weight: 200;
  padding-bottom: 0;
}
section.productDetail .productInfo h1 span {
  display: block;
  font-size: 50px;
}
section.productDetail .productInfo h1:before {
  background: #2A2221;
  height: 130px;
}
section.productDetail .productInfo h1:hover {
  padding-bottom: 30px;
}
section.productDetail .productInfo h1:hover::before {
  height: 100px;
}
section.productDetail .productInfo small.code {
  display: block;
  font-size: 21px;
  font-weight: 300;
  padding-bottom: 40px;
}
section.productDetail .productInfo table {
  width: 100%;
  max-width: 340px;
}
section.productDetail .productInfo table td {
  font-size: 20px;
  font-weight: 300;
  padding: 7px 0;
  border-bottom: 1px solid #D6D1C4;
}
section.productDetail .productInfo table td strong {
  font-weight: 500;
}
section.productDetail .productAssets {
  width: 45%;
  color: #2A2221;
}
section.productDetail .productAssets strong {
  font-weight: 500;
  display: block;
  font-size: 20px;
  padding-top: 15px;
}
section.productDetail .productAssets span {
  font-weight: 300;
  display: block;
  font-size: 20px;
  padding-bottom: 40px;
}
section.productDetail .productAssets ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
section.productDetail .productAssets ul li {
  width: 90px;
  margin-right: 20px;
}
section.productDetail .productAssets ul li span {
  display: block;
  width: 90px;
  height: 90px;
  padding-bottom: 0;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background-size: cover;
  background-position: center;
  border: 1px solid #ddd;
}
section.productDetail .productAssets ul li span img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section.productDetail .productAssets ul li small {
  display: block;
  text-align: center;
  font-size: 17px;
  font-weight: 300;
  padding-top: 15px;
}
section.productDetail .productImg {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.productDetail .productImg span {
  border-radius: 180px;
  -webkit-border-radius: 180px;
  -moz-border-radius: 180px;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: rotate(-10deg);
  transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.productDetail .productImg img {
  display: block;
  width: 125%;
  height: 125%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  transform: rotate(10deg);
  bottom: 0%;
  right: 0;
  transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
}
section.productDetail .productImg:hover span {
  width: 105%;
  height: 105%;
}
section.productDetail .productImg.technical span {
  border: 3px solid #D6D1C4;
}
section.productDetail .productImg.technical img {
  width: 100%;
  height: 100%;
  bottom: 10%;
  right: 10%;
}
section.productDetail .productImg.technical:hover span {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1540px) {
  header {
    padding: 30px 60px;
  }
  header a.logo {
    background-size: 100% auto;
    width: 78px;
    height: 67px;
  }
  section.mainSlider .item .caption {
    left: 60px;
  }
  section.mainSlider .item .caption h2 {
    font-size: 60px;
    width: 100%;
    padding-bottom: 30px;
  }
  section.mainSlider .item .caption h2:before {
    height: 110px;
  }
  section.mainSlider .item .caption h2:hover:before {
    height: 130px;
  }
  section.mainSlider .item .caption span {
    font-size: 18px;
  }
  section {
    padding: 0 60px;
  }
  .content .inner {
    padding: 0 60px;
  }
  .categoryList .categoryItem span.bg {
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
  }
  .categoryList .categoryItem span.img {
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
  }
  .categoryList .categoryItem span.img:before {
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
  }
  section.novartWorld span {
    font-size: 66px;
  }
  .productItem span.img {
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
  }
  .productItem span.title {
    border-radius: 0 0 60px 60px;
    padding: 15px 0;
    font-size: 30px;
  }
  .pageHeader {
    margin-right: -60px;
  }
  .pageMenu a {
    font-size: 20px;
  }
  .pageContent {
    font-size: 16px;
    line-height: 2;
  }
  .pageContent h2 {
    font-size: 30px;
  }
  .productList {
    padding: 100px 60px 0;
  }
  .productList .productItem {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .newsItem span.txt {
    font-size: 16px;
  }
  .newsItem span.txt strong {
    font-size: 30px;
  }
  section.productDetail {
    padding: 200px 120px 100px 60px;
  }
  section.productDetail .productInfo {
    margin-bottom: 120px;
  }
  section.productDetail .productInfo h1 {
    font-size: 72px;
  }
  section.productDetail .productInfo h1 span {
    font-size: 30px;
  }
  section.productDetail .productInfo h1:before {
    height: 90px;
  }
  section.productDetail .productInfo h1:hover:before {
    height: 60px;
  }
  section.productDetail .productInfo table td {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 780px) {
  a.scroll {
    display: none;
  }
  header {
    padding: 30px 0;
  }
  header a.logo {
    width: 65px;
    height: 55px;
    margin-left: 15px;
  }
  header nav {
    background: #707070;
    position: absolute;
    top: 60px;
    height: auto;
    padding: 15px;
    display: none;
  }
  header nav ul li {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  header nav ul li a {
    padding: 0 !important;
    line-height: normal;
  }
  header nav ul li a span {
    color: #fff;
    display: block;
    padding: 15px 15px !important;
    height: auto;
    line-height: normal;
  }
  header nav ul li.white a span {
    background: none;
  }
  header nav ul li:nth-child(4) {
    border-left: none;
  }
  header nav ul li:nth-child(4) a {
    padding-left: 0 !important;
  }
  header nav ul li:last-child {
    width: 100%;
    height: 60px;
  }
  header nav ul li .search {
    top: 12px;
    width: 100% !important;
  }
  header a.navToggler {
    display: block;
  }
  footer .footerNav ul {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
  footer .footerNav ul li {
    border-bottom: 1px solid #fff;
  }
  footer .footerNav ul li a {
    padding: 15px 0;
    font-size: 15px;
  }
  footer .social {
    padding: 0 15px;
  }
  footer .social span {
    font-size: 10px;
    border: none;
  }
  footer .social a {
    font-size: 18px;
    margin: 0 7px;
  }
  footer .address {
    font-size: 15px;
    padding: 15px 30px;
    line-height: 1.5;
  }
  footer .footerLinks a {
    font-size: 14px;
    width: 100%;
    padding: 10px 0;
  }
  footer .copyright {
    font-size: 10px;
    padding: 15px 30px;
  }
  section.mainSlider:before {
    width: 200%;
    left: 40%;
    top: -55%;
  }
  section.mainSlider .item .img {
    width: 100% !important;
    padding-bottom: 80% !important;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    right: -140px;
    top: 40%;
  }
  section.mainSlider .item .caption {
    left: 15px;
    top: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    bottom: 30px;
  }
  section.mainSlider .item .caption h2 {
    font-size: 54px;
    padding-bottom: 10px;
  }
  section.mainSlider .owl-nav {
    right: 20px;
    bottom: 30px;
  }
  h2 {
    font-size: 26px;
    padding-bottom: 30px;
  }
  h2:hover:before {
    height: 50px;
  }
  section.mainCategories {
    overflow: hidden;
  }
  section.mainCategories .content {
    padding-top: 100px;
  }
  section.mainCategories .content .inner {
    padding: 0;
  }
  section.whatsapp {
    overflow: visible;
  }
  section.whatsapp .left {
    width: 100%;
  }
  section.whatsapp .left h2 {
    padding-bottom: 0;
  }
  section.whatsapp .left p {
    text-align: left;
    margin: 0;
  }
  section.whatsapp a.phoneLink {
    height: 110px;
    margin: 30px 0;
  }
  section.whatsapp a.phoneLink span {
    left: -15px;
    padding-left: 15px;
    width: 100%;
    width: auto;
    right: -15px;
    top: 50%;
  }
  section.whatsapp a.phoneLink small {
    font-size: 34px;
  }
  section.whatsapp .right {
    position: absolute;
    right: 0;
    top: -90px;
  }
  section.whatsapp .phoneAnim {
    height: auto;
    width: auto;
    position: relative;
    overflow: hidden;
  }
  section.whatsapp .phoneAnim:before {
    width: 70%;
    padding-bottom: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    left: 55%;
  }
  section.whatsapp .phoneAnim:after {
    width: 70%;
    padding-bottom: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    left: 55%;
  }
  section.whatsapp .phoneAnim img {
    height: 200px;
  }
  section {
    padding: 0 15px;
  }
  .content .inner {
    padding: 0 15px;
  }
  .categoryList .categoryItem {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .categoryList .categoryItem span.bg {
    border-radius: 48px;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
  }
  .categoryList .categoryItem span.img {
    border-radius: 48px;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
  }
  .categoryList .categoryItem span.img:before {
    border-radius: 48px;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
  }
  .categoryList .categoryItem span.title {
    padding-top: 15px;
    font-size: 13px;
  }
  section.novartWorld span {
    font-size: 66px;
  }
  section.mainProducts .productItem {
    padding: 0 40px;
  }
  section.mainProducts .owl-nav button {
    width: 36px;
    height: 32px;
  }
  section.mainProducts .owl-nav button span {
    line-height: 36px;
    font-size: 32px;
  }
  section.mainProducts .owl-nav button.owl-prev {
    left: 0px;
  }
  section.mainProducts .owl-nav button.owl-next {
    right: 0px;
  }
  section.subPage {
    padding-top: 140px;
    overflow: hidden;
  }
  section.subPage:before {
    display: block;
    content: "";
    position: absolute;
    background: #D6D1C4;
    opacity: 0.5;
    width: 200%;
    height: 100vh;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    left: 50%;
    top: -50vh;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
  }
  section.subPage .content.flex {
    padding-top: 0;
  }
  .pageMenu {
    display: none;
  }
  .pageContent {
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
  }
  .pageHeader {
    width: 100%;
    margin: 0 0 0 0;
    overflow: visible;
  }
  .pageHeader h1 {
    order: 2;
    margin-top: -100px;
    padding-bottom: 40px;
  }
  .pageHeader h1:before {
    height: 180px !important;
  }
  .pageHeader .headerImg {
    order: 1;
    width: 100%;
    padding-bottom: 75%;
    opacity: 1;
  }
  .pageHeader .headerImg span {
    bottom: auto;
    top: 18%;
    width: 100%;
    height: 100%;
    left: 20%;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
  }
  .pageHeader .headerImg span img {
    left: -100px;
    bottom: 5%;
    width: 155%;
  }
  .productList {
    padding: 40px 0 0;
  }
  .productList .productItem {
    width: 50%;
  }
  .productList .productItem span.img {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
  }
  .productList .productItem span.title {
    font-size: 18px;
    border-radius: 0 0 30px 30px;
  }
  .productList .productItem span.title small {
    font-size: 8px;
  }
  .newsList {
    padding-top: 40px;
  }
  .newsItem span.img {
    width: 100%;
  }
  .newsItem span.txt {
    width: 100%;
    padding: 10px 0 0 0;
  }
  section.subPage.contact {
    padding-top: 140px;
  }
  section.subPage.contact .content .left {
    width: 100%;
    order: 2;
    margin-top: -100px;
  }
  section.subPage.contact .content .right {
    width: 100%;
    order: 1;
    display: block;
  }
  section.subPage.contact .mapCanvas {
    width: 130%;
    height: 400px;
    transform: rotate(-10deg);
  }
  section.productDetail {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0;
  }
  section.productDetail .productImg span {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    left: 20%;
  }
  section.productDetail .productImg.technical {
    margin-top: 60px;
  }
  section.productDetail .productImg.technical span {
    left: 10%;
  }
  section.productDetail .detailImg {
    width: 100%;
  }
  section.productDetail .productInfo {
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
    margin-top: -100px;
  }
  section.productDetail .productAssets {
    width: 100%;
  }
  section.productDetail .productAssets ul li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  section.productDetail .productAssets ul li span {
    margin: auto;
  }
}

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