img.lazyload, img.lazyloaded {
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
  }

.red{
	color: #fb2626;
}
.check-box {
  cursor: pointer;
  display: block;
}

.check-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.check-label {
  width: 1.2rem;
  height: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.2rem;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .5rem;
  border-radius: 2px;
  background-color: #dcdcdc;
}

.check-label.v2 .check-label-act {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 100%;
  padding: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #dfac6b;
}

.check-label-act {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 2px;
  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;
  width: 100%;
  height: 100%;
}

.check-label.min {
  width: 1rem;
  height: 1rem;
  border-radius: 2px;
}

.rhide {
  display: none;
}

.rhide:checked ~ span .check-label-act {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.rhide:checked ~ span .check-label.min {
  background-color: #5bd273;
}

.rhide:checked ~ .block-imp-bf {
  background-color: #4ca352;
  border: 1px solid #4ca352;
}

.rhide:checked ~ .tsm13 {
  color: #fff;
  position: relative;
}

.rhide:checked ~ .times-block div.fancy-select div.trigger {
  color: #fff !important;
}
.search-btn{
	width: 1.9rem;
	margin-left: -0.4rem;
	cursor: pointer;
	transition: all 0.4s;
	display: flex;
	align-items: center;
}
.search-btn:hover{
	transform: scale(1.1);
}
.header__right{
/* 	margin-right: -1.3rem; */
}

.seach-wrap{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1444;
}
.clse-search{
	width: 2.5rem;
	height: 2.5rem;
	top: 2rem;
	right: 2rem;
}
.nav-search-media__hover{
	display: flex;
    align-items: center;
	width: 20rem;
}
.nav-search__zoom-in{
	flex-shrink: 0;
    margin-left: 1rem;
	border-radius: 0 !important;
}
/* .nav-search__zoom-in::before{
	border-radius: 100%;
} */

.catalog-filter__item.active .catalog-filter__img::before {
  opacity: 1;
}
.catalog-left-filt__item.active {
  background-color: #f0f0f0;
}
.busket{
	position: fixed;
	z-index: 222;
	border-radius: 100%;
	height: 2.8rem;
	width: 2.8rem;
	padding: 0.35rem;
	background: #fff;
	box-shadow: 0 0 14px rgba(0,0,0, 0.4);
	transition: all 0.4s;
	right: 1rem;
	top: 1.1rem;
}
.busket:hover{
	transform: scale(1.1);
}
.busket-num{
	position: absolute;
	left: -0.1rem;
	bottom: -0.1rem;
	width: 1rem;
	height: 1rem;
	border-radius: 100%;
	background: #fff;
	box-shadow: 0 0 14px rgba(0,0,0, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
}
.cart {
    padding: 6rem 0rem;
}
.cart-main-content {
    padding: 8rem 0;
    text-transform: uppercase;
    font-size: 1.5rem;
}
.cart-header {
    margin-bottom: 1rem;
}
.cart-header-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: .4rem;
    padding: 1rem .5rem;
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: uppercase;
}
.cart-header-item-space {
    width: 5%}
.cart-header-item-space2 {
    width: 15%;
    justify-content: flex-start;
}
.cart-header-item-price, .cart-header-item-quantity, .cart-header-item-title, .cart-header-item-total {
    width: 15%;
    text-align: center;
}
.cart-block-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: .2rem solid #333;
    border-radius: .4rem;
    padding: 1rem .5rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.cart-block-item-title-text span{
	font-size: 0.85rem;
	line-height: 0.9;
    display: inline-block;
}
.cart-block-item-title-smallTitle {
    display: none;
}
.cart-block-item-close {
    width: 5%;
    justify-content: center;
    text-align: center;
    border-right: .2rem solid #333;
}
.cart-block-item-close-link {
    font-size: 2rem;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s;
}
.cart-block-item-close-link:focus {
    outline: 0;
}
.cart-block-item-close-link:hover {
    color: tomato;
}
.cart-block-item-img {
    display: flex;
    justify-content: flex-start;
    width: 15%}
.cart-block-item-img-bg {
    background-image: url(../img/menu/burgers/1.jpeg);
    background-size: cover;
    background-position: center;
    border-radius: .3rem;
    width: 6rem;
    height: 6rem;
}
.cart-block-item-title {
    width: 15%;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
}
.cart-block-item-price, .cart-block-item-quantity {
    width: 15%;
    text-align: center;
}
.cart-block-item-quantity-input {
    text-align: center;
    width: 2.4rem;
    height: 2.4rem;
    border: .1rem solid #333;
    border-radius: .4rem;
	font-size: 1.2rem;
}
.cart-block-item-total {
    text-align: center;
    width: 15%}
.cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: .2rem solid #333;
    border-radius: .4rem;
    padding: 1rem 2rem;
    margin-top: 2rem;
    text-transform: uppercase;
    font-weight: 700;
}
.cart-total-title {
    width: 20%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-right: .2rem solid #333;
    height: 40px;
}
.cart-total-price {
    font-size: 1.6rem;
    width: 70%;
    justify-content: flex-end;
    text-align: right;
    color: tomato;
}
.cart-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 2rem auto 0;
    width: 40%;
    border: .2rem solid #333;
    padding: 2rem;
    border-radius: .3rem;
    text-transform: uppercase;
    font-weight: 700;
}
.cart-form-input {
    width: 100%;
    padding: .5rem;
    font-size: 1.2rem;
    border-radius: .3rem;
    border: .1rem solid #333;
}
.cart-form-textbox {
    width: 100%;
    padding: .5rem;
    font-size: 1.2rem;
    border-radius: .3rem;
    border: .1rem solid #333;
    margin-bottom: 1rem;
}
.cart-form-address {
    margin-bottom: .5rem;
}
.cart-form-block {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
    font-size: 1.2rem;
}
.cart-form-block-entrance, .cart-form-block-flat, .cart-form-block-flour {
    width: 33%;
    text-align: center;
    margin-bottom: .5rem;
}
.cart-form-block-inputWrap {
    width: 33%;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.cart-form-block-inputWrap-input {
    text-align: center;
    width: 4rem;
    height: 2rem;
    border: .1rem solid #333;
    border-radius: .4rem;
}
.cart-form-phone {
    margin-bottom: .5rem;
}
.cart-btn {
    display: flex;
    justify-content: center;
/*     margin-top: 2rem; */
}

@media (max-width:991px) {
    .cart-header-item {
    font-size: 1rem;
}
.cart-block-item-title {
    font-size: .9rem;
}
.cart-total-title {
    width: 30%;
    padding-right: 1rem;
}
.cart-form {
    width: 60%}
}@media (max-width:767px) {
    .cart {
    padding: 2rem 0;
}
.cart .container {
    max-width: 700px;
}
.cart-header {
    display: none;
}
.cart-header-item {
    font-size: .8rem;
}
.cart-header-item-space2 {
    display: none;
}
.cart-header-item-title {
    width: 30%}
.cart-block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.cart-block-item {
    flex-direction: column;
    position: relative;
    text-align: center;
    justify-content: center;
    width: 60%;
    margin-bottom: 2rem;
}
.cart-block-item-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}
.cart-block-item-title-smallTitle {
    display: flex;
    font-size: 1.1rem;
    margin: .6rem auto .3rem;
    color: #4287f5;
    width: 100%;
    justify-content: center;
}
.cart-block-item-close {
    position: absolute;
    border: none;
    right: 0;
    top: 0;
    width: 4rem;
    height: 4rem;
}
.cart-block-item-close-link {
    font-size: 3rem;
}
.cart-block-item-img {
    width: 100%}
.cart-block-item-img-bg {
    width: 12rem;
    height: 12rem;
    margin: 0 auto;
}
.cart-block-item-title {
    width: 100%;
    font-size: 1.3rem;
    margin-top: 1rem;
}
.cart-block-item-price {
    width: 100%;
    font-size: 1.5rem;
    margin-top: .5rem;
}
.cart-block-item-quantity {
    width: 100;
}
.cart-block-item-quantity-input {
	font-size: 1.3rem;
    margin-top: .3rem;
}
.cart-block-item-total {
    width: 100%;
    font-size: 1.5rem;
    margin-top: 1rem;
}
.cart-total-title {
    width: 40%;
    padding-right: 1rem;
}
.cart-form {
    width: 85%}
}@media (max-width:575px) {
    .cart {
    padding: 3rem 0;
}
.cart-header {
    margin-bottom: .5rem;
}
.cart-block-item {
    width: 95%}
.cart-block-item-title-text {
    font-size: 1.1rem;
}
.cart-block-item-close {
    padding-right: 1rem;
}
.cart-total-title {
    font-size: .7rem;
}
.cart-total-price {
    font-size: 1.5rem;
}
}@media (max-width:440px) {
    .cart-form {
    width: 100%}
}
@media (max-width: 767px){
	.search-btn {
    width: 1.5rem;
    margin-left: 0.7rem;
    margin-right: 0.5rem;
	}
	.search-btn img{
		margin-right: 0;
	}
	.search-btn span{
		display: none;
	}
	.clse-search {
		top: 0rem;
		right: 0rem;
	}
	.header .btn{
		padding: 1rem;
	}
	.header__right .search-btn{
		display: none;
	}
	.burger__wrap-block{
		display: flex;
	}
	.busket{
		right: auto;
		top: auto;
		left: 2rem;
		bottom: 5rem;
	}
}

