@font-face {
	font-family: OS-Bold;
	src: url(../fonts/OpenSans-Bold.ttf);
}
@font-face {
	font-family: OS-SemiBold;
	src: url(../fonts/OpenSans-SemiBold.ttf);
}
@font-face {
	font-family: OS-Regular;
	src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
	font-family: OS-Italic;
	src: url(../fonts/OpenSans-Italic.ttf);
}
@font-face {
	font-family: Pattaya;
	src: url(../fonts/Pattaya-Regular.ttf);
}

* {
    -webkit-tap-highlight-color: transparent;
}

html {
    scroll-behavior: smooth;
	height: 100%;
}

body {
	font-family: OS-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #61657d;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

header {
	flex: 0 0 auto;
}
content{
	flex: 1 0 auto;
}

footer {
	flex: 0 0 auto;
}

img {
	max-width: 100%;
}

.mobile_menu_overlay, .mobile_menu_container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.menu_container {
    display: none;
}
.mobile_menu_container, .mobile_menu_container ul li ul{
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}
.mobile_menu_overlay{
	display: none;
	cursor: pointer;
	z-index: 10200;
	background: rgba(0, 0, 0, 0.5);
}
.mobile_menu_container{
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
	width: 275px;
	overflow: hidden;
	z-index: 10201;
	background: #6D2924;
}
.pop_tit {
    font-family: OS-Regular;
}
.mobile_menu_content ul li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #F8F8F8;
}
/* delete */
div#basket-order {
    max-width: 1290px;
    margin: 0 auto;
    padding: 20px;
}
/* delete */

/* */

.basket {
    max-width: 1290px;
    margin: 0 auto;
    overflow: auto;
}

td.table-basket-item-delete:hover {
    color: red;
    cursor: pointer;
}
.table-basket-item-delete {
    font-size: 32px;
    color: #000000;
}
.mob-basket-img {
    width: 70%;
}
td.table-basket-item-name {
    max-width: 260px;
}

.table-basket {
    padding-top: 50px;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 18px;
}

.table-basket,
.table-basket th,
.table-basket td {
    border: 1px solid #E0E0E0;
}

.table-basket-item-img img {
    width: 150px;
	height: 100px;
    border-radius: 20px;
}

.table-basket th {
    padding: 15px;
    background: #6D2924;
    color: #ffffff;
    font-weight: 700;
    line-height: 160%;
}

.table-basket td {
    padding: 15px;
    line-height: 120%;
    color: #000000;
    min-width: 100px;
	vertical-align: middle;
}
.table-basket td .number {
	margin: 0;
}
.table-basket-total td {
    text-align: right;
}
h1.basket-header {
    max-width: 1290px;
    margin: 0 auto;
    padding: 20px;
    font-family: OS-Semibold;
    font-size: 42px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #6D2924;
}
.delivery-basket-view input[type=radio] {
    display: none;
}

.delivery-basket-view label {
    display: inline-block;
    cursor: pointer;
    padding: 0px 15px;
    line-height: 34px;
    border: 1px solid #000000;
    border-radius: 6px;
    user-select: none;
	color: #000000;
}


/* Checked */

.delivery-basket-view input[type=radio]:checked+label {
    background: #6D2924;
    color: white;
}

.delivery-basket-view-title {
    font-size: 24px;
    margin: 20px 20px 10px;
	color: #000000;
}

.delivery-basket-view {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.delivery-basket-number {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

#about-cafe, #contact {
	position: relative;
    top: -40px;
}
#delivery {
	position: relative;
    top: -20px;
}
/* Hover */

.delivery-basket-view label:hover {
    color: #666;
}


/* Disabled */

.delivery-basket-view input[type=radio]:disabled+label {
    background: #efefef;
    color: #666;
}

.delivery-basket td {
    padding-bottom: 30px;
}

.delivery-basket-btn {
    margin: 20px;
	width: 100%;
}

.delivery-basket-number input[type="tel"] {
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 6px;
    height: 36px;
	outline: none;
	font-family: OS-Regular;
    font-size: 16px;
    color: #000000;
    border: 1px solid #000000;
}

