@charset "UTF-8";

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?1ofbpn");
  src: url("../fonts/icomoon.eot?1ofbpn#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?1ofbpn") format("truetype"), url("../fonts/icomoon.woff?1ofbpn") format("woff"), url("../fonts/icomoon.svg?1ofbpn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-call:before {
  content: "\e900";
}

.icon-email:before {
  content: "\e901";
}

.icon-telegram:before {
  content: "\e902";
}

.icon-viber:before {
  content: "\e903";
}

.icon-location:before {
  content: "\e947";
}

.icon-checkmark:before {
  content: "\ea10";
}

.icon-arrow-right:before {
  content: "\ea3c";
}

body {
  font-family: 'Roboto Condensed', sans-serif;
}

p {
  margin: 0 0 10px 0;
}

address {
  margin: 0;
}

.page {
  margin: 0;
}

.light-gray-section {
  background-color: #f3f2f2;
}

.container {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.container-flex {
  display: flex;
  flex-wrap: wrap;
}

.container-flex.space-between {
  justify-content: space-between;
}

.container.no-padding {
  padding: 0;
  max-width: 1200px;
}

.banner {
  height: 600px;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url("../images/spirt-banner.jpg");
}

@media screen and (max-width: 768px) {
  .banner {
    background-image: url("../images/spirt-banner-768.jpg");
    height: 314px;
  }
}

@media screen and (max-width: 480px) {
  .banner {
    background-image: url("../images/spirt-banner-480.jpg");
    height: 170px;
  }
}

.site-title {
  display: inline-block;
  width: 100%;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin: 28px 0;
}

@media screen and (max-width: 600px) {
  .site-title {
    font-size: 34px;
  }
}

@media screen and (max-width: 480px) {
  .site-title {
    font-size: 27px;
  }
}

@media screen and (max-width: 414px) {
  .site-title {
    font-size: 21px;
  }
}

.archive-description {
  margin-bottom: 50px;
}

.page-content,
.entry-content,
.entry-summary {
  margin-bottom: 50px;
}

.mark-black {
  color: #000;
}

.mark-blue {
  color: #0088ff;
}

.mark-gold {
  color: #b29700;
}

.text-center {
  text-align: center;
}

.select {
  padding: 18px 40px 18px 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  line-height: 1;
  background-image: url(../images/angle-arrow-down.svg);
  background-position: 80% 50%;
  background-size: 12%;
  background-repeat: no-repeat;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media screen and (max-width: 480px) {
  .m-hidden {
    display: none !important;
  }
}

.hidden {
  display: none;
}

.d-flex {
  display: flex;
}

.w-100 {
  width: 100%;
}

.order-actions .d-flex .select,
.order-actions .d-flex .btn {
  opacity: .5;
}

.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  background-image: url(../images/loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #fff;
}

.navigation {
  background-color: #f3f2f2;
}

.menu {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  transition: transform .3s;
}

.menu.nav-menu {
  border-bottom: 2px solid #000;
}

@media screen and (max-width: 992px) {
  .menu {
    position: absolute;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    width: 100%;
    height: calc(100vh - 87px);
    right: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: auto;
  }
}

.toggled .menu {
  transform: translateX(100%);
}

.menu-item {
  border: 2px solid #f3f2f2;
}

@media screen and (max-width: 992px) {
  .menu-item {
    width: 100%;
    border: 0;
  }
}

.menu-item a {
  display: inline-block;
  padding: 18px 22px;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  letter-spacing: .5px;
  white-space: nowrap;
}

@media screen and (max-width: 992px) {
  .menu-item a {
    color: #fff;
    width: 100%;
    padding: 18px 22px 18px 40px;
  }
}

@media screen and (min-width: 600px) {
  .menu-item a:hover {
    color: #0088ff;
  }
}

.menu .menu-item-has-children {
  position: relative;
}

.menu .menu-item-has-children:after {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  top: 100%;
  background-color: #f3f2f2;
}

@media screen and (max-width: 992px) {
  .menu .menu-item-has-children:after {
    display: none;
  }
}

.menu .menu-item-has-children:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 20px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: #fff;
  display: none;
}

@media screen and (max-width: 992px) {
  .menu .menu-item-has-children:before {
    display: block;
  }
}

.menu .menu-item-has-children:hover {
  border-style: solid;
  border-width: 2px 2px 0 2px;
  border-color: #0088ff;
}

@media screen and (max-width: 992px) {
  .menu .menu-item-has-children:hover {
    border: 0;
  }
}

@media screen and (min-width: 600px) {
  .menu .menu-item-has-children:hover>.sub-menu {
    display: block;
    border: 2px solid #0088ff;
  }
}

@media screen and (min-width: 600px) and (max-width: 992px) {
  .menu .menu-item-has-children:hover>.sub-menu {
    border: 0;
  }
}

.menu .current-menu-item>a {
  color: #0088ff;
}

.menu .current-menu-item:before {
  border-color: #0088ff;
}

.menu .sub-menu {
  list-style: none;
  position: absolute;
  min-width: calc(100% + 4px);
  top: 100%;
  left: -2px;
  padding: 15px;
  margin: 0;
  display: none;
  background-color: #f3f2f2;
  max-height: 500px;
  overflow: auto;
}

@media screen and (max-width: 992px) {
  .menu .sub-menu {
    position: static;
    padding: 0 15px;
    background: transparent;
    max-height: 100%;
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .menu .sub-menu .menu-item a {
    padding: 10px 22px;
  }
}

.menu-toggle {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  border: 0;
  font-size: 0;
  width: 40px;
  height: 40px;
  background: transparent;
}

.menu-toggle:after {
  content: '';
  display: block;
  background: #000;
  box-shadow: 0 -11px #000, 0 11px #000;
  height: 6px;
  margin: -3px auto;
  position: absolute;
  top: 50%;
  width: 40px;
}

.menu-toggle,
.main-navigation.toggled ul {
  display: none;
}

@media screen and (max-width: 992px) {
  .menu-toggle {
    display: block;
  }

  .main-navigation ul {
    display: block;
  }
}

.cart-count {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  top: 10px;
  right: 10px;
  font-size: 12px;
  font-weight: 700;
  background-color: #0088ff;
  line-height: 1;
  color: #fff;
  border-radius: 100%;
}

.cart {
  position: relative;
}

@media screen and (max-width: 992px) {
  .cart {
    display: none;
  }
}

.cart.mobile-cart {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background: none;
  border: 0;
  display: none;
}

@media screen and (max-width: 992px) {
  .cart.mobile-cart {
    display: block;
  }
}

.cart.mobile-cart svg {
  width: 30px;
  height: 30px;
  fill: #0088ff;
}

.cart.mobile-cart .cart-count {
  top: 3px;
  right: 5px;
}

.uk-inline,
.uk-block {
  display: none;
}

[lang="uk"] .uk-inline {
  display: inline-block;
}

[lang="uk"] .uk-block {
  display: block;
}

[lang="uk"] .ru-inline,
[lang="uk"] .ru-block {
  display: none;
}

.pll-parent-menu-item .sub-menu {
  padding: 0;
}

.pll-parent-menu-item .lang-item a {
  padding: 18px 20px;
  transition: opacity .3s;
}

.pll-parent-menu-item .lang-item a img {
  max-width: none;
}

.pll-parent-menu-item .lang-item a:hover {
  opacity: .7;
}

.pll-parent-menu-item .lang-item.current-lang {
  display: none;
}

.footer {
  color: #fff;
  background-color: #000;
  padding: 30px 0 0;
}

.footer-column {
  width: 33.33%;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .footer-column {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}

.footer-column-title {
  font-size: 18px;
  margin: 0 0 15px 0;
}

@media screen and (max-width: 767px) {
  .footer-column-title {
    margin: 0 0 10px 0;
  }
}

.footer-column:first-child {
  width: 66.66%;
}

@media screen and (max-width: 767px) {
  .footer-column:first-child {
    order: 1;
  }
}

.footer-column:nth-child(2) {
  padding: 0 45px;
}

@media screen and (max-width: 767px) {
  .footer-column:nth-child(2) {
    padding: 0;
  }
}

.footer .container {
  margin-bottom: 30px;
}

.footer .description {
  padding-top: 12px;
}

.footer-nav {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-position: inside;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .footer-nav {
    max-width: 100%;
  }
}

.footer-nav .menu-item {
  white-space: nowrap;
  border: 0;
}

.footer-nav .menu-item a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  padding: 12px 18px 12px 0;
}

.footer-nav .menu-item a:hover {
  color: #0088ff;
}

.contact-block .contact-holder {
  display: flex;
  padding: 12px 18px 12px 0;
}

.contact-block .contact-holder a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}

.contact-block .contact-holder.multiple-rows {
  padding-left: 70px;
  flex-wrap: wrap;
  position: relative;
}

.contact-block .contact-holder.multiple-rows .title {
  position: absolute;
  left: 0;
  top: 12px;
}

.contact-block .contact-holder.multiple-rows a {
  width: 100%;
}

.contact-block .title {
  display: inline-block;
  margin-right: 10px;
}

.footer-bottom {
  padding: 15px;
  background-color: #0088ff;
}

.copyright {
  margin: 0;
}

.error404 .site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.error404 .site-content {
  flex-grow: 1;
  display: flex;
}

.error404 .site-content:before,
.error404 .site-content:after {
  display: none;
}

.error404 .content-area {
  width: 100%;
}

.error404 .site-main {
  display: flex;
  width: 100%;
  height: 100%;
}

.error404 .footer {
  margin-top: auto;
}

.error-404 {
  width: 100%;
  padding: 15px 0 30px;
}

.error-404 .container-flex {
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.error-404 .single-link {
  display: inline-block;
  color: #0088ff;
  text-decoration: none;
}

.error-404 .single-link:hover {
  opacity: .7;
}

.text-404 {
  font-size: 120px;
  font-weight: 700;
  display: inline-block;
}

.btn {
  display: inline-block;
  padding: 18px 22px;
  border-radius: 3px;
  font-size: 16px;
  letter-spacing: .8px;
  cursor: pointer;
}

.btn-blue {
  color: #fff;
  background-color: #0088ff;
  transition: background-color .3s;
}

.btn-blue:hover {
  background-color: #000;
}

.btn-close {
  position: absolute;
  display: block;
  background: transparent;
  outline: 0;
  border: 0;
  top: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .btn-close {
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
  }
}

.btn-close:after,
.btn-close:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.btn-close:before {
  width: 2px;
  height: 100%;
}

.btn-close:hover {
  opacity: .7;
}

.single-link {
  outline: 0;
  background: transparent;
  border: 0;
}

.product-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 0;
  margin: 0 -15px;
}

.home .product-grid {
  padding: 50px 0 70px;
}

@media screen and (max-width: 600px) {
  .product-grid {
    padding: 15px 0 0;
  }
}

.product-grid-item,
.product-grid .type-post {
  display: flex;
  flex-direction: column;
  width: 33.33%;
  padding: 15px;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {

  .product-grid-item,
  .product-grid .type-post {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {

  .product-grid-item,
  .product-grid .type-post {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
}

.product-grid-item ul,
.product-grid .type-post ul {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}

.product-grid-item .post-thumbnail,
.product-grid .type-post .post-thumbnail {
  width: 100%;
}

.product-grid-item .product-details,
.product-grid .type-post .product-details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  padding: 0;
}

.product-grid-item .entry-header,
.product-grid .type-post .entry-header {
  display: none;
}

.product-grid-item .entry-content,
.product-grid .type-post .entry-content {
  display: none;
}

.product-grid-item .product-description,
.product-grid .type-post .product-description {
  margin-bottom: 30px;
}

.product-grid .post-thumbnail {
  max-height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .product-grid .post-thumbnail {
    max-height: none;
  }
}

.product-grid .post-thumbnail img {
  width: 100%;
  height: auto;
}

.product-grid .product-details {
  width: 100%;
}

.order-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: auto;
}

.single .order-actions {
  max-width: 340px;
}

@media screen and (max-width: 600px) {
  .single .order-actions {
    max-width: 100%;
  }
}

.order-actions .select {
  background-color: #0088ff;
  color: #fff;
  background-image: url(../images/angle-arrow-down-white.svg);
}

.order-actions .btn-order {
  width: 100%;
  margin-bottom: 15px;
}

.order-actions .btn-to-cart {
  margin-left: 15px;
  flex-grow: 1;
}

.header-top {
  background-color: #0088ff;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.header-top .container-flex {
  flex-wrap: nowrap;
}

@media screen and (max-width: 600px) {
  .header-top .container-flex {
    flex-wrap: wrap;
  }
}

.header-top .logo {
  display: flex;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #000;
  padding: 18px 28px;
  font-size: 18px;
  text-decoration: none;
  transition: opacity .3s;
}

@media screen and (max-width: 600px) {
  .header-top .logo {
    width: 100%;
    justify-content: center;
  }
}

.header-top .logo:hover {
  opacity: .7;
}

.header-top .contact-block {
  margin-left: auto;
  flex-shrink: 0;
}

@media screen and (max-width: 600px) {
  .header-top .contact-block {
    width: 50%;
  }
}

.header-top .contact-block .contact-link {
  color: #fff;
  text-decoration: none;
  margin-bottom: 7px;
}

.header-top .contact-block .contact-link i {
  display: inline-block;
  color: #fff;
  margin-right: 6px;
}

.header-top .chats-block {
  flex-shrink: 0;
}

@media screen and (max-width: 600px) {
  .header-top .chats-block {
    width: 50%;
  }
}

.header-top .call-back {
  border: 0;
  outline: 0;
  padding: 0;
  background: transparent;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity .3s;
}

.header-top .call-back span {
  position: relative;
  top: -3px;
}

.header-top .call-back:hover {
  opacity: .7;
}

.contact-listing {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 8px 15px;
  flex-shrink: 0;
  font-size: 18px;
  height: 100%;
}

.contact-listing li {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}

@media screen and (max-width: 600px) {
  .contact-block .contact-listing li {
    justify-content: flex-end;
  }
}

.contact-listing li:last-child {
  margin-bottom: 0;
}

.contact-listing li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  line-height: 1.5;
  transition: opacity .3s;
  white-space: nowrap;
}

.contact-listing li a:hover {
  opacity: .7;
}

.contact-listing li i {
  display: inline-block;
  color: #fff;
  margin-right: 6px;
}

.contact-listing li .icon-viber,
.contact-listing li .icon-telegram {
  font-size: 21px;
}

.ticker {
  display: flex;
  align-items: center;
  margin: 0 15px;
  overflow: hidden;
  flex-grow: 1;
  position: relative;
}

@media screen and (max-width: 992px) {
  .ticker {
    display: none;
  }
}

.ticker-string {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 100%;
  color: #fff;
  animation-name: ticker;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 10s;
  margin: 0;
  white-space: nowrap;
  text-transform: uppercase;
  flex-shrink: 0;
  text-align: center;
  will-change: transform;
}

.ticker-string.delay-part {
  animation-delay: 5s;
}

@keyframes ticker {
  0% {
    transform: translate3d(0, -50%, 0);
  }

  100% {
    transform: translate3d(-200%, -50%, 0);
  }
}

.order-popup-holder {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .7s, visibility .7s;
  pointer-events: none;
  z-index: 999;
}

.order-popup-holder.active {
  opacity: 1;
  visibility: visible;
  transition: opacity .7s, visibility .7s;
  pointer-events: auto;
}

.order-popup {
  width: calc(100% - 30px);
  max-height: calc(100vh - 180px);
  max-width: 460px;
  padding: 30px;
  background-color: #fff;
  margin: 0 auto;
  overflow: auto;
}

.order-info-row {
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.order-info-row .title {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.order-info-row .total-row {
  display: flex;
  justify-content: flex-end;
}

.order-info-row .total {
  display: inline-block;
  text-align: right;
  margin-left: 5px;
  font-weight: 600;
}

.order-info-row .total:after {
  content: 'грн.';
  display: inline-block;
  margin-left: 3px;
}

input[type="submit"].wpcf7-submit {
  display: inline-block;
  width: 100%;
  padding: 18px 22px;
  border-radius: 3px;
  font-size: 16px;
  letter-spacing: .8px;
  color: #fff;
  background-color: #0088ff;
  transition: background-color .3s;
  cursor: pointer;
}

input[type="submit"].wpcf7-submit:hover {
  background-color: #000;
}

input[type="text"].wpcf7-form-control,
input[type="email"].wpcf7-form-control,
input[type="tel"].wpcf7-form-control,
.wpcf7-select,
.wpcf7-textarea {
  padding: 14px 22px;
  width: 100%;
}

.orders-list {
  padding: 10px 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #ccc;
}

.orders-list li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.orders-list li:last-child {
  margin-bottom: 0;
}

.orders-list span {
  display: inline-block;
}

.orders-list span:first-child {
  margin-right: 10px;
}

.orders-list span:first-child:after {
  content: ':';
  display: inline-block;
}

.orders-list span:last-child:after {
  content: 'л';
  display: inline-block;
}

.orders-list .btn-delete {
  padding: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  margin-left: 10px;
  cursor: pointer;
}

.cart {
  position: relative;
}

.cart .cart-count {
  position: absolute;
}

.card-pay {
  padding: 14px 22px;
  border: 1px solid #ccc;
}

.type-post {
  display: flex;
  flex-wrap: wrap;
}

.type-post .entry-header {
  width: 100%;
}

.type-post .entry-title {
  line-height: 1.25;
}

.type-post .post-thumbnail {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  .type-post .post-thumbnail {
    width: 100%;
  }
}

.type-post .product-details {
  width: 60%;
  padding: 0 0 0 30px;
}

@media screen and (max-width: 600px) {
  .type-post .product-details {
    width: 100%;
    padding: 0;
  }
}

.type-post .product-details .product-description {
  margin-bottom: 30px;
}

.type-post .product-details ul {
  padding: 0;
  margin: 0 0 15px 0;
  list-style-position: inside;
}

.type-post .product-details ul li {
  line-height: 2;
}

.type-post .entry-content {
  width: 100%;
}

.testimonials {
  list-style: none;
  padding: 30px 0;
  margin: 0;
}

.testimonial {
  padding: 20px 0;
  border-bottom: 2px solid #0088ff;
}

.testimonial:last-child {
  border-bottom: 0;
}

.testimonial-head {
  font-size: 18px;
  font-weight: 700;
}

.testimonial-head .name {
  font-size: 20px;
}

.breadcrumb {
  margin: 15px 0;
  font-weight: 700;
}

.breadcrumb a {
  color: #0088ff;
  text-decoration: none;
}

.type-post .related-products .post-thumbnail {
  width: 100%;
}

.type-post .related-products .product-details {
  width: 100%;
}

.related-products .product-grid-item .product-description {
  margin-bottom: 0;
}

/* calculator-widget */

.calculator-widget {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 15px 15px;
  margin: 30px 0;
  position: relative;
  overflow: hidden;
}

.calculator-widget::before,
.calculator-widget::after {
  content: "";
  position: absolute;
  width: 9999px;
  height: 2px;
  left: - 31px;
  background-color: #0088ff;
}

.calculator-widget::before {
  top: 0;
}

.calculator-widget::after {
  bottom: 0;
}

.calculator-widget-title {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}

.calculator-widget-under-title {
  margin-bottom: 15px;
  font-size: 18px;
}

.calculator-widget-main {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 300px;
}

.calculator-widget-main .input-row {
  display: flex;
  width: 100%;
  align-items: center;
}

.calculator-widget-main .input-row label {
  display: inline-block;
  width: 70px;
  margin-right: 10px;
}

.calculator-widget-main .input-row input {
  flex-grow: 1;
  color: #000;
  -webkit-text-fill-color: currentcolor;
  opacity: 1;
}

.calculator-widget-main .btn {
  padding: 10px 22px;
}

.calculator-widget-main span {
  transform: translateX(34px);
}

.calculator-widget-main button {
  margin: 10px;
  cursor: pointer;
}

.calc-widget-buttons {
  display: flex;
  width: 100%;
  padding: 10px 0;
}

.telegram-notification {
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: #7cddfc;
  max-width: 260px;
  padding: 10px;
  border-radius: 10px;
  transform: translateX(101%);
  transition: transform 2.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 1;
}

.telegram-notification.messengers {
  padding-top: 40px;
}

.telegram-notification-buttons {
  display: flex;
  justify-content: center;
}

.telegram-notification-buttons a {
  margin: 0 5px;
}

.telegram-notification b {
  color: red;
}

@media screen and (max-width: 600px) {
  .telegram-notification {
    max-width: calc(100% - 30px);
    left: 20px;
  }
}

.telegram-notification.show {
  transform: translateX(0);
}

.telegram-notification img {
  display: block;
  margin: 0 auto;
}

.telegram-notification .btn-close {
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
}

.telegram-notification .btn {
  display: block;
  padding: 12px 18px;
  margin: 0 auto;
  max-width: max-content;
  background-color: #000;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s;
}

.telegram-notification .btn-icon {
  margin: -25px auto 0;
  display: block;
  width: max-content;
}

.telegram-notification .btn:hover {
  background-color: #ffffff;
  color: #000;
}

.discount-button {
  position: absolute;
  display: block;
  padding: 0;
  outline: 0;
  background: none;
  border: 0;
  box-shadow: none;
  width: 60px;
  height: 60px;
  top: -20px;
  right: calc(100% - 40px);
}

.discount-button svg {
  width: 60px;
  height: 60px;
  transform: rotate(0deg);
}

.discount-button.animate {
  animation: slide-in 5s cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-delay: 1s;
}

.product-grid-item .product-description,
.product-grid .type-post .product-description {
  margin-bottom: 5px;
}

.product-grid-item .prices-list {
  margin-bottom: 20px;
}

.toggle-links {
  border: 0;
  padding: 5px;
  background: #0088ff;
  color: #fff;
}

@keyframes slide-in {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}