@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900; 1,100..900&display=swap);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css);
* {
  padding: 0;
  margin: 0;
  border: 0
}
*,
*::after,
*::before {
  box-sizing: border-box
}
*::after,
*::before {
  display: inline-block
}
body,
html {
  height: 100%;
  min-width: 320px
}
body {
  color: #000;
  line-height: 1;
  font-family: "Noto Sans";
  font-size: .875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
button,
input,
textarea {
  font-family: "Noto Sans";
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent
}
input,
textarea {
  width: 100%
}
button,
option,
select {
  cursor: pointer
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}
ul li {
  list-style: none
}
img {
  vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}
@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}
.wrapper > main {
  flex: 1 1 auto
}
.wrapper > * {
  min-width: 0
}
[class*=__container] {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 .9375rem
}
.spollers {
  display: grid;
  gap: 15px
}
.spollers__item {
  font-size: 1.25rem
}
.spollers__title {
  width: 100%;
  cursor: default;
  text-align: left;
  border: 1px solid #eee;
  padding: .625rem .9375rem;
  border-radius: .3125rem;
  position: relative;
  list-style: none
}
.spollers__title::-webkit-details-marker,
.spollers__title::marker {
  display: none
}
._spoller-init .spollers__title {
  cursor: pointer
}
._spoller-init .spollers__title::after,
._spoller-init .spollers__title::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  background-color: #000;
  height: 2px;
  width: 15px;
  transition: -webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s,-webkit-transform .5s ease 0s
}
._spoller-init .spollers__title::before {
  -webkit-transform: translate(-75%,-50%) rotate(40deg);
  transform: translate(-75%,-50%) rotate(40deg)
}
._spoller-init .spollers__title::after {
  -webkit-transform: translate(0,-50%) rotate(-40deg);
  transform: translate(0,-50%) rotate(-40deg)
}
._spoller-init .spollers__title._spoller-active::before {
  -webkit-transform: translateX(-75%) rotate(-40deg);
  transform: translateX(-75%) rotate(-40deg)
}
._spoller-init .spollers__title._spoller-active::after {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg)
}
.spollers__body {
  padding: 1.25rem;
  border-radius: .3125rem;
  border: 1px solid #eee
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.ibg--top {
  -o-object-position: top;
  object-position: top
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.ibg--left {
  -o-object-position: left;
  object-position: left
}
.ibg--right {
  -o-object-position: right;
  object-position: right
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}
.header {
  /*height: 114px;*/
  height: 104px;
  background-color: #000;
  z-index: 99;
}
.header__container {
  display: grid;
  /*grid-template-columns: 20% 1fr 20%;*/
  grid-template-columns: 11% 1fr 25%;
  margin: 0 auto;
  align-items: center;
  /*height: 80px;*/
  height: 70px;
  /*padding: 0;*/
  padding: 0 20px;
}
.header__logo {
  color: #cf9c10;
  font-size: 24px;
  font-weight: 700;
}
.header__nav {
  text-align: center
}
.header__nav li a {
  transition: all .3s ease;
  color: #fff
}
.header__nav li:hover > a {
  color: #cf9c10
}

#menu-item-1199 > a:after,
#menu-item-1200 > a:after,
#menu-item-1201 > a:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23ffffff" d="M182.6 137.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8H288c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z"/></svg>');
  width: 6px;
  margin-left: 6px;
  transform: rotate(180deg);
  transition: all .3s ease;
}

#menu-item-1199:hover > a:after,
#menu-item-1200:hover > a:after,
#menu-item-1201:hover > a:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23cf9c10" d="M182.6 137.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8H288c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z"/></svg>');
  transform: rotate(0deg);
}
.header__phone-wrapper {
  display: flex;
  justify-content: flex-end
}
.header__phone {
  text-align: right;
  color: #fff;
  border: 1px solid #cf9c10;
  border-radius: 5px;
  height: 40px;
  min-width: 155px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  transition: all .3s ease
}
.header__phone:hover {
  background: #cf9c10
}
.header__nav li {
  display: inline-block;
  font-family: "Noto Sans",sans-serif;
  color: #fff;
  padding: 0 7px
}
.main__arrow {
  font-size: 25px;
  color: #cf9c10;
  transition: all .3s ease;
  opacity: .9;
  position: absolute;
  bottom: 50px;
  z-index: 2;
  -webkit-animation: moveDown .7s infinite alternate;
  animation: moveDown .7s infinite alternate
}
.main__arrow:hover {
  opacity: 1
}
@-webkit-keyframes moveDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }
}
@keyframes moveDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }
}
.footer {
  background-color: #000;
  padding: 100px 0 50px
}
.footer__top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 30px
}
.footer__contacts {
  color: #525252;
  margin: 30px 0
}
.footer__contacts a {
  padding: 7px 0
}
.footer__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between
}
.footer__copy {
  color: #525252
}
.footer__social {
  display: flex;
  justify-content: flex-end;
  gap: 10px
}
.footer-nav__list {
  
}
.footer-nav__list .menu-item {
  color: #fff;
  margin-bottom: 10px
}