.delivery-basket-content {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

form.delivery-form {
    display: flex;
    flex-direction: column;
    max-width: 1290px;
    margin: 0 auto;
    align-items: center;
}

/* корзина на мобильных разрешениях */

.mob-basket {
	display: none;
    max-width: 760px;
    margin: 0 auto;
    padding: 0 20px;
}

.mob-basket-item {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #E0E0E0;
}

.mob-basket-total-price-block {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #E0E0E0;
    display: flex;
    justify-content: end;
}

.mob-basket-head {
    display: flex;
    gap: 10px;
	justify-content: center;
}
.mob-basket-name {
    text-align: center;
    margin: 10px;
    font-size: 20px;
    color: #6D2924;
}
.mob-basket-block {
    display: flex;
    justify-content: space-between;
}
.mob-basket-price {
    font-size: 20px;
    color: #6D2924;
}
.mob-basket-img img {
    width: 100%;
}

/* */


/* */
.mobile_menu_content ul li {
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid rgba(248, 248, 248, 0.1);
}
.mobile_menu_container.loaded{
   	-webkit-transform: translateX(0px);
   	transform: translateX(0px);
}
.mobile_menu_container .mobile_menu_content{
	overflow: auto;
	max-height: 100%;
	padding-bottom: 30px;
}
/* POP UP */

	.overlay_popup {
	  display:none;
	  position:fixed;
	  z-index: 999;
	  top:0;
	  right:0;
	  left:0;
	  bottom:0;
	  background:#000;
	  opacity:0.5;
	}

	.popup {
		display: none;
		position: relative;
		z-index: 1000;
		position: fixed;
		left: 50%;
		transform: translateX(-50%);
		top: 15%;
	}

	.object{
		/*width: 457px;
		height: 513px;*/
		background: #FFFFFF;
   	 	padding: 30px;
    	border-radius: 10px;
	}
.order-btn {
	margin-top: 20px;
	display: flex;
    gap: 20px;
}
/* pop up end */


/* */ 

.up {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  opacity: 0;
	  width: 50px;
	  height: 50px;
	  border: none;
	  background-color: #6D2924;
	  position: fixed;
	  right: 30px;
	  bottom: 30px;
	  border-radius: 50px;
	  z-index: 9;
	  cursor: pointer;
	}
	.up::before {
	  content: '';
	  display: block;
	  position: absolute;
	  top: -10px;
	  left: -10px;
	  width: calc(100% + 20px);
	  height: calc(100% + 20px);
	  background-color: #6D2924;
	  border-radius: 50%;
	  z-index: -1;
	  opacity: 0.2;
	  color: #ffffff;
	  -webkit-animation: circleFill 2.2s infinite ease-in-out;
			  animation: circleFill 2.2s infinite ease-in-out;
	}
	.up::after {
	  content: '';
	  display: block;
	  position: absolute;
	  top: -20px;
	  left: -20px;
	  width: calc(100% + 40px);
	  height: calc(100% + 40px);
	  border: 1px solid #6D2924;
	  border-radius: 50%;
	  z-index: -1;
	  -webkit-animation: circle 2.2s infinite ease-in-out;
			  animation: circle 2.2s infinite ease-in-out;
	}
	@-webkit-keyframes circleFill {
	  0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0;
	  }
	  50% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0.2;
	  }
	  100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0.2;
	  }
	}
	@keyframes circleFill {
	  0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0;
	  }
	  50% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0.2;
	  }
	  100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0.2;
	  }
	}
	@-webkit-keyframes circle {
	  0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0.01;
	  }
	  30% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 0.5;
	  }
	  100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0.01;
	  }
	}
	@keyframes circle {
	  0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0.01;
	  }
	  30% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 0.5;
	  }
	  100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0.01;
	  }
	}

/* */


.header-bottom {
	background: #6D2924;
}
.popup-content {
    display: flex;
    align-items: center;
    gap: 30px;
}
.popup-content img {
    width: 150px;
	border-radius: 20px;
}
.popup-title{
	font-weight: 700;
    font-size: 30px;
    line-height: 160%;
    color: #6D2924;
	display: flex;
    justify-content: center;
	text-align: center;
	margin-bottom: 20px;
}
span#product-name {
    color: #6D2924;
	text-align: center;
}
.header-nav {
	max-width: 1290px;
	margin: 0 auto;
	padding: 0;
}
.header-nav ul {
	display: flex;
	justify-content: space-between;
    padding: 19px 0;
}
.header-nav ul li a {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #F8F8F8;	
}
.header-nav ul li a:hover {
    border-bottom: 1px solid;
}
.category-page, .single-item-page, .info-page, .basket-empty,.basket-real, .basket-add-info {
	max-width: 1290px;
    margin: 0 auto;
    padding: 0 20px;
}

.basket-empty,.basket-real {
	display: none;
}

.basket-add-info {
	margin-bottom: 20px
}
.delivery-basket-number input[type="tel"]::placeholder {
    color: #000000;
}
.single-item-page h2 {
	margin: 87px 0 40px;
}
.info-page h1, .basket-empty h1 {
    font-family: OS-Semibold;
    font-size: 54px;
    line-height: 140%;
    text-align: center;
    margin: 40px 0 0;
    letter-spacing: -0.01em;
    color: #6D2924;
}
.info-page p, .basket-empty p {
    text-align: center;
    margin-bottom: 40px;
    font-size: 18px;
}
.category-page-container li, .other-items-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.single-item-wrapper {
	background: #F8F8F8;
}
.header-main {
    max-width: 1290px;
    margin: 0 auto;
    padding: 12px 0px 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-main-time span {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #4F4F4F;
}
.header-main-time {
    display: flex;
    flex-direction: column;
}
div#single-item-gallery img {
    cursor: pointer;
	border-radius: 10px;
}
.cart {
    display: flex;
    align-items: center;
	gap: 20px;
}
.cart-price span {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #6D2924;
}
span.currency {
    margin-left: 5px;
}
.cart-img {
    position: relative;
}
.in-stock {
	margin-top: 6px;
	font-weight: 400;
	font-size: 16px;
	line-height: 180%;
	letter-spacing: 0.01em;
	color: #F2994A;
}
.single-item-page-name {
	margin-bottom: 20px;
}
.single-item-page-weight {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.01em;
    color: #333333;
}
.single-item-page-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.01em;
	color: #333333;
	max-width: 504px;
}
.single-item-page-price {
	margin-top: 20px;
	margin-bottom: 30px;
    font-weight: 600;
    font-size: 30px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #6D2924;
}
div#single-item-gallery {
    width: 520px;
}
.single-item-main-img {
    width: 520px;
    max-height: 369px;
    overflow: hidden;
}
.single-item-main-img img {
    width: 520px;
    position: relative;
}
.single-item-little-imgs {
	margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.single-item-little-img {
    width: 160px;
    height: 111px;
    overflow: hidden;
}
.single-item-little-img img {
    width: 100%;
    position: relative;
}
.cart-price {
    display: none;
}
.cart-count {
	display: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #6D2924;
	background: #F2C94C;
    border-radius: 50%;
    width: 22px;
    height: 22px;
	display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -12px;
    right: -10px;
}
.header-main-socials-number a {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #6D2924;
}
.header-main-socials-nw img {
    height: 35px;
    width: 35px;
}
.header-main-socials-nw {
    display: flex;
    gap: 10px;
}
.header-main-socials-nw a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    transition: 0.15s;
}

