@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  font-display: auto;
  src: url("../fonts/RobotoRegular/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  font-display: auto;
  src: url("../fonts/RobotoLight/RobotoLight.eot");
  src: url("../fonts/RobotoLight/RobotoLight.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoLight/RobotoLight.woff") format("woff"), url("../fonts/RobotoLight/RobotoLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  font-display: auto;
  src: url("../fonts/RobotoMedium/RobotoMedium.eot");
  src: url("../fonts/RobotoMedium/RobotoMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoMedium/RobotoMedium.woff") format("woff"), url("../fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  font-display: auto;
  src: url("../fonts/RobotoBold/RobotoBold.eot");
  src: url("../fonts/RobotoBold/RobotoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoBold/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
/* line 1, ../sass/parts/_mainslide.scss */
.slide-header {
  height: 380px;
}

/* line 4, ../sass/parts/_mainslide.scss */
.main-slide {
  width: 100%;
  height: 100%;
  min-height: 500px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0px !important;
  padding-bottom: 0 !important;
}
/* line 12, ../sass/parts/_mainslide.scss */
.main-slide .slide {
  width: 100%;
  min-height: 500px;
  position: relative;
}
/* line 26, ../sass/parts/_mainslide.scss */
.main-slide .slide.paralax {
  background-size: cover !important;
}
/* line 28, ../sass/parts/_mainslide.scss */
.main-slide .slide.paralax .slideImage {
  background-position: center center !important;
  background-size: cover !important;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 40, ../sass/parts/_mainslide.scss */
.main-slide .slide .main-slide-content {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all 0.8s;
}
/* line 54, ../sass/parts/_mainslide.scss */
.main-slide .slide .main-slide-content .col-xs-12 p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
}
/* line 60, ../sass/parts/_mainslide.scss */
.main-slide .slide .main-slide-content .main-slider-title {
  padding: 10px 15px;
}
/* line 63, ../sass/parts/_mainslide.scss */
.main-slide .slide .main-slide-content .icon {
  width: 42px;
  height: auto;
  margin-bottom: 15px;
}
/* line 68, ../sass/parts/_mainslide.scss */
.main-slide .slide .main-slide-content h6 {
  margin-bottom: 40px;
  margin-top: 70px;
  font-size: 1.6rem;
  text-transform: uppercase;
}
@media all and (max-width: 1200px) {
  /* line 68, ../sass/parts/_mainslide.scss */
  .main-slide .slide .main-slide-content h6 {
    font-size: 1.4rem;
  }
}
/* line 77, ../sass/parts/_mainslide.scss */
.main-slide .slide .main-slide-content h1,
.main-slide .slide .main-slide-content h3 {
  font-weight: 700;
  font-size: 4rem;
  line-height: 5rem;
  margin: 15px 0;
}
@media all and (max-width: 1200px) {
  /* line 77, ../sass/parts/_mainslide.scss */
  .main-slide .slide .main-slide-content h1,
  .main-slide .slide .main-slide-content h3 {
    font-size: 3.6rem;
    line-height: 4.2rem;
  }
}
/* line 90, ../sass/parts/_mainslide.scss */
.main-slide .slide .main-slide-content h4 {
  font-weight: 400;
  margin-top: 30px;
  font-size: 2.1rem;
}
@media all and (max-width: 1200px) {
  /* line 90, ../sass/parts/_mainslide.scss */
  .main-slide .slide .main-slide-content h4 {
    font-size: 1.8rem;
  }
}
/* line 99, ../sass/parts/_mainslide.scss */
.main-slide .slide .main-slide-content .main-slider-text {
  font-size: 1.2rem;
  width: 100%;
  padding: 0 15px 30px;
}
/* line 103, ../sass/parts/_mainslide.scss */
.main-slide .slide .main-slide-content .main-slider-text .btn.btn-default {
  background: #e5c8b5;
  color: #111111;
  margin: 15px 0 50px;
  border-radius: 35px;
  font-size: 16px;
  line-height: 46px;
  font-weight: 500;
  text-transform: none;
  transition: all 0.5s;
  height: 70px;
}
/* line 114, ../sass/parts/_mainslide.scss */
.main-slide .slide .main-slide-content .main-slider-text .btn.btn-default:hover {
  color: #333333;
  background: #edd8cb;
  transition: all 0.5s;
}
@media all and (max-width: 1200px) {
  /* line 103, ../sass/parts/_mainslide.scss */
  .main-slide .slide .main-slide-content .main-slider-text .btn.btn-default {
    margin: 40px 0;
    height: 60px;
    line-height: 36px;
  }
}
/* line 129, ../sass/parts/_mainslide.scss */
.main-slide .slide.slick-active .main-slide-content {
  transition: all 0.8s;
  bottom: 200px;
}
/* line 136, ../sass/parts/_mainslide.scss */
.main-slide .logo-main-slider {
  position: absolute;
  left: 50%;
  bottom: 50%;
  margin-left: -50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  z-index: 1000;
}
/* line 145, ../sass/parts/_mainslide.scss */
.main-slide .logo-main-slider .logo-main-slider-inner {
  height: 100px;
  width: 100px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
/* line 154, ../sass/parts/_mainslide.scss */
.main-slide .logo-main-slider .logo-main-slider-inner img {
  height: 70px;
  width: auto;
  margin: 0 auto;
}
/* line 160, ../sass/parts/_mainslide.scss */
.main-slide .logo-main-slider .logo-main-slider-title {
  font-family: "OpenSansLight";
  font-size: 18px;
  padding: 10px 0;
  text-transform: uppercase;
  color: #fff;
}

/* line 1, ../sass/parts/_caruselslide.scss */
.carusel-slide {
  width: 100%;
  height: auto;
  position: relative;
}
/* line 5, ../sass/parts/_caruselslide.scss */
.carusel-slide .slide {
  width: 100%;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
}
/* line 10, ../sass/parts/_caruselslide.scss */
.carusel-slide .slide .card {
  border-radius: 0;
}
/* line 12, ../sass/parts/_caruselslide.scss */
.carusel-slide .slide .card img {
  border-radius: 0;
  box-shadow: none;
}
/* line 17, ../sass/parts/_caruselslide.scss */
.carusel-slide .slide.paralax {
  background-size: cover !important;
  background-attachment: fixed !important;
}
/* line 22, ../sass/parts/_caruselslide.scss */
.carusel-slide .slide.fadeImage::before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.4s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
/* line 33, ../sass/parts/_caruselslide.scss */
.carusel-slide .slide.fadeImage .main-slide-content {
  position: absolute;
  top: 100%;
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
/* line 42, ../sass/parts/_caruselslide.scss */
.carusel-slide .slide.fadeImage .main-slider-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  width: 100%;
  height: 100%;
}
/* line 53, ../sass/parts/_caruselslide.scss */
.carusel-slide .slide.fadeImage .main-slider-title h3 {
  font-size: 1.8rem;
  font-family: 'OpenSansLight';
  max-width: 200px;
}
/* line 57, ../sass/parts/_caruselslide.scss */
.carusel-slide .slide.fadeImage .main-slider-title h3 span {
  display: block;
  font-size: 4rem;
  line-height: 6rem;
  text-align: center;
}
/* line 67, ../sass/parts/_caruselslide.scss */
.carusel-slide .slide.fadeImage:hover::before {
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.4s;
}
/* line 71, ../sass/parts/_caruselslide.scss */
.carusel-slide .slide.fadeImage:hover .main-slider-title {
  bottom: 100%;
  transition: all 0.3s;
}
/* line 75, ../sass/parts/_caruselslide.scss */
.carusel-slide .slide.fadeImage:hover .main-slide-content {
  position: absolute;
  top: 0;
  transition: all 0.6s;
}
/* line 82, ../sass/parts/_caruselslide.scss */
.carusel-slide .slide .main-slide-content {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  display: block;
}
/* line 88, ../sass/parts/_caruselslide.scss */
.carusel-slide .slide .main-slide-content .main-slider-title {
  padding: 10px 15px;
}
/* line 90, ../sass/parts/_caruselslide.scss */
.carusel-slide .slide .main-slide-content .main-slider-title h3 {
  font-size: 1.5rem;
  margin: 0;
}
/* line 93, ../sass/parts/_caruselslide.scss */
.carusel-slide .slide .main-slide-content .main-slider-title h3 span {
  font-size: 2rem;
  display: block;
  float: none;
  clear: both;
}
/* line 102, ../sass/parts/_caruselslide.scss */
.carusel-slide .slide .main-slide-content .main-slider-text {
  font-size: 1.2rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}
/* line 107, ../sass/parts/_caruselslide.scss */
.carusel-slide .slide .main-slide-content .main-slider-text ul {
  padding-left: 20px;
  text-align: left;
  margin: 10px auto 20px;
}
/* line 111, ../sass/parts/_caruselslide.scss */
.carusel-slide .slide .main-slide-content .main-slider-text ul li {
  list-style: disc outside !important;
}
/* line 115, ../sass/parts/_caruselslide.scss */
.carusel-slide .slide .main-slide-content .main-slider-text .btn.btn-default {
  background: #fff;
  color: #ba5289;
  margin: 15px 0;
  transition: all 0.5s;
}
/* line 120, ../sass/parts/_caruselslide.scss */
.carusel-slide .slide .main-slide-content .main-slider-text .btn.btn-default:hover {
  color: #c0392a;
  transition: all 0.5s;
  font-size: 1.2rem;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.8);
}
/* line 130, ../sass/parts/_caruselslide.scss */
.carusel-slide .logo-main-slider {
  position: absolute;
  left: 50%;
  bottom: 50%;
  margin-left: -50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  z-index: 1000;
}
/* line 139, ../sass/parts/_caruselslide.scss */
.carusel-slide .logo-main-slider .logo-main-slider-inner {
  height: 100px;
  width: 100px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
/* line 148, ../sass/parts/_caruselslide.scss */
.carusel-slide .logo-main-slider .logo-main-slider-inner img {
  height: 70px;
  width: auto;
  margin: 0 auto;
}
/* line 154, ../sass/parts/_caruselslide.scss */
.carusel-slide .logo-main-slider .logo-main-slider-title {
  font-family: "OpenSansLight";
  font-size: 18px;
  padding: 10px 0;
  text-transform: uppercase;
  color: #fff;
}

/* line 166, ../sass/parts/_caruselslide.scss */
.touchevents .carusel-slide .slide {
  min-height: 300px;
  height: auto;
}
/* line 169, ../sass/parts/_caruselslide.scss */
.touchevents .carusel-slide .slide::before {
  content: '';
  z-index: 0;
  border: 1px solid #fff;
}
/* line 174, ../sass/parts/_caruselslide.scss */
.touchevents .carusel-slide .slide.fadeImage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
/* line 179, ../sass/parts/_caruselslide.scss */
.touchevents .carusel-slide .slide.fadeImage > div {
  z-index: 5;
}
/* line 182, ../sass/parts/_caruselslide.scss */
.touchevents .carusel-slide .slide.fadeImage .main-slider-title {
  position: relative;
  bottom: auto;
  height: auto;
}
/* line 187, ../sass/parts/_caruselslide.scss */
.touchevents .carusel-slide .slide.fadeImage .main-slide-content {
  bottom: auto;
  top: auto;
  position: relative;
  transition: all 0.6s;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}

/* line 201, ../sass/parts/_caruselslide.scss */
.grid-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 206, ../sass/parts/_caruselslide.scss */
.grid-slider .slick-prev::before, .grid-slider .slick-next::before {
  color: #111111;
}
/* line 210, ../sass/parts/_caruselslide.scss */
.grid-slider > .col {
  display: flex;
  margin-bottom: 12px;
}
/* line 215, ../sass/parts/_caruselslide.scss */
.grid-slider > .col .grid-item h3 i {
  font-style: normal;
  background: #111111;
}
/* line 226, ../sass/parts/_caruselslide.scss */
.grid-slider.animateSlider .slick-track .slick-slide {
  display: flex;
  background: #fff;
  margin: auto;
}
/* line 231, ../sass/parts/_caruselslide.scss */
.grid-slider.animateSlider .slick-track .slick-slide .grid-item {
  box-shadow: none;
}
/* line 237, ../sass/parts/_caruselslide.scss */
.grid-slider .grid-item {
  height: 100%;
  background: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
  margin: 0 -5px;
  padding: 20px;
}
/* line 243, ../sass/parts/_caruselslide.scss */
.grid-slider .grid-item h3 {
  font-size: 1.8rem;
  font-family: 'OpenSansLight';
}
/* line 246, ../sass/parts/_caruselslide.scss */
.grid-slider .grid-item h3 i {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  clear: both;
  font-size: 4rem;
  font-style: normal;
  background: #111111;
  margin: 0 auto;
  color: #fff;
  padding: 15px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
}
/* line 266, ../sass/parts/_caruselslide.scss */
.grid-slider.grid-scheme > .col {
  padding-top: 70px;
  position: relative;
}
/* line 269, ../sass/parts/_caruselslide.scss */
.grid-slider.grid-scheme > .col .grid-item {
  padding: 10px 20px 20px;
  background: #fff;
  color: #111111;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  border-radius: 4px;
}
/* line 275, ../sass/parts/_caruselslide.scss */
.grid-slider.grid-scheme > .col .grid-item::before, .grid-slider.grid-scheme > .col .grid-item::after {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
  transform: rotate(-3deg);
}
/* line 288, ../sass/parts/_caruselslide.scss */
.grid-slider.grid-scheme > .col .grid-item::after {
  right: 10px;
  left: auto;
  transform: rotate(3deg);
}
/* line 293, ../sass/parts/_caruselslide.scss */
.grid-slider.grid-scheme > .col .grid-item h3 {
  margin-bottom: 0;
  font-size: 1.4rem;
}
/* line 296, ../sass/parts/_caruselslide.scss */
.grid-slider.grid-scheme > .col .grid-item h3 i {
  color: #111111;
  margin-top: -90px;
  margin-bottom: 10px;
  background: #fff;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* line 309, ../sass/parts/_caruselslide.scss */
.price-slider {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 25px 0;
}
/* line 315, ../sass/parts/_caruselslide.scss */
.price-slider > div {
  display: flex;
  margin-bottom: 15px;
  z-index: 100;
}
/* line 319, ../sass/parts/_caruselslide.scss */
.price-slider > div.pricebody-1 {
  margin-bottom: -23px;
}
@media all and (max-width: 768px) {
  /* line 319, ../sass/parts/_caruselslide.scss */
  .price-slider > div.pricebody-1 {
    margin-bottom: 15px;
  }
}
/* line 326, ../sass/parts/_caruselslide.scss */
.price-slider .price-item {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 25px 0 15px;
  background-size: cover !important;
}
/* line 333, ../sass/parts/_caruselslide.scss */
.price-slider .price-item ul {
  padding-left: 0;
  margin-top: 0;
}
/* line 336, ../sass/parts/_caruselslide.scss */
.price-slider .price-item ul li {
  list-style: none;
  padding: 0 25px;
}
/* line 341, ../sass/parts/_caruselslide.scss */
.price-slider .price-item .h4 {
  text-transform: uppercase;
  display: block;
  padding: 10px 15px;
  margin: 0 25px 15px;
  border: 1px solid #000;
  text-align: center !important;
}
/* line 348, ../sass/parts/_caruselslide.scss */
.price-slider .price-item .h4 a {
  color: inherit;
  display: block;
  width: 100%;
}
/* line 352, ../sass/parts/_caruselslide.scss */
.price-slider .price-item .h4 a:hover {
  text-decoration: none;
}
/* line 357, ../sass/parts/_caruselslide.scss */
.price-slider .price-item.price-1 {
  margin-top: -23px;
  margin-bottom: -23px;
}
/* line 361, ../sass/parts/_caruselslide.scss */
.price-slider .price-item.price-1 ul li {
  margin-bottom: 36px;
}
/* line 365, ../sass/parts/_caruselslide.scss */
.price-slider .price-item.price-1 .h4 {
  border: 1px solid #fff;
}
@media all and (max-width: 768px) {
  /* line 357, ../sass/parts/_caruselslide.scss */
  .price-slider .price-item.price-1 {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}

/* line 375, ../sass/parts/_caruselslide.scss */
.paralax-slide {
  width: 100%;
  height: auto;
  position: relative;
}
/* line 379, ../sass/parts/_caruselslide.scss */
.paralax-slide .slide {
  width: 100%;
  height: 300px;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
/* line 389, ../sass/parts/_caruselslide.scss */
.paralax-slide .slide.paralax {
  background-attachment: fixed !important;
  background-size: cover !important;
}
/* line 391, ../sass/parts/_caruselslide.scss */
.paralax-slide .slide.paralax::before {
  background: rgba(0, 0, 0, 0.6);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
/* line 402, ../sass/parts/_caruselslide.scss */
.paralax-slide .slide.paralax > div {
  z-index: 5;
}
/* line 406, ../sass/parts/_caruselslide.scss */
.paralax-slide .slide.paralax h3 span {
  color: #666666;
}

/* line 416, ../sass/parts/_caruselslide.scss */
.comand-slider .comand-item {
  padding: 15px;
  text-align: center;
}
/* line 419, ../sass/parts/_caruselslide.scss */
.comand-slider .comand-item img {
  width: 100%;
  height: auto;
}
/* line 423, ../sass/parts/_caruselslide.scss */
.comand-slider .comand-item .comand-content {
  font-weight: 700;
  color: #3d3d3d;
}
/* line 426, ../sass/parts/_caruselslide.scss */
.comand-slider .comand-item .comand-content p {
  font-size: 1.3rem;
}
/* line 430, ../sass/parts/_caruselslide.scss */
.comand-slider .comand-item .comand-title {
  font-weight: 700;
  text-transform: uppercase;
  color: #3d3d3d;
}
/* line 434, ../sass/parts/_caruselslide.scss */
.comand-slider .comand-item .comand-title p {
  letter-spacing: 0.5mm;
  font-size: 1.3rem;
}

/* line 1, ../sass/parts/_catalog.scss */
.catalog-item-body {
  transition: all 0.5s;
  padding: 15px;
}
/* line 4, ../sass/parts/_catalog.scss */
.catalog-item-body:hover {
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}
/* line 7, ../sass/parts/_catalog.scss */
.catalog-item-body:hover .catalog-item {
  border: 1px solid #e5c8b5;
}

/* line 12, ../sass/parts/_catalog.scss */
.catalog-item {
  text-align: center;
  padding: 15px;
  transition: all 0.5s;
  border: 1px solid #fff;
}
/* line 18, ../sass/parts/_catalog.scss */
.catalog-item a:hover {
  text-decoration: none;
}
/* line 23, ../sass/parts/_catalog.scss */
.catalog-item .catalog-image img {
  width: 60%;
}
/* line 28, ../sass/parts/_catalog.scss */
.catalog-item .catalog-body h4 {
  font-weight: 700;
  color: #333;
  position: relative;
  width: 100%;
  padding-bottom: 15px;
}
/* line 34, ../sass/parts/_catalog.scss */
.catalog-item .catalog-body h4 span {
  font-weight: 300;
}
@media all and (max-width: 1200px) {
  /* line 28, ../sass/parts/_catalog.scss */
  .catalog-item .catalog-body h4 {
    font-size: 1.6rem;
  }
}
/* line 40, ../sass/parts/_catalog.scss */
.catalog-item .catalog-body h4::before {
  content: '';
  width: 33.333%;
  height: 1px;
  background: #e5c8b5;
  position: absolute;
  left: 50%;
  bottom: 1px;
  margin-left: -16.5%;
}
@media all and (max-width: 1200px) {
  /* line 53, ../sass/parts/_catalog.scss */
  .catalog-item .catalog-body .catalog-description p {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}

/* line 1, ../sass/parts/_video.scss */
.video-slide {
  height: 550px;
  width: 100%;
  overflow: hidden;
}

/* line 6, ../sass/parts/_video.scss */
.fullscreen-bg {
  overflow: hidden;
  z-index: 3;
  position: relative;
  height: 100%;
  width: 100%;
}

/* line 14, ../sass/parts/_video.scss */
.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 21, ../sass/parts/_video.scss */
.overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 35, ../sass/parts/_video.scss */
.overlay h1 {
  text-align: center;
  color: #fff;
  font-size: 70px;
  margin-top: 17%;
}

/* line 41, ../sass/parts/_video.scss */
.videoin-slide {
  width: 100%;
  margin-bottom: 80px;
  height: 378px;
}
/* line 45, ../sass/parts/_video.scss */
.videoin-slide .fullscreen-bgin {
  z-index: 3;
  position: relative;
  height: 100%;
  width: 100%;
  background-size: auto 100%;
  background-position: 0 0 !important;
}
/* line 52, ../sass/parts/_video.scss */
.videoin-slide .fullscreen-bgin .container {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
}
@media all and (max-width: 992px) {
  /* line 52, ../sass/parts/_video.scss */
  .videoin-slide .fullscreen-bgin .container {
    display: block;
  }
  /* line 60, ../sass/parts/_video.scss */
  .videoin-slide .fullscreen-bgin .container .slide-content {
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
  }
}
@media all and (max-width: 992px) {
  /* line 45, ../sass/parts/_video.scss */
  .videoin-slide .fullscreen-bgin {
    height: auto;
  }
}
/* line 75, ../sass/parts/_video.scss */
.videoin-slide .video-block {
  margin-bottom: -150px;
  background: url("/images/macbook_PNG59.png") center center no-repeat;
  background-size: 100% auto;
  padding: 29px 73px 61px;
  box-sizing: border-box;
  height: 350px;
  width: 570px;
}
@media all and (max-width: 992px) {
  /* line 75, ../sass/parts/_video.scss */
  .videoin-slide .video-block {
    margin: 15px auto;
  }
}
@media all and (max-width: 599px) {
  /* line 75, ../sass/parts/_video.scss */
  .videoin-slide .video-block {
    margin: 15px auto;
    height: 200px;
    width: 300px;
    padding: 23px 39px 40px;
  }
}
/* line 92, ../sass/parts/_video.scss */
.videoin-slide .video-block iframe {
  height: 100%;
  width: 100%;
}
/* line 96, ../sass/parts/_video.scss */
.videoin-slide .video-block .videoin {
  background: url("/images/back-video.png") center center no-repeat;
  background-size: 100% auto;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

/* line 108, ../sass/parts/_video.scss */
.cd-timeline__container {
  position: relative;
  padding: 20px 0;
}
/* line 111, ../sass/parts/_video.scss */
.cd-timeline__container::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}

@media only screen and (min-width: 1170px) {
  /* line 124, ../sass/parts/_video.scss */
  .cd-timeline__container::before {
    left: 50%;
    margin-left: -2px;
  }
}
/* line 134, ../sass/parts/_video.scss */
.cd-timeline__block {
  position: relative;
  margin: 2em 0;
}
/* line 137, ../sass/parts/_video.scss */
.cd-timeline__block::after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}
/* line 143, ../sass/parts/_video.scss */
.cd-timeline__block:first-child {
  margin-top: 0;
}
/* line 146, ../sass/parts/_video.scss */
.cd-timeline__block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  /* line 134, ../sass/parts/_video.scss */
  .cd-timeline__block {
    margin: 4em 0;
  }
}

@media only screen and (min-width: 1170px) {
  /* line 157, ../sass/parts/_video.scss */
  .cd-is-hidden {
    visibility: hidden;
  }
}
/* line 161, ../sass/parts/_video.scss */
.cd-timeline__img {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
/* line 177, ../sass/parts/_video.scss */
.cd-timeline__img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
}
@media only screen and (min-width: 1170px) {
  /* line 161, ../sass/parts/_video.scss */
  .cd-timeline__img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  /* line 191, ../sass/parts/_video.scss */
  .cd-timeline__img.cd-timeline__img--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* line 233, ../sass/parts/_video.scss */
.cd-timeline__content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}
/* line 240, ../sass/parts/_video.scss */
.cd-timeline__content:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}
/* line 246, ../sass/parts/_video.scss */
.cd-timeline__content::before {
  /* triangle next to content block */
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
/* line 257, ../sass/parts/_video.scss */
.cd-timeline__content .cd-timeline__read-more,
.cd-timeline__content .cd-timeline__date {
  font-size: 1.3rem;
}
/* line 262, ../sass/parts/_video.scss */
.cd-timeline__content .cd-timeline__read-more,
.cd-timeline__content .cd-timeline__date {
  display: inline-block;
}
/* line 266, ../sass/parts/_video.scss */
.cd-timeline__content .cd-timeline__read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
/* line 272, ../sass/parts/_video.scss */
.cd-timeline__content .cd-timeline__read-more:hover {
  background-color: #bac4cb;
}
/* line 278, ../sass/parts/_video.scss */
.cd-timeline__content .cd-timeline__date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}

@media only screen and (min-width: 768px) {
  /* line 288, ../sass/parts/_video.scss */
  .cd-timeline__read-more,
  .cd-timeline__date {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1170px) {
  /* line 295, ../sass/parts/_video.scss */
  .cd-timeline__content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  /* line 303, ../sass/parts/_video.scss */
  .cd-timeline__content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }

  /* line 309, ../sass/parts/_video.scss */
  .cd-timeline__read-more {
    float: left;
  }

  /* line 312, ../sass/parts/_video.scss */
  .cd-timeline__date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 1.6rem;
  }

  /* line 319, ../sass/parts/_video.scss */
  .cd-timeline__block:nth-child(even) .cd-timeline__content {
    float: right;
  }

  /* line 322, ../sass/parts/_video.scss */
  .cd-timeline__block:nth-child(even) .cd-timeline__content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }

  /* line 329, ../sass/parts/_video.scss */
  .cd-timeline__block:nth-child(even) .cd-timeline__read-more {
    float: right;
  }

  /* line 332, ../sass/parts/_video.scss */
  .cd-timeline__block:nth-child(even) .cd-timeline__date {
    left: auto;
    right: 122%;
    text-align: right;
  }

  /* line 337, ../sass/parts/_video.scss */
  .cd-timeline__content.cd-timeline__content--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}
@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  /* line 346, ../sass/parts/_video.scss */
  .cd-timeline__block:nth-child(even) .cd-timeline__content.cd-timeline__content--bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*
Flaticon icon font: Flaticon
Creation date: 22/11/2017 11:37
*/
@font-face {
  font-family: "Flaticon";
  src: url("/fonts/Flaticon.eot");
  src: url("/fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("/fonts/Flaticon.woff") format("woff"), url("/fonts/Flaticon.ttf") format("truetype"), url("/fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("/fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
/* line 24, ../sass/parts/_flaticon.scss */
.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 39, ../sass/parts/_flaticon.scss */
.flaticon-transport:before {
  content: "\f100";
}

/* line 40, ../sass/parts/_flaticon.scss */
.flaticon-social:before {
  content: "\f101";
}

/* line 41, ../sass/parts/_flaticon.scss */
.flaticon-technology:before {
  content: "\f102";
}

/* line 42, ../sass/parts/_flaticon.scss */
.flaticon-search:before {
  content: "\f103";
}

/* line 43, ../sass/parts/_flaticon.scss */
.flaticon-shapes-1:before {
  content: "\f104";
}

/* line 44, ../sass/parts/_flaticon.scss */
.flaticon-shapes:before {
  content: "\f105";
}

/* line 45, ../sass/parts/_flaticon.scss */
.flaticon-discount:before {
  content: "\f106";
}

/* line 46, ../sass/parts/_flaticon.scss */
.flaticon-network:before {
  content: "\f107";
}

/* line 47, ../sass/parts/_flaticon.scss */
.flaticon-money:before {
  content: "\f108";
}

/* line 48, ../sass/parts/_flaticon.scss */
.flaticon-coins:before {
  content: "\f109";
}

/* line 49, ../sass/parts/_flaticon.scss */
.flaticon-finish:before {
  content: "\f10a";
}

/* line 50, ../sass/parts/_flaticon.scss */
.flaticon-ads:before {
  content: "\f10b";
}

/* line 51, ../sass/parts/_flaticon.scss */
.flaticon-people-1:before {
  content: "\f10c";
}

/* line 52, ../sass/parts/_flaticon.scss */
.flaticon-research:before {
  content: "\f10d";
}

/* line 53, ../sass/parts/_flaticon.scss */
.flaticon-social-media:before {
  content: "\f10e";
}

/* line 54, ../sass/parts/_flaticon.scss */
.flaticon-24-hours:before {
  content: "\f10f";
}

/* line 55, ../sass/parts/_flaticon.scss */
.flaticon-commerce:before {
  content: "\f110";
}

/* line 56, ../sass/parts/_flaticon.scss */
.flaticon-user:before {
  content: "\f111";
}

/* line 57, ../sass/parts/_flaticon.scss */
.flaticon-delivery-truck:before {
  content: "\f112";
}

/* line 58, ../sass/parts/_flaticon.scss */
.flaticon-holidays:before {
  content: "\f113";
}

/* line 59, ../sass/parts/_flaticon.scss */
.flaticon-statistics:before {
  content: "\f114";
}

/* line 60, ../sass/parts/_flaticon.scss */
.flaticon-businessman-success:before {
  content: "\f115";
}

/* line 61, ../sass/parts/_flaticon.scss */
.flaticon-sign:before {
  content: "\f116";
}

/* line 62, ../sass/parts/_flaticon.scss */
.flaticon-pen:before {
  content: "\f117";
}

/* line 63, ../sass/parts/_flaticon.scss */
.flaticon-map:before {
  content: "\f118";
}

/* line 64, ../sass/parts/_flaticon.scss */
.flaticon-delivery-van:before {
  content: "\f119";
}

/* line 65, ../sass/parts/_flaticon.scss */
.flaticon-arrows:before {
  content: "\f11a";
}

/* line 66, ../sass/parts/_flaticon.scss */
.flaticon-badge:before {
  content: "\f11b";
}

/* line 67, ../sass/parts/_flaticon.scss */
.flaticon-manager:before {
  content: "\f11c";
}

/* line 68, ../sass/parts/_flaticon.scss */
.flaticon-lawyer:before {
  content: "\f11d";
}

/* line 69, ../sass/parts/_flaticon.scss */
.flaticon-private-folder-hand-drawn-outline:before {
  content: "\f11e";
}

/* line 70, ../sass/parts/_flaticon.scss */
.flaticon-people:before {
  content: "\f11f";
}

/* line 71, ../sass/parts/_flaticon.scss */
.flaticon-parents:before {
  content: "\f120";
}

/* line 72, ../sass/parts/_flaticon.scss */
.flaticon-thief:before {
  content: "\f121";
}

/* line 73, ../sass/parts/_flaticon.scss */
.flaticon-file:before {
  content: "\f122";
}

/* line 74, ../sass/parts/_flaticon.scss */
.flaticon-circular-graphic-with-candidates-percentages-of-votation:before {
  content: "\f123";
}

/* line 75, ../sass/parts/_flaticon.scss */
.flaticon-circle:before {
  content: "\f124";
}

/* line 76, ../sass/parts/_flaticon.scss */
.flaticon-timer:before {
  content: "\f125";
}

/* line 77, ../sass/parts/_flaticon.scss */
.flaticon-cancel-1:before {
  content: "\f126";
}

/* line 78, ../sass/parts/_flaticon.scss */
.flaticon-cancel:before {
  content: "\f127";
}

/* line 79, ../sass/parts/_flaticon.scss */
.flaticon-left-arrow-1:before {
  content: "\f128";
}

/* line 80, ../sass/parts/_flaticon.scss */
.flaticon-right-arrow-1:before {
  content: "\f129";
}

/* line 81, ../sass/parts/_flaticon.scss */
.flaticon-down-arrow:before {
  content: "\f12a";
}

/* line 82, ../sass/parts/_flaticon.scss */
.flaticon-left-arrow:before {
  content: "\f12b";
}

/* line 83, ../sass/parts/_flaticon.scss */
.flaticon-right-arrow:before {
  content: "\f12c";
}

/* line 84, ../sass/parts/_flaticon.scss */
.flaticon-settings:before {
  content: "\f12d";
}

/* line 85, ../sass/parts/_flaticon.scss */
.flaticon-startup:before {
  content: "\f12e";
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/material-icons.woff2") format("woff2");
}
/* line 8, ../sass/parts/_icons.scss */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* line 1, ../sass/parts/_sidebar-max.scss */
html {
  height: auto;
}

/* line 6, ../sass/parts/_sidebar-max.scss */
.sidebar-max-open body {
  height: 100%;
  width: 100%;
}

/* line 12, ../sass/parts/_sidebar-max.scss */
.sidebar-max {
  width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1200;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  box-sizing: border-box;
  transition: all 0.3s;
}
/* line 27, ../sass/parts/_sidebar-max.scss */
.sidebar-max .sidebar-max-inner {
  width: 50%;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  padding: 0 15px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #fff;
}
@media all and (max-width: 768px) {
  /* line 27, ../sass/parts/_sidebar-max.scss */
  .sidebar-max .sidebar-max-inner {
    width: 100%;
  }
}
/* line 41, ../sass/parts/_sidebar-max.scss */
.sidebar-max#mobile .sidebar-max-inner {
  width: 300px;
}
@media all and (max-width: 768px) {
  /* line 41, ../sass/parts/_sidebar-max.scss */
  .sidebar-max#mobile .sidebar-max-inner {
    width: 300px;
  }
}
/* line 49, ../sass/parts/_sidebar-max.scss */
.sidebar-max.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition: all 0.3s;
}
/* line 57, ../sass/parts/_sidebar-max.scss */
.sidebar-max .fixed-btn {
  position: absolute;
  right: 5px;
  top: 7px;
  z-index: 10;
  margin: 0;
  background: none !important;
  box-shadow: none !important;
  color: #c1bfbf !important;
}
/* line 67, ../sass/parts/_sidebar-max.scss */
.sidebar-max .help-sidebar-title {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  padding: 15px;
  font-weight: 700;
  font-size: 1.8rem;
  border-bottom: 1px solid #ddd;
  padding-right: 65px;
  background: #fff;
  z-index: 9;
}
/* line 82, ../sass/parts/_sidebar-max.scss */
.sidebar-max .help-sidebar-content-inner {
  z-index: 8;
  padding: 66px 15px 15px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
/* line 94, ../sass/parts/_sidebar-max.scss */
.sidebar-max .help-sidebar-content-inner .help-sidebar-content {
  width: 100%;
}
/* line 97, ../sass/parts/_sidebar-max.scss */
.sidebar-max .help-sidebar-content-inner ul {
  font-size: 16px;
}

/* Slider */
/* line 26, ../sass/parts/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 40, ../sass/parts/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 46, ../sass/parts/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 50, ../sass/parts/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
/* line 54, ../sass/parts/_slick.scss */
.slick-loading .slick-list {
  background: #fff url('/images/ajax-loader.gif?1527087839') center center no-repeat;
}
@media all and (max-width: 768px) {
  /* line 40, ../sass/parts/_slick.scss */
  .slick-list {
    padding: 0;
  }
}

/* line 61, ../sass/parts/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 70, ../sass/parts/_slick.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  color: transparent;
  top: 50%;
  border: 0 solid #dadada;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  z-index: 1000;
  outline: none;
}
@media all and (max-width: 768px) {
  /* line 70, ../sass/parts/_slick.scss */
  .slick-prev,
  .slick-next {
    border: 1px solid #dadada;
  }
}
/* line 94, ../sass/parts/_slick.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.8);
  color: transparent;
}
/* line 98, ../sass/parts/_slick.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 102, ../sass/parts/_slick.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
/* line 105, ../sass/parts/_slick.scss */
.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;
  color: #333;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 116, ../sass/parts/_slick.scss */
.slick-prev {
  left: 10px;
}
/* line 118, ../sass/parts/_slick.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: 10px;
}
/* line 122, ../sass/parts/_slick.scss */
.slick-prev:before {
  margin-left: -2px;
  content: "";
}
/* line 125, ../sass/parts/_slick.scss */
[dir="rtl"] .slick-prev:before {
  content: "";
}
@media all and (max-width: 768px) {
  /* line 116, ../sass/parts/_slick.scss */
  .slick-prev {
    left: 0;
  }
}

/* line 133, ../sass/parts/_slick.scss */
.slick-next {
  right: 10px;
}
/* line 135, ../sass/parts/_slick.scss */
[dir="rtl"] .slick-next {
  left: 10px;
  right: auto;
}
/* line 139, ../sass/parts/_slick.scss */
.slick-next:before {
  margin-right: -2px;
  content: "";
}
/* line 142, ../sass/parts/_slick.scss */
[dir="rtl"] .slick-next:before {
  content: "";
}
@media all and (max-width: 768px) {
  /* line 133, ../sass/parts/_slick.scss */
  .slick-next {
    right: 0;
  }
}

/* line 152, ../sass/parts/_slick.scss */
.slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 15px;
}

/* line 157, ../sass/parts/_slick.scss */
.slick-dots {
  position: absolute;
  bottom: 5px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 166, ../sass/parts/_slick.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
/* line 174, ../sass/parts/_slick.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 186, ../sass/parts/_slick.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 188, ../sass/parts/_slick.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 192, ../sass/parts/_slick.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: "FontAwesome";
  font-size: 7px;
  line-height: 20px;
  text-align: center;
  color: #bebebe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 208, ../sass/parts/_slick.scss */
.slick-dots li.slick-active button:before {
  color: #e5c8b5;
  opacity: 1;
}

/* line 215, ../sass/parts/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 223, ../sass/parts/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 229, ../sass/parts/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 233, ../sass/parts/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 237, ../sass/parts/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 241, ../sass/parts/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 244, ../sass/parts/_slick.scss */
.slick-slide img {
  display: block;
  height: auto !important;
}
/* line 248, ../sass/parts/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 254, ../sass/parts/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 258, ../sass/parts/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 262, ../sass/parts/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 266, ../sass/parts/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 272, ../sass/parts/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 1, ../sass/parts/_questions.scss */
.question-bar {
  width: 100%;
  height: 10px;
  background: #fff;
  clear: both;
  padding: 10px 0 0;
  border-radius: 5px;
  position: relative;
}
/* line 9, ../sass/parts/_questions.scss */
.question-bar .question-progress {
  height: 10px;
  border-radius: 5px;
  background: #e5c8b5;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 18, ../sass/parts/_questions.scss */
.next-question {
  display: none;
}
/* line 20, ../sass/parts/_questions.scss */
.next-question.send-question {
  display: block;
}

/* line 25, ../sass/parts/_questions.scss */
.container-questions {
  position: relative;
}
/* line 27, ../sass/parts/_questions.scss */
.container-questions .loader-body {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.4);
}
/* line 38, ../sass/parts/_questions.scss */
.container-questions.sender .loader-body {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
/* line 47, ../sass/parts/_questions.scss */
.container-questions.sender .loader {
  position: relative;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-gap: 2px;
  width: 80px;
  height: 80px;
}
/* line 55, ../sass/parts/_questions.scss */
.container-questions.sender .loader > div {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scale(0);
  transform-origin: center center;
  animation: loader 2s infinite linear;
}
/* line 67, ../sass/parts/_questions.scss */
.container-questions.sender .loader > div:nth-of-type(1), .container-questions.sender .loader > div:nth-of-type(5), .container-questions.sender .loader > div:nth-of-type(9) {
  animation-delay: 0.4s;
}
/* line 73, ../sass/parts/_questions.scss */
.container-questions.sender .loader > div:nth-of-type(4), .container-questions.sender .loader > div:nth-of-type(8) {
  animation-delay: 0.2s;
}
/* line 78, ../sass/parts/_questions.scss */
.container-questions.sender .loader > div:nth-of-type(2), .container-questions.sender .loader > div:nth-of-type(6) {
  animation-delay: 0.6s;
}
/* line 83, ../sass/parts/_questions.scss */
.container-questions.sender .loader > div:nth-of-type(3) {
  animation-delay: 0.8s;
}
@keyframes loader {
  0% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
/* line 96, ../sass/parts/_questions.scss */
.question-static {
  height: 60px;
  line-height: 60px;
  margin: 10px 0;
}

/* line 101, ../sass/parts/_questions.scss */
.question {
  display: none;
}
/* line 103, ../sass/parts/_questions.scss */
.question.active {
  display: block;
}
/* line 107, ../sass/parts/_questions.scss */
.question > .row > .row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30em;
  justify-content: center;
}
/* line 115, ../sass/parts/_questions.scss */
.question > .row > .row > .col-lg-3 {
  padding: 0 5px;
  height: auto;
}
@media all and (max-width: 992px) {
  /* line 115, ../sass/parts/_questions.scss */
  .question > .row > .row > .col-lg-3 {
    width: 0;
    flex: 1 1 0;
  }
}
/* line 125, ../sass/parts/_questions.scss */
.question .question-item {
  background: #fff;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
  padding: 0 0 20px;
  margin-bottom: 10px;
  position: relative;
  height: 100%;
}
/* line 132, ../sass/parts/_questions.scss */
.question .question-item::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #e5c8b5;
  opacity: 0;
  transition: all 0.3s;
}
/* line 145, ../sass/parts/_questions.scss */
.question .question-item.active::before, .question .question-item:hover::before {
  opacity: 1;
  transition: all 0.3s;
}
/* line 153, ../sass/parts/_questions.scss */
.question .question-item.active::after {
  font-family: FontAwesome;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  text-align: center;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #e5c8b5;
  content: "\f00c";
}
/* line 171, ../sass/parts/_questions.scss */
.question .question-item.img-question .img-question-image {
  padding: 0 0 20px;
}
/* line 173, ../sass/parts/_questions.scss */
.question .question-item.img-question .img-question-image img {
  max-height: 265px;
}
@media all and (max-width: 992px) {
  /* line 173, ../sass/parts/_questions.scss */
  .question .question-item.img-question .img-question-image img {
    height: auto;
    width: 100%;
  }
}
/* line 179, ../sass/parts/_questions.scss */
.question .question-item.img-question .img-question-image img.small {
  max-width: 65px;
}
/* line 185, ../sass/parts/_questions.scss */
.question .question-item .question-title {
  position: relative;
  width: 100%;
  padding: 0 10px;
}
/* line 189, ../sass/parts/_questions.scss */
.question .question-item .question-title span {
  display: block;
  font-size: 14px;
}
@media all and (max-width: 992px) {
  /* line 185, ../sass/parts/_questions.scss */
  .question .question-item .question-title {
    font-size: 14px;
    text-align: justify;
  }
}

/* line 1, ../sass/parts/_table.scss */
.table-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: stretch;
}
/* line 7, ../sass/parts/_table.scss */
.table-container .table-col {
  position: relative;
  border-right: 1px solid #000;
}
/* line 10, ../sass/parts/_table.scss */
.table-container .table-col .table-cel {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
  height: 100px;
  text-align: center;
  font-size: 15px;
  border-bottom: 1px solid #000;
}
/* line 20, ../sass/parts/_table.scss */
.table-container .table-col .table-cel:last-child {
  border-bottom: 0px solid #000;
}
/* line 23, ../sass/parts/_table.scss */
.table-container .table-col .table-cel:first-child {
  border-bottom: 0px solid #000;
}
/* line 26, ../sass/parts/_table.scss */
.table-container .table-col .table-cel.image-cel {
  padding: 10px 10px;
  height: 110px;
}
/* line 29, ../sass/parts/_table.scss */
.table-container .table-col .table-cel.image-cel img {
  max-width: 100%;
  max-height: 100%;
}
/* line 34, ../sass/parts/_table.scss */
.table-container .table-col .table-cel.black {
  padding: 0px 10px;
  height: 57px;
  background: #000;
  color: #fff;
  border-bottom: 0px solid #000;
}
/* line 40, ../sass/parts/_table.scss */
.table-container .table-col .table-cel.black.start-cel {
  border-radius: 25px 0 0 25px;
}
/* line 43, ../sass/parts/_table.scss */
.table-container .table-col .table-cel.black.finish-cel {
  border-radius: 0 25px 25px 0;
}
/* line 47, ../sass/parts/_table.scss */
.table-container .table-col .table-cel .tabel-flex {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
/* line 53, ../sass/parts/_table.scss */
.table-container .table-col .table-cel .tabel-flex .small-help {
  display: none;
}
/* line 56, ../sass/parts/_table.scss */
.table-container .table-col .table-cel .tabel-flex img {
  width: 47px;
  height: auto;
  margin-right: 10px;
}
/* line 61, ../sass/parts/_table.scss */
.table-container .table-col .table-cel .tabel-flex span {
  font-size: 12px;
  line-height: 1;
  text-align: left;
}
@media all and (max-width: 992px) {
  /* line 47, ../sass/parts/_table.scss */
  .table-container .table-col .table-cel .tabel-flex {
    flex-direction: column;
    justify-content: center;
  }
  /* line 69, ../sass/parts/_table.scss */
  .table-container .table-col .table-cel .tabel-flex .small-help {
    display: block;
  }
  /* line 72, ../sass/parts/_table.scss */
  .table-container .table-col .table-cel .tabel-flex img {
    margin: 15px 0;
  }
  /* line 75, ../sass/parts/_table.scss */
  .table-container .table-col .table-cel .tabel-flex span {
    font-size: 2rem;
    text-align: center;
  }
}
/* line 82, ../sass/parts/_table.scss */
.table-container .table-col.finish-col {
  border-right: 0 solid #000;
}
/* line 85, ../sass/parts/_table.scss */
.table-container .table-col.active {
  border: 0;
  border-radius: 15px;
}
/* line 88, ../sass/parts/_table.scss */
.table-container .table-col.active::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border: 3px solid #ff007e;
  border-radius: 15px;
}
/* line 97, ../sass/parts/_table.scss */
.table-container .table-col.active .table-cel.black {
  background: #ff007e;
  border-radius: 0 0 0 0;
}
/* line 103, ../sass/parts/_table.scss */
.table-container .table-col.no-border {
  border-right: 0 solid #000;
}
@media all and (max-width: 992px) {
  /* line 1, ../sass/parts/_table.scss */
  .table-container {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 110, ../sass/parts/_table.scss */
  .table-container .table-col {
    width: 100%;
    border: 1px solid #000;
    border-radius: 5px;
    margin-bottom: 15px;
  }
  /* line 115, ../sass/parts/_table.scss */
  .table-container .table-col.no-border {
    border-right: 1px solid #000;
  }
  /* line 118, ../sass/parts/_table.scss */
  .table-container .table-col.start-col {
    display: none;
  }
  /* line 121, ../sass/parts/_table.scss */
  .table-container .table-col .table-cel {
    height: auto;
    padding: 15px;
  }
}

/* line 13, ../sass/theme.scss */
#main {
  width: 100%;
  height: 60px;
  text-align: center;
}

/* line 18, ../sass/theme.scss */
.bg-rose {
  background: #f5e9e1;
}

/* line 21, ../sass/theme.scss */
.bg-image {
  background-size: 100% 100% !important;
  background-size: cover !important;
}

/* line 25, ../sass/theme.scss */
.white-text {
  color: #fff;
}

/* line 28, ../sass/theme.scss */
.hidden-inner {
  overflow: hidden;
}

/* line 31, ../sass/theme.scss */
.buble-left {
  position: relative;
  padding: 15px 20px;
  background: #ededed;
  border-radius: 10px;
  margin-bottom: 15px;
}
/* line 37, ../sass/theme.scss */
.buble-left::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -7px;
  border: 7px solid transparent;
  border-right: 7px solid #ededed;
}

/* line 47, ../sass/theme.scss */
.avatar-big {
  border-radius: 50%;
  width: 130px;
  margin-right: 20px;
}

/* line 52, ../sass/theme.scss */
.left-height-img {
  position: absolute;
  left: 0;
  top: 20px;
  right: 0;
  height: 70%;
  max-width: none !important;
}
@media all and (max-width: 768px) {
  /* line 52, ../sass/theme.scss */
  .left-height-img {
    position: relative;
    height: auto;
    width: 100%;
    padding-bottom: 30px;
  }
}

/* line 67, ../sass/theme.scss */
.white-border {
  padding: 15px 20px;
  position: relative;
  transition: all 0.5s;
}
/* line 71, ../sass/theme.scss */
.white-border::before {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border: 1px solid #fff;
  transition: all 0.5s;
}
/* line 81, ../sass/theme.scss */
.white-border.under-top-div {
  margin-top: 108px;
  padding-top: 88px;
}
/* line 84, ../sass/theme.scss */
.white-border.under-top-div .under-top {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  top: 0;
  margin-top: -88px;
  z-index: 10;
}
/* line 92, ../sass/theme.scss */
.white-border.under-top-div .under-top img {
  height: 176px;
}
/* line 98, ../sass/theme.scss */
.white-border::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 10px solid #fff;
  opacity: 0;
  transition: all 0.5s;
}
/* line 110, ../sass/theme.scss */
.white-border h3 {
  font-weight: 700;
  font-size: 2.4rem;
  position: relative;
  width: 100%;
  padding-bottom: 15px;
}
/* line 116, ../sass/theme.scss */
.white-border h3::before {
  content: '';
  width: 33.333%;
  height: 1px;
  background: #e5c8b5;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* line 126, ../sass/theme.scss */
.white-border h3.center-border::before {
  content: '';
  width: 100px;
  height: 1px;
  background: #e5c8b5;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: 0;
}
/* line 138, ../sass/theme.scss */
.white-border h3.noborder::before {
  display: none;
}
/* line 143, ../sass/theme.scss */
.white-border:hover {
  transition: all 0.5s;
  box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
}
/* line 146, ../sass/theme.scss */
.white-border:hover::before {
  border: 1px solid #e5c8b5;
  transition: all 0.5s;
}
/* line 152, ../sass/theme.scss */
.white-border:hover::after {
  opacity: 1;
  transition: all 0.5s;
  z-index: 0;
}

/* line 159, ../sass/theme.scss */
.center-padding {
  padding: 0 15px;
}

/* line 162, ../sass/theme.scss */
.padding-20 {
  padding: 20px 0;
}

/* line 165, ../sass/theme.scss */
.padding-40 {
  padding: 40px 0;
}

/* line 168, ../sass/theme.scss */
.padding-30 {
  padding: 30px 0;
}

/* line 171, ../sass/theme.scss */
.padding-40-0 {
  padding: 40px 0 0;
}

/* line 174, ../sass/theme.scss */
.margin-top-20 {
  margin-top: 20px;
}

/* line 177, ../sass/theme.scss */
.margin-top-40 {
  margin-top: 40px;
}

/* line 181, ../sass/theme.scss */
.light-grey-bg {
  background: #fcf8f7;
}

/* line 184, ../sass/theme.scss */
.shadow-top {
  position: relative;
}
/* line 186, ../sass/theme.scss */
.shadow-top::before {
  content: '';
  width: 100%;
  height: 60px;
  position: absolute;
  opacity: 0.5;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

/* line 200, ../sass/theme.scss */
.border {
  padding: 15px;
  border: 2px solid #FFD700;
}

/* line 204, ../sass/theme.scss */
.wallplayer-body {
  position: relative;
  z-index: 1;
}

/* line 208, ../sass/theme.scss */
.news-block {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  clear: both;
  display: block;
  overflow: hidden;
}
/* line 215, ../sass/theme.scss */
.news-block .news-image {
  width: 100px;
  float: left;
}
/* line 218, ../sass/theme.scss */
.news-block .news-image img {
  width: 100%;
  border-radius: 50%;
  height: auto;
}
/* line 224, ../sass/theme.scss */
.news-block .news-content {
  float: right;
  width: calc(100% - 100px);
  padding-left: 15px;
}
/* line 228, ../sass/theme.scss */
.news-block .news-content .news-title {
  font-weight: normal;
  margin-bottom: 0;
  font-size: 18px;
  height: auto;
}
/* line 234, ../sass/theme.scss */
.news-block .news-content .news-date {
  color: #898989;
  font-size: 12px;
}
/* line 239, ../sass/theme.scss */
.news-block .news-content .news-more a {
  text-decoration: underline;
  color: #898989;
  font-size: 12px;
}
/* line 243, ../sass/theme.scss */
.news-block .news-content .news-more a:hover {
  color: #727378;
}

/* line 250, ../sass/theme.scss */
span.num {
  float: left;
  padding-right: 4px;
  font-size: 48px;
  font-weight: 800;
  line-height: 60px;
  color: #727376;
}

/* line 258, ../sass/theme.scss */
.afternum {
  font-size: 1.3em;
  height: 52px;
  padding: 8px 6px 0 0;
  font-weight: 800;
  line-height: 1.2em;
}

/* line 265, ../sass/theme.scss */
.ul-50 {
  text-align: left;
  margin: 25px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
/* line 273, ../sass/theme.scss */
.ul-50 li {
  list-style-type: none;
  display: block;
  float: left;
  width: 50%;
  box-sizing: border-box;
  /* margin-bottom: 40px; */
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  padding: 20px 0 20px 40px;
  background-repeat: no-repeat;
  background-position: left center;
}
/* line 288, ../sass/theme.scss */
.ul-50 li:nth-child(1) {
  background-image: url("/images/li/tr1.png");
}
/* line 291, ../sass/theme.scss */
.ul-50 li:nth-child(2) {
  background-image: url("/images/li/tr2.png");
}
/* line 294, ../sass/theme.scss */
.ul-50 li:nth-child(3) {
  background-image: url("/images/li/tr3.png");
}
/* line 297, ../sass/theme.scss */
.ul-50 li:nth-child(4) {
  background-image: url("/images/li/tr4.png");
}
/* line 300, ../sass/theme.scss */
.ul-50 li:nth-child(5) {
  background-image: url("/images/li/tr5.png");
}
/* line 303, ../sass/theme.scss */
.ul-50 li:nth-child(6) {
  background-image: url("/images/li/tr6.png");
}
/* line 306, ../sass/theme.scss */
.ul-50 li:nth-child(7) {
  background-image: url("/images/li/tr7.png");
}
/* line 309, ../sass/theme.scss */
.ul-50 li:nth-child(8) {
  background-image: url("/images/li/tr8.png");
}
@media all and (max-width: 768px) {
  /* line 273, ../sass/theme.scss */
  .ul-50 li {
    width: 100%;
    padding: 30px 0 30px 40px;
  }
}

/* line 318, ../sass/theme.scss */
.back-image {
  width: 100%;
  height: auto;
  margin: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
}

/* line 328, ../sass/theme.scss */
.videoform {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  height: 100%;
  z-index: 5;
  background: #fff;
  padding-right: 10%;
  transition: all 0.3s;
}
/* line 339, ../sass/theme.scss */
.videoform .border {
  display: block;
}
/* line 343, ../sass/theme.scss */
.videoform .after-border {
  display: none;
}
@media all and (max-width: 768px) {
  /* line 328, ../sass/theme.scss */
  .videoform {
    position: relative;
    width: 100%;
  }
  /* line 349, ../sass/theme.scss */
  .videoform .border {
    display: none;
  }
  /* line 353, ../sass/theme.scss */
  .videoform .after-border {
    display: block;
  }
}
/* line 357, ../sass/theme.scss */
.videoform.active {
  width: 40%;
  transition: all 0.3s;
}
@media all and (max-width: 768px) {
  /* line 357, ../sass/theme.scss */
  .videoform.active {
    position: relative;
    width: 100%;
  }
  /* line 364, ../sass/theme.scss */
  .videoform.active .border {
    display: none;
  }
  /* line 369, ../sass/theme.scss */
  .videoform.active .after-border {
    display: block;
  }
}

/* line 375, ../sass/theme.scss */
.wallplayer {
  margin-left: -20%;
  height: 100%;
  min-height: 100% !important;
  left: 0;
  top: 0;
}
@media all and (max-width: 768px) {
  /* line 375, ../sass/theme.scss */
  .wallplayer {
    margin-left: 0;
  }
}

/* line 385, ../sass/theme.scss */
.flex-stretch {
  align-items: stretch !important;
}

/* line 389, ../sass/theme.scss */
#videomodal .modal-header {
  display: none;
}
/* line 392, ../sass/theme.scss */
#videomodal .modal-body {
  padding: 0;
}

/* line 396, ../sass/theme.scss */
.shadow-top {
  position: relative;
}
/* line 398, ../sass/theme.scss */
.shadow-top::after {
  content: '';
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  opacity: 0.5;
}

/* line 412, ../sass/theme.scss */
.btn-head {
  display: inline-block;
  box-sizing: border-box;
  background: #e5c8b5;
  font-weight: 700;
  color: #333;
  margin: 0;
}

/* line 420, ../sass/theme.scss */
.center-block-top {
  position: absolute;
  margin-top: -30px;
  text-align: center;
  width: 100%;
  left: 0;
  top: 0;
}

/* line 428, ../sass/theme.scss */
.box-icon {
  display: flex;
  width: 130px;
  height: 130px;
  position: relative;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
  margin: 0 auto 15px;
}
/* line 439, ../sass/theme.scss */
.box-icon::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: 15px;
  right: 15px;
  border: 1px solid #e5c8b5;
}
/* line 449, ../sass/theme.scss */
.box-icon.inverse {
  width: 230px;
  height: 230px;
}
/* line 452, ../sass/theme.scss */
.box-icon.inverse::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: 15px;
  right: 15px;
  border: 1px solid #e5c8b5;
}
/* line 462, ../sass/theme.scss */
.box-icon p {
  font-weight: 400;
  margin-bottom: 0;
}
/* line 465, ../sass/theme.scss */
.box-icon p span {
  font-size: 35px;
}
/* line 469, ../sass/theme.scss */
.box-icon img {
  width: 60px;
}

/* line 473, ../sass/theme.scss */
h3 {
  font-weight: 700;
}

/* line 476, ../sass/theme.scss */
.description-category {
  height: 200px;
  overflow: hidden;
  display: block;
  width: 100%;
  padding-bottom: 70px;
  position: relative;
  transition: all 0.3s;
}
/* line 477, ../sass/theme.scss */
.description-category .description-category-inner {
  height: auto;
  width: 100%;
  padding-bottom: 70px;
}
/* line 489, ../sass/theme.scss */
.description-category.open {
  transition: all 0.3s;
}
/* line 493, ../sass/theme.scss */
.description-category.open .btn i {
  transform: rotate(180deg);
  transition: all 0.3s;
}
/* line 501, ../sass/theme.scss */
.description-category .btn i {
  transition: all 0.3s;
}
/* line 505, ../sass/theme.scss */
.description-category .seeall-container {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 52%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 52%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 52%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

@media all and (max-width: 992px) {
  /* line 517, ../sass/theme.scss */
  .wrap_mW._show_1e._isCallEnabled_2Q.__jivoMobileButton {
    display: none;
  }
}

/* line 522, ../sass/theme.scss */
.mainMenu {
  color: #ddd;
  margin: 0 auto;
  float: none;
  display: inline-block;
}
@media (max-width: 992px) {
  /* line 522, ../sass/theme.scss */
  .mainMenu {
    display: none;
  }
}
/* line 530, ../sass/theme.scss */
.mainMenu .ul-cont {
  display: none;
  background: #fff;
}
/* line 534, ../sass/theme.scss */
.mainMenu > li {
  position: inherit;
  color: #fff;
  padding: 0;
  text-transform: none;
  text-align: center;
  height: 60px;
}
@media (max-width: 1199px) {
  /* line 534, ../sass/theme.scss */
  .mainMenu > li {
    height: 50px;
  }
}
/* line 544, ../sass/theme.scss */
.mainMenu > li > a {
  height: 60px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  /* line 544, ../sass/theme.scss */
  .mainMenu > li > a {
    height: 50px;
  }
}
/* line 555, ../sass/theme.scss */
.mainMenu > li.parent {
  position: relative;
}
/* line 557, ../sass/theme.scss */
.mainMenu > li.parent::before {
  content: '';
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -4px;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  border: 1px solid #fff;
  border-left: 0;
  border-top: 0;
  transition: all 0.2s;
}
/* line 571, ../sass/theme.scss */
.mainMenu > li.parent a {
  padding-right: 20px;
}
/* line 575, ../sass/theme.scss */
.mainMenu > li > .ul-cont {
  position: absolute;
  left: 0;
  top: 100%;
  padding-left: 0;
  height: auto !important;
  overflow: hidden;
}
/* line 582, ../sass/theme.scss */
.mainMenu > li > .ul-cont li {
  height: auto !important;
  display: block;
  padding: 0;
  text-align: left;
}
/* line 587, ../sass/theme.scss */
.mainMenu > li > .ul-cont li::before {
  content: '';
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  border-bottom: 1px solid #ddd;
}
/* line 596, ../sass/theme.scss */
.mainMenu > li > .ul-cont li:last-child::before {
  display: none;
}
/* line 600, ../sass/theme.scss */
.mainMenu > li > .ul-cont li a {
  width: 100%;
  display: block;
  color: #000 !important;
  line-height: 25px;
  font-size: 1.4rem !important;
  padding: 5px 15px;
}
/* line 607, ../sass/theme.scss */
.mainMenu > li > .ul-cont li a:hover {
  color: #009ed6;
}
/* line 614, ../sass/theme.scss */
.mainMenu > li:hover > .ul-cont {
  display: block;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
/* line 619, ../sass/theme.scss */
.mainMenu > li li {
  position: relative;
  min-width: 190px;
  height: auto;
  line-height: 25px;
  transition: all 0.3s;
}
/* line 625, ../sass/theme.scss */
.mainMenu > li li a {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 630, ../sass/theme.scss */
.mainMenu > li li.parent::before {
  content: '';
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  border-bottom: 1px solid #ddd;
}
/* line 639, ../sass/theme.scss */
.mainMenu > li li.parent:hover > .ul-cont {
  display: block;
}
/* line 644, ../sass/theme.scss */
.mainMenu > li li > .ul-cont {
  position: absolute;
  left: 100%;
  top: 0;
}
/* line 651, ../sass/theme.scss */
.mainMenu .container-items {
  display: none;
  position: absolute;
  top: 100%;
  max-height: 1200%;
  left: 0;
  right: 0;
  z-index: 5000;
  background: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
  webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
/* line 668, ../sass/theme.scss */
.mainMenu .container-items ul {
  float: left;
  width: 100% !important;
  height: auto;
  display: inline-table !important;
  padding-top: 10px;
  height: auto;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
/* line 679, ../sass/theme.scss */
.mainMenu .container-items ul li {
  display: block !important;
  width: 100%;
  position: relative;
  text-align: left;
}
/* line 698, ../sass/theme.scss */
.mainMenu .container-items ul li .container-item-image {
  height: 40px;
  margin-left: 15px;
}
/* line 705, ../sass/theme.scss */
.mainMenu .container-items h4 {
  text-align: left !important;
  font-size: 1.3rem !important;
  margin: 0;
  padding: 10px 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  position: relative;
}
/* line 714, ../sass/theme.scss */
.mainMenu .container-items h4:before {
  content: '';
  position: absolute;
  left: 15px;
  bottom: 3px;
  width: 50px;
  border-top: 1px solid #e5c8b5;
}
/* line 723, ../sass/theme.scss */
.mainMenu .container-items li {
  height: auto !important;
  line-height: 25px !important;
  color: #000 !important;
}
/* line 727, ../sass/theme.scss */
.mainMenu .container-items li a {
  color: #000 !important;
  text-align: left !important;
  line-height: 20px;
  text-align: left;
  width: 100%;
  display: block;
  font-size: 1.4rem !important;
  padding: 3px 15px;
  position: relative;
  transition: all 0.3s;
}
/* line 738, ../sass/theme.scss */
.mainMenu .container-items li a::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 15px;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #e5c8b5;
  border-left: 2px solid #e5c8b5;
  transform: rotate(135deg);
  opacity: 0;
  transition: all 0.6s;
}
/* line 753, ../sass/theme.scss */
.mainMenu .container-items li a:hover {
  background: none;
  color: #e5c8b5 !important;
  text-decoration: none;
  transition: all 0.3s;
  padding-left: 20px;
  font-weight: 400;
}
/* line 760, ../sass/theme.scss */
.mainMenu .container-items li a:hover::before {
  left: 5px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  opacity: 1;
  transition: all 0.6s;
}

/* line 775, ../sass/theme.scss */
.phoneMenu {
  color: #ddd;
  display: block;
  position: absolute;
  right: 70px;
  top: 10px;
  margin: 0 !important;
}
@media all and (max-width: 992px) {
  /* line 775, ../sass/theme.scss */
  .phoneMenu {
    right: 145px;
    top: 5px;
  }
}
/* line 786, ../sass/theme.scss */
.phoneMenu .ul-cont {
  display: none;
  background: #fff;
}
/* line 790, ../sass/theme.scss */
.phoneMenu > li {
  position: inherit;
  color: #fff;
  padding: 0;
  text-transform: none;
  text-align: center;
  height: 50px;
}
@media (max-width: 1199px) {
  /* line 790, ../sass/theme.scss */
  .phoneMenu > li {
    height: 45px;
  }
}
/* line 800, ../sass/theme.scss */
.phoneMenu > li > a {
  padding: 9px !important;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: #333 !important;
}
/* line 809, ../sass/theme.scss */
.phoneMenu > li.parent {
  position: relative;
}
/* line 812, ../sass/theme.scss */
.phoneMenu > li > .ul-cont {
  position: absolute;
  right: 0;
  top: 100%;
  padding-left: 0;
  height: auto !important;
  overflow: hidden;
}
/* line 819, ../sass/theme.scss */
.phoneMenu > li > .ul-cont li {
  height: auto !important;
  display: block;
  padding: 0;
  text-align: left;
}
/* line 824, ../sass/theme.scss */
.phoneMenu > li > .ul-cont li::before {
  content: '';
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  border-bottom: 1px solid #ddd;
}
/* line 833, ../sass/theme.scss */
.phoneMenu > li > .ul-cont li:last-child::before {
  display: none;
}
/* line 837, ../sass/theme.scss */
.phoneMenu > li > .ul-cont li a {
  width: 100%;
  display: block;
  color: #000 !important;
  line-height: 25px;
  font-size: 1.4rem !important;
  padding: 5px 15px;
}
/* line 844, ../sass/theme.scss */
.phoneMenu > li > .ul-cont li a:hover {
  color: #009ed6;
}
/* line 851, ../sass/theme.scss */
.phoneMenu > li:hover > .ul-cont {
  display: block;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
/* line 856, ../sass/theme.scss */
.phoneMenu > li li {
  position: relative;
  min-width: 190px;
  height: auto;
  line-height: 25px;
  transition: all 0.3s;
}
/* line 862, ../sass/theme.scss */
.phoneMenu > li li a {
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.3s;
}
/* line 866, ../sass/theme.scss */
.phoneMenu > li li a:hover {
  text-decoration: none;
  color: #e5c8b5 !important;
  transition: all 0.3s;
}
/* line 874, ../sass/theme.scss */
.phoneMenu > li li.parent::before {
  content: '';
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  border-bottom: 1px solid #ddd;
}
/* line 883, ../sass/theme.scss */
.phoneMenu > li li.parent:hover > .ul-cont {
  display: block;
}
/* line 888, ../sass/theme.scss */
.phoneMenu > li li > .ul-cont {
  position: absolute;
  left: 100%;
  top: 0;
}
/* line 895, ../sass/theme.scss */
.phoneMenu .container-items {
  display: none;
  position: absolute;
  top: 100%;
  max-height: 1200%;
  left: 0;
  right: 0;
  z-index: 5000;
  background: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
  webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
/* line 912, ../sass/theme.scss */
.phoneMenu .container-items ul {
  float: left;
  width: 100% !important;
  height: auto;
  display: inline-table !important;
  padding-top: 10px;
  height: auto;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
/* line 923, ../sass/theme.scss */
.phoneMenu .container-items ul li {
  display: block !important;
  width: 100%;
  position: relative;
  text-align: left;
}
/* line 942, ../sass/theme.scss */
.phoneMenu .container-items ul li .container-item-image {
  height: 40px;
  margin-left: 15px;
}
/* line 949, ../sass/theme.scss */
.phoneMenu .container-items h4 {
  text-align: left !important;
  font-size: 1.3rem !important;
  margin: 0;
  padding: 10px 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  position: relative;
}
/* line 958, ../sass/theme.scss */
.phoneMenu .container-items h4:before {
  content: '';
  position: absolute;
  left: 15px;
  bottom: 3px;
  width: 50px;
  border-top: 1px solid #e5c8b5;
}
/* line 967, ../sass/theme.scss */
.phoneMenu .container-items li {
  height: auto !important;
  line-height: 25px !important;
  color: #000 !important;
}
/* line 971, ../sass/theme.scss */
.phoneMenu .container-items li a {
  color: #000 !important;
  text-align: left !important;
  line-height: 20px;
  text-align: left;
  width: 100%;
  display: block;
  font-size: 1.4rem !important;
  padding: 3px 15px;
  position: relative;
  transition: all 0.3s;
}
/* line 982, ../sass/theme.scss */
.phoneMenu .container-items li a::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 15px;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #e5c8b5;
  border-left: 2px solid #e5c8b5;
  transform: rotate(135deg);
  opacity: 0;
  transition: all 0.6s;
}
/* line 997, ../sass/theme.scss */
.phoneMenu .container-items li a:hover {
  background: none;
  color: #e5c8b5 !important;
  text-decoration: none;
  transition: all 0.3s;
  padding-left: 20px;
  font-weight: 400;
}
/* line 1004, ../sass/theme.scss */
.phoneMenu .container-items li a:hover::before {
  left: 5px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  opacity: 1;
  transition: all 0.6s;
}

/* line 1018, ../sass/theme.scss */
.max-dropdown {
  margin: 0 -15px;
  padding-left: 0;
}
/* line 1021, ../sass/theme.scss */
.max-dropdown li {
  list-style: none;
  border-bottom: 1px solid #ddd;
}
/* line 1024, ../sass/theme.scss */
.max-dropdown li a {
  font-size: 16px;
  line-height: 20px;
  padding: 15px 15px;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
/* line 1031, ../sass/theme.scss */
.max-dropdown li a:hover {
  text-decoration: none;
}
/* line 1037, ../sass/theme.scss */
.max-dropdown .no-padding ul {
  padding-left: 0;
}
/* line 1040, ../sass/theme.scss */
.max-dropdown .no-padding ul li a {
  padding: 15px 25px;
}
/* line 1046, ../sass/theme.scss */
.max-dropdown .no-padding.active .mobile-menu-ul {
  display: block;
}
/* line 1050, ../sass/theme.scss */
.max-dropdown .no-padding.active .parent::before {
  transform: rotate(180deg);
  transition: all 0.3s;
}
/* line 1056, ../sass/theme.scss */
.max-dropdown .no-padding .parent {
  position: relative;
}
/* line 1058, ../sass/theme.scss */
.max-dropdown .no-padding .parent::before {
  content: '';
  position: absolute;
  right: 15px;
  top: 20px;
  border: 6px solid transparent;
  border-top: 6px solid #333;
  transition: all 0.3s;
}
/* line 1068, ../sass/theme.scss */
.max-dropdown .no-padding .mobile-menu-ul {
  display: none;
}

/* line 1077, ../sass/theme.scss */
body p {
  font-size: 16px;
}

/* line 1081, ../sass/theme.scss */
.back-form {
  background-size: cover !important;
  color: #fff;
}

/* line 1086, ../sass/theme.scss */
.body-item li {
  font-size: 16px;
  line-height: 24px;
}
/* line 1090, ../sass/theme.scss */
.body-item img {
  max-width: 100%;
}

/* line 1095, ../sass/theme.scss */
#sendReview .form-group {
  margin-top: 10px;
}

/* line 1099, ../sass/theme.scss */
.nowrap {
  white-space: nowrap;
}

/* line 1102, ../sass/theme.scss */
.map {
  height: 300px;
}

/* line 1106, ../sass/theme.scss */
.old-price span {
  text-decoration: line-through;
}

/* line 1110, ../sass/theme.scss */
.search {
  max-width: 200px;
  margin-top: -1px;
}
/* line 1113, ../sass/theme.scss */
.search .input-group {
  padding-right: 0;
  display: flex;
  flex-direction: row;
}
/* line 1119, ../sass/theme.scss */
.search .form-group {
  margin-top: 0 !important;
  padding-bottom: 0;
}
/* line 1122, ../sass/theme.scss */
.search .form-group .form-control {
  margin-top: 7px !important;
  margin-bottom: 0 !important;
  height: 25px;
  padding: 3px 3px 3px 0;
  font-size: 11px;
  line-height: 25;
  max-width: 130px;
  color: #fff;
}
/* line 1132, ../sass/theme.scss */
.search .form-group .input-group-btn {
  margin-bottom: 0 !important;
  padding-left: 0px;
}
/* line 1135, ../sass/theme.scss */
.search .form-group .input-group-btn .search-vendor {
  margin-top: 8px !important;
  margin-bottom: 0 !important;
  height: 25px;
  padding: 3px 5px;
  min-width: 36px;
  width: 36px;
  font-size: 11px;
  line-height: 25px;
  border-radius: 3px;
}
/* line 1145, ../sass/theme.scss */
.search .form-group .input-group-btn .search-vendor i {
  font-size: 15px;
  display: block;
}
@media all and (max-width: 992px) {
  /* line 1110, ../sass/theme.scss */
  .search {
    display: none;
  }
  /* line 1154, ../sass/theme.scss */
  .search.mobile-search {
    display: block;
    width: 100%;
    padding: 15px 0;
    box-sizing: border-box;
  }
  /* line 1159, ../sass/theme.scss */
  .search.mobile-search .input-group {
    width: 100%;
    padding-right: 40px;
  }
  /* line 1162, ../sass/theme.scss */
  .search.mobile-search .input-group input {
    color: #000;
    line-height: 25px;
    font-size: 14px;
  }
  /* line 1168, ../sass/theme.scss */
  .search.mobile-search .input-group-btn {
    position: absolute;
    right: 20px;
    top: 0;
  }
}

/* line 1176, ../sass/theme.scss */
.media-area {
  overflow: hidden;
}

/* line 1181, ../sass/theme.scss */
.table-shopping img {
  max-width: 100%;
}

/* line 1186, ../sass/theme.scss */
.field-shoporder-payment .form-group {
  margin-top: 0;
}

/* line 1191, ../sass/theme.scss */
.anchor {
  margin-bottom: 50px;
}

/* line 1194, ../sass/theme.scss */
.inline {
  display: inline-block;
  position: relative;
}

/* line 1199, ../sass/theme.scss */
.list-menu li {
  display: block;
  clear: both;
  width: 100%;
  text-transform: none;
  text-align: left;
}
/* line 1205, ../sass/theme.scss */
.list-menu li a {
  padding: 10px 0;
  text-transform: none !important;
}

/* line 1211, ../sass/theme.scss */
.light {
  font-weight: 300 !important;
}

/* line 1214, ../sass/theme.scss */
.max-accordeon-title {
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  display: block;
  width: 100%;
  padding: 5px 10px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  /*
    Introduced in IE 10.
    See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
  */
  -ms-user-select: none;
  user-select: none;
}
/* line 1231, ../sass/theme.scss */
.max-accordeon-title i {
  float: right;
}

/* line 1235, ../sass/theme.scss */
.vendor-prev {
  clear: both;
  float: right;
  padding-right: 15px;
  margin-top: 0;
}

/* line 1241, ../sass/theme.scss */
.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}

/* line 1246, ../sass/theme.scss */
.ytLoader {
  cursor: pointer;
  position: relative;
}
/* line 1249, ../sass/theme.scss */
.ytLoader::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
  opacity: 0;
}
/* line 1262, ../sass/theme.scss */
.ytLoader:hover::before {
  opacity: 1;
  transition: all 0.3s;
}
/* line 1267, ../sass/theme.scss */
.ytLoader .playBtn {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
}
/* line 1278, ../sass/theme.scss */
.ytLoader .playBtn::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -3px;
  border: 10px solid transparent;
  border-left: 10px solid #ddd;
}

/* line 1291, ../sass/theme.scss */
.max-accorder-item {
  overflow: hidden;
  transition: all 0.3s;
  height: 0;
}
/* line 1295, ../sass/theme.scss */
.max-accorder-item .max-accorder-item-body {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}

/* line 1303, ../sass/theme.scss */
#topmenu {
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 1100;
  margin-top: -40px;
  transition: all 0.3s;
}
/* line 1312, ../sass/theme.scss */
#topmenu.go-top {
  margin-top: 0;
  transition: all 0.3s;
}
@media all and (max-width: 600px) {
  /* line 1317, ../sass/theme.scss */
  #topmenu .hidden-small {
    display: none;
  }
}
@media all and (min-width: 601px) {
  /* line 1322, ../sass/theme.scss */
  #topmenu .hidden-max {
    display: none;
  }
}
@media all and (min-width: 1200px) {
  /* line 1327, ../sass/theme.scss */
  #topmenu .container-fluid {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media all and (max-width: 992px) {
  /* line 1334, ../sass/theme.scss */
  #topmenu .hidden-medium {
    display: none;
  }
}

