html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
  display: block;
}

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

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

img,
object,
embed {
  max-width: 100%;
}

/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	don't forget to restore the bullets within content. */
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select,
input,
textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td,
td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights https://gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type="button"],
input[type="submit"],
input[type="file"],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button,
input[type="button"] {
  width: auto;
  overflow: visible;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Circe", sans-serif;
  font-size: 20px;
  line-height: 140%;
  color: #7d6462;
}

ul,
li {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Hoefler Text";
  font-weight: normal;
  color: #000000;
}

h1 {
  font-size: 52px;
  line-height: 120%;
}

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

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

button:active,
:focus,
:hover {
  border: none;
  border-color: transparent;
}

a,
button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000000;
}

a,
a:hover,
a:active,
a:focus,
button,
button:hover,
button:active,
button:focus {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

button {
  display: block;
  background-color: transparent;
  border: none;
  text-align: center;
  padding: 0;
}

input,
textarea {
  display: block;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
  resize: none;
}

/* modal */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 500;
  overflow-x: auto;
}

.modal .modal-background {
  width: 100vw;
  height: 100vh;
  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;
}

.modal .modal-background.faded {
  background-color: rgba(61, 59, 59, 0.411);
}

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
}

.modal__content-container {
  position: relative;
  background: url("../img/main-back.jpg") no-repeat center center/cover;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 95vmin;
  height: 95vmin;
  max-height: 95vmin;
  max-width: 95vmin;
  overflow: hidden;
}

.modal__content-container button {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.modal__content-container.lean {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

@media (max-width: 468px) {
  .modal__content-container {
    margin: 0 1em;
  }
}

.modal__content-container .sketchfab-embed-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.modal.active {
  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;
}

#image-modal .modal__content-container {
  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;
}

#image-modal #main-img {
  cursor: pointer;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#image-modal .min-img-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#image-modal .min-img-wrapper .min-img {
  cursor: pointer;
  max-width: 125px;
  max-height: 125px;
  margin: 0.5em 0.5em 1em 0.5em;
}

@media (max-width: 480px) {
  #image-modal .min-img-wrapper {
    z-index: 2;
    position: fixed;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 0;
  }
}

.breath {
  -webkit-animation: scaleAnim 0.5s alternate infinite ease-in-out;
          animation: scaleAnim 0.5s alternate infinite ease-in-out;
}

@-webkit-keyframes scaleAnim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}

@keyframes scaleAnim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}

header {
  padding: 35px 0;
  background: #fef8f8;
}

.nav__menu {
  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;
}

.nav__menu li {
  margin-right: 30px;
}

.nav__menu li:last-child {
  margin-right: 0;
}

.nav__menu li a {
  font-size: 20px;
  line-height: 140%;
  color: #7d6462;
  position: relative;
}

.nav__menu li a:before {
  content: "\25bc";
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  color: #e96a91;
  font-size: 8px;
  opacity: 0;
}

.nav__menu li a:hover {
  color: #e96a91;
}

.nav__menu li a:hover::before {
  opacity: 1;
}

.nav__menu .nav__menu_logo {
  margin: 0 63px 0 33px;
}

.nav__menu .nav__logo::before {
  display: none;
}

.header-main {
  padding: 150px 0 160px 0;
  background: url("../img/main-back.png") no-repeat center center/cover;
  position: relative;
}

.header-main .container {
  position: relative;
  z-index: 10;
}

.header-main__content {
  position: relative;
  z-index: 1;
}

.header-main__content-pic {
  position: absolute;
  right: -35px;
  z-index: -1;
  top: -37px;
}

.header-main__title {
  max-width: 693px;
  width: 100%;
  margin-bottom: 85px;
  margin-left: 122px;
}

.header-main__info {
  font-size: 16px;
  line-height: 140%;
  color: #7d6462;
  max-width: 555px;
  width: 100%;
  padding: 33px 24px;
  background: #fef8f8;
  -webkit-box-shadow: 0px 0px 20px #f9ebeb;
  box-shadow: 0px 0px 20px #f9ebeb;
  position: relative;
  z-index: 2;
}

.header-main__info::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 100vw;
  height: 155px;
  background: #fef8f8;
  z-index: -1;
}

.header-main__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 85px 0 18px 0;
  margin-left: 122px;
}

.header-main__prices-main {
  font-family: "Hoefler Text";
  font-style: normal;
  font-weight: normal;
  font-size: 52px;
  line-height: 120%;
  color: #e76494;
  margin-right: 39px;
}

.header-main__prices-dop {
  line-height: 120%;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #cab4b2;
  font-size: 32px;
}

.header-main__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 122px;
}

