@import url('https://fonts.googleapis.com/css2?family=Philosopher&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url("https://fonts.googleapis.com/css?family=Chivo:900");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page {
  height: 100%;
}

.page-body {
  margin: 0;
  background: #ffffff;
  color: #ffffff;
  min-height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: -webkit-min-content 1fr -webkit-min-content;
  -ms-grid-rows: min-content 1fr min-content;
  grid-template-rows: -webkit-min-content 1fr -webkit-min-content;
  grid-template-rows: min-content 1fr min-content;
}

.wrapper {
  /* max-width: 1650px; */
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-header {
  width: 100%;
  height: 120px;
}

.fixed-header {
  width: 100%;
  padding: 0 3%;
  background: #ffffff;
  position: fixed;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-top {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logotype {
  width: 100%;
  max-width: 250px;
}

.container_forHeard {
  margin-top: 3ch;
}

.header-text {
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 0;

  color: #212d74be;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.row_2 {
  margin-top: 2%;
  padding-left: 0
}

.telephone {
  text-align: center;
}

.main-nav {
  padding: 0 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.main-nav__toggle {
  display: none;
  outline: none !important;
  width: 30px;
  height: 30px;
  background-image: url(../img/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.menu__closed {
  background-image: url(../img/burger.svg);
}

.main-nav li {
  padding: 0 8px;
  margin-bottom: 5px;
}

.main-nav li a {
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-decoration: none;
  color: #212d74be;
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}

.main-text-about {
  margin: 2% 0% 0 0%;
  font-weight: lighter;

}

.text-about {
  margin: 1% 13% 1% 13%;
  color: #212d74be;
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-align: justify;
}

.text-about-str {
  margin: 1% 13% 1% 13%;
  color: #212d74be;
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
}

.main-nav li:hover a,
.main-nav li:active a {
  color: #3244e9be;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  text-decoration: underline;
}

.main-nav li:before a {
  color: #3244e9be;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  text-decoration: underline;
}

.main-content {
  width: 100%;
  margin-bottom: 0%;
}

.conteiner-logotype {
  width: 100%;
  background: #000000;
}

.footer-line {
  border-width: 1.5px;
  color: #656466be;
}

.footer-container {
  width: 100%;
}

.textFooter {
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #0e2188be
}

.footer-menu ul li {
  display: inline-block;
}

.footer-menu ul li a {
  color: #656466be;
  font-size: 1.2rem;
  text-decoration: none;
}

.footer-menu ul li a:hover {
  color: #a99db1be;
}

p.copy-right {
  font-size: 1em;
}

p.copy-right a {
  color: #0e2188be;
  text-decoration: none;
}

p.copy-right a:hover {
  color: #25221C;
}

.start1 {
  margin-top: 4%;
  margin-left: -1%;
  width: 70%;
}

.pet {
  margin-top: 70%;
  margin-left: 15%;
}

.start2 {
  margin-top: 7%;
  margin-left: 3%;
  width: 70%;
}

.photo_slider_css.start1 {
  width: 90%;
}

.photo_slider_css.start22 {
  width: 90%;
}

.photo_slider_css.start33 {
  width: 90%;
}

.photo_slider_css.start44 {
  width: 85%;
}

.start3 {
  margin-top: 7%;
  margin-left: 0%;
  width: 70%;
}

.start4 {
  margin-top: -10%;
  margin-left: 0%;
  width: 60%;
}

.photo_slider_css {
  position: absolute;
  -webkit-animation: round 28s infinite;
  animation: round 28s infinite;
  opacity: 0;
  width: 100%
}

@-webkit-keyframes round {
  25% {
    opacity: 1
  }

  40% {
    opacity: 0
  }
}

@keyframes round {
  25% {
    opacity: 1
  }

  40% {
    opacity: 0
  }
}

img:nth-child(1) {
  -webkit-animation-delay: 21s;
  animation-delay: 21s
}

img:nth-child(2) {
  -webkit-animation-delay: 14s;
  animation-delay: 14s
}

img:nth-child(3) {
  -webkit-animation-delay: 7s;
  animation-delay: 7s
}

img:nth-child(4) {
  -webkit-animation-delay: 0;
  animation-delay: 0
}

/* .textHeader {
  position: relative;
  overflow: hidden;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 2%;
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  color: #0e2188be;
  background: #EDF6EC;
  padding: 2%;
} */
.textHeader {
  position: relative;
  overflow: hidden;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  /* margin-top: 2%; */
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #0e2188be;
  background: #c3c8da;
  padding: 2%;
}

.textHeader>span {
  display: inline-block;
  margin: 0 .4em;
}

.textHeader>span::before,
.textHeader>span::after {
  content: '';
  position: absolute;
  width: 100%;
  border-top: 2px solid #656466be;
  margin-top: .6em;
}

.textHeader>span:before {
  margin-left: -102%;
}

.textHeader>span:after {
  margin-left: 2%;
}


.telephone-text {
  text-align: center;
  font-size: 14px;
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #3a3a3abe;
}

.map-responsive {
  margin: 3% 5% 0 5%;
  overflow: hidden;
  /* padding-bottom: 40%; */
  position: relative;
  height: 450px;
}

.map-responsive iframe {

  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.main-text {
  color: #3a3a3abe;
  font-size: 17px;
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
}

.ant-carousel-heading {
  margin: 0 0 20px 0;
  text-align: center;
}

.osnastka-container {
  margin-top: 3%;
}

.mb-4,
.my-4 {
  margin-bottom: 0.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 0.5rem !important;
}

.img1 {
  width: 6%;
}

.img2 {
  width: 6%;
}

.img3 {
  width: 10%;
}

.img4 {
  width: 7%;
}

.img5 {
  width: 10%;
}

.main-footer {
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #fff;
}

.footer-logos img {
  max-width: 60px;
}

.footer-logos img+img {
  margin-left: 10px;
}

.sl_ctr,
.sl_ctr1,
.sl_ctr2,
.sl_ctr3,
.sl_ctr4,
.sl_ctr6,
.sl_ctr5,
.sl_ctr7,
.sl_ctr8,
.sl_ctr9,
.sl_ctr10 {
  position: relative;
  width: 600px;
  height: 450px;
  overflow: hidden;
}

.sldr,
.sldr1,
.sldr2,
.sldr3,
.sldr4,
.sldr6,
.sldr5,
.sldr7,
.sldr8,
.sldr9,
.sldr10 {
  position: relative;
  width: 10000px;
  height: 300px;
}

.sldr img,
.sldr1 img,
.sldr2 img,
.sldr3 img,
.sldr4 img,
.sldr6 img,
.sldr5 img,
.sldr7 img,
.sldr8 img,
.sldr9 img,
.sldr10 img {
  float: left;
}

.prv_b,
.prv_b1,
.prv_b2,
.prv_b3,
.prv_b4,
.prv_b6,
.prv_b5,
.prv_b7,
.prv_b8,
.prv_b9,
.prv_b10,
.nxt_b,
.nxt_b1,
.nxt_b2,
.nxt_b3,
.nxt_b4,
.nxt_b6,
.nxt_b5,
.nxt_b7,
.nxt_b8,
.nxt_b9,
.nxt_b10 {
  position: absolute;
  top: 180px;
  display: block;
  height: 15px;
  cursor: pointer;
}

.prv_b :hover,
.prv_b1 :hover,
.prv_b2:hover,
.prv_b3:hover,
.prv_b4:hover,
.prv_b6:hover,
.prv_b5:hover,
.prv_b7:hover,
.prv_b8:hover,
.prv_b9:hover,
.prv_b10:hover,
.nxt_b :hover,
.nxt_b1 :hover,
.nxt_b2:hover,
.nxt_b3:hover,
.nxt_b4:hover,
.nxt_b6:hover,
.nxt_b5:hover,
.nxt_b7:hover,
.nxt_b8:hover,
.nxt_b9:hover,
.nxt_b10:hover {
  opacity: .6;
}

.prv_b,
.prv_b1,
.prv_b2,
.prv_b3,
.prv_b4,
.prv_b6,
.prv_b5,
.prv_b7,
.prv_b8,
.prv_b9,
.prv_b10 {
  left: 10px;
}

.nxt_b,
.nxt_b1,
.nxt_b2,
.nxt_b3,
.nxt_b4,
.nxt_b6,
.nxt_b5,
.nxt_b7,
.nxt_b8,
.nxt_b9,
.nxt_b10 {
  right: 10px;
}

.slaider-container,
.slaider-container1,
.slaider-container2,
.slaider-container3,
.slaider-container4,
.slaider-container6,
.slaider-container5,
.slaider-container7,
.slaider-container8,
.slaider-container9,
.slaider-container10 {
  margin-top: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%
}

.container111 {
  position: relative;
  text-align: center;

}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.top-left {
  position: absolute;
  margin-top: -34%;
  left: -19%;
}

/* Top right text */
.top-right {
  position: absolute;
  margin-top: -34%;
  right: -16%;
}

.top-right1 {
  position: absolute;
  margin-top: -34%;
  right: -16%;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slider {
  width: 100%;
  min-height: 600px;
  position: relative;
}

.slider-item {
  min-height: 600px;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0 5%;
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  -o-transition: opacity 2s ease;
  transition: opacity 2s ease;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image__wrap {
  width: 55%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: center;
}

.pat__wrap {
  width: 65%;
}

.warranty__wrap {
  width: 100%;
}

.pat__wrap,
.bottle__wrap {
  background-position-x: 0%;
}

.mainSlide__wrap {
  background-image: url(/img/MainSlide.jpg);
  background-position-x: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pat__wrap {
  background-image: url(/img/slide1.jpg);
}

.glass__wrap {
  background-image: url(/img/slide2.jpg);
  background-position-x: 100%;
}

.bottle__wrap {
  background-image: url(/img/slide3.jpg);
}

.warranty__wrap {
  background-image: url(/img/MainSlide.jpg);
  background-position-x: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-image {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.active-slide {
  opacity: 1;
  -webkit-transition: opacity 2s ease;
  -o-transition: opacity 2s ease;
  transition: opacity 2s ease;
}

.slider-text {
  position: relative;
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 8vw;
  color: #ffffff;
  text-transform: uppercase;
}

.slider-text.pat-text,
.slider-text.bottle-text {
  margin-left: 5%;
}

.slider-text.warranty-text {
  margin-top: 1%;
  font-size: 5.5vw;
  text-align: center;
}

@media screen and (max-width: 1600px) {
  .wrapper {
    /* max-width: 1300px; */
  }

  .main-content {
    margin-top: 2%;
  }

}

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


  .main-content {
    margin-top: 4%;
  }
}

@media screen and (max-width: 1200px) {
  .slider {
    min-height: 400px;
  }

  .slider-item {
    min-height: 400px;
  }

  .sl_ctr1,
  .sl_ctr2,
  .sl_ctr3,
  .sl_ctr4,
  .sl_ctr5,
  .sl_ctr6,
  .sl_ctr7,
  .sl_ctr8,
  .sl_ctr9,
  .sl_ctr10 {
    min-height: 400px
  }

  .main-content {
    margin-top: 5%;
  }
}

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


  .main-content {
    margin-top: 5%;
  }
}

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


  .main-content {
    margin-top: 9%;
  }
}

@media screen and (max-width: 767px) {
  .main-header {
    height: 50px;
  }

  .img1 {
    width: 11%;
  }

  .img2 {
    width: 12%;
  }

  .img3 {
    width: 20%;
  }

  .img4 {
    width: 15%;
  }

  .img5 {
    width: 20%;
  }

  .header-top {
    padding: 15px 0;
  }

  .main-nav {
    width: 100%;
    position: absolute;
    top: 70px;
    background-color: #fff;
    left: 0;
    transform: translateX(0px);
    transition: all .7s ease;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logotype {
    max-width: 160px;
    margin-left: 0px;
  }

  .header-text {
    font-size: 16px;
  }

  .main-nav li {
    margin-bottom: 0;
  }

  .telephone__wrap {
    display: none;
  }

  .textHeader {
    font-size: 20px;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
  }

  .slider {
    min-height: 250px;
  }

  .slider-item {
    min-height: 250px;
    padding: 0 15px;
  }

  .main-content {
    margin-top: 8%;
  }

  .main-nav__toggle {
    padding: 0;
    border: none;
    background-color: transparent;
    display: block;
  }

  .main-nav__closed {
    transform: translateX(770px);
    transition: all .7s ease;
  }
}

@media (max-width: 550px) {

  .page1 {
    margin-top: 12%;
  }

  .img1 {
    width: 11%;
  }

  .img2 {
    width: 12%;
  }

  .img3 {
    width: 20%;
  }

  .img4 {
    width: 15%;
  }

  .img5 {
    width: 20%;
  }
}

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

  .slider {
    min-height: 150px;
  }

  .slider-item {
    min-height: 150px;
    padding: 0 15px;
  }

  .main-header {
    /* Меняем оси шапки, делая её вертикальной. */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    /* Выравнивание элементов шапки с начала (по левому краю). */
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .main-nav {
    top: 60px;
  }

  .main-nav li {
    text-align: center;
  }
}

@media screen and (min-width: 321px) and (max-width: 480px) {
  .container_slider_css {
    width: 80%;
    height: 190px
  }

  .textHeader>span::before,
  .textHeader>span::after {
    content: '';
    position: absolute;
    width: 100%;
    border-top: 0px solid #656466be;
    margin-top: .6em;
  }

  .logotype {
    max-width: 200px;
    margin-left: 0px;
  }

  .main-content {
    margin-top: 3%;
  }

  .p-3 {
    padding: 0%;
  }
}

@media screen and (max-width: 400px) {
  .main-content {
    margin-top: 3%;
  }

  .textHeader>span::before,
  .textHeader>span::after {
    content: '';
    position: absolute;
    width: 100%;
    border-top: 0px solid #656466be;
    margin-top: .6em;
  }

  .page1 {
    margin-top: 23%;
  }

  .main-nav {
    padding: 0;
  }

  .main-nav__closed {
    transform: translateX(410px);
  }

  .logotype {
    max-width: 200px;
    margin-left: 0px;
  }

  .p-3 {
    padding: 0%;
  }
}

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

  .textHeader>span::before,
  .textHeader>span::after {
    content: '';
    position: absolute;
    width: 100%;
    border-top: 0px solid #656466be;
    margin-top: .6em;
  }

  .container_slider_css {
    width: 80%;
    height: 190px
  }

  .slider-item {
    min-height: 220px;
    padding: 0 10px;
  }

  .logotype {
    max-width: 200px;
    margin-left: 0px;
  }

  .p-3 {
    padding: 0%;
  }
}