@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
* {
  box-sizing:border-box}::before,::after{box-sizing:inherit}html{line-height:1.15;
  -webkit-text-size-adjust:100%;
  -webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;
  line-height:inherit;
  font-weight:inherit;
  margin:0}ul,ol{margin:0;
  padding:0;
  list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;
  height:0;
  overflow:visible;
  border:0;
  border-top:1px solid;
  margin:0;
  clear:both}pre{font-family:monospace,monospace;
  font-size:inherit}address{font-style:inherit}a{background-color:transparent;
  text-decoration:none;
  color:inherit}abbr[title]{border-bottom:none;
  text-decoration:underline;
  text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;
  font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;
  vertical-align:bottom}embed,object,iframe{border:0;
  vertical-align:bottom}button,input,optgroup,select,textarea{vertical-align:middle;
  color:inherit;
  font:inherit;
  border:0;
  background:transparent;
  padding:0;
  margin:0;
  outline:0}select{-webkit-appearance:none;
  appearance:none;
  border-radius:0}button,input{overflow:visible}button,select{text-transform:none}button,[type='button'],[type='reset'],[type='submit']{cursor:pointer;
  -webkit-appearance:none;
  appearance:none}button[disabled],[type='button'][disabled],[type='reset'][disabled],[type='submit'][disabled]{cursor:default}button::-moz-focus-inner,[type='button']::-moz-focus-inner,[type='reset']::-moz-focus-inner,[type='submit']::-moz-focus-inner{border-style:none;
  padding:0}button:-moz-focusring,[type='button']:-moz-focusring,[type='reset']:-moz-focusring,[type='submit']:-moz-focusring{outline:1px dotted ButtonText}fieldset{margin:0;
  padding:0;
  border:0;
  min-width:0}legend{color:inherit;
  display:table;
  max-width:100%;
  padding:0;
  white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type='checkbox'],[type='radio']{box-sizing:border-box;
  padding:0}[type='number']::-webkit-inner-spin-button,[type='number']::-webkit-outer-spin-button{height:auto}[type='search']{-webkit-appearance:textfield;
  outline-offset:-2px}[type='search']::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;
  font:inherit}::-webkit-input-placeholder{font:inherit}:-ms-input-placeholder{font:inherit}::-ms-input-placeholder{font:inherit}::placeholder{font:inherit}label[for]{cursor:pointer}details{display:block}summary{display:list-item}table{border-collapse:collapse;
  border-spacing:0}caption{text-align:left}td,th{vertical-align:top}th{text-align:left;
  font-weight:700;
}
template {
  display:none;
}
[hidden] {
  display:none;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  background-color: #fff;
  color: #161616;
}
p {
  margin-top: 0;
  margin-bottom: 8px;
}
.link {
  transition: color 0.3s;
}
.link:hover {
  color: #6DC6E0;
  text-decoration: none;
}
.order__block {
  margin: 30px 0px 0px 0px;
}
.order__block label {
  font-weight: 700;
}
.user__subscriber .btn {
  border-radius: 0px;
}
h1 {
  font-weight: 800;
}
h2 {
  font-weight: 800;
  font-size: 36px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
}
.mobile__badge {
  display: none;
}
button:focus {
  outline: none;
}
.button {
  display: block;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
  background-color: #F5D976;
  color: #161616;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: 5px;
  box-shadow: none;
}
.button:hover {
  opacity: 0.8;
  background-color: #F5D976;
  color: #161616;
}
.button--white {
  display: inline-block;
  background: #fff;
  color: #161616;
}
.button--white:hover {
  color: #161616;
  text-decoration: none;
  background-color: #e3e3e3;
  opacity: 1;
}
.devseo {
  margin: 10px 0px 0px 0px;
}
.devseo a {
  display: inline-block;
  text-align: center;
  color: #fff;
  text-decoration: none !important;
}
.devseo__title {
  width: 100%;
  display: block;
  font-size: 10px;
}
.devseo__logo {
  font-size: 29px;
  line-height: 18px;
}
.devseo__red {
  color: #f44336;
}
.section {
  padding: 60px 0;
}
.title {
  display: inline-block;
  position: relative;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  line-height: 1.2;
}
.title:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 90px;
  height: 10px;
  background-size: cover;
  background-image: url('/wp-content/themes/tochka-sbora/src/img/main-new/title-after.png');
}
.subtitle {
  margin-bottom: 40px;
  color: #535353;
  font-size: 25px;
  line-height: 1.2;
}
.header-top {
  padding: 15px 0;
  background-color: #101D21;
  color: #A2B3B8;
}
.header-top__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  color: #6DC6E0;
}
.header__logo img {
  max-height: 60px;
}
.header__contacts {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.header__contacts .block__contact {
  margin-right: 15px;
}
.header__login {
  display: block;
  color: #6DC6E0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  transition: color 0.3s;
}
.header__login:hover {
  color: #6DC6E0;
  text-decoration: underline;
}
.header-mobile__phone {
  display: none;
}
.header-mobile__contacts {
  display: none;
}
.header #primary-menu {
  display: flex;
  justify-content: space-evenly;
}
.header #primary-menu .sub-menu {
  display: none;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
}
.header #primary-menu .menu-item:hover .sub-menu {
  display: block;
  position: absolute;
  z-index: 10;
  background: #fff;
  left: 0;
}
.header #primary-menu .menu-item a {
  padding: 15px 20px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  color: #161616;
  transition: color 0.3s;
}
.header #primary-menu .menu-item a:hover {
  color: #6DC6E0 !important;
}
.header #primary-menu a:hover {
  text-decoration: none;
  color: inherit;
}
.header #primary-menu .menu-item .sub-menu a {
  font-size: 14px;
  color: #161616;
  width: 225px;
  padding: 10px 15px !important;
  position: relative;
  transition: color 0.3s ease-in-out;
}
.header #primary-menu .menu-item:first-child a {
  padding-left: 0px;
}
.header #primary-menu .menu-item {
  position: relative;
}
.header #primary-menu .menu-item .sub-menu a:hover {
  color: #6DC6E0;
  background-color: #f8f9fa;
}
.header #primary-menu .menu-item .sub-menu li:last-child a {
  border-bottom: none;
}
.header #primary-menu .menu-item.menu-item-has-children a:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px #6DC6E0 solid;
  border-right: 1px #6DC6E0 solid;
  transform: rotate(315deg);
  right: 0px;
  top: calc(50% - (5px));
  transition: transform 0.3s ease-in-out;
}
.header #primary-menu .menu-item.menu-item-has-children:hover a:before {
  transform: rotate(135deg);
}
.header #primary-menu .menu-item .sub-menu .menu-item a:before {
  display: none;
}
.header .menu-header-container {
  width: 100%;
}
.header__city {
  font-size: 12px;
}
.navbar {
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  transform: scale(1.1);
}
.navbar-toggler .navbar-toggler-icon {
  transform: scale(1);
  height: 35px;
  width: 35px;
  border-radius: 2px;
  background-color: #F5D976;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar__call-icon {
  display: none;
}
.bg-img {
  position: absolute;
  z-index: 0;
}
.bg-img__about {
  bottom: -30%;
  left: 0;
}
.bg-img__nature {
  top: -50%;
  right: 0;
}
.bg-img__information {
  top: -50%;
  right: 0;
}
.bg-img__about-page {
  bottom: -50%;
  left: -70px;
}
.about {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(90deg, white 58%, #e4f9ff 58%, #6dc6e0 100%);
}
.about .container {
  position: relative;
  z-index: 1;
}
.about__title {
  position: relative;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
.about__title:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 90px;
  height: 10px;
  background-size: cover;
  background-image: url('/wp-content/themes/tochka-sbora/src/img/main-new/title-after.png');
}
.about__button {
  width: auto;
  height: auto;
  margin: 0;
  padding: 20px 40px;
  background-color: #F5D976;
  color: #161616;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: 5px;
  box-shadow: none;
}
.about__right {
  position: relative;
  width: 100%;
  height: 100%;
}
.about__right__img {
  position: absolute;
  bottom: 0;
  left: -5%;
  width: 100%;
}
.products {
  background-color: #101D21;
}
.products a:hover {
  text-decoration: none;
  color: unset;
}
.products .container {
  position: relative;
  z-index: 1;
}
.products__title {
  color: #fff;
}
.products__item {
  display: block;
  margin-bottom: 20px;
  background-color: #fff;
  color: #161616;
}
.products__item:hover {
  text-decoration: none;
}
.products__item__img {
  display: block;
  height: 210px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.products__item__body {
  display: block;
  padding: 20px 20px 10px 20px;
  min-height: 200px;
  color: #161616;
}
.products__item__body--no-text {
  min-height: auto;
}
.products__item__title {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
.products__item__text {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #5c5454;
}
.products__item__price {
  display: block;
  transition: 0.3s;
}
.products__item__price span {
  display: block;
  padding: 20px;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  color: #6DC6E0;
  font-weight: 700;
  font-size: 18px;
  transition: 0.3s;
}
.products__item__price:hover span {
  background-color: #F5D976;
  color: #161616;
  text-decoration: none;
}
.nature {
  position: relative;
  background: linear-gradient(90deg, #e4f9ff 0%, #6dc6e0 30%, white 30%);
}
.nature .container {
  position: relative;
  z-index: 1;
}
.nature__text {
  margin-bottom: 40px;
  font-size: 25px;
  color: #535353;
}
.nature__button {
  width: auto;
  height: auto;
  margin: 0;
  padding: 20px 40px;
  background-color: #F5D976;
  color: #161616;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: 5px;
  box-shadow: none;
}
.nature__left {
  position: relative;
  width: 80%;
  height: 100%;
}
.nature__left__img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.benefits {
  background-color: #101D21;
}
.benefits__title {
  color: #fff;
}
.benefits__item {
  background-color: #fff;
  margin-bottom: 20px;
}
.benefits__item__left {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #F5D976;
}
.benefits__item__icon {
  position: absolute;
  height: 50px;
  max-height: 100%;
  top: calc(50% - 25px);
}
.benefits__item__title {
  padding: 0 20px;
  min-height: 90px;
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.efficiency .container {
  position: relative;
  z-index: 1;
}
.efficiency__button {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 20px 40px;
  background-color: #F5D976;
  color: #161616;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: 5px;
  box-shadow: none;
}
.efficiency__button:hover {
  color: #161616;
  text-decoration: none;
}
.efficiency__item {
  min-height: 220px;
  padding: 20px;
  background: #EDF1FA;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
}
.efficiency__item__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
.efficiency__item__text {
  color: #535353;
  font-size: 14px;
}
.information {
  position: relative;
}
.information .container {
  position: relative;
  z-index: 1;
}
.information__item {
  position: relative;
  margin-bottom: 30px;
  padding: 10px 55px 10px 20px;
  background: #EDF1FA;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.information__item.active::after {
  background-color: #6DC6E0;
  background-image: url('/wp-content/themes/tochka-sbora/src/img/main-new/minus.png');
}
.information__item.active .information__item__title {
  margin-bottom: 20px;
}
.information__item.active .information__item__text {
  display: block;
}
.information__item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background-color: #F5D976;
  background-image: url('/wp-content/themes/tochka-sbora/src/img/main-new/plus.png');
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}
.information__item__title {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
.information__item__text {
  display: none;
  color: #535353;
}
.information__item__text p {
  margin-bottom: 5px;
}
.rate {
  background-color: #101D21;
}
.rate__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.rate__item__title {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
}
.rate__item__dots {
  border-top: #fff 5px dotted;
  width: 50px;
  height: 0;
}
.rate__item__price {
  font-weight: 700;
  font-size: 30px;
  color: #F5D976;
}
.rate__item__price--dollar {
  color: #6DC6E0;
}
.rate__info {
  font-size: 16px;
  color: #A2B3B8;
}
.rate__form {
  padding: 30px;
  background: #fff;
}
.form__title {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}
.form__input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 5px 15px !important;
  margin: 0 20px 20px 0;
  border: none !important;
  background: #EDF1FA;
  color: #535353;
  font-size: 15px;
}
.form__button {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 40px;
  background-color: #F5D976;
  color: #161616;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: 5px;
  box-shadow: none;
}
.form__accept {
  color: #A2B3B8;
  font-size: 14px;
}
.form__accept a {
  text-decoration: underline;
  color: #A2B3B8;
}
.form__accept a:hover {
  text-decoration: none;
  color: #A2B3B8;
}
.footer-new {
  padding: 40px 0;
  background-color: #000;
  color: #A2B3B8;
  font-size: 14px;
}
.footer-new__copy {
  margin: 15px 0;
}
.footer-new__policy {
  margin-bottom: 20px;
}
.footer-new__policy a {
  color: #6DC6E0;
  text-decoration: underline;
}
.footer-new__policy a:hover {
  text-decoration: none;
}
.footer-new__contacts {
  float: right;
}
.footer-new__social {
  margin-bottom: 15px;
}
.footer__social {
  position: absolute;
  right: -20px;
  bottom: 30px;
}
.footer__icon {
  width: 40px;
  height: 40px;
  display: block;
  margin-bottom: 5px;
}
.block__contact {
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
}
.block__contact:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background-size: cover;
  background-repeat: no-repeat;
}
.block__contact--clock:before {
  background-image: url('/wp-content/themes/tochka-sbora/src/img/main-new/clock.png');
  width: 20px;
  height: 20px;
  top: 3px;
}
.block__contact--location {
  cursor: pointer;
}
.block__contact--location .block__contact__title {
  transition: color 0.3s;
}
.block__contact--location .block__contact__title:hover {
  color: #6DC6E0;
  text-decoration: none;
}
.block__contact--location:before {
  background-image: url('/wp-content/themes/tochka-sbora/src/img/main-new/location.png');
}
.block__contact--phone:before {
  background-image: url('/wp-content/themes/tochka-sbora/src/img/main-new/phone.png');
}
.block__contact__title {
  color: #fff;
}
.block__contact a:hover {
  color: #6DC6E0;
  text-decoration: none;
}
.block__social__link {
  display: inline-block;
  margin-right: 10px;
}
.block__social__link:hover .block__social__icon {
  opacity: 0.7;
  transition: opacity 0.3s;
}
.block__social__icon {
  width: 35px;
  height: 35px;
  transition: opacity 0.3s;
}
.modal-custom .modal-header {
  border-bottom: none;
}
.modal-custom .form__title {
  margin-bottom: 0;
}
.modal-custom .form__accept {
  margin-top: 10px;
}
#up-button {
  position: fixed;
  bottom: 70px;
  right: 100px;
  visibility: hidden;
  z-index: 1000;
  opacity: 0;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
}
#up-button.show {
  opacity: 1;
  visibility: visible;
}
#up-button svg {
  width: 50px;
  height: 50px;
}
.question {
  display: inline-block;
  position: relative;
  vertical-align: baseline;
  line-height: 0px;
  margin-left: 5px;
}
.question__text {
  position: absolute;
  right: -350px;
  bottom: 50px;
  width: 400px;
  height: auto;
  display: none;
  padding: 10px 20px;
  font-size: 14px;
  color: #333;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 5px 0px #b0adb0;
  z-index: 100;
  line-height: initial;
}
.question__mark {
  display: inline-block;
  cursor: pointer;
}
.question .question__mark:hover ~ .question__text {
  display: block;
}
.about-page {
  position: relative;
  padding: 40px 0;
}
.about-page .container {
  position: relative;
  z-index: 1;
}
.about-page--catalog {
  background: linear-gradient(90deg, white 0%, #e4f9ff 50%, #6dc6e0 100%);
}
.about-page #breadcrumbs {
  margin-bottom: 20px;
  color: #A2B3B8;
}
.about-page #breadcrumbs a {
  color: #A2B3B8;
}
.about-page #breadcrumbs a:hover {
  color: #6DC6E0;
  text-decoration: none;
}
.about-page #breadcrumbs .breadcrumb_last {
  color: #6DC6E0;
}
.about-page__title {
  margin-bottom: 30px;
}
.about-page__subtitle {
  margin: 40px 0 20px;
}
.about-page__header-button {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 20px 40px;
  background-color: #F5D976;
  color: #161616;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: 5px;
  box-shadow: none;
}
.about-page__header-button:hover {
  color: #161616;
  text-decoration: none;
}
.about-page__date-price {
  margin-top: 10px;
  font-size: 14px;
  color: #A2B3B8;
}
.about-page__phone {
  position: relative;
  display: block;
  padding-left: 30px;
  font-weight: 700;
  font-size: 23px;
}
.about-page__phone::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 25px;
  height: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/tochka-sbora/src/img/main-new/phone2.png');
}
.shopping-cart {
  padding: 0 0 40px;
}
.shopping-cart__labels {
  margin: 30px 0px 0px 0px;
}
.shopping-cart__labels label {
  margin: 0px 20px 0px 0px;
}
.shopping-cart__labels label:last-child {
  margin: 0px;
}
.shopping-cart__table {
  width: 100%;
  font-size: 15px;
  margin: 30px 0px;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
}
.shopping-cart__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0px;
  border-bottom: 1px #e3e3e3 solid;
}
.shopping-cart__row:last-child {
  border: none;
}
.shopping-cart__row--header {
  background-color: #F5D976;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.shopping-cart__row label {
  width: 100%;
}
.shopping-cart__item {
  padding: 0px 15px;
}
.shopping-cart__full {
  flex: 0 0 100%;
  max-width: 100%;
}
.shopping-cart__img {
  flex: 0 0 100%;
  max-width: 10%;
}
.shopping-cart__img img {
  width: 100%;
}
.shopping-cart__name {
  flex: 0 0 100%;
  max-width: 22%;
  text-transform: uppercase;
  font-weight: 700;
}
.shopping-cart__count {
  flex: 0 0 100%;
  max-width: 10%;
  display: flex;
}
.shopping-cart__count--body {
  background-color: #EDF1FA;
  padding: 5px;
}
.shopping-cart__count input {
  width: 100%;
  text-align: center;
}
.shopping-cart__minus {
  border: 1px solid #D1D6DF;
  color: #D1D6DF;
}
.shopping-cart__plus {
  border: 1px solid #6DC6E0;
  color: #6DC6E0;
}
.shopping-cart__unit {
  flex: 0 0 100%;
  max-width: 8%;
}
.shopping-cart__year {
  flex: 0 0 100%;
  max-width: 15%;
}
.shopping-cart__type {
  flex: 0 0 100%;
  max-width: 10%;
}
.shopping-cart__price {
  flex: 0 0 100%;
  max-width: 17%;
  font-weight: 700;
}
.shopping-cart__delete {
  flex: 0 0 100%;
  max-width: 8%;
}
.shopping-cart__delete-button img {
  transition: filter 0.3s;
}
.shopping-cart__delete-button:hover img {
  filter: brightness(0.8);
}
.shopping-cart__action {
  padding: 0px 10px;
}
.shopping-cart__itog {
  display: inline-block;
  width: 100%;
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  max-width: 70%;
  flex: 0 0 70%;
}
.shopping-cart__itog-price {
  max-width: 30%;
  flex: 0 0 30%;
  font-weight: 700;
  font-size: 20px;
}
.shopping-cart__button {
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
  background-color: #F5D976;
  color: #161616;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: 5px;
  box-shadow: none;
}
.shopping-cart__button:hover {
  opacity: 0.8;
  background-color: #F5D976;
  color: #161616;
}
.shopping-cart__empty {
  padding: 15px 0;
  text-transform: unset;
  text-align: center;
  font-size: 40px;
}
.product-page {
  background-color: #101D21;
  color: #fff;
}
.product-page .container {
  position: relative;
  z-index: 1;
}
.product-page__title {
  color: #fff;
}
.product-page__description {
  display: inline-block;
}
.product-page .question__mark img {
  filter: invert(1);
}
.product-page__year {
  margin: 0px;
  color: #A2B3B8;
}
.product-page__year-block {
  margin: 0px 0px 30px 0px;
}
.product-page .table__title b {
  flex: 0 0 100%;
}
.product-page .table__title svg {
  width: 50px;
  height: auto;
}
.product-page .table__block {
  display: flex;
  flex-wrap: wrap;
  border: 1px #e3e3e3 solid;
  border-bottom: none;
  position: relative;
  min-height: 80px;
}
.product-page .table__block:last-child {
  border-bottom: 1px #e3e3e3 solid;
}
.product-page .table__block--header {
  border: none;
  min-height: unset;
}
.product-page .table__block--header .table__item {
  border: none;
}
.product-page .table__block--header .table__item:before {
  display: none;
}
.product-page .table__button {
  position: absolute;
  right: 0;
  height: 100%;
  padding: 20px;
  background-color: #7F66F6;
  width: 20%;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.product-page .table__button:hover {
  opacity: 1;
}
.product-page .table__item {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  border-right: 1px #e3e3e3 solid;
  position: relative;
  font-size: 14px;
}
.product-page .table__item--wrap {
  flex-wrap: wrap;
}
.product-page .table__item input[type="number"] {
  width: 100%;
  border: 1px #e3e3e3 solid;
  text-align: center;
}
.product-page .table__item--cart:before {
  content: '';
  position: absolute;
  right: 5px;
  top: 5px;
  background-image: url("/wp-content/themes/tochka-sbora/src/scss/../svg/cart.svg");
  width: 16px;
  height: 16px;
  background-position: center;
  background-size: contain;
}
.product-page .table__item--center {
  justify-content: center;
}
.product-page .table__item--border {
  border-right: none;
}
.product-page .table__item--10 {
  flex: 0 0 10%;
  max-width: 10%;
}
.product-page .table__item--20 {
  flex: 0 0 20%;
  max-width: 20%;
}
.product-page .table__item--30 {
  flex: 0 0 30%;
  max-width: 30%;
}
.product-page .table__item--40 {
  flex: 0 0 40%;
  max-width: 40%;
}
.product-page .table__item--50 {
  flex: 0 0 50%;
  max-width: 50%;
}
.product-page .table__item--60 {
  flex: 0 0 60%;
  max-width: 60%;
}
.product-page .table__item--70 {
  flex: 0 0 70%;
  max-width: 70%;
}
.product-page .table__item--80 {
  flex: 0 0 80%;
  max-width: 80%;
}
.product-page .table__item--90 {
  flex: 0 0 90%;
  max-width: 90%;
}
.product-page .table__item--100 {
  flex: 0 0 100%;
  max-width: 100%;
}
.product-page .table__item__img {
  display: inline-block;
  margin-right: 20px;
  width: 100%;
  height: auto;
  padding: 0px;
  object-fit: cover;
  object-position: center;
}
.product-page .table__item__img--box {
  display: inline-block;
  width: 100%;
}
.product-page .table__item__img-block {
  padding: 0px;
}
.product-tags {
  margin: 0px 0px 30px 0px;
  background-color: #fff;
}
.product-tags__title {
  padding: 15px;
  background-color: #F5D976;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  color: #161616;
}
.product-tags__block {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 15px 5px 15px;
}
.product-tags__block-link {
  padding: 5px 10px;
  margin: 0px 10px 10px 0px;
  display: inline-block;
  border: 2px #EDF1FA solid;
  background-color: #EDF1FA;
  color: #161616;
  text-decoration: none !important;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.product-tags__block-link:hover {
  color: #edce5f;
}
.product-tags__item--active .tags__block-link {
  color: #fff;
  background-color: #7f66f6;
}
.catalog-product__item {
  margin: 0px 0px 30px 0;
  font-size: 14px;
  background-color: #fff;
  color: #535353;
}
.catalog-product__item-title {
  text-transform: uppercase;
  color: #161616;
  font-size: 14px;
}
.catalog-product__item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.catalog-product__item-unit {
  margin-left: 10px;
}
.catalog-product__item-count {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 9px 10px;
  flex: 0 0 45%;
  background-color: #EDF1FA;
  padding: 5px;
}
.catalog-product__item-count input {
  width: inherit;
  text-align: center;
}
.catalog-product__item-count__minus {
  padding: 0 10px;
  border: 1px solid #D1D6DF;
  color: #D1D6DF;
}
.catalog-product__item-count__plus {
  padding: 0 10px;
  border: 1px solid #6DC6E0;
  color: #6DC6E0;
}
.catalog-product__item-price {
  font-size: 1.2em;
  font-weight: 700;
  color: #161616;
}
.catalog-product__item-price--old {
  color: #535353;
}
.catalog-product__item-cart {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.catalog-product__item-content {
  padding: 20px 15px;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 250px;
}
.catalog-product__item-button {
  padding: 10px;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  background: #F5D976;
  color: #161616;
  text-transform: uppercase;
  font-weight: 700;
}
.catalog-product__item-button:hover {
  color: #161616;
  opacity: 0.8;
}
.money-catalog {
  margin: 20px 0px 15px 0px;
  color: #A2B3B8;
}
.money-catalog__block {
  display: flex;
  justify-content: space-between;
}
.money-catalog__item {
  display: flex;
}
.money-catalog__item__name {
  font-weight: 700;
}
.money-catalog__item__price {
  margin: 0px 0px 0px 10px;
}
.money-catalog__date {
  font-size: 14px;
  margin: 5px 0px 0px 0px;
  color: #A2B3B8;
}
.footer-form__wrap {
  padding: 30px;
  background: #fff;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
}
.page-contact {
  padding: 20px 0 40px;
}
.page-contact__block {
  margin-bottom: 15px;
}
.page-contact__block__title {
  margin: 0px 0px 5px 0px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
.page-contact__block__annotation {
  font-size: 15px;
  margin: 0px;
  color: #2E313B;
}
.page-contact__block__annotation--small {
  color: #8BA2AD;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.page-contact__block a {
  font-weight: 700;
  transition: color 0.3s;
}
.page-contact__block a:hover {
  color: #6DC6E0;
  text-decoration: none;
}
.page-contact .confirmation__block {
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0px 15px 0px;
}
.page-contact .confirmation__check {
  line-height: 0px;
  flex: 0 0 15px;
  max-width: 15px;
  padding: 5px 0px 0px 0px;
}
.page-contact .confirmation__text {
  flex: 0 0 calc(100% - 15px);
  max-width: calc(100% - 15px);
  padding: 0px 0px 0px 10px;
  font-size: 15px;
  color: #2F3640;
}
.page-contact__map-block {
  position: relative;
}
.page-contact__map-block:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
}
.page-contact__form {
  padding: 30px;
  margin: 30px 0 0;
  background-color: #fff;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
}
.page-error {
  text-align: center;
}
.page-error__title {
  margin-top: 30px;
}
.page-payment {
  padding: 20px 0 40px;
}
.page-payment__subtitle {
  margin-bottom: 20px;
}
.page-payment__block {
  padding: 20px;
  margin-bottom: 15px;
  background-color: #EDF1FA;
  text-align: center;
}
.page-payment__block-title {
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 0 0px;
}
.page-payment__block-image img {
  height: 100px;
}
.page-privacy {
  padding: 0px 0 40px;
}
.page-privacy__annotation {
  font-size: 16px;
  margin: 0px 0px 15px 0px;
}
.page-privacy__content {
  margin-bottom: 20px;
}
.page-privacy__content__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.page-privacy__content__text {
  font-size: 16px;
  margin-bottom: 15px;
}
.page-privacy__content__circle {
  list-style: none;
}
.page-privacy__content__circle li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.page-privacy__content__circle li:after {
  content: '';
  background-color: #6DC6E0;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 7px;
  left: 0;
}
.page-privacy__content__list--inside {
  margin: 5px 0px 0px 0px;
  padding: 0px;
  list-style: none;
}
.page-privacy__content__list--inside li:after {
  display: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.page-delivery {
  padding: 20px 0 40px;
}
.page-delivery__subtitle {
  margin-bottom: 15px;
  font-size: 18px;
}
.page-delivery__items {
  margin: 20px 0;
}
.page-delivery__items li {
  position: relative;
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 10px 0px;
}
.page-delivery__items li:before {
  content: '';
  background-color: #6DC6E0;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 0;
}
.page-delivery__items li p {
  margin-bottom: 5px;
}
.page-delivery__block {
  padding: 15px;
  background: #EDF1FA;
}
.breadcrumb_last {
  font-weight: unset;
}
.form-submit input[name="submit"] {
  padding: 10px 15px;
  background: #7F66F6;
  font-weight: 700;
  color: #fff;
}
.sitemap {
  margin: 30px 0px;
}
.sitemap ul {
  list-style: disc;
}
.sitemap .sub-menu {
  margin: 0px 0px 0px 30px;
}
.xs-hide {
  display: block;
}
.xs-show {
  display: none;
}
.social--pc {
  position: fixed;
  top: calc(50% - (-60px / 2));
  bottom: unset;
  z-index: 100;
  right: 0px;
}
.social--pc.cart {
  top: calc(50% - (135px / 2));
}
.page-policy {
  margin: 50px 0px;
}
.page-policy ul, .page-policy ol {
  list-style: disc;
}
.page-policy ul li, .page-policy ol li {
  margin: 0px 0px 0px 20px;
}
.page-policy h2, .page-policy h1 {
  margin: 0px 0px 20px 0px;
  text-align: left;
}
.page-policy p, .page-policy h3, .page-policy h4, .page-policy h5 {
  margin: 0px 0px 10px 0px;
}
.button--price {
  width: auto;
  display: inline-block;
  margin: 0px 0px 50px 0px;
}
.button--price:hover {
  color: #fff;
  text-decoration: none;
}
.utill-page {
  padding-bottom: 40px;
}
.utill-page__title {
  margin-bottom: 15px;
}
.utill-page__annotation {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
.utill-page__list {
  margin: 0px 0px 15px 0px;
}
.utill-page__list li {
  position: relative;
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 10px 0px;
}
.utill-page__list li:before {
  content: '';
  background-color: #6DC6E0;
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - (10px / 2));
  left: 0;
}
.utill-page__button {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 20px 40px;
}
.utill-page__image {
  width: 100%;
}
#map {
  width: 100%;
  height: 300px;
}
.city-list__block {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px;
  margin: 30px -15px 20px -15px;
}
.city-list__block-wrapper {
  min-height: calc(100vh - 30px - 56px - 100px - 54px - 117px);
}
.city-list__block li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0px 15px;
}
.city-block {
  margin: 0px 0px 30px 0px;
}
.city-block img {
  max-width: 75px;
  position: absolute;
  top: -2px;
  right: 10px;
  height: 105px;
  object-fit: cover;
}
.city-block a {
  display: flex;
  padding: 10px 90px 10px 10px;
  width: 100%;
  position: relative;
  min-height: 120px;
  align-items: center;
  background: #EDF1FA;
  text-decoration: none !important;
  color: #161616;
  text-transform: uppercase;
  font-weight: 700;
  transition: transform 0.3s ease-in-out;
}
.city-block a:hover {
  transform: translateY(-10px);
}
.city-block a span {
  font-size: 18px;
  font-weight: 700;
}
.city-find__input {
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  border: 1px #e3e3e3 solid;
  margin: 0px;
}
.mb__right {
  padding: 0px 10px 0px 0px;
}
.button__menu {
  display: none;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  max-height: 200px;
  overflow: scroll;
}
.basket {
  position: fixed;
  width: 50px;
  height: 50px;
  right: 0;
  top: calc(50% - (50px / 2));
  background-color: #F5D976;
  padding: 10px;
  display: none;
  z-index: 10000;
}
.basket.active {
  display: block;
}
.basket svg {
  width: 100%;
  height: auto;
}
.basket svg path {
  fill: #101D21;
}
.basket__count {
  position: absolute;
  background: #ff0000;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: -10px;
  left: -10px;
}
.cart_modal-title {
  font-weight: 700;
  font-size: 22px;
}
.cart_modal-link:hover {
  color: #161616;
  opacity: 0.8;
}
.cart_modal-link, .cart_modal-button {
  padding: 10px 0px;
  width: 100%;
  background: #F5D976;
  color: #161616;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px #F5D976 solid;
  display: block;
  text-align: center;
  text-decoration: none !important;
}
.cart_modal-button {
  background-color: transparent;
}
@media screen and (max-width: 1500px) {
  .bg-img {
    width: 15%;
  }
}
@media screen and (max-width: 1200px) {
  .header .footer__social--header {
    position: fixed;
    right: 0;
    bottom: calc(50% - 135px);
    z-index: 100000000;
  }
  .bg-img {
    display: none;
  }
  .header__contacts .block__contact {
    font-size: 14px;
    margin-right: 5px;
  }
  .header__login {
    font-size: 12px;
  }
  .header__login img {
    width: 20px;
  }
  .header__social .block__social__link {
    margin-right: 5px;
  }
  .header__social .block__social__icon {
    width: 30px;
    height: 30px;
  }
  .navbar-nav .nav-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  li.menu-item.menu-item-type-post_type.menu-item-object-page:hover {
    background-color: transparent;
  }
  .question__text {
    width: 300px;
    right: -175px;
  }
  #up-button {
    bottom: 50px;
    right: 60px;
  }
  #up-button svg {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .block__contact.block__contact--location {
    display: none;
  }
  .header-top__wrap {
    justify-content: center;
  }
  #primary-menu > li.menu-item:nth-child(4), #primary-menu > li.menu-item:nth-child(5), #primary-menu > li.menu-item:nth-child(6) {
    display: none;
  }
  .question__text {
    right: -232px;
    width: 250px;
    bottom: 25px;
  }
  .cart_modal-button {
    margin: 0px 0px 15px 0px;
  }
  #up-button {
    display: none;
  }
  .advantages__item {
    height: unset;
  }
  .money__block {
    flex-wrap: wrap;
  }
  .money__item {
    display: flex;
    flex: 0 0 50%;
    margin: 0px 0px 20px 0px;
  }
  .mb-header__city {
    padding: 10px 0px 10px 0px;
    display: inline-block;
  }
  .mb-menu__backdrop {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 100;
  }
  .catalog-page__sidebar__header {
    position: relative;
  }
  .catalog-page__sidebar__header .button__menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
  }
  .catalog-page__sidebar__header .button__menu svg {
    position: absolute;
    left: 0;
    top: calc(50% - (30px / 2));
  }
  .mb__right {
    padding: 0px;
  }
  .table__item.table__item--center.table__item--10.table__item--25.js-good-unit {
    justify-content: flex-start;
    padding: 10px 0px 10px 0px;
  }
  .city-list__block-wrapper {
    min-height: calc(100vh - 60px - 45px - 100px - 54px - 117px);
  }
  .city-list__block li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mb__right {
    text-align: right;
  }
  .catalog__item-index.col-md-6.col-lg-4 {
    padding: 0px 15px;
  }
  .header .footer__social--header {
    position: fixed;
    right: 0;
    bottom: calc(50% - 135px);
    z-index: 10;
  }
  .header .footer__social--header .footer__icon {
    display: block;
    margin-bottom: 5px;
  }
  h2 {
    font-size: 28px;
  }
  .main__title {
    font-size: 46px;
  }
  .main__title:before {
    width: 200px;
  }
  .main__title--small {
    font-size: 32px;
  }
  .callback__title {
    font-size: 42px;
  }
  .footer__phone {
    float: none;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .footer__social {
    position: unset;
    margin-bottom: 10px;
  }
  .footer__icon {
    display: inline-block;
    margin-bottom: 0;
  }
  .catalog-page__sidebar {
    margin-bottom: 30px;
  }
  .catalog-page__sidebar.active .catalog-page__sidebar__body {
    display: block;
  }
  .catalog-page__sidebar__body {
    display: none;
  }
  .catalog-page__sidebar__header {
    cursor: pointer;
    padding: 10px 20px 10px 45px;
  }
  .mobile__badge {
    display: block;
    position: absolute;
    font-size: 14px;
    top: -10px;
    left: 10px;
    font-weight: 700;
  }
  .social--pc {
    display: none;
  }
  .sitemap {
    padding: 0px 20px;
  }
  .basket {
    top: calc(50% - (50px / 2) - 50px);
  }
  .header #primary-menu .menu-item.menu-item-has-children a:before {
    top: 15px;
  }
  .header #primary-menu .menu-item:hover .sub-menu, .header #primary-menu .menu-item.active .sub-menu {
    background: transparent;
    position: relative;
    display: block;
    z-index: 10;
    left: 0;
  }
  .header__menu {
    padding: 10px 0px 0px 0px;
    position: absolute;
    width: 100vw;
    top: 0;
    left: 0;
    transform: translateX(-100vw);
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
  }
  .header__menu.active {
    transform: translateX(0);
  }
  .header #primary-menu {
    display: flex;
    flex-wrap: wrap;
  }
  .header #primary-menu .menu-item {
    position: relative;
    width: 100%;
    flex: 0 0 100%;
  }
  .header #primary-menu .menu-item:first-child a {
    padding-left: 30px;
  }
  .header #primary-menu .menu-item:first-child a, .header #primary-menu .menu-item a {
    padding-left: 0px;
  }
  .header #primary-menu .menu-item .sub-menu a {
    font-size: 15px;
  }
  .header #primary-menu .menu-item:hover .sub-menu, .header #primary-menu .menu-item.active .sub-menu {
    box-shadow: none;
  }
}
@media screen and (max-width: 991px) {
  .header__contacts {
    display: none;
  }
  .header__social {
    display: none;
  }
  .header__login {
    margin: 0 auto;
  }
  .header-mobile__phone {
    display: block;
    position: relative;
    padding-left: 30px;
  }
  .header-mobile__phone:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 25px;
    height: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('/wp-content/themes/tochka-sbora/src/img/main-new/phone.png');
    filter: brightness(0.01);
  }
  .header-mobile__phone a {
    font-weight: 700;
    font-size: 20px;
  }
  .header-mobile__phone a:hover {
    color: #6DC6E0;
  }
  .header-mobile__contacts {
    display: block;
    margin-top: 15px;
  }
  .header-mobile__contacts .block__contact__title {
    color: #161616;
    font-weight: 700;
  }
  .header-mobile__contacts .block__contact:before {
    filter: brightness(0.01);
  }
  .section {
    padding: 40px 0;
  }
  .subtitle {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .about {
    padding: 40px 0;
    background: linear-gradient(90deg, #e4f9ff 30%, #6dc6e0 100%);
  }
  .about__right__img {
    position: relative;
    left: unset;
    bottom: unset;
    width: 70%;
    display: block;
    margin: 30px auto 0 auto;
  }
  .nature {
    background: linear-gradient(90deg, #e4f9ff 0%, #6dc6e0 70%);
  }
  .nature__left {
    width: 100%;
  }
  .nature__left__img {
    position: relative;
    left: unset;
    bottom: unset;
    width: 60%;
    display: block;
    margin: 0 auto 30px auto;
  }
  .products__item__body {
    min-height: 175px;
  }
  .products__item__body--no-text {
    min-height: auto;
  }
  .efficiency__subtitle {
    margin: 20px 0;
  }
  .efficiency__item {
    margin-bottom: 20px;
    min-height: auto;
  }
  .information__item {
    padding-right: 40px;
  }
  .information__item:after {
    width: 30px;
    height: 30px;
    background-size: 60%;
  }
  .information__item__title {
    font-size: 18px;
  }
  .rate__info {
    margin-bottom: 20px;
  }
  .form__accept {
    margin-top: 10px;
  }
  .footer-new__contacts {
    float: unset;
    margin-top: 20px;
  }
  .shopping-cart__row--header {
    display: none;
  }
  .shopping-cart__img {
    flex: 0 0 20%;
    max-width: 20%;
    margin: 0px 0px 15px 0px;
  }
  .shopping-cart__name {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0px 0px 15px 0px;
  }
  .shopping-cart__count {
    flex: 0 0 20%;
    max-width: 20%;
    margin: 0px 0px 15px 0px;
  }
  .shopping-cart__unit {
    flex: 0 0 10%;
    max-width: 10%;
    margin: 0px 0px 15px 0px;
  }
  .shopping-cart__year {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0px 0px 15px 0px;
  }
  .shopping-cart__type {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0px 0px 15px 0px;
  }
  .shopping-cart__price {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .shopping-cart__delete {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .shopping-cart__itog, .shopping-cart__itog-price {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .money-catalog__item {
    display: block;
  }
  .page-delivery__img {
    margin-bottom: 20px;
  }
  .catalog-product__item-img img {
    height: 220px;
  }
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 32px;
  }
  .about__title {
    font-size: 32px;
  }
  .products__item__body {
    min-height: auto;
  }
  .money-catalog__block {
    display: block;
  }
  .money-catalog__block .money-catalog__item {
    display: inline-block;
    width: 50%;
    margin-bottom: 10px;
  }
  .money-catalog__block .money-catalog__item__price {
    margin-left: 0;
  }
  .utill-page__image {
    margin-top: 20px;
  }
  .catalog-product__item-img img {
    object-fit: contain;
  }
}
@media screen and (max-width: 575px) {
  .title {
    font-size: 26px;
  }
  .subtitle {
    font-size: 18px;
  }
  .header-mobile__phone {
    padding-left: 25px;
  }
  .header-mobile__phone:before {
    width: 20px;
    height: 20px;
  }
  .header-mobile__phone a {
    font-size: 18px;
  }
  .about__title {
    font-size: 26px;
  }
  .nature__text {
    font-size: 20px;
  }
  .information__item__title {
    font-size: 16px;
  }
  .rate__item__title {
    font-size: 20px;
  }
  .rate__item__price {
    font-size: 20px;
  }
  .rate__form {
    padding: 15px;
  }
  .shopping-cart__img {
    flex: 0 0 30%;
    max-width: 30%;
    margin: 0px 0px 15px 0px;
  }
  .shopping-cart__name {
    flex: 0 0 70%;
    max-width: 70%;
    margin: 0px 0px 15px 0px;
  }
  .shopping-cart__count {
    flex: 0 0 60%;
    max-width: 60%;
    margin: 0px 0px 15px 15px;
  }
  .shopping-cart__unit {
    flex: 0 0 30%;
    max-width: 30%;
    margin: 0px 0px 15px 0px;
  }
  .question__text {
    width: 250px;
  }
  #up-button {
    bottom: 40px;
    right: 35px;
  }
  #up-button svg {
    width: 40px;
    height: 40px;
  }
}
/*# sourceMappingURL=https://priem-radiodetalej.ru/wp-content/build/scss_library/619b30d3e3caac05752c03c1edef1076242cc010.css.map */