@charset "UTF-8";

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

sup {
  vertical-align: top;
}

ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

:focus {
  outline: 0;
}

img,
audio,
video {
  max-width: 100%;
  height: auto;
}

audio,
canvas,
iframe,
video,
img,
svg {
  vertical-align: middle;
}

iframe {
  border: 0;
}

textarea {
  resize: none;
  /*remove the resize handle on the bottom right*/
  overflow: auto;
  vertical-align: top;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

input,
textarea,
select,
button {
  outline: none;
  border: none;
  font-size: 100%;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

select {
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.select-css::-ms-expand {
  display: none;
}

button,
input {
  line-height: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

form.form .form__field input[type="submit"] {
  border: 2px solid white;
  padding: 5px 10px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.3);
}

header.header .button,
section.touch .button,
section.production a.button,
section.partners a.button,
ul.production__list li.production__item .production__item-content a.button {
  border: 2px solid white;
  background: white;
  padding: 5px 10px;
  border-radius: 50px;
  color: #000;
}

header.header::before,
footer.footer .address p::before,
footer.footer .footer__contacts p:nth-child(1)::before,
.burger #navigation ul::before,
.burger .quick-contact .quick-contact-item::before,
.burger::before,
.burger::after,
.products__block-item .item__spec .item__spec-block::before,
section.first .reasons__list .reasons__item::before,
section.first .reasons__list .reasons__item::after,
.partnership .content .content__part h2::before,
.partnership .content .content__part h2::after,
.marketplace .marketplace__item .marketplace__item--top .marketplace__item--review .review .review__text::before,
.marketplace .marketplace__item .marketplace__item--address .address__list .address__item::before,
.marketplace .marketplace__item .marketplace__item--address .address__list .address__item::after,
.products .products__catalog .products__catalog--list .products__about .products__block-about .rich-cond h3.title::before,
.products .products__catalog .products__catalog--list .products__about .products__block-about .grey-cond h3.title::before,
.products .products__catalog .products__catalog--list .products__about .warning-1::before,
.products .products__catalog .products__catalog--list .products__about .warning-2::before,
.products .products__catalog .products__catalog--list .products__about .warning-2::after,
.title-icon::before,
.contact__link::before,
.contact__link.mail::before,
.breadcrumbs a.breadcrumbs__item::after {
  display: block;
  content: '';
  position: absolute;
}

header.header,
footer.footer .footer__bottom .container,
footer.footer .address,
footer.footer .footer__contacts,
.burger .quick-contact .container,
section.touch .container,
section.catalog .catalog__card,
section.catalog .catalog__card-top,
section.contacts .container,
section.contacts .contacts__row,
section.contacts .contacts__content,
.products__block,
.cd-popup-container form.form .container,
.first-screen,
section.first .container,
section.products .container,
section.production .container,
section.partners .container,
.about .container,
.production .container,
.partnership .container,
.marketplace .container,
.marketplace .marketplace__item,
.marketplace .marketplace__item .marketplace__item--top,
.marketplace .marketplace__item .marketplace__item--address,
.marketplace .marketplace__item .marketplace__item--address .address__list,
.products .container,
.products .products__catalog,
.products .products__catalog .products__catalog--list .products__about,
.wrapper,
main.main,
ul.production__list,
.slider-marketplace .swiper-container ul.partners__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.is-transitioning {
  pointer-events: none;
  cursor: progress;
}

.is-loading .wrapper {
  display: none;
}

.loader,
.loader__content {
  min-height: 100vh;
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  visibility: hidden;
}

.loader__mask {
  position: absolute;
  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%;
  overflow: hidden;
  background: #F2F4F5 url("../img/logo-black.svg") no-repeat center;
  background-size: 155px 155px;
}

.loader .inner,
.loader__content .inner {
  width: 50vw;
  height: 50vh;
}

.loader .inner {
  background-color: #E48F20;
  position: relative;
}

.loader .progress {
  background-color: #a3abb1;
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 50vh;
}

.loader__content {
  z-index: 5;
  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;
  background: transparent;
}

.loader__title {
  font-size: 7vw;
  line-height: 8vw;
  margin: 0;
  color: #ffffff;
  font-weight: normal;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}

.loader__image {
  width: 100%;
  padding-bottom: 50vh;
  overflow: hidden;
  position: relative;
}

.loader__image img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  opacity: 1;
}

.loader__title--mask {
  overflow: hidden;
}

.loader__title--mask span {
  display: block;
}

.loader__image--mask {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
}

.loader__title--mask {
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

header.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 53px;
}

header.header .header__top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 12px;
  position: relative;
}

header.header .header__top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

header.header .header__menu {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
}

header.header .logo {
  width: 100px;
  padding: 7px;
  background-color: #fff;
  border-radius: 0px 0px 7px 7px;
}

header.header span.mail {
  color: #fff;
}

header.header .button {
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  cursor: pointer;
}

header.header .button.btn-up {
  -webkit-transform: translateY(-300%);
      -ms-transform: translateY(-300%);
          transform: translateY(-300%);
}

header.header::before {
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: -o-radial-gradient(50% 50%, 50% 50%, #E69317 41.15%, #E66A17 100%);
  background: radial-gradient(50% 50% at 50% 50%, #E69317 41.15%, #E66A17 100%);
}

footer.footer {
  background-color: #EAEFF3;
  color: #76818B;
}

footer.footer .footer__menu {
  border-top: 1px solid rgba(118, 129, 139, 0.3);
  border-bottom: 1px solid rgba(118, 129, 139, 0.3);
}

footer.footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

footer.footer .menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

footer.footer .menu li a {
  color: #76818B;
}

footer.footer .menu li:not(:last-child):after {
  content: '●';
  margin: auto;
  color: #76818B;
  font-size: 10px;
}

footer.footer .menu li:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

footer.footer .footer__bottom {
  padding-top: 25px;
  font-size: 18px;
}

footer.footer .footer__bottom .container {
  position: relative;
}

footer.footer .logo-block {
  position: absolute;
  bottom: 0;
  left: 20px;
}

footer.footer .logo-block .logo {
  width: 100px;
  padding: 7px;
  background-color: #fff;
  border-radius: 7px 7px 0px 0px;
}

footer.footer .address {
  margin-bottom: 15px;
}

footer.footer .address p {
  padding-left: 17px;
  position: relative;
  font-size: 14px;
}

footer.footer .address p:nth-child(1) {
  margin-bottom: 12px;
}

footer.footer .address p:nth-child(1)::before {
  left: 0;
  top: -3px;
}

footer.footer .address p::before {
  background-image: url("../img/icons/location-gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  width: 12px;
  height: 14px;
  left: 0;
  top: -3px;
}

footer.footer .footer__contacts {
  padding-bottom: 12px;
}

footer.footer .footer__contacts p {
  position: relative;
  font-size: 14px;
}

footer.footer .footer__contacts p:nth-child(1) {
  margin-bottom: 12px;
  padding-left: 17px;
}

footer.footer .footer__contacts p:nth-child(1) a {
  color: #76818B;
}

footer.footer .footer__contacts p:nth-child(1) a:hover {
  text-decoration: underline;
}

footer.footer .footer__contacts p:nth-child(1)::before {
  background-image: url("../img/icons/mail-gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  width: 12px;
  height: 10px;
  left: 0;
  top: 0;
}

footer.footer .footer__contacts p:nth-child(2) {
  margin-bottom: 35px;
}

footer.footer .footer__contacts p.made {
  padding-left: 115px;
}

footer.footer .footer__contacts p.made a {
  text-decoration: underline;
  color: #76818B;
}

.menu {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 12px 0;
}

.menu li a {
  color: #fff;
  font-size: 28px;
}

.burger {
  width: 25px;
  height: 30px;
  cursor: pointer;
  z-index: 1;
  position: relative;
}

.burger .menu-switch {
  width: 25px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: -1;
}

.burger .menu-switch span,
.burger .menu-switch::before,
.burger .menu-switch::after {
  content: "";
  width: 25px;
  height: 2px;
  position: absolute;
  left: 0%;
  top: 50%;
  margin-left: 0;
  margin-top: -1px;
  background-color: white;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.burger .menu-switch span {
  width: 25px;
}

.burger .menu-switch::before {
  margin-top: -8px;
}

.burger .menu-switch::after {
  margin-top: 6px;
}

.burger #menu-switch {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.burger #menu-switch:not(:checked) ~ .menu-switch:hover span {
  width: 25px;
}

.burger #menu-switch:not(:checked) ~ .menu-switch:hover::before,
.burger #menu-switch:not(:checked) ~ .menu-switch:hover::after {
  width: 25px;
}

.burger #menu-switch:checked ~ .menu-switch span {
  opacity: 0;
  width: 25px;
  -webkit-transform: rotate(350deg);
      -ms-transform: rotate(350deg);
          transform: rotate(350deg);
}

.burger #menu-switch:checked ~ .menu-switch::before,
.burger #menu-switch:checked ~ .menu-switch::after {
  margin-top: -1px;
}

.burger #menu-switch:checked ~ .menu-switch::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.burger #menu-switch:checked ~ .menu-switch::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.burger #navigation {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 0;
  right: 0;
  top: 53px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translate(0, 90px);
      -ms-transform: translate(0, 90px);
          transform: translate(0, 90px);
  opacity: 0;
  pointer-events: none;
}

.burger #navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: circle inside;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
}

.burger #navigation ul li {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 50%;
  position: relative;
  list-style: disc inside;
  color: white;
  line-height: 1;
}

.burger #navigation ul li a {
  font-size: 18px;
  padding: 0;
  display: inline-block;
  color: white;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  letter-spacing: 0.05em;
}

.burger #navigation ul li a:hover,
.burger #navigation ul li a:active {
  color: white;
}

.burger #navigation ul li:last-child::after {
  display: none;
}

.burger #navigation ul li::marker {
  font-size: 12px;
  white-space: inherit;
}

.burger .quick-contact {
  width: 100%;
  padding: 20px 0px;
}

.burger .quick-contact .quick-contact-item {
  color: #fff;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
}

