@charset "utf-8";

@font-face {
  font-family: Montserrat;
  font-weight: 100;
  font-style: normal;
  src: url(../webfonts/Montserrat/Montserrat-Thin.woff2) format("woff2"), url(../webfonts/Montserrat/Montserrat-Thin.woff) format("woff")
}

@font-face {
  font-family: Montserrat;
  font-weight: 200;
  font-style: normal;
  src: url(../webfonts/Montserrat/Montserrat-ExtraLight.woff2) format("woff2"), url(../webfonts/Montserrat/Montserrat-ExtraLight.woff) format("woff")
}

@font-face {
  font-family: Montserrat;
  font-weight: 300;
  font-style: normal;
  src: url(../webfonts/Montserrat/Montserrat-Light.woff2) format("woff2"), url(../webfonts/Montserrat/Montserrat-Light.woff) format("woff")
}

@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  src: url(../webfonts/Montserrat/Montserrat-Regular.woff2) format("woff2"), url(../webfonts/Montserrat/Montserrat-Regular.woff) format("woff")
}

@font-face {
  font-family: Montserrat;
  font-weight: 500;
  font-style: normal;
  src: url(../webfonts/Montserrat/Montserrat-Medium.woff2) format("woff2"), url(../webfonts/Montserrat/Montserrat-Medium.woff) format("woff")
}

@font-face {
  font-family: Montserrat;
  font-weight: 600;
  font-style: normal;
  src: url(../webfonts/Montserrat/Montserrat-SemiBold.woff2) format("woff2"), url(../webfonts/Montserrat/Montserrat-SemiBold.woff) format("woff")
}

@font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  src: url(../webfonts/Montserrat/Montserrat-Bold.woff2) format("woff2"), url(../webfonts/Montserrat/Montserrat-Bold.woff) format("woff")
}

@font-face {
  font-family: Montserrat;
  font-weight: 800;
  font-style: normal;
  src: url(../webfonts/Montserrat/Montserrat-ExtraBold.woff2) format("woff2"), url(../webfonts/Montserrat/Montserrat-ExtraBold.woff) format("woff")
}

@font-face {
  font-family: Montserrat;
  font-weight: 900;
  font-style: normal;
  src: url(../webfonts/Montserrat/Montserrat-Black.woff2) format("woff2"), url(../webfonts/Montserrat/Montserrat-Black.woff) format("woff")
}

:root {
  scroll-behavior: auto;
  --font-main: Montserrat, sans-serif;
  --color-main: #005677;
  --color-main-rgb: 0, 86, 119;
  --color-white: #ffffff;
  --color-light: #f5f5f5;
  --color-black: #191E25;
  --color-gray: #969797
}

html {
  overflow-y: scroll;
  scroll-behavior: smooth;
  -ms-overflow-style: scrollbar
}

body,
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility
}

iframe {
  border: none
}

a,
div,
li,
ul {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent
}

a:active,
a:focus:not(.focus-visible),
div:active,
div:focus,
input:focus,
section:focus {
  -moz-outline: none;
  outline: 0
}

a:focus.focus-visible,
button:focus.focus-visible,
div:focus.focus-visible {
  -moz-outline: 2px dotted #36a367 !important;
  outline: 2px dotted #36a367 !important;
  outline-offset: 0 !important
}

img:not([draggable]),
object,
video {
  max-width: 100%;
  height: auto
}

.min-height-80vh {
  min-height: 80vh
}

.min-height-90vh {
  min-height: 90vh
}

.min-height-100vh {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100)
}

.align-center {
  text-align: center !important
}

.align-left {
  text-align: left !important
}

.align-right {
  text-align: right !important
}

.left {
  float: left !important
}

.right {
  float: right !important
}

.relative {
  position: relative
}

.hidden {
  display: none
}

.white {
  color: #fff !important
}

.round {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important
}

::-moz-selection {
  color: #fff;
  background: #000
}

::-webkit-selection {
  color: #fff;
  background: #000
}

::selection {
  color: #fff;
  background: var(--color-main)
}

.animate,
.animate * {
  -webkit-transition: all .27s cubic-bezier(0, 0, .58, 1);
  transition: all .27s cubic-bezier(0, 0, .58, 1)
}

.full-wrapper {
  margin: 0 2%
}

.container {
  max-width: 1318px;
  /* padding: 0 30px */
}

/* Цілі анкорних переходів (напр. /price/#pp-price-block з головної):
   відступ під фіксований хедер, щоб заголовок секції не підрізався шапкою. */
#pp-price-block,
.pgh-block {
  scroll-margin-top: 130px;
}

.page-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: var(--color-main);
  z-index: 100000
}

.page-loader img {
  width: 288px;
  animation: logo-breath 3s alternate infinite
}

@keyframes logo-breath {
  0% {
    transform: scale(1)
  }

  100% {
    transform: scale(1.15)
  }
}

body {
  color: var(--color-black);
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 400;
  /* letter-spacing: -.00208em; */
  line-height: 1.61;
  background: var(--color-light)
}

a {
  color: var(--color-black);
  text-decoration: underline;
  -webkit-transition: color .1s cubic-bezier(0, 0, .58, 1);
  transition: color .1s cubic-bezier(0, 0, .58, 1)
}

a:hover {
  color: #555;
  text-decoration: underline
}

.small,
small {
  font-weight: 400
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
  font-weight: 600;
  line-height: 1.2
}

/* .h1,
h1 {
  margin-bottom: .5em;
  font-size: 3.25rem;
  letter-spacing: -.04em
}

.h2,
h2 {
  margin-bottom: .5em;
  font-size: 2.875rem;
  letter-spacing: -.04em
}

.h3,
h3 {
  margin-bottom: .7em;
  font-size: 2.17rem;
  letter-spacing: -.04em
}

.h4,
h4 {
  font-size: 1.5rem;
  letter-spacing: -.04em
}

.h5,
h5 {
  font-size: 1.25rem
}

.h6,
h6 {
  font-size: 1rem;
  font-weight: 700
} */

.h1,
h1 {
  margin-bottom: .5em;
  font-size: 3.25rem;
  /* Base is 2.5rem for h2, so 1.3 * h2 */
  letter-spacing: -.04em;
}

.h2,
h2 {
  margin-bottom: .5em;
  font-size: 2.5rem;
  /* Base size for h2 */
  letter-spacing: -.04em;
}

.h3,
h3 {
  margin-bottom: .7em;
  font-size: 2.17rem;
  /* Base is 2.5rem for h2, so 0.87 * h2 */
  letter-spacing: -.04em;
}

.h4,
h4 {
  font-size: 1.5rem;
  /* Base is 2.5rem for h2, so 0.6 * h2 */
  letter-spacing: -.04em;
}

.h5,
h5 {
  font-size: 1.25rem;
  /* Base is 2.5rem for h2, so 0.5 * h2 */
}

.h6,
h6 {
  font-size: 1rem;
  /* Base is 2.5rem for h2, so 0.4 * h2 */
  font-weight: 700;
}


p {
  margin: 0 0 1.5em 0
}

ul {
  margin: 0 0 1.5em 0
}

