@font-face {
	font-family: 'Museo Sans Cyrl 500';
	src: url('MuseoSansCyrl-500.eot');
	src: local('MuseoSansCyrl-500'),
		url('MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype'),
		url('MuseoSansCyrl-500.woff') format('woff'),
		url('MuseoSansCyrl-500.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Museo Sans Cyrl 900';
	src: url('MuseoSansCyrl-900.eot');
	src: local('MuseoSansCyrl-900'),
		url('MuseoSansCyrl-900.eot?#iefix') format('embedded-opentype'),
		url('MuseoSansCyrl-900.woff') format('woff'),
		url('MuseoSansCyrl-900.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Museo Sans Cyrl 700';
	src: url('MuseoSansCyrl-700.eot');
	src: local('MuseoSansCyrl-700'),
		url('MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype'),
		url('MuseoSansCyrl-700.woff') format('woff'),
		url('MuseoSansCyrl-700.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


  /* ==========================*/
 /* DISPLAY NONE  */
/* ==========================*/


main .content .shops .right {
    float: right;
    text-align: left;
    padding: 0 0 40px 0;
    margin-top: -5px;
    display: none;
}

.fast-item .right .control .count .kg, .full-item .right .control .count .kg {
    font-size: 13px;
    color: #888888;
    display: none;
}

main section .main-shadow {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    height: 10px;
    z-index: 1;
    display: none;
}

main .content .tags {
    padding: 20px 20px 20px 20px;
    clear: both;
    /* display: none; */
}


.fast-item .left .price-wrapper .unit,
.full-item .left .price-wrapper .unit {
    display: none;
    font-weight: 700;
}

.fast-item .left .price-wrapper .kg,
.full-item .left .price-wrapper .kg {
    display: none;
}

main .content .index-recipes {
    display: none;
}

.item-back-round {
    display: none;
    position: absolute;
    left: 20px;
    top: 30px;
    width: 208px !important;
}

main section .main-shadow {
    display:none;
}


  /* ==========================*/
 /* ==========================*/
/* ==========================*/

@media screen and (max-width: 1200px) {
	.tabletitle {
			width: 100% !important;
		}
}



@media screen and (max-width: 1200px) {

    main .content .full-cart .cart-table .cell-1 {
        text-align: left;
        width: auto;
        white-space: normal;
        height: fit-content;
        display: inline-block;
        padding-left: 3px;
        padding-right: 3px;
        padding-top: 20px;
        padding-bottom: 15px;
    }
	    main .content .full-cart .cart-table .cell-2 {
        text-align: left;
        width: auto;
        white-space: normal;
        height: fit-content;
        display: inline-block;
        padding-left: 3px;
        padding-right: 3px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
	    main .content .full-cart .cart-table .cell-3 {
        text-align: left;
        width: auto;
        white-space: normal;
        height: fit-content;
        display: inline-block;
        padding-left: 3px;
        padding-right: 3px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
	    main .content .full-cart .cart-table .cell-4 {
        text-align: left;
        width: auto;
        white-space: normal;
        height: fit-content;
        display: inline-block;
        padding-left: 3px;
        padding-right: 3px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
	    main .content .full-cart .cart-table .cell-5 {
        text-align: left;
        width: auto;
        white-space: normal;
        height: fit-content;
        display: inline-block;
        padding-left: 3px;
        padding-right: 3px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

	main .cart-item-title .cell .cell-1 {
		width: 100%;
	}
}



@media screen and (max-width: 1200px) {
    main .content .full-cart .cart-table .row {
        overflow: hidden;
        border-bottom: 2px dotted #b0b0b0;
        display: block;
        float: none;
        text-align: left;
    }
	
	main .content .form-order {
        width: 100%;
        max-width: 100%;
    }
}


@media screen and (min-width: 1200px) {
.form-order .btn {
    outline: none;
    width: 100%;
	}

.form-order .input-btn-wrapper {
    padding-left: 0px;
	}
}

@media screen and (min-width: 1200px) {
.form-order .input-btn-wrapper {
    float: right;
    width: auto;
    padding-bottom: 20px;
    padding-left: 25px;
}

.form-order .btn {
    outline: none;
    width: 100%;
}
}



.cart-table .cart-item-control {
    white-space: nowrap;
    text-align: center;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.form-order .input-order {
    margin: 0 20px 0 0;
    padding: 10px 20px 10px 20px;
    letter-spacing: 0.5px;
    color: #000;
    font-size: 16px;
    border-radius: 40px;
    transition: all 300ms linear;
    display: inline-block;
    width: 100%;
    border: 0px solid #999;
    outline: none;
    background-color: #f5f1f1b0;
    box-shadow: 0px 5px 10px -8px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 0px 5px 10px -8px rgb(0 0 0 / 25%) inset;
    -moz-box-shadow: 0px 5px 10px -8px rgba(0,0,0,0.25) inset;
}


main .card .card-how .form-activate label input {
    float: left;
    max-width: 100%;
    width: 100%;
    border-radius: 15px;
    padding: 8px 20px 8px 20px;
    -webkit-box-shadow: 0px 5px 10px -5px rgb(0 0 0 / 50%) inset;
    -moz-box-shadow: 0px 5px 10px -5px rgb(0 0 0 / 50%) inset;
    box-shadow: 0px 5px 10px -5px rgb(0 0 0 / 50%) inset;
}

main .profile .profile-header .signin-block input {
    float: right;
    max-width: 230px;
    width: 75%;
    border-radius: 15px;
    padding: 8px 20px 8px 20px;
    -webkit-box-shadow: 0px 5px 10px -5px rgb(0 0 0 / 50%) inset;
    -moz-box-shadow: 0px 5px 10px -5px rgb(0 0 0 / 50%) inset;
    box-shadow: 0px 5px 10px -5px rgb(0 0 0 / 50%) inset;
}

main .profile .profile-header .signin-block .icon-show-password {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: all 300ms linear;
}


.cardeliver {
    position: absolute;
    left: 37%;
    z-index: 0;
}



main .shipping .shipping-header .line {
    padding: 0 0 20px 0;
    text-align: left;
    margin-left: 50px;
    font-family: 'Museo Sans';
    font-weight: 700;
    font-size: 16px;
    min-height: 80px;
}


main .shipping .shipping-header .line img {
    float: left;
    width: 48px;
    top: -7px;
    position: relative;
    left: -15px;
    margin-bottom: 24px;
    margin-left: -32px;
}

@media screen and (max-width: 1200px) {
    main .shipping .shipping-meat .shipping-meat-image {
        display: block;
    }
	main .shipping .shipping-meat .shipping-meat-image {
    float: left;
    /* max-width: 50%; */
    /* margin-left: 0px; */
    /* margin-right: 0px; */
 }
	
	    main .shipping .shipping-header .title {
        font-size: 34px;
        width: auto;
        margin: 40px 0 40px 0;
        padding: 0px 0 0 0;
    }
	
	.cardeliver {
    display: none;
}
}



main .content .shops .left {
    max-width: 1600px;
    float: left;
    text-align: left;
    padding: 0 0 40px 0;
}


@media screen and (max-width: 1200px) {
    header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 10;
    background: url() bottom center;
    background-size: cover;
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.0);
    background-color: black;
}



@media screen and (max-width: 1200px) {
    aside {
        right: 0;
        width: 100%;
        height: 0;
        background: url();
        overflow-y: auto;
        background-color: black !important;
    }
}

aside .aside-footer .aside-card .wrapper {
    /* width: calc(100% - 30px); */
    padding: 15px 15px 15px 15px;
    font-size: 14px;
    font-family: "Museo Sans";
    vertical-align: top;
    border-radius: 100px;
    width: 80%;
    background: #202020;
}

aside .aside-footer .aside-profile .wrapper {
    /* width: calc(100% - 30px); */
    padding: 15px 15px 15px 15px;
    font-size: 14px;
    font-family: "Museo Sans";
    vertical-align: top;
    background: #FF5C16;
    width: 80%;
    border-radius: 100px;
}

aside .aside-footer {
    padding: 20px 0 20px 0;
}

/* Строка поиска */
aside .search input {
    background: #ffffff;
    padding: 14px 15px 14px 35px;
    color: #000;
    font-size: 16px;
    width: 80%;
    border-radius: 58px;
    /* height: 32px; */
    border-bottom: 0px solid #000000;
}

aside .search i {
    position: absolute;
    top: 2px;
    left: 15px;
    color: #000000;
}

aside .search .wrapper {
    position: relative;
    display: inline;
}
}


@media screen and (min-width: 1200px) {

aside .search i {
    position: absolute;
    top: 10px;
    left: 32px;
    color: #313131;
}

    aside .search input {
        background: #ffffff;
        padding: 14px 15px 14px 35px;
        color: #000;
        font-size: 16px;
        width: 80%;
        border-radius: 58px;
        height: 36px;
        border-bottom: 0px solid #000000;
    }

    aside .aside-footer .aside-profile .wrapper {
        /* width: calc(100% - 30px); */
        padding: 10px 15px 10px 15px;
        font-size: 13px;
        font-family: "Museo Sans";
        vertical-align: top;
        background: #FF5C16;
        width: 80%;
        border-radius: 100px;
    }

    aside .aside-footer .aside-card .wrapper {
        /* width: calc(100% - 30px); */
        padding: 0px 0px 0px 0px;
        font-size: 13px;
        font-family: "Museo Sans";
        vertical-align: top;
        border-radius: 100px;
        width: 80%;
        background: #20202000;
    }
    aside .aside-footer .wrapper {
    
    box-shadow: 0 0px 0px #000;
    }
    }


  /* ==========================*/
 /* карточка товара НА КОМПЕ  */
/* ==========================*/

@media screen and (min-width: 1200px) {
.paper-round {
  width: 180px;
  height: 180px;
  background-color: antiquewhite;
  position: absolute;
  border-radius: 50%;
  top: 40px;
  left: 40px;
  background: url(/images/ep_naturalwhite.jpg);
  /* opacity: 0.5; */
  }


    
main .content .items .item .item-icons .item-icon,
main .content .more-items .item .item-icons .item-icon {
    /* padding-left: 5px; */
    width: 28px;
    margin-left: 5px;
    height: 28px;
}
    
main .content .items .item .item-icons, 
main .content .more-items .item .item-icons {
    position: absolute;
    top: 42px;
    right: 30px;
    z-index: 5;
}

    
    
main .content .items .item .image .badge, 
main .content .more-items .item .image .badge {
    position: absolute;
    top: 138px;
    left: 10px;
    /* width: 200px; */
    /* height: 200px; */
    font-size: 12px;
    line-height: 32px;
    font-weight: bold;
    overflow-x: hidden;
    pointer-events: none;
}
    
main .content .items .item .image img,
main .content .more-items .item .image img {
    width: 230px;
    height: 230px;
    
}


main .content .items .item .info,
main .content .more-items .item .info {
  padding: 0 20px 0 20px;
  text-align: center;
  margin-top: -20px;
  margin-left: -10px;
  position: relative;
}
main .content .items .item .bg,
main .content .more-items .item .bg {
  /* width: 250px; */
  height: 36px;
  /*background: url(/images/item-bg.svg) no-repeat;
  background-size: contain;*/
  /* background-color: white; */
  text-align: center;
  /* padding-top: 10px; */
}
main .content .items .item .price,
main .content .more-items .item .price {
  width: 90px;
  height: 36px;
  font-size: 23px;
  color: #000;
  float: left;
  font-family: "Montserrat";
  font-weight: 700;
}

main .content .items .item .add,
main .content .more-items .item .add {
  margin-top: 1px;
  width: 32px;
  height: 32px;
  line-height: 36px;
  font-size: 15px;
  border-radius: 50%;
  background: #FF5C16;
  float: left;
  text-align: center;
  cursor: pointer;
  color: #fff;
  transition: all 300ms linear;
}
main .content .items .item .add:hover,
main .content .more-items .item .add:hover {
  background: #cb9d69;
}
main .content .items .item .add.disabled,
main .content .more-items .item .add.disabled {
  background: #999;
  cursor: default;
}
main .content .items .item .add.disabled:hover,
main .content .more-items .item .add.disabled:hover {
  background: #999;
}
main .content .items .item .unit,
main .content .more-items .item .unit {
  width: 85px;
  height: 36px;
  line-height: 38px;
  font-size: 18px;
  text-align: center;
  padding: 0 0 0 0;
  overflow: hidden;
  color: #000;
  /* float: left; */
  font-family: "Montserrat";
  font-weight: 600;
}
main .content .items .item .unit i,
main .content .more-items .item .unit i {
  font-size: 15px;
}
main .content .items .item .title,
main .content .more-items .item .title {
  font-weight: 500;
  font-family: "montserrat";
  font-size: 14px;
  text-align: center;
  padding: 5px 0 0 0;
  overflow: hidden;
  height: 85px;
  width: 200px;
  margin: auto;
  line-height: 1.1;
}
    
}



  /* ===========================*/
 /* карточка товара НА МОБИЛЕ  */
/* ===========================*/





@media screen and (max-width: 1200px) {
  main .content .items .item, main .content .more-items .item  {
  max-width: 170px;
  height: 253px;
  /* line-height: 160%; */
  position: relative;
  display: inline-block;
  /* padding: 0 10px 0 0px; */
  display: inline-block;
  zoom: 0.97;
  }


main .content .items .item .item-icons .item-icon,
main .content .more-items .item .item-icons .item-icon {
    /* padding-left: 5px; */
    width: 28px;
    margin-left: 5px;
    height: auto;
}
    
main .content .items .item .item-icons, 
main .content .more-items .item .item-icons {
    position: absolute;
    top: 25px;
    right: 10px;
    z-index: 5;
}

main .content .items .item .image .badge, 
main .content .more-items .item .image .badge {
    font-size: 12px;
}
    
main .content .items .item .image .badge, main .content .more-items .item .image .badge {
    position: absolute;
    top: 100px !important;
}
    
main .content .items .item .image img,
main .content .more-items .item .image img {
    width: 160px;
    height: 160px;
}

        main .content .items .item .image .badge {
        zoom: 90%;
        top: 0px;
        left: 0px;
    }



	@media screen and (max-width: 1200px) {
    main .content .items .item .unit {
        /* height: auto; */
        /* margin-left: -22px; */
        /* padding-left: 4px; */
        font-size: 14px;
        line-height: 1;
        width: 60px;
        margin-top: 12px;
    }
}
.paper-round {
  width: 134px;
  height: 134px;
  background-color: antiquewhite;
  position: absolute;
  border-radius: 50%;
  top: 25px;
  left: 17px;
  background: url(/images/ep_naturalwhite.jpg);
  /* opacity: 0.5; */
  }

main .content .items .item .price {
  height: auto;
  width: 60px;
  font-size: 18px;
  line-height: 100%;
  margin-right: 0px;
  padding-right: 0px;
  margin-top: 10px;
}

main .content .items .item .title {
  font-size: 12px;
  padding-top: 7px;
  width: 130px;
  }
}


main .content .items .item .add,
main .content .more-items .item .add {
  margin-top: 1px;
  width: 36px;
  height: 36px;
  line-height: 39px;
  font-size: 16px;
  border-radius: 50%;
  background: #FF5C16;
  /* border: 3px solid #fff; */
  float: left;
  /* text-align: center; */
  cursor: pointer;
  color: #fff;
  transition: all 300ms linear;
}

main .content .items .item .add:hover,
main .content .more-items .item .add:hover {
   background: #000000;
}



/* Обёртка для текста информации */
.infotext {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

p {
    font-family: "Montserrat";
}

main .for-desktop {
    display: inline-block;
}



span {
    font-family: 'Museo Sans';
    font-size: 18px;
    font-weight: 700;
}


.cart-table .unit {
    display: inline;
    color: #666;
    font-size: 14px;
    font-weight: normal;
    margin-left: 3px;
}


.glide__track {
    overflow: hidden;
    border-radius: 25px;
}

@media (max-width: 1200px) {
    main .slider {
        margin-left: 0px;
        margin-right: 0px;
        width: auto;
        display: block;
        padding: 0px;
        top: 50px;
    }
	
	.glide__track {
    overflow: hidden;
    border-radius: 0px;
 }
}

@media (min-width: 1200px) {
main .slider {
    padding: 50px 70px 10px 70px;
}}


/* Страница доставки тексты*/
main .shipping .shipping-how .line {
    display: block;
    padding: 40px 0 0 0;
    text-align: left;
    font-size: 14px;
    margin-left: 50px;
    font-family: "Montserrat";
    font-weight: 500;
    max-width: 500px;
}

main .shipping .shipping-meat .line {
    overflow: hidden;
    padding: 20px 0 0 0;
    text-align: left;
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: 500;
    max-width: 500px;
}




@media screen and (max-width: 1200px) {
    main .shipping .shipping-how .shipping-how-image {
        display: block;
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
		
		main .shipping .shipping-how .shipping-how-image {
    float: left;
    margin-top: -50px;
    margin-left: 50px;
    margin-right: 50px;
    max-width: 42%;
}
    }
}

.shipping-how-image {
	position: relative;
	top: 40px;
}

main .shipping .shipping-how .line .number {
    background: #ff5c16;
    font-size: 20px;
    font-weight: 700;
}

main .shipping .shipping-meat .shipping-meat-image {
    float: right; 
}

main .shipping .shipping-header {
    margin: 0 0 40px 0;
    padding: 0 0 80px 0;
    background: url(/images/shipping-bg.jpg) center bottom;
    background-size: contain;
    color: #fff;
}

main .shipping .shipping-how {
    margin: 80px 0 40px 0;
    padding: 0 0 50px 0;
    background: url(/images/paper1.jpg) center bottom no-repeat;
    background-size: contain;
    color: #333333;
    background-position-x: left;
    background-repeat: repeat-x;
}


.form-order .input-checkbox-wrapper input {
    margin: 0px 10px 0 0;
    scale: 1.2;
    position: relative;
    left: 3px;
    top: 1px;
}


/* Тени и оверлей быстрого просмотра товара */
.form-order {
    max-width: 66%;
    float: right;
    font-family: 'Museo Sans';
    font-weight: 700;
}

main .content .conditions {
    float: left;
    max-width: 100%;
    padding: 30px 60px 30px 0;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    main .content .conditions {
    float: left;
    max-width: 100%;
    padding: 30px 60px 30px 0;
}}

main .content .conditions h3 {
    line-height: 26px;
}

main .content .conditions p {
    font-family: "Montserrat";
}

.full-cart {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0px 0 rgb(0 0 0 / 45%);
    box-shadow: 0 0 0px 0 rgb(0 0 0 / 45%);
}

/* Тени и оверлей быстрого просмотра товара */
.fancybox-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 25px 50px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.75);
    box-shadow: 0 25px 50px rgb(0 0 0 / 75%);
    border-radius: 25px;
    padding: 5px !important;
}


@media screen and (max-width: 1200px) {
	.fancybox-inner {
    overflow-x: hidden !important;
    /* width: 344px !important; */
    /* width: fit-content; */
	}

	main .content .items .item .image .fast-view {
    display: block;
    }

	.fast-item .left, .full-item .left {
    float: left;
    width: 100%;
    padding: 0 0px 0 0;
    position: relative;
	 }
	
	.fast-item .left .title, .full-item .left .title {
    font-weight: bold;
    font-size: 30px;
    font-family: "Roboto Slab";
    position: relative;
    padding: 0 0 25px 0;
    color: #000;
    text-align: left;
	}

	.fast-item .left .title, .full-item .left .title {
    font-weight: bold;
    font-size: 24px;
    font-family: "Roboto Slab";
    position: relative;
    padding: 0 0 25px 0;
    color: #000;
    text-align: left;
	}

	.fast-item .right .control .show-full, .full-item .right .control .show-full {
    font-size: 15px;
    color: #fff;
    border-radius: 100px;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    text-align: center;
    background: #7d7d7d;
    font-weight: 700;
    padding: 15px 15px 30px 15px;
    width: 100%;
    line-height: 16px;
 }

	.fast-item .right .info, .full-item .right .info {
    text-align: left;
    }

	.fast-item .left .title .ct, .full-item .left .title .ct {
    display: none;
	}
}

.fast-item .left .title .ct, .full-item .left .title .ct {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 7px;
    background: url(/images/ct3.svg);
	display: none;
}


/* Разрешить выделение текста */
body,
html {
    -webkit-user-select: text;
}


.window .text {
    font-size: 18px;
    padding: 0;
    text-align: center;
    line-height: 25px;
}


/* Тэги а ещё у нас есть */
main .content .more-areas .area {
    max-width: 25%;
    width: 25%;
    float: left;
}

@media screen and (max-width: 1200px) {
main .content .more-areas .area {
    max-width: 50%;
    width: 50%;
    float: left;
}}

aside {
    /* background-position: top right; */
}

aside {transition: all 10ms linear;background: url(/images/binding_dark.png);background-color: #1b1b1b;}

main .content .areas .area img {
    width: 100%;
}

main .content .tags .tag {
    float: left;
    background: #ece6e6;
    padding: 7px 12px 7px 12px;
    font-size: 13px;
    color: #666;
    border-radius: 20px;
    margin: 0 8px 8px 0;
    font-family: 'Montserrat';
    font-size: 13px;
}

main .content .tags .active {
    color: #ffffff !important;
}

main .content .tags .active i {
    display: inline-block;
    position: relative;
    top: 1px;
    left: 3px;
}



main .content .tags .active {
    background-color: #FF5C16 !important;
}

main .center h2 {
    font-weight: bold;
    font-size: 42px;
    font-family: "Roboto Slab";
    text-align: left;
    width: 100%;
    /* padding-left: 50px; */
}

main .content .items .item .item-icons .item-icon, main .content .more-items .item .item-icons .item-icon {
    padding-left: 0px;
    border-radius: 50px;
}




main .card .card-how .percent {
    float: left;
    border-radius: 50%;
    background: #ff5c16;
    color: #fff;
    font-weight: bold;
    font-family: "Roboto Slab";
    margin-top: 0px;
}

/* Радиус скруглений кнопок */
.btn {
    font-size: 14px;
    border-radius: 100px;
    padding: 10px 20px 10px 20px;
    letter-spacing: 0.5px;
    color: #fff;
    background: #ff5c16;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    transition: all 300ms linear;
    text-decoration: none;
}

.btn:hover {
    background: #000000;
}

main .center .show-all {
    background: #FF5C16;
}

.load-more {
    background: #FF5C16;
}

/* шрифт хлебных крошек */
main .breadcrumbs a {
    float: left;
    white-space: nowrap;
    font-family: "Montserrat";
    font-weight: bold;
    line-height: 27px;
    padding: 7px 10px 6px 0;
}

/* цвет хлебных крошек */
main .breadcrumbs {
    width: 100%;
    border-radius: 10px;
    background: #fff;
    font-size: 14px;
    padding: 0 20px 20px 20px;
}

/* цвет хлебных крошек */
main .breadcrumbs .breadcrumbs-subareas {
    background: #ece6e6;
    color: #666;
    border-radius: 25px;
}

/* Размер шрифта левого меню */
aside nav .nav-link {
    font-size: 17px;
}

main .center h2 {
    font-size: 32px;
}


@media screen and (min-width: 1200px) {
main footer .content {
    padding: 50px;
    max-width: 1460px;
    min-height: 200px;
}}

@media screen and (max-width: 1200px) {
main footer .content {
    padding: 25px;
    max-width: 1460px;
    min-height: 200px;
}}


main footer .left {
    width: 66%;
    line-height: 1.2;
    font-size: 12px;
}
 
main footer .right {
    width: 30%;
    text-align: left;
}

main footer .right a {
    display: inline-block;
    font-size: 23px;
    line-height: 25px;
    margin-left: 25px;
}

main footer .right a img {
    margin-right: 5px;
    width: 18px;
    margin-top: 5px;
}

main footer .right a .city-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 10px;
    color: #787878;
    padding-bottom: 15px;
}





/* иконка корзинки на карточке товара */



/* убираем с этим товаром часто берут*/
main .content .more-items {
    display: block;
}

/* Дополнительные ссылки а так же у нас есть выравнивание налево*/
main .content .more-areas {
    float: left;
}

/* Прибить футер к низу экрана*/
main footer {
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/images/paper.png);
    text-align: center;
    top: 0px;
    width: 100%;
    flex: 0 0 auto;
    margin-top: 50px;
}


.fast-item .right .control .count .num, .full-item .right .control .count .num {
    font-weight: bold;
    position: relative;
    left: -2px;
}

main .card .card-rules .center {
    padding-bottom: 300px;
    background: url(/images/paper1.jpg) top center;
    padding-top: 60px;
}

@media screen and (max-width: 1200px) {
    main {
        padding-left: 0;
        padding-top: 0px;
    }
}

main section {
    display: flex;
    flex-direction: column;
    height: 100%;
}

main .content {
    text-align: center;
    padding-top: 0px;
    flex: 1 0 auto;
    overflow-x: hidden;
}



/*
main .content .items .item,
main .content .more-items .item {
    width: 250px;
    padding: 0 0px 0 0px;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}
*/

main .content .items,
main .content .more-items {
    font-size: 0;
    clear: both;
    text-align: center;
}

main .content .shops .center {
    max-width: 1460px;
}

main .content .shops h3 {
    padding: 0px 0px 0px 0px;
    font-weight: bold;
    font-size: 26px;
    line-height: 36px;
    font-family: "Roboto Slab";
    padding-bottom: 30px;
    text-align: left;
}


main .shipping .shipping-header .title {
    padding: 0px 0 0 0px;
    margin: 0 130px 50px 0;
    font-size: 45px;
    font-family: "Roboto Slab";
    font-weight: bold;
    position: relative;
    text-align: left;
}


@media screen and (min-width: 1200px) {
main .center {
    padding: 50px 50px 50px 50px;
    width: 100%;
    max-width: 1460px;
}}

@media screen and (max-width: 1200px) {
main .center {
    padding: 100px 15px 0 15px;
    display: grid;
}}

main .profile .profile-header .signin-block {
    border-radius: 20px;
}

/* ======== Главный экран ====== */

main .content .areas .area .title {
    text-align: center;
    padding: 0px 50px 0 50px;
    font-weight: bold;
    font-size: 16px;
    font-family: "Montserrat";
    line-height: 1.1;
    margin-top: -20px;
    text-align: center;
}



.back-position-order {
    position: inherit;
}

@media screen and (max-width: 1200px) {
    main .card .card-header .card-image {
        display: block;
        position: static;
    }
}



/* ======== Мобильные правки ====== */

@media (max-width: 1200px) {
.fast-item {
    padding: 10px;
    display: inline-grid;
}

}





/* ======== Карточки товаров ====== */

@media (max-width: 1200px) {
    main .content .areas .area .title {
        padding: 5px 15px 0 15px;
        font-size: 13px;
        font-family: "Montserrat";
        font-weight: bold;
        line-height: 1;
    }
}



@media (max-width: 1200px) {
    main .content {
        padding-bottom: 0px;
    }

    main .content .areas .area {
        max-width: 165px;
        height: fit-content !important;
    }
}

main .breadcrumbs .corner {
    float: left;
    border: 4px solid transparent;
    border-left: 6px solid #ff6600;
    display: none;
    margin: 16px 5px 0px 0px;
}

main .breadcrumbs a .corner {
    float: left;
    border: 4px solid transparent;
    border-left: 6px solid #ff6600;
    display: inline-block;
    margin: 10px 5px -5px 5px;
}

@media screen and (max-width: 12000px) {
    main .breadcrumbs .breadcrumbs-subareas {
        margin-top: 7px;
        display: inline-block;
        float: left;
        overflow: hidden;
        font-size: 13px;
    }
}

main .content .items .item .image .badge,
main .content .more-items .item .image .badge {
    text-align: center !important;
}



main .content .items .item .image .badge .oldprice, 
main .content .more-items .item .image .badge .oldprice {
    display: inline-block;
    text-decoration: line-through;
    -webkit-text-decoration-color: red;
    text-decoration-color: red;
    font-size: 18px;
}

/* ======== Футер ====== */

@media (max-width: 1200px) {
    main footer .right {
        width: 100%;
        text-align: left;
        display: grid;
    }

    main footer .left {
        width: 100%;
        line-height: 1.2;
        font-size: 12px;
    }

    main footer .right a {
        display: inline-block;
        font-size: 24px;
        line-height: 38px;
        margin-left: 0px;
    }
}

/* ======== Корзина на сайте  ====== */


.cart-item-cell, .cell  {
	display: inline-block;
}

@media screen and (max-width: 1200px) {
    .cart-block .cart-table .cell-5 {
        display: none;
    }
}


@media screen and (max-width: 1200px) {
    .cart-block .cart-table .cell-1 {
        font-size: 17px;
    }
}

.cart-table .cart-item-title {
    font-size: 16px;
    font-family: 'Museo Sans';
    padding-top: 20px;
    padding-bottom: 20px;
}



@media screen and (max-width: 1200px) {
    .cart-block .cart-table .cell-3 {
        float: left;
        display: block;
        width: 10%;
        font-size: 12px;
        margin-top: 0px;
        text-align: left;
    }
}


@media screen and (max-width: 1200px) {
    .cart-block .cart-table .cell-2 {
        display: block;
        width: auto;
        float: left;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 10px;
    }
}

.cart-table .cart-item-minus,
.cart-table .cart-item-plus {
    margin: 0px;
}

.cart-table .cart-item-count {
    width: 60px;
    margin: 0px;
}

@media screen and (max-width: 1200px) {
    .cart-block .cart-table .cell-4 {
        float: right;
        text-align: right;
        display: inline-block;
        width: auto;
    }
}

.cart-table .cart-item-cost {
    font-size: 18px;
    font-family: 'Museo Sans';
    white-space: nowrap;
    font-weight: bold;
}

main .content .items .item .image .badge .badge-inner,
main .content .more-items .item .image .badge .badge-inner {
  transform: rotate(-10deg);
  background: linear-gradient(to bottom, #fff200, #ffe100);
  position: relative;
  top: 0px;
  left: 0px;
  width: 70px;
  height: 70px;
  line-height: 16px;
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.0);
  border-radius: 100px;
  padding-top: 18px;
  padding-left: 5px;
}




/* ======== Страница товара ====== */

.fast-item .left .item-icons .item-icon, .full-item .left .item-icons .item-icon {
    padding-right: 5px;
    height: 32px;
}


@media screen and (min-width: 1200px) {
.fast-item .left, .full-item .left {
    float: left;
    width: 60%;
    padding: 0 30px 0 0;
    position: relative;
}}

.fast-item .left .item-icons, .full-item .left .item-icons {
    position: absolute;
    left: 25px;
    z-index: 5;
    top: 15px;
}

.fast-item .left .price-wrapper .price, .full-item .left .price-wrapper .price {
    background: url() no-repeat;
    width: auto;
    height: 60px;
    font-weight: bold;
    font-size: 40px;
    line-height: 58px;
    color: #fff;
    font-family: "Roboto Slab";
    text-align: center;
    background-color: #FF5C16;
    border-radius: 100px;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width: 1200px) {
    main .full-item .right .control .add, main .fast-item .right .control .add {
        margin-top: 0px;
        margin-left: 25px;
        width: auto;
    }
}

@media screen and (max-width: 1200px) {
.fast-item .left .item-image, .full-item .left .item-image {
    padding-top: 0px;
    width: 150%;
    left: -29%;
    position: relative;
    padding-bottom: 0px;
}}

.fast-item .right .control .count, .full-item .right .control .count {
    display: inline-block;
    width: 65px;
    height: 50px;
    margin: 0px 0px 0px 0;
    line-height: 16px;
    font-size: 16px;
    text-align: center;
    color: #000;
    padding: 15px 0px 0px 10px;
}

.fast-item .right .control .count .unit, .full-item .right .control .count .unit {
    font-size: 14px;
    color: #000000;
}



.full-item .right .control .minus, 
.full-item .right .control .plus, 
.full-item .right .control .add {
    display: inline-block;
    height: 48px;
    width: 48px;
    font-size: 21px;
    color: #fff;
    border-radius: 100px;
    margin: 0px 0px 0px 0;
    cursor: pointer;
    text-align: center;
    background:#FF5C16;
    padding-top: 0px;
}

.fast-item .right .control .minus, .fast-item .right .control .plus, 
.fast-item .right .control .add, .full-item .right .control .minus, 
.full-item .right .control .plus, .full-item .right .control .add {
    display: inline-block;
    height: 42px;
    width: 42px;
    font-size: 18px;
    color: #fff;
    border-radius: 100px;
    margin: 0px 0px 0px 0;
    cursor: pointer;
    text-align: center;
    background:#FF5C16;
    padding-top: 0px;
}

@media screen and (min-width: 1200px) {
.fast-item .right .control .show-full, .full-item .right .control .show-full {
    font-size: 14px;
    color: #fff;
    border-radius: 100px;
    margin: 0px 0px 0px 0;
    cursor: pointer;
    text-align: center;
    background: #b6b6b6;
    font-weight: 700;
}}

.fast-item .right .control .add, .full-item .right .control .add {
    width: auto;
    padding: 0px 10px 0 12px;
    margin-left: 0px;
    font-size: 14px;
    font-weight: 700;
    float: right;
}

.fast-item .right .control .minus i, 
.fast-item .right .control .plus i, 
.fast-item .right .control .add i, 
.full-item .right .control .minus i, 
.full-item .right .control .plus i, 
.full-item .right .control .add i {
    line-height: 42px;
}

.fast-item .right .control .minus:hover, 
.fast-item .right .control .plus:hover, 
.fast-item .right .control .add:hover, 
.fast-item .right .control .show-full:hover, 
.full-item .right .control .minus:hover, 
.full-item .right .control .plus:hover, 
.full-item .right .control .add:hover, .full-item .right .control .show-full:hover {
    background: #000000;
}

.fast-item .right .store, .full-item .right .store {
    float: left;
    padding: 8px 10px 7px 10px;
    font-size: 13px;
    color: #fff;
    border-radius: 28px;
    margin: 0 15px 10px 0px;
    cursor: pointer;
}

.fast-item .right .control, .full-item .right .control {
    text-align: left;
    padding: 50px 0 0 0;
    float: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.grouptoleft {
	float: left;
}



/* ======== Корзина оформление  ====== */

.fast-item .left .price-wrapper, .full-item .left .price-wrapper {
    position: absolute;
    bottom: auto;
    top: 0px;
    right: 0;
    z-index: 1;
}


@media screen and (max-width: 1200px) {
    .cart-block .mobile-button {
        margin: 25px 0px 0px 0px;
        width: 100%;
        text-align: center;
        overflow: hidden;
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 1200px) {
    .cart-block .cart-content {
        max-width: 500px;
    }
}


.cart-table > .cart-item ~ .cart-item .cell {
    border-top: 2px dotted #cdcdcd;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 700;
}

@media screen and (min-width: 1200px) {
.cart-block .cart-content {
    background: white;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 50px 100px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 50px 100px 0px rgba(0, 0, 0, 1);
}}

@media screen and (max-width: 1200px) {
    .cart-block .cart-content {
        overflow-x: hidden;
        overflow-y: hidden;
        background: white;
        -webkit-box-shadow: 0px 50px 100px 0px rgba(0, 0, 0, 1);
        -moz-box-shadow: 0px 50px 100px 0px rgba(0, 0, 0, 1);
        box-shadow: 0px 50px 100px 0px rgba(0, 0, 0, 1);
    }
}



.cart-table-wrapper {
    overflow-y: auto;
    max-height: 500px;
    width: 100%;
}




@media screen and (max-width: 1200px) {
.cart-table .cart-item-minus, .cart-table .cart-item-plus {
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 12px;
    color: #fff;
    border-radius: 50px;
    margin: 0 5px 0 0;
    cursor: pointer;
    text-align: center;
    background: #FF5C16;
 }

	.cart-table .cart-item-minus i, .cart-table .cart-item-plus i {
    line-height: 32px;
	}
}

@media screen and (min-width: 1200px) {
.cart-table .cart-item-minus, .cart-table .cart-item-plus {
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 12px;
    color: #fff;
    border-radius: 50px;
    margin: 0 5px 0 0;
    cursor: pointer;
    text-align: center;
    background: #FF5C16;
	}

	.cart-table .cart-item-minus i, .cart-table .cart-item-plus i {
    line-height: 24px;
}
}


.cart-table .row-cost .cell-4 {
    font-family: 'Museo Sans';
    color: #FF5C16;
    font-size: 18px;
    font-weight: 700;
    float: inherit;
}

.cart-table .bottom .cell-3 {
    font-size: 16px;
    font-family: 'Museo Sans';
    white-space: nowrap;
    font-weight: bold;
}

.cart-table .bottom .cell-4 {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Museo Sans';
}

.cart-table .cart-item-total-weight {
    font-size: 12px;
}



@media screen and (min-width: 1200px) {
.cart-block .cart-flag {
    border-top: 40px solid #FF5C16;
    border-bottom: 40px solid #FF5C16;
    transition: all 0ms linear;
}}


@media screen and (max-width: 1200px) {
    .cart-block .cart-flag {
        left: 50%;
        margin-left: -40px;
        margin-top: 0;
        border-left: 40px solid #FF5C16;
        border-top: 0 solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 40px solid #FF5C16;
        width: 80px;
        height: 60px;
        text-align: center;
        position: relative;
        float: left;
        position: relative;
        cursor: pointer;
    }
}

@media screen and (max-width: 1200px) {
    .cart-block .cart-flag:hover {
        border-top: 0 solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 40px solid #FF5C16;
        border-right: 40px solid #FF5C16;
    }
}


@media screen and (min-width: 1200px) {
.cart-block .cart-flag:hover {
    border-top: 40px solid #000000;
    border-bottom: 40px solid #000000;
}}



.selectedcat{
	background: #FF5C16;
	color: #ffffff;
	border-radius: 25px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: 22px;
	font-family: 'Montserrat';
}




  /* ============================== */
 /* =======     Блок БЖУ    ====== */
/* ============================== */



.fast-item .right .bju .row, .full-item .right .bju .row {
    display: inline-flex;
}

.fast-item .right .bju .row .amount, .full-item .right .bju .row .amount {
    text-align: right;
    width: 170px;
    padding-right: 20px;
    font-size: 15px;
    font-weight: bold;
    float: left;
    line-height: 20px;
}

.fast-item .right .bju .row .chart, .full-item .right .bju .row .chart {
    height: 10px;
    float: left;
    width: 100%;
}

.fast-item .right .bju .row .caption, .full-item .right .bju .row .caption {
    text-align: left;
    width: 110px;
    font-size: 12px;
    float: left;
}


.fast-item .right .bju, .full-item .right .bju {
    background: #ece6e6;
	background: url(/images/paper.jpg);
    border-radius: 20px;
    padding: 20px 20px 10px 20px;
    margin: 0 0 30px 0;
    overflow: hidden;
}

.fast-item .right .bju .row .chart .line, .full-item .right .bju .row .chart .line {
    background: #ff5c16;
    margin: 5px 0 0 0;
    padding: 10px 0 0 0;
}