@charset "UTF-8";
/* CSS Document */
/*
Theme Name: kofeyner
Version: 1.0
Description: Кофе - наша страсть
Author: Laika
Author URI: https://laikaweb.ru/
*/

/* common style */
* {
	margin:0;
	padding:0;
	box-sizing: border-box;
}
body {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	font-family: 'Roboto';
	color: rgba(0, 0, 0, 0.8);
}
.main {
	background: #F5F5F5;
}
.clearfix:before, .clearfix:after {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}
.h1, h1 {
	font-size: 24px;
	line-height: 1.333333;
}
.btnCust {
	display: inline-block;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-align: center;
	max-width: 100%;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	-webkit-appearance: none !important;
	border: none;
	padding: 0;
	background: none;
	line-height: 120%;
	outline: none !important;
}
.container-half {
	/*padding-right: 15px;
	padding-left: 15px;*/
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
	.container-half {
		width: 375px;
	}
}
@media (min-width: 992px) {
	.container-half {
		width: 515px;
		height: 610px;
	}
}
/* end common style */

/* 404 page */
.error-404 {
	font-size:46px;
	text-align:center;
	padding:80px 0 40px 0;
	color:#CCC;
}
.error-text {
	text-align:center;
	line-height:150%;
}
.error-link {
	text-align:center;
	padding-top:40px;
}
/* 404 page end */

/*header*/
header {
	padding: 12px 0 11px;
}
.headMainMenuWr {
	padding-top: 48px;
	text-align: center;
}
.headLogoCol .custom-logo {
	width: 140px;
	height: auto;
	display: block;
	max-width: 100%;
}
.headMainMenuWr .menu-item, .headLkCartMenuItem, .headLkCartMenuItem .wpmenucartli {
	list-style-type: none;
}
li.wpmenucartli a.wpmenucart-contents span {
	width: 28px;
	height: 30px;
	text-align: center;
	line-height: 24px;
	font-size: 16px;
	background: url(images/ico/cart.svg) 0 0 / 100% no-repeat;
	padding-left: 5px;
	overflow: hidden;
}
li.wpmenucartli a.wpmenucart-contents {
	text-decoration: none;
}
li.wpmenucartli a.wpmenucart-contents, li.wpmenucartli a.wpmenucart-contents:link, li.wpmenucartli a.wpmenucart-contents:visited, li.wpmenucartli a.wpmenucart-contents:hover, li.wpmenucartli a.wpmenucart-contents:visited:hover, li.wpmenucartli a.wpmenucart-contents:active, li.wpmenucartli a.wpmenucart-contents:visited:active {
	color: #000;
}
.headLkCartMenuItem .account {
	width: 19px;
	height: 29px;
	display: inline-block;
	background: url(images/ico/lk-ico.svg) 0 0 / 100% no-repeat;
}
.headMainMenuWr .menu:before, .headMainMenuWr .menu:after {
	content: '';
	display: list-item;
	list-style-type: none;
}
.headMainMenuWr .menu:after {
	clear: both;
}
.headMainMenuWr .menu-item {
	float: left;
	padding: 0 21px;
}
.headMainMenuWr .menu > .menu-item > a {
	text-decoration: none;
	transition: border .2s;
	display: inline-block;
	line-height: 1;
}
.headMainMenuWr .menu > .menu-item > a, .headMainMenuWr .menu > .menu-item > a:link, .headMainMenuWr .menu > .menu-item > a:visited, .headMainMenuWr .menu > .menu-item > a:hover, .headMainMenuWr .menu > .menu-item > a:visited:hover, .headMainMenuWr .menu > .menu-item > a:active, .headMainMenuWr .menu > .menu-item > a:visited:active {
	color: rgba(0, 0, 0, 0.8);
}
.headMainMenuWr .menu > .menu-item > a, .headMainMenuWr .menu > .menu-item > a:link, .headMainMenuWr .menu > .menu-item > a:visited {
	border-bottom: 1px solid transparent;
}
.headMainMenuWr .menu > .menu-item.current-menu-item > a, .headMainMenuWr .menu > .menu-item > a:hover, .headMainMenuWr .menu > .menu-item > a:visited:hover, .headMainMenuWr .menu > .menu-item > a:active, .headMainMenuWr .menu > .menu-item > a:visited:active, body.tax-product_cat .headMainMenuWr .menu > .menu-item.shop > a {
	border-bottom: 1px solid #C19B72;
}
.headLkCartMenu {
	display: inline-block;
}
.headLkCartMenu:before, .headLkCartMenu:after {
	content: '';
	display: list-item;
	list-style-type: none;
}
.headLkCartMenu:after {
	clear: both;
}
.headLkCartMenuItem {
	float: left;
}
.headLkCart {
	text-align: right;
	padding-top: 35px;
}
.headLkCartMenuItem--lk {
	padding: 2px 21px 0 0;
}
.headMainMenuWr .menu {
	display: inline-block;
}
.headMainMenuWr .menu-item:first-child {
	padding-left: 0;
}
.headMainMenuWr .menu-item:last-child {
	padding-right: 0;
}
/*end header*/

