*,
*::before,
*::after {
  box-sizing: border-box;
}
@font-face {
  font-family: sh;
  src: url(../img/cl.ttf);
  font-display: swap;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../img/fontawesome-webfont.eot');
  src: url('../img/fontawesome-webfont.eot') format('embedded-opentype'), url('../img/fontawesome-webfont.woff2') format('woff2'), url('../img/fontawesome-webfont.woff') format('woff'), url('../img/fontawesome-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: sh;
  background-color: #000000;
}
.yaPersonalButtonContainer {
  display: block !important;
}
svg {
  vertical-align: text-top;
}
h3 {
  font-size: 1.6rem;
}
.mv600 {
  min-width: 600px;
}
table {
  background-color: #fff;
  border-collapse: collapse;
  border: gray 1px solid;
}
table thead th {
  background-color: gray;
  text-align: center;
  vertical-align: middle;
}
table tbody tr {
  padding: 5px;
}
table tbody tr:nth-child(odd) {
  background-color: #ccc;
}
table tbody tr:nth-child(even) {
  background-color: #eee;
}
/*кнопка звонка*/
.callback-bt {
  background: green;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(0, 128, 0, 0.3);
  cursor: pointer;
  border: 2px solid transparent;
  display: none;
  height: 50px;
  width: 50px;
  text-align: center;
  position: fixed;
  right: 8%;
  bottom: 8%;
  z-index: 999;
  transition: 0.3s ease-in-out;
  -webkit-animation: hoverWave linear 1s infinite;
  animation: hoverWave linear 1s infinite;
}
.callback-bt .text-call {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: relative;
}
.callback-bt .text-call span {
  color: green;
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  opacity: 0;
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  font-family: sh, Arial, Helvetica, sans-serif;
  z-index: 1000;
}
.callback-bt .text-call:after {
  content: "\f095";
  display: block;
  font-family: FontAwesome;
  color: #fff;
  font-size: 28px;
  line-height: 50px;
  height: 50px;
  width: 50px;
  opacity: 1;
  transition: 0.3s ease-in-out;
  animation: 1200ms ease 0s normal none 1 running shake;
  animation-iteration-count: infinite;
}
.callback-bt .text-call:hover span {
  opacity: 1;
  z-index: 1000;
}
.callback-bt .text-call:hover span a,
.callback-bt .text-call:hover span a:visited {
  color: green;
  font-family: sh;
  text-decoration: none;
}
.callback-bt .text-call:hover:after {
  opacity: 0;
}
.callback-bt:hover {
  background: #fff;
  border: 2px solid green;
}
@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(0, 128, 0, 0.3), 0 0 0 0 rgba(0, 128, 0, 0.2), 0 0 0 0 rgba(0, 128, 0, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(0, 128, 0, 0.3), 0 0 0 15px rgba(0, 128, 0, 0.2), 0 0 0 0 rgba(0, 128, 0, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(0, 128, 0, 0.3), 0 0 0 30px rgba(0, 128, 0, 0), 0 0 0 26.7px rgba(0, 128, 0, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(0, 128, 0, 0.3), 0 0 0 30px rgba(0, 128, 0, 0), 0 0 0 40px rgba(0, 128, 0, 0);
  }
}
/* animations icon */
@keyframes shake {
  0% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
  10% {
    transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg);
  }
  20% {
    transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg);
  }
  30% {
    transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg);
  }
  40% {
    transform: rotateZ(7.5deg);
    -ms-transform: rotateZ(7.5deg);
    -webkit-transform: rotateZ(7.5deg);
  }
  50% {
    transform: rotateZ(-6deg);
    -ms-transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg);
  }
  60% {
    transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg);
  }
  70% {
    transform: rotateZ(-4.28571deg);
    -ms-transform: rotateZ(-4.28571deg);
    -webkit-transform: rotateZ(-4.28571deg);
  }
  80% {
    transform: rotateZ(3.75deg);
    -ms-transform: rotateZ(3.75deg);
    -webkit-transform: rotateZ(3.75deg);
  }
  90% {
    transform: rotateZ(-3.33333deg);
    -ms-transform: rotateZ(-3.33333deg);
    -webkit-transform: rotateZ(-3.33333deg);
  }
  100% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
}
/* конец кнопки звонка */
/*кнопка обратной связи*/
.email-bt {
  background: #F95C18;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3);
  cursor: pointer;
  border: 2px solid transparent;
  display: none;
  height: 50px;
  width: 50px;
  text-align: center;
  position: fixed;
  left: 8%;
  bottom: 8%;
  z-index: 999;
  transition: 0.3s ease-in-out;
  -webkit-animation: email-an linear 1s infinite;
  animation: email-an linear 1s infinite;
}
.email-bt .text-call {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: relative;
}
.email-bt .text-call span {
  color: #F95C18;
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  font-size: 11px;
  line-height: 12px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  font-family: sh, Arial, Helvetica, sans-serif;
}
.email-bt .text-call:after {
  content: "\f0e0";
  display: block;
  font-family: FontAwesome;
  color: #fff;
  font-size: 34px;
  line-height: 50px;
  height: 50px;
  width: 50px;
  opacity: 1;
  transition: 0.3s ease-in-out;
  -webkit-animation: opsimple 3s infinite;
  animation: opsimple 3s infinite;
}
.email-bt .text-call:hover:after {
  opacity: 0;
}
.email-bt .text-call:hover:after span {
  opacity: 1;
}
.email-bt:hover {
  background: #fff;
  border: 2px solid #F95C18;
}
@keyframes email-an {
  0% {
    box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3), 0 0 0 0 rgba(249, 92, 24, 0.2), 0 0 0 0 rgba(249, 92, 24, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3), 0 0 0 15px rgba(249, 92, 24, 0.2), 0 0 0 0 rgba(249, 92, 24, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3), 0 0 0 30px rgba(249, 92, 24, 0), 0 0 0 26.7px rgba(249, 92, 24, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3), 0 0 0 30px rgba(249, 92, 24, 0), 0 0 0 40px rgba(249, 92, 24, 0);
  }
}
@keyframes opsimple {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(360deg);
  }
}
/* конец кнопки звязи */
.cookie_notice {
  display: none;
  opacity: 70%;
  position: fixed;
  z-index: 9999999;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 15px;
  font-family: Verdana, sans-serif;
  color: #B00000;
  background: #fff;
  padding: 10px 20px;
  border-top: 4px solid #B00000;
  /* Оформление кнопок */
}
.cookie_notice .cookie_btn {
  display: inline-block;
  margin: 10px 6px 4px 6px;
  text-decoration: none;
  position: relative;
  font-size: 13px;
  padding: 4px 12px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: #B00000;
  border: 2px solid #B00000;
}
.cookie_notice .cookie_btn:hover {
  color: #fff;
}
.cookie_notice .cookie_btn:after,
.cookie_notice .cookie_btn:before {
  position: absolute;
  height: 2px;
  left: 50%;
  background: #fff;
  bottom: -6px;
  content: "";
  transition: all 280ms ease-in-out;
  width: 0;
}
.cookie_notice .cookie_btn:before {
  top: -6px;
}
.cookie_notice .cookie_btn:hover:after,
.cookie_notice .cookie_btn:hover:before {
  width: 100%;
  left: 0;
}
.hidden,
#notice {
  display: none;
}
.fs120 {
  font-size: 120%;
  line-height: 120%;
}
.fs150 {
  font-size: 150%;
  line-height: 150%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pl10 {
  padding-left: 10px;
}
.pr10 {
  padding-right: 10px;
}
.tright {
  text-align: right;
}
.tleft {
  text-align: left;
}
.tcenter {
  text-align: center;
}
.tupp {
  text-transform: uppercase;
}
.tw {
  color: #fff;
}
.round {
  border: #B00000 1px solid;
  border-radius: 5px;
}
.p10 {
  padding: 10px;
}
.pt10 {
  padding-top: 10px;
}
.pt50 {
  padding-top: 50px;
}
.pt20p {
  padding-top: 20%;
}
.pb10 {
  padding-bottom: 10px;
}
.pb50 {
  padding-bottom: 50px;
}
.plr50 {
  padding-left: 50px;
  padding-right: 50px;
}
.w20p {
  width: 20px !important;
}
.w20 {
  width: 19% !important;
}
.w50 {
  width: 48% !important;
}
.w75 {
  width: 75% !important;
}
.w100 {
  width: 100% !important;
}
.h50 {
  height: 50px !important;
}
.h75 {
  height: 75px !important;
}
.h100 {
  height: 100px !important;
}
.h250 {
  height: 250px !important;
}
.h500 {
  height: 500px !important;
}
.h700 {
  height: 800px !important;
}
.bg-marker {
  background: linear-gradient(90deg, #ffef0c, transparent);
}
.lh200 {
  line-height: 200%;
}
.flex3 {
  width: calc(100%/5);
  display: inline-flex;
  flex-direction: column;
  flex-grow: 5;
}
.carousel-inner .flex3 {
  width: calc(100%/3);
}
a,
a:visited {
  color: #B00000;
  transition: 1s;
  font-family: sh;
  text-decoration: none;
}
a:hover,
a:active {
  color: #472300;
  text-decoration: underline;
}
a.active {
  color: #472300;
  text-decoration: underline;
}
a.button {
  color: #fff !important;
  background: green;
  border: solid 1px green;
  border-radius: 5px;
  padding: 3px;
}
a.button:hover {
  background: lightgreen;
  text-decoration: none;
  color: green;
  border: solid 1px green;
}
a.button:active {
  background: #B00000;
  border: solid 1px #B00000;
}
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #B00000;
  --bs-btn-border-color: #B00000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #e00000;
  --bs-btn-hover-border-color: #e00000;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #B00000;
  --bs-btn-active-border-color: #B00000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #B00000;
  --bs-btn-disabled-border-color: #B00000;
}
.mess_red {
  margin: 20px;
  padding: 10px;
  color: #B00000;
  background: #fff;
  border: solid 1px #B00000;
  border-radius: 10px;
  line-height: 150%;
}
.mess_red a {
  color: #B00000;
  font-weight: 700;
  text-decoration: underline;
}
.mess_green {
  margin: 20px;
  padding: 10px;
  color: green;
  background: #fff;
  border: solid 1px green;
  border-radius: 10px;
  line-height: 150%;
}
.mess_green a {
  color: green;
  font-weight: 700;
  text-decoration: underline;
}
.mess_ok {
  margin: 50px;
  margin-top: 50px !important;
  padding: 10px;
  color: #fff;
  background: green;
  border-radius: 10px;
}
.mess_ok a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
.clr {
  clear: both;
}
.center {
  margin: 0 auto;
}
.account {
  background: linear-gradient(0deg, #B00000, #000000);
}
.account #zakaz {
  width: 49%;
  display: inline-flex;
  flex-direction: row;
  flex-grow: 2;
  align-items: center;
  justify-content: flex-end;
  min-height: 100%;
  color: #fff;
  text-align: right;
  padding-right: 10px;
  vertical-align: middle;
}
.account #zakaz a img.basket {
  padding-top: 0;
  vertical-align: middle;
}
.account #zakaz .delm {
  float: right;
  border-radius: 7px;
  border: #472300 1px solid;
  color: #472300;
  border-radius: 10px;
  background-color: #ffffff;
}
.account #zakaz .delm:hover {
  border: #B00000 1px solid;
  color: #B00000;
}
.account #zakaz .pos {
  padding-top: 20px;
}
.account #zakaz #fixed {
  width: 450px;
  padding: 10px;
  top: 60px;
  border: #B00000 1px solid;
  border-radius: 5px;
  background-color: #ffffff;
  color: #472300;
  position: absolute;
  right: 0;
  text-align: left;
  display: none;
  opacity: 0;
  transition: 0.5s;
}
.account #zakaz:hover #fixed {
  right: 0;
  display: block;
  opacity: 1;
}
.account #login {
  width: 49%;
  display: inline-flex;
  flex-direction: row;
  flex-grow: 2;
  align-items: center;
  justify-content: flex-start;
  height: 40px;
  color: #fff;
  text-align: left;
  background: transparent;
}
.account #login img {
  padding-top: 0;
  vertical-align: middle;
}
.account #login #login_start {
  width: 300px;
  padding-left: 20px;
}
.account #login #login_start a {
  color: #fff;
}
.account #login #login_start a img {
  padding-top: 0;
  vertical-align: middle;
}
.account #login #login_start #login_page {
  position: absolute;
  top: 40px;
  width: 250px;
  padding: 10px;
  color: #B00000;
  text-align: center;
  line-height: 30px;
  border: #B00000 1px solid;
  border-radius: 5px;
  background-color: #ffffff;
  display: none;
  opacity: 0;
  transition: 0.5s;
}
.account #login #login_start #login_page a {
  color: #B00000;
}
.account #login #login_start #login_page a img {
  padding-top: 0;
  vertical-align: text-bottom;
}
.account #login #login_start #login_page input {
  width: 90%;
  padding: 5px;
  margin: 5px;
  border: #B00000 1px solid;
  border-radius: 5px;
}
.account #login #login_start:hover #login_page {
  display: block;
  opacity: 1;
}
.header {
  display: flex;
  flex-direction: row;
  padding-top: 10px;
  height: 100px;
  width: 100%;
  color: #B00000;
  font-size: 20px;
  text-align: center;
  background-color: #fff;
}
.header hr {
  border: none;
  border-bottom: 0.5px solid #B00000;
}
.header .header-left {
  flex-grow: 1;
  height: 100px;
  margin-top: 0px;
}
.header .header-center {
  flex-grow: 0;
  height: 100px;
  margin-top: -10px;
  margin-left: 20px;
  margin-right: 10px;
  width: 450px;
}
.header .header-right {
  flex-grow: 1;
  height: 100px;
}
.header img.logo {
  width: 350px;
  margin-top: 10px;
}
.top-menu {
  width: 100%;
  height: 60px;
  text-align: center;
  padding: 0;
  margin: 0;
  background-color: #f8f8ff;
}
.top-menu ul {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin-top: 1rem;
}
.top-menu ul li {
  flex: auto;
  width: 150px;
  margin-left: 10px;
  margin-right: 10px;
}
.top-menu ul li a {
  letter-spacing: 3px;
}
.main {
  width: 100%;
  min-height: 800px;
  background-color: #fff;
}
.main .slider {
  background-color: #eee;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
}
.main .slider_pies {
  background-image: url(../img/slider/pie.jpg);
}
.main .slider_pack {
  background-image: url(../img/slider/pack.jpg);
}
.main .slider_kingpies {
  background-image: url(../img/slider/kingpies.jpg);
}
.main .slider_sweetpies {
  background-image: url(../img/slider/sweetpies.jpg);
}
.main .slider_pizza {
  background-image: url(../img/slider/kingpizza.jpg);
}
.main .slider_discont {
  background-image: url(../img/slider/piegift.jpg);
}
.main .slider_pirozhki {
  background-image: url(../img/slider/pirozhki.jpg);
}
.main .slider_desert {
  background-image: url(../img/slider/deserts.jpg);
}
.main .slider_about {
  background-image: url(../img/slider/about.jpg);
}
.main .slider_vegetables {
  background-image: url(../img/slider/vegetables.jpg);
}
.main .slider_kidspies {
  background-image: url(../img/slider/kidspies.jpg);
}
.main ul.check_box {
  display: inline;
  list-style-type: none;
}
.main ul.check_box label {
  margin-left: 10px;
}
.main .goods {
  width: 100%;
  padding-left: 75px;
  padding-right: 75px;
}
.main .goods .hook {
  width: 100%;
  padding-top: 20px;
}
.main .goods .hook img.card-img-top {
  width: 100%;
  max-width: 100px;
  display: block;
  clear: both;
  margin: 0 auto;
}
.main .goods .filters {
  width: 100%;
  line-height: 60px;
  text-align: center;
}
.main .goods .filters a,
.main .goods .filters a:visited {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 100%;
  line-height: 100%;
  letter-spacing: 2px;
}
.main .goods .allgoods {
  padding: 10px;
  height: 100%;
  border-radius: 10px;
  border: solid 1px #B00000;
  background-color: #fff;
}
.main .goods .allgoods a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 25%;
  line-height: 150%;
  text-decoration: none;
  text-align: center;
  font-size: 150%;
}
.main .goods .allgoods:hover {
  background-color: #B00000;
}
.main .goods .allgoods:hover a {
  color: #fff;
}
.main .goods .good {
  padding: 10px;
  height: auto;
}
.main .goods .good a,
.main .goods .good a:visited {
  color: green;
}
.main .goods .good .name {
  height: 100px;
  padding: 0;
  font-size: 80%;
}
.main .goods .good .name h3 {
  font-size: 1.4rem;
}
.main .goods .good .name a,
.main .goods .good .name a:visited {
  color: black;
  font-size: 80%;
}
.main .goods .good .tips {
  padding: 0;
  height: 20px;
}
.main .goods .good .tips ul.tips {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 20px;
  line-height: 20px;
}
.main .goods .good .tips ul.tips li {
  display: inline-flex;
  flex-direction: row;
  list-style: circle;
  line-height: 20px;
  text-align: right;
  margin-left: 10px;
  font-size: 14px;
}
.main .goods .good .opisanie {
  height: 70px;
}
.main .goods .good .param {
  height: auto;
}
.main .goods .good .param .photo {
  display: inline-flex;
  overflow: hidden;
  flex-direction: column-reverse;
  padding: 0;
  border-radius: 15px;
}
.main .goods .good .param .photo a img {
  width: 100%;
  transition: 1s;
  display: block;
}
.main .goods .good .param .photo .check_right {
  display: inline-flex;
  flex-direction: row-reverse;
  position: relative;
  bottom: 150px;
  right: 10px;
  text-align: right;
}
.main .goods .good .param .photo .check_right .price {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 14px;
  padding-top: 12px;
  border-radius: 25px;
  text-decoration: none;
  color: #fff;
  background-color: green;
  line-height: 14px;
}
.main .goods .good .param .check {
  position: relative;
  text-align: left;
  top: -160px;
  left: 0px;
  width: 100%;
  height: 10px;
  line-height: 30px;
}
.main .goods .good .param .check input[type="submit"] {
  transition: 1s;
  width: 100%;
  height: 30px;
  margin: 0;
  margin-top: 10px;
  background: green;
  border-radius: 0px 0px 15px 15px;
  text-decoration: none;
  font-size: 110%;
  color: #fff;
  border: solid 1px green;
}
.main .goods .good .param .check input[type="submit"]:hover {
  background: lightgreen;
  text-decoration: none;
  color: #fff;
  border: solid 1px green;
}
.main .goods .good .param .check input[type="submit"]:active {
  background: #B00000;
  border: solid 1px green;
}
.main .goods .good .param .check ul.check_box {
  display: inline;
  list-style-type: none;
  height: 12px;
  line-height: 12px;
  padding: 0;
  margin: 0;
}
.main .goods .good .param .check ul.check_box b {
  display: inline-flex;
  padding-top: 6px;
  margin-left: 10px;
}
.main .goods .good .param .check ul.check_box li {
  list-style: none;
  line-height: 15px;
}
.main .goods .good .param .check ul.check_box li input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none;
}
.main .goods .good .param .check ul.check_box li label {
  float: left;
  font-size: 12px;
  margin-left: 10px;
  padding-top: 6px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.main .goods .good .param .check ul.check_box li input[type="radio"] + label {
  transition: 1s;
  background-color: #eee;
  border-radius: 15px;
  border-color: #ccc;
  border: solid 1px #ccc;
}
.main .goods .good .param .check ul.check_box li input[type="radio"]:hover + label {
  background: #ffcccc;
  text-decoration: none;
  color: #B00000;
  border: solid 1px #B00000;
}
.main .goods .good .param .check ul.check_box li input[type="radio"]:checked + label {
  background: #B00000;
  text-decoration: none;
  color: #fff;
  border: solid 1px #B00000;
}
.main .order,
.main .user {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
.bottom {
  display: flex;
  flex-direction: row;
  background: linear-gradient(0deg, #000000, #B00000);
  padding-top: 50px;
  color: #fff;
}
.bottom a {
  color: #fff;
}
.bottom ul {
  list-style-type: none;
}
.bottom ul li {
  display: block;
  height: 30px;
}
.bottom .bottom-left {
  flex-grow: 1;
  width: 32%;
}
.bottom .bottom-center {
  flex-grow: 1;
  width: 32%;
}
.bottom .bottom-right {
  flex-grow: 1;
  width: 32%;
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .flex3 {
    width: calc(100%/3);
    display: inline-flex;
    flex-direction: column;
    flex-grow: 3;
  }
  .mv600 {
    min-width: 300px;
  }
}
@media screen and (min-width: 799px) and (max-width: 1200px) {
  .flex3 {
    width: calc(100%/2);
    display: inline-flex;
    flex-direction: column;
    flex-grow: 2;
  }
  .carousel-inner .flex3:last-child {
    display: none;
  }
  .mv600 {
    min-width: 300px;
  }
  .main .top-menu {
    font-size: 100%;
    line-height: 100%;
  }
  .main .goods .filters {
    height: 100px;
    line-height: 50px;
  }
  .main .goods .filters a,
  .main .goods .filters a:visited {
    font-size: 120%;
    line-height: 120%;
  }
  .main .goods .good .name h3 {
    font-size: 1.6rem;
  }
  .main .goods .good .param .photo .check_right {
    bottom: 200px;
  }
}
@media screen and (min-width: 2000px) {
  .flex3 {
    width: calc(100%/7);
    display: inline-flex;
    flex-direction: column;
    flex-grow: 7;
  }
  .carousel-inner .flex3 {
    width: calc(100%/3);
  }
  h3 {
    font-size: 1.4rem;
  }
  .main .top-menu {
    font-size: 120%;
    line-height: 120%;
  }
  .main .slider {
    height: 700px;
  }
  .main .goods .filters {
    height: 100px;
    line-height: 50px;
  }
  .main .goods .filters a,
  .main .goods .filters a:visited {
    font-size: 90%;
    line-height: 80%;
  }
}
@media screen and (max-width: 799px) {
  html,
  body {
    width: 100%;
    height: 100%;
  }
  .callback-bt {
    display: block;
  }
  .clr {
    display: flex;
    flex-direction: column;
  }
  .w20,
  .w33,
  .w50,
  w75 {
    width: 100% !important;
    clear: both;
  }
  .mv600 {
    min-width: 200px;
  }
  .h700,
  .flex3,
  .fl {
    float: none;
    height: auto;
    width: 100%;
  }
  .carousel-inner .flex3:not(:first-child) {
    display: none;
  }
  .mess_red {
    margin: 5px;
  }
  .account #zakaz #fixed {
    width: 80%;
  }
  .header {
    width: 100%;
  }
  .header .header-left {
    display: none;
  }
  .header .header-center {
    display: block;
    height: 100px;
    margin: 0;
    margin-top: -10px;
    width: 100%;
  }
  .header .header-right {
    display: none;
  }
  .header img.logo {
    width: 300px;
    margin-top: 10px;
  }
  .top-menu {
    width: 100%;
    height: 200px;
  }
  .top-menu ul {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .top-menu ul li {
    width: 43%;
    height: 30px;
    margin: 5px;
  }
  .top-menu ul li a,
  .top-menu ul li a:visited {
    display: block;
    width: 100%;
    line-height: 150%;
    color: #fff;
    text-align: center;
    font-size: 120%;
    background-color: #B00000;
    border-radius: 15px;
    border: solid 1px #B00000;
  }
  .top-menu ul li a:hover,
  .top-menu ul li a:active {
    text-decoration: none;
    background-color: #fff;
    color: #B00000;
  }
  .main {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 1500px;
  }
  .main .slider {
    padding: 0;
    margin: 0;
    height: 300px;
  }
  .main .slider_pies {
    background-image: url(../img/slider/pie_min.jpg);
  }
  .main .slider_pack {
    background-image: url(../img/slider/pack_min.jpg);
  }
  .main .slider_kingpies {
    background-image: url(../img/slider/kingpies_min.jpg);
  }
  .main .slider_sweetpies {
    background-image: url(../img/slider/sweetpies_min.jpg);
  }
  .main .slider_pizza {
    background-image: url(../img/slider/kingpizza.jpg);
  }
  .main .slider_discont {
    background-image: url(../img/slider/piegift_min.jpg);
  }
  .main .slider_pirozhki {
    background-image: url(../img/slider/pirozhki_min.jpg);
  }
  .main .slider_desert {
    background-image: url(../img/slider/deserts_min.jpg);
  }
  .main .slider_about {
    background-image: url(../img/slider/about_min.jpg);
  }
  .main .slider_vegetables {
    background-image: url(../img/slider/vegetables_min.jpg);
  }
  .main .slider_kidspies {
    background-image: url(../img/slider/kidspies_min.jpg);
  }
  .main .goods {
    width: 100%;
    padding: 0px;
    margin: 0;
  }
  .main .goods .hook {
    display: none;
  }
  .main .goods .filters {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .main .goods .filters a,
  .main .goods .filters a:visited {
    display: inline-block;
    margin: 5px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
    border: solid 1px #B00000;
  }
  .main .goods .filters a:hover,
  .main .goods .filters a:active {
    text-decoration: none;
    background: #B00000;
    color: #fff;
  }
  .main .goods .good {
    width: 100%;
    padding-top: 0;
  }
  .main .goods .good a:hover {
    text-decoration: underline;
  }
  .main .goods .good .name {
    height: 50px;
    padding: 0;
    font-size: 80%;
  }
  .main .goods .good .name h3 {
    font-size: 1.6rem;
  }
  .main .goods .good .opisanie,
  .main .goods .good .param,
  .main .goods .good .photo,
  .main .goods .good div.tips {
    height: auto;
  }
  .main .goods .good .opisanie {
    font-size: 0.9rem;
  }
  .main .goods .good .param {
    display: block;
  }
  .main .goods .good .param input[type="submit"] {
    font-size: 90%;
  }
  .main .goods .good .param .photo {
    width: 100%;
  }
  .main .goods .good .param .check {
    top: -190px;
    line-height: 40px;
  }
  .main .goods .good .param .check input[type="submit"] {
    line-height: 30px;
  }
  .main .goods .good .param .check ul.check_box {
    height: 20px;
    line-height: 20px;
    padding: 0;
    margin: 0;
  }
  .main .goods .good .param .check ul.check_box li {
    line-height: 20px;
  }
  .main .goods .good .param .check ul.check_box li label {
    width: 32px;
    height: 30px;
    font-size: 90%;
  }
  .main .goods .good .param .check ul.check_box li input[type="radio"] + label {
    border-radius: 15px;
  }
  .main .order,
  .main .user {
    padding: 5px 10px 5px 10px;
  }
  .bottom {
    flex-direction: column;
  }
  .bottom .bottom-left {
    display: block;
    width: 100%;
  }
  .bottom .bottom-center {
    display: block;
    float: left;
    width: 49%;
  }
  .bottom .bottom-right {
    display: block;
    float: left;
    width: 49%;
  }
}
