@charset "UTF-8";

/*	Theme Name: Voda Pride Plant */
/*	Text Domain: https://pl.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);
}

h1 {
  font-family: Bold;
  font-size: 60px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto 20px;
  line-height: 1.2;
}

.welcome-subhead {
  color: #ffffff;
  text-align: center;
  width: 380px;
  line-height: 1.2;
  font-size: 22px;
}

.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;
  background: linear-gradient(180deg, rgba(29, 69, 207, 0.8) 0%, rgba(29, 69, 207, 0) 100%);
}

.header-ismoving {
  transition: ease 0.8s;
  height: 60px;
  background-color: #002E7B;
  box-shadow: 0px 6px 30px rgba(10, 41, 149, 0.6);
  z-index: 1000;
}

.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:link {
  margin: 0 1vw;
  position: relative;
  color: #ffffff;
  text-decoration: none;
}

.nav-link:visited,
.nav-link-special:visited {
  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;
}

.header.is-open {
  transition: ease 0.8s;
  height: 60px;
  background-color: #002E7B;
  box-shadow: 0px 6px 30px rgba(10, 41, 149, 0.6);
  z-index: 1000;
}

.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: 1100px) {
  .menu-header-menu li:nth-child(6) {
    display: none;
  }

  .head-address-text {
    width: 180px;
  }
}

@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: 100000;
    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 */
}

.welcome {
  max-height: 900px;
  min-height: 600px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.video {
  height: 100%;
}

.video-bg {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  background-color: #0B2069;
  opacity: 0.55;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.video-bottom-bg {
  position: absolute;
  bottom: -0.6px;
  left: 50%;
  width: 100%;
  max-width: 1920px;
  height: auto;
  transform: translateX(-50%);
}

.welcome-content {
  z-index: 1;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo {
  filter: drop-shadow(-10px 4px 6px rgba(10, 41, 149, 0.6));
  width: 120px;
  height: auto;
}

h1 {
  font-family: Bold;
  font-size: 56px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  margin: 30px auto 20px;
  line-height: 1.2;
}

.welcome-subhead {
  color: #ffffff;
  text-align: center;
  /* width: 400px; */
  width: 500px;
  line-height: 1.2;
  font-size: 22px;
}

.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;
}

.arow-container svg {
  fill: #F30157;
}

.scroll-btn {
  position: relative;
  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;
}

@keyframes circle {
  0% {
    width: 40px;
    height: 40px;
    opacity: 1;
  }

  100% {
    width: 90px;
    height: 90px;
    opacity: 0;
  }
}

.round-label {
  width: 265px;
  height: 265px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ffffff;
  text-align: center;
  border: 10px solid #ffffff;
  position: absolute;
  border-radius: 50%;
  left: 6vw;
  top: 15vh;
  background-color: #F30157;
  box-shadow: 20px 20px 20px rgba(24, 106, 169, 0.1), inset -5px -5px 20px rgba(38, 42, 46, 0.25);
  transform: rotate(-10deg);
}

.years {
  font-size: 60px;
  font-family: Bold;
}

.year-lable {
  font-family: bold;
  font-size: 24px;
}

.hor-divider {
  width: 130px;
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  margin: 14px auto;
}

.lable-message {
  line-height: 1.4;
  margin-bottom: 20px;
  letter-spacing: -1px;
  max-width: 200px;
}

.slider-video {
  position: absolute;
  bottom: 15vw;
  right: 16vw;
  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: 0 0 10px 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;
  text-decoration: none;
}

@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: 20px;
}

.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:visited {
  text-decoration: none;
}

.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);
}

@media screen and (max-width: 1000px) {
  .round-label {
    position: unset;
    transform: unset;
    margin: 20px auto;
  }
}

@media screen and (max-width: 768px) {
  .logo {
    width: 90px;
  }

  h1 {
    font-size: 40px;
    margin: 20px auto 10px;
    line-height: 1.15;
  }

  .welcome {
    min-height: 560px;
    max-height: 560px;
  }

  .welcome-subhead {
    font-size: 18px;
    width: 90%;
    max-width: 400px;
    line-height: 1.15;
  }

  .scroll-btn {
    display: none;
  }

  .slider-video {
    bottom: 24vw;
    right: unset;
    padding: 6px 24px 6px 6px;
    border-radius: 50px;
  }
}

.about {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px 160px;
}

.h2-about {
  padding: 46px 0 50px;
}

.h2-header {
  font-family: Bold;
  color: #002E7B;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
}

