@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: auto !important;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "<<";
}

[dir=rtl] .slick-prev:before {
  content: ">>";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: ">>";
}

[dir=rtl] .slick-next:before {
  content: "<<";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 40px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.advantages-popup__conteiner {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -100;
  opacity: 0;
  transition: all ease 0.2s;
}

.popupConteinerActive {
  z-index: 9999;
  opacity: 1;
}

.advantages-popap {
  position: absolute;
  background: #fff;
  border-radius: 20px;
  width: 600px;
  padding: 40px;
  font-family: "Montserrat", sans-serif;
  color: #333;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transform: scale(0.4);
  opacity: 0;
  transition: 0.25s;
}

.popupOpen {
  transform: scale(1);
  opacity: 1;
  z-index: 111;
}

.advantages-popup__close-element {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 15px;
  top: 15px;
  cursor: pointer;
  background: url("https://i.ibb.co/x21fyFk/close-icg.png") no-repeat;
  background-size: cover;
  background-position: center;
  transition: all ease 0.3s;
}

.advantages-popup__close-element:hover {
  transform: scale(1.1);
  transition: all ease 0.3s;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

li {
  list-style-type: none;
}

button {
  cursor: pointer;
  outline: 0 none !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.w-100 {
  width: 100% !important;
  max-width: 100% !important;
}

.slick-slide img:focus {
  outline: none !important;
}

.slick-slide:focus {
  outline: none !important;
}

.towar-box-sec5 a {
  outline: none !important;
}

.slick-slide {
  outline: none !important;
}

.slick-slide p {
  outline: none !important;
}

.slick-slide a {
  outline: none !important;
}

.slick-slide div {
  outline: none !important;
}

.slick-track {
  outline: none !important;
}

input {
  outline: 0 none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "SF Pro Display", sans-serif;
}

button {
  font-family: "SF Pro Display", sans-serif;
}

select {
  cursor: pointer;
  outline: 0 none !important;
  font-family: "SF Pro Display", sans-serif;
}

textarea {
  outline: 0 none !important;
  font-family: "SF Pro Display", sans-serif;
}

body {
  background: #fff;
  font-family: "SF Pro Display", sans-serif;
}

@media screen and (max-width: 992px) {
  body {
    background: #F6F9FE;
  }
}
p {
  font-size: 14px;
  color: #05182E;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "SF Pro Display", sans-serif;
}

.content {
  overflow: hidden;
  min-height: 100vh;
}

.general-conteiner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

.general-conteiner-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.general-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000 !important;
}

.general-subtitle {
  padding: 8px 0;
  line-height: 1.5;
  padding-right: 450px;
  width: 100%;
  border-top: 1px solid #EEF2F7;
  border-bottom: 1px solid #EEF2F7;
  font-size: 12px;
}

::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 5px;
  height: 0px;
}

::-webkit-scrollbar-track {
  background-color: #ecedee;
}

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #4e4e4e;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #4e4e4e;
}

::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 8px;
  height: 0px;
}

::-webkit-scrollbar {
  width: 8px;
}

@media only screen and (max-width: 600px) {
  .general-conteiner-header .btn1.mobile_link {
    padding: unset;
    border: unset;
    background: transparent;
  }
  .general-title {
    font-size: 18px;
    margin-bottom: unset;
    text-align: center;
  }
  p {
    font-size: 14px;
  }
}
.content {
  position: relative;
  z-index: unset;
  visibility: visible;
}

.general-content {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.vertical-banner {
  position: sticky;
  top: 0;
  width: calc((100% - 1040px) / 2);
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}
.vertical-banner img {
  display: block;
  height: 100vh;
  width: -moz-fit-content;
  width: fit-content;
  -o-object-fit: fill;
     object-fit: fill;
  position: relative;
  top: 0;
  zoom: 1.3;
}
.vertical-banner.left img {
  left: 100%;
  transform: translateX(-50%);
}
.vertical-banner.right img {
  right: 0;
  transform: translateX(-50%);
}

.content-wrap {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.content-wrap .content-wrapper {
  flex: 1;
  width: 100%;
  max-width: 1040px;
  padding: 0 10px;
  padding-top: 10px;
}
.content-wrap .slogan-content {
  position: sticky;
  top: 0;
  width: calc((100% - 1040px) / 2);
  height: 100vh;
  overflow: hidden;
  z-index: 10;
}
.content-wrap .slogan-content img {
  display: block;
  height: 100vh;
  width: -moz-fit-content;
  width: fit-content;
  -o-object-fit: fill;
     object-fit: fill;
  position: relative;
  top: 0;
}
.content-wrap .slogan-content.left img {
  left: 100%;
  transform: translateX(-50%);
}
.content-wrap .slogan-content.right img {
  right: 0;
  transform: translateX(-50%);
}

.catalog-no-result {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog-no-result svg {
  width: 350px;
  height: 350px;
}

@media (max-width: 600px) {
  .content-wrap .slogan-content {
    display: none;
  }
  .content-wrap .content-wrapper {
    padding: unset;
  }
  .catalog-no-result svg {
    width: 200px;
    height: 200px;
  }
}
.footer__top {
  background: #F6F9FE;
  padding: 30px 0;
}
.footer__top .general-conteiner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer__logo {
  display: block;
  width: 90px;
}
.footer__logo img {
  width: 100%;
  display: block;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  padding-left: unset;
}
.footer-socials a {
  display: block;
  width: 24px;
  height: 24px;
}
.footer-socials a svg {
  display: block;
  width: 100%;
  height: 100%;
}

.footer__text {
  display: none;
  font-size: 12px;
  font-weight: 400;
  width: calc(100% - 120px);
}

.footer__contacts a {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.footer__contacts a span {
  width: 16px;
  display: block;
}
.footer__contacts a span svg {
  width: 100%;
  display: block;
}
.footer__contacts a p {
  font-size: 14px;
  padding-left: 10px;
  color: #324153;
}

.footer__bottom {
  padding: 14px 0;
  background: #fff;
}
.footer__bottom .general-conteiner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__bottom .general-conteiner a {
  font-size: 14px;
  color: rgb(118, 138, 158);
}
.footer__bottom p:first-child {
  flex: 1;
  white-space: nowrap;
  padding-right: 30px;
}
.footer__bottom__text {
  font-size: 13px;
}
.footer__bottom__text:first-child {
  max-width: 390px;
}

@media only screen and (max-width: 1170px) {
  footer .header__nav .header__ul:first-child {
    display: none;
  }
  .footer__top {
    padding: 15px 10px;
  }
  .footer__text {
    display: block;
  }
  .footer__bottom {
    padding: 14px 10px 150px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-socials {
    width: 100%;
  }
  .footer__text {
    order: -1;
  }
  footer .header__nav .header__ul:first-child {
    display: none;
  }
  footer .header__nav {
    width: 100%;
    order: -2;
  }
  footer .header__nav .header__ul {
    justify-content: flex-start;
    flex-direction: column;
  }
  footer .header__nav .header__ul li {
    margin: unset;
  }
  .footer__logo {
    width: 70px;
    display: none;
  }
  .footer__top .general-conteiner {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }
  footer .footer__contacts {
    width: 100%;
    padding-top: unset;
  }
  footer .footer__contacts a {
    justify-content: flex-start;
    width: 100%;
  }
  .footer__top {
    border-top: 2px solid #EEF2F7;
  }
  .footer__bottom .general-conteiner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__bottom .general-conteiner p {
    width: 100%;
    margin-bottom: 10px;
    padding-right: unset;
    font-size: 12px;
    white-space: unset;
  }
}