.text {
  font-size: 16px;
  color: #5f5f5f;
  line-height: 1.8
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  color: #111
}

.light-content .text {
  font-weight: 400;
  color: #fff
}

.light-content .text h1,
.light-content .text h2,
.light-content .text h3,
.light-content .text h4,
.light-content .text h5,
.light-content .text h6 {
  color: #fff
}

.light-content table {
  color: #fff;
  border-color: #333
}

.btn:focus {
  box-shadow: none;
}

.btn-main {
  background: var(--color-main);
  color: var(--color-white);
  padding: 4px 12px;
  font-size: 18px;
  border-radius: 0px;
}

.btn-main:hover {
  color: color: var(--color-white);
}

.btn-main:hover {
  outline: 0;
}

.btn-main i {
  color: var(--color-white);
  margin-left: 3px;
}

.btn-mod,
a.btn-mod {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 13px 4px;
  color: #fff;
  background: rgba(17, 17, 17, .9);
  border: 2px solid transparent;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .065em;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: all .2s cubic-bezier(0, 0, .58, 1);
  transition: all .2s cubic-bezier(0, 0, .58, 1)
}

.btn-mod:focus,
.btn-mod:hover,
a.btn-mod:focus,
a.btn-mod:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
  outline: 0;
  border-color: transparent;
  box-shadow: none
}

.btn-mod:active {
  cursor: pointer !important;
  outline: 0 !important
}

.btn-mod.btn-small {
  height: auto;
  padding: 7px 17px 8px;
  font-size: 12px;
  letter-spacing: 1px
}

.btn-mod.btn-large {
  height: auto;
  padding: 14px 38px 15px;
  font-size: 15px
}

.btn-mod.btn-w {
  color: #111;
  background: rgba(255, 255, 255, .9)
}

.btn-mod.btn-w:focus,
.btn-mod.btn-w:hover {
  color: #111;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 5px 7px 0 rgba(0, 0, 0, .2)
}

.btn-mod.btn-round {
  border-radius: 3px
}

.btn-icon {
  position: relative;
  border: none;
  overflow: hidden
}

.btn-icon.btn-small {
  overflow: hidden
}

.btn-icon>span {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  left: 0;
  color: #777;
  font-size: 48px;
  opacity: .2;
  -webkit-transition: all .2s cubic-bezier(0, 0, .58, 1);
  transition: all .2s cubic-bezier(0, 0, .58, 1)
}

.btn-icon:hover>span {
  opacity: 0;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  transform: scale(2)
}

.btn-icon>span.white {
  color: #fff
}

.btn-full {
  width: 100%
}

.form input[type=color],
.form input[type=date],
.form input[type=email],
.form input[type=number],
.form input[type=password],
.form input[type=search],
.form input[type=tel],
.form input[type=text],
.form input[type=url] {
  display: inline-block;
  height: 27px;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 400;
  color: #757575;
  border: 1px solid rgba(0, 0, 0, .24);
  padding-top: 0;
  padding-bottom: 3px;
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 0;
  box-shadow: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s cubic-bezier(0, 0, .58, 1);
  transition: all .2s cubic-bezier(0, 0, .58, 1);
  -webkit-appearance: none
}

.form input[type=color]:hover,
.form input[type=date]:hover,
.form input[type=email]:hover,
.form input[type=number]:hover,
.form input[type=password]:hover,
.form input[type=search]:hover,
.form input[type=tel]:hover,
.form input[type=text]:hover,
.form input[type=url]:hover {
  border-color: rgba(0, 0, 0, .38)
}

.form input[type=color]:focus,
.form input[type=date]:focus,
.form input[type=email]:focus,
.form input[type=number]:focus,
.form input[type=password]:focus,
.form input[type=search]:focus,
.form input[type=tel]:focus,
.form input[type=text]:focus,
.form input[type=url]:focus {
  color: #111;
  border-color: rgba(0, 0, 0, .7);
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  outline: 0
}

.light-content input[type=color],
.light-content input[type=color]:focus,
.light-content input[type=color]:hover,
.light-content input[type=date],
.light-content input[type=date]:focus,
.light-content input[type=date]:hover,
.light-content input[type=email],
.light-content input[type=email]:focus,
.light-content input[type=email]:hover,
.light-content input[type=number],
.light-content input[type=number]:focus,
.light-content input[type=number]:hover,
.light-content input[type=password],
.light-content input[type=password]:focus,
.light-content input[type=password]:hover,
.light-content input[type=search],
.light-content input[type=search]:focus,
.light-content input[type=search]:hover,
.light-content input[type=tel],
.light-content input[type=tel]:focus,
.light-content input[type=tel]:hover,
.light-content input[type=text],
.light-content input[type=text]:focus,
.light-content input[type=text]:hover,
.light-content input[type=url],
.light-content input[type=url]:focus,
.light-content input[type=url]:hover {
  border-color: #fff
}

.form input[type=color].input-lg,
.form input[type=date].input-lg,
.form input[type=email].input-lg,
.form input[type=number].input-lg,
.form input[type=password].input-lg,
.form input[type=search].input-lg,
.form input[type=tel].input-lg,
.form input[type=text].input-lg,
.form input[type=url].input-lg {
  height: 55px;
  padding-bottom: 4px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px
}

.form input[type=color].input-md,
.form input[type=date].input-md,
.form input[type=email].input-md,
.form input[type=number].input-md,
.form input[type=password].input-md,
.form input[type=search].input-md,
.form input[type=tel].input-md,
.form input[type=text].input-md,
.form input[type=url].input-md {
  height: 48px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 16px
}

.form .form-group {
  margin-bottom: 10px
}

.home-section {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

.home-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, 0) 60%);
  pointer-events: none;
  z-index: 1
}

@keyframes breath {
  0% {
    background-size: 120% 120%
  }

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

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

.search-box {
  width: 470px;
  position: relative;
}

.searchTerm {
  width: 35%;
  border: 0 solid var(--color-main);
  border-right: none;
  padding-left: 15px;
  height: 45px;
  border-radius: 0;
  outline: 0;
  color: var(--color-black);
  font-size: 16px;
  font-weight: 500;
  box-shadow: rgba(0, 0, 0, .33) 0 7px 29px 0
}

.searchTerm::placeholder {
  color: var(--color-black);
  opacity: .66;
  font-weight: 400
}

.searchTerm:focus {
  color: var(--color-black)
}

.searchButton {
  width: 55px;
  border: 2px solid var(--color-main);
  background: var(--color-main);
  text-align: center;
  color: var(--color-white);
  border-radius: 0;
  cursor: pointer;
  font-size: 16px
}

.filterButton {
  width: 55px;
  border: 1px solid var(--color-white);
  background: var(--color-white);
  text-align: center;
  color: var(--color-main);
  cursor: pointer;
  font-size: 16px
}

.filterButton .fa,
.searchButton .fa {
  font-weight: 400 !important
}

.search-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  transform: translate(-50%, -50%);
  margin-bottom: 30px
}

.search-rec {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 0;
  text-shadow: 0 0 6px #000
}

