/* COMMON START */
.section--lines {
  background: url('../img/lines-bg.png') repeat 0% 0%/45.625rem;
}
.page__title {
  margin-bottom: 3.75rem;
}
.page__title ul {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.page__title ul li {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.page__title ul li:not(:first-child)::before {
  content: '/';
  margin: 0 0.3125rem;
}
.page__title ul li a {
  color: #070707;
  text-decoration: none;
}
.page__title ul li a:hover {
  text-decoration: underline;
}
.page__title .title {
  margin-bottom: 4rem;
}
.page__title h5 {
  margin: 0;
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
}
/* COMMON END */
/* HEADER START */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
header .container {
  display: flex;
  align-items: center;
}
header .navbar-expand-lg {
  flex-direction: column;
  padding: 0;
}
header .navbar-expand-lg .navbar-collapse {
  justify-content: center;
}
header .navbar__top {
  display: flex;
  align-items: center;
  width: 100%;
  height: 5.3125rem;
  background: var(--c-navy);
}
header .navbar__top .navbar-logo {
  display: block;
  margin-right: auto;
  width: 17.625rem;
}
header .navbar__top .navbar-logo img {
  display: block;
  width: 100%;
}
header .navbar__top .navbar-nav .nav-item {
  margin: 0 1.5rem;
}
header .navbar__top .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
header .navbar__top .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
header .navbar__top .navbar-nav .nav-link {
  padding: 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
header .navbar__top .navbar-profile {
  display: block;
  width: 1.9375rem;
  height: 1.9375rem;
  background: url('../img/svg/profile.svg') no-repeat 50%/contain;
}
header .navbar__bot {
  width: 100%;
  background: var(--c-salad);
}
header .navbar__bot form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 4.0625rem;
}
header .navbar__bot form .form-group {
  position: relative;
  margin: 0 1.25rem 0 0;
  width: 40.8125rem;
}
header .navbar__bot form .form-group input {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 5.375rem 0 1.5rem;
  width: 100%;
  height: 2.6875rem;
  color: #868686;
  font-size: 1.5rem;
  background: #fff;
  border: 0;
  border-radius: 0.3125rem;
}
header .navbar__bot form .form-group input::placeholder {
  color: #868686;
}
header .navbar__bot form .form-group input:focus {
  outline: 0;
}
header .navbar__bot form .form-group i {
  position: absolute;
  top: 50%;
  right: 1.125rem;
  width: 1.5625rem;
  height: 1.5625rem;
  background: url('../img/svg/photo.svg') no-repeat 50%/contain;
  transform: translate(0, -50%);
  cursor: pointer;
}
/* HEADER END */
/* KV START */
.kv .kv__slider {
  position: relative;
}
.kv .kv__slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 3.0625rem;
  height: 3.0625rem;
  color: rgba(0, 0, 0, 0);
  font-size: 0;
  line-height: 0;
  background-color: var(--c-salad);
  transform: translate(0, -50%);
  z-index: 1;
  cursor: pointer;
}
.kv .kv__slider .slick-arrow:hover {
  background-color: #fff;
}
.kv .kv__slider .slick-arrow::before, .kv .kv__slider .slick-arrow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 0.6875rem;
}
.kv .kv__slider .slick-arrow::before {
  opacity: 1;
}
.kv .kv__slider .slick-arrow::after {
  opacity: 0;
}
.kv .kv__slider .slick-arrow:hover::before {
  opacity: 1;
}
.kv .kv__slider .slick-arrow:hover::after {
  opacity: 0;
}
.kv .kv__slider .slick-arrow.slick-prev {
  right: 22.375rem;
}
.kv .kv__slider .slick-arrow.slick-next {
  right: 18.4375rem;
}
.kv .kv__slider .slick-arrow.slick-prev::before {
  background-image: url('../img/svg/slide-prev-navy.svg');
}
.kv .kv__slider .slick-arrow.slick-prev::after {
  background-image: url('../img/svg/slide-prev-white.svg');
}
.kv .kv__slider .slick-arrow.slick-next::before {
  background-image: url('../img/svg/slide-next-navy.svg');
}
.kv .kv__slider .slick-arrow.slick-next::after {
  background-image: url('../img/svg/slide-next-white.svg');
}
.kv .kv__slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 6.125rem;
  left: 0;
  width: 100%;
}
.kv .kv__slider .slick-dots li {
  display: flex;
  margin: 0 1.25rem;
}
.kv .kv__slider .slick-dots li button {
  display: block;
  width: 1rem;
  height: 1rem;
  color: rgba(0, 0, 0, 0);
  font-size: 0;
  line-height: 0;
  background: #fff;
  border: 0;
  border-radius: 50%;
  opacity: 1;
}
.kv .kv__slider .slick-dots li.slick-active button {
  background: var(--c-salad);
}
.kv .kv__slide {
  position: relative;
  padding: 8.875rem 0 0;
  width: 100%;
  height: 46.25rem;
  color: #fff;
  z-index: 0;
}
.kv .kv__slide picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.kv .kv__slide picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kv .kv__slide h2 {
  margin-bottom: 1.75rem;
  font-weight: 600;
  font-size: 3.4375rem;
  letter-spacing: 0.03em;
  text-decoration: underline;
  text-decoration-color: var(--c-salad);
  text-transform: uppercase;
}
.kv .kv__slide p {
  margin: 0;
  font-weight: 500;
  font-size: 2rem;
}
/* KV END */
/* DIRECTIONS START */
.directions {
  position: relative;
  padding: 6.125rem 0 9.75rem;
}
.directions::before, .directions::after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  z-index: -1;
}
.directions::before {
  bottom: -12.25rem;
  left: 0;
  width: 16.25rem;
  height: 87rem;
  background-image: url('../img/directions-bg-left.png');
}
.directions::after {
  top: -6.5rem;
  right: 0;
  width: 18.6875rem;
  height: 87rem;
  background-image: url('../img/directions-bg-right.png');
}
.directions .title {
  text-align: center;
}
.directions .directions__list {
  margin-bottom: -1.125rem;
}
.directions .directions__block {
  position: relative;
  margin-bottom: 1.125rem;
  width: 100%;
  overflow: hidden;
}
.directions .directions__block.big {
  height: 28.0625rem;
}
.directions .directions__block.tall {
  height: 28.0625rem;
}
.directions .directions__block.small {
  height: 15.5625rem;
}
.directions .directions__block picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.directions .directions__block picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.directions .directions__block h3 {
  position: absolute;
  margin: 0;
  color: #fff;
  font-weight: 600;
}
.directions .directions__block p {
  position: absolute;
  margin: 0;
  color: #000;
  font-weight: 600;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.directions .directions__block.big h3 {
  font-size: 26rem;
}
.directions .directions__block.tall h3 {
  font-size: 14.0625rem;
}
.directions .directions__block.small h3 {
  font-size: 14.0625rem;
}
.directions .directions__block.big.top.left h3 {
  bottom: -6.4375rem;
  left: -1.375rem;
}
.directions .directions__block.small.mid.right h3 {
  bottom: -3.4375rem;
  right: -1rem;
}
.directions .directions__block.tall.center.right h3 {
  bottom: -3.4375rem;
  right: -1rem;
}
.directions .directions__block.small.bot.left h3 {
  bottom: -3.4375rem;
  left: -1rem;
}
.directions .directions__block.big.top p {
  top: 4.125rem;
  left: 3.625rem;
}
.directions .directions__block.small.mid p {
  top: 6.25rem;
  left: 3.625rem;
}
.directions .directions__block.tall.center p {
  top: 10.9375rem;
  left: 4.25rem;
}
.directions .directions__block.small.bot p {
  bottom: 2.5rem;
  left: 16.25rem;
}
/* DIRECTIONS END */
/* BRENDS START */
.brends {
  position: relative;
  padding: 5.625rem 0 9rem;
}
.brends .brends__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.brends .brends__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brends .title {
  margin-bottom: 2.5rem;
  color: #fff;
  text-align: center;
}
.brends p {
  margin-bottom: 2.875rem;
  color: var(--c-salad);
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
}
.brends ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  margin: -0.625rem;
}
.brends ul li {
  margin: 0.625rem;
}
.brends ul li a {
  display: block;
  width: 15.625rem;
  height: 6.25rem;
  background: #fff;
}
.brends ul li a:hover {
  background: var(--c-salad);
}
.brends ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* BRENDS END */
/* CATALOG START */
.catalog {
  padding: 3.125rem 0 6.875rem;
}
.catalog .title {
  text-align: center;
}
.catalog--first {
  padding-top: 8.75rem;
}
.catalog__list {
  margin-bottom: -1.5625rem;
}
.catalog__block {
  position: relative;
  margin-bottom: 1.5625rem;
  background: #fff;
  border: 0.0625rem solid rgba(139, 155, 177, 0.2);
}
.catalog__block .catalog__img {
  display: block;
  width: 100%;
  height: 14.6875rem;
}
.catalog__block .catalog__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog__block .catalog__text {
  padding: 1.75rem 1.875rem 2.1875rem;
}
.catalog__block .catalog__text h3 {
  display: block;
  margin-bottom: 1.5rem;
  padding-bottom: 1.375rem;
  width: 100%;
  font-weight: 600;
  font-size: 1.2rem;
  border-bottom: 0.4375rem solid var(--c-salad);
}
.catalog__block .catalog__text img {
  display: block;
  margin-bottom: 3rem;
  width: 8.375rem;
}
.catalog__block .catalog__text .catalog__text--bot {
  display: flex;
  align-items: center;
}
.catalog__block .catalog__text .catalog__text--bot .btn {
  margin-right: auto;
  padding-right: 2.25rem;
  width: 10.8125rem;
  font-size: 1rem;
  text-transform: none;
}
.catalog__block .catalog__text .catalog__text--bot .btn .ico {
  right: 1.25rem;
  width: 1.3125rem;
  height: 1rem;
}
.catalog__block .catalog__text .catalog__text--bot .btn_ico {
  margin-right: 0.9375rem;
  width: 2.6875rem;
  height: 2.6875rem;
  border: 0.0625rem solid var(--c-navy);
  border-radius: 0.3125rem;
  transition: 0.3s;
}
.catalog__block .catalog__text .catalog__text--bot .btn_ico:last-child {
  margin-right: 0;
}
.catalog__block .catalog__text .catalog__text--bot .btn_ico.btn_ico:hover {
  background: var(--c-navy);
}
.catalog__block .catalog__text .catalog__text--bot .btn_ico.btn_ico:hover::before {
  opacity: 0;
}
.catalog__block .catalog__text .catalog__text--bot .btn_ico.btn_ico:hover::after {
  opacity: 1;
}
/* CATALOG END */
/* FOOTER START */
footer {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 5.1875rem 16.6875rem 0 12.375rem;
  height: 35.75rem;
  background: var(--c-navy) url('../img/footer-bg.png') no-repeat 50%/cover;
}
footer .footer__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 7.875rem;
}
footer .footer__meta [class*='--logo'] {
  display: block;
  margin-bottom: 3.4375rem;
  width: 17.625rem;
}
footer .footer__meta [class*='--logo'] img {
  display: block;
  width: 100%;
}
footer .footer__meta [class*='--phone'] {
  display: inline-block;
  margin-bottom: 1.625rem;
  color: #fff;
  font-size: 2.25rem;
  line-height: 1.1;
  text-decoration: none;
}
footer .footer__meta .btn {
  margin-bottom: 4.0625rem;
  padding-left: 2.25rem;
  width: 19.75rem;
  height: 3.25rem;
  font-size: 1rem;
}
footer .footer__meta .btn .ico {
  right: auto;
  left: 2.875rem;
  width: 1.5rem;
  height: 1.5rem;
}
footer .footer__meta [class*='--mail'] {
  display: inline-block;
  margin-bottom: 4.0625rem;
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
}
footer .footer__meta p {
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
}
footer .footer__menu {
  margin-right: 3.3125rem;
  width: 14.625rem;
}
footer .footer__menu:last-child {
  margin-right: 0;
}
footer .footer__menu h3 {
  margin-bottom: 2.75rem;
  color: #fff;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1;
}
footer .footer__menu ul {
  margin-bottom: 0;
}
footer .footer__menu ul li {
  margin-bottom: 1.75rem;
}
footer .footer__menu ul li a {
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
}
footer .footer__menu ul li a:hover {
  text-decoration: underline;
}
/* FOOTER END */
/* ABOUT START */
.about {
  position: relative;
  padding: 8.125rem 0 9.6875rem;
}
.about picture {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about h2 {
  margin-bottom: 3rem;
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.about .title {
  margin-bottom: 1.5625rem;
}
.about p {
  margin-bottom: 1.75rem;
  font-size: 1.5rem;
}
.about p:last-child {
  margin-bottom: 0;
}
.about--delivery {
  padding: 3.125rem 0 9.875rem;
}
/* ABOUT END */
/* DELIVERY START */
.delivery {
  padding: 5.625rem 0 7.625rem;
}
.delivery .delivery__list {
  margin-bottom: 7.125rem;
}
.delivery .delivery__list picture {
  display: block;
  margin-bottom: 2.875rem;
  width: 100%;
  height: 21.6875rem;
}
.delivery .delivery__list picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.delivery .delivery__list p {
  margin: 0;
  font-size: 1.5rem;
}
.delivery .delivery__about .title {
  margin-bottom: 2.125rem;
}
.delivery .delivery__about p {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}
.delivery .delivery__about p:last-child {
  margin-bottom: 0;
}
/* DELIVERY END */
/* CONTACTS START */
.contacts {
  padding: 3.125rem 0 5.1875rem;
}
.contacts h2 {
  margin-bottom: 3rem;
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.contacts .title {
  margin-bottom: 4.1875rem;
  text-align: left;
}
.contacts .contacts__info {
  position: relative;
  padding-top: 4.1875rem;
  padding-right: 3.875rem;
  height: 31.375rem;
  background: #fff;
  z-index: 1;
}
.contacts .contacts__info::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% + 8.33333333%);
  height: 100%;
  background: #fff;
  z-index: -1;
}
.contacts .contacts__info ul {
  margin-bottom: 3.875rem;
}
.contacts .contacts__info ul li {
  margin-bottom: 2.25rem;
  display: flex;
  align-items: center;
}
.contacts .contacts__info ul li:last-child {
  margin-bottom: 0;
}
.contacts .contacts__info ul li img {
  flex-shrink: 0;
  margin-right: 4.3125rem;
  width: 1.625rem;
}
.contacts .contacts__info ul li p {
  margin: 0;
  color: #070707;
  font-weight: 700;
  font-size: 1.5rem;
}
.contacts .contacts__info ul li a {
  color: #070707;
  text-decoration: none;
}
.contacts .contacts__info ul li a:hover {
  text-decoration: underline;
}
.contacts .contacts__info .contacts__info-text {
  margin: 0;
  font-size: 1.5rem;
}
.contacts .contacts__map {
  width: 100%;
  height: 31.375rem;
  border: 1.75rem solid #fff;
}
.contacts .contacts__map img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* CONTACTS END */
/* FAQ START */
.faq {
  padding: 8rem 0 9.375rem;
}
.faq .title {
  margin-bottom: 4.375rem;
}
.faq .faq__list {
  padding: 3.75rem 8.4375rem;
  background: #fff;
}
.faq .faq__block {
  margin-bottom: 2.875rem;
}
.faq .faq__block:last-child {
  margin-bottom: 0;
}
.faq .faq__block h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 3.125rem;
  text-transform: uppercase;
  z-index: 1;
}
.faq .faq__block h3::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1.125rem;
  background: var(--c-salad);
  transform: translate(0, -50%);
  z-index: -1;
}
.faq .faq__question {
  border-bottom: 0.125rem solid #E1E5EA;
}
.faq .faq__btn {
  margin: 0;
  padding: 0.625rem 0;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.25;
  cursor: pointer;
}
.faq .faq__collapse {
  padding-bottom: 3.125rem;
}
.faq .faq__collapse p {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.faq .faq__collapse :last-child {
  margin-bottom: 0;
}
/* FAQ END */
/* OS START */
.os {
  padding: 8rem 0 9.375rem;
}
.os .title {
  margin-bottom: 4.375rem;
}
.os .os__form {
  padding: 5.625rem 8.4375rem 6.875rem;
  background: #fff;
}
.form-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.form-wrap .form-group {
  margin-bottom: 0;
}
.form-wrap .width--small {
  width: 15.5625rem;
}
.form-wrap .width--medium {
  width: 32.375rem;
}
.form-group {
  margin-bottom: 2rem;
  width: 100%;
}
.form-control {
  display: flex;
  align-items: center;
  padding: 0 1.25rem;
  width: 100%;
  height: 3.125rem;
  color: #000;
  font-weight: 600;
  font-size: 1.5rem;
  border: 0;
  border-bottom: 0.125rem solid #E1E5EA;
  border-radius: 0;
}
.form-control::placeholder {
  color: #AEAEAE;
}
.form-control:focus {
  box-shadow: none;
  border-color: #000;
}
.form-selector {
  position: relative;
}
.form-selector .select2 {
  width: 100% !important;
}
.form-selector .select2-selection {
  display: flex;
  align-items: center;
  padding: 0 1.25rem;
  width: 100%;
  height: 3.125rem;
  color: #000;
  font-weight: 600;
  font-size: 1.5rem;
  border: 0;
  border-bottom: 0.125rem solid #E1E5EA;
  border-radius: 0;
}
.form-selector .select2-selection .select2-selection__rendered {
  padding: 0;
  color: #AEAEAE;
  line-height: 1;
}
.form-selector .select2-selection .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  width: 1.625rem;
  height: 1rem;
  background: url('../img/svg/select-arrow.svg') no-repeat 50%/contain;
  transform: translate(0, -50%);
}
.form-selector .select2-selection .select2-selection__arrow b {
  display: none;
}
.form-selector .select2-dropdown {
  border: 0;
  background: #fff;
}
.form-selector .select2-dropdown .select2-results__option {
  display: flex;
  align-items: center;
  padding: 0.5rem 1.25rem;
  height: auto;
  color: #000;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
}
.form-selector .select2-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
  color: var(--c-navy);
  background: var(--c-salad);
}
.form-selector .select2-dropdown .select2-results__option--selected {
  color: #fff;
  background: var(--c-navy);
}
textarea.form-control {
  padding: 1.625rem 1.25rem;
  height: 11.25rem;
  border: 0.125rem solid #E1E5EA;
  resize: none;
}
/* OS END */
/* MODAL START */
.modal-dialog {
  max-width: 58.3125rem;
}
.modal-content {
  background: var(--c-salad);
  border-radius: 0;
  box-shadow: none;
}
.modal-close {
  position: absolute;
  top: 2rem;
  right: 2.25rem;
  padding: 0;
  width: 2.375rem;
  height: 2.375rem;
  background: rgba(0, 0, 0, 0);
  border: 0;
  outline: 0;
  cursor: pointer;
  z-index: 1;
}
.modal-close::before, .modal-close::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.modal-close::before {
  background-image: url('../img/svg/close-white.svg');
  opacity: 1;
}
.modal-close::after {
  background-image: url('../img/svg/close-navy.svg');
  opacity: 0;
}
.modal-close:hover::before {
  opacity: 0;
}
.modal-close:hover::after {
  opacity: 1;
}
.modal-body {
  padding: 5.8125rem 3.75rem 7.75rem;
}
.modal__title {
  margin-bottom: 1.875rem;
  color: #000;
  font-weight: 600;
  font-size: 3.4375rem;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: uppercase;
}
.modal__text {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  text-align: center;
}
.modal-body :last-child {
  margin-bottom: 0;
}
/* MODAL END */
/* ASSORTMENT START */
.assortment {
  padding: 8rem 0 9.375rem;
}
.assortment .title {
  margin-bottom: 4.375rem;
}
.assortment .assortment__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 4.0625rem 8.4375rem;
  background: #fff;
}
.assortment .assortment__cont {
  width: 45%;
}
.assortment .assortment__block {
  margin-bottom: 2.1875rem;
}
.assortment .assortment__block h3 {
  position: relative;
  margin-bottom: 2.25rem;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
}
.assortment .assortment__block h3::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -1.25rem;
  width: 2.3125rem;
  height: 2.3125rem;
  background: url('../img/svg/assortment-ico.svg') no-repeat 50%/contain;
  transform: translate(-100%, -50%);
}
.assortment .assortment__block ul {
  margin: 0;
}
.assortment .assortment__block ul li a {
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  color: #070707;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
  text-decoration: none;
  z-index: 1;
}
.assortment .assortment__block ul li a::before {
  content: '';
  flex-shrink: 0;
  position: relative;
  top: 0.4375rem;
  margin-right: 0.5rem;
  width: 1.0625rem;
  height: 1.0625rem;
  background: url('../img/svg/assortment-arrow.svg') no-repeat 50%/contain;
}
.assortment .assortment__block ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 1.5625rem;
  width: calc(100% - 1.5625rem);
  height: 95%;
  background: var(--c-salad);
  transform: translateY(-50%);
  opacity: 0;
  z-index: -1;
}
.assortment .assortment__block ul li a:hover::after {
  opacity: 1;
}
/* ASSORTMENT END */
/* PRODUCTS START */
.products {
  padding: 3.125rem 0 9.375rem;
}
.products .products__menu--btn {
  display: none;
}
.products .products__menu {
  padding: 3rem 2.6875rem;
  background: #fff;
}
.products .products__menu > div {
  margin-bottom: 4.375rem;
}
.products .products__menu > div:last-child {
  margin-bottom: 0;
}
.products .products__menu h3 {
  margin-bottom: 1.625rem;
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.products .products__menu .products__menu-filter ul {
  margin-bottom: 0;
}
.products .products__menu .products__menu-filter li {
  margin-bottom: 0.75rem;
}
.products .products__menu .products__menu-filter label {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.products .products__menu .products__menu-filter label i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.125rem;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.125rem solid #C2C3C4;
  border-radius: 50%;
  cursor: pointer;
}
.products .products__menu .products__menu-filter label i::before {
  content: '';
  width: 0.875rem;
  height: 0.875rem;
  background: var(--c-salad);
  border-radius: 50%;
  opacity: 0;
}
.products .products__menu .products__menu-filter label p {
  margin: 0;
  font-weight: 600;
  font-size: 1.5rem;
  cursor: pointer;
}
.products .products__menu .products__menu-filter label input:checked + i::before {
  opacity: 1;
}
.products .products__menu .price-slider {
  position: relative;
  height: 1.5rem;
}
.products .products__menu .price-slider .price-slider__values {
  position: relative;
  margin-top: 0.5rem;
}
.products .products__menu .price-slider .price-slider__values .price-value {
  position: absolute;
  top: 0;
  font-weight: 500;
  font-size: 1rem;
  white-space: nowrap;
  transform: translateX(-25%);
  z-index: 10;
}
.products .products__menu .price-slider .irs--flat {
  height: 100%;
}
.products .products__menu .price-slider .irs--flat .irs {
  height: 100%;
}
.products .products__menu .price-slider .irs--flat .irs .irs-line {
  top: 50%;
  height: 0.4375rem;
  background: #E1E5EA;
  transform: translate(0, -50%);
}
.products .products__menu .price-slider .irs--flat .irs-bar {
  top: 50%;
  height: 0.4375rem;
  background: var(--c-salad);
  transform: translate(0, -50%);
}
.products .products__menu .price-slider .irs--flat .irs-handle {
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: var(--c-salad);
  border-radius: 50%;
  cursor: pointer;
}
.products .products__menu .price-slider .irs--flat .irs-handle i {
  display: none;
}
.products .products__catalog .catalog {
  padding: 0 0 3.4375rem;
}
.products .products__paginator {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.products .products__paginator .paginator--arrow {
  display: block;
  width: 0.625rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  cursor: pointer;
}
.products .products__paginator .paginator--arrow.arrow--prev {
  background-image: url('../img/svg/paginator-arrow-prev.svg');
}
.products .products__paginator .paginator--arrow.arrow--next {
  background-image: url('../img/svg/paginator-arrow-next.svg');
}
.products .products__paginator ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1.625rem;
}
.products .products__paginator ul li {
  margin: 0 0.75rem;
}
.products .products__paginator ul li a, .products .products__paginator ul li p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  color: #01214E;
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
  text-decoration: none;
}
.products .products__paginator ul li a.active {
  background: var(--c-salad);
}
/* PRODUCTS END */
/* PRODUCT-CARD START */
.product-card {
  padding: 3.125rem 0 6.25rem;
}
.product-card .product-card__kv {
  margin-bottom: 3.125rem;
}
.product-card .product-card__sliders {
  display: flex;
  justify-content: space-between;
}
.product-card .product-card__sliders-main {
  position: relative;
  width: 40.9375rem;
  height: 36.375rem;
  background: #fff;
  border: 0.0625rem solid #C2C3C4;
}
.product-card .product-card__sliders-main div {
  height: 100%;
}
.product-card .product-card__sliders-main picture, .product-card .product-card__sliders-main picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card .product-card__sliders-add {
  position: relative;
  width: 7.1875rem;
}
.product-card .product-card__sliders-add .slick-slide {
  margin-bottom: 1.125rem;
  width: 7.1875rem;
  height: 6.375rem;
  background: #fff;
  border: 0.0625rem solid #C2C3C4;
}
.product-card .product-card__sliders-add .slick-slide:last-child {
  margin-bottom: 0;
}
.product-card .product-card__sliders-add .slick-slide picture, .product-card .product-card__sliders-add .slick-slide picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card .product-card__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 3.5rem 3.75rem 0 4.5rem;
  height: 36.375rem;
  background: #fff;
}
.product-card .product-card__info h3 {
  margin: 0;
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.product-card .product-card__info .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.375rem;
  width: 100%;
}
.product-card .product-card__info .head .like {
  display: block;
  position: relative;
  width: 2.75rem;
  height: 2.75rem;
  border: 0.0625rem solid var(--c-navy);
  border-radius: 0.3125rem;
  cursor: pointer;
  transition: 0.3s;
}
.product-card .product-card__info .head .like::before, .product-card .product-card__info .head .like::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  border-radius: 0.3125rem;
  transition: 0.3s;
}
.product-card .product-card__info .head .like::before {
  background-image: url('../img/svg/heart-navy.svg');
  opacity: 1;
}
.product-card .product-card__info .head .like::after {
  background-image: url('../img/svg/heart-white.svg');
  opacity: 0;
}
.product-card .product-card__info .head .like:hover {
  background: var(--c-navy);
}
.product-card .product-card__info .head .like:hover::before {
  opacity: 0;
}
.product-card .product-card__info .head .like:hover::after {
  opacity: 1;
}
.product-card .product-card__info .productions {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
.product-card .product-card__info .productions img {
  display: block;
  margin-left: 1.375rem;
  width: 8.375rem;
}
.product-card .product-card__info h4 {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 0.4375rem solid var(--c-salad);
}
.product-card .product-card__info ul {
  margin-bottom: 1.5rem;
}
.product-card .product-card__info ul li {
  margin-bottom: 0.625rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.157;
}
.product-card .product-card__info ul li:last-child {
  margin-bottom: 0;
}
.product-card .product-card__info .btn {
  justify-content: flex-start;
  padding: 0 1.5rem;
  width: 19.5625rem;
  font-size: 1.125rem;
}
.product-card .product-card__info .btn o {
  width: 1.3125rem;
  height: 0.5rem;
}
.product-card .product-card__description h3 {
  margin-bottom: 1.625rem;
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.product-card .product-card__description blockquote {
  margin: 0;
  padding: 2.375rem 5.5rem 0 3.75rem;
  height: 13.75rem;
  font-size: 1.5rem;
  background: #fff;
}
.product-card .product-card__prices h3 {
  margin-bottom: 1.625rem;
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.product-card .product-card__prices blockquote {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0;
  padding: 3.125rem 2.25rem 2.375rem 5rem;
  height: 13.75rem;
  background: #fff;
}
.product-card .product-card__prices blockquote ul {
  margin: 0;
}
.product-card .product-card__prices blockquote ul li {
  display: flex;
}
.product-card .product-card__prices blockquote ul li p {
  margin: 0;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2.9375rem;
}
.product-card .product-card__prices blockquote ul li p:nth-child(1) {
  padding-right: 1rem;
  min-width: 5.625rem;
}
.product-card .product-card__prices blockquote ul li p:nth-child(2) {
  padding-right: 1rem;
  min-width: 4.375rem;
}
.product-card .product-card__prices blockquote .btn {
  justify-content: flex-start;
  padding: 0 1.375rem;
  width: 10.8125rem;
  font-size: 1rem;
}
.product-card .product-card__prices blockquote .btn i {
  width: 1.875rem;
  height: 1.875rem;
}
.product-card .product-card__prices blockquote .btn i::before {
  opacity: 0;
}
.product-card .product-card__prices blockquote .btn i::after {
  opacity: 1;
}
.product-card .product-card__prices blockquote .btn:hover i::before {
  opacity: 1;
}
.product-card .product-card__prices blockquote .btn:hover i::after {
  opacity: 0;
}
.product-card.product-card .catalog {
  padding-bottom: 0;
}
.product-card.product-card .catalog .title {
  text-align: left;
}
/* PRODUCT-CARD END */
/* TABLE START */
.page-table {
  padding: 3.125rem 0 5.625rem;
}
.page-table .catalog {
  padding-bottom: 0;
}
.page-table .catalog .title {
  text-align: left;
}
.page-table .page__title {
  margin-bottom: 3.4375rem;
}
.page-table .page__title .title {
  margin-bottom: 2.75rem;
}
.page-table .page__title .btn {
  justify-content: flex-start;
  padding: 0 2.375rem;
  width: 15.625rem;
  font-size: 1rem;
}
.table {
  margin-bottom: 0;
  padding: 4.6875rem 8.5rem 4.125rem;
  background: #fff;
}
.table .table__head {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.table .table__head li:nth-child(1) {
  width: 18.375rem;
}
.table .table__head li:nth-child(2) {
  width: 17.5rem;
}
.table .table__head li:nth-child(3) {
  width: 14.0625rem;
}
.table .table__head li:nth-child(4) {
  width: 22.0625rem;
}
.table .table__head li p {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.125rem;
  background: var(--c-salad);
  text-transform: uppercase;
}
.table .table__body ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0.5rem 0;
  border-bottom: 0.125rem solid #E1E5EA;
}
.table .table__body ul li {
  padding: 0;
}
.table .table__body ul li:nth-child(1) {
  width: 18.375rem;
}
.table .table__body ul li:nth-child(1) p.right {
  font-weight: 600;
}
.table .table__body ul li:nth-child(2) {
  width: 17.5rem;
}
.table .table__body ul li:nth-child(3) {
  width: 18.75rem;
}
.table .table__body ul li:nth-child(3) p.right {
  font-weight: 700;
}
.table .table__body ul li:nth-child(5) {
  margin-left: auto;
}
.table .table__body ul li .left {
  display: none;
}
.table .table__body ul li p.right {
  margin: 0;
  font-size: 1.5rem;
}
.table .table__body ul li .btn {
  justify-content: flex-start;
  padding: 0 1.75rem;
  width: 10.8125rem;
  font-size: 1rem;
}
.table .table__body ul li .btn i {
  right: 1rem;
  width: 1.875rem;
  height: 1.875rem;
}
.table .table__body ul li .btn i::before {
  opacity: 0;
}
.table .table__body ul li .btn i::after {
  opacity: 1;
}
.table .table__body ul li .btn:hover i::before {
  opacity: 1;
}
.table .table__body ul li .btn:hover i::after {
  opacity: 0;
}
/* TABLE END */