.about__subtext {
  padding-top: 50px;
  max-width: 754px;
  margin: 0 auto;
  padding-bottom: 100px;
  text-align: center;
  color: #002E7B;
  font-size: 18px;
  line-height: 140%;
}

.swiper-about {
  width: 100%;
  height: 690px;
  border-radius: 20px;
  overflow: visible;
  position: relative;
}

.swiper-about .swiper-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  position: relative;
  transition: transform 0.4s ease;
  cursor: pointer;
  background: #fff;
}

.swiper-about .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

/* Зробити активний слайд більшим */
.swiper-about .swiper-slide-active {
  transform: translateX(0) scale(1);
  z-index: 20;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.swiper-about .swiper-slide-next {

  transform: translateX(-60%) scale(0.85);
  z-index: 10;
  opacity: 1;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

/* Залишити попередній слайд (зліва) схожим на фон (можна прибрати, якщо не треба) */
.swiper-about .swiper-slide-prev {
  opacity: 0;
  pointer-events: none;
  transform: translateX(0) scale(0.8);
}

/* Відключаємо видимість інших слайдів */
.swiper-about .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next) {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
}

.swiper-about .scrollbar-wrap {
  top: initial;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  background-color: #E0E4F2;
}

.about__grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin: 0 auto;
  padding-top: 142px;
}

.about-card {
  border-radius: 20px;
  padding: 40px;
  background: linear-gradient(134.49deg, rgba(235, 241, 252, 0.8) 4.15%, rgba(255, 255, 255, 0.8) 98.65%);
  border: 2px solid #FFFFFF;
  backdrop-filter: blur(25px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 230px;
}

.about-card__icon {
  width: 80px;
  height: 80px;
  /* fill: #d90a43; колір іконки */
  flex-shrink: 0;
}

.about-card__title {
  padding-top: 20px;
  font-weight: 700;
  font-size: 24px;
  color: #002E7B;
  padding-bottom: 16px;
}

.about-card__text {
  font-size: 18px;
  color: #002E7B;
  line-height: 140%;
}

.about-card__text p {
  margin-bottom: 1rem;
}

.swiper-scrollbar-drag {
  background: linear-gradient(137.86deg, #F30157 16.35%, #B1003F 91.25%);
}

.about-img {
  max-width: 800px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  filter: drop-shadow(10px 10px 20px rgba(24, 106, 169, 0.1));
}

.about-text-block {
  max-width: 460px;
  background: linear-gradient(134.49deg, rgba(235, 241, 252, 0.8) 4.15%, rgba(255, 255, 255, 0.8) 98.65%);
  border: 2px solid #ffffff;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 10px;
  padding: 30px 30px 10px 30px;
  color: #002E7B;
  line-height: 1.2;
  position: absolute;
  right: 0;
  bottom: -200px;
}

.about-head {
  font-family: Bold;
  font-size: 24px;
  margin-bottom: 30px;
}

.about-text {
  font-size: 18px;
  margin-bottom: 20px;
}

.about-block {
  position: relative;
}

.about-block-1 {
  margin-bottom: 260px;
}

.about-block-2 {
  display: flex;
  justify-content: flex-end;
}

.about-text-block-right {
  left: 0;
  top: -120px;
  height: fit-content;
}

@media screen and (max-width: 1000px) {
  .about-text-block {
    position: unset;
    margin: 0 auto;
    margin-top: -30px;
  }

  .about-block {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .about-block-1 {
    margin-bottom: 60px;
  }

  .about {
    padding: 0 30px 80px;
  }
}

@media screen and (max-width: 768px) {
  .about {
    padding: 0 15px 80px;
  }

  .about-img {
    width: 106%;
    margin: 0 -15px;
  }

  .about-text-block {
    padding: 20px 20px 10px;
  }

  .about-head {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
  }

  .about-text {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .h2-header {
    text-align: center;
    font-size: 28px;
  }

  .h2-about {
    padding: 80px 0 20px;
  }

  .about-block-1 {
    margin-bottom: 40px;
  }
}

.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;
}

.well-header {
  max-width: 660px;
}

.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: 70px;
  z-index: -1;
  max-width: 1920px;
}

.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);
  -webkit-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) {
  .swiper-about {
    height: 500px;
    padding: 0 100px;
  }

  .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;
  }

  .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 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1200px) {

  .well-left,
  .well-right {
    max-width: unset;
    margin-left: unset;
    margin-top: -50px;
  }

  .well-content {
    justify-content: center;
  }

  .well-bg {
    max-width: 1200px;
    bottom: 620px;
  }

  .swiper-about {
    height: 400px;
    padding: 0 100px;
  }
}