.footer-nav__list .menu-item a {
  color: #fff;
  transition: all .3s ease;
  font-size: 14px;
}

.footer-nav__list .menu-item:hover a {
  color: #cf9c10
}
/* .footer-nav__item {
  color: #fff;
  margin-bottom: 10px
}*/
.footer-nav__item--title {
  color: #525252;
  margin-bottom: 20px
}
/*.footer-nav__link {
  color: #fff;
  transition: all .3s ease;
  font-size: 14px
}
.footer-nav__link:hover {
  color: #cf9c10
} */
.social__item {
  width: 30px;
  height: 30px;
  background-color: #cf9c10;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 7px;
  transition: all .3s ease
}
.social__item:hover {
  opacity: .9
}
.social__item i {
  font-size: 14px;
  color: #000
}
.main__banner {
  background: url(../img/main_img.jpg);
  background-position: 50% 50%;
  background-size: cover;
  /* height: 770px; */
  height: 100vh;
  margin-top: -80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative
}
.main__banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,rgba(0,0,0,.25),rgba(0,0,0,.55));
  z-index: 1
}
.main__content {
  position: relative;
  z-index: 2;
  text-align: center
}
.main__logo {
  font-size: 36px;
  font-family: "Noto Sans";
  color: #cf9c10;
  margin-bottom: 20px;
  font-weight: 700
}
.main__title {
  font-size: 26px;
  color: #fff;
  margin-bottom: 50px;
  font-weight: 700
}
.main__subtitle {
  font-size: 22px;
  color: #fff;
  margin-bottom: 60px;
  font-weight: 300
}
.main__button {
  color: #fff;
  padding: 0 60px;
  border: 1px solid #cf9c10;
  border-radius: 5px;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  font-weight: 700;
  transition: all .3s ease
}
.main__button:hover {
  background-color: #cf9c10
}
.benefits__container {
  padding: 45px 0 75px 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: column
}
.benefits__title {
  width: 300px
}
.benefits__subtitle {
  font-size: 36px;
  font-weight: 700;
  padding: 30px 0 70px
}
.benefits__text p {
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  line-height: 1.55;
  width: 70%;
  margin: 0 auto; 
}
.benefits__spollers {
  width: 70%;
  margin: 0 auto 100px
}
.spollers {
  gap: 0
}
.spollers__body {
  border-right: none;
  border-bottom: none;
  border-left: none
}
.spollers__body {
  line-height: 2;
}
.spollers__body ul li {
  margin-bottom: 10px
}
.spollers__title {
  font-size: 24px;
  font-weight: 700;
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding: 27px 0
}
.spollers__item:last-child .spollers__title {
  border-bottom: 1px solid #eee
}
._spoller-init .spollers__title::after,
._spoller-init .spollers__title::before {
  background: 0 0;
  width: 80px;
  height: 80px
}
._spoller-init .spollers__title::after {
  content: "+";
  -webkit-transform: none;
  transform: none;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  right: 0;
  font-size: 42px;
  font-weight: 300;
  line-height: 80px;
  top: 0;
  vertical-align: middle;
  text-align: center;
  color: #cf9c10
}
._spoller-init .spollers__title._spoller-active::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.services {
  padding: 100px 0
}
.services__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px
}
.services__link-wrapper {
  overflow: hidden
}
.services__link {
  position: relative;
  height: 320px;
  display: flex;
  justify-content: center;
  align-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 40px;
  text-align: center;
  transition: all .3s ease;
  overflow: hidden
}
.services__link:hover {
  -webkit-transform: scale(110%);
  transform: scale(110%);
  background-size: 120%
}
.services__link:hover .services-link__title {
  top: 30%
}
.services__link:hover .services-link__button,
.view-all-posts__button {
  opacity: 1;
  top: 70%
}
.services__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,rgba(0,0,0,.45),rgba(0,0,0,.75));
  z-index: 1
}
.section__title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.section__subtitle {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
  width: 40%;
  text-align: center;
  margin: 0 auto 90px
}
.services-link__title {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  transition: all .3s ease
}
.services-link__button {
  color: #fff;
  position: relative;
  z-index: 2;
  height: 45px;
  padding: 0 30px;
  border: 1px solid #cf9c10;
  border-radius: 5px;
  line-height: 45px;
  vertical-align: middle;
  font-size: 14px;
  transition: all .3s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.view-all-posts {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}
.view-all-posts__button {
  color: #000;
  position: relative;
  z-index: 2;
  height: 45px;
  padding: 0 30px;
  border: 1px solid #cf9c10;
  border-radius: 5px;
  line-height: 45px;
  vertical-align: middle;
  font-size: 14px;
  transition: all .3s ease;
  opacity: 1;
}

.services-link__button:hover,
.view-all-posts__button:hover {
  background: #cf9c10
}
.view-all-posts__button:hover {
  color: #fff;
}
.tools {
  padding: 100px 0;
  background: #efefef
}
.tools__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 600px;
  align-items: center;
  margin-top: 100px
}
.tools__title {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 30px;
  font-weight: 300;
  text-align: center
}
.tools__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px
}
.tools__button {
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  font-size: 14px;
  border: 1px solid #cf9c10;
  border-radius: 5px;
  padding: 0 30px;
  transition: all .3s ease
}
.tools__button--accent {
  background: #cf9c10;
  color: #fff
}
.tools__button:hover {
  background: #cf9c10;
  color: #fff
}
.tools__button--accent:hover {
  opacity: .9
}
.tools__img {
  height: 600px;
  margin: 0 70px
}
.counters {
  height: 700px;
  position: relative
}
.counters:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,rgba(0,0,0,.25),rgba(0,0,0,.55));
  z-index: 1
}
.counters__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: center;
  align-items: start;
  justify-content: center;
  gap: 50px;
  height: 100%
}
.counters__item {
  padding: 0 20px;
  position: relative;
  z-index: 2
}
.counters__title {
  font-size: 72px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 20px
}
.counters__subtitle {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  font-weight: 300;
  text-align: center
}
.advantage {
  padding: 100px 0
}
.advantage__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 90px
}
.advantage__item {
  text-align: center
}
.advantage__img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 40px
}
.advantage__title {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700
}
.advantage__desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5
}
.fincher-bg {
  position: relative;
  height: 900px
}
.fincher-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,rgba(0,0,0,.25),rgba(0,0,0,.55));
  z-index: 1
}
.fincher-bg__container {
  position: relative;
  height: 100%
}
.fincher-bg__quote {
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 100px;
  z-index: 2
}
.quote__text {
  color: #cf9c10;
  text-align: right;
  font-size: 22px;
  line-height: 1.5;
  padding-right: 0;
  margin-bottom: 20px
}
.quote__author {
  color: #cf9c10;
  text-align: right;
  font-size: 22px;
  line-height: 1.5
}
.about {
  height: 100vh;
  margin-top: -20px;
}
.about__container {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center
}
.about__text {
  margin-top: 0;
  /*background-color: rgba(0, 0, 0, 0.5);*/
  border-radius: 30px;
  padding: 20px 10px;
}
.about__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
  text-align: center
}
.about__subtitle {
  font-size: 20px;
  line-height: 1.5;
  color: #cf9c10;
  margin-bottom: 50px;
  text-align: center;
  padding: 0;
  text-decoration: underline
}
.about__list {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  font-weight: 300;
  /*padding: 0 40px*/
  padding: 0 0 0 45px
}
.about__list li {
  margin-bottom: 10px;
  list-style-type: disc
}
.about-fincher {
  padding: 100px 0
}
.about-fincher .section__subtitle {
  width: 80%;
  margin-bottom: 0
}
.about-benefits {
  padding: 100px 0
}
.about-benefits__container {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center
}
.about-benefits__list {
  display: flex;
  justify-content: center
}
.about-benefits__item:first-child {
  list-style-type: none
}
.about-benefits__item:last-child {
  padding-right: 0;
  margin-right: 0
}
.about-benefits__item {
  color: #cf9c10;
  font-size: 26px;
  font-weight: 700;
  list-style-type: disc;
  padding: 0 20px 0 0;
  margin-right: 15px
}
.about-slider {
  padding: 100px 0;
  background: #000
}
.about__slider {
  max-height: 600px;
  height: 600px
}
.about__slide {
  display: flex;
  justify-content: center
}
.about__slide img {
  max-height: 550px
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff!important;
  transition: all .3s ease
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #cf9c10!important
}
.swiper-pagination-bullet {
  background: #fff!important;
  opacity: 1!important;
  transition: all .3s ease
}
.swiper-pagination-bullet:hover {
  background: #cf9c10!important
}
.swiper-pagination-bullet-active {
  background: #cf9c10!important
}
.support {
  padding: 100px 0
}
.support .section__subtitle {
  width: 70%!important
}
.support-services__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px
}
.pgntn-page-pagination {
  grid-column: 1 / span 2;
  grid-row: 3 / span 1;
}
.service-page-header {
  position: relative;
  height: 500px
}
.service-page-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,rgba(0,0,0,.25),rgba(0,0,0,.55));
  z-index: 1
}
.service-page-header__container {
  position: relative;
  height: 100%;
  z-index: 2;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center
}
.service-page-header__title {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 50px
}
.service-page-header__subtitle {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 60px;
  width: 70%;
  line-height: 1.5;
}
.service {
  padding: 150px 0 50px 0
}

