@font-face {
	font-family: 'Open Sans';
	src: url('/fonts/OpenSans-Regular.eot');
	src: local('Open Sans Regular'), local('OpenSans-Regular'),
		url('/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('/fonts/OpenSans-Regular.woff') format('woff'),
		url('/fonts/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('/fonts/OpenSans-Bold.eot');
	src: local('Open Sans Bold'), local('OpenSans-Bold'),
		url('/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/OpenSans-Bold.woff') format('woff'),
		url('/fonts/OpenSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans Condensed';
	src: url('/fonts/OpenSansCondensed-Bold.eot');
	src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'),
		url('/fonts/OpenSansCondensed-Bold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/OpenSansCondensed-Bold.woff') format('woff'),
		url('/fonts/OpenSansCondensed-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans Condensed';
	src: url('/fonts/OpenSansCondensed-Light.eot');
	src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'),
		url('/fonts/OpenSansCondensed-Light.eot?#iefix') format('embedded-opentype'),
		url('/fonts/OpenSansCondensed-Light.woff') format('woff'),
		url('/fonts/OpenSansCondensed-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Myriad Pro';
	src: url('/fonts/MyriadPro-SemiboldCond.eot');
	src: local('Myriad Pro Semibold Condensed'), local('MyriadPro-SemiboldCond'),
		url('/fonts/MyriadPro-SemiboldCond.eot?#iefix') format('embedded-opentype'),
		url('/fonts/MyriadPro-SemiboldCond.woff') format('woff'),
		url('/fonts/MyriadPro-SemiboldCond.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
    font-family: 'Wien';
    src: url('/fonts/Wien-Bold.eot');
    src: url('/fonts/Wien-Bold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Wien-Bold.woff2') format('woff2'),
         url('/fonts/Wien-Bold.woff') format('woff'),
         url('/fonts/Wien-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
*, *:after, *:before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
html {
    font-size: 100%;
    height: 100%;
}
body {
    min-width: 1280px;
    position: relative;
    font-family: 'Open Sans';
    background: #fff;
    opacity: 1;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
    overflow-x: hidden;
    height: 100%;
}
.wrapper {
    position: relative;
    min-height: 100%;
}
.sizes {
    position: fixed;
    top: 1em;
    left: 1em;
    background: rgba(0,0,0,.5);
    padding: 1em;
    color: #fff;
    z-index: 5;
    border-radius: 1em;
}
a {
    color: inherit;
    text-decoration: none;
    text-decoration: none;
}
*::selection{
    background: #cf9533;
    color: #382257;
}
*::-moz-selection {
    background: #cf9533;
    color: #382257;
}
img::selection {
    background: transparent;
}
img::-moz-selection {
    background: transparent;
}
.oveflowed {
    overflow: hidden;
}
.wrapper.blurred {
    filter: blur(5px);
    overflow: hidden;
}
.hidden {
    background: rgba(255,255,255,1);
    opacity: 0;
    transform: scale(0);
    transition: .7s ease-out;
}
.container {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
    position: relative;
    min-width: 1150px;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 2.8rem 65px;
    height: 100%;
    z-index: 2;
}
.row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
}
.column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 50%;
    z-index: 2;
}
.column.full-width {
    width: 100%;
}
.header {
    background: url(/img/background-first.jpg) no-repeat center top;
    background-size: cover;
    height: 988px;
}
.header .container {
    justify-content: flex-start;
}
nav {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
nav .logo {
    position: absolute;
    top: 170px;
    /* left: -120px; */
    left: 0;
    max-width: 355px;
    max-height: 170px;
}
nav .logo img {
    display: block;
    width: 100%;
}
.menu {
    display: flex;
    background: #fff;
    padding: 1rem 4rem;
    font-family: 'Wien';
    /*font-size: 1.3em;*/
    font-size: 1.9em;
    border-radius: 2rem;
    text-transform: uppercase;
    flex-wrap: wrap;
    width: 65%;
    width: 100%;
    justify-content: center;
}
.menu .item {
    position: relative;
    margin-left: 1.5rem;
    padding-left: 1.5rem;
    color: #a6000d;
}
.menu .item:nth-child(n+6) {
    color: #ef3e56;
}
.menu .item:hover{
    color: #17365d;
    text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}
.menu .item:before {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    left: -3px;
    background: #a6000d;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.menu .item:first-child,
.menu .item:nth-child(6) {
    /*margin-left: 0;
    padding-left: 0;*/
}
.menu .item:first-child:before,
.menu .item:nth-child(6):before {
    content: none;
}
.menu .item:nth-child(n+6):before {
    background: #ef3e56;
}
.tagline {
	position: absolute;
 	top: 600px;
	font-size: 3.5rem;
	text-transform: uppercase;
	font-family: 'Wien';
	color: #ef3e56;
	text-shadow: 1px 1px 0px rgba(0,0,0,.7);
	z-index: 3;
	background: #fff;
	padding: .5rem 1rem;
	border-radius: 1rem;
}
.cart-preview {
    position: absolute;
    bottom: 150px;
    right: 30px;
    width: 544px;
    height: 634px;
    background: url(/img/image-boy.png) no-repeat center center;
    background-size: contain;
}
.cart-preview div {
    position: absolute;
    bottom: 150px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: #ef3e56;
    width: 300px;
    height: 120px;
    padding: 0 0 0 4.5rem;
    /* padding: 1rem 2rem 1rem 4.5rem; */
    border-radius: 4rem;
    font-size: 1.3em;
    font-family: 'Open Sans';
}
.cart-preview div.sticky {
    position: fixed;
    top: 5%;
    bottom: auto;
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
    /*transform: translateX(150px);*/
    z-index: 3;
}
.cart-preview div.sticky:hover {
    transform: translateX(0);
}
.cart-preview div.cssEase {
    transition: .5s ease transform;
}
.cart-preview div:before {
    content: '';
    position: absolute;
    top: calc(50% - 14.5px);
    left: 18.5px;
    background: url(/img/icon-cart.png) no-repeat center center;
    background-size: contain;
    width: 37px;
    height: 29px;
    transition: .5s ease transform;
}
.cart-preview div p {
    color: #fff;
}
.cart-preview div p span {
    position: relative;
    display: inline-block;
    background: #fff;
    padding: .3em;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    color: #ef3e56;
    text-align: center;
}
.cart-preview div a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
.catalog.three-items-row {
    position: relative;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(250,239,224,1) 36%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(250,239,224,1) 36%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(250,239,224,1) 36%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#faefe0",GradientType=1); 
    margin-top: -120px;
    padding-bottom: 130px;
}
.catalog.three-items-row:before {
    content: '';
    position: absolute;
    top: -80px;
    left: 0;
    background: url(/img/background-fruits-1.png) no-repeat center top;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.catalog.three-items-row .container:before {
    content: '';
    position: absolute;
    bottom: 100px;
    left: -20px;
    background: url(/img/elemet-fruits-1.png) no-repeat center top;
    width: 77px;
    height: 203px;
    z-index: 1;
}
.catalog.three-items-row .container:after {
    content: '';
    position: absolute;
    bottom: 200px;
    right: -20px;
    background: url(/img/elemet-fruits-2.png) no-repeat center top;
    width: 63px;
    height: 180px;
    z-index: 1;
}
.catalog.four-items-row {
    position: relative;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(144,227,254,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(144,227,254,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(144,227,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#90e3fe",GradientType=1); 
    padding-bottom: 120px;
    z-index: 1;
}
.catalog.four-items-row:before {
    content: '';
    position: absolute;
    top: -124px;
    left: 0;
    background: url(/img/background-clouds.png) no-repeat center top;
    width: 100%;
    height: 271px;
    z-index: 1;
}
.catalog.four-items-row:after {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    background: url(/img/background-fruits-2.png) no-repeat center top;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.title {
    margin-bottom: 2rem;
    font-family: 'Wien';
    font-size: 2.75em;
    color: #ef3e56;
    text-align: center;
}
.bread-crumbs {
    color: gray;
    margin-bottom: 3rem;
    font-size: 1.1em;
/*     font-size: 1.6em; */
    font-weight: bold;
    text-align: center;
    text-transform: initial;
/*     font-family: 'Wien'; */
}
.bread-crumbs > span {
    position: relative;
    margin-right: 1rem;
    padding-right: 1rem;
}
.bread-crumbs > span:last-child {
    margin-right: 0;
    padding-right: 0;
}
.bread-crumbs > span:after {
    content: '';
    position: absolute;
    top: calc(50% - .25rem);
    right: -.25rem;
    background: #ef3e56;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
}
.bread-crumbs > span:last-child:after {
    content: none;
}
.bread-crumbs a {
    text-decoration: underline;
    color: #ef3e56;
}
.catalog.three-items-row .title {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
margin-bottom: 6rem;
    font-size: 3.25em;
}
.catalog.four-items-row .title {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.catalog .catalog-items {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.catalog.main-catalog .item {
    position: relative;
    width: 22.75%;
    margin-top: 6%;
    margin-right: 3%;
    padding: 1rem 0 3rem;
}
.catalog.main-catalog .item:nth-child(4n) {
    margin-right: 0;
}
.catalog.three-items-row .item {
    /*position: relative;
    width: 31.33%;
    margin-top: 10%;
    margin-bottom: 3%;
    margin-right: 3%;
    padding: 1rem 0 3rem;*/
position: relative;
width: 22.75%;
margin-top: 6%;
margin-bottom: 3%;
margin-right: 3%;
padding: 1rem 0 3rem;
}
.catalog.three-items-row .item:nth-child(4n) {
    margin-right: 0;
}
.catalog.four-items-row .item {
    position: relative;
    width: 22.75%;
    margin-top: 6%;
    margin-right: 3%;
    padding: 1rem 0 3rem;
}
.catalog.four-items-row .item:nth-child(4n) {
    margin-right: 0;
}
.catalog .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 1rem;
    box-shadow: 0 0 10px 3px rgba(232,205,170,.5);
}
.catalog .item:after {
    content: '';
    position: absolute;
    top: calc(50% - 48.5%);
    left: calc(50% - 48.5%);
    background: transparent;
    border: 1px dashed #e5e5e5;
    width: 97%;
    height: 97%;
    z-index: 1;
    border-radius: 1rem;
}
.catalog .image {
    position: relative;
    z-index: 2;
}
.catalog .item.no-image .image:before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 32.5%);
    background: #fff;
    width: 65%;
    height: 100%;
    z-index: 1;
    border-radius: 1rem;
    box-shadow: 0 0 10px 3px rgba(232,205,170,.2);
    z-index: 1;
}
.catalog .item.no-image .image:after {
    content: '';
    position: absolute;
    top: auto;
    top: 3%;
    left: calc(50% - 31%);
    background: transparent;
    border: 1px dashed #e5e5e5;
    width: 62%;
    height: 95%;
    z-index: 1;
    border-radius: 1rem;
}
.catalog .image img {
    position: relative;
    display: block;
    width: 95%;
    margin: 0 auto;
    z-index: 1;
}
.catalog.main-catalog .name,
.catalog.three-items-row .name,
.catalog.four-items-row .name {
    position: absolute;
    top: -3rem;
    left: 0;
    width: 100%;
    font-family: 'Wien';
    font-size: 1.56em;
    color: #ef3e56;
    color: #267fff;
    text-align: center;
    z-index: 2;
}
.catalog.three-items-row .name {
font-size: 1.35em;
text-transform: uppercase;
}
.catalog.main-catalog .name,
.catalog.three-items-row .name {
background: rgba(0,187,20,.1);
display: flex;
align-items: center;
justify-content: center;
border-radius: 1rem;
padding: .5rem;
color: #2f7214;
}
.catalog.four-items-row .name {
    top: -4.5rem;
    font-size: 1.3em;
}
.catalog.four-items-row .image img {
    display: block;
    width: auto;
    max-height: 200px;
    margin: 0 auto .25rem;
}
.catalog .button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -23.5px;
    left: calc(50% - 98.5px);
    background: #ef3e56;
    width: 197px;
    height: 47px;
    border: 2px solid #fff;
    border-radius: 2rem;
    font-family: 'Open Sans Condensed';
    font-weight: bold;
    font-size: 1.15em;
    color: #faefe0;
    z-index: 2;
    box-shadow: 0 0 10px 3px rgba(0,0,0,.1);
    text-transform: uppercase;
    transition: .5s ease transform;
}
.catalog .button:hover {
    transform: scale(1.1);
}
.catalog .button:active {
    transform: scale(.95);
}
.catalog.three-items-row a:first-child,
.catalog.four-items-row a:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.footer {
    position: relative;
    background: url(/img/background-footer.png) no-repeat center top;
    height: 880px;
    margin-top: -275px;
    z-index: 2;
    pointer-events: none;
}
.logo-medecol {
    width: 293px;
    height: 42px;
    margin-bottom: 1rem;
}
.logo-medecol img {
    width: 100%;
}
.contacts {
    position: absolute;
    bottom: 422px;
    left: 32px;
    pointer-events: all;
}
.phone {
    font-family: 'Myriad Pro';
    font-size: 1.5em;
    color: #fff;
}
.address {
    position: relative;
    margin: .5rem 0;
    font-size: .83em;
    color: #fff;
}
.mail {
    position: relative;
    margin-left: 15px;
    font-size: .83em;
    color: #fff;
}
.mail:before {
    content: '';
    position: absolute;
    top: calc(50% - 5.5px);
    left: -22px;
    background: url(/img/icon-mail.png) no-repeat center center;
    background-size: contain;
    width: 16px;               	
    height: 11px;
}
.mail a {
    text-decoration: underline;
}
.entry {
    position: absolute;
    bottom: 80px;
    right: calc(50% - 56px);
    width: 190px;
    pointer-events: all;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.table {
	width: 100%;
	margin-bottom: 1.5rem;
}
.table thead {
	text-align: center;
	color: white;
	font-size: 1rem;
}
.table th {
	background: rgb(123, 50, 53)  repeat scroll 0 0;
	color: white;
	border: 1px solid white;
	padding: .95rem;
	vertical-align: middle;
}
.table thead td {
	background: rgb(123, 50, 53)  repeat scroll 0 0;
	color: white;
	border: 1px solid white;
	padding: .95rem;
	vertical-align: middle;
}
.table td {
	border: 1px solid white;
	padding: .95rem;
	background: rgb(102, 129, 155) none repeat scroll 0 0;
	color: #fff;
	vertical-align: middle;
}
.max_number_goods {
    display: none;
    color: black;
    font-size: smaller;
}
.max_number_goods.active {
    display:block;
text-align: center;
font-size: .9em;
padding: 1rem;
}
.top_button {
position: fixed;
bottom: 3rem;
right: 3rem;
background: #ef3e56;
width: 3em;
height: 3em;
z-index: 5;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
opacity: 1;
transition: .5s ease;
}
.top_button.hide {
opacity: 0;
}
.top_button span {
display: block;
position: relative;
width: 40%;
height: 40%;
transform: rotate(45deg) translateY(15%) translateX(15%);
}
.top_button span:before {
content: '';
position: absolute;
top: 0;
left: 0;
background: #fff;
width: 100%;
height: .4rem;
}
.top_button span:after {
content: '';
position: absolute;
top: 0;
left: 0;
background: #fff;
width: .4rem;
height: 100%;
}