/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after {
  clear: both;
}

html {
  font-size: 18px;
  font-weight: 400;
}

body {
  font-family: Montserrat, Arial, Tahoma, sans-serif;
  color: #2B2A28;
  background: #fff;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

p {
  line-height: 1.2;
}

.icon {
  display: inline-block;
  vertical-align: middle;
}

*,
*:active,
*:focus {
  outline: none !important;
}

::-webkit-input-placeholder {
  color: #464648;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #464648;
  opacity: 1;
}

::placeholder {
  color: #464648;
  opacity: 1;
}

.page {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.main-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

strong {
  font-weight: 500;
}

.btn {
  display: inline-block;
  transition: all 0.3s ease-out;
  color: #fff;
  font-family: Montserrat, Arial, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 20px;
  text-align: center;
  background: #FFC400;
  line-height: 1.25;
  border: none;
  border-radius: 7px;
  letter-spacing: -0.01em;
}

.btn:hover {
  background: #ffdc23;
}

button.btn {
  cursor: pointer;
  line-height: 1.25;
  font-family: Montserrat, Arial, Tahoma, sans-serif;
}

.simple-form {
  text-align: left;
}

.simple-form input,
.simple-form textarea {
  display: block;
  width: 100%;
  transition: border-color 0.3s ease-out;
  height: 44px;
  padding: 0 15px;
  color: #9095A0;
  font-size: 16px;
  font-family: Montserrat, Arial, Tahoma, sans-serif;
  border-radius: 7px;
  border: 1px solid #9CA3AF;
  background-color: #fff;
  letter-spacing: -0.01em;
}

.simple-form input:focus,
.simple-form textarea:focus {
  border-color: #FFC400;
}

.simple-form input::-webkit-input-placeholder,
.simple-form textarea::-webkit-input-placeholder {
  color: #9095A0;
  opacity: 1;
}

.simple-form input:-moz-placeholder,
.simple-form textarea:-moz-placeholder {
  color: #9095A0;
  opacity: 1;
}

.simple-form input::-moz-placeholder,
.simple-form textarea::-moz-placeholder {
  color: #9095A0;
  opacity: 1;
}

.simple-form input:-ms-input-placeholder,
.simple-form textarea:-ms-input-placeholder {
  color: #9095A0;
  opacity: 1;
}

.simple-form textarea {
  resize: vertical;
  height: 80px;
  line-height: 1.2;
  padding: 12px;
}

.simple-form .input-block {
  margin-bottom: 20px;
  position: relative;
}

.simple-form .btn {
  width: 100%;
}

.simple-form .required-note {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -14px;
  font-size: 11px;
  color: #F34035;
}

.js-slick .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  text-indent: -9999px;
  cursor: pointer;
  padding: 0;
  margin-top: -13px;
  background: transparent;
  height: 27px;
  width: 17px;
  transition: all 0.3s ease-out;
  border-radius: 0;
  border: none;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
  opacity: 0.5;
}

.js-slick .slick-arrow:hover {
  opacity: 1;
}

.js-slick .slick-arrow.slick-prev {
  background: url("../images/slider-left.svg") center no-repeat;
  background-size: 100% auto;
  left: 35px;
}

.js-slick .slick-arrow.slick-next {
  background: url("../images/slider-right.svg") center no-repeat;
  background-size: 100% auto;
  right: 35px;
}

.js-slick .slick-dots {
  text-align: center;
  position: absolute;
  display: block;
  z-index: 11;
  bottom: 0;
  width: 100%;
  margin-bottom: 35px;
  left: 0;
}

.js-slick .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #fff;
  transition: all 0.3s ease-out;
  background: #A6A6A6;
}

.js-slick .slick-dots li:hover {
  background: #9E7962;
}

.js-slick .slick-dots .slick-active {
  background: #9E7962;
}

/* header =============================================*/

header {
  background: #fff;
}