.header-main__btns_main {
  background: -webkit-gradient(linear, right top, left top, from(#e76494), to(#ffbc6b));
  background: linear-gradient(270deg, #e76494 0%, #ffbc6b 100%);
  font-size: 20px;
  line-height: 140%;
  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;
  color: #fefefe;
  max-width: 250px;
  width: 100%;
  height: 60px;
}

.header-main__btns_main:hover {
  background: -webkit-gradient(linear, right top, left top, color-stop(62.4%, #e76494), to(#ffbc6b));
  background: linear-gradient(270deg, #e76494 62.4%, #ffbc6b 100%);
}

.header-main__btns_main:active {
  background: -webkit-gradient(linear, right top, left top, color-stop(62.4%, #e76494), to(#e76494));
  background: linear-gradient(270deg, #e76494 62.4%, #e76494 100%);
}

.header-main__btns-dop {
  font-size: 20px;
  line-height: 140%;
  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;
  color: #fba134;
  margin-left: 23px;
  max-width: 250px;
  width: 100%;
  height: 60px;
  border: 1px solid #fba134;
}

.header-main__btns-dop:hover {
  color: #e47f05;
  border-color: #e47f05;
}

.header-main__btns-dop:active {
  color: #e76494;
  border-color: #e76494;
}

.header-main-decor1 {
  position: absolute;
  left: 0;
  top: 0;
}

.header-main-decor2 {
  position: absolute;
  right: 0;
  top: -125px;
  z-index: 0;
}

.about {
  padding: 124px 0;
  background: #fef8f8;
  position: relative;
}

.about-main-decor1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.about-main-decor2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.about__title {
  margin-bottom: 80px;
  text-align: center;
}

.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 232;
}

.about__wrapper p {
  font-size: 20px;
  line-height: 140%;
  color: #7d6462;
  max-width: 648px;
  width: 100%;
}

.collection {
  padding: 150px 0 134px 0;
  background: url("../img/kol-back.png") no-repeat center center/cover;
  position: relative;
}

.kol-main-decor1 {
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 2;
}

.kol-main-decor2 {
  position: absolute;
  right: 0px;
  top: -213px;
  z-index: 1;
}

.collection__title {
  text-align: center;
  margin-bottom: 70px;
}

.collection__wrapper {
  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;
  position: relative;
  z-index: 5;
}

.collection__item {
  max-width: 415px;
  width: 100%;
  text-align: center;
}

.collection__item img {
  cursor: pointer;
  height: 274px;
  -o-object-fit: cover;
  object-fit: cover;
}

.collection__item span {
  font-size: 28px;
  line-height: 120%;
  color: #000000;
  margin: 20px 0;
  display: block;
}

.hands {
  padding: 150px 0 134px 0;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../img/kol-back.png") no-repeat center center/cover;
}

.hands .kol-main-decor1 {
  position: absolute;
  left: 0;
  top: -2px;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.hands .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  .hands .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.hands__item {
  text-align: center;
  z-index: 2;
}

.hands__item img {
  width: 70%;
  cursor: pointer;
}

@media (max-width: 480px) {
  .hands__item img {
    width: 90%;
  }
}

.hands__item img:hover {
  -webkit-filter: brightness(1.08);
          filter: brightness(1.08);
}

.footer {
  padding: 35px 0;
  background: #fef8f8;
  position: relative;
}

.footer__content {
  text-align: center;
}

.gotop-wrapper {
  position: fixed;
  bottom: 2em;
  right: 1em;
  z-index: 100;
}

.gotop-wrapper .gotop-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #feb96d;
  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;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.gotop-wrapper .gotop-arrow:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(14.51%, #feb96d), to(#e76494));
  background: linear-gradient(180deg, #feb96d 14.51%, #e76494 100%);
}

.gotop-wrapper .gotop-arrow:active {
  background: #e76494;
}

.details {
  padding: 110px 0 140px 0;
  background: url("../img/krasa-back.png") no-repeat center center/cover;
  position: relative;
}

.details .details-main-decor1 {
  z-index: 0;
}

.details__title {
  text-align: center;
  margin-bottom: 100px;
}

.details__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}

.details-btn {
  margin: 0 auto;
}

.details-main-decor1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.details-main-decor2 {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}

.png3d {
  cursor: pointer;
  /*img/ring1b-3d.png"*/
  /*width: 50%;
  height: 513px;*/
  position: relative;
}

.product {
  background: url("../img/kol-back.png") no-repeat center center/cover;
  position: relative;
}

.product__main {
  border: 5px solid #f0d399;
  padding: 120px 0 120px 110px;
  position: relative;
  z-index: 5;
}

.product__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product__content {
  max-width: 600px;
  width: 100%;
}

.product__content h2 {
  padding-left: 140px;
  position: relative;
  z-index: 10;
}

.product__content p {
  font-size: 20px;
  line-height: 140%;
  color: #7d6462;
  margin: 50px 0 60px 0;
  position: relative;
  z-index: 10;
}

.product__content a {
  margin-left: 140px;
  position: relative;
  z-index: 10;
}

.product-main-decor1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.product-main-decor2 {
  position: absolute;
  right: -138px;
  top: -279px;
  z-index: 1;
}

.product-main-decor3 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -129px;
  z-index: 2;
}

.product-main-decor4 {
  position: absolute;
  left: 33px;
  bottom: 142px;
  z-index: 1;
}

.header-main-mob {
  display: none;
}

.header-main-mob .container {
  position: relative;
  z-index: 20;
}

/* hamburger */
.hamburger {
  display: none;
  margin-left: auto;
}

.menu-mobile {
  padding: 30px 18px 28px;
  position: fixed;
  z-index: 99;
  right: 0;
  top: 0;
  width: 100%;
  height: auto;
  visibility: hidden;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  background: #ffffff;
}

.menu-mobile.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.logo-mob {
  display: none;
}

.mob-wrap {
  display: none;
}

.close {
  margin-left: auto;
  display: block;
}

.mob-wrapper-logo {
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-bottom: 25px;
  margin-top: -10px;
}

.mob-wrapper__list {
  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;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}

.close-button {
  display: block;
  margin-left: auto;
}

.mob-wrapper__item:not(:last-child) {
  margin-bottom: 15px;
}

.mob-wrapper__link {
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: #7d6462;
  display: block;
}

.about__wrapper-mob {
  display: none;
}

.product__wrapper-mob {
  display: none;
}

/* arrows */
#cta {
  /*width: 100%;*/
  cursor: pointer;
  position: absolute;
  top: 70%;
  right: 60%;
}

@media (max-width: 992px) {
  #cta {
    top: 65%;
  }
}

@media (max-width: 480px) {
  #cta {
    right: 62%;
    top: 50%;
  }
}

#cta .arrow {
  left: 30%;
}

.arrow {
  --multip: 3;
  position: absolute;
  bottom: 0;
  margin-left: 0px;
  width: calc(12px * var(--multip));
  height: calc(12px * var(--multip));
  background-size: contain;
  top: calc(15px * var(--multip));
}

.segunda {
  margin-left: calc(8px * var(--multip));
}

.next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
}

@-webkit-keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
            transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
            transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
            transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
            transform: translateX(0px) scale(1);
  }
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
            transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
            transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
            transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
            transform: translateX(0px) scale(1);
  }
}

