/* ========================================
   FONTS.CSS - Все объявления font-family
   ======================================== */

/* ========================================
   @font-face объявления
   ======================================== */

/* Montserrat */
@font-face {
	font-family: Montserrat;
	font-weight: 400;
	font-style: normal;
	src: url(/fonts/Montserrat/Montserrat-Regular.eot);
	src: url(/fonts/Montserrat/Montserrat-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/Montserrat/Montserrat-Regular.woff) format("woff"),url(../fonts/Montserrat/Montserrat-Regular.ttf) format("truetype")
}

@font-face {
	font-family: Montserrat;
	font-weight: 700;
	font-style: normal;
	src: url(/fonts/Montserrat/Montserrat-Bold.eot);
	src: url(/fonts/Montserrat/Montserrat-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/Montserrat/Montserrat-Bold.woff) format("woff"),url(../fonts/Montserrat/Montserrat-Bold.ttf) format("truetype")
}

/* Icons font */
@font-face {
	font-family: 'rlltn';
	font-display: swap;
	src: url('/fonts/icons/rlltn.eot');
	src: url('/fonts/icons/rlltn.eot') format('embedded-opentype'), url('../fonts/icons/rlltn.woff') format('woff'), url('../fonts/icons/rlltn.ttf') format('truetype'), url('../fonts/icons/rlltn.svg') format('svg');
}

/* ========================================
   Основные font-family объявления
   ======================================== */

/* Icons */
[data-icon]:before {
	font-family: "rlltn" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "rlltn", "icomoon" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* ========================================
   Заголовки и текст
   ======================================== */

/* Основные заголовки */
h1, h2, h3, h4, h5 {
	font-family: 'PT Sans Pro', sans-serif;
	font-weight: 700; 
	letter-spacing: 1px;
}


html body{
	font-weight: 700; 
}

html body .btn{
	font-weight: 700; 
}


/* Классы для шрифтов */
.serif {
	font-family: "Montserrat", sans-serif;
}

.sans-serif {
	font-family: 'Montserrat', sans-serif;
}
.breadcrumbs-custom {
	font-family: "Montserrat", sans-serif;
}
/* ========================================
   Специфичные элементы
   ======================================== */

/* Home slider */
.home-slider .title, .home-slider .title span {
	font-family: 'Montserrat';
}

/* About page */
#about-page .main-text h1, #about-page .main-text h2 {
	font-family: 'Montserrat';
}

#about-page .main-text h2 {
	font-family: 'Montserrat';
}

#about-page .main-text p {
	font-family: 'Montserrat';
}

/* Product modal */
.product-modal .tabs ul li .name {
	font-family: Stolzl;
	font-size: 12px;
	line-height: 130%;
	text-align: center;
	color: #272727;
	pointer-events: none;
}

.product-modal .tabs__content .block .name {
	font-family: Bebas;
	font-weight: bold;
	width: 90%;
	font-size: 36px;
	line-height: 100%;
	color: #272727;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}

.product-modal .tabs__content .block .attr .item .t1 {
	font-family: Stolzl;
	font-size: 12px;
	line-height: 130%;
	color: #a2abb5;
}

.product-modal .tabs__content .block .attr .item .t2 {
	font-family: Stolzl;
	font-size: 14px;
	line-height: 130%;
	color: #272727;
}

.product-modal .tabs__content .bottom_block .description h5 {
	font-size: 32px;
	max-width: 220px;
	line-height: 36px;
	margin-bottom: 16px;
	margin-top: 48px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: Bebas, serif;
	color: black;
}

.product-modal .tabs__content .bottom_block .description h6 {
	font-size: 28px;
	max-width: 220px;
	line-height: 36px;
	margin-bottom: 16px;
	margin-top: 48px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: Bebas, serif;
	letter-spacing: 1px;
}

.product-modal .tabs__content .bottom_block .line {
	font-size: 14px;
	justify-content: space-between;
	display: flex;
	font-family: Stolzl, Roboto, sans-serif;
	margin-bottom: 16px;
}

.product-modal .tabs__content .bottom_block .ideal .item .name {
	font-size: 18px;
	font-family: Stolzl, Roboto, sans-serif;
	font-weight: 400;
	margin-bottom: 12px;
}

/* Recipe modal */
.recipe-modal .headline {
	font-family: 'Montserrat';
}

.recipe-modal .headline-lg {
	font-family: 'Montserrat';
}

.recipe-modal .product-card-title {
	font-family: 'Montserrat';
}

.recipe-modal .main-ingredient-name {
	font-family: 'Montserrat';
}

.recipe-modal .method .method-step {
	font-family: 'Montserrat';
}

.recipe-modal .other-recipes {
	font-family: 'Montserrat';
}

/* News modal */
.news-modal .card-title {
	font-family: 'Montserrat';
}

/* Product listing */
.product-list .product-wrapper .attribute .btn {
	font-family: Montserrat;
}

/* Back to main */
.back2main {
	font-family: Montserrat;
}

/* ========================================
   Дополнительные элементы
   ======================================== */

/* Header menu (закомментированные) */
/* header .block .menu ul li a {
	font-family: Stolzl;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	margin-right: 50px;
} */

/* Home slider titles (закомментированные) */
/* .sec1 .home-slider .swiper-slide .t1 h1 {
	font-family: Bebas;
	font-weight: bold;
	font-size: 90px;
	line-height: 94px;
	display: flex;
	align-items: center;
	letter-spacing: 1px;
	color: #ffffff;
	margin-bottom: 30px;
} */

/* Section titles (закомментированные) */
/* h2.title {
	font-family: Bebas;
	font-weight: bold;
	font-size: 70px;
	line-height: 70px;
	letter-spacing: 1px;
	color: #272727;
} */

/* Tabs content (закомментированные) */
/* .sec2 .tabs-content .tabs-swiper .card h4 {
	font-size: 18px;
	line-height: 130%;
	text-align: center;
	color: #272727;
	margin: 16px 0 8px;
	font-family: Stolzl, Roboto, sans-serif;
	font-weight: 400;
}

.sec2 .tabs-content .tabs-swiper .card span {
	font-family: Stolzl;
	font-size: 14px;
	line-height: 130%;
	text-align: center;
	color: #a2abb5;
} */

/* ========================================
   Утилитарные классы
   ======================================== */

/* Font weight utilities */
.weight-400 {
	font-weight: 400;
}

.weight-700 {
	font-weight: 700;
}

/* Text transform utilities */
.uppercase {
	text-transform: uppercase;
}

/* Text alignment utilities */
.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.align-justify {
	text-align: justify;
} 
@media only screen and (min-width: 1200px) {
	.myth-block .myths h2, h2, .h2 {
		font-size: 60px;
	}
	.product-modal .product-info-block .product-info-title {
		font-size: 30px;
	}
	.product-modal .product-feed-value h3, .product-modal .description-wrapper h3, .product-modal .perfect-places h3 {
		font-size: 24px;
		line-height: 30px;
	}
}