.search-rec a {
  display: inline-block;
  margin: 5px;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 16px;
  color: var(--color-white) !important;
  text-decoration: none;
  background: 0 0;
  transition: all .2s ease
}

.search-rec span {
  display: inline-block;
  margin: 5px;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 400
}

.search-rec a:hover {
  text-shadow: none;
  transform: translateY(-3px) scale(1.02)
}

.page-section .home-content {
  padding-top: 60px
}

.home-content {
  min-width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.help-home {
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 40px 0 20px;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, .44) 0, rgba(0, 0, 0, 0) 100%)
}

.help-home-header {
  font-size: 14px;
  font-weight: 500;
}

.help-home-buttons {
  width: 100%;
  display: flex;
  justify-content: center
}

.help-home button {
  border: none;
  background: 0 0;
  margin: 0;
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-white);
  opacity: .85;
  transition: all .3s ease
}

.help-home button:hover {
  opacity: 1
}

.help-home button i {
  margin-left: 2px
}

/* .help-home button.btn-1 a {
  background: var(--color-white);
  padding: 4px 9px;
  color: var(--color-black);
  text-decoration: none
}

.help-home button.btn-2 a {
  background: var(--color-main);
  padding: 4px 9px;
  color: var(--color-white);
  text-decoration: none
} */

.help-home-text {
  display: inline-block;
  margin: 0;
  margin-bottom: 30px;
  font-size: 10px;
  color: var(--color-white) !important
}

@-webkit-keyframes scroll-down-anim {
  0% {
    -webkit-transform: translateY(-3px)
  }

  50% {
    -webkit-transform: translateY(3px)
  }

  100% {
    -webkit-transform: translateY(-3px)
  }
}

@keyframes scroll-down-anim {
  0% {
    transform: translateY(-3px)
  }

  50% {
    transform: translateY(3px)
  }

  100% {
    transform: translateY(-3px)
  }
}

.bg-video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.bg-video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.bg-video-wrapper>video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover
}

a.bg-video-button-muted {
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 28px;
  line-height: 1;
  color: #fff;
  opacity: .75;
  z-index: 1000
}

@-webkit-keyframes blink {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes blink {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.hs-wrap {
  max-width: 570px;
  margin: 0 auto;
  padding: 47px 30px 53px;
  position: relative;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .5)
}

.hs-line-1 {
  margin-top: 0;
  font-size: 94px;
  font-weight: 600;
  letter-spacing: -.009375em
}

.hs-line-2 {
  margin-top: 0;
  font-size: 80px;
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1.3
}

.hs-line-3 {
  margin-top: 0;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .0454545em
}

.hs-line-4 {
  margin-top: 0;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 400
}

.hs-line-5 {
  margin-top: 0;
  font-size: 74px;
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1.2
}

.hs-line-6 {
  margin-top: 0;
  font-family: var(--font-main);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2
}

.hs-line-7 {
  margin-top: 0;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.03em
}

.hs-line-8 {
  margin-top: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3
}

.hs-line-9 {
  margin-top: 0;
  font-size: 92px;
  letter-spacing: -.03em;
  line-height: 1.3
}

.hs-line-10 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 600
}

.hs-line-11 {
  margin-top: 0;
  font-size: 30px;
  font-weight: 400
}

.hs-line-12 {
  margin-top: 0;
  font-size: 87px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.02em
}

.hs-line-13 {
  margin-top: 0;
  font-size: 96px;
  font-weight: 400
}

.hs-line-14 {
  margin-top: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.4
}

.hs-line-15 {
  margin-top: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3
}

.wow,
.wow-menubar,
.wow-p {
  opacity: .01
}

html:not(.mobile) .wow,
html:not(.mobile) .wow-menubar,
html:not(.mobile) .wow-p {
  will-change: opacity, transform
}

.appear-animate .wow-menubar.animated,
.appear-animate .wow.animated,
.mobile .appear-animate .wow,
.mobile .appear-animate .wow-menubar,
.mobile .appear-animate .wow-p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

@media (prefers-reduced-motion:reduce),
print {

  .wow,
  .wow-menubar,
  .wow-p {
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    animation: none !important
  }
}

.fadeIn,
.fadeInDownShort,
.fadeInUpShort {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -37px, 0);
    transform: translate3d(0, -37px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.fadeInDownShort {
  -webkit-animation-name: fadeInDownShort;
  animation-name: fadeInDownShort
}

@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 37px, 0);
    transform: translate3d(0, 37px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.fadeInUpShort {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort
}

@keyframes scalexIn {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

@keyframes fadeScaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.975) rotate(.1deg);
    transform: scale(.975) rotate(.1deg)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1.001) rotate(0);
    transform: scale(1) rotate(0)
  }
}

