@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}

body {
  margin: 0 auto;
  padding: 0px;
  outline: none;
  position: relative;
}

:focus,
:active,
:hover,
:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0) !important;
  -webkit-outline: none;
  outline: none;
}


ul,
ol {
  list-style-position: inside;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

li {
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

iframe {
  display: block;
  border: none;
}

img {
  display: block;
  border: none;
  max-width: 100%;
}

textarea {
  white-space: pre-wrap;
  resize: none;
}

button,
select {
  display: block;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-family: inherit;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: none;
}

button {
  width: auto;
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border: none;
  padding: 0;
}

[type=search],
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  -webkit-outline: none;
  outline: none;
}

[type=search]::-webkit-search-decoration,
::-webkit-file-upload-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[hidden],
::-ms-clear,
area {
  display: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  display: block;
  padding: 0;
}

menu,
dir {
  list-style: none;
  margin: 0;
  padding: 0;
}

::-webkit-input-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-moz-placeholder {
  color: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-outline: none;
  outline: none;
}

[type=date]::-webkit-inner-spin-button {
  display: none;
}

[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

body {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Inter";
}
body.hidden {
  overflow: hidden;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

b,
strong {
  color: inherit;
  font-weight: bold;
}

::selection {
  color: #fff;
  background-color: #000000;
  -webkit-text-fill-color: #fff;
}

.ui-widget,
input,
textarea,
button {
  font-family: "Inter";
}

input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.container {
  width: 1108px;
  padding: 0;
  margin: 0 auto;
}


.videos .container {
 /*	width: 100%; */

}

.slogan {
	padding-top: 60px;
	padding-bottom: 60px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.slogan .mobile {
	display: none;
}

.slogan .desktop {
	display: block;
}

.clip {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.clip iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pageWrapper {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  z-index: 3;
}
.pageWrapper .back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.pageWrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/vegetables.svg");
  background-position: center 345px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.pageWrapper .footer {
  margin-top: auto;
}

.textBlock {
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  font-weight: 400;
}
.textBlock p + p {
  margin-top: 33px;
}
.textBlock strong {
  color: #b01f30;
}

.inputWrapper {
  position: relative;
}
.inputWrapper label {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
}
.inputWrapper input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  width: 100%;
  height: 48px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  outline: none;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
.inputWrapper input.notempty {
  border: 0;
}
.inputWrapper textarea {
  resize: none;
  height: 106px;
  width: 100%;
  background-color: transparent;
  border: 1px solid #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  padding: 3px 8px;
  outline: none;
}
.inputWrapper textarea::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
}

.modal {
  font-family: "Inter";
  display: none;
}

.modal.is-open {
  display: block;
  z-index: 15;
}

.modal__container {
  padding: 10px 0;
  background: transparent;
  margin: 0;
  max-width: 846px;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.modal__container .modalWrap {
  background-image: url("../img/back-modal-min.jpg");
  background-position: center;
  background-size: cover;
  padding: 21px 21px;
}

.modalBlock .cap {
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  color: #fff;
  display: block;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.modalBlock .cap:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  bottom: 0;
  background-image: url("../img/line-modals.png");
  background-position: center;
  width: 100%;
  height: 1px;
}
.modalBlock .inputList {
  gap: 15px 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.modalBlock .inputWrapper:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/3;
}
.modalBlock .inputWrapper textarea {
  margin-top: 30px;
  top: 7px;
  position: relative;
}
.modalBlock .modalBlockContent {
  padding: 28px 35px 10px;
}
.modalBlock .modalBlockContent .checkBlock {
  margin-top: 45px;
}
.modalBlock .controls {
  text-align: center;
  margin-top: 45px;
}
.modalBlock .controls .btn {
  width: 100%;
  max-width: 265px;
}

.checkBlock input {
  display: none;
}
.checkBlock input:checked + label::after {
  opacity: 1;
}
.checkBlock label {
  cursor: pointer;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  color: #fff;
  display: block;
  padding-left: 45px;
}
.checkBlock label:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 18px;
  height: 18px;
  left: 1px;
  top: -1px;
  background-color: transparent;
  border: 1px solid #fff;
}
.checkBlock label:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 10px;
  height: 10px;
  left: 5px;
  top: 3px;
  background-color: #b01f30;
  opacity: 0;
}

.checkBlock label a {
  color: #150801;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.checkBlock label a:hover {
  text-decoration-color: #150801;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 57px;
}
.slick-dots li {
  margin: 4.5px;
}
.slick-dots li.slick-active button {
  background: #b01f30;
}
.slick-dots li button {
  cursor: pointer;
  width: 29px;
  height: 3px;
  background: #fff;
  color: transparent;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slick-dots li button:hover {
  background: #b01f30;
}

.overlayBurger {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  display: none;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.5);
}
.overlayBurger.open {
  display: block;
  pointer-events: inherit;
}

.btn {
  cursor: pointer;
  position: relative;
  z-index: 5;
  display: inline-block;
  text-align: center;
  border: 1px solid transparent;
  webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
  font-size: 24px;
  line-height: 45px;
}
.btn.btnRed {
  background-color: #b01f30;
  color: #fff;
}
.btn.btnRed:hover {
  background-color: #332f2e;
}
.btn.btnWhite {
  background-color: #ffff;
  color: #b01f30;
}
.btn.btnWhite:hover {
  background-color: #332f2e;
  color: #fff;
}
.btn.btnTran {
  border: solid 1px #b01f30;
  background-color: transparent;
  color: #332f2e;
}

.modal__close {
  position: absolute;
  width: 27px;
  display: block;
  right: 11px;
  top: 20px;
  height: 27px;
}
.modal__close span {
  display: block;
  background-color: #fff;
  width: 100%;
  height: 3px;
  position: relative;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal__close span + span {
  top: -3px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btnBurger {
  display: none;
  position: absolute;
  left: 14px;
  top: 13px;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9;
}
.btnBurger.open .line:nth-child(1) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
}
.btnBurger.open .line:nth-child(2) {
  opacity: 0;
}
.btnBurger.open .line:nth-child(3) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -10px;
}
.btnBurger .line {
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #332f2e;
}
.btnBurger .line + .line {
  margin-top: 6px;
}

.btnDialog {
  display: none;
  background-image: url("../img/dialog.svg");
  width: 73px;
  height: 73px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 9;
  background-position: center;
  background-repeat: no-repeat;
}
.btnDialog.open {
  background-image: url("../img/close.svg");
  background-color: #332f2e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-size: 20%;
}

.social-links {
    display: flex;
	padding: 0 0 40px 0;
}



.social-links .social-link {
    width: 50px;
    height: 50px;
    margin: 0 10px;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}



.vk-link {
    background-image: url(/local/templates/product-sunday/img/vk-lite.svg);
}

.tele-link {
    background-image: url(/local/templates/product-sunday/img/tg-lite.svg);
}

.dzen-link {
    background-image: url(/local/templates/product-sunday/img/ya-dzen-lite.png);
}

@media (max-width: 991px) {
  .btn {
    font-size: 18px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 14px;
  }

  .btnDialog {
    display: block;
  }
}
.header {
  background-color: #b01f30;
  width: 100%;
  position: relative;
}
.header .headerContent {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 50px 45px;
}
.header .headerContent .logoWrapper {
  display: none;
}
.header .headerContent .coop {
  display: none;
}
.header .logoWrapper {
  position: absolute;
  top: 0;
  left: 30px;
}
.header .logoWrapper .logoMobile {
  display: none;
}
.header .menu {
  order: 2;
  margin-top: 80px;
}
.header .menu .coop {
  display: block;
}
.header .infoCompany {
  order: 1;
  margin-left: auto;
  max-width: 340px;
}

.logoWrapper {
  position: relative;
}
.logoWrapper > a,
.logoWrapper .invisBtn {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  cursor: pointer;
  z-index: 5;
}

.menu {
  position: relative;
  z-index: 5;
}
.menu ul {
  display: flex;
  justify-content: center;
  margin: 0 -5px;
}
.menu ul li {
  margin: 0 5px;
}
.menu ul li a {
  font-weight: 700;
  font-size: 24px;
  line-height: 45px;
  text-align: center;
  color: #9d0b20;
  padding: 5px;
  background-color: #fff;
  min-width: 214px;
  display: block;
}
.menu ul li a:hover {
  background-color: #332f2e;
  color: #fff;
}

.infoCompany {
  color: #fff;
}
.infoCompany .linkPhone {
  background-image: url("../img/phone.svg");
  background-repeat: no-repeat;
  background-position: left calc(50% + 4px);
  font-weight: 400;
  font-size: 30px;
  line-height: 18px;
  padding-left: 53px;
  background-size: 25px;
}
.infoCompany .linkPhone:hover {
  color: #332f2e;
}
.infoCompany .address {
  display: block;
  margin-top: 32px;
  padding-left: 52px;
  font-size: 18px;
  line-height: 22px;
  background-image: url("../img/marker.svg");
  background-repeat: no-repeat;
  background-position: -5px calc(50% + 2px);
  background-size: 35px;
}

.bannerSection {
  position: relative;
  z-index: 3;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  max-width: 1920px;
  filter: drop-shadow(0px 7px 7px rgba(0, 0, 0, 0.4));
}

.catalogSection {
  position: relative;
  z-index: 2;
  padding: 0 0 93px;
}


.products-section-one, .products-section-two, .products-section-three, .products-section-four {
  padding-top: 50px;
}

div#advantages {
	padding-top: 65px;
}

.catalogList {
  display: flex;
  flex-wrap: wrap;
  margin: 50px -15px -27px;
}
.catalogList .product {
  width: calc(33.3333333333% - 30px);
  margin: 27px 15px;
  height: 628px; /* фиксированный блок под крат. описание */ 
}
.catalogList + * {
  margin-top: 66px;
}

.product {
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 35px 22px 47px;
  text-align: center;
}
.product img {
  margin: 0 auto;
  min-height: 338px;
}
.product .info {
  margin-top: 20px;
  height: 115px; /* фиксированный блок под крат. описание */ 
}
.product .info .name {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #150801;
}
.product .info .name + * {
  margin-top: 8px;
}
.product .info .desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #6b5549;
  display: block;
  /* height: 51px;  отключаем, за общую высоту отвечает .product .info*/
  overflow: hidden;
}

/* распространяем правило на кнопку за пределами .info */
.product .info .btn, .product .btn {
  margin-top: 32px;
  width: 100%;
  max-width: 220px;
  padding: 4px 0;
}

.advList {
  margin: 33px -15px -15px;
  display: flex;
  flex-wrap: wrap;
}
.advList .advItem {
  width: calc(33.3333333333% - 30px);
  margin: 15px;
}
.advList .picture {
  width: 100%;
  height: 160px;
  margin-bottom: 43px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
}
.advList .name {
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  display: block;
  min-height: 123px;
}
.advList .text {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #000000;
  display: block;
  margin-top: 11px;
}

.foodSection {
  background-image: url("../img/2023/back-food.jpg");
  min-height: 750px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: drop-shadow(0px 7px 7px rgba(0, 0, 0, 0.4));
}
.foodSection .pictureMobile {
  background-image: url("../img/2023/back-food.jpg");
  width: 100%;
  background-position: 34% center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: drop-shadow(0px 7px 7px rgba(0, 0, 0, 0.4));
}

.foodBlockWrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 92px 95px;
}

