:root {
	--bordo: #9F214F;
	--gold-grad: linear-gradient(90deg, rgba(255,240,199,1) 0%, rgba(255,252,244,1) 50%, rgba(255,240,199,1) 100%)
}

* {
	font-family: 'Jun';
	box-sizing: border-box;
	outline: none;
	scroll-behavior: smooth;
}

#mainpage-firstscreen .full-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

div#main {
    padding: 0;
}

section#mainpage-firstscreen {
    background: url('/wp-content/uploads/2025/02/Фон.jpg');
	background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
	color: var(--bordo);
	padding-top: 300px;
	background-position: center;
}

.mpfs-left {
    width: 25%;
}

.mpfs-right {
    width: 25%;
	margin-left: auto;
}

.mpfs-center {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    padding-bottom: 60px;
}

h1.mpfs-title {
    font-size: 70px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}

h1.mpfs-title span:first-child {
    font-style: italic;
}

.mpfs-description {
    font-size: 24px;
    color: #333;
    font-style: italic;
    margin-bottom: 60px;
}

header.custom_header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

div#page-wrapper {
    position: relative;
}

header.custom_header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.nav-group {
    display: flex;
    gap: 20px;
    width: calc(70% / 2);
    position: relative;
    height: 40px;
    margin-bottom: -25px;
    align-items: flex-start;
    justify-content: space-between;
}

.nav-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%; /* Задаём ширину для логотипа */
}

.nav-group.left:before {
    content: "";
    display: block;
    height: 3px;
    width: 700px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--bordo);
}

.nav-group.right:before {
    content: "";
    display: block;
    height: 3px;
    width: 700px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--bordo);
}

.nav-group a {
    font-size: 20px;
    color: var(--bordo);
    text-decoration: none;
}

.nav-soc img {
	filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.25));
}

a.btn-zakaz {
    background: var(--gold-grad);
    padding: 20px 50px;
    font-size: 20px;
    color: #333;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
    margin-right: 20px;
}

a.btn-catalog {
    background: #fff;
    font-size: 20px;
    text-decoration: none;
    color: #333;
    padding: 20px 50px;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
}

.mpfs-right a {
    color: var(--bordo);
    font-size: 24px;
    text-decoration: none;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
}

.mpfs-right a img {
    display: block;
    width: 100px;
}

.mpfs-right a span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 15px;
    background: var(--gold-grad);
    width: calc(100% - 100px);
}

.mpfs-center img {
    filter: drop-shadow(0px 0px 7px rgba(0,0,0,0.5));
}

section#author-text {
    font-size: 32px;
    padding-top: 150px;
    padding-bottom: 90px;
}

section#author-text strong {
    color: var(--bordo);
    font-weight: 400;
}

section#author-text strong a {
    color: var(--bordo);
}

.single-infog {
    color: var(--bordo);
    font-size: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 25%;
}

section#infografika .full-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-evenly;
    padding: 0px 100px;
    padding-bottom: 150px;
    position: relative;
}

.single-infog img {
    margin-bottom: 30px;
}

.single-infog:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 15%;
    height: 36px;
    width: 1px;
    background: var(--bordo);
}

.single-infog:last-child:after {
    display: none;
}

section#infografika .full-container:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: var(--bordo);
}

section#infografika .full-container:after {
    content: url('/wp-content/uploads/2025/02/Тортик.png');
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(40%);
    image-rendering: pixelated;
    background: #fff;
    padding: 0px 25px;
}

section#catalog {
    padding-top: 150px;
	padding-bottom: 100px;
}

section#catalog h2 {
    font-size: 70px;
    font-style: italic;
    color: var(--bordo);
    margin-bottom: 60px;
    width: 100%;
}

input#catalog-search {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
    border-radius: 10px;
    font-size: 20px;
    padding: 0px 30px;
    box-sizing: border-box;
    height: 60px;
    border: none;
    margin-bottom: 30px;
}

.catalog-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
	max-height: 650px;
	min-height: 100px;
	overflow: auto;
}