@media screen and (max-width: 768px) {
  .well-left {
    transform: scale(0.8);
  }

  .well-bg {
    bottom: 510px;
  }

  .well-left,
  .well-right {
    margin-top: -120px;
  }

  .well-block-wrap {
    box-shadow: 0px 0px 20px rgba(10, 41, 149, 0.1);
  }

  .swiper-about {
    height: 500px;
    padding: 0;
  }

  .swiper-about .swiper-slide-next {
    opacity: 0;
  }
}

@media screen and (max-width: 570px) {

  .well-left,
  .well-right {
    margin-top: -40px;
  }

  .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;
  }

  .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;
  }

  .about__subtext {
    padding: 40px 0;
    padding-top: 20px;
    font-size: 16px;
  }

  .swiper-about {
    height: 211px;
  }
}

.why {
  max-width: 1120px;
  margin: 0 auto;
  padding: 160px 30px;
}

.why-header {
  text-align: center;
  margin-bottom: 80px;
}

.why-body {
  position: relative;
}

.why-img {
  width: 100%;
  filter: drop-shadow(10px 10px 20px rgba(24, 106, 169, 0.1));
  border-radius: 20px;
}

.why-lable {
  position: absolute;
  bottom: 2px;
  left: 0;
  padding: 14px 0;
  max-width: 770px;
  width: 100%;
  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);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 0px 30px 0px 20px;
  color: #002E7B;
  text-align: center;
  line-height: 1.4;
}

.why-lable-head {
  font-size: 24px;
  font-family: Bold;
}

.why-lable-text {
  font-size: 18px;
}

.hexagon {
  position: absolute;
  top: -140px;
  right: -140px;
  background: url(svg/hexagon.svg);
  background-repeat: no-repeat;
  width: 400px;
  height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: SemiBold;
  text-align: center;
  color: #ffffff;
  gap: 10px;
  z-index: 1;
}

.minutes {
  font-size: 30px;
  font-family: Bold;
  margin-bottom: 10px;
}

.hexagon-line {
  max-width: 220px;
  line-height: 1.2;
}

.hex-arrow {
  width: 18px;
  height: 24px;
  fill: #ffffff;
}

