@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&family=Sen:wght@400..800&display=swap");
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  font-family: "Sen", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #2a465e;
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}

ul, li, ol, dl, dt, dd, form, p, img, video a, h1, h2, h3, h4, h5, h6, button {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  border: none;
  box-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", serif;
  font-weight: 500;
}

button:focus, video:focus, input:focus, textarea:focus, select:focus, select:focus-visible {
  outline: none !important;
  outline-width: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

::selection {
  background-color: #EE5A24;
  color: #ffffff;
}

:focus {
  outline: 0 !important;
}

* {
  box-sizing: border-box;
}

a, label, span, ul, input, textarea, button, div, li, ol, p {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

button {
  cursor: pointer;
}

input, select, textarea, button {
  font-family: "Sen", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: none;
}

input, textarea {
  font-size: 16px;
}
@media (min-width: 768px) {
  input, textarea {
    font-size: 15px;
  }
}

textarea {
  resize: none;
}

button {
  padding: 0;
  border: 0;
  font-weight: 500;
}

img, svg, picture {
  display: block;
}

.no-scroll {
  overflow: hidden;
}

.orderOnline__btn__link, .aboutUs__text__btn__link, .home__slides__item__container .sliderCard__texts__btn__link, .mobileNav__btn__link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 15px;
  padding: 5px 5px 5px 24px;
  border-radius: 999px;
  color: #ffffff;
  font-weight: 500;
  transition: background-color 0.5s, color 0.5s;
}
.orderOnline__btn__link span, .aboutUs__text__btn__link span, .home__slides__item__container .sliderCard__texts__btn__link span, .mobileNav__btn__link span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.5s;
}
.orderOnline__btn__link span .icon, .aboutUs__text__btn__link span .icon, .home__slides__item__container .sliderCard__texts__btn__link span .icon, .mobileNav__btn__link span .icon {
  width: 10px;
  height: 10px;
  transition: fill 0.5s;
}

.home__slides__item__container .sliderCard__texts__btn__link {
  background-color: #000000;
}
.home__slides__item__container .sliderCard__texts__btn__link span .icon {
  fill: #ffffff;
}

.orderOnline__btn__link {
  background-color: #ffffff;
  color: #EE5A24;
}
.orderOnline__btn__link span {
  background-color: #EE5A24;
}
.orderOnline__btn__link span .icon {
  fill: #ffffff;
}

.aboutUs__text__btn__link, .mobileNav__btn__link {
  background-color: #EE5A24;
}
.aboutUs__text__btn__link span .icon, .mobileNav__btn__link span .icon {
  fill: #ffffff;
}

@media (min-width: 1200px) {
  .home__slides__item__container .sliderCard__texts__btn__link:hover {
    background-color: #ffffff;
    color: #151515;
  }
}
@media (min-width: 1200px) {
  .home__slides__item__container .sliderCard__texts__btn__link:hover span {
    background-color: #151515;
  }
}
@media (min-width: 1200px) {
  .home__slides__item__container .sliderCard__texts__btn__link:hover span .icon {
    fill: #ffffff;
  }
}

@media (min-width: 1200px) {
  .orderOnline__btn__link:hover, .aboutUs__text__btn__link:hover, .aboutUs__text__btn__link:nth-child(2):hover {
    background-color: #2a465e;
    color: #ffffff;
  }
}
@media (min-width: 1200px) {
  .orderOnline__btn__link:hover span, .aboutUs__text__btn__link:hover span, .aboutUs__text__btn__link:nth-child(2):hover span {
    background-color: #151515;
  }
}
@media (min-width: 1200px) {
  .orderOnline__btn__link:hover span .icon, .aboutUs__text__btn__link:hover span .icon {
    fill: #ffffff;
  }
}