.service__list-wrapper{
  padding: 0 20px;
}

.service__list {
  display: flex;
  margin-top: 70px;
  margin-bottom: 100px;
  /* gap: 40px; */
  gap: 20px;
  position: relative;
}
.service__item {
  flex: 1;
  border: 1px solid #525252;
  border-radius: 10px;
  padding: 45px 15px;
  display: grid;
  align-content: space-between;
}

.service__list .slick-slide{
  margin: 0 20px 5px;
}
.slick-slide .service__item{
  /*margin: 0 20px;*/
  height: 100%;
}
/*.service__list-arrows{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}*/
.slick__arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='26' viewBox='0 0 15 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 13L2 24' stroke='%23cf9c10' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M13 13L2 2' stroke='%23cf9c10' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #cf9c10;
  background-size: 16px;
  background-position: 60% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.slick__arrow.arrowNext{
  right: -25px;
}
.slick__arrow.arrowPrev{
  left: -25px;
  transform: translateY(-50%) rotate(180deg);
}

.service__title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 1.4;
}
.service__desc li {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300
}
.service__price {
  margin-top: 25px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center
}
.service__button,
.components-button.wc-block-components-button {
  color: #fff;
  height: 45px;
  padding: 0 30px;
  background: #cf9c10;
  border: 1px solid #cf9c10;
  border-radius: 5px;
  line-height: 45px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
  margin: 30px auto 0;
  transition: all .3s ease !important;
}
.service__button:hover,
.components-button.wc-block-components-button {
  opacity: .9
}
.service-page .tools__text {
  order: 2
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal
}
:root {
  --swiper-theme-color: #007aff
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  box-sizing: content-box
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}
.swiper-pointer-events {
  touch-action: pan-y
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform
}
.swiper-slide-invisible-blank {
  visibility: hidden
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0,0,0,.15)
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size)
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size)
}
:root {
  --swiper-navigation-size: 44px
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color))
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none!important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev"
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next"
}
.swiper-button-lock {
  display: none
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  transform: scale(.33);
  position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity,.2)
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}
.swiper-pagination-bullet:only-child {
  display: none!important
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity,1);
  background: var(--swiper-pagination-color,var(--swiper-theme-color))
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0)
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display: block
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform
}
.swiper-pagination-progressbar {
  background: rgba(0,0,0,.25);
  position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}
