/*
Theme Name: Jewelry
Theme URI: 
Author: 
Author URI: 
Description:
Version: 1

*/
/*fonts*/
@font-face {
  font-family: 'Manrope';
  src: url("/wp-content/themes/jewelry/fonts/Manrope-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url("/wp-content/themes/jewelry/fonts/Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url("/wp-content/themes/jewelry/fonts/Manrope-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Spectral';
  src: url("/wp-content/themes/jewelry/fonts/Spectral-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*-fonts*/
/*animation*/
@-webkit-keyframes anim-1 {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
  25% {
    -webkit-transform: scale(1.15) translate(10px, 5px);
            transform: scale(1.15) translate(10px, 5px);
  }
  50% {
    -webkit-transform: scale(1.15) translate(10px, -5px);
            transform: scale(1.15) translate(10px, -5px);
  }
  75% {
    -webkit-transform: scale(1.15) translate(-10px, -5px);
            transform: scale(1.15) translate(-10px, -5px);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
}
@keyframes anim-1 {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
  25% {
    -webkit-transform: scale(1.15) translate(10px, 5px);
            transform: scale(1.15) translate(10px, 5px);
  }
  50% {
    -webkit-transform: scale(1.15) translate(10px, -5px);
            transform: scale(1.15) translate(10px, -5px);
  }
  75% {
    -webkit-transform: scale(1.15) translate(-10px, -5px);
            transform: scale(1.15) translate(-10px, -5px);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
}

@-webkit-keyframes anim-2 {
  0% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
}

@keyframes anim-2 {
  0% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
}

@-webkit-keyframes anim-3 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes anim-3 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@-webkit-keyframes anim-4 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes anim-4 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@-webkit-keyframes anim-5 {
  0% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 00%;
  }
}

@keyframes anim-5 {
  0% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 00%;
  }
}

@-webkit-keyframes anim-6 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes anim-6 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

/*-animation*/
/*options*/
*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
  line-height: normal;
  color: #342820;
  margin: 0px;
  padding: 0px;
  background: rgba(192, 153, 91, 0.3);
  overflow: hidden;
}

p {
  width: 100%;
  font-size: 15px;
  line-height: 24px;
  margin: 0px;
}

h1, h2, h3, h4, h5 {
  width: 100%;
  font-family: 'Spectral', sans-serif;
  font-weight: 700;
  margin: 0px;
}

h2 {
  font-size: 42px;
  line-height: 52px;
}

h3 {
  font-size: 30px;
  line-height: 40px;
}

h4 {
  font-size: 20px;
  line-height: 30px;
}

h5 {
  font-size: 18px;
  line-height: 26px;
}

img {
  max-width: 100%;
}

ul, ol {
  padding: 0px;
  margin: 0px;
}

li {
  list-style-type: none;
}

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

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

select {
  opacity: 1;
  border-radius: 0;
  font-family: 'Spectral', sans-serif;
}

select:hover, select:focus {
  outline: none;
  text-decoration: none;
}

textarea {
  font-family: 'Spectral', sans-serif;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  resize: none;
  border-radius: 0;
  padding: 0px;
}

textarea::-webkit-input-placeholder {
  color: #342820;
}

textarea::-moz-placeholder {
  color: #342820;
}

textarea:-ms-input-placeholder {
  color: #342820;
}

textarea:-moz-placeholder {
  color: #342820;
}

textarea:hover, textarea:focus {
  outline: none;
  text-decoration: none;
}

input {
  font-family: 'Spectral', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  border-radius: 0;
  padding: 0px;
}

input::-webkit-input-placeholder {
  color: #342820;
}

input::-moz-placeholder {
  color: #342820;
}

input:-ms-input-placeholder {
  color: #342820;
}

input:-moz-placeholder {
  color: #342820;
}

input:hover, input:focus {
  outline: none;
  text-decoration: none;
}

button {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0px;
}

button:hover, button:focus {
  outline: none;
  text-decoration: none;
}

html,
body {
  height: 100vh;
}

.container {
  height: 100%;
  width: 100%;
  max-width: 1500px;
  padding: 0 15px;
  margin: 0 auto;
}

.swiper-slide .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 85px;
}

.main {
  height: 100vh;
  width: 100%;
}

.swiper-container-fade .swiper-slide.swiper-slide-active .presented-slide {
  pointer-events: auto;
}
.presented-slide {
 pointer-events: auto!important;
}
.brend-slide {
 pointer-events: auto!important;
}
.main-slide {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.main-slide:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.main-slide.swiper-slide-active {
 z-index: 2;
}
.main-arrow {
  position: fixed;
  z-index: 11;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.main-arrow svg {
  stroke: #342820;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.main-arrow.swiper-button-disabled {
  opacity: 0;
  cursor: default;
}

.main-arrow_prev {
  top: 0px;
}

.main-arrow_prev:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 25px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  height: 0;
  background: #342820;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.main-arrow_next {
  bottom: 0px;
}

.main-arrow_next:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 25px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  height: 0;
  background: #342820;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.link {
  position: relative;
  z-index: 1;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #342820;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.link:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #342820;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.link:before {
  content: '';
  position: absolute;
  right: -14px;
  bottom: -3px;
  -webkit-transform: rotate(45deg) scale(0);
      -ms-transform: rotate(45deg) scale(0);
          transform: rotate(45deg) scale(0);
  width: 7px;
  height: 7px;
  border-right: 1px solid  #342820;
  border-top: 1px solid  #342820;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.button {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #342820;
  text-transform: uppercase;
  border: 1px solid #342820;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.button:before {
  content: '';
  position: absolute;
  z-index: -2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #C0995B;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.button input {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: none;
  background: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.button-two {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  text-transform: uppercase;
  border: 1px solid #C0995B;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.button-two:before {
  content: '';
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #C0995B;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
}
.wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  bottom: -15px;
  font-size: 12px;
  line-height: 12px;
  width: auto;
  text-align: right;
}
.wpcf7 form .wpcf7-response-output {
  font-size: 14px;
  line-height: 16px;
  padding: 5px 10px;
  margin: 0px;
  margin-top: 5px;
}
.label-title {
  display: block;
  width: 100%;
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 7px;
}

.input {
  width: 100%;
  height: 36px;
  font-weight: 700;
  font-size: 16px;
  color: #342820;
  background: none;
  border: none;
  border-bottom: 1px solid  #342820;
}

.input:focus {
  border-bottom: 1px solid #C0995B;
}

.select {
  width: 100%;
  height: 36px;
  font-weight: 700;
  font-size: 16px;
  color: #342820;
  background: none;
  border: none;
  border-bottom: 1px solid  #342820;
  padding: 0px;
}

.textarea {
  width: 100%;
  height: 70px;
  font-weight: 700;
  font-size: 16px;
  color: #342820;
  background: none;
  border: none;
  border-bottom: 1px solid  #342820;
}

.textarea:focus {
  border-bottom: 1px solid #C0995B;
}

span.form-error {
  position: absolute;
  right: 0;
  bottom: -17px;
  font-weight: 500;
  font-size: 10px;
  color: #EA252F;
}

@media (min-width: 1200px) {
  .main-arrow_prev:hover:after {
    height: 20px;
  }
  .main-arrow_next:hover:after {
    height: 20px;
  }
  .link:hover:after {
    width: calc(100% + 15px);
  }
  .link:hover:before {
    -webkit-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
  }
  .button:hover {
    color: #FFFFFF;
    border: 1px solid #C0995B;
  }
  .button:hover:before {
    height: 100%;
  }
  .button:hover input {
    color: #FFFFFF;
  }
  .button-two:hover:before {
    height: 0px;
  }
  .button-two:hover {
    color: #C0995B;
  }
}

@media (max-height: 750px) and (min-width: 1200px) {
  h2 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 1200px) {
  body {
    overflow: visible;
  }
  .main {
    height: auto;
    overflow: hidden;
  }
  .main > .swiper-wrapper {
    display: block;
  }
  .main-arrow {
    display: none;
  }
  .main-slide {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    padding: 100px 0px;
  }
  .container {
    max-width: 850px;
  }
  .swiper-slide .container {
    padding-top: 0px;
  }
}

@media (max-width: 800px) {
  h2 {
    font-size: 30px;
    line-height: 38px;
  }
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
  h4 {
    font-size: 16px;
    line-height: 21px;
  }
  h5 {
    font-size: 16px;
    line-height: 21px;
  }
  p {
    font-size: 14px;
    line-height: 21px;
  }
  .link {
    font-size: 13px;
  }
  .main-slide {
    padding: 50px 0px;
  }
  .label {
    margin-bottom: 20px;
  }
}

/*-options*/
/*header*/
.header {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 20px;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header.show {
  opacity: 1;
}

.header .container {
  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;
  max-width: 100%;
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.header-logo img {
  height: 70px;
}

.header-menu {
  margin-right: 50px;
  overflow: visible;
}

.header-menu_point {
  position: relative;
  z-index: 1;
  width: auto;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px;
  color: #342820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-right: 20px;
}

.header-menu_point a{
	color: #342820;
}
.header-menu_point:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #342820;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.header-menu_point.swiper-slide-thumb-active:after {
  width: 100%;
}

.header-menu_point:last-child {
  margin-right: 0px;
}

.header-menu_mob {
  display: none;
}
ul.lang_wr{
	padding: 0;
	margin: 0;
	position: absolute;
	right: 15px;
}
.lang_wr a{
  font-size: 12px;
  line-height: 12px;
  color: #342820;
  font-weight: 500;
  text-transform: uppercase;
}
.header-lang {
  position: absolute;
  right: 15px;
  top: 29.5px;
  font-size: 12px;
  line-height: 12px;
  color: #342820;
  font-weight: 500;
  text-transform: uppercase;
}

.lang_wr:after,
.header-lang:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: #342820;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.header-burger {
  display: none;
}

@media (max-width: 1200px) {
  .header {
    opacity: 1;
    top: 0;
    padding: 10px 0px;
  }
  .header-menu_mob {
    display: block;
    position: fixed;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(192, 153, 91, 0.1);
    -webkit-backdrop-filter: blur(40px);
            backdrop-filter: blur(40px);
    padding: 20px 0px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
  .header-menu_mob.active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: 0px -5px 5px 0px rgba(192, 153, 91, 0.4);
            box-shadow: 0px -5px 5px 0px rgba(192, 153, 91, 0.4);
  }
  .header-list_mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-list_mob li {
    margin-bottom: 20px;
  }
  .header-list_mob li:last-child {
    margin-bottom: 0px;
  }
  .header-list_mob a {
    color: #342820;
    font-size: 16px;
    font-family: 'Spectral', sans-serif;
  }
  .header-menu {
    display: none;
  }
  .header-logo img {
    height: 60px;
  }
  .header.active {
    background: rgba(192, 153, 91, 0.1);
    -webkit-backdrop-filter: blur(40px);
            backdrop-filter: blur(40px);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(192, 153, 91, 0.4);
            box-shadow: 0px 5px 5px 0px rgba(192, 153, 91, 0.4);
  }
  .header-burger {
    position: relative;
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 35px;
    height: 30px;
    padding: 7px;
    border: 1px solid rgba(192, 153, 91, 0.3);
    border-radius: 5px;
  }
  .header-burger span {
    display: block;
    height: 2px;
    width: 100%;
    background: #2F2F2F;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .header-burger.active span:nth-child(1) {
    -webkit-transform: translate(0px, 6px) rotate(-45deg);
        -ms-transform: translate(0px, 6px) rotate(-45deg);
            transform: translate(0px, 6px) rotate(-45deg);
  }
  .header-burger.active span:nth-child(2) {
    opacity: 0;
  }
  .header-burger.active span:nth-child(3) {
    -webkit-transform: translate(0px, -6px) rotate(45deg);
        -ms-transform: translate(0px, -6px) rotate(45deg);
            transform: translate(0px, -6px) rotate(45deg);
  }
  ul.lang_wr{
    right: 80px;
    top: 10px;
}
.lang_wr a{
    font-size: 16px;
}
  .header-lang {
    font-size: 16px;
    right: 80px;
    top: 34px;
  }
}

@media (max-width: 800px) {
  .header-logo img {
    height: 40px;
  }
    ul.lang_wr{
    right: 70px;
    top: 3px;
}
  .header-lang {
    right: 70px;
    top: 24px;
  }
}

@media (min-width: 1200px) {
  .header-menu_point:hover:after {
    width: 100%;
  }
    ul.lang_wr:hover:after,
  .header-lang:hover:after {
    width: 100%;
  }
}

/*-header*/
/*preloader*/
.preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.preloader:before {
  background: url("/wp-content/themes/jewelry/img/bgr/preloader.jpg") center no-repeat;
  background-size: cover;
  -webkit-animation: anim-5 20s linear infinite;
          animation: anim-5 20s linear infinite;
}

.preloader-text {
  width: 730px;
  border: 1px solid rgba(192, 153, 91, 0.3);
  -webkit-box-shadow: 0px 0px 24px rgba(52, 40, 32, 0.05);
          box-shadow: 0px 0px 24px rgba(52, 40, 32, 0.05);
  background: -o-linear-gradient(339.88deg, rgba(255, 255, 255, 0.14) 1.05%, rgba(255, 255, 255, 0.12) 95.95%);
  background: linear-gradient(110.12deg, rgba(255, 255, 255, 0.14) 1.05%, rgba(255, 255, 255, 0.12) 95.95%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  text-align: center;
  padding: 40px 120px;
  border-radius: 40px;
}

.preloader-text img {
  width: 100%;
  -webkit-animation: anim-6 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: anim-6 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.preloader-text.show img {
  -webkit-animation: none;
          animation: none;
}

@media (max-width: 1200px) {
  .preloader {
    height: 100%;
    min-height: 100vh;
  }
}

@media (max-width: 800px) {
  .preloader:before {
    background: url("/wp-content/themes/jewelry/img/bgr/preloader-m.jpg") center no-repeat;
    background-size: cover;
  }
  .preloader-text {
    width: 100%;
    max-width: 320px;
    border-radius: 20px;
    padding: 25px 40px;
  }
}

/*-preloader*/
/*home*/
.home:before {
  background: url("/wp-content/themes/jewelry/img/bgr/home.jpg") center no-repeat;
  background-size: cover;
}

.home-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-text {
  width: 48%;
  border: 1px solid rgba(192, 153, 91, 0.3);
  -webkit-box-shadow: 0px 0px 24px rgba(52, 40, 32, 0.05);
          box-shadow: 0px 0px 24px rgba(52, 40, 32, 0.05);
  background: -o-linear-gradient(339.88deg, rgba(255, 255, 255, 0.14) 1.05%, rgba(255, 255, 255, 0.12) 95.95%);
  background: linear-gradient(110.12deg, rgba(255, 255, 255, 0.14) 1.05%, rgba(255, 255, 255, 0.12) 95.95%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 40px;
  border-radius: 40px;
  overflow: hidden;
}

.home-text h1 {
  position: relative;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 15px;
  padding-left: 20px;
  border-left: 2px solid #866838;
}

.home-text h1:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url("/wp-content/themes/jewelry/img/icons/dots-2.svg") center no-repeat;
  background-size: contain;
}

.home-text h1 b {
  font-size: 20px;
  line-height: 30px;
}

.home-text h3 {
  margin-bottom: 20px;
}

.home-text_list {
  margin-bottom: 30px;
}

.home-text_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #342820;
  margin-bottom: 10px;
}

.home-text_list li:last-child {
  margin-bottom: 0px;
}

.home-text_list li:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url("/wp-content/themes/jewelry/img/icons/crystal.svg") center no-repeat;
  background-size: contain;
  margin-right: 10px;
}

.home-text_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-text_icons li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.home-text_icons li:last-child {
  margin-right: 0px;
}

.home-text_icons img {
  border-radius: 50%;
  -webkit-box-shadow: 2px 4px 4px rgba(52, 40, 32, 0.25);
          box-shadow: 2px 4px 4px rgba(52, 40, 32, 0.25);
  -webkit-animation: anim-3 5s infinite linear alternate;
          animation: anim-3 5s infinite linear alternate;
}

.home-text_icons li:nth-child(odd) img {
  animation: anim-3 5s infinite linear alternate-reverse;
}

.home-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 48%;
}

.home-points li {
  position: relative;
  z-index: 1;
  min-height: 160px;
  padding: 30px 20px 30px 140px;
  border: 1px solid rgba(192, 153, 91, 0.3);
  -webkit-box-shadow: 0px 0px 24px rgba(52, 40, 32, 0.05);
          box-shadow: 0px 0px 24px rgba(52, 40, 32, 0.05);
  background: -o-linear-gradient(339.88deg, rgba(255, 255, 255, 0.14) 1.05%, rgba(255, 255, 255, 0.12) 95.95%);
  background: linear-gradient(110.12deg, rgba(255, 255, 255, 0.14) 1.05%, rgba(255, 255, 255, 0.12) 95.95%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 20px;
  overflow: hidden;
}

.home-points h4 {
  margin-bottom: 5px;
}

.home-points img {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  -webkit-box-shadow: 2px 4px 4px rgba(52, 40, 32, 0.25);
          box-shadow: 2px 4px 4px rgba(52, 40, 32, 0.25);
  -webkit-animation: anim-3 5s infinite linear alternate;
          animation: anim-3 5s infinite linear alternate;
}

.home-points li:nth-child(odd) img {
  animation: anim-3 5s infinite linear alternate-reverse;
}

@media (max-width: 1440px) {
  .home-text {
    padding: 40px;
    width: 49%;
  }
  .home-points {
    width: 49%;
  }
  .home-points li {
    min-height: auto;
    padding: 25px 30px 25px 140px;
  }
}

@media (max-height: 750px) and (min-width: 1200px) {
  .home-text p {
    margin-bottom: 35px;
  }
}

@media (max-width: 1200px) {
  .home-wrap {
    display: block;
  }
  .home-text {
    width: 100%;
    padding: 40px 30px;
    margin-bottom: 30px;
  }
  .home-points {
    width: 100%;
  }
  .home-points li {
    margin-bottom: 15px;
  }
  .home-points li:last-child {
    margin-bottom: 0px;
  }
}

@media (max-width: 800px) {
  .home:before {
    background: url("/wp-content/themes/jewelry/img/bgr/home-m.jpg") center no-repeat;
    background-size: cover;
  }
  .home-text {
    padding: 20px 15px;
    margin-bottom: 15px;
    border-radius: 20px;
  }
  .home-text h1 {
    font-size: 22px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 30px;
    margin-bottom: 10px;
  }
  .home-text h3 {
    margin-bottom: 20px;
  }
  .home-text b {
    font-size: 16px;
    line-height: 24px;
  }
  .home-text_list {
    margin-bottom: 10px;
  }
  .home-text_list li {
    font-size: 15px;
    line-height: 24px;
  }
  .home-text_icons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-text_icons li {
    width: 33.3%;
    margin: 20px 0px 0px 0px;
  }
  .home-text_icons img {
    width: 70px;
    height: 70px;
  }
  .home-points li {
    padding: 20px 15px;
  }
  .home-points img {
    width: 55px;
    height: 55px;
    left: auto;
    right: 15px;
    top: 20px;
  }
  .home-points p {
    padding-right: 45px;
  }
  .home-points h4 {
    margin-bottom: 10px;
  }
}

/*-home*/
/*brend*/
.brend:before {
  background: url("/wp-content/themes/jewelry/img/bgr/brend.jpg") center no-repeat;
  background-size: cover;
}

.brend .container {
  position: relative;
}

.brend-text {
  width: 63%;
  margin-top: 30px;
}

.brend-descr {
  max-width: 690px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.brend-slider {
  width: 100%;
  overflow: hidden;
}

.brend-slide {
  z-index: 1;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 24px rgba(52, 40, 32, 0.05);
          box-shadow: 0px 0px 24px rgba(52, 40, 32, 0.05);
  border-radius: 20px;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid rgba(192, 153, 91, 0.5);
}

.brend-slide img {
  width: 100%;
  -webkit-animation: anim-4 5s infinite linear alternate;
          animation: anim-4 5s infinite linear alternate;
}

.brend-slide:nth-child(odd) img {
  animation: anim-4 5s infinite linear alternate-reverse;
}

.brend-slide h5 {
  padding: 0px 15px;
}

.brend-slide span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 700;
  color: #C0995B;
  padding: 0px 15px 15px 15px;
}

.brend-slide .popup-slide {
  display: none;
}

.brend-slide_point {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #C0995B;
  -webkit-box-shadow: 0px 4px 4px rgba(192, 153, 91, 0.25);
          box-shadow: 0px 4px 4px rgba(192, 153, 91, 0.25);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.brend-slide_point:after {
  content: '';
  width: 10px;
  height: 10px;
  background: url("/wp-content/themes/jewelry/img/icons/zoom.svg") center no-repeat;
  background-size: contain;
}

.brend-navigation {
  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;
  width: 100%;
  margin-top: 20px;
}

.brend-arrow {
  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;
  cursor: pointer;
  outline: none;
}

.brend-arrow svg {
  fill: #342820;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.brend-arrow.swiper-button-disabled {
  opacity: 0.3;
}

.brend-arrow.swiper-button-lock {
  opacity: 0;
}

.brend-pagination {
  display: none;
}

.brend-box {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(339.88deg, rgba(255, 255, 255, 0.14) 1.05%, rgba(255, 255, 255, 0.12) 95.95%);
  background: linear-gradient(110.12deg, rgba(255, 255, 255, 0.14) 1.05%, rgba(255, 255, 255, 0.12) 95.95%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.brend-img {
  position: absolute;
  z-index: 1;
  right: 15px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  width: 470px;
}

.brend-img p {
  position: absolute;
  z-index: 2;
  left: -300px;
  top: 8%;
  width: 350px;
  padding: 50px 20px 20px 20px;
  border: 1px solid rgba(192, 153, 91, 0.3);
  -webkit-box-shadow: 0px 0px 24px rgba(52, 40, 32, 0.05);
          box-shadow: 0px 0px 24px rgba(52, 40, 32, 0.05);
  background: -o-linear-gradient(339.88deg, rgba(255, 255, 255, 0.14) 1.05%, rgba(255, 255, 255, 0.12) 95.95%);
  background: linear-gradient(110.12deg, rgba(255, 255, 255, 0.14) 1.05%, rgba(255, 255, 255, 0.12) 95.95%);
  border-radius: 20px;
}

.brend-img p:after {
  content: '';
  position: absolute;
  z-index: 3;
  left: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  background: url("/wp-content/themes/jewelry/img/icons/dots.svg") center no-repeat;
  background-size: contain;
}

.brend-photos {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.brend-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-height: 85%;
  margin-top: auto;
}

.brend-photo img {
  max-height: 100%;
}

@media (max-width: 1366px) {
  .brend-slide span {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .brend {
    padding-bottom: 0px;
  }
  .brend-text {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .brend-img {
    position: relative;
    width: 300px;
    margin-left: auto;
  }
  .brend-img p {
    left: -350px;
  }
}

@media (max-width: 800px) {
  .brend:before {
    background: url("/wp-content/themes/jewelry/img/bgr/brend-m.jpg") center no-repeat;
    background-size: cover;
  }
  .brend-text {
    margin-bottom: 20px;
  }
  .brend-descr {
    margin-bottom: 20px;
  }
  .brend-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    right: 0;
  }
  .brend-img p {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding: 40px 15px 15px 15px;
    margin-bottom: 20px;
  }
  .brend-img p:after {
    left: 15px;
    top: 15px;
  }
  .brend-img img {
    width: 300px;
  }
  .brend-navigation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .brend-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: auto;
    margin: 0px 20px;
    font-size: 14px;
  }
  .brend-pagination .swiper-pagination-current {
    font-size: 18px;
    font-weight: 700;
  }
  .brend-arrow {
    width: 45px;
  }
}

@media (min-width: 1200px) {
  .brend-slide:hover .brend-slide_point {
    background: #342820;
    -webkit-box-shadow: 0px 4px 4px rgba(192, 153, 91, 0.25);
            box-shadow: 0px 4px 4px rgba(192, 153, 91, 0.25);
  }
  .brend-arrow:hover svg {
    width: 70px;
  }
  .brend-arrow:hover.swiper-button-disabled svg {
    fill: #342820;
  }
}

/*-brend*/
/*presented*/
.presented:before {
  background: url("/wp-content/themes/jewelry/img/bgr/presented.jpg") center no-repeat;
  background-size: cover;
}

.presented h2 {
  text-align: center;
  margin-bottom: 50px;
}

.presented-slider {
  width: 100%;
  overflow: visible;
}

.presented-slide {
  padding: 20px;
  border: 1px solid rgba(192, 153, 91, 0.3);
  -webkit-box-shadow: 0px 0px 24px rgba(52, 40, 32, 0.05);
          box-shadow: 0px 0px 24px rgba(52, 40, 32, 0.05);
  background: -o-linear-gradient(339.88deg, rgba(255, 255, 255, 0.14) 1.05%, rgba(255, 255, 255, 0.12) 95.95%);
  background: linear-gradient(110.12deg, rgba(255, 255, 255, 0.14) 1.05%, rgba(255, 255, 255, 0.12) 95.95%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}

.presented-slide p {
  height: 72px;
  overflow: hidden;
}

.presented-slide .link {
  font-size: 12px;
  margin-top: 10px;
}

.presented-slide .popup-slide {
  display: none;
}

.presented-btn {
  font-size: 13px;
}

.presented-slide_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  margin-bottom: 15px;
}

.presented-slide_logo img {
  max-height: 100%;
}

.presented-slide_img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 235px;
  border-radius: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}

.presented-slide_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: anim-1 50s linear infinite alternate;
          animation: anim-1 50s linear infinite alternate;
}

.presented-slide:nth-child(odd) .presented-slide_img img {
  animation: anim-1 50s linear infinite alternate-reverse;
}

.presented-slide_point {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #C0995B;
  -webkit-box-shadow: 0px 4px 4px rgba(192, 153, 91, 0.25);
          box-shadow: 0px 4px 4px rgba(192, 153, 91, 0.25);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.presented-slide_point:after {
  content: '';
  width: 10px;
  height: 10px;
  background: url("/wp-content/themes/jewelry/img/icons/zoom.svg") center no-repeat;
  background-size: contain;
}

.presented-navigation {
  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;
  width: 100%;
  margin-top: 50px;
}

.presented-arrow {
  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;
  cursor: pointer;
  outline: none;
}

.presented-arrow svg {
  fill: #342820;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.presented-arrow.swiper-button-disabled {
  opacity: 0.3;
}

.presented-pagination {
  display: none;
}

@media (max-height: 750px) and (min-width: 1200px) {
  .presented h2 {
    margin-bottom: 30px;
  }
  .presented-navigation {
    margin-top: 30px;
  }
}

@media (max-width: 800px) {
  .presented:before {
    background: url("/wp-content/themes/jewelry/img/bgr/presented-m.jpg") center no-repeat;
    background-size: cover;
  }
  .presented h2 {
    margin-bottom: 20px;
  }
  .presented-slide {
    padding: 20px 15px;
  }
  .presented-slide p {
    height: 62px;
  }
  .presented-slide .link {
    font-size: 10px;
    margin-top: 5px;
  }
  .presented-slide_img {
    height: 200px;
  }
  .presented-slide_logo {
    height: 25px;
  }
  .presented-btn {
    font-size: 12px;
  }
  .presented-navigation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .presented-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: auto;
    margin: 0px 20px;
    font-size: 14px;
  }
  .presented-pagination .swiper-pagination-current {
    font-size: 18px;
    font-weight: 700;
  }
  .presented-arrow {
    width: 45px;
  }
}

@media (min-width: 1200px) {
  .presented-slide:hover .presented-slide_point {
    background: #342820;
    -webkit-box-shadow: 0px 4px 4px rgba(192, 153, 91, 0.25);
            box-shadow: 0px 4px 4px rgba(192, 153, 91, 0.25);
  }
  .presented-arrow:hover svg {
    width: 70px;
  }
  .presented-arrow:hover.swiper-button-disabled svg {
    fill: #342820;
  }
}

/*-presented*/
/*contacts*/
.contacts:before {
  background: url("/wp-content/themes/jewelry/img/bgr/contacts.jpg") center no-repeat;
  background-size: cover;
}

.contacts-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts-info {
  width: 47%;
}

.contacts-info_map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 230px;
  border-radius: 20px;
  border: 1px solid rgba(192, 153, 91, 0.3);
  margin-bottom: 10px;
}

.contacts-info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.contacts-info_wrap {
  width: 48%;
}

.contacts-info_box {
  margin-bottom: 5px;
}

.contacts-info_box > li {
  margin-bottom: 5px;
}

.contacts-info_box > li > a {
  position: relative;
  z-index: 1;
  display: block;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #342820;
}

.contacts-info_box > li > a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: rgba(52, 40, 32, 0.5);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.contacts-info_box h5 {
  font-size: 16px;
  line-height: 20px;
}

.contacts-info_box:last-child {
  margin-bottom: 0px;
}

.contacts-info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}

.contacts-info_social li {
  margin-right: 10px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.ft_form_wr,
.contacts-form {
  width: 45%;
  border: 1px solid rgba(192, 153, 91, 0.3);
  -webkit-box-shadow: 0px 0px 24px rgba(52, 40, 32, 0.05);
          box-shadow: 0px 0px 24px rgba(52, 40, 32, 0.05);
  background: -o-linear-gradient(339.88deg, rgba(255, 255, 255, 0.14) 1.05%, rgba(255, 255, 255, 0.12) 95.95%);
  background: linear-gradient(110.12deg, rgba(255, 255, 255, 0.14) 1.05%, rgba(255, 255, 255, 0.12) 95.95%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 40px;
  overflow: hidden;
}
.ft_form_wr p,
.contacts-form p {
  font-size: 12px;
  line-height: 16px;
}
.ft_form_wr h2,
.contacts-form h2 {
  margin-bottom: 10px;
}

.ft_form_wr p,
.contacts-form p {
  margin-top: 10px;
}

.contacts-footer {
  position: absolute;
  z-index: 5;
  right: 15px;
  bottom: 10px;
}

.contacts-footer span {
  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;
  font-size: 15px;
  font-weight: 300;
}

.contacts-footer a {
  position: relative;
  z-index: 1;
  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;
  margin-left: 10px;
}

.contacts-footer a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: #342820;
}

@media (min-width: 1200px) {
  .contacts-info_box > li > a:hover:after {
    width: 100%;
  }
  .contacts-info_social li:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media (max-height: 750px) and (min-width: 1200px) {
  .contacts-info {
    width: 48%;
  }
  .contacts-info_box {
    margin-bottom: 5px;
  }
.ft_form_wr,
  .contacts-form {
    width: 48%;
  }
}

@media (max-width: 1200px) {
  .contacts-wrap {
    display: block;
  }
  .contacts-info {
    width: 100%;
    margin-bottom: 30px;
  }
.ft_form_wr,
  .contacts-form {
    width: 100%;
    padding: 40px 30px;
  }
}

@media (max-width: 800px) {
  .contacts:before {
    background: url("/wp-content/themes/jewelry/img/bgr/contacts-m.jpg") center no-repeat;
    background-size: cover;
  }
  .contacts-info_map img {
    border-radius: 10px;
  }
  .contacts-info_list {
    display: block;
  }
  .contacts-info_wrap {
    width: 100%;
    margin-bottom: 15px;
  }
  .contacts-info_wrap:last-child {
    margin-bottom: 0px;
  }
  .contacts-info_box > li:last-child {
    margin-bottom: 0;
  }
.ft_form_wr,
  .contacts-form {
    padding: 20px 15px;
    border-radius: 20px;
  }
.ft_form_wr h2,
  .contacts-form h2 {
    text-align: center;
  }
  .contacts-footer span {
    font-size: 14px;
  }
}

/*-contacts*/
/*popup*/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  margin: auto;
}

.popup-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 650px;
  padding: 0px 100px;
}

.popup-close {
  position: absolute;
  z-index: 3;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  fill: #342820;
  cursor: pointer;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.popup-slider {
  position: relative;
  width: 100%;
}

.popup-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup-slide img {
  width: 100%;
}

.popup-pagination {
  position: absolute;
  z-index: 2;
  left: 15px;
  top: 15px;
  font-size: 12px;
  font-weight: 300;
}

.popup-pagination .swiper-pagination-current {
  font-weight: 700;
  font-size: 16px;
}

.popup-arrow {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #C0995B;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.popup-arrow svg {
  fill: #342820;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.popup-arrow.swiper-button-disabled {
  opacity: 0.3;
}

.popup-arrow_prev {
  left: -100px;
}

.popup-arrow_next {
  right: -100px;
}

.popup-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 15px 15px;
  background: #FFFDFA;
  position: relative;
  top: -2px;
}

.popup-text h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}