/* line 1340, ../sass/theme.scss */
.basket {
  position: absolute;
  right: 10px;
  background: #333;
  top: 10px;
}
@media (max-width: 1199px) {
  /* line 1340, ../sass/theme.scss */
  .basket {
    top: 5px;
  }
}
@media (max-width: 992px) {
  /* line 1340, ../sass/theme.scss */
  .basket {
    right: 75px;
  }
}

/* line 1353, ../sass/theme.scss */
#main-nav {
  border-radius: 0;
  top: 0;
  height: 60px;
  transition: all 0.3s;
}
/* line 1358, ../sass/theme.scss */
#main-nav.at-top {
  top: 0;
  transition: all 0.3s;
}
/* line 1362, ../sass/theme.scss */
#main-nav.go-top {
  top: 0;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  /* line 1353, ../sass/theme.scss */
  #main-nav {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  /* line 1370, ../sass/theme.scss */
  #main-nav .container-fluid {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
}
/* line 1378, ../sass/theme.scss */
#main-nav .hover-item a {
  font-weight: 700 !important;
}

/* line 1383, ../sass/theme.scss */
.wrap_3s {
  bottom: 0 !important;
  right: auto !important;
  left: 0 !important;
  top: auto !important;
  margin-left: 10px !important;
  margin-bottom: 10px !important;
}