.swiper-pagination-lock {
  display: none
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,.1)
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,.5);
  border-radius: 10px;
  left: 0;
  top: 0
}
.swiper-scrollbar-cursor-drag {
  cursor: move
}
.swiper-scrollbar-lock {
  display: none
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.swiper-slide-zoomed {
  cursor: move
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-cube {
  overflow: visible
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px)
}
.swiper-flip {
  overflow: visible
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: opacity,height,-webkit-transform;
  transition-property: transform,opacity,height;
  transition-property: transform,opacity,height,-webkit-transform
}
.swiper-cards {
  overflow: visible
}
.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden
}


.header__nav li {
  display: inline-block;
  font-family: "Noto Sans", sans-serif;
  position: relative;
  color: #fff;
  padding: 0 7px;
}

.header__nav {
  text-align: center;
}

.header__nav li a {
  transition: all .3s ease;
  color: #fff;
  display: block;
  padding: 10px;
  text-transform: uppercase;
}

.header__nav li a:hover {
  color: #cf9c10;
}

.header__nav ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: -90%;
  width: 340px;
  padding: 20px;
  background: #000;
  text-align: left;
}

/* .header__nav li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: -90%;
  width: 340px;
  padding: 20px;
  background: #000;
  text-align: left;
} */

.header__nav li ul {
  transition: all .3s ease;
}

.header__nav li:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

.header__nav ul li {
  display: block;
  z-index: 999;
}

.header__nav ul li a {
  color: #fff;
  padding: 10px 0;
  line-height: 1.4;
}

/* .header__nav ul li a:hover {
  background-color: #444;
} */

.news__title,
.page .entry-header h1,
.product_title {
  /*font-size: 24px;*/
  font-size: 36px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

h2.news__title{
  font-size: 24px;
}

.page .entry-header h1 {
  text-align: center;
}

.entry-meta {
  margin-bottom: 10px;
}

.pum-theme-503 .pum-title, .pum-theme-enterprise-blue .pum-title {
  font-size: 24px;
  line-height: 1;
}

#popmake-511 .wpcf7-form,
#popmake-1083 .wpcf7-form,
#popmake-1087 .wpcf7-form {
  margin-top: 50px;
}

#popmake-511 .wpcf7-form p,
#popmake-1083 .wpcf7-form p,
#popmake-1087 .wpcf7-form p {
  margin-bottom: 30px;
}

#popmake-511 .wpcf7-form label,
#popmake-1083 .wpcf7-form label,
#popmake-1087 .wpcf7-form label {
  font-size: 18px;
  font-weight: 400;
}