.foodBlock {
  width: 100%;
  max-width: 445px;
  background-color: #fff;
  box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.4);
  padding: 42px 42px 53px;
}
.foodBlock .cap {
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
  text-transform: uppercase;
  color: #9d0b20;
}
.foodBlock ul {
  margin-top: 45px;
}
.foodBlock ul li {
  position: relative;
  font-weight: 400;
  font-size: 26px;
  line-height: 58px;
  color: #000;
  padding-left: 63px;
}
.foodBlock ul li::before {
  content: "";
  position: absolute;
  left: -3px;
  top: -6px;
  background-image: url("../img/check.svg");
  background-position: left center;
  background-repeat: no-repeat;
  width: 54px;
  height: 57px;
}
.productionSection {
  padding: 145px 0 116px;
}

.production {
  max-width: 575px;
}
.production .list {
  margin-top: 67px;
}
.production .item {
  font-size: 28px;
  line-height: 34px;
  color: #000;
  position: relative;
  padding-left: 95px;
}
.production .item + .item {
  margin-top: 35px;
}
.production .item::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  background-image: url("../img/check.svg");
  background-position: left center;
  background-repeat: no-repeat;
  width: 54px;
  height: 57px;
  margin-top: -29px;
}
.production .item:nth-child(1) img {
  margin-top: -100px;
  transform: rotate(12.94deg);
  margin-left: 31px;
  width: 405px;
  height: 230px;
  z-index: 2;
}
.production .item:nth-child(2) img {
  margin-top: 282px;
  transform: rotate(0.94deg);
  width: 408px;
  height: 253px;
  margin-left: 50px;
}
.production .item:nth-child(3) img {
  margin-left: 368px;
  margin-top: -468px;
}
.production .item:nth-child(4) img {
  display: none;
}
.production .item:nth-child(5) img {
  margin-top: -465px;
  margin-left: 51px;
  width: 409px;
  height: 251px;
  transform: rotate(13.94deg);
  z-index: 3;
}
.production .cap {
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
  text-transform: uppercase;
  color: #9d0b20;
}
.production strong {
  color: #9d0b20;
}
.production img {
  position: absolute;
  top: 0;
  left: 100%;
  width: 390px;
  height: 246px;
  border: solid 8px #fff;
  transform: rotate(14.93deg);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.actionSection {
  background-color: #b01f30;
  box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 248px;
  width: 100%;
}
.actionSection .text {
  font-weight: 400;
  font-size: 28px;
  line-height: 160px;
  text-align: center;
  color: #fff;
}
.actionSection .desktop {
  display: block;
}
.actionSection .mobile {
  display: none;
}

.peopleSection {
  padding: 95px 0;
}
.peopleSection .list {
  display: flex;
  flex-wrap: wrap;
  margin: -30px 0;
}
.peopleSection .item {
  width: 25%;
  text-align: center;
  margin: 30px 0;
}
.peopleSection .picture {
  width: 100%;
  height: 180px;
  margin-bottom: 28px;
  background-position: center;
  background-repeat: no-repeat;
}
.peopleSection .name {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  display: block;
  width: 100%;
}

.partnersSection {
  background-image: url("../img/back-partners-2023.jpg");
  min-height: 771px;
  padding: 70px 0 105px;
}
.partnersSection .cap {
  font-weight: 700;
  font-size: 60px;
  line-height: 85px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  display: block;
  text-align: center;
}
.partnersSection .list {
  display: flex;
  margin: 157px -7.5px 0;
}
.partnersSection .item {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  margin: 0 7.5px;
}
.partnersSection .item > a,
.partnersSection .item .invisBtn {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  cursor: pointer;
  z-index: 5;
}
.partnersSection .item:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.footer {
  position: relative;
  z-index: 3;
  padding: 71px 0;
  background-color: #b01f30;
  box-shadow: 0px -5px 7px rgba(0, 0, 0, 0.25);
}
.footer .infoCompany {
  max-width: 375px;
}
.footer .linkMail {
  font-size: 24px;
  line-height: 26px;
  display: flex;
  align-items: center;
  padding-left: 63px;
  text-transform: uppercase;
  color: #fff;
  background-image: url(../img/mail.svg);
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
  background-size: 35px;
}
.footer .linkMail:hover {
  color: #332f2e;
}
.footer .footerTop {
  padding: 0 43px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .footerBot {
  padding: 0 43px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 112px;
}
.footer .footerBot .text a {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
}
.footer .footerBot .text a:hover {
  color: #332f2e;
}
.footer .footerBot .btn {
  width: 100%;
  max-width: 259px;
  padding: 7px 0;
}

.productSection {
  background-color: #fff;
  width: 100%;
  padding: 125px 0 100px;
}
.productSection .row {
  display: flex;
  flex-wrap: wrap;
}
.productSection .leftSide {
  width: 351px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.productSection .leftSide .title {
  display: none;
}
.productSection .rightSide {
  width: calc(100% - 351px);
  padding-left: 129px;
}
.productSection .rightSide .title + * {
  margin-top: 27px;
}
.productSection .title,
.productSection .productInfo {
  font-size: 20px;
  line-height: 24px;
  color: #150801;
}
.productSection .title p + p,
.productSection .productInfo p + p {
  margin-top: 27px;
}
.productSection .title b,
.productSection .productInfo b {
  font-weight: 600;
}
.productSection .title strong,
.productSection .productInfo strong {
  color: #9d0b20;
}
.productSection .title .name,
.productSection .productInfo .name {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #150801;
  display: block;
  margin-bottom: 60px;
}
.productSection .tableRatio {
  margin-top: 45px;
}
.productSection .tableVitamins {
  margin-top: 25px;
}
.productSection .btn, .fotos-add .wrap-btn .btn {
  margin-top: 91px;
  padding: 15px 32px;
}
.productSection .pic {
  margin-top: 72px;
}

.tableRatio {
  width: 100%;
  border: solid 1px #000;
  border-collapse: collapse;
}
.tableRatio td {
  border: solid 1px #000;
  padding: 8px 10px 8px 24px;
}
.tableRatio td:nth-child(2) {
  text-align: center;
}

.tableVitamins {
  width: calc(100% + 16px);
  border-collapse: separate;
  border-spacing: 8px 8px;
  margin: 0 -8px;
}
.tableVitamins tr:first-child td {
  font-weight: 500;
}
.tableVitamins td {
  padding: 0px 9px;
  background-color: #e9d6bc;
}
.tableVitamins td:nth-child(3), .tableVitamins td:nth-child(2) {
  text-align: center;
}

.footNote {
  position: relative;
  font-size: 20px;
  line-height: 24px;
  margin-top: 26px;
  color: #000000;
}
.footNote:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: "*";
  left: -10px;  /*-15px*/ 
  top: -3px;    /*-6px*/
  font-weight: 400; /*700 */
  font-size: 16px;
}
.footNote span {
  display: block;
  font-weight: 700;
}



.linkPhoneMob {
  display: none;
  background-image: url("../img/phone-dark.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 27px;
  height: 28px;
  position: absolute;
  right: 16px;
  top: 15px;
  background-size: cover;
}

.dialogsSection {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 8;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.dialogsSection .btn {
  min-width: 213px;
  padding: 0 20px;
}
.dialogsSection .btn + .btn {
  margin-top: 20px;
}
.dialogsSection.open {
  left: 0;
}

.listAddPictures {
  display: flex;
  flex-wrap: wrap;
  padding-right: 20px;
  margin: 35px -15px 0;
}
.listAddPictures .item {
  width: 118px;
  height: 56px;
  position: relative;
  margin: 0 15px 20px;
}
.listAddPictures .item img {
  object-fit: contain;
  width: 100%;
}
.listAddPictures .delete {
  position: absolute;
  right: -15px;
  top: -5px;
  width: 10px;
  height: 10px;
}
.listAddPictures .delete > * {
  position: relative;
  display: block;
  background-color: #fff;
  width: 100%;
  height: 1px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.listAddPictures .delete > *:nth-child(2) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -1px;
}
.listAddPictures .addPhotos {
  border: solid 1px #fff;
  width: 100%;
  height: 56px;
  position: relative;
  background-image: url("../img/plus.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.listAddPictures .addPhotos input {
  display: none;
}
.listAddPictures + .checkBlock {
  margin-top: 25px !important;
}

.breadСrumbs {
  width: 100%;
  margin: 0 -10px 30px;
}
.breadСrumbs li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 18px;
  margin: 0 10px;
}
.breadСrumbs li:first-child::before {
  display: none;
}
.breadСrumbs li:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  left: -15px;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #b01f30;
}
.breadСrumbs li a {
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.breadСrumbs li a:hover {
  text-decoration-color: transparent;
}

#modalError .modal__container,
#modalSuccess .modal__container {
  max-width: 586px;
}
#modalError .modalBlock .cap::before,
#modalSuccess .modalBlock .cap::before {
  display: none;
}
#modalError .modalBlock .controls,
#modalSuccess .modalBlock .controls {
  margin-top: 0;
}
#modalError .link,
#modalSuccess .link {
  color: #fff;
  font-size: 20px;
  line-height: 45px;
}
#modalError .link:hover,
#modalSuccess .link:hover {
  color: #332f2e;
}

