* {
  margin: 0;
  padding: 0;
}

*:focus {
  outline: 0;
}

html {
  font-size: 10px;
}

body {
  color: #000;
  font-size: 16px;
  line-height: 1.4;
  font-family: 'Montserrat', sans-serif;
  background: #fff;
}

a, a:focus, a:active, input, input:focus, input:active, button, button:focus, button:active, .btn, .btn:focus, .btn:active {
  outline: none !important;
}

a:hover {
  text-decoration: underline;
}

a.btn:hover, a.btn:focus, a.btn:active {
  text-decoration: none;
}

.btn {
  height: auto;
  padding: 1.5rem 5.4rem;
  border-radius: 50px;
  border: 1px solid transparent;
  background: #4b956f;
  text-align: center;
  cursor: pointer;
  color: #fff;
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 500;
  transition: all .2s;
}

.btn:hover {
  background: #428462;
  color: #fff;
}

.btn.btn-border {
  background: transparent;
  border-color: #666666;
  color: #666666;
}

.btn.btn-border:hover {
  color: #fff;
  border-color: transparent;
  background: #4b956f;
}

.btn.cart-btn {
  padding: 10px 3rem;
  font-size: 2rem;
  font-weight: 400;
  max-width: 156px;
}

.btn.cart-btn img {
  width: 25px;
  height: 25px;
  margin-left: 8px;
}

ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

b {
  font-weight: 700;
}

.flex, .btn.cart-btn, #header, #header .header-text, #plus .plus-box, #plus .plus-box .img, #plus .plus-box .plus-box-title, #sale .sale-gift, #footer .footer-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
}

.align-center, .btn.cart-btn, #header, #plus .plus-box .img, #plus .plus-box .plus-box-title, #sale .sale-gift {
  align-items: center;
  -webkit-align-items: center;
}

.jc-center, .navbar-nav {
  justify-content: center;
  -webkit-box-pack: center;
}

b {
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6, .bold {
  font-weight: 700;
}

h1, .h1 {
  margin: 0 0 2rem;
  font-size: 3.6rem;
  line-height: 1.4;
}

h2, .h2 {
  margin: 0 0 1rem;
  font-size: 2.8rem;
  line-height: 1.2;
}

h3, .h3 {
  margin: 1rem 0rem;
  font-size: 2rem;
  line-height: 1.2;
}

h4, .h4 {
  text-transform: none;
  margin: 0rem 0 10px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

.clear {
  clear: both;
}

.w-100 {
  width: 100%;
}

img {
  max-width: 100%;
}

p {
  color: #3e3e3e;
  font-size: 1.8rem;
  margin-bottom: 4.5rem;
}

.icon-bar {
  background: #000;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.slick-arrow {
  z-index: 10;
  top: 50%;
  margin-top: -2rem;
  position: absolute;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: none;
}

.slick-arrow:before {
  background: #4D4977;
  border-radius: 50%;
  color: #fff;
  font-size: 4.4rem;
  width: 6.4rem;
  height: 6.4rem;
  line-height: 6rem;
  text-align: center;
  display: block;
  font-family: "fontello";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-arrow.slick-prev {
  left: -6rem;
}

.slick-arrow.slick-prev:before {
  content: "\e800";
  padding-right: 3px;
}

.slick-arrow.slick-next {
  right: -6rem;
}

.slick-arrow.slick-next:before {
  content: "\e801";
  padding-left: 3px;
}

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

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  border-radius: 50%;
  border: 2px solid #4b956f;
  background: #fff;
  width: 24px;
  height: 24px;
  margin: 0 3px;
  display: block;
  position: relative;
}

.slick-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #4b956f;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 6px;
  opacity: 0;
}

.slick-dots li.slick-active button {
  background: transparent;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}

@media (min-width: 768px) {
  .modal {
    width: 450px;
    margin: 15% auto 0;
    padding-right: 45px !important;
  }
}

.modal-content {
  border-radius: 5px;
  border: 0px;
  padding: 30px;
  background: #fff;
}

.modal-content p {
  margin-bottom: 3rem;
  font-size: 14px;
}

.modal-content h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.modal-content .form-control {
  width: 100%;
  box-shadow: none;
}

.modal-content .btn {
  padding: 10px 5rem;
  font-size: 2rem;
  margin: 3rem auto 0;
  display: block;
}

.modal-content form {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  }
}

