/*
Theme Name: mirellaTheme
*/

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Carlito", sans-serif;
  background-color: #F5EACD;
  position: relative;
}

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

ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s ease;
}

a:hover {
  color: #A4A967;
}

.container {
  max-width: 1440px;
  display: block;
  margin: 0 auto;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100px;
  background: #382617;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  z-index: 10;
}

.header__nav {
  display: flex;
  gap: 30px;
}

.header__nav_link {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.active {
  color: #A4A967;
}

.header__nav_link:hover {
  color: #A4A967;
  display: flex;
}

.hero {
  background-image: url('/wp-content/uploads/2025/11/header.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;

  margin-top: 68px;
}

.hero__content {
  display: flex;
  flex-direction: column;
  gap: 45px;
  align-items: center;
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 300px;
}

.hero__logo {
  width: 380px;
}

.hero__title {
  font-size: 32px;
  color: #fff
}

.welcome {
  padding-top: 100px;
}

.welcome__content {
  padding: 0 45px;
  margin-bottom: 180px;
}

.welcome__title {
  display: block;
  position: relative;
  font-family: "Caveat", sans-serif;
  text-align: center;
  font-size: 96px;
  font-weight: bold;
  color: #442D1D;
  margin-bottom: 60px;
  z-index: 1;
}

.welcome__title::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 120px;
  background-image: url('/wp-content/uploads/2025/11/clewer.svg');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.welcome__text {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #442D1D;
}

.cake {
  margin-bottom: 100px;
}

.cake__content {
  display: flex;
  gap: 80px;
  padding: 0 50px;
}

.cake__text {
  display: inline-flex;
  padding: 90px 0;
  font-size: 24px;
  color: #442D1D;
}

.cake__btn {
  width: 330px;
  height: 70px;
  border: 4px #442D1D solid;
  background: #F5EACD;
  border-radius: 70px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 24px;
  color: #442D1D;
  font-weight: bold;
}

.cake__btn:hover {
  background: #442D1D;

  color: #F5EACD;
}

.cake__img {
  width: 580px;
}

.block_dark,
.block_dark_svalyava,
.block_dark_orders,
.block_dark_wedding {
  position: relative;
}

.block_dark::after,
.block_dark_svalyava::after,
.block_dark_orders::after,
.block_dark_wedding::after {
  content: '';
  position: absolute;
  border-radius: 16px;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 480px;
  height: 480px;
  background-image: url('/wp-content/uploads/2025/11/image-4.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}

.block_dark_svalyava::after {
  background-image: url('/wp-content/uploads/2025/11/image-5-1.jpg')
}

.block_dark_orders::after {
  background-image: url('/wp-content/uploads/2025/11/image7.jpg')
}

.block_dark_wedding::after {
  background-image: url('/wp-content/uploads/2025/11/image15.jpg')
}

.coffe {
  position: relative;
  overflow: hidden;
  height: 960px;
  display: flex;
  align-items: center;
}

.coffe::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/uploads/2025/11/image-5.jpg');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(12px);
  transform: scale(1.1);
  z-index: -1;
}

.block_lite {
  width: 890px;
  height: 608px;
  background-image: url('/wp-content/uploads/2025/11/Group-61.png');
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.coffe {
  display: flex;
  align-items: center;
  margin-bottom: 150px;
}

.coffe__content {
  padding: 133px 70px 188px;
}

.coffe__text {
  position: relative;
  text-align: center;
  font-size: 24px;
  color: #382617;
  margin-bottom: 60px;
}

.coffe__btn {
  position: relative;
  width: 250px;
  height: 50px;
  border: 4px #442D1D solid;
  background: #F5EACD;
  border-radius: 50px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 24px;
  color: #442D1D;
  font-weight: bold;
}

.coffe__btn::before {
  position: absolute;
  content: '';
  width: 70px;
  height: 70px;
  left: -150px;

  background-image: url("/wp-content/uploads/2025/11/heart.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.coffe__btn:hover {
  background: #442D1D;

  color: #F5EACD;
}

.main__swiper {
  padding: 0 50px;
  margin-bottom: 100px;
}

.main__swiper__slide {
  position: relative;
  background-image: url("/wp-content/uploads/2025/11/image-11.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 700px;
  border-radius: 30px;

  display: flex;
  align-items: end;
  justify-content: center;
}

.main__swiper__slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.45);
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.main__swiper__wrap {
  background: #F5EACD;
  width: 685px;
  height: 245px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  z-index: 2;
  padding: 10px 50px 0 50px;
}

.main__swiper__img {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

span {
  height: 1px;
  width: 150px;
  background: #C7B487;
}

.main__swiper__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  color: #382617
}

.main__swiper__text {
  font-size: 20px;
  text-align: center;
  color: #382617
}

.contact {
  background: #382617;
}

.contact__content,
.contact__content_wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.contact__content_wrap {
  width: 40%;
  display: block;
  padding-left: 30px;
}

.contact__content_wrap2 {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-left: 50px;
  margin-bottom: 35px;
}

.contact__content_wrap3 {
  display: flex;
  align-items: center;
  gap: 25px;
}

.contact__content__img {
  width: 50%;
}

.contact__title {
  text-transform: uppercase;
  text-align: center;
  padding-top: 36px;
  margin-bottom: 80px;
  font-style: bold;
  font-size: 32px;
  color: #fff;
}

.contact__link,
.contact__link_phone,
.contact__link_pin {
  font-size: 20px;
  color: #E8D1A7;
  position: relative;
}

.contact__link::before,
.contact__link_phone::before,
.contact__link_pin::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  left: -50px;

  background-image: url("/wp-content/uploads/2025/11/time.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact__link_phone::before {
  background-image: url("/wp-content/uploads/2025/11/phone.png");
}

.contact__link_pin::before {
  background-image: url("/wp-content/uploads/2025/11/pin.png");
}




.products__header {
  background-image: url('/wp-content/uploads/2025/11/header.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  height: 824px;
  margin-top: 90px;
  margin-bottom: 190px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.products__title {
  font-size: 96px;
  color: #fff;
}

.products__svalyava {
  margin-bottom: 120px;
  padding: 0 50px;
}

.products__svalyava__content {
  display: flex;
  gap: 100px;
}

.products__svalyava__title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #442D1D;
  margin-bottom: 40px;
}

.products__text {
  font-size: 24px;
  color: #442D1D;
}

.products__orders__title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #442D1D;
  margin-bottom: 70px;
}

.products__swiper {
  margin-bottom: 190px;
}

.products__slider__img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
}

.mySwiper {
  margin-bottom: 70px;
}

.products__swiper__text {
  margin: 0 auto;
  font-size: 24px;
  color: #442D1D;
  max-width: 900px;
  text-align: center;
}

.products__wedding__title {
  text-align: center;
  font-size: 48px;
  color: #382617;
  margin-bottom: 90px;
}

.about__us {
  margin-bottom: 190px;
}

.about__us__content {
  display: flex;
  gap: 100px;
  align-items: center;
  padding: 0 50px;
}

.about__author {
  margin-bottom: 190px;
}

.about__author__content {
  display: flex;
  gap: 100px;
  align-items: center;
  justify-content: center;
}

.about__author__text {
  width: 630px;
  font-size: 24px;
  color: #382617;
  margin-bottom: 20px;
}

.about__author__name {
  text-align: right;
  font-size: 20px;
  color: #382617;
}

.about__author__wrap {
  width: 300px;
  height: 300px;
  border: #382617 5px solid;
  border-radius: 300px;
  display: flex;
  align-items: center;
  justify-self: center;
}

.about__author__img {
  margin: 0 auto;
  width: 280px;
  height: 280px;
  border-radius: 280px
}

.about__values {
  margin-bottom: 190px;
}

.about__values__title {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  margin-bottom: 64px;
}

.about__services {
  margin-bottom: 190px;
}

.about__services__content {
  width: 875px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 30px;
  flex-direction: column;
}

.about__services__wrap {
  gap: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news__item__wrap {
  padding: 0 50px;
  margin-bottom: 100px;
}

.news__item {
  display: flex;
  gap: 100px;
  padding-bottom: 100px;
  position: relative;
}

.news__item::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: #382617;
}

.news__thumb img {
  width: 550px;
  height: 450px;
  border-radius: 16px;
  background-size: cover;
}

.news__wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.news__title {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #382617;
  text-decoration: underline;
}

.news__excerpt {
  font-size: 24px;
  color: #382617;
}

.single-news {
  padding: 60px 20px;
  background: #f9f5f0;
}

.single-news__article {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.single-news__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #382617;
  text-align: center;
}

.single-news__thumb img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 20px;
}

.single-news__content {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}

.footer {
  height: 100px;
  background: #382617;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
}

.upLink img {
  width: 30px;
  height: 30px;
}

.header__mobile {
  display: none;
}

@media (max-width: 1200px) {
  .header {
    padding: 0 30px;
    height: 90px;
  }

  .header__nav {
    gap: 20px;
  }

  .hero__content {
    padding-top: 150px;
    padding-bottom: 200px;
  }

  .hero__logo {
    width: 300px;
  }

  .hero__title {
    font-size: 28px;
  }

  .welcome__title {
    font-size: 72px;
  }

  .welcome__text {
    font-size: 28px;
  }

  .cake__content {
    gap: 60px;
  }

  .cake__text {
    font-size: 20px;
    padding: 60px 0;
  }

  .cake__img {
    width: 450px;
  }

  .block_dark::after,
  .block_dark_svalyava::after,
  .block_dark_orders::after,
  .block_dark_wedding::after {
    width: 380px;
    height: 380px;
  }

  .main__swiper__wrap {
    width: 600px;
    height: 220px;
  }

  .main__swiper__slide {
    height: 600px;
  }

  .products__title {
    font-size: 72px;
  }

  .products__svalyava__title,
  .products__orders__title,
  .products__wedding__title {
    font-size: 36px;
  }

  .products__text {
    font-size: 20px;
  }

  .products__slider__img {
    height: 400px;
  }


  .about__author__text {
    width: 500px;
    font-size: 20px;
  }

  .about__values__title {
    font-size: 28px;
  }

  .about__services__content {
    width: 700px;
  }

  .news__title {
    font-size: 28px;
  }

  .news__excerpt {
    font-size: 20px;
  }

  .footer {
    padding: 0 30px;
  }
}

@media (max-width: 1024px) {
  .header__nav {
    gap: 15px;
  }

  .hero__content {
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .hero__logo {
    width: 250px;
  }

  .hero__title {
    font-size: 24px;
  }

  .welcome__title {
    font-size: 60px;
  }

  .welcome__title::before {
    width: 100px;
    height: 90px;
  }

  .welcome__text {
    font-size: 24px;
  }

  .cake__content {
    gap: 30px;
  }

  .cake__btn {
    width: 250px;
    height: 50px;
  }

  .cake__text {
    width: 440px;
  }

  .block_lite {
    width: 600px;
    height: 450px;

    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .products__title {
    font-size: 60px;
  }

  .products__slider__img {
    height: 300px;
  }

  .about__author__text {
    width: 100%;
    font-size: 18px;
  }

  .contact__content__img {
    width: 500px;
  }

  .coffe__content {
    padding: 50px 50px 150px;
  }

  .coffe__text {
    margin-bottom: 30px;
  }

  .products__header {
    height: 624px;
  }

  .about__us__content {
    gap: 30px;
  }

  .about__author__content {
    padding: 0 50px;
  }

  .about__author__wrap {
    border: none;
  }

  .news__item__wrap {
    padding: 30px;
  }

  .news__item {
    gap: 50px;
  }

  .news__thumb img {
    width: 450px;
    height: 350px;
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .header {
    height: auto;
    padding: 20px;
  }

  .header__nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero__content {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .hero__logo {
    width: 200px;
  }

  .hero__title {
    font-size: 20px;
  }

  .welcome__title {
    font-size: 48px;
  }

  .welcome__title::before {
    width: 80px;
    height: 70px;
  }

  .welcome__text {
    font-size: 20px;
  }

  .cake__content {
    padding: 0 20px;
    flex-direction: row;
  }

  .cake__text {
    width: 340px;
    padding: 30px 0;
  }

  .coffe__content {
    padding: 100px 50px 150px;
  }

  .block_lite {
    margin: 0 auto;
    width: 690px;
    height: 508px;
    background-image: url('/wp-content/uploads/2025/11/Group-61.png');
    background-size: cover;
    background-position: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .cake__img {
    width: 350px;
    height: 430px;
  }

  .cake__btn {
    font-size: 20px;
  }

  .coffe {
    height: 960px;
  }

  .coffe__text::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("/wp-content/uploads/2025/11/cup.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .block_dark::after,
  .block_dark_svalyava::after,
  .block_dark_orders::after,
  .block_dark_wedding::after {
    width: 300px;
  }

  .contact__content__img {
    width: 50%;
  }

  .products__title {
    font-size: 48px;
  }

  .products__svalyava__content,
  .about__us__content {
    gap: 20px;
    align-items: center;
    padding: 0 30px;
  }

  .main__swiper {
    padding: 0 20px;
  }

  .news__title {
    font-size: 24px;
  }

  .news__excerpt {
    font-size: 18px;
  }

  .main__swiper__wrap {
    padding: 0 20px;
  }

  .contact__content_wrap {
    margin-bottom: 0;
  }

  .products__header {
    height: 524px;
  }

  .about__author__content {
    gap: 50px;
  }

  .about__author__img {
    border-radius: 250px;
    width: 250px;
    height: 250px;

    border: #382617 2px solid;
  }

  .news__item__wrap {
    padding: 20px;
  }

  .news__item {
    gap: 30px;
  }

  .news__thumb img {
    width: 350px;
    height: 250px;
    background-size: cover;
  }

  .single-news {
    padding: 60px 20px;
    background: #f9f5f0;
  }

  .single-news__article {
    max-width: 500px;
  }
}

@media (max-width: 425px) {
	body.active::before {
	  content: '';
	  position: absolute;
	  width: 100vw;
	  height: 100vh;
	  top: 0;
	  left: 0;
		bottom:0;
	  background: rgba(0, 0, 0, 0.8);
	  z-index: 40;
	}
	
  .header {
    display: none;
  }

  .header__mobile {
    position: relative;
    height: 40px;
    background: #382617;
	padding: 20px 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 49;
  }

  .heder__logo__mobile {
    z-index: 50;
    width: 67px;
  }
	
	.header__img__mobile {
		width: 100px;
		height: 100px;
	}

  .header__mobile__burger {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .header__mobile__burger span {
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    z-index: 50;
  }

  .header__mobile__burger.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    transition: transform 0.4s ease;
  }

  .header__mobile__burger.active span:nth-child(2) {
    opacity: 0;
    transition: opacity 0.4s ease;
  }

  .header__mobile__burger.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    transition: transform 0.4s ease;
  }

  .header__nav__mobile {
    width: 250px ;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 40px;
    transform: translateX(200%);
    transition: transform 0.4s ease;
    background: #f5eace;
    z-index: 45;
	border-bottom-left-radius: 16px;
	border: 1px solid #382617;
	  padding:20px 0;
  }

  .header__nav__mobile-active {
    transform: translateX(50%);
  }

  .body-no-scroll {
    overflow: hidden;
    height: 100vh;
  }

  .header__nav_link__mobile {
	  text-align: center;
    font-size: 24px;
    color: #382617;
    font-weight: 400;
	  margin-bottom:15px;
  }

  .active {
    color: #A4A967;
  }

  .hero {
    margin-top: 40px;
  }

  .hero__content {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .hero__logo {
    width: 150px;
  }

  .hero__title {
    font-size: 18px;
  }

  .welcome__content {
    padding: 0 10px;
    margin-bottom: 50px;
  }

  .welcome__title {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .welcome__title::before {
    width: 60px;
    height: 50px;
  }

  .welcome__text {
    font-size: 16px;
  }

  .cake__content {
    flex-direction: column;
    margin: 0 auto;
  }

  .coffe__content {
    padding: 10px 20px 0;
  }

  .coffe__text {
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .coffe__btn {
    font-size: 16px;
    width: 150px;
    height: 30px;
  }

  .coffe__btn::before {
    width: 24px;
    height: 24px;
    left: -30px;
  }

  .cake__img {
    display: block;
    width: 330px;
    margin: 0 auto;
  }

  .cake__text {
    width: 100%;
  }

  .coffe__text::before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    top: 0;
    left: -5px;
    transform: translateX(-50%);
  }

  .block_dark::after,
  .block_dark_svalyava::after,
  .block_dark_orders::after,
  .block_dark_wedding::after {
    content: '';
    position: absolute;
    border-radius: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 270px;
    height: 370px;
    background-image: url('/wp-content/uploads/2025/11/image-4.jpg');
    background-size: contain;
    background-repeat: no-repeat;
  }

  .block_dark_svalyava::after {
    background-image: url('/wp-content/uploads/2025/11/image-5-1.jpg')
  }

  .block_dark_orders::after {
    background-image: url('/wp-content/uploads/2025/11/image7.jpg')
  }

  .block_dark_wedding::after {
    background-image: url('/wp-content/uploads/2025/11/image15.jpg')
  }

  .products__title {
    font-size: 36px;
  }

  .products__svalyava__content,
  .about__us__content,
  .about__author__content {
    flex-direction: column;
    gap: 15px;
  }

  .coffe {
    height: 600px;
  }

  .block_lite {
    margin: 0 auto;
    width: 340px;
    height: 250px;
    background-image: url('/wp-content/uploads/2025/11/Group-61.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .news__title {
    font-size: 20px;
  }

  .news__excerpt {
    font-size: 16px;
  }

  .contact__content {
    display: flex;
    flex-direction: column;
  }

  .contact__content_wrap {
    width: auto;
    padding: 0 20px;
    margin-bottom: 50px;
  }

  .contact__content__img {
    width: 100%;
  }

  .main__swiper__slide {
    height: 300px;
  }

  .main__swiper__wrap {
    width: 280px;
    height: 180px;
    padding-top: 5px;
  }

  .main__swiper__title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .main__swiper__img {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .main__swiper__img img {
    width: 16px;
  }

  span {
    height: 1px;
    width: 70px;
    background: #C7B487;
  }

  .main__swiper__text {
    font-size: 14px;
  }

  .footer {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 20px;
    gap: 20px;
  }

  .products__header {
    height: 245px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .products__text {
    font-size: 16px;
  }

  .products__svalyava {
    padding: 0 20px;
  }

  .products__swiper__text {
    font-size: 20px;
    padding: 0 20px;
  }

  .products__slider__img {
    width: 170px;
    height: 170px;
  }

  .about__us__content {
    padding: 0 20px;
    display: flex;
  }

  .about__author__content {
    flex-direction: column-reverse;
  }

  .about__services__content {
    width: 300px;
  }

  .news__item__wrap {
    padding: 20px;
  }

  .news__item {
    flex-direction: column;
    gap: 30px;
  }

  .news__thumb img {
    width: 300px;
    height: 250px;
    background-size: cover;
    margin: 0 auto;
    display: block;
  }

  .reverse {
    flex-direction: column-reverse;
  }

  .single-news__article {
    max-width: 300px;
  }
}