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

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

li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

html,
body {
  height: 100%;
  line-height: 1;
}

textarea,
button,
input {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
}

button {
  cursor: pointer;
  background-color: inherit;
}

body {
  font-family: "Lora", serif;
  font-size: 15px;
  background: rgb(253, 250, 240);
}

.wrapper {
  overflow: clip;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

[class*=__container] {
  max-width: 1150px;
  padding: 0px 15px;
  margin: 0 auto;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  min-height: 100px;
}
@media (max-width: 640px) {
  .header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 150px;
     -moz-column-gap: 150px;
          column-gap: 150px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 871px) {
  .header__menu {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
@media (max-width: 425px) {
  .header__menu {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.menu_header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 97px;
     -moz-column-gap: 97px;
          column-gap: 97px;
}
@media (max-width: 871px) {
  .menu_header__list {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.menu_header__link {
  color: rgb(2, 2, 2);
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 425px) {
  .menu_header__link {
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .menu_header__link:hover {
    color: rgb(223, 177, 96);
  }
}
.home_page {
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 242, 0.04)), to(rgba(255, 225, 155, 0.32))), url(../img/BGmain.webp) 70% 20% no-repeat;
  background: linear-gradient(270deg, rgba(255, 255, 242, 0.04), rgba(255, 225, 155, 0.32) 100%), url(../img/BGmain.webp) 70% 20% no-repeat;
  background-size: cover;
}
.home_page:not(:last-child) {
  margin-bottom: 120px;
}
@media (max-width: 768.98px) {
  .home_page:not(:last-child) {
    margin-bottom: 50px;
  }
}

.home_page__title {
  padding-top: 100px;
  color: rgb(2, 2, 2);
  font-size: 96px;
  line-height: 1.3;
  text-transform: uppercase;
}
.home_page__title:not(:last-child) {
  margin-bottom: 5px;
}
@media (max-width: 650px) {
  .home_page__title {
    font-size: 64px;
  }
}
@media (max-width: 450px) {
  .home_page__title {
    font-size: 45px;
  }
}
.home_page__sub_title {
  color: rgb(2, 2, 2);
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  max-width: 630px;
}
.home_page__sub_title:not(:last-child) {
  margin-bottom: 280px;
}
@media (max-width: 450px) {
  .home_page__sub_title {
    font-size: 20px;
  }
}
.home_page__text {
  color: rgba(2, 2, 2, 0.9);
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 7%;
  text-align: center;
  max-width: 630px;
  padding-bottom: 100px;
}
@media (max-width: 450px) {
  .home_page__text {
    font-size: 20px;
  }
}

.product:not(:last-child) {
  margin-bottom: 120px;
}
.product__container {
  max-width: 1000px;
}
.product__title {
  color: rgb(2, 2, 2);
  font-size: 36px;
  line-height: 1.3;
  letter-spacing: 15px;
  text-transform: uppercase;
}
.product__title::after {
  content: "";
  display: block;
  width: 100%;
  border: 1px solid rgb(2, 2, 2);
}
.product__title:not(:last-child) {
  margin-bottom: 100px;
}
@media (max-width: 768.98px) {
  .product__title:not(:last-child) {
    margin-bottom: 50px;
  }
}
.product__body {
  display: grid;
  grid-template-columns: 267px 267px;
  row-gap: 40px;
  -webkit-column-gap: 150px;
     -moz-column-gap: 150px;
          column-gap: 150px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768.98px) {
  .product__body {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    grid-template-columns: 230px 230px;
  }
}
@media (max-width: 600.98px) {
  .product__body {
    grid-template-columns: 230px;
  }
}
@media (any-hover: hover) {
  .card:hover .card__image {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0 1px 4px rgb(0, 0, 0), -23px 0 20px -23px rgba(0, 0, 0, 0.8), 23px 0 20px -23px rgba(0, 0, 0, 0.8), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 1px 4px rgb(0, 0, 0), -23px 0 20px -23px rgba(0, 0, 0, 0.8), 23px 0 20px -23px rgba(0, 0, 0, 0.8), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  }
}
.card__link {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 600.98px) {
  .card__content {
    gap: 10px;
  }
}
.card_about {
  color: rgba(2, 2, 2, 0.75);
  font-family: Open Sans;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  text-transform: capitalize;
}
.card__image {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card__image img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__title {
  color: rgb(2, 2, 2);
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 10%;
  text-align: center;
  text-transform: capitalize;
}
.card__price {
  color: rgb(0, 0, 0);
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 10%;
  text-align: left;
  text-transform: capitalize;
}
.card__btn {
  color: rgb(30, 30, 30);
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 10%;
  text-align: center;
  text-transform: capitalize;
  border-radius: 5px;
  background: rgb(223, 177, 96);
  padding: 16px 13px;
}
@media (any-hover: hover) {
  .card__btn:hover {
    background: rgb(208, 135, 10);
  }
}

.aboutus:not(:last-child) {
  margin-bottom: 150px;
}
@media (max-width: 768.98px) {
  .aboutus:not(:last-child) {
    margin-bottom: 50px;
  }
}
.aboutus__container {
  max-width: 1000px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  min-height: 350px;
}
@media (max-width: 910px) {
  .aboutus__container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 910px) {
  .aboutus__container {
    border: 10px solid rgb(181, 210, 221);
    padding: 5px;
  }
}
.aboutus__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.aboutus__image img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutus__textblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  text-align: center;
}
.aboutus__title {
  color: rgba(2, 2, 2, 0.8);
  font-size: 36px;
  line-height: 1.3;
  text-transform: uppercase;
}
.aboutus__title::after {
  content: "";
  display: block;
  width: 100%;
  border: 1px solid rgb(0, 0, 0);
}
.aboutus__subtitle {
  color: rgb(223, 177, 96);
  font-style: italic;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1.5px;
}
.aboutus__subtitle:not(:last-child) {
  margin-bottom: 100px;
}
@media (max-width: 910px) {
  .aboutus__subtitle:not(:last-child) {
    margin-bottom: 20px;
  }
}
.aboutus__text {
  color: rgb(2, 2, 2);
  font-size: 16px;
  line-height: 1.25;
}
.aboutus__border {
  position: absolute;
  width: 620px;
  height: 275px;
  bottom: -40px;
  right: 10px;
  border: 10px solid rgb(181, 210, 221);
}
@media (max-width: 910px) {
  .aboutus__border {
    display: none;
  }
}

.fitel {
  background: url(../img/photo_2024-09-06_19-42-01-1.webp) 70% no-repeat;
  background-size: cover;
  margin-bottom: 120px;
}
.fitel__wrap {
  max-width: 530px;
  background: rgb(223, 177, 96);
  padding: 20px 10px;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  row-gap: 130px;
}
@media (max-width: 768.98px) {
  .fitel__wrap {
    background: rgba(223, 176, 96, 0.511);
  }
}
@media (max-width: 465px) {
  .fitel__wrap {
    row-gap: 50px;
  }
}
@media (max-width: 465px) {
  .fitel__holzdocht {
    text-align: center;
  }
}
.fitel__image {
  max-width: 100px;
}
.fitel__image img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.fitel__textblock_titleleft {
  text-align: left;
}
@media (max-width: 465px) {
  .fitel__textblock {
    text-align: center;
  }
}
.fitel__title {
  color: rgb(2, 2, 2);
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 1.5px;
  padding: 0 30px;
}
@media (max-width: 768.98px) {
  .fitel__title {
    color: white;
  }
}
.fitel__subtitle {
  color: rgba(2, 2, 2, 0.8);
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 1.5px;
  text-transform: capitalize;
}
.fitel__subtitle:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 768.98px) {
  .fitel__subtitle {
    color: white;
  }
}
.fitel__text {
  color: rgba(2, 2, 2, 0.8);
  font-family: Open Sans;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1.5px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 465px) {
  .fitel__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768.98px) {
  .fitel__text {
    color: white;
  }
}
.fitel__baumwolldocht {
  padding-bottom: 60px;
}

.footer {
  background: rgb(53, 45, 41);
  color: rgb(255, 255, 255);
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.footer__container {
  max-width: 1000px;
}
.footer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 80px 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768.98px) {
  .footer__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    padding: 50px 10px;
  }
}
.footer__item:not(:last-child) {
  margin-bottom: 40px;
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}
.footer__inst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.footer__inst::before {
  content: "";
  background: url(../img/icons/instagram.svg) 0 0 no-repeat;
  width: 30px;
  height: 30px;
}
.footer__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.footer__email::before {
  content: "";
  background: url(../img/icons/email.svg) 0 0 no-repeat;
  width: 30px;
  height: 30px;
}
.footer .footer__security::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: block;
}
.footer .security-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 556.98px) {
  .footer .security-footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    text-align: center;
  }
}
.footer .security-footer__link {
  font-size: 14px;
}