.close {
  width: 30px;
  height: 30px;
  border: none;
  opacity: 1;
  font-weight: normal;
  background: transparent;
  color: #333;
  margin-top: 0px;
  margin-right: 0px;
  text-shadow: none;
  position: absolute;
  top: 0;
  right: -45px;
  z-index: 10;
  font-size: 18px;
}

.close svg.close-svg{

}


.close:hover {
  cursor: pointer;
}

*::-webkit-input-placeholder {
  color: #7D7D7D;
  opacity: 1;
}

*:-moz-placeholder {
  color: #7D7D7D;
  opacity: 1;
}

*::-moz-placeholder {
  color: #7D7D7D;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #7D7D7D;
  opacity: 1;
}

.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-control:focus:-moz-placeholder {
  color: transparent;
}

.form-control:focus::-moz-placeholder {
  color: transparent;
}

.form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.form-group {
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 15px;
  position: relative;
}

.form-control {
  border: 1px solid #878383;
  border-radius: 25px;
  padding: 10px 2.5rem;
  box-shadow: none;
  height: auto;
  background: none;
  font-size: 2rem;
  max-width: 100%;
}

.form-control:focus {
  border: 1px solid #4b956f;
  box-shadow: none;
}

select.form-control {
  height: 42px;
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.navbar {
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  padding: 0;
}

.interface-row > div {
  margin-bottom: 3rem;
}

.gallery-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
}

.gallery-img:before {
  content: "";
  font-family: 'fontello';
  font-size: 4.4rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #fff;
  background: rgba(75, 149, 111, 0.7) url(../../images/icons/lupa2.svg) no-repeat 50% 50%;
  z-index: 50;
  transition: all .2s;
}

.gallery-img:hover:before {
  opacity: 1;
}

.gallery-img:hover span {
  opacity: 1;
}

.gallery-img span {
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 100;
  opacity: 0;
  transition: all .2s;
}

.logo {
  display: inline-block;
}

.logo img {
  max-width: 225px;
}

#top {
  padding: 2.5rem 0;
  min-height: 12vh;
  background: #fff;
  border-bottom: 3px solid #d6d6d6;
}

#top .top-phone img {
  width: 16px;
  margin-right: 10px;
}

#top .top-phone a.tel {
  color: #3e3e3e;
  font-weight: 500;
}

#top .top-phone a.tel:hover {
  text-decoration: none;
  color: #4b956f;
}

.navbar-nav {
  width: 100%;
}

.navbar-nav li {
  margin: 0 2rem;
}

.navbar-nav li a {
  font-size: 16px;
  color: #3e3e3e;
}

.navbar-nav li a:hover {
  text-decoration: none;
  color: #4b956f;
}

#header {
  min-height: 88vh;
  background: #e8e8e8;
}

#header .header-text {
  padding-left: 30%;
  padding-top: 5rem;
  position: relative;
  min-height: 40rem;
  flex-direction: column;
  justify-content: space-between;
}

#header .header-text * {
  z-index: 5;
  position: relative;
}

#header .header-text:before {
  content: "?";
  position: absolute;
  top: auto;
  bottom: -1.8rem;
  left: 0;
  z-index: 0;
  font-size: 52rem;
  line-height: 40rem;
  font-weight: 700;
  color: #4b956f;
}

#header .header-text .btn {
  max-width: 195px;
}

#header .header-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
}

.title {
  font-size: 4.8rem;
  font-weight: 700;
  margin: 0 0 5rem;
  line-height: 1.2;
}