@media screen and (max-width: 1200px) {
  .hexagon {
    top: -100px;
    right: -100px;
  }

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

@media screen and (max-width: 1000px) {
  .hexagon {
    position: unset;
    margin: 30px auto;
    width: 320px;
    height: 288px;
    gap: 6px;
    font-size: 16px;
  }

  .why-header {
    margin-bottom: 0;
  }

  .minutes {
    font-size: 26px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 768px) {
  .why {
    padding: 160px 15px;
  }

  .why-lable {
    border-radius: 0 0 20px 20px;
    padding: 10px 0;
    line-height: 1.2;
    position: unset;
    border-radius: 20px;
    margin-top: -20px;
  }

  .why-lable-head {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .why-lable-text {
    font-size: 16px;
  }
}

.grid {
  max-width: 1500px;
  padding: 0 30px 160px;
  margin: 0 auto;
  position: relative;
}

.grid-body {
  background-image: url(img/grid-bg.webp);
  background-size: cover;
  padding: 0 40px;
  border-radius: 20px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.grid-tile {
  text-align: center;
  color: #002E7B;
  min-width: 300px;
  padding: 80px 15px;
  flex-grow: 1;
}

.grid-tile:nth-child(1),
.grid-tile:nth-child(2),
.grid-tile:nth-child(3) {
  border-bottom: 1px solid rgba(0, 46, 123, 0.1);
}

.tile-svg {
  width: 80px;
  height: 80px;
  margin-bottom: 25px;
}

.tile-head {
  font-family: Bold;
  font-size: 22px;
  margin-bottom: 14px;
}

.tile-body {
  line-height: 1.2;
  font-size: 18px;
  max-width: 380px;
  margin: 0 auto;
}

.grid-divider {
  width: 100%;
  height: 1px;
  background-color: #002E7B;
  opacity: 0.1;
  margin: 50px auto;
}

.grid-blue-bg {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 1370px) {

  .grid-tile:nth-child(1),
  .grid-tile:nth-child(2),
  .grid-tile:nth-child(3) {
    border-bottom: 0;
  }
}

@media screen and (max-width: 1000px) {
  .grid-body {
    padding: 0 15px 60px;
  }

  .tile-body {
    max-width: 300px;
  }

  .grid-tile {
    padding: 80px 0 0;
  }

  .about-card__icon {
    width: 70px;
    height: 70px;
  }

  .about-card__title {
    font-size: 16px;
  }

  .about-card__text {
    font-size: 14px;
  }

  .about-card {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .grid {
    padding: 0 15px;
  }

  .about-card {
    padding: 26px 16px;
    align-items: center;
  }

  .about__grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 660px) {
  .why {
    padding: 160px 15px 0px;
  }

  .tile-head {
    font-size: 20px;
  }

  .tile-svg {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }

  .tile-body {
    max-width: 96%;
    font-size: 16px;
  }

  .grid-body {
    background-image: none;
  }

  .grid-tile {
    padding: 60px 0 0;
  }

  .grid-blue-bg {
    display: none;
  }
}

.map-section {
  max-width: 1200px;
  margin: 80px auto 120px;
  padding: 0 30px;
}

.map-header {
  text-align: center;
  margin-bottom: 20px;
}

.h2-subheader {
  font-size: 18px;
  line-height: 1.4;
  color: #002E7B;
  max-width: 620px;
  text-align: center;
  margin: 0 auto;
}

.map-body {
  margin-top: 100px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.map-wrap {
  position: relative;
}

.legend {
  background: linear-gradient(134.49deg, #EBF1FC 4.15%, #FFFFFF 98.65%);
  border: 2px solid #FFFFFF;
  box-shadow: 10px 10px 20px rgba(24, 106, 169, 0.1);
  border-radius: 20px;
  padding: 50px;
  margin: 15px;
  margin-top: 40px;
}

.legend-title {
  font-size: 18px;
  font-family: SemiBold;
  margin-bottom: 30px;
  color: #F30157;
  text-align: center;
}

.legend-line {
  display: flex;
  width: 270px;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #002E7B;
  line-height: 1.2;
}

.distance {
  font-family: Bold;
}

.map-svg {
  width: 560px;
  height: auto;
}

.district {
  fill: #BADBF5;
  stroke: #1D45CF;
  stroke-width: 2;
  stroke-linejoin: round;
  transition: ease 0.3s;
}

.district-route {
  stroke: #F30157;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 10 10;
  transition: ease 0.3s;
  opacity: 0;
}

.text-highlight {
  animation: text-highlight 0.2s 1;
  color: #F30157;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  transition: ease 0.3s;
}

@keyframes text-highlight {
  0% {
    transform: scale(1);
    text-shadow: 0px 0px 0px #F30157;
  }

  50% {
    transform: scale(1.01);
    text-shadow: 0px 0px 10px #F30157;
  }

  100% {
    transform: scale(1);
    text-shadow: 0px 0px 0px #F30157;
  }
}

@media screen and (max-width: 768px) {
  .map-section {
    padding: 0 15px;
    margin: 120px auto 80px;
  }

  .map-body {
    margin-top: 40px;
  }

  .h2-subheader {
    font-size: 16px;
    line-height: 1.2;
  }

  .legend {
    padding: 20px;
  }

  .map-svg {
    width: 100%;
  }
}

.cooperation-terms {
  max-width: 1920px;
  margin: 0 auto;
  padding: 80px 30px;
  position: relative;
}

.cooper-header {
  text-align: center;
}

.h2-subheader {
  margin-top: 20px;
}

.coop-body {
  max-width: 1200px;
  display: flex;
  justify-content: space-around;
  margin: 60px auto 0;
  flex-wrap: wrap;
}

.coop-block {
  padding: 30px;
  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);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 20px;
  max-width: 500px;
  margin: 15px;
}

.coop-img {
  height: 260px;
  width: auto;
  display: flex;
  margin: 0 auto;
}

.coop-title {
  margin: 50px 0 20px;
  color: #1D45CF;
  text-align: center;
  line-height: 1.2;
  font-size: 24px;
  font-family: Bold;
}

.coop-sub {
  margin: 20px 0;
  text-align: center;
  color: #F30157;
  font-family: Bold;
  font-size: 20px;
  line-height: 1.2;
}

.coop-item {
  width: 420px;
  color: #002E7B;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 12px 30px;
  position: relative;
  list-style: none;
}

.coop-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: 50%;
  transform: translateY(-50%);
}

.cooperation-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 18vh;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .cooperation-terms {
    padding: 80px 15px;
  }

  .coop-body {
    margin-top: 10px;
  }

  .coop-block {
    margin: 15px 0;
    padding: 20px;
  }

  .coop-item {
    width: auto;
    font-size: 16px;
  }

  .coop-img {
    width: 220px;
    height: auto;
  }

  .coop-title {
    font-size: 20px;
  }

  .coop-sub {
    font-size: 18px;
    margin: 16px 0;
  }

  .coop-title {
    margin: 30px 0 20px;
  }
}

.interview {
  max-width: 1920px;
  margin: 0 auto;
  padding: 160px 30px;
}

.oksana-wrap {
  position: relative;
}

.oksana {
  max-width: 1000px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  margin-top: 50px;
  border: 3px solid #FFFFFF;
  box-shadow: 10px 10px 20px rgba(24, 106, 169, 0.1);
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: radial-gradient(44.29% 44.29% at 50% 50%, #2090E6 0%, rgba(255, 255, 255, 0.9) 100%);
  box-shadow: 5px 4px 5px rgba(24, 106, 169, 0.1);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: ease 0.3s;
}

.play-btn .play-inner {
  transition: ease 0.3s;
  border-radius: 50%;
  background: linear-gradient(137.86deg, #F30157 16.35%, #B1003F 91.25%);
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-btn .play-inner svg {
  width: 22px;
  height: 35px;
  margin-left: 8px;
}

.play-btn:hover {
  width: 80px;
  height: 80px;
}

.play-btn:hover .play-inner {
  width: 60px;
  height: 60px;
}

.oksana-title {
  background: linear-gradient(134.49deg, rgba(235, 241, 252, 0.8) 4.15%, rgba(255, 255, 255, 0.8) 98.65%);
  border: 2px solid #FFFFFF;
  box-shadow: 10px 10px 20px rgba(24, 106, 169, 0.15);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 20px;
  padding: 20px 80px;
  width: fit-content;
  margin: -36px auto 0;
  color: #002E7B;
  font-size: 24px;
  font-family: Bold;
  transition: 0.2s;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .interview {
    padding: 80px 15px;
  }

  .oksana-title {
    padding: 10px 40px;
    font-size: 16px;
    padding: 10px;
    margin: -22px auto 0;
  }

  .oksana {
    margin-top: 20px;
    border: 0;
  }
}

.certification {
  padding: 100px 30px 40px;
  margin-bottom: 100px;
}

.cert-title {
  max-width: 760px;
  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;
  }
}

.clients {
  margin: 80px auto;
  padding: 80px 30px;
}

.h2-subheader-clients {
  font-size: 18px;
  line-height: 1.2;
  color: #002E7B;
  max-width: 1000px;
  text-align: center;
  margin: 20px auto 50px;
}

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

.client-block {
  display: flex;
  justify-content: center;
  align-items: center;
  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);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 20px;
  width: 480px;
  height: 220px;
  margin: 25px;
}

.hvulia {
  max-width: 300px;
  height: auto;
}

.skandinavia {
  max-width: 390px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .clients {
    padding: 80px 15px;
  }

  .h2-subheader-clients {
    font-size: 16px;
    margin: 20px auto 10px;
  }

  .client-block {
    margin: 15px;
    transform: scale(0.7);
    margin: -20px;
  }
}

@media screen and (max-width: 480px) {
  .hvulia {
    max-width: 260px;
  }

  .skandinavia {
    max-width: 300px;
  }
}

.pictures {
  background: linear-gradient(180.2deg, #F2F4FC 10.13%, #FFFFFF 27.58%, #FFFFFF 80.86%, #F2F4FC 100.66%);
  max-width: 1920px;
  margin: 160px auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: 80vh;
  position: relative;
}

.pic-white-bg {
  position: absolute;
  background: linear-gradient(180.2deg, #F2F4FC 10.13%, #FFFFFF 27.58%, #FFFFFF 80.86%, #F2F4FC 100.66%);
  width: 50%;
  height: 100%;
  left: 0;
  z-index: 3;
}

.scrollbar-wrap {
  position: absolute;
  max-width: 600px;
  left: 3vw;
  bottom: -3vw;
  width: 50%;
}

.pic-bg-blue {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 20vw;
  top: 0;
  object-fit: contain;
  transform: scale(1.5);
}

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

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

.swiper-scrollbar-drag {
  background: linear-gradient(137.86deg, #F30157 16.35%, #B1003F 91.25%);
}

.pic-head {
  max-width: 400px;
  text-align: left;
  margin-left: 10vw;
  z-index: 4;
}

.h2-subheader-pic {
  font-size: 18px;
  line-height: 1.2;
  color: #002E7B;
  margin: 40px auto;
}

.gallery {
  width: 34vw;
  position: absolute;
  left: 50%;
  z-index: 3;
}

.card-slide {
  padding: 0;
  height: auto;
  background: linear-gradient(134.49deg, rgba(255, 255, 255, 0) 4.15%, #FFFFFF 98.65%);
  border-radius: 20px;
}

.card-slide img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1300px) {
  .pic-head {
    margin-left: 5vw;
  }
}

@media screen and (max-width: 1000px) {
  .pictures {
    flex-direction: column;
  }

  .gallery {
    position: unset;
    width: 50vw;
  }

  .pic-white-bg {
    display: none;
  }

  .pic-head {
    text-align: center;
    max-width: 620px;
    margin-left: 0;
  }

  .h2-subheader-pic {
    margin: 20px auto;
  }

  .pic-bg-blue {
    display: none;
  }

  .scrollbar-wrap {
    left: 50%;
    bottom: -4vw;
    width: 40vw;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .pictures {
    padding: 0 15px;
    margin: 160px auto 0;
  }

  .h2-subheader-pic {
    font-size: 16px;
  }

  .gallery {
    width: 80vw;
  }

  .scrollbar-wrap {
    bottom: -30px;
  }
}

.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: 460px;
  padding: 24px;
  overflow: hidden;
  z-index: 1;
}

.cont-bg {
  width: 502px;
  height: 214px;
  position: absolute;
  left: -12px;
  top: -60px;
}

.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 36px;
}

.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%);
}

.form-body {
  position: relative;
  z-index: 3;
}

.form-row {
  display: flex;
}

.form-row input,
.form-row .wpcf7-textarea {
  margin-top: 10px;
  padding: 12px;
  font-size: 14px;
  line-height: 1.4;
  background: rgba(0, 46, 123, 0.03);
  border: 0.5px solid rgba(0, 46, 123, 0.3);
  transition: 0.3s ease;
  outline: none;
  border-radius: 5px;
  width: 100%;
  color: #002E7B;
  font-family: SemiBold;
}

.form-row input::placeholder,
.form-row .wpcf7-textarea::placeholder {
  color: rgba(0, 46, 123, 0.5);
  opacity: 1;
  font-size: 14px;
  transition: opacity 0.3s ease;
}

.form-row input:focus,
.form-row .wpcf7-textarea:focus {
  border: 0.5px solid #002E7B;
}

.form-row input:focus::placeholder,
.form-row .wpcf7-textarea:focus::placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.form-row label {
  display: flex;
  flex-direction: column;
  padding: 20px 5px 5px;
  color: #002E7B;
  font-size: 14px;
  font-family: SemiBold;
  width: 100%;
}

.wpcf7-file {
  padding: 5px;
  width: 100%;
}

.wpcf7-file::-webkit-file-upload-button {
  visibility: hidden;
}

.wpcf7-file::before {
  content: "Прикріпити файл";
  display: inline-block;
  text-decoration: underline;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  color: #002E7B;
}

.wpcf7-file:hover::before {
  border-color: black;
}

.wpcf7-file:active::before {
  color: #F30157;
}

.wpcf7-submit {
  display: flex;
  margin: 20px auto 0;
  background: linear-gradient(137.86deg, #F30157 16.35%, #B1003F 91.25%);
  box-shadow: 10px 10px 20px rgba(190, 20, 81, 0.1);
  border-radius: 50px;
  border: 0;
  color: #ffffff;
  font-family: SemiBold;
  font-size: 18px;
  padding: 14px 50px;
  transition: ease 0.3s;
}

.wpcf7-submit:hover {
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(190, 20, 81, 0.4);
}

.screen-reader-response {
  color: #F30157;
  padding-top: 20px;
}

@media screen and (max-width: 1100px) {
  .contact-block {
    left: 50%;
    transform: translateX(-50%);
    width: 460px;
  }
}

@media screen and (max-width: 500px) {
  .contacts {
    padding: 80px 0;
  }

  .form-row {
    display: unset;
  }

  .map,
  .cont-grad-bg,
  .cont-bg {
    display: none;
  }

  .contact-block {
    position: unset;
    left: 0;
    transform: translateX(0);
    width: unset;
    max-width: unset;
    padding: 10px 10px 40px;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: unset;
  }

  .cont-header {
    color: #002E7B;
    margin: 0 auto;
  }
}

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;
  }
}

.wpcf7-not-valid-tip {
  color: #F30157;
}