.flex{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}


.shadow{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    box-shadow: 0 0 0 9999px rgba(0,0,0,0.3) inset;
/*    display: none;*/
}
.first-screen{
    position: relative;
}
.first-screen .container{
    position: relative;
    z-index: 3;min-height: 100vh;height: auto;
    padding-bottom: 50px;
    height: 700px;
}
#video-bg, #video-bg-mob {
    position: static;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    background: url(bg/daisy-stock-poster.jpg) no-repeat #94a233;
    background-size: cover;
    background: #fff;
}

#video-bg-mob{
  display: none;
}

#video-bg > video, #video-bg-mob > video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto;
  height: auto;
/*  position: static;*/
}

@media (max-width: 600px){
  #video-bg{
    display: none;
  }
  #video-bg-mob{
    display: block;
  }
  #video-bg, #video-bg-mob{
    background: none;
  }
  #video-bg > video, #video-bg-mob > video{
    position: static;
    position: absolute;
/*    margin-top: 31vw;*/
  }
  /*.shadow{
    display: none;
  }*/
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(248, 83, 83, .5)
    }
    70% {
        box-shadow: 0 0 0 50px rgba(248, 83, 83, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(248, 83, 83, 0)
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(248, 83, 83, .5)
    }
    70% {
        box-shadow: 0 0 0 50px rgba(248, 83, 83, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(248, 83, 83, 0)
    }
}

@keyframes scaleAnim{
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.1);
  }
  100%{
    transform: scale(1);
  }
}

 @supports (object-fit: cover) {
     #video-bg > video, #video-bg-mob > video {
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         object-fit: cover;
     }
 }
 @media (max-width: 768px){
    .first-screen .container{
        min-height: 872px;
        min-height: 770px;
        height: auto;
        min-height: 620px;
    }
    .test-block{
        width: 25px;
    }
 }