/* line 1392, ../sass/theme.scss */
.notunder:hover {
  text-decoration: none;
}

/* line 1396, ../sass/theme.scss */
.top-not-margin {
  margin-top: -20px;
}

/* line 1399, ../sass/theme.scss */
.bottom-not-margin {
  margin-bottom: -20px;
}

/* line 1402, ../sass/theme.scss */
.margin-bottom-0 {
  margin-bottom: 0px !important;
}

/* line 1405, ../sass/theme.scss */
.margin-bottom-10 {
  margin-bottom: 10px !important;
}

/* line 1408, ../sass/theme.scss */
.margin-top-0 {
  margin-top: 0px !important;
}

/* line 1411, ../sass/theme.scss */
.margin-top-10 {
  margin-top: 10px !important;
}

/* line 1414, ../sass/theme.scss */
.margin-bottom-20 {
  margin-bottom: 20px !important;
}

/* line 1417, ../sass/theme.scss */
.margin-bottom-30 {
  margin-bottom: 30px !important;
}

/* line 1420, ../sass/theme.scss */
.margin-bottom-40 {
  margin-bottom: 40px !important;
}

/* line 1423, ../sass/theme.scss */
.margin-bottom-50 {
  margin-bottom: 50px !important;
}

/* line 1426, ../sass/theme.scss */
.margin-top-20 {
  margin-top: 20px !important;
}