@keyframes scaleOutIn {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes fadeScaleOutIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes fadeScaleOutInShort {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.lang {
  font-weight: 500;
  /* Стоїть праворуч, впритул до іконки бургер-меню (за макетом Figma). */
  margin-right: 28px;
  position: relative;
  z-index: 120;
  cursor: pointer;
}

.lang ul, .lang ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  cursor: pointer;
}

.lang ul li a {
  color: var(--color-white);
  text-decoration: none;
}

.lang .pll-sub-item {
  display: none;
  position: absolute;
  padding-top: 8px;
  line-height: 1;
}

/* Відкриття по кліку (клас .is-open ставить js/all.js) + ховер на десктопі.
   Раніше меню трималось лише на :hover і закривалось при русі курсора,
   а на тачскрінах не відкривалось узагалі. */
.pll-parent-item:hover .pll-sub-item,
.lang.is-open .pll-sub-item {
  display: block;
}

.lang .pll-sub-item li {
  padding: 4px 0;
}

.main-nav.transparent .lang {
  color: var(--color-white);
  z-index: 100
}

.nav-logo-wrap {
  z-index: 100;
  margin-left: auto;
  margin-right: auto;
}

.nav-logo-wrap .logo {
  display: flex;
  align-items: center;
  width: 222px;
  -webkit-transition: all .2s cubic-bezier(0, 0, .58, 1);
  transition: all .2s cubic-bezier(0, 0, .58, 1);
  overflow: hidden
}

.nav-logo-wrap .logo img {
  width: 100%
}

.nav-logo-wrap .logo:after,
.nav-logo-wrap .logo:before {
  display: none
}

.logo,
a.logo:hover {
  font-size: 18px;
  font-weight: 600 !important;
  text-decoration: none;
  color: rgba(0, 0, 0, .9)
}

.navigation {
  position: relative;
  z-index: 110;
}

.menu-icon {
  height: 30px;
  width: 30px;
  margin-top: 15px;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  position: relative;
}

.menu-icon:hover {
  transform: scale(1.1)
}

.menu-icon__line {
  height: 2px;
  width: 30px;
  display: block;
  background-color: var(--color-black);
  margin-bottom: 6px;
  transition: transform .2s ease, background-color .5s ease
}

.main-nav.transparent .menu-icon__line {
  background-color: var(--color-white)
}

.menu-icon__line-left {
  width: 30px
}

.menu-icon__line-right {
  width: 30px
}

nav.side-slide {
  top: 0;
  right: 0;
  height: 100vh;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: right;
  width: 444px;
  background-color: var(--color-main);
  z-index: 115;
  transform: translateX(100%);
  transition: all 0.5s ease;
}

.showMenu {
  transform: translateX(0) !important;
}

nav.side-slide ul {
  margin-top: 20vh;
  padding: 0 10%;
  list-style: none;
  position: relative;
  z-index: 3;
  display: block;
}

nav.side-slide li {
  text-align: right;
  line-height: 70px
}

nav.side-slide li:nth-child(1) {
  animation-delay: .2s;
  animation-duration: .3s
}

nav.side-slide li:nth-child(2) {
  animation-delay: .3s;
  animation-duration: .3s
}

nav.side-slide li:nth-child(3) {
  animation-delay: .4s;
  animation-duration: .3s
}

nav.side-slide li.main-nav-link {
  animation-fill-mode: forwards
}

nav.side-slide li a {
  border-bottom: 3px solid var(--color-main);
  transition: all .2s ease
}

nav.side-slide li a:hover {
  border-bottom: 3px solid var(--color-white)
}

nav.side-slide a {
  display: inline-block;
  color: var(--color-white);
  font-weight: 700;
  font-size: 5vh;
  text-transform: uppercase;
  text-decoration: none
}

.side-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

nav.side-slide a:hover {
  color: var(--color-white)
}

nav.side-slide .nav-contacts {
  display: block;
  padding: 0 10%;
  animation-fill-mode: forwards;
  animation-delay: .6s;
  animation-duration: .6s;
  text-align: right;
}

nav.side-slide .nav-contacts a {
  border-bottom: 2px solid var(--color-main);
  display: block;
  text-align: right;
  font-size: 2vh;
  margin-top: 15px;
  font-weight: 500;
  text-transform: none;
  transition: all .2s ease
}

nav.side-slide .nav-contacts a:hover {
  border-bottom: 2px solid var(--color-white)
}

nav.side-slide .nav-contacts a i {
  margin-right: 3px
}

nav.side-slide .nav-text {
  padding: 0 10%;
  padding-bottom: 15px;
  animation-fill-mode: forwards;
  animation-delay: .8s;
  animation-duration: .6s
}

nav.side-slide .nav-text p {
  color: var(--color-white);
  text-align: right;
  font-size: 12px;
  padding: 0;
  margin: 0;
  margin-top: 5px
}

.nav-close {
  position: absolute;
  right: 8%;
  top: 25px;
  width: 32px;
  height: 32px;
  opacity: 1;
  z-index: 120;
}

.nav-close:hover {
  opacity: 1
}

.nav-close:after,
.nav-close:before {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: var(--color-white)
}

.nav-close:before {
  transform: rotate(45deg)
}

.nav-close:after {
  transform: rotate(-45deg)
}

.nav-close:focus,
.nav-close:hover {
  color: var(--color-white);
  text-decoration: none;
  cursor: pointer
}

.nav ul li a:hover {
  text-decoration: none;
  color: var(--color-white);
  border-bottom: 3px solid var(--color-white)
}

.nav ul li a {
  padding-bottom: 5px;
  font-weight: 700;
  font-size: 3vw;
  color: var(--color-white);
  text-decoration: none;
  border-bottom: 3px solid var(--color-main);
  transition: all .1s ease-in
}

.nav ul li {
  display: inline-block;
  font-size: 3em;
  padding: 30px
}

.nav ul {
  clear: both;
  width: 100%;
  text-align: center
}

.main-nav {
  width: 100%;
  height: 85px !important;
  position: relative;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .99);
  z-index: 100;
  -webkit-transition: all .2s cubic-bezier(0, 0, .58, 1);
  transition: all .2s cubic-bezier(0, 0, .58, 1)
}

.main-nav .full-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%
}

.main-nav.stick-fixed {
  position: absolute !important;
  top: 0;
  left: 0;
  background: 0 0 !important
}

.main-nav.stick-fixed .lang {
  color: var(--color-white) !important
}

.main-nav.stick-fixed .menu-icon__line {
  background: var(--color-white) !important
}

/* Шапка для шаблону "Gutenberg (повна ширина)": звичайний потік документа
   (без position: absolute), фон задається через <img> (не через CSS background),
   щоб не наїжджати на #main. Висота автоматична (не фіксовані 85px). */
.main-nav.uapm-static-header {
  /* Без overflow: hidden — він обрізав би дропдаун перемикача мов,
     що випадає нижче рядка навігації; фон і так не виходить за межі
     (абсолютний блок з inset 0 + object-fit: cover). */
  height: auto !important;
  position: relative;
  padding-top: 27px;
  padding-bottom: 27px
}

.uapm-static-header__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0
}

/* Подвійний селектор — щоб перебити глобальний скидач
   `img:not([draggable]) { height: auto }` (специфічність (0,1,1) проти (0,1,0)
   в одинарного класу): інакше height: 100% програє, картинка рендериться
   в натуральну висоту і вилазить за межі шапки на весь екран. */
.uapm-static-header__bg .uapm-static-header__bg-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

/* Без z-index — інакше кожен .full-wrapper стає власним stacking context,
   і другий (з віджетом курсів) перекриває дропдаун перемикача мов з першого:
   меню видно, але навести курсор / клікнути неможливо. Над фоновою картинкою
   (z-index: 0) обгортки і так малюються — вони йдуть пізніше в DOM. */
.main-nav.uapm-static-header .full-wrapper {
  position: relative
}

@media (min-width: 768px) {
  .main-nav.uapm-static-header .uapm-rates {
    margin-top: 0
  }
}

.small-height {
  height: 55px !important
}

.main-nav-icon-search {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: .05em;
  opacity: .9;
  background: url(data:image/svg+xml;utf8,SVG_REPLACED);
  -webkit-transition: all .27s cubic-bezier(0, 0, .58, 1);
  transition: all .27s cubic-bezier(0, 0, .58, 1)
}

.body-scrolled .main-nav-icon-search {
  background: url(data:image/svg+xml;utf8,SVG_REPLACED)
}

.mobile-nav {
  display: none;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: all .2s cubic-bezier(0, 0, .58, 1);
  transition: all .2s cubic-bezier(0, 0, .58, 1);
  -webkit-transition-property: background, color, height;
  transition-property: background, color, height
}

.mobile-nav:hover {
  opacity: .75
}

.mobile-nav:active {
  box-shadow: 0 0 35px rgba(0, 0, 0, .05) inset
}

.mobile-nav .fa {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 24px
}

.main-nav.dark {
  background-color: rgba(10, 10, 10, .95);
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.main-nav.dark .mobile-nav {
  background-color: transparent;
  border-color: transparent;
  color: rgba(255, 255, 255, .9)
}

.main-nav.dark .mobile-nav:hover {
  color: #fff
}

.main-nav.dark .logo,
.main-nav.dark a.logo:hover {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: rgba(255, 255, 255, .9)
}

.main-nav.dark .main-nav-icon-search {
  background: url(data:image/svg+xml;utf8,SVG_REPLACED);
  opacity: 1
}

.main-nav.transparent {
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, .33) 0, rgba(0, 0, 0, 0) 100%);
  box-shadow: none
}