.header-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 19vh;
  min-height: 150px;
  max-height: 210px;
}

.main-logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  display: inline-block;
}

.main-logo img {
  width: 270px;
}

.header-options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
}

.header-options li {
  margin-left: 11px;
}

.header-options a {
  display: block;
}

.header-options img {
  display: block;
  transition: all 0.3s ease-out;
}

.header-options img:hover {
  opacity: 0.85;
}

/* intro-section =============================================*/

.intro-section {
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-bottom: 5px solid #D3B79E;
  background: linear-gradient(90deg, #A78A6F 22.86%, rgba(167, 138, 111, 0.3) 67.81%, #A78A6F 91.35%), linear-gradient(90deg, #DCDEE2 0%, #DCDEE2 100%);
}

.intro-section .container {
  height: 81vh;
  min-height: 500px;
  max-height: 764px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 5;
}

.intro-content {
  max-width: 760px;
}

h1 {
  font-size: 60px;
  line-height: 158%;
  margin-bottom: 33px;
  animation-delay: 0.3s;
}

.intro-button {
  display: inline-block;
  border-radius: 7px;
  transition: all 0.3s ease-out;
  border: 1px solid #FFFFFF;
  font-weight: 300;
  font-size: 18px;
  padding: 14px 25px;
  animation-delay: 1.1s;
}

.intro-button:hover {
  background: #fff;
  color: #a78a6f;
}

.intro-pic {
  position: absolute;
  z-index: 1;
  bottom: -12px;
  left: 50%;
  margin-left: 117px;
}

.intro-pic img {
  display: block;
}

.intro-lines {
  position: absolute;
  z-index: 2;
  left: -500px;
  top: 60px;
  transform: rotate(-45deg);
}

.intro-lines .line {
  width: 1000px;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.3;
  margin: 80px 0;
}

.intro-circle {
  position: absolute;
  z-index: 3;
  width: 839px;
  height: 839px;
  left: -419px;
  bottom: -419px;
  background: radial-gradient(50% 50% at 50% 50%, #9E7962 0%, rgba(158, 121, 98, 0) 100%);
  opacity: 0.5;
}

/* prepare-section =============================================*/

.prepare-section {
  background: linear-gradient(90deg, rgba(167, 138, 111, 0.3) 0%, #A78A6F 46.35%, rgba(167, 138, 111, 0.94) 100%), #FFFCF2;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 58px 0 80px;
}

.prepare-section .container {
  position: relative;
  z-index: 5;
}

.prepare-pic {
  position: absolute;
  z-index: 1;
  top: -24px;
  right: 50%;
  margin-right: 150px;
}

.prepare-pic img {
  display: block;
}

.padding-left {
  padding-left: 500px;
}

.cut-graph {
  margin-bottom: 88px;
}

h2 {
  font-size: 42px;
  line-height: 145%;
  margin-bottom: 60px;
}

.prepare-list {
  font-weight: 300;
  margin-right: -50px;
}

.prepare-list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.prepare-list .number {
  background: #9E7962;
  border-radius: 50%;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 34px;
  height: 34px;
  font-family: Inter, Arial, Tahoma, sans-serif;
  font-weight: 700;
}

.prepare-list p {
  line-height: 145%;
}

.prepare-lines {
  position: absolute;
  z-index: 2;
  right: -500px;
  bottom: 20px;
  transform: rotate(-45deg);
}

.prepare-lines .line {
  width: 1000px;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.3;
  margin: 80px 0;
}

.prepare-circle {
  position: absolute;
  z-index: 3;
  width: 900px;
  height: 900px;
  right: -450px;
  top: -450px;
  background: radial-gradient(50% 50% at 50% 50%, #9E7962 0%, rgba(158, 121, 98, 0) 100%);
  opacity: 0.5;
}

/* price-section =============================================*/

.price-section {
  background: linear-gradient(90deg, rgba(167, 138, 111, 0.94) 0%, rgba(167, 138, 111, 0.3) 30.67%, #A78A6F 65.57%), #FFFCF2;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 100px 0 209px;
  border-bottom: 5px solid #D3B79E;
}

.price-section .container {
  position: relative;
  z-index: 5;
}

.price-pic {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 50%;
  margin-right: 117px;
}

.price-pic img {
  display: block;
}

.price-lines {
  position: absolute;
  z-index: 2;
  right: -500px;
  bottom: 20px;
  transform: rotate(-45deg);
}

.price-lines .line {
  width: 1000px;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.3;
  margin: 80px 0;
}

.price-list {
  font-weight: 300;
  font-size: 22px;
  line-height: 155%;
  max-width: 464px;
}

.price-list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.price-list li:last-child {
  margin-bottom: 0;
}

.price-list .price {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
}

/* gallery-section =============================================*/

.gallery-section {
  border: 5px solid #D3B79E;
  position: relative;
  z-index: 3;
}

.gallery-section .container {
  position: absolute;
  top: 95px;
  left: 50%;
  margin-left: -600px;
  pointer-events: none;
}

.gallery-slider-block img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}

/* footer =============================================*/

footer {
  background: url("../images/footer-bg.jpg") center no-repeat;
  background-size: cover;
  padding: 98px 0 25px;
  color: #fff;
}

.footer-bootom {
  text-align: center;
  font-weight: 300;
  font-size: 13px;
  line-height: 145%;
  position: relative;
}

.copyright-author {
  position: absolute;
  right: 0;
  font-size: 11px;
  top: -4px;
  opacity: 0.3;
}

.footer-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  margin-bottom: 71px;
}

.contacts-form-outer {
  -ms-flex-order: 3;
  order: 3;
  margin-left: auto;
  width: 470px;
  padding: 60px 44px;
  background: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  border-radius: 9px;
}

.contacts-form {
  color: #2B2A28;
  text-align: center;
}

.contacts-form p {
  font-size: 17px;
  line-height: 1.18;
  margin-bottom: 31px;
}

.contacts-form .form-content {
  margin: 0 auto;
  max-width: 300px;
}

h3 {
  font-size: 24px;
  letter-spacing: -0.01em;
  margin-bottom: 29px;
}

.footer-contacts {
  padding-right: 50px;
  max-width: 331px;
  border-right: 1px solid #fff;
  font-weight: 300;
  font-size: 20px;
  width: 100%;
}

.footer-contacts h2 {
  font-weight: 400;
  margin-bottom: 35px;
}

.footer-contacts p {
  margin-bottom: 60px;
  line-height: 145%;
}

.footer-contacts p:last-child {
  margin-bottom: 0;
}

.footer-contacts p a {
  text-decoration: underline;
}

.footer-contacts p a:hover {
  text-decoration: none;
}

.footer-contacts .mail {
  text-decoration: none;
}

.contacts-numbers {
  margin-bottom: 34px;
}

.contacts-numbers li {
  margin-bottom: 16px;
}

#scrollup {
  position: absolute;
  bottom: 0;
  width: 70px;
  left: 50%;
  margin-left: -35px;
  bottom: -7px;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.235;
}

#scrollup:hover span {
  text-decoration: underline;
}

#scrollup img {
  margin-bottom: 8px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: arrow-up;
}