/* line 1429, ../sass/theme.scss */
.cover {
  width: 100%;
}

/* line 1432, ../sass/theme.scss */
.input-group-row {
  position: relative;
}

/* line 1440, ../sass/theme.scss */
.count .btn:first-child {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 0 10px;
}

/* line 1447, ../sass/theme.scss */
.count .btn:last-child {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 0 10px;
}

/* line 1454, ../sass/theme.scss */
.count label {
  font-size: 12px;
  text-transform: uppercase;
  color: #333;
  padding-bottom: 1px;
}

/* line 1460, ../sass/theme.scss */
.count .input-count {
  padding-right: 42px;
  padding-left: 42px;
}
/* line 1463, ../sass/theme.scss */
.count .input-count input {
  border: 1px solid #ebebeb;
  height: 38px;
  margin: 0 0 10px;
  border-radius: 3px !important;
  padding: 0 5px;
  text-align: center;
  background: none !important;
}

/* line 1473, ../sass/theme.scss */
.count .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
  width: 100%;
}

/* line 1477, ../sass/theme.scss */
.gallery {
  position: relative;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  display: block;
  height: 100%;
}
/* line 1483, ../sass/theme.scss */
.gallery .main-img {
  width: 100%;
  height: 100%;
}
/* line 1486, ../sass/theme.scss */
.gallery .main-img a {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
}
/* line 1494, ../sass/theme.scss */
.gallery .main-img img {
  max-height: 340px;
}
/* line 1497, ../sass/theme.scss */
.gallery .main-img.with-thumb {
  padding-left: 115px;
}
/* line 1501, ../sass/theme.scss */
.gallery .thumb-gallery {
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  overflow-y: scroll;
  overflow-x: hidden;
}
/* line 1508, ../sass/theme.scss */
.gallery .thumb-gallery::-webkit-scrollbar {
  width: 10px;
}
/* line 1511, ../sass/theme.scss */
.gallery .thumb-gallery::-webkit-scrollbar-thumb {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(229, 200, 181, 0.8);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
}
/* line 1517, ../sass/theme.scss */
.gallery .thumb-gallery::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(229, 200, 181, 0.4);
}
/* line 1520, ../sass/theme.scss */
.gallery .thumb-gallery::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
}
/* line 1526, ../sass/theme.scss */
.gallery .thumb-gallery a {
  display: block;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  margin-right: 10px;
  overflow: hidden;
}
/* line 1533, ../sass/theme.scss */
.gallery .thumb-gallery img {
  width: 100px;
}