.main-nav.js-transparent {
  -webkit-transition: all .2s cubic-bezier(0, 0, .58, 1);
  transition: all .2s cubic-bezier(0, 0, .58, 1)
}

.page-section,
.small-section {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 120px 0
}

.small-section {
  padding-top: 60px;
  padding-bottom: 0
}

.fixed-height-large,
.fixed-height-small {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.fixed-height-large {
  min-height: 800px
}

.fixed-height-small {
  min-height: 600px
}

.bg-scroll {
  background-attachment: scroll !important
}

.bg-white {
  background-color: #fff
}

.light-content {
  color: #fff
}

.bg-dark {
  background-color: #111 !important
}

.bg-dark.light-content {
  background-color: #1b1b1b !important
}

.bg-dark,
.bg-dark-alfa,
.bg-dark-alfa-30,
.bg-dark-alfa-50,
.bg-dark-alfa-70,
.bg-dark-alfa-90 {
  color: #fff
}

.bg-dark a,
.bg-dark-alfa a,
.bg-dark-alfa-30 a,
.bg-dark-alfa-50 a,
.bg-dark-alfa-70 a,
.bg-dark-alfa-90 a {
  color: rgba(255, 255, 255, .8)
}

.bg-dark a:hover,
.bg-dark-alfa a:hover,
.bg-dark-alfa-30 a:hover,
.bg-dark-alfa-50 a:hover,
.bg-dark-alfa-70 a:hover,
.bg-dark-alfa-90 a:hover {
  color: #fff
}

.bg-transparent:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .33)
}

.bg-dark-alfa:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(17, 17, 17, .97)
}

.bg-dark-alfa-30:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(34, 34, 34, .2)
}

.bg-dark-alfa-50:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(34, 34, 34, .5)
}

.bg-dark-alfa-70:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(17, 17, 17, .7)
}

.bg-dark-alfa-90:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(3, 3, 3, .9)
}

.bg-light-alfa:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252, 252, 252, .97)
}

.bg-light-alfa-30:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252, 252, 252, .3)
}

.bg-light-alfa-50:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252, 252, 252, .5)
}

.bg-light-alfa-70:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252, 252, 252, .7)
}

.bg-light-alfa-90:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252, 252, 252, .9)
}

.section-title {
  margin-bottom: 3px;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.196;
  letter-spacing: -.04em
}

.section-more {
  display: inline-block;
  padding-bottom: 2px;
  position: relative;
  color: #171717;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  opacity: .72;
  -webkit-transition: all .17s cubic-bezier(0, 0, .58, 1);
  transition: all .17s cubic-bezier(0, 0, .58, 1)
}

.section-more:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #171717;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: transform .25s ease-out;
  transition: transform .25s ease-out
}

.light-content .section-more:after {
  background-color: #fff
}

.section-more:hover {
  text-decoration: none;
  color: #171717;
  opacity: 1
}

.section-more:hover:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  transform-origin: left center
}

.section-more .fa {
  font-size: 12px
}

.section-line {
  width: 55px;
  height: 1px;
  margin: 30px auto;
  background: #111
}

.section-text {
  font-weight: 400
}

.light-content .section-text {
  font-weight: 400
}

.text-link {
  display: inline-block;
  padding-bottom: 2px;
  position: relative;
  color: #171717;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  opacity: .72;
  transition: all .17s cubic-bezier(0, 0, .58, 1)
}

.text-link:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #171717;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: transform .25s ease-out;
  -moz-transition: transform .25s ease-out;
  transition: transform .25s ease-out
}

.text-link:hover {
  text-decoration: none;
  color: #171717;
  opacity: 1
}

.text-link:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  transform-origin: left center
}

.light-content .text-link:after {
  background-color: #fff
}

.light-content .text-link {
  color: #fff;
  opacity: .9
}

.mod-breadcrumbs {
  margin-top: -5px;
  margin: 0;
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all .27s cubic-bezier(0, 0, .58, 1);
  transition: all .27s cubic-bezier(0, 0, .58, 1)
}

.mod-breadcrumbs p {
  margin: 0;
  padding: 0;
}

.mod-breadcrumbs span {
  opacity: .67
}

.mod-breadcrumbs a {
  text-decoration: none
}

.mod-breadcrumbs a:hover {
  text-decoration: none
}

.mod-breadcrumbs-slash {
  font-size: 13px;
  padding: 0 5px;
}

.mod-breadcrumbs i {
  font-size: 10px;
  margin: 0 5px;
}

.mod-breadcrumbs-mini {
  text-align: left
}

.products-section {
  padding-bottom: 90px
}

.products-section .no-products {
  text-align: center;
  padding: 60px;
  display: block;
}

.product-filter {
  padding-top: 15px;
  margin-bottom: 30px;
}

#filter-checkboxes {
  margin: 0;
  padding-bottom: 20px;
}

#filter-checkboxes span {
  display: block;
  width: 100%;
  font-weight: 400;
  color: var(--color-black);
  margin-right: 10px;
  font-size: 14px
}

#filter-checkboxes label {
  text-decoration: none;
  margin-right: 15px;
  margin-top: 5px;
  font-weight: 600;
  color: var(--color-main);
  font-size: 14px
}

.filter-checkbox[type=checkbox] {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, .2);
  margin-right: 2px;
}

/* .filter-checkbox:checked[type=checkbox] {
  background-color: var(--color-main);
  border-color: var(--color-main);
} */

button.reset-button {
  border: none;
  border: 0px solid var(--color-black);
  color: var(--color-white);
  background-color: var(--color-gray);
  font-weight: 500;
  font-size: 12px;
  margin: 0 10px;
}

.products-count {
  font-size: 14px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  margin-top: -15px;
  font-weight: 500;
  color: var(--color-black);
  border-bottom: 1px solid rgba(var(--color-main-rgb), .1);
}

.products-count span {
  color: var(--color-main);
  font-weight: 400;
  margin-right: 10px;
}

.ptr-group {
  margin-bottom: 10px;
}

.ptr-group-title {
  font-size: 14px;
  display: inline-block;
  color: var(--color-main);
  margin-top: 10px;
  margin-right: 10px;
}

.ptr-group ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.ptr-group ul li {
  display: inline-block;
  list-style-type: none;
}

.ptr-group ul li a {
  background: var(--color-main);
  border: 2px solid var(--color-main);
  color: var(--color-white);
  font-size: 14px;
  font-weight: 500;
  padding: 4px 8px;
  text-decoration: none;
  margin: 2px;
}

.ptr-group ul li a:hover {
  color: var(--color-black);
  background: var(--color-white);
}

.popular-wrapper {
  margin-bottom: 30px;
}

.popular-title {
  font-size: 14px;
  display: inline-block;
  color: var(--color-main);
  margin-bottom: 10px;
}

.popular-wrapper ul {
  margin-left: -3px;
  padding: 0;
}