.line {
  width: 11rem;
  height: 2rem;
  background: #4b956f;
  margin-bottom: 10rem;
}

#plus {
  padding: 15rem 0 6rem;
}

#plus .plus-box {
  margin-bottom: 9rem;
}

#plus .plus-box .img {
  width: 6.5rem;
  height: 6.5rem;
  margin-right: 1.5rem;
}

#plus .plus-box .plus-box-title {
  height: 6.5rem;
  font-size: 3rem;
  font-weight: 500;
  margin: 0 0 3rem;
  line-height: 1.1;
}

#plus .plus-box p {
  margin-bottom: 3rem;
}

#plus .plus-box p:last-child {
  margin-bottom: 0;
}

#demo {
  padding: 15rem 0;
  background: #e8e8e8;
}

#demo .title {
  margin-bottom: 9rem;
}

#demo .demo-text {
  margin-bottom: 9rem;
}

#demo .demo-text p:last-child {
  margin-bottom: 0;
}

#demo .row-btns .btn:first-child {
  margin-right: 3.5rem;
}

#video {
  padding: 15rem 0;
}

#video .video-box {
  color: #fff;
  text-align: center;
  padding: 15rem 11rem 15rem;
  background: url(../../images/imacvideo.jpg) no-repeat top center;
  background-size: contain;
  min-height: 84rem;
}

#video .title {
  color: #fff;
  margin: 0;
}

#video .play-link {
  width: 12rem;
  height: 12rem;
  display: inline-block;
  margin: 3rem 0;
  position: relative;
}

#video .play-link img {
  transition: all .2s;
}

#video .play-link:hover img {
  transform: scale(1.1);
}

#video p {
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
}

#interface {
  padding: 15rem 0 12rem;
  background: #e8e8e8;
}

#updates {
  padding: 15rem 0;
}

#updates .row-top, #updates .row-bottom {
  margin: 0 0;
}

#updates .row-top > div, #updates .row-bottom > div {
  padding-left: 0;
  padding-right: 0;
}

#updates .row-top {
  border-bottom: 3px solid #4b956f;
}

#updates .row-bottom {
  padding-left: 12%;
}

#updates .row-bottom .updates-box {
  padding-bottom: 0;
  padding-top: 11rem;
}

#updates .row-bottom .updates-box:before {
  bottom: auto;
  top: 0;
}

#updates .row-bottom .updates-box:after {
  bottom: auto;
  top: 65px;
}

#updates .row-bottom .updates-box.ml {
  margin-left: -5%;
}

.introtext {
  font-weight: 500;
  font-size: 2.4rem;
}

.updates-box {
  padding-bottom: 9rem;
  position: relative;
  height: 100%;
}

.updates-box * {
  position: relative;
  z-index: 10;
}

.updates-box:before {
  content: "";
  width: 3px;
  height: 65px;
  background: #4b956f;
  position: absolute;
  bottom: 0;
  left: 50px;
  z-index: 1;
}

.updates-box:after {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #4b956f;
  position: absolute;
  bottom: 60px;
  left: 45px;
  z-index: 1;
}

.updates-box p {
  font-size: 1.6rem;
  margin-bottom: 25px;
}

.updates-box .year {
  font-size: 4.8rem;
  font-weight: 700;
  margin-bottom: 3rem;
  line-height: 1.2;
  color: #4b956f;
}

.updates-box .arrow {
  width: 148px;
  border-bottom: 3px dotted #4b956f;
  height: 3px;
  position: absolute;
  right: 0;
  bottom: -3px;
  background: #fff;
}

.updates-box .arrow:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 20px solid #4b956f;
  border-bottom: 10px solid transparent;
  position: absolute;
  right: -3px;
  bottom: -11px;
}

#sale {
  padding: 15rem 0;
  background: #e8e8e8;
}

#sale .inner {
  position: relative;
}

#sale .inner * {
  position: relative;
  z-index: 5;
}

#sale .sale-img {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
}