@media (max-width: 1799px) {
  .header .logoWrapper {
    width: 450px;
    left: 0;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 992px;
    padding: 0 10px;
  }

  .header .headerContent {
    padding: 30px 10px;
  }
  .header .logoWrapper {
    width: 400px;
  }

  .menu ul {
    justify-content: space-between;
  }
  .menu ul li {
    width: 20%;
  }
  .menu ul li a {
    width: 100%;
    min-width: inherit;
    font-size: 20px;
    line-height: 35px;
  }

  .textBlock {
    font-size: 24px;
    line-height: 30px;
  }

  .catalogList {
    margin-top: 30px;
  }
  .catalogList .product {
    width: calc(50% - 30px);
    margin: 25px 15px;
  }
  .catalogList + * {
    margin-top: 50px;
  }

  .advList {
    margin: 30px -10px -10px;
  }
  .advList .advItem {
    width: calc(33.3333333333% - 20px);
    margin: 10px;
  }
  .advList .advItem .name {
    font-size: 24px;
    line-height: 34px;
    min-height: 75px;
  }

  .actionSection {
    padding: 0 100px;
  }

  .peopleSection {
    padding: 50px 0;
  }
  .peopleSection .list {
    margin: -20px 0;
  }
  .peopleSection .item {
    margin: 20px 0;
  }
  .peopleSection .name {
    font-size: 20px;
    line-height: 26px;
  }

  .partnersSection {
    min-height: inherit;
    padding: 50px 0;
  }
  .partnersSection .cap {
    font-size: 50px;
    line-height: 65px;
  }
  .partnersSection .list {
    margin-top: 100px;
  }

  .footer {
    padding: 50px 0;
  }
  .footer .footerTop {
    padding: 0 20px;
  }
  .footer .footerBot {
    margin-top: 100px;
    padding: 0 20px;
  }

  .productionSection {
    padding: 70px 0;
  }

  .production .item:nth-child(1) img {
    display: none;
  }
  .production .item:nth-child(2) img {
    margin-top: -234px;
    margin-left: 20px;
    transform: rotate(13deg);
  }
  .production .item:nth-child(3) img {
    margin-top: -73px;
    margin-left: 2px;
  }
  .production .item:nth-child(5) img {
    margin-top: -38px;
    margin-left: 0px;
    transform: rotate(13deg);
  }

  .productSection {
    padding: 50px 0;
  }
  .productSection .leftSide {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .productSection .leftSide .title {
    display: block;
    width: 100%;
    order: 1;
  }
  .productSection .leftSide .title .name {
    margin-bottom: 30px;
  }
  .productSection .rightSide {
    width: 100%;
    padding: 30px 0 0;
  }
  .productSection .rightSide .title + * {
    margin-top: 0;
  }
  .productSection .productInfo {
    text-align: center;
  }
  .productSection .tableVitamins,
.productSection .tableRatio {
    text-align: left;
  }
  .productSection .title {
    display: none;
  }
  .productSection .picDesc {
    margin: -41px auto 0;
    order: 3;
    max-width: 260px;
  }
  .productSection .pic {
    margin: 30px auto 0;
    height: 324px;
    order: 2;
  }

  .footNote {
    text-align: left;
  }
  .footNote::before {
/*    display: none;  */
  }

  .tableVitamins {
    width: calc(100% + 4px);
    border-spacing: 2px;
    margin: 0 -2px;
  }
  .tableVitamins td {
    padding: 5px;
  }

  .tableRatio td {
    padding: 5px;
  }
}
@media (max-width: 991px) {
  .container {
    width: 768px;
  }

  .header .logoWrapper {
    width: 320px;
  }
  .header .menu {
    margin-top: 50px;
  }

  .menu ul li a {
    font-size: 15px;
    line-height: 30px;
  }

  .infoCompany .linkPhone {
    background-position: left center;
    font-size: 20px;
    line-height: 30px;
    padding-left: 40px;
  }
  .infoCompany .address {
    font-size: 16px;
    line-height: 20px;
  }

  .textBlock {
    font-size: 20px;
    line-height: 26px;
  }

  .advList .advItem {
    width: calc(50% - 20px);
  }
  .advList .text {
    font-size: 18px;
    line-height: 24px;
  }

  .foodBlockWrapper {
    padding: 50px 0;
  }

  .foodSection {
    min-height: 500px;
  }

  .peopleSection .item {
    width: 50%;
  }

  .partnersSection .cap {
    font-size: 40px;
    line-height: 55px;
  }
  .partnersSection .list {
    margin-top: 80px;
  }

  .footer .footerBot {
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .footer .footerBot .text {
    order: 2;
    margin-top: 50px;
  }
  .production {
    max-width: 100%;
    width: 100%;
  }
  .production .cap {
    text-align: center;
  }
  .production .list {
    margin-top: 30px;
  }
  .production .item {
    padding-top: 30px;
    padding-left: 0;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .production .item::after {
    left: auto;
    top: auto;
    margin: 0;
    position: relative;
    order: 2;
    margin-bottom: 25px;
  }
  .production .item img {
    position: relative;
    margin: 0 auto 20px !important;
    display: block !important;
    left: 0;
    transform: rotate(4.5deg) !important;
    order: 1;
    width: 66.6666666667% !important;
    height: auto !important;
  }
  .production .item > * {
    order: 3;
  }
  .production .item + .item {
    margin-top: 0;
  }

  .productionSection {
    padding: 50px 0;
  }

}

@media (max-width: 767px) {
  .container {
    width: 100%;
  }

.slogan .mobile {
	display: block;
}

.slogan .desktop {
	display: none;
}


.ImgField .image.second {
	display: none;
	}


  .pageWrapper {
    padding-top: 169px;
  }

  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 20px 15px 10px;
    z-index: 9;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .header.open::after {
    opacity: 1;
  }
  .header.scroll > .logoWrapper {
    margin: -18px auto 0px;
  }
  .header.scroll > .logoWrapper .logo {
    display: none;
  }
  .header.scroll > .logoWrapper .logoMobile {
    display: block;
    margin: 0 auto;
  }
  .header.scroll .btnBurger .line {
    background-color: #fff;
  }
  .header.scroll .linkPhoneMob {
    background-image: url("../img/phone.svg");
  }
  .header .logoWrapper {
    position: relative;
    width: 245px;
    margin: 0 auto;
  }
  .header .headerContent {
    position: fixed;
    left: -229px;
    top: 0;
    width: 229px;
    background-color: #b01f30;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
    z-index: 9;
    padding: 7px 0 25px;
    display: block;
    overflow: hidden;
  }
  .header .headerContent.open {
    left: 0;
  }
  .header .headerContent .logoWrapper {
    width: 162px;
    position: relative;
    margin: 0 auto;
    order: 1;
    display: block;
  }
  .header .headerContent .menu {
    margin-top: 7px;
    order: 2;
  }
  .header .headerContent .menu .coop {
    display: none;
  }
  .header .headerContent .coop {
    order: 3;
    font-weight: 700;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    color: #332f2e;
    padding: 0;
    background-color: #fff;
    max-width: 134px;
    display: block;
    margin: 37px auto 0;
    width: 100%;
  }
  .header .headerContent .buy {
    background-color: #332f2e;
  }
  .header .headerContent .infoCompany {
    order: 4;
    max-width: 205px;
    margin-top: 32px;
  }
  .header .headerContent .infoCompany .linkPhone {
    font-size: 14px;
    line-height: 18px;
    background-size: 12px;
    padding-left: 34px;
    background-size: 15px;
    background-position: 4px center;
  }
  .header .headerContent .infoCompany .address {
    font-size: 10px;
    line-height: 12px;
    background-size: 12px;
    margin-top: 10px;
    padding-left: 35px;
    background-size: 20px;
    background-position: left center;
  }

  .menu ul {
    display: block;
    margin: 0;
    border-bottom: solid 1px #fff;
  }
  .menu ul li {
    width: 100%;
    margin: 0;
    border-top: solid 1px #fff;
  }
  .menu ul li a {
    font-weight: 700;
    font-size: 14px;
    line-height: 44px;
    padding: 0;
    background: transparent;
    color: #fff;
    text-align: left;
    padding-left: 70px;
  }

  .btnBurger {
    display: block;
  }

  .linkPhoneMob {
    display: block;
  }

  .bannerSection {
    padding-top: 68.0555555556%;
  }
  .bannerSection img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .catalogSection {
    padding: 0 0 65px;
  }

  .products-section-one, .products-section-two {
    padding-top: 27px;	
  }


  .textBlock {
    font-size: 17px;
    line-height: 21px;
  }
  .textBlock p + p {
    margin-top: 20px;
  }

  .catalogList {
    margin: 40px 0 0;
    width: calc(100% + 20px);
    left: -10px;
    position: relative;
  }
  .catalogList + * {
    margin-top: 0;
    padding-top: 42px;
  }
  .catalogList .product {
    width: 100%;
    margin: 0;
  }
  .catalogList .slick-dots {
    position: absolute;
    top: -37px;
    left: -7px;
    width: 100%;
  }
  .catalogList .slick-dots li:not(.slick-active) button {
    background-color: #332f2e;
  }

  .product {
    padding: 55px 10px 27px;
  }
  .product img {
    height: 231px;
    min-height: inherit;
  }
  .product .info {
    margin-top: 15px;
  }
  .product .info .name {
    font-size: 17px;
    line-height: 21px;
  }
  .product .info .desc {
    font-size: 12px;
    line-height: 15px;
  }
  /* распространяем правило на кнопку за пределами .info */
  .product .info .btn, .product .btn {
    margin-top: 11px;
    width: 100%;
    max-width: 135px;
    padding: 0;
  }

  .advList {
    margin-top: 22px;
  }
  .advList .advItem .name {
    font-size: 25px;
    line-height: 30px;
    min-height: 34px;
  }
  .advList .advItem .text {
    font-size: 16px;
    line-height: 19px;
  }
  .advList .picture {
    height: 120px;
    background-size: 80%;
    width: 120px;
    margin: 0 auto 20px;
  }

  .foodBlockWrapper {
    padding: 0;
    left: -10px;
    position: relative;
    width: calc(100% + 20px);
  }

  .foodBlock {
    padding: 17px 22px 34px;
    max-width: 100%;
  }
  .foodBlock .cap {
    font-size: 26px;
    line-height: 31px;
    text-align: center;
  }
  .foodBlock ul {
    margin-top: 25px;
  }
  .foodBlock ul li {
    font-size: 17px;
    line-height: 48px;
    padding-left: 71px;
  }
  .foodBlock ul li::before {
    width: 45px;
    height: 55px;
    background-size: contain;
    top: -3px;
  }

  .foodSection {
    background: transparent;
    background-attachment: inherit;
    min-height: inherit;
  }
  .foodSection .pictureMobile {
    padding-top: 101.023890785%;
    left: -10px;
    position: relative;
    width: calc(100% + 20px);
  }

  .productionSection {
    padding: 40px 0 60px;
  }

  .production .cap {
    font-size: 26px;
    line-height: 31px;
  }
  .production .item {
    font-size: 17px;
    line-height: 19px;
  }
  .production .item img {
    width: 66.6666666667% !important;
  }
  .production .slick-dots {
    margin-top: 55px;
  }

  .actionSection {
    padding: 0;
    min-height: 178px;
  }
  .actionSection .desktop {
    display: none;
  }
  .actionSection .mobile {
    display: block;
  }

  .peopleSection .list {
    margin: -15px 0;
  }
  .peopleSection .item {
    margin: 15px 0;
  }
  .peopleSection .picture {
    height: 80px;
    margin-bottom: 25px;
    background-size: contain;
  }
  .peopleSection .name {
    font-size: 13px;
    line-height: 16px;
  }

  .partnersSection {
    padding: 29px 0px 58px;
    background-size: cover;
    background-position: center;
  }
  .partnersSection .cap {
    font-size: 26px;
    line-height: 31px;
  }
  .partnersSection .list {
    flex-wrap: wrap;
    margin: 48px 0 0;
  }
  .partnersSection .item {
    margin: 0;
    width: 50%;
    padding: 20px;
  }

  .footer .footerTop {
    padding: 0 5px;
  }
  .footer .footerBot {
    margin-top: 43px;
    padding: 0 5px;
  }
  .footer .footerBot .btn {
    width: 100%;
    max-width: 169px;
    padding: 9px 0;
    font-size: 24px;
    line-height: 26px;
    margin: 0 auto;
  }
  .footer .footerBot .text {
    margin-top: 42px;
    padding-left: 9px;
    position: relative;
  }
  .footer .footerBot .text:before {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
  }
  .footer .footerBot .text a {
    font-size: 10px;
    line-height: 26px;
  }
  .footer .linkMail {
    display: none;
  }

  .infoCompany .linkPhone {
    font-size: 25px;
    line-height: 30px;
    padding-left: 57px;
  }
  .infoCompany .address {
    font-size: 15px;
    line-height: 22px;
    margin-top: 36px;
  }

  .modalBlock .modalBlockContent {
    padding: 0 7px 10px;
  }
  .modalBlock .cap {
    font-size: 18px;
    line-height: 25px;
  }
  .modalBlock .cap br {
    display: none;
  }
  .modalBlock .cap::before {
    display: none;
  }
  .modalBlock .inputList {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }
  .modalBlock .inputList .inputWrapper {
    width: 100%;
    order: 1;
  }
  .modalBlock .inputList .inputWrapper:nth-child(2) {
    order: 2;
  }
  .modalBlock .inputList .inputWrapper + .inputWrapper {
    margin-top: 12px;
  }
  .modalBlock .inputList .inputWrapper textarea {
    margin-top: 10px;
  }
  .modalBlock .controls .btn {
    max-width: 320px;
  }

  .modal__container {
    padding: 30px 0;
  }

  .modal__close {
    top: 45px;
  }

  .modal__container .modalWrap {
    padding: 20px 10px;
  }

  .inputWrapper label {
    font-size: 12px;
  }
  .inputWrapper input {
    font-size: 18px;
    height: 20px;
    line-height: 20px;
  }
  .inputWrapper textarea {
    font-size: 18px;
    line-height: 20px;
  }
  .inputWrapper textarea::placeholder {
    font-size: 12px;
  }

  .checkBlock label {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    padding-left: 30px;
  }

  .productSection .title,
.productSection .productInfo {
    font-size: 14px;
    line-height: 17px;
  }
  .productSection .title p + p,
.productSection .productInfo p + p {
    margin-top: 27px;
  }
  .productSection .title .name,
.productSection .productInfo .name {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .productSection .tableRatio {
    margin-top: 45px;
  }
  .productSection .tableVitamins {
    margin-top: 25px;
  }
  .productSection .btn {
    margin-top: 50px;
    padding: 15px 32px;
  }

  .footNote {
    font-size: 16px;
    line-height: 19px;
  }

  .pageWrapper::after {
    display: none;
  }
}
@media (max-width: 639px) {

.breadСrumbs {
    display: none;/* длинные наименвания не влезают в 1 строку */
}

  .advList .advItem {
    width: 100%;
  }

  .production .item img {
    margin-top: 0 !important;
  }

  #modalError .link,
#modalSuccess .link {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 479px) {
  .tableVitamins td {
    padding: 0 4px;
    font-size: 13px;
  }

  .production .item img {
    width: 90% !important;
  }
}
@media (min-width: 768px) {
  .dialogsSection {
    left: -100% !important;
  }

	.image.first,.image.second {
	margin:0;
	padding:0;
	}

	.image.first {
	opacity:1;
	display:block;
	position:absolute;
	z-index:100;
	transition-duration:1.96s;
	-webkit-transition-duration:1.96s;
	-moz-transition-duration:1.96s;
	-o-transition-duration:1.96s;
	-ms-transition-duration:1.96s;
	}

    img.image.second {
    /*height: 338px; */
 }

	.image.first:hover {
	opacity:0.00;
	}

	div.ImgField {
	display:flex;
	justify-content: center;
	background-position:center center;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	}

}

/*# sourceMappingURL=style.css.map */
.checkBlock.error label:before {
	border-color: red;
    animation: pulse 2s linear 1s infinite normal forwards;
   -webkit-animation: pulse 2s linear 1s infinite normal forwards;
}

@keyframes pulse {
	0% {
		transform: scale(1);
		border-color: white;
	}

	50% {
		transform: scale(1.3);
		border-color: #f58080;
	}

	100% {
		transform: scale(1);
		border-color: red;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-webkit-border-color: white;
	}

	50% {
		-webkit-transform: scale(1.3);
		-webkit-border-color: #f58080;
	}

	100% {
		-webkit-transform: scale(1);
		-webkit-border-color: red;
	}
}



.checkBlock.error label {
color: red;
}
.listAddPictures .item {
    overflow: hidden;
    height: 90px;
    padding-top: 15px;
}
.listAddPictures .delete {
    position: absolute;
    right: 2px;
    top: 5px;
    width: 10px;
    height: 10px;
}
.item.file-item i {
	font-size: 10px;
	display: block;
	width: 100%;
	overflow: hidden;
    position: absolute;
    bottom: 0;
    white-space: nowrap;
	background: #fff;
text-overflow: ellipsis;
padding: 0 2px;
opacity: 0.6;
}

.inputWrapper.error input{
    color: red;

}
.inputWrapper.error input.notempty{
border-bottom: 1px solid red;
}
input:auto-fill,
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
-webkit-box-shadow: 0 0 0px 1000px transparent inset;
background-color: transparent;
    border: 0;
    width: 100%;
    height: 48px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    outline: none;
    -webkit-transition: border 0.3s;
    -moz-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
outline: 0;
}
.inputWrapper input {
    background-color: transparent !important;
}
@media (max-width: 767px){
	.slick-track {
		display: flex;
	}
	.catalogList .product {
		height: auto;
        /* display: flex; для  на узких экранах откл.*/ 
    	flex-direction: column;
	}
	.product .info {
		flex-grow: 1;
		display: flex;
    	flex-direction: column;
		align-items: center;
    	justify-content: center;
    	justify-content: space-around;
	}
}