@keyframes arrow-up {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(5px);
  }
}

/*================= МОДАЛКИ ======================*/

.popup-modal {
  max-width: 470px;
  margin: 30px auto;
  position: relative;
  padding: 60px 44px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  border-radius: 9px;
}

.popup-modal .mfp-close {
  top: 10px;
  right: 10px;
  line-height: 1px;
  opacity: 1;
  width: 13px;
  height: 13px;
}

.popup-modal .mfp-close img,
.popup-modal .mfp-close i {
  pointer-events: none;
  transition: all 0.3s ease-out;
}

.popup-modal .mfp-close:hover img,
.popup-modal .mfp-close:hover i {
  opacity: 0.7;
}

.mfp-bg {
  background: #000;
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.65);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.65;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.65);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.thanks-modal-content {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  height: 300px;
}

.thanks-modal-content h3 {
  margin-bottom: 16px;
}

#deliveryModal {
  max-width: 700px;
}

.delivery-modal-content {
  font-weight: 300;
  margin: -20px 0;
}

.delivery-modal-content p {
  margin-bottom: 18px;
  line-height: 1.45;
}

.delivery-modal-content p:last-child {
  margin-bottom: 0;
}

/*================= АНИМАЦИИ ======================*/

.animated {
  animation-duration: 1.4s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(300%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

/* ========================== MEDIA ===========================*/

@media (min-width: 0) {
  .container {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 1020px) {
  .container {
    width: 1000px;
  }
}

@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}

@media (max-width: 1299px) {
  .prepare-list {
    margin-right: 0;
  }
}

@media (max-width: 1229px) {
  .contacts-form-outer {
    padding: 60px 30px;
    width: 400px;
  }

  .padding-left {
    padding-left: 400px;
  }

  h1 {
    font-size: 57px;
  }

  .gallery-section .container {
    margin-left: -500px;
  }
}

@media (max-width: 1019px) {
  html {
    font-size: 16px;
  }

  header {
    padding: 52px 0;
  }

  .header-content {
    min-height: 1px;
    height: auto;
  }

  .header-options {
    font-size: 24px;
  }

  .padding-left {
    padding-left: 200px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
    margin-bottom: 50px;
  }

  .intro-section .container {
    min-height: 1px;
    height: 560px;
  }

  .gallery-section .container {
    margin-left: -375px;
  }

  .price-pic {
    margin-right: 180px;
  }

  .price-section {
    padding: 100px 0 140px;
  }

  .footer-content {
    margin-bottom: 140px;
  }

  #scrollup {
    bottom: -100px;
  }

  .footer-contacts {
    font-size: 18px;
    padding-right: 25px;
    max-width: 280px;
  }

  .contacts-form-outer {
    padding: 38px 25px;
    width: 360px;
  }

  .contacts-form p {
    font-size: 16px;
  }

  h3 {
    font-size: 22px;
  }

  .popup-modal {
    padding: 50px 30px;
    max-width: 420px;
  }

  .intro-pic img {
    max-width: 540px;
  }

  .price-list {
    font-size: 20px;
  }

  .js-slick .slick-arrow.slick-prev {
    left: 15px;
  }

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

  .js-slick .slick-dots {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .main-logo {
    margin-right: 0;
    margin-bottom: 18px;
  }

  .main-logo img {
    width: 188px;
  }

  header {
    padding: 30px 0;
  }

  .header-content {
    display: block;
    text-align: center;
  }

  .header-options {
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
  }

  .header-options li:first-child {
    margin-left: 0;
  }

  .intro-section:after {
    content: "";
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.5;
  }

  .intro-section .container {
    display: block;
    height: auto;
  }

  .intro-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding: 140px 0 180px;
  }

  h1 {
    font-size: 34px;
  }

  html {
    font-size: 15px;
  }

  .intro-lines {
    top: -70px;
  }

  .intro-lines .line {
    margin: 60px 0;
  }

  .intro-pic {
    margin-left: 0;
  }

  .intro-pic img {
    max-width: 400px;
  }

  .price-lines,
  .prepare-lines {
    bottom: -135px;
  }

  .price-lines .line,
  .prepare-lines .line {
    margin: 60px 0;
  }

  .container {
    padding: 0 20px;
  }

  .padding-left {
    padding-left: 0;
  }

  h2 {
    font-size: 26px;
    margin-bottom: 27px;
  }

  .prepare-pic {
    margin-right: 0;
    height: 100%;
    top: 0;
  }

  .prepare-pic:after {
    content: "";
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(166, 137, 110, 0) 20.19%, #A6896E 35.44%);
    opacity: 0.9;
  }

  .prepare-pic img {
    max-width: 420px;
  }

  .cut-graph {
    margin-left: 45%;
    margin-bottom: 33px;
  }

  .cut-graph img {
    max-width: 100%;
  }

  .prepare-list li {
    margin-bottom: 18px;
  }

  .prepare-list .number {
    width: 28px;
    height: 28px;
    margin-right: 15px;
  }

  .prepare-section {
    padding: 40px 0 30px;
  }

  .gallery-section .container {
    margin-left: 0;
    left: 0;
    top: 70px;
  }

  .gallery-content {
    text-align: center;
  }

  .price-section {
    padding: 135px 0;
    background: linear-gradient(90deg, rgba(167, 138, 111, 0.3) -30%, #A78A6F 35.75%), #FFFCF2;
  }

  .price-content {
    padding-left: 70px;
  }

  .price-list {
    font-size: 17px;
    max-width: 360px;
  }

  .price-pic {
    margin-right: 0;
    right: auto;
    left: -120px;
    top: -50px;
  }

  .price-pic img {
    max-width: 300px;
  }

  footer {
    padding: 60px 0 25px;
  }

  .footer-content {
    display: block;
    padding-bottom: 20px;
  }

  .contacts-form-outer {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 40px;
  }

  h3 {
    font-size: 19px;
    margin-bottom: 24px;
  }

  .contacts-form p {
    font-size: 14px;
  }

  .footer-contacts {
    width: 100%;
    max-width: 380px;
    padding-right: 0;
    padding-top: 25px;
    border-right: none;
    border-top: 1px solid #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
  }

  .footer-contacts p {
    margin-bottom: 40px;
  }

  .footer-bootom {
    font-size: 11px;
  }

  .copyright-author {
    top: -1px;
    font-size: 9px;
  }

  .thanks-modal-content {
    height: 180px;
    font-size: 14px;
  }

  .gallery-section {
    border-left: none;
    border-right: none;
  }

  .js-slick .slick-dots {
    margin-bottom: 20px;
  }

  .js-slick .slick-dots li {
    margin: 0 4px;
  }

  .gallery-slider-block {
    height: 100vh;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 12px;
  }

  h1 {
    font-size: 25px;
  }

  h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  h3 {
    font-size: 16px;
  }

  .intro-content {
    padding: 110px 0 160px;
  }

  .footer-contacts {
    font-size: 14px;
  }

  .footer-bootom {
    font-size: 9px;
  }

  .popup-modal {
    padding: 40px 30px;
  }

  .header-options {
    font-size: 19px;
  }

  .intro-pic {
    margin-left: -40px;
  }

  .prepare-pic {
    margin-right: -55px;
  }

  .prepare-pic img {
    max-width: 370px;
  }

  .prepare-section {
    background: linear-gradient(90deg, rgba(167, 138, 111, 0.3) 0%, #a78a6f 58%, rgba(167, 138, 111, 0.94) 100%) repeat scroll 0 0%, #fffcf2 none repeat scroll 0 0;
  }

  .price-content {
    padding-left: 40px;
  }

  .price-list {
    font-size: 14px;
    padding-top: 20px;
    max-width: 320px;
  }

  .copyright-author {
    font-size: 8px;
    top: 0;
  }

  #scrollup {
    font-size: 14px;
  }

  .btn {
    font-size: 14px;
  }

  .simple-form input,
  .simple-form textarea {
    font-size: 14px;
  }

  .contacts-form p {
    font-size: 13px;
    margin-bottom: 25px;
  }

  .intro-button {
    font-size: 16px;
  }

  .delivery-modal-content {
    font-size: 14px;
    margin: -10px 0;
  }
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}