@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*, *::before, *::after {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.entry-content, .post, .page {
  margin: 0;
}
body * {
  font-family: "Montserrat", sans-serif;
}
body.hidden {
  overflow: hidden;
}

:focus {
  outline: none;
}

button {
  cursor: pointer;
}

a {
  padding: 0;
  margin: 0;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site {
	padding-right: 0 !important;
}
body::-webkit-scrollbar, .pum-overlay::-webkit-scrollbar {
  background-color: #eeeeee;
  width: 8px;
}

body::-webkit-scrollbar-track, .pum-overlay::-webkit-scrollbar-track {
  background-color: #eeeeee;
}

body::-webkit-scrollbar-thumb, .pum-overlay::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, right top, from(#202020), to(#202020));
  background: linear-gradient(90deg, #202020 0%, #202020 100%);
  border-radius: 16px;
  border: 1px solid #eeeeee;
}

body::-webkit-scrollbar-button, .pum-overlay::-webkit-scrollbar-button {
  display: none;
}
.container {
  max-width: 1440px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

/* header */
.header__burgir {
  display: none;
}
.header {
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 110px;
  background: #0C0C0C;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  transition: all .3s ease;
  overflow: hidden;
}
.header__logo img {
  width: 215px;
}
.header__box {
  display: flex;
  align-items: center;
}
.header__right {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header__navbar {
  margin-right: 130px;
}
.header__navbar ul {
  display: flex;
}
.header__navbar li {
  margin-right: 70px;
}
.header__navbar li:last-child {
  margin-right: 0;
}
.header__navbar li a {
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #FFFFFF;
  transition: all .2s ease;
}
.header__navbar li a:hover {
  color: #E2B98F;
}
.header.fixed {
  min-height: 80px;
  position: fixed;
  background: var(--White-30, rgba(12, 12, 12, 0.8));
  backdrop-filter: blur(5.125rem);
}
.header__soc {
  width: 120px;
  display: flex;
  flex-wrap: wrap;
}
.header__soc p {
  width: 120px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #969696;
  margin-bottom: 8px;
}
.header__soc p span {
  width: 6px;
  height: 6px;
  background: #38E968;
  border-radius: 50%;
  margin-right: 5px;
}
.header__soc a {
  transition: all .3s ease;
}
.header__soc a:hover {
  background: transparent;
}
.header__soc .telegram, .header__soc .whatsapp {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__soc .telegram {
  background: #039BE5;
  margin-right: 14px;
}
.header__soc .whatsapp {
  background: #29A71A;
}
.header__phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 70px;
}
.header__phone p {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #969696;
  margin-bottom: 5px;
}
.header__phone a {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
  transition: all .2s ease;
}
.header__phone a:hover {
  color: #E2B98F;
}

html {
  margin-top: 0 !important;
}
main {
  padding-top: 110px;
}
.crumbs span {
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #616161;
}
.crumbs a {
  color: #fff;
  transition: all .2s ease;
}
.crumbs.black span {
  color: #B0B0B0;
}
.crumbs.black a {
  color: #0c0c0c;
}
.crumbs a:hover {
  color: #E2B98F;
}

/* banner-main */
.banner-main {
  position: relative;
}
.banner-main::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 50%);
  backdrop-filter: blur(2px);
}
h1 span {
  font-weight: 600;
}
.main-btn button, .main-btn a {
  border-radius: 100px;
  background: #E2B98F !important;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #4E4E4E !important;
  padding: 20px 40px;
  transition: all .3s ease;
}
.main-btn button, .main-btn a:hover {
  background: #E2B07D !important;
  color: #fff !important;
  transform: translateY(-2px);
}

.product-item {
  position: relative;
  transition: all .3s ease;
  cursor: pointer;
  box-shadow: 0 0 5px #dbdbdb;
}
.product-item:hover {
  box-shadow: 0 0 5px #2D2D2D;
  transform: translateY(-4px);
}
.product-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(12, 12, 12, 0) 50%, #0C0C0C 100%);
}

/* catalog */
.catalog .blog-post .post-title {
	min-height: 48px;
	max-height: 48px;
	padding: 0 16px;
	overflow: hidden;
}
.catalog__filter .wpr-button {
	display: flex;
	align-items: center;
	min-height: 44px;
}
.catalog__filter .active .wpr-button {
	background-color: #E2B98F !important;
	border-color: #E2B98F !important;
}
.catalog__filter .wpr-button svg {
	height: auto !important;
}
.catalog .blog-post .post-thumbnail a,
.catalog .blog-post .post-title a {
	pointer-events: none;
}

/* footer */
.footer {
  border-top: 1px solid #dddddd;
}
.footer .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer__logo img {
  width: 330px;
}
.footer__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__right {
  display: flex;
  align-items: flex-end;
}
.footer__right p {
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #0c0c0c;
  margin-right: 14px;
}

.contact-form .wpr-form-fields-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact-form .wpr-form-field-type-text, .contact-form .wpr-form-field-type-number {
  width: calc(50% - 10px) !important;
  padding: 0 !important;
  margin-bottom: 20px !important;
}
.contact-form .wpr-form-field-type-text input, .contact-form .wpr-form-field-type-number input {
  width: 100%;
  height: 64px;
  border-radius: 100px !important;
  background: #F5F4F4 !important;
  border: 0;
  padding: 0 30px !important;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #0C0C0C;
}
.contact-form .wpr-form-field-type-text input::placeholder, .contact-form .wpr-form-field-type-number input::placeholder {
  color: #BCBCBC;
}
.contact-form .wpr-form-field-type-checkbox {
  display: flex;
  flex-direction: row;
  width: calc(100% - 220px) !important;
  order: 1;
}
.contact-form .wpr-form-field-type-checkbox .wpr-form-field-label {
  padding-left: 40px;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #0C0C0C !important;
}
.contact-form.contact-page .wpr-form-field-type-checkbox .wpr-form-field-label {
  color: #fff !important;
}
.contact-form .wpr-form-field-type-checkbox .wpr-field-sub-group {
  margin-top: -44px;
}
.contact-form .wpr-form-field-type-checkbox .wpr-field-sub-group label::before {
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #0c0c0c !important;
  border-radius: 5px;
}
.contact-form .wpr-stp-btns-wrap {
  width: 200px !important;
}
.contact-form .wpr-stp-btns-wrap button {
  border-radius: 100px;
  background: #E2B98F !important;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #4E4E4E !important;
  padding: 20px 40px;
  transition: all .3s ease;
  border: 0;
}
.contact-form .wpr-stp-btns-wrap button:hover {
  background: #E2B07D !important;
  color: #fff !important;
  transform: translateY(-2px);
}
.header__burgir {
  display: none;
}
@media screen and (max-width: 1166px) {
  .header {
    align-items: flex-start;
    padding-top: 38px;
    transition: all .3s ease;
  }
  .header.open, .header.fixed.open {
    min-height: 100vh;
  }
  .header__right {
    position: absolute;
    left: 0;
    top: 110px;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 20px;
  }
  .header__phone {
    margin-left: 0;
    align-items: flex-start;
  }
  .header__navbar {
    margin-bottom: 40px;
  }
  .header__soc {
    margin-bottom: 24px;
  }
  .header__navbar ul {
    flex-direction: column;
  }
  .header__navbar li {
    margin-bottom: 12px;
    margin-right: 0;
  }
  .footer__logo img {
    width: 250px;
  }
  .contact-form .wpr-form-field-type-text, .contact-form .wpr-form-field-type-number {
    width: 100% !important;
  }
  .contact-form .wpr-form-field-type-checkbox {
    width: 100% !important;
    order: 0;
    margin-bottom: 20px !important;
  }
  .contact-form .wpr-stp-btns-wrap {
    width: 100% !important;
  }
  .header__burgir {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-left: auto;
    border: 0;
    background: transparent;
    padding: 0;
  }
  .header__burgir span {
    display: block;
    min-width: 100%;
    width: 100%;
    min-height: 3px;
    height: 3px;
    border-radius: 3px;
    background: #fff;
    transition: all .3s ease;
    margin: 3px 0;
  }
  .header__burgir.active span:nth-child(2) {
    opacity: 0;
  }
  .header__burgir.active span:nth-child(1) {
    transform: translateY(9px);
  }
  .header__burgir.active span:nth-child(3) {
    transform: translateY(-9px);
  }
  
  .header__burgir.rotate span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .header__burgir.rotate span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 18px;
  }
  .header__right {
    top: 70px;
  }
  .container {
    padding: 0 10px;
  }
  .contact-form .wpr-form-field-type-text input, .contact-form .wpr-form-field-type-number input {
    height: 48px;
  }
  .main-btn button, .main-btn a, .contact-form .wpr-stp-btns-wrap button {
    font-size: 14px;
    padding: 16px 32px;
  }
  .header {
    min-height: 70px;
  }
  .header.fixed {
    min-height: 70px;
  }
  main {
    padding-top: 70px;
  }
  .header__logo img {
    width: 160px;
  }
  .banner-check {
    display: flex;
    /* flex-direction: row; */
    gap: 0 !important;
  }
  .banner-check > div {
    gap: 10px;
    width: 50% !important;
  }
  .banner-check > div img {
    width: 24px !important;
  }
  .banner-check > div:last-child {
    margin-top: 24px;
    width: 60% !important;
  }
  .footer .container {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .footer__logo img {
    width: 160px;
  }
  .footer__right {
    flex-direction: column;
  }
  .footer__right p {
    font-weight: 500;
    font-size: 8px;
    margin-right: 0;
    text-align: end;
    transform: translateY(11px);
  }
  .footer__right img {
    width: 110px;
    margin-top: -11px;
  }
}