/*
* Theme Name: NMS
*/
@font-face {
  font-family: "Futura PT";
  src: url("fonts/FuturaPT-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Futura PT";
  src: url("fonts/FuturaPT-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Futura PT";
  src: url("fonts/FuturaPT-Demi.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Futura PT";
  src: url("fonts/FuturaPT-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Futura PT";
  src: url("fonts/FuturaPT-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Futura PT";
  src: url("fonts/FuturaPT-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  color: #525a68;
  font-family: "Futura PT";
  margin: 0;
  padding: 0;
}
html.popup {
  padding-right: 17px;
  overflow: hidden;
}
html.popup .popup-wrap {
  padding-left: 0;
  opacity: 1;
  pointer-events: all;
}
html.popup .popup-wrap .x {
  right: 30px;
}
html.popup.callback .popup-wrap .popup.callback {
  transform: none;
  opacity: 1;
  pointer-events: all;
}
html.popup.order .popup-wrap .popup.order,
html.popup.msg .popup-wrap .popup.msg {
  transform: none;
  opacity: 1;
  pointer-events: all;
}
body.mainpage .breadcrumbs,
body.mainpage .page-title,
body.mainpage .feedback-wrap {
  display: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::selection {
  color: #525a68;
  background: #fc0;
}
a {
  text-decoration: none;
}
input,
textarea,
button,
select {
  font-family: "Futura PT";
}
input:focus,
textarea:focus,
button:focus,
select:focus,
input:active,
textarea:active,
button:active,
select:active {
  outline: 0;
}
img,
svg {
  display: block;
  user-select: none;
}
.content-wrap {
  width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.btn {
  width: 255px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #1b1800;
  background: #fc0;
  border: none;
  border-radius: 22px;
  transition: 0.2s;
  cursor: pointer;
}
.btn:hover {
  background: #f0c000;
}
.header .catalog-menu {
  position: absolute;
  top: 153px;
  left: calc(50% - 1110px / 2);
  width: 1110px;
  height: 1px;
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 5px;
  padding: 28px 30px 30px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  z-index: 5;
  transition: 0.2s;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
.header .catalog-menu .column {
  width: 250px;
}
.header .catalog-menu .column .column-title {
  display: block;
  font-size: 24px;
  font-weight: 900;
  color: #1b1800;
  margin-bottom: 26px;
  transition: 0.2s;
}
.header .catalog-menu .column .column-title:hover {
  color: #da1515;
}
.header .catalog-menu .column .subcolumns-wrap {
  column-count: 1;
  column-gap: 40px;
}
.header .catalog-menu .column .subcolumns-wrap .subcolumn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 170px;
  break-inside: avoid-column;
}
.header .catalog-menu .column .subcolumns-wrap .subcolumn .subcolumn-title {
  font-size: 16px;
  font-weight: 500;
  color: #1b1800;
  transition: 0.2s;
}
.header .catalog-menu .column .subcolumns-wrap .subcolumn .subcolumn-title:hover {
  color: #da1515;
}
.header .catalog-menu .column .subcolumns-wrap .subcolumn .subcolumn-link {
  font-size: 14px;
  color: #525a68;
  margin-top: 20px;
  transition: 0.2s;
}
.header .catalog-menu .column .subcolumns-wrap .subcolumn .subcolumn-link:hover {
  color: #da1515;
}
.header .catalog-menu .column .subcolumns-wrap .subcolumn .subcolumn-link + .subcolumn-link {
  margin-top: 10px;
}
.header .catalog-menu .column .subcolumns-wrap .subcolumn:nth-child(n+2) {
  margin-top: 40px;
}
.header .catalog-menu.opened {
  opacity: 1;
  pointer-events: all;
}
.header .catalog-menu-v2 {
  position: absolute;
  top: 153px;
  left: calc(50% - 1110px / 2);
  width: 1110px;
  height: 500px;
  justify-content: space-between;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  padding: 30px;
  z-index: 5;
  transition: 0.2s;
  opacity: 0;
  pointer-events: none;
}
.header .catalog-menu-v2 .simplebar-content {
  display: grid;
  grid-template-columns: repeat(4, 240px);
  grid-row-gap: 40px;
  justify-content: space-between;
}
.header .catalog-menu-v2 .simplebar-content::before,
.header .catalog-menu-v2 .simplebar-content::after {
  display: none;
}
.header .catalog-menu-v2 .simplebar-track.simplebar-vertical {
  width: 15px;
}
.header .catalog-menu-v2 .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
  top: 6px;
  bottom: 6px;
}
.header .catalog-menu-v2 .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.header .catalog-menu-v2 .simplebar-scrollbar::before {
  left: 6px;
  right: 6px;
  background: #d4d6d9;
}
.header .catalog-menu-v2 .category-wrap {
  display: flex;
}
.header .catalog-menu-v2 .category-wrap .img-wrap {
  width: 60px;
  height: 50px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  border-radius: 2px;
  margin-right: 20px;
}
.header .catalog-menu-v2 .category-wrap .img-wrap:hover + .titles-wrap .category-title {
  color: #da1515;
}
.header .catalog-menu-v2 .category-wrap .titles-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.header .catalog-menu-v2 .category-wrap .titles-wrap .category-title {
  font-size: 16px;
  font-weight: 500;
  color: #1b1800;
  transition: 0.2s;
}
.header .catalog-menu-v2 .category-wrap .titles-wrap .category-title:hover {
  color: #da1515;
}
.header .catalog-menu-v2 .category-wrap .titles-wrap .subcategory-title {
  font-size: 14px;
  margin-top: 20px;
}
.header .catalog-menu-v2 .category-wrap .titles-wrap .subcategory-title + .subcategory-title {
  margin-top: 10px;
}
.header .catalog-menu-v2 .category-wrap .titles-wrap .subcategory-title:hover {
  text-decoration: underline;
}
.header .catalog-menu-v2.opened {
  opacity: 1;
  pointer-events: all;
}
.header .catalog-menu-v2::after {
  content: "";
  display: block;
  height: 30px;
  margin-top: -40px;
}
.header .top {
  border-bottom: 1px solid #f5f5f5;
}
.header .top .content-wrap {
  position: relative;
  height: 82px;
  display: flex;
  align-items: center;
}
.header .top .mobile-menu-btn {
  width: 88px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.header .top .mobile-menu-btn .menu-btn {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fc0;
  border-radius: 9px;
}
.header .top .mobile-menu-btn .menu-btn span {
  width: 30px;
  height: 4px;
  background: #525a68;
  border-radius: 2px;
  transition: 0.2s;
}
.header .top .mobile-menu-btn .menu-btn span + span {
  margin-top: 7px;
}
.header .top .mobile-menu-btn .menu-btn .x {
  position: absolute;
  top: calc(50% - 24px / 2);
  left: calc(50% - 24px / 2);
  transition: 0.2s;
  opacity: 0;
}
.header .top .mobile-menu-btn.menu-opened .menu-btn span {
  opacity: 0;
}
.header .top .mobile-menu-btn.menu-opened .menu-btn .x {
  opacity: 1;
}
.header .top .mobile-btn {
  width: 70px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}
.header .top .mobile-btn.search {
  margin-left: auto;
}
.header .top .mobile-btn.search img {
  width: 27px;
}
.header .top .search-wrap {
  position: relative;
  margin-left: 30px;
}
.header .top .search-wrap input {
  width: 445px;
  height: 43px;
  font-size: 16px;
  color: #1b1800;
  background: #f5f5f5;
  border: none;
  border-radius: 5px;
  padding: 0 45px 0 15px;
}
.header .top .search-wrap button {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
}
.header .top .search-wrap button img {
  transition: 0.2s;
}
.header .top .search-wrap button:hover img {
  transform: scale(1.2);
}
.header .top .phone-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 30px;
  padding-left: 14px;
  padding-right: 60px;
  z-index: 15;
}
.header .top .phone-wrap .phone {
  font-size: 24px;
  color: #525a68;
  transition: 0.2s;
}
.header .top .phone-wrap .phone:hover {
  color: #da1515;
}
.header .top .phone-wrap .callback-btn {
  width: 113px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #525a68;
  background: #f5f5f5;
  border-radius: 11px;
  transition: 0.2s;
}
.header .top .phone-wrap .callback-btn:hover {
  color: #1b1800;
  background: #fc0;
}
.header .top .phone-wrap .icon {
  position: absolute;
  top: calc(50% - 25px / 2);
  right: 15px;
}
.header .top .phone-wrap:hover ~ .contacts-wrap {
  opacity: 1;
  pointer-events: all;
}
.header .top .cart-wrap {
  width: 160px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
.header .top .cart-wrap .icon-wrap {
  position: relative;
}
.header .top .cart-wrap .icon-wrap .count {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 19px;
  height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #1b1800;
  background: #fc0;
  border-radius: 50%;
}
.header .top .cart-wrap .total {
  font-size: 16px;
  margin-left: 12px;
}
.header .top .cart-wrap .total p {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #a5a9af;
  transition: 0.2s;
}
.header .top .cart-wrap:hover .total p {
  color: #da1515;
}
.header .top .contacts-wrap {
  position: absolute;
  top: 0;
  right: 110px;
  width: 350px;
  height: 384px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  padding: 97px 20px 0;
  transition: 0.2s;
  opacity: 0;
  pointer-events: none;
  z-index: 14;
}
.header .top .contacts-wrap .contact {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #a5a9af;
}
.header .top .contacts-wrap .contact a {
  width: 65px;
  font-size: 16px;
  font-weight: normal;
  color: #1b1800;
  margin-right: 15px;
  transition: 0.2s;
}
.header .top .contacts-wrap .contact a:hover {
  color: #da1515;
}
.header .top .contacts-wrap .contact + .contact {
  margin-top: 10px;
}
.header .top .contacts-wrap .schedule-title {
  font-size: 16px;
  font-weight: 500;
  color: #1b1800;
  margin-top: 25px;
}
.header .top .contacts-wrap .schedule {
  display: grid;
  grid-template-columns: 71px 128px 95px;
  align-items: center;
  margin-top: 15px;
}
.header .top .contacts-wrap .schedule .days {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 14px;
}
.header .top .contacts-wrap .schedule .days .icons-wrap {
  display: flex;
}
.header .top .contacts-wrap .schedule .days .icons-wrap .icon {
  width: 10px;
  height: 10px;
  background: #525a68;
  border-radius: 3px;
}
.header .top .contacts-wrap .schedule .days .icons-wrap .icon + .icon {
  margin-left: 3px;
}
.header .top .contacts-wrap .schedule .days .icons-wrap.yellow .icon {
  background: #fc0;
}
.header .top .contacts-wrap .schedule .days + .type {
  margin-bottom: 9px;
}
.header .top .contacts-wrap .schedule .days + .type + .time {
  margin-bottom: 9px;
}
.header .top .contacts-wrap .schedule .type {
  font-size: 16px;
  font-weight: 500;
  color: #a5a9af;
}
.header .top .contacts-wrap .schedule .time {
  font-size: 12px;
  font-weight: 500;
}
.header .top .contacts-wrap .schedule .time span {
  display: block;
  font-size: 16px;
  color: #1b1800;
}
.header .top .contacts-wrap .schedule .time + .time {
  grid-row: span 2;
}
.header .top .contacts-wrap:hover {
  opacity: 1;
  pointer-events: all;
}
.header .menu {
  margin-top: 8px;
}
.header .menu .content-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.header .menu .catalog-btn {
  position: relative;
  width: 160px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #1b1800;
  background: #fc0;
  border-radius: 5px;
  margin-right: 30px;
  transition: 0.2s;
}
.header .menu .catalog-btn .chevron {
  margin-left: 10px;
  margin-bottom: -2px;
  transition: 0.2s;
}
.header .menu .catalog-btn .x {
  position: absolute;
  top: 16px;
  right: 13px;
  opacity: 0;
  transition: 0.2s;
}
.header .menu .catalog-btn.menu-opened .chevron {
  opacity: 0;
}
.header .menu .catalog-btn.menu-opened .x {
  opacity: 1;
}
.header .menu .catalog-btn:hover {
  background: #f0c000;
}
.header .menu .link {
  height: 42px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #525a68;
  transition: 0.2s;
}
.header .menu .link img {
  margin-left: 8px;
  margin-bottom: -4px;
}
.header .menu .link:hover {
  color: #da1515;
}
.header .menu .link + .link,
.header .menu .link + .link-wrap {
  margin-left: 40px;
}
.header .menu .link-wrap {
  position: relative;
}
.header .menu .link-wrap .submenu {
  position: absolute;
  top: 100%;
  left: -15px;
  width: 175px;
  background: #fff;
  border-radius: 5px;
  padding: 17px 15px 20px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  transition: 0.2s;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
}
.header .menu .link-wrap .submenu .item {
  display: inline-block;
  font-size: 14px;
  color: #1b1800;
  transition: 0.2s;
}
.header .menu .link-wrap .submenu .item + .item {
  margin-top: 24px;
}
.header .menu .link-wrap .submenu .item:hover {
  color: #da1515;
}
.header .menu .link-wrap + .link {
  margin-left: 40px;
}
.header .menu .link-wrap:hover .submenu {
  opacity: 1;
  pointer-events: all;
}
.header .breadcrumbs {
  display: flex;
  align-items: center;
  margin-top: 14px;
}
.header .breadcrumbs .separator {
  margin: 0 14px;
}
.header .breadcrumbs .item {
  font-size: 12px;
  color: #525a68;
  transition: 0.2s;
}
.header .breadcrumbs .item:hover {
  color: #da1515;
}
.header .breadcrumbs .current {
  font-size: 12px;
  color: #d4d6d9;
}
.header .page-title {
  font-size: 32px;
  font-weight: 900;
  color: #1b1800;
  margin-top: 8px;
}
.footer {
  background: #1b1800;
  margin-top: 100px;
  padding: 30px 0 20px;
}
.footer .columns-wrap {
  display: flex;
  justify-content: space-between;
  padding-right: 42px;
}
.footer .columns-wrap .separator {
  width: 1px;
  height: 185px;
  background: #fff;
  opacity: 0.1;
}
.footer .columns-wrap .logo-column .payment {
  display: flex;
  margin-top: 40px;
  padding-left: 1px;
}
.footer .columns-wrap .logo-column .payment img + img {
  margin-left: 20px;
}
.footer .columns-wrap .menu-column {
  width: 252px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-auto-rows: max-content;
  grid-row-gap: 30px;
  justify-content: space-between;
  padding-top: 9px;
}
.footer .columns-wrap .menu-column .link {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: 0.2s;
}
.footer .columns-wrap .menu-column .link:hover {
  color: #fc0;
}
.footer .columns-wrap .contacts-column {
  width: 308px;
}
.footer .columns-wrap .contacts-column .title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.footer .columns-wrap .contacts-column .phones-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 31px;
}
.footer .columns-wrap .contacts-column .phones-wrap .phone {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: 0.2s;
}
.footer .columns-wrap .contacts-column .phones-wrap .phone img {
  margin-right: 5px;
}
.footer .columns-wrap .contacts-column .phones-wrap .phone:hover {
  color: #fc0;
}
.footer .columns-wrap .contacts-column .address {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-top: 17px;
}
.footer .columns-wrap .contacts-column .address img {
  margin-right: 5px;
}
.footer .columns-wrap .contacts-column .social-wrap {
  display: flex;
  margin-top: 40px;
  padding-left: 1px;
}
.footer .columns-wrap .contacts-column .social-wrap .item {
  transition: 0.2s;
}
.footer .columns-wrap .contacts-column .social-wrap .item + .item {
  margin-left: 20px;
}
.footer .columns-wrap .contacts-column .social-wrap .item:hover {
  transform: scale(1.2);
}
.footer .policy-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-right: 20px;
}
.footer .policy-wrap .policy {
  font-size: 16px;
  color: #a5a9af;
  transition: 0.2s;
}
.footer .policy-wrap .policy:hover {
  color: #fff;
}
.footer .policy-wrap .artgorka {
  display: flex;
  font-size: 12px;
  font-weight: 500;
  color: #a5a9af;
  transition: 0.2s;
}
.footer .policy-wrap .artgorka img {
  margin-right: 15px;
  transition: 0.2s;
}
.footer .policy-wrap .artgorka:hover {
  color: #fff;
}
.footer .policy-wrap .artgorka:hover img {
  transform: scale(1.1);
}
.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/popup-bg.png) no-repeat left top;
  padding-left: 17px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  z-index: 1000;
  overflow-y: scroll;
}
.popup-wrap .x {
  position: absolute;
  top: 30px;
  right: 13px;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  transition: background 0.2s;
}
.popup-wrap .x:hover {
  background: rgba(255, 255, 255, 0.3);
}
.popup-wrap .callback {
  position: relative;
  width: 350px;
  background: url(img/about-page-feedback-bg.png) no-repeat center;
  padding: 55px 37px 0;
  width: 678px;
  background: none;
  border: 2px solid #fff;
  border-radius: 5px;
  margin: 100px auto;
  padding: 46px 38px 38px;
  transform: translateY(-100px);
  transition: 0.2s;
  opacity: 0;
  pointer-events: none;
}
.popup-wrap .callback .title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.popup-wrap .callback .subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #f5f5f5;
  margin-top: 2px;
  text-align: center;
}
.popup-wrap .callback .input-wrap {
  margin-top: 30px;
}
.popup-wrap .callback .input-wrap .label {
  font-size: 12px;
  color: #fff;
}
.popup-wrap .callback .input-wrap input,
.popup-wrap .callback .input-wrap textarea {
  width: 100%;
  height: 31px;
  font-size: 16px;
  color: #fff;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 0 1px;
}
.popup-wrap .callback .input-wrap input::placeholder,
.popup-wrap .callback .input-wrap textarea::placeholder {
  color: #a5a9af;
}
.popup-wrap .callback .input-wrap textarea {
  height: 62px;
}
.popup-wrap .callback .input-wrap + .input-wrap {
  margin-top: 30px;
}
.popup-wrap .callback .btn {
  margin: 35px auto 0;
}
.popup-wrap .callback .agreement {
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
  text-align: center;
}
.popup-wrap .callback .agreement a {
  color: #fff;
  text-decoration: underline;
}
.popup-wrap .callback .agreement a:hover {
  text-decoration: none;
}
.popup-wrap .callback::before {
  content: "";
  position: absolute;
  top: 17px;
  right: 17px;
  bottom: 17px;
  left: 17px;
  border: 2px solid #fff;
  border-radius: 5px;
  pointer-events: none;
}
.popup-wrap .callback .flex-wrap {
  display: flex;
  justify-content: space-between;
}
.popup-wrap .callback .flex-wrap .input-wrap {
  width: 284px;
  margin-top: 34px;
}
.popup-wrap .callback .flex-wrap .input-wrap + .input-wrap {
  margin-top: 34px;
}
.popup-wrap .callback .btn-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
}
.popup-wrap .callback .btn-wrap .btn {
  width: 215px;
  flex-shrink: 0;
  margin-top: 0;
  margin-left: 20px;
}
.popup-wrap .callback .btn-wrap .agreement {
  text-align: right;
  margin-top: 0;
}
.popup-wrap .callback::before {
  display: none;
}
.popup-wrap .order,
.popup-wrap .msg {
  width: 678px;
  border: 2px solid #fff;
  border-radius: 5px;
  margin: 100px auto;
  padding: 48px 147px 38px 148px;
}
.popup-wrap .order .title,
.popup-wrap .msg .title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.popup-wrap .order .subtitle,
.popup-wrap .msg .subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.popup-wrap .order .btn,
.popup-wrap .msg .btn {
  width: 284px;
  margin: 35px auto 0;
}
.feedback-wrap {
  background: url(img/feedback-bg.png) no-repeat center;
}
.feedback-wrap .content-wrap {
  height: 169px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 110px;
}
.feedback-wrap .title {
  font-size: 18px;
  font-weight: 500;
  color: #f5f5f5;
}
.feedback-wrap .title span {
  display: block;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.main-page {
  margin-top: 30px;
}
.main-page .content-wrap {
  display: flex;
  justify-content: space-between;
}
.main-page .content-wrap .left {
  width: 255px;
}
.main-page .content-wrap .left .catalog-list {
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  transition: 0.2s;
}
.main-page .content-wrap .left .catalog-list .item-wrap {
  position: relative;
}
.main-page .content-wrap .left .catalog-list .item-wrap .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 14px;
  transition: 0.2s;
}
.main-page .content-wrap .left .catalog-list .item-wrap .item .title {
  font-size: 16px;
  font-weight: 500;
  padding-right: 15px;
}
.main-page .content-wrap .left .catalog-list .item-wrap .item img {
  margin-top: 7px;
}
.main-page .content-wrap .left .catalog-list .item-wrap .item:hover {
  background: #f5f5f5;
}
.main-page .content-wrap .left .catalog-list .item-wrap .item.current {
  background: #fc0;
}
.main-page .content-wrap .left .catalog-list .item-wrap .submenu {
  position: absolute;
  top: 0;
  left: calc(100% + 10px);
  width: 825px;
  display: grid;
  grid-template-columns: repeat(3, 233px);
  grid-column-gap: 32px;
  grid-row-gap: 10px;
  background: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  padding: 29px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
  z-index: 10;
}
.main-page .content-wrap .left .catalog-list .item-wrap .submenu .subitem {
  display: flex;
}
.main-page .content-wrap .left .catalog-list .item-wrap .submenu .subitem .img-wrap {
  width: 40px;
  height: 34px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  border-radius: 2px;
}
.main-page .content-wrap .left .catalog-list .item-wrap .submenu .subitem .subitem-title {
  font-size: 14px;
  margin-top: 7px;
  margin-left: 10px;
}
.main-page .content-wrap .left .catalog-list .item-wrap .submenu .subitem.current .subitem-title {
  font-weight: 500;
  text-decoration: underline;
}
.main-page .content-wrap .left .catalog-list .item-wrap .submenu .subitem:hover .subitem-title {
  text-decoration: underline;
}
.main-page .content-wrap .left .catalog-list .item-wrap .submenu::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  bottom: 0;
  width: 10px;
}
.main-page .content-wrap .left .catalog-list .item-wrap:hover .submenu {
  opacity: 1;
  pointer-events: all;
}
.main-page .content-wrap .left .catalog-list .item-wrap:first-child .item {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.main-page .content-wrap .left .catalog-list .item-wrap:last-child .item {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.main-page .content-wrap .left .catalog-list:hover {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.15);
}
.main-page .content-wrap .right {
  width: 825px;
}
.main-page .main-slider {
  border-radius: 5px;
  box-shadow: 0px 40px 30px -30px rgba(0, 0, 0, 0.2);
}
.main-page .main-slider .swiper-slide {
  width: 1110px;
  height: 370px;
  background: url(img/main-slider.png) no-repeat calc(50% + 61px) center;
}
.main-page .main-slider .swiper-pagination {
  bottom: 15px;
}
.main-page .main-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: none;
  border: 2px solid #fff;
  margin: 0 3px !important;
  opacity: 1;
  transition: 0.2s;
}
.main-page .main-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.main-page .main-slider .arrow {
  position: absolute;
  width: 32px;
  height: 32px;
  top: calc(50% - 32px / 2);
  right: 20px;
  display: flex;
  align-items: center;
  background: rgba(27, 24, 0, 0.2);
  border-radius: 50%;
  padding-left: 12px;
  transition: 0.2s;
  z-index: 1;
}
.main-page .main-slider .arrow.l {
  right: auto;
  left: 20px;
  padding-left: 10px;
}
.main-page .main-slider .arrow.l img {
  transform: rotate(180deg);
}
.main-page .main-slider .arrow:hover {
  background: rgba(27, 24, 0, 0.4);
}
.main-page .catalog-block {
  margin-top: 50px;
}
.main-page .catalog-block .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-page .catalog-block .title-wrap .title {
  font-size: 24px;
  font-weight: 500;
}
.main-page .catalog-block .title-wrap .more-link {
  font-size: 14px;
  color: #525a68;
  display: flex;
  align-items: center;
  transition: 0.2s;
}
.main-page .catalog-block .title-wrap .more-link img {
  margin-left: 10px;
  margin-bottom: -2px;
  transition: 0.2s;
}
.main-page .catalog-block .title-wrap .more-link:hover {
  color: #da1515;
}
.main-page .catalog-block .title-wrap .more-link:hover img {
  transform: translateX(5px);
}
.main-page .catalog-block .items-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.main-page .catalog-block .items-wrap .item {
  position: relative;
  width: 255px;
  height: 147px;
  display: flex;
  align-items: flex-end;
  border-radius: 5px;
  padding: 0 75px 15px 15px;
  overflow: hidden;
}
.main-page .catalog-block .items-wrap .item span {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #525a68;
  transition: 0.2s;
  z-index: 1;
}
.main-page .catalog-block .items-wrap .item:nth-child(1) {
  background: url(img/mainpage-catalog-block-1.png);
}
.main-page .catalog-block .items-wrap .item:nth-child(2) {
  background: url(img/mainpage-catalog-block-2.png);
}
.main-page .catalog-block .items-wrap .item:nth-child(3) {
  background: url(img/mainpage-catalog-block-3.png);
}
.main-page .catalog-block .items-wrap .item:nth-child(4) {
  background: url(img/mainpage-catalog-block-4.png);
}
.main-page .catalog-block .items-wrap .item:hover span {
  color: #1b1800;
}
.main-page .catalog-block .items-wrap .item:hover::before {
  opacity: 0.8;
}
.main-page .catalog-block .items-wrap .item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fc0;
  pointer-events: none;
  opacity: 0;
  transition: 0.2s;
}
.main-page .services-block {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}
.main-page .services-block .news-wrap .block-title {
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 17px;
  transition: 0.2s;
}
.main-page .services-block .news-wrap .block-title img {
  margin-left: 15px;
  margin-bottom: -4px;
  transition: 0.2s;
}
.main-page .services-block .news-wrap .block-title:hover {
  color: #da1515;
}
.main-page .services-block .news-wrap .block-title:hover img {
  transform: translateX(5px);
}
.main-page .services-block .news-wrap .item {
  width: 255px;
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-position: center;
  background-size: 100%;
  background-color: #a5a9af;
  border-radius: 5px;
  padding: 15px;
  transition: 0.2s;
}
.main-page .services-block .news-wrap .item .date {
  font-size: 12px;
  color: #d4d6d9;
}
.main-page .services-block .news-wrap .item .title {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 16px;
  margin-top: 4px;
}
.main-page .services-block .news-wrap .item + .item {
  margin-top: 15px;
}
.main-page .services-block .services-wrap {
  width: 825px;
}
.main-page .services-block .services-wrap .block-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 17px;
}
.main-page .services-block .services-wrap .items-wrap {
  display: grid;
  grid-template-columns: repeat(4, 195px);
  grid-auto-rows: 170px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.main-page .services-block .services-wrap .items-wrap .item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-position: center;
  background-size: 100%;
  border-radius: 5px;
  transition: 0.2s;
}
.main-page .services-block .services-wrap .items-wrap .item:nth-child(1) {
  background-image: url(img/mainpage-service-1.png);
}
.main-page .services-block .services-wrap .items-wrap .item:nth-child(2) {
  background-image: url(img/mainpage-service-2.png);
}
.main-page .services-block .services-wrap .items-wrap .item:nth-child(3) {
  background-image: url(img/mainpage-service-3.png);
}
.main-page .services-block .services-wrap .items-wrap .item:nth-child(4) {
  background-image: url(img/mainpage-service-4.png);
}
.main-page .services-block .services-wrap .items-wrap .item:nth-child(5) {
  background-image: url(img/mainpage-service-5.png);
}
.main-page .services-block .services-wrap .items-wrap .item:nth-child(6) {
  background-image: url(img/mainpage-service-6.png);
}
.main-page .services-block .services-wrap .items-wrap .item:nth-child(7) {
  background-image: url(img/mainpage-service-7.png);
}
.main-page .services-block .services-wrap .items-wrap .item:nth-child(8) {
  background-image: url(img/mainpage-service-8.png);
}
.main-page .services-block .services-wrap .items-wrap .item:hover {
  background-size: 105%;
}
.main-page .block-4 {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.main-page .block-4 .item {
  width: 255px;
  height: 91px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  border-radius: 5px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
}
.main-page .block-4 .item img {
  margin-right: 22px;
}
.main-page .block-4 .item:nth-child(1) img {
  width: 82px;
}
.main-page .block-4 .item:nth-child(2) img {
  width: 69px;
}
.main-page .block-4 .item:nth-child(3) img {
  width: 44px;
}
.main-page .block-5 {
  height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(img/block5-bg.png) no-repeat right top;
  margin-top: 100px;
}
.main-page .block-5 .title {
  font-size: 24px;
  font-weight: 600;
  color: #1b1800;
  text-transform: uppercase;
}
.main-page .block-5 .text {
  width: 501px;
  font-size: 16px;
  margin-top: 25px;
}
.main-page .feedback-block {
  margin-top: 98px;
}
.main-page .feedback-block .title {
  font-size: 36px;
  font-weight: bold;
  color: #1b1800;
  text-align: center;
  text-transform: uppercase;
}
.main-page .feedback-block .subtitle {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.main-page .feedback-block .form-wrap {
  width: 825px;
  margin: 51px auto 0;
}
.main-page .feedback-block .form-wrap .column-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
}
.main-page .feedback-block .form-wrap .column-wrap .input-wrap {
  width: 255px;
}
.main-page .feedback-block .form-wrap .input-wrap .label {
  font-size: 12px;
}
.main-page .feedback-block .form-wrap .input-wrap input {
  width: 100%;
  height: 32px;
  font-size: 16px;
  color: #1b1800;
  border: none;
  border-bottom: 1px solid #525a68;
  padding: 0;
  transition: 0.2s;
}
.main-page .feedback-block .form-wrap .input-wrap input:focus {
  border-bottom-color: #fc0;
}
.main-page .feedback-block .form-wrap .input-wrap input::placeholder {
  color: #d4d6d9;
}
.main-page .feedback-block .form-wrap .btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  margin-top: 40px;
}
.main-page .feedback-block .form-wrap .btn-wrap a {
  text-decoration: underline;
}
.main-page .feedback-block .form-wrap .btn-wrap a:hover {
  text-decoration: none;
}
.page-wrap {
  margin: 32px 0 100px;
}
.catalog-page .content-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.catalog-page .search-wrap {
  position: relative;
  margin-left: 30px;
  width: 100%;
  margin-left: 0;
  margin-bottom: 30px;
}
.catalog-page .search-wrap input {
  width: 445px;
  height: 43px;
  font-size: 16px;
  color: #1b1800;
  background: #f5f5f5;
  border: none;
  border-radius: 5px;
  padding: 0 45px 0 15px;
}
.catalog-page .search-wrap button {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
}
.catalog-page .search-wrap button img {
  transition: 0.2s;
}
.catalog-page .search-wrap button:hover img {
  transform: scale(1.2);
}
.catalog-page .search-wrap input {
  width: 100%;
}
.catalog-page .left {
  width: 255px;
}
.catalog-page .left .up-link {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 900;
  color: #525a68;
  margin-bottom: 15px;
  transition: 0.2s;
}
.catalog-page .left .up-link img {
  margin-right: 10px;
  transition: 0.2s;
}
.catalog-page .left .up-link:hover {
  color: #da1515;
}
.catalog-page .left .up-link:hover img {
  transform: translateX(-5px);
}
.catalog-page .left .nav-menu {
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  overflow: hidden;
}
.catalog-page .left .nav-menu .item {
  position: relative;
  min-height: 61px;
  font-size: 16px;
  font-weight: 500;
  color: #525a68;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 14px 10px 15px;
  transition: 0.2s;
}
.catalog-page .left .nav-menu .item img {
  margin-left: 20px;
  transition: 0.2s;
}
.catalog-page .left .nav-menu .item .count {
  font-size: 14px;
  font-weight: normal;
  color: #a5a9af;
  margin-left: 15px;
}
.catalog-page .left .nav-menu .item.opened img {
  transform: rotate(90deg);
}
.catalog-page .left .nav-menu .item.current::before {
  opacity: 1;
}
.catalog-page .left .nav-menu .item:hover {
  background: #f5f5f5;
}
.catalog-page .left .nav-menu .item::before {
  content: "";
  position: absolute;
  top: calc(50% - 21px / 2 + 1px);
  left: 0;
  width: 2px;
  height: 21px;
  background: #fc0;
  border-radius: 2px;
  opacity: 0;
  transition: 0.2s;
  pointer-events: none;
}
.catalog-page .left .nav-menu .submenu {
  display: none;
}
.catalog-page .left .nav-menu .submenu .subitem {
  position: relative;
  display: block;
  font-size: 14px;
  color: #525a68;
  padding: 10px 15px;
  transition: 0.2s;
}
.catalog-page .left .nav-menu .submenu .subitem:hover {
  color: #da1515;
}
.catalog-page .left .nav-menu .submenu .subitem.current::before {
  opacity: 1;
}
.catalog-page .left .nav-menu .submenu .subitem::before {
  content: "";
  position: absolute;
  top: calc(50% - 18px / 2 + 1px);
  left: 0;
  width: 2px;
  height: 18px;
  background: #fc0;
  border-radius: 2px;
  opacity: 0;
  transition: 0.2s;
  pointer-events: none;
}
.catalog-page .left .nav-menu .submenu.opened {
  display: block;
}
.catalog-page .left .catalog-list {
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  transition: 0.2s;
}
.catalog-page .left .catalog-list .item-wrap {
  position: relative;
}
.catalog-page .left .catalog-list .item-wrap .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 14px;
  transition: 0.2s;
}
.catalog-page .left .catalog-list .item-wrap .item .title {
  font-size: 16px;
  font-weight: 500;
  padding-right: 15px;
}
.catalog-page .left .catalog-list .item-wrap .item img {
  margin-top: 7px;
}
.catalog-page .left .catalog-list .item-wrap .item:hover {
  background: #f5f5f5;
}
.catalog-page .left .catalog-list .item-wrap .item.current {
  background: #fc0;
}
.catalog-page .left .catalog-list .item-wrap .submenu {
  position: absolute;
  top: 0;
  left: calc(100% + 10px);
  width: 825px;
  display: grid;
  grid-template-columns: repeat(3, 233px);
  grid-column-gap: 32px;
  grid-row-gap: 10px;
  background: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  padding: 29px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
  z-index: 10;
}
.catalog-page .left .catalog-list .item-wrap .submenu .subitem {
  display: flex;
}
.catalog-page .left .catalog-list .item-wrap .submenu .subitem .img-wrap {
  width: 40px;
  height: 34px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  border-radius: 2px;
}
.catalog-page .left .catalog-list .item-wrap .submenu .subitem .subitem-title {
  font-size: 14px;
  margin-top: 7px;
  margin-left: 10px;
}
.catalog-page .left .catalog-list .item-wrap .submenu .subitem.current .subitem-title {
  font-weight: 500;
  text-decoration: underline;
}
.catalog-page .left .catalog-list .item-wrap .submenu .subitem:hover .subitem-title {
  text-decoration: underline;
}
.catalog-page .left .catalog-list .item-wrap .submenu::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  bottom: 0;
  width: 10px;
}
.catalog-page .left .catalog-list .item-wrap:hover .submenu {
  opacity: 1;
  pointer-events: all;
}
.catalog-page .left .catalog-list .item-wrap:first-child .item {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.catalog-page .left .catalog-list .item-wrap:last-child .item {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.catalog-page .left .catalog-list:hover {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.15);
}
.catalog-page .left .info {
  font-size: 16px;
  border: 1px solid #fc0;
  border-radius: 5px;
  margin-top: 30px;
  padding: 22px 10px 23px 10px;
  text-align: center;
}
.catalog-page .right {
  width: 825px;
}
.catalog-page .right .items-wrap {
  display: grid;
  grid-template-columns: repeat(4, 195px);
  grid-row-gap: 25px;
  justify-content: space-between;
}
.catalog-page .right .items-wrap .item {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  padding-bottom: 15px;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  transition: 0.2s;
}
.catalog-page .right .items-wrap .item .img-wrap {
  height: 170px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: 0.2s;
  border-radius: 5px;
  overflow: hidden;
}
.catalog-page .right .items-wrap .item .name {
  font-size: 16px;
  font-weight: 500;
  color: #525a68;
  margin-top: 10px;
  margin-bottom: auto;
  padding: 0 15px;
}
.catalog-page .right .items-wrap .item .params-wrap {
  height: 69px;
  margin-top: 15px;
}
.catalog-page .right .items-wrap .item .in-stock {
  font-size: 14px;
  font-weight: 500;
  padding: 0 15px;
}
.catalog-page .right .items-wrap .item .param {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 10px;
  padding: 0 15px;
}
.catalog-page .right .items-wrap .item .param img {
  margin-right: 6px;
}
.catalog-page .right .items-wrap .item .param + .param {
  margin-top: 5px;
}
.catalog-page .right .items-wrap .item .price-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #000;
  margin-top: 14px;
  padding: 0 15px;
}
.catalog-page .right .items-wrap .item .price-wrap span {
  font-size: 24px;
}
.catalog-page .right .items-wrap .item .price-btn {
  width: 165px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 14px;
  color: #1b1800;
  background: #f5f5f5;
  border-radius: 22px;
  margin: 15px auto 0;
  padding-top: 5px;
  transition: 0.2s;
}
.catalog-page .right .items-wrap .item .price-btn span {
  font-size: 24px;
}
.catalog-page .right .items-wrap .item.inactive {
  opacity: 0.5;
  pointer-events: none;
}
.catalog-page .right .items-wrap .item:hover {
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
}
.catalog-page .right .items-wrap .item:hover .img-wrap {
  background-size: 105%;
}
.catalog-page .right .items-wrap .item:hover .price-btn {
  background: #fc0;
}
.catalog-page .right .product-info {
  display: flex;
  justify-content: space-between;
}
.catalog-page .right .product-info .image-column {
  width: 445px;
}
.catalog-page .right .product-info .image-column .product-image {
  height: 389px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  overflow: hidden;
}
.catalog-page .right .product-info .image-column .product-image img {
  max-width: 100%;
}
.catalog-page .right .product-info .image-column .vendor-code {
  font-size: 12px;
  margin-top: 14px;
}
.catalog-page .right .product-info .params-column {
  width: 160px;
}
.catalog-page .right .product-info .params-column .param {
  font-size: 14px;
}
.catalog-page .right .product-info .params-column .value {
  font-size: 16px;
  font-weight: 500;
  color: #1b1800;
  margin-top: 10px;
}
.catalog-page .right .product-info .params-column .value + .param {
  margin-top: 20px;
}
.catalog-page .right .product-info .price-column {
  width: 350px;
}
.catalog-page .right .product-info .price-column .stock-wrap {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #219653;
  margin-top: -1px;
}
.catalog-page .right .product-info .price-column .stock-wrap .amount {
  font-size: 14px;
  color: #a5a9af;
  margin-left: 15px;
}
.catalog-page .right .product-info .price-column .price-type {
  font-size: 14px;
  color: #a5a9af;
  margin-top: 30px;
}
.catalog-page .right .product-info .price-column .price-wrap {
  display: flex;
  align-items: center;
  margin-top: 3px;
}
.catalog-page .right .product-info .price-column .price-wrap .value,
.catalog-page .right .product-info .price-column .price-wrap .rub {
  font-size: 36px;
  color: #1b1800;
}
.catalog-page .right .product-info .price-column .price-wrap .rub {
  margin-left: 15px;
}
.catalog-page .right .product-info .price-column .price-wrap .units {
  margin-top: -2px;
  margin-left: 21px;
}
.catalog-page .right .product-info .price-column .price-wrap .units .item {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.catalog-page .right .product-info .price-column .price-wrap .units .item img {
  margin-right: 5px;
}
.catalog-page .right .product-info .price-column .price-wrap .units .item + .item {
  margin-top: 5px;
}
.catalog-page .right .product-info .price-column .to-cart-wrap {
  display: flex;
  align-items: center;
  margin-top: 17px;
}
.catalog-page .right .product-info .price-column .to-cart-wrap .btn {
  width: 157px;
  height: 42px;
  margin-top: 0;
}
.catalog-page .right .product-info .price-column .to-cart-wrap .quantity {
  display: flex;
  margin-left: 10px;
}
.catalog-page .right .product-info .price-column .to-cart-wrap .quantity .qty-btn {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f5f5f5;
  transition: 0.2s;
}
.catalog-page .right .product-info .price-column .to-cart-wrap .quantity .qty-btn:first-child {
  border-radius: 5px 0 0 5px;
}
.catalog-page .right .product-info .price-column .to-cart-wrap .quantity .qty-btn:last-child {
  border-radius: 0 5px 5px 0;
}
.catalog-page .right .product-info .price-column .to-cart-wrap .quantity .qty-btn:hover {
  background: #fc0;
  border-color: #fc0;
}
.catalog-page .right .product-info .price-column .to-cart-wrap .quantity input {
  width: 54px;
  height: 42px;
  font-size: 16px;
  font-weight: 500;
  color: #1b1800;
  line-height: 20px;
  border: 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  text-align: center;
}
.catalog-page .right .product-info .price-column .to-cart-wrap .unit {
  font-size: 16px;
  color: #a5a9af;
  margin-left: 8px;
}
.catalog-page .right .product-info .price-column .select-wrap {
  position: relative;
}
.catalog-page .right .product-info .price-column .select-wrap select {
  width: 100%;
  height: 42px;
  font-size: 16px;
  font-weight: 500;
  color: #1b1800;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  padding-left: 13px;
  transition: 0.2s;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.catalog-page .right .product-info .price-column .select-wrap select:hover {
  border-color: #fc0;
}
.catalog-page .right .product-info .price-column .select-wrap select::-ms-expand {
  display: none;
}
.catalog-page .right .product-info .price-column .select-wrap img {
  position: absolute;
  top: 19px;
  right: 14px;
}
.catalog-page .right .product-info .price-column .amount-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.catalog-page .right .product-info .price-column .amount-wrap .button {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 300;
  color: #1b1800;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  transition: 0.2s;
}
.catalog-page .right .product-info .price-column .amount-wrap .button.minus {
  align-items: flex-start;
  padding-top: 2px;
}
.catalog-page .right .product-info .price-column .amount-wrap .button:hover {
  background: #fc0;
  border-color: #fc0;
}
.catalog-page .right .product-info .price-column .amount-wrap input {
  width: calc(100% - 104px);
  height: 42px;
  font-size: 16px;
  font-weight: 500;
  color: #1b1800;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  transition: 0.2s;
  text-align: center;
}
.catalog-page .right .product-info .price-column .amount-wrap input:hover {
  border-color: #fc0;
}
.catalog-page .right .product-info .price-column .quantity-wrap {
  display: flex;
  margin-top: 20px;
  padding-right: 11px;
}
.catalog-page .right .product-info .price-column .quantity-wrap .item .icon-wrap {
  display: flex;
  align-items: center;
  height: 17px;
}
.catalog-page .right .product-info .price-column .quantity-wrap .item .value {
  font-size: 14px;
  margin-top: 5px;
}
.catalog-page .right .product-info .price-column .quantity-wrap .item + .item {
  margin-left: 72px;
}
.catalog-page .right .product-info .price-column .old-price {
  font-size: 16px;
  color: #a5a9af;
  margin-top: 15px;
}
.catalog-page .right .product-info .price-column .old-price span {
  text-decoration: line-through;
}
.catalog-page .right .product-info .price-column .price {
  font-size: 36px;
  color: #1b1800;
  margin-top: -3px;
}
.catalog-page .right .product-info .price-column .btn {
  width: 100%;
  margin-top: 22px;
}
.catalog-page .right .product-info .price-column .wholesale {
  display: flex;
  margin-top: 30px;
}
.catalog-page .right .product-info .price-column .wholesale .item {
  position: relative;
  width: 160px;
  height: 80px;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 8px 9px 9px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  transition: 0.2s;
}
.catalog-page .right .product-info .price-column .wholesale .item .title {
  font-size: 14px;
  color: #1b1800;
}
.catalog-page .right .product-info .price-column .wholesale .item .price {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #1b1800;
  margin-top: -2px;
}
.catalog-page .right .product-info .price-column .wholesale .item .price span {
  font-size: 16px;
  font-weight: 500;
  margin-right: 5px;
}
.catalog-page .right .product-info .price-column .wholesale .item .unit {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-top: 6px;
}
.catalog-page .right .product-info .price-column .wholesale .item .unit img:nth-child(1) {
  margin-right: 1px;
}
.catalog-page .right .product-info .price-column .wholesale .item .unit img:nth-child(2) {
  margin-right: 3px;
}
.catalog-page .right .product-info .price-column .wholesale .item .hint {
  position: absolute;
  top: calc(100% + 29px);
  right: 29px;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  border: 1px solid #d4d6d9;
  border-radius: 5px;
  padding: 14px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: 0.2s;
}
.catalog-page .right .product-info .price-column .wholesale .item .hint .triangle {
  position: absolute;
  bottom: 100%;
  right: 5px;
}
.catalog-page .right .product-info .price-column .wholesale .item.current {
  border-color: #f0c000;
}
.catalog-page .right .product-info .price-column .wholesale .item + .item {
  margin-left: 30px;
}
.catalog-page .right .product-info .price-column .wholesale .item:hover .hint {
  opacity: 1;
}
.catalog-page .right .desc {
  margin-top: 50px;
}
.catalog-page .right .desc h2 {
  font-size: 24px;
  font-weight: 500;
}
.catalog-page .right .desc p {
  font-size: 16px;
  margin-top: 20px;
}
.catalog-page .right .desc p.title {
  font-size: 24px;
  font-weight: 500;
}
.catalog-page .right .desc p.title + p:not(.title) {
  margin-top: 20px;
}
.catalog-page .right .desc p + p:not(.title) {
  margin-top: 15px;
}
.catalog-page .right .tabs-wrap {
  display: flex;
  margin-top: 30px;
}
.catalog-page .right .tabs-wrap .tab {
  font-size: 24px;
  font-weight: 500;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 10px 15px;
  transition: 0.2s;
}
.catalog-page .right .tabs-wrap .tab:hover {
  background: #e8e8e8;
}
.catalog-page .right .tabs-wrap .tab.current {
  background: #fc0;
}
.catalog-page .right .tabs-wrap .tab + .tab {
  margin-left: 15px;
}
.catalog-page .right .tab-content {
  display: none;
  margin-top: 20px;
}
.catalog-page .right .tab-content.tab-desc h2 {
  font-size: 24px;
  font-weight: 500;
}
.catalog-page .right .tab-content.tab-desc p {
  font-size: 16px;
  margin-top: 20px;
}
.catalog-page .right .tab-content.tab-desc p.title {
  font-size: 24px;
  font-weight: 500;
}
.catalog-page .right .tab-content.tab-desc p.title + p:not(.title) {
  margin-top: 20px;
}
.catalog-page .right .tab-content.tab-desc p + p:not(.title) {
  margin-top: 15px;
}
.catalog-page .right .tab-content.tab-params .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catalog-page .right .tab-content.tab-params .row .param {
  width: 255px;
  font-size: 14px;
}
.catalog-page .right .tab-content.tab-params .row .value {
  width: 540px;
  font-size: 16px;
  font-weight: 500;
  color: #1b1800;
}
.catalog-page .right .tab-content.tab-params .row + .row {
  margin-top: 15px;
}
.catalog-page .product-desc {
  margin-top: 50px;
  margin-top: 30px;
}
.catalog-page .product-desc h2 {
  font-size: 24px;
  font-weight: 500;
}
.catalog-page .product-desc p {
  font-size: 16px;
  margin-top: 20px;
}
.catalog-page .product-desc p.title {
  font-size: 24px;
  font-weight: 500;
}
.catalog-page .product-desc p.title + p:not(.title) {
  margin-top: 20px;
}
.catalog-page .product-desc p + p:not(.title) {
  margin-top: 15px;
}
.catalog-page.search .left .nav-menu .item.current {
  color: #000;
  background: #fc0;
}
.catalog-page.search .left .nav-menu .item.current .count {
  color: #000;
}
.catalog-page.search .left .nav-menu .item.current::before {
  opacity: 0;
}
.catalog-page.search .right {
  width: 100%;
}
.catalog-page.search .right .items-wrap {
  grid-template-columns: repeat(5, 195px);
}
.services-page .content-wrap {
  display: grid;
  grid-template-columns: repeat(4, 255px);
  grid-auto-rows: 191px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.services-page .item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-position: center;
  background-size: 100%;
  border-radius: 5px;
  transition: 0.2s;
  overflow: hidden;
}
.services-page .item:nth-child(1) {
  background-image: url(img/services-page/1.png);
}
.services-page .item:nth-child(2) {
  background-image: url(img/services-page/2.png);
}
.services-page .item:nth-child(3) {
  background-image: url(img/services-page/3.png);
}
.services-page .item:nth-child(4) {
  background-image: url(img/services-page/4.png);
}
.services-page .item:nth-child(5) {
  background-image: url(img/services-page/5.png);
}
.services-page .item:nth-child(6) {
  background-image: url(img/services-page/6.png);
}
.services-page .item:nth-child(7) {
  background-image: url(img/services-page/7.png);
}
.services-page .item:nth-child(8) {
  background-image: url(img/services-page/8.png);
}
.services-page .item:hover {
  background-size: 105%;
}
.news-page .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
}
.news-page .item .date {
  font-size: 16px;
  color: #a5a9af;
}
.news-page .item .img-wrap {
  width: 350px;
  flex-shrink: 0;
  border-radius: 5px;
  margin-right: 20px;
  overflow: hidden;
}
.news-page .item .img-wrap img {
  width: 100%;
}
.news-page .item .content {
  flex-grow: 1;
}
.news-page .item .content .title {
  font-size: 24px;
  font-weight: 500;
  color: #1b1800;
  margin-top: 9px;
}
.news-page .item .content .text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
}
.news-page .item + .item {
  margin-top: 20px;
}
.news-page .btn {
  margin: 40px auto 0;
}
.service-page .content-wrap {
  display: flex;
  justify-content: space-between;
}
.service-page .left {
  width: 255px;
}
.service-page .left .up-link {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 900;
  color: #525a68;
  margin-bottom: 15px;
  transition: 0.2s;
}
.service-page .left .up-link img {
  margin-right: 10px;
  transition: 0.2s;
}
.service-page .left .up-link:hover {
  color: #da1515;
}
.service-page .left .up-link:hover img {
  transform: translateX(-5px);
}
.service-page .left .nav-menu {
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  overflow: hidden;
}
.service-page .left .nav-menu .item {
  position: relative;
  min-height: 61px;
  font-size: 16px;
  font-weight: 500;
  color: #525a68;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 14px 10px 15px;
  transition: 0.2s;
}
.service-page .left .nav-menu .item img {
  margin-left: 20px;
  transition: 0.2s;
}
.service-page .left .nav-menu .item .count {
  font-size: 14px;
  font-weight: normal;
  color: #a5a9af;
  margin-left: 15px;
}
.service-page .left .nav-menu .item.opened img {
  transform: rotate(90deg);
}
.service-page .left .nav-menu .item.current::before {
  opacity: 1;
}
.service-page .left .nav-menu .item:hover {
  background: #f5f5f5;
}
.service-page .left .nav-menu .item::before {
  content: "";
  position: absolute;
  top: calc(50% - 21px / 2 + 1px);
  left: 0;
  width: 2px;
  height: 21px;
  background: #fc0;
  border-radius: 2px;
  opacity: 0;
  transition: 0.2s;
  pointer-events: none;
}
.service-page .left .nav-menu .submenu {
  display: none;
}
.service-page .left .nav-menu .submenu .subitem {
  position: relative;
  display: block;
  font-size: 14px;
  color: #525a68;
  padding: 10px 15px;
  transition: 0.2s;
}
.service-page .left .nav-menu .submenu .subitem:hover {
  color: #da1515;
}
.service-page .left .nav-menu .submenu .subitem.current::before {
  opacity: 1;
}
.service-page .left .nav-menu .submenu .subitem::before {
  content: "";
  position: absolute;
  top: calc(50% - 18px / 2 + 1px);
  left: 0;
  width: 2px;
  height: 18px;
  background: #fc0;
  border-radius: 2px;
  opacity: 0;
  transition: 0.2s;
  pointer-events: none;
}
.service-page .left .nav-menu .submenu.opened {
  display: block;
}
.service-page .left .catalog-list {
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  transition: 0.2s;
}
.service-page .left .catalog-list .item-wrap {
  position: relative;
}
.service-page .left .catalog-list .item-wrap .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 14px;
  transition: 0.2s;
}
.service-page .left .catalog-list .item-wrap .item .title {
  font-size: 16px;
  font-weight: 500;
  padding-right: 15px;
}
.service-page .left .catalog-list .item-wrap .item img {
  margin-top: 7px;
}
.service-page .left .catalog-list .item-wrap .item:hover {
  background: #f5f5f5;
}
.service-page .left .catalog-list .item-wrap .item.current {
  background: #fc0;
}
.service-page .left .catalog-list .item-wrap .submenu {
  position: absolute;
  top: 0;
  left: calc(100% + 10px);
  width: 825px;
  display: grid;
  grid-template-columns: repeat(3, 233px);
  grid-column-gap: 32px;
  grid-row-gap: 10px;
  background: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  padding: 29px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
  z-index: 10;
}
.service-page .left .catalog-list .item-wrap .submenu .subitem {
  display: flex;
}
.service-page .left .catalog-list .item-wrap .submenu .subitem .img-wrap {
  width: 40px;
  height: 34px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  border-radius: 2px;
}
.service-page .left .catalog-list .item-wrap .submenu .subitem .subitem-title {
  font-size: 14px;
  margin-top: 7px;
  margin-left: 10px;
}
.service-page .left .catalog-list .item-wrap .submenu .subitem.current .subitem-title {
  font-weight: 500;
  text-decoration: underline;
}
.service-page .left .catalog-list .item-wrap .submenu .subitem:hover .subitem-title {
  text-decoration: underline;
}
.service-page .left .catalog-list .item-wrap .submenu::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  bottom: 0;
  width: 10px;
}
.service-page .left .catalog-list .item-wrap:hover .submenu {
  opacity: 1;
  pointer-events: all;
}
.service-page .left .catalog-list .item-wrap:first-child .item {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.service-page .left .catalog-list .item-wrap:last-child .item {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.service-page .left .catalog-list:hover {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.15);
}
.service-page .left .info {
  font-size: 16px;
  border: 1px solid #fc0;
  border-radius: 5px;
  margin-top: 30px;
  padding: 22px 10px 23px 10px;
  text-align: center;
}
.service-page .left .nav-menu {
  transition: 0.2s;
}
.service-page .left .nav-menu .item.current {
  background: #fc0;
}
.service-page .left .nav-menu .item.current::before {
  opacity: 0;
}
.service-page .left .nav-menu:hover {
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
}
.service-page .right {
  width: 825px;
}
.service-page .right .desc p {
  font-size: 16px;
}
.service-page .right .desc p.medium {
  font-weight: 500;
}
.service-page .right .desc p.black {
  color: #1b1800;
}
.service-page .right .desc p + p {
  margin-top: 15px;
}
.service-page .right .table {
  width: 100%;
  table-layout: fixed;
  border-radius: 5px;
  border-collapse: collapse;
  border-style: hidden;
  margin-top: 30px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
}
.service-page .right .table tr td {
  font-size: 14px;
  border: 1px solid #f5f5f5;
  padding: 10px;
  text-align: center;
}
.service-page .right .table tr:nth-child(-n+2) {
  font-weight: 900;
  color: #1b1800;
}
.service-page .right .table tr:nth-child(-n+2) td {
  padding: 15px;
}
.service-page .right .table tr:last-child {
  font-weight: 500;
  color: #1b1800;
}
.delivery-page .desc-wrap {
  display: flex;
  justify-content: space-between;
}
.delivery-page .desc-wrap .left {
  width: 730px;
}
.delivery-page .desc-wrap .left .text {
  font-size: 16px;
  color: #000;
  line-height: 26px;
}
.delivery-page .desc-wrap .left .text span {
  position: relative;
  display: inline-block;
  font-weight: 500;
  padding: 0 4px;
}
.delivery-page .desc-wrap .left .text span::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 1px;
  bottom: 0;
  left: 1px;
  background: #fc0;
  border-radius: 5px;
  z-index: -1;
}
.delivery-page .desc-wrap .left .drivers {
  width: 454px;
  border-radius: 5px;
  margin-top: 22px;
  padding: 30px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
}
.delivery-page .desc-wrap .left .drivers p {
  font-size: 16px;
  line-height: 24px;
}
.delivery-page .desc-wrap .left .drivers p span {
  font-weight: 500;
}
.delivery-page .desc-wrap .left .drivers p + p {
  margin-top: 10px;
}
.delivery-page .desc-wrap .right {
  width: 350px;
  border: 2px solid #fc0;
  border-radius: 5px;
  padding: 21px 23px 0;
}
.delivery-page .desc-wrap .right .title {
  font-size: 24px;
  font-weight: 500;
  color: #1b1800;
  line-height: 24px;
}
.delivery-page .desc-wrap .right .subtitle {
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}
.delivery-page .desc-wrap .right .subtitle + .title {
  margin-top: 30px;
}
.delivery-page .company-wrap {
  margin-top: 95px;
}
.delivery-page .company-wrap .title {
  font-size: 24px;
  font-weight: 900;
  color: #1b1800;
}
.delivery-page .company-wrap .subtitle {
  font-size: 16px;
  margin-top: 9px;
}
.delivery-page .company-wrap .items-wrap {
  display: flex;
  margin-top: 40px;
}
.delivery-page .company-wrap .items-wrap .item {
  height: 61px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #1b1800;
  border-radius: 5px;
  padding: 0 20px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
}
.delivery-page .company-wrap .items-wrap .item + .item {
  margin-left: 20px;
}
.delivery-page .transport-list {
  display: grid;
  grid-template-columns: repeat(2, 506px);
  grid-auto-rows: 345px;
  grid-column-gap: 64px;
  grid-row-gap: 30px;
  margin-top: 50px;
}
.delivery-page .transport-list .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.delivery-page .transport-list .item img {
  align-self: center;
}
.delivery-page .transport-list .item .desc {
  width: 126px;
  padding-top: 40px;
}
.delivery-page .transport-list .item .desc .label {
  font-size: 14px;
}
.delivery-page .transport-list .item .desc .value {
  font-size: 14px;
  color: #1b1800;
  margin-top: 13px;
}
.delivery-page .transport-list .item .desc .value span {
  font-size: 18px;
}
.delivery-page .transport-list .item .desc .value + .label {
  margin-top: 30px;
}
.delivery-page .feedback-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(img/delivery-page-feedback-bg.png) no-repeat center;
  border-radius: 5px;
  padding-left: 87px;
}
.delivery-page .feedback-block .text {
  width: 562px;
}
.delivery-page .feedback-block .text p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}
.delivery-page .feedback-block .text p + p {
  margin-top: 10px;
}
.delivery-page .feedback-block .form-wrap {
  position: relative;
  width: 350px;
  background: url(img/about-page-feedback-bg.png) no-repeat center;
  border-radius: 5px;
  padding: 55px 37px 0;
  background: none;
  padding-bottom: 25px;
}
.delivery-page .feedback-block .form-wrap .title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.delivery-page .feedback-block .form-wrap .subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #f5f5f5;
  margin-top: 2px;
  text-align: center;
}
.delivery-page .feedback-block .form-wrap .input-wrap {
  margin-top: 30px;
}
.delivery-page .feedback-block .form-wrap .input-wrap .label {
  font-size: 12px;
  color: #fff;
}
.delivery-page .feedback-block .form-wrap .input-wrap input,
.delivery-page .feedback-block .form-wrap .input-wrap textarea {
  width: 100%;
  height: 31px;
  font-size: 16px;
  color: #fff;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 0 1px;
}
.delivery-page .feedback-block .form-wrap .input-wrap input::placeholder,
.delivery-page .feedback-block .form-wrap .input-wrap textarea::placeholder {
  color: #a5a9af;
}
.delivery-page .feedback-block .form-wrap .input-wrap textarea {
  height: 62px;
}
.delivery-page .feedback-block .form-wrap .input-wrap + .input-wrap {
  margin-top: 30px;
}
.delivery-page .feedback-block .form-wrap .btn {
  margin: 35px auto 0;
}
.delivery-page .feedback-block .form-wrap .agreement {
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
  text-align: center;
}
.delivery-page .feedback-block .form-wrap .agreement a {
  color: #fff;
  text-decoration: underline;
}
.delivery-page .feedback-block .form-wrap .agreement a:hover {
  text-decoration: none;
}
.delivery-page .feedback-block .form-wrap::before {
  content: "";
  position: absolute;
  top: 17px;
  right: 17px;
  bottom: 17px;
  left: 17px;
  border: 2px solid #fff;
  border-radius: 5px;
  pointer-events: none;
}
.delivery-page ~ .feedback-wrap {
  display: none;
}
.about-page .about-block {
  height: 418px;
  background: url(img/about-bg.png) no-repeat center;
  border-radius: 5px;
  padding: 40px;
  box-shadow: 0px 40px 30px -30px rgba(0, 0, 0, 0.2);
}
.about-page .about-block .title {
  width: 340px;
  font-size: 18px;
  font-weight: 500;
  color: #1b1800;
}
.about-page .about-block .text {
  width: 340px;
  font-size: 14px;
  margin-top: 20px;
}
.about-page .about-block .text p + p {
  margin-top: 10px;
}
.about-page .advantages-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.about-page .advantages-wrap .advantages {
  width: 730px;
  display: grid;
  grid-template-columns: repeat(2, 350px);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.about-page .advantages-wrap .advantages .item {
  position: relative;
  border-radius: 5px;
  padding: 50px 40px 30px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
}
.about-page .advantages-wrap .advantages .item .title {
  font-size: 16px;
  font-weight: 500;
  color: #1b1800;
}
.about-page .advantages-wrap .advantages .item .desc {
  font-size: 14px;
  margin-top: 15px;
}
.about-page .advantages-wrap .advantages .item img {
  position: absolute;
  top: 30px;
  right: 40px;
}
.about-page .advantages-wrap .form-wrap {
  position: relative;
  width: 350px;
  background: url(img/about-page-feedback-bg.png) no-repeat center;
  border-radius: 5px;
  padding: 55px 37px 0;
}
.about-page .advantages-wrap .form-wrap .title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.about-page .advantages-wrap .form-wrap .subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #f5f5f5;
  margin-top: 2px;
  text-align: center;
}
.about-page .advantages-wrap .form-wrap .input-wrap {
  margin-top: 30px;
}
.about-page .advantages-wrap .form-wrap .input-wrap .label {
  font-size: 12px;
  color: #fff;
}
.about-page .advantages-wrap .form-wrap .input-wrap input,
.about-page .advantages-wrap .form-wrap .input-wrap textarea {
  width: 100%;
  height: 31px;
  font-size: 16px;
  color: #fff;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 0 1px;
}
.about-page .advantages-wrap .form-wrap .input-wrap input::placeholder,
.about-page .advantages-wrap .form-wrap .input-wrap textarea::placeholder {
  color: #a5a9af;
}
.about-page .advantages-wrap .form-wrap .input-wrap textarea {
  height: 62px;
}
.about-page .advantages-wrap .form-wrap .input-wrap + .input-wrap {
  margin-top: 30px;
}
.about-page .advantages-wrap .form-wrap .btn {
  margin: 35px auto 0;
}
.about-page .advantages-wrap .form-wrap .agreement {
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
  text-align: center;
}
.about-page .advantages-wrap .form-wrap .agreement a {
  color: #fff;
  text-decoration: underline;
}
.about-page .advantages-wrap .form-wrap .agreement a:hover {
  text-decoration: none;
}
.about-page .advantages-wrap .form-wrap::before {
  content: "";
  position: absolute;
  top: 17px;
  right: 17px;
  bottom: 17px;
  left: 17px;
  border: 2px solid #fff;
  border-radius: 5px;
  pointer-events: none;
}
.about-page ~ .feedback-wrap {
  display: none;
}
.contacts-page .contacts-block {
  display: flex;
  justify-content: space-between;
}
.contacts-page .contacts-block .left {
  width: 350px;
}
.contacts-page .contacts-block .left .schedule-title {
  font-size: 16px;
  font-weight: 500;
  color: #1b1800;
  margin-top: 25px;
  margin-top: 0;
}
.contacts-page .contacts-block .left .schedule {
  display: grid;
  grid-template-columns: 71px 128px 95px;
  align-items: center;
  margin-top: 15px;
}
.contacts-page .contacts-block .left .schedule .days {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 14px;
}
.contacts-page .contacts-block .left .schedule .days .icons-wrap {
  display: flex;
}
.contacts-page .contacts-block .left .schedule .days .icons-wrap .icon {
  width: 10px;
  height: 10px;
  background: #525a68;
  border-radius: 3px;
}
.contacts-page .contacts-block .left .schedule .days .icons-wrap .icon + .icon {
  margin-left: 3px;
}
.contacts-page .contacts-block .left .schedule .days .icons-wrap.yellow .icon {
  background: #fc0;
}
.contacts-page .contacts-block .left .schedule .days + .type {
  margin-bottom: 9px;
}
.contacts-page .contacts-block .left .schedule .days + .type + .time {
  margin-bottom: 9px;
}
.contacts-page .contacts-block .left .schedule .type {
  font-size: 16px;
  font-weight: 500;
  color: #a5a9af;
}
.contacts-page .contacts-block .left .schedule .time {
  font-size: 12px;
  font-weight: 500;
}
.contacts-page .contacts-block .left .schedule .time span {
  display: block;
  font-size: 16px;
  color: #1b1800;
}
.contacts-page .contacts-block .left .schedule .time + .time {
  grid-row: span 2;
}
.contacts-page .contacts-block .left .separator {
  height: 1px;
  background: #f5f5f5;
  margin: 20px 0;
}
.contacts-page .contacts-block .left .contact-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 22px;
}
.contacts-page .contacts-block .left .contact-item .label {
  font-size: 14px;
}
.contacts-page .contacts-block .left .contact-item .contact {
  font-size: 16px;
  font-weight: 500;
  color: #1b1800;
  margin-top: 9px;
  transition: 0.2s;
}
.contacts-page .contacts-block .left .contact-item .contact + .contact {
  margin-top: 8px;
}
.contacts-page .contacts-block .left .contact-item a.contact:hover {
  color: #da1515;
}
.contacts-page .contacts-block .left .contact-item + .contact-item {
  margin-top: 20px;
}
.contacts-page .contacts-block .left .contact-item + .separator {
  margin-top: 22px;
}
.contacts-page .contacts-block .left .btn-wrap {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #a5a9af;
}
.contacts-page .contacts-block .left .btn-wrap .btn {
  width: 160px;
  height: 33px;
  font-size: 14px;
  margin-right: 10px;
}
.contacts-page .contacts-block .left .btn-wrap + .btn-wrap {
  margin-top: 15px;
}
.contacts-page .contacts-block .right {
  width: 730px;
  background: #f5f5f5;
  border-radius: 5px;
  box-shadow: 0px 40px 30px -30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.contacts-page .managers-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 95px;
}
.contacts-page .managers-wrap .left {
  width: 730px;
  display: grid;
  grid-template-columns: repeat(2, 350px);
  grid-column-gap: 30px;
}
.contacts-page .managers-wrap .left .title {
  font-size: 24px;
  font-weight: 900;
  color: #1b1800;
  grid-column: span 2;
}
.contacts-page .managers-wrap .left .column-title {
  font-size: 16px;
  margin-top: 14px;
}
.contacts-page .managers-wrap .left .item {
  display: flex;
  margin-top: 40px;
}
.contacts-page .managers-wrap .left .item .photo-wrap {
  margin-right: 30px;
}
.contacts-page .managers-wrap .left .item .photo-wrap .name {
  font-size: 14px;
  font-weight: 500;
  color: #a5a9af;
  margin-top: 3px;
}
.contacts-page .managers-wrap .left .item .photo-wrap .name span {
  display: block;
  font-size: 24px;
  color: #1b1800;
  margin-top: -4px;
}
.contacts-page .managers-wrap .left .item .contacts-wrap {
  margin-top: auto;
  padding-bottom: 52px;
}
.contacts-page .managers-wrap .left .item .contacts-wrap .contact-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contacts-page .managers-wrap .left .item .contacts-wrap .contact-item .label {
  font-size: 14px;
}
.contacts-page .managers-wrap .left .item .contacts-wrap .contact-item .contact {
  font-size: 14px;
  color: #1b1800;
  margin-top: 8px;
  transition: 0.2s;
}
.contacts-page .managers-wrap .left .item .contacts-wrap .contact-item .contact:hover {
  color: #da1515;
}
.contacts-page .managers-wrap .left .item .contacts-wrap .contact-item + .contact-item {
  margin-top: 18px;
}
.contacts-page .managers-wrap .form-wrap {
  position: relative;
  width: 350px;
  background: url(img/about-page-feedback-bg.png) no-repeat center;
  border-radius: 5px;
  padding: 55px 37px 0;
  height: 523px;
  background-image: url(img/contacts-page-feedback-bg.png);
  margin-top: auto;
}
.contacts-page .managers-wrap .form-wrap .title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.contacts-page .managers-wrap .form-wrap .subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #f5f5f5;
  margin-top: 2px;
  text-align: center;
}
.contacts-page .managers-wrap .form-wrap .input-wrap {
  margin-top: 30px;
}
.contacts-page .managers-wrap .form-wrap .input-wrap .label {
  font-size: 12px;
  color: #fff;
}
.contacts-page .managers-wrap .form-wrap .input-wrap input,
.contacts-page .managers-wrap .form-wrap .input-wrap textarea {
  width: 100%;
  height: 31px;
  font-size: 16px;
  color: #fff;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 0 1px;
}
.contacts-page .managers-wrap .form-wrap .input-wrap input::placeholder,
.contacts-page .managers-wrap .form-wrap .input-wrap textarea::placeholder {
  color: #a5a9af;
}
.contacts-page .managers-wrap .form-wrap .input-wrap textarea {
  height: 62px;
}
.contacts-page .managers-wrap .form-wrap .input-wrap + .input-wrap {
  margin-top: 30px;
}
.contacts-page .managers-wrap .form-wrap .btn {
  margin: 35px auto 0;
}
.contacts-page .managers-wrap .form-wrap .agreement {
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
  text-align: center;
}
.contacts-page .managers-wrap .form-wrap .agreement a {
  color: #fff;
  text-decoration: underline;
}
.contacts-page .managers-wrap .form-wrap .agreement a:hover {
  text-decoration: none;
}
.contacts-page .managers-wrap .form-wrap::before {
  content: "";
  position: absolute;
  top: 17px;
  right: 17px;
  bottom: 17px;
  left: 17px;
  border: 2px solid #fff;
  border-radius: 5px;
  pointer-events: none;
}
.contacts-page ~ .feedback-wrap {
  display: none;
}
.cart-page .list-wrap {
  display: flex;
  justify-content: space-between;
}
.cart-page .list-wrap .list {
  width: 825px;
}
.cart-page .list-wrap .list .item {
  position: relative;
  height: 154px;
  display: flex;
  align-items: center;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  padding: 0 19px;
}
.cart-page .list-wrap .list .item .img-wrap {
  width: 129px;
  height: 114px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  overflow: hidden;
}
.cart-page .list-wrap .list .item .img-wrap img {
  max-width: 100%;
  transition: 0.2s;
}
.cart-page .list-wrap .list .item .img-wrap:hover img {
  transform: scale(1.05);
}
.cart-page .list-wrap .list .item .img-wrap:hover + .name-wrap .name {
  color: #da1515;
}
.cart-page .list-wrap .list .item .name-wrap {
  margin: 0 15px;
}
.cart-page .list-wrap .list .item .name-wrap .vendor-code {
  font-size: 12px;
  margin-bottom: 4px;
}
.cart-page .list-wrap .list .item .name-wrap .name {
  font-size: 16px;
  font-weight: 500;
  color: #1b1800;
  transition: 0.2s;
}
.cart-page .list-wrap .list .item .name-wrap .name:hover {
  color: #da1515;
}
.cart-page .list-wrap .list .item .units-wrap {
  flex-shrink: 0;
  margin: 0 40px 0 auto;
}
.cart-page .list-wrap .list .item .units-wrap .stock-wrap {
  font-size: 12px;
  font-weight: 500;
  color: #a5a9af;
}
.cart-page .list-wrap .list .item .units-wrap .stock-wrap .amount {
  font-weight: normal;
}
.cart-page .list-wrap .list .item .units-wrap .select-wrap {
  position: relative;
}
.cart-page .list-wrap .list .item .units-wrap .select-wrap select {
  width: 100%;
  height: 42px;
  font-size: 16px;
  font-weight: 500;
  color: #1b1800;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  padding-left: 13px;
  transition: 0.2s;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cart-page .list-wrap .list .item .units-wrap .select-wrap select:hover {
  border-color: #fc0;
}
.cart-page .list-wrap .list .item .units-wrap .select-wrap select::-ms-expand {
  display: none;
}
.cart-page .list-wrap .list .item .units-wrap .select-wrap img {
  position: absolute;
  top: 19px;
  right: 14px;
}
.cart-page .list-wrap .list .item .units-wrap .select-wrap img {
  pointer-events: none;
}
.cart-page .list-wrap .list .item .units-wrap .amount-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-top: 5px;
}
.cart-page .list-wrap .list .item .units-wrap .amount-wrap .button {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 300;
  color: #1b1800;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  transition: 0.2s;
}
.cart-page .list-wrap .list .item .units-wrap .amount-wrap .button.minus {
  align-items: flex-start;
  padding-top: 2px;
}
.cart-page .list-wrap .list .item .units-wrap .amount-wrap .button:hover {
  background: #fc0;
  border-color: #fc0;
}
.cart-page .list-wrap .list .item .units-wrap .amount-wrap input {
  width: calc(100% - 104px);
  height: 42px;
  font-size: 16px;
  font-weight: 500;
  color: #1b1800;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  transition: 0.2s;
  text-align: center;
}
.cart-page .list-wrap .list .item .units-wrap .amount-wrap input:hover {
  border-color: #fc0;
}
.cart-page .list-wrap .list .item .units-wrap .amount-wrap input {
  width: 74px;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.cart-page .list-wrap .list .item .units-wrap .amount-wrap input:hover {
  border-color: #f5f5f5;
}
.cart-page .list-wrap .list .item .units-wrap .amount-wrap .button.minus {
  border-radius: 5px 0 0 5px;
}
.cart-page .list-wrap .list .item .units-wrap .amount-wrap .button.plus {
  border-radius: 0 5px 5px 0;
}
.cart-page .list-wrap .list .item .units-wrap .amount-wrap .unit {
  font-size: 16px;
  color: #a5a9af;
  line-height: 42px;
  margin-left: 8px;
}
.cart-page .list-wrap .list .item .price-wrap {
  min-width: 100px;
  flex-shrink: 0;
}
.cart-page .list-wrap .list .item .price-wrap .price-type {
  font-size: 14px;
  color: #a5a9af;
  margin-bottom: 1px;
  text-align: right;
}
.cart-page .list-wrap .list .item .price-wrap .old-price {
  font-size: 14px;
  color: #a5a9af;
  text-align: right;
}
.cart-page .list-wrap .list .item .price-wrap .old-price span {
  text-decoration: line-through;
}
.cart-page .list-wrap .list .item .price-wrap .new-price {
  font-size: 24px;
  color: #1b1800;
  margin-top: -2px;
  text-align: right;
}
.cart-page .list-wrap .list .item .price-wrap .quantity-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 11px;
}
.cart-page .list-wrap .list .item .price-wrap .quantity-wrap .quantity {
  font-size: 14px;
}
.cart-page .list-wrap .list .item .price-wrap .quantity-wrap .quantity + .quantity {
  margin-left: 15px;
}
.cart-page .list-wrap .list .item .x {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 21px;
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-page .list-wrap .list .item .x svg {
  transition: 0.2s;
}
.cart-page .list-wrap .list .item .x svg path {
  transition: 0.2s;
}
.cart-page .list-wrap .list .item .x:hover svg {
  transform: rotate(90deg) scale(1.2);
}
.cart-page .list-wrap .list .item .x:hover svg path {
  fill: #da1515;
}
.cart-page .list-wrap .list .item + .item {
  margin-top: 10px;
}
.cart-page .list-wrap .checkout {
  width: 255px;
}
.cart-page .list-wrap .checkout .old-price {
  font-size: 16px;
  color: #a5a9af;
}
.cart-page .list-wrap .checkout .old-price span {
  text-decoration: line-through;
}
.cart-page .list-wrap .checkout .new-price {
  font-size: 36px;
  color: #1b1800;
  margin-top: -3px;
}
.cart-page .list-wrap .checkout .btn {
  margin-top: 23px;
}
.cart-page .list-wrap .checkout .info {
  border: 1px solid #fc0;
  border-radius: 5px;
  margin-top: 50px;
  padding: 19px;
}
.cart-page .list-wrap .checkout .info p {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.cart-page .list-wrap .checkout .info p span {
  font-weight: 500;
}
.cart-page .list-wrap .checkout .info p + p {
  margin-top: 5px;
}
.cart-page .checkout-title {
  font-size: 32px;
  font-weight: 900;
  color: #1b1800;
  margin-top: 98px;
}
.cart-page .checkout-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
}
.cart-page .checkout-wrap .step-head {
  display: flex;
  align-items: center;
  margin-bottom: 29px;
}
.cart-page .checkout-wrap .step-head .num {
  width: 27px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #1b1800;
  background: #fc0;
  border-radius: 5px;
  margin-right: 15px;
}
.cart-page .checkout-wrap .step-head .title {
  font-size: 18px;
  font-weight: 500;
  color: #1b1800;
}
.cart-page .checkout-wrap .step-head svg {
  margin-left: auto;
  transition: 0.2s;
}
.cart-page .checkout-wrap .step-head svg path {
  transition: 0.2s;
}
.cart-page .checkout-wrap .step .input-wrap .label {
  font-size: 12px;
}
.cart-page .checkout-wrap .step .input-wrap input {
  width: 100%;
  height: 32px;
  font-size: 16px;
  color: #1b1800;
  border: none;
  border-bottom: 1px solid #525a68;
  padding: 0;
  transition: 0.2s;
}
.cart-page .checkout-wrap .step .input-wrap input:focus {
  border-bottom-color: #fc0;
}
.cart-page .checkout-wrap .step .input-wrap input::placeholder {
  color: #d4d6d9;
}
.cart-page .checkout-wrap .step .input-wrap + .input-wrap {
  margin-top: 29px;
}
.cart-page .checkout-wrap .step .btns-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cart-page .checkout-wrap .step .btns-wrap .btn {
  width: 170px;
  border: 1px solid #fc0;
}
.cart-page .checkout-wrap .step .btns-wrap .btn:not(.selected) {
  background: none;
  border-color: #f5f5f5;
}
.cart-page .checkout-wrap .step .btns-wrap .btn:not(.selected):hover {
  border-color: #fc0;
}
.cart-page .checkout-wrap .step .btns-wrap .btn:hover {
  border-color: #f0c000;
}
.cart-page .checkout-wrap .step .old-price {
  font-size: 16px;
  color: #a5a9af;
}
.cart-page .checkout-wrap .step .old-price span {
  text-decoration: line-through;
}
.cart-page .checkout-wrap .step .new-price {
  font-size: 36px;
  color: #1b1800;
}
.cart-page .checkout-wrap .step .new-price + .btn {
  margin-top: 23px;
}
.cart-page .checkout-wrap .step.first {
  width: 455px;
}
.cart-page .checkout-wrap .step.second {
  width: 350px;
}
.cart-page .checkout-wrap .step.third {
  width: 255px;
}
.cart-page .checkout-wrap .step.completed .step-head svg path {
  fill: #219653;
}
.page-404 {
  margin: 185px 0;
}
.page-404 img {
  margin: 0 auto;
}
.page-404 .btns-wrap {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.page-404 .btns-wrap .btn + .btn {
  margin-left: 30px;
}
.page-404 ~ .feedback-wrap {
  display: none;
}


.pop_up_top_menu {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  overflow-y: auto;
}
.pop_up_top_menu .category-wrap {
  width: 25%;
  padding: 10px;
  margin-bottom: 15px;
}