.bounceAlpha {
  -webkit-animation-name: bounceAlpha;
          animation-name: bounceAlpha;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.arrow.primera.bounceAlpha {
  -webkit-animation-name: bounceAlpha;
          animation-name: bounceAlpha;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.arrow {
  -webkit-animation-name: bounceAlpha;
          animation-name: bounceAlpha;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.arrow.primera {
  -webkit-animation-name: bounceAlpha;
          animation-name: bounceAlpha;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media screen and (max-width: 1750px) {
  .product-main-decor2 {
    right: 0;
  }
}

@media screen and (max-width: 1601px) {
  .container {
    max-width: 1170px;
  }
  .header-main-decor1 {
    z-index: 1;
  }
  .header-main-decor2 {
    z-index: 10;
  }
  .header-main__content-pic {
    max-width: 600px;
    width: 100%;
  }
  .about__title {
    z-index: 232;
    position: relative;
  }
  .about__wrapper p {
    margin: 0 30px;
  }
  .details__title {
    position: relative;
    z-index: 200;
  }
  .collection__wrapper {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .collection__item {
    margin-bottom: 30px;
  }
  section {
    overflow: hidden;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
  .product__content h2 {
    padding-left: 0;
  }
  .header-main__title {
    margin-left: 0;
  }
  .header-main-mob {
    display: block;
    padding: 150px 0 160px 0;
    background: url(../img/main-back.jpg) no-repeat center center/cover;
    position: relative;
  }
  .header-main {
    display: none;
  }
  .header-main__content-pic {
    position: static;
  }
  .header-main__prices {
    margin-left: 0;
  }
  .header-main__btns {
    margin-left: 0;
  }
}

@media screen and (max-width: 991.98px) {
  .container {
    max-width: 740px;
  }
  .header-main__title {
    position: relative;
    z-index: 200;
  }
  .about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about__wrapper p {
    margin: 0 0 30px 0;
  }
  .details__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .details__wrapper img {
    margin-bottom: 60px;
    display: block;
  }
  .product__content {
    max-width: 100%;
  }
  .product__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
    z-index: 100;
  }
  .product__main {
    padding: 50px;
  }
  .product-main-decor3 {
    left: 85%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 500px;
  }
  .nav__menu {
    display: none;
  }
  .hamburger {
    display: block;
  }
  .menu-mobile {
    display: block;
  }
  .logo-mob {
    display: block;
  }
  .mob-wrap {
    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;
  }
  .product__content a {
    margin-left: 0;
  }
}

/* (320-576) */
@media screen and (max-width: 575.98px) {
  .container {
    width: 95%;
  }
  header {
    padding: 15px 0;
  }
  .header-main-decor1 {
    width: 100px;
  }
  .header-main-decor2 {
    width: 260px;
    top: -7px;
  }
  .header-main-mob {
    padding: 95px 0 103px 0;
  }
  .header-main__title {
    font-size: 28px;
    line-height: 120%;
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
  }
  .header-main__info {
    margin-top: 40px;
    padding: 15px;
    text-align: center;
  }
  .header-main__prices {
    margin: 41px 0 20px 0;
  }
  .header-main__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-main__prices-main {
    margin-right: 20px;
    font-size: 32px;
    line-height: 120%;
  }
  .header-main__prices-dop {
    font-size: 16px;
    line-height: 120%;
  }
  .header-main__prices {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-main__btns-dop {
    margin-left: 0;
    margin-top: 10px;
    max-width: 100%;
  }
  .header-main__btns_main {
    max-width: 100%;
  }
  .about {
    padding: 80px 0;
  }
  h2 {
    font-size: 28px;
    line-height: 120%;
  }
  .about__title {
    margin-bottom: 22px;
  }
  .about__wrapper p {
    font-size: 16px;
  }
  .about__wrapper {
    display: none;
  }
  .about__wrapper-mob {
    display: block;
  }
  .about__wrapper-mob__overlay {
    max-height: 0;
    opacity: 0;
  }
  .about__wrapper-mob__overlay.active {
    max-height: 10000px;
    opacity: 1;
    margin-top: 20px;
  }
  .about__wrapper-mob__link {
    font-size: 20px;
    line-height: 140%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #fba134;
    width: 344px;
    height: 60px;
    margin-top: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about-main-decor2 {
    position: absolute;
    right: -86px;
    bottom: -82px;
    z-index: 10;
    top: auto;
  }
  .about__wrapper-mob {
    position: relative;
    z-index: 100;
  }
  .details {
    padding: 100px 0;
  }
  .details-main-decor1 {
    width: 170px;
  }
  .details-main-decor2 {
    width: 215px;
  }
  .details__title {
    margin-bottom: 60px;
  }
  .details__wrapper {
    margin-bottom: 10px;
  }
  .product-main-decor1 {
    left: auto;
    right: 9px;
    width: 130px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: -13px;
  }
  .product {
    padding-top: 100px;
  }
  .details {
    padding-bottom: 0;
  }
  .product-main-decor2 {
    width: 150px;
    right: auto;
    left: -30px;
    top: -114px;
  }
  .collection__title {
    margin-bottom: 60px;
  }
  .collection__item img {
    width: 300px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .collection__item span {
    margin: 15px 0;
    font-size: 20px;
    line-height: 120%;
  }
  .collection__item p {
    font-size: 16px;
    line-height: 140%;
  }
  .collection__item {
    margin-bottom: 40px;
  }
  .kol-main-decor1 {
    width: 200px;
  }
  .collection {
    padding-bottom: 100px;
  }
  .product__wrapper {
    display: none;
  }
  .product__wrapper-mob {
    display: block;
  }
  .product__main {
    padding: 42px 20px 75px;
  }
  .product__title {
    text-align: center;
    margin-bottom: 20px;
  }
  .product__content p {
    margin: 20px 0 45px 0;
    font-size: 16px;
    line-height: 140%;
  }
  .product-main-decor3 {
    width: 130px;
    left: 50%;
  }
  .collection {
    padding-top: 0;
  }
  .product {
    padding-bottom: 150px;
  }
  .product-main-decor3 {
    bottom: -59px;
  }
  .kol-main-decor2 {
    display: none;
  }
}

@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe-Regular.eot");
  src: url("../fonts/Circe-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe-Regular.woff2") format("woff2"), url("../fonts/Circe-Regular.woff") format("woff"), url("../fonts/Circe-Regular.ttf") format("truetype"), url("../fonts/Circe-Regular.svg#Circe-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hoefler Text";
  src: url("../fonts/HoeflerText.eot");
  src: url("../fonts/HoeflerText.eot?#iefix") format("embedded-opentype"), url("../fonts/HoeflerText.woff2") format("woff2"), url("../fonts/HoeflerText.woff") format("woff"), url("../fonts/HoeflerText.ttf") format("truetype"), url("../fonts/HoeflerText.svg#HoeflerText") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*# sourceMappingURL=main.css.map */