#popmake-511 .wpcf7-form label .wpcf7-form-control,
#popmake-1083 .wpcf7-form label .wpcf7-form-control,
#popmake-1087 .wpcf7-form label .wpcf7-form-control {
  margin-top: 20px;
  padding: 10px 20px;
  border: 1px solid #777;
}

#popmake-511 .wpcf7-form .wpcf7-submit,
#popmake-1083 .wpcf7-form .wpcf7-submit,
#popmake-1087 .wpcf7-form .wpcf7-submit {
  padding: 20px 50px;
  color: #fff;
  font-weight: 700;
  background-color: #cf9c10;
  transition: all .3s ease;
}

#popmake-511 .wpcf7-form .wpcf7-submit:hover,
#popmake-1083 .wpcf7-form .wpcf7-submit:hover,
#popmake-1087 .wpcf7-form .wpcf7-submit:hover {
  opacity: 0.88;
  transition: all .3s ease;
}

/* News Start */
.entry-header a {
  transition: all .3s ease;
}

.entry-header a:hover {
  color: #cf9c10;
}

.post, .product {
  padding: 100px 0;
  width: 100%;
  margin: 0 auto;
}

.main__container .page {
  padding: 100px 0;
}

.news-page .post {
  padding: 70px;
  width: 90%;
  border: 1px solid #cf9c10;
}

/* .news__title {
  font-size: 24px;
} */

.entry-content,
.spoiler-content{
  margin-top: 50px;
  color: #000000cc;
}

.entry-content blockquote,
.spoiler-content blockquote{
  font-weight: 400;
  color: #000000;
  font-style: italic;
}

.entry-content blockquote cite,
.spoiler-content blockquote cite{
  font-weight: 500;
  font-style: normal;
  text-align: right;
}

.entry-content .wp-block-heading,
.spoiler-content .wp-block-heading{
  font-weight: 700;
  color: #000000;
}
h1.wp-block-heading,
.spoiler-content h1{
  font-size: 36px;
}

h2.wp-block-heading,
.spoiler-content h2{
  font-size: 24px;
}

h3.wp-block-heading,
.spoiler-content h3{
  font-size: 20px;
}

.entry-content__excerpt {
  margin-top: 20px;
  line-height: 1.5;
}

.entry-content figure {
  margin-bottom: 50px;
}
.entry-content,
.spoiler-content{
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 500;
}
.entry-content > *,
.spoiler-content > *{
  /*font-size: 16px;*/
  /*line-height: 1.4;*/
  margin-bottom: 20px;
}

.entry-content b,
.spoiler-content b,
.entry-content strong,
.spoiler-content strong{
  font-weight: 900;
}

.entry-content a,
.spoiler-content a,
.spoiler-btn{
  color: #cf9c10;
  text-decoration: underline;
}
.entry-content ul,
.spoiler-content ul,
.entry-content ol,
.spoiler-content ol{
  padding-left: 21px;
}
.entry-content ul li,
.spoiler-content ul li{
  list-style: square;
}
.entry-content ul li > ul li,
.spoiler-content ul li > ul li{
  list-style: circle;
}

.post-navigation {
  margin-bottom: 20px;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.nav-links a {
  transition: all .3s ease;
}

.nav-links a:hover {
  color: #cf9c10;
}

.nav-prev {
  flex: 1;
  text-align: left;
}

.nav-next {
  flex: 1;
  /*text-align: right;*/
}

@media screen and (min-width: 1250px) {
  article.post, article.product {
    width: 1170px;
  } 
}
/* News End */

/* Product List Start */
.section-product-list {
  padding: 100px 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  text-align: center;
  margin-bottom: 100px;
}

.section-product-list .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  line-height: 1.5;
  margin-bottom: 20px !important;
  font-size: 16px !important;
  font-weight: 700;
  transition: all .3s ease;
}

.section-product-list .woocommerce-loop-product__link:hover .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title  {
  color: #cf9c10;
}

.woocommerce ul.products li.product .price {
  font-size: 18px;
  font-weight: 700;
  color: #000 !important;
}

.section-product-list a.button,
.woocommerce ul.products li.product a.button {
  background: none;
  color: #cf9c10;
  padding: 20px;
  width: 100%;
  border: 1px solid #cf9c10;
  border-radius: 5px;
  transition: all .3s ease;
}

.section-product-list a.button:hover,
.woocommerce ul.products li.product a.button:hover {
  background: #cf9c10;
  color: #fff;
  border: 1px solid #cf9c10;
}
/* Product List End */


