/* Виджет */
.messenger-widget {
	 position: fixed;
	 right: 30px;
	 bottom: 30px;
	 z-index: 9999;
}
/* Главная кнопка */
.main-button {
	 width: 55px;
	 height: 55px;
	 background: #ba4545;
	/* новый цвет */
	 border-radius: 50%;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 cursor: pointer;
	 position: relative;
}
.main-button svg {
	 width: 26px;
	 height: 26px;
}
/* Волны */
.main-button::before, .main-button::after {
	 content: "";
	 position: absolute;
	 border: 1px solid #ba4545;
	/* новый цвет */
	 border-radius: 50%;
	 top: -15px;
	 left: -15px;
	 right: -15px;
	 bottom: -15px;
	 animation: pulse 2.5s infinite;
	 opacity: 0;
}
.main-button::after {
	 animation-delay: 1.3s;
}
 @keyframes pulse {
	 0% {
		 transform: scale(0.5);
		 opacity: 0;
	}
	 50% {
		 opacity: 1;
	}
	 100% {
		 transform: scale(1.3);
		 opacity: 0;
	}
}
/* Кнопки мессенджеров */
.messenger-btn {
	 position: absolute;
	 right: 5px;
	 width: 45px;
	 height: 45px;
	 border-radius: 50%;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 opacity: 0;
	 pointer-events: none;
	 transition: 0.3s;
}
.messenger-btn svg {
	 width: 22px;
	 height: 22px;
	 fill: #fff;
}
/* WhatsApp */
.whatsapp {
	 background: #25D366;
	 bottom: 70px;
}
/* Telegram */
.telegram {
	 background: #0088cc;
	 bottom: 125px;
}
/* Активное состояние */
.messenger-widget.active .messenger-btn {
	 opacity: 1;
	 pointer-events: auto;
}


/* Верхнее меню */
.tm-upmenu{
  background-color: #000;
}
.tm-upmenu .uk-navbar-container{
  background-color: #000;
}
.tm-upmenu .uk-navbar-container .uk-navbar-nav>li>a {
    color: #fff;
    text-transform: inherit;
    min-height: 40px;
}
.tm-upmenu .uk-navbar-container .uk-navbar-nav>li>a:hover {
    opacity: 0.8;
}
.tm-upmenu .uk-navbar-container .uk-navbar-nav>li:first-child a{
    padding-left: 0
}
.tm-upmenu .tm-worktime{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    text-transform: inherit;
    font-family: 'Open Sans Condensed';
    color: #fff;
    font-size: 14px;
    min-height: 40px;
    letter-spacing: 1px;
}
.tm-upmenu .tm-account{
    padding-right: 0;
}
@media (max-width: 960px){
  .tm-upmenu .uk-navbar-container .uk-navbar-nav>li>a {
      padding: 0px 7px;
      font-size: 12px;
  }
  .tm-upmenu .uk-navbar-container .uk-navbar-nav>li>a.tm-account{
      padding-right: 0;
  }
}
.tm-upmenu__shopicon {
    animation: 2.5s ease-in-out infinite trambling;
    animation-delay: 2.5s;
}
@keyframes trambling {
    15%, 60%, 85% {
        transform: rotate(0deg);
    }
    20%, 40% {
        transform: rotate(-10deg);
    }
    30%, 50% {
        transform: rotate(10deg);
    }
}
/* Конец верхнее меню */

.uk-offcanvas {
    z-index: 99999;
}

#tm-header {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.tm-form-contacts .uk-button {
  padding: 0 10px;
}

.tm-toolbar-menu .uk-subnav a {
  font-size: 11px;
  text-transform: uppercase;
}

.tm-navbar-menu {
  padding-right: 40px;
}

.tm-wa {
  line-height: 25px;
  float: right;
}

.tm-wa_icon {
  color: #409043;
}

#tm-navbar.tm-navbar-fixed {
  box-shadow: 2px 4px 16px rgba(0, 0, 0, .06);
}