.header-main-socials-nw a:hover {
	box-shadow: 0 11px 20px rgba(58, 63, 92, 0.2);
	filter: brightness(1.2);
}
.header-main-socials {
	display: flex;
    gap: 20px;
	align-items: center;
}
.number {
    display: flex;
	margin-bottom: 30px;
}
.number-count {
	font-family: OS-Regular;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #222222;
    background: none;
    border: none;
    outline: none;
}
.number span::selection {
    display: none;
}
.single-item-page-content {
    padding-bottom: 100px;
}
.number-count-text {
	margin-right: 13px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: OS-Regular;
}

.number span {
    display: flex;
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;
	cursor: pointer;
	border-radius: 50%;
	font-size: 20px;
	transition: 0.5s;
}
.header-main-socials-number a:hover {
   	border-bottom: 1px solid;
}
span.minus {
    background: #F0F0F0;
	color: black;
}
span.plus {
    background: #6D2924;
    color: white;
}
span.minus:hover {
	background: #6D2924;
    color: white;
    
}
span.plus:hover {
   background: #F0F0F0;
color: black;
}
h1.single-item-page-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 160%;
    text-transform: uppercase;
    color: #6D2924;
	max-width: 510px;
}
.breadcrumbs ul {
    margin-top: 20px;
    display: flex;
    gap: 5px;
	flex-wrap: wrap;
}
.breadcrumbs ul li, .breadcrumbs ul li a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #828282;
}
.breadcrumbs ul li a:hover {
	border-bottom: 1px solid;
}
h1.category-page-title {
    padding: 50px 0;
    font-family: 'Pattaya';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0.01em;
    color: #6D2924;
}
.single-breadcrumbs {
	margin: 0;
    padding: 20px 0 50px;
}
.buttonOrderFreeDelivery {
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 330px;
	height: 60px;
	border-radius: 30px;
	z-index: 1;
	cursor: pointer;
	transition: 1s;
	background: #6D2924;
}

.buttonOrderFreeDelivery p {
	font-family: OS-Bold;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	z-index: 20;
}

.buttonOrderFreeDelivery:after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: calc(100% + 3px);
	border-radius: 30px;
	box-shadow: 0 11px 20px rgba(58, 63, 92, 0.1);
	z-index: 1;
	transition: 0.15s;
}



.buttonOrderFreeDelivery:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateX(-4em) skewX(-40deg);
}

.buttonOrderFreeDelivery:hover:before {
	box-shadow: 0 11px 20px rgba(58, 63, 92, 0.2);
	animation: moveLight 0.5s;
}

@keyframes moveLight {
  from {
    transform: translateX(-4em) skewX(-40deg);
  }
  to {
    transform: translateX(20em) skewX(-40deg);
  }
}

.bannerMainContainer {
	background: #F8F8F8;
}

.bannerMain {
	width: 1290px;
	margin: 0 auto;
}

.stocks {
	display: flex;
	justify-content: space-between;
	max-width: 1290px;
    margin: 60px auto 0;
	gap: 25px;
}
.stocks-category {
	margin: 90px auto 60px;
}
.stocks-first-block{
	background: #FFF4F4;
	border: 1px solid #F2F2F2;
	border-radius: 10px;
	width: 100%;
    max-width: 735px;
	padding: 55px 20px 42px 235px;
	background-image: url(../images/stocks-first-block-bg.png);
    background-repeat: no-repeat;
}

.stocks-second-block{
	background: #FFFEE0;
	border: 1px solid #F2F2F2;
	border-radius: 10px;
	width: 100%;
    max-width: 525px;
	padding: 64px 20px 53px 42px;
	background-image: url(../images/stocks-second-block-bg.png);
    background-repeat: no-repeat;
	background-position-x: 100%;
}

.stocks-first-block-title {
    font-family: 'Pattaya';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #D11C27;
}

p.stocks-first-block-text {
    font-family: OS-Regular;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #6D2924;
	margin-top: 18px;
}
.zakaz_z {
    margin-top: 10px;
}
.stocks-second-block-title {
    font-family: 'Pattaya';
    font-style: normal;
    font-weight: 400;
    font-size: 45.8333px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #2F80ED;
}

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

.bannerMainTitle {
	margin: 0 0 27px;
	font-family: Pattaya;
	font-size: 60px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0.01em;
	color: #6D2924;
}

.bannerMainPostTitle {
	margin: 0 0 35px;
	font-family: OS-Regular;
	font-weight: 600;
	font-size: 26px;
	line-height: 120%;
	color: #6D2924;
	text-transform: uppercase;
}