/* Contacts Start */
.section-contacts {
  position: relative;
  height: 600px;
}
.section-contacts__background {
  position: relative;
  width: 100%;
  height: 600px;
}
.section-contacts__background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-contacts__block {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20%;
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.section-contacts__block .footer__contacts {
  color: #fff;
}
/* Contacts End */

/* 404 Start */
.page404 .service-page-header {
  height: 100vh;
  margin-top: -80px;
}
.page404 h1 {
    font-size: 100px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}
/* 404 End */

/* SEO Start */
.seo-text {
  padding: 100px 0;
}
/* SEO End */

/* Popup Start */
#popmake-659 .pum-content.popmake-content p,
#popmake-1072 .pum-content.popmake-content p,
#popmake-1077 .pum-content.popmake-content p {
  text-align: center;
  margin-bottom: 40px;
}
#popmake-659 .wpcf7-form-control-wrap,
#popmake-1072 .wpcf7-form-control-wrap,
#popmake-1077 .wpcf7-form-control-wrap {
  margin: 20px 0;
}
#popmake-659 .wpcf7-form-control-wrap input,
#popmake-1072 .wpcf7-form-control-wrap input,
#popmake-1077 .wpcf7-form-control-wrap input {
  padding-bottom: 5px;
  border-bottom: 1px solid #777;
}
#popmake-659 .wpcf7-form .wpcf7-submit,
#popmake-1072 .wpcf7-form .wpcf7-submit,
#popmake-1077 .wpcf7-form .wpcf7-submit {
  padding: 20px 50px;
  color: #fff;
  font-weight: 700;
  background-color: #cf9c10;
  transition: all .3s ease;
}

#popmake-659 .wpcf7-form .wpcf7-submit:hover,
#popmake-1072 .wpcf7-form .wpcf7-submit:hover,
#popmake-1077 .wpcf7-form .wpcf7-submit:hover {
  opacity: 0.88;
  transition: all .3s ease;
}
#popmake-659 form,
#popmake-1072 form,
#popmake-1077 form {
  width: 70%;
  margin: 0 auto;
}
#popmake-659 form p,
#popmake-1072 form p,
#popmake-1077 form p {
  margin-bottom: 40px;
}
/* Popup End */

/* News List Start */
.news__container {
  padding: 100px 0;
}

.news__list {
  /*grid-template-columns: 1fr 1fr 1fr 1fr;*/
  grid-template-columns: 1fr 1fr 1fr;
}

.news__item {
  height: 550px;
  border: 1px solid #cf9c10;
  padding: 10px;
  transition: all .3s ease;
}

/* .news__item:hover .main-news__img {
  border: 2px solid #cf9c10;
} */
.news__item:hover .main-news__title {
  color: #cf9c10;
}

.news__item a.services__link:before {
  background: #fff;
}

.main-news__img {
  border: 1px solid #777;
  height: 300px;
}
.main-news__title {
  color: #000;
  position: relative;
  z-index: 2;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  padding: 20px 0;
  /*text-align: center;*/
  text-transform: uppercase;
  transition: all .3s ease;
}
/* News List End */

.woocommerce .social__item img, .woocommerce-page .social__item img {
  height: auto;
  max-width: unset;
}

.wp-pagination {
  display: flex;
  justify-content: center;
  margin-top: 100px;
  gap: 10px;
}
.wp-pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #777;
  border-radius: 5px;
  line-height: 1;
  height: 36px;
  width: 36px;
  transition: all .3s ease;
}
.wp-pagination .current.page-numbers {
  border: 1px solid #cf9c10;
  color: #cf9c10;
}
.wp-pagination .page-numbers:hover {
  border: 1px solid #cf9c10;
  background-color: #cf9c10;
  color: #fff;
}

.pgntn-page-pagination-block {
  display: flex;
  justify-content: center;
  margin-top: 70px !important;
  gap: 10px;
}

.pgntn-page-pagination-block .page-numbers {
  display: flex !important;
  justify-content: center;
  align-items: center;
  border: 1px solid #777 !important;
  color: #000 !important;
  border-radius: 5px;
  line-height: 1;
  height: 36px;
  width: 36px;
  transition: all .3s ease;
}

.pgntn-page-pagination-block .current.page-numbers {
  border: 1px solid #cf9c10 !important;
  color: #cf9c10 !important;
  background-color: transparent !important;
}