.catalog-list button {
    font-size: 24px;
    border: none;
    background: transparent;
    color: #333;
    font-weight: 400;
    padding: 0;
	position: relative;
}

.catalog-sidebar {
    padding-left: 40px;
    width: 25%;
}

section#catalog .full-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.catalog-grid-container {
	width: 75%;
}

.catalog-grid {
    width: 100%;
}

.catalog-grid-container button {
    background: var(--gold-grad);
    padding: 20px 50px;
    font-size: 20px;
    color: #333;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    font-weight: 400;
    margin: auto;
    display: block;
    margin-top: 40px;
    border: none;
}

.catalog-grid {
	gap: 20px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

img.catalog-item {
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
    cursor: pointer;
	width: 100%;
	aspect-ratio: 6 / 8;
	object-fit: cover;
}

.catalog-list-wrapper {
	padding-right: 50px;
}

.catalog-list {
  overflow-y: auto;
	margin-left: -40px;
	padding-left: 40px;
}

.catalog-list::-webkit-scrollbar {
  width: 6px;
}

.catalog-list::-webkit-scrollbar-track {
  background: transparent;
}

.catalog-list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  border: 3px solid transparent;
}

.catalog-list button.active:before {
    content: "";
    display: block;
    position: absolute;
    left: -35px;
    width: 30px;
    height: 30px;
    background: url(/wp-content/uploads/2025/02/check-svgrepo-com-1-1.svg);
    top: 50%;
    transform: translateY(-50%) translateX(0%);
}

.catalog-grid.loading {
    height: 750px;
    overflow: hidden;
    position: relative;
}

.catalog-grid.loading:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255,255,255,0.5);
    z-index: 1;
    width: 100%;
    height: 100%;
}

.catalog-grid.loading:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: url(/wp-content/uploads/2025/02/svgrepo_iconcarrier.svg);
    z-index: 1;
    background-size: cover;
    border-radius: 100px;
	animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}


section#cta1 {
    background: url(/wp-content/uploads/2025/02/Group-62.jpg);
    padding: 85px 0px;
	background-size: cover;
}

.cta1-title {
    font-size: 32px;
    color: var(--bordo);
    font-style: italic;
    text-align: center;
    width: 100%;
    max-width: 520px;
    margin: auto;
    margin-bottom: 45px;
}

form#cta1-form {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.cta1-form-left {
    width: calc(100% / 3);
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

form#cta1-form input[type=text], 
form#cta1-form input[type=tel] {
    height: 60px;
    display: block;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
    margin-bottom: 30px;
    font-style: italic;
	font-size: 20px;
	padding-left: 28px;
	width: 100%;
	border: none;
}

form#cta1-form input[type=text]:last-child, 
form#cta1-form input[type=tel]:last-child {
    margin-bottom: 0;
}

form#cta1-form textarea {
    border-radius: 10px;
    height: 150px;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
    width: 100%;
    font-style: italic;
	font-size: 20px;
	padding-left: 28px;
	padding-top: 19px;
	border: none;
}

.cta1-form-center {
    width: calc(100% / 3);
    padding-right: 50px;
}

.cta1-form-right {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.cta1-form-soc span {
    color: #000;
    font-size: 16px;
    font-style: italic;
    display: block;
    width: 100%;
    padding-right: 40%;
	margin-bottom: 10px;
}

.cta1-form-soc {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.cta1-form-right input[type=submit] {
    background: var(--gold-grad);
    border-radius: 10px;
    width: 100%;
    border: none;
    padding: 20px 50px;
    font-size: 20px;
    color: #333;
    font-weight: 400;
    max-width: 300px;
    margin-top: 20px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.cta1-form-right input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
    filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.25));
    margin-right: 18px;
}

.cta1-form-right input[name=insta] {
    background: url(/wp-content/uploads/2025/02/instagram_logo_2016-1-1.svg);
}

.cta1-form-right input[name=tg] {
    background: url(/wp-content/uploads/2025/02/telegram-svgrepo-com-1-1-1.svg);
}

.cta1-form-right input[name=vk] {
    background: url(/wp-content/uploads/2025/02/vk-svgrepo-com-1-2.svg);
}