.bannerMainBody {
	margin: 0 0 37px;
	font-family: OS-Regular;
	font-size: 16px;
	line-height: 180%;
	letter-spacing: 0.01em;
	color: #4F4F4F;
}

.bannerMainBottom {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 0 100px;
}

.bannerMainBottomItem {
	display: flex;
	align-items: center;
	max-width: 300px;
	margin-right: 30px;
}

.bannerMainBottomItem img {
	margin: 0 30px 0 0;
}

.bannerMainBottomItem p {
	font-family: OS-Regular;
	font-size: 14px;
	line-height: 143%;
	letter-spacing: 0.01em;
	color: #6D2924;
}

.chooseOurPie {
	width: 1290px;
	margin: 60px auto 120px;
}

.title {
	margin: 0 0 30px;
	font-family: Pattaya;
	text-align: center;
	font-weight: 400;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 0.01em;
	color: #6D2924;
}

.postTitle {
	width: 770px;
	margin: 0 auto;
	font-family: OS-Regular;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #3a3f5c;
}

/* ------- ↓ tabs css ↓ ------- */
.tabs .tabContent,
.tabs input {
	display: none;
}

.tabs {
	padding-top: 10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.tabs label {
	text-align: center;
	position: relative;
	padding: 14px 37px;
	margin: 0 10px;
	line-height: 28px;
	cursor: pointer;
	background: #ffffff;
	color: #6D2924;
	border-radius: 5px;
	font-family: OS-Regular;
	font-size: 16px;
	line-height: 26px;
	transition: 0.3s; 
	border: 1px solid #6D2924;
}

.tabs label:hover {
	box-shadow: 0 11px 20px rgba(58, 63, 92, 0.1);
	background: #6D2924;
	color: #ffffff;
}

.tabs label:hover .tabsDescription {
	display: block;
	opacity: 1;
}

.tabs input[type="radio"]:checked + label {
	box-shadow: 0 11px 20px rgba(58, 63, 92, 0.1);
	background: #6D2924;
	color: #ffffff;
	font-size: 16px !important;
}

input:nth-of-type(1):checked ~ .tabContentContainer .tabContent:nth-of-type(1),
input:nth-of-type(2):checked ~ .tabContentContainer .tabContent:nth-of-type(2),
input:nth-of-type(3):checked ~ .tabContentContainer .tabContent:nth-of-type(3),
input:nth-of-type(4):checked ~ .tabContentContainer .tabContent:nth-of-type(4) {
	display: grid;
}

.tabsDescription {
	display: none;
	opacity: 0;
	position: absolute;
	top: 55px;
	left: 10px;
	right: 10px;
	padding: 10px;
	box-shadow: 0 11px 20px rgba(58, 63, 92, 0.1);
	border-radius: 10px;
	background: #ffffff;
	font-family: OS-Regular;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.01em;
	text-align: left;
	color: rgba(58, 63, 92, 0.6);
	transition: 0.2s;
}

.tabContentContainer {
	width: 100%;
	margin: 65px 0 0 0;
}

.tabContent {
	display: grig;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}

.cardProduct {
	display: flex;
    flex-direction: column;
	padding: 0 0 30px;
	border: 1px solid #f8f8f8;
	box-sizing: border-box;
	border-radius: 20px;
	background: #ffffff;
	cursor: pointer;
	transition: 0.25s;
}
.cardProduct a{
	flex-grow: 1;
	color: #4F4F4F;
}
.cardProduct:hover {
	box-shadow: 0 11px 20px rgba(58, 63, 92, 0.1);
}

.cardProductImages {
	display: block;
	border-radius: 20px;
}

.tabContentDescription {
	padding: 22px 32px 0;
}

.cardProductTitle {
	margin: 0 0 16px 0;
	font-family: OS-Semibold;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: -0.01em;
	color: #6D2924;
}

.cardProductBody {
	font-family: OS-Regular;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 0.01em;
	color: #61657d;
}

.cardProductPriceContainer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 16px 32px 32px;
}

.week-product {
	margin: 16px 0 32px;
}

.cardProductPrice {
	font-family: OS-Semibold;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -0.01em;
	color: #6D2924;;
}

p.MsoNoSpacing span {
    font-family: OS-Regular !important;
}

p.MsoNoSpacing {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #4F4F4F;
}

.cardProductButton {
    display: block;
    opacity: 1;
    text-align: center;
    position: relative;
    width: fit-content;
    padding: 15px 50px;
    margin: 0 auto;
    line-height: 28px;
    cursor: pointer;
    border-radius: 30px;
    background: #6D2924;
    box-shadow: 0 11px 20px rgb(58 63 92 / 10%);
    font-family: OS-Bold;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    transition: 0.25s;
	overflow: hidden;
}
.cardProductButton-single {
	margin: 0;
}
.single-item-page-container {
	display: flex;
    gap: 60px;
}
.cardProductButton:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateX(-4em) skewX(-45deg);
}

.cardProductButton:hover:before {
  animation: moveLight 1s;
}

.cardProduct img {
	width: 100%;
	height: 244px;
	object-fit: cover;
	border-radius: 20px;
}
/* ------- ↑ tabs ↑ ------- */

.newMenuContainer {
	width: 1290px;
	margin: 0 auto 0;
}