.zvrrgoorbb {
/*  background: url(../img/back1.jpg) center center/cover no-repeat;*/
  position: relative;
  padding: 0;
}
.zvrrgoorbb .smartContainer {
  width: 81.736vw;
  margin: 0 auto;
}
.zvrrgoorbb .smartContainer.big {
  width: 88vw;
}
.zvrrgoorbb__header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 6;
  background: #fff;
}
.zvrrgoorbb__headerbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.4vw 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.zvrrgoorbb__logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.zvrrgoorbb__logo img {
  width: 8.667vw;
}
.zvrrgoorbb__logo p {
  margin-left: 1vw;
  font-size: 0.8vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1vw;
  opacity: 0.9;
  color: #000;
}
.zvrrgoorbb__logo p span{
  color: #F04137;
}
.zvrrgoorbb__social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
}
.zvrrgoorbb__user {
  width: 2.667vw;
  height: 2.667vw;
  border-radius: 50%;
}
.zvrrgoorbb__user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zvrrgoorbb__socialtext {
  margin-left: 0.533vw;
  color: #000;
  font-size: 0.733vw;
  font-style: normal;
  font-weight: 400;
  line-height: 0.867vw;
}
.zvrrgoorbb__mess {
  margin-left: 1vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.zvrrgoorbb__mess a {
  margin: 0 0.2vw;
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zvrrgoorbb__mess a.wa {
  background: #62CF71;
  animation: scaleAnim 1s ease infinite;
}
.zvrrgoorbb__mess a.tg {
  background: #46A1E7;
}
.zvrrgoorbb__mess a.viber {
  background: #8f5db7;
}
.zvrrgoorbb__mess a.you {
  background: #FF0000;
}
.zvrrgoorbb__mess a.tt {
  background: #000;
}
.zvrrgoorbb__mess a.insta {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.zvrrgoorbb__mess a img {
  display: block;
  width: 50%;
}
.zvrrgoorbb__main{
  position: relative;
  z-index: 5;
}
.zvrrgoorbb__contact {
  text-align: center;
}
.zvrrgoorbb__contact span {
  font-size: 0.667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 0.867vw;
  color: #000;
  position: relative;
  padding-left: 0.667vw;
  margin-bottom: 0.467vw;
  display: inline-block;
}
.zvrrgoorbb__contact span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #37A435;
  width: 0.267vw;
  height: 0.267vw;
  border-radius: 50%;
}
.zvrrgoorbb__contact a {
  font-size: 1.2vw;
  font-style: normal;
  font-weight: 500;
  line-height: 0.867vw;
  color: #000;
  display: block;
}
#languageSelector{
  padding: 8px 15px;
  background: #000;
  border: 0;
  border-radius: 5px;
  outline: none;
  appearance: none;
  color: #fff;
}
.zvrrgoorbb__container {
  min-height: 100vh;
  padding-top: 10vw;
  padding-bottom: 2.667vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.zvrrgoorbb__scroll {
  width: 1.2vw;
  position: absolute;
  left: -5.333vw;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.zvrrgoorbb__title {
  font-size: 3.033vw;
  font-style: normal;
  font-weight: 300;
  line-height: 3.867vw;
  color: #fff;
/*  color: #000;*/
  text-transform: uppercase;
}
.zvrrgoorbb__title b{
  font-weight: 500;
}
.zvrrgoorbb__subtitle {
  margin-top: 2.2vw;
  font-size: 1.467vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
/*  color: #000;*/
}
.zvrrgoorbb__advbox {
  margin-top: 2.333vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.zvrrgoorbb__advitem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 2.667vw;
}
.zvrrgoorbb__advitem:last-child {
  margin-right: 0;
}
.zvrrgoorbb__advitem img {
  width: 1.333vw;
}
.zvrrgoorbb__advitem p {
  width: calc(100% - 2.367vw);
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
/*  color: #000;*/
  margin-left: 1.133vw;
}
.zvrrgoorbb__btn {
  margin-top: 2.667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.6vw 2.333vw;
  border-radius: 2.667vw;
  background: #ff0c25;
  border: 0;
  text-decoration: none;
}
.zvrrgoorbb__btn span {
  font-size: 0.933vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  margin-right: 0.8vw;
}
.zvrrgoorbb__btn img {
  display: block;
  width: 1.333vw;
}
.zvrrgoorbb__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2.667vw;
}
.zvrrgoorbb__infoitem {
  margin-right: 3.333vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.zvrrgoorbb__infoitem:last-child {
  margin-right: 0;
}
.zvrrgoorbb__infoitem img {
  width: 1.333vw;
}
.zvrrgoorbb__inside {
  width: calc(100% - 2.567vw);
  margin-left: 1.333vw;
}
.zvrrgoorbb__inside span {
  color: #fff;
  font-size: 1.133vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.zvrrgoorbb__inside p {
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  margin-top: 0.6vw;
}
.zvrrgoorbb__langs{
  display: flex;
  justify-content: center;
  align-items: center;
}
.zvrrgoorbb__langs a{
  color: #fff;
  font-size: 16px;
}
.zvrrgoorbb__langs a.active{
  color: #F04137;
}
.zvrrgoorbb__langs span{
  color: #fff;
  font-size: 16px;
  margin: 0 5px;
}
@media (max-width: 600px) {
  .zvrrgoorbb .smartContainer {
    width: 100%;
    padding: 0 5vw;
  }
  .zvrrgoorbb .smartContainer.big {
    width: 100%;
  }
  .zvrrgoorbb__headerbox {
    padding: 3vw 0;
  }
  /*.zvrrgoorbb__main{
    background: #333;
  }*/
  .zvrrgoorbb__logo {
    /*margin-left: auto;
    margin-right: auto;*/
    justify-content: center;
  }
  .zvrrgoorbb__logo img {
    width: 21.667vw;
  }
  .zvrrgoorbb__logo p {
    font-size: 2.8vw;
    line-height: 1.3;
    margin-left: 3vw;
    display: none;
  }
  .zvrrgoorbb__container {
    padding-top: 30vw;
/*    padding-top: 10vw;*/
    padding-bottom: 10vw;
    min-height: initial;
  }
  .zvrrgoorbb__title {
    font-size: 7.2vw;
    line-height: 1.15;
  }
  .zvrrgoorbb__subtitle {
    margin-top: 4.2vw;
    font-size: 4.267vw;
    line-height: 1.3;
  }
  .zvrrgoorbb__advitem p {
    font-size: 3vw;
  }
  .zvrrgoorbb__btn {
    padding: 4.6vw 7.333vw;
    border-radius: 11.667vw;
  }
  .zvrrgoorbb__btn span {
    font-size: 3.933vw;
    margin-right: 2.8vw;
  }
  .zvrrgoorbb__btn img {
    width: 5.333vw;
  }
  .zvrrgoorbb__advbox {
    margin-top: 6.333vw;
  }
  .zvrrgoorbb__advitem {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4vw;
  }
  .zvrrgoorbb__advitem img {
    width: 4.333vw;
  }
  .zvrrgoorbb__advitem p {
    width: calc(100% - 7.467vw);
    margin-left: 3.133vw;
    font-size: 3.5vw;
  }
  .zvrrgoorbb__contact {
    margin-top: 4vw;
    margin-bottom: 4vw;
    margin-top: 0;
    margin-bottom: 0;
  }
  .zvrrgoorbb__contact span {
    font-size: 2.667vw;
    line-height: 1.3;
    margin-bottom: 1.467vw;
  }
  .zvrrgoorbb__contact a {
    font-size: 3.5vw;
    line-height: 1;
  }
  .zvrrgoorbb__mess {
    margin-left: 0;
  }

  .zvrrgoorbb__mess a {
    width: 8vw;
    height: 8vw;
    margin: 0 1.2vw;
  }
  .zvrrgoorbb__social.withmess .zvrrgoorbb__mess a{
    width: 6vw;
    height: 6vw;
    display: flex;
  }
  .zvrrgoorbb__social{
    order: 3;
    margin-left: auto;
    margin-right: auto;
  }
  .zvrrgoorbb__social.withmess{
    margin-top: 5px;
    margin-bottom: 0;
  }
  .zvrrgoorbb__socialtext {
    font-size: 3vw;
    line-height: 1.3;
    margin-left: 2.533vw;
    display: none;
  }
  .zvrrgoorbb__user {
    width: 8.667vw;
    height: 8.667vw;
    display: none;
  }
  .zvrrgoorbb__infoitem {
    margin-top: 4vw;
    margin-right: 0;
  }
  .zvrrgoorbb__infoitem img {
    width: 4.333vw;
  }
  .zvrrgoorbb__inside {
    margin-left: 3.133vw;
    margin-left: 3.333vw;
  }
  .zvrrgoorbb__inside span {
    font-size: 3.5vw;
  }
  .zvrrgoorbb__inside p {
    font-size: 3.5vw;
    margin-top: 1.6vw;
  }
  .zvrrgoorbb__inside p br {
    display: none;
  }
}
.vndznwttrg {
  padding: 6.944vw 0;
  background: url(../img/vndznwttrg/bg.jpg);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #F7F7F7;
}
.vndznwttrg .smartContainer {
  width: 81.736vw;
  margin: 0 auto;
}
.vndznwttrg__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.vndznwttrg__left {
  width: 35%;
  position: sticky;
  top: 8.472vw;
}
.vndznwttrg__title {
  font-size: 2.639vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #444442;
}
.vndznwttrg__right {
  width: 55%;
}
.vndznwttrg__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.vndznwttrg__item {
  width: 47%;
  margin-bottom: 3.125vw;
  padding-right: 0.694vw;
}
.vndznwttrg__item span {
  font-size: 1.389vw;
  font-weight: 600;
  color: #444442;
}
.vndznwttrg__item p {
  color: #444442;
  font-size: 1.111vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 1.042vw;
}
.vndznwttrg__check {
  background: #ff0c25;
  width: 2.431vw;
  height: 2.431vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 1.25vw;
}
.vndznwttrg__check img {
  width: 0.833vw;
}
@media (max-width: 600px) {
  .vndznwttrg {
    padding: 10vw 0;
  }
  .vndznwttrg .smartContainer {
    width: 100%;
    padding: 0 5vw;
  }
  .vndznwttrg__left {
    position: static;
    width: 100%;
    margin-bottom: 5vw;
  }
  .vndznwttrg__right {
    width: 100%;
  }
  .vndznwttrg__title {
    font-size: 6.239vw;
    text-align: center;
    margin-bottom: 5vw;
  }
  .vndznwttrg__check {
    width: 8.431vw;
    height: 8.431vw;
    margin-bottom: 4.25vw;
    position: absolute;
    left: 0;
    top: 0;
  }
  .vndznwttrg__check img {
    width: 2.533vw;
  }
  .vndznwttrg__item {
    width: 100%;
    position: relative;
    padding-left: 12vw;
    margin-bottom: 8vw;
  }
  .vndznwttrg__item span {
    font-size: 4.389vw;
  }
  .vndznwttrg__item p {
    font-size: 4.111vw;
    margin-top: 3.042vw;
  }
}
.plsfrvtbzh {
  overflow: hidden;
  padding: 5.208vw 0;
}
.plsfrvtbzh__box {
  padding-left: 7.292vw;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.plsfrvtbzh__left {
  width: 30.208vw;
  padding-right: 7.813vw;
  position: relative;
}
.plsfrvtbzh__title {
  color: #444442;
  font-size: 2.344vw;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 1.563vw;
}
.plsfrvtbzh__title span{
  font-weight: 700;
}
.plsfrvtbzh__subtitle {
  color: #6c6c6c;
  font-size: 1.042vw;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 1.042vw;
}
.plsfrvtbzh__text {
  color: #1C1C1C;
  font-size: 1.042vw;
  font-weight: 600;
  line-height: 165%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.plsfrvtbzh__slider {
  flex: 1;
  width: calc(100% - 30.208vw);
}
.plsfrvtbzh__slider .slick-prev, .plsfrvtbzh__slider .slick-next {
  width: 3.472vw;
  height: 3.472vw;
  border-radius: 50%;
  text-indent: 9999px;
  border: 0;
  position: absolute;
  top: auto;
  transform: none;
}
.plsfrvtbzh__slider .slick-prev {
  left: -30.389vw;
  bottom: 0;
  background-color: #efefef !important;
}
.plsfrvtbzh__slider .slick-prev:before {
  content: "";
  width: 1.25vw;
  height: 1.25vw;
  background: url(../img/plsfrvtbzh/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(180deg);
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
.plsfrvtbzh__slider .slick-next {
  left: -19.278vw;
  bottom: 0;
  background: #ff0c25 !important;
}
.plsfrvtbzh__slider .slick-next:before {
  content: "";
  width: 1.25vw;
  height: 1.25vw;
  background: url(../img/plsfrvtbzh/arrow-active.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.plsfrvtbzh__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 40.875vw;
  border: 1px solid #EFEEEE;
}
.plsfrvtbzh__name {
  width: 100%;
  color: #1C1C1C;
  color: #fff;
  background: #ff0c25;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 2.26vw;
  padding: 2.865vw 2.646vw 2.646vw 2.688vw;
}
.plsfrvtbzh__info{
  padding: 0vw 2.646vw 2.865vw 2.688vw;
  margin-top: 0;
  margin-bottom: auto;
}
.plsfrvtbzh__descr {
  color: #B0B0B0;
  font-size: 0.833vw;
  font-weight: 400;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 2.344vw;
}
.plsfrvtbzh__list {
  list-style: none;
  padding-left: 0;
}
.plsfrvtbzh__list li {
  color: #6c6c6c;
  font-size: 1.042vw;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.4px;
  padding-left: 1.823vw;
  margin-bottom: 0.625vw;
  position: relative;
}
.plsfrvtbzh__list li:before {
  content: "";
  width: 1.042vw;
  height: 1.042vw;
  position: absolute;
  left: 0;
  top: 0.26vw;
  background: url(../img/plsfrvtbzh/check.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.plsfrvtbzh__bottom {
  width: 100%;
  padding: 0 2.646vw 2.646vw 2.688vw;
}
.plsfrvtbzh__price {
  color: #1C1C1C;
  font-size: 1.667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.64px;
  margin-bottom: 2.344vw;
}
.plsfrvtbzh__price span {
  font-size: 3.333vw;
  font-weight: 500;
}
.plsfrvtbzh__btn {
  color: #FFF;
  text-align: center;
  font-size: 1.042vw;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-radius: 500px;
  background: #ff0c25;
  padding: 1.458vw 0;
  width: 100%;
  border: 0;
}
.plsfrvtbzh__pagination {
  width: 14.236vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  bottom: 0.903vw;
  left: 0;
}
.plsfrvtbzh__current {
  color: #1C1C1C;
  font-size: 1.667vw;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
.plsfrvtbzh__seperator {
  color: #B0B0B0;
  font-size: 0.972vw;
  font-weight: 400;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  margin: 0 0.278vw;
}
.plsfrvtbzh__all {
  color: #B0B0B0;
  font-size: 0.972vw;
  font-weight: 400;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .zvrrgoorbb__graph{
    display: none;
  }
  .plsfrvtbzh {
    padding: 15vw 0;
  }
  .plsfrvtbzh__box {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .plsfrvtbzh__left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 5vw;
  }
  .plsfrvtbzh__slider {
    width: 100%;
  }
  .plsfrvtbzh__title {
    font-size: 7.344vw;
    letter-spacing: 0;
    margin-bottom: 4.563vw;
  }
  .plsfrvtbzh__subtitle {
    font-size: 4.042vw;
    margin-bottom: 3.042vw;
  }
  .plsfrvtbzh__text {
    font-size: 4.042vw;
    margin-bottom: 3.042vw;
  }
  .plsfrvtbzh__name {
    font-size: 5.5vw;
    margin-bottom: 5.26vw;
    padding: 5.865vw 5.646vw 6.865vw 7.688vw;
  }
  .plsfrvtbzh__descr {
    font-size: 3.833vw;
    line-height: 1.3;
    margin-bottom: 4.344vw;
  }
  .plsfrvtbzh__list li {
    font-size: 4.042vw;
    margin-bottom: 3.5vw;
    padding-left: 5.823vw;
  }
  .plsfrvtbzh__list li:before {
    width: 4.042vw;
    height: 4.042vw;
    top: 0.96vw;
  }
  .plsfrvtbzh__info {
    padding: 0 5.646vw 6.865vw 7.688vw;
    padding-bottom: 0;
  }
  .plsfrvtbzh__bottom {
    margin-top: 0vw;
    padding: 0vw 5.646vw 6.865vw 7.688vw;
  }
  .plsfrvtbzh__price {
    font-size: 5.267vw;
    margin-bottom: 4.3vw;
  }
  .plsfrvtbzh__price span {
    font-size: 9.333vw;
  }
  .plsfrvtbzh__btn {
    font-size: 4.042vw;
    padding: 4.458vw 0;
  }
  .plsfrvtbzh__pagination {
    position: static;
    text-align: center;
    width: 100%;
    margin-top: 7vw;
  }
  .plsfrvtbzh__current {
    font-size: 6.667vw;
  }
  .plsfrvtbzh__seperator, .plsfrvtbzh__all {
    font-size: 4.572vw;
  }
  .plsfrvtbzh__slider .slick-prev, .plsfrvtbzh__slider .slick-next {
    width: 11.472vw;
    height: 11.472vw;
  }
  .plsfrvtbzh__slider .slick-prev:before, .plsfrvtbzh__slider .slick-next:before {
    width: 3.25vw;
    height: 3.25vw;
  }
  .plsfrvtbzh__slider .slick-prev {
    left: 22vw;
    bottom: -16vw;
  }
  .plsfrvtbzh__slider .slick-next {
    left: auto;
    right: 22vw;
    bottom: -16vw;
  }
}
.euailehpfr {
  padding: 6.944vw 0;
}
.euailehpfr .smartContainer {
  width: 90vw;
  margin: 0 auto;
}
.euailehpfr__box {
  background: url(../img/euailehpfr/bg.jpg) center center/cover no-repeat;
  padding: 4.514vw 35.667vw 4.514vw 4.167vw;
  border-radius: 2.778vw;
}
.euailehpfr__title {
  color: #FFF;
  font-size: 2.778vw;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.389vw;
}
.euailehpfr__subtitle {
  color: #FFF;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.042vw;
}
.euailehpfr__form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.042vw;
}
.euailehpfr__form input {
  border-radius: 2.222vw;
  background: #FFF;
  padding: 1.25vw 2.083vw;
  border: 0;
  margin-right: 1.042vw;
  min-width: 16.667vw;
  font-size: 0.972vw;
}
.euailehpfr__form button {
  border-radius: 2.222vw;
  background: #ff0c25;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 1.25vw 2.083vw;
}
.euailehpfr__form button span {
  color: #FFF;
  font-size: 0.972vw;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-right: 1.042vw;
}
.euailehpfr__form button img {
  width: 1.042vw;
}
.euailehpfr__remark input {
  display: none;
}
.euailehpfr__remark label {
  display: block;
  position: relative;
  color: #FFF;
  font-size: 0.764vw;
  font-weight: 400;
  line-height: normal;
  padding-left: 1.806vw;
  user-select: none;
  cursor: pointer;
}
.euailehpfr__remark label:before {
  content: "";
  width: 0.972vw;
  height: 0.972vw;
  border-radius: 3px;
  background: #ff0c25;
  position: absolute;
  left: 0;
  top: -1px;
}
.euailehpfr__remark label:after {
  content: "";
  width: 0.417vw;
  height: 0.417vw;
  position: absolute;
  left: 0.278vw;
  top: 0.208vw;
  background: url(../img/euailehpfr/check.svg);
  background-size: 100% 100%;
  z-index: 2;
  transition: all 0.3s ease;
}
.euailehpfr__remark label span {
  font-weight: 600;
  text-decoration: underline;
}
.euailehpfr__remark input:checked + label:after {
  opacity: 0;
}
@media (max-width: 768px) {
  .euailehpfr {
    padding: 15.944vw 0;
  }
  .euailehpfr__box {
    padding: 8.514vw 9.667vw 14.514vw 8.167vw;
    border-radius: 5.778vw;
    background: url(../img/euailehpfr/bg-mob.jpg) center center/cover no-repeat;
  }
  .euailehpfr__title {
    font-size: 6vw;
    margin-bottom: 4.389vw;
  }
  .euailehpfr__subtitle {
    font-size: 4.25vw;
    margin-bottom: 3.042vw;
  }
  .euailehpfr__remark label {
    font-size: 2.764vw;
    padding-left: 4.806vw;
  }
  .euailehpfr__remark label:before {
    width: 2.972vw;
    height: 2.972vw;
    top: 0.4vw;
  }
  .euailehpfr__remark label:after {
    width: 1.417vw;
    height: 1.417vw;
    left: 0.7vw;
    top: 1.15vw;
  }
  .euailehpfr__form {
    margin-bottom: 3.042vw;
  }
  .euailehpfr__form input {
    font-size: 3.572vw;
    width: 70vw;
    padding: 4.25vw 6.083vw;
    margin-right: 0;
    margin-bottom: 3vw;
    border-radius: 32.222vw;
  }
  .euailehpfr__form button {
    width: 70vw;
    padding: 4.25vw 0;
    border-radius: 32.222vw;
  }
  .euailehpfr__form button span {
    font-size: 3.572vw;
    margin-right: 4.042vw;
  }
  .euailehpfr__form button img {
    width: 4.042vw;
  }
}



.kwhuetmvvj {
  padding: 7vw 0;
}
.kwhuetmvvj .smartContainer {
  width: 81.736vw;
  margin: 0 auto;
}
.kwhuetmvvj__box {
  padding: 2vw 3vw;
  width: 42vw;
  margin-top: 3vw;
  background: url(../img/kwhuetmvvj/bg.jpg) center center/cover no-repeat;
  background: rgb(81 81 81 / 75%);
}
.kwhuetmvvj__box.flex {
  justify-content: space-between;
}
.kwhuetmvvj__left {
  width: 22.222vw;
}
.kwhuetmvvj__title {
  font-weight: 400;
  font-size: 2.222vw;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 1.042vw;
}
.kwhuetmvvj__subtitle {
  font-weight: 400;
  font-size: 0.972vw;
  line-height: 130%;
  color: #FFFFFF;
}
.kwhuetmvvj__right {
  width: 46.528vw;
}
.kwhuetmvvj__heading {
  margin-bottom: 1.389vw;
}
.kwhuetmvvj__heading.flex {
  justify-content: space-between;
}
.kwhuetmvvj__formname {
  font-weight: 600;
  font-size: 1.667vw;
  line-height: 130%;
  color: #FFFFFF;
}
.kwhuetmvvj__terms {
  font-weight: 400;
  font-size: 1.042vw;
  line-height: 130%;
  color: #F04137;
}
.kwhuetmvvj__form {
  width: 100%;
}
.kwhuetmvvj__form.flex {
  justify-content: space-between;
  align-items: flex-start;
}
.kwhuetmvvj__input {
  width: 48%;
}
.kwhuetmvvj__input label {
  display: none;
  margin-bottom: 0.556vw;
  font-size: 0.972vw;
  color: #fff;
}
.kwhuetmvvj__input input {
  width: 100%;
  display: block;
  background: #FFFFFF;
  border-radius: 40px;
  padding: 1.389vw 1.389vw;
  font-size: 0.972vw;
  color: #000000;
  border: 0;
  transition: all 0.3s ease;
}
.kwhuetmvvj__input input:focus {
  padding-left: 2.083vw;
}
.kwhuetmvvj__btn {
  width: 48%;
  font-weight: 600;
  font-size: 1.111vw;
  line-height: 130%;
  color: #FFFFFF;
  background: #F04137;
  border-radius: 30px;
  padding: 1.25vw 0;
  border: 0;
}
.kwhuetmvvj__umovy {
  margin-top: 1.111vw;
}
.kwhuetmvvj__umovy input {
  display: none;
}
.kwhuetmvvj__umovy label {
  display: block;
  font-weight: 400;
  font-size: 0.764vw;
  line-height: 0.903vw;
  color: #FFFFFF;
  opacity: 0.9;
  padding-left: 1.806vw;
  position: relative;
}
.kwhuetmvvj__umovy label span {
  font-weight: 700;
}
.kwhuetmvvj__umovy label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #F04137;
  border-radius: 0.139vw;
  width: 0.972vw;
  height: 0.972vw;
}
.kwhuetmvvj__umovy label:after {
  content: "";
  position: absolute;
  left: 0.243vw;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/kwhuetmvvj/check.svg);
  background-size: 100% 100%;
  width: 0.417vw;
  height: 0.417vw;
  opacity: 0;
  transition: all 0.3s ease;
}
.kwhuetmvvj__umovy input:checked + label:after {
  opacity: 1;
}
@media (max-width: 600px) {
  .kwhuetmvvj {
    padding: 10vw 0;
  }
  .kwhuetmvvj .smartContainer {
    width: 100%;
    padding: 0 5vw;
  }
  .kwhuetmvvj__box {
    padding: 9.472vw 6.167vw;
    border-radius: 2vw;
    width: 100%;
  }
  .kwhuetmvvj__left {
    width: 100%;
    text-align: center;
    margin-bottom: 8vw;
    position: relative;
  }
  .kwhuetmvvj__left:before {
    content: "";
    width: 36%;
    height: 1px;
    background: #F04137;
    position: absolute;
    left: 50%;
    bottom: -4vw;
    transform: translateX(-50%);
  }
  .kwhuetmvvj__right {
    width: 100%;
  }
  .kwhuetmvvj__title {
    font-size: 4.922vw;
    font-weight: 600;
    margin-bottom: 3.042vw;
  }
  .kwhuetmvvj__subtitle {
    font-size: 3.272vw;
  }
  .kwhuetmvvj__heading {
    text-align: center;
    margin-bottom: 4vw;
  }
  .kwhuetmvvj__heading.flex {
    justify-content: center;
  }
  .kwhuetmvvj__formname {
    font-size: 5.667vw;
    margin-bottom: 3vw;
  }
  .kwhuetmvvj__terms {
    font-size: 3.042vw;

    font-size: 4.042vw;
    font-weight: 700;
  }
  .kwhuetmvvj__input {
    width: 100%;
    margin-bottom: 3vw;
  }
  .kwhuetmvvj__input input {
    border-radius: 1.139vw;
    padding: 4.389vw 3.389vw;
    font-size: 3.572vw;
  }
  .kwhuetmvvj__btn {
    width: 100%;
    border-radius: 1.139vw;
    padding: 4.389vw 3.389vw;
    font-size: 3.572vw;
  }
  .kwhuetmvvj__umovy {
    margin-top: 3.111vw;
  }
  .kwhuetmvvj__umovy label {
    font-size: 2.764vw;
    line-height: 1.3;
    padding-left: 6.806vw;
  }
  .kwhuetmvvj__umovy label:before {
    border-radius: 1.139vw;
    width: 3.972vw;
    height: 3.972vw;
  }
  .kwhuetmvvj__umovy label:after {
    width: 2.417vw;
    height: 2.417vw;
    left: 0.643vw;
  }
  .abusus{
    overflow: hidden;
  }
}








.idvwczrbvq {
  padding: 5vw 0;
}
.idvwczrbvq .smartContainer {
  width: 81.736vw;
  margin: 0 auto;
}
.idvwczrbvq__title {
  color: #1C1C1C;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 400;
  line-height: 158%;
  letter-spacing: 0.063vw;
  text-transform: uppercase;
}
.idvwczrbvq__advabox {
  margin-top: 2.604vw;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.idvwczrbvq__adva {
  width: 25%;
  border-right: 1px solid #EBEAEC;
  border-bottom: 1px solid #EBEAEC;
  padding: 1.063vw 1.167vw;
  margin-bottom: 2.042vw;
  margin-bottom: 0;
}
.idvwczrbvq__adva:nth-child(4n) {
  border-right: 0;
  padding-right: 0;
}
/*.idvwczrbvq__adva:first-child, .idvwczrbvq__adva:nth-child(4) {
  padding-left: 0;
}*/
.idvwczrbvq__adva.big {
  width: 25%;
}
.idvwczrbvq__number {
  color: #B99573;
  color: #ff0c25;
  font-size: 1.55vw;
  letter-spacing: 0.0375vw;
  font-weight: 500;
}
.idvwczrbvq__text {
  margin-top: 0.521vw;
  color: #1C1C1C;
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: 0.037vw;
}
.idvwczrbvq__text b {
  font-weight: 600;
}
.idvwczrbvq__form {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 2.083vw;
  position: relative;
  z-index: 2;
}
.idvwczrbvq__select, .idvwczrbvq__input {
  width: 31%;
}
.idvwczrbvq__select label, .idvwczrbvq__input label {
  display: block;
  width: 100%;
  color: #949494;
  font-size: 0.729vw;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.42px;
}
.idvwczrbvq__select select, .idvwczrbvq__input select {
  background-color: #F5F5F5;
  border: 0;
  display: block;
  width: 100%;
  color: #1C1C1C;
  font-size: 0.833vw;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  padding: 1.458vw 1.667vw;
  margin-top: 1.042vw;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/idvwczrbvq/arrow.svg);
  background-size: 0.625vw 0.417vw;
  background-position: 90% center;
  background-repeat: no-repeat;
  outline: none;
}
.idvwczrbvq__select input, .idvwczrbvq__input input {
  background: #F5F5F5;
  border: 0;
  display: block;
  width: 100%;
  color: #1C1C1C;
  font-size: 0.833vw;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  padding: 1.458vw 1.667vw;
  margin-top: 1.042vw;
  transition: all 0.3s ease;
}
.idvwczrbvq__select input:focus, .idvwczrbvq__input input:focus {
  padding-left: 2.083vw;
}
.idvwczrbvq__btn {
  width: 31%;
}
.idvwczrbvq__btn button {
  display: block;
  width: 100%;
  background: #B99573;
  font-size: 0.833vw;
  font-weight: 400;
  line-height: 156.25%;
  color: #fff;
  letter-spacing: 0.3 0.333vw;
  text-transform: uppercase;
  border: 0;
  padding: 1.458vw 0;
}
.idvwczrbvq__terms {
  display: block;
  width: 100%;
  margin-top: 1.563vw;
}
.idvwczrbvq__terms input {
  display: none;
}
.idvwczrbvq__terms label {
  color: #1C1C1C;
  font-size: 0.729vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  display: block;
  padding-left: 1.563vw;
  padding-top: 0.104vw;
}
.idvwczrbvq__terms label:before {
  content: "";
  background: #B99573;
  width: 1.042vw;
  height: 1.042vw;
  position: absolute;
  left: 0;
  top: 0;
}
.idvwczrbvq__terms label:after {
  content: "";
  width: 0.417vw;
  height: 0.313vw;
  background: url(../img/ncbnshnpbv/check.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.365vw;
  left: 0.313vw;
}
.idvwczrbvq__terms label a {
  color: #B99573;
  text-decoration: underline;
}
@media (max-width: 600px) {
  .idvwczrbvq {
    padding: 12vw 0;
  }
  .idvwczrbvq .smartContainer {
    width: 90vw;
  }
  .idvwczrbvq__title {
    font-size: 6.125vw;
    line-height: 1.45;
  }
  .idvwczrbvq__advabox {
    margin-top: 6.604vw;
    border-top: 1px solid #EBEAEC;
    border-right: 1px solid #EBEAEC;
  }
  .idvwczrbvq__adva {
    width: 100% !important;
    padding: 3vw 3vw !important;
    border-left: 1px solid #EBEAEC;
    border-right: 0;
    margin-bottom: 5.042vw;
    margin-bottom: 0;

    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .idvwczrbvq__text {
    font-size: 4.1vw;
    font-size: 3.3vw;
    margin-top: 2.521vw;
    flex: 1;
    margin-top: 1.5vw;
  }
  .idvwczrbvq__number {
    font-size: 5.55vw;
    width: 9vw;
  }
  .idvwczrbvq__select, .idvwczrbvq__input {
    margin-bottom: 4vw;
    width: 100%;
  }
  .idvwczrbvq__select label, .idvwczrbvq__input label {
    font-size: 3.729vw;
    letter-spacing: initial;
  }
  .idvwczrbvq__select select, .idvwczrbvq__input select {
    margin-top: 2.042vw;
    font-size: 3.833vw;
    padding: 4.458vw 5.667vw;
    background-size: 2.625vw 2.417vw;
  }
  .idvwczrbvq__select input, .idvwczrbvq__input input {
    margin-top: 2.042vw;
    font-size: 3.833vw;
    padding: 4.458vw 5.667vw;
  }
  .idvwczrbvq__select input:hover, .idvwczrbvq__input input:hover {
    padding-left: 6.5vw;
  }
  .idvwczrbvq__btn {
    width: 100%;
  }
  .idvwczrbvq__btn button {
    padding: 4.458vw 0;
    font-size: 3.833vw;
  }
  .idvwczrbvq__form {
    margin-top: 7.083vw;
  }
  .idvwczrbvq__terms label {
    font-size: 3.129vw;
    padding-left: 5.563vw;
    padding-top: 2.104vw;
  }
  .idvwczrbvq__terms label:before {
    width: 3.042vw;
    height: 3.042vw;
    top: 2.2vw;
  }
  .idvwczrbvq__terms label:after {
    width: 1.417vw;
    height: 1.313vw;
    top: 2.965vw;
    left: 0.813vw;
  }
}

.fancybox-slide{
  padding: 20px !important;
}










