/*reset css*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;} body {line-height: 1;} ol, ul {list-style: none;} blockquote, q {quotes: none;} blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;} table {border-collapse: collapse;border-spacing: 0;}
/*reset css end*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
@font-face {
    font-family: 'PTSerif';
    src: url('/fonts/PTSerif-Regular.woff2') format('woff2'), url('/fonts/PTSerif-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PTSerif';
    src: url('/fonts/PTSerif-Bold.woff2') format('woff2'), url('/fonts/PTSerif-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
body, html { 
    height: 100%;
    width: 100%;
    background: #fff;
    border: none;
    margin: 0;
    padding: 0;
}
body {
	position: relative;
    color: #000;
	font-family: 'PTSerif', sans-serif;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
    font-style: normal;
    min-width: 480px;
    transition: 0.3s;
}
img {
	border: none;
	margin: 0;
	padding: 0;
}
img,
.content .section:not(.section_basket2) img,
.block img {
    max-width: 100%;
    height: auto;
}
.wrapper {
    position: relative;
    margin: 0 auto;
	width: 1460px;
	max-width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	/*border: solid 10px #000;*/
 /*   border-style: double;*/
}
.blobs {
	display: flex;
	justify-content: center;
	align-items: center;
	/*min-height: 900px;*/
	/*min-height: 100vh;*/
	/*height: 100%;*/
	overflow: hidden;
	position: absolute;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.blob {
    position: absolute;
    width: 500px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blob svg {
	width: 100%;
	height: auto;
}
.blob1 {
    width: 650px;
	max-width: 40vw;
	top: 0;
	left: 0;
	transform: translate(-10%,-30%);
}
.blob2 {
    width: 525px;
	max-width: 25vw;
	top: 0;
	right: 18vw;
	transform: translate(0%,-40%);
}
.blob3 {
    width: 360px;
	max-width: 20vw;
	top: 0;
	right: 0;
	transform: translate(35%,10%);
}
.blob4 {
    width: 1280px;
	max-width: 57vw;
    bottom: 0;
    left: 0;
    transform: translate(-20%,20%);
}
.blob5 {
    width: 570px;
    max-width: 25vw;
    bottom: 0;
    right: 0;
    transform: translate(25%,-20%);
    z-index: 2;
}
.blob6 {
    width: 685px;
	max-width: 30vw;
	bottom: 0;
	right: 0;
	transform: translate(-10%,20%);
}

.content {
	position: relative;
	z-index: 3;
	min-height: 100%;
	background: url(/uploadedFiles/images/background.png);
	border: solid 10px #000;
    border-style: double;
}
.mainpage .wrapper {
	min-height: 100%;
}
.mainpage .content .main {
    /*min-height: 100vh;*/
    padding: 100px 0 40px 0;
    /* max-width: 700px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 50%;
}
/*.logo {*/
/*	text-align: right;*/
/*}*/
.logo a {
	display: inline-block;
}
.logo img {
	display: inline-block;
	transition: 0.3s;
}
.slogan {
	margin-top: 35px;
	font-size: 26px;
	line-height: 1;
	letter-spacing: 1px;
	text-align: right;
	transition: 0.3s;
}
.slogan span {
	display: block;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 10px;
	transition: 0.3s;
}
.develop-process {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	gap: 37px;
}
.develop-process span {
	line-height: 1;
}
.marketplaces {
	/*margin-top: 40px;*/
	font-size: 28px;
}
.marketplaces p {
	margin-bottom: 10px;
}
/*.marketplaces img {*/
/*	min-width: 120px;*/
/*	max-width: 11vw;*/
/*}*/
.vkus {
    margin-top: 5px;
    max-width: 588px;
    letter-spacing: -0.2px;
    margin-bottom: 25px;
}
.vkus p {
    font-size: 30px;
}
.block.contacts {
	margin-top: auto;
	padding-top: 10%;
}
.bottles {
	position: absolute;
	right: 20px;
	bottom: 0;
	max-width: 60vh;
	overflow: hidden;
}
.bottles img {
	display: block;
}
.block.contacts .tel a {
    text-decoration: none;
    color: #000;
}
.marketplaces .Official_representatives img {
        background: #fff;
    padding: 5px;
    /*min-width: 200px;*/
    max-height: 70px;
    box-shadow: 0px 0px 16px 8px #0000003d;
    border-radius: 10px;
}
.marketplaces p em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
.marketplaces .Official_representatives img.icon_coffe_trade {
    min-width: 200px;
}
@media (max-width: 768px) {
.marketplaces_descr br {
    display: none;
}
}
@media (min-width: 1601px) {
	.mainpage .content .main {
		/*padding-top: 50px;*/
		padding-top: 5%;
        padding-bottom: 5%;
	}
	/*.bottles {*/
	/*	right: -115px;*/
	/*}*/
}
@media (max-width: 1280px) {
	body {
		font-size: 18px;
	}
	.wrapper {
	    width: 1090px;
	}
	.mainpage .content .main {
		padding-right: 48%;
	}
	.logo img {
		max-width: 400px;
	}
	.slogan {
		font-size: 20px;
		letter-spacing: 2px;
	}
	.slogan span {
		font-size: 28px;
		letter-spacing: -1px;
	}
	.develop-process {
		gap: 35px 20px;
	}
	.bottles {
	    max-width: 95vh;
	}
}
@media (max-width:1000px) {
	.logo img {
	    max-width: 79%;
	}
	.mainpage .content .main {
		padding-top: 90px;
	}
	.bottles {
		max-width: 33vw;
	}
}
@media (min-width:769px) {
	.bottles .bottle2 {
		display: none;
	}
}
@media (max-width:768px) {
	.mainpage .content .main {
	    padding-right: 0;
	}
	.logo,
	.slogan {
		text-align: center;
	}
	.slogan {
		margin-top: 50px;
	}
	.logo img {
		max-width: 320px;
	}
	.develop-process {
		gap: 20px;
	    flex-direction: column;
	    align-items: flex-start;
	}
	.develop-process img {
		width: auto !important;
	}
	/*.develop-process,*/
	/*.marketplaces {*/
	/*	padding-right: 35%;*/
	/*}*/
	.block.contacts {
		padding-top: 25px;
		padding-right: 20%;
		font-size: 23px;
		/*position: fixed;*/
        /*bottom: 25px;*/
        margin-top: 0;
        font-weight: bold;
	}
	.bottles {
		right: 0;
		    z-index: -1;
	}
	.bottles .bottle1 {
		display: none;
	}
	.blob3,
	.blob5,
	.blob6 {
		display: none;
	}
	.blob1 {
	    width: 460px;
	    max-width: 80vw;
	    transform: translate(-20%,-15%);
	}
	.blob2 {
	    width: 525px;
	    max-width: unset;
	    transform: translate(75%,5%);
	}
	.blob4 {
	    width: 945px;
	    max-width: unset;
	    transform: translate(-20%,30%);
	}
	/*.marketplaces p:first-child {*/
	/*	margin-bottom: 35px;*/
	/*}*/
	.marketplaces img[style *= "margin-right: 50px;"] {
		margin-right: 10px !important;
	}
}
@media (max-width: 480px) {
	.bottles {
    	max-width: 50vw;
    	/*position: fixed;*/
    	    z-index: -1;
	}
	.blobs {
		min-height: 100%;
		min-height: 800px;
	}
}
@media (min-height: 1000px) and (max-height: 1500px) {
.bottles {
    max-width: 35vh;
}
}