.newMenu {
	display: flex;
	justify-content: flex-end;
	position: relative;
	margin: 60px 0 0;
}

.newMenuImg {
	display: block;
	width: 723px;
	height: 480px;
	object-fit: cover;
	border-radius: 20px;
}

.newMenuDescriptionContainer {
	position: absolute;
	display: flex;
	align-items: center;
	top: 0;
	left: 0;
	height: 100%;
}

.newMenuDescription {
	width: 606px;
	padding: 40px 68px;
	box-sizing: border-box;
	border-radius: 20px;
	background: #F8F8F8;
	box-shadow: 0 11px 20px rgba(58, 63, 92, 0.1);
	text-align: start;
	z-index: 1;
}

.newMenuDescriptionTitle {
	margin: 0 0 30px;
	font-family: OS-Semibold;
	font-size: 26px;
	line-height: 26px;
	letter-spacing: -0.01em;
	color: #6D2924;
}

.newMenuDescriptionBody {
	margin: 0 0 5px;
	font-family: OS-Regular;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 0.01em;
	color: #61657d;
}

.buttonOrderFreeDelivery-onNewMenu {
	margin: 35px auto 0;
}

.shippingAndPayment {
	position: relative;
	background: #F8F8F8;
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	padding: 100px 0;
	margin: 0 0 0;
	width: 100%;
	height: fit-content;
}

.shippingAndPaymentContainer {
	width: 1290px;
	margin: 0 auto;
}

.shippingAndPaymentCardContainer {
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
}
.current-link {
	color: #6D2924;
}
.shippingAndPaymentItem {
	position: relative;
	padding: 15px 16px 40px;
	margin: 40px 0 0;
	width: 300px;
	min-height: 260px;
	box-sizing: border-box;
	border-radius: 20px;
	background: #ffffff;
	cursor: pointer;
	transition: 0.25s;
}
.reviews {
	padding: 100px 20px;
	margin: 0 auto;
	max-width: 1150px;
}
.reviews-slider {
	margin-top: 20px;
}
.reviews-item {
	display: flex;
	flex-direction: column;
	padding: 23px 23px 37px;
	background: #F8F8F8;
	border: 1px solid #F2F2F2;
	border-radius: 10px;
	max-width: 366px;
	min-height: 349px;
	margin: 0 10px;
}
.reviews-slider .slick-initialized .slick-slide {
    margin: 0 9px;
}

.estimation {
    display: flex;
    gap: 10px;
    align-items: center;
}
.reviews-item-title {
	font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #6D2924;
    border-radius: 20px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin-bottom: 15px;
}
.reviews-item-text {
	flex-grow: 1;
	font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.01em;
    color: #4F4F4F;
}
.rating-result span {
	padding: 0;
	font-size: 32px;
	margin-right: 2px;
	line-height: 80%;
}
.reviews-item-name {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #333333;
    border-radius: 20px;
	margin-top: 28px;
    margin-bottom: 12px;
}
.estimation-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.01em;
    color: #828282;
    border-radius: 20px;
}
.rating-result > span:before {
	content: '★';
}
.rating-result > span.active {
    color: #F2C94C;
}
.aboutUsContainer-text p{
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.01em;
    color: #4F4F4F;
    border-radius: 20px;
	margin-bottom: 15px;
	text-align: justify;
}

.aboutUsContainer-text span {
    font-weight: 700;
}

.shippingAndPaymentItem:hover {
	margin-top: 20px;
	box-shadow: 0 11px 20px rgba(58, 63, 92, 0.1);
}

.shippingAndPaymentItem:not(:last-child):after {
	content: " ";
	position: absolute;
	background: url(../images/dots.svg) no-repeat;
	top: 150px;
	right: -82px;
	width: 77px;
	height: 22px;
	z-index: 100;
	transition: 0.25s;
}

.shippingAndPaymentItem:hover:after {
	top: 170px;
}

.shippingAndPaymentTitle {
	margin: 22px 0 9px;
	font-family: OS-Semibold;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: -0.01em;
	color: #6D2924;
	transition: 0.15s;
}

.shippingAndPaymentBody {
	font-family: OS-Regular;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 0.01em;
	color: #4F4F4F;
}

.aboutUsContainer {
	width: 1330px;
	margin: 0 auto 45px;
	/* box-sizing: border-box; */
}

.aboutUsContainer img {
	display: block;
	width: 33%;
}

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

.aboutUsTitle {
	margin: 30px 0 20px;
	font-family: OS-Semibold !important;
	font-size: 26px;
	line-height: 26px;
	letter-spacing: -0.01em;
	color: #3a3f5c;
}

.aboutUsBody {
	font-family: OS-Regular !important;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 0.01em;
	color: #61657d;
}

.aboutUsTextCard {
	padding: 20px 30px;
	box-shadow: 0 11px 20px rgba(58, 63, 92, 0.1);
	font-family: OS-Regular !important;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 0.01em;
	color: red;
}

.aboutUsContainerItem .aboutUsTextCard p,
.aboutUsContainerItem .aboutUsTextCard span {
	font-family: OS-Regular !important;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 0.01em;
	color: #61657d;
}

.aboutUsContainerItem .aboutUsTextCard strong {
	font-family: OS-Semibold;
}

body strong {
	font-family: OS-Bold;
}

.aboutUsTextCard h2 {
	margin: 30px 0 20px;
	font-family: OS-Semibold;
	font-size: 26px;
	line-height: 26px;
	letter-spacing: -0.01em;
	color: #3a3f5c;
}