.popup-text p {
  margin-bottom: 15px;
}

.popup-text button {
  width: auto;
  padding: 0px 30px;
}

@media (max-width: 1200px) {
  .popup-wrap {
    max-width: 700px;
  }
}

@media (max-width: 800px) {
  .popup-wrap {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    padding: 0px;
  }
  .popup-text {
    padding: 20px 15px;
  }
  .popup-arrow {
    z-index: 3;
    width: 35px;
    height: 35px;
  }
  .popup-arrow svg {
    width: 12px;
    height: 12px;
  }
  .popup-arrow_prev {
    left: 10px;
  }
  .popup-arrow_next {
    right: 10px;
  }
}

@media (min-width: 1200px) {
  .popup-close:hover {
    fill: #C0995B;
  }
  .popup-arrow:hover {
    background: #C0995B;
  }
  .popup-arrow:hover svg {
    fill: #FFFFFF;
  }
}

/*form*/
.form-bgr {
  position: fixed;
  z-index: 17;
  right: 0;
  bottom: 0;
  width: calc(100% - 800px);
  height: 100%;
  background: -o-linear-gradient(339.88deg, rgba(255, 255, 255, 0.14) 1.05%, rgba(255, 255, 255, 0.12) 95.95%);
  background: linear-gradient(110.12deg, rgba(255, 255, 255, 0.14) 1.05%, rgba(255, 255, 255, 0.12) 95.95%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.form-bgr.active {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.form {
  position: fixed;
  z-index: 18;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 800px;
  height: 100%;
  background: #FFFDFA;
  overflow: auto;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.form.active {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.form::-webkit-scrollbar {
  width: 7px;
}

.form::-webkit-scrollbar-thumb {
  background: #C0995B;
  border-radius: 8px;
}

.form::-webkit-scrollbar-track {
  background: #DAD8CD;
  border-radius: 8px;
}

.form-top {
  background: #FFFFFF;
  padding: 40px 30px;
}

.form-top h3 {
  margin-bottom: 5px;
}

.form-top p {
  font-size: 13px;
  line-height: 16px;
}

.form-wrap {
  margin-top: 20px;
}

.form-close {
  position: absolute;
  right: 15px;
  top: 15px;
  fill: #C0995B;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-wrap .label {
  width: 48%;
}

.form-wrap .button {
  width: 48%;
}

.form-bottom {
  position: relative;
  z-index: 1;
  padding: 40px 30px;
}

.form-bottom h3 {
  margin-bottom: 5px;
}

.form-bottom p {
  margin-bottom: 20px;
}

.form-bottom a {
  width: 310px;
}

@media (max-width: 800px) {
  .form-top {
    padding: 20px 15px 30px 15px;
  }
  .form-bottom {
    padding: 20px 15px 30px 15px;
  }
  .form-wrap .label {
    width: 100%;
  }
  .form-wrap .button {
    width: 100%;
  }
  .form-wrap p {
    margin-top: 20px;
  }
  .form-bottom a {
    width: 100%;
  }
}

/*-form*/
.d-none{
	display: none!important;
}
.wpcf7-form-control-wrap {
    width: 100%;
}
.wpcf7-spinner,
.wpcf7 .ajax-loader{
	position: absolute;
}
