@charset "UTF-8";
@font-face {
  font-family: "Century Gothic";
  src: url("/wp-content/themes/brunnen/src/fonts/centurygothic.ttf");
  src: local("Century Gothic"), local("Century Gothic"), url("/wp-content/themes/brunnen/src/fonts/centurygothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Century Gothic";
  src: url("/wp-content/themes/brunnen/src/fonts/centurygothic_bold.ttf");
  src: local("Helvetica Bold"), local("Helvetica-bold"), url("/wp-content/themes/brunnen/src/fonts/centurygothic_bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant-ligatures: none;
  font-family: "Century Gothic", sans-serif;
}
input:active, input:focus  {
	outline: 0.2rem solid #00E3F0;
	border: 0.2rem solid #00E3F0!important;
}
html,
body {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  font-family: "Century Gothic", sans-serif;
  background: #2E2E2E;
  color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
@media (max-width: 1700px) {
  html,
body {
    font-size: 55%;
  }
}
@media (max-width: 1450px) {
  html,
body {
    font-size: 42%;
  }
}
@media (max-width: 1360px) {
  html,
body {
    font-size: 40%;
  }
}
@media (max-width: 1200px) {
  html,
body {
    font-size: 34%;
  }
}
@media (max-width: 1024px) {
  html,
body {
    font-size: 62.5%;
  }
}
@media (max-width: 798px) {
  html,
body {
    font-size: 46.6%;
  }
}
@media (max-width: 700px) {
  html,
body {
    font-size: 40%;
  }
}
@media (max-width: 630px) {
  html,
body {
    font-size: 35%;
  }
}
@media (max-width: 480px) {
  html,
body {
    font-size: 52.5%;
  }
}

ul {
  font-family: "Century Gothic", sans-serif;
  list-style: none;
}

a {
  text-decoration: none;
  color: #FFFFFF;
}

h1, h2 {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 5.4rem;
  line-height: 120%;
  letter-spacing: 0.025em;
  color: #FFFFFF;
}
@media (max-width: 480px) {
  h1, h2 {
    font-size: 2.99rem;
  }
}

h3 {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
  line-height: 120%;
  letter-spacing: 0.025em;
  color: #FFFFFF;
}

p {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
@media (max-width: 480px) {
  p {
    font-size: 1.4rem;
  }
}

.btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.2rem solid #00E3F0;
  border-radius: 5rem;
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 120%;
  color: #FFFFFF;
}
.btn div {
  margin-right: 1.5rem;
}
@media (max-width: 480px) {
  .btn {
    font-size: 1.4rem;
  }
}

section, .footer, .header {
  max-width: 162rem;
  margin: 0 auto;
}

section {
  margin: 20rem auto 0;
}
@media (max-width: 1024px) {
  section {
    margin: 15rem auto 0;
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media (max-width: 480px) {
  section {
    margin: 5rem auto 0;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

footer {
  margin: 20rem auto;
}
@media (max-width: 1024px) {
  footer {
    margin: 15rem auto;
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media (max-width: 480px) {
  footer {
    margin: 5rem auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (max-width: 1024px) {
  .header {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media (max-width: 480px) {
  .header {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

header {
  background-image: url("/wp-content/themes/brunnen/src/img/sklad.png");
	display: flex;
  background-size: cover;
  height: 100vh;
  z-index: 1;
}
header.service-header {
	display: flex;
  background-image: url("/wp-content/themes/brunnen/src/img/hero_service.png");
}
@media (max-width: 1024px) {
  header.service-header {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/wp-content/themes/brunnen/src/img/hero_service.png);
    background-position: bottom;
  }
}
@media (max-width: 480px) {
  header.service-header {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/wp-content/themes/brunnen/src/img/hero_service\ \(1\).png);
    background-size: cover;
  }
}
header.about-header {
  background: rgba(0, 0, 0, 0);
  height: auto;
  position: absolute;
  width: 100%;
}
header.certificate-header {
  background-image: url("/");
  height: auto;
}
header.driving-page {
  height: auto;
  background-image: url("/");
}
header.driving-page {
  height: auto;
  background-image: url("/");
}
header.index-header {
  background-image: url("/wp-content/themes/brunnen/src/img/dekstop2.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 480px) {
  header.index-header {
    background-image: url("/wp-content/themes/brunnen/src/img/dekstop2%201.jpg");
  }
}
header.index-header .title {
  margin: auto;
  width: 100%;
}
@media(max-width: 480px){
  header.index-header .title {
    margin-top: 150px !important;
    margin-bottom: 100px !important;
    width: 100%;
  }
}
header.index-header h1 {
  margin-bottom: 6rem;
}
header.product-header {
  background-image: url("/wp-content/themes/brunnen/src/img/product-one.png");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 480px) {
  header.product-header {
    background-image: url("/wp-content/themes/brunnen/src/img/product-one-mob.png");
  }
}
header.product-header .title {
  margin: auto;
  width: 100%;
}
@media (max-width: 1024px) {
  header.product-header .title {
    margin: auto 7rem;
    padding: 0;
  }
}
@media (max-width: 480px) {
  header.product-header .title {
    margin: auto 2.5rem;
  }
}
@media (max-width: 1024px) {
  header.product-header .title .btn {
    width: 18rem;
  }
  .header__bottom .header__bottom-left, .header__bottom .header__bottom-right, .header__bottom .header__bottom-center {
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  header.product-header .title .btn {
    width: 16.6rem;
  }
}
header.product-header .description {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 3rem;
}
@media (max-width: 480px) {
  header.product-header .description {
    margin-bottom: 1.5rem;
  }
}
header.product-header h1 {
  margin-bottom: 3rem;
}
@media (max-width: 480px) {
  header.product-header h1 {
    margin-bottom: 1.5rem;
  }
}
header.product-header h3 {
  margin-bottom: 3rem;
}
header.product-header .header__bottom {
  gap: 4rem;
}
@media (max-width: 480px) {
  header.product-header .header__bottom {
    gap: 2rem;
  }
	.header__bottom {
		justify-content: flex-start !important;
	}
  .header__bottom .header__bottom-left, .header__bottom .header__bottom-right, .header__bottom .header__bottom-center {
    margin-left: 20px;
  }
}
header.product-header .header__bottom .header__bottom-left, header.product-header .header__bottom .header__bottom-right, header.product-header .header__bottom .header__bottom-center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header.product-header-napol {
  background-image: url("/wp-content/themes/brunnen/src/img/tovar-img-comp.png");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 480px) {
  header.product-header-napol {
    background-image: url("/wp-content/themes/brunnen/src/img/tovar-img-mob.png");
  }
}
header.product-header-napol .title {
  margin: auto;
  width: 100%;
}
@media (max-width: 1024px) {
  header.product-header-napol .title {
    margin: auto 7rem;
    padding: 0;
  }
}
@media (max-width: 480px) {
  header.product-header-napol .title {
    margin: auto 2.5rem;
  }
}
@media (max-width: 1024px) {
  header.product-header-napol .title .btn {
    width: 18rem;
  }
}
@media (max-width: 480px) {
  header.product-header-napol .title .btn {
    width: 16.6rem;
  }
}
header.product-header-napol .description {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 3rem;
}
@media (max-width: 480px) {
  header.product-header-napol .description {
    margin-bottom: 1.5rem;
  }
}
header.product-header-napol h1 {
  margin-bottom: 3rem;
}
@media (max-width: 480px) {
  header.product-header-napol h1 {
    margin-bottom: 1.5rem;
  }
}
header.product-header-napol h3 {
  margin-bottom: 3rem;
}
header.product-header-napol .header__bottom {
  gap: 4rem;
}
@media (max-width: 480px) {
  header.product-header-napol .header__bottom {
    gap: 2rem;
  }
}
header.product-header-napol .header__bottom .header__bottom-left, header.product-header-napol .header__bottom .header__bottom-right, header.product-header-napol .header__bottom .header__bottom-center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1024px) {
  header {
    background-image: url("/wp-content/themes/brunnen/src/img/sklad (1).png");
  }
}
header .header, header.certificate-header .header {
  font-family: "Century Gothic";
  font-style: normal;
  width: 100%;
  max-width: 100%;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 120%;
  display: flex;
  justify-content: center;
  color: #FFFFFF;
  align-items: center;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: fixed;
    z-index: 10000;
    backdrop-filter: blur(1rem);
	-webkit-backdrop-filter: blur(1rem);
	top: 0;left:0;
	transition: all .3s ease;
}
.header.out {
	transform: translateY(-100%);
}

@media (max-width: 480px) {
  header .header, header.certificate-header .header {
	  padding: 3rem 2.5rem;
    justify-content: space-between;
  }
}
header .header__center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .header__center-logo {
  margin-bottom: 3rem;
}
@media (max-width: 480px) {
  header .header__center-logo {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  header .header__center-menu {
    display: none;
  }
}
header .header__center-menu nav ul {
  display: flex;
}
header .header__center-menu nav ul li {
  margin-right: 3rem;
}
header .header__center-menu nav ul li a {
  border-bottom: 0.2rem solid #00E3F000;
}
header .header__center-menu nav ul li a:hover {
  border-bottom: 0.2rem solid #00E3F0;
}
header .header__center-menu nav ul li:last-child {
  margin-right: 0;
}
header .header__left {
  display: flex;
  align-items: center;
  position: absolute;
  left: 3%;
  top: 5.7rem;
}
header .header__left svg {
  margin-right: 3rem;
}
@media (max-width: 1024px) {
  header .header__left {
    left: 2.5rem;
  }
}
@media (max-width: 480px) {
  header .header__left {
    position: initial;
  }
	header .header__left svg {
  margin-right: 0rem;
		width: 4rem;
}
	header .header__center-logo svg{
		width: 13.6rem;	
	}
}

@media (max-width: 1024px) {
  header .header__left-time {
    display: none;
  }
}
header .header__left-burger svg {
  cursor: pointer;
}
header .header__right {
  position: absolute;
  right: 3%;
  top: 6.5rem;
}
header .header__right .tel-icon{
		display: none;
	}
@media (max-width: 1024px) {
  header .header__right {
    right: 2.5rem;
  }
}
@media (max-width: 480px) {
  header .header__right {
    position: initial;
	  width: 3.3rem;
  }
	header .header__right .tel-number{
		display: none;
	}
	header .header__right .tel-icon{
		display: block;
	}
}
.header__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(80, 80, 80, 0.7);
  -webkit-backdrop-filter: blur(1.5rem);
          backdrop-filter: blur(1.5rem);
  gap: 20rem;
}
@media (max-width: 1024px) {
  .header__bottom {
    padding: 4rem 7rem;
    gap: 2rem;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .header__bottom {
    padding: 3rem 2.5rem;
  }
}
.header__bottom-left, .header__bottom-right, .header__bottom-center {
  display: flex;
  gap: 2rem;
  padding: 4rem 0;
}
@media (max-width: 1024px) {
  .header__bottom-left, .header__bottom-right, .header__bottom-center {
    padding: 0;
    width: 100%;
  }
}
.header__bottom-left .icon, .header__bottom-right .icon, .header__bottom-center .icon, .header__bottom svg {
  height: 3rem;
}
.header__bottom.product {
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .header__bottom.product .header__bottom-left, .header__bottom.product .header__bottom-right, .header__bottom.product .header__bottom-center {
    width: 38.5rem;
  }
}
header .title {
  max-width: 162rem;
  margin: auto auto auto 3%;
}
@media (max-width: 1024px) {
  header .title {
    padding: 0 7rem;
  }
}
@media (max-width: 1024px) {
  header .title {
    margin: 20rem auto 0;
    padding: 0 2.5rem;
  }
}
header .title p {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  margin: 3rem 0;
}
@media (max-width: 480px) {
  header .title p {
    font-size: 1.4rem;
  }
}
header .title .btn {
  width: 32.7rem;
  height: 6rem;
}

.certificate {
  margin-top: 20rem;
}
@media(max-width: 480px){
	.certificate {
  margin-top: 13rem;
}
}
.certificate img {
  width: 100%;
}

.guarantee {
  margin-top: 20rem;
  display: flex;
}
@media (max-width: 1024px) {
  .guarantee {
    flex-direction: column;
    margin-top: 12rem;
  }
}
@media (max-width: 1024px) {
  .guarantee {
    flex-direction: column;
  }
}
.guarantee__left {
  width: 50%;
  padding-right: 1.5rem;
}
@media (max-width: 1024px) {
  .guarantee__left {
    width: 100%;
    padding: 0;
  }
}
.guarantee__left p {
  margin-bottom: 3rem;
}
.guarantee__left p:last-child {
  margin-bottom: 0;
}
.guarantee__right {
  padding-left: 1.5rem;
  width: 50%;
}
@media (max-width: 1024px) {
  .guarantee__right {
    width: 100%;
    padding: 0;
    margin-top: 5rem;
  }
}
.guarantee__right img {
  width: 100%;
  margin-bottom: 5rem;
}
@media (max-width: 1024px) {
  .guarantee__right img {
    margin-bottom: 3rem;
  }
}
.guarantee__right .btn {
  width: 36.7rem;
  height: 6rem;
	    justify-content: space-evenly;
}

.tabs {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .tabs {
    flex-direction: column;
    align-items: center;
  }
}
.tabs.partners-tab .tabs__item {
  height: 41rem;
}
.tabs__item {
  position: relative;
  background: rgba(80, 80, 80, 0.7);
  width: 52rem;
  height: 61rem;
  padding: 5rem 2.5rem 5rem 5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .tabs__item {
    width: 100%;
    height: auto;
    margin-bottom: 3rem;
  }
}
@media (max-width: 480px) {
  .tabs__item {
    padding: 4rem 2rem;
  }
}
@media (max-width: 1024px) {
  .tabs__item:last-child {
    margin-bottom: 0;
  }
}
.tabs__item:hover {
  filter: drop-shadow(0px 0.3rem 1.2rem #00C2CB);
  background: #646464;
}
.tabs__item-top {
  display: flex;
  align-items: center;
}
.tabs__item-top svg {
  margin-right: 3.5rem;
  width: 5.8rem;
  height: 5.8rem;
}
@media (max-width: 480px) {
  .tabs__item-top svg {
    margin-right: 1rem;
  }
}
.tabs__item p {
  margin: 3rem 0;
}
.tabs__item ul {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 120%;
  color: #FFFFFF;
}
@media (max-width: 480px) {
  .tabs__item ul {
    font-size: 1.4rem;
  }
}
.tabs__item ul li {
  margin-bottom: 1rem;
}
.tabs__item ul li:last-child {
  margin-bottom: 0;
}
.tabs__item .btn {
  width: 32.6rem;
  height: 6rem;
}
@media (max-width: 1024px) {
  .tabs__item .btn {
    margin-top: 3rem;
  }
}
@media (max-width: 480px) {
  .tabs__item .btn {
    width: 28rem;
  }
}

.oplata {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .oplata {
    flex-direction: column;
  }
}
.oplata h2 {
  margin-bottom: 3rem;
}
.oplata ul {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 3rem;
	    list-style: inside;
}
@media (max-width: 480px) {
  .oplata ul {
    font-size: 1.4rem;
  }
}
.oplata img {
  width: 79.5rem;
}
@media (max-width: 1024px) {
  .oplata img {
    width: 100%;
    margin-top: 5rem;
  }
}
.oplata .btn {
  width: 26rem;
  height: 6rem;
}

.delive {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .delive {
    flex-direction: column-reverse;
  }
}
.delive h2 {
  margin-bottom: 3rem;
}
.delive ul {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 3rem;
}
@media (max-width: 480px) {
  .delive ul {
    font-size: 1.4rem;
  }
}
.delive img {
  width: 79.5rem;
}
@media (max-width: 1024px) {
  .delive img {
    width: 100%;
    margin-top: 5rem;
  }
}
.delive .btn {
  width: 28.7rem;
  height: 6rem;
}
.delive p {
  margin-bottom: 3rem;
}

.footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer__left-company {
  margin-bottom: 4rem;
}
.footer__left-company p {
  margin-bottom: 1rem;
}
.footer__left-company p:last-child {
  margin-bottom: 0;
}
.footer__left-menu li {
  margin-bottom: 1rem;
}
.footer__left-menu li a {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 120%;
  color: #FFFFFF;
}
@media (max-width: 480px) {
  .footer__left-menu li a {
    font-size: 1.4rem;
  }
}
.footer__left-menu li:last-child {
  margin-bottom: 0;
}
.footer__center-menu li {
  margin-bottom: 1rem;
}
.footer__center-menu li a {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 120%;
  color: #FFFFFF;
}
@media (max-width: 480px) {
  .footer__center-menu li a {
    font-size: 1.4rem;
  }
}
.footer__center-menu li:last-child {
  margin-bottom: 0;
}
.footer__right {
  width: 79.5rem;
}
.footer__right-top {
  display: flex;
}
.footer__right-top a {
  display: flex;
}
@media (max-width: 480px) {
  .footer__right-top {
    display: flex;
    flex-wrap: wrap;
    /* grid-gap: 2rem; */
    margin-top: 3rem;
  }
	.footer__right-top a {
    display: flex;
    flex-wrap: wrap;
    /* grid-gap: 2rem; */
    margin-top: 3rem;
  }
}
.footer__right-top img {
  width: 10.8rem;
  margin-right: 2rem;
}
.footer__right-top p {
  margin-right: 1rem;
}
.footer__right-top .star {
  margin-right: 2rem;
}
@media (max-width: 480px) {
  .footer__right-top svg {
    margin-top: 1rem;
  }
}
.footer__right-center {
  margin: 4rem 0 4.8rem;
}
.footer__right-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  grid-gap: 2rem;
}
@media (max-width: 480px) {
  .footer__right-bottom {
    justify-content: flex-start;
    grid-gap: 2rem;
  }
}
.footer__right-bottom .apple {
  width: 7.2rem;
}
.footer__right-bottom .samsung {
  width: 20.8rem;
}
.footer__right-bottom .mir {
  width: 10.6rem;
}
.footer__right-bottom .visa {
  width: 9.2rem;
}
.footer__right-bottom .mastercard {
  width: 16.7rem;
}
.footer__right-bottom .sber_pay {
  width: 8.4rem;
}
.footer__right-bottom .tinkoff {
  width: 19.6rem;
}
.footer__right-bottom .sber_onlain {
  width: 12.6rem;
}
.footer__right-bottom .alfa {
  width: 11.5rem;
}
.footer__right-bottom .y_money {
  width: 14.1rem;
}

.map {
  margin: 20rem auto 0;
}
@media(max-width: 480px){
	.map {
  margin: 15rem auto 0;
}
	
}
.map h3 {
  margin-bottom: 3rem;
}
.map p {
  margin-bottom: 5rem;
}
.map-yandex {
  width: 100% !important;
}
.map-yandex iframe {
  width: 100% !important;
  height: 80rem !important;
}
@media (max-width: 1024px) {
  .map-yandex iframe {
    height: 58.9rem !important;
  }
}
@media (max-width: 480px) {
  .map-yandex iframe {
    height: 28rem !important;
  }
}
.map img {
  width: 100%;
}

.zabota h2 {
  margin-bottom: 5rem;
}
.zabota__content {
  display: flex;
  gap: 3rem;
}
@media (max-width: 1024px) {
  .zabota__content {
    flex-direction: column;
  }
}
.zabota__content-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .zabota__content-left p {
    margin-bottom: 3rem;
  }
}
.zabota__content-right iframe {
  width: 107rem;
  height: 59.6rem;
}
@media (max-width: 1024px) {
  .zabota__content-right iframe {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .zabota__content-right iframe {
    height: 23rem;
  }
}

.about {
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .about {
    padding: 0;
  }
}
.about__list {
  position: relative;
}
.about__list .slick-list {
  width: 100%;
}
.about__list .slick-list .slick-track {
  display: flex !important;
}
.about__list .slick-dots {
  display: flex;
  justify-content: center;
  gap: 1rem;
  position: absolute;
  bottom: 5rem;
  right: 8%;
  cursor: pointer;
}
.about__list .slick-dots button {
  height: 1rem;
  content: "";
  background: #FFFFFF;
  border: 0;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0);
  width: 1rem;
}
.about__list .slick-dots .slick-active button {
  height: 1rem;
  content: "";
  background: #00C2CB;
  border: 0;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0);
  width: 1rem;
}
.about__list-item {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about__list-item.photo-one {
  background: linear-gradient(89.77deg, rgba(0, 0, 0, 0.2) 46.02%, rgba(0, 0, 0, 0) 78.36%), url(/wp-content/themes/brunnen/src/img/smart_toilette_1.png);
  background-size: cover;
}
@media (max-width: 1024px) {
  .about__list-item.photo-one {
    background-position: center;
  }
}
.about__list-item.photo-two {
  background: linear-gradient(89.77deg, rgba(0, 0, 0, 0.2) 46.02%, rgba(0, 0, 0, 0) 78.36%), url(/wp-content/themes/brunnen/src/img/smart_toilette_2.png);
  background-size: cover;
}
@media (max-width: 1024px) {
  .about__list-item.photo-two {
    background-position: center;
  }
}
.about__list-item.photo-three {
  background: linear-gradient(89.77deg, rgba(0, 0, 0, 0.2) 46.02%, rgba(0, 0, 0, 0) 78.36%), url(/wp-content/themes/brunnen/src/img/smart_toilette_3.png);
  background-size: cover;
}
@media (max-width: 1024px) {
  .about__list-item.photo-three {
    background-position: center;
  }
}
.about__list-item.photo-four {
  background: linear-gradient(89.77deg, rgba(0, 0, 0, 0.2) 46.02%, rgba(0, 0, 0, 0) 78.36%), url(/wp-content/themes/brunnen/src/img/smart_toilette_4.png);
  background-size: cover;
}
@media (max-width: 1024px) {
  .about__list-item.photo-four {
    background-position: center;
  }
}
.about__list-item .content-list {
  width: 162rem;
  margin: auto 24rem;
}
@media (max-width: 1024px) {
  .about__list-item .content-list {
    margin: auto 7rem 12rem;
  }
}
@media (max-width: 480px) {
  .about__list-item .content-list {
    width: 100%;
    margin: auto 0 12rem 0;
    padding: 0 5rem 0;
  }
}
.about__list-item h1 {
  margin-bottom: 3rem;
}
.about__list-item-text {
  max-width: 79.5rem;
}
@media (max-width: 1024px) {
  .about__list-item-text {
    max-width: 72.5rem;
  }
}
@media (max-width: 480px) {
  .about__list-item-text {
    max-width: 43rem;
  }
}
.about__list-item .img {
  width: 162rem;
  margin: 0 auto;
  text-align: right;
}
@media (max-width: 1024px) {
  .about__list-item .img {
    width: 100%;
    padding: 0 7rem;
  }
}
@media (max-width: 480px) {
  .about__list-item .img {
    padding: 0 2.5rem;
  }
}
.about__list-item .img svg {
  margin-bottom: 8rem;
}

.gigien h2 {
  margin-bottom: 5rem;
}
@media (max-width: 480px) {
  .gigien__content.no-mob {
    display: none;
  }
}
.icon svg{
	width: 3.5rem;	
	height: auto;
}
.gigien__content.mob {
  display: none;
}

.mob{
	display: none;
}
@media(max-width: 480px){
	.mob-none{
		display: none;
	}
	.mob{
	display: block;
}
}

.gigien__content-list .slick-track{
	display: flex;
	position: relative;
}
.gigien__content-list .slick-track .gigien__content-list-item{
	margin: 0 0.5rem;
	position: relative;
}
.gigien__content-list .slick-track .gigien__content-list-item .title{
	transition: 0.6s ease;
	background: rgba(80, 80, 80, 0.1);
backdrop-filter: blur(0.5rem);
	position: absolute;
    width: 100%;
    top: 0;
    display: flex;
    left: 0;
    align-items: center;
    flex-wrap: wrap;
    padding: 3rem;
}
.gigien__content-list .slick-track .gigien__content-list-item.active .title{
	transition: 0.6s ease;
	align-content: flex-start;
    height: 100%;
}
.gigien__content-list .slick-track .gigien__content-list-item .title p{
	color: #000;
	width: 27rem;
}
.gigien__content-list .slick-track .gigien__content-list-item .title .text{
	display: none;
}
.gigien__content-list .slick-track .gigien__content-list-item.active .title .text{
	display: block;
	width: 100%;
	margin-top: 2rem;
}
.gigien__content-list .slick-track .gigien__content-list-item.active p{
	    height: fit-content;
}
.gigien__content-list .slick-track .gigien__content-list-item .icon{
	margin-right: 3rem;
}
.gigien__content-list .slick-track .gigien__content-list-item.active .icon{
	    height: fit-content;
	display: none;
}
.gigien__content-list .slick-track .gigien__content-list-item.active .text{
	    height: fit-content;
}
.gigien__content-list-item img{
	width: 100%;
	height: 100%;
}
.gigien__content-list.slick-slider{
	position: relative;	
}
@media (max-width: 480px) {
  .gigien__content.mob {
    display: block;
  }
}
.gigien__content-top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .gigien__content-top {
    flex-wrap: wrap;
  }
}
.gigien__content-top-item {
  position: relative;
  height: 52.5rem;
  width: 38.2rem;
}
@media (max-width: 1024px) {
  .gigien__content-top-item {
    width: 42.7rem;
    height: auto;
  }
}
.gigien__content-top-item .title {
  position: absolute;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: rgba(80, 80, 80, 0.1);
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
  display: flex;
  flex-wrap: wrap;
  padding: 3rem 2rem 3rem 5rem;
}
@media (max-width: 1024px) {
  .gigien__content-top-item .title {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
.gigien__content-top-item .title:hover {
  align-content: flex-start;
  transition: all 1s ease;
  height: 100%;
}
.gigien__content-top-item .title:hover p {
  height: 3.5rem;
}
.gigien__content-top-item .title:hover p.text {
  display: block;
}
.gigien__content-top-item .title .icon {
  width: 3.5rem;
  height: 3.5rem;
}
.gigien__content-top-item .title p {
  color: #2E2E2E;
  margin-left: 3rem;
}
.gigien__content-top-item .title p.text {
  display: none;
  margin: 2rem 0 0 6.5rem !important;
  width: 24rem;
}
.gigien__content-top-item.big {
  width: 79.5rem;
}
@media (max-width: 1024px) {
  .gigien__content-top-item.big {
    order: -1;
    width: 100%;
    height: auto;
    margin-bottom: 3rem;
  }
}
.gigien__content-top-item.big .title:hover {
  align-content: flex-start;
  transition: all 1s ease;
  height: 100%;
}
.gigien__content-top-item.big .title:hover p {
  height: 3.5rem;
}
.gigien__content-top-item.big .title:hover p.text {
  display: block;
}
.gigien__content-top-item.big .title .icon {
  width: 3.5rem;
  height: 3.5rem;
}
.gigien__content-top-item.big .title p {
  color: #2E2E2E;
  margin-left: 3rem;
}
.gigien__content-top-item.big .title p.text {
  display: none;
  margin: 2rem 0 0 6.5rem !important;
  width: 50rem;
}
@media (max-width: 1024px) {
  .gigien__content-top-item.big .title p.text {
    width: 60rem;
  }
}
.gigien__content-top-item img {
  width: 100%;
}
.gigien__content-center {
  display: flex;
  justify-content: space-between;
  margin: 3rem 0;
}
@media (max-width: 1024px) {
  .gigien__content-center {
    flex-wrap: wrap;
  }
}
.gigien__content-center-item {
  position: relative;
  height: 52.5rem;
  width: 38.2rem;
}
@media (max-width: 1024px) {
  .gigien__content-center-item {
    width: 42.7rem;
    height: auto;
  }
}
.gigien__content-center-item .title {
  position: absolute;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: rgba(80, 80, 80, 0.1);
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
  display: flex;
  flex-wrap: wrap;
  padding: 3rem 2rem 3rem 5rem;
}
@media (max-width: 1024px) {
  .gigien__content-center-item .title {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
.gigien__content-center-item .title:hover {
  align-content: flex-start;
  transition: all 1s ease;
  height: 100%;
}
.gigien__content-center-item .title:hover p {
  height: 3.5rem;
}
.gigien__content-center-item .title:hover p.text {
  display: block;
}
.gigien__content-center-item .title .icon {
  width: 3.5rem;
  height: 3.5rem;
}
.gigien__content-center-item .title p {
  color: #2E2E2E;
  margin-left: 3rem;
}
.gigien__content-center-item .title p.text {
  display: none;
  margin: 2rem 0 0 6.5rem !important;
  width: 24rem;
}
.gigien__content-center-item.big {
  width: 79.5rem;
}
@media (max-width: 1024px) {
  .gigien__content-center-item.big {
    order: -1;
    width: 100%;
    height: auto;
    margin-bottom: 3rem;
  }
}
.gigien__content-center-item.big .title:hover {
  align-content: flex-start;
  transition: all 1s ease;
  height: 100%;
}
.gigien__content-center-item.big .title:hover p {
  height: 3.5rem;
}
.gigien__content-center-item.big .title:hover p.text {
  display: block;
}
.gigien__content-center-item.big .title .icon {
  width: 3.5rem;
  height: 3.5rem;
}
.gigien__content-center-item.big .title p {
  color: #2E2E2E;
  margin-left: 3rem;
}
.gigien__content-center-item.big .title p.text {
  display: none;
  margin: 2rem 0 0 6.5rem !important;
  width: 50rem;
}
@media (max-width: 1024px) {
  .gigien__content-center-item.big .title p.text {
    width: 60rem;
  }
}
.gigien__content-center-item img {
  width: 100%;
}
.gigien__content-bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .gigien__content-bottom {
    flex-wrap: wrap;
  }
}
.gigien__content-bottom-item {
  position: relative;
  height: 52.5rem;
  width: 38.2rem;
}
@media (max-width: 1024px) {
  .gigien__content-bottom-item {
    width: 42.7rem;
    height: auto;
  }
}
.gigien__content-bottom-item .title {
  position: absolute;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: rgba(80, 80, 80, 0.1);
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
  display: flex;
  flex-wrap: wrap;
  padding: 3rem 2rem 3rem 4rem;
}
@media (max-width: 1024px) {
  .gigien__content-bottom-item .title {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
.gigien__content-bottom-item .title:hover {
  align-content: flex-start;
  transition: all 1s ease;
  height: 100%;
}
.gigien__content-bottom-item .title:hover p {
  height: 3.5rem;
}
.gigien__content-bottom-item .title:hover p.text {
  display: block;
}
.gigien__content-bottom-item .title .icon {
  width: 3.5rem;
  height: 3.5rem;
}
.gigien__content-bottom-item .title p {
  color: #2E2E2E;
  margin-left: 3rem;
}
.gigien__content-bottom-item .title p.text {
  display: none;
  margin: 2rem 0 0 6.5rem !important;
  width: 24rem;
}
.gigien__content-bottom-item.big {
  width: 79.5rem;
}
@media (max-width: 1024px) {
  .gigien__content-bottom-item.big {
    order: -1;
    width: 100%;
    height: auto;
    margin-bottom: 3rem;
  }
}
.gigien__content-bottom-item.big .title:hover {
  align-content: flex-start;
  transition: all 1s ease;
  height: 100%;
}
.gigien__content-bottom-item.big .title:hover p {
  height: 3.5rem;
}
.gigien__content-bottom-item.big .title:hover p.text {
  display: block;
}
.gigien__content-bottom-item.big .title .icon {
  width: 3.5rem;
  height: 3.5rem;
}
.gigien__content-bottom-item.big .title p {
  color: #2E2E2E;
  margin-left: 3rem;
}
.gigien__content-bottom-item.big .title p.text {
  display: none;
  margin: 2rem 0 0 6.5rem !important;
  width: 50rem;
}
@media (max-width: 1024px) {
  .gigien__content-bottom-item.big .title p.text {
    width: 60rem;
  }
}
.gigien__content-bottom-item img {
  width: 100%;
}

.unitaze__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5rem;
}
@media (max-width: 1024px) {
  .unitaze__title {
    flex-wrap: wrap;
  }
}
.unitaze__title-tabs {
  display: flex;
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.025em;
  color: #FFFFFF;
  gap: 10rem;
}
@media (max-width: 480px) {
  .unitaze__title-tabs {
    gap: 3rem;
    width: 100%;
  }
}
.unitaze__title-tabs-item {
  padding-bottom: 1rem;
  cursor: pointer;
}
.unitaze__title-tabs-item.active, .unitaze__title-tabs-item:hover {
  border-bottom: 0.2rem solid #00E3F0;
}
@media (max-width: 480px) {
  .unitaze__title-tabs-item {
    font-size: 1.4rem;
  }
}

.unitaze__slider.slick-slider {
  position: relative;
}
.unitaze__slider.slick-slider .slick-list .slick-track {
  display: flex;
}
.unitaze__slider {
	opacity: 0;
	    height: 0;
    display: block;
}
.unitaze__slider.active {
	height: 100%;
  display: block;
	opacity: 1;
}
.unitaze__slider.slick-slider .slick-list .slick-track img {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.inform {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .inform {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .inform__item br {
    display: none;
  }
}
.inform__item p {
  margin-bottom: 5rem;
}
.inform__item-title {
  display: flex;
  margin-bottom: 2rem;
}
.inform__item-title svg {
  margin-right: 2rem;
  width: 3.2rem;
}
.inform__item-title p {
  margin: 0;
}
.inform__item.last p {
  margin: 0;
}

.inovation h2 {
  margin-bottom: 5rem;
}
.inovation__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .inovation__content {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .inovation__content-left {
    overflow-x: scroll;
    white-space: nowrap;
    margin-bottom: 5rem;
  }
}
.inovation__content-left-list {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .inovation__content-left-list {
    flex-direction: row;
    gap: 5rem;
  }
}
@media (max-width: 480px) {
  .inovation__content-left-list {
    gap: 3rem;
  }
  .inovation__content-left-list h3 {
    font-size: 1.8rem;
  }
}
.inovation__content-left-list-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.inovation__content-left-list-item.active, .inovation__content-left-list-item:hover {
  cursor: pointer;
  border-bottom: 0.2rem solid #00E3F0;
}
.inovation__content-right-item {
  display: none;
  width: 120.7rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .inovation__content-right-item {
    width: 100%;
  }
}
.inovation__content-right-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: 1s;
}
.inovation__content-right-item img:hover {
  transition: 1s ease;
  transform: scale(1.2);
}
.inovation__content-right-item.active {
  display: block;
}
.inovation__content-right-item .text {
	display: flex;
	    justify-content: space-between;
  position: absolute;
  width: 100%;
  bottom: -0.1rem;
  padding: 3rem 5rem;
  background: rgba(80, 80, 80, 0.5);
  -webkit-backdrop-filter: blur(1.5rem);
          backdrop-filter: blur(1.5rem);
}
.inovation__content-right-item .text .btn{
	    width: 37rem;
    height: 6rem;
}
.inovation__content-right-item .text .text-btn{
	    width: 70rem;
}
@media (max-width: 1024px) {
	.inovation__content-right-item .text{
		display: block;
	}
	.inovation__content-right-item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 45rem;
    transition: 1s;
}
	.inovation__content-right-item .text .btn{
		margin-top: 1rem;
	}
  .inovation__content-right-item .text .text-btn, .inovation__content-right-item .text .btn {
    width: 100%;
  }	
}
@media (max-width: 480px) {
  .inovation__content-right-item .text {
    padding: 2rem 3rem;
  }
}
.inovation__bottom {
  margin-top: 6rem;
  display: flex;
  justify-content: space-between;
	    align-items: center;
}
@media (max-width: 1024px) {
  .inovation__bottom {
    flex-wrap: wrap;
  }
}
.inovation__bottom .btn {
  width: 33rem;
  height: 6rem;
}
@media (max-width: 1024px) {
  .inovation__bottom .btn {
    margin-top: 3rem;
  }
}

.information__item {
  display: flex;
  gap: 3rem;
  margin-bottom: 5rem;
}
@media (max-width: 1024px) {
  .information__item {
    margin-bottom: 15rem;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
@media (max-width: 480px) {
  .information__item {
    margin-bottom: 5rem;
  }
}
@media (max-width: 1024px) {
  .information__item__img {
    width: 100%;
  }
}
.information__item__img img {
  width: 79.5rem;
}
@media (max-width: 1024px) {
  .information__item__img img {
    width: 100%;
  }
}
.information__item__content {
  position: relative;
}
@media (max-width: 480px) {
  .information__item__content {
    width: 100%;
  }
}
.information__item__content p {
  margin: 5rem 0 3rem;
}
@media(max-width: 480px){
	.information__item__content p{
		margin: 3rem 0;
	}
}
.information__item__content .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.9rem 3.8rem;
}
.information__item__content .social {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
}
@media (max-width: 1024px) {
  .information__item__content .social {
    position: inherit;
    margin-top: 5rem;
  }
}
@media (max-width: 480px) {
  .information__item__content .social {
    justify-content: space-between;
  }
}
@media (max-width: 480px) {
  .information__item__content .social h3 {
    font-size: 1.4rem;
  }
}
.information__item__content .social .icons {
  display: flex;
  align-items: center;
  margin-left: 5rem;
}
.information__item__content .social .icons svg{
	width: 6rem;
}
@media (max-width: 480px) {
  .information__item__content .social .icons {
    margin-left: 0;
  }
}
.information__item__content .social .icons a {
  margin-right: 3rem;
}
@media (max-width: 480px) {
  .information__item__content .social .icons a:last-child {
    margin-right: 0;
  }
}
.information__item__content .social .icons a:hover rect {
  stroke: #00E3F0 !important;
}
.information__item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .information__item:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
.information__item:last-child {
  margin-bottom: 0;
}

.tovar__list {
  position: relative;
}
.tovar__list .slick-list .slick-track {
  display: flex;
}
.tovar__list-item {
  padding: 5rem;
  background: #282828;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 3rem;
}
@media (max-width: 1024px) {
  .tovar__list-item {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
.tovar__list-item img {
  width: 41.4rem;
  margin: 0 auto 5rem;
}
@media (max-width: 1024px) {
  .tovar__list-item img {
    width: 100%;
  }
}
.tovar__list-item .subtitle {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 2rem;
}
.tovar__list-item .title {
  height: 6.1rem;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .tovar__list-item .title {
    font-size: 3rem;
    height: 11.1rem;
  }
}
@media (max-width: 480px) {
  .tovar__list-item .title {
    height: 9.1rem;
    font-size: 2.5rem;
  }
}
.tovar__list-item .price {
  margin-bottom: 5rem;
}
@media (max-width: 480px) {
  .tovar__list-item .price {
    margin-bottom: 3rem;
  }
}
.tovar__list-item .buttons {
  display: flex;
}
@media (max-width: 1024px) {
  .tovar__list-item .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
}
@media (max-width: 480px) {
  .tovar__list-item .buttons {
    gap: 2rem;
  }
}
.tovar__list-item .buttons .btn {
  cursor: pointer;
  width: 22.8rem;
  height: 6rem;
}
.tovar__list-item .buttons .btn-white {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: 5rem;
}
@media (max-width: 480px) {
  .tovar__list-item .buttons .btn-white {
    margin-left: 0;
  }
}
.tovar__list-item .buttons .btn-white span {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 120%;
  color: #FFFFFF;
}
@media (max-width: 480px) {
  .tovar__list-item .buttons .btn-white span {
    font-size: 1.4rem;
  }
}
.tovar__list-item .buttons .btn-white svg {
  width: 3rem;
  margin-left: 3rem;
}
.tovar__list-item:last-child {
  margin-right: 0;
}

.sklad {
  max-width: 100%;
  height: 100vh;
  background-image: url(/wp-content/themes/brunnen/src/img/sklad.jpg);
  background-size: cover;
  background-position: right;
}
@media (max-width: 1024px) {
  .sklad {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/wp-content/themes/brunnen/src/img/sklad.jpg);
    background-size: cover;
    background-position: right;
  }
}
.sklad__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 162rem;
  margin: 0 auto;
}
.sklad__content h2 {
  margin-bottom: 5rem;
}
.sklad__content p {
  margin-bottom: 3rem;
}
.sklad__content .btn {
  width: 26.2rem;
  height: 6rem;
}

.plus h2 {
  margin-bottom: 5rem;
}
.plus__table-strok {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 0.1rem solid #FFFFFF;
  border-bottom: 0.1rem solid #FFFFFF;
  height: 6rem;
}
.plus__table-strok-one {
  width: 50rem;
}
.plus__table-strok-list {
  display: flex;
  gap: 6rem;
  margin-right: 10.6rem;
}
@media (max-width: 1024px) {
  .plus__table-strok-list {
    gap: 5rem;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .plus__table-strok-list {
    gap: 1rem;
  }
}
.plus__table-strok-list-item {
  width: 17.6rem;
  display: flex;
  justify-content: center;
}
.plus__table-strok-list-item:last-child h3{
	color: #00E3F0;	
}
@media (max-width: 1024px) {
  .plus__table-strok-list-item {
    width: 3.6rem;
  }
}
@media (max-width: 480px) {
  .plus__table-strok-list-item {
    width: 3rem;
  }
}
.plus__table-strok-list-item img, .plus__table-strok-list-item svg {
  width: 3rem;
  height: 3rem;
}
.plus__table-strok-list-item p {
  margin-left: 1rem;
}
.plus__description {
  margin-top: 5rem;
    margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .plus__description {
    margin-top: 3rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.plus__description-item {
  display: flex;
  align-items: center;
}
.plus__description-item img, .plus__description-item svg {
  width: 3rem;
  margin-right: 0.5rem;
}

.zaglushka-img {
  margin-top: 20rem;
  width: 100%;
  height: 100vh;
}

.review__title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 5rem;
}
@media (max-width: 1024px) {
  .review__title {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .review__title h2 {
    margin-bottom: 5rem;
  }
}
.review__title-tab {
  display: flex;
  gap: 10rem;
}
@media (max-width: 480px) {
  .review__title-tab {
    gap: 3rem;
  }
}
.review__title-tab h3 {
  padding: 0 0 1rem 0;
}
@media (max-width: 480px) {
  .review__title-tab h3 {
    font-size: 1.4rem;
  }
}
.review__title-tab .active {
  border-bottom: 0.2rem solid #00E3F0;
}
.review__list {
  display: none;
  overflow: hidden;
  position: relative;
}
.review__list .slick-list .slick-track {
  display: flex;
}
.review__list.special-list .slick-list {
  width: 100% !important;
}
.review__list.special-list .slick-list .slick-track {
  width: 100% !important;
  display: flex;
}
.review__list.special-list .slick-list .slick-track .slick-slide {
  width: 100% !important;
}
.review__list-item {
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .review__list-item {
    flex-wrap: wrap;
  }
}
.review__list-item-left {
  max-width: 65.8rem;
  height: auto;
}
@media (max-width: 1024px) {
  .review__list-item-left {
    max-width: 100%;
  }
}
.review__list-item-left-top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 3rem;
}
.review__list-item-left-top p {
  margin-left: 3rem;
}
.review__list-item-right {
  overflow: hidden;
  width: 93.5rem;
}
@media (max-width: 1024px) {
  .review__list-item-right {
    max-width: 100%;
	  padding-bottom: 5rem;
  }
}
.review__list-item-right .photo__slider {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.review__list-item-right .photo__slider .slick-list .slick-track {
  display: flex;
}
.review__list-item-right .photo__slider .slick-dots {
  display: flex;
  justify-content: center;
  gap: 1rem;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  cursor: pointer;
}
.review__list-item-right .photo__slider .slick-dots button {
  height: 1rem;
  content: "";
  background: #FFFFFF;
  border: 0;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0);
  width: 1rem;
}
.review__list-item-right .photo__slider .slick-dots .slick-active button {
  height: 1rem;
  content: "";
  background: #00C2CB;
  border: 0;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0);
  width: 1rem;
}
.review__list-item-right.vertical {
  width: 49rem;
}
.review__list .arrow-left {
  top: 94%;
  cursor: pointer;
  z-index: 1000;
}

.review__list .arrow-right {
  top: 94%;
  left: 7%;
  cursor: pointer;
  z-index: 1000;
}
.review__list .arrow-right:hover path{
	fill: #00E3F0!important;
}
.review__list .arrow-left:hover path{
	fill: #00E3F0!important;
}
.arrow-right:hover path{
	cursor: pointer;
	fill: #00E3F0!important;
}
.arrow-left:hover path{
	cursor: pointer;
	fill: #00E3F0!important;
}
@media (max-width: 1450px) {
  .review__list .arrow-left, .review__list .arrow-right {
    top: 92%;
  }
}
@media (max-width: 480px) {
  .review__list .arrow-left {
    top: 93%;
    right: 0;
  }
}
@media (max-width: 480px) {
  .review__list .arrow-right {
    top: 93%;
    left: 90%;
    right: 0;
  }
	.review__list-item-left p {
    	margin-bottom: 2rem;
		font-size: 1.4rem!important;
	}
	.review__list-item-left .text {
		-webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
    	margin-bottom: 2rem;
		font-size: 1.4rem!important;
	}
	.review__list-item-left-top p{
		margin-bottom: 0;
	}
	.review__list-item-left-top img{
		width: 15rem;
	}
	.review__list-item-right iframe{
		height: 30rem;	
	}
}
.review__list.active {
  display: block;
}

.partners {
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .partners {
    padding: 0;
  }
}
.partners__list {
  position: relative;
}
.partners__list .slick-list {
  width: 100%;
}
.partners__list .slick-list .slick-track {
  display: flex !important;
}
.partners__list .slick-dots {
  display: flex;
  justify-content: center;
  gap: 1rem;
  position: absolute;
  bottom: 5rem;
  right:8%;
  cursor: pointer;
}
.partners__list .slick-dots button {
  height: 1rem;
  content: "";
  background: #FFFFFF;
  border: 0;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0);
  width: 1rem;
}
.partners__list .slick-dots .slick-active button {
  height: 1rem;
  content: "";
  background: #00C2CB;
  border: 0;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0);
  width: 1rem;
}
.partners__list-item {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.partners__list-item.photo-one {
  background: linear-gradient(89.77deg, rgba(0, 0, 0, 0.2) 46.02%, rgba(0, 0, 0, 0) 78.36%), url(/wp-content/themes/brunnen/src/img/brunnen_design.png);
  background-size: cover;
}
@media (max-width: 1024px) {
  .partners__list-item.photo-one {
    background-position: center;
  }
}
@media (max-width: 480px) {
  .partners__list-item.photo-one {
    background: linear-gradient(89.77deg, rgba(0, 0, 0, 0.2) 46.02%, rgba(0, 0, 0, 0) 78.36%), url(/wp-content/themes/brunnen/src/img/brunnen_design\ \(2\).png);
    background-position: right;
    background-size: cover;
  }
}
.partners__list-item.photo-two {
  background: linear-gradient(89.77deg, rgba(0, 0, 0, 0.2) 46.02%, rgba(0, 0, 0, 0) 78.36%), url(/wp-content/themes/brunnen/src/img/brunnen_mario.png);
  background-size: cover;
}
@media (max-width: 1024px) {
  .partners__list-item.photo-two {
    background-position: center;
  }
}
@media (max-width: 480px) {
  .partners__list-item.photo-two {
    background: linear-gradient(89.77deg, rgba(0, 0, 0, 0.2) 46.02%, rgba(0, 0, 0, 0) 78.36%), url(/wp-content/themes/brunnen/src/img/brunnen_mario\ \(1\).png);
    background-position: right;
    background-size: cover;
  }
}
.partners__list-item.photo-three {
  background: linear-gradient(89.77deg, rgba(0, 0, 0, 0.2) 46.02%, rgba(0, 0, 0, 0) 78.36%), url(/wp-content/themes/brunnen/src/img/partners.png);
  background-size: cover;
}
@media (max-width: 1024px) {
  .partners__list-item.photo-three {
    background-position: center;
  }
}
@media (max-width: 480px) {
  .partners__list-item.photo-three {
    background: linear-gradient(89.77deg, rgba(0, 0, 0, 0.2) 46.02%, rgba(0, 0, 0, 0) 78.36%), url(/wp-content/themes/brunnen/src/img/brunnen_market.png);
    background-position: right;
    background-size: cover;
  }
}
.partners__list-item .content-list {
  width: 162rem;
  margin: auto;
}
@media (max-width: 1024px) {
  .partners__list-item .content-list {
    margin: auto 7rem 12rem;
  }
}
@media (max-width: 480px) {
  .partners__list-item .content-list {
    margin: auto;
    padding: 0 5rem;
    width: 100%;
  }
}
.partners__list-item h1 {
  margin-bottom: 3rem;
}
.partners__list-item-text {
  max-width: 79.5rem;
}
@media (max-width: 1024px) {
  .partners__list-item-text {
    max-width: 72.5rem;
  }
}
@media (max-width: 480px) {
  .partners__list-item-text {
    max-width: 43rem;
  }
}
.partners__list-item .img {
  width: 162rem;
  margin: 0 auto;
  text-align: right;
}
@media (max-width: 1024px) {
  .partners__list-item .img {
    width: 100%;
    padding: 0 7rem;
  }
}
.partners__list-item .img img {
  padding-bottom: 8rem;
}
.partners__list-item .btn {
  margin-top: 3rem;
  width: 28rem;
  height: 6rem;
}

.rabota {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .rabota {
    flex-direction: column;
  }
}
.rabota__left {
  max-width: 72rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.rabota h2 {
  margin-bottom: 5rem;
}
.rabota ul {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 120%;
  color: #FFFFFF;
  list-style: inside;
}
@media (max-width: 480px) {
  .rabota ul {
    font-size: 1.4rem;
  }
}
.rabota p {
  margin-bottom: 3rem;
}
.rabota .title {
  margin-bottom: 2rem;
}
.rabota img {
  width: 79.5rem;
}
@media (max-width: 1024px) {
  .rabota img {
    width: 100%;
    margin-top: 5rem;
  }
}
.rabota .btn {
  width: 35rem;
  height: 6rem;
}

.form {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .form {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1024px) {
  .form.index {
    flex-direction: column;
  }
}
.form.index form input:nth-child(2) {
  margin-bottom: 0;
}
.form h2 {
  margin-bottom: 5rem;
}
.form video {
  width: 79.5rem;
	    height: 100%;
    width: 79.5rem;
    object-fit: cover;
    object-position: left;
}
@media (max-width: 1024px) {
  .form video {
    width: 100%;
	  height: auto;
    margin-top: 5rem;
  }
}
@media (max-width: 480px) {
  .form video {
    margin-top: -1rem;
  }
}
.form p {
  margin-bottom: 3rem;
}
.form form {
  width: 66rem;
}
@media (max-width: 1024px) {
  .form form {
    width: 100%;
  }
}
.form form p {
  margin: 0;
	display: block;
}
.form form span {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  color: #FFFFFF;
  margin: 0;
}
.form form input {
  width: 100%;
  height: 6rem;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 120%;
  color: #FFFFFF;
  border: 0.2rem solid #FFFFFF;
  border-radius: 5rem;
  background-color: rgba(0, 0, 0, 0);
  padding: 0 0 0 2.9rem;
  margin-bottom: 2rem;
}
.form__left img{
	width: 79.5rem;
}
.wpcf7-spinner{
	display: none!important;
}
.form form input.btn {
	border: 0.2rem solid #00E3F0;
  padding: 0;
  margin-bottom: 0;
  margin-top: 3rem;
  width: 33.6rem;
  height: 6rem;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 480px) {
  .form form input.btn {
    width: 100%;
  }
}
.form form .select {
  width: 100%;
  height: 6rem;
  position: relative;
}
.form form .new-select {
  border: 0.2rem solid #00E3F0;
  height: 6rem;
  border-radius: 5rem;
  background-color: rgba(0, 0, 0, 0);
  padding: 0 0 0 2.9rem;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 120%;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
}
.form form .select{
	margin-bottom: 2rem;
}
.form form .new-select__list {
  position: absolute;
  top: 6rem;
  left: 0;
  border-radius: 5rem;
  border: 0.2rem solid #00E3F0;
  cursor: pointer;
  width: 100%;
  z-index: 2;
  background: #2E2E2E;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.form form .new-select__list.on {
  display: block;
}
.form form .new-select__item span {
  display: block;
  padding: 2rem 3rem 2rem 3rem;
  margin: 0;
}
.form form .new-select__item span:hover {
  color: #00E3F0;
}
.form form .new-select:after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 0.7rem;
  position: absolute;
  right: 3rem;
  top: 2.5rem;
  background: url("/wp-content/themes/brunnen/src/img/Vector 1.svg") no-repeat right center/contain;
  opacity: 0.6;
  transition: all 0.27s ease-in-out;
  transform: rotate(0deg);
}
.form form .new-select.on:after {
  transform: rotate(180deg);
}
.form form .social {
  display: flex;
  margin-bottom: 5rem;
}
.form form .social__item {
  display: flex;
  margin-right: 5rem;
}
@media (max-width: 480px) {
  .form form .social__item {
    margin-right: 2rem;
  }
}
.form form .social__item:last-child {
  margin-right: 0;
}
.form form .social__item input {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 1.5rem 0 0;
}
.form form .document {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.form form .document.bottom {
  margin-bottom: 5rem;
}
.form form .document input {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 1.5rem 0 0;
}
.form form .document-text {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 120%;
  color: #FFFFFF;
}
.text-social{
	margin-bottom: 3rem!important;
}

.obrash {
  max-width: 100%;
  height: 100vh;
  background-image: url(/wp-content/themes/brunnen/src/img/service.png);
  background-size: cover;
  background-position: right;
}
@media (max-width: 1024px) {
  .obrash {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/wp-content/themes/brunnen/src/img/service.png);
    background-size: cover;
    background-position: right;
  }
}
.obrash__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 162rem;
  margin: 0 auto;
}
.obrash__content h2 {
  margin-bottom: 5rem;
}
.obrash__content p {
  margin-bottom: 3rem;
}
.obrash__content .btn {
  width: 26.2rem;
  height: 6rem;
}

.garant {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .garant {
    flex-direction: column;
  }
}
.garant__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.garant h2 {
  margin-bottom: 5rem;
}
.garant p {
  margin-bottom: 3rem;
  max-width: 79.5rem;
}
.garant img {
  width: 79.5rem;
}
@media (max-width: 1024px) {
  .garant img {
    width: 100%;
    margin-top: 5rem;
  }
}
.garant .btn {
      width: 30rem;
    height: 6rem;
    padding: 0 2rem;
}
@media(max-width: 480px){
	.garant .btn {
      width: 24rem;
    height: 6rem;
    padding: 0 2rem;
}
}

.zapchasti h2 {
  margin-bottom: 5rem;
}
@media (max-width: 480px) {
  .zapchasti__table h3 {
    font-size: 1.8rem;
  }
}
.zapchasti__table-strok {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 0.1rem solid #FFFFFF;
  border-bottom: 0.1rem solid #FFFFFF;
  height: 6rem;
}
.zapchasti__table-strok-one {
  width: 50rem;
}
@media (max-width: 480px) {
  .zapchasti__table-strok-one {
    width: 26rem;
  }
}
.zapchasti__table-strok-list {
  display: flex;
  gap: 27rem;
  margin-right: 10.6rem;
}
@media (max-width: 1024px) {
  .zapchasti__table-strok-list {
    gap: 10rem;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .zapchasti__table-strok-list {
    gap: 1rem;
    margin-right: 0;
  }
}
.zapchasti__table-strok-list-item {
  width: 27.6rem;
  display: flex;
}
@media (max-width: 1024px) {
  .zapchasti__table-strok-list-item {
    width: 13.2rem;
  }
}
@media (max-width: 480px) {
  .zapchasti__table-strok-list-item {
    width: 7.7rem;
  }
}
.zapchasti__table-strok-list-item img {
  width: 3rem;
  height: 3rem;
}
.zapchasti__table-strok-list-item p {
  margin-left: 1rem;
}
.zapchasti__table .btn {
  height: 6rem;
  width: 45.2rem;
  margin-top: 5rem;
}
@media (max-width: 480px) {
  .zapchasti__table .btn {
    width: 37rem;
  }
}
.zapchasti__table .no-show {
  display: none;
}

.strany h2 {
  margin-bottom: 5rem;
}
.strany__content svg {
  width: 100%;
}
@media (max-width: 1024px) {
  .strany__content svg {
    display: none;
  }
}
.strany__content img.plansh {
  display: none;
}
@media (max-width: 1024px) {
  .strany__content img.plansh {
    display: block;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .strany__content img.plansh {
    display: none;
  }
}
.strany__content img.tel {
  display: none;
}
@media (max-width: 480px) {
  .strany__content img.tel {
    display: block;
    width: 100%;
  }
}
.strany__content path {
  transition: 0.3s ease;
  z-index: -1;
}
.strany__content path.russia:hover {
  cursor: pointer;
  stroke: #00E3F0;
  box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.25);
}
.strany__content path.kazahstan:hover {
  cursor: pointer;
  stroke: #00E3F0;
  box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.25);
  transform: scale(1.02);
  transform-origin: 43% 72%;
}
.strany__content path.belarus:hover {
  cursor: pointer;
  stroke: #00E3F0;
  box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.25);
  transform: scale(1.02);
  transform-origin: -18% 78%;
}
.strany__content path.kyrgistan:hover {
  cursor: pointer;
  stroke: #00E3F0;
  box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.25);
  transform: scale(1.02);
  transform-origin: 28% 60%;
}
.strany__content path.armenia:hover {
  cursor: pointer;
  stroke: #00E3F0;
  box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.25);
  transform: scale(1.02);
  transform-origin: 0% 78%;
}

.comfort {
  display: flex;
}
@media (max-width: 1024px) {
  .comfort {
    flex-wrap: wrap;
  }
}
.comfort h3 {
  margin-bottom: 5rem;
}
.comfort__left-item {
  margin-bottom: 3rem;
  display: flex;
}
.comfort__left-item svg {
  width: 3rem!important;
}
.comfort__left-item img {
  width: 3rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.comfort__left-item .text {
  margin-left: 2rem;
}
.comfort__left-item .text p {
  margin-bottom: 1rem;
}
.comfort__left-item .text p:last-child {
  margin-bottom: 0;
}
.comfort__left-item:last-child {
  margin-bottom: 0;
}
.comfort__right {
  margin-left: 10rem;
}
@media (max-width: 1024px) {
  .comfort__right {
    margin-left: 0rem;
    margin-top: 5rem;
  }
}
.comfort__right-item {
  margin-bottom: 3rem;
  display: flex;
}
.comfort__right-item svg {
  width: 3rem;
}
.comfort__right-item img {
  width: 3rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.comfort__right-item .text {
  margin-left: 2rem;
}
@media(max-width: 480px){
	.comfort__right-item .text {
  width: 30rem;
}
}
.comfort__right-item .text p {
  margin-bottom: 1rem;
}
.comfort__right-item .text p:last-child {
  margin-bottom: 0;
}
.comfort__right-item:last-child {
  margin-bottom: 0;
}

.upravlenie h2 {
  margin-bottom: 10rem;
}
@media (max-width: 1024px) {
  .upravlenie h2 {
    margin-bottom: 5rem;
  }
}
@media (max-width: 480px) {
  .upravlenie h2 {
    margin-bottom: 3rem;
  }
}
@media (max-width: 1024px) {
  .upravlenie.gorizont {
    overflow: scroll;
  }
}
.upravlenie.gorizont img {
  max-width: 100%;
  width: 162rem;
}
@media (max-width: 1024px) {
  .upravlenie.gorizont img {
    max-width: 162rem;
  }
}
@media (max-width: 480px) {
  .upravlenie.gorizont img {
    width: 80rem;
  }
}
.upravlenie img {
  max-width: 118.3rem;
  display: flex;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .upravlenie img {
    width: 100%;
  }
}

.chasha {
  position: relative;
}
.chasha h2 {
  margin-bottom: 10rem;
}
@media (max-width: 480px) {
  .chasha h2 {
    margin-bottom: 3rem;
  }
}
.chasha__svg {
  position: relative;
}
.chasha svg {
  width: 100%;
  height: 108rem;
  position: relative;
}
.chasha svg .blur.active {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  fill: rgba(80, 80, 80, 0.2);
  -webkit-backdrop-filter: blur(0.75rem);
          backdrop-filter: blur(0.75rem);
}
.chasha svg .forsunka, .chasha svg .smiv, .chasha svg .chasha-svg, .chasha svg .dust, .chasha svg .belosnezhka {
  cursor: pointer;
  z-index: 10000;
}
@media (max-width: 1024px) {
  .chasha svg {
    height: 100%;
  }
}
@media(max-width: 480px){
	.chasha__svg.mob{
    background-image: url(/wp-content/themes/brunnen/src/img/product/chashaa.png);
    background-position: center;
    background-size: cover;
}
}
.chasha svg.blur {
  -webkit-backdrop-filter: blur(0.75rem);
          backdrop-filter: blur(0.75rem);
}
.chasha .forsunka-item {
  display: none;
  position: absolute;
  top: 30%;
  left: 40%;
}
.chasha .forsunka-item h3, .chasha .forsunka-item p {
  color: #2E2E2E;
}
.chasha .forsunka-item h3 {
  margin: 3rem 0 1rem;
}
.chasha .forsunka-item img {
  width: 30rem;
}
.chasha .forsunka-item.active {
  display: block;
}
.chasha .smiv-item {
  display: none;
  position: absolute;
  top: 42%;
  left: 40%;
}
.chasha .smiv-item h3, .chasha .smiv-item p {
  color: #2E2E2E;
}
.chasha .smiv-item h3 {
  margin: 3rem 0 1rem;
}
.chasha .smiv-item img {
  width: 30rem;
}
.chasha .smiv-item.active {
  display: block;
}
.chasha .chasha-svg-item {
  display: none;
  position: absolute;
  top: 35%;
  right: 26%;
  flex-direction: column;
  align-items: flex-end;
}
.chasha .chasha-svg-item h3, .chasha .chasha-svg-item p {
  color: #2E2E2E;
}
.chasha .chasha-svg-item h3 {
  margin: 0rem 0 1rem;
}
.chasha .chasha-svg-item p {
  margin-bottom: 3rem;
}
.chasha .chasha-svg-item img {
  width: 30rem;
}
.chasha .chasha-svg-item.active {
  display: flex;
}
.chasha .dust-item {
  display: none;
  position: absolute;
  top: 48%;
  right: 11%;
}
.chasha .dust-item h3, .chasha .dust-item p {
  color: #2E2E2E;
}
.chasha .dust-item h3 {
  margin: 0rem 0 1rem;
}
.chasha .dust-item p {
  margin-bottom: 3rem;
}
.chasha .dust-item img {
  width: 30rem;
}
.chasha .dust-item.active {
  display: block;
}
.chasha .belosnezhka-item {
  display: none;
  position: absolute;
  top: 48%;
  left: 27%;
}
.chasha .belosnezhka-item h3, .chasha .belosnezhka-item p {
  color: #2E2E2E;
}
.chasha .belosnezhka-item h3 {
  margin: 0rem 0 1rem;
}
.chasha .belosnezhka-item p {
  margin-bottom: 3rem;
}
.chasha .belosnezhka-item img {
  width: 30rem;
}
.chasha .belosnezhka-item.active {
  display: block;
}
@media(max-width: 480px){
	.chasha .forsunka-item.active{
    	position: absolute;
    	top: 28%;
    	left: 25%;
	}
	.chasha .smiv-item.active {
		position: absolute;
    	top: 41%;
    	left: 25%;
	}
	.chasha .chasha-svg-item.active {
		position: absolute;
    	top: 43%;
    	left: 25%;
	}
	.chasha .belosnezhka-item.active {
        position: absolute;
    top: 23%;
    left: 21%;
    width: 27rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: end;
}
	.chasha .dust-item.active {
    display: none;
    position: absolute;
    top: 39%;
    right: 24%;
    width: 26rem;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
    text-align: end;
}
	.chasha .forsunka-item img, .chasha .smiv-item img, .chasha .chasha-svg-item img, .chasha .dust-item img, .chasha .belosnezhka-item img {
    	width: 20rem;
	}
	.chasha .forsunka-item h3, .chasha .smiv-item h3, .chasha .chasha-svg-item h3, .chasha .dust-item h3, .chasha .belosnezhka-item h3 {
    	margin: 1rem 0 1rem;
    	font-size: 1.4rem;
	}
	.chasha .forsunka-item p, .chasha .smiv-item p {
    	color: #2E2E2E;
    	width: 26rem;
	}
	.chasha .chasha-svg-item p {
    	color: #2E2E2E;
    	width: 26rem;
	}
	.chasha .chasha-svg-item p, .chasha .dust-item p, .chasha .belosnezhka-item p {
		margin-bottom: 1rem;
	}
	.chasha .forsunka-item p br, .chasha .smiv-item p br, .chasha .chasha-svg-item p br, .chasha .dust-item p br {
		display: none;
	}
	.chasha .chasha-svg-item.active {
    align-items: flex-start;
}
}

.sxema {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .sxema {
    flex-wrap: wrap;
  }
}
.sxema__left {
  width: 65.7rem;
}
@media (max-width: 1024px) {
  .sxema__left {
    width: 100%;
  }
}
.sxema__left .btn {
  width: 100%;
  height: 6rem;
  margin-top: 5rem;
}
@media (max-width: 1024px) {
  .sxema__left .btn {
    width: 22rem;
  }
}
.sxema__left .table__strok {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 0.1rem solid #FFFFFF;
}
.sxema__left .table__strok-right {
  width: 32rem;
}
@media (max-width: 480px) {
  .sxema__left .table__strok-right {
    width: 19rem;
  }
}
.sxema__left .table__strok:first-child {
  padding: 0 0 1rem 0;
}
@media (max-width: 480px) {
  .sxema__left .table h3 {
    font-size: 1.8rem;
  }
}
.sxema__right {
  max-width: 93.3rem;
}
@media (max-width: 1024px) {
  .sxema__right {
    margin-top: 5rem;
  }
}
.sxema__right svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .sxema__right svg {
    height: 100%;
  }
}

.youtube{
	max-width: 162rem;
	margin: 20rem auto 0;
}

.youtube iframe {
  width: 100% !important;
  height: 100vh !important;
}
@media (max-width: 1024px) {
  .youtube {
    margin-top: 15rem;
    height: 66rem !important;
  }
	.youtube iframe {
    height: 100% !important;
}
}
@media (max-width: 480px) {
  .youtube {
    margin-top: 6rem;
    height: 26rem !important;
  }
}

.haracter h2 {
  margin-bottom: 5rem;
}
.haracter__table-strok {
  display: flex;
  justify-content: space-between;
  border-top: 0.1rem solid #FFFFFF;
  border-bottom: 0.1rem solid #FFFFFF;
}
@media (max-width: 480px) {
  .haracter__table-strok {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.haracter__table-strok-left h3 {
  padding: 1rem 0;
}
@media (max-width: 480px) {
  .haracter__table-strok-left h3 {
    font-weight: 600;
  }
}
.haracter__table-strok-right h3 {
  width: 101.4rem;
  padding: 1rem 0;
  border-bottom: 0.1rem solid #FFFFFF;
}
@media (max-width: 1024px) {
  .haracter__table-strok-right h3 {
    width: 48rem;
  }
}
@media (max-width: 480px) {
  .haracter__table-strok-right h3 {
    width: 100%;
  }
}
.haracter__table-strok-right h3:last-child {
  border-bottom: 0 solid #FFFFFF;
}
@media (max-width: 1024px) {
  .haracter__table h3 {
    font-size: 1.8rem;
  }
}

.menu {
  margin: 0;
  padding: 5rem;
  height: 100vh;
  max-width: 53.3rem;
  position: fixed;
  z-index: 10000;
  top: 0;
  transition: 0.6s ease;
  left: -140%;
  background-image: url(/wp-content/themes/brunnen/src/img/menu-img.png);
	background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu.active {
  transition: 0.6s ease;
  left: 0;
}
.menu__list {
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.menu__list-item {
  margin-bottom: 3rem;
}
.menu__list-item a {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 120%;
  color: #FFFFFF;
	border-bottom: 0.2rem solid #00E3F000;
}
.menu__list-item a:hover{
	border-bottom: 0.2rem solid #00E3F0;
}
@media (max-width: 480px) {
  .menu__list-item {
    margin-bottom: 2rem;
  }
}
.menu__list-item:last-child {
  margin-bottom: 0;
}
.menu__about {
  z-index: 1;
}
.menu__about p {
  margin-bottom: 1rem;
}
.menu__about p:last-child {
  margin-bottom: 0;
}
.menu__blur {
  background: rgba(80, 80, 80, 0.1);
  -webkit-backdrop-filter: blur(1.5rem);
          backdrop-filter: blur(1.5rem);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup {
	z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(80, 80, 80, 0.1);
  -webkit-backdrop-filter: blur(1.5rem);
          backdrop-filter: blur(1.5rem);
  display: none;
  align-items: center;
  justify-content: center;
}
.popup.active {
  display: flex;
}



.popup1 {
	z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(80, 80, 80, 0.1);
  -webkit-backdrop-filter: blur(1.5rem);
          backdrop-filter: blur(1.5rem);
  display: none;
  align-items: center;
  justify-content: center;
}
.popup1.active {
  display: flex;
}

.popup2 {
	z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(80, 80, 80, 0.1);
  -webkit-backdrop-filter: blur(1.5rem);
          backdrop-filter: blur(1.5rem);
  display: none;
  align-items: center;
  justify-content: center;
}
.popup2.active {
  display: flex;
}

.popup3 {
	z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(80, 80, 80, 0.1);
  -webkit-backdrop-filter: blur(1.5rem);
          backdrop-filter: blur(1.5rem);
  display: none;
  align-items: center;
  justify-content: center;
}
.popup3.active {
  display: flex;
}

.popup4 {
	z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(80, 80, 80, 0.1);
  -webkit-backdrop-filter: blur(1.5rem);
          backdrop-filter: blur(1.5rem);
  display: none;
  align-items: center;
  justify-content: center;
}
.popup4.active {
  display: flex;
}

.popup5 {
	z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(80, 80, 80, 0.1);
  -webkit-backdrop-filter: blur(1.5rem);
          backdrop-filter: blur(1.5rem);
  display: none;
  align-items: center;
  justify-content: center;
}
.popup5.active {
  display: flex;
}

.popup6 {
	z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(80, 80, 80, 0.1);
  -webkit-backdrop-filter: blur(1.5rem);
          backdrop-filter: blur(1.5rem);
  display: none;
  align-items: center;
  justify-content: center;
}
.popup6.active {
  display: flex;
}

.popup7 {
	z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(80, 80, 80, 0.1);
  -webkit-backdrop-filter: blur(1.5rem);
          backdrop-filter: blur(1.5rem);
  display: none;
  align-items: center;
  justify-content: center;
}
.popup7.active {
  display: flex;
}


.popup8 {
	z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(80, 80, 80, 0.1);
  -webkit-backdrop-filter: blur(1.5rem);
          backdrop-filter: blur(1.5rem);
  display: none;
  align-items: center;
  justify-content: center;
}
.popup8.active {
  display: flex;
}
.popup__content {
  z-index: 1;
  width: 52rem;
  background: #464646;
  padding: 5rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popup__content .close {
  cursor: pointer;
}
.popup__content .title {
  margin-bottom: 5rem;
  display: flex;
  align-items: center;
}
.popup__content .title svg {
  width: 5rem;
}
.popup__content form {
  width: 44rem;
  margin-bottom: 2rem;
}
.popup__content form p{
  display: flex;
    flex-direction: column;
}
.popup__content form input {
  background-color: rgba(255, 255, 255, 0);
  padding: 2rem 3rem;
  border: 0.2rem solid #FFFFFF;
  border-radius: 5rem;
  width: 100%;
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  margin-bottom: 0rem;
}
.popup__content form input.btn {
  margin: 5rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 0.2rem solid #00E3F0;
  background-color: rgba(255, 255, 255, 0);
}
.popup__content .subtitle {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popup__content .subtitle p {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 120%;
  text-align: center;
}
.popup__content .subtitle a {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 120%;
  text-align: center;
  color: #00E3F0;
}
.popup__fon {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wpcf7-not-valid-tip {
	font-size: 1.4rem;
    margin: 1rem;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #00E3F0;
	font-size: 1.4rem;
}
@media(max-width: 480px){
	.popup__content form input.btn {
  margin: 1rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 0.2rem solid #00E3F0;
  background-color: rgba(255, 255, 255, 0);
}
	.popup__content {
    z-index: 1;
    width: 100%;
    background: #464646;
    padding: 3rem 2rem;
    display: flex;
    margin: 0 2.5rem;
    flex-direction: column;
    align-items: center;
}
	.popup__content form {
    width: 100%;
    margin-bottom: 0rem;
}
	.popup h3{
    font-family: "Century Gothic";
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 120%;
    letter-spacing: 0.025em;
    color: #FFFFFF;
	}
	.popup__content form input {
  font-size: 1.4rem;
  margin-bottom: -0.5rem;
}
}
.no-scroll {
  overflow: hidden !important;
}

.arrow-left {
  position: absolute;
  top: 105%;
  left: 0;
  width: 5rem;
	z-index: 1;
}

.arrow-right {
  position: absolute;
  top: 105%;
  right: 0;
  width: 5rem;
	z-index: 1;
}
.partners .arrow-right, .partners .arrow-left, .about .arrow-right, .about .arrow-left {
	top: 45%;
}
@media(max-width: 480px){
	.arrow-right, .arrow-left{
		top: 45%;
	}
	.form__left{
		display: none;
	}
}
.btn {
  position: relative;
  display: flex;
  overflow: hidden;
  transition: .5s;
}

.btn:hover {
	font-weight: 400;
  background: #03e9f4;
	    background-color: #03e9f4!important;
  color: #fff;
  border-radius: 5rem;
/*   box-shadow: 0 0 0.5rem #03e9f4,
              0 0 2.5rem #03e9f4,
              0 0 0.5rem #03e9f4,
              0 0 1rem #03e9f4; */
}
.popup__content form input.btn {
    padding: 2rem 9rem 2rem 3rem;
}
.btn-arrow{
	position: relative;
}
@media(max-width: 480px){
	    
.btn-arrow{
	margin: 3rem 0;
}
}
.arrow{
	position: absolute;
    top: 2.8rem;
    right: 14rem;
    width: 3.1rem;
}
/* @media(max-width: 480px){
	.arrow {
    position: absolute;
    top: 2.5rem;
    right: 12rem;
    width: 3.1rem;
} */
}
@media(max-width: 370px){
	.arrow {
    position: absolute;
    top: 2.5rem;
    right: 11rem;
    width: 3.1rem;
}
}
@media(max-width: 350px){
	.arrow {
    position: absolute;
    top: 2.5rem;
    right: 9rem;
    width: 3.1rem;
}
}
.wpcf7-list-item-label{
	display: none;
}

.checkbox.style-d {
  display: inline-block;
  position: relative;
  padding-left: 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox.style-d input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox.style-d input:checked ~ .checkbox__checkmark {
  background-color: #f7cb1500;
    border: 0.2rem solid #00E3F0;
    border-radius: 5rem;
	display: flex;
    align-items: center;
    justify-content: center;
}
.checkbox.style-d input:checked ~ .checkbox__checkmark:after {
  opacity: 1;
}
.checkbox.style-d:hover input ~ .checkbox__checkmark {
  background-color: #eee0;
	 border: 0.2rem solid #00E3F0;
	display: flex;
    align-items: center;
    justify-content: center;
}
.checkbox.style-d:hover input:checked ~ .checkbox__checkmark {
  	background-color: #f7cb1500;
    border: 0.2rem solid #00E3F0;
    border-radius: 5rem;
	display: flex;
    align-items: center;
    justify-content: center;
}
.checkbox.style-d:hover input ~ .checkbox__body {
  	background-color: #f7cb1500;
    border: 0.2rem solid #00E3F0;
    border-radius: 5rem;
}
.checkbox.style-d .checkbox__checkmark {
  	position: absolute;
  	top: 0.1rem;
 	left: 0;
  	height: 2.1rem;
  	width: 2.1rem;
  	background-color: #eeeeee00;
	border: 0.2rem solid #fff;
  	transition: background-color 0.25s ease;
  	border-radius: 1.1rem;
	display: flex;
    align-items: center;
    justify-content: center;
}
.checkbox.style-d .checkbox__checkmark:after {
    content: "";
/*     position: absolute;
    left: 0.3rem;
    top: 0.3rem; */
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
    border: solid #FFF;
    background: #fff;
    opacity: 0;
    transition: opacity 0.25s ease;
}
.checkbox.style-d .checkbox__body {
  color: #333;
  line-height: 1.4;
  font-size: 1.6rem;
  transition: color 0.25s ease;
}
.social__item.checkbox.style-d .checkbox__checkmark{
	    left: -3.2rem;
}
.wpcf7-list-item label{
	display: flex;
}
.privacy{
	margin: 0 auto;
	padding-top: 25rem;
}
@media(max-width: 1024px){
	.privacy{
	padding-top: 17rem;
}
	.privacy h1{
	font-size: 3rem;
}
}
@media(max-width: 480px){
	.privacy{
	padding-top: 12rem;
}
}
.privacy h1{
	margin-bottom: 2rem;
}
.privacy .text p{
	display: block;
	margin-bottom: 1.5rem;
}
.privacy .text p:last-child{
	margin-bottom: 0rem;
}
@media(max-width: 480px){
	.obrash__content p br, .delive__right p br {
		display: none;
	}
	.rabota__left-bottom{
		margin-top: 2rem;
	}
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	font-size: 1.4rem;
}
.nevidimka{
	opacity: 0;
	position: absolute;
}

	.arrow {
		top: 7.6rem;
		right: 15.5rem;
	}
	
	@media (max-width: 480px) {
		.arrow {
			top: 3.6rem !important;
        	right: 12.5rem !important;
		}
		
		.mobvid {
			flex-direction: column;
		}
		
		.mobvid video {
			width: 100%;
		}
    }

.tovar__title.title {
	-webkit-line-clamp: 4 !important;
	flex: 1 1 auto;
}

.tovar__list-inner a {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

	@media (min-width: 900px) {
		.tovar__title.title {
			min-height: 127px;
		}
    }

.social__item.checkbox.style-d .checkbox__checkmark {
    left: 0rem;
}

.checkbox__checkmark._active:after {
	opacity: 1 !important;
}

.wpcf7-form-control-wrap[data-name="checkbox-106"] .wpcf7-list-item{
  display: block;
      margin-bottom: 30px;
}

.wpcf7-form-control-wrap[data-name="checkbox-106"] .wpcf7-list-item-label {
  display: block !important;
  padding-left: 30px;
}
.wpcf7-form-control-wrap[data-name="checkbox-106"] .wpcf7-list-item label{
  position: relative;
  cursor: pointer;
}

.wpcf7-form-control-wrap[data-name="checkbox-106"] .wpcf7-list-item label input{
  display: none;
}
.wpcf7-form-control-wrap[data-name="checkbox-106"] .wpcf7-list-item label:after{
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  border: solid #FFF;
  background: #fff;
  opacity: 0;
  transition: opacity 0.25s ease;
  left: 0;
    left: 5px;
    position: absolute;
    top: 7px;
}
.wpcf7-form-control-wrap[data-name="checkbox-106"] .wpcf7-list-item label:before{
    position: absolute;
    top: 0px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #eeeeee00;
    border: 2px solid #fff;
    transition: background-color 0.25s ease;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "";
}

.wpcf7-form-control-wrap[data-name="checkbox-106"] .wpcf7-list-item label:has(:checked):after{
  opacity: 1;
}

@media (min-width: 900px) {
  .wpcf7-form-control-wrap[data-name="checkbox-106"] .wpcf7-list-item-label
  {
    font-size: 1.8rem;
  }

  .wpcf7-form-control-wrap[data-name="checkbox-106"] .wpcf7-list-item label:after{
    top:5px;
  }
}

@media(max-width: 480px){
  .wpcf7-form-control-wrap[data-name="checkbox-106"] .wpcf7-list-item-label
  {
    font-size: 1.4rem;
  }

  .wpcf7-form-control-wrap[data-name="checkbox-106"] .wpcf7-list-item label:before{
        height: 14px;
    width: 14px;
    border-width: 1px;
    top:0;
  }
  .wpcf7-form-control-wrap[data-name="checkbox-106"] .wpcf7-list-item label:after{
    width: 4px;
    height: 4px;
    top: 3px;
    left:3px;
  }
}