

/* Start:/local/assets/css/info-about-us.css?17815382798543*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gabriela&display=swap");

section {
  font-family: "Montserrat", Arial, sans-serif;
  padding-top: 20px;
}
.container-width {
  width: 98%;
  margin: 0.1em auto;
}
.container-width.container-width--info{
  margin-top: 15px;
}

.text-maroon{
  color: #7C1021 !important;
}
.text-white{
  color: #ffffff !important
}
.normal-text--color-light {
  color: #216034;
}

.span-bg-maroon{
  background-color: #7C1021;
  padding: 5px 15px;
  border-radius: 20px
}
.span-bg-maroon:hover{
  background-color: #670114;
}

.container-center-btn{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-start-btn{
  width: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .container-start-btn{
    justify-content: center;
  }
}

.big-button {
  padding: 12px 40px;
}



.color-bckg {
  background-color: #fbf2e6;
}
.normal-text {
  font-size: 1.3em;
  line-height: 130%;
}
.normal-text span,
.normal-text a,
a.normal-text {
  font-weight: 500;
  color: inherit;
  text-decoration: none;
}

/*------------------------*/
/*--------about us--------*/
/*------------------------*/
.container-3 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
}
.container-3__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 30%;
}
.container-3__img-item {
  width: 100%;
  margin-bottom: 1em;
}
.container-3__text-item {
  text-align: center;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.2em;
  line-height: 110%;
  font-weight: 600;
}
.about-location {
  padding: 2.5em 0;
  text-align: center;
}
@media (max-width: 992px) {
  .about-location {
    padding: 1.5em 0;
  }
}

.about-catalog {
  padding: 1rem 0;
  background-image: url("https://delikatesrakitnoe.ru/delicacies/img/about-us/village-bckg.png");
}

.about-composition {
  padding: 20px 0;
}

.about-order__container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about-order__container {
    flex-direction: column-reverse;
  }
  .about-order__container .container-start-btn{
    justify-content: center;
  }
}
.about-order__info {
  width: 100%;
}
.about-order__img-container {
  display: flex;
  align-items: center;
  width: 40%;
}@media (max-width: 767px) {
  .about-order__img-container{
    align-self: center;
    width: 60%
  }
}
.about-order__img {
  width: 100%;
}
.about-order__btn {
  margin: 1em 0;
}

.about-assortment {
  padding: 5em 0;
  text-align: center;
}@media (max-width: 767px) {
  .about-assortment {
    padding: 2em 0;
  }
}

.assortment-imgs {
  margin: 2em 0;
}

.about-pluses{
  margin-bottom: 30px;
}
.about-pluses__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
.about-pluses__btn {
  margin: 0 auto;
}
.about-pluses .container-3__item {
  width: 15%;
}@media (max-width: 767px) {
  .about-pluses .assortment-imgs.container-3{
    flex-wrap: wrap;
  }
  .about-pluses .container-3__item {
    width: 45%;
    max-width: 45%;
  }
  .container-3__img-item{
    width: 60%;
  }
}
/*------------------------*/
/*--------about us--------*/
/*------------------------*/

/*------------------------*/
/*-------info order-------*/
/*------------------------*/

.icon-text-gorizont {
  display: flex;
  gap: 1em;
  align-items: center;
}
.icon-text-gorizont__img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}
.icon-text-gorizont__img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
@media screen and (max-width: 991px) {
  .icon-text-gorizont__img {
    width: 60px;
    height: 60px;
  }
}

.container-with-img {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}@media screen and (max-width: 991px) {
  .container.how-order .container-with-img,
  .container.online-store .container-with-img {
    flex-direction: column;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .container-with-img {
    flex-direction: column;
    justify-content: center;
    gap: 3cqw;
  }
}
.container-with-img__block {
  align-self: center;
  width: 70%;
  font-size: unset !important;
}
@media screen and (max-width: 767px) {
  .container-with-img__block {
    width: 100%;
    order: 2;
  }
}
@media screen and (max-width: 991px) {
  .container.online-store .container-with-img__block,
  .container.how-order .container-with-img__block {
    width: 100%;
  }
}


.container-with-img__img-container {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .container-with-img__img-container {
    width: 100%;
    order: 1;
  }
}
@media screen and (max-width: 991px) {
  .container.online-store .container-with-img__img-container,
  .container.how-order .container-with-img__img-container {
    align-self: center;
  }
}
.container-with-img__img-container img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .container-with-img__img-container img {
    width: 50% !important;
  }
}

.list {
  margin: 2em 0;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  font-size: unset !important;
}

.terms-delivery .container-width{
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.terms-delivery li {
  list-style: none;
}
.terms-delivery ul {
  margin-bottom: 2em;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.terms-delivery img {
  /*height: 90%;*/
}
.terms-delivery__btn {
  margin-top: 1em !important;
}
@media screen and (max-width: 550px) {
  .terms-delivery__btn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .terms-delivery .icon-text-gorizont {
    flex-direction: column;
  }
}

.how-order .container-with-img__img-container {
  position: relative;
}
.how-order .container-with-img img {
  /*position: absolute;*/
  bottom: 0;
  right: 10%;
  width: 65%;
}@media screen and (max-width: 1199px) {
  .how-order .container-with-img img {
    width: 100%;
  }
}@media screen and (max-width: 991px) {
  .how-order .container-with-img img {
    position: relative;
    bottom: unset;
    right: unset;
  }
}
@media screen and (max-width: 550px) {
  .how-order .container-with-img img {
    position: static;
  }
}
.how-order p {
  margin: 1rem 0;
}

.online-store img {
  width: 70%;
}@media screen and (max-width: 1199px) {
  .online-store img {
    width: 100%;
  }
}
.online-store li {
  margin-left: 1.5em;
  list-style: disc;
}

.order-app li {
  margin-left: 1.5em;
  list-style: disc;
}

.receiving-order img {
  width: 85%;
  max-width: 350px;
}@media screen and (max-width: 1199px) {
  .receiving-order img {
    width: 100%;
  }
}

.how-pay .container,
.order-confirmation .container,
.change-order .container,
.self-delivery .container,
.sales .container {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.change-order-icons {
  display: flex;
  justify-content: space-around;
  gap: 4em;
}
@media screen and (max-width: 550px) {
  .change-order-icons {
    flex-direction: column;
    gap: 10px;
    padding-bottom: 30px;
  }
}
.title-block.title{
  padding: 10px 0;
}
.footer .title-block {
  margin-bottom: 0;
  padding: 30px 0;
}
@media screen and (max-width: 550px) {
  .footer .title-block {
    padding: 5cqw 0;
  }
}

.how-order .container-width,
.how-pay .container-width,
.change-order .container-width,
.order-confirmation .container-width,
.sales .container-width {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 550px) {
  .how-order .container-width,
  .how-pay .container-width,
  .change-order .container-width,
  .order-confirmation .container-width,
  .sales .container-width {
    gap: 10px;
  }
}
@media screen and (max-width: 550px) {
  .how-order .container-width,
  .how-pay .container-width,
  .change-order .container-width,
  .order-confirmation .container-width,
  .sales .container-width {
    gap: 5px;
  }
}

.confidential a{
  font-weight: 400;
  text-decoration-line: revert;
}
/*------------------------*/
/*-------info order-------*/
/*------------------------*/

/*------------------------*/
/*----------sales---------*/
/*------------------------*/
.sales-birthday ul {
  padding-left: 0;
  list-style: none;
}
section.footer{
  text-align: center;
}
/*------------------------*/
/*----------sales---------*/
/*------------------------*/

/* End */
/* /local/assets/css/info-about-us.css?17815382798543 */
