@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;
  }
}
header {
  width: 100%;
  z-index: 1000;
  position: relative;
  transition: all 0.3s ease;
}

.out {
  transform: translateY(-100%);
}

.header__top {
  padding: 10px 0;
  background: #F6F9FE;
}
.header__top .general-conteiner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header__top-conteiner-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header__logo-mobile {
  display: none;
}

.header__burger-meny {
  display: none;
}

.header__mobide-add-ads {
  display: none;
}

.header__ul {
  display: flex;
  margin-bottom: unset !important;
  padding-left: unset;
}
.header__ul li {
  font-weight: 500;
  margin: 0 8px;
  line-height: 18.5px;
}
.header__ul li a {
  color: #05182E;
  transition: all ease 0.3s;
  white-space: nowrap;
  font-size: 14px;
}
.header__ul li a:hover {
  color: #1565C0;
  transition: all ease 0.3s;
  text-decoration: none;
}

.header__like {
  margin: 0 8px;
  width: 24px;
  display: block;
}

.iconsvg {
  display: block;
  font-size: 0;
}
.iconsvg svg {
  width: 100%;
}
.iconsvg svg path {
  transition: all ease 0.3s;
}
.iconsvg svg:hover path {
  fill: #1565C0;
  transition: all ease 0.3s;
}

.header__personal-acc {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 8px;
  position: relative;
}
.header__personal-acc__link {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header__personal-acc:hover .header__personal-acc__dropdown {
  height: 200px;
  visibility: visible;
}
.header__personal-acc__dropdown {
  height: 0;
  visibility: hidden;
  overflow: hidden;
  width: 150px;
  min-width: 100%;
  padding-top: 6px;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
  transition: height 0.3s linear;
}
.header__personal-acc__dropdown__list {
  padding: 12px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(59, 59, 72, 0.1);
  border: 1px solid rgba(59, 59, 72, 0.1);
}
.header__personal-acc__dropdown__list li {
  cursor: pointer;
  border-bottom: 1px solid rgba(59, 59, 72, 0.1);
}
.header__personal-acc__dropdown__list li:last-child {
  border-bottom: none;
}
.header__personal-acc__dropdown__list li button {
  padding: 11.5px 22px;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  background: #fff;
  font-weight: 500;
  color: #1565C0;
  border: solid 1px #1565C0;
  border-radius: 3px;
  transition: all ease 0.3s;
  border: none;
  padding: unset;
  background: unset;
  transition: unset;
}
.header__personal-acc__dropdown__list li a, .header__personal-acc__dropdown__list li button {
  color: #03254B;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
}
.header__personal-acc__dropdown__list li a:hover, .header__personal-acc__dropdown__list li button:hover {
  color: #1565C0;
}
.header__personal-acc span {
  width: 24px;
  display: block;
  font-size: 0;
}
.header__personal-acc p {
  font-weight: 500;
  color: #05182E;
  padding-left: 5px;
  transition: all ease 0.3s;
  line-height: 20px;
}
.header__personal-acc:hover p {
  color: #0D417B;
  transition: all ease 0.3s;
}
.header__personal-acc:hover span path {
  fill: #1565C0;
  transition: all ease 0.3s;
}

.header__select-langs {
  margin-left: 20px;
  position: relative;
  display: flex;
  align-items: center;
}
.header__select-langs a {
  padding-left: 4px;
  font-size: 12px;
  color: rgb(59, 59, 72);
}
.header__select-langs a.selected-lang {
  color: #1565C0;
}
.header__select-langs a:first-child {
  padding-right: 4px;
  border-right: 1px solid rgb(59, 59, 72);
  line-height: 14px;
}

.header__select-list {
  margin-left: 22px;
  position: relative;
}
.header__select-list span {
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
}
.header__select-list span:before {
  width: 16px;
  height: 16px;
  position: absolute;
  content: "";
  background: url("/assets/front/img/_src/ar_more.png") no-repeat;
  background-size: cover;
  background-position: center;
  right: -18px;
}
.header__select-list ul {
  position: absolute;
  background: #F6F9FE;
  width: 100%;
  display: none;
}
.header__select-list ul li {
  font-size: 14px;
  width: 100%;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3px;
}
.header__select-list ul li a {
  color: #324153;
}
.header__select-list ul li:hover a {
  color: #1565C0;
}

.header__bottom {
  box-shadow: 0px 4px 10px rgba(59, 59, 72, 0.1);
  background: #fff;
  padding: 14px 0;
}
.header__bottom .general-conteiner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 110px;
  height: 39px;
}
.header__logo img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 100%;
  display: block;
}

.btn1 {
  padding: 11.5px 22px;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  background: #fff;
  font-weight: 500;
  color: #1565C0;
  border: solid 1px #1565C0;
  border-radius: 3px;
  transition: all ease 0.3s;
}
.btn1.active {
  background: #1565C0;
  color: #fff;
}
.btn1:hover {
  background: #0D417B;
  color: #fff;
  transition: all ease 0.3s;
}

.header__mobile-nav {
  display: none;
}