#tm-navbar.tm-navbar-static .tm-navbar-logo {
  display: none;
}

.tm-personal {
  justify-content: left;
  padding: 0;
  min-height: 0;
}

.tm-personal span {
  padding-right: 15px;
}

#tm-navbar.tm-navbar-fixed .tm-navbar-search {
  display: none;
}

.uk-text-lead {
  font-size: 18px;
}

/* Главная */
.tm-hero .uk-heading-medium {
  font-size: 3.8rem;
}
.tm-company .tm-company-text-block {
  margin-bottom: 70px;
}
.tm-slideshow .uk-button {
  padding: 4px 35px;
}
.tm-slideshow .tm-slideshow-text{
  padding: 60px 0 40px;
}
@media (max-width: 960px){
  .tm-slideshow .tm-slideshow-text {
      padding: 30px 0 40px;
  }
}

/* Меню с корзиной и поиском */
.uk-navbar-toggle,
.uk-navbar-nav>li>a,
.uk-navbar-item {
  min-height: 70px;
  padding: 0 10px;
  font-size: 14px;
}

.uk-icon-link {
  color: #291d11 !important;
}

@media (min-width: 960px) {
  .tm-company .tm-company-text-block {
    margin-bottom: 70px;
  }
}

@media (max-width: 600px) {
  #tm-slideshow .uk-slideshow-items {
    min-height: 500px !important;
  }
  #tm-slideshow .uk-heading-medium {
    font-size: 2rem;
  }
  #tm-slideshow .uk-text-lead {
    font-size: 16px;
  }
  .uk-navbar-toggle,
  .uk-navbar-nav>li>a,
  .uk-navbar-item {
    min-height: 55px;
  }
  #tm-header {
    padding-top: 8px;
    padding-bottom: 10px;
  }
}

blockquote {
  margin: 40px 0;
  position: relative;
  padding: 30px 20px 30px 70px;
  font-size: 18px;
  font-style: italic;
  font-family: 'Open Sans';
  font-weight: 400;
  background: #f3f3f3;
  border-left: 10px solid #795548;
}

.uk-notification-message {
  background: #fff;
}

.tm-footer .uk-section-secondary {
  background: #000;
}

.uk-button-large {
  line-height: 45px;
}

/* Рецепты */
.tm-recipes-home .uk-overlay-primary {
  background: linear-gradient(rgb(41 29 17 / 0.25), 20%, #291d11);
}

.tm-recipes-home .uk-h4 {
  font-style: italic;
  font-family: 'Playfair Display';
}

.tm-recipes-home .tm-recipes-home__arrow {
  text-transform: lowercase;
  position: relative;
}

.tm-recipes-home .tm-recipes-home__arrow:after {
  content: "";
  background-image: url(/bitrix/templates/store/components/bitrix/catalog.section.list/section_landing/images/arrow-red.svg);
  background-size: 40px 40px;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 70px;
  top: -5px;
}

@media (max-width: 640px) {
  .tm-recipes-home .uk-h4 {
    font-size: 14px;
  }
}

/* Битрикс24 */
body {
  padding-right: 0 !important;
}

.b24-form-sign {
  display: none;
}

.b24-form-wrapper,
.b24-window-popup-wrapper {
  padding: 20px 10px;
}

.b24-form-control {
  padding: 17px 10px 0 !important;
  height: 60px !important;
  border-bottom: 1px solid #e5e5e7 !important;
}

textarea.b24-form-control {
  padding: 32px 10px 0 !important;
}

.b24-form-btn-block {
  margin-top: 20px;
}

.b24-form-header-description {
  padding: 15px 0;
}

.b24-form-btn {
  border-radius: 40px !important;
  font-weight: 400px;
  letter-spacing: 1px;
}

.b24-form-header-title {
  font-weight: 400px;
}

.vue-portal-target .b24-window-popup-wrapper{
	z-index: 9999999;
}