.cta1-form-right input[name=wa] {
    background: url(/wp-content/uploads/2025/02/whatsapp-svgrepo-com-1-1.svg);
}


.cta1-form-right input[name=insta]:checked {
    background: url(/wp-content/uploads/2025/02/Instagram_logo_2016-1.svg);
}

.cta1-form-right input[name=tg]:checked {
    background: url(/wp-content/uploads/2025/02/telegram-svgrepo-com-1-1.svg);
}

.cta1-form-right input[name=vk]:checked {
    background: url(/wp-content/uploads/2025/02/vk-svgrepo-com-1-1.svg);
}

.cta1-form-right input[name=wa]:checked {
    background: url(/wp-content/uploads/2025/02/whatsapp-svgrepo-com-1.svg);
}


.cta1-disclamer {
    color: #333;
    font-size: 14px;
    margin-top: 30px;
}

.cta1-disclamer a {
    color: #333;
}


.reviews-title {
    font-size: 50px;
    text-align: center;
    color: var(--bordo);
    max-width: 850px;
    margin: auto;
    font-style: italic;
    margin-bottom: 80px;
}

section#reviews {
    padding-top: 90px;
	padding-bottom: 200px;
}

.swiper-review img {
    display: block;
    width: 100%;
    height: auto;
}

.review-navigation {
    width: calc(100% + 200px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    top: 60%;
}

section#reviews .full-container {
    position: relative;
}

.swiper-button-prev {
    background: url(/wp-content/uploads/2025/02/vector-1.svg);
    width: 38px!important;
    height: 50px!important;
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper-button-prev:after {
    display: none;
}

.swiper-button-next {
    background: url(/wp-content/uploads/2025/02/vector.svg);
    width: 38px!important;
    height: 50px!important;
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper-button-next:after {
    display: none;
}

section#custom_footer {
    position: relative;
	padding-bottom: 210px;
	padding-top: 80px;
	background: url(/wp-content/uploads/2025/02/image-8-1_11zon.webp);
	background-size: cover;
}

#custom_footer header.custom_header {
    bottom: 30px;
    top: auto;
}

section#custom_footer > .full-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}



.footer-right {
    width: 55%;
}

.footer-left {
    width: 35%;
}


.footer-title{
    font-size: 70px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: var(--bordo)
}

.footer-title span:first-child {
    font-style: italic;
    display: block;
}

.footer-addr {
    font-size: 18px;
    color: #333;
    font-style: italic;
    margin-bottom: 35px;
}

a.footer-soc {
    font-style: italic;
    color: #333;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
}

.layout-full #colophon {
    padding: 0;
    background: #fff;
}

div#catalog-popup {
    position: fixed;
    inset: 0;
    background: transparent;
    z-index: 3;
	display: none;
}

div#catalog-popup.vis {
	display: block;
}

.popup-overlay {
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(15px);
    position: absolute;
    inset: 0;
	cursor: pointer;
}

.popup-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
    border-radius: 10px;
    width: 1200px;
    max-width: 90%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
}

img#catalog-popup-img {
    border-radius: 10px;
    width: 40%;
}

.catalog-popup-form {
    width: 60%;
    padding: 60px 50px 30px 50px;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.catalog-form-title {
    font-size: 32px;
    color: var(--bordo);
    font-style: italic;
    margin-bottom: 45px;
}

.cta-form-popup-disclamer {
    margin-top: auto;
    color: #999;
    font-size: 14px;
}

.cta-form-popup-disclamer a {
    color: #999;
}

form#cta-form-popup input[type=text], 
form#cta-form-popup input[type=tel] {
    height: 60px;
    display: block;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
    font-style: italic;
    font-size: 20px;
    padding-left: 28px;
    width: 100%;
    border: none;
}

form#cta-form-popup textarea {
    border-radius: 10px;
    height: 150px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    font-style: italic;
    font-size: 20px;
    padding-left: 28px;
    padding-top: 19px;
    border: none;
    flex: 1;
}