.pgntn-page-pagination-block .page-numbers:hover {
  border: 1px solid #cf9c10 !important;
  background-color: #cf9c10 !important;
  color: #fff !important;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none !important;
  display: flex !important; 
  justify-content: center !important;
  gap: 10px !important;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-right: none !important;
  float: none !important;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers {
  display: flex !important;
  justify-content: center;
  align-items: center;
  border: 1px solid #777 !important;
  color: #000 !important;
  border-radius: 5px;
  line-height: 1;
  height: 36px;
  width: 36px;
  transition: all .3s ease;
}

.woocommerce nav.woocommerce-pagination ul li .current.page-numbers {
  border: 1px solid #cf9c10 !important;
  color: #cf9c10 !important;
  background-color: transparent !important;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover {
  border: 1px solid #cf9c10 !important;
  background-color: #cf9c10 !important;
  color: #fff !important;
}

@media screen and (min-width: 1290px) and (max-width: 1380px) {
  .about__text {
    margin-top: -120px;
  }
}

@media (max-width: 1024px) {
  .header__container {
    /*grid-template-columns: 20% 1fr 25%;*/
    grid-template-columns: 13% 1fr 30%;
  }
  .header__nav li {
    padding: 0 2px;
  }
  .header__nav li a {
    padding: 10px 5px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .benefits__text p,
  .benefits__spollers {
    width: 90%;
  }
  .footer__top {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .about__container {
    grid-template-columns: 1fr 70%;
  }
  .about-benefits__list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .about-benefits__item {
    margin-right: 0;
    padding-right: 0;
  }
  .about-benefits__item:first-child {
    list-style-type: unset;
  }
}

@media (max-width: 599px) {
  .about-benefits__item {
    font-size: 24px;
  }
  .benefits__subtitle {
    font-size: 30px;
  }
  .benefits__text p {
    width: 100%;
    font-size: 20px;
    padding: 0 10px;
  }
  .benefits__spollers {
    width: 100%;
    margin: 0 auto 50px;
  }
  .spollers__title {
    margin-left: 10px;
    font-size: 18px;
  }
  ._spoller-init .spollers__title::after {
    top: -5px;
    right: -10px;
  }
  .services {
    padding: 50px 0;
  }
  .section__title {
    font-size: 26px;
    line-height: 1.4;  
  }
  .section__subtitle {
    width: 100%;
    font-size: 22px;
    margin: 0 auto 30px;
  }
  .services__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .tools {
    padding-bottom: 350px;
  }
  .tools__wrapper {
    margin-top: 50px;
    grid-template-columns: 1fr;
  }
  .tools__text {
    order: 2;
    margin: 50px 0 0 0;
  }
  .tools__img {
    order: 1;
    margin: 0;
  }
  .tools__button {
    width: 260px;
    text-align: center;
  }
  .counters__container {
    grid-template-columns: 1fr;
  }
  .advantage__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .advantage__item {
    margin-bottom: 50px;
  }
  .advantage__title {
    font-size: 20px;
  }
  .fincher-bg {
    height: 600px;
  }
  .fincher-bg__quote {
    top: 70%;
    transform: translateY(-50%) !important;
    bottom: unset;
    padding: 0 15px;
  }
  .quote__text,
  .quote__author {
    text-align: center;
  }
  .news__list {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0 10px;
  }
  .main-news__title {
    font-size: 18px;
  }
  .footer__top {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
  }
  .footer__logo {
    grid-column: 1 / 3;
  }
  .footer__nav {
    grid-column: span 1;
  }
  .footer__services {
    grid-column: span 1;
  }
  .footer-nav__list .menu-item a {
    font-size: 12px;
  }
  .footer__bottom {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
  .footer__copy {
    order: 2;
    padding-top: 50px;
    text-align: center;
  }
  .footer__social {
    justify-content: center;
    order: 1;
  }
  .about {
    height: 100%;
    margin-top: 0;
    background-image: none !important;
  }
  .about__container {
    grid-template-columns: 1fr;
    background: #000;
    margin-top: -10px;
    padding: 20px 0 40px;
  }
  .about__mobile-img {
    display: block !important;
    width: 120%;
    /* margin-top: 40px; */
  }
  .about__text {
    margin-top: 40px;
    background-color: unset;
    border-radius: 0;
    padding: 0;
  }
  .about__title {
    /* color: #000; */
  }
  .about-fincher .section__subtitle {
    width: 100%;
  }
  .about__slider {
    height: 270px;
  }
  .about__slide {
    width: calc(100% - 20px) !important;
    margin: 0 10px;
  }
  .about__list {
    /* color: #000; */
  }
  .support {
    padding: 50px 0;
  }
  .support .section__subtitle {
    width: 100% !important;
    margin-bottom: 50px;
  }
  .support-services__list {
    gap: 30px;
    display: flex;
    flex-direction: column;
  }
  .service-page-header {
    height: 90vh;
  }
  .service-page-header__subtitle {
    font-size: 20px;
  }
  .service-page-header__title {
    line-height: 1.4;
  }
  .service-page-header__subtitle {
    width: 100%;
    margin-bottom: 50px;
  }
  .service {
    padding: 50px 0;
  }
  .service__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .service__title {
    font-size: 20px;
  }
  .news-page .post {
    padding: 10px;
    width: 100%;
  }
  .news__title, .page .entry-header h1 {
    font-size: 22px;
  }
  #menu-item-455 > a:after, #menu-item-859 > a:after, #menu-item-875 > a:after {
    width: 12px;
  }
  #menu-item-1199 > a:after, #menu-item-1200 > a:after, #menu-item-1201 > a:after {
    width: 8px;
  }
  .woocommerce div.product {
    flex-direction: column !important;
    gap: 20px !important;
  }
  .summary.entry-summary.fincher-summary {
    order: 1 !important;
  }
  .woocommerce-tabs.wc-tabs-wrapper {
    order: 2 !important;
  }
  /* .navigation.post-navigation {
    display: none;
  } */
  .navigation.post-navigation .nav-title {
    display: none;
  }
  .post {
    padding: 50px 0;
    width: 100%;
  }
  .seo-text {
    padding: 0 0 100px 0;
  }
  .services__link .services-link__title {
    top: 30%
  }
  .services__link .services-link__button {
    opacity: 1;
    top: 70%;
  }
  .services__link:hover {
    transform: none;
    background-size: 100%;
  }
  .pum-container.pum-responsive {
    width: 90% !important;
  }
  .pum-theme-503 .pum-title, .pum-theme-enterprise-blue .pum-title {
    font-size: 27px !important;
  }
  #popmake-511 .wpcf7-form label, #popmake-1083 .wpcf7-form label, #popmake-1087 .wpcf7-form label {
    font-size: 16px;
  }
  #popmake-511 .wpcf7-form label .wpcf7-form-control, #popmake-1083 .wpcf7-form label .wpcf7-form-control, #popmake-1087 .wpcf7-form label .wpcf7-form-control {
    margin-top: 10px;
  }
  #popmake-511 .wpcf7-form p, #popmake-1083 .wpcf7-form p, #popmake-1087 .wpcf7-form p {
    margin-bottom: 20px;
  }
  .news__item {
    height: auto;
    padding: 20px 10px;
  }
  .news__item .entry-content__excerpt {
    margin-top: 15px;
  }
  .header__nav .menu-item-phone {
    display: block !important;
    margin-top: 30px;
  }
  .header__nav .menu-item-phone a {
    padding: 10px 15px;
  }
}
.header__nav .menu-item-phone {
  display: none;
}
.about__mobile-img {
  display: none;
}
.woocommerce-result-count,
.woocommerce-ordering {
  display: none;
}
.onsale {
  display: none;
}