.popular-wrapper ul li {
  display: inline-block;
  list-style: none;
  background: var(--color-main);
  border: 2px solid var(--color-main);
  margin: 6px 3px;
  padding: 3px 9px;
  transition: all 0.2s ease;
  /* Add transition here for smooth effect */
}

.popular-wrapper ul li i {
  color: var(--color-gray);
  font-size: 14px;
}

.popular-wrapper ul li a {
  text-decoration: none;
  color: var(--color-white);
  font-size: 18px;
  font-weight: 600;
  transition: color 0.2s ease;
  /* Add smooth transition for text color */
}

.popular-wrapper ul li:hover {
  background: var(--color-white);
  border: 2px solid var(--color-main);
}

.popular-wrapper ul li:hover a, .popular-wrapper ul li:hover i {
  color: var(--color-black);
}

.popular-title-extra {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.popular-title-extra i {
  font-size: 10px;
}

.products-table-header {
  font-weight: 700;
  color: var(--color-main);
  padding: 15px 0
}

.products-table-row {
  background: rgba(255, 255, 255, .55);
  margin-bottom: 15px;
  border: 1px solid rgba(var(--color-main-rgb), 0);
  transition: all .2s ease
}

.products-table-row:hover {
  background: rgba(255, 255, 255, 1)
}

.products-table-row:hover .products-table-cell.cell-header a {
  color: var(--color-main)
}

.products-table-row:hover .products-table-cell.cell-header i {
  color: var(--color-main)
}

.cell-small-header {
  font-size: 12px;
  font-weight: 500;
  padding-left: 10px;
  padding-top: 10px;
  color: var(--color-main);
}

.products-table-cell.cell-header a {
  display: inline-block;
  font-weight: 600;
  transition: all .2s ease
}

.products-table-cell.cell-header i {
  font-weight: 700;
  transition: all .2s ease;
  font-size: 14px;
  color: var(--color-gray)
}

.products-table-cell {
  font-weight: 400;
  padding: 15px 0
}

.products-table-cell a {
  display: block;
  text-decoration: none;
  color: var(--color-black);
  font-weight: 500;
  font-size: 16px;
  padding-left: 0;
  background: 0 0;
  transition: all .2s ease
}

.products-table-cell i {
  font-size: 18px;
  margin-right: 3px;
  color: #ea868f;
}

.products-table-cell a:hover i {
  color: rgb(220, 53, 69);
}

.single-product-title {
  display: inline-block;
  margin-right: 15px;
}

.single-product-category {
  display: inline-block;
  line-height: 50px;
  vertical-align: top;
}

.single-product-category a {
  color: var(--color-white);
  background-color: var(--color-main);
  padding: 3px 9px;
  text-decoration: none;
}

.single-product .products-table-row {
  padding: 20px 10px;
}

.single-product .products-table-cell {
  padding: 10px;
  padding-bottom: 0;
  font-size: 20px;
  margin-bottom: 30px;
}

.single-product .products-table-cell a {
  font-size: 20px;
}

.single-cell-small-header {
  font-size: 14px;
  padding-left: 10px;
  font-weight: 500;
  color: var(--color-main);
}

.help-section {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 0
}

.help-section-blur {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.help-section h2 {
  text-align: center;
  padding: 30px;
  color: var(--color-white);
}

.help-header {
  color: var(--color-white);
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 15px
}

.help-section p {
  color: var(--color-white);
  margin: 0;
  padding: 0;
  padding-bottom: 30px
}

.help-section span {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color: var(--color-white);
  font-weight: 500;
  transition: all .2s ease
}

.help-section span i {
  font-weight: 500;
  margin-left: 3px
}

.help-section a:hover {
  transform: translateX(15px)
}

.help-left,
.help-right {
  position: relative;
  padding: 30px;
  margin-right: 10%;
  --c: #ffffff;
  --b: 5px;
  --g: 5px;
  --_g: #0000 25%, var(--c) 0;
  background: conic-gradient(from 180deg at top var(--b) right var(--b), var(--_g)) var(--_i, 200%) 0/200% var(--_i, var(--b)) no-repeat, conic-gradient(at bottom var(--b) left var(--b), var(--_g)) 0 var(--_i, 200%)/var(--_i, var(--b)) 200% no-repeat;
  transition: .3s, background-position .3s .3s;
  cursor: pointer
}

.help-left:hover,
.help-right:hover {
  --_i: 100%;
  transition: .2s, background-size .2s .2s
}

.help-left:before,
.help-right:before {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #fff 5px, transparent 5px) 0 0, linear-gradient(to bottom, #fff 5px, transparent 5px) 0 0;
  background-repeat: no-repeat;
  background-size: 30px 30px
}

.modal-content--title .order-title {
  color: var(--color-black);
  font-weight: 400;
  margin: 0;
  font-size: 18px
}

.modal-content--title .st-title {
  color: var(--color-black);
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px
}

.modal-content--title .st-text {
  font-size: 14px;
  line-height: 1.5
}

.c-modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  text-align: center
}

.c-modal--overlay-blur {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, .33);
  z-index: -1;
  opacity: 0
}

.c-modal--overlay-blur.show {
  position: fixed;
  opacity: 1;
  z-index: 1099
}

.c-modal--overlay {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1100
}

.modal-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.modal-content {
  background-color: var(--color-light);
  max-width: 400px;
  border: none;
  display: block;
  padding: 30px;
  border-radius: 0;
  position: relative;
  margin-bottom: 5%;
  margin-right: 15px;
  margin-left: 15px;
  z-index: 1111
}

.modal-content .btn_close {
  background-color: var(--color-white)
}

.modal-content .submit-container {
  margin-bottom: 0
}

.modal-content .btn_close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  background: var(--color-white);
  border: none;
  transition: all .2s ease
}

.modal-content .btn_close:hover {
  background: var(--color-main)
}

.modal-content .btn_close span:first-child {
  width: 16px;
  height: 2px;
  background-color: var(--color-main);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}

.modal-content .btn_close span:last-child {
  width: 16px;
  height: 2px;
  background-color: var(--color-main);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

.btn_close:hover span:first-child,
.btn_close:hover span:last-child {
  background-color: var(--color-white)
}

.modal-send-button {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  background: var(--color-main);
  color: var(--color-white);
  padding: 10px 0;
  border: none;
  box-shadow: rgba(0, 0, 0, .05) 0 4px 12px
}

.modal-send-button i {
  margin-left: 3px
}

.contacts__form textarea, .contacts__form input, .modal-content--form input {
  background: var(--color-white);
  color: var(--color-black);
  font-size: 16px;
  font-weight: 500;
  padding: 10px 15px;
  margin-bottom: 30px;
  text-align: center;
  border: none;
  border: 1px solid var(--color-white);
  box-shadow: rgba(0, 0, 0, .05) 0 4px 12px;
  border-radius: 0
}

.contacts__form select {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 15px;
  margin-bottom: 30px;
  border-radius: 0;
}

.contacts__form button {
  font-size: 16px;
  font-weight: 700;
  background: var(--color-main);
  color: var(--color-white);
  padding: 10px 20px;
  border: none;
  box-shadow: rgba(0, 0, 0, .05) 0 4px 12px;
}

.contacts__form button:hover {
  color: var(--color-white);
}

.contacts__form textarea:focus, .contacts__form input:focus, .contacts__form select:focus, .modal-content--form input:focus {
  outline: 0;
  border: 1px solid rgba(var(--color-main-rgb), .22);
  box-shadow: rgba(0, 0, 0, .05) 0 4px 12px;
}

.contacts__form textarea, .contacts__form input {
  text-align: left;
}

.form-tip p {
  font-size: 14px;
}

.logo-item {
  height: 120px;
  text-align: center;
  opacity: .75;
  -webkit-transition: all .27s cubic-bezier(.3, .1, .58, 1);
  transition: all .27s cubic-bezier(.3, .1, .58, 1)
}

.logo-item:hover {
  opacity: 1
}

.logo-item img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%)
}