form#cta-form-popup {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.form-popup-fields {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px;
    width: 100%;
    margin-bottom: 30px;
}

.cta-form-popup-left {
    flex: 1;
}

form#cta-form-popup input[type=text]:last-child, 
form#cta-form-popup input[type=tel]:last-child {
    margin-bottom: 0;
}




.cta-form-popup-soc span {
    color: #000;
    font-size: 16px;
    font-style: italic;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 30px;
}

.cta-form-popup-soc {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#cta-form-popup input[type=submit] {
    background: var(--gold-grad);
    border-radius: 10px;
    width: 100%;
    border: none;
    padding: 20px 50px;
    font-size: 20px;
    color: #333;
    font-weight: 400;
    max-width: 300px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

#cta-form-popup input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
    filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.25));
    margin-right: 18px;
}

.cta-form-popup-soc input[name=insta] {
    background: url(/wp-content/uploads/2025/02/instagram_logo_2016-1-1.svg);
}

.cta-form-popup-soc input[name=tg] {
    background: url(/wp-content/uploads/2025/02/telegram-svgrepo-com-1-1-1.svg);
}

.cta-form-popup-soc input[name=vk] {
    background: url(/wp-content/uploads/2025/02/vk-svgrepo-com-1-2.svg);
}

.cta-form-popup-soc input[name=wa] {
    background: url(/wp-content/uploads/2025/02/whatsapp-svgrepo-com-1-1.svg);
}


.cta-form-popup-soc input[name=insta]:checked {
    background: url(/wp-content/uploads/2025/02/Instagram_logo_2016-1.svg);
}

.cta-form-popup-soc input[name=tg]:checked {
    background: url(/wp-content/uploads/2025/02/telegram-svgrepo-com-1-1.svg);
}

.cta-form-popup-soc input[name=vk]:checked {
    background: url(/wp-content/uploads/2025/02/vk-svgrepo-com-1-1.svg);
}

.cta-form-popup-soc input[name=wa]:checked {
    background: url(/wp-content/uploads/2025/02/whatsapp-svgrepo-com-1.svg);
}

.cta-form-popup-btns {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px;
}

body.popup-open {
    overflow: hidden;
}

body:not(.home) div#main {
    padding-top: 122px;
}

body:not(.home) header.custom_header {
    background: url(/wp-content/uploads/2025/02/image-8-1_11zon.webp);
	background-size: cover;
}

body:not(.home) #custom_footer header.custom_header {
    background: transparent;
}

.price-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 60px 25px;
	padding-bottom: 150px;
}

.price-item-image img {
    display: block;
    width: 100%;
}

.price-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
}

h2.price-item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--gold-grad);
    text-align: center;
    font-size: 18px;
    color: var(--bordo);
    height: 100px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
    cursor: pointer;
}

section#price-archive h1 {
    font-size: 70px;
    color: var(--bordo);
    font-style: italic;
}

section#price-archive header.page-header {
    padding-top: 50px;
    padding-bottom: 70px;
}

section#price-archive header.page-header p {
    font-size: 24px;
    margin-top: 20px;
    color: #333;
    font-style: italic;
}

.single-price-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
	padding-bottom: 150px;
}

.single-price-galleries {
    width: 30%;
    overflow: hidden;
}

.price-description {
    width: 70%;
	padding-left: 80px;
	font-size: 32px;
}

header.single-price-header {
    padding-top: 150px;
    padding-bottom: 100px;
}

header.single-price-header h1 {
    font-size: 70px;
    font-style: italic;
    color: var(--bordo);
}

ul.wp-block-list {
    list-style-type: disc;
    padding-left: 40px;
    margin-top: 10px;
    margin-bottom: 35px;
}

.swiper-gallery img {
    display: block;
    width: 100%;
	margin-bottom: -15px;
}

.swiper-gallery {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 35px;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
}

.swiper-thumbs img {
    display: block;
    border-radius: 10px;
    width: 100%;
}

.swiper-thumbs .swiper-slide {
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
    border-radius: 10px;
    overflow: hidden;
}