.services-link__title {
  width: 100%;
  /*max-width: 170px;*/
}

/* #breadcrumbs {
  display: flex;
  align-items: center;
}

#breadcrumbs span {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 20px;
}

#breadcrumbs span span, #breadcrumbs span a {
  font-size: 14px;
}
#breadcrumbs span span {
  margin-top: 6px;
} */

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product__container {
  padding: 0 !important;
}
.summary.entry-summary.fincher-summary {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.woocommerce-product-thumbnail {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}

.product-header-container {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  gap: 20px; /* Відстань між заголовком, зображенням та блоками */
}

.woocommerce-product-thumbnail {
  width: 100%;
  height: 400px; /* Встановіть бажану висоту */
  background-size: cover;
  background-position: center;
}

.product-content {
  display: grid;
  grid-template-columns: 75% 20%;
  gap: 5%; /* Відстань між вкладками та summary */
  justify-content: space-between;
}

.product .entry-summary .button,
.wc-block-cart__submit-container .wc-block-cart__submit-button,
.wc-block-checkout__actions_row .wp-element-button {
  height: 45px;
  line-height: 45px !important;
  vertical-align: middle !important;
  font-size: 14px !important;
  border-radius: 5px !important;
  padding: 0 30px !important;
  transition: all .3s ease;
  background: #cf9c10 !important;
  color: #fff !important;
  float: none !important;
}

.woocommerce-message {
  line-height: 35px;
  vertical-align: middle;
}
.button.wc-forward {
  height: 35px;
  line-height: 35px !important;
  vertical-align: middle;
  border-radius: 5px !important;
  padding: 0 30px !important;
  transition: all .3s ease;
  background: #cf9c10 !important;
  color: #fff !important;
}

.product .entry-summary .button:hover,
.wc-block-cart__submit-container .wc-block-cart__submit-button:hover,
.wc-block-checkout__actions_row .wp-element-button:hover,
.button.wc-forward {
  opacity: 0.9;
}



@media screen and (max-width:599px){
  .woocommerce ul.products {
    display: grid;
    grid-template-columns: 1fr;
  }
  .woocommerce ul.products li.product {
    width: 90% !important;
    height: auto;
    margin: 0 auto 100px !important;
  }
  .woocommerce ul.products li.product:last-child {
    margin-bottom: 0 !important;
  }

}

/* Product Mobile Start */
@media screen and (max-width: 768px) {
  .bc__container {
    line-height: 1.7;
    padding: 0 10px !important;
  }
  .news__title, .page .entry-header h1, .product_title {
    padding: 0 10px !important;
  }
  .product-content {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 10px;
  }
}
/* Product Mobile End */