@charset "UTF-8";
/*	Theme Name: Voda Pride Shop */
/*	Text Domain: https://voda-pride.com.ua/ */
/*	Version: 1.0 */
/*	Author: Volodymyr Golembivs'kyi */
/*	Author URI: https://golembivskyi.com/ */
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

@font-face {
  font-family: "Regular";
  font-display: swap;
  font-style: normal;
  src: url(font/montserrat-regular.woff2);
}
@font-face {
  font-family: "SemiBold";
  font-display: swap;
  font-style: normal;
  src: url(font/montserrat-semibold.woff2);
}
@font-face {
  font-family: "Bold";
  font-display: swap;
  font-style: normal;
  src: url(font/montserrat-bold.woff2);
}
.content {
  will-change: transform;
}

html {
  overflow-x: hidden;
}

body {
  font-family: Regular;
  overflow: hidden;
  background-color: #F2F4FC;
}

.regular-section {
  max-width: 1500px;
  margin: 0 auto;
  padding: 100px 30px 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

header {
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  position: fixed;
  background-color: transparent;
  top: 0;
  z-index: 1;
  transition: ease 0.8s;
  will-change: transform;
}

.header-ismoving {
  transition: ease 0.8s;
  height: 60px;
  background-color: #002E7B;
  box-shadow: 0px 6px 30px rgba(10, 41, 149, 0.6);
}
.header-ismoving .head-phone-ico {
  width: 34px;
  height: 34px;
}
.header-ismoving .head-phone-ico svg {
  width: 22px;
  height: 22px;
}
.header-ismoving .head-address-text {
  line-height: 1.25;
}

.header_wrap {
  width: 100%;
  max-width: 1530px;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-list {
  display: flex;
  list-style-type: none;
}

.nav-link:link, .nav-link-special {
  margin: 0 1vw;
  position: relative;
  color: #ffffff;
  text-decoration: none;
}

.nav-link:link, .nav-link-special:link {
  color: #ffffff;
}

.nav-link::before, .nav-link-special::before {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 50%;
  width: 0%;
  height: 1px;
  border-radius: 1px;
  background-color: #ffffff;
  transition: ease 0.6s;
}

.nav-link:hover, .nav-link-special:hover {
  cursor: pointer;
}

.nav-link:hover::before, .nav-link-active::before {
  width: 100%;
  left: 0;
}

#burger {
  display: none;
}

.address-head {
  display: flex;
  align-items: center;
}

.head-phone-ico {
  width: 40px;
  height: 40px;
  background: linear-gradient(132.56deg, #F30157 15.53%, #CB0048 82.8%);
  border-radius: 50%;
  filter: drop-shadow(5px 5px 5px rgba(5, 28, 107, 0.2));
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease 0.3s;
  margin: 3px 12px 3px;
}
.head-phone-ico svg {
  transition: ease 0.3s;
  fill: #ffffff;
  width: 24px;
  height: 24px;
}

.head-address-text {
  font-family: SemiBold;
  letter-spacing: 1px;
  width: 200px;
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
  transition: ease 0.6s;
  text-decoration: none;
}

.head-phone-ico:hover {
  width: 48px;
  height: 48px;
  margin: 0 9px 0;
}
.head-phone-ico:hover svg {
  width: 28px;
  height: 28px;
}

.head-address-text:hover {
  color: #F30157;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  #certification-hide {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .menu-header-menu li:nth-child(6) {
    display: none;
  }
  .head-address-text {
    width: 180px;
  }
}
@media screen and (max-width: 1000px) {
  #contacts-hide {
    display: none;
  }
}
@media screen and (max-width: 880px) {
  #accessories {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .menu-header-menu li:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 70px;
  }
  .header_wrap {
    width: 100%;
    max-width: 1500px;
    padding: 0 15px;
  }
  .head-phone-ico {
    margin: 0 16px 0 0;
  }
  .head-phone-ico:hover {
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
  }
  .head-address-text {
    line-height: 1.25;
    font-size: 14px;
    text-align: left;
  }
  .nav-link::before {
    display: none;
  }
  /* Mobile Menu Start */
  #burger {
    display: block;
  }
  .menu-header-menu-container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    background: #FFF;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all 0.375s;
    height: 100vh;
  }
  .menu-header-menu-container.is-open {
    opacity: 1;
    z-index: 100;
    visibility: visible;
    width: 100%;
  }
  /* Yellow band effect */
  .menu-header-menu-container::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -15px;
    background: #002E7B;
    transform-origin: 0 0;
    transform: skew(-14deg) translateX(-120%);
    transition: all 0.275s 0.1s;
  }
  .menu-header-menu-container.is-open::before {
    transform: skew(-14deg) translateX(0);
  }
  /* Skewing effect on menu links */
  .menu-header-menu-container ul {
    display: inline-flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
    transform: translateX(-18%) skew(-16deg);
  }
  .menu-header-menu-container li {
    display: block;
    text-align: right;
    transform: skew(16deg);
  }
  /* Apparition effect on links */
  .menu-header-menu-container a {
    opacity: 0;
    transform: translateY(-10px);
  }
  .menu-header-menu-container.is-open a {
    opacity: 1;
    transform: translateY(0);
  }
  .menu-header-menu-container li:nth-child(1) a {
    transition: all 275ms 175ms;
  }
  .menu-header-menu-container li:nth-child(2) a {
    transition: all 275ms 225ms;
  }
  .menu-header-menu-container li:nth-child(3) a {
    transition: all 275ms 275ms;
  }
  .menu-header-menu-container li:nth-child(4) a {
    transition: all 275ms 325ms;
  }
  .menu-header-menu-container li:nth-child(5) a {
    transition: all 275ms 375ms;
  }
  .menu-header-menu-container li:nth-child(6) a {
    transition: all 275ms 425ms;
  }
  .menu-header-menu-container li:nth-child(7) a {
    transition: all 275ms 475ms;
  }
  .menu-header-menu-container li:nth-child(8) a {
    transition: all 275ms 550ms;
  }
  /* Decoration */
  .menu-header-menu-container ul,
  .menu-header-menu-container li {
    list-style: none;
    padding: 1rem 0;
  }
  /* Burger Style */
  .open-menu-header-menu-container {
    position: fixed;
    top: 22px;
    padding-top: 20px;
    right: 10px;
    z-index: 1000;
    background: none;
    border: 0;
    cursor: pointer;
  }
  .open-menu-header-menu-container:focus {
    outline: none;
  }
  .burger {
    position: relative;
    display: block;
    width: 28px;
    height: 2px;
    margin: 0 auto;
    background: #ffffff;
    transition: all 0.275s;
    background-color: #F30157;
  }
  .burger:after,
  .burger:before {
    content: "";
    display: block;
    height: 100%;
    background: #F30157;
    transition: all 0.275s;
  }
  .top:after,
  .top:before {
    background: #333;
  }
  .burger:after {
    transform: translateY(-10px);
  }
  .burger:before {
    transform: translateY(-16px);
  }
  /* Toggle State part */
  .is-open .burger {
    transform: skew(5deg) translateY(-8px) rotate(-45deg);
  }
  .is-open .burger:before {
    transform: translateY(0px) skew(-10deg) rotate(75deg);
  }
  .is-open .burger:after {
    transform: translateY(-12px) translateX(10px) skew(-20deg);
    opacity: 0;
  }
  /* Mobile Menu End */
  #certification-hide, #accessories, #contacts-hide {
    display: block;
  }
}
.welcome-bg {
  width: 100%;
  height: auto;
  position: absolute;
  left: calc(50% - 950px);
}

