﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  font-family: "Inter", Times, Times New Roman, serif;
  font-weight: 400;
  background-color: #99999925;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  /*font-family: "Inter", "Times New Roman";*/
  /*font-size: 5em;*/
  /*font-weight: 700;*/
  /*margin: 0.67em 0;*/
  margin: 0;
}

h2 {
  /*color: #454141;*/
  /*text-align: center;*/
  font-family: "Inter", Times, Times New Roman, serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.6rem;
  margin: 0;
}

h3 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.5;
}

p{
  margin: 0;
  color: #282828;
}

/*b{
  color: #000000;
}*/
/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  max-width: 100%;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.t-sh{
  text-shadow: 1px 1px 3px #ac947a;
}


.mob{
  display: none;
}

.red{
  color: #d77474!important;
}

.ta-left{
  text-align: left!important;
}

.flex-column{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  row-gap: 15px;
  margin: 15px 0;
}
.flex-row{
  display: flex;
  /*flex-direction: column;*/
  justify-content: center;
  align-items: center;
  column-gap: 15px;
  margin: 15px 0;
}

section{
  /*padding: 60px 0;*/
  padding: 30px 0;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}


.container{
  padding: 0 20px;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}
.catalog-item-title{
  text-align: center;
}
.section-1-title{
  font-size: 2.8rem;
  font-weight: 700;
  font-family: Playfair Display, sans-serif;
  width: 100%;
  text-align: center;
  color: #594c3d
}

.section-1-subtitle{
  border-bottom: 1px solid #594c3d;
  align-self: center;
  margin-top: 0;
  /* margin-bottom: 30px; */
  padding-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  color: #ac947a;
}

