﻿/*! 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: "Montserrat", sans-serif;
  font-weight: 500;
  background-color: #ffffff;
}

/**
 * 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: "Montserrat", "Times New Roman";*/
  /*font-size: 5em;*/
  /*font-weight: 700;*/
  /*margin: 0.67em 0;*/
  margin: 0;
}

h2 {
  color: #454141;
  /*text-align: center;*/
  /*font-family: "Montserrat", 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: #454141;
  line-height: 1.5;
}

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;
}


video{
  width: 100%;
  height: auto;
}

.mb-0{
  margin-bottom: 0!important;
}

.mob{
  display: none;
}

.red{
  color: #f17054;
}

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

.flex-wrap{
  flex-wrap: wrap;
}

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


.container{
  padding: 0 20px;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}
.gap-5{
  row-gap: 5px!important;
}
.stretch{
  align-items: stretch;
}
.section-1{
  padding-bottom: 60px;
}

.section-1-title{
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 2px;
  font-family: "Merriweather", "Times New Roman";
  color:#9c7e4e;
  width: 100%;
  text-align: center;
}

.section-1-subtitle{
  /*border-bottom: 3px solid #ac1313;*/
  color: #f17054;
  align-self: center;
  margin-top: 0;
  font-weight: 500;
  /*text-transform: uppercase;*/
  /* margin-bottom: 30px; */
  padding-bottom: 0;
  font-size: 1rem;
  letter-spacing: 1px;
}

.section-1-moto{
  font-size: 1.5rem;
  font-weight: 500;
  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;*/
}
.new-price{
  font-weight: 700;
  font-size: 1.75rem;
  /*margin-right: 30px;*/
}

.hero-img{
  display: flex;
  width: 100%;
  max-width: 475px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  z-index: -1;
}

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

.sale{
  font-size: 1rem;
  color: #ffe49b;
}

.sale b{
  font-size: 1.6rem;
  font-weight: 900;
  color: #ffe49b;
}

.hero-img .sale--offer{
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  background-image: linear-gradient(45deg, #2f3039, #2f303980);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  top: 1%;
  left: 1%;
  transform: rotate(-20deg);
}
.sale--offer b{
  font-size: 2rem;
}

.hero-img .sale--gift{
  position: absolute;
  top: 5%;
  right: 5%;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  gap: 5px;
}

.button.dark {
  background-color: #f0d4be;
  color: #f17054;
  /* border: 2px solid #c5befa; */
  border-radius: 33px;
  /* margin-top: 10%; */
  margin-right: 0;
  padding: 15px 40px;
  /* font-family: "Montserrat", sans-serif; */
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  box-shadow: 4px 4px 8px #efd4bd;
/*margin-top: 0;*/
}

.benefit{
  gap: 10px;
  width: 100%;
  justify-content: flex-start;
  /*font-size: 1.5rem;*/
}

.benefit__title{
  color: #f17054;
  font-size: 1.5rem;
  text-align: center;
}

.attributes-text:last-child{
  margin-bottom: 0;
}

.attributes-text:nth-child(2n-1) .benefit{
  margin-left: 2rem;
}

.attributes-text:nth-child(2n) .benefit{
  flex-direction: row-reverse;
  margin-right: 2rem;
  text-align: right;
}

.attributes-text:nth-child(2n-1) p{
  text-align: right;
}

.benefit img{
  width: 90px;
  height: 90px;
  background-color: rgb(241, 112, 84);
  border-radius: 50%;
}

.benefit:nth-child(odd) img{
  float: left;
  margin: 0 15px 15px 0;
}

.benefit:nth-child(even) img{
  float: right;
  margin: 0 0 15px 15px;
}

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

.main{
  padding-top: 80px;
}

.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: #efd4bd;
  border-bottom: 1px solid #ffffff1c;
  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 #0000000d;
}

.footer{
  background-color: #efd4bd;
  border-top: 1px solid #ffffff1c;
  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: 80px;
  /*padding: 20px;*/
  max-width: 1024px;
  margin: 0 auto;
}

.header-logo{
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  /*font-family: "Montserrat", sans-serif;*/
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  padding: 0 20px;
}
.header-logo a{
  color: #000000;
  text-decoration: none;
}
.logo{
  font-weight: 900;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  max-width: 220px;
}
.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: #2f3039;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 0;
  /*padding: 21px 20px;*/
  /*font-family: "Montserrat", sans-serif;*/
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

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

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

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