.layer-1 {
  width: 3002px;
  height: 1612px;
  background: linear-gradient(260.71deg, #D8DFF7 6.86%, rgba(216, 223, 247, 0) 82.86%);
  transform: rotate(-23deg);
  border-radius: 600px;
  position: absolute;
  left: -998px;
  top: -370px;
}

.layer-2 {
  width: 2566px;
  height: 1689px;
  background: linear-gradient(256.77deg, #4B6DDA 15.12%, rgba(75, 109, 218, 0) 87.13%);
  transform: rotate(-22deg);
  border-radius: 450px;
  position: absolute;
  left: -788px;
  top: -620px;
}

.layer-3 {
  position: absolute;
  top: -86px;
  left: -18px;
}

.slider-col-left {
  position: relative;
}

.slider:hover {
  box-shadow: 8px 8px 40px 0px rgb(10, 41, 149);
}

.welcome-messages {
  max-width: 720px;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  position: relative;
}

.message {
  display: flex;
  align-items: center;
  max-width: 370px;
}

.welcome-ico-cont {
  min-width: 50px;
  min-height: 50px;
  background: radial-gradient(44.29% 44.29% at 50% 50%, #2090E6 0%, rgba(255, 255, 255, 0.9) 100%);
  margin-right: 20px;
  border: 1.6px solid #B0E8FF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-ico-bg {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: linear-gradient(57.85deg, #1DCEE8 14.54%, #0295FD 89.5%, #D9D9D9 89.5%);
}

.welcome-message {
  font-family: SemiBold;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.3;
}

.slider-video {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  background: linear-gradient(134.49deg, rgba(235, 241, 252, 0.3) 4.15%, rgba(255, 255, 255, 0.3) 98.65%);
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: 10px 10px 20px rgba(10, 41, 149, 0.1);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 20px;
  transform: translate3d(0, 0, 0);
  padding: 22px 26px;
  margin: -45px -30px;
  transition: ease 0.3s;
  z-index: 1;
}

@keyframes button--infinite {
  75% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.15), 0 0 0 16px rgba(255, 255, 255, 0.15);
  }
  90% {
    box-shadow: 0 0 0 6px transparent, 0 0 0 12px transparent;
  }
}
.button-red {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  animation: button--infinite 2.5s ease infinite;
  cursor: pointer;
  transition: transform 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 30px;
}
.button-red::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  background: linear-gradient(137.86deg, #F30157 16.35%, #B1003F 91.25%);
  border-radius: inherit;
  transform: scale(0.8);
  transition: 0.3s ease;
}
.button-red:active {
  transform: scale(0.95);
}

.play-icon {
  border: 14px solid transparent;
  border-left-color: #ffffff;
  transform: scaleY(0.8);
  margin-right: -18px;
  border-radius: 3px;
}

.video-text {
  font-size: 18px;
  font-family: SemiBold;
  color: #ffffff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.slider-video:hover {
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(243, 1, 87, 0.3);
}
.slider-video:hover .button-red::before {
  transform: scale(1.2);
}

.slider-message {
  position: relative;
}

.slider-message-container {
  background: linear-gradient(90.65deg, rgba(255, 252, 252, 0.5) 9.13%, rgba(255, 252, 252, 0.5) 98.6%);
  box-shadow: 5px -5px 5px rgba(3, 22, 88, 0.1);
  backdrop-filter: blur(25px);
  border-radius: 30px 0px 20px;
  position: absolute;
  z-index: 200;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 12px 20px;
}

.slider-message-text {
  color: #002E7B;
  font-family: SemiBold;
  font-size: 18px;
}

.slider-wrap {
  width: fit-content;
}

.welcome-content {
  max-width: 1500px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  padding-top: 160px;
  display: flex;
}

.slider-col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #ffffff;
  line-height: 1.25;
  padding-right: 60px;
}
.slider-col-right img {
  filter: drop-shadow(-10px 4px 6px rgba(10, 41, 149, 0.6));
  transition: ease 0.3s;
  margin-bottom: 30px;
  height: 160px;
  width: 100%;
}
.slider-col-right img:hover {
  filter: drop-shadow(0px 0px 20px #0A2995);
}

.modern {
  text-transform: initial;
  font-size: 30px;
  font-family: SemiBold;
  margin-bottom: 12px;
}

h1 {
  max-width: 440px;
}

.h1-upper {
  font-family: Bold;
  text-transform: uppercase;
  font-size: 45px;
  margin-bottom: 20px;
}

.subheader {
  font-size: 20px;
  max-width: 400px;
}

.circle-cont {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.arow-container {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease 0.4s;
}

.scroll-btn {
  position: relative;
  left: calc(50% - 45px);
  width: 90px;
  height: 90px;
  margin-top: 14px;
}
.scroll-btn svg {
  width: 18px;
  height: 22px;
}

.scroll-btn:hover .arow-container {
  transform: scale(1.25);
}

.scrollDown {
  position: absolute;
  width: 100%;
  height: 100%;
}

.circle-cont:hover .arow-container {
  width: 54px;
  height: 54px;
  cursor: pointer;
}

.circleOne {
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  animation: circle 6s ease infinite;
}

.circleTwo {
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  animation: circle 6s ease 1.5s infinite;
}

.circleThree {
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  animation: circle 6s ease 3s infinite;
}

.circleFour {
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  animation: circle 6s ease 4.5s infinite;
}

.magnetic-button {
  margin: auto;
  width: 247px;
  height: 247px;
  background-color: #F30157;
  border: 9px solid #ffffff;
  color: #FFF;
  box-shadow: 20px 20px 20px rgba(10, 41, 149, 0.2), inset -5px -5px 20px rgba(38, 42, 46, 0.25);
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 1vw;
  bottom: 1vw;
  transition: 0.6s ease;
}
.magnetic-button .magnet-btn-content {
  font-family: Bold;
}
.magnetic-button .magnet-btn-content .head {
  font-size: 24px;
  letter-spacing: 1px;
}
.magnetic-button .magnet-btn-content .divider {
  width: 130px;
  height: 2px;
  background-color: #ffffff;
  margin: 10px auto 6px;
  border-radius: 2px;
}
.magnetic-button .magnet-btn-content .price {
  font-size: 58px;
  letter-spacing: 2px;
}
.magnetic-button .magnet-btn-content .currency {
  font-size: 24px;
  margin: 0 auto 12px;
}
.magnetic-button .magnet-btn-content .com {
  font-size: 17px;
  line-height: 1.15;
  font-family: Regular;
}

@keyframes circle {
  0% {
    width: 40px;
    height: 40px;
    opacity: 1;
  }
  100% {
    width: 90px;
    height: 90px;
    opacity: 0;
  }
}
.welcome-swiper {
  height: 460px;
  width: 700px;
  overflow: hidden;
  position: relative;
  display: flex;
  transition: ease 0.3s;
  box-shadow: 14px 14px 60px 0px rgb(10, 41, 149);
  background-color: #002E7B;
  border-radius: 20px;
}
.welcome-swiper .welcome-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.welcome-slide-next, .welcome-slide-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 500;
  position: absolute;
  border-radius: 30px;
  background-color: #fff;
  background-color: #F30157;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 10px 10px rgba(9, 51, 84, 0.2);
  transition: ease 0.3s;
  box-shadow: 0px 10px 10px rgba(10, 41, 149, 0.2), inset -5px -2px 4px rgba(0, 0, 0, 0.2);
}
.welcome-slide-next svg, .welcome-slide-prev svg {
  fill: #ffffff;
  transition: ease 0.3s;
}

.welcome-slide-next {
  width: 50px;
  height: 50px;
  right: -25px;
  top: 32%;
}

.welcome-slide-next:hover {
  background-color: #ffffff;
  border: 2px solid #F30157;
  cursor: pointer;
}
.welcome-slide-next:hover::after {
  color: #F30157;
}
.welcome-slide-next:hover svg {
  fill: #F30157;
}

.welcome-slide-prev {
  width: 40px;
  height: 40px;
  right: -20px;
  top: 44%;
}

.welcome-slide-prev:hover {
  background-color: #ffffff;
  border: 2px solid #F30157;
  cursor: pointer;
}
.welcome-slide-prev:hover::after {
  color: #F30157;
}
.welcome-slide-prev:hover svg {
  fill: #F30157;
}

.clip {
  position: fixed;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  transition: ease 0.8s;
}

.clip video {
  max-width: 900px;
  box-shadow: 0 0 0 150vh #002E7B;
}

.clip.active {
  transform: translate(-50%, -50%) scale(1);
  padding-right: 18px;
}

.close {
  width: 65px;
  height: 65px;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  font-size: 64px;
  text-align: center;
  color: #F30157;
  margin-top: 20px;
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 1760px) {
  .welcome-bg {
    transform: scale(0.95);
    left: calc(50% - 946px);
  }
  .slider {
    height: 460px;
    width: 700px;
  }
  .modern {
    font-size: 28px;
  }
  .h1-upper {
    font-size: 42px;
  }
  .subheader {
    font-size: 18px;
  }
}
@media screen and (max-width: 1600px) {
  .welcome-swiper {
    height: 410px;
    width: 670px;
  }
  .welcome-bg {
    transform: scale(0.85);
    left: calc(50% - 922px);
  }
  .scroll-btn {
    margin-top: 10px;
  }
  .welcome-content {
    padding-top: 140px;
  }
  .slider {
    height: 410px;
    width: 670px;
  }
  .welcome-message, .slider-message-text {
    font-size: 16px;
  }
  .button-red {
    width: 34px;
    height: 34px;
  }
  .welcome-messages {
    margin-top: 24px;
  }
  .slider-col-right {
    padding-right: 100px;
    line-height: 1.15;
  }
  .slider-col-right img {
    height: 140px;
    margin-bottom: 20px;
  }
  .modern {
    margin-bottom: 8px;
    font-size: 26px;
  }
  .h1-upper {
    margin-bottom: 12px;
  }
  .magnetic-button {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 1490px) {
  .welcome-bg {
    left: calc(50% - 918px);
  }
}
@media screen and (max-width: 1450px) {
  .welcome-bg {
    left: calc(50% - 914px);
  }
  .magnetic-button {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 1366px) {
  .welcome-swiper {
    height: 400px;
    width: 620px;
  }
  .welcome-bg {
    transform: scale(0.9);
    left: calc(50% - 924px);
    top: -50px;
  }
  .slider-col-right {
    padding-right: 0;
  }
  .slider {
    height: 400px;
    width: 620px;
  }
  .welcome-ico-cont {
    margin-right: 10px;
  }
  .magnetic-button {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 1280px) {
  .welcome-bg {
    left: calc(50% - 914px);
  }
}
@media screen and (max-width: 1100px) {
  .welcome-bg {
    left: calc(50% - 904px);
  }
  .scroll-btn {
    display: none;
  }
  .welcome-content {
    flex-direction: column-reverse;
    align-items: center;
  }
  .slider-col-right {
    margin-bottom: 70px;
  }
  .welcome-message {
    color: #002E7B;
  }
  .slider {
    box-shadow: 8px 8px 40px 0px #0a2995;
  }
  .magnetic-button {
    position: unset;
    margin-top: 60px;
  }
  .welcome-slide-next {
    right: -25px;
    top: 22%;
  }
  .welcome-slide-prev {
    right: -20px;
    top: 31%;
  }
  .clip video {
    max-width: 98%;
  }
}
@media screen and (max-width: 768px) {
  .welcome-swiper {
    height: 280px;
    width: 440px;
  }
  .slider {
    height: 280px;
    width: 440px;
  }
  .welcome-messages {
    flex-direction: column;
    align-items: center;
  }
  .message:first-child {
    margin-bottom: 10px;
  }
  .slider-message-container {
    border-radius: 0 0 20px 20px;
  }
  .welcome-slide-next {
    right: -25px;
    top: 13%;
  }
  .welcome-slide-prev {
    right: -20px;
    top: 21%;
  }
}
@media screen and (max-width: 624px) {
  .layer-2 {
    background: linear-gradient(256.77deg, #0361d8 15.12%, #0266d8);
  }
}
@media screen and (max-width: 520px) {
  .welcome-swiper {
    height: 240px;
    width: 340px;
  }
  .welcome-message {
    max-width: 270px;
  }
  .slider {
    height: 240px;
    width: 340px;
  }
  .slider-message-text, .video-text {
    font-size: 14px;
  }
  .slider-message-container {
    padding: 8px 10px;
  }
  .button-red {
    width: 24px;
    height: 24px;
  }
  .play-icon {
    border: 10px solid transparent;
    margin-right: -13px;
    border-left-color: #ffffff;
  }
  .slider-video {
    padding: 20px;
    top: 10px;
    left: 10px;
  }
  .h1-upper {
    font-size: 36px;
  }
  .modern {
    font-size: 22px;
  }
  .subheader {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 20px;
  }
  .welcome-content {
    padding: 120px 15px 0;
  }
  .slider-col-right img {
    height: 120px;
  }
  .welcome-bg {
    top: -160px;
  }
  .welcome-slide-next {
    right: 6%;
    top: -25px;
  }
  .welcome-slide-prev {
    right: 24%;
    top: -20px;
  }
}
.why {
  max-width: 1500px;
  margin: 100px auto 0;
  padding: 80px 30px 0;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  justify-content: space-around;
}

.why-header {
  color: #002E7B;
  font-family: Bold;
  font-size: 40px;
  line-height: 1.25;
  max-width: 400px;
  margin: 60px 30px 30px 0;
  text-align: center;
  text-transform: uppercase;
}

.why-cards {
  display: flex;
}

.why-card {
  width: 270px;
  height: 300px;
  box-shadow: 10px 10px 20px rgba(24, 106, 169, 0.1);
  border-radius: 10px;
  position: relative;
  transition-duration: 300ms;
  transition-property: transform, box-shadow;
  transition-timing-function: ease-out;
  background-color: rgba(241, 245, 254, 0.5803921569);
  overflow: hidden;
  border: 2px solid #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #002E7B;
  line-height: 1.25;
  padding: 30px;
  text-align: center;
  font-size: 16px;
  margin: 16px 8px;
  position: relative;
}
.why-card p {
  z-index: 1;
}

.why-card-bg1, .why-card-bg2 {
  position: absolute;
  bottom: 0;
}

.why-card:hover {
  transition-duration: 150ms;
  box-shadow: 0 0 20px rgba(24, 106, 169, 0.5);
}

.why-card .glow {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 10px;
}

.fssc {
  width: 85px;
  height: 52px;
  z-index: 1;
}

.why-card-title {
  z-index: 1;
  margin: 30px 0 14px;
  font-size: 18px;
  font-family: Bold;
}

.why-col-two {
  margin-top: 105px;
}

.why-col-three {
  margin-top: 210px;
}

@media screen and (max-width: 1366px) {
  .why-header {
    position: absolute;
    right: 5%;
    top: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1100px) {
  .why {
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
  }
  .why-header {
    position: unset;
    font-size: 32px;
  }
}
@media screen and (max-width: 900px) {
  .why-col-two, .why-col-three {
    margin: 0;
  }
  .why-col-one, .why-col-two, .why-col-three {
    display: flex;
    flex-wrap: wrap;
    width: min-content;
  }
  .why-cards {
    flex-wrap: wrap;
    justify-content: center;
  }
  .why-card {
    margin: 16px;
  }
  .why-header {
    max-width: 440px;
    font-size: 26px;
    margin: 0;
  }
  .why {
    padding: 80px 15px;
  }
  .why-card:hover {
    box-shadow: 10px 10px 20px rgba(24, 106, 169, 0.1);
  }
}
.well {
  margin-top: 100px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 100px 30px 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.section-head {
  color: #002E7B;
  text-align: center;
}

.head-title {
  font-size: 40px;
  font-family: Bold;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 1.15;
}

.head-subtitle {
  font-size: 18px;
  line-height: 1.25;
}

.head-subtitle2 {
  max-width: 820px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.25;
}

.well-bg {
  position: absolute;
  bottom: 100px;
  z-index: -1;
}

.well-header {
  margin-bottom: 40px;
}

.soil {
  width: 760px;
  height: auto;
}

.well-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.well-left {
  max-width: 49%;
  position: relative;
}

.well-right {
  max-width: 49%;
  color: #002E7B;
  display: flex;
  align-items: center;
}

.well-block-wrap {
  background: linear-gradient(134.49deg, #EBF1FC 4.15%, #FFFFFF 98.65%);
  border: 2px solid #FFFFFF;
  box-shadow: 10px 10px 20px rgba(10, 41, 149, 0.1);
  backdrop-filter: blur(25px);
  border-radius: 20px;
  padding: 50px;
  max-width: 540px;
  position: relative;
}

.well-block-head {
  text-align: center;
  font-size: 30px;
  font-family: Bold;
  line-height: 1.2;
  letter-spacing: 2px;
  max-width: 350px;
  margin: 0 auto 30px;
}

.well-block-text {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.well-icons-block {
  display: flex;
  text-align: center;
  margin-top: 40px;
  justify-content: space-around;
}

.well-icon {
  width: 50px;
  height: 50px;
  fill: #F30157;
  margin-bottom: 12px;
}

.well-ico-desc {
  font-family: SemiBold;
  line-height: 1.25;
  max-width: 180px;
}

.well-red-round {
  position: absolute;
  width: 170px;
  height: 160px;
  top: -70px;
  left: -70px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: red-btn 2s ease infinite;
}

@keyframes red-btn {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.2) rotate(15deg);
  }
  100% {
    transform: scale(1);
  }
}
.img-left {
  position: absolute;
  height: 525px;
  width: auto;
  left: -30px;
  top: 110px;
}

.img-right {
  position: absolute;
  height: 450px;
  width: auto;
  top: 150px;
  right: -70px;
}

@media screen and (max-width: 1500px) {
  .img-left {
    transform: scale(0.8);
    left: 20px;
    top: 100px;
  }
  .soil {
    transform: scale(0.8);
  }
  .img-right {
    transform: scale(0.8);
    left: 450px;
    top: 150px;
  }
  .well {
    padding: 100px 0 0;
    margin: 0 30px 70px 15px;
  }
  .well-left {
    margin-left: -40px;
  }
  .well-bg {
    max-width: 1500px;
    bottom: 20px;
  }
  .well-block-text {
    font-size: 16px;
  }
  .well-block-head {
    font-size: 26px;
    margin: 0 auto 20px;
    line-height: 1.05;
  }
  .well-red-round {
    width: 140px;
    height: 140px;
    top: -50px;
    left: -50px;
  }
  .three {
    width: 110px;
    height: 106px;
  }
  .well-block-wrap {
    max-width: 470px;
    padding: 40px;
  }
  .well-icons-block {
    margin-top: 20px;
  }
  .well-icon {
    width: 46px;
    height: 46px;
  }
  .well-left {
    max-width: 50%;
  }
  .well-header, .this-title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1200px) {
  .well-left, .well-right {
    max-width: unset;
    margin-left: unset;
  }
  .well-content {
    justify-content: center;
  }
  .well-bg {
    max-width: 1200px;
    bottom: 660px;
  }
}
@media screen and (max-width: 768px) {
  .well-left {
    margin-left: 30px;
    transform: scale(0.8);
  }
  .well-block-wrap {
    box-shadow: 0px 0px 20px rgba(10, 41, 149, 0.1);
  }
}
@media screen and (max-width: 570px) {
  .well-left {
    margin-left: unset;
    transform: scale(0.8);
  }
  .img-left, .img-right, .well-red-round {
    display: none;
  }
  .soil {
    transform: scale(1);
    width: 500px;
  }
  .well-bg {
    max-width: 800px;
    bottom: unset;
    top: 430px;
  }
  .well {
    margin: 0 15px 70px;
  }
  .well-block-wrap {
    padding: 20px;
  }
  .well-block-head {
    font-size: 22px;
  }
  .well-icons-block {
    flex-wrap: wrap;
  }
  .well-ico-desc {
    max-width: unset;
    line-height: 1.15;
  }
  .well-icon-block:first-child {
    margin-bottom: 20px;
  }
  .well-block-text {
    text-align: center;
  }
}
.water-type-sub {
  max-width: 1000px;
}

.water-cont {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
}

.water-types-bg {
  position: absolute;
  z-index: -1;
  left: calc(50% - 960px);
  top: 330px;
}

.water-block {
  max-width: 370px;
  background: linear-gradient(134.49deg, #EBF1FC 4.15%, #FFFFFF 98.65%);
  border: 3px solid #FFFFFF;
  box-shadow: 10px 10px 20px rgba(24, 106, 169, 0.1);
  border-radius: 20px;
  padding: 50px 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #002E7B;
  margin: 30px 10px;
  transition: ease 0.3s;
  position: relative;
}

.water-block:hover {
  transform: scale(1.02);
}

.water-red-round {
  position: absolute;
  width: 110px;
  height: 110px;
  background: #F30157;
  border: 4px solid #FFFFFF;
  box-shadow: 5px 5px 5px rgba(10, 41, 149, 0.05), 20px 20px 20px rgba(24, 106, 169, 0.1), inset -5px -5px 20px rgba(38, 42, 46, 0.25);
  border-radius: 50%;
  top: -40px;
  right: -40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: Bold;
}

.wat-action {
  font-size: 14px;
}

.wat-devider {
  width: 70px;
  height: 2px;
  background-color: #ffffff;
  margin: 4px 0;
  border-radius: 1px;
}

.wat-fig {
  font-size: 30px;
}

.wat-cur {
  font-size: 18px;
  margin-top: 2px;
}

.mb20 {
  margin-bottom: 20px;
}

.water-img1 {
  width: 240px;
  height: fit-content;
  margin-bottom: 7px;
}

.water-img2 {
  width: 240px;
  height: fit-content;
  margin: -35px 0 40px;
}

.water-img3 {
  width: 260px;
  height: fit-content;
  margin: 0 20px 33px;
}

.wat-type-title {
  color: #1D45CF;
  font-family: Bold;
  font-size: 24px;
  letter-spacing: 1px;
}

.old-price {
  color: #F30157;
  font-size: 20px;
  font-family: SemiBold;
  margin: 18px 0;
}

.water-type-desc {
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
}

.water-type-list-head {
  font-family: Bold;
  font-size: 20px;
  margin: 26px 0 16px;
}

.wat-list {
  width: 100%;
}

.water-type-list-item {
  position: relative;
  font-style: italic;
  list-style-type: none;
  margin: 0 0 12px 30px;
}

.water-type-list-item::before {
  position: absolute;
  content: url("data:image/svg+xml;charset=UTF-8, <svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><circle cx='10' cy='10' r='10' fill='%23F30157'/><path d='M10 3C10 3 6 8.685 6 11.211C6 13.305 7.791 15 10 15C12.209 15 14 13.305 14 11.211C14 8.685 10 3 10 3Z' fill='white'/></svg>");
  left: -30px;
  top: 0;
}

@media screen and (max-width: 570px) {
  .water-img3 {
    margin: 0 0 40px 0;
  }
  .water-types-bg {
    display: none;
  }
  .water-block:hover {
    transform: scale(1);
  }
}
.tabs {
  display: flex;
  margin: 30px 60px 100px;
  z-index: 10;
}

.tab {
  font-size: 20px;
  font-family: Bold;
  color: #ced2df;
  padding: 12px 30px;
  transition: ease 0.3s;
}

.tab:hover {
  cursor: pointer;
}

.active-tab {
  background: #ffffff;
  box-shadow: 0px 0px 5px #6C96DB;
  border-radius: 30px;
  color: #1D45CF;
}

.active-tab:hover {
  cursor: default;
}

.mineral-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.min-col {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.mineral-block {
  color: #002E7B;
  margin: 20px 0;
}

.mineral-name {
  font-family: Bold;
  font-size: 24px;
  letter-spacing: 1px;
}

.mineral-value {
  color: #F30157;
  font-style: italic;
  font-family: SemiBold;
  margin: 14px 0 12px;
  transition: ease 0.2s;
  animation: text-animation 0.2s 1;
}

.mineral-value:nth-child(2) {
  display: block;
}

.mineral-value:nth-child(3), .mineral-value:nth-child(4) {
  display: none;
}

@keyframes text-animation {
  0% {
    transform: scale(1);
    text-shadow: 0px 0px 0px #1D45CF;
  }
  50% {
    transform: scale(1.01);
    text-shadow: 0px 0px 10px #1D45CF;
  }
  100% {
    transform: scale(1);
    text-shadow: 0px 0px 0px #1D45CF;
  }
}
.mineral-desc {
  max-width: 260px;
  line-height: 1.25;
}

.mineral-center-col {
  width: 520px;
  height: 520px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.circle-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle-container .circle1 {
  width: 520px;
  height: 520px;
  border: 1px solid #CADEED;
  border-radius: 50%;
  position: relative;
}
.circle-container .circle2 {
  width: 450px;
  height: 450px;
  border: 1px solid #CADEED;
  border-radius: 50%;
  position: relative;
}
.circle-container .circle3 {
  width: 390px;
  height: 390px;
  border: 1px solid #CADEED;
  border-radius: 50%;
}
.circle-container .circle4 {
  width: 330px;
  height: 330px;
  border: 1px solid #CADEED;
  border-radius: 50%;
}

.element-blue, .element-white {
  width: 46px;
  height: 46px;
  box-shadow: 5px 5px 15px rgba(24, 106, 169, 0.25);
  border-radius: 50%;
  font-size: 19px;
  font-family: Semibold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.element-blue {
  background: linear-gradient(139.78deg, #1F9EFF 13.42%, #1D45CF 104.5%);
  color: #ffffff;
}

.element-white {
  color: #1E7BEC;
  background-color: #ffffff;
  border: 3px solid #1E7BEC;
}

.elem1 {
  left: 50px;
  top: 54px;
  animation: mineral-element 30s linear infinite;
}

.elem2 {
  top: 100px;
  left: 457px;
  animation: mineral-element 30s linear infinite;
}

.elem3 {
  top: 457px;
  left: 100px;
  animation: mineral-element 30s linear infinite;
}

.elem4 {
  left: 390px;
  top: 320px;
  animation: mineral-element 22s linear infinite;
}

.elem5 {
  top: 220px;
  left: -23px;
  animation: mineral-element 22s linear infinite;
}

.elem6 {
  top: -24px;
  left: 220px;
  animation: mineral-element 22s linear infinite;
}

@keyframes mineral-orbit {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes mineral-element {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.circle-container-outer {
  animation: mineral-orbit 30s linear infinite;
}

.circle-container-middle {
  animation: mineral-orbit 22s linear infinite;
}

.glass {
  position: absolute;
  z-index: 1;
  width: 510px;
  left: -44px;
  bottom: 50px;
}

.tabs-and-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 2;
}

.left-col-container, .right-col-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.min-col {
  margin-top: 180px;
}

.mineral-center-col {
  margin-top: 10px;
}

@media screen and (max-width: 1200px) {
  .mineral-center-col {
    transform: scale(0.8);
  }
  .stabilizer-left {
    margin: 80px -160px 0 0;
  }
  .stabilizer-right {
    margin: 80px 0 0 -160px;
  }
  .tabs {
    margin: 30px 60px 30px;
  }
  .head-subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .tabs-and-img {
    flex-direction: column-reverse;
  }
  .left-col-container {
    flex-direction: column-reverse;
    margin-top: 20px;
  }
  .right-col-container {
    flex-direction: column;
  }
  .tabs {
    margin-top: -10px;
  }
  .stabilizer-left, .stabilizer-right {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .tabs {
    margin-top: -80px;
  }
  .tab {
    font-size: 15px;
    padding: 10px 12px;
  }
  .mineral-name {
    font-size: 20px;
  }
  .mineral-value {
    margin: 8px 0;
  }
  .regular-section {
    padding: 80px 15px;
  }
  .mineral-block {
    margin: 10px 0;
  }
  .mineral-center-col {
    transform: scale(0.6);
  }
  .mineral-center-col {
    margin-top: -70px;
  }
  .mineral-desc {
    max-width: 300px;
  }
}
.certification {
  padding: 100px 30px 40px;
  margin-bottom: 100px;
}

.cert-title {
  max-width: 620px;
  margin: 0 auto 20px;
}

.cert-fssc {
  width: 299px;
  height: 55px;
  margin-bottom: 20px;
}

.cert-subtitle {
  max-width: 890px;
  margin-bottom: 30px;
}

.cert-container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
}

.certificate {
  width: 500px;
  height: auto;
  border: 2px solid #ffffff;
  border-radius: 20px;
  margin: 15px;
  filter: drop-shadow(10px 10px 20px rgba(24, 106, 169, 0.25));
}

.cert-blocks {
  display: flex;
  flex-wrap: wrap;
  max-width: 720px;
}

.cert-block {
  width: 300px;
  height: 300px;
  border: 2px solid #ffffff;
  filter: drop-shadow(10px 10px 20px rgba(24, 106, 169, 0.1));
  background: linear-gradient(134.49deg, rgba(255, 255, 255, 0) 4.15%, #FFFFFF 98.65%);
  border-radius: 20px;
  margin: 15px;
  color: #002E7B;
  text-align: center;
  padding: 50px 29px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 1.15;
}

.cert-tit {
  margin: 20px 0 14px;
  font-size: 18px;
  font-family: Bold;
}

.cert-ico {
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 1310px) {
  .cert-container {
    max-width: 1040px;
  }
  .certificate {
    width: 400px;
  }
  .cert-blocks {
    max-width: 580px;
  }
  .cert-block {
    width: 260px;
    height: 260px;
    padding: 30px 20px;
  }
  .cert-tit {
    font-size: 16px;
    margin: 16px 0 12px;
  }
  .cert-block-desc {
    font-size: 14px;
  }
  .cert-ico {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1070px) {
  .cert-container {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .cert-blocks {
    justify-content: space-around;
  }
}
@media screen and (max-width: 480px) {
  .certification {
    padding: 100px 15px 40px;
  }
  .certificate {
    width: 100%;
    height: auto;
  }
  .cert-fssc {
    width: 240px;
    height: 44px;
  }
  .cert-subtitle {
    margin-bottom: 20px;
  }
}
.goods {
  position: relative;
  padding-top: 240px;
  margin-bottom: 160px;
}

.prod-new-price {
  color: #F30157;
  font-size: 24px;
  font-family: Bold;
}

.good-slide {
  width: 354px;
  background: linear-gradient(134.49deg, rgba(255, 255, 255, 0) 4.15%, #FFFFFF 98.65%);
  border: 3px solid #FFFFFF;
  filter: drop-shadow(-8px 10px 7px rgba(24, 106, 169, 0.1));
  border-radius: 20px;
  text-align: center;
  padding: 40px;
  color: #1D45CF;
}

.image-slider {
  padding: 30px 0 70px 0;
}

.good-slide .title {
  font-family: Bold;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 1.15;
}

.good-slide p {
  margin: 20px 0;
}

.product-btn-details {
  padding: 15px 40px;
  border-radius: 40px;
  box-shadow: 10px 10px 20px rgba(30, 81, 204, 0.2);
  background: linear-gradient(139.78deg, #1F9EFF 13.42%, #1D45CF 104.5%);
  font-size: 18px;
  font-family: SemiBold;
  color: #ffffff;
  margin: 20px auto 0;
  max-width: 200px;
  border: 2px solid #ffffff;
  transition: ease 0.6s;
}

.product-btn-details:hover {
  border: 2px solid #F30157;
  background: #ffffff;
  color: #F30157;
  cursor: pointer;
}

.swiper-scrollbar {
  background-color: #E0E4F2;
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 12px;
}

.swiper-scrollbar-drag {
  background-color: #F30157;
}

.prod-img-wrap {
  width: 280px;
  height: 280px;
  margin: -140px 0 30px -6px;
  position: relative;
}

.good-slide img {
  width: 280px;
  height: 280px;
}

.img1 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: ease 0.3s;
}

.img2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: ease 0.3s;
}

.good-slide:hover .img1 {
  opacity: 0;
}
.good-slide:hover .img2 {
  opacity: 1;
}

.modal-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
}

.prod-modal {
  background: linear-gradient(134.49deg, #F2F4FC 4.15%, #FFFFFF 98.65%);
  border-radius: 20px;
  border: 3px solid #FFFFFF;
  padding: 30px;
  max-width: 640px;
  position: relative;
}
.prod-modal p {
  color: #002E7B;
  margin: 10px 0;
  line-height: 1.15;
}

.mod-imgs {
  margin-bottom: 20px;
}

.modal-img {
  width: 280px;
  height: 280px;
}

.modal-close-btn {
  position: absolute;
  top: 16px;
  right: 24px;
  width: 24px;
  height: 24px;
  transition: ease 0.3s;
}

.modal-close-btn::before {
  content: "×";
  font-size: 42px;
  color: #F30157;
  transition: ease 0.3s;
}

.modal-close-btn:hover::before {
  color: #002E7B;
}

.modal-close-btn:hover {
  cursor: pointer;
}
.modal-close-btn:hover .burg-line-one, .modal-close-btn:hover .burg-line-two {
  background-color: #F30157;
}

.product-content {
  display: none;
}

.scrollbar-wrap {
  position: absolute;
  max-width: 600px;
  right: 10vw;
  width: 100%;
}

.goods-head {
  position: absolute;
  left: -240px;
  top: 260px;
  z-index: 3;
}
.goods-head img {
  width: 800px;
  height: 100%;
}

.goods-header {
  position: absolute;
  text-align: right;
  color: #ffffff;
  top: 80px;
  right: 220px;
  max-width: 275px;
}

.goods-navigation {
  position: absolute;
  left: calc(50% - 200px);
  top: calc(50% + 140px);
  z-index: 3;
}

.swiper-button-next, .swiper-button-prev {
  position: unset;
  border-radius: 30px;
  background-color: #fff;
  background-color: #F30157;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 10px 10px rgba(9, 51, 84, 0.2);
  transition: ease 0.3s;
  box-shadow: 0px 10px 10px rgba(10, 41, 149, 0.2), inset -5px -2px 4px rgba(0, 0, 0, 0.2);
}

.swiper-button-next {
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
}

.swiper-button-next::after {
  font-size: 28px;
  color: #ffffff;
  font-weight: bold;
  margin-left: 4px;
  transition: ease 0.3s;
}

.swiper-button-next:hover {
  background-color: #ffffff;
  border: 2px solid #F30157;
}
.swiper-button-next:hover::after {
  color: #F30157;
}

.swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-left: 5px;
}

.swiper-button-prev::after {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  margin: 1px 3px 0 0;
  transition: ease 0.3s;
}

.swiper-button-prev:hover {
  background-color: #ffffff;
  border: 2px solid #F30157;
}
.swiper-button-prev:hover::after {
  color: #F30157;
}

.goods-head-bg {
  position: absolute;
  top: 0;
  right: calc(50% + 185px);
  width: 100vw;
  height: 100%;
  background-color: #F2F4FC;
  z-index: 2;
}

@media screen and (max-width: 1500px) {
  .goods-head {
    left: -300px;
  }
  .goods-head img {
    width: 740px;
  }
  .head-subtitle, .head-subtitle2 {
    font-size: 16px;
    line-height: 1.15;
  }
  .goods-header {
    right: 160px;
    top: 60px;
    max-width: 240px;
  }
  .good-slide {
    max-width: 320px;
    padding: 30px;
  }
  .goods-navigation {
    left: calc(50% - 184px);
  }
  .good-slide .title {
    font-size: 22px;
  }
  .good-slide img {
    width: 260px;
    height: 260px;
  }
  .prod-img-wrap {
    margin: -120px 0 10px -3px;
  }
  .prod-new-price {
    font-size: 22px;
  }
  .good-slide p {
    margin: 16px 0;
  }
  .card-slide {
    max-width: unset;
  }
}
@media screen and (max-width: 1100px) {
  .goods-head {
    position: unset;
  }
  .goods-head img {
    display: none;
  }
  .goods-header {
    position: unset;
    text-align: center;
    max-width: 600px;
    color: #002E7B;
    margin: 0 auto 60px;
  }
  .scrollbar-wrap {
    display: none;
  }
  .good-slide {
    max-width: 280px;
    padding: 20px;
  }
  .good-slide img {
    width: 230px;
    height: 230px;
  }
  .prod-img-wrap {
    margin: -90px 0 -30px -6px;
  }
  .good-slide p {
    margin: 12px 0;
    font-size: 15px;
  }
  .product-btn-details {
    margin-top: 10px;
  }
  .goods-navigation {
    left: calc(50% - 164px);
  }
  .goods {
    padding-top: 80px;
  }
  .good-slide .title {
    font-size: 19px;
  }
  .product-btn-details {
    padding: 12px 30px;
    font-size: 16px;
    width: fit-content;
  }
  .prod-modal {
    position: absolute;
    top: 80px;
    padding: 20px 15px 10px;
    width: 94vw;
  }
  .mod-imgs {
    display: none;
  }
  .goods-head-bg {
    right: calc(50% + 140px);
    bottom: 0;
    top: unset;
    height: 78%;
  }
}
.pictures {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 160px 30px;
  position: relative;
}

.mySwiper {
  width: 800px;
}

.card-slide {
  padding: 0;
  height: auto;
  border: 3px solid #ffffff;
  background: linear-gradient(134.49deg, rgba(255, 255, 255, 0) 4.15%, #FFFFFF 98.65%);
  filter: drop-shadow(-8px 10px 7px rgba(24, 106, 169, 0.1));
  border-radius: 20px;
}
.card-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1100px) {
  .pictures {
    margin: 80px 15px;
  }
  .mySwiper {
    width: 80vw;
  }
  .head-subtitle2 {
    margin-bottom: 20px;
  }
  .card-slide {
    max-width: unset;
  }
}
.contacts {
  position: relative;
}

.map {
  width: 100%;
  height: 100vh;
  min-height: 800px;
  max-height: 880px;
  border: 0;
  position: relative;
}

.contact-block {
  position: absolute;
  top: 40px;
  left: calc(50% + 80px);
  background: linear-gradient(134.49deg, #EBF1FC 4.15%, #FFFFFF 98.65%);
  border: 3px solid #FFFFFF;
  box-shadow: 10px 10px 20px rgba(24, 106, 169, 0.1);
  border-radius: 23px;
  max-width: 390px;
  padding: 24px 30px;
  overflow: hidden;
  z-index: 1;
}

.cont-bg {
  width: 423px;
  height: 180px;
  position: absolute;
  left: -10px;
  top: -10px;
}

.cont-header {
  position: relative;
  z-index: 1;
  font-size: 20px;
  color: #ffffff;
  font-family: SemiBold;
  letter-spacing: 1px;
  line-height: 1.25;
  text-align: center;
  max-width: 320px;
  margin: 0 auto 54px;
}

.cont-line {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 4px;
}

.cont-ico {
  width: 20px;
  height: 20px;
  fill: #F30157;
  margin-right: 10px;
}

.cont-text {
  color: #002E7B;
}

.cont-block-header {
  margin: 26px 0 8px;
  font-family: Bold;
  color: #002E7B;
  font-size: 18px;
}

.qr {
  max-width: 320px;
  width: 100%;
  max-height: 320px;
  height: 100%;
  margin-top: 10px;
}

.link-regular:link {
  text-decoration: none;
  transition: ease 0.3s;
}

.link-regular:visited {
  color: #002E7B;
}

.link-regular:hover {
  color: #F30157;
}

.cont-grad-bg {
  position: absolute;
  height: 100px;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #F2F4FC 0%, rgba(242, 244, 252, 0) 100%);
}

@media screen and (max-width: 1100px) {
  .contact-block {
    left: calc(50% - 195px);
  }
  .cont-line {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 390px) {
  .map {
    display: none;
  }
  .contact-block {
    position: unset;
    border-radius: 0;
    border: 0;
    padding-bottom: 100px;
  }
  .contacts {
    padding-top: 60px;
  }
  .cont-bg {
    top: 60px;
  }
  .qr {
    max-width: 300px;
    max-height: 300px;
  }
}
footer {
  position: absolute;
  bottom: -10px;
  display: flex;
  align-items: end;
  z-index: 1;
  left: calc(50% - 960px);
}
footer svg {
  width: 1920px;
  height: 88px;
  margin-bottom: -10px;
}

.developer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 35px;
  left: calc(50% - 300px);
  width: 600px;
}

.dev-logo {
  width: 28px;
  height: 28px;
  margin-top: -10px;
  margin-left: 12px;
  fill: #ffffff;
  transition: ease 0.3s;
}

.developer-website:link {
  transition: ease 0.3s;
  text-decoration: none;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.developer-website:visited {
  color: #ffffff;
}

.developer-website:hover {
  color: #F30157;
}
.developer-website:hover svg {
  fill: #F30157;
}

@media screen and (max-width: 390px) {
  footer {
    bottom: -20px;
  }
  .developer {
    bottom: 38px;
  }
}
@media screen and (max-width: 1500px) {
  .head-title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .head-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 900px) {
  .head-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media screen and (max-height: 3600px) {
  .welcome-bg {
    top: -30px;
  }
}
@media screen and (max-height: 1080px) {
  .welcome-bg {
    top: unset;
  }
}