/* line 1541, ../sass/theme.scss */
.left-not-margin-large {
  margin-left: -160px;
}
@media all and (max-width: 992px) {
  /* line 1541, ../sass/theme.scss */
  .left-not-margin-large {
    margin-left: 0;
  }
}

/* line 1547, ../sass/theme.scss */
.bg-grey-light {
  background: #f7f7f7;
}
/* line 1549, ../sass/theme.scss */
.bg-grey-light h3 {
  position: relative;
  width: 100%;
  padding-bottom: 15px;
}
/* line 1553, ../sass/theme.scss */
.bg-grey-light h3::before {
  content: '';
  width: 100px;
  height: 1px;
  background: #e5c8b5;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* line 1563, ../sass/theme.scss */
.bg-grey-light h3.noborder::before {
  display: none;
}

/* line 1569, ../sass/theme.scss */
.ul-style {
  z-index: 1;
  padding-left: 0;
}
/* line 1572, ../sass/theme.scss */
.ul-style > li {
  list-style-type: none;
  counter-increment: list;
  padding: 12px 0 12px 40px;
  font-size: 1.8rem;
  position: relative;
}
@media all and (max-width: 1200px) {
  /* line 1572, ../sass/theme.scss */
  .ul-style > li {
    font-size: 1.6rem;
  }
}
/* line 1581, ../sass/theme.scss */
.ul-style > li::before {
  content: counter(list) " ";
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: block;
  text-align: center;
  border-radius: 50%;
  background: #f5e9e1;
  float: left;
  margin-right: 15px;
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 12px;
}

/* line 1602, ../sass/theme.scss */
.head-under h4,
.head-under h3 {
  font-weight: 700;
  position: relative;
  width: 100%;
  padding-bottom: 15px;
}
/* line 1608, ../sass/theme.scss */
.head-under h4::before,
.head-under h3::before {
  content: '';
  width: 100px;
  height: 1px;
  background: #e5c8b5;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* line 1619, ../sass/theme.scss */
.max-height {
  height: 100%;
}

/* line 1622, ../sass/theme.scss */
.margin-right-10 {
  margin-right: 10px !important;
}

/* line 1625, ../sass/theme.scss */
.margin-right-20 {
  margin-right: 20px !important;
}

/* line 1628, ../sass/theme.scss */
.margin-right-30 {
  margin-right: 30px !important;
}

/* line 1631, ../sass/theme.scss */
.flex-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
/* line 1637, ../sass/theme.scss */
.flex-grid.middle {
  align-items: center;
  width: 100%;
}
/* line 1641, ../sass/theme.scss */
.flex-grid.stretch {
  align-items: stretch;
}
/* line 1644, ../sass/theme.scss */
.flex-grid.justify {
  justify-content: space-between;
}

/* line 1648, ../sass/theme.scss */
.alert {
  width: 100%;
}

/* line 1652, ../sass/theme.scss */
.icon-header i {
  font-size: 22px;
  padding-top: 4px;
}

/* line 1657, ../sass/theme.scss */
.inverse {
  color: #fff !important;
}
/* line 1659, ../sass/theme.scss */
.inverse label {
  color: #fff !important;
}

/* line 1663, ../sass/theme.scss */
.change-city {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  position: relative;
}
/* line 1668, ../sass/theme.scss */
.change-city .material-icons {
  font-size: 16px;
  margin-top: 12px;
  display: block;
  float: left;
}
/* line 1674, ../sass/theme.scss */
.change-city a {
  color: #333;
  font-weight: 400;
}

/* line 1681, ../sass/theme.scss */
.navbar.navbar-transparent small {
  color: #666;
}

/* line 1685, ../sass/theme.scss */
.modal-header h4 {
  margin-top: 0 !important;
}

/* line 1688, ../sass/theme.scss */
.city-collection {
  overflow: hidden;
  padding-bottom: 15px;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

/* line 1694, ../sass/theme.scss */
.col-city {
  width: 25%;
  float: left;
}
@media all and (max-width: 768px) {
  /* line 1694, ../sass/theme.scss */
  .col-city {
    width: 50%;
  }
}
/* line 1700, ../sass/theme.scss */
.col-city .group-city {
  width: 100%;
  position: relative;
}
/* line 1703, ../sass/theme.scss */
.col-city .group-city .group-city-city {
  position: absolute;
  left: 0;
  top: 0;
  color: #f44336;
  font-size: 16px;
  text-align: left;
}
/* line 1711, ../sass/theme.scss */
.col-city .group-city .group-city-item {
  width: 100%;
  padding-left: 20px;
  box-sizing: border-box;
  cursor: pointer;
}
/* line 1716, ../sass/theme.scss */
.col-city .group-city .group-city-item.active {
  font-weight: 400;
}
/* line 1719, ../sass/theme.scss */
.col-city .group-city .group-city-item:hover {
  text-decoration: underline;
}

/* line 1725, ../sass/theme.scss */
.change-city-dialog {
  background: #fff;
  padding: 15px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
  color: #333;
  text-align: center;
  display: flex;
  flex-direction: column;
  border-radius: 7px;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  right: 0;
  z-index: 1040;
}
/* line 1739, ../sass/theme.scss */
.change-city-dialog .change-city-button {
  display: flex;
  flex-direction: row;
}
/* line 1744, ../sass/theme.scss */
.change-city-dialog h6 {
  text-transform: none;
}
/* line 1747, ../sass/theme.scss */
.change-city-dialog::before {
  content: '';
  right: 40px;
  border: 7px solid transparent;
  border-bottom: 7px solid #fff;
  position: absolute;
  bottom: 100%;
}

/* line 1757, ../sass/theme.scss */
.related-product-slider .col-lg-3 {
  padding-top: 35px;
  padding-bottom: 10px;
}

/* line 1762, ../sass/theme.scss */
.payment {
  padding-bottom: 0 !important;
}
/* line 1764, ../sass/theme.scss */
.payment small {
  clear: both;
  display: block;
  padding: 5px 0 0;
}

/* line 1770, ../sass/theme.scss */
.sale-product {
  position: absolute;
  left: 5px;
  top: 5px;
}

/* line 1775, ../sass/theme.scss */
.full-width {
  width: 100% !important;
}

/* line 1779, ../sass/theme.scss */
#main-basket-inner table {
  width: 100%;
}
/* line 1783, ../sass/theme.scss */
#main-basket-inner .td-name ul {
  padding: 0;
  margin-top: 5px;
}
/* line 1786, ../sass/theme.scss */
#main-basket-inner .td-name ul li {
  border-top: 1px solid #ddd;
  padding: 5px 0;
  list-style: none;
  overflow: hidden;
  white-space: pre-wrap;
}
/* line 1792, ../sass/theme.scss */
#main-basket-inner .td-name ul li span {
  width: auto;
  clear: both;
  float: left;
  text-align: left;
  display: block;
  background: #999999;
  color: #fff;
  padding: 0 5px;
  border-radius: 4px;
}

