body {
  height: 100%;
  overflow-y: visible;
}

.m-first {
  position: relative;
  top: 93px;
  margin-bottom: 93px;
}

@media screen and (min-width: 992px) {
  .m-first {
    top: 227px;
    margin-bottom: 227px;
  }
}

.m-first.m-first-animation .h1 {
  color: #f3cf37;
}

.m-first.m-first-animation .m-first-bg {
  /*-webkit-animation: bgScale 1s linear;
  animation: bgScale 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;*/
}
.m-first .m-first-bg {
  background-size: 100%;
  transition: background-size 1s ease-in;
  -moz-transition: background-size 1s ease-in;
  -web-kit-transition: background-size 1s ease-in;
  background-position: 50% 50%;
}
.m-first.m-first-animation .m-first-bg {
  background-size: 110%;
}
.m-first.m-first-animation .c-water-logo-text {
  /*-webkit-animation: waterLogoAnimation 1s linear;
  animation: waterLogoAnimation 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;*/
  transform: rotate(-120deg);
  transition: 1s;
}

.p-text-contact .p-text-bg {
  background-image: url("../images/bg/contact-bg.jpg)");
  transition: 1s;
}
.p-text-contact:hover .p-text-bg {
  background-image: url("../images/burg-cont1.png");
  transition: 1s;
  /*background-size: 110%;*/
}
.p-text-contact .c-water-logo-text {
  transition: 1s;
}
.p-text-contact:hover .c-water-logo-text {
  transform: rotate(-125deg);
  transition: 1s;
}
.m-first.m-first-animation .m-first-arrow-down {
  color: #f3cf37;
}