.contact-item {
  position: relative;
  padding: 6px 0 0 71px;
  color: #444;
  -webkit-transition: all .27s cubic-bezier(.3, .1, .58, 1);
  transition: all .27s cubic-bezier(.3, .1, .58, 1)
}

.contact-item a {
  text-decoration: none;
}

.contact-item a:hover {
  text-decoration: none
}

.contact-item i {
  color: var(--color-main);
  font-size: 20px;
  margin-right: 5px;
  margin-top: -3px;
  line-height: 0px;
  vertical-align: middle;
}

.contact-form .form-group {
  margin-bottom: 30px
}

.mt-icon {
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 6px auto 9px;
  position: relative;
  color: #fff;
  -webkit-transition: all .27s cubic-bezier(.3, .1, .58, 1);
  transition: all .27s cubic-bezier(.3, .1, .58, 1)
}

.mt-icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #111;
  border-radius: 50%
}

.mt-icon i,
.mt-icon span {
  position: relative
}

.mt-text {
  margin-left: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #171717;
  opacity: .8
}

.mt-close {
  display: none
}

.mt-close-icon {
  display: inline-block;
  width: 9px;
  height: 5px;
  position: relative;
  top: -.1em;
  background: url(data:image/svg+xml;utf8,SVG_REPLACED);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.light-content .mt-icon {
  color: #111
}

.light-content .mt-icon:before {
  background: #fff
}

.light-content .mt-text {
  color: #fff
}

.light-content .mt-close-icon {
  background: url(data:image/svg+xml;utf8,SVG_REPLACED);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.contacts-map {
  padding: 60px 0;
}

footer {
  padding: 60px 0 30px 0;
  background: var(--color-light)
}

.footer-nav ul {
  margin: 0;
  padding: 0;
}

.footer-nav ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 15px
}

.footer-nav ul li a {
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  color: var(--color-black)
}

.footer-nav ul li a:hover {
  color: var(--color-main)
}

.footer-contacts {
  color: var(--color-main);
  display: block;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  margin-bottom: 20px;
  text-align: center
}

.footer-company-name {
  font-size: 18px;
  font-weight: 500;
  text-align: right;
  color: var(--color-black)
}

.footer-company-adress {
  margin-top: 0;
  font-size: 14px;
  padding: 0;
  text-align: right;
  color: var(--color-black)
}

.footer-lang {
  text-align: center
}

.footer-lang__item {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 5px 10px;
  color: var(--primary-color);
  background: var(--color-main);
  border-radius: 33px
}

.footer-lang__item:hover {
  color: var(--primary-color)
}

.footer-lang__item::after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  margin-left: 5px
}

.footer-copyright {
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
  color: var(--color-black)
}

.light-content.footer a:hover {
  color: #fff
}

.owl-buttons {
  position: static
}

.owl-page {
  display: inline-block;
  padding: 7px;
  position: relative;
  z-index: 1000 !important
}

.owl-page span {
  width: 8px;
  height: 8px;
  display: block;
  background: 0 0;
  border: 1px solid #111;
  position: relative;
  border-radius: 50%;
  -webkit-transition: all .27s cubic-bezier(0, 0, .58, 1);
  transition: all .27s cubic-bezier(0, 0, .58, 1)
}

.light-content .owl-page span {
  border: 1px solid #fff;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, .1)
}

.dark-content .owl-page span {
  border: 1px solid #111;
  box-shadow: none
}

.item-carousel {
  padding-bottom: 70px
}

.owl-animate-1 {
  opacity: 0;
  -webkit-transform: translateY(-100px) translateZ(0) scale(.5);
  transform: translateY(-100px) translateZ(0) scale(.5);
  -webkit-transition: all .5s .2s cubic-bezier(0, 0, .58, 1);
  transition: all .5s .2s cubic-bezier(0, 0, .58, 1)
}

.owl-animate-2 {
  opacity: 0;
  -webkit-transform: translateY(-30px) translateZ(0) scale(.75) perspective(600px) rotateX(45deg);
  transform: translateY(-30px) translateZ(0) scale(.75) perspective(600px) rotateX(45deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: all .5s .2s cubic-bezier(0, 0, .58, 1);
  transition: all .5s .2s cubic-bezier(0, 0, .58, 1)
}

.owl-animate-3 {
  opacity: 0;
  -webkit-transform: translateX(50px) translateZ(0) translateY(50px) scale(.75);
  transform: translateX(50px) translateZ(0) translateY(50px) scale(.75);
  -webkit-transition: all .5s .2s cubic-bezier(0, 0, .58, 1);
  transition: all .5s .2s cubic-bezier(0, 0, .58, 1)
}

@media (prefers-reduced-motion:reduce),
print {

  .owl-animate-1,
  .owl-animate-2,
  .owl-animate-3 {
    -webkit-transition: none !important;
    transition: none !important
  }
}

.owl-delay-200 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.owl-delay-250 {
  -webkit-transition-delay: .25s;
  transition-delay: .25s
}

.owl-delay-300 {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.owl-delay-350 {
  -webkit-transition-delay: .35s;
  transition-delay: .35s
}

.owl-delay-400 {
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

.owl-delay-450 {
  -webkit-transition-delay: .45s;
  transition-delay: .45s
}

.owl-delay-500 {
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

.owl-delay-550 {
  -webkit-transition-delay: .55s;
  transition-delay: .55s
}

.owl-delay-600 {
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}

.owl-delay-650 {
  -webkit-transition-delay: .65s;
  transition-delay: .65s
}

.owl-delay-700 {
  -webkit-transition-delay: .7s;
  transition-delay: .7s
}

.owl-delay-750 {
  -webkit-transition-delay: .75s;
  transition-delay: .75s
}

.owl-delay-800 {
  -webkit-transition-delay: .8s;
  transition-delay: .8s
}

.owl-delay-850 {
  -webkit-transition-delay: .85s;
  transition-delay: .85s
}

.owl-delay-900 {
  -webkit-transition-delay: .9s;
  transition-delay: .9s
}

.owl-delay-950 {
  -webkit-transition-delay: .95s;
  transition-delay: .95s
}

.owl-delay-1000 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}

.toggle {
  border-bottom: 1px solid #111
}

.light-content .toggle {
  border-color: #fff
}

.container-1400 {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 2%;
  padding-right: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.morphext>.animated {
  display: inline-block;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s
}

.wpcf7-form p {
  padding-bottom: 0 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #0f5132;
  background-color: #d1e7dd;
  border: 1px solid #badbcc;
  margin: 0;
  margin-top: 15px;
  padding: 10px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output {
  color: #664d03;
  background-color: #fff3cd;
  border: 1px solid #ffecb5;
  margin: 0;
  margin-top: 15px;
  padding: 10px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid {
  border-color: #f5c2c7 !important;
  border-width: 1px !important;
}

.wpcf7-form.submitting .prevent-multi-send {
  pointer-events: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

#top-button {
  display: inline-block;
  background-color: var(--color-main);
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 0px;
  position: fixed;
  bottom: 30px;
  right: 177px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 90;
  text-decoration: none;
}

#top-button::after {
  content: "\f176";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-style: normal;
  font-size: 1.25em;
  line-height: 35px;
  color: #fff;
}

#top-button:hover {
  cursor: pointer;
  background-color: #333;
}

#top-button:active {
  background-color: #555;
}

#top-button.show {
  opacity: 1;
  visibility: visible;
}

.help-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-main);
  color: var(--color-white);
  transition: background-color .3s;
  text-align: center;
  border-radius: 0px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 35px;
  z-index: 90;
  text-decoration: none;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
}