/*intro*/
.intro {
	position: relative;
	overflow: hidden;
}
.introSliImgSingle {
	width: 100%;
	outline: none;
}
.introInfoCol {
	background: #fff;
}
.introInfo {
	position: relative;
}
.introTriangle {
	position: relative;
}
.introTriangleImg {
	height: 100%;
	width: auto;
	position: absolute;
	left: -1px;
	top: 0;
}
.introLnkMenuItem__ImgWr {
	display: block;
	width: 130px;
	height: 130px;
	overflow: hidden;
	border-radius: 50%;
	position: relative;
	margin-bottom: 21px;
}
.introLnkMenuItem__ImgWr img {
	border-radius:50%;
}
.introLnkMenuItem__Img {
	transform: scale3d(1,1,1);
	opacity: 1;
	transition: transform .35s, opacity .35s;
	width: 100%;
}
.introLnkMenuItem__ImgWr:hover .introLnkMenuItem__Img {
	/*opacity: .35;*/
	transform: scale3d(1.15,1.15,1);
}
.introLnkMenu:before, .introLnkMenu:after {
	content: '';
	display: list-item;
	list-style-type: none;
}
.introLnkMenu:after {
	clear: both;
}
.introLnkMenuItem {
	list-style-type: none;
	text-align: center;
}
.introLnkMenuItem:first-child {
	padding-left: 0;
}
.introLnkMenuItem:last-child {
	padding-right: 0;
}
a.introLnkMenuItem__moreLnk {
	text-decoration: none;
}
.introLnkMenuItem__moreLnk {
	display: inline-block;
	transition: color .2s, border .2s;
	font-size: 18px;
	line-height: 1.166666;
}