.aboutUsTextCard p {
	font-family: OS-Regular;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 0.01em;
	color: #61657d;
}

.aboutUsCard {
	border-radius: 20px;
	margin: 15px;
}

.contactsContainer {
	position: relative;
	background: #F8F8F8;
	background-size: contain;
	padding: 100px 0;
	width: 100%;
	/* height: fit-content; */
}

.contacts {
	position: relative;
	display: flex;
	justify-content: flex-end;
	width: 1290px;
	margin: 20px auto 0;
}

.contactsCardContainer {
	position: absolute;
	display: flex;
	align-items: center;
	top: 0;
	left: 0;
	height: 100%;
}

.contactsCard {
	padding: 54px 60px;
	width: 552px;
	box-sizing: border-box;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 11px 20px rgba(58, 63, 92, 0.1);
}

.contactsTimesLinks {
	display: grid;
	grid-template-columns: repeat(2, 210px);
	column-gap: 63px;
	row-gap: 40px;
	margin: 0 0 40px;
}

.contactsTimesLinksTitle {
	margin: 0 0 15px;
	font-family: OS-Bold;
	font-size: 14px;
	line-height: 19px;
	color: #4F4F4F;
}

.contactsTimesLinksBody {
	font-family: OS-Regular;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.05em;
	font-weight: 600;
    color: #6D2924;
	margin-bottom: 2px;
}
a.contactsTimesLinksBody:hover {
    border-bottom: 1px solid;
}
.contactsTimesLinksIcons {
	display: flex;
	justify-content: center;
    gap: 20px;
	width: 244px;
	margin: 0 auto 40px;
}

.contactsTimesLinksIcons a {
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 100%;
	transition: 0.15s;
}

.contactsTimesLinksIcons a:hover {
	box-shadow: 0 11px 20px rgba(58, 63, 92, 0.2);
	filter: brightness(1.1);
}

.contactsTimesLinksIconsButton {
	margin: 0 auto;
}

.mapContainer {
	width: 750px;
	height: 500px;
	border-radius: 20px;
	border: 0;
}

footer {
	padding: 20px 0;
	background: #6D2924;
}

.footerContainer {
	display: flex;
	justify-content: space-between;
	width: 1290px;
	margin: 0 auto;
}

.copyright {
	font-family: OS-Regular;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
}

.footerLink {
	font-family: OS-Regular;
	font-size: 16px;
	line-height: 20px;
	text-decoration: underline;
	color: #ffffff;
}

.footerLink:hover {
	text-decoration: none;
}

.clouding {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #ffffff80;
	z-index: 10;
}

.fadeInContainer {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 662px;
	padding: 80px 100px;
	background: #ffffff;
	box-sizing: border-box;
	border-radius: 20px;
	box-shadow: 0 11px 20px rgba(58, 63, 92, 0.1);
	z-index: 20;
}

.postTitleFadeIn {
	margin: 0 auto 44px;
	font-family: OS-Regular;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #4F4F4F;
}

.fadeInPhone {
	font-family: OS-Italic;
	font-style: italic;
	font-weight: normal;
	font-size: 30px;
	line-height: 41px;
	color: #4F4F4F;
}

.fadeInNumber {
	margin: 0 0 44px;
	font-family: OS-Bold;
	font-size: 48px;
	line-height: 68px;
	color: #6D2924;
}

.cross {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
	z-index: 30;
	width: 31px;
	height: 31px;
	transition: 0.3s;
}

.cross:hover {
	transform: rotate(90deg);
}

.cross:hover svg rect {
	fill: rgb(220, 220, 216);
}

.fadeInContainerButton {
	margin: 0 auto 0;
}

.openFadeInContainer {
	cursor: pointer;
}

.newMenu {
	margin-bottom: 100px;
}

@media (min-width: 1301px) {
	.deleteOnDesktop {
		display: none !important;
	}
}

@media (max-width: 1300px) {
	.deleteOnMobile {
		display: none !important;
	}
}