.burger .quick-contact .quick-contact-item::before {
  height: 15px;
  width: 12px;
  left: 0;
  top: 0;
  background-image: url(../img/icons/location-header.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.burger .quick-contact .quick-contact-item:last-of-type::before {
  height: 10px;
  width: 12px;
  top: 2px;
  background-image: url(../img/icons/mail-header.svg);
}

.burger .quick-contact .quick-contact-button {
  text-align: center;
  width: 100%;
}

.burger .quick-contact .quick-contact-button .button {
  display: inline-block;
}

.burger #menu-switch:checked ~ #navigation {
  pointer-events: initial;
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  cursor: default;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: -o-radial-gradient(50% 50%, 50% 50%, #E69317 41.15%, #E66A17 100%);
  background: radial-gradient(50% 50% at 50% 50%, #E69317 41.15%, #E66A17 100%);
}

.burger::before {
  height: 1px;
  width: 300%;
  left: -50%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.3);
  display: none;
}

.burger::after {
  height: 1px;
  width: 300%;
  left: -50%;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
  display: none;
}

form.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

form.form .form__field {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}

form.form .form__field input[type="text"] {
  font-family: "Yanone Kaffeesatz", sans-serif;
  border: 2px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  border-radius: 5px;
  background-color: transparent;
  padding: 15px 20px;
  color: #fff;
  font-size: 24px;
}

form.form .form__field input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

form.form .form__field input[type="text"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

form.form .form__field input[type="text"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

form.form .form__field input[type="text"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

form.form .form__field input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

form.form .form__field input[type="submit"] {
  font-family: "Yanone Kaffeesatz", sans-serif;
  color: #fff;
  font-size: 24px;
  padding: 11px 28px;
  cursor: pointer;
}

form.form .form__field:last-child {
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}

form.form .hidden {
  display: none;
}

section.touch {
  padding: 37px 0;
  position: relative;
  background-image: -o-radial-gradient(50% 50%, 50% 50%, #E69317 41.15%, #E66A17 100%);
  background-image: radial-gradient(50% 50% at 50% 50%, #E69317 41.15%, #E66A17 100%);
}

section.touch .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.touch h2.title {
  color: #fff;
  margin-bottom: 25px;
}

section.touch .button {
  font-size: 18px;
  padding: 14px 41px;
}

section.catalog {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #eaeff3));
  background: -o-linear-gradient(top, transparent 50%, #eaeff3 50%);
  background: linear-gradient(180deg, transparent 50%, #eaeff3 50%);
  padding: 20px 0 30px;
}

section.catalog .catalog__card {
  position: relative;
  background: -o-linear-gradient(0.01deg, #FF6600 0.01%, #FF9900 99.99%);
  background: linear-gradient(89.99deg, #FF6600 0.01%, #FF9900 99.99%);
  width: 100%;
  border-radius: 10px;
  padding: 0 20px 20px;
}

section.catalog .catalog__card-top {
  margin-bottom: 25px;
}

section.catalog .logo-block {
  margin-right: 30px;
}

section.catalog .logo {
  width: 100px;
  max-width: 347px;
  padding: 7px;
  background-color: #fff;
  border-radius: 0px 0px 7px 7px;
  margin-bottom: 10px;
}

section.catalog h2.title {
  color: white;
  margin-bottom: 0;
}

section.catalog p {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 23px;
  line-height: 1.2;
}

section.catalog form.form .form__field:nth-of-type(1) {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

section.catalog form.form .form__field:nth-of-type(1) input[type="text"] {
  padding: 11px 20px;
}

section.catalog .catalog__card-image {
  position: absolute;
  right: 0;
  top: -40px;
  width: 157px;
}

section.catalog.catalog-partnership {
  padding: 70px 0 30px;
}

section.catalog.catalog-partnership .catalog__card {
  padding: 65px 20px 20px;
}

section.catalog.catalog-partnership .catalog__card-image {
  top: -55px;
}

section.catalog.catalog-partnership p {
  margin-bottom: 11px;
}

section.contacts {
  background-color: #ffffff;
  padding: 30px 0;
  background-image: url("../img/bg_pattern.png");
  background-repeat: repeat;
  background-size: auto;
}

section.contacts .contacts__row {
  width: 100%;
  margin-bottom: 30px;
}

section.contacts .contacts__row:last-child {
  margin-bottom: 0;
}

section.contacts h2.title {
  margin-bottom: 34px;
}

section.contacts .contacts__content {
  margin-bottom: 20px;
}

section.contacts .contacts__item {
  margin-bottom: 30px;
  font-size: 24px;
}

section.contacts .contacts__item:last-child {
  margin-bottom: 0;
}

section.contacts .contacts__item-title {
  color: #bec6cd;
  margin-bottom: 14px;
}

section.contacts .contacts__map {
  border: 2px solid #ffffff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
  width: 100%;
  -webkit-filter: drop-shadow(0px 15px 35px rgba(118, 129, 139, 0.25));
          filter: drop-shadow(0px 15px 35px rgba(118, 129, 139, 0.25));
}

section.contacts .contacts__map iframe {
  position: absolute;
  width: 150%;
  height: 150%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.products__block {
  margin-bottom: 30px;
}

.products__block h3.products__block-title {
  font-size: 24px;
  margin-bottom: 28px;
  position: relative;
}

.products__block h3.products__block-title a {
  color: #F5730D;
}

.products__block .products__block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 6%;
     -moz-column-gap: 6%;
          column-gap: 6%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.products__block:last-child {
  margin-bottom: 0;
}

.products__block-item {
  width: 47%;
  margin-bottom: 20px;
}

.products__block-item.map .item__picture::before {
  position: absolute;
  display: block;
  width: 100%;
  content: 'Продукт сохраняется долго';
  left: 0;
  right: 0;
  top: 10px;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.products__block-item.map .item__picture:hover:before {
  opacity: 1;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

.products__block-item a {
  color: black;
  display: block;
  height: 100%;
}

.products__block-item .card {
  border-radius: 20px;
  background-color: #F2F4F5;
  border: 2px solid #ffffff;
  margin-bottom: 10px;
  position: relative;
  height: 0;
  padding-top: 128%;
}

.products__block-item .card p {
  margin: auto;
  color: #76818B;
  font-size: 24px;
}

.products__block-item .item__title {
  display: none;
  text-align: center;
  font-size: 18px;
}

.products__block-item .item__title span {
  text-transform: uppercase;
}

.products__block-item .item__picture {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 80%;
}

.products__block-item .item__picture img {
  margin: auto;
}

.products__block-item .item__picture .labels {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
}

.products__block-item .item__picture .labels span {
  width: 50px;
  height: 50px;
  line-height: 52px;
  font-size: 24px;
  border-radius: 50px;
  color: #fff;
  display: none;
  text-align: center;
}

.products__block-item .item__picture .labels .new {
  background-color: #D61969;
  margin-bottom: 10px;
}

.products__block-item .item__picture .labels .map {
  background-color: #76818B;
  margin-bottom: 10px;
}

.products__block-item .item__picture .labels .hit {
  background-color: #F5730D;
}

.products__block-item .item__spec {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.products__block-item .item__spec .item__spec-block {
  width: 29%;
  padding-top: 30px;
  position: relative;
}

.products__block-item .item__spec .item__spec-block p {
  background-color: #fff;
  color: #F5730D;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  padding: 6px 0;
}

.products__block-item .item__spec .item__spec-block::before {
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/icons/weight-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

.products__block-item .item__spec .item__spec-block.spec--weight::before {
  background-image: url(../img/icons/weight-icon.svg);
}

.products__block-item .item__spec .item__spec-block.spec--temperature::before {
  background-image: url(../img/icons/temperature-icon.svg);
}

.products__block-item .item__spec .item__spec-block.spec--frozen::before {
  background-image: url(../img/icons/snow-icon.svg);
}

.products__block-item .item__title--bottom {
  text-align: center;
  text-transform: uppercase;
}

.products__block-item.map a .item__picture .labels .map {
  display: block;
}

.products__block-item.hit a .item__picture .labels .hit {
  display: block;
}

.products__block-item.new a .item__picture .labels .new {
  display: block;
}

.products__block-item.swiper-slide {
  width: 47%;
}

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow-x: hidden;
  list-style: none;
  padding: 0;
  width: 100%;
  /* Fix of Webkit flickering */
  z-index: 0;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: -90px;
  width: 30px;
  height: 30px;
  z-index: 10;
  cursor: pointer;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(190, 198, 205, 0.3);
  border: 2px solid #bec6cd;
  border-radius: 50%;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: '';
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: '';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

/* =Project Slides */

.projects {
  width: 100%;
  position: relative;
  visibility: hidden;
  opacity: 0;
}

.project {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}

@-webkit-keyframes move1 {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }

  50% {
    -webkit-transform: rotate(-190deg) translate(-5px, -5px);
            transform: rotate(-190deg) translate(-5px, -5px);
  }

  100% {
    -webkit-transform: rotate(-360deg) translate(0, 0);
            transform: rotate(-360deg) translate(0, 0);
  }
}

@keyframes move1 {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }

  50% {
    -webkit-transform: rotate(-190deg) translate(-5px, -5px);
            transform: rotate(-190deg) translate(-5px, -5px);
  }

  100% {
    -webkit-transform: rotate(-360deg) translate(0, 0);
            transform: rotate(-360deg) translate(0, 0);
  }
}

@-webkit-keyframes move2 {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }

  50% {
    -webkit-transform: rotate(-190deg) translate(-5px, 7px);
            transform: rotate(-190deg) translate(-5px, 7px);
  }

  100% {
    -webkit-transform: rotate(-360deg) translate(0, 0);
            transform: rotate(-360deg) translate(0, 0);
  }
}

@keyframes move2 {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }

  50% {
    -webkit-transform: rotate(-190deg) translate(-5px, 7px);
            transform: rotate(-190deg) translate(-5px, 7px);
  }

  100% {
    -webkit-transform: rotate(-360deg) translate(0, 0);
            transform: rotate(-360deg) translate(0, 0);
  }
}

.project-image {
  position: absolute;
  width: 80%;
  left: 40%;
  bottom: -20px;
  z-index: 0;
}

.project-image img {
  position: relative;
  z-index: 4;
  display: block;
}

.button-container {
  position: relative;
}

button.btn.next {
  left: auto;
  right: 0;
}

button.btn.prev:before {
  content: '\2039';
  left: 23px;
}

button.btn.next:before {
  content: '\203a';
  left: 28px;
}

.dots {
  position: absolute;
  bottom: -4vh;
  left: 0;
  right: 0;
  top: auto;
  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;
}

.dot {
  background-color: rgba(255, 255, 255, 0.2);
  width: 20px;
  height: 20px;
  text-indent: -9999em;
  overflow: hidden;
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0 8px;
  cursor: pointer;
}

.dot:focus,
.dot:active,
.dot:hover {
  outline: none;
  background-color: rgba(255, 255, 255, 0.4);
}

.dot.active {
  background-color: rgba(255, 255, 255, 0.4);
}

.spot {
  position: absolute;
  background-color: white;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 5px;
  z-index: 0;
}

.ingredient-green {
  width: 74px;
  height: 70px;
}

.project__ingredients--intro {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.project__ingredients--intro > * {
  position: absolute;
  display: block;
}

.project__ingredients--intro .ingredient-1 {
  width: 173px;
  height: 186px;
  left: -200px;
  top: -300px;
}

.project__ingredients--intro .ingredient-2 {
  left: -120px;
  top: 310px;
  -webkit-transform: rotate(-130deg);
      -ms-transform: rotate(-130deg);
          transform: rotate(-130deg);
}

.project__ingredients--intro .ingredient-3 {
  width: 200px;
  height: 179px;
  left: 10px;
  bottom: -80px;
}

.project__ingredients--intro .ingredient-4 {
  width: 148px;
  height: 140px;
  left: 270px;
  bottom: -30px;
}

.project__ingredients--intro .ingredient-5 {
  left: 330px;
  bottom: 40%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.project__ingredients--intro .ingredient-6 {
  left: 200px;
  bottom: 0px;
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}

.project__ingredients--intro .ingredient-7 {
  left: 450px;
  top: -45px;
}

.project__ingredients--intro .ingredient-8 {
  right: -80px;
  bottom: 50%;
  -webkit-transform: rotate(-60deg);
      -ms-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.project__ingredients--intro .ingredient-9 {
  width: 179px;
  height: 144px;
  right: -160px;
  top: 0;
}

.project__ingredients--intro .ingredient-10 {
  width: 110px;
  height: 89px;
  left: 450px;
  bottom: 50%;
}

.project__ingredients--intro .ingredient-11 {
  width: 166px;
  height: 109px;
  right: -75px;
  bottom: -25px;
}

.project__ingredients--outro {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.project__ingredients--outro > * {
  position: absolute;
  display: block;
}

.project__ingredients--outro .ingredient-1 {
  width: 420px;
  height: 370px;
  left: -160px;
  top: 0;
}

.project__ingredients--outro .ingredient-2 {
  width: 360px;
  height: 290px;
  left: -60px;
  bottom: -80px;
}

.project__ingredients--outro .ingredient-3 {
  width: 290px;
  height: 370px;
  right: -170px;
  top: 10%;
}

.project__ingredients--outro .ingredient-4 {
  right: 30px;
  top: 10%;
  -webkit-transform: rotate(-120deg);
      -ms-transform: rotate(-120deg);
          transform: rotate(-120deg);
}

.project__ingredients--outro .ingredient-5 {
  width: 420px;
  height: 370px;
  right: -170px;
  bottom: 15%;
}

.project__ingredients--outro .ingredient-6 {
  width: 183px;
  height: 149px;
  right: 20px;
  bottom: -100px;
}

.project__ingredients--outro .ingredient-7 {
  width: 197px;
  height: 155px;
  right: 20px;
  top: -290px;
}

.project00 .project00 .project__ingredients--intro .ingredient-1 {
  -webkit-animation: moveX2 15s linear infinite;
          animation: moveX2 15s linear infinite;
}

.project00 .project00 .project__ingredients--intro .ingredient-3 {
  -webkit-animation: moveX 15s linear infinite;
          animation: moveX 15s linear infinite;
}

.project00 .project00 .project__ingredients--intro .ingredient-4 {
  -webkit-animation: moveX2 15s linear infinite;
          animation: moveX2 15s linear infinite;
}

.project00 .project00 .project__ingredients--intro .ingredient-7 {
  -webkit-animation: moveX 15s linear infinite;
          animation: moveX 15s linear infinite;
}

.project00 .project00 .project__ingredients--intro .ingredient-9 {
  -webkit-animation: moveX2 15s linear infinite;
          animation: moveX2 15s linear infinite;
}

.project00 .project00 .project__ingredients--intro .ingredient-10 {
  -webkit-animation: moveX 15s linear infinite;
          animation: moveX 15s linear infinite;
}

.project00 .project00 .project__ingredients--outro .ingredient-1 {
  -webkit-animation: moveX2 15s linear infinite;
          animation: moveX2 15s linear infinite;
}

.project00 .project00 .project__ingredients--outro .ingredient-2 {
  -webkit-animation: moveX3 15s linear infinite;
          animation: moveX3 15s linear infinite;
}

.project00 .project00 .project__ingredients--outro .ingredient-3 {
  -webkit-animation: moveX2 15s linear infinite;
          animation: moveX2 15s linear infinite;
}

.project00 .project00 .project__ingredients--outro .ingredient-5 {
  -webkit-animation: moveX 15s linear infinite;
          animation: moveX 15s linear infinite;
}

.project00 .project00 .project__ingredients--outro .ingredient-6 {
  -webkit-animation: moveX2 15s linear infinite;
          animation: moveX2 15s linear infinite;
}

.project00 .project00 .project__ingredients--outro .ingredient-7 {
  -webkit-animation: moveX 15s linear infinite;
          animation: moveX 15s linear infinite;
}

.project01 .project01 .project__ingredients--intro .ingredient-1 {
  -webkit-animation: moveX2 15s linear infinite;
          animation: moveX2 15s linear infinite;
}

.project01 .project01 .project__ingredients--intro .ingredient-3 {
  -webkit-animation: moveX2 15s linear infinite;
          animation: moveX2 15s linear infinite;
}

.project01 .project01 .project__ingredients--intro .ingredient-4 {
  -webkit-animation: moveX2 15s linear infinite;
          animation: moveX2 15s linear infinite;
}

.project01 .project01 .project__ingredients--intro .ingredient-6 {
  -webkit-animation: moveX 15s linear infinite;
          animation: moveX 15s linear infinite;
}

.project01 .project01 .project__ingredients--intro .ingredient-7 {
  -webkit-animation: moveX3 15s linear infinite;
          animation: moveX3 15s linear infinite;
}

.project01 .project01 .project__ingredients--outro .ingredient-1 {
  -webkit-animation: moveX 15s linear infinite;
          animation: moveX 15s linear infinite;
}

.project01 .project01 .project__ingredients--outro .ingredient-2 {
  -webkit-animation: moveX3 15s linear infinite;
          animation: moveX3 15s linear infinite;
}

.project01 .project01 .project__ingredients--outro .ingredient-3 {
  -webkit-animation: moveX2 15s linear infinite;
          animation: moveX2 15s linear infinite;
}

.project01 .project01 .project__ingredients--outro .ingredient-4 {
  -webkit-animation: moveX4 15s linear infinite;
          animation: moveX4 15s linear infinite;
}

.project02 .project02 .project__ingredients--intro .ingredient-1 {
  -webkit-animation: moveX2 15s linear infinite;
          animation: moveX2 15s linear infinite;
}

.project02 .project02 .project__ingredients--intro .ingredient-3 {
  -webkit-animation: moveX3 15s linear infinite;
          animation: moveX3 15s linear infinite;
}

.project02 .project02 .project__ingredients--intro .ingredient-4 {
  -webkit-animation: moveX 15s linear infinite;
          animation: moveX 15s linear infinite;
}

.project02 .project02 .project__ingredients--intro .ingredient-7 {
  -webkit-animation: moveX3 15s linear infinite;
          animation: moveX3 15s linear infinite;
}

.project02 .project02 .project__ingredients--outro .ingredient-1 {
  -webkit-animation: moveX 15s linear infinite;
          animation: moveX 15s linear infinite;
}

.project02 .project02 .project__ingredients--outro .ingredient-2 {
  -webkit-animation: moveX2 15s linear infinite;
          animation: moveX2 15s linear infinite;
}

.project02 .project02 .project__ingredients--outro .ingredient-3 {
  -webkit-animation: moveX4 15s linear infinite;
          animation: moveX4 15s linear infinite;
}

.project01 h2.title {
  font-size: 30px;
}

.project01 .project__ingredients--intro .ingredient-1 {
  width: auto;
  height: auto;
  left: -450px;
  top: -380px;
}

.project01 .project__ingredients--intro .ingredient-2 {
  left: -250px;
}

.project01 .project__ingredients--intro .ingredient-3 {
  width: 126px;
  height: 131px;
  left: -150px;
  top: 210px;
}

.project01 .project__ingredients--intro .ingredient-4 {
  width: auto;
  height: auto;
  left: 40px;
  bottom: -175px;
}

.project01 .project__ingredients--intro .ingredient-5 {
  left: 330px;
  bottom: 40%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.project01 .project__ingredients--intro .ingredient-6 {
  width: 166px;
  height: 173px;
  left: 65%;
  bottom: -90px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.project01 .project__ingredients--intro .ingredient-7 {
  width: 134px;
  height: 139px;
  left: auto;
  top: auto;
  bottom: 20%;
  right: 0;
}

.project01 .project__ingredients--intro .ingredient-8 {
  bottom: 60%;
}

.project01 .project__ingredients--outro .ingredient-1 {
  width: auto;
  height: auto;
  left: 0px;
  top: 0;
}

.project01 .project__ingredients--outro .ingredient-2 {
  width: auto;
  height: auto;
  left: -180px;
  bottom: -80px;
}

.project01 .project__ingredients--outro .ingredient-3 {
  width: auto;
  height: auto;
  right: -180px;
  top: -65%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.project01 .project__ingredients--outro .ingredient-4 {
  width: auto;
  height: auto;
  right: -150px;
  top: 10%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.project02 h2.title {
  font-size: 30px;
}

.project02 .project__ingredients--intro .ingredient-1 {
  width: 230px;
  height: 168px;
  left: -270px;
  top: -220px;
  -webkit-transform: rotate(190deg);
      -ms-transform: rotate(190deg);
          transform: rotate(190deg);
}

.project02 .project__ingredients--intro .ingredient-2 {
  left: -160px;
  top: 350px;
}

.project02 .project__ingredients--intro .ingredient-3 {
  width: 419px;
  height: 306px;
  left: -350px;
  bottom: -60px;
}

.project02 .project__ingredients--intro .ingredient-4 {
  width: 260px;
  height: 165px;
  left: 180px;
  bottom: -80px;
  -webkit-transform: rotate(-70deg);
      -ms-transform: rotate(-70deg);
          transform: rotate(-70deg);
}

.project02 .project__ingredients--intro .ingredient-5 {
  left: 330px;
  bottom: 40%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.project02 .project__ingredients--intro .ingredient-6 {
  left: 10%;
  bottom: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.project02 .project__ingredients--intro .ingredient-7 {
  width: 200px;
  height: 146px;
  left: 470px;
  top: 70px;
  -webkit-transform: rotate(-60deg);
      -ms-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.project02 .project__ingredients--intro .ingredient-8 {
  bottom: 60%;
}

.project02 .project__ingredients--intro .ingredient-11 {
  right: 10px;
  bottom: 40px;
}

.project02 .project__ingredients--outro .ingredient-1 {
  width: 720px;
  height: 459px;
  left: -450px;
  top: -130px;
}

.project02 .project__ingredients--outro .ingredient-2 {
  width: 409px;
  height: 261px;
  right: -180px;
  left: auto;
  top: -340px;
  bottom: auto;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.project02 .project__ingredients--outro .ingredient-3 {
  width: auto;
  height: auto;
  right: -360px;
  top: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

@-webkit-keyframes moveX {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(100px, 0) rotate(30deg);
            transform: translate(100px, 0) rotate(30deg);
  }
}

@keyframes moveX {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(100px, 0) rotate(30deg);
            transform: translate(100px, 0) rotate(30deg);
  }
}

@-webkit-keyframes moveX2 {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(80px, 0) rotate(-20deg);
            transform: translate(80px, 0) rotate(-20deg);
  }
}

@keyframes moveX2 {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(80px, 0) rotate(-20deg);
            transform: translate(80px, 0) rotate(-20deg);
  }
}

@-webkit-keyframes moveX3 {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(60px, 0) rotate(40deg);
            transform: translate(60px, 0) rotate(40deg);
  }
}

@keyframes moveX3 {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(60px, 0) rotate(40deg);
            transform: translate(60px, 0) rotate(40deg);
  }
}

@-webkit-keyframes moveX4 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
}

@keyframes moveX4 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
}

.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-popup > div {
  margin: auto;
  width: 90%;
}

.cd-popup.is-visible {
  opacity: 1;
  z-index: 2;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  padding: 0 20px 34px;
  background: -o-radial-gradient(50% 50%, 50% 50%, #E69317 41.15%, #E66A17 100%);
  background: radial-gradient(50% 50% at 50% 50%, #E69317 41.15%, #E66A17 100%);
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
}

.cd-popup-container form.form .container {
  padding: 0;
}

.cd-popup-container form.form .container .form__field {
  text-align: left;
}

.cd-popup-container form.form .container .form__field .mf-text {
  color: #fff;
  display: inline-block;
}

.cd-popup-container form.form .container .form__field input[type="text"] {
  background-color: #fff;
  padding: 10px 15px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  color: #883C00;
  font-size: 18px;
}

.cd-popup-container form.form .container .form__field textarea {
  display: block;
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  color: #883C00;
  font-size: 18px;
  padding: 10px 15px;
  font-family: "Yanone Kaffeesatz", sans-serif;
}

.cd-popup-container form.form .container .form__field textarea::-webkit-input-placeholder {
  display: none;
  color: transparent;
}

.cd-popup-container form.form .container .form__field textarea::-moz-placeholder {
  display: none;
  color: transparent;
}

.cd-popup-container form.form .container .form__field textarea:-ms-input-placeholder {
  display: none;
  color: transparent;
}

.cd-popup-container form.form .container .form__field textarea::-ms-input-placeholder {
  display: none;
  color: transparent;
}

.cd-popup-container form.form .container .form__field textarea::placeholder {
  display: none;
  color: transparent;
}

.cd-popup-container form.form .container .form__field:last-child {
  text-align: center;
}

.cd-popup-container form.form .container .form__field .button {
  border: 2px solid white;
  background: white;
  padding: 11px 28px;
  border-radius: 50px;
  color: #000;
  font-family: "Yanone Kaffeesatz", sans-serif;
  cursor: pointer;
  font-size: 24px;
}

.cd-popup-container form.form .container .form__field label {
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}

.cd-popup-container a.black {
  margin-bottom: 15px;
  display: block;
}

.cd-popup-container a.black .logo {
  padding: 7px;
  display: block;
  background-color: #fff;
  border-radius: 0px 0px 7px 7px;
  width: 100px;
}

.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 19px;
  height: 19px;
}

.cd-popup-container .cd-popup-close::before,
.cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 8px;
  width: 25px;
  height: 2px;
  background-color: #fff;
}

.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -3px;
}

.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: -3px;
}

.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap {
  position: fixed;
  right: 15px;
  bottom: 15px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: '▲';
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #ccc;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  content: '▲';
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  opacity: 0;
  background: -o-radial-gradient(50% 50%, 50% 50%, #e69317 41.15%, #e66a17 100%), #e48f20;
  background: radial-gradient(50% 50% at 50% 50%, #e69317 41.15%, #e66a17 100%), #e48f20;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #ccc;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.first-screen {
  height: 60vh;
  background: -o-radial-gradient(50% 50%, 50% 50%, #e69317 41.15%, #e66a17 100%);
  background: radial-gradient(50% 50% at 50% 50%, #e69317 41.15%, #e66a17 100%);
}

.first-screen header.header {
  background-color: transparent;
}

section.first {
  padding: 20px 0;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  color: #fff;
}

section.first .container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  position: relative;
}

section.first h1.title,
section.first h2.title {
  color: #883C00;
  margin-bottom: 10px;
  position: relative;
}

section.first h1.title span,
section.first h2.title span {
  color: #fff;
}

section.first .subtitle {
  margin-bottom: 10px;
  font-size: 18px;
  position: relative;
}

section.first .list__title {
  color: #883C00;
  margin-bottom: 10px;
  font-size: 18px;
  position: relative;
}

section.first .reasons__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

section.first .reasons__list .reasons__list-part:first-of-type {
  margin-right: 12px;
}

section.first .reasons__list .reasons__item {
  font-size: 14px;
  padding-left: 20px;
  position: relative;
}

section.first .reasons__list .reasons__item:nth-child(odd) {
  margin-bottom: 15px;
}

section.first .reasons__list .reasons__item::before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  left: 0;
  top: -1px;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0.3;
}

section.first .reasons__list .reasons__item::after {
  width: 15px;
  height: 15px;
  left: 0;
  top: -1px;
  background-image: url(../img/icons/check.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

section.products {
  margin-bottom: 70px;
}

section.products p.title {
  text-align: center;
  margin-bottom: 20px;
}

section.products .title-icon {
  font-size: 18px;
  margin-bottom: 15px;
}

section.production {
  background-color: #EAEFF3;
  padding: 20px 0;
  background-repeat: repeat;
  background-size: contain;
}

section.production .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.production p.subtitle {
  font-size: 18px;
  margin-bottom: 30px;
}

section.partners {
  background-color: #EAEFF3;
  padding: 30px 0;
}

section.partners .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.partners a.button {
  margin-top: 40px;
}

.about {
  padding-bottom: 30px;
}

.about .main__pic {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 15px 35px rgba(118, 129, 139, 0.25);
          box-shadow: 0px 15px 35px rgba(118, 129, 139, 0.25);
  height: 0;
  padding-top: 50%;
}

.about .main__pic img {
  position: absolute;
  top: 0;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100%;
     object-position: 100%;
  width: 100%;
  height: 100%;
}

.about .content p.text {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1.15px;
  line-height: 1.2;
}

.production {
  padding-bottom: 50px;
}

.production ul.production__list .production__text {
  margin-bottom: 30px;
}

.production ul.production__list .production__text p.text {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1.15px;
  line-height: 1.2;
}

.production .content {
  margin-bottom: 30px;
}

.production .content h2 {
  font-size: 18px;
  margin-bottom: 25px;
}

.production .content p.text {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1.15px;
  line-height: 1.2;
}

.production .content:last-child {
  margin-bottom: 0;
}

.partnership {
  padding-bottom: 0px;
}

.partnership .subtitle {
  font-size: 24px;
}

.partnership .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.partnership .content .content__part {
  margin-bottom: 30px;
}

.partnership .content .content__part h2 {
  font-size: 24px;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  line-height: 1.1;
}

.partnership .content .content__part h2::before {
  width: 15px;
  height: 15px;
  top: 4px;
  left: 0;
  border-radius: 50%;
  background: -o-linear-gradient(0.01deg, #ff6600 0.01%, #ff9900 99.99%);
  background: linear-gradient(89.99deg, #ff6600 0.01%, #ff9900 99.99%);
}

.partnership .content .content__part h2::after {
  width: 7px;
  height: 5px;
  top: 9px;
  left: 4px;
  background-image: url("../img/icons/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.partnership .content .content__part p.text {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1.15px;
  line-height: 1.25;
}

.partnership .content .content__part:last-child {
  margin-bottom: 0;
}

.marketplace {
  padding: 0;
}

.marketplace .marketplace__item {
  padding: 30px 0 0;
  border-bottom: 1px solid rgba(118, 129, 139, 0.3);
}

.marketplace .marketplace__item .marketplace__item--top {
  margin-bottom: 30px;
}

.marketplace .marketplace__item .marketplace__item--top .marketplace__item--about {
  width: 100%;
  margin-bottom: 30px;
}

.marketplace .marketplace__item .marketplace__item--top .marketplace__item--about .marketplace__item--logo {
  margin-bottom: 20px;
  width: 60%;
}

.marketplace .marketplace__item .marketplace__item--top .marketplace__item--about .marketplace__item--text {
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  color: #76818B;
}

.marketplace .marketplace__item .marketplace__item--top .marketplace__item--review .review__title {
  font-size: 18px;
  margin-bottom: 20px;
}

.marketplace .marketplace__item .marketplace__item--top .marketplace__item--review .review {
  background-color: #F2F4F5;
  border: 2px solid #ffffff;
  padding: 30px 20px 30px 40px;
  -webkit-box-shadow: 0px 5px 15px rgba(118, 129, 139, 0.25);
          box-shadow: 0px 5px 15px rgba(118, 129, 139, 0.25);
  border-radius: 20px;
  font-size: 18px;
}

.marketplace .marketplace__item .marketplace__item--top .marketplace__item--review .review .review__text {
  font-style: italic;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.3;
  letter-spacing: 0.4px;
}

.marketplace .marketplace__item .marketplace__item--top .marketplace__item--review .review .review__text::before {
  content: '“';
  left: -20px;
  top: 0;
  font-size: 40px;
  line-height: 1.2;
  font-style: normal;
  color: #76818B;
}

.marketplace .marketplace__item .marketplace__item--top .marketplace__item--review .review .review__from {
  text-align: right;
}

.marketplace .marketplace__item .marketplace__item--top .marketplace__item--review .review .review__from .review__from--position {
  color: #76818B;
  margin-bottom: 5px;
}

.marketplace .marketplace__item .marketplace__item--address {
  -webkit-perspective: 900;
          perspective: 900;
  -webkit-animation: flipdown 0.5s ease both;
          animation: flipdown 0.5s ease both;
  position: relative;
}

.marketplace .marketplace__item .marketplace__item--address .address__title {
  margin-bottom: 20px;
  font-size: 18px;
}

.marketplace .marketplace__item .marketplace__item--address .address__list {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  overflow: hidden;
}

.marketplace .marketplace__item .marketplace__item--address .address__list .address__item {
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
  font-size: 18px;
}

.marketplace .marketplace__item .marketplace__item--address .address__list .address__item:last-child {
  margin-bottom: 0;
}

.marketplace .marketplace__item .marketplace__item--address .address__list .address__item::before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  left: 0;
  top: 0;
  background-color: #F2F4F5;
}

.marketplace .marketplace__item .marketplace__item--address .address__list .address__item::after {
  width: 8px;
  height: 6px;
  left: 4px;
  top: 4px;
  background-image: url("../img/icons/check-address.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.marketplace .marketplace__item .marketplace__item--address input[type='checkbox'] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

.marketplace .marketplace__item .marketplace__item--address input[type='checkbox']:checked ~ .address__list {
  max-height: 0;
  opacity: 0;
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

.marketplace .marketplace__item .marketplace__item--address input[type='checkbox']:checked ~ i:before {
  -webkit-transform: translate(2px, 0) rotate(45deg);
      -ms-transform: translate(2px, 0) rotate(45deg);
          transform: translate(2px, 0) rotate(45deg);
}

.marketplace .marketplace__item .marketplace__item--address input[type='checkbox']:checked ~ i:after {
  -webkit-transform: translate(-2px, 0) rotate(-45deg);
      -ms-transform: translate(-2px, 0) rotate(-45deg);
          transform: translate(-2px, 0) rotate(-45deg);
}

.marketplace .marketplace__item .marketplace__item--address i {
  position: absolute;
  -webkit-transform: translate(-6px, 0);
      -ms-transform: translate(-6px, 0);
          transform: translate(-6px, 0);
  margin-top: 6px;
  right: 0;
}

.marketplace .marketplace__item .marketplace__item--address i:before,
.marketplace .marketplace__item .marketplace__item--address i:after {
  content: '';
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  background-color: black;
  width: 3px;
  height: 9px;
}

.marketplace .marketplace__item .marketplace__item--address i:before {
  -webkit-transform: translate(-2px, 0) rotate(45deg);
      -ms-transform: translate(-2px, 0) rotate(45deg);
          transform: translate(-2px, 0) rotate(45deg);
}

.marketplace .marketplace__item .marketplace__item--address i:after {
  -webkit-transform: translate(2px, 0) rotate(-45deg);
      -ms-transform: translate(2px, 0) rotate(-45deg);
          transform: translate(2px, 0) rotate(-45deg);
}

@-webkit-keyframes flipdown {
  0% {
    opacity: 0;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }

  5% {
    opacity: 1;
  }

  80% {
    -webkit-transform: rotateX(8deg);
            transform: rotateX(8deg);
  }

  83% {
    -webkit-transform: rotateX(6deg);
            transform: rotateX(6deg);
  }

  92% {
    -webkit-transform: rotateX(-3deg);
            transform: rotateX(-3deg);
  }

  100% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

@keyframes flipdown {
  0% {
    opacity: 0;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }

  5% {
    opacity: 1;
  }

  80% {
    -webkit-transform: rotateX(8deg);
            transform: rotateX(8deg);
  }

  83% {
    -webkit-transform: rotateX(6deg);
            transform: rotateX(6deg);
  }

  92% {
    -webkit-transform: rotateX(-3deg);
            transform: rotateX(-3deg);
  }

  100% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

.products .products__catalog .products__catalog--choice {
  margin-bottom: 20px;
}

.products .products__catalog .products__catalog--choice ul.list li.item {
  margin-bottom: 40px;
}

.products .products__catalog .products__catalog--choice ul.list li.item a {
  color: #000;
  font-size: 36px;
}

.products .products__catalog .products__catalog--choice ul.list li.item.selected a {
  color: #F5730D;
}

.products .products__catalog .products__catalog--list .products__block-list:last-child {
  margin-bottom: 0;
}

.products .products__catalog .products__catalog--list .products__about .products__block-left .products__block-item {
  width: 100%;
}

.products .products__catalog .products__catalog--list .products__about .products__block-left .products__block-item .card {
  padding-top: 100%;
}

.products .products__catalog .products__catalog--list .products__about .products__block-left .products__block-item .item__picture {
  height: 100%;
}

.products .products__catalog .products__catalog--list .products__about .products__block-left .products__block-item .item__picture img {
  margin: auto;
  height: 100%;
}

.products .products__catalog .products__catalog--list .products__about .products__block-left .products__block-item .item__picture .labels {
  display: block;
  top: 20px;
  left: -10px;
}

.products .products__catalog .products__catalog--list .products__about .products__block-left .products__block-item.map .card .item__picture .labels .map {
  display: block;
}

.products .products__catalog .products__catalog--list .products__about .products__block-left .products__block-item.hit .card .item__picture .labels .hit {
  display: block;
}

.products .products__catalog .products__catalog--list .products__about .products__block-left .products__block-item.new .card .item__picture .labels .new {
  display: block;
}

.products .products__catalog .products__catalog--list .products__about .products__block-about .title {
  font-size: 24px;
  margin-bottom: 5px;
}

.products .products__catalog .products__catalog--list .products__about .products__block-about .title span {
  text-transform: uppercase;
}

.products .products__catalog .products__catalog--list .products__about .products__block-about p.descr {
  font-size: 14px;
  margin-bottom: 10px;
}

.products .products__catalog .products__catalog--list .products__about .products__block-about .rich-cond,
.products .products__catalog .products__catalog--list .products__about .products__block-about .grey-cond {
  margin-bottom: 20px;
}

.products .products__catalog .products__catalog--list .products__about .products__block-about .rich-cond h3.title,
.products .products__catalog .products__catalog--list .products__about .products__block-about .grey-cond h3.title {
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.products .products__catalog .products__catalog--list .products__about .products__block-about .rich-cond h3.title::before,
.products .products__catalog .products__catalog--list .products__about .products__block-about .grey-cond h3.title::before {
  top: -3px;
  left: 0;
  width: 16px;
  height: 20px;
  background-image: url(../img/icons/product-icon-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.products .products__catalog .products__catalog--list .products__about .products__block-about .rich-cond .digit-block,
.products .products__catalog .products__catalog--list .products__about .products__block-about .grey-cond .digit-block {
  background-color: #fff;
  border-radius: 10px;
  color: #F5730D;
  font-size: 18px;
  line-height: 1.2;
  padding: 10px;
}

.products .products__catalog .products__catalog--list .products__about .products__block-about .rich-cond .rich-cond-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.products .products__catalog .products__catalog--list .products__about .products__block-about .rich-cond .rich-cond-list .rich-cond-item {
  background-color: #F2F4F5;
  border: 2px solid #ffffff;
  border-radius: 20px;
  padding: 10px 8px 20px;
  max-width: 130px;
  margin-bottom: 10px;
}

.products .products__catalog .products__catalog--list .products__about .products__block-about .rich-cond .rich-cond-list .rich-cond-item p.title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}

.products .products__catalog .products__catalog--list .products__about .products__block-about .rich-cond .rich-cond-list .rich-cond-item .percent-block {
  color: #fff;
  margin-top: 10px;
  font-size: 18px;
}

.products .products__catalog .products__catalog--list .products__about .products__block-about .rich-cond .rich-cond-list .rich-cond-item.energy {
  background-color: #7ad368;
}

.products .products__catalog .products__catalog--list .products__about .products__block-about .rich-cond .rich-cond-list .rich-cond-item.protein {
  background-color: #7ad368;
}

.products .products__catalog .products__catalog--list .products__about .products__block-about .rich-cond .rich-cond-list .rich-cond-item.fat {
  background-color: #F5730D;
}

.products .products__catalog .products__catalog--list .products__about .products__block-about .rich-cond .rich-cond-list .rich-cond-item.carb {
  background-color: #7ad368;
}

.products .products__catalog .products__catalog--list .products__about .products__block-about .grey-cond .grey-cond-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

.products .products__catalog .products__catalog--list .products__about .products__block-about .grey-cond .grey-cond-list .grey-cond-item {
  background-color: #F2F4F5;
  border: 2px solid #ffffff;
  border-radius: 20px;
  padding: 10px 15px 20px;
  max-width: 130px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.products .products__catalog .products__catalog--list .products__about .products__block-about .grey-cond .grey-cond-list .grey-cond-item p.title {
  font-size: 18px;
  color: #76818B;
  margin-bottom: 15px;
}

.products .products__catalog .products__catalog--list .products__about .products__block-about .grey-cond .grey-cond-list .grey-cond-item .grey-cond-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #76818B;
}

.products .products__catalog .products__catalog--list .products__about .products__block-about .grey-cond .grey-cond-list .grey-cond-item .grey-cond-item-list .digit-block {
  padding: 5px;
  margin-right: 6px;
}

.products .products__catalog .products__catalog--list .products__about .products__block-about .grey-cond .grey-cond-list .grey-cond-item .grey-cond-item-list span {
  font-size: 18px;
}

.products .products__catalog .products__catalog--list .products__about .products__block-about .grey-cond:nth-of-type(2) h3.title::before {
  background-image: url(../img/icons/product-icon-2.svg);
}

.products .products__catalog .products__catalog--list .products__about .products__block-about .grey-cond:last-of-type {
  margin-bottom: 0;
}

.products .products__catalog .products__catalog--list .products__about .products__block-about .grey-cond:last-of-type h3.title::before {
  background-image: url(../img/icons/product-icon-3.svg);
}

.products .products__catalog .products__catalog--list .products__about .warning-1 {
  font-size: 18px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 25px;
}

.products .products__catalog .products__catalog--list .products__about .warning-1::before {
  content: '!';
  color: black;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  line-height: 14px;
  text-align: center;
  border: 2px solid #000000;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
}

.products .products__catalog .products__catalog--list .products__about .warning-2 {
  font-size: 18px;
  padding-left: 45px;
  position: relative;
}

.products .products__catalog .products__catalog--list .products__about .warning-2::before {
  top: -8px;
  left: 0;
  height: 35px;
  width: 35px;
  background: -o-linear-gradient(0.01deg, #ff6600 0.01%, #ff9900 99.99%), #ffffff;
  background: linear-gradient(89.99deg, #ff6600 0.01%, #ff9900 99.99%), #ffffff;
  border-radius: 50%;
}

.products .products__catalog .products__catalog--list .products__about .warning-2::after {
  top: 2px;
  left: 10px;
  height: 12px;
  width: 15px;
  background-image: url(../img/icons/microwave-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.products-catalog {
  padding: 50px 0 0px;
}

.product__page--slider {
  padding: 40px 0;
}

.product__page--slider .products__block {
  width: 100%;
}

.product__page--slider .products__block h3.products__block-title {
  color: #000;
  font-size: 18px;
}

body {
  font-family: "Yanone Kaffeesatz", sans-serif;
  background-color: #fff;
  overflow-y: scroll;
}

.wrapper {
  position: relative;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
}

.container {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  width: 100%;
}

a {
  border-bottom: none;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

a.download__catalog {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 40px;
  background-color: #fff;
  color: #ff9900;
  border-radius: 50px;
  padding: 10px 20px;
  -webkit-animation: wiggle 6s linear infinite;
          animation: wiggle 6s linear infinite;
}

@-webkit-keyframes wiggle {
  0%, 7% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }

  15% {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
  }

  20% {
    -webkit-transform: rotateZ(3deg);
            transform: rotateZ(3deg);
  }

  25% {
    -webkit-transform: rotateZ(-3deg);
            transform: rotateZ(-3deg);
  }

  30% {
    -webkit-transform: rotateZ(2deg);
            transform: rotateZ(2deg);
  }

  35% {
    -webkit-transform: rotateZ(-1deg);
            transform: rotateZ(-1deg);
  }

  40%, 100% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
}

@keyframes wiggle {
  0%, 7% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }

  15% {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
  }

  20% {
    -webkit-transform: rotateZ(3deg);
            transform: rotateZ(3deg);
  }

  25% {
    -webkit-transform: rotateZ(-3deg);
            transform: rotateZ(-3deg);
  }

  30% {
    -webkit-transform: rotateZ(2deg);
            transform: rotateZ(2deg);
  }

  35% {
    -webkit-transform: rotateZ(-1deg);
            transform: rotateZ(-1deg);
  }

  40%, 100% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
}

.title {
  font-size: 40px;
  margin-bottom: 20px;
}

.subtitle {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.15;
}

.title-icon {
  padding-top: 35px;
  position: relative;
  text-align: center;
}

.title-icon::before {
  width: 16px;
  height: 20px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/icons/icon-title.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.contact__link {
  color: #fff;
  position: relative;
  padding-left: 33px;
}

.contact__link::before {
  background-image: url("../img/icons/location.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  width: 18px;
  height: 22px;
  left: 0;
  top: -2px;
}

.contact__link.mail {
  padding-left: 37px;
  margin-left: 39px;
}

.contact__link.mail::before {
  background-image: url("../img/icons/mail.svg");
  width: 22px;
  height: 18px;
  left: 0;
}

.logo {
  display: block;
  width: 200px;
}

.logo_color_1,
.logo_color_2 {
  fill: #fff;
}

.black {
  z-index: 1;
}

.black .logo_color_1 {
  fill: #000;
}

main.main {
  background-color: #fff;
  background-image: url("../img/bg_pattern.png");
  background-repeat: repeat;
  background-size: auto;
  padding: 20px 0 0;
}

.no-scroll {
  height: 100vh;
}

.logo_color_2 {
  fill: #66bc46;
}

.gray .logo_color_1,
.gray .logo_color_2 {
  fill: gray;
}

.visible__md {
  display: none;
}

.visible__sm {
  display: none;
}

.visible__lg {
  display: none;
}

.visible__xlg {
  display: none;
}

.breadcrumbs {
  margin-bottom: 20px;
  display: none;
}

.breadcrumbs .breadcrumbs__item {
  color: #76818B;
  font-size: 18px;
}

.breadcrumbs a.breadcrumbs__item {
  padding-right: 16px;
  margin-right: 10px;
  position: relative;
  color: #76818B;
}

.breadcrumbs a.breadcrumbs__item::after {
  content: '●';
  color: #76818B;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 11px;
  margin: auto;
}

p.text {
  font-size: 14px;
  font-weight: 600;
  color: #76818B;
  line-height: 1.5;
}

ul.production__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

ul.production__list li.production__item {
  height: 0;
  width: 100%;
  position: relative;
  padding-top: 100%;
  color: white;
  margin-bottom: 30px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  overflow: hidden;
}

ul.production__list li.production__item .production__item-content {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

ul.production__list li.production__item .production__item-content p {
  font-size: 18px;
  font-weight: 400;
}

ul.production__list li.production__item .production__item-content a.button {
  display: inline-block;
}

.slider-marketplace {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 15px 35px rgba(118, 129, 139, 0.25);
          box-shadow: 0px 15px 35px rgba(118, 129, 139, 0.25);
  padding: 40px 60px;
  width: 100%;
  overflow-x: hidden;
}

.slider-marketplace .swiper-container {
  overflow-x: visible;
}

.slider-marketplace .swiper-container ul.partners__list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.slider-marketplace .swiper-container ul.partners__list li.partner__item {
  margin-bottom: 40px;
  text-align: center;
}

.slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--okey img {
max-width: 100px;
  }

  .slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--samokat img {
max-width: 138px;
  }

  .slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--shell img {
max-width: 93px;
  }

  .slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--neste img {
max-width: 92px;
  }

  .slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--bashneft img {
max-width: 136px;
  }

  .slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--lukoil img {
max-width: 102px;
  }

  .slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--rosneft img {
max-width: 98px;
  }

  .slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--stop img {
max-width: 131px;
  }

  .slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--irbis img {
max-width: 105px;
  }

.slider-marketplace .swiper-container ul.partners__list li.partner__item {
		max-width: inherit;
	}

.marketplace .marketplace__item .marketplace__item--top .marketplace__item--about .marketplace__item--logo-okey, 
.slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--okey img {
    max-width: 100px;
  }

  .marketplace .marketplace__item .marketplace__item--top .marketplace__item--about .marketplace__item--logo-samokat,
.slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--samokat img {
    max-width: 138px;
  }

  .marketplace .marketplace__item .marketplace__item--top .marketplace__item--about .marketplace__item--logo-samokat img{
    width: 138px;
  }

  .marketplace .marketplace__item .marketplace__item--top .marketplace__item--about .marketplace__item--logo-shell,
.slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--shell img {
    max-width: 93px;
  }

  .marketplace .marketplace__item .marketplace__item--top .marketplace__item--about .marketplace__item--logo-neste,
.slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--neste img {
    max-width: 92px;
  }

  .marketplace .marketplace__item .marketplace__item--top .marketplace__item--about .marketplace__item--logo-bashneft,
.slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--bashneft img {
    max-width: 136px;
  }

  .marketplace .marketplace__item .marketplace__item--top .marketplace__item--about .marketplace__item--logo-bashneft img,
.slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--bashneft img {
    width: 136px;
  }

  .marketplace .marketplace__item .marketplace__item--top .marketplace__item--about .marketplace__item--logo-lukoil,
.slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--lukoil img {
    max-width: 102px;
  }

  .marketplace .marketplace__item .marketplace__item--top .marketplace__item--about .marketplace__item--logo-rosneft,
.slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--rosneft img {
    max-width: 98px;
  }

  .marketplace .marketplace__item .marketplace__item--top .marketplace__item--about .marketplace__item--logo-stop,
.slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--stop img {
    max-width: 131px;
  }
  .marketplace .marketplace__item .marketplace__item--top .marketplace__item--about .marketplace__item--logo-stop img,
.slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--stop img{
    width: 131px;
  }

  .marketplace .marketplace__item .marketplace__item--top .marketplace__item--about .marketplace__item--logo-irbis,
.slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--irbis img {
    max-width: 105px;
  }

@media (min-width: 768px) {
	.slider-marketplace .swiper-container ul.partners__list li.partner__item {
		max-width: inherit;
	}

.marketplace .marketplace__item .marketplace__item--top .marketplace__item--about .marketplace__item--logo-okey, 
.slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--okey img {
    max-width: 157px;
  }

  .marketplace .marketplace__item .marketplace__item--top .marketplace__item--about .marketplace__item--logo-samokat,
.slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--samokat img {
    max-width: 216px;
  }

  .marketplace .marketplace__item .marketplace__item--top .marketplace__item--about .marketplace__item--logo-samokat img{
    width: 216px;
  }

  .marketplace .marketplace__item .marketplace__item--top .marketplace__item--about .marketplace__item--logo-shell,
.slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--shell img {
    max-width: 147px;
  }

  .marketplace .marketplace__item .marketplace__item--top .marketplace__item--about .marketplace__item--logo-neste,
.slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--neste img {
    max-width: 152px;
  }

  .marketplace .marketplace__item .marketplace__item--top .marketplace__item--about .marketplace__item--logo-bashneft,
.slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--bashneft img {
    max-width: 213px;
  }

  .marketplace .marketplace__item .marketplace__item--top .marketplace__item--about .marketplace__item--logo-bashneft img,
.slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--bashneft img {
    width: 213px;
  }

  .marketplace .marketplace__item .marketplace__item--top .marketplace__item--about .marketplace__item--logo-lukoil,
.slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--lukoil img {
    max-width: 168px;
  }

  .marketplace .marketplace__item .marketplace__item--top .marketplace__item--about .marketplace__item--logo-rosneft,
.slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--rosneft img {
    max-width: 175px;
  }

  .marketplace .marketplace__item .marketplace__item--top .marketplace__item--about .marketplace__item--logo-stop,
.slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--stop img {
    max-width: 207px;
  }
  .marketplace .marketplace__item .marketplace__item--top .marketplace__item--about .marketplace__item--logo-stop img,
.slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--stop img{
    width: 207px;
  }

  .marketplace .marketplace__item .marketplace__item--top .marketplace__item--about .marketplace__item--logo-irbis,
.slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--irbis img {
    max-width: 160px;
  }
}

.slider-marketplace .swiper-container ul.partners__list li.partner__item:last-child {
  margin-bottom: 0;
}

.slider-marketplace .swiper-button-prev,
.slider-marketplace .swiper-button-next {
  top: 30%;
}

.slider-marketplace .swiper-button-next {
  right: -35px;
}

.slider-marketplace .swiper-button-prev {
  left: -35px;
}

.products__slider {
  width: 100%;
  overflow-x: hidden;
}

.products__slider .swiper-container {
  overflow-x: visible;
}

.products__slider .swiper-button-next {
  right: 0;
}

.products__slider .swiper-button-prev {
  left: auto;
  right: 70px;
}

select {
  position: relative;
  border: 2px solid rgba(118, 129, 139, 0.3);
  border-radius: 5px;
  background-color: #fff;
  padding: 13px 20px;
  width: 100%;
  background-image: url(../img/icons/select.svg);
  background-size: 10px 6px;
  background-position: 90% 50%;
  background-repeat: no-repeat;
}

.button {
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  z-index: 2;
  display: inline-block;
  border-radius: 50px;
}

.button::after {
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.4);
  height: 120%;
  left: -10%;
  -webkit-transform: skewX(20deg);
      -ms-transform: skewX(20deg);
          transform: skewX(20deg);
  z-index: -1;
}

.button:hover::after {
  left: -10%;
  width: 120%;
}

.bx_sitemap {
  margin-bottom: 0 !important;
}

.transition-1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -o-radial-gradient(50% 50%, 50% 50%, #e69317 41.15%, #e66a17 100%), #e48f20;
  background: radial-gradient(50% 50% at 50% 50%, #e69317 41.15%, #e66a17 100%), #e48f20;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

.transition-1.is-active {
  pointer-events: all;
  opacity: 1;
}

.transition__logo {
  margin: auto;
}

.mf-ok-text {
  text-align: center;
  font-size: 24px;
  color: white;
}

@media (min-width: 374px) {
  .first-screen {
    height: 50vh;
  }
}

@media (min-width: 768px) {
  footer.footer .footer__bottom .container {
    padding-left: 200px;
  }

  footer.footer .logo-block .logo {
    width: 170px;
  }

  footer.footer .address p::before {
    left: 4px;
    top: 5px;
  }

  footer.footer .address {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }

  footer.footer .address p:nth-child(1) {
    margin-right: 10px;
    margin-bottom: 0px;
  }

  footer.footer .address p:nth-child(2)::before {
    width: 4px;
    height: 4px;
    background-image: none;
    background-color: #76818B;
    border-radius: 50%;
  }

  footer.footer .footer__contacts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 15px;
  }

  footer.footer .footer__contacts p:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 30px;
    margin-bottom: 0px;
    text-align: left;
  }

  footer.footer .footer__contacts p:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 30px;
    margin-bottom: 0px;
    text-align: left;
  }

  footer.footer .footer__contacts p.made {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-left: 0;
  }

  form.form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  section.catalog .catalog__card > div {
    width: 50%;
  }

  section.catalog .catalog__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-radius: 20px;
  }

  section.catalog .catalog__card-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 35px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  section.catalog .logo-block {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  section.catalog .logo {
    width: 200px;
    margin-bottom: 0px;
    padding: 11px 20px 20px;
    border-radius: 0px 0px 15px 15px;
  }

  section.catalog h2.title {
    font-size: 50px;
  }

  section.catalog p {
    text-align: left;
    font-size: 24px;
    margin-bottom: 40px;
  }

  section.catalog .catalog__card-image {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 50%;
    width: 55%;
  }

  section.catalog.catalog-partnership .catalog__card-image {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 50%;
    width: 55%;
  }

  .dots {
    bottom: 0vh;
  }

  .project01 h2.title {
    font-size: 40px;
  }

  .project02 h2.title {
    font-size: 40px;
  }

  section.first h1.title,
  section.first h2.title {
    margin-bottom: 40px;
  }

  section.first .subtitle {
    margin-bottom: 40px;
    font-size: 36px;
  }

  section.first .list__title {
    margin-bottom: 20px;
    font-size: 36px;
  }

  section.first {
    padding-top: 40px;
  }

  .production ul.production__list {
    margin-bottom: 60px;
  }

  .production .content h2 {
    font-size: 36px;
    margin-bottom: 30px;
    width: 50%;
  }

  .partnership .content .content__part:nth-child(odd) {
    padding-right: 40px;
  }

  .partnership .content .content__part {
    margin-bottom: 60px;
    width: 50%;
  }

  .marketplace .marketplace__item .marketplace__item--top .marketplace__item--about .marketplace__item--logo {
    margin-bottom: 30px;
    height: 73px;
  }

  .marketplace .marketplace__item .marketplace__item--top .marketplace__item--about {
    padding-right: 45px;
  }

  .marketplace .marketplace__item .marketplace__item--top .marketplace__item--review .review__title {
    height: 73px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 30px;
  }

  .marketplace .marketplace__item .marketplace__item--top.marketplace__item--review .marketplace__item--about,
  .marketplace .marketplace__item .marketplace__item--top.marketplace__item--review .marketplace__item--review {
    width: 50%;
  }

  .marketplace .marketplace__item .marketplace__item--top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .marketplace .marketplace__item .marketplace__item--address .address__list .address__item {
    width: 50%;
    margin-bottom: 40px;
  }

  .marketplace .marketplace__item .marketplace__item--address .address__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .container {
    max-width: 768px;
  }

  main.main {
    padding: 34px 0 0;
  }

  .visible__md {
    display: block;
  }

  .hidden__md {
    display: none;
  }

  p.text {
    font-size: 18px;
    line-height: 1.4;
  }

  ul.production__list li.production__item {
    width: 32%;
    padding-top: 32%;
    margin-bottom: 0px;
  }

  ul.production__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 40px;
  }

  .slider-marketplace .swiper-container ul.partners__list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media (min-width: 980px) {
  header.header .header__top .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  header.header .header__top {
    border-bottom: none;
  }

  header.header .logo {
    width: 180px;
  }

  header.header .contact__link--block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  header.header .button {
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 24px;
    padding: 11px 28px;
  }

  header.header::before {
    background: -o-radial-gradient(50% 50%, 50% 50%, #E69317 41.15%, #E66A17 100%), #E48F20;
    background: radial-gradient(50% 50% at 50% 50%, #E69317 41.15%, #E66A17 100%), #E48F20;
  }

  header.header {
    height: 120px;
  }

  footer.footer .menu li a {
    padding: 10px 0 8px;
    font-size: 18px;
  }

  footer.footer .footer__bottom .container {
    padding-left: 280px;
  }

  footer.footer .footer__bottom {
    padding-top: 40px;
    font-size: 24px;
  }

  footer.footer .logo-block .logo {
    width: 240px;
    padding: 11px 20px 20px;
    border-radius: 15px 15px 0px 0px;
  }

  footer.footer .address p:nth-child(1)::before {
    width: 14px;
    height: 18px;
    top: -2px;
  }

  footer.footer .address p {
    padding-left: 20px;
    font-size: 18px;
  }

  footer.footer .address {
    margin-bottom: 25px;
  }

  footer.footer .footer__contacts p:nth-child(1)::before {
    width: 22px;
    height: 18px;
    left: 0;
    top: -2px;
  }

  footer.footer .footer__contacts p:nth-child(1) {
    padding-left: 25px;
  }

  footer.footer .footer__contacts p {
    font-size: 18px;
  }

  footer.footer .footer__contacts {
    padding-bottom: 25px;
  }

  .burger {
    width: 100%;
    height: 30px;
    left: 0;
    position: absolute;
    top: calc(100% + 10px);
  }

  .burger #navigation {
    position: absolute;
    opacity: 1;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    pointer-events: inherit;
    height: 100%;
  }

  .burger #navigation ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    border-bottom: none;
    border-bottom: none;
    border-top: none;
    background-color: transparent;
    padding: 8px 20px 6px;
  }

  .burger #navigation ul li {
    width: auto;
    list-style: none;
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .burger #navigation ul li:not(:last-child):after {
    content: "●";
    margin: auto;
    color: #fff;
    font-size: 6px;
  }

  .burger #navigation ul li:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }

  .burger #navigation ul::before {
    background-color: #fff;
    opacity: .1;
    height: 100%;
    width: 400%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .burger::before {
    display: block;
  }

  .burger::after {
    display: block;
  }

  form.form .form__field input[type="text"] {
    border-radius: 10px;
  }

  section.catalog .catalog__card > div {
    width: 55%;
  }

  section.catalog p {
    font-size: 36px;
  }

  section.catalog form.form .form__field:nth-of-type(1) input[type="text"] {
    width: 230px;
  }

  section.catalog form.form .form__field:nth-of-type(1) {
    margin-right: 20px;
  }

  section.catalog form.form .form__field:last-of-type {
    text-align: left;
  }

  section.catalog form.form .form__field {
    margin-bottom: 0;
  }

  section.catalog form.form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  section.catalog .catalog__card-image {
    width: 55%;
    left: 50%;
  }

  section.catalog.catalog-partnership .catalog__card-top {
    margin-bottom: 17px;
    line-height: .77;
  }

  section.catalog.catalog-partnership .catalog__card-image {
    width: 55%;
    left: 50%;
  }

  section.catalog.catalog-partnership p {
    margin-bottom: 18px;
  }

  section.catalog.catalog-partnership {
    padding: 70px 0 160px;
  }

  section.contacts .contacts__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 90px;
  }

  section.contacts .contacts__content {
    width: 33.33%;
    padding-right: 40px;
    margin-bottom: 0px;
  }

  section.contacts .contacts__item {
    margin-bottom: 48px;
  }

  section.contacts .contacts__item-title {
    font-size: 36px;
  }

  section.contacts .contacts__map {
    width: 66.66%;
    max-width: 840px;
    padding-bottom: 40%;
  }

  section.contacts .contacts__map {
    padding-bottom: 27%;
  }

  section.contacts {
    padding: 135px 0;
    text-align: left;
  }

  .products__block h3.products__block-title {
    font-size: 90px;
    color: #F5730D;
  }

  .products__block .products__block-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-column-gap: inherit;
       -moz-column-gap: inherit;
            column-gap: inherit;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }

  .products__block {
    margin-bottom: 85px;
  }

  .products__block-item.map .item__picture::before {
    font-size: 18px;
  }

  .products__block-item .card {
    padding: 20px;
    height: 100%;
    margin-bottom: 0;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .products__block-item .item__title span {
    display: block;
  }

  .products__block-item .item__title {
    display: block;
    min-height: 76px;
  }

  .products__block-item .item__picture {
    min-height: 270px;
  }

  .products__block-item .item__picture .labels {
    display: block;
  }

  .products__block-item .item__picture {
    position: relative;
    top: 0%;
    left: 0%;
    -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    width: 100%;
  }

  .products__block-item .item__spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .products__block-item .item__title--bottom {
    display: none;
  }

  .products__block-item {
    width: 24%;
    margin-bottom: 0px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .swiper-button-prev:after,
  .swiper-button-next:after {
    background-image: url(../img/icons/arrow.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 30px;
    height: 26px;
    display: block;
  }

  .dots {
    bottom: 10vh;
  }

  .first-screen {
    height: 100vh;
    min-height: 700px;
    background: -o-radial-gradient(50% 50%, 50% 50%, #e69317 41.15%, #e66a17 100%), #e48f20;
    background: radial-gradient(50% 50% at 50% 50%, #e69317 41.15%, #e66a17 100%), #e48f20;
  }

  section.first .container.hidden__sm {
    display: none;
  }

  section.first h1.title,
  section.first h2.title {
    z-index: 2;
  }

  section.first .subtitle {
    z-index: 2;
  }

  section.first .list__title {
    z-index: 2;
  }

  section.first .reasons__list .reasons__list-part:first-of-type {
    margin-right: 30px;
  }

  section.first .reasons__list .reasons__item:nth-child(odd) {
    margin-bottom: 25px;
  }

  section.first .reasons__list .reasons__item::before {
    top: 1px;
  }

  section.first .reasons__list .reasons__item::after {
    top: 1px;
  }

  section.first .reasons__list .reasons__item {
    font-size: 18px;
  }

  section.first .reasons__list {
    z-index: 2;
  }

  section.products {
    margin-bottom: 170px;
  }

  section.production p.subtitle {
    text-align: center;
  }

  section.production a.button {
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid rgba(190, 198, 205, 0.3);
    font-size: 24px;
    padding: 11px 28px;
  }

  section.partners a.button {
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid rgba(190, 198, 205, 0.3);
    font-size: 24px;
    padding: 11px 28px;
  }

  section.partners {
    padding: 80px 0 120px;
  }

  .about .main__pic {
    margin-bottom: 60px;
    padding-top: 32%;
  }

  .about .content p.text {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    letter-spacing: 1.3px;
    line-height: 1.1;
    font-size: 24px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .about {
    padding-bottom: 100px;
  }

  .production .content p.text {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    letter-spacing: 1.3px;
    line-height: 1.1;
    font-size: 24px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .production .content {
    margin-bottom: 60px;
  }

  .production {
    padding-bottom: 100px;
  }

  .partnership .subtitle {
    font-size: 36px;
  }

  .partnership .content .content__part h2::before {
    top: -2px;
  }

  .partnership .content .content__part h2::after {
    top: 8px;
  }

  .partnership .content .content__part h2 {
    font-size: 24px;
    margin-bottom: 20px;
    padding-left: 45px;
  }

  .partnership .content .content__part h2::before {
    width: 30px;
    height: 30px;
  }

  .partnership .content .content__part h2::after {
    width: 13px;
    height: 9px;
    top: 10px;
    left: 9px;
  }

  .partnership .content .content__part p.text {
    letter-spacing: 1.3px;
    line-height: 1.1;
    font-size: 24px;
  }

  .partnership {
    padding-bottom: 100px;
  }

  .main section.contacts {
    padding: 0px 0 160px;
    text-align: left;
  }

  .marketplace .marketplace__item .marketplace__item--top .marketplace__item--about .marketplace__item--logo {
    height: 94px;
  }

  .marketplace .marketplace__item .marketplace__item--top .marketplace__item--about .marketplace__item--text {
    font-size: 24px;
  }

  .marketplace .marketplace__item .marketplace__item--top .marketplace__item--review .review__title {
    font-size: 36px;
    height: 94px;
  }

  .marketplace .marketplace__item .marketplace__item--top .marketplace__item--review .review .review__text::before {
    font-size: 90px;
    left: -50px;
    top: -15px;
  }

  .marketplace .marketplace__item .marketplace__item--top .marketplace__item--review .review {
    font-size: 24px;
    padding: 45px 30px 35px 80px;
    -webkit-box-shadow: 0px 15px 35px rgba(118, 129, 139, 0.25);
            box-shadow: 0px 15px 35px rgba(118, 129, 139, 0.25);
  }

  .marketplace .marketplace__item .marketplace__item--top .marketplace__item--review {
    width: 50%;
  }

  .marketplace .marketplace__item .marketplace__item--address .address__title {
    font-size: 36px;
    margin-bottom: 33px;
  }

  .marketplace .marketplace__item .marketplace__item--address .address__list .address__item::before {
    width: 30px;
    height: 30px;
    top: -4px;
  }

  .marketplace .marketplace__item .marketplace__item--address .address__list .address__item::after {
    width: 14px;
    height: 10px;
    left: 10px;
    top: 6px;
  }

  .marketplace .marketplace__item .marketplace__item--address .address__list .address__item {
    width: 33.33%;
    padding-left: 45px;
    font-size: 24px;
    padding-right: 10px;
  }

  .marketplace .marketplace__item {
    padding: 80px 0 0;
  }

  .marketplace {
    padding: 0 0 160px;
  }

  .products .products__catalog .products__catalog--choice {
    margin-bottom: 0;
  }

  .products .products__catalog .products__catalog--list .products__block-list .products__block-item .item__title {
    min-height: 40px;
  }

  .products .products__catalog .products__catalog--list .products__block-list .products__block-item {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 2% 1.5% 0;
  }

  .products .products__catalog .products__catalog--list .products__block-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }

  .products .products__catalog .products__catalog--list .products__about .products__block-left .products__block-item .card {
    padding-top: 20px;
    margin-bottom: 30px;
  }

  .products .products__catalog .products__catalog--list .products__about .products__block-left .products__block-item .item__picture .labels {
    left: 0;
  }

  .products .products__catalog .products__catalog--list .products__about .products__block-about .title {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .products .products__catalog .products__catalog--list .products__about .products__block-about p.descr {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .products .products__catalog .products__catalog--list .products__about .products__block-about .rich-cond h3.title::before,
  .products .products__catalog .products__catalog--list .products__about .products__block-about .grey-cond h3.title::before {
    width: 22px;
    height: 27px;
  }

  .products .products__catalog .products__catalog--list .products__about .products__block-about .rich-cond h3.title,
  .products .products__catalog .products__catalog--list .products__about .products__block-about .grey-cond h3.title {
    font-size: 24px;
    margin-bottom: 20px;
    padding-left: 32px;
  }

  .products .products__catalog .products__catalog--list .products__about .products__block-about .rich-cond .digit-block,
  .products .products__catalog .products__catalog--list .products__about .products__block-about .grey-cond .digit-block {
    font-size: 24px;
    padding: 10px;
  }

  .products .products__catalog .products__catalog--list .products__about .products__block-about .rich-cond,
  .products .products__catalog .products__catalog--list .products__about .products__block-about .grey-cond {
    margin-bottom: 30px;
  }

  .products .products__catalog .products__catalog--list .products__about .products__block-about .rich-cond .rich-cond-list .rich-cond-item .percent-block {
    font-size: 24px;
  }

  .products .products__catalog .products__catalog--list .products__about .products__block-about .rich-cond .rich-cond-list .rich-cond-item {
    max-width: 175px;
    padding: 15px 15px 20px;
  }

  .products .products__catalog .products__catalog--list .products__about .products__block-about .grey-cond .grey-cond-list .grey-cond-item .grey-cond-item-list .digit-block {
    margin-right: 10px;
  }

  .products .products__catalog .products__catalog--list .products__about .products__block-about .grey-cond .grey-cond-list .grey-cond-item .grey-cond-item-list span {
    font-size: 24px;
  }

  .products .products__catalog .products__catalog--list .products__about .products__block-about .grey-cond .grey-cond-list .grey-cond-item {
    max-width: 185px;
    padding: 15px 20px 20px;
  }

  .products .products__catalog .products__catalog--list .products__about .warning-1::before {
    height: 22px;
    width: 22px;
    line-height: 20px;
    font-size: 16px;
  }

  .products .products__catalog .products__catalog--list .products__about .warning-1 {
    margin-bottom: 40px;
    padding-left: 35px;
    font-size: 24px;
  }

  .products .products__catalog .products__catalog--list .products__about .warning-2::before {
    height: 50px;
    width: 50px;
    top: -14px;
  }

  .products .products__catalog .products__catalog--list .products__about .warning-2::after {
    height: 17px;
    width: 22px;
    left: 14px;
  }

  .products .products__catalog .products__catalog--list .products__about .warning-2 {
    padding-left: 60px;
    font-size: 24px;
  }

  .products .products__catalog .products__catalog--list .products__about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
  }

  .products .products__catalog.products__catalog--card {
    grid-template-columns: 1fr 6fr;
    margin-bottom: 100px;
  }

  .products .products__catalog {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-column-gap: 10px;
  }

  .products-catalog {
    padding: 120px 0 100px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #eaeff3));
    background: -o-linear-gradient(top, transparent 50%, #eaeff3 50%);
    background: linear-gradient(180deg, transparent 50%, #eaeff3 50%);
  }

  .product__page--slider .products__block h3.products__block-title {
    font-size: 36px;
  }

  .product__page--slider {
    padding: 60px 0;
  }

  .container {
    max-width: 980px;
  }

  .title {
    font-size: 80px;
    margin-bottom: 28px;
  }

  .subtitle {
    font-size: 36px;
    margin-bottom: 40px;
    width: 66%;
  }

  main.main {
    padding: 80px 0 0;
  }

  .visible__sm {
    display: block;
  }

  .hidden__sm {
    display: none;
  }

  .breadcrumbs {
    display: block;
    margin-bottom: 30px;
  }

  .slider-marketplace .swiper-container ul.partners__list li.partner__item img {
    max-height: 80px;
  }

  .partner__item--lenta img,
  .partner__item--cofix img,
  .partner__item--teboil img {
	max-height: 60px !important;
  }

  .slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--okey img {
max-width: 157px;
  }

  .slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--samokat img {
max-width: 216px;
  }

  .slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--shell img {
max-width: 147px;
  }

  .slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--neste img {
max-width: 152px;
  }

  .slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--bashneft img {
max-width: 213px;
  }

  .slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--lukoil img {
max-width: 168px;
  }

  .slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--rosneft img {
max-width: 163px;
  }

  .slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--stop img {
max-width: 207px;
  }

  .slider-marketplace .swiper-container ul.partners__list li.partner__item.partner__item--irbis img {
max-width: 160px;
  }

  .slider-marketplace .swiper-container ul.partners__list li.partner__item {
    margin-bottom: 0;
  }

  .slider-marketplace .swiper-container ul.partners__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-count: 0;
       -moz-column-count: 0;
            column-count: 0;
  }

  .products__slider {
    padding-top: 100px;
    margin-top: -100px;
  }
}

@media (min-width: 1320px) {
  .loader .inner,
  .loader__content .inner {
    width: 27.36vw;
  }

  .loader .progress {
    width: 27.36vw;
  }

  header.header .logo {
    width: 319px;
    padding: 11px 20px 20px;
    border-radius: 0px 0px 15px 15px;
  }

  header.header {
    padding-bottom: 0px;
    height: 200px;
  }

  footer.footer .menu li a {
    font-size: 24px;
  }

  footer.footer .footer__bottom .container {
    padding-left: 326px;
  }

  footer.footer .logo-block .logo {
    width: 269px;
  }

  footer.footer .address p:nth-child(1)::before {
    width: 18px;
    height: 22px;
    top: -1px;
    top: -1px;
  }

  footer.footer .address p::before {
    top: 9px;
  }

  footer.footer .address p {
    padding-left: 22px;
    font-size: 24px;
  }

  footer.footer .footer__contacts p:nth-child(1)::before {
    top: 1px;
  }

  footer.footer .footer__contacts p:nth-child(1) {
    margin-right: 60px;
  }

  footer.footer .footer__contacts p:nth-child(2) {
    margin-right: 60px;
  }

  footer.footer .footer__contacts p {
    font-size: 24px;
  }

  .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .menu li a {
    padding: 10px 0px;
    font-size: 28px;
  }

  .burger {
    height: 49px;
  }

  .burger #navigation ul li a {
    font-size: 24px;
  }

  section.touch h2.title {
    margin-bottom: 40px;
  }

  section.touch .button {
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 24px;
  }

  section.touch {
    padding: 58px 0 75px;
  }

  section.catalog .catalog__card {
    padding: 0 60px 56px;
  }

  section.catalog .logo {
    width: 347px;
  }

  section.catalog h2.title {
    font-size: 97px;
  }

  section.catalog form.form .form__field:nth-of-type(1) input[type="text"] {
    width: 315px;
  }

  section.catalog form.form .form__field:nth-of-type(1) {
    margin-right: 40px;
  }

  section.catalog .catalog__card-image {
    width: 60%;
    left: 50%;
  }

  section.catalog.catalog-partnership .catalog__card {
    padding: 30px 60px 56px;
  }

  section.catalog.catalog-partnership .catalog__card-image {
    width: 60%;
    left: 50%;
  }

  .products__block-item .item__title {
    font-size: 24px;
  }

  .products__block-item .item__spec .item__spec-block p {
    font-size: 24px;
    padding: 11px 0;
  }

  .products__block-item {
    width: 22.7%;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 50px;
    height: 50px;
  }

  .swiper-button-prev:after,
  .swiper-button-next:after {
    width: 50px;
    height: 46px;
  }

  .project-image {
    width: 60%;
    left: 45%;
  }

  .project__ingredients--intro .ingredient-4 {
    width: 193px;
    left: 400px;
    bottom: 25px;
  }

  .project__ingredients--intro .ingredient-5 {
    left: 560px;
    bottom: 50%;
  }

  .project__ingredients--intro .ingredient-6 {
    left: 235px;
  }

  .project__ingredients--intro .ingredient-7 {
    left: 650px;
  }

  .project__ingredients--intro .ingredient-8 {
    right: -20px;
  }

  .project__ingredients--intro .ingredient-9 {
    right: -80px;
  }

  .project__ingredients--intro .ingredient-10 {
    left: 630px;
  }

  .project__ingredients--intro .ingredient-11 {
    right: -25px;
  }

  .project01 h2.title {
    font-size: 60px;
  }

  .project01 .project__ingredients--intro .ingredient-4 {
    width: auto;
    height: auto;
    bottom: -250px;
  }

  .project01 .project__ingredients--intro .ingredient-5 {
    left: 560px;
    bottom: 50%;
  }

  .project01 .project__ingredients--intro .ingredient-6 {
    left: 65%;
  }

  .project01 .project__ingredients--intro .ingredient-7 {
    left: auto;
  }

  .project02 h2.title {
    font-size: 60px;
  }

  .project02 p.subtitle,
  .project02 p.list__title {
    font-size: 30px;
  }

  .project02 .project__ingredients--intro .ingredient-4 {
    left: 350px;
    bottom: -80px;
  }

  .project02 .project__ingredients--intro .ingredient-5 {
    left: 560px;
    bottom: 50%;
  }

  .project02 .project__ingredients--intro .ingredient-6 {
    bottom: -40px;
  }

  .project02 .project__ingredients--intro .ingredient-7 {
    left: 600px;
    top: 100px;
  }

  .project02 .project__ingredients--intro .ingredient-11 {
    right: 140px;
  }

  .first-screen {
    min-height: 800px;
  }

  section.first h1.title,
  section.first h2.title {
    z-index: 2;
  }

  section.first .reasons__list .reasons__item::before {
    width: 30px;
    height: 30px;
    top: -1px;
  }

  section.first .reasons__list .reasons__item::after {
    width: 30px;
    height: 30px;
    top: -1px;
  }

  section.first .reasons__list .reasons__item {
    font-size: 24px;
    padding-left: 45px;
  }

  section.products p.title {
    margin-bottom: 25px;
  }

  section.products .title-icon {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .about .content {
    margin-bottom: 60px;
  }

  .products .products__catalog .products__catalog--list .products__block-list {
    grid-gap: 40px;
    margin-bottom: 40px;
  }

  .products .products__catalog .products__catalog--list .products__about .products__block-about .rich-cond .rich-cond-list .rich-cond-item {
    margin-right: 5px;
  }

  .products .products__catalog .products__catalog--list .products__about {
    grid-column-gap: 40px;
  }

  .products .products__catalog {
    grid-column-gap: 40px;
  }

  .container {
    max-width: 1320px;
  }

  .title {
    font-size: 90px;
  }

  .title-icon::before {
    width: 33px;
    height: 40px;
  }

  .title-icon {
    padding-top: 60px;
  }

  .contact__link::before {
    top: 0;
  }

  .contact__link {
    font-size: 24px;
  }

  .visible__lg {
    display: block;
  }

  ul.production__list li.production__item .production__item-content p {
    font-size: 36px;
  }

  .slider-marketplace .swiper-button-prev,
  .slider-marketplace .swiper-button-next {
    top: 10%;
  }
}

@media (min-width: 1920px) {
  .project-image {
    width: 76%;
    left: 40%;
  }

  .project__ingredients--intro .ingredient-4 {
    left: 335px;
  }

  .project__ingredients--intro .ingredient-5 {
    left: 510px;
  }

  .project__ingredients--intro .ingredient-6 {
    bottom: 50px;
  }

  .project__ingredients--intro .ingredient-8 {
    right: -80px;
  }

  .project__ingredients--intro .ingredient-9 {
    right: -140px;
    top: 15%;
  }

  .project__ingredients--intro .ingredient-11 {
    right: -60px;
  }

  .project01 h2.title {
    font-size: 90px;
  }

  .project01 .project__ingredients--intro .ingredient-4 {
    bottom: -175px;
  }

  .project01 .project__ingredients--intro .ingredient-5 {
    left: 510px;
  }

  .project01 .project__ingredients--intro .ingredient-6 {
    bottom: -90px;
  }

  .project02 h2.title {
    font-size: 90px;
  }

  .project02 p.subtitle,
  .project02 p.list__title {
    font-size: 36px;
  }

  .project02 .project__ingredients--intro .ingredient-4 {
    left: 240px;
    bottom: -40px;
  }

  .project02 .project__ingredients--intro .ingredient-5 {
    left: 510px;
  }

  .project02 .project__ingredients--intro .ingredient-6 {
    bottom: 100px;
  }

  .project02 .project__ingredients--intro .ingredient-11 {
    right: 55px;
    bottom: 90px;
  }

  .first-screen {
    min-height: 900px;
  }

  .visible__xlg {
    display: block;
  }
}

input[type="email"].no-input {
  height: 0;
  visibility: hidden;
  width: 0;
  border: none;
}