.page {
  padding-top: 50px;
}
.page:not(:last-child) {
  margin-bottom: 50px;
}
.page__container {
  max-width: 1050px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 835px) {
  .page__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page__image {
  max-width: 333px;
  max-height: 500px;
  overflow: hidden;
  -ms-flex-item-align: center;
      align-self: center;
}
.page__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (any-hover: hover) {
  .page__image img:hover {
    -webkit-transform: scale(1.6);
        -ms-transform: scale(1.6);
            transform: scale(1.6);
  }
}
@media (max-width: 835px) {
  .page__image {
    max-width: 333px;
  }
}
.page__textblock {
  padding: 20px;
}

.textblock-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 70px;
}
.textblock-products__title {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: rgb(2, 2, 2);
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  text-transform: capitalize;
}
.textblock-products__title::after {
  content: "";
  display: block;
  width: 455px;
  border: 1px solid rgb(2, 2, 2);
  margin-bottom: 5px;
}
.textblock-products__subtitle {
  color: rgba(2, 2, 2, 0.6);
  font-family: Open Sans;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  text-transform: capitalize;
}
.textblock-products__subtitle:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .textblock-products__subtitle:not(:last-child) {
    margin-bottom: 20px;
  }
}
.textblock-products__text {
  color: rgb(2, 2, 2);
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
}
.textblock-products__priceblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 575px) {
  .textblock-products__priceblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.textblock-products__price {
  color: rgb(2, 2, 2);
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: capitalize;
}
.textblock-products__btn {
  color: rgb(30, 30, 30);
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  text-transform: capitalize;
  border-radius: 5px;
  background: rgb(223, 177, 96);
  padding: 17px 86px;
}
@media (max-width: 575px) {
  .textblock-products__btn {
    padding: 15px 30px;
  }
}
@media (any-hover: hover) {
  .textblock-products__btn:hover {
    background: rgb(208, 135, 10);
  }
}
.textblock-products__description {
  color: rgba(2, 2, 2, 0.6);
  font-size: 20px;
  line-height: 1, 3;
  text-align: center;
}
@media (max-width: 575px) {
  .textblock-products {
    gap: 30px;
  }
}

.page-basket {
  padding-top: 50px;
}

.basket__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.basket__title {
  font-size: 36px;
  line-height: 1, 3;
  letter-spacing: 5px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 768.98px) {
  .basket__title {
    font-size: 24px;
  }
}
@media (max-width: 425.98px) {
  .basket__title {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.basket__header {
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: rgb(223, 177, 96);
}
@media (max-width: 768.98px) {
  .basket__header {
    font-size: 18px;
  }
}
@media (max-width: 425.98px) {
  .basket__header {
    font-size: 13px;
  }
}
.basket__footer {
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: rgb(223, 177, 96);
  margin-bottom: 50px;
}
@media (max-width: 768.98px) {
  .basket__footer {
    font-size: 18px;
  }
}
.product-basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.product-basket__item {
  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;
  position: relative;
  gap: 10px;
  text-align: center;
  position: relative;
}
.product-basket__item::after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  border: 1px solid black;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.product-basket__image {
  max-width: 100px;
  overflow: hidden;
}
.product-basket__image img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: 70%;
      -ms-transform-origin: 70%;
          transform-origin: 70%;
}
@media (any-hover: hover) {
  .product-basket__image img:hover {
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
  }
}
.product-basket__name-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35%;
          flex: 0 1 35%;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768.98px) {
  .product-basket__name-box {
    font-size: 24px;
  }
}
@media (max-width: 500.98px) {
  .product-basket__name-box {
    font-size: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-basket__counter {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
}
.product-basket__counter .product-basket__input {
  max-width: 50px;
  border: 1px solid black;
  padding: 5px;
}
.product-basket__price {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 768.98px) {
  .product-basket__price {
    font-size: 18px;
  }
}
.product-basket__delete {
  position: absolute;
  top: 0;
  right: 0;
  color: red;
}

.basket__btn {
  color: rgb(30, 30, 30);
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  text-transform: capitalize;
  border-radius: 5px;
  background: rgb(223, 177, 96);
  padding: 17px 36px;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (max-width: 575px) {
  .basket__btn {
    padding: 5px 15px;
  }
}
@media (any-hover: hover) {
  .basket__btn:hover {
    background: rgb(208, 135, 10);
  }
}

.security-page__line::before {
  content: "";
  width: 100%;
  height: 1px;
  border: 1px dashed black;
  display: block;
  margin-bottom: 10px;
}
.security-page__title {
  font-size: 20px;
  padding: 30px 0;
  text-align: center;
}
.security-page__text-block {
  padding-bottom: 10px;
}
.security-page__text-block p:not(:last-child) {
  margin-bottom: 35px;
  line-height: 1.3;
}

.main-form__container {
  max-width: 800px;
}
.main-form__form {
  line-height: 1.3;
  font-weight: 600;
}

.form {
  font-family: "Lora", serif;
  line-height: 1.3;
  font-weight: 600;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}
.form__title {
  font-family: Open Sans;
  font-size: 36px;
  line-height: 1.3;
  letter-spacing: 15px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 550px) {
  .form__title {
    font-size: 20px;
    letter-spacing: 8px;
  }
}
.form__title::after {
  content: "";
  display: block;
  width: 100%;
  border: 1px solid rgb(2, 2, 2);
}
.form__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.form__item label {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35%;
          flex: 0 1 35%;
}
.form__item input {
  width: 100%;
  background-color: rgb(244, 235, 207);
  padding: 10px;
  border-radius: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
}
.form__item textarea {
  height: 150px;
  width: 100%;
  resize: vertical;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
}
@media (max-width: 420px) {
  .form__item textarea {
    display: inline-block;
    min-height: 150px;
  }
}
@media (max-width: 420px) {
  .form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form__item-big {
  height: 150px;
  width: 100%;
  resize: vertical;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
}
.form__security {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.form__security a {
  color: #ae9711;
}
.form__btn {
  color: rgb(30, 30, 30);
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  text-transform: capitalize;
  border-radius: 5px;
  background: rgb(223, 177, 96);
  padding: 17px 36px;
  -ms-flex-item-align: center;
  align-self: center;
}
@media (any-hover: hover) {
  .form__btn:hover {
    background: rgb(207, 150, 51);
  }
}
@media (max-width: 420px) {
  .form__btn {
    font-size: 16px;
  }
}