.m-first.m-first-animation .m-bestseller {
  -webkit-animation: bestsellerOutAnimation 1s linear;
  animation: bestsellerOutAnimation 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.m-first.m-first-animation-out .m-first-bg {
  /*-webkit-animation: bgScaleOut 1s linear;
  animation: bgScaleOut 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;*/
}

.m-first.m-first-animation-out .c-water-logo-text {
  /*-webkit-animation: waterLogoAnimationOut 1s linear;
  animation: waterLogoAnimationOut 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;*/
  transition: 1s;
}

.m-first.m-first-animation-out .m-bestseller {
  -webkit-animation: bestsellerInAnimation 1s linear;
  animation: bestsellerInAnimation 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.m-first.m-first-animation-bestseller .m-first-bg:after {
  display: block;
  -webkit-animation: bestsellerAnimationBg 1s linear;
  animation: bestsellerAnimationBg 1s linear;
}

.m-first.m-first-animation-bestseller .c-water-logo-text {
  /*-webkit-animation: waterLogoAnimation 1s linear;
  animation: waterLogoAnimation 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;*/
  transform: rotate(-120deg);
  transition: 1s;
}

.m-first.m-first-animation-bestseller .m-bestseller {
  -webkit-animation: bestsellerAnimation 1s linear;
  animation: bestsellerAnimation 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.m-first.m-first-animation-bestseller-out .m-first-bg:after {
  display: none;
  -webkit-animation: bestsellerAnimationBgOut 1s linear;
  animation: bestsellerAnimationBgOut 1s linear;
}

.m-first.m-first-animation-bestseller-out .c-water-logo-text {
  /*-webkit-animation: waterLogoAnimationOut 1s linear;
  animation: waterLogoAnimationOut 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;*/
  transition: 1s;
}

.m-first.m-first-animation-bestseller-out .m-bestseller {
  -webkit-animation: bestsellerAnimationOut 1s linear;
  animation: bestsellerAnimationOut 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.m-first-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
}

.m-first-bg:after {
  display: none;
  content: "";
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #151515;
  opacity: 0.5;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.m-first .cn {
  padding: 140px 15px 30px;
  height: -webkit-calc(100vh - 93px);
  height: calc(100vh - 93px);
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .m-first .cn {
    padding: 140px 30px 30px;
    height: -webkit-calc(100vh - 227px);
    height: calc(100vh - 227px);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.m-first .h1 {
  text-align: center;
  position: relative;
  z-index: 0;
  margin: 57px 0 0;
  color: #fff;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

@media screen and (min-width: 992px) {
  .m-first .h1 {
    text-align: left;
  }
}

.m-first-arrow-down {
  margin-top: auto;
  position: relative;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 0;
  font-size: 32px;
  color: #fff;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

@media screen and (min-width: 992px) {
  .m-first-arrow-down {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: 0;
    margin-top: 40px;
    font-size: 80px;
  }
}

.m-first-arrow-down i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.m-first-arrow-down i:before {
  margin: 0;
  line-height: 1;
}

.m-first .m-bestseller {
  display: none;
}

@media screen and (min-width: 992px) {
  .m-first .m-bestseller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.m-first .c-water-logo {
  display: none;
}

@media screen and (min-width: 992px) {
  .m-first .c-water-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
  }
}

@media (min-width: 1025px) and (max-width: 1435px) {
  .p-text-title-desc,
  .p-text-desc,
  .w-btn[data-content="learn more about bulls"] {
    width: 65%;
  }

  .p-text-about-second .p-text-title-desc,
  .p-text-about-second .p-text-desc {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1580px) {
  .m-first .m-first-bg {
    background-size: cover;
    transition: all 1s ease-out;
  }
  .m-first.m-first-animation .m-first-bg {
    background-size: cover;
    transition: all 1s ease-out;
    transform: scale(1.05);
  }
}

.p-text {
  padding: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #151515;
}

@media screen and (min-width: 992px) {
  .p-text {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.p-text--padding {
  padding: 0 0 30px;
}

@media screen and (min-width: 992px) {
  .p-text--padding {
    padding: 0 0 247px;
  }
}

.p-text.p-text-animated .c-water-logo-text {
  /*-webkit-animation: waterLogoAnimation 1s linear;
  animation: waterLogoAnimation 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;*/
  transform: rotate(-120deg);
  transition: 1s;
}

.p-text.p-text-animated .p-text-bg {
  /*-webkit-animation: bgSize 1s linear;
  animation: bgSize 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;*/
  /*background-size: 107%;*/
  background-size: cover;
  transition: background-size 1s ease-in;
  -moz-transition: background-size 1s ease-in;
  -web-kit-transition: background-size 1s ease-in;
  transition: all 1s ease-out;
  transform: scale(1.01);
}

.p-text.p-text-animated-out .c-water-logo-text {
  /*-webkit-animation: waterLogoAnimationOut 1s linear;
  animation: waterLogoAnimationOut 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;*/
  transition: 1s;
}

.p-text.p-text-animated-out .p-text-bg {
  /*-webkit-animation: bgSizeOut 1s linear;
  animation: bgSizeOut 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;*/
  /*background-size: 100%;
  transition: 1s;*/
  transition: all 1s ease-out;
  background-size: cover;
}

.p-text .h2 {
  text-align: center;
  margin: 2rem 0 0 0;
  line-height: 1;
  color: #f3cf37;
}

@media screen and (min-width: 992px) {
  .p-text .h2 {
    text-align: left;
  }
}

.p-text-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  min-height: 200px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media screen and (min-width: 992px) {
  .p-text-bg {
    position: absolute;
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
}

.p-text-bg .c-water-logo {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (min-width: 992px) {
  .p-text-bg .c-water-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-text-bg--c-width {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .p-text-bg--c-width {
    width: -webkit-calc(29% - 30px);
    width: calc(29% - 30px);
  }
}

.p-text-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
  max-width: 730px;
}

@media screen and (min-width: 992px) {
  .p-text-col {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 900px;
  }
}

.p-text-col--c-max-w {
  max-width: 1028px;
}

@media screen and (min-width: 992px) {
  .p-text-col--padding {
    padding: 120px 30px 70px 0;
  }
}

.p-text-title-desc {
  text-align: center;
  margin-top: 35px;
  font-family: "Impact Label Reversed", sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.12em;
  color: #f3cf37;
}

@media screen and (min-width: 992px) {
  .p-text-title-desc {
    text-align: left;
    margin-top: 70px;
    font-size: 48px;
    line-height: 36px;
  }
}

.p-text-desc {
  text-align: center;
  margin-top: 36px;
  font-size: 18px;
  line-height: 1.16;
  letter-spacing: 0.07em;
  color: #ffffff;
}

@media screen and (min-width: 992px) {
  .p-text-desc {
    text-align: left;
    margin-top: 72px;
    font-size: 36px;
    line-height: 36px;
  }
}

.p-text-btn {
  max-width: 672px;
}

.p-text .order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (min-width: 992px) {
  .p-text .order-1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.p-text .order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.p-text .order-2--m-t {
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .p-text .order-2--m-t {
    margin-top: 0;
  }
}

@media screen and (min-width: 992px) {
  .p-text .order-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background-size: cover;
  }
}

.p-text .bulls-logo {
  display: none;
}

@media screen and (min-width: 992px) {
  .p-text .bulls-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hover-text {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -1px;
  background-color: #151515;
  padding: 30px 0;
}

@media screen and (min-width: 992px) {
  .hover-text {
    padding: 232px 0 105px;
  }
}

.hover-text-content {
  text-align: center;
  width: 100%;
  font-family: "Bookman Old Style", sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

@media screen and (min-width: 992px) {
  .hover-text-content {
    text-align: left;
    font-size: 128px;
    line-height: 128px;
    -webkit-text-stroke: 2px #fff;
  }
}

.hover-text-content:not(:last-child) {
  margin-bottom: 8px;
}

.hover-text-content:hover .hover-text-img-bg {
  opacity: 1;
}

.hover-text-img-bg {
  display: none;
}

@media screen and (min-width: 992px) {
  .hover-text-img-bg {
    display: block;
    position: absolute;
    top: 120px;
    right: 0;
    opacity: 0;
    -webkit-transition: 0.4s all linear;
    transition: 0.4s all linear;
  }
}

.hover-text-bg {
  /*-webkit-transition: 0.4s all linear;
  transition: 0.4s all linear;*/
}

.hover-text-bg:hover {
  color: #fff;
  -webkit-text-stroke: 1px #fff;
}

@media screen and (min-width: 992px) {
  .hover-text-bg:hover {
    -webkit-text-stroke: 2px #fff;
  }
}

.hover-text-bg:hover.hover-text-bg--c-color {
  -webkit-text-stroke: 1px #f3cf37;
  color: #f3cf37;
}

@media screen and (min-width: 992px) {
  .hover-text-bg:hover.hover-text-bg--c-color {
    -webkit-text-stroke: 2px #f3cf37;
  }
}

.hover-text-bg:hover ~ .hover-text--color {
  -webkit-text-stroke: 1px #f3cf37;
}

@media screen and (min-width: 992px) {
  .hover-text-bg:hover ~ .hover-text--color {
    -webkit-text-stroke: 2px #f3cf37;
  }
}

.hover-text-bg:hover ~ .hover-text--color-y {
  color: #f3cf37;
  -webkit-text-stroke: 1px #f3cf37;
}

@media screen and (min-width: 992px) {
  .hover-text-bg:hover ~ .hover-text--color-y {
    -webkit-text-stroke: 2px #f3cf37;
  }
}

.hover-text-bg:hover .hover-text-bg--p1 {
  -webkit-text-stroke: 1px #bbb;
  color: #bbb;
}

@media screen and (min-width: 992px) {
  .hover-text-bg:hover .hover-text-bg--p1 {
    -webkit-text-stroke: 2px #bbb;
  }
}

.bulls-logo {
  position: absolute;
  left: -webkit-calc(50% + 30px);
  left: calc(50% + 30px);
  z-index: 2;
  bottom: -36px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 72px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #151415;
  border-radius: 100px;
}

.quality {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  top: -2px;
  width: 100%;
  background-color: #151515;
}

@media screen and (min-width: 992px) {
  .quality {
    padding: 102px 0 146px;
  }
}

.quality .c-cn {
  max-width: 100%;
}

@media screen and (min-width: 1470px) {
  .quality .c-cn {
    max-width: 1440px;
  }
}

.quality.quality-animation .m-first-bg {
  -webkit-animation: bgScale 1s linear;
  animation: bgScale 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.quality.quality-animation .c-water-logo-c-p {
  -webkit-animation: waterLogoSwipe 1s linear;
  animation: waterLogoSwipe 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.quality.quality-animation .c-water-logo-text {
  /*-webkit-animation: waterLogoAnimation 1s linear;
  animation: waterLogoAnimation 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;*/
  transform: rotate(-120deg);
  transition: 1s;
}

.quality.quality-animation .item-bg {
  /*-webkit-animation: bgSize 1s linear;
  animation: bgSize 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;*/
}
.quality .c-row .item-bg {
  background-size: 100% 100%;
  transition: background-size 1s ease-in;
  -moz-transition: background-size 1s ease-in;
  -web-kit-transition: background-size 1s ease-in;
  background-position: center center;
}

.quality:hover .c-row .item-bg {
  background-size: 120% 120%;

  animation-fill-mode: forwards;
}
.quality.quality-animation-out .m-first-bg {
  -webkit-animation: bgScaleOut 1s linear;
  animation: bgScaleOut 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.quality.quality-animation-out .c-water-logo-c-p {
  -webkit-animation: waterLogoSwipeOut 1s linear;
  animation: waterLogoSwipeOut 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.quality.quality-animation-out .c-water-logo-text {
  /*-webkit-animation: waterLogoAnimationOut 1s linear;
  animation: waterLogoAnimationOut 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;*/
  transition: 1s;
}

.quality.quality-animation-out .item-bg {
  /*-webkit-animation: bgSizeOut 1s linear;
  animation: bgSizeOut 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;*/
}

.quality .c-water-logo-c-p {
  width: 230px;
  height: 230px;
  position: absolute;
  right: -230px;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  top: -10px;
  display: none;
}

@media screen and (min-width: 992px) {
  .quality .c-water-logo-c-p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.quality .c-water-logo-c-p .c-water-logo-text {
  width: 230px;
  height: 230px;
  margin-left: 40px;
  margin-top: 25px;
}

.quality .c-water-logo-c-p .c-water-logo-img {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 60px;
}

.quality .c-water-logo-c-p text {
  font-family: "Impact Label Reversed", sans-serif;
  white-space: pre-wrap;
  display: block;
  font-weight: normal;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f3cf37;
}

.quality .cn--row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .quality .cn--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.quality .col-6 {
  width: 100%;
  background-size: cover;
}

@media screen and (min-width: 992px) {
  .quality .col-6 {
    width: 50%;
  }
}

.quality .c-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .quality .c-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.quality .item-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 27vw;
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (min-width: 992px) {
  .quality .item-bg {
    min-height: 392px;
  }
}

.quality .item-title-desc {
  margin-top: 36px;
  font-family: "Impact Label Reversed", sans-serif;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.12em;
  color: #f3cf37;
}

@media screen and (min-width: 992px) {
  .quality .item-title-desc {
    margin-top: 72px;
    font-size: 48px;
  }
}

.quality .item-desc {
  margin-top: 33px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #ffffff;
}

@media screen and (min-width: 992px) {
  .quality .item-desc {
    margin-top: 66px;
    font-size: 36px;
  }
}

.quality .h3 {
  margin: 24px 0 0;
  font-family: "Bookman Old Style", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #f3cf37;
}

@media screen and (min-width: 992px) {
  .quality .h3 {
    margin: 64px 0 0;
    font-size: 72px;
  }
}

.quality .c-col {
  margin: 0 auto;
  max-width: 540px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 576px) {
  .quality .c-col {
    max-width: 720px;
  }
}

@media screen and (min-width: 992px) {
  .quality .c-col {
    width: 50%;
  }
}

.quality .mobile-hide {
  display: none;
}

@media screen and (min-width: 992px) {
  .quality .mobile-hide {
    display: block;
  }
}

.quality .desktop-hide {
  margin-top: 30px;
  display: block;
}

.quality .desktop-hide .item-bg {
  margin: 0 -15px;
}

@media screen and (min-width: 992px) {
  .quality .desktop-hide {
    display: none;
  }
}

.m-menu {
  padding: 0 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  top: -2px;
  width: 100%;
  height: 100%;
  background-color: #151515;
}

@media screen and (min-width: 992px) {
  .m-menu {
    padding: 0 0 72px 0;
  }
}

.m-menu .c-water-logo {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.m-menu .cn--bordered {
  border-top: 4px solid #f3cf37;
  padding-bottom: 36px;
}

@media screen and (min-width: 992px) {
  .m-menu .cn--bordered {
    padding-bottom: 74px;
  }
}

.m-menu-bg {
  position: relative;
  height: 27vw;
  min-height: 100px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 50% 50% !important;
  /*-webkit-animation: bgSizeOut 1s linear;
  animation: bgSizeOut 1s linear;*/
  transition: background-size 1s ease-in;
  -moz-transition: background-size 1s ease-in;
  -web-kit-transition: background-size 1s ease-in;
}

@media screen and (min-width: 992px) {
  .m-menu-bg {
    min-height: 392px;
  }
}

.m-menu-bg:hover {
  /*-webkit-animation: bgSize 1s linear;
  animation: bgSize 1s linear;
  -webkit-animation-fill-mode: forwards;*/
  background-size: 110% 110%;
  animation-fill-mode: forwards;
}

.m-menu-bg--m-t {
  margin-top: 62px;
}

.m-menu-bg--c-pos {
  background-position: 100% 50%;
}

.m-menu-logo {
  margin: 58px 0 103px;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .m-menu-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.m-menu .col-6 {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .m-menu .col-6 {
    width: 50%;
    max-width: 570px;
  }
}

.m-menu .col-6--f-w {
  max-width: 100%;
}

.m-menu .c-row {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .m-menu .c-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.m-menu .c-row .c-water-logo {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.m-menu .c-row--m-t {
  margin-top: 62px;
}

.m-menu-icon {
  max-width: 570px;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .m-menu-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.m-menu-icon--full {
  position: absolute;
  left: 50%;
  top: -28px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: none;
}

@media screen and (min-width: 992px) {
  .m-menu-icon--full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.m-menu .m-bestseller {
  max-width: 366px;
}

.item-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.item-menu--bg {
  display: none;
  bottom: -404px;
  position: absolute;
  content: "";
  width: 100%;
  height: 294px;
  background-color: #f3cf37;
}

@media screen and (min-width: 992px) {
  .item-menu--bg {
    display: block;
  }
}

.item-menu-title {
  position: relative;
  margin: 30px 0 30px;
  font-family: "Bookman Old Style", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 36px;
  line-height: 1.2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #f3cf37;
}

@media screen and (min-width: 992px) {
  .item-menu-title {
    margin: 52px 0 70px;
    font-size: 72px;
    line-height: 72px;
  }
}

.item-menu-pos {
  max-width: 569px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.item-menu-pos:not(:last-child) {
  margin-bottom: 32px;
}

.item-menu-pos--c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: "Bookman Old Style", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #f3cf37;
}

@media screen and (min-width: 992px) {
  .item-menu-pos--c-title {
    font-size: 36px;
  }
}

.item-menu-pos--title {
  font-size: 22px;
  line-height: 1.16;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #ffffff;
}

@media screen and (min-width: 992px) {
  .item-menu-pos--title {
    font-size: 36px;
  }
}

.item-menu-pos--desc {
  margin-top: 18px;
  max-width: 434px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #f3cf37;
}

@media screen and (min-width: 992px) {
  .item-menu-pos--desc {
    font-size: 14px;
  }
}

.item-menu-pos--price {
  font-family: "Bookman Old Style", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  color: #f3cf37;
}

@media screen and (min-width: 992px) {
  .item-menu-pos--price {
    font-size: 72px;
  }
}

.item-menu-pos--type {
  text-align: center;
  margin-bottom: 30px;
  font-family: "Impact Label Reversed", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.12em;
  color: #f3cf37;
}

@media screen and (min-width: 992px) {
  .item-menu-pos--type {
    text-align: left;
    font-size: 48px;
    margin-bottom: 68px;
  }
}

@media screen and (min-width: 992px) {
  .item-menu-pos--m-t {
    margin-top: 43px;
  }
}

.p-locations {
  padding: 30px 0;
  position: relative;
  top: -3px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #151515;
}

@media screen and (min-width: 992px) {
  .p-locations {
    padding: 0 0 120px;
  }
}

.p-locations .h2 {
  text-align: center;
  margin: 0;
  line-height: 1;
  color: #f3cf37;
}

.p-locations-list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .p-locations-list {
    margin-top: 110px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (min-width: 992px) {
  .p-locations-list.active .loc-item:first-child {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}

@media screen and (min-width: 992px) {
  .p-locations-list.active .loc-item:last-child {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}

.p-locations-list:hover.active .loc-item:first-child {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.p-locations-list:hover.active .loc-item:last-child {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.p-locations .w-btn {
  margin-top: 50px;
}

@media screen and (min-width: 992px) {
  .p-locations .w-btn {
    margin-top: 115px;
  }
}

.loc-item {
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 390px;
  width: 100%;
  max-width: 565px;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

@media screen and (min-width: 992px) {
  .loc-item {
    margin: 0;
    height: 466px;
    max-width: 648px;
  }
}

.loc-item:not(:first-child) {
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .loc-item:not(:first-child) {
    margin-top: 0;
    left: -10px;
  }
}

.loc-item--main {
  z-index: 2;
}

.loc-item:after {
  position: relative;
  right: 0;
  content: "";
  height: 100%;
  width: 16px;
  background-image: url("../images/loc-item-after.png");
  background-repeat: no-repeat;
}

.loc-item:before {
  position: relative;
  left: 0;
  content: "";
  height: 100%;
  width: 13px;
  background-image: url("../images/loc-item-before.png");
  background-repeat: no-repeat;
}

.loc-item-city {
  width: 10%;
  height: 100%;
  max-width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3cf37;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #151415;
}

@media screen and (min-width: 992px) {
  .loc-item-city {
    font-size: 24px;
    max-width: 32px;
  }
}

.loc-item-city--rotate {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  left: 2px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media screen and (min-width: 992px) {
  .loc-item-city--rotate {
    left: 2px;
    font-size: 24px;
  }
}

.loc-item-bg {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 100%;
  max-height: 470px;
  width: 0;
  max-width: 223px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 73% 70%;
}

@media screen and (min-width: 325px) {
  .loc-item-bg {
    width: 40%;
  }
}

.loc-item-address {
  margin-top: 20px;
  padding: 23px 0 0;
  background-color: #151415;
}

.loc-item-address--title {
  font-family: "Bookman Old Style", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  color: #f3cf37;
}

@media screen and (min-width: 992px) {
  .loc-item-address--title {
    font-size: 36px;
  }
}

.loc-item-address--phone {
  margin: 25px 0 2px;
}

.loc-item-address--phone,
.loc-item-address--mail {
  font-family: "Bookman Old Style", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #f3cf37;
}

@media screen and (min-width: 992px) {
  .loc-item-address--phone,
  .loc-item-address--mail {
    font-size: 24px;
  }
}

.loc-item-content {
  padding: 15px 15px;
  width: 100%;
  max-width: 250px;
  background-color: #fff;
}

@media screen and (min-width: 325px) {
  .loc-item-content {
    max-width: 293px;
  }
}

@media screen and (min-width: 992px) {
  .loc-item-content {
    padding: 30px 30px;
    max-width: 393px;
  }
}

.loc-item-content--title {
  font-family: "Bookman Old Style", sans-serif;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  color: #151415;
}

@media screen and (min-width: 992px) {
  .loc-item-content--title {
    font-size: 36px;
  }
}

.loc-item .w-btn {
  margin-top: 23px;
}

.c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.c-row--justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-row--m-t {
  margin-top: 15px;
}

@media screen and (min-width: 992px) {
  .c-row--m-t {
    margin-top: 56px;
  }
}

.c-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.w-btn {
  position: relative;
  width: 100%;
  margin-top: 30px;
  font-family: "Bookman Old Style", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  display: inline-block;
  font-size: 2em;
  font-weight: 800;
  color: #f3cf37;
  overflow: hidden;
  background: linear-gradient(to right, #f3cf37, #f3cf37 50%, #fff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.0000001);
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 1.5s ease;
  text-decoration: none;
  /*background: -webkit-gradient(linear, left top, right top, from(#F3CF37), color-stop(50%, #F3CF37), color-stop(50%, #fff));
  background: -webkit-linear-gradient(left, #F3CF37, #F3CF37 50%, #fff 50%);
  background: linear-gradient(to right, #F3CF37, #F3CF37 50%, #fff 50%);*/
}
.safari .w-btn {
  display: -webkit-box;
}
.safari input.w-btn {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
}
.safari input.w-btn:hover {
  background-clip: text;
  -webkit-text-fill-color: #f3cf37;
  -webkit-background-clip: text;
}

.safari .sub-btn:hover input.w-btn {
  background-clip: text;
  -webkit-text-fill-color: #f3cf37;
  -webkit-background-clip: text;
}

.sub-btn:hover input.w-btn {
  background-position: 0 100%;
}

.w-btn::before {
  position: absolute;
  content: attr(data-content);
  top: 0;
  left: 0;
  color: #f3cf37;
  text-decoration: underline;
  overflow: hidden;
  transition: width 1.5s ease;
}
.w-btn:hover::before {
  width: 100%;
}
.sub-btn:hover .w-btn::before {
  width: 100%;
}
.p-text-form .sub-btn input {
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .w-btn {
    font-size: 36px;
    line-height: 42px;
    padding: 15px 5px;
  }
}

.w-btn--bordered {
  border: 6px double #fff;
  border-left: none;
  border-right: none;
  background: #151515;
  color: #fff;
  -webkit-text-fill-color: #fff;
}

@media screen and (min-width: 992px) {
  .w-btn--bordered {
    border: 7px double #fff;
    border-left: none;
    border-right: none;
  }
}

.w-btn-line-top,
.w-btn-line-bottom {
  display: block;
  content: "";
  position: relative;
  height: 1px;
  width: 100%;
  background-color: #fff;
}

@media screen and (min-width: 992px) {
  .w-btn-line-top,
  .w-btn-line-bottom {
    height: 2px;
  }
}

.w-btn-line-top:after,
.w-btn-line-bottom:after {
  left: 0;
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  -webkit-transition: 0.8s all linear;
  transition: 0.8s all linear;
}

@media screen and (min-width: 992px) {
  .w-btn-line-top:after,
  .w-btn-line-bottom:after {
    height: 2px;
  }
}

.w-btn:hover {
  background-position: 0 100%;
}

.w-btn:hover .w-btn-line-top:after {
  top: 0;
  width: 100%;
  background-color: #f3cf37;
}

.w-btn:hover .w-btn-line-bottom:after {
  top: 0;
  width: 100%;
  background-color: #f3cf37;
}

.w-btn-line-top {
  top: -6px;
}

.w-btn-line-top--pos {
  top: 0;
}

.w-btn-line-bottom {
  bottom: -6px;
}

.w-btn-line-bottom--pos {
  bottom: 0;
}

p {
  margin: 0;
}

.c-water-logo {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}

@media screen and (min-width: 992px) {
  .c-water-logo {
    width: 140px;
    height: 140px;
  }
}

.c-water-logo-text {
  width: 80px;
  height: 80px;
}

@media screen and (min-width: 992px) {
  .c-water-logo-text {
    width: 140px;
    height: 140px;
  }
}

.c-water-logo-text svg {
  width: 80px;
  height: 80px;
}

@media screen and (min-width: 992px) {
  .c-water-logo-text svg {
    width: 140px;
    height: 140px;
  }
}

.c-water-logo text {
  font-family: "Bookman Old Style", sans-serif;
  white-space: inherit;
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ffffff;
}

.c-water-logo svg {
  position: relative;
  z-index: 2;
}

.c-water-logo-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #151415;
  -webkit-box-shadow: 1px 1px 25px 3px #f1ce34;
  box-shadow: 1px 1px 25px 3px #f1ce34;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
}

.c-water-logo-img img {
  max-width: 24px;
}

@media screen and (min-width: 992px) {
  .c-water-logo-img img {
    max-width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .c-water-logo-img {
    width: 72px;
    height: 72px;
  }
}

.c-water-logo-img--m-t {
  margin-top: 7px;
}

.m-bestseller {
  margin: 0 auto;
  width: 100%;
  max-width: 466px;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 3;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media screen and (min-width: 992px) {
  .m-bestseller {
    margin: 0;
  }
}

.m-bestseller--shadow .m-bestseller-top {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.m-bestseller--shadow .m-bestseller-bg {
  z-index: -1;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.m-bestseller--shadow .m-bestseller-tag {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.m-bestseller--shadow .m-bestseller-content {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.m-bestseller--pos {
  position: absolute;
  right: -17%;
  bottom: 9%;
}

.m-bestseller--pos-center {
  left: 0;
}

@media screen and (min-width: 992px) {
  .m-bestseller--pos-center {
    left: 12%;
  }
}

.m-bestseller--rotate {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media screen and (min-width: 992px) {
  .m-bestseller--rotate {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}

.m-bestseller-active {
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.m-bestseller-active:hover.m-bestseller--rotate {
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media screen and (min-width: 992px) {
  .m-bestseller-active:hover.m-bestseller--rotate {
    left: 10%;
  }
}

.m-bestseller--main {
  z-index: 2;
}

.m-bestseller--a-rotate {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media screen and (min-width: 992px) {
  .m-bestseller--a-rotate {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}

.m-bestseller:after {
  position: absolute;
  left: 0;
  bottom: -12px;
  content: "";
  height: 13px;
  width: 100%;
  background-image: url("../images/hor-loc-item-before.png");
  background-repeat: no-repeat;
  background-size: auto;
}

.m-bestseller:before {
  position: absolute;
  left: 0;
  top: -10px;
  content: "";
  height: 11px;
  width: 100%;
  background-image: url("../images/hor-loc-item-after.png");
  background-repeat: no-repeat;
  background-size: auto;
}

.m-bestseller-top {
  text-align: center;
  background-color: #f3cf37;
  font-family: "Bookman Old Style", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #151415;
}

@media screen and (min-width: 992px) {
  .m-bestseller-top {
    font-size: 24px;
    line-height: 30px;
  }
}

.m-bestseller-bg {
  content: "";
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 470px;
  height: 100%;
  min-height: 180px;
  background-size: 160%;
  background-position: 72% 65%;
}

.m-bestseller-bg-c {
  background-size: 100%;
}

.m-bestseller-tag {
  padding: 4px 0 7px;
  display: inline-block;
  width: 100%;
  font-family: "Impact Label Reversed", sans-serif;
  text-align: center;
  background-color: #151515;
  font-weight: normal;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  color: #f3cf37;
}

@media screen and (min-width: 992px) {
  .m-bestseller-tag {
    font-size: 36px;
  }
}

.m-bestseller-tag--bg {
  background-color: #fff;
  color: #000;
}

.m-bestseller-content {
  padding: 30px 15px 11px 15px;
  background-color: #fff;
  color: #151415;
}

@media screen and (min-width: 992px) {
  .m-bestseller-content {
    padding: 30px 19px 11px 32px;
  }
}

.m-bestseller-content--bg-col {
  background-color: #f3cf37;
}

.m-bestseller-content--title {
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .m-bestseller-content--title {
    text-align: left;
    font-size: 36px;
  }
}

.m-bestseller-content--title-c {
  padding: 20px 19px 11px 32px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .m-bestseller-content--title-c {
    padding: 30px 19px 11px 32px;
  }
}

.m-bestseller-content--desc {
  text-align: center;
  margin-top: 15px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .m-bestseller-content--desc {
    margin-top: 33px;
    text-align: left;
  }
}

.m-bestseller-content--price {
  text-align: center;
  font-family: "Bookman Old Style", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.16;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .m-bestseller-content--price {
    text-align: left;
    font-size: 72px;
    line-height: 88px;
  }
}

.m-bestseller-content--price-c {
  padding: 0 19px 0 32px;
  text-align: center;
}

.m-bestseller-content--btn {
  margin-top: 0;
  max-width: 100%;
  color: #fff;
  background-color: #151515;
}
.m-bestseller-content--btn.w-btn {
  -webkit-text-fill-color: #fff;
  background: #151515;
  color: #fff;
}
.black-border {
  padding: 4px 0;
  border-top: 4px solid #151515;
  border-bottom: 4px solid #151515;
}
@media screen and (min-width: 992px) {
  .m-bestseller-content--btn {
    max-width: 260px;
  }
}

.m-bestseller-content--btn-c {
  margin-top: 0;
  color: #fff;
  background-color: #151515;
}

.m-bestseller-content .c-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .m-bestseller-content .c-row {
    margin-top: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.m-bestseller-content-c {
  padding: 0 0 20px 0;
}

@media screen and (min-width: 992px) {
  .m-bestseller-content-c {
    padding: 0 0 30px 0;
  }
}

@-webkit-keyframes btnAnimation {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes btnAnimation {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes btnAnimationOut {
  0% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

@keyframes btnAnimationOut {
  0% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

@-webkit-keyframes bestsellerAnimation {
  0% {
    right: -17%;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  50% {
    right: -12%;
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  100% {
    right: 3%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes bestsellerAnimation {
  0% {
    right: -17%;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  50% {
    right: -12%;
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  100% {
    right: 3%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes bestsellerAnimationOut {
  0% {
    right: 3%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    right: -12%;
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  100% {
    right: -17%;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}

@keyframes bestsellerAnimationOut {
  0% {
    right: 3%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    right: -12%;
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  100% {
    right: -17%;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}

@-webkit-keyframes bestsellerAnimationBg {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.5;
  }
}

@keyframes bestsellerAnimationBg {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.5;
  }
}

@-webkit-keyframes bestsellerAnimationBgOut {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}

@keyframes bestsellerAnimationBgOut {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes bestsellerOutAnimation {
  0% {
    right: -17%;
  }

  50% {
    right: -30%;
  }

  100% {
    right: -70%;
  }
}

@keyframes bestsellerOutAnimation {
  0% {
    right: -17%;
  }

  50% {
    right: -30%;
  }

  100% {
    right: -70%;
  }
}

@-webkit-keyframes bestsellerInAnimation {
  0% {
    right: -70%;
  }

  50% {
    right: -30%;
  }

  100% {
    right: -17%;
  }
}

@keyframes bestsellerInAnimation {
  0% {
    right: -70%;
  }

  50% {
    right: -30%;
  }

  100% {
    right: -17%;
  }
}

@-webkit-keyframes waterLogoAnimation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }

  100% {
    -webkit-transform: rotate(-125deg);
    transform: rotate(-125deg);
  }
}

@keyframes waterLogoAnimation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }

  100% {
    -webkit-transform: rotate(-125deg);
    transform: rotate(-125deg);
  }
}

@-webkit-keyframes waterLogoAnimationOut {
  0% {
    -webkit-transform: rotate(-125deg);
    transform: rotate(-125deg);
  }

  50% {
    -webkit-transform: rotate(-105deg);
    transform: rotate(-105deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes waterLogoAnimationOut {
  0% {
    -webkit-transform: rotate(-125deg);
    transform: rotate(-125deg);
  }

  50% {
    -webkit-transform: rotate(-105deg);
    transform: rotate(-105deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes bgScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes bgScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@-webkit-keyframes bgScaleOut {
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }

  60% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bgScaleOut {
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }

  60% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes waterLogoSwipe {
  0% {
    right: -230px;
  }

  100% {
    right: 50%;
  }
}

@keyframes waterLogoSwipe {
  0% {
    right: -230px;
  }

  100% {
    right: 50%;
  }
}

@-webkit-keyframes waterLogoSwipeOut {
  0% {
    right: 50%;
  }

  100% {
    right: -230px;
  }
}

@keyframes waterLogoSwipeOut {
  0% {
    right: 50%;
  }

  100% {
    right: -230px;
  }
}

@-webkit-keyframes bgSize {
  0% {
    background-size: 100%;
  }

  60% {
    background-size: 102%;
  }

  100% {
    background-size: 110%;
  }
}

@keyframes bgSize {
  0% {
    background-size: 100%;
  }

  60% {
    background-size: 102%;
  }

  100% {
    background-size: 110%;
  }
}

@-webkit-keyframes bgSizeOut {
  0% {
    background-size: 110%;
  }

  60% {
    background-size: 102%;
  }

  100% {
    background-size: 100%;
  }
}

@keyframes bgSizeOut {
  0% {
    background-size: 110%;
  }

  60% {
    background-size: 102%;
  }

  100% {
    background-size: 100%;
  }
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.c-first {
  padding: 0 0 30px;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #151515;
  top: 94px;
  margin-bottom: 93px;
}

@media screen and (min-width: 992px) {
  .c-first {
    height: -webkit-calc(100vh - 227px);
    height: calc(100vh - 227px);
    top: 227px;
    margin-bottom: 227px;
  }
}

.c-first.c-first-animation .h1 {
  color: #f3cf37;
  -webkit-text-stroke: 1px #f3cf37;
  transition: 1s;
}

@media screen and (min-width: 992px) {
  .c-first.c-first-animation .h1 {
    -webkit-text-stroke: 2px #f3cf37;
  }
}

.c-first.c-first-animation .c-water-logo-text {
  /*-webkit-animation: waterLogoAnimation 1s linear;
  animation: waterLogoAnimation 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;*/
  transform: rotate(-120deg);
  transition: 1s;
}

.c-first.c-first-animation .c-first-bg {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: 1s;
  background-size: 110%;
}

.c-first.c-first-animation .m-first-arrow-down {
  color: #f3cf37;
}

.c-first.c-first-animation .m-first-arrow-down--text {
  color: #f3cf37;
  opacity: 1;
}

.c-first.c-first-animation-out .c-water-logo-text {
  /*-webkit-animation: waterLogoAnimationOut 1s linear;
  animation: waterLogoAnimationOut 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;*/
  transition: 1s;
}

.c-first-contact-link {
  font-family: "Bookman Old Style", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  color: #f3cf37;
}

.c-first-contact-link:first-child {
  margin-top: 112px;
}

.c-first-bg {
  content: "";
  width: 100%;
  height: 25vw;
  max-height: 90px;
  background-position: 50% 60%;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

@media screen and (min-width: 992px) {
  .c-first-bg {
    height: 18vw;
    max-height: 400px;
  }
}

.c-first .cn {
  position: relative;
  height: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (min-width: 992px) {
  .c-first .cn {
    height: -webkit-calc(100vh - 483px);
    height: calc(100vh - 483px);
    min-height: 340px;
  }
}

.c-first .h1 {
  text-align: center;
  padding: 30px 0;
  margin: 0;
  color: transparent;
  -webkit-text-stroke: 1px #bbbbbb;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

@media screen and (min-width: 992px) {
  .c-first .h1 {
    text-align: left;
    padding: 0;
    -webkit-text-stroke: 2px #bbbbbb;
  }
}

.c-first .m-first-arrow-down {
  margin-top: auto;
  position: relative;
  left: 0;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 0;
  font-size: 32px;
  color: #fff;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

@media screen and (min-width: 992px) {
  .c-first .m-first-arrow-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: 0;
    margin-top: 40px;
    font-size: 80px;
  }
}

.c-first .m-first-arrow-down i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.c-first .m-first-arrow-down i:before {
  margin: 0;
  line-height: 1;
}

.c-first .m-first-arrow-down--text {
  opacity: 0;
  font-family: "Bookman Old Style", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 112px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #bbb;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

@media screen and (min-width: 992px) {
  .c-first .m-first-arrow-down--text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-first .c-water-logo {
  position: absolute;
  top: 0;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 992px) {
  .c-first .c-water-logo {
    right: 0;
  }
}

.c-first .col-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-first .col-6--a-r {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-text.p-text-bg-animated .c-water-logo-text {
  /*-webkit-animation: waterLogoAnimation 1s linear;
  animation: waterLogoAnimation 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;*/
  transform: rotate(-130deg);
  transition: 1s;
}

.p-text.p-text-bg-animated .p-text-bg {
  /*-webkit-animation: bgSize 1s linear;
  animation: bgSize 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;*/
  background-size: 110%;
  transition: background-size 1s ease-in;
  -moz-transition: background-size 1s ease-in;
  -web-kit-transition: background-size 1s ease-in;
}

.p-text.p-text-bg-animated-out .c-water-logo-text {
  /*-webkit-animation: waterLogoAnimationOut 1s linear;
  animation: waterLogoAnimationOut 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;*/
  transition: 1s;
}

.p-text.p-text-bg-animated-out .p-text-bg {
  /*-webkit-animation: bgSizeOut 1s linear;
  animation: bgSizeOut 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;*/
  background-size: 100%;
  transition: 1s;
}

.p-text .c-water-logo {
  top: 0;
  left: 0;
}

.p-text-left .p-text-bg {
  left: 0;
}

.p-text-left .cn--row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (min-width: 992px) {
  .p-text-left .p-text-col--padding {
    padding: 120px 0 70px 30px;
  }
}

.hover-text {
  margin-bottom: -4px;
}

.hover-text--padding {
  padding: 30px 0;
}

@media screen and (min-width: 992px) {
  .hover-text--padding {
    padding: 236px 0 262px;
  }
}

.hover-text-content--about {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #fff;
}

@media screen and (min-width: 992px) {
  .hover-text-content--about {
    font-size: 72px;
  }
}

.hover-text .c-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .hover-text .c-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.hover-text .col-6 {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .hover-text .col-6 {
    width: -webkit-calc(50% - 4px);
    width: calc(50% - 4px);
  }
}

@media screen and (min-width: 992px) {
  .quality-padding {
    padding: 0 0 170px;
  }
}

.quality-padding .c-water-logo-c-p {
  top: -115px;
}

.a-bulls-logo {
  position: relative;
  top: -3px;
  margin-bottom: -4px;
  width: 100%;
  height: 100%;
  padding: 77px 0;
  background-color: #151515;
}

.a-bulls-logo.active .c-water-logo-text {
  /*-webkit-animation: waterLogoAnimation 1s linear;
  animation: waterLogoAnimation 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;*/
  transform: rotate(-120deg);
  transition: 2s;
}

.a-bulls-logo.active .c-water-logo-img-item-1,
.a-bulls-logo.active .c-water-logo-img-item-2,
.a-bulls-logo.active .c-water-logo-img-item-3 {
  opacity: 1;
}

.a-bulls-logo.active-out .c-water-logo-text {
  /*-webkit-animation: waterLogoAnimationOut 1s linear;
  animation: waterLogoAnimationOut 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;*/
  transition: 2s;
}

.a-bulls-logo .cn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100%;
}

@media screen and (min-width: 992px) {
  .a-bulls-logo .cn {
    min-height: -webkit-calc(100vh - 227px);
    min-height: calc(100vh - 227px);
  }
}

.a-bulls-logo .c-water-logo {
  width: 280px;
  height: 280px;
}

@media screen and (min-width: 992px) {
  .a-bulls-logo .c-water-logo {
    width: 700px;
    height: 700px;
  }
}

.a-bulls-logo .c-water-logo-img {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 80px;
  height: 80px;
}

@media screen and (min-width: 992px) {
  .a-bulls-logo .c-water-logo-img {
    width: 234px;
    height: 234px;
  }
}

.a-bulls-logo .c-water-logo-img img {
  max-width: 100%;
}

.a-bulls-logo .c-water-logo text {
  font-family: "Impact Label Reversed", sans-serif;
  white-space: pre-wrap;
  display: block;
  font-weight: normal;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px #f3cf37;
}

.a-bulls-logo .c-water-logo-text {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 144px;
  line-height: 110px;
  letter-spacing: 0.16em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: transparent;
}

.a-bulls-logo .c-water-logo-text svg {
  width: 280px;
  height: 280px;
}

@media screen and (min-width: 992px) {
  .a-bulls-logo .c-water-logo-text svg {
    width: 700px;
    height: 700px;
  }
}

.a-bulls-logo .c-water-logo-img-item-1,
.a-bulls-logo .c-water-logo-img-item-2,
.a-bulls-logo .c-water-logo-img-item-3 {
  width: 30%;
  display: block;
  position: absolute;
  opacity: 1;
  z-index: 1;
  -webkit-transition: 1s all linear;
  transition: 1s all linear;
}

@media screen and (min-width: 992px) {
  .a-bulls-logo .c-water-logo-img-item-1,
  .a-bulls-logo .c-water-logo-img-item-2,
  .a-bulls-logo .c-water-logo-img-item-3 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    opacity: 0;
  }
}

.a-bulls-logo .c-water-logo-img-item-1 {
  top: 0;
  left: 15%;
}

.a-bulls-logo .c-water-logo-img-item-2 {
  top: 15%;
  right: -15%;
}

.a-bulls-logo .c-water-logo-img-item-3 {
  bottom: 0;
  left: -10%;
}

.bestsellers {
  padding: 30px 0;
  background-color: #151515;
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .bestsellers {
    padding: 220px 0 180px;
  }
}

.bestsellers .h2 {
  text-align: center;
  margin: 0;
  color: #f3cf37;
}

.bestsellers-items {
  position: relative;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .bestsellers-items {
    padding: 115px 0;
  }
}

.bestsellers .m-bestseller {
  min-height: 520px;
  margin: 0 auto;
  max-width: 300px;
}

@media screen and (min-width: 992px) {
  .bestsellers .m-bestseller {
    margin: 0;
    max-width: 466px;
  }
}

.bestsellers .m-bestseller:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .bestsellers .m-bestseller:not(:last-child) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .bestsellers .m-bestseller-siblings:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    background-color: #151515;
    opacity: 0.5;
  }
}

.bestsellers .m-bestseller-active {
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.bestsellers .m-bestseller-active:hover {
  position: relative;
  z-index: 4;
}

.bestsellers .m-bestseller-active:hover.m-bestseller--rotate {
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.bestsellers .m-bestseller-active:hover.m-bestseller--a-rotate {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.bestsellers .m-bestseller-active:hover .w-btn {
  opacity: 1;
}

.bestsellers .m-bestseller .w-btn {
  opacity: 1;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

@media screen and (min-width: 992px) {
  .bestsellers .m-bestseller .w-btn {
    opacity: 0;
  }
}

.p-text-form {
  padding: 93px 0 141px;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #151515;
}

.p-text-form .h2 {
  margin: 0;
  color: #f3cf37;
}

.p-text-form-desc {
  max-width: 1028px;
  margin-top: 43px;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #ffffff;
}

.location-list {
  padding: 30px 0;
  width: 100%;
  position: relative;
  height: 100%;
  background-color: #151515;
}

@media screen and (min-width: 992px) {
  .location-list {
    padding: 160px 0;
  }
}

.location-list-items {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 992px) {
  .location-list-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.location-list .loc-item {
  margin: 0 auto 30px;
  max-width: 560px;
}

@media screen and (min-width: 992px) {
  .location-list .loc-item {
    width: 50%;
    margin: 0 0 220px;
    max-width: 672px;
  }
}

.location-list .loc-item .c-water-logo {
  display: none;
}

@media screen and (min-width: 325px) {
  .location-list .loc-item .c-water-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.location-list .loc-item-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.location-list .loc-item:hover:nth-child(even) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 4;
}

@media screen and (min-width: 992px) {
  .location-list .loc-item:hover:nth-child(even) {
    left: -10px;
  }
}

.location-list .loc-item:hover:nth-child(odd) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 4;
}

.location-list .loc-item:not(:first-child) {
  left: 0;
}

@media screen and (min-width: 992px) {
  .location-list .loc-item:nth-child(even) {
    left: -10px;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}

.location-list .loc-item:nth-child(even) .loc-item-address {
  background-color: #f3cf37;
}

.location-list .loc-item:nth-child(even) .loc-item-address--title,
.location-list .loc-item:nth-child(even) .loc-item-address--phone,
.location-list .loc-item:nth-child(even) .loc-item-address--mail {
  color: #151515;
}
.loc-item-address a:hover {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .location-list .loc-item:nth-child(odd) {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  outline-offset: -4px;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  resize: vertical;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  text-align: center;
}

textarea {
  resize: none;
}

select {
  width: 100%;
  max-width: 100%;
  height: 55px;
  padding: 16px 25px 12px 15px;
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 1px solid #a8a8a8;
  border-radius: 3px;
  color: #3e4148;
  font-size: 18px;
  line-height: 23px;
}

.input-text {
  width: 100%;
  max-width: 100%;
  padding: 16px 16px 12px 15px;
  border: 1px solid #939393;
  font-size: 16px;
  line-height: 23px;
  color: #3e4148;
}

.input-text:focus {
  border: 1px solid #000;
  outline-color: transparent;
}

.input-text::-webkit-input-placeholder {
  color: #85929f;
}

.input-text:-moz-placeholder {
  color: #85929f;
}

.input-text::-moz-placeholder {
  color: #85929f;
}

.input-text:-ms-input-placeholder {
  color: #85929f;
}

.input-text.error {
  border-color: red;
}

.footer {
  padding: 30px 0 50px;
  position: relative;
  top: -4px;
  margin-bottom: -4px;
  width: 100%;
  background-color: #151515;
}

.footer-logo-line {
  position: relative;
  height: 50px;
  width: 100%;
  background-size: auto;
  background-repeat: repeat-x;
  background-position: 50% 50%;
  background-color: #151515;
}

@media screen and (min-width: 992px) {
  .footer-logo-line {
    height: 72px;
  }
}

.footer-logo-line:before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-radial-gradient(
    50% 50% at 50% 50%,
    rgba(21, 20, 21, 0) 41.15%,
    #151415 100%
  );
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(21, 20, 21, 0) 41.15%,
    #151415 100%
  );
}

.footer-top {
  width: 100%;
  padding: 30px 0;
  border-top: 2px solid #f3cf37;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .footer-top {
    border-top: 4px solid #f3cf37;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 70px 0;
  }
}
.footer-top .menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-top .menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-top--link,
.footer-top .menu a {
  font-family: "Bookman Old Style", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.footer-top--link:visited,
.footer-top .menu a:visited {
  color: #ffffff;
}

@media screen and (min-width: 992px) {
  .footer-top--link {
    font-size: 18px;
  }
}

.footer-phone {
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .footer-phone {
    margin-top: 50px;
  }
}

.footer-address,
.footer-phone,
.footer-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Bookman Old Style", sans-serif;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.16;
  color: #f3cf37;
}

@media screen and (min-width: 992px) {
  .footer-address,
  .footer-phone,
  .footer-mail {
    text-align: right;
    font-size: 36px;
    line-height: 36px;
  }
}

.footer .col-4 {
  width: 100%;
}

.footer .col-4:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .footer .col-4:not(:last-child) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .footer .col-4 {
    width: 33.3%;
  }
}

.footer .col-4--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .w-btn {
  margin-top: 0;
  color: #f3cf37;
  border-color: #f3cf37;
}

.footer nav {
  margin: 36px 0 26px;
  border-top: 4px solid #bbb;
  border-bottom: 4px solid #bbb;
  display: none;
}

@media screen and (min-width: 992px) {
  .footer nav {
    display: block;
  }
}

.footer ul {
  margin: 0;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
}

.footer ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer ul a {
  font-family: "Bookman Old Style", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #bbbbbb;
}

.footer ul i {
  color: #fff;
  font-size: 20px;
}

.footer-bottom {
  margin-top: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .footer-bottom {
    margin-top: 0;
  }
}

.footer-bottom--title {
  font-family: "Bookman Old Style", sans-serif;
  padding: 0 2px;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #bbb;
}

.footer-bottom--title:after {
  z-index: 0;
  bottom: 4px;
  right: 0;
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: -webkit-calc(50% - 48px);
  width: calc(50% - 48px);
  background-color: #bbb;
}

@media screen and (min-width: 992px) {
  .footer-bottom--title:after {
    height: 4px;
  }
}

.footer-bottom--title:before {
  z-index: 0;
  bottom: 4px;
  left: 0;
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: -webkit-calc(50% - 48px);
  width: calc(50% - 48px);
  background-color: #bbb;
}

@media screen and (min-width: 992px) {
  .footer-bottom--title:before {
    height: 4px;
  }
}

.footer-bulls-logo {
  width: 140px;
  height: 140px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-bulls-text {
  white-space: pre-wrap;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ffffff;
}

.footer-bulls-img {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.footer-bulls-img--m-t {
  margin-top: 7px;
}

.footer .c-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .c-water-logo:hover .c-water-logo-text text {
  fill: #f3cf37;
}

.footer .c-water-logo:hover .c-water-logo-text:hover {
  /*-webkit-animation: waterLogoAnimation 1s linear;
  animation: waterLogoAnimation 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;*/
  transform: rotate(-130deg);
}

.footer .c-water-logo-text {
  /*-webkit-animation: waterLogoAnimationOut 1s linear;
  animation: waterLogoAnimationOut 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;*/
  transition: 2s;
}

.footer .c-water-logo-text text {
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.footer .c-water-logo-img {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.insta-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.insta-logo:hover .insta-logo-text {
  color: #f3cf37;
  /*-webkit-animation: waterLogoAnimation 1s linear;
  animation: waterLogoAnimation 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;*/
  transform: rotate(-140deg);
}

.insta-logo:hover .insta-logo-icon {
  color: #151515;
  background-color: #f3cf37;
}

.insta-logo-text {
  font-family: "Bookman Old Style", sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.15;
  letter-spacing: 0em;
  word-spacing: 15px;
  text-transform: uppercase;
  color: #ffffff;
  /*-webkit-animation: waterLogoAnimationOut 1s linear;
  animation: waterLogoAnimationOut 1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition: .3s all linear;
  transition: .3s all linear;*/
  transition: 2s;
}

.insta-logo-text svg {
  width: 200px;
  height: 200px;
}

@media screen and (min-width: 992px) {
  .insta-logo-text svg {
    width: 284px;
    height: 284px;
  }
}

.insta-logo-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 74px;
  color: #fff;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.insta-logo-icon i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.insta-logo-icon i:before {
  margin: 0;
}

.row-form {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.row-form br {
  display: none;
}
.row-form span {
  width: 30%;
}
.row-form span input {
  width: 100%;
}
.row-form .text-684 {
  width: 65%;
}
.form-radio {
  text-align: center;
}
.form-radio input {
  display: none;
}
form .y-text {
  color: #f3cf37;
  font-size: 24px;
  text-transform: uppercase;
  font-family: Acumin Pro;
  margin: 50px 0 40px 0;
}

.form-radio span {
  font-size: 24px;
  text-transform: uppercase;
  font-family: Acumin Pro;
}
.wpcf7-form {
  margin-top: 50px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"] {
  background: transparent;
  border: 1px solid #bbb;
  text-align: center;
  font-size: 24px;
  font-family: Acumin Pro;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #bbb;
}
.wpcf7-form input[type="submit"] {
  /*border: 2px solid #fff;*/
}
.wpcf7-form input::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
  color: #bbb;
}
.wpcf7-form input:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder {
  color: #bbb;
}
.wpcf7-form input::-ms-input-placeholder,
.wpcf7-form textarea::-ms-input-placeholder {
  color: #bbb;
}
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: #bbb;
}

.wpcf7-form input:focus::-webkit-input-placeholder,
.wpcf7-form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.wpcf7-form input:focus::-moz-placeholder,
.wpcf7-form textarea:focus::-moz-placeholder {
  color: transparent;
}

.wpcf7-form input:focus:-moz-placeholder,
.wpcf7-form textarea:focus:-moz-placeholder {
  color: transparent;
}

.wpcf7-form input:focus:-ms-input-placeholder,
.wpcf7-form textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.wpcf7-form input:focus,
.wpcf7-form input:active {
  color: #bbb;
}
.textar-half {
  display: flex;
  justify-content: space-between;
}
.form-50 {
  width: 47%;
}
.r3 p:last-child {
  margin-bottom: 83px;
}
.textar-half textarea {
  background: transparent;
  border: 1px solid #bbb;
  text-align: center;
  font-size: 24px;
  font-family: Acumin Pro;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #bbb;
  padding-top: 140px;
  padding-bottom: 140px;
  max-height: 310px;
}
.textar-half textarea:focus,
.textar-half textarea:active {
  color: #bbb;
}
.sub-btn {
  margin-top: 80px;
  padding: 4px 0;
  /*border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: 2s;*/
}
.sub-btn input {
  width: 100%;
  border: none;
  /*border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;*/
  border-radius: 0;
  font-family: Bookman Old Style;
  font-size: 36px;
  color: #fff;
}
.row-50 {
  display: flex;
  justify-content: space-between;
}
.inp50 {
  width: 46%;
}
.contact-form span input {
  width: 100%;
}
.contact-form input {
  margin-bottom: 32px;
}

.contact-form textarea {
  background: transparent;
  border: 1px solid #bbb;
  text-align: center;
  font-size: 24px;
  font-family: Acumin Pro;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #bbb;
  padding-top: 140px;
  padding-bottom: 140px;
  max-height: 310px;
}
.sub-btn input:hover {
  cursor: pointer;
  /*border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-animation: slide 0.5s forwards;
   -webkit-animation-delay: 2s;
   animation: slide 0.5s forwards;
   animation-delay: 2s;*/
}
.contact-form .sub-btn input {
  margin: 0;
}
.contact-form .sub-btn:hover {
  /*border-top: 2px solid #F3CF37;
  border-bottom: 2px solid #F3CF37;*/
}
.contact-form .sub-btn input:hover {
  /*border-top: 2px solid #F3CF37;
  border-bottom: 2px solid #F3CF37;*/
  color: #f3cf37;
  transition: 2s;
}
.sub-btn .ajax-loader {
  display: none !important;
}
.btn-border-line {
  width: 100%;
  height: 2px;
  background: #fff;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.btn-border-line:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(
    to right,
    #f3cf37 0%,
    #f3cf37 50%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  transition: left 2s;
}
.sub-btn:hover .btn-border-line:before {
  left: 0;
}
.insta-logo-icon a:visited {
  color: #fff;
}
.insta-logo-icon a:hover {
  color: #151515;
}
.insta-logo:hover .insta-logo-icon a {
  color: #151515;
}
.insta-logo-icon a {
  color: #fff;
}
@media (max-width: 1439px) {
  .contact-form form {
    max-width: 80%;
  }
  .item-menu-pos--price {
    font-size: 45px;
  }
  .m-menu .col-6 {
    padding: 0 15px;
  }
  .p-text .h2 {
    font-size: 55px;
  }
  .p-text-title-desc {
    font-size: 40px;
  }
  .p-text-desc {
    max-width: 80%;
  }
  .p-text-btn {
    max-width: 65%;
  }
  .p-text-about-second .p-text-col {
    max-width: 50%;
  }
}

@media (max-width: 1024px) {
  .m-first .m-bestseller {
    display: none !important;
  }
  .m-first .c-water-logo {
    display: none !important;
  }
  .m-first h1 {
    /*font-size: 75px;*/
    text-align: center !important;
    margin-bottom: 200px !important;
  }
  .m-first-arrow-down {
    display: none;
  }
  .p-text .h2 {
    font-size: 50px;
  }
  .p-text-title-desc,
  .p-text-desc {
    max-width: 65%;
  }
  .p-text-btn {
    font-size: 20px;
    max-width: 65%;
  }
  .quality .c-row .item-bg {
    background-size: cover !important;
  }
  .quality .h3 {
    font-size: 55px;
  }
  .quality .item-desc {
    padding: 0 15px;
    font-size: 30px;
  }
  .c-first-bg {
    min-height: 200px;
  }
  .p-text-about-second h2 {
    padding-left: 220px;
  }
  .p-text-about-second .p-text-title-desc,
  .p-text-about-second .p-text-desc {
    max-width: 100%;
    font-size: 20px;
    padding-left: 220px;
  }
  .contact-form form {
    max-width: 75%;
  }
  .p-text-about-second .p-text-col {
    max-width: 730px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .p-text-about-second .p-text-btn {
    max-width: 100%;
    padding-left: 220px;
  }
}
@media (max-width: 991px) {
  .m-first-bg {
    background-size: cover !important;
  }
  .p-text-title-desc,
  .p-text-desc,
  .p-text-btn {
    max-width: 100%;
  }
  .p-text-about-second .p-text-title-desc,
  .p-text-about-second .p-text-desc,
  .p-text-about-second h2 {
    padding-left: 0;
  }
}
@media (max-width: 748px) {
  .contact-form form {
    max-width: 100%;
  }
  .row-form {
    flex-wrap: wrap;
    margin-bottom: 0;
    max-width: 100%;
  }
  .row-form span {
    width: 100%;
    margin-bottom: 30px;
  }
  .row-form .text-684 {
    width: 100%;
  }
  form .y-text {
    font-size: 16px;
    max-width: 100%;
  }
  .form-radio span {
    font-size: 16px;
  }
  .form-radio p:last-child {
    margin-left: -20px;
  }
  .textar-half {
    flex-wrap: wrap;
    max-width: 100%;
  }
  .form-50 {
    width: 100%;
  }
  .textar-half textarea {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="tel"],
  .wpcf7-form input[type="email"] {
    font-size: 16px;
  }
  .cont-block {
    margin-left: -100px;
  }
  .row-50 {
    flex-wrap: wrap;
  }
  .inp-50 {
    width: 100%;
  }
  .c-first-contact-link {
    font-size: 25px;
  }
  .c-first-bg {
    background-size: 115%;
    -webkit-filter: none;
    filter: none;
    margin-top: -60px;
  }
}

.footer-top #menu-footer-menu li a {
  pointer-events: none;
  cursor: not-allowed;
}
input[type="submit"].w-btn {
  padding: 0 5px;
}
form.wpcf7-form.init .btn-border-line + .btn-border-line {
  margin-bottom: 0;
}