.swiper-thumbs {
    padding-bottom: 20px;
}

.footer-addr:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/wp-content/uploads/2025/02/map-marker-2-svgrepo-com-1.svg);
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px;
}

a.footer-soc:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    vertical-align: middle;
}

a.footer-soc.footer-tg:before {
    background: url(/wp-content/uploads/2025/02/telegram-svgrepo-com-1-1.svg);
}

a.footer-soc.footer-insta:before {
    background: url(/wp-content/uploads/2025/02/Instagram_logo_2016-1.svg);
}

a.footer-soc.footer-vk:before {
    background: url(/wp-content/uploads/2025/02/vk-svgrepo-com-1-1.svg);
}

a.footer-soc.footer-wa:before {
    background: url(/wp-content/uploads/2025/02/whatsapp-svgrepo-com-1.svg);
    margin-top: -7px
}




section#archive-vkus header.page-header {
    padding-top: 50px;
}

section#archive-vkus header.page-header h1 {
    font-size: 70px;
    color: var(--bordo);
    font-style: italic;
    padding-bottom: 60px;
}

.vkus-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.single-description {
    padding-left: 50px;
    padding-top: 30px;
}

h2.vkus-title {
    font-size: 32px;
    color: var(--bordo);
    font-style: italic;
}

.vkus-content {
    color: #333;
    margin-top: 25px;
    font-size: 24px;
}

.vkus-preview img {
    display: block;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
}

.vkus-grid {
    padding-bottom: 150px;
}

.page-template-default #main {
    padding: 0;
}

section#basic-page-content {
    padding-top: 50px;
	padding-bottom: 150px;
}

section#basic-page-content h1 {
    font-size: 70px;
    color: var(--bordo);
    font-style: italic;
    margin-bottom: 60px;
}

section#basic-page-content {
    font-size: 24px;
}

section#basic-page-content h2 {
    font-size: 32px!important;
    margin-bottom: 30px;
    margin-top: 60px;
}

section#basic-page-content p {
    margin-bottom: 30px;
}

section#basic-page-content strong {
	color: var(--bordo)
}

.mpfs-subtitle {
	display: block;
}

#mobile-header {
	display: none;
}

.catalog-sidebar-mobile-trigger {
	display: none;
}

.catalog-popup-close {
	position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
	cursor: pointer;
}

.catalog-popup-close img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 1500px) {
	.full-container {
		padding: 0px 30px;
	}

	.nav-logo {
		width: 20%;
	}

	.nav-logo a img {
		display: block;
		width: 100%;
	}

	.nav-group {
		width: calc(75% / 2);
	}

	.nav-group.left:before {
		width: 520px;
	}

	.nav-group.right:before {
		width: 520px;
	}

	section#mainpage-firstscreen {
		padding-top: 260px;
	}

	h1.mpfs-title {
		font-size: 48px;
	}

	a.btn-zakaz {
		font-size: 16px;
		padding: 20px 30px;
	}

	a.btn-catalog {
		font-size: 16px;
		padding: 20px 30px;
	}

	section#author-text {
		font-size: 22px;
		padding-top: 70px;
	}

	.single-infog {
		font-size: 18px;
		text-align: center;
	}

	.single-infog img {
		width: 60px;
	}

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

	.cta-form-popup-soc span {
		padding-right: 0px;
	}

	.cta-form-popup-soc {
		width: 42%;
	}

	#cta-form-popup input[type=submit] {
		flex: 1;
	}
	
	section#price-archive header.page-header {
		padding-top: 50px;
	}

	body:not(.home) header.custom_header {
		padding-bottom: 30px;
	}
	
	header.single-price-header {
		padding-top: 50px;
	}

	.price-description {
		font-size: 24px;
	}
	
	section#price-archive h1 {
		font-size: 40px;
	}
	
	section#price-archive h1 {
		font-size: 40px;
	}
	
	section#catalog h2 {
		font-size: 40px;
	}
	
	section#archive-vkus header.page-header h1 {
		font-size: 40px;
	}

	section#archive-vkus header.page-header {
		padding-top: 50px;
	}
	
	section#basic-page-content {
		padding-top: 50px;
	}

	section#basic-page-content h1 {
		font-size: 40px;
	}

	section#basic-page-content {
		font-size: 18px;
	}
}