.contactInfo__container, .reviews__container, .ourProducts__container, .aboutUs__blocks, .aboutUs__container, .home__slides__item__container, .footer__last-row, .footer__container, .header__container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.reviews__slider__item .reviewsCard__pic__img, .ourProducts__list__item .productItem__pic__img, .aboutUs__blocks__mid__img, .aboutUs__blocks__list picture img, .aboutUs__pic__img, .home__slides__item__container .sliderCard__pic__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.stickyCookies {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 20px;
  width: calc(100% - 40px);
  padding: 20px;
  font-size: 14px;
  line-height: 1.5;
  pointer-events: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: opacity 0.5s;
}
@media (min-width: 576px) {
  .stickyCookies {
    max-width: 520px;
  }
}
.stickyCookies.visible {
  opacity: 1;
  pointer-events: all;
}
.stickyCookies__btns {
  display: flex;
  gap: 10px;
  padding-top: 15px;
}
.stickyCookies__btns__link {
  border-radius: 999px;
  padding: 4px 18px 6px;
  border: 1px solid #EE5A24;
  color: #EE5A24;
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
  transition: border-color 0.5s, color 0.5s;
}
@media (min-width: 1200px) {
  .stickyCookies__btns__link:hover {
    border-color: #2a465e;
    color: #2a465e;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
  overflow-y: auto;
  display: none;
}
.popup__wrapper {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .popup__wrapper {
    padding: 60px 20px;
  }
}
@media (min-width: 1200px) {
  .popup__wrapper {
    padding: 80px 20px;
  }
}
.popup__content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 20px;
  width: 100%;
  max-width: 1200px;
}
@media (min-width: 768px) {
  .popup__content {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .popup__content {
    padding: 40px;
  }
}
.popup__content__titleBlock {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .popup__content__titleBlock {
    padding-bottom: 26px;
  }
}
@media (min-width: 1200px) {
  .popup__content__titleBlock {
    padding-bottom: 32px;
  }
}
.popup__content__titleBlock__text {
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  font-size: 24px;
  color: #EE5A24;
}
@media (min-width: 768px) {
  .popup__content__titleBlock__text {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .popup__content__titleBlock__text {
    font-size: 32px;
  }
}
.popup__content__titleBlock__close {
  width: 40px;
  height: 40px;
  background-color: #2a465e;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.5s;
}
.popup__content__titleBlock__close .icon {
  width: 12px;
  height: 12px;
  fill: #ffffff;
  transition: transform 0.5s;
}
@media (min-width: 1200px) {
  .popup__content__titleBlock__close:hover {
    background-color: #EE5A24;
  }
}
@media (min-width: 1200px) {
  .popup__content__titleBlock__close:hover .icon {
    transform: rotate(-90deg);
  }
}
.popup__content__texts p {
  line-height: 1.5;
  padding-bottom: 16px;
}
.popup__content__texts p a {
  color: #EE5A24;
  text-decoration: none;
  transition: color 0.5s;
}
@media (min-width: 1200px) {
  .popup__content__texts p a:hover {
    color: #f39c22;
  }
}
.popup__content__texts p strong {
  font-weight: 600;
}
.popup__content__texts p:last-child {
  padding-bottom: 0;
}
.popup__content__texts h2 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .popup__content__texts h2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .popup__content__texts h2 {
    font-size: 28px;
    padding: 8px 0 16px;
  }
}
.popup__content__texts h3 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .popup__content__texts h3 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .popup__content__texts h3 {
    font-size: 22px;
    padding-top: 4px;
  }
}
.popup__content__texts ul {
  margin: 0 0 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.popup__content__texts ul li {
  list-style: disc;
  line-height: 1.5;
}
.popup__content__texts ul li strong {
  font-weight: 600;
}
.popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.header__container {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: padding 0.5s;
}
@media (min-width: 992px) {
  .header__container {
    padding-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .header__container {
    padding-bottom: 15px;
  }
}
.header__logo__img {
  height: 70px;
}
.header__menu {
  display: none;
  gap: 0 28px;
}
@media (min-width: 1200px) {
  .header__menu {
    display: flex;
  }
}
.header__menu__link {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  padding: 10px 0;
  color: #2a465e;
  transition: color 0.5s;
}
@media (min-width: 1200px) {
  .header__menu__link:hover {
    color: #EE5A24;
  }
}
.header__call {
  display: none;
  align-items: center;
  gap: 12px;
}
@media (min-width: 768px) {
  .header__call {
    display: flex;
  }
}
.header__call__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #2a465e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__call__icon .icon {
  width: 24px;
  height: 24px;
  fill: #2a465e;
}
.header__call__right__title {
  font-size: 20px;
}
.header__call__right__text {
  font-size: 16px;
}
.header__right {
  display: flex;
  gap: 1px;
  border-radius: 6px;
  overflow: hidden;
}
.header__right__link {
  padding: 0 20px;
  height: 44px;
  background-color: #f39c22;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  transition: background-color 0.5s;
}
.header__right__link span {
  background-color: rgba(255, 255, 255, 0.2);
  width: 28px;
  height: 28px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__right__link span .icon {
  width: 10px;
  height: 10px;
  fill: #ffffff;
}
@media (min-width: 992px) {
  .header__right__link {
    background-color: #EE5A24;
  }
}
@media (min-width: 1200px) {
  .header__right__link:hover {
    background-color: #2a465e;
  }
}
.header__right__nav {
  width: 44px;
  height: 44px;
  background-color: #EE5A24;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .header__right__nav {
    display: none;
  }
}
.header__right__nav__line {
  width: 20px;
  height: 2px;
  background-color: #ffffff;
}
.header__right__nav__line:nth-child(2) {
  margin: 4px 0;
}
.header__nav {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  display: none;
  justify-content: center;
  transition: background-color 0.5s;
}
@media (min-width: 992px) {
  .header__nav {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .header__nav {
    display: none;
  }
}
.header__nav__center {
  background-color: #fdf7ea;
  display: flex;
  border-radius: 999px;
  padding: 0 32px;
}
.header__nav__link {
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  padding: 0 15px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .header__nav__link {
    padding: 0 24px;
  }
}
.header.sm-header .header__nav {
  background-color: #fdf7ea;
}

.mobileNav {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 11;
  width: 100%;
  height: 100%;
  background-color: #f7e6bd;
  transition: left 0.5s;
  overflow-y: auto;
  padding: 20px 20px 80px;
}
.mobileNav.visible {
  left: 0;
}
.mobileNav__close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 35px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EE5A24;
}
.mobileNav__close .icon {
  width: 12px;
  height: 12px;
  fill: #ffffff;
}
.mobileNav__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.mobileNav__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.mobileNav__nav__link {
  padding: 8px 32px;
  color: #151515;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.mobileNav__btn {
  display: flex;
  justify-content: center;
}
.mobileNav__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.mobileNav__contact__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.mobileNav__contact__item .icon {
  width: 16px;
  height: 16px;
  fill: #151515;
}
.mobileNav__contact__item span {
  flex: 1;
  font-size: 15px;
  color: #151515;
}
.mobileNav__contact__item span a {
  color: #151515;
  text-decoration: none;
}
.mobileNav__social {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.mobileNav__social__item {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid #EE5A24;
}
.mobileNav__social__item .icon {
  width: 20px;
  height: 20px;
  fill: #EE5A24;
}

.footer {
  background-color: #fdf7ea;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding-top: 100px;
  }
}
.footer__container {
  padding-bottom: 60px;
  color: #2a465e;
}
@media (min-width: 768px) {
  .footer__container {
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .footer__container {
    padding-bottom: 100px;
  }
}
.footer__business {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.footer__business__logo {
  margin-bottom: 15px;
}
.footer__business__logo__img {
  height: 120px;
}
.footer__business__title {
  font-size: 28px;
  font-weight: 500;
  color: #EE5A24;
  padding-bottom: 6px;
  text-align: center;
}
@media (min-width: 1200px) {
  .footer__business__title {
    font-size: 24px;
  }
}
.footer__business__title span {
  display: block;
  font-size: 16px;
}
.footer__business__slogan {
  font-size: 18px;
  padding-bottom: 24px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .footer__business__slogan {
    padding-bottom: 40px;
  }
}
.footer__business__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.footer__business__list__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__business__list__item .icon {
  width: 16px;
  height: 16px;
  fill: #2a465e;
}
.footer__business__list__item a {
  color: #2a465e;
  text-decoration: none;
}
.footer__last-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.footer__last-row:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50px;
  width: 3000px;
  height: 100%;
  background-color: #ffffff;
}
.footer__last-row .go-to-top {
  position: relative;
  z-index: 1;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EE5A24;
  cursor: pointer;
  border-top-left-radius: 10px;
  transition: background-color 0.5s;
}
@media (min-width: 768px) {
  .footer__last-row .go-to-top {
    width: 100px;
  }
}
.footer__last-row .go-to-top .icon {
  width: 12px;
  height: 12px;
  fill: #ffffff;
}
@media (min-width: 1200px) {
  .footer__last-row .go-to-top:hover {
    background-color: #cf4310;
  }
}
.footer__last-row .footer__social {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
  padding: 15px;
}
@media (min-width: 768px) {
  .footer__last-row .footer__social {
    display: none;
  }
}
.footer__last-row .footer__social__link {
  background-color: #fdf7ea;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__last-row .footer__social__link .icon {
  width: 20px;
  height: 20px;
  fill: #151515;
}
.footer__last-row__right {
  width: 100%;
}
@media (min-width: 768px) {
  .footer__last-row__right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    flex: 1;
    padding: 15px 0 15px 20px;
  }
}
@media (min-width: 1200px) {
  .footer__last-row__right {
    padding: 24px 0 24px 24px;
  }
}
.footer__last-row__social {
  position: relative;
  z-index: 1;
  display: none;
}
@media (min-width: 768px) {
  .footer__last-row__social {
    display: flex;
    gap: 8px;
  }
}
.footer__last-row__social__link {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fdf7ea;
  transition: background-color 0.5s;
}
.footer__last-row__social__link .icon {
  width: 20px;
  height: 20px;
  fill: #2a465e;
  transition: fill 0.5s;
}
@media (min-width: 1200px) {
  .footer__last-row__social__link:hover {
    background-color: #EE5A24;
  }
}
@media (min-width: 1200px) {
  .footer__last-row__social__link:hover .icon {
    fill: #ffffff;
  }
}
.footer__last-row__text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
  background-color: #ffffff;
  padding: 15px 0 15px 20px;
  color: #666666;
}
@media (min-width: 576px) {
  .footer__last-row__text {
    gap: 6px 10px;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 15px 60px 15px 20px;
  }
}
@media (min-width: 768px) {
  .footer__last-row__text {
    padding: 0 60px 0 20px;
    gap: 6px 20px;
  }
}
@media (min-width: 1200px) {
  .footer__last-row__text {
    flex-direction: row;
  }
}
@media (min-width: 1400px) {
  .footer__last-row__text {
    padding-right: 0;
  }
}
.footer__last-row__text a, .footer__last-row__text span {
  cursor: pointer;
  color: #2a465e;
  transition: color 0.5s;
}
@media (min-width: 1200px) {
  .footer__last-row__text a:hover, .footer__last-row__text span:hover {
    color: #EE5A24;
  }
}

