*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
*:-moz-placeholder {
  color: #666;
  opacity: 1;
}
*::-moz-placeholder {
  color: #666;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}
* {
  box-sizing: border-box;
}
body {
  font-family: "Helvetica Heavy", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #3c0d53;
  background: #fff;
  padding: 0;
  margin: 0;
}
main {
  width: 100%;
}
.container {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}
.v-content {
  padding: 200px 115px;
  background-color: #3c1053;
  position: relative;
}
.v-content .slug {
  position: absolute;
  bottom: 0;
  height: 200px;
  left: 115px;
  right: 115px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 46px;
  color: #ffffff;
}
.logo {
  margin-top: 36px;
}
.logo svg {
  width: 100%;
  display: block;
}
.slider {
  position: relative;
}
.slider .owl-dots {
  display: none;
}
.slider .owl-next {
  position: absolute;
  height: 40px;
  width: 62px;
  background: transparent url("../img/nav.png") no-repeat left top !important;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.slider .owl-next.disabled {
  display: none;
}
.slider .owl-prev {
  position: absolute;
  height: 40px;
  width: 62px;
  background: transparent url("../img/nav.png") no-repeat left bottom !important;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.slider .owl-prev.disabled {
  display: none;
}
.lang {
  position: absolute;
  z-index: 10000;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.lang li {
  display: block;
  padding: 0;
  margin: 0;
}
.lang li a {
  height: 50px;
  width: 60px;
  background: #ff8d6d;
  color: #3c1053;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  text-decoration: none;
}
.lang li a.is-active {
  color: #fff;
  background: #3c1053;
}
.present {
  position: absolute;
  z-index: 10000;
  bottom: 0;
  left: 0;
  background: #ff8d6d;
  color: #3c1053;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
}
.present:hover {
  color: #fff;
  background: #3c1053;
}
footer {
  padding: 20px 0;
  line-height: 1.4;
}
footer .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
footer .col_email {
  margin-right: auto;
  width: 200px;
  flex-basis: 200px;
  flex-shrink: 1;
}
footer .col_email a {
  display: block;
  color: #ff8d6d;
  font-size: 18px;
  text-decoration: none;
}
footer .col_phone {
  width: 200px;
  flex-basis: 200px;
  flex-shrink: 1;
}
footer .col_phone a {
  display: block;
  color: #3c1053;
  font-size: 18px;
  text-decoration: none;
}
.owl-carousel .owl-nav button.owl-prev{
    display:none!important;
}

.slider-item {
    border: 10px #9C27B0 solid;
}