/*new changes *.12.25*/
.main-catalog__item-img-wrapper {
    max-height: 343px;
}
.main-catalog__item-img-wrapper img.lazyloaded {
    width: 100%;    min-height: 350px;
}
.footer__item .nav li:last-child {
		margin-bottom: 0.5rem;
	}
	@media only screen and (min-width: 1200px) and (max-width: 1450px) {
   .main-catalog__item-img-wrapper img.lazyloaded {
		width: 100%;
		min-height: 250px;
	}
}

@media (max-width: 810px) {
  .descr__img {
    width: 23rem;
    height: 22rem;
    margin-top: 2rem;
  }

  .descr__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .descr__cont:nth-child(even) .descr__left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
  }

  .descr__cont:nth-child(even) .descr__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .descr-title.mlg {
    margin-bottom: 1.5rem;
  }

  .descr-title {
    text-align: center;
  }

  .descr__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rules__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rules__img {
    width: 23rem;
    height: 22rem;
    margin-top: 2rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .rules__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
  }

  .descr-title {
    margin-left: 0;
  }

  .rules__cont:nth-child(even) .rules__img {
    margin-top: 2rem;
  }

  .rules__cont:nth-child(even) .rules__right {
    margin-right: 0;
  }

  .section.about-page {
    padding-top: 0;
  }
}

@media (max-width: 405px) {
    .about-title::before {
        left: -0.5rem;
    }
	    .about-title::after {
        right: -0.5rem;
    }
}

@media (max-width: 767px){
	.main-catalog__item-img-wrapper img.lazyloaded {
		min-height: auto;
		min-height: 137px;
	}
	.main-catalog__item-text {
     font-size: 17px;
        min-height: 50px;
        text-align: center;
    }
	.about-page__im {
        height: 11.6rem;
    }
	.about-page__im img {
		height: auto;
	}
	.gallery .nexts {
		z-index: 1;
	}
	.section.descr {
		padding: 1rem 0;
	}
	.section.descr .descr__cont {
		margin-bottom: 2rem;
	}
		.lb_call-btn {
		width: 40px;
		height: 40px;
	}
	.lb-widget-button__wrapper-flipper {
		width: 40px;
		height: 40px;
	}
}	
/**/