.chat-whatsapp {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9;
  background-color: #128c7e;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.5s;
}
@media (min-width: 1200px) {
  .chat-whatsapp {
    width: 56px;
    height: 56px;
  }
}
.chat-whatsapp .icon {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}
@media (min-width: 1200px) {
  .chat-whatsapp .icon {
    width: 26px;
    height: 26px;
  }
}
@media (min-width: 1200px) {
  .chat-whatsapp:hover {
    background-color: #25d366;
  }
}

.home {
  position: relative;
  background-color: #EE5A24;
  padding: 60px 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .home {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .home {
    padding: 100px 0;
  }
}
.home:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: #cf4310;
}
@media (min-width: 768px) {
  .home:before {
    width: 65%;
  }
}
@media (min-width: 1200px) {
  .home:before {
    width: 50%;
  }
}
.home__shade {
  display: none;
}
@media (min-width: 768px) {
  .home__shade {
    position: absolute;
    top: calc(50% - 250px);
    left: 0;
    display: block;
    opacity: 0.1;
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .home__shade {
    top: calc(50% - 325px);
    height: 650px;
  }
}
.home__slides {
  position: relative;
}
.home__slides .slick-slide > div {
  display: flex;
}
.home__slides .slick-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  padding-top: 40px;
}
.home__slides .slick-dots li button {
  width: 12px;
  height: 12px;
  font-size: 2px;
  text-indent: -9999px;
  background-color: #ffffff;
  padding: 0;
  border-radius: 3px;
  transition: width 0.5s;
  opacity: 0.5;
}
.home__slides .slick-dots li.slick-active button {
  width: 28px;
  opacity: 0.75;
}
.home__slides__item__container .sliderCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .home__slides__item__container .sliderCard {
    flex-direction: row;
    align-items: stretch;
  }
}
@media (min-width: 1200px) {
  .home__slides__item__container .sliderCard {
    gap: 60px;
  }
}
.home__slides__item__container .sliderCard__pic {
  order: -1;
  border-radius: 16px;
  overflow: hidden;
  height: 280px;
  width: 100%;
  max-width: 500px;
}
@media (min-width: 768px) {
  .home__slides__item__container .sliderCard__pic {
    width: auto;
    max-width: none;
    flex: 1;
    order: initial;
    height: 350px;
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .home__slides__item__container .sliderCard__pic {
    height: 400px;
    border-radius: 24px;
    flex: none;
    width: 55%;
  }
}
.home__slides__item__container .sliderCard__texts {
  text-align: center;
}
@media (min-width: 768px) {
  .home__slides__item__container .sliderCard__texts {
    flex: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  .home__slides__item__container .sliderCard__texts {
    padding: 60px 0;
  }
}
.home__slides__item__container .sliderCard__texts__title {
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .home__slides__item__container .sliderCard__texts__title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .home__slides__item__container .sliderCard__texts__title {
    font-size: 48px;
  }
}
.home__slides__item__container .sliderCard__texts__options {
  font-size: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .home__slides__item__container .sliderCard__texts__options {
    font-size: 24px;
  }
}
.home__slides__item__container .sliderCard__texts__price {
  margin-top: auto;
  font-size: 16px;
}
@media (min-width: 576px) {
  .home__slides__item__container .sliderCard__texts__price {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .home__slides__item__container .sliderCard__texts__price {
    font-size: 24px;
  }
}
.home__slides__item__container .sliderCard__texts__btn {
  display: flex;
  justify-content: center;
  padding-top: 12px;
}
@media (min-width: 768px) {
  .home__slides__item__container .sliderCard__texts__btn {
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .home__slides__item__container .sliderCard__texts__btn {
    padding-top: 16px;
  }
}
.aboutUs {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .aboutUs {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .aboutUs {
    padding-top: 100px;
  }
}
.aboutUs__container {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px) {
  .aboutUs__container {
    padding-bottom: 55px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .aboutUs__container {
    padding-bottom: 70px;
    gap: 40px;
  }
}
.aboutUs__pic {
  position: relative;
  width: 100%;
  height: 280px;
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .aboutUs__pic {
    height: 340px;
  }
}
@media (min-width: 768px) {
  .aboutUs__pic {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .aboutUs__pic {
    width: auto;
    flex: 1;
    height: auto;
    border-radius: 20px;
  }
}
.aboutUs__pic__img {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .aboutUs__text {
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .aboutUs__text {
    padding: 24px 0;
  }
}
.aboutUs__text__patch {
  display: flex;
  padding-bottom: 16px;
}
.aboutUs__text__patch span {
  background-color: #fdf7ea;
  color: #EE5A24;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 14px;
}
.aboutUs__text__title {
  font-size: 32px;
  line-height: 1.4;
  padding-bottom: 20px;
}
.aboutUs__text__desc {
  line-height: 1.6;
  padding-bottom: 16px;
}
.aboutUs__text__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 20px;
}
@media (min-width: 576px) {
  .aboutUs__text__list {
    padding-top: 5px;
  }
}
@media (min-width: 992px) {
  .aboutUs__text__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.aboutUs__text__list__item {
  position: relative;
  padding-left: 22px;
}
@media (min-width: 992px) {
  .aboutUs__text__list__item {
    width: calc(50% - 5px);
  }
}
.aboutUs__text__list__item:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background-color: #f2cb92;
}
.aboutUs__text__btn {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
}
.aboutUs__text__btn__link {
  cursor: pointer;
}
.aboutUs__text__btn__link:nth-child(2) {
  background-color: #b73b0e;
}
.aboutUs__blocks {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .aboutUs__blocks {
    flex-direction: row;
    align-items: stretch;
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .aboutUs__blocks {
    gap: 20px;
  }
}
.aboutUs__blocks__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 500px;
}
@media (min-width: 768px) {
  .aboutUs__blocks__list {
    width: 25%;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .aboutUs__blocks__list {
    gap: 20px;
  }
}
.aboutUs__blocks__list picture, .aboutUs__blocks__list .textBlock {
  overflow: hidden;
  border-radius: 16px;
  height: 240px;
}
@media (min-width: 576px) {
  .aboutUs__blocks__list picture, .aboutUs__blocks__list .textBlock {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .aboutUs__blocks__list picture, .aboutUs__blocks__list .textBlock {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .aboutUs__blocks__list picture, .aboutUs__blocks__list .textBlock {
    height: 260px;
    border-radius: 20px;
  }
}
.aboutUs__blocks__list .textBlock {
  position: relative;
  background-color: #EE5A24;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
  padding: 24px;
}
@media (min-width: 576px) {
  .aboutUs__blocks__list .textBlock {
    padding: 32px;
  }
}
@media (min-width: 768px) {
  .aboutUs__blocks__list .textBlock {
    padding: 24px;
  }
}
@media (min-width: 1200px) {
  .aboutUs__blocks__list .textBlock {
    padding: 32px;
  }
}
.aboutUs__blocks__list .textBlock--blue {
  background-color: #2a465e;
}
.aboutUs__blocks__list .textBlock__big {
  font-size: 60px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .aboutUs__blocks__list .textBlock__big {
    font-size: 72px;
  }
}
@media (min-width: 768px) {
  .aboutUs__blocks__list .textBlock__big {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .aboutUs__blocks__list .textBlock__big {
    font-size: 72px;
  }
}
.aboutUs__blocks__list .textBlock__sm {
  font-size: 18px;
  font-weight: 500;
}
.aboutUs__blocks__list .textBlock:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background-color: rgba(255, 255, 255, 0.1);
}
.aboutUs__blocks__mid {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 350px;
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .aboutUs__blocks__mid {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .aboutUs__blocks__mid {
    width: auto;
    max-width: none;
    flex: 1;
    height: auto;
    border-radius: 20px;
  }
}
.aboutUs__blocks__mid__img {
  position: absolute;
  top: 0;
  left: 0;
}

.ourProducts {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .ourProducts {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .ourProducts {
    padding: 100px 0;
  }
}
.ourProducts__title {
  display: flex;
  justify-content: center;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .ourProducts__title {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .ourProducts__title {
    padding-bottom: 36px;
  }
}
.ourProducts__title span {
  background-color: #EE5A24;
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
  padding: 10px 24px;
  border-radius: 999px;
}
@media (min-width: 768px) {
  .ourProducts__title span {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .ourProducts__title span {
    font-size: 32px;
    padding: 12px 32px;
  }
}
.ourProducts__list {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 0;
}
@media (min-width: 768px) {
  .ourProducts__list {
    gap: 35px 0;
    margin: 0 -10px;
  }
}
@media (min-width: 1200px) {
  .ourProducts__list {
    gap: 40px 0;
    margin: 0 -15px;
  }
}
.ourProducts__list__item {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .ourProducts__list__item {
    width: calc(50% - 20px);
    margin: 0 10px;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .ourProducts__list__item {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
}
.ourProducts__list__item .productItem__pic {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 12px;
  height: 300px;
}
@media (min-width: 768px) {
  .ourProducts__list__item .productItem__pic {
    height: 330px;
  }
}
@media (min-width: 1200px) {
  .ourProducts__list__item .productItem__pic {
    margin-bottom: 24px;
    height: 440px;
  }
}
.ourProducts__list__item .productItem__name {
  font-size: 32px;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  padding-bottom: 8px;
}
@media (min-width: 1200px) {
  .ourProducts__list__item .productItem__name {
    font-size: 40px;
  }
}
.ourProducts__list__item .productItem__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  padding-bottom: 12px;
}
.ourProducts__list__item .productItem__tags__title {
  font-weight: 600;
  padding-right: 5px;
}
.ourProducts__list__item .productItem__tags__item {
  background-color: #f7e6bd;
  font-size: 11px;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 999px;
}
.ourProducts__list__item .productItem__prices {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ourProducts__list__item .productItem__prices__top {
  font-weight: 600;
}
.ourProducts__list__item .productItem__prices__info {
  border-top: 1px solid #f2cb92;
  padding-top: 10px;
  font-weight: 500;
}
.ourProducts__list__item .productItem__prices__top, .ourProducts__list__item .productItem__prices__info {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}
@media (min-width: 576px) {
  .ourProducts__list__item .productItem__prices__top, .ourProducts__list__item .productItem__prices__info {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .ourProducts__list__item .productItem__prices__top, .ourProducts__list__item .productItem__prices__info {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .ourProducts__list__item .productItem__prices__top, .ourProducts__list__item .productItem__prices__info {
    font-size: 13px;
  }
}
.ourProducts__list__item .productItem__prices__top .type, .ourProducts__list__item .productItem__prices__info .type {
  flex: 1;
}
.ourProducts__list__item .productItem__prices__top .itemTop, .ourProducts__list__item .productItem__prices__top .itemPrice, .ourProducts__list__item .productItem__prices__info .itemTop, .ourProducts__list__item .productItem__prices__info .itemPrice {
  width: 60px;
  text-align: center;
}
@media (min-width: 576px) {
  .ourProducts__list__item .productItem__prices__top .itemTop, .ourProducts__list__item .productItem__prices__top .itemPrice, .ourProducts__list__item .productItem__prices__info .itemTop, .ourProducts__list__item .productItem__prices__info .itemPrice {
    width: 85px;
  }
}
@media (min-width: 768px) {
  .ourProducts__list__item .productItem__prices__top .itemTop, .ourProducts__list__item .productItem__prices__top .itemPrice, .ourProducts__list__item .productItem__prices__info .itemTop, .ourProducts__list__item .productItem__prices__info .itemPrice {
    width: 60px;
  }
}
@media (min-width: 1200px) {
  .ourProducts__list__item .productItem__prices__top .itemTop, .ourProducts__list__item .productItem__prices__top .itemPrice, .ourProducts__list__item .productItem__prices__info .itemTop, .ourProducts__list__item .productItem__prices__info .itemPrice {
    width: 80px;
  }
}
.ourProducts__list__item .productItem__desc {
  padding-top: 10px;
}
.ourProducts__list__item .productItem__desc p {
  line-height: 1.5;
  padding-top: 12px;
  font-size: 14px;
}

.orderOnline {
  background-color: #EE5A24;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 20px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .orderOnline {
    padding: 80px 20px;
  }
}
@media (min-width: 1200px) {
  .orderOnline {
    padding: 100px 20px;
  }
}
.orderOnline__title {
  font-family: "Roboto Slab", serif;
  font-size: 28px;
  padding-bottom: 8px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .orderOnline__title {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .orderOnline__title {
    font-size: 36px;
  }
}
.orderOnline__subTitle {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 20px;
}
.orderOnline__btn {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
}
.orderOnline__btn__link {
  cursor: pointer;
}
.reviews {
  padding: 60px 0;
  background-color: #fdf7ea;
}
@media (min-width: 768px) {
  .reviews {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .reviews {
    padding: 100px 0;
  }
}
.reviews__title-patch {
  display: flex;
  justify-content: center;
  padding-bottom: 16px;
}
.reviews__title-patch span {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  padding: 8px 20px;
  border-radius: 999px;
  font-weight: 500;
  color: #EE5A24;
}
.reviews__title {
  font-size: 28px;
  text-align: center;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .reviews__title {
    padding-bottom: 36px;
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .reviews__title {
    padding-bottom: 40px;
    font-size: 36px;
  }
}
.reviews__slider {
  margin: 0 -10px;
}
.reviews__slider .slick-track {
  display: flex;
}
.reviews__slider .slick-track .slick-slide {
  height: auto;
}
.reviews__slider .slick-track .slick-slide > div {
  display: flex;
  height: 100%;
}
.reviews__slider__item {
  height: 100%;
}
.reviews__slider__item .reviewsCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  height: 100%;
  margin: 0 10px;
}
.reviews__slider__item .reviewsCard__pic {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
}
.reviews__slider__item .reviewsCard__content {
  flex: 1;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 576px) {
  .reviews__slider__item .reviewsCard__content {
    padding: 30px;
  }
}
.reviews__slider__item .reviewsCard__content__text p {
  line-height: 1.5;
  padding-bottom: 15px;
}
.reviews__slider__item .reviewsCard__content__text p strong {
  font-weight: 500;
}
.reviews__slider__item .reviewsCard__content__text p a {
  text-decoration: underline;
}
.reviews__slider__item .reviewsCard__content__data__name {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 5px;
}
.reviews__slider__item .reviewsCard__content__data__address {
  font-size: 14px;
}
.reviews__slider .slick-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-top: 30px;
}
.reviews__slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  font-size: 1px;
  text-indent: -9999px;
  background-color: #f2cb92;
  transition: background-color 0.5s, width 0.5s;
}
@media (min-width: 1200px) {
  .reviews__slider .slick-dots li button:hover {
    background-color: #EE5A24;
  }
}
.reviews__slider .slick-dots li.slick-active button {
  width: 40px;
  background-color: #EE5A24;
}

.contactInfo {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .contactInfo {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .contactInfo {
    padding: 100px 0;
  }
}
.contactInfo__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .contactInfo__container {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .contactInfo__container {
    gap: 60px;
  }
}
@media (min-width: 1200px) {
  .contactInfo__container {
    gap: 80px;
  }
}
@media (min-width: 768px) {
  .contactInfo__left {
    flex: 1;
  }
}
@media (min-width: 992px) {
  .contactInfo__left {
    width: 420px;
    flex: none;
  }
}
.contactInfo__left__tag {
  display: flex;
  margin-bottom: 20px;
}
.contactInfo__left__tag span {
  background-color: #fdf7ea;
  color: #EE5A24;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 14px;
}
.contactInfo__left__title {
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 15px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .contactInfo__left__title {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .contactInfo__left__title {
    font-size: 36px;
    padding-bottom: 10px;
  }
}
.contactInfo__left__text {
  line-height: 1.5;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .contactInfo__left__text {
    padding-bottom: 40px;
    font-size: 18px;
  }
}
.contactInfo__left__item {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 6px;
}
@media (min-width: 768px) {
  .contactInfo__left__item {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .contactInfo__left__item {
    font-size: 28px;
    padding-bottom: 5px;
  }
}
.contactInfo__left__item a {
  color: #2a465e;
  text-decoration: none;
}
.contactInfo__left__item-text {
  color: #151515;
  opacity: 0.6;
  padding-bottom: 24px;
}
.contactInfo__left__social {
  display: flex;
  gap: 15px;
}
@media (min-width: 1200px) {
  .contactInfo__left__social {
    padding-top: 10px;
    gap: 10px;
  }
}
.contactInfo__left__social__item {
  background-color: #fdf7ea;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.5s;
}
@media (min-width: 1200px) {
  .contactInfo__left__social__item:hover {
    background-color: #EE5A24;
  }
}
@media (min-width: 1200px) {
  .contactInfo__left__social__item:hover .icon {
    fill: #ffffff;
  }
}
.contactInfo__left__social__item .icon {
  width: 18px;
  height: 18px;
  fill: #EE5A24;
  transition: fill 0.5s;
}
.contactInfo__form {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  padding: 25px 20px;
}
@media (min-width: 576px) {
  .contactInfo__form {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .contactInfo__form {
    flex: 1;
  }
}
@media (min-width: 992px) {
  .contactInfo__form {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .contactInfo__form {
    padding: 50px;
  }
}
.contactInfo__form .formBlock__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1200px) {
  .contactInfo__form .formBlock__inner {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .contactInfo__form .formBlock__item {
    width: calc(50% - 10px);
  }
}
.contactInfo__form .formBlock__item--label {
  font-size: 13px;
  color: #151515;
  opacity: 0.7;
  display: block;
  padding-bottom: 8px;
}
.contactInfo__form .formBlock__item--label .required {
  color: #e74c3c;
}
.contactInfo__form .formBlock__item--input, .contactInfo__form .formBlock__item--textarea {
  height: 48px;
  border-radius: 6px;
  padding: 5px 18px;
  width: 100%;
  display: block;
  border: 1px solid #2a465e;
  transition: border-color 0.5s;
}
.contactInfo__form .formBlock__item--input:focus, .contactInfo__form .formBlock__item--textarea:focus {
  border-color: #EE5A24;
}
.contactInfo__form .formBlock__item--textarea {
  height: 120px;
  padding: 12px 18px;
  line-height: 1.6;
}
@media (min-width: 1200px) {
  .contactInfo__form .formBlock__item.row-100 {
    width: 100%;
  }
}
.contactInfo__form .formBlock__button {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contactInfo__form .formBlock__button__msg {
  font-size: 12px;
  padding-bottom: 10px;
}
.contactInfo__form .formBlock__button__msg span {
  color: #EE5A24;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.5s;
}
@media (min-width: 1200px) {
  .contactInfo__form .formBlock__button__msg span:hover {
    color: #f39c22;
  }
}
.contactInfo__form .formBlock__button--btn {
  background-color: #f39c22;
  color: #ffffff;
  border-radius: 60px;
  font-size: 18px;
  font-family: "Sen", sans-serif;
  font-weight: 500;
  cursor: pointer;
  padding: 12px 20px;
  transition: background-color 0.5s;
}
@media (min-width: 1200px) {
  .contactInfo__form .formBlock__button--btn:hover {
    background-color: #EE5A24;
  }
}
.contactInfo .formMessage .status-msg {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .contactInfo .formMessage .status-msg {
    margin-bottom: 25px;
    line-height: 1.6;
  }
}
@media (min-width: 1200px) {
  .contactInfo .formMessage .status-msg {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.7;
  }
}
.contactInfo .formMessage .status-msg.error {
  background-color: #e74c3c;
  padding: 15px 20px;
  color: #ffffff;
}
.contactInfo .formMessage .status-msg.error p {
  font-weight: 600;
  padding-bottom: 5px;
}
.contactInfo .formMessage .status-msg.success {
  padding: 15px 20px;
  color: #ffffff;
  background-color: #6ab04c;
  text-align: center;
  font-size: 16px;
}
.contactInfo .formMessage .status-msg.success span {
  display: block;
  font-weight: 600;
  font-size: 18px;
}

/*# sourceMappingURL=common.css.map */