@media only screen and (max-width: 1320px) {
  .general-conteiner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .advanced-search-container {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 1120px) {
  .header__ul {
    padding-left: 0px;
  }
  .header__ul li {
    margin: 0 12px;
  }
  .header__logo-mobile {
    display: block;
    width: 90px;
  }
  .header__logo-mobile svg, .header__logo-mobile img {
    width: 100%;
    display: block;
  }
  .header__personal-acc {
    margin-left: 0px;
  }
  .header__top .header__select-langs {
    display: none;
  }
  .header__top .header__select-list {
    display: none;
  }
  .header__top .header__personal-acc {
    transition: all ease 0.3s;
    margin-left: 15px;
  }
  .header__top .header__personal-acc p {
    display: none;
  }
  .header__top .header__personal-acc span {
    width: 26px;
  }
  .header__top .general-conteiner {
    justify-content: space-between;
  }
  .header__top .header__ul {
    display: none;
  }
  .header__top .header__like {
    width: 26px;
    margin: 0;
    margin-left: 15px;
    transition: all ease 0.3s;
  }
  .header__bottom {
    display: none;
  }
  .header__burger-meny {
    display: block;
    width: 28px;
    height: 28px;
    position: relative;
    margin-left: 20px;
  }
  .burger-meny {
    height: 2px;
    background: #05182E;
    position: absolute;
    transition: all ease 0.3s;
  }
  .burger-meny__el1 {
    width: 28px;
    right: 0;
    top: 5px;
  }
  .burger-meny__el2 {
    width: 24px;
    right: 0;
    top: 13px;
    background: #1565C0;
  }
  .burger-meny__el3 {
    width: 20px;
    right: 0;
    bottom: 5px;
  }
  .actic-mob-nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .actic-mob-nav .burger-meny__el1 {
    top: auto;
    right: auto;
    transform: rotate(45deg);
  }
  .actic-mob-nav .burger-meny__el2 {
    opacity: 0;
  }
  .actic-mob-nav .burger-meny__el3 {
    right: auto;
    bottom: auto;
    width: 28px;
    transform: rotate(-45deg);
  }
  .header__mobide-add-ads {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 100px;
    background: #1565C0;
    margin-left: 20px;
    transition: all ease 0.3s;
  }
  .header__mobide-add-ads img {
    width: 12px;
    height: 12px;
    display: block;
  }
  header {
    height: 65px;
    background: #F6F9FE;
  }
  .header__mobile-nav {
    width: 100%;
    background: #EBF5FF;
    height: calc(100% - 50px);
    position: fixed;
    top: 50px;
    z-index: 10000;
    left: 0;
    display: none;
    padding: 30px 0;
    overflow-y: auto;
  }
  .header__mobile-nav .general-conteiner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .mobile-nav__acount-lant {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-nav__lang-conteiner {
    display: flex;
  }
  .mobile-nav__lang-conteiner a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #05182E;
    margin-left: 30px;
  }
  .mobile-nav__lang-conteiner .activ-lang-mob {
    color: #0D417B;
  }
  .header__nav-mobile {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-top: 20px;
  }
  .header__nav-mobile .header__ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: all ease 0.3s;
    margin: unset !important;
  }
  .header__nav-mobile .header__ul li a {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
  }
  .header__nav-mobile:last-child {
    padding-top: 0;
  }
  .header__nav-mobile:last-child .header__ul li a {
    font-size: 14px;
    color: rgb(118, 138, 158);
  }
  .header__nav-mobile hr {
    margin: 20px 0;
  }
  .add-ads__mobile {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 60px;
  }
  .add-ads__mobile .btn1 {
    background: #1565C0;
    color: #fff;
  }
  .header_contacts {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    width: 100%;
    margin: 20px 12px 0;
  }
  .header_contacts .social-media__list {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: unset !important;
  }
  .header_contacts .social-media__list__item a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: unset;
  }
  .header_contacts .social-media__list__item a svg {
    display: block;
    width: 28px;
  }
  .header_contacts .social-media__list__item:first-child a {
    background: transparent;
  }
  .header_contacts .social-media__list__item:first-child a svg {
    display: block;
    width: 28px;
    height: 28px;
  }
  .header_contacts p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: rgb(118, 138, 158);
  }
  .header__top {
    height: 100%;
    padding: 10px;
    background: rgb(246, 249, 254);
    transition: all ease 0.5s;
    box-shadow: 0px 4px 10px 0px rgba(59, 59, 72, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header__top .general-conteiner, .header__top .container {
    width: 100%;
  }
  .hide-header-element {
    background: #0D417B;
    transition: all ease 0.5s;
  }
  .hide-header-element .header__ul {
    opacity: 0;
    transition: all ease 0.3s;
  }
  .hide-header-element .header__like {
    opacity: 0;
    transition: all ease 0.3s;
  }
  .hide-header-element .header__personal-acc {
    opacity: 0;
    transition: all ease 0.3s;
  }
  .hide-header-element .header__mobide-add-ads {
    opacity: 0;
    transition: all ease 0.3s;
  }
  .hide-header-element .header__logo-mobile svg path {
    fill: #fff;
  }
  .hide-header-element .header__logo-mobile img {
    filter: invert(1);
  }
  .hide-header-element .burger-meny {
    background: #fff;
  }
}
@media only screen and (max-width: 450px) {
  .header__mobile-nav .footer__contacts a p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 400px) {
  .header_contacts {
    flex-wrap: wrap;
  }
  .add-ads__mobile {
    margin-top: 30px;
  }
}