@media screen and (max-width: 1200px) {
	h1.mpfs-title {
		font-size: 36px;
	}

	.mpfs-description {
		font-size: 18px;
	}

	a.btn-zakaz {
		padding: 16px 20px;
	}

	a.btn-catalog {
		padding: 16px 20px;
	}

	img.catalog-item {
		display: block;
		width: 100%;
	}

	input#catalog-search {
		max-width: 100%;
	}

	.catalog-grid-container {
		padding-left: 40px;
	}

	.catalog-sidebar {
		padding-left: 20px;
	}

	.catalog-form-title {
		font-size: 24px;
	}

	form#cta-form-popup textarea {
		font-size: 16px;
		height: 140px;
	}

	form#cta-form-popup input[type=text], 
	form#cta-form-popup input[type=tel] {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.form-popup-fields {
		gap: 30px;
	}

	.cta-form-popup-soc span {
		font-size: 14px;
	}

	.catalog-popup-form {
		padding-top: 40px;
	}

	.cta1-form-soc span {
		padding-right: 70px;
	}

	.cta1-form-left {
		padding-right: 30px;
	}

	.nav-group a {
		font-size: 16px;
	}
}

@media screen and (max-width: 1000px) {
	#mainpage-firstscreen .full-container {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}

	.mpfs-left {
		width: 100%;
		order: 0;
	}

	section#mainpage-firstscreen {
		padding-top: 120px;
		background-size: cover;
		background-color: #ffffffde;
		background-blend-mode: color;
	}

	.mpfs-right {
		order: 1;
		width: 100%;
		margin-top: 80px;
	}

	.mpfs-center {
		order: 2;
	}

	.mpfs-right a img {
		height: 100px;
		object-fit: cover;
	}

	.mpfs-right a {
		margin-bottom: 30px;
	}

	section#author-text {
		font-size: 16px;
	}

	section#infografika .full-container {
		padding: 0px 30px;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}

	.single-infog {
		width: 100%;
		margin-bottom: 70px;
	}

	section#infografika .full-container:before {
		display: none;
	}

	section#infografika .full-container:after {
		display: none;
	}

	.single-infog:after {
		display: none;
	}

	.single-infog img {
		margin-bottom: 15px;
	}

	section#catalog h2 {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.catalog-sidebar {
		position: fixed;
		left: 0;
		top: 0;
		transform: translateX(-100%);
		width: 100vw;
		height: 100vh;
		background: #fff;
		padding: 40px 40px;
		overflow: auto;
		transition: all .3s ease;
		z-index: 3;
	}
	
	.catalog-sidebar.vis {
		transform: translateX(0%);
	}

	section#catalog {
		padding-top: 50px;
	}

	.catalog-grid-container {
		width: 100%;
		padding: 0;
	}

	.cta1-title {
		font-size: 20px;
	}

	section#cta1 {
		padding: 45px 0px;
		background-position: center;
	}

	form#cta1-form {
		flex-direction: column;
	}

	.cta1-form-left {
		padding: 0;
		width: 100%;
		margin-bottom: 20px;
	}

	form#cta1-form input[type=text], 
	form#cta1-form input[type=tel] {
		margin-bottom: 20px;
	}

	.cta1-form-center {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}

	.cta1-form-right {
		width: 100%;
	}

	.reviews-title {
		font-size: 24px;
		margin-bottom: 40px;
	}

	section#reviews {
		padding-bottom: 100px;
	}

	section#custom_footer > .full-container {
		flex-direction: column;
	}

	.footer-left {
		width: 100%;
	}

	.footer-title {
		font-size: 36px;
	}

	.footer-right {
		width: 100%;
		margin-top: 30px;
	}

	#custom_footer header.custom_header {
		display: none;
	}

	section#custom_footer {
		padding-bottom: 30px;
	}
	
	img#catalog-popup-img {
		width: 100%;
	}

	.catalog-popup-form {
		width: 100%;
		padding: 30px 20px;
	}

	.popup-content {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		top: 50px;
		transform: translate(-50%, 0%);
		overflow: auto;
		max-height: 90vh;
	}

	.catalog-form-title {
		font-size: 18px;
		text-align: center;
		margin-bottom: 20px;
	}

	.form-popup-fields {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 20px;
	}

	.cta-form-popup-left {
		width: 100%;
	}

	form#cta-form-popup textarea {
		height: 80px;
		flex: unset;
	}

	.cta-form-popup-btns {
		flex-direction: column;
		gap: 20px;
	}

	.cta-form-popup-soc {
		width: 100%;
	}

	.cta-form-popup-disclamer {
		margin-top: 20px;
	}

	#cta-form-popup input[type=submit] {
		padding: 15px 30px;
	}
	
	
	header.custom_header .full-container {
		display: none;
	}

	div#mobile-header {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding-top: 0px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		z-index: 3;
		background: #fff;
		box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
	}

	a#mobile-logo {
		width: 50%;
		display: block;
	}

	a#mobile-logo img {
		display: block;
		width: 100%;
	}

	.mobile-menu-trigger {
		width: 50%;
		width: 30px;
		height: 30px;
		margin-left: auto;
		position: absolute;
		right: 30px;
		z-index: 1;
	}

	.mobile-menu-trigger img {
		display: block;
		width: 100%;
	}

	.mobile-nav {
		position: fixed;
		z-index: 1;
		background: #fff;
		width: 100vw;
		height: 100vh;
		transition: all .3s ease;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		padding: 50px 30px;
		transform: translateX(-100%);
		top: 0;
	}
	
	.mobile-nav.vis {
		transform: translateX(0%);
	}

	.mobile-nav .mobile-menu-trigger {
		position: absolute;
		right: 20px;
		width: 30px;
		height: 30px;
		top: 20px;
	}

	.mobile-nav > a {
		font-size: 28px;
		text-decoration: none;
		color: var(--bordo);
		margin-bottom: 15px;
	}

	.mobile-nav .nav-soc a {
		margin-right: 20px;
		display: block;
	}

	.mobile-nav .nav-soc {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		width: 100%;
		margin-top: 30px;
	}

	.mobile-nav .nav-soc img {
		width: 36px;
	}
	
	.catalog-sidebar-mobile-trigger {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		font-size: 18px;
		color: var(--bordo);
		margin-bottom: 30px;
	}

	.catalog-sidebar-mobile-trigger img {
		display: block;
		width: 50px;
		margin-right: 10px;
	}
	
	.catalog-sidebar .catalog-sidebar-mobile-trigger {
		position: absolute;
		right: 0;
		top: 45px;
	}
	
	.catalog-popup-close {
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 20px;
		right: 20px;
		background: #fff;
	}

	.catalog-popup-close img {
		display: block;
		width: 100%;
	}
	
	.price-grid {
		grid-template-columns: 1fr;
	}
	
	.single-price-content {
		flex-direction: column;
		padding-bottom: 50px;
	}

	.single-price-galleries {
		width: 100%;
	}

	header.single-price-header h1 {
		font-size: 36px;
	}

	body:not(.home) div#main {
		padding-top: 50px;
	}

	header.single-price-header {
		padding-bottom: 50px;
	}

	.price-description {
		width: 100%;
		padding: 0;
		margin-top: 30px;
		font-size: 18px;
	}
	
	.akcii-template-default main#main {
		padding: 0;
	}

	section#basic-page-content {
		padding-bottom: 50px;
	}
	
	.vkus-item {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		margin-bottom: 60px;
	}

	.single-description {
		padding-left: 0;
		padding-top: 20px;
	}

	h2.vkus-title {
		font-size: 24px;
	}

	.vkus-content {
		font-size: 16px;
		margin-top: 15px;
	}

	.vkus-preview {
		width: 100%;
	}

	.vkus-preview img {
		display: block;
		width: 100%;
	}
}














