@font-face {
    font-family: 'Uni Sans';
    src: url('../fonts/unisansregular.eot');
    src: url('../fonts/unisansregular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/unisansregular.woff2') format('woff2'),
        url('../fonts/unisansregular.woff') format('woff'),
        url('../fonts/unisansregular.ttf') format('truetype'),
        url('../fonts/unisansregular.svg#unisansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Uni Sans';
    src: url(../fonts/'unisansbold.eot');
    src: url('../fonts/unisansbold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/unisansbold.woff2') format('woff2'),
        url('../fonts/unisansbold.woff') format('woff'),
        url('../fonts/unisansbold.ttf') format('truetype'),
        url('../fonts/unisansbold.svg#unisansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

/* flaticon start */
@font-face {
    font-family: "flaticon";
    src: url("../fonts/flaticon.ttf?7744ab4f10544dc929dd7d1efd73ba55") format("truetype"),
	url("../fonts/flaticon.woff?7744ab4f10544dc929dd7d1efd73ba55") format("woff"),
	url("../fonts/flaticon.woff2?7744ab4f10544dc929dd7d1efd73ba55") format("woff2"),
	url("../fonts/flaticon.eot?7744ab4f10544dc929dd7d1efd73ba55#iefix") format("embedded-opentype"),
	url("../fonts/flaticon.svg?7744ab4f10544dc929dd7d1efd73ba55#flaticon") format("svg");
}
i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flaticon-seafood-black:before {
    content: "\f101";
}
.flaticon-sausages-black:before {
    content: "\f102";
}
.flaticon-pickled-black:before {
    content: "\f103";
}
.flaticon-apricot-black:before {
    content: "\f104";
}
.flaticon-nuts-black:before {
    content: "\f105";
}
.flaticon-berries-black:before {
    content: "\f106";
}
.flaticon-fruits-black:before {
    content: "\f107";
}
.flaticon-vegetable-black:before {
    content: "\f108";
}
.flaticon-potato-black:before {
    content: "\f109";
}
.flaticon-onion-black:before {
    content: "\f10a";
}
.flaticon-onion-fresh-black:before {
    content: "\f10b";
}
.flaticon-onion-red-black:before {
    content: "\f10c";
}
.flaticon-carrot-black:before {
    content: "\f10d";
}
.flaticon-beet-black:before {
    content: "\f10e";
}
.flaticon-cabbage-black:before {
    content: "\f10f";
}
.flaticon-garlic-black:before {
    content: "\f110";
}
.flaticon-apple-black:before {
    content: "\f111";
}
.flaticon-pear-black:before {
    content: "\f112";
}
.flaticon-cucumber-black:before {
    content: "\f113";
}
.flaticon-tomato-black:before {
    content: "\f114";
}
.flaticon-cherry-tomato-black:before {
    content: "\f115";
}
.flaticon-pepper-black:before {
    content: "\f116";
}
.flaticon-chili-pepper-black:before {
    content: "\f117";
}
.flaticon-radish-black:before {
    content: "\f118";
}
.flaticon-cauliflower-black:before {
    content: "\f119";
}
.flaticon-zucchini-black:before {
    content: "\f11a";
}
.flaticon-orange-black:before {
    content: "\f11b";
}
.flaticon-tangerine-black:before {
    content: "\f11c";
}
.flaticon-bananas-black:before {
    content: "\f11d";
}
.flaticon-fish-black:before {
    content: "\f11e";
}
.flaticon-basket-black:before {
    content: "\f11f";
}

/* flaticon end */
.small, small {
    font-size: 65%;
}
/* category image fx */
.main-image .slick-current.slick-active .thumbnail[tabindex="0"] img {
	width: 450px;
	overflow: hidden;
    -webkit-animation-name: rotation;
    -webkit-animation-duration: 80s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotation;
    -moz-animation-duration: 80s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotation;
    -o-animation-duration: 80s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rotation;
    animation-duration: 80s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;	
}
/*.product-thumb .image:hover a img {
    width: 228px;
    -webkit-animation-name: rotation;
    -webkit-animation-duration: 80s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotation;
    -moz-animation-duration: 80s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotation;
    -o-animation-duration: 80s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rotation;
    animation-duration: 80s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}*/

@-webkit-keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
@-moz-keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
@-o-keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
@keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(720deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
.header-logo img {
    -webkit-filter: drop-shadow(0px 7px 5px #000);
    filter: drop-shadow(0px 7px 5px #000);
}
#content .form-group {
    margin-bottom: 30px;
}
.product-thumb .button-group {
	text-align: center;
}
.mod {
	padding: 0px 0px 65px;	
}
.mod-title {
	padding: 50px 0px 90px;
	font-size: 60px;
}
.mod-title span {
	color: #349C00;
}
.price-builder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
}
.price-counter {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: hsla(0,0%,100%,.1);
    height: 25px;
    width: 100px;
	margin-bottom: 15px;
    font-size: 14px;
    line-height: 1;
    color: hsla(0,0%,100%,.6);
    min-height: 50px;
}
.price-counter__sum {
    min-width: 35px;
    width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid hsla(0,0%,100%,.2);
    border-right: 1px solid hsla(0,0%,100%,.2);
}
.price-counter__sum input {
    text-align: center;
    width: 52px;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: inherit;
    -moz-appearance: textfield;
}
.price-counter__btn {
    padding: 0;
    background: transparent;
    border: 0;
    color: hsla(0,0%,100%,.6);
    min-width: 30px;
}

.price-counter__btn:hover, .price-counter__btn:active, .price-counter__btn:focus, .price-counter__btn:active:focus {
    background: transparent;
	border: 0;	
    color: hsla(0,0%,100%,.6);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.price-counter__btn:hover i {
	color: hsla(0,0%,100%,.6);	
}
#product .form-group select {
	color: #fff;
    background: #222!important;		
	border-radius: 0px;
}

#product .form-group select:focus {
    outline: none;
	border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}


#product .form-group select option {
	color: #000;
    background-color: #d2d2d2;
	padding: 5px 0px!important;	
}

/* блог */
#content .thumbnail.blog img {
    border: 1px solid #282828;
    /*border-radius: 50%;*/
    overflow: hidden;
    -webkit-box-shadow: 5px 5px 20px 0px rgb(0 0 0);
    -moz-box-shadow: 5px 5px 20px 0px rgb(0 0 0);
    box-shadow: 5px 5px 20px 0px rgb(0 0 0);
}

/*  */
.options-category .form-group select{
	color: #fff;
    background: #222!important;		
	border-radius: 0px;
}

.options-category .form-group select:focus {
    outline: none;
	border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.options-category .form-group select {
	color: #fff;
    background: #222!important;
}

.options-category .form-group select option {
	color: #000;
    background-color: #d2d2d2;
	padding: 5px 0px!important;	
}

.product__submit {
    min-width: 120px;
}

.btn {
    border: 0;
    background: 0;
    padding: 18px 10px 20px;
    text-align: center;
    font-family: inherit;
    font-size: 16px;
    display: inline-block;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    max-width: 280px;
}

.btn_white {
    color: #feffff;	
}

.btn_black {
	color: #000;
}

.btn__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.btn__border-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.btn__text {
    position: relative;
    pointer-events: none;
    z-index: 2;
    line-height: 1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.popup-mobile-phones-icon {
    position: relative;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    margin-left: 15px;
}
.header-phone .phone-link {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
	height: 61px;
	margin-right: 15px;
}
.header__user-icon {
    stroke: #fff;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.6,0,.41,1);
    transition-timing-function: cubic-bezier(.6,0,.41,1);
}
.header__user-icon {
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.header__user-icon .st0 {
    fill: none;
    stroke-width: 4px;
    stroke-miterlimit: 10;
}
.user-block-account.dropdown-toggle {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 61px;
}
.shoping-cart__icon {
    fill: #fff;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.6,0,.41,1);
    transition-timing-function: cubic-bezier(.6,0,.41,1);
}
.cart.user-block button {
    position: relative;
    width: 32px;
    height: 30px;
}
.shoping-cart__icon .st0 {
    fill: #349c00;
}
.shoping-cart__icon .st1 {
    fill: none;
}
.user-menu.user-menu-right {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;	
}
#cart {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;	
}
.form-control {
	padding: 6px 10px!important;	
}
.form-control:focus {
    border-color: #ffffff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(255 255 255 / 8%), 0 0 8px rgb(255 255 255 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(255 255 255 / 60%);
}
/* product page gallery */
.gallery-thumbnails {
	position: relative;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	display: flex;
}

.gallery-thumbnails .main-thumbs {
	width: 14.5%;
}

.gallery-thumbnails .main-image {
	position: relative;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 1;
	order: 1;
	width: 85%;
}

.additional-wrapper {
	border-radius: inherit;
	position: relative;
}

.image-additional {
	cursor: pointer;
	margin: 0;
	position: relative;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.image-additional.slick-current.slick-active .thumbnail {
	border-color: #ff3347;
	margin-bottom: 0px!important;
}
.thumbnail {
	margin-bottom: 0px!important;
}
.main-image .slick-current a {
	pointer-events: none;
}
/* homepage */
.intro-home {
    position: relative;
    padding: 200px 0 200px;
    min-height: 100vh;
	background-image: url(/image/web/intro_home_screen_right_veg-min.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;		
}

.skewer-home .patternsContainer {
    position: inherit;
    left: 0;
    right: 0;
    pointer-events: none;
}
.patternsContainer, .patternWhite {
    position: inherit;
    left: 0;
    right: 0;
    pointer-events: none;
}
.patternWhite {
    height: 50px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
}
.patternsContainer {
    top: 0;
    bottom: 0;
}
.patternWhite__top {
    top: -1px;
    background-image: url(/image/web/bg-top-b.png);
    background-position: top;
}
.patternWhite__bottom {
    background-position: bottom;
    background-image: url(/image/web/bg-bottom-b.png);
    bottom: -1px;
}
.intro-home__bottomPattern {
    position: absolute;
    left: 0px;
    right: -0px;
    bottom: -2px;
    height: 700px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    pointer-events: none;
    background-position: bottom;
    background-image: url(/image/web/bg_main_screen_white.png);
}
.parallax-container {
	display: flex;
	align-items: stretch;
	min-height: 100vh;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.main-t {
    flex: 1 1 auto;
    background-image: url(/image/web/hs/main-t-min.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center right;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -10%;
    left: -10%;
    right: -10%;
    bottom: -10%;
    color: #dcdcdc;
    text-align: left;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
}
.intro-home__content {
  display: inline-block;
  animation: fadeIn;
  animation-duration: 3s;
}	  
.intro-home__petrushka {
    position: absolute;
    pointer-events: none;
    z-index: 33;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
}
.intro-home_meat {
	position: absolute;
	background-image: url(/image/web/bg_black.jpg);
	display: inline-block;
	animation: fadeIn;
	animation-duration: 7s;	
}
.intro-home__tomato {
    position: absolute;
    pointer-events: none;
    z-index: 33;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 600px;
    width: 600px;
}
.intro-home__petrushka_0 {
    bottom: 48%;
    right: 10%;
    background-size: 94%;
    background-image: url(/image/web/hs/petrushka0.png);
}
.intro-home__petrushka_1 {
    bottom: 45%;
    right: 15%;
    height: 130px;
    background-image: url(/image/web/hs/petrushka1.png);
}
.intro-home__petrushka_2 {
    bottom: 65%;
    right: 15%;
    background-image: url(/image/web/hs/petrushka2.png);
}
.intro-home__tomatos {
    bottom: 15%;
    right: 30%;
    background-image: url(/image/web/hs/tomatos.png);
}
.intro-home__h1 {
	max-width: 600px;
    font-size: 62px;
    line-height: 60px;
    margin-bottom: 30px;
    color: #fff;
    letter-spacing: .01em;
}
.intro-home__h1 span, .intro-home__h3 span, .counter-home__h2 span {
	color: #349C00;
	font-weight: bold;
}
.intro-home__h3 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 68px;
	color: #fff!important;
	text-align: left!important;
}
.counter-home {
    position: relative;
    padding: 100px 0 55px;
    background: #fff;
	min-height: 400px;
}
.typo__h3 {
    color: #000;
    font-family: inherit;
    font-weight: normal;
    font-size: 45px;
    line-height: 58px;
    text-align: center;
}
.counter-home__h2 {
	font-size: 60px;
}
.counter-home-illustration {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 33;
    pointer-events: none;
}
.counter-home-illustration__dots {
    background-image: url(/image/web/dot1.png);
    height: 80px;
    width: 60px;
    bottom: 18px;
    right: 26%;
}
.counter-home-illustration__petrushka {
    background-image: url(/image/web/petrushka.png);
    height: 120px;
    width: 120px;
    bottom: -60px;
    right: 10%;
}
.counter-home-illustration__ill1 {
    background-image: url(/image/web/ill1.png);
    height: 120px;
    width: 120px;
    top: 160px;
    right: 70%;
}
.counter-home-illustration__ill2 {
    background-image: url(/image/web/ill2.png);
    height: 120px;
    width: 120px;
    top: 260px;
    right: 60%;
}
.counter-home-illustration__ill3 {
    background-image: url(/image/web/ill3.png);
    height: 120px;
    width: 120px;
    top: 360px;
    right: 50%;
}
.counter-home-illustration__ill4 {
    background-image: url(/image/web/ill4.png);
    height: 120px;
    width: 120px;
    top: 460px;
    right: 40%;
}
.counter-home-illustration__ill5 {
    background-image: url(/image/web/ill5.png);
    height: 120px;
    width: 120px;
    top: 560px;
    right: 30%;
}
.counter-home-illustration__ill6 {
    background-image: url(/image/web/ill6.png);
    height: 120px;
    width: 120px;
    top: 120px;
    right: 20%;
}
.anim {
	display: none;	
}
.counter-outer {
	margin: 50px 0px;
}
.counter-wrapper {
	color: #000;
	font-size: 46px;
	text-align: center;
}
.counter-wrapper a .counter-name {
    font-size: 30px;
	color: #349C00;
}
.counter-wrapper .mixs {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	filter: drop-shadow(1.35rem 1.35rem 2.4rem rgba(0, 0, 0, 0.5));
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;	
}
.counter-wrapper:hover .mixs {
	filter: drop-shadow(0.35rem 0.35rem 2.4rem rgba(0, 0, 0, 0.5));
}
.counter-wrapper .mixs.vegetables-hp {
	background-image: url(/image/catalog/homepage/vegetables.png);
}
.counter-wrapper .mixs.fruits-hp {
	background-image: url(/image/catalog/homepage/fruits.png);
}
.counter-wrapper .mixs.berries-hp {
	background-image: url(/image/catalog/homepage/berries.png);
}
.counter-wrapper .mixs.meats-hp {
	background-image: url(/image/catalog/homepage/meats.png);
}
.counter-outer-bottom p, .counter-outer-bottom p span {
	font-size: 16px;
	line-height: 1.45;
    padding-right: 10px;
    margin-bottom: 30px;
	-webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    column-gap: 50px;
	color: hsla(0,0%,4%,.6);
	transition: all 0.5s ease-in-out 0s;	
}
.counter-outer-bottom:hover p {
	color: #0a0a0a;
}
.counter-outer-bottom p span {
	font-weight: bold;
}
.counter-outer-bottom:hover p span {
	color: #349C00;
}
.counter-tag-block {
    height: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;	
}
.counter-tag-block a {
	z-index: 999;
    font-size: 20px;
    font-weight: bold;
    color: #349c00;
    padding: 10px 20px;
    background-color: #ececec;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    margin-right: 20px;
    margin-bottom: 20px;
    transition: all 0.5s ease-in-out 0s;
}
.counter-tag-block a:hover {
	border: 1px solid #349c00;
	background-color: transparent;
}
.format-block {
	position: relative;
    padding: 112px 0 100px;
    background-image: url(/image/web/bg_white.jpg);
    overflow: hidden;	
}
.format-block p span {
	font-weight: bold;
}
.format-block p, .format-block p span {
    font-size: 16px;
    line-height: 1.45;
    padding-right: 10px;
	margin-top: 50px;
    margin-bottom: 50px;
    color: hsla(0,0%,4%,.6);
    transition: all 0.5s ease-in-out 0s;
}
.format-block:hover p {
	color: #0a0a0a;
}
.format-block:hover p span {
	color: #349C00;
}
.format-img {
	text-align: center;
}
.format-img img {
	max-width: 650px;
}
.patternWhite__top2 {
    top: -1px;
    background-image: url(/image/web/bg-bottom-b2.png);
    background-position: top;
}
.reciept {
    position: relative;
    padding: 112px 0 100px;
    background-image: url(/image/web/reciept_bg.jpg);
	background-position: center left;
	background-repeat: no-repeat;
    overflow: hidden;
}
.footer-section {
    position: relative;
    padding: 68px 0 50px;
    /*background-image: url(/image/web/bg_black.jpg);*/
    z-index: 50;
}
.reciept .typo__h3 {
    color: #349C00;
    font-family: inherit;
    font-weight: normal;
    font-size: 60px;
    line-height: 58px;
    text-align: center;
}
.reciept p, .reciept p span {
    font-size: 16px;
    line-height: 1.45;
    padding-right: 10px;
	margin-top: 50px;
    margin-bottom: 50px;
    color: hsla(0,0%,4%,1);
    transition: all 0.5s ease-in-out 0s;
	max-width: 400px;
	text-align: center;
	margin: 50px auto;
}
.btn_black {
    color: #000;
    margin: 0 auto;
    display: block;
}
.footer-section {
	margin: 0px 0px 60px;
}
.footer-section h4 {
	font-size: 20px;
}
.footer-section a {
	color: #fff!important;
	font-size: 14px;
}
.footer-section .footer-info img {
	margin-bottom: 15px;
}
.footer-section .footer-info-txt {
	font-size: 12px;
	text-align: justify;
}
.footer-section .contact-footer {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;	
}
.footer-section .soc-net-footer .soc-icon-links {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;	
}
.footer-section .soc-net-footer .soc-icon-links span {
	margin: 0px 0px 0px 15px;
}
.footer-section .soc-net-footer .soc-icon-links a .fa {
	font-size: 20px;
    max-width: 30px;
    width: 30px;
    text-align: center;
}
/* product page */
.product__page h3.mod-title {
	font-size: 36px;
}
/* account */
.mod-account {
	background: transparent;    
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
}
.mod-account-unit {
	padding: 10px 0px;
}
.mod-account .mod-account-unit a.mod-account-item {
	color: #feffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;	
	opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;	
}
.mod-account .mod-account-unit:hover a.mod-account-item {
	opacity: 1;
	color: #349c00;
}
.simpleregister-button-block {
    background: transparent;
}
label {
    font-weight: normal;
}
.account-simpleregister .col-sm-10, .account-forgotten .col-sm-10 {
	max-width: 350px;
}
.account-simpleregister .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	text-align: left;
}
.account-forgotten .col-sm-2 {
	width: auto!important;
}
.account-simpleregister .form-group {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
}
.form-control {
	background-color: rgb(255 255 255 / 40%);
	color: #fff;
}
.account-simpleregister input:-internal-autofill-selected {
    appearance: menulist-button;
    background-color: rgb(255 255 255 / 40%)!important;
    background-image: none !important;
    color: #fff!important;
}
legend {
	color: #fff;
}
.btn__text input {
	background: transparent;
    border: none;
    text-transform: uppercase;
}
/* alert */
.alert {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 6px;
    position: relative;
}
.alert-danger {
    color: #c3000e;
    background-color: #ffeff0;
    border-color: #ffbdc2;
}
.specpage .alert {
	display: none;
}
/* owl edit*/
.owl-prev {
	margin-right: 20px;
}
.owl-nav {
	opacity: 1;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;

}
.owl-nav .disabled {
	opacity: 0.5;
}
/* simplecheckout */
.simplecheckout-cart th, .simple-content .checkout-heading {
	color: #ffffff;
}
.simplecheckout-left-column, .simplecheckout-left-column {
    min-width: 280px;
    max-width: 1200px;
}
.main-order {
    margin-bottom: 100px;
    margin-right: 20px;
}
.main-order__first {
    margin-bottom: 23px;
}
.main-order__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
	align-items: center;
}
.main-order__title-cell {
    font-size: 16px;
    text-align: left;
    color: hsla(0,0%,100%,.6);
}
.typo__p-light, .typo__p-regular {
    font-family: inherit;
    font-weight: 400;
    line-height: 24px;
}
.typo__p-regular {
    font-size: 16px;
    line-height: 1.5;
}
.main-order__col-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    width: 22%;
    max-width: 22%;
}
.main-order__col-cost {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    width: 16%;
    max-width: 16%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-order__col-discount {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11%;
    flex: 0 0 11%;
    width: 11%;
    max-width: 11%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-order__col-amount {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    width: 15%;
    max-width: 15%;
}
.main-order__col-sum {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    width: 22%;
    max-width: 22%;
    padding-left: 40px;
}
.main-order-box {
    padding: 5px;
    background-color: rgba(0,0,0,.5);
    margin-bottom: 26px;
	min-height: 155px;
}
.main-order-box>div {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.main-order__col-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14%;
    flex: 0 0 14%;
    width: 14%;
    max-width: 14%;
    position: relative;
}
.main-order__img {
	position: absolute;
    bottom: -75px;
    left: -75px;
    width: 150px;
    height: 150px;
    max-height: 150px;
	-webkit-filter: drop-shadow(-15px 7px 5px #000);
    filter: drop-shadow(-15px 7px 5px #000);
}
.main-order__col-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    width: 22%;
    max-width: 22%;
}
.main-order-box h6 {
    padding-top: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #fff;
}
.main-order__col-cost {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    width: 16%;
    max-width: 16%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-order-box__discount, .main-order-box__priceItem {
    font-size: 14px;
    line-height: 1.75;
    color: hsla(0,0%,100%,.6);
}
.main-order__col-discount {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11%;
    flex: 0 0 11%;
    width: 11%;
    max-width: 11%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-order__col-counter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    width: 30%;
    max-width: 30%;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main-order-box__priceCounter {
    min-width: 100%;
    margin-bottom: 0!important;
}
.price-builder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
}
.main-order-box__priceCounter .price-counter {
    background: transparent;
    padding: 0;
    height: 26px;
    min-height: 26px;
}
.price-counter {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: hsla(0,0%,100%,.1);
    height: 25px;
    min-width: 80px;
    font-size: 14px;
    line-height: 1;
    color: hsla(0,0%,100%,.6);
    min-height: 45px;
}
.price-counter__btn {
    padding: 0;
    background: transparent;
    border: 0;
    color: hsla(0,0%,100%,.6);
    min-width: 30px;
}
.price-counter__sum {
    min-width: 35px;
    width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid hsla(0,0%,100%,.2);
    border-right: 1px solid hsla(0,0%,100%,.2);
}
.price-counter__sum input {
    text-align: center;
    width: 52px;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: inherit;
    -moz-appearance: textfield;
}
.main-order-box__priceCounter .price-builder__fullPrice {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #fff;
}
.main-order__col-close {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7%;
    flex: 0 0 7%;
    width: 7%;
    max-width: 7%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%;
}
.main-order__col-close .app-button-close {
    position: absolute;
    top: 40%;
    right: 2.5%;
}
.app-button-close, .app-button-close span {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.6,0,.41,1);
    transition-timing-function: cubic-bezier(.6,0,.41,1);
}
.app-button-close {
    border: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    position: relative;
    display: inline-block;
    height: 16px;
    width: 16px;
    cursor: pointer;
}
.app-button-close span {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #0a0a0a;
}
.main-order__col-close .app-button-close span {
    border-top: 1px solid #fff;
}
.app-button-close span:first-child {
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.app-button-close span:nth-child(2) {
    top: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.main-order__col-close:after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 7%;
    border-left: 1px solid hsla(0,0%,100%,.1);
}
.main-order__col-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14%;
    flex: 0 0 14%;
    width: 14%;
    max-width: 14%;
    position: relative;
}
.main-order__description {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    width: 65%;
    max-width: 65%;
}
.main-order__description_last {
    padding-bottom: 60px;
}
.simplecheckout-block .table-responsive {
	overflow-x: visible;
}
.simplecheckout-cart, .simplecheckout-cart-total {
	border: none;
}
/* modal content design */
.modal-content {
	color: #000;
    border: 1px solid transparent;
    box-shadow: 0 20px 20px 0 rgb(0 0 0 / 30%);
    border-radius: 5px;
    -webkit-animation: submenu-show 0.3s cubic-bezier(.68, -.55, .265, 1.55);
    animation: submenu-show 0.3s cubic-bezier(.68, -.55, .265, 1.55);
    /*background-image: url(/image/web/modal_wood.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: transparent;*/
}
.modal-body.modal-success {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;	
}
#modal-cart .modal-success .modal-message>.form-group:first-child {
    margin-bottom: 5px;
    color: #000;
    font-weight: bold;
    font-size: 16px;
}
.modal-footer button, .modal-footer a {
	color: #000;
}
.modal-footer button:hover, .modal-footer a:hover {
	color: #000;
}
.modal-header, .modal-body, .modal-footer {
    padding: 5px;
}
.
/* label */
.mixs.meats-hp::before {
    content: 'Новинка';
    font-size: 1.4rem;
    line-height: 26px;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 25px;
    color: #fff;
    background-color: #e61414;
    border: none;
    border-radius: 8px 5px 8px 0px;
    -webkit-box-shadow: 12px 3px 8px 0px rgb(34 60 80 / 35%);
    -moz-box-shadow: 12px 3px 8px 0px rgba(34, 60, 80, 0.35);
    box-shadow: 12px 3px 8px 0px rgb(34 60 80 / 35%);
}
/* mod reciepts */
.mod.mod-reciepts .description {
	margin-bottom: 25px;
}
.mod.mod-reciepts .product-thumb h4 {
    min-height: 60px;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}