.reviews-items-slides{
  width: 100%;
  max-width: 475px;
  /*border-radius: 24px;*/
  /*overflow: hidden;*/
  /*box-shadow: 4px 3px 5px #0003;*/
  border: 1px solid #f17054;
  background-color: #ffffff;
  border-radius: 8px;
}

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

.nav-arrow{
  position: absolute;
  /*top: 50%;*/
  top: 300px;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 50%;
  background-color: rgba(47, 48, 57, 0.2);
}
.arrow-prev {
  left: -15px;
}

.arrow-next {
  right: -15px;
}

.catalog-button{
  /*width: 100%;*/
  color: #fff;
  text-align: center;
  padding: 18px 24px;
  font-size: 1.05rem;
  line-height: 1.4;
  background-color: #f17054;
  border-radius: 48px;
}

.section-title{
  text-align: center;
  font-family: "Merriweather", "Times New Roman";
  /*margin-bottom: 30px;*/
  margin-bottom: 15px;
}

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

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

.attributes-text_bg{
  background-color: #ffffff;
  text-align: center;
  padding: 10px 15px;
  border-radius: 15px;
}

.why-item{
  margin-bottom: 30px;
}
.why-image{
  max-height: 300px;
  overflow: hidden;
  max-width: 475px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-image img{
  object-fit: cover;
}

.abs-img-2{
  position: absolute;
  width: 30px;
  transform: rotate(-45deg);
  bottom: -45px;
  left: 10%;
  z-index: 1;
}

.abs-img-3{
  position: absolute;
  width: 120px;
  transform: rotate(90deg);
  bottom: -90px;
  right: 20%;
}

.review-item{
  /*border: 1px solid #f17054;*/
  /*background-color: #ffffff;*/
  /*box-shadow: 0 2px 7px 0 #efd4bd;*/
  /*border-radius: 8px;*/
  padding: 2rem;
  max-width: 475px;
}

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

.review-avatar{
  width: 100%;
  /* min-width: 80px; */
  height: 250px;
  /* min-height: 80px; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

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

.review-name{
font-size: 1.5rem;
font-weight: 700;
text-align: right;
color: #f17054;
}
.review-name i{
  font-size: 1rem;
  font-weight: 300;
  color: #454141;
  margin-left: 10px;
}

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

.form-wrapper{
background-color: #fff6ef;
box-shadow: 0 2px 7px 0 #efd4bd;
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: #f17054;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
}

.form-subtitle{
  width: 100%;
  text-align: center;
  color: #000000;
}

.form-subtitle b{
  color: #f17054;
}

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

.input-wrapper input,
.input-wrapper select{
  height: 40px;
  border-radius: 8px;
  border: none;
  outline: none;
  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;
  font-weight: 300;
  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: 100%;
  max-width: 475px;
  right: 0;
  bottom: 0;
  /*transform: translateY(20%);*/
  transform: translateY(47%);
  z-index: -1;
  opacity: 0.8;
  /*border-radius: 24px;*/
  overflow: hidden;
}

.form-bg img{
  object-fit: cover;
}

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

.info-item{
  border: 1px solid #eff0f6;
  background-color: #ffffff;
  box-shadow: 0 2px 7px 0 #14142b0f;
  color: #6e7191;
  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: 85px;
  min-width: 85px;
  height: 85px;
  min-height: 85px;
  border-radius: 50%;
  overflow: hidden;
}
.info-item-icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.section-3{
  padding-top: 60px;
  background-color: #fff6ef;
  /*padding-bottom: 90px;*/
}

.section-4{
  padding-bottom: 90px;
  background-color: #fff6ef;
}

.section-5{
  padding-top: 90px;
}

.bfaf{
  width: 100%;
  justify-content: center;
  column-gap: 90px;
  margin: 0;
}

.bfaf span{
  font-weight: 900;
  font-size: 2rem;
  color: #f17054;
}

.bfaf.after{
  flex-direction: row-reverse;
}

.bfaf-img{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  overflow: hidden;
}
.about{
  background-color: #fff6ef;
}