@charset "UTF-8";
/*-----------------GLOBAL STYLES--------------*/
html, body {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  color: #4A4A4A;
}

body {
  background-color: #F0E6DC;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.container {
  max-width: 1134px;
  margin: 0 auto;
  padding: 0 15px;
}

.font-title {
  font-family: "Playfair Display", serif;
}

.logo {
  font-family: "Playfair Display", serif;
  letter-spacing: 5px;
  color: #FFFFFF;
  cursor: pointer;
}

.margin-bottom20 {
  margin-bottom: 20px;
}

@media only screen and (min-width: 200px) and (max-width: 1024px) {
  .logo {
    color: #D08F73;
    background-color: #F9DDCF;
    padding: 10px;
    display: inline-block;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  font-display: block;
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
}

input, button {
  border: none;
  font-family: inherit;
  font-size: inherit;
}

button, input[type="submit"] {
  background: none;
  cursor: pointer;
}

input:focus, button:focus {
  outline: none;
}

ul, li {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
}

.btn-inquire, .btn-get, .btn-buynow, .btn-addtocart-2, .btn-subscribe {
  width: 92px;
  height: 40px;
  color: #FFFFFF;
  background-color: #D08F73;
  line-height: 1.2;
  -webkit-transition: background-color 1s ease-in-out;
  transition: background-color 1s ease-in-out;
}

.btn-inquire:hover, .btn-get:hover, .btn-buynow:hover, .btn-addtocart-2:hover, .btn-subscribe:hover {
  background-color: #000;
}

.btn-learnmore {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #D08F73;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.btn-learnmore::after {
  position: absolute;
  left: 0;
  width: 0%;
  bottom: -9px;
  content: '';
  display: block;
  height: 2px;
  background-color: #D08F73;
  -webkit-transition: width 0.5s ease-in;
  transition: width 0.5s ease-in;
}

.btn-learnmore:hover::after {
  width: 100%;
}

.btn-addtocart {
  text-transform: uppercase;
  color: #D08F73;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 1px;
  -webkit-transition: color 1s ease-in-out, -webkit-transform 1s ease-in;
  transition: color 1s ease-in-out, -webkit-transform 1s ease-in;
  transition: color 1s ease-in-out, transform 1s ease-in;
  transition: color 1s ease-in-out, transform 1s ease-in, -webkit-transform 1s ease-in;
}

.btn-addtocart:hover {
  color: #000;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}

.btn-letstalk {
  width: 158px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #D08F73;
  color: #D08F73;
  -webkit-transition: background-color 1s ease-in-out, color 1s ease-in-out, border 1s ease-in-out;
  transition: background-color 1s ease-in-out, color 1s ease-in-out, border 1s ease-in-out;
  -webkit-animation: movebounce 3s linear infinite;
          animation: movebounce 3s linear infinite;
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.btn-letstalk:hover {
  background-color: #000;
  color: #FFFFFF;
  border: #FFFFFF;
}

.btn-get, .btn-buynow, .btn-addtocart-2 {
  width: 100%;
  text-transform: uppercase;
  height: 60px;
  letter-spacing: 1px;
}

.btn-subscribe {
  width: 125px;
  height: 46px;
  background-color: #F0E6DC;
  color: #D08F73;
  text-transform: uppercase;
  border: 1px solid #F0E6DC;
  z-index: 999;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.btn-subscribe:hover {
  border: 1px solid #000;
}

.btn-buynow, .btn-addtocart-2 {
  max-width: 353px;
}

.btn-addtocart-2 {
  color: #D08F73;
  background-color: transparent;
  border: 1px solid #D08F73;
}

.btn-modalclose {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 30px;
}

.btn-modal {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 175px;
  height: 50px;
  -webkit-transition: background-color 1s ease-in;
  transition: background-color 1s ease-in;
}

.btn-modal:hover {
  background-color: #000;
}

@media only screen and (min-width: 200px) and (max-width: 1024px) {
  .btn-subscribe {
    width: 100%;
  }
}

/*---------------BLOCKS------------------*/
.nav {
  padding-top: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

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

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

.nav .nav__right.show-nav__right {
  display: block;
}

.nav__links, .footer__links {
  line-height: 1.2;
  color: #FFFFFF;
  margin-right: 68px;
}

.nav__links ul, .footer__links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav__links ul > *, .footer__links ul > * {
  margin-right: 52px;
}

.nav__links ul li:last-child, .footer__links ul li:last-child {
  margin-right: 0;
}

.nav__links ul a:hover, .footer__links ul a:hover {
  color: #D08F73;
}

.nav__links-text, .footer__links-text {
  position: relative;
}

.nav__links-text::after, .footer__links-text::after {
  position: absolute;
  left: 0;
  width: 0%;
  bottom: -9px;
  content: "";
  display: block;
  height: 2px;
  background-color: #D08F73;
  -webkit-transition: width 0.5s ease-in;
  transition: width 0.5s ease-in;
}

.nav__links-text:hover::after, .footer__links-text:hover::after {
  width: 100%;
}

.nav__links-text.active::after, .active.footer__links-text::after {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -9px;
  content: "";
  display: block;
  height: 2px;
  background-color: #D08F73;
}

.nav .active {
  color: #D08F73;
}

.nav__mobile {
  display: none;
}

@media only screen and (min-width: 200px) and (max-width: 1024px) {
  .nav {
    background-color: #F0E6DC;
    padding-bottom: 15px;
  }
  .nav__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nav__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
  }
  .nav__links, .footer__links {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .nav__links ul, .footer__links ul {
    margin-right: 0;
    -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;
  }
  .nav__links ul > *, .footer__links ul > * {
    margin-right: 0;
  }
  .nav__links ul li, .footer__links ul li {
    margin: 10px;
  }
  .nav__links ul li:last-child, .footer__links ul li:last-child {
    margin-right: 10px;
  }
  .nav__mobile {
    display: block;
    margin: 40px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .nav__right {
    display: none;
  }
  .nav__mobile {
    display: block;
    margin: 40px 0;
  }
}

.header {
  position: relative;
}

.header__img {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 200px) and (max-width: 1024px) {
  .header {
    position: relative;
  }
  .header img {
    height: 300px;
    width: 100%;
    margin-top: 130px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header__img--mobile {
    -o-object-position: 30% 0;
       object-position: 30% 0;
  }
}

.intro {
  padding: 112px 0 12px;
  margin: 138px 0 200px;
}

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

.intro__desc {
  padding-right: 86px;
}

.intro__desc-title, .about__desc-title {
  margin-bottom: 45px;
  font-family: "Playfair Display", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 2px;
  position: relative;
}

.intro__desc-title::after, .about__desc-title::after {
  content: '';
  position: absolute;
  top: -104px;
  left: -87px;
  display: block;
  width: 100%;
  height: 500px;
  background-image: url("./../../img/elements/oval-paragraph.png");
  background-repeat: no-repeat;
  z-index: -1;
}

.intro__desc-text, .about__desc-text, .product__desc-text {
  font-size: 15px;
  line-height: 2.4;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.intro__advantages {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 86px;
          column-gap: 86px;
  row-gap: 44px;
}

.intro__item {
  width: 238px;
  padding: 15.5px 30px 0 15.5px;
}

.intro__item-img {
  width: 49px;
}

.intro__item-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 1px;
  padding: 16.5px 0 20px;
}

.intro__item-desc {
  margin-bottom: 25px;
}

@media only screen and (min-width: 200px) and (max-width: 1024px) {
  .intro {
    padding-top: 10px;
    margin: 10px 0 10px;
  }
  .intro__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intro__desc {
    padding: 0;
    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-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intro__desc-title, .about__desc-title {
    text-align: center;
  }
  .intro__desc-text, .about__desc-text, .product__desc-text {
    text-align: center;
  }
  .intro__advantages {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    margin: 40px 0;
  }
  .intro__item {
    width: 100%;
    padding: 0 20px 20px;
    text-align: center;
  }
  .intro img {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .intro__desc {
    padding: 0 40px;
  }
  .intro__desc-title::after, .about__desc-title::after {
    display: none;
  }
  .intro__advantages {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .intro__item {
    text-align: center;
  }
}

.best {
  margin-bottom: 200px;
}

.best__title, .contact__title {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 25px;
  line-height: 1.6;
  letter-spacing: 2px;
  margin-bottom: 86.5px;
  position: relative;
}

.best__title::before, .contact__title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 38%;
  display: block;
  width: 100%;
  height: 500px;
  background-image: url("./../../img/elements/oval-title.png");
  background-repeat: no-repeat;
  z-index: -1;
}

.best__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
          column-gap: 24px;
}

.best__products--additional {
  margin-top: 70px;
}

.best__item {
  text-align: center;
}

.best__item p:nth-child(2) {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 2px;
}

.best__item p:nth-child(3) {
  margin: 20px 0 25px;
}

.best__item:nth-child(1) {
  margin-top: 0;
}

.best__item img {
  margin-bottom: 15px;
  cursor: pointer;
}

.best__item img:hover {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

@media only screen and (min-width: 200px) and (max-width: 1024px) {
  .best {
    margin-bottom: 20px;
  }
  .best__title, .contact__title {
    margin-bottom: 20px;
  }
  .best__title::before, .contact__title::before {
    position: absolute;
    top: -10px;
    left: 10%;
  }
  .best__products {
    -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;
  }
  .best__item img {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .best__products {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .best__title::before, .contact__title::before {
    display: none;
  }
}

.about {
  margin-bottom: 200px;
}

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

.about__pictures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

.about__pictures a {
  overflow: hidden;
}

.about__pictures img {
  -webkit-transition: -webkit-transform 0.5s ease-in;
  transition: -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
}

.about__pictures img:hover {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transform: scale(1.2) rotate(9deg);
          transform: scale(1.2) rotate(9deg);
}

.about__desc {
  max-width: 368px;
  margin-left: 120px;
}

@media only screen and (min-width: 200px) and (max-width: 1024px) {
  .about {
    margin-bottom: 20px;
    padding: 20px 20px 0 20px;
  }
  .about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__pictures {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
  .about__desc {
    margin: 20px 0 0;
    padding: 0 10px;
    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-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__desc-title {
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .about {
    padding: 50px 0;
  }
  .about__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .about__pictures {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .about__desc {
    margin-left: 20px;
  }
}

.cta {
  background-color: #F9DDCF;
}

.cta__wrapper {
  height: 260px;
  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;
}

.cta__left h2 {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 10px;
}

@media only screen and (min-width: 200px) and (max-width: 1024px) {
  .cta {
    padding: 20px 0;
  }
  .cta__wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cta__left {
    text-align: center;
    margin-bottom: 20px;
  }
}

.gallery {
  margin: 200px 0;
}

.gallery a {
  display: block;
  /*-------for grid imgs---------*/
}

.gallery__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 30px;
}

.gallery__wrapper span {
  width: 100%;
  height: 100%;
}

.gallery__wrapper img {
  width: 100%;
  height: 100%;
}

.gallery__wrapper img:hover {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.gallery__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gallery__column-2 {
  display: -ms-grid;
  display: grid;
  row-gap: 30px;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  width: 740px;
      grid-template-areas: 'large-1 large-1' 'small-1 small-2';
}

.gallery__column-2 .item-2 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: large-1;
}

.gallery__column-2 .item-4 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: small-1;
}

.gallery__column-2 .item-5 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: small-2;
}

@media only screen and (min-width: 200px) and (max-width: 1024px) {
  .gallery {
    margin: 20px 0;
  }
  .gallery__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gallery__column {
    gap: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .gallery__column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .gallery .item-3 img {
    width: 353px;
    height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 50%;
       object-position: 0 50%;
  }
}

.contact {
  margin-bottom: 200px;
}

.contact__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact__form {
  max-width: 547px;
}

.contact__input input {
  border-bottom: 1px solid #D08F73;
  width: 100%;
  height: 48px;
  margin-bottom: 37px;
  background-color: transparent;
}

.contact__input input::-webkit-input-placeholder {
  padding-left: 28px;
  color: #D08F73;
  letter-spacing: 1px;
}

.contact__input input:-ms-input-placeholder {
  padding-left: 28px;
  color: #D08F73;
  letter-spacing: 1px;
}

.contact__input input::-ms-input-placeholder {
  padding-left: 28px;
  color: #D08F73;
  letter-spacing: 1px;
}

.contact__input input::placeholder {
  padding-left: 28px;
  color: #D08F73;
  letter-spacing: 1px;
}

@media only screen and (min-width: 200px) and (max-width: 1024px) {
  .contact {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .contact__input input::-webkit-input-placeholder {
    padding-left: 5px;
  }
  .contact__input input:-ms-input-placeholder {
    padding-left: 5px;
  }
  .contact__input input::-ms-input-placeholder {
    padding-left: 5px;
  }
  .contact__input input::placeholder {
    padding-left: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact__form {
    width: 100%;
  }
}

.user-choice {
  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;
  margin: 37px 0 50px;
}

.user-choice__service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 400px;
  position: relative;
}

.user-choice__service-item {
  margin-right: 15px;
  color: #D08F73;
  font-size: 11px;
}

.user-choice__service-item:last-child {
  margin-right: 0;
}

.custom-check {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 1px solid #D08F73;
  margin-right: 3px;
  vertical-align: sup;
}

.custom-check::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 7px;
  height: 7px;
  background-image: url("./../../img/elements/tick.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}

.real-check:checked + .custom-check::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.real-check {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.real-check:focus + .custom-check {
  -webkit-box-shadow: 0px 0px 0px 1px #D08F73, 0px 0px 10px #D08F73;
          box-shadow: 0px 0px 0px 1px #D08F73, 0px 0px 10px #D08F73;
}

@media only screen and (min-width: 200px) and (max-width: 1024px) {
  .user-choice {
    -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;
  }
  .user-choice__service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 250px;
    margin-top: 57px;
  }
}

.custom-select {
  position: relative;
  width: 140px;
}

.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  background-color: transparent;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 22px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #D08F73 transparent transparent transparent;
}

/*style the arrow inside the select element:*/
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #D08F73 transparent;
  top: 14px;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  font-family: #D08F73;
  color: #D08F73;
  padding: 14px 16px;
  border: 1px solid #D08F73;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #FFFFFF;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 99;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background-color: #D08F73;
  padding: 90px 0;
  color: #FFFFFF;
}

.footer__links {
  margin: 30px 0 52px;
}

.footer__links ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__links ul a:hover {
  color: #F9DDCF;
}

.footer__links-text::after {
  background-color: #F9DDCF;
}

.footer__links-text.active::after {
  background-color: #F9DDCF;
}

.footer .active {
  color: #F9DDCF;
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 53px;
}

.footer__socials-item {
  margin-right: 26px;
}

.footer__socials-item:last-child {
  margin-right: 0;
}

.footer__socials-item img {
  width: 20px;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.footer__socials-item img:hover {
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}

.footer__desc {
  max-width: 486px;
  padding: 0 25px;
  margin-bottom: 45px;
}

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

.footer__form input {
  width: 315px;
  height: 46px;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  padding-left: 15px;
  padding-right: 15px;
  color: #FFFFFF;
}

.footer__form input::-webkit-input-placeholder {
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.footer__form input:-ms-input-placeholder {
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.footer__form input::-ms-input-placeholder {
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.footer__form input::placeholder {
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media only screen and (min-width: 200px) and (max-width: 1024px) {
  .footer__form {
    display: block;
  }
  .footer__form input {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}

.product {
  margin: 200px 0;
}

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

.product__slick {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 65.6px;
  max-width: 454px;
}

.product__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 65.5px;
  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;
  max-width: 454px;
}

.product__desc-price {
  font-size: 24px;
  font-weight: 700;
  color: #D08F73;
}

.product__desc-title {
  margin-bottom: 45px;
  font-family: "Playfair Display", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 2px;
}

@media only screen and (min-width: 200px) and (max-width: 1024px) {
  .product {
    margin: 20px 0 40px;
  }
  .product__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product__slick {
    margin-right: 0;
  }
  .product__desc {
    margin-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product__desc-text {
    text-align: center;
  }
}

.slider-nav {
  background-color: #F9DDCF;
  cursor: pointer;
}

.slider-nav img {
  padding: 30px 5px;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  border: 1px solid #D08F73;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.number-input,
.number-input * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #D08F73;
}

.number-input button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.number-input button:after {
  display: inline-block;
  position: absolute;
  font-size: 20px;
  content: '−';
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.number-input button.plus:after {
  content: '+';
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.number-input input[type=number] {
  width: 85px;
  padding: 10px;
  border: solid #D08F73;
  border-width: 0 1px;
  font-size: 20px;
  height: 60px;
  text-align: center;
  background-color: transparent;
}

.modal {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  -webkit-animation: modalopen 0.5s ease-in-out;
          animation: modalopen 0.5s ease-in-out;
  z-index: 999;
}

@-webkit-keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.modal-container {
  background-color: #FFFFFF;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  padding: 50px;
  background-image: url("./../../img/modal/modal-back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.modal__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal__title {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 3px;
  color: #FFFFFF;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.modal__subtitle {
  font-family: "Playfair Display", serif;
  font-size: 45px;
  line-height: 1;
  letter-spacing: 2px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.modal__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 200px;
}

.modal__form input {
  background-color: transparent;
  border-bottom: 1px solid #FFFFFF;
  width: 300px;
  height: 50px;
  margin-right: 10px;
  color: #FFFFFF;
}

.modal__form input::-webkit-input-placeholder {
  color: #FFFFFF;
  letter-spacing: 1px;
}

.modal__form input:-ms-input-placeholder {
  color: #FFFFFF;
  letter-spacing: 1px;
}

.modal__form input::-ms-input-placeholder {
  color: #FFFFFF;
  letter-spacing: 1px;
}

.modal__form input::placeholder {
  color: #FFFFFF;
  letter-spacing: 1px;
}

.modal.show-modal {
  display: block;
}

@media only screen and (min-width: 200px) and (max-width: 1024px) {
  .modal-container {
    width: 100%;
    height: 100%;
    background-position: center;
    overflow-y: hidden !important;
    /*---------doesn't work----------*/
  }
  .modal__form input {
    width: 100%;
    margin-bottom: 20px;
  }
}

.nav__mobile-wrapper {
  width: 30px;
  height: 30px;
  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;
}

.nav__mobile {
  position: relative;
  width: 30px;
  height: 5px;
  background-color: #D08F73;
}

.nav__mobile::before {
  position: absolute;
  left: 0;
  top: -10px;
  content: '';
  width: 30px;
  height: 5px;
  background-color: #D08F73;
  -webkit-transition: top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
  transition: top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
}

.nav__mobile::after {
  position: absolute;
  left: 0;
  top: 10px;
  content: '';
  width: 30px;
  height: 5px;
  background-color: #D08F73;
  -webkit-transition: top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
  transition: top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
}

.nav__mobile.nav__mobile-active {
  background-color: transparent;
}

.nav__mobile.nav__mobile-active::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s, -webkit-transform 0.2s ease-in 0.2s;
}

.nav__mobile.nav__mobile-active::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s, -webkit-transform 0.2s ease-in 0.2s;
}
/*# sourceMappingURL=style.css.map */