/* line 1807, ../sass/theme.scss */
#succesAlert {
  position: fixed;
  top: 70px;
  left: 15px;
  z-index: 5000;
  right: 15px;
}

/* line 1815, ../sass/theme.scss */
.change-city .form-group {
  margin-top: 0 !important;
}

/* line 1819, ../sass/theme.scss */
.full {
  max-width: 100%;
}

/* line 1822, ../sass/theme.scss */
.wrapper {
  margin-top: 60px;
}

/* line 1825, ../sass/theme.scss */
#basket {
  padding: 0 15px;
}
/* line 1827, ../sass/theme.scss */
#basket img {
  max-width: 100%;
}
/* line 1830, ../sass/theme.scss */
#basket .items {
  border-bottom: 1px solid #ddd;
}
/* line 1832, ../sass/theme.scss */
#basket .items a {
  color: #111111;
  text-decoration: none;
}
/* line 1835, ../sass/theme.scss */
#basket .items a h5 {
  font-size: 1.1rem;
}

/* line 1841, ../sass/theme.scss */
.accord.collapse {
  overflow: hidden;
  height: 0;
}
/* line 1844, ../sass/theme.scss */
.accord.collapse.in {
  overflow: inherit;
  height: auto;
}

/* line 1850, ../sass/theme.scss */
.divider {
  width: 100%;
  opacity: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 1856, ../sass/theme.scss */
.card-title-back {
  background: #1c1c1b;
  width: 100%;
  padding: 8px 15px;
  color: #fff;
  text-decoration: none;
  font-size: 1.3rem;
}

/* line 1865, ../sass/theme.scss */
.data-slick .card {
  margin-bottom: 0;
}

/* line 1870, ../sass/theme.scss */
ol li {
  position: relative;
  line-height: 35px;
  padding: 10px 0 10px 20px;
  list-style-position: outside;
}

/* line 1877, ../sass/theme.scss */
h2 {
  text-transform: none;
  display: table;
  font-weight: 700;
  margin: 25px auto 20px;
  text-align: center;
}

/* line 1884, ../sass/theme.scss */
.map {
  min-height: 290px;
}
/* line 1886, ../sass/theme.scss */
.map p {
  font-size: 14px;
}

/* line 1891, ../sass/theme.scss */
.content-map {
  max-width: 300px;
}

/* line 1894, ../sass/theme.scss */
.list-product {
  display: flex;
  flex-flow: row wrap;
}
/* line 1897, ../sass/theme.scss */
.list-product .col {
  display: flex;
}
/* line 1899, ../sass/theme.scss */
.list-product .col .card {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
/* line 1904, ../sass/theme.scss */
.list-product .col .card .card-body {
  padding: 10px 15px;
}
/* line 1906, ../sass/theme.scss */
.list-product .col .card .card-body a {
  color: #111111;
}

/* line 1913, ../sass/theme.scss */
.addFav,
.addToCard {
  cursor: pointer;
  position: absolute;
  right: 15px;
  bottom: 4px;
  line-height: 1.6rem;
  display: block;
}
/* line 1921, ../sass/theme.scss */
.addFav i,
.addToCard i {
  font-size: 1.6rem;
  line-height: 1.6rem;
}

/* line 1927, ../sass/theme.scss */
.addFav {
  left: 15px;
  right: auto;
}

/* line 1933, ../sass/theme.scss */
.card .card-body p {
  margin-bottom: 0;
}

/* line 1939, ../sass/theme.scss */
.maket-item img {
  max-width: 100%;
}
/* line 1942, ../sass/theme.scss */
.maket-item .maket-item-title {
  padding: 10px 0;
  text-align: center;
}

/* line 1947, ../sass/theme.scss */
.maket-preview {
  display: inline-block;
}
/* line 1949, ../sass/theme.scss */
.maket-preview img {
  max-height: 42px;
  margin-top: 2px;
}

/* line 1954, ../sass/theme.scss */
.mobile-menu-bar {
  display: none;
  font-size: 1.6rem;
}

/* line 1960, ../sass/theme.scss */
.product_img img {
  max-width: 100%;
}

/* line 1965, ../sass/theme.scss */
.product-gallery a {
  display: block;
  float: left;
  width: 25%;
}

/* line 1972, ../sass/theme.scss */
.filter .form-group {
  margin-top: 0;
}

/* line 1976, ../sass/theme.scss */
.flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 1983, ../sass/theme.scss */
header {
  background: #009ed6;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 1000;
}
/* line 1991, ../sass/theme.scss */
header .flex {
  height: 75px;
}
/* line 1995, ../sass/theme.scss */
header .logo-main img {
  height: 60px;
}
/* line 2001, ../sass/theme.scss */
header .row .col a {
  color: #fff;
  text-align: center;
  transition: all 0.3s;
  line-height: 25px;
}
/* line 2007, ../sass/theme.scss */
header .row .col a:hover {
  text-decoration: none;
  color: #999;
  transition: all 0.3s;
}

/* line 2016, ../sass/theme.scss */
.logo-main {
  text-align: center;
}
/* line 2018, ../sass/theme.scss */
.logo-main img {
  max-width: 70%;
  margin: 8px auto 7px;
}

/* line 2024, ../sass/theme.scss */
.content-body ul {
  padding-left: 20px;
  margin: 10px 0 20px;
}
/* line 2027, ../sass/theme.scss */
.content-body ul.collection {
  padding-left: 0;
}
/* line 2030, ../sass/theme.scss */
.content-body ul li {
  list-style: disc outside;
}
/* line 2032, ../sass/theme.scss */
.content-body ul li.collection-item {
  list-style: none;
}

/* line 2039, ../sass/theme.scss */
.count-item {
  position: relative;
  height: 120px;
  width: 150px;
  margin: 0 auto 15px;
  -moz-user-select: none;
  -webkit-user-select: none;
}
/* line 2046, ../sass/theme.scss */
.count-item::selection, .count-item::-moz-selection {
  background: transparent;
}
/* line 2050, ../sass/theme.scss */
.count-item .count-up,
.count-item .count-down {
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 50% 0 0 50%;
  line-height: 30px;
  text-align: center;
  background: #111111;
  color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 25px;
  overflow: hidden;
  transition: all 0.3s;
  -moz-user-select: none;
  -webkit-user-select: none;
}
/* line 2068, ../sass/theme.scss */
.count-item .count-up::selection, .count-item .count-up::-moz-selection,
.count-item .count-down::selection,
.count-item .count-down::-moz-selection {
  background: transparent;
}
/* line 2072, ../sass/theme.scss */
.count-item .count-up:hover,
.count-item .count-down:hover {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
  text-shadow: #777777 1px 1px, #787878 2px 2px, #797979 3px 3px, #7a7a7a 4px 4px, #7b7b7b 5px 5px, #7c7c7c 6px 6px, #7d7d7d 7px 7px, #7e7e7e 8px 8px, #7f7f7f 9px 9px, gray 10px 10px, #818181 11px 11px, #828282 12px 12px, #838383 13px 13px, #848484 14px 14px, #858585 15px 15px, #868686 16px 16px, #878787 17px 17px, #888888 18px 18px;
}
/* line 2096, ../sass/theme.scss */
.count-item .count-up {
  border-radius: 0 50% 50% 0;
  left: auto;
  right: 25px;
}
/* line 2101, ../sass/theme.scss */
.count-item input {
  position: absolute;
  left: 55px;
  height: 28px !important;
  line-height: 28px;
  border-top: 1px solid #111111 !important;
  border-bottom: 1px solid #111111 !important;
  color: #101010;
  margin-bottom: 0 !important;
  text-align: center;
  bottom: 0;
  width: 40px !important;
}

@media all and (max-width: 992px) {
  /* line 2116, ../sass/theme.scss */
  .mobile-menu-bar {
    display: block;
    position: absolute !important;
    right: 0;
    top: 0;
  }
}
@media all and (max-width: 992px) {
  /* line 2123, ../sass/theme.scss */
  #nav-mobile {
    position: relative;
    margin: 0 auto;
  }
  /* line 2127, ../sass/theme.scss */
  #nav-mobile a {
    font-size: 1.4rem;
  }
}