#sale .sale-icon {
  margin-bottom: 4.5rem;
}

#sale .title {
  margin-bottom: 4.5rem;
  font-size: 4.2rem;
  color: #3e3e3e;
}

#sale .introtext {
  font-size: 2rem;
}

#sale .sale-gift {
  font-size: 2.2rem;
  font-weight: 500;
  color: #3e3e3e;
  margin-bottom: 3rem;
}

#sale .sale-gift p {
  margin-bottom: 0;
}

#sale .sale-gift img {
  width: 3.7rem;
  margin-right: 1.5rem;
}

#sale .sale-ul {
  margin-bottom: 6rem;
}

#sale .sale-ul p {
  font-size: 2rem;
  font-weight: 500;
  color: #3e3e3e;
  margin-bottom: 1.5rem;
}

#sale .sale-ul p:last-child {
  margin-bottom: 0;
}

#about {
  padding: 15rem 0 1rem;
}

.numbers-box {
  text-align: center;
  margin-bottom: 14rem;
}

.numbers-box .count {
  font-size: 9rem;
  font-weight: 700;
  color: #4b956f;
}

.numbers-box p {
  font-size: 2.4rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}

#questions {
  background: #e8e8e8;
  overflow: hidden;
}

#questions .title {
  margin-bottom: 4.5rem;
  font-weight: 500;
}

#questions .introtext {
  font-size: 1.8rem;
  margin-bottom: 6rem;
}

#questions .container {
  padding-top: 9rem;
  padding-bottom: 9rem;
  position: relative;
}

#questions .container * {
  position: relative;
  z-index: 5;
}

#questions .container .questions-mail {
  position: absolute;
  right: 0;
  bottom: -70px;
  z-index: 1;
  max-width: 33.7rem;
  opacity: .5;
}

#questions form .btn {
  padding: 10px 5rem;
  width: 100%;
  font-size: 2rem;
}

#questions form .form-group {
  margin-bottom: 0;
}

#footer {
  padding: 9rem 0;
  font-size: 16px;
}

#footer a {
  color: #636363;
}

#footer .row-top {
  margin-bottom: 6rem;
}

#footer .footer-info {
  margin-bottom: 3rem;
  line-height: 1.6;
}

#footer .footer-info:last-child {
  margin-bottom: 0;
}

#footer .footer-info b {
  display: inline-block;
  min-width: 90px;
}

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

#footer .footer-right h4 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 4rem;
  min-height: 45px;
}

#footer .footer-right p {
  margin-bottom: 0;
}

#footer .footer-soc {
  text-align: right;
}

#footer .footer-soc a {
  display: inline-block;
  margin-right: 10px;
}

#footer .footer-soc a:last-child {
  margin-right: 0;
}

#footer .footer-soc a img {
  max-height: 2.5rem;
}

.visible-xs {
  display: none;
}

.close {
  width: 30px;
  height: 30px;
  border: none;
  opacity: 1;
  font-weight: normal;
  background: transparent;
  color: #404040;
  text-shadow: none;
  position: absolute;
  top: 0;
  right: -45px;
  margin: 0;
  padding: 0;
  float: none;
}

svg.close-svg{
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  opacity: 0.8;
  top: 0;
  transition: all .3s;
}

svg.close-svg path{
  fill: #fff;
}

svg.close-svg:hover{
  transition: all .3s;
  opacity: 1;
}

@media (min-width: 320px) and  (max-width: 767px) {
 .close{
   top: 15px;
   right: 15px;
  }
  svg.close-svg path{
    fill:#666;
  }
}

/* privacy police place */

.privacy-policy {
  margin-top: 30px;
  color: #3e3e3e;
  opacity: 0.7;
  font-size: 14px;
}
.privacy-policy.privacy-footer p{
  text-align:left;
}

.privacy-policy p {
  text-align: center;
  color: inherit;
  font-size: inherit;
}
.privacy-policy p a{
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
}