.sale-buble {
  display: flex;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-image: linear-gradient(45deg, #ffffff, #ac947a);
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  position: absolute;
  top: -5%;
  left: calc(50% - 200px);
  transform: rotate(-27deg);
}

.section-1-moto{
  color: #d77474;
  font-family: Playfair Display, sans-serif;
  font-size: 1.1rem;
  text-align: center;
  text-transform: uppercase;
}
.price-text{
  /*margin-top: 15px;*/
  /*row-gap: 10px;*/
}
.old-price{
  color: #949494;
  font-size: 1.15rem;
  font-weight: 600;
  text-decoration: line-through;
  /*margin-left: 30px;*/
}

.old-price_t{
  font-size: 0.8rem;
}
.new-price{
  font-weight: 700;
  font-size: 1.75rem;
  /*margin-right: 30px;*/
}
.new-price_t{
  font-size: 1.15rem;
  font-weight: 700;
  color: #d77474;
}
.hero-img-wrap{
  position: relative;
  margin-top: 15px;
  width: 100%;
}

.hero-img{
  position: relative;
  display: flex;
  width: 100%;
  max-width: 475px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #594c3d;
}

.hero-img img{
  width: 100%;
  height: auto;
}

.button.dark {
  background-color: #fce477;
  color: #594c3d;
  border: 2px solid #ac947a;
  border-radius: 24px;
  /* margin-top: 10%; */
  margin-right: 0;
  padding: 15px 40px;
  font-family: "Playfair Display", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-transform: uppercase;
}

@media screen and (max-width: 767px){
  .mob{
    display: block;
  }
}

.main{
  padding-top: 60px;
}

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

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

.header{
  z-index: 1000;
  background-color: #ffffff;
  border-bottom: 1px solid #ac947a;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  /*padding: 0 20px;*/
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 3px #ac947a;
}

.footer{
  background-color: #ffffff;
  border-top: 1px solid #ac947a;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 20px 0;
  display: block;
  box-shadow: 1px 1px 3px #0000000d;
}

.nav-flex {
  width: 100%;
  height: 60px;
  /*padding: 20px;*/
  max-width: 1024px;
  margin: 0 auto;
}

.header-logo{
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  padding: 0 20px;
}
.header-logo a{
  color: #ac947a;
  text-decoration: none;
}
.header-nav{
  column-gap: 20px;
  padding: 0 20px;
}
.header-nav{
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.footer a,
.header-nav a{
  opacity: 1;
  color: #594c3d;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 0;
  /*padding: 21px 20px;*/
  font-family: Playfair Display, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.header-nav a:hover{
  opacity: 1;
  color: #ac1313;
}

.header-nav.active{
  transform: translateY(60px);
}

.menu-toggle{
  width: 20px;
  height: 20px;
  padding: 0 20px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .header-nav{
    flex-direction: column;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    align-items: flex-end;
    transform: translateY(-110%);
    background-color: #ffffff;
  }

}

.catalog-items{
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.catalog-item-slides{
  width: 100%;
  max-width: 475px;
  border-radius: 24px;
  overflow: hidden;
  /*box-shadow: 4px 3px 5px #0003;*/
}

.slick-arrow{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}
.arrow-prev {
  left: 10px;
}

.arrow-next {
  right: 10px;
}

.catalog-button{
  /*width: 100%;*/
  color: #d77474;
  text-align: center;
  padding: 18px 24px;
  font-size: 1.25rem;
  line-height: 1.4;
  background-color: #fce477;
  border-radius: 48px;
  font-weight: 600;
  font-family: "Inter", Times, Times New Roman, serif;
}

.section-title{
  text-align: center;
  /*margin-bottom: 30px;*/
  margin-bottom: 15px;
  color: #594c3d;
  font-weight: 800;
}

.section-subtitle{
  /*border-bottom: 2px solid #42332d60;*/
  align-self: center;
  margin-top: 0;
  /*margin-bottom: 30px;*/
  font-weight: 600;
  padding-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
}

.attributes-text{
  margin-bottom: 45px;
}

.why-item{
  margin-bottom: 30px;
}
.why-image{
  /*max-height: 300px;*/
  overflow: hidden;
  max-width: 320px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.why-image img{
  object-fit: cover;
}

.review-item{
  border: 1px solid #eff0f6;
  background-color: #ffffff;
  box-shadow: 0 2px 7px 0 #14142b0f;
  border-radius: 24px;
  padding: 2rem;
  max-width: 475px;
}

.review-item-meta{
  justify-content: space-between;
}

.review-avatar{
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
}

.review-avatar img{
  object-fit: cover;
}

.review-name{
  font-size: 1.5rem;
  font-weight: bold;
  text-align: right;
}

.review-item-text{
  line-height: 1.4;
}

.form-wrapper{
  border: 1px solid #eff0f6;
  background-color: #ffffff;
  box-shadow: 0 2px 7px 0 #14142b0f;
  border-radius: 24px;
  margin-bottom: 0;
  padding: 2rem 1rem;
  max-width: 475px;
}

form.flex-column{
  width: 100%;
  margin: 0;
  row-gap: 5px;
}
/*form.flex-column > .flex-column{
  margin: 5px 0;
}*/

.form-title {
  width: 100%;
  color: #594c3d;
  font-size: 2.1rem;
  text-align: left;
  /*text-shadow: 1px 1px 4px #ac947a;*/
  font-weight: 800;
}
.form-subtitle{
  width: 100%;
  text-align: left;
}

.input-wrapper{
  width: 100%;
  align-items: stretch;
  row-gap: 2px;
}

.input-wrapper input,
.input-wrapper select{
  /*width: 100%;*/
  height: 40px;
  border-radius: 20px;
  border: 1px solid #eff0f6;
  background-color: #ffffff;
  padding: 0 20px;
}


.input-wrapper input:hover,
.input-wrapper input:focus {
  outline: none;
  border-color: #4a3aff;
  box-shadow: 0 2px 12px 0 #14142b1a;
}

.input-label{
  font-size: 1rem;
  line-height: 1.1;
  color: #211f54;
  font-weight: bold;
}

.submit-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}

.order-button{
  border: none;
}

.section-6{
  padding-bottom: 90px;
  overflow: hidden;
}

.form-bg{
  position: absolute;
  /*width: 475px;*/
  height: 100%;
  width: 550px;
  max-width: 100%;
  right: 0;
  bottom: 0;
  /*transform: translateY(20%);*/
  transform: translateY(38%);
  z-index: -1;
  opacity: 0.8;
  /*border-radius: 24px;*/
  overflow: hidden;
}

.form-bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-nav{
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  align-items: center;
}
.footer-nav a{
  text-align: center;
}
.section-7{
  background-color: #f7f7fc;
  max-width: 100%;
}

.info-item{
  /*border: 1px solid #eff0f6;*/
  background-color: #ac947a61;
  box-shadow: 0 2px 7px 0 #ac947a;
  color: #282828;
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  /*width: 100%;*/
  width: 475px;
  max-width: 90%;
}

.info-item-icon{
  width: 56px;
  height: 56px;
}

.info-item-title{
  font-size: 1.25rem;
  font-weight: 700;
  color: #000000;
}

table{
  table-layout: auto;
  text-align: center;
  vertical-align: middle;
}
th{
  background-color: #42332d15;
}
th, td{
  padding: 4px 6px;
}
table, th, td {
  border: 2px solid #42332d15;
  border-collapse: collapse;
}
caption{
  font-weight: 600;
  font-size: 1.2rem;
  padding-bottom: 10px;
}