@media (max-width: 1320px) {
	.stocks {
		padding: 0 20px;
	}
	.header-nav ul {
		padding: 19px 20px;
	}
	.header-main {
		padding: 12px 20px 7px;
	}
	.bannerMain,
	.chooseOurPie,
	.newMenuContainer,
	.shippingAndPaymentContainer,
	.footerContainer,
	.aboutUsContainer,
	.contactsCard {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.logo {
		margin: 0 0 30px;
	}

	.title {
		font-size: 40px;
		line-height: 60px;
	}

	.buttonOrderFreeDelivery {
		width: 100%;
	}

	.mobileBannerSpaceButton {
		margin: 0 0 36px;
	}

	/* .bannerMainBottom {
	flex-direction: column;
} */

	.bannerMainBottomItem:not(:last-child) {
		/* margin-right: 0; */
		margin-bottom: 22px;
	}

	.bannerMainTitle {
		margin: 30px 0 20px;
		font-size: 40px;
		line-height: 50px;
		text-align: center;
	}

	.bannerMainTop {
		flex-direction: column;
	}

	.bannerPie {
		width: 320px;
		height: 317px;
	}

	.bannerMainPostTitle {
		margin: 0 0 10px;
		text-align: center;
	}

	.bannerMainBody {
		margin: 0 0 50px;
		text-align: center;
		font-size: 14px;
		line-height: 26px;
	}

	.bannerMainBottom {
		padding: 0 0 80px;
	}

	.postTitle {
		width: 100%;
	}

	.chooseOurPie {
		margin: 50px 0 60px;
	}

	.tabs {
		flex-direction: column;
	}

	.tabs label .tabsDescription {
		display: none !important;
	}

	.tabs label {
		margin: 0 0 20px;
		padding: 15px 30px;
		transition: 0s;
	}

	.tabContent {
		grid-template-columns: repeat(3, 1fr);
	}

	.cardProductImages {
		width: 100%;
	}

	.tabContentContainer {
		margin: 15px 0 0;
	}

	.tabContentDescription {
		padding: 27px 15px 0;
	}
	.cardProductPriceContainer {
		margin: 16px 15px 32px;
	}
	.week-product {
		margin: 16px 0 32px;
	}
	.shippingAndPayment {
		padding: 10px 0 20px;
		/* background: url(../images/ShippingandPaymentMobile.jpg) no-repeat; */
	}

	.shippingAndPaymentCardContainer {
		flex-wrap: wrap;
		align-items: center;
		margin: -40px 0 0;
	}

	.shippingAndPaymentItem {
		width: 49%;
		max-height: 300px;
		margin: 40px 0 0;
	}

	.shippingAndPaymentItem:not(:last-child):after {
		top: auto;
		bottom: -60px;
		right: 110px;
		transform: rotate(90deg);
	}

	.shippingAndPaymentItem:nth-child(3):after {
		display: none;
	}

	.shippingAndPaymentItem:hover {
		margin-top: 40px;
		box-shadow: 0 11px 20px rgba(58, 63, 92, 0.1);
	}

	.aboutUsCard {
		width: 32%;
		margin: 0 0 10px;
		box-sizing: border-box;
	}

	.aboutUsTextCard {
		padding: 0 15px 15px;
		margin: 0 0 30px;
	}


	.footerContainer {
		flex-direction: column;
	}


	.fadeInContainer {
		padding: 40px 20px;
		width: 90%;
	}

	.postTitleFadeIn {
		margin: 0 auto 20px;
	}

	.fadeInPhone {
		font-size: 22px;
	}

	.fadeInNumber {
		margin: 0 0 20px;
		font-size: 28px;
		line-height: 42px;
	}

	.mapContainer {
		width: 100%;
		margin-top: 702px;
	}

	.contacts {
		width: 100%;
	}

	.contactsContainer {
		padding: 0;
	}

	.contactsCardContainer {
		justify-content: center;
		align-items: start;
		width: 100%;
		padding: 60px 0;
		box-sizing: border-box;
	}

	.contactsCard {
		padding: 20px;
		width: calc(100% - 40px);
	}

	.contactsTimesLinks {
		grid-template-columns: repeat(1, 100%);
	}

	.contactsTimesLinks div {
		text-align: center;
	}
}

@media (max-width: 1080px){
	.tabContent, .category-page-container li, .other-items-container {
		grid-template-columns: repeat(2, 1fr);
	}
	.header-main-time {
		display: none;
	}
	
}
@media (max-width: 1257px) {
	.stocks {
		gap: 15px;
		flex-direction: column;
	}
	.stocks-first-block {
		display: flex;
   		flex-direction: column;
		align-items: end;
		max-width: 100%;
		padding: 50px 0;
	}
	.stocks-first-block-title, p.stocks-first-block-text {
		margin-right: 30px;
	}
	.stocks-second-block-title {
		max-width: 250px;
    	margin-left: 30px;
	}
	.stocks-second-block {
		max-width: 100%;
		padding: 59px 0;
	}
}
@media (max-width: 1069.99px) {
	.basket {
		display: none;
	}
	.mob-basket {
		display: block;
	}
}
@media (max-width: 970px) {
	h1.single-item-page-title {
		font-size: 25px;
	}
	.single-item-page-container {
		gap: 30px;
	}
	.in-stock {
    	font-size: 14px;
	}
	.header-bottom {
		display: none;
	}
	.header-main {
		display: grid;
		grid-template-areas:
			'hd-top hd-top'
			'logo cart';
		padding: 0;
		box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
	}
	img.mob_menu_logo {
		width: 140px;
		margin-left: 20px;
	}
	img.menu_close {
		width: 80px;
		height: 80px;
	}
	.mob_menu_top {
		justify-content: space-between;
		display: flex;
		background: #FFFFFF;
		align-items: center;
	}
	.header-logo {
		grid-area: logo;
		margin-left: 20px;
	}
	.header-logo img {
		width: 128px;
	}
	.header-main-socials {
		grid-area: hd-top;
		justify-content: center;
    	background: #6D2924;
		padding: 10px 0;
	}
	.cart {
		grid-area: cart;
		justify-content: space-between;
	}
	.header-main-socials-number a {
		color: #F8F8F8;
		font-size: 26px;
	}
	.menu_container {
		display: block;
		width: 80px;
    	height: 80px;
	}
}

@media (max-width: 870px) {

	.newMenuImg {
		width: 100%;
	}
	.single-item-page-container {
		align-items: center;
		flex-direction: column;
	}
	.single-breadcrumbs {
		padding: 20px 0;
	}
}

@media (max-width: 670px) {
	.single-item-page-container {
		gap: 0;
	}
	.stocks-first-block {
		background-image: url(../images/stocks-first-mob.png);
	}
	.tabContent, .category-page-container li, .other-items-container {
		grid-template-columns: repeat(1, 1fr);
	}
	h1.category-page-title {
		padding: 30px 0;
		font-size: 40px;
	}

	.buttonOrderFreeDelivery:after {
		width: 100%;
	}

	.shippingAndPayment {
		margin-top: 750px;
	}

	.bannerMainBottom {
		flex-direction: column;
		align-items: center;
	}

	.bannerMainBottomItem {
		margin-right: 0;
		min-width: 300px;
	}

	.newMenu {
		margin: 0;
	}

	.newMenuImg {
		position: absolute;
		display: block;
		width: calc(100% + 40px);
		height: 275px;
		margin: 400px 0 0 20px;
		object-fit: cover;
	}

	.newMenuDescriptionContainer {
		width: 100%;
	}

	.newMenuDescription {
		width: 100%;
		padding: 28px 13px 33px;
		margin: 0;
	}

	.newMenuDescriptionTitle {
		margin: 0 0 20px;
		font-size: 20px;
		line-height: 26px;
	}

	.newMenuDescriptionBody {
		font-family: OS-Regular;
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 23px;
		letter-spacing: 0.01em;
		color: #61657d;
	}

	.newMenuDescriptionContainer {
		align-items: flex-start;
	}
}
@media (max-width: 585px) {
	.info-page h1 {
		font-size: 42px;
	}
	.info-page p {
		font-size: 14px;
	}
	.single-item-little-imgs {
  	  margin-top: 12px;
	}
	.single-item-little-img {
		max-width: 160px;
		width: 30%;
		height: 100%;
	}
	.single-item-main-img {
		max-width: 520px;
		width: auto;
	}
	.single-item-main-img img {
		max-width: 520px;
		width: 100%;
	}
	div#single-item-gallery {
		max-width: 520px;
		width: auto;
	}
}