.introLnkMenuItem__moreLnk, .introLnkMenuItem__moreLnk:link, .introLnkMenuItem__moreLnk:visited {
	color: rgba(0, 0, 0, 0.8);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.introLnkMenuItem__moreLnk:hover, .introLnkMenuItem__moreLnk:visited:hover, .introLnkMenuItem__moreLnk:active, .introLnkMenuItem__moreLnk:visited:active {
	color: #000;
	border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.introTit {
	width: 722px;
	font-size: 45px;
	line-height: 1.166666;
	margin-bottom: 19px;
}
.introDescript {
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 102px;
}
.introInfoHead {
	padding: 16px 0 0;
}
.introInfoBody {
	padding-top: 110px;
}
.intro .custom-logo {
	display: block;
	height: auto;
}
.introLnkMenu {
	margin-bottom: 0;
}
/*end intro*/

/*archProdSec*/
.archProdSec {
	background: #25262A;
	color: #fff;
	padding: 22px 0 84px;
}
.archProdSecSin__Lnk {
	display: block;
	position: relative;
	overflow: hidden;
	background: #000;
	width: 100%;
}
a.archProdSecSin__Lnk {
	text-decoration: none;
}
.archProdSecSin__Lnk, .archProdSecSin__Lnk:link, .archProdSecSin__Lnk:visited, .archProdSecSin__Lnk:hover, .archProdSecSin__Lnk:visited:hover, .archProdSecSin__Lnk:active, .archProdSecSin__Lnk:visited:active {
	color: #fff;
}
.archProdSecSin__Img {
	width: 100%;
	height: auto;
}
.archProdSecSin__Info {
	width: 67%; 
}
.archProdSecSin__tit {
	margin-top: 0;
	font-size: 24px;
	margin-bottom: 20px; 
}
.archProdSecSin__tit:after {
	content: '';
	width: 30px;
	display: block;
	height: 2px;
	margin: 18px auto 0;
	background: #C19B72;
}
.archProdSecSin {
	text-align: center;
}
.archProdSecSin {
	padding-bottom: 30px;
}
.archProdSecSin__descr {
	line-height: 1.3;
}
.archProdSec__Tit {
	font-size: 30px;
	margin-bottom: 34px;
}
/*end archProdSec*/


/*archProdSecIN*/
 .archProdSecIN {
 
	/*background: #25262A;
	color: #fff;
	padding: 22px 0 30px;*/
}  
.archProdSecINSin__Lnk {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	
		
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: .5em 2em;
  outline: none;
	border-color: #6f2732; /* Цвет линии  */
/*    border-right-style: solid;
    border-left-style: solid; 
	border-left-
    border-top-style: solid;
	border-bottom-style: none;  */
	border-radius: 4px;
    border-width: 1px; 
/*  border-style: solid none; */
 /* border-color: #FDBE33 #000 #D77206; 99918e  */
/*  border-color: #f0f0f0 #000 #e4e3e1; 	
  border-radius: 4px; */
  background: linear-gradient(#f0f0f0, #e4e3e1) #e4e3e1; 
/*  background: linear-gradient(#F3AE0F, #E38916) #E38916; */
  transition: 0.2s;
	*/
	
	
} 

.archProdSecINSin__Lnk_Active {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	
		
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: .5em 2em;
  outline: none;
	border-color: #6f2732; /* Цвет линии  */
/*    border-right-style: solid;
    border-left-style: solid; 
	border-left-
    border-top-style: solid;
	border-bottom-style: none;  */
	border-radius: 4px;
    border-width: 1px; 
/*  border-style: solid none; */
 /* border-color: #FDBE33 #000 #D77206; 99918e  */
/*  border-color: #f0f0f0 #000 #e4e3e1; 	
  border-radius: 4px; */
/*  background: linear-gradient(#f0f0f0, #e4e3e1) #e4e3e1; 
/*  background: linear-gradient(#F3AE0F, #E38916) #E38916; */
  transition: 0.2s;
	*/
	
	
} 


a.archProdSecINSin__Lnk {
	text-decoration: none;
	
}
.archProdSecINSin__Lnk, .archProdSecINSin__Lnk:link, .archProdSecINSin__Lnk:visited, .archProdSecINSin__Lnk:hover, .archProdSecINSin__Lnk:visited:hover,  .archProdSecINSin__Lnk:active , .archProdSecINSin__Lnk:visited:active {
	color: #6f2732;
	font-size: 20px;
	line-height: 1.166666;
	text-transform: uppercase;
	padding: 0 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	font-family: Roboto;
	font-weight: bold;
}
	

}
.archProdSecINSin__Img {
	width: 100%;
	height: auto;
	
}
.archProdSecINSin__Info {
/*	width: 67%;	 */
	margin-left: auto;
    margin-right: auto;

}
.archProdSecINSin__tit {
/*	margin-top: 0; */
	font-size: 24px;
/*	margin-bottom: 20px; */
	margin-top: auto;
    margin-bottom: auto;
	margin-left: 0;
/*	margin-left: auto; */
    margin-right: auto;
}

/* .archProdSecINSin__tit:after {
	content: '';
	width: 30px;
	display: block;
	height: 2px;
	margin: 18px auto 0;
	background: #C19B72;
} */

.archProdSecINSin {
	text-align: center;
}
.archProdSecINSin {
	padding-bottom: 10px;

}
.archProdSecINSin__descr {
	line-height: 1.3;
}
.archProdSecIN__Tit {
	font-size: 30px;
/*	margin-bottom: 34px; */
}
/*end archProdSecIN*/



/*footer*/
footer {
	background: #fff;
}
.footA {
	border-bottom: 1px solid rgba(193, 155, 114, 0.3);
	padding: 21px 0 14px;
}
footer .custom-logo {
	width: 101px;
}
.footBotMenuItem {
	list-style-type: none;
	line-height: 1.1;
}
.footBotMenu:before, .footBotMenu:after {
	content: '';
	display: list-item;
	list-style-type: none;
}
.footBotMenu:after {
	clear: both;
}
a.footBotMenuItem__lnk {
	text-decoration: none;
}
.footBotMenuItem__lnk {
	font-size: 13px;
	font-weight: 300;
	line-height: 1.1;
	display: inline-block;
	transition: color .2s, border .2s;
}
.footBotMenuItem__lnk, .footBotMenuItem__lnk:link, .footBotMenuItem__lnk:visited {
	color: rgba(0, 0, 0, 0.4);
}
.footBotMenuItem__lnk:hover, .footBotMenuItem__lnk:visited:hover, .footBotMenuItem__lnk:active, .footBotMenuItem__lnk:visited:hover {
	color: rgba(0, 0, 0, 0.6);
}
.footBotMenuItem__lnk--privacy, .footBotMenuItem__lnk--privacy:link, .footBotMenuItem__lnk--privacy:visited {
	border-bottom: 1px solid transparent;
}
.footBotMenuItem__lnk--privacy:hover, .footBotMenuItem__lnk--privacy:visited:hover, .footBotMenuItem__lnk--privacy:active, .footBotMenuItem__lnk--privacy:visited:active {
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.footBotMenuItem__lnk--makers, .footBotMenuItem__lnk--makers:link, .footBotMenuItem__lnk--makers:visited {
	border-bottom: 1px solid transparent;
}
.footBotMenuItem__lnk--makers:hover, .footBotMenuItem__lnk--makers:visited:hover, .footBotMenuItem__lnk--makers:active, .footBotMenuItem__lnk--makers:visited:active {
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.footB .footLinkCopy {
	padding-top: 16px;
}
.footContactCol a {
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}
.footContactCol a, .footContactCol a:link, .footContactCol a:visited, .footContactCol a:hover, .footContactCol a:visited:hover, .footContactCol a:active, .footContactCol a:visited:active {
	color: rgba(0, 0, 0, 0.8);
}
.footContactCol {
	padding-top: 25px;
}
.footAddressLnk {
	margin-bottom: 1px;
}
.footB .footSocialNetworks {
	padding-top: 11px;
}
/*end footer*/

/*contacts*/
.contactsMap {
	background: #f7f7f7;
}
.contactsInfo {
	background: #25262A;
	color: #fff;
	text-align: center;
}
.contactsInfoCol, .contactsMapCol {
	padding: 0;
}
.contactsTit {
	font-size: 30px;
	line-height: 1.166666;
	margin: 24px 0 36px;
}
.contactsMenuItem__Tit {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	margin: 0 0 5px;
}
.contactsMenuItem {
	margin-bottom: 24px;
	list-style-type: none;
}

.contactsMenuItem__ValWr {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 25px;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 2px;
}
.contactsMenuItem__ValWr a {
	text-decoration: none;
	display: inline-block;
}

.contactsMenuItem__ValWr_Cont {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 25px;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 2px;
}
.contactsMenuItem__ValWr_Cont a {
	text-decoration: none;
	display: inline-block;
}

.contactsMenuItem__ValWr a, .contactsMenuItem__ValWr a:link, .contactsMenuItem__ValWr a:visited, .contactsMenuItem__ValWr a:hover, .contactsMenuItem__ValWr a:visited:hover, .contactsMenuItem__ValWr a:active, .contactsMenuItem__ValWr a:visited:active {
	color: rgba(255, 255, 255, 0.8);
}
.contactsMenuItem--mail .contactsMenuItem__Val {
	border-bottom: 1px solid transparent;
	transition: border .2s;
}
.contactsMenuItem--mail .contactsMenuItem__Val:hover {
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.contactsMenuItem--address .contactsMenuItem__ValWr {
	width: 500px;
	max-width: 100%;
	margin: 0 auto 2px;
}
.contactsInfoInner {
	width: 100%;
	padding: 0 15px;
}
.contactsTit:after {
	content: '';
	width: 30px;
	display: block;
	height: 2px;
	margin: 21px auto 0;
	background: #C19B72;
}
/*end contacts*/

/*roastery*/
.roastery {
	background: #fff;
}
.roasteryTit {
	margin:0px;
	/*margin-bottom: 20px;
	margin-top: 30px;*/
}
@media (max-width: 768px) {
	.roasteryTit {
		padding-top: 30px;
	}
}
.roasteryTxt {
	text-align: center;
	width: 460px;
	max-width: 100%;
	line-height: 1.6;
}

.roasteryMainTit {
	font-size: 30px;
	line-height: 35px;
}
.roasterySubTit {
	font-size: 16px;
	font-weight: 300;
}
.roasteryTit:after {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	background: #C19B72;
	margin: 20px auto 20px;
}
/*end roastery*/

/*delivery and pay*/
.pgSimpleContent__delivery_wrap, .pgSimpleContent__pay_wrap {
	border-radius: 4px;
}
.pgSimpleContent__delivery {
	padding: 0 5px 0 0;
}
.pgSimpleContent__pay {
	padding: 0 0 0 5px;
}
.pgSimpleContent__pay_wrap, .pgSimpleContent__delivery_wrap {
	background:#fff;
	padding-bottom: 30px;

}
.pgSimpleContent__delivery_h1, .pgSimpleContent__pay_h1 {
	font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    padding-top:40px;
    margin:0px;
}

.pgSimpleContent_conteiner {
	margin:0px auto;
}
.pgSimpleContent__delivery_itm, .pgSimpleContent__pay_itm {
	width: 25px;
	
	border: 1px solid #C19B72;
	margin:20px auto 20px;
	
}
.pgSimpleContent__delivery_content, .pgSimpleContent__pay_content {
	position: relative;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 160%;
	color: rgba(0, 0, 0, 0.6);
	/* or 29px */
	text-align: center;
	width: 413px;
	margin:0px auto;
	padding-bottom:15px;
}
.pgSimpleContent__pay_h1:after, .pgSimpleContent__delivery_h1:after {
    display: block;
    background-color: #C19B72;
    content: "";
    width: 30px;
    height: 2px;
    margin: 20px auto 20px;
}
@media (max-width:996px)	{
	.pgSimpleContent__delivery, .pgSimpleContent__pay {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		
	}
	.pgSimpleContent__delivery_h1, .pgSimpleContent__pay_h1 {
		margin:0px auto 0px;	
		padding-top:40px;
	}
	.pgSimpleContent__delivery_content, .pgSimpleContent__pay_content {
		font-size: 15px;
		width: 80%;
	}
}
/*end delivery and pay*/

/*kofeynya*/
.pgSimpleContent__prew__description{
    vertical-align: middle;
    text-align: center;
    width: 413px;
    margin: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}
.pgSimpleContent__prew {
	background:#fff;
	width: 100%;
	margin:0px;
	display: flex;
	flex-wrap:wrap;
}

.container-fluid {
	margin:0px;
	padding:0px;
}
.pgSimpleContent__prew__description, .pgSimpleContent__prew_img1 {
	padding: 0px;	
	height: auto;
}
.pgSimpleContent__prew_img1 img {
	height: 100%;
}
.pgSimpleContent__prew__description_lable {
	font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 28px;
    text-align: center;
    margin:0px;

}
/*---------------*/
.page-id-37 p {
	margin:0px;
}

/*--------------------*/
.pgSimpleContent__prew__description_lable:after {
    display: block;
    background-color: #C19B72;
    content: "";
    width: 25px;
    height: 2px;
    margin: 20px auto 20px;
}
.pgSimpleContent__prew__description_text {
		font-family: Roboto;
		font-style: normal;
		font-weight: normal;
		font-size: 18px;
		line-height: 160%;
		color: rgba(0, 0, 0, 0.8);
		/* or 29px */
		text-align: center;
		/*padding-bottom:15px;
		padding-left: 15%;
		padding-right: 15%;*/
	/*width: 450px;
	margin:0px auto;*/
	
}
.pgSimpleContent__prew__description_text p {
	margin: 0 0 30px;
}
/*.flex{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
 flex:1 1 auto;}*/

.pgSimpleContent__prew_img_img-responsive {
	width: 100%;
	max-width: 100%;
height: 100%;
}
.pgSimpleContent__prew_img2 {
	padding:0px;
}

.pgSimpleContent__prew_contacty_lable1 {
	font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    padding-top:121px;
    margin:0px;
}
@media (max-width: 1024px) {
	.pgSimpleContent__prew_contacty_lable1{
		padding-top:40px;
	}
}
.pgSimpleContent__prew_contacty_lable2 {
	font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    padding-top:71px;
    margin:0px;
}
.pgSimpleContent__prew_contacty_lable1:after, .pgSimpleContent__prew_contacty_lable2:after {
	display: block;
    background-color: #C19B72;
    content: "";
    width: 25px;
    height: 2px;
    margin: 20px auto 20px;
}
.pgSimpleContent__prew_contacty_content1 {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 23px;
	text-align: center;
	color: rgba(0, 0, 0, 0.8);

	margin:0px auto;
}
.pgSimpleContent__prew_contacty_content1 >li {
	list-style: none;
	padding-bottom: 10px;
}
.pgSimpleContent__prew_contacty_content1 >li:last-child {
	padding-bottom: 0;
}
.pgSimpleContent__prew_contacty_content2 {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	color: rgba(0, 0, 0, 0.8);

	margin:0px auto;
}
.pgSimpleContent__prew_contacty_content2 > li {
	list-style: none;
	padding: 0px;
}
.pgSimpleContent__prew_contacty {
	vertical-align: middle;
    text-align: center;
    width: 430px;
    margin: auto ;
	padding: 0px;
}
.pgSimpleContent__prew_contacty_phone {
	position: relative;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	color: rgba(0, 0, 0, 0.8);
	bottom:0px;
	margin: 0px auto;
	padding-bottom: 40px;
	/*padding-bottom: 20px;
	padding-top: 119px;*/
}
@media (max-width: 1024px) {
	.pgSimpleContent__prew_contacty_phone{
		padding-top:78px;
		bottom: 0px;
	}
}
.pgSimpleContent__prew_contacty_phone > a {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.8);
}
.pgSimpleContent__prew_menu {
	text-align: center;
	padding: 0px;
}
.pgSimpleContent__prew_menu_lable {
	padding:0px;
	margin:0px;
	text-align:center;
	padding-top: 40px;
}
.prew_menu_button {
	border:none;
	background:none;
	outline:none;
}
/*.pgSimpleContent__prew_menu_itm {
	transition: 0.5s;
	
}

.pgSimpleContent__prew_menu_itm:active {
	transition: 0.5s;
	transform: rotate(180deg);
}*/
.prew_menu_button {
	outline: none;
	transition: 0.5s;
	padding-top: 10px;
	padding-bottom: 15px;
}
.collapsed {
	transform: rotate(180deg);
	padding-bottom: 10px;
	padding-top: 15px;
}
.pgSimpleContent__collab {
	width: 100%;
	margin:0px;
}
.pgSimpleContent__collab_h3_label {
	font-family: Roboto;
	font-style: normal;
	font-size: 30px;
	line-height: 120%;
	text-align: center;
	color: #FFFFFF;
	padding-top: 60px;
	margin:0px;
	padding-left: 0px;
	padding-right: 0px;
}
.pgSimpleContent__collab_h3_label:after {
	display: block;
	background-color: #C19B72;
	content: "";
	width: 25px;
	height: 2px;
	margin: 20px auto 50px;
}

/*.pgSimpleContent__collab_itms {
	margin:0px;
	width: 100%;
}*/
.pgSimpleContent__collab__itm_photo {
	width: 198px;
	height: 198px;
	border-radius: 50%;
	margin: 0px auto;
	}
.pgSimpleContent__collab__itm .team_1 {
	/*background: url(images/team/team_1.jpg) center center / cover no-repeat;*/
	width: 230px;
	height: 230px;
	margin: 0;
}
/*.pgSimpleContent__collab__itm .team_2 {
	background: url(images/team/team_2.jpg) center center / cover no-repeat;
}
.pgSimpleContent__collab__itm .team_3 {
	background: url(images/team/team_3.jpg) center center / cover no-repeat;
}
.pgSimpleContent__collab__itm .team_4 {
	background: url(images/team/team_4.jpg) center center / cover no-repeat;
}
.pgSimpleContent__collab__itm .team_5 {
	background: url(images/team/team_5.jpg) center center / cover no-repeat;
}*/
.pgSimpleContent_conclusion:before, .pgSimpleContent_conclusion:after {
	display: block;
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
}
.pgSimpleContent_conclusion:before {
	background: url(images/ico/open-quote.svg);
}
.pgSimpleContent_conclusion:after {
	background: url(images/ico/close-quote.svg);
}
.pgSimpleContent_conclusion_fio {
	padding-top: 30px;
}
.pgSimpleContent__collab__itm_fio {
	font-family: Roboto;
	font-style: bold;
	font-size: 16px;
	line-height: 120%;
	text-align: center;
	color: #FFFFFF;
	margin:0px;
	padding-top:30px;
}
.pgSimpleContent__collab__itm_fio:after {
	display: block;
    background-color: #C19B72;
    content: "";
    width: 25px;
    height: 2px;
    margin: 12px auto 10px;
}
.pgSimpleContent__collab_itm_position {
	font-family: Roboto;
	font-style: normal;
	font-size: 16px;
	line-height: 120%;
	text-align: center;
	color: #FFFFFF;
	margin:0px;
	padding-bottom: 60px
}
.collapseCont {
	padding-bottom: 20px;
}
.pgSimpleContent_box_conclusion {
	background: #F5F5F5;
}
.pgSimpleContent_box_conclusion .pgSimpleContent_conclusion {
	text-align:left;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 150%;
	letter-spacing: 0.05em;
	color: rgba(0, 0, 0, 0.8);
	margin: 113px 0px 40px 0px;
	padding-left: 20px;
}
.section-team {
	background: #25262A;
}
.pgSimpleContent_box_conclusion .pgSimpleContent_conclusion p {
	text-align: right;
	color: rgba(0, 0, 0, 0.3);
}
/*end kofeynya*/
/*page-dostavka-i-oplata.php*/
.pgSimpleContent__delivery_content h4, .pgSimpleContent__pay_content h4 {
	color: rgba(0, 0, 0, 0.8);
	line-height: 160%;
}
.pgSimpleContent__delivery_content, .pgSimpleContent__pay_content {
	font-size: 16px;
	line-height: 160%;
}
/*end page-dostavka-i-oplata.php*/
/*prolog for shop roastery coffee*/
.taxProducts_prolog{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 130%;
	color: rgba(0, 0, 0, 0.8);
 	padding-right: 15px;
  
    padding-bottom: 30px;
    margin-right: auto;
}
@media (min-width:768px) {
	.taxProducts_prolog{
		width: 510px;
	}
}
@media (min-width:992px) {
	.taxProducts_prolog{
		width: 540px;
	}
}
@media (min-width:1200px) {
	.taxProducts_prolog{
		width: 570px;
	}
}


/*end prolog*/

/*footer logo instagram*/
.footer-circle {
	width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    transition: .3s;
}
.footer-circle:hover {
	background: rgba(193, 155, 114, 0.8);
	transition: .3s;
}
.footer-circle .fa-instagram, .footer-circle .fa-facebook {
	color: #fff;
	font-size: 20px;
}
/*end footer logo instagram*/
/*roastery*/
.roasteryBox {
width: 100%;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}

.roasteryBox .roasteryImgCol img {
	height: 100%;
}
.roasteryBox .roasteryTxtCol {
	vertical-align: middle;
    text-align: center;
    width: 460px;
   /* height: 610px;*/
    margin: auto;
    padding-bottom: 42px;
    padding-top: 30px;
}
/*end roastery*/

@media (max-width: 768px){
	.roasteryTxt {
		width: 90%;
		margin: auto;
	}
	.roasteryBox .roasteryTxtCol {
		width: 100%;
		padding: 0px;
		margin-right:0px;
		margin-left:0px;
	}
}
@media (max-width: 768px) {
	.pgSimpleContent__prew {
		display: inherit;
	}
	.pgSimpleContent__prew__description {
		width: 100%;
	}
	.pgSimpleContent__prew_contacty {
		width: 100%;
	}
}
.PrivacyWrap {
	padding: 0 40px;
	padding-bottom: 10px;
	position: relative;
}
.PrivacyWrap h2 {
	font-size: 20px;
	color: rgba(0, 0, 0, 0.8);
	margin-bottom: 15px;
}
.PrivacyWrap p {
	font-size: 16px;
	line-height: 23px;
	color: rgba(0, 0, 0, 0.7);
	margin-bottom: 35px;
}
.PrivacyWrap ul {
	padding-left: 20px;	
}
.PrivacyWrap ul li {
	font-size: 16px;
	line-height: 23px;
	color: rgba(0, 0, 0, 0.7);
	list-style-type: none;
	padding-bottom: 10px;
}
.PrivacyWrap li:before {
	color: #25262A;
	content: "•";
	font-size: 30px;
	position: absolute;
	margin-top: 0px;
	left: 40px;
}
.PrivacyWrap ul li:last-child {
	padding-bottom: 18px;
}
.pgSimpleContent {
	border-radius: 4px;
}
.privacy-policy .pgSimple .pgSimpleContent h1 {
    padding: 40px 40px 20px;
}