.help-button i {
  margin-right: 5px;
}

.help-button:hover {
  cursor: pointer;
  background-color: #333;
  color: var(--color-white);
  text-decoration: none;
}

.error-section {
  display: flex;
  align-items: center;
  min-height: 100vh;
}

.error-content {
  text-align: center;
}

.error-content h1 {
  text-transform: none;
  font-size: 2rem;
}

.error-content a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  background: var(--color-white);
  color: var(--color-main);
  margin-top: 15px;
  padding: 10px 25px;
  border: none;
  box-shadow: rgba(0, 0, 0, .05) 0 4px 12px;
}

.error-content a:hover {
  color: var(--color-main);
}

.error-content a i {
  margin-left: 3px;
}

.allnews-post-link, .allnews-post-link:hover {
  text-decoration: none;
}

.allnews-post-link:hover .allnews-title-item {
  color: var(--color-main);
  transition: all 0.2s ease;
}

.allnews-media {
  position: relative;
  overflow: hidden;
}

.page-type-category .allnews-media {
  overflow: visible;
}

.allnews-media img {
  transition: transform 0.3s ease, filter 0.3s ease;
  width: 100%;
  height: auto;
}

.allnews-post-link:hover .allnews-media img {
  transform: scale(1.1);
  /* Scale the image up */
}

.allnews-grid-post {
  margin-bottom: 30px;
}

.page-type-category .allnews-grid-post {
  margin-bottom: 0;
}

.allnews-date {
  position: absolute;
  bottom: 15px;
  background: var(--color-main);
  color: #fff;
  font-size: 12px;
  padding: 0px 6px;
}

.page-type-category .allnews-date {
  position: relative;
  display: inline-block;
  padding: 0px 3px;
  font-size: 10px;
}

.allnews-title-item {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
}

.page-type-category .allnews-title-item {
  margin-top: -10px;
}

.page-type-category .allnews-title-item {
  font-size: 14px;
}

.news-single {
  padding-bottom: 60px;
}

.news-single-small-section .mod-breadcrumbs {
  margin-bottom: 15px;
}

.news-date {
  background: var(--color-main);
  display: inline-block;
  color: var(--color-white);
  padding: 2px 8px;
  font-size: 14px;
}

.news-single-main {
  padding-bottom: 30px;
}

.news-single-main p, .news-single-main li {
  font-size: 18px;
}

.news-single-main-image img {
  margin: 30px 0;
}

.latest-news-title {
  margin-bottom: 15px;
  font-size: 14px;
  color: var(--color-main);
}

.wp-pagenavi {
  margin-top: 45px;
  text-align: center;
}

.wp-pagenavi a {
  display: inline-block;
  padding: 2px;
  background-color: var(--color-white);
  border: 1px solid #ebebeb;
  margin: 4px;
  text-decoration: none;
  min-width: 37px;
  min-height: 30px;
  line-height: 28px;
  font-weight: 400;
}

.wp-pagenavi a i {
  font-weight: 300;
}

.wp-pagenavi a:hover {
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
  color: var(--color-white);
  transition: all .2s ease;
}

.wp-pagenavi span.current {
  display: inline-block;
  padding: 2px;
  background-color: var(--color-main);
  border: 1px var(--color-main);
  color: var(--color-white);
  margin: 4px;
  text-decoration: none;
  min-width: 37px;
  min-height: 30px;
  line-height: 28px;
  font-weight: 400;
}

.share-buttons span {
  padding-bottom: 10px;
  display: block;
  font-size: 18px;
  font-weight: 500;
}

.a2a_dd {
  display: none !important;
}

.a2a_svg {
  border-radius: 33px !important;
}

.our-socials img {
  width: 36px;
  margin-right: 5px;
}

.socials-title {
  padding-bottom: 10px;
  display: block;
  font-size: 18px;
  font-weight: 500;
}

.our-socials a {
  font-size: 20px;
  text-decoration: none;
}

.more-news-button {
  width: 100%;
  text-align: center;
}

.about-us {
  margin-bottom: 120px;
}

.about-quote {
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 400;
  background: var(--color-white);
  text-align: center;
  padding: 60px;
  margin: 0 60px;
}

.bg-main-gradient_one:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0, 86, 119);
  background: linear-gradient(0deg, rgba(0, 86, 119, 1) 0%, rgba(0, 86, 119, 0.7735688025210083) 52%, rgba(0, 86, 119, 0) 100%);
}

.about-main-wrapp {
  padding: 60px;
  position: relative;
  z-index: 5;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--color-white);
}

.about-main-title, .about-main-description, .about-mission-title, .mission-description, .why-we-title, .why-we-wrapp {
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
}

.about-main-title {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-top: 30px;
}

.about-main-description {
  text-align: center;
  padding: 0 60px;
  font-size: 20px;
  margin-bottom: 90px;
}

.about-mission-title {
  font-size: 32px;
  font-weight: 600;
}



.why-we-wrapp {
  padding: 60px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.why-we-title {
  text-align: center;
  margin: 60px 0;
  font-size: 32px;
  font-weight: 600;
  color: var(--color-black);
}

.why-we-single {
  padding-left: 25px;
  padding: 25px;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.why-we-single:before {
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #005677 5px, transparent 5px) 0 0, linear-gradient(to bottom, #005677 5px, transparent 5px) 0 0;
  background-repeat: no-repeat;
  background-size: 30px 30px
}

.why-we-desc {
  margin-bottom: 45px;
}

.vendors {
  text-align: center;
}

.vendors-title {
  font-size: 32px;
  font-weight: 600;
  padding-top: 60px;
  padding-bottom: 30px;
}

.vendors img {
  max-width: 150px;
  max-height: 50px;
  margin: 30px 15px;
}