/* line 2133, ../sass/theme.scss */
.modal h5 {
  margin: 0;
}

/* line 2138, ../sass/theme.scss */
.navbar-header {
  position: absolute;
  left: 15px;
  top: 0;
}

/* line 2143, ../sass/theme.scss */
.navbar-fixed {
  z-index: 500;
}

/* line 2147, ../sass/theme.scss */
.ul-conttopmenu .item {
  line-height: 43px !important;
}

/* line 2151, ../sass/theme.scss */
.card-product {
  margin-bottom: 50px;
}

/* line 2154, ../sass/theme.scss */
.collapsible-body li > a {
  height: auto;
  line-height: 28px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* line 2161, ../sass/theme.scss */
.contact-table i {
  font-size: 2rem;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #111111;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
  color: #fff;
}

/* line 2175, ../sass/theme.scss */
.vendor {
  font-size: 18px;
  color: #666;
}
@media all and (max-width: 768px) {
  /* line 2175, ../sass/theme.scss */
  .vendor {
    display: block;
    text-align: left;
    float: none !important;
    font-size: 16px;
  }
}

/* line 2186, ../sass/theme.scss */
.media .avatar {
  margin: 0 auto;
  width: 120px;
  height: 120px;
  position: relative;
  z-index: 10;
  overflow: hidden;
  display: block;
  border-radius: 50%;
  margin-bottom: -60px;
}
@media all and (max-width: 768px) {
  /* line 2186, ../sass/theme.scss */
  .media .avatar {
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 2203, ../sass/theme.scss */
.media .avatar img {
  width: 100%;
}

/* line 2207, ../sass/theme.scss */
.media .review-content {
  background: #fff;
  position: relative;
  padding: 0 40px;
  padding-top: 80px;
  text-align: center;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}
/* line 2215, ../sass/theme.scss */
.media .review-content > * {
  z-index: 1;
}
/* line 2218, ../sass/theme.scss */
.media .review-content::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #e5c8b5;
  z-index: 0;
}
/* line 2228, ../sass/theme.scss */
.media .review-content .media-heading {
  z-index: 3;
}

/* line 2233, ../sass/theme.scss */
.media-raiting {
  width: 100%;
  text-align: center;
  color: #e5c8b5;
  margin-bottom: 15px;
}

/* line 2239, ../sass/theme.scss */
.media .media-heading small {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

/* line 2242, ../sass/theme.scss */
.btn.btn-default {
  border-radius: 20px;
  background: #e5c8b5;
  text-transform: none;
  color: #333;
}
/* line 2247, ../sass/theme.scss */
.btn.btn-default:hover {
  background: #edd8cb;
  color: #333;
}
/* line 2251, ../sass/theme.scss */
.btn.btn-default.btn-large {
  font-size: 16px;
  line-height: 36px;
  border-radius: 35px;
  padding: 12px 40px;
}
/* line 2256, ../sass/theme.scss */
.btn.btn-default.btn-large.btn-flat {
  font-weight: 300;
  background: none;
  border: 1px solid #e5c8b5;
  box-shadow: none;
}
@media all and (max-width: 1200px) {
  /* line 2251, ../sass/theme.scss */
  .btn.btn-default.btn-large {
    font-size: 16px;
    line-height: 36px;
    border-radius: 30px;
    padding: 12px 37px;
  }
}

/* line 2271, ../sass/theme.scss */
.no-padding .form-group {
  padding-bottom: 0;
  margin-top: 10px;
}

/* line 2281, ../sass/theme.scss */
.field-question-name::before,
.field-input-name::before {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -13px;
  height: 24px;
  width: 24px;
  background: url("../images/home/form1/name.svg") center center no-repeat;
  background-size: 24px 24px;
}

/* line 2295, ../sass/theme.scss */
.field-question-phone::before,
.field-input-phone::before {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -13px;
  height: 24px;
  width: 24px;
  background: url("../images/home/form2/phone.svg") center center no-repeat;
  background-size: 24px 24px;
}

/* line 2309, ../sass/theme.scss */
.field-question-email::before,
.field-input-email::before {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -13px;
  height: 24px;
  width: 24px;
  background: url("../images/home/form1/mail.svg") center center no-repeat;
  background-size: 24px 24px;
}

/* line 2321, ../sass/theme.scss */
.small-case {
  text-transform: none;
}

/* line 2324, ../sass/theme.scss */
.padding-bottom-20 {
  padding-bottom: 20px !important;
}

/* line 2327, ../sass/theme.scss */
.padding-bottom-15 {
  padding-bottom: 15px !important;
}

/* line 2330, ../sass/theme.scss */
.padding-bottom-10 {
  padding-bottom: 10px;
}

/* line 2333, ../sass/theme.scss */
.padding-top-20 {
  padding-top: 20px;
}

/* line 2336, ../sass/theme.scss */
.padding-top-10 {
  padding-top: 10px;
}

/* line 2339, ../sass/theme.scss */
.padding-top-40 {
  padding-top: 40px;
}

/* line 2342, ../sass/theme.scss */
.padding-bottom-40 {
  padding-bottom: 40px;
}

/* line 2345, ../sass/theme.scss */
.border-inner-img {
  position: relative;
}
/* line 2347, ../sass/theme.scss */
.border-inner-img::before {
  content: '';
  position: absolute;
  display: block;
  left: 10px;
  top: 10px;
  bottom: 10px;
  right: 10px;
  border: 1px solid #fff;
}

/* line 2358, ../sass/theme.scss */
.active-text {
  color: #e5c8b5 !important;
}

/* line 2361, ../sass/theme.scss */
.back-style {
  color: #fff;
}

/* line 2364, ../sass/theme.scss */
.inline-block {
  display: inline-block;
}

/* line 2367, ../sass/theme.scss */
.flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
/* line 2371, ../sass/theme.scss */
.flex-row.flex-start {
  align-items: flex-start;
}

/* line 2375, ../sass/theme.scss */
.white-input {
  background-color: #fff !important;
  padding: 15px 10px !important;
  height: 60px;
  background-image: none !important;
}

/* line 2382, ../sass/theme.scss */
.has-error .white-input {
  border: 1px solid #a94442;
}
/* line 2384, ../sass/theme.scss */
.has-error .white-input + .help-block {
  display: none;
}

/* line 2389, ../sass/theme.scss */
.back-phone {
  background-size: auto 100% !important;
  background-color: #ededed !important;
}
@media all and (max-width: 1200px) {
  /* line 2389, ../sass/theme.scss */
  .back-phone {
    background-size: 100% auto !important;
    background-position: center 20px !important;
  }
}
@media all and (max-width: 768px) {
  /* line 2389, ../sass/theme.scss */
  .back-phone {
    background-image: none !important;
  }
}

/* line 2400, ../sass/theme.scss */
.icon-small {
  margin-top: 5px;
  width: 44px;
}

/* line 2405, ../sass/theme.scss */
.margin-right-20 {
  margin-right: 20px;
}

/* line 2409, ../sass/theme.scss */
.right-form h2 {
  text-align: left;
  color: #333;
  line-height: 1.2;
}

/* line 2417, ../sass/theme.scss */
.right-form h2,
.left-form h2 {
  margin: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
/* line 2422, ../sass/theme.scss */
.right-form h2::before,
.left-form h2::before {
  content: '';
  width: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #e5c8b5;
}
/* line 2433, ../sass/theme.scss */
.right-form .container .row,
.left-form .container .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}

/* line 2442, ../sass/theme.scss */
.border-img {
  border: 1px solid #ebebeb;
  border-radius: 3px;
}

/* line 2446, ../sass/theme.scss */
.border-bottom {
  margin: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
/* line 2451, ../sass/theme.scss */
.border-bottom::before {
  content: '';
  width: 80px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  height: 1px;
  background: #e5c8b5;
}

/* line 2462, ../sass/theme.scss */
.margin-top {
  margin-top: 20px;
}

/* line 2465, ../sass/theme.scss */
.media .media-body textarea {
  margin-top: 15px;
}

/* line 2468, ../sass/theme.scss */
.media .media-body .media .media-body {
  padding-right: 0;
}

/* line 2471, ../sass/theme.scss */
.media .media-footer .btn {
  margin-bottom: 20px;
}

/* line 2474, ../sass/theme.scss */
.review-item {
  padding: 0 30px 30px;
}
@media all and (max-width: 768px) {
  /* line 2474, ../sass/theme.scss */
  .review-item {
    padding: 0 0px 30px;
  }
}

/* line 2480, ../sass/theme.scss */
.media .media-heading {
  color: #333;
  position: relative;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
/* line 2486, ../sass/theme.scss */
.media .media-heading::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 80px;
  left: 50%;
  margin-left: -40px;
  height: 1px;
  background: #e5c8b5;
}

/* line 2499, ../sass/theme.scss */
.media .media-footer:after {
  display: table;
  content: " ";
  clear: both;
}

/* line 2504, ../sass/theme.scss */
.media p {
  color: #000;
}

/* line 2507, ../sass/theme.scss */
.media-left, .media > .float-left {
  padding: 10px;
}
