p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding-left: 0;
}

button {
  cursor: pointer;
}

address {
  font-style: normal;
}

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

html {
  scroll-behavior: smooth;
}

.list {
  list-style: none;
}

.link {
  text-decoration: none;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.title {
  color: #4b4b4b;
  font-family: "Cormorant Unicase", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 1210px) {
  .title {
    font-size: 64px;
  }
}

.container {
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media screen and (min-width: 1210px) {
  .container {
    max-width: 1210px;
  }
}

.logo__name {
  color: #4b4b4b;
  font-family: "Cormorant Unicase", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.64px;
}
@media screen and (min-width: 768px) {
  .logo__name {
    font-size: 32px;
  }
}

.logo__sub-name {
  color: #000;
  line-height: 1.2;
  margin-top: 8px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 21px;
}

.logo__img {
  width: 70px;
}
@media screen and (min-width: 768px) {
  .logo__img {
    width: 100px;
  }
}

.header {
  padding-top: 15px;
  padding-bottom: 15px;
}

.header__menu {
  color: #4b4b4b;
  font-weight: 600;
  line-height: 1.2;
  background-color: #f4f5f5;
  padding: 3px 10px;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header__menu:hover, .header__menu:focus {
  color: #ff3543;
}

.header__list {
  gap: 60px;
  align-items: center;
  display: none;
}
@media screen and (min-width: 1210px) {
  .header__list {
    display: flex;
  }
}

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

.hero {
  padding-top: 76px;
  padding-bottom: 73px;
  background-image: url(../images/bg-thanks-mob.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #0b0a0c;
}
@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .hero {
    background-image: url(../images/bg-thanks-mob-x2.jpg);
  }
}
@media screen and (min-width: 768px) {
  .hero {
    padding-top: 98px;
    padding-bottom: 75px;
    background-image: url(../images/bg-thanks-tab.jpg);
  }
}
@media screen and (min-width: 768px) and (min-device-pixel-ratio: 2), screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-resolution: 192dpi), screen and (min-width: 768px) and (min-resolution: 2dppx) {
  .hero {
    background-image: url(../images/bg-thanks-tab-x2.jpg);
  }
}
@media screen and (min-width: 1210px) {
  .hero {
    padding-top: 116px;
    padding-bottom: 167px;
    background-image: url(../images/bg-thanks.jpg);
  }
}
@media screen and (min-width: 1210px) and (min-device-pixel-ratio: 2), screen and (min-width: 1210px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 1210px) and (min-resolution: 192dpi), screen and (min-width: 1210px) and (min-resolution: 2dppx) {
  .hero {
    background-image: url(../images/bg-thanks-x2.jpg);
  }
}

.hero__sub-title {
  color: #d8b9a5;
  font-family: "Cormorant Unicase", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 19px;
}
@media screen and (min-width: 768px) {
  .hero__sub-title {
    font-size: 32px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1210px) {
  .hero__sub-title {
    font-size: 40px;
    margin-bottom: 26px;
  }
}

.hero__title {
  color: #fff;
  font-family: "Cormorant Unicase", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  width: 257px;
  margin-bottom: 41px;
  background-color: #413931;
}
@media screen and (min-width: 768px) {
  .hero__title {
    font-size: 40px;
    width: 456px;
    margin-bottom: 64px;
    background-color: transparent;
  }
}
@media screen and (min-width: 1210px) {
  .hero__title {
    font-size: 64px;
    width: 593px;
    margin-bottom: 43px;
    line-height: 1;
  }
}

.hero__txt {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  border-left: 4px solid #d8b9a5;
  padding-left: 20px;
  margin-bottom: 60px;
  background-color: #413931;
}
@media screen and (min-width: 768px) {
  .hero__txt {
    width: 352px;
    margin-bottom: 63px;
  }
}
@media screen and (min-width: 1210px) {
  .hero__txt {
    background-color: transparent;
    line-height: 1.2;
    font-size: 18px;
    margin-bottom: 68px;
    width: 100%;
  }
}

.button {
  border-radius: 44px;
  background-color: #ff3543;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  border: none;
  padding-top: 22px;
  padding-right: 40px;
  padding-left: 84px;
  padding-bottom: 22px;
  position: relative;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.button:hover, .button:focus {
  background-color: #c50210;
}
@media screen and (min-width: 1210px) {
  .button {
    font-size: 32px;
    padding-right: 47px;
    padding-left: 107px;
  }
}

.button::before {
  content: "";
  display: block;
  width: 35px;
  height: 34px;
  background-image: url(../images/button.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 23%;
  left: 31px;
}
@media screen and (min-width: 1210px) {
  .button::before {
    top: 30%;
    left: 47px;
  }
}

.ser-bl {
  position: relative;
}

.ser-bl__block {
  position: relative;
  background-color: #fff;
  top: 0px;
}
@media screen and (min-width: 1210px) {
  .ser-bl__block {
    position: absolute;
    top: -74px;
  }
}

.service__slid-bl {
  padding-top: 64px;
  padding-right: 0px;
  padding-left: 0px;
}
@media screen and (min-width: 1210px) {
  .service__slid-bl {
    padding-top: 74px;
    padding-right: 37px;
    padding-left: 134px;
  }
}

.service {
  background-color: #444;
}

.service__sub-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 11px;
}
@media screen and (min-width: 1210px) {
  .service__sub-title {
    font-size: 24px;
    margin-bottom: 14px;
  }
}

.recall__li {
  background-color: #fff;
  padding: 9px 9px 25px;
}

.service__tit {
  color: #000;
  font-family: "Cormorant Unicase", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  border-left: 4px solid #ff3543;
  padding-left: 15px;
  margin-top: 26px;
  margin-bottom: 13px;
}

.service__txt {
  width: 259px;
  color: #4b4b4b;
}

.about-gen__slider {
  max-width: 283px;
}
@media screen and (min-width: 768px) {
  .about-gen__slider {
    max-width: 600px;
  }
}

.about-gen__slider .slick-track {
  display: flex;
  gap: 35px;
  padding-bottom: 40px;
  padding-top: 13px;
}

.about-svg {
  cursor: pointer;
  display: flex;
  position: relative;
  justify-content: flex-start;
  margin-top: 40px;
}
@media screen and (min-width: 1210px) {
  .about-svg {
    justify-content: flex-end;
    margin-top: 0px;
  }
}

.about-svg-left {
  margin-right: 20px;
}

.about-svg-left:hover,
.about-svg-left:focus {
  fill: #4d5b7e;
}

.about-svg-right:hover,
.about-svg-right:focus {
  fill: #4d5b7e;
}

.about-block--all {
  display: flex;
  gap: 60px;
  flex-wrap: nowrap;
  overflow: hidden;
}

.service__plus-bl {
  background-color: #444;
}

.service__svg {
  fill: #a2a2a2;
}

.service__name {
  color: #f8f8f8;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 1210px) {
  .service__name {
    font-size: 20px;
  }
}

.service__text {
  color: #8a8a8a;
  width: 100%;
}
@media screen and (min-width: 1210px) {
  .service__text {
    width: 436px;
  }
}

.service-plus__pos {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1210px) {
  .service-plus__pos {
    gap: 37px;
  }
}

.service-plus__li {
  margin-bottom: 25px;
}

.service__pos {
  display: flex;
  justify-content: space-between;
}

.service-plus__list {
  padding-top: 64px;
  padding-left: 0px;
  padding-bottom: 39px;
}
@media screen and (min-width: 1210px) {
  .service-plus__list {
    padding-top: 64px;
    padding-left: 61px;
    padding-bottom: 70px;
  }
}

.about {
  padding-top: 0px;
  padding-bottom: 64px;
}
@media screen and (min-width: 1210px) {
  .about {
    padding-top: 74px;
    padding-bottom: 74px;
  }
}

.about__name {
  color: #000;
  text-align: center;
  font-family: "Cormorant Unicase", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 19px;
  margin-bottom: 7px;
}

.about__sub-name {
  color: rgba(36, 36, 36, 0.5);
  text-align: center;
}

.about__block--pos {
  display: flex;
  gap: 56px;
  justify-content: center;
  flex-direction: column-reverse;
  align-items: center;
}
@media screen and (min-width: 1210px) {
  .about__block--pos {
    flex-direction: row;
  }
}

.about__list {
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-direction: row;
}
@media screen and (min-width: 1210px) {
  .about__list {
    flex-direction: column;
    gap: 50px;
  }
}

.about__li {
  width: 145px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about__sub-tit {
  color: #ff3543;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  text-transform: uppercase;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 11px;
}
@media screen and (min-width: 1210px) {
  .about__sub-tit {
    width: 422px;
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 17px;
  }
}

.about__txt {
  width: 100%;
  margin-bottom: 38px;
}
@media screen and (min-width: 1210px) {
  .about__txt {
    width: 456px;
  }
}

.about__photo {
  width: 402px;
  height: 100%;
}

.about__button {
  border-radius: 44px;
  background: #ff3543;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  padding: 15px 60px;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.about__button:hover, .about__button:focus {
  background-color: #c50210;
}

.steps-nam {
  padding-top: 34px;
  padding-bottom: 34px;
  text-align: center;
  background-color: #f8f2ee;
}
@media screen and (min-width: 1210px) {
  .steps-nam {
    padding-top: 40px;
    padding-bottom: 39px;
  }
}

.steps-nam__sub-tit {
  font-size: 20px;
  margin-top: 11px;
}
@media screen and (min-width: 1210px) {
  .steps-nam__sub-tit {
    font-size: 24px;
  }
}

.steps {
  padding-top: 45px;
  padding-bottom: 64px;
}
@media screen and (min-width: 1210px) {
  .steps {
    padding-top: 60px;
    padding-bottom: 74px;
  }
}

.steps__icon {
  fill: #4b4b4b;
}

.cards__step-txt {
  color: #ff3543;
  font-family: "Cormorant Unicase", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  width: 217px;
}

.cards__product {
  display: flex;
  align-items: center;
  gap: 17px;
  justify-content: center;
  padding: 13px 12px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (min-width: 1210px) {
  .cards {
    gap: 30px;
  }
}

.cards__item {
  width: 100%;
  transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 1210px) {
  .cards__item {
    width: 370px;
  }
}

.cards__item:hover,
.cards__item:focus {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.051), 0px 4px 4px rgba(0, 0, 0, 0.046), 1px 4px 6px rgba(0, 0, 0, 0.051);
}

.cards__product {
  position: relative;
  overflow: hidden;
}

.cards__text {
  position: absolute;
  top: 0;
  padding: 14px;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #fff;
  background-color: #ff3543;
  height: 100%;
  transform: translateY(100%);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
@media screen and (min-width: 1210px) {
  .cards__text {
    font-size: 16px;
    line-height: 1.6;
  }
}

.cards__item:hover .cards__text,
.cards__item:focus .cards__text {
  transform: translateY(0);
}

.form-bl {
  padding-top: 64px;
  padding-bottom: 64px;
  background-image: url(../images/bg-form-mob.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .form-bl {
    background-image: url(../images/bg-form-mob-x2.jpg);
  }
}
@media screen and (min-width: 768px) {
  .form-bl {
    background-image: url(../images/bg-form-tab.jpg);
  }
}
@media screen and (min-width: 768px) and (min-device-pixel-ratio: 2), screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-resolution: 192dpi), screen and (min-width: 768px) and (min-resolution: 2dppx) {
  .form-bl {
    background-image: url(../images/bg-form-tab-x2.jpg);
  }
}
@media screen and (min-width: 1210px) {
  .form-bl {
    padding-top: 74px;
    padding-bottom: 82px;
    background-image: url(../images/bg-form.jpg);
  }
}
@media screen and (min-width: 1210px) and (min-device-pixel-ratio: 2), screen and (min-width: 1210px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 1210px) and (min-resolution: 192dpi), screen and (min-width: 1210px) and (min-resolution: 2dppx) {
  .form-bl {
    background-image: url(../images/bg-form-x2.jpg);
  }
}

.form-bl__text {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 31px;
  padding-left: 0px;
}
@media screen and (min-width: 768px) {
  .form-bl__text {
    width: 480px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1210px) {
  .form-bl__text {
    width: 525px;
    font-size: 20px;
    padding-top: 7px;
    padding-bottom: 41px;
    padding-left: 9px;
    margin: 0;
  }
}

.form-bl__text--acc {
  color: #ff3543;
  font-weight: 600;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.input {
  border-radius: 32.5px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  color: #666;
  font-weight: 400;
  line-height: 1.2;
  padding: 20px 34px;
  width: 100%;
  outline: rgba(0, 0, 0, 0);
}
.input:hover, .input:focus {
  border: 1px solid #ff9fa6;
}
@media screen and (min-width: 1210px) {
  .input {
    width: 542px;
  }
}

.form__btn {
  border-radius: 44px;
  background-color: #ff3543;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  padding: 20px 37px;
  border: none;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.form__btn:hover, .form__btn:focus {
  background-color: #c50210;
}
@media screen and (min-width: 1210px) {
  .form__btn {
    width: 542px;
    padding: 20px 100px;
    font-size: 24px;
  }
}

.form-bl__title {
  margin-left: 0px;
  text-align: center;
}
@media screen and (min-width: 1210px) {
  .form-bl__title {
    margin-left: 26px;
    text-align: left;
  }
}

.footer {
  padding-top: 74px;
  padding-bottom: 74px;
  background-color: #444;
}

.footer__name {
  color: #fff;
}

.footer__sub-name {
  color: #d8b9a5;
}

.footer__copy {
  color: #f0f0f0;
}

.footer__bl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 65px;
}
@media screen and (min-width: 1210px) {
  .footer__bl {
    flex-direction: row;
    gap: 0;
  }
}

.thanks {
  padding-top: 125px;
  padding-bottom: 158px;
  background-image: url(../images/bg-thanks-mob.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #0b0a0c;
}
@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .thanks {
    background-image: url(../images/bg-thanks-mob-x2.jpg);
  }
}
@media screen and (min-width: 768px) {
  .thanks {
    background-image: url(../images/bg-thanks-tab.jpg);
  }
}
@media screen and (min-width: 768px) and (min-device-pixel-ratio: 2), screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-resolution: 192dpi), screen and (min-width: 768px) and (min-resolution: 2dppx) {
  .thanks {
    background-image: url(../images/bg-thanks-tab-x2.jpg);
  }
}
@media screen and (min-width: 1210px) {
  .thanks {
    padding-top: 166px;
    padding-bottom: 245px;
    background-image: url(../images/bg-thanks.jpg);
  }
}
@media screen and (min-width: 1210px) and (min-device-pixel-ratio: 2), screen and (min-width: 1210px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 1210px) and (min-resolution: 192dpi), screen and (min-width: 1210px) and (min-resolution: 2dppx) {
  .thanks {
    background-image: url(../images/bg-thanks-x2.jpg);
  }
}

.thanks__title {
  color: #d8b9a5;
  font-family: "Cormorant Unicase", serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 32px;
  width: 246px;
}
@media screen and (min-width: 1210px) {
  .thanks__title {
    font-size: 64px;
    width: 470px;
  }
}

.thanks__txt {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 58px;
  border-left: 4px solid #d8b9a5;
  padding-left: 21px;
  background-color: #413931;
}
@media screen and (min-width: 1210px) {
  .thanks__txt {
    background-color: transparent;
  }
}/*# sourceMappingURL=main.css.map */