@media (max-width: 670px) {
	.reviews {
		padding: 50px 20px;
	}
	.shippingAndPaymentItem {
		width: 100%;
	}
	.shippingAndPaymentItem:nth-child(3):after {
		display: block
	}
}
@media (max-width:589.98px) {
    .delivery-basket-content {
        gap: 0 30px;
    }
}
@media (max-width: 523px) {
	.order-btn {
		flex-direction: column;
	}
	.popup-title {
    	font-size: 24px;
		margin-bottom: 10px;
	}
	.object {
		min-width: 300px;
	}
	.popup-content {
		gap: 10px;
		flex-direction: column;
	}
	.cart-img img {
		width: 21px;
	}
	.cart-count {
		font-size: 11.45px;
		width: 18px;
		height: 18px;
	}
	.cart {
		gap: 13px;
	}
	.cart-img {
		position: relative;
		top: 10px;
	}
	.cart-price span {
		font-size: 14px;
		line-height: 19px;
	}
	.header-main-socials-number a {
		font-size: 18px;
		line-height: 25px;
	}
	.header-main-socials-nw img {
		height: 30px;
		width: 30px;
	}
	.aboutUsContainerItem {
		flex-direction: column;
		gap: 15px;
	}
	.aboutUsCard {
		width: 100%;
	}
	.aboutUsContainer img {
		width: 100%;
	}
	.stocks-first-block-title, .stocks-second-block-title {
		font-size: 28px;
	}
	.stocks-first-block {
		padding: 36px 0 15px;
	}
	.stocks-first-block-title, p.stocks-first-block-text, .stocks-second-block-title {
		margin-right: 30px;
		margin-left: 15px;
	}
	.stocks-second-block {
		padding: 80px 0;
	}
}
@media (max-width: 479.99px) {
	#about-cafe {
		top: -129px;
	}
	#delivery {
		top: 615px;
	}
	#contact {
		top: -76px;
	}
	header {
		background: white;
		position: sticky;
		top: 0;
		z-index: 999;
	}
	.mob-basket-name {
		font-size: 16px;
	}
	..mob-basket-head {
		justify-content: space-evenly;
		align-items: center;
	}
}
@media (max-width: 410px) {
	.stocks-second-block {
		padding: 25px 0;
		background-size: 120px;
	}
}
@media (max-width: 358px) {
	.header-logo img {
		width: 100px;
	}
	.stocks-first-block {
		background-size: 100px;
	}
	.cardProductPriceContainer {
		flex-direction: column;
	}
	.cardProductButton {
		padding: 15px 40px;
	}
}


.article-img-wrapper {
	position: relative;
	width: 50%;
	float: left;
	margin: 0 1.5rem 0.5rem 0;
	padding: 0 0 35%;
}
.article-container {
	padding-bottom: 2rem;
}
.article-title {
	display: inline-block;
	margin-bottom: 0.3rem;
}
.article-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.article-btn {
	margin-top: 1rem;
}

.excerpt {
	position: relative;
	height: 6rem;
	overflow: hidden;
}
.excerpt::after {
 	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3rem;
	background: linear-gradient(180deg, transparent, #fff 100%);
}

@media (max-width: 670px) {
	.article-img-wrapper {
		width: 100%;
		margin: 0 0 1rem;
		padding: 0 0 66%;
	}
}


.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

@media (max-width: 1080px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 670px) {
    .grid {
        grid-template-columns: repeat(1, 1fr);
    }
}