/**
 * Theme Name:  Kivigroup
 * Theme URI:   https://kivigroup.by/wp-content/themes/kivigroup/
 * Description: kivigroup.by. 
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Version:     1.3
 */.container {
  width: 100%;
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}

@media only screen and (max-width: 1279px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
@media only screen and (max-width: 575px) {
  .container {
    max-width: 100%;
  }
}
@font-face {
  font-family: "Noto Sans Regular";
  src: url("./fonts/NotoSans.eot");
  src: url("./fonts/NotoSans.eot?#iefix") format("embedded-opentype"), url("./fonts/NotoSans.woff") format("woff"), url("./fonts/NotoSans.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SemiBold";
  src: url("./fonts/NotoSans-SemiBold.eot");
  src: url("./fonts/NotoSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("./fonts/NotoSans-SemiBold.woff") format("woff"), url("./fonts/NotoSans-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Medium";
  src: url("./fonts/NotoSans-Medium.eot");
  src: url("./fonts/NotoSans-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/NotoSans-Medium.woff") format("woff"), url("./fonts/NotoSans-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Bold";
  src: url("./fonts/NotoSans-Bold.eot");
  src: url("./fonts/NotoSans-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/NotoSans-Bold.woff") format("woff"), url("./fonts/NotoSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  height: 100%;
}

body {
  font-size: 14px;
  min-width: 320px;
  position: relative;
  line-height: 1.4;
  color: #626267;
  font-family: "Noto Sans Regular", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  background-color: #ffffff;
  margin: 0;
  min-height: 100%;
  height: 100%;
}

.wrap {
  overflow: hidden;
  position: relative;
  min-height: 100%;
}

img {
  max-width: 100%;
}

input:required, textarea:required {
  box-shadow: none;
  outline: none;
}
input:invalid, textarea:invalid {
  box-shadow: none;
}
input:focus, textarea:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: #626267;
}
a:focus, a:hover {
  outline: none;
  text-decoration: none;
}

button:active, button:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

input, select, button {
  outline: none;
}

input,
textarea {
  -webkit-appearance: none;
}

input:disabled {
  opacity: 1;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=text]::-ms-clear,
input[type=tel]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal,
input[type=tel]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.slick-slide {
  outline: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.object-fit {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  object-fit: cover;
}
.object-fit.contain {
  object-fit: contain;
}

.hidden {
  display: none;
}

svg {
  -webkit-user-select: none;
          user-select: none;
}

.section {
  position: relative;
  margin: 50px 0;
}
.section-title {
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  font-family: "Noto Sans Bold", sans-serif;
  line-height: 1.35;
  text-align: left;
  margin-top: -2px;
  color: #9D9E9E;
}
.section-title.with-line {
  /* border-bottom: 1px solid rgba(98, 98, 103, 0.2); */
  /* padding-bottom: 7px; */
}

.is-index .section-title {
  text-align: center;
}

.btn {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  text-align: center;
  box-shadow: none;
  height: 26px;
  line-height: 26px;
  border-radius: 6px;
  background-color: #97C31C;
  padding: 0 8px;
  font-family: "Noto Sans Medium", sans-serif;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border: none;
  transition: background-color 0.2s;
}
.btn:hover {
  background-color: #89AF21;
}

.fancybox-is-open .fancybox-bg {
  background-color: #000;
  opacity: 0.75;
}

.fancybox-slide > * {
  margin: 15px 0;
}

.popup {
  background-color: #fff;
  position: relative;
  border-radius: 0;
  padding: 40px;
  overflow: hidden;
  border: none;
  width: 400px;
  text-align: center;
  border: 2px solid #89AF21;
}
.popup__title {
  font-family: "Noto Sans Bold", sans-serif;
  font-size: 24px;
}
.popup__text {
  margin-top: 10px;
}
.popup .fancybox-close-small {
  opacity: 1;
  cursor: pointer;
}
.popup .fancybox-close-small:after {
  background-color: #97C31C;
  color: #fff;
}
.popup .fancybox-close-small:focus:after {
  outline: none;
}
.popup .fancybox-close-small:hover:after {
  background-color: #89AF21;
}

.slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
}
.slick-dots li {
  display: inline-block;
  margin-right: 12px;
  line-height: 0;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  text-indent: -9999px;
  padding: 0;
  background-color: #9D9E9E;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s, transform 0.2s;
  border: 1px solid transparent;
}
.slick-dots li.slick-active button {
  background-color: #97C31C;
  border-color: #fff;
  transform: scale(1.7);
}

.slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  background-color: rgba(157, 158, 158, 0.6);
  transition: background-color 0.2s;
  background-image: url("./img/arrow-icon.svg");
  background-repeat: no-repeat;
  background-position: center right 13px;
  background-size: 12px;
}
.slick-arrow:hover {
  background-color: rgba(157, 158, 158, 0.8);
}
.slick-arrow.slick-disabled {
  background-color: rgba(157, 158, 158, 0.2);
  cursor: default;
}
.slick-arrow.slick-disabled:hover {
  background-color: rgba(157, 158, 158, 0.2);
}

.count {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.input-text.qty.text {
  height: 24px;
  width: 52px;
  border: 1px solid #9D9E9E;
  font-size: 16px;
  color: #9D9E9E;
  font-family: "Noto Sans Bold", sans-serif;
  text-align: center;
  border-radius: 3px;
  flex-shrink: 0;
  margin: 0 5px;
}
.count__control {
  border: none;
  background-color: transparent;
  cursor: pointer;
  height: 10px;
  width: 10px;
  position: relative;
  padding: 0;
  line-height: 1;
}
.count__control_minus:before, .count__control_plus:before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #9D9E9E;
  top: calc(50% - 1px);
}
.count__control_minus:disabled {
  cursor: default;
}
.count__control_minus:disabled:before {
  background-color: rgba(157, 158, 158, 0.5);
}
.count__control_plus:after {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #9D9E9E;
  top: calc(50% - 1px);
  transform: rotate(90deg);
}

.scroll-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: margin-right 0.4s, background-color 0.2s;
  position: fixed;
  z-index: 19;
  right: 30px;
  bottom: 30px;
  margin-right: -100px;
  padding: 0;
  background-color: rgba(151, 195, 28, 0.5);
  border: none;
  box-shadow: none;
}
.scroll-btn .svg {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.scroll-btn.is-visible {
  margin-right: 0;
}
.scroll-btn:hover {
  background-color: #97C31C;
}
.scroll-btn.down {
  transform: rotate(180deg);
}
.scroll-btn.up {
  bottom: 100px;
}

.breadcrumbs {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  line-height: 1.25;
  margin-top: 25px;
  margin-bottom: 20px;
}
.breadcrumbs__item {
  margin-right: 5px;
  color: #9D9E9E;
  -webkit-user-select: none;
          user-select: none;
}
.breadcrumbs__item:last-child {
  margin-right: 0;
}
.breadcrumbs__text {
  font-size: 12px;
}
.breadcrumbs__link {
  white-space: nowrap;
  font-size: 12px;
  text-decoration: underline;
  position: relative;
  padding-right: 10px;
  color: inherit;
  transition: color 0.2s;
}
.breadcrumbs__link:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  right: 0;
  top: 5px;
  background-image: url("./img/arrow-breadcrumb.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.breadcrumbs__link:hover {
  text-decoration: underline;
  color: #89AF21;
}
.breadcrumbs__link:hover:before {
  background-image: url("./img/arrow-breadcrumb-hover.svg");
}

@media only screen and (min-width: 1024px) {
  .up.is-visible.open-popup {
    right: 47px;
  }
}
@media only screen and (max-width: 991px) {
  .noscroll {
    overflow: hidden !important;
  }

  .scroll-btn {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 10px;
  }
  .scroll-btn .svg {
    width: 18px;
    height: 18px;
  }
  .scroll-btn.up {
    bottom: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .section__title {
    font-size: 20px;
  }

  .slick-dots {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .popup {
    max-width: 90%;
    width: 100%;
    padding: 30px;
  }
}
.top {
  border-bottom: 1px solid rgba(98, 103, 103, 0.2);
  padding: 14px 0;
  text-align: right;
}
.top__phones {
  margin-left: -37px;
}
.top__phones a {
  color: #626267;
  font-size: 14px;
  position: relative;
  padding-left: 22px;
  line-height: 1;
  white-space: nowrap;
  margin-left: 39px;
  transition: color 0.2s;
}
.top__phones a:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("./img/a1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  top: -2px;
  left: 0;
}
.top__phones a:hover {
  color: #9D9E9E;
}

.logo {
  display: inline-block;
}
.logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.navbar {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 45px 0;
}
.navbar__logo {
  flex-shrink: 0;
  margin-right: 30px;
  position: relative;
  top: 2px;
  left: -2px;
  width: 117px;
}

.search {
  margin-left: auto;
  height: 36px;
  width: 100%;
  max-width: 925px;
  position: relative;
}
.search *::-webkit-input-placeholder {
  opacity: 1;
  font-size: 12px;
  color: rgba(158, 159, 159, 0.7);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.search *:-moz-placeholder {
  opacity: 1;
  font-size: 12px;
  color: rgba(158, 159, 159, 0.7);
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.search *::-moz-placeholder {
  opacity: 1;
  font-size: 12px;
  color: rgba(158, 159, 159, 0.7);
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.search *:-ms-input-placeholder {
  opacity: 1;
  font-size: 12px;
  color: rgba(158, 159, 159, 0.7);
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}
.search input[type=search],
.search input[type=text] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 36px;
  background-color: #fff;
  padding: 0 40px 0 15px;
  font-size: 12px;
  border-radius: 10em;
  background-color: #fff;
  border: 1px solid rgba(157, 158, 158, 0.3);
  box-shadow: 2px 5px 7px rgba(0, 0, 0, 0.1);
  transition: border-color 0.2s;
}
.search input[type=search]:focus,
.search input[type=text]:focus {
  border-color: #89AF21;
}
.search input[type=search]:focus::-webkit-input-placeholder,
.search input[type=text]:focus::-webkit-input-placeholder {
  color: transparent;
}
.search input[type=search]:focus:-moz-placeholder,
.search input[type=text]:focus:-moz-placeholder {
  color: transparent;
}
.search input[type=search]:focus::-moz-placeholder,
.search input[type=text]:focus::-moz-placeholder {
  color: transparent;
}
.search input[type=search]:focus:-ms-input-placeholder,
.search input[type=text]:focus:-ms-input-placeholder {
  color: transparent;
}
.search input:-webkit-autofill,
.search input:-webkit-autofill:hover,
.search input:-webkit-autofill:focus,
.search input:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 0 0 100px #fff, 2px 5px 7px rgba(0, 0, 0, 0.1);
  -webkit-text-fill-color: #626267;
}
.search input[type=submit],
.search button[type=submit] {
  width: 15px;
  height: 15px;
  background-image: url("./img/search-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  background-color: transparent;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
}

.authorize {
  display: inline-block;
  margin-left: 20px;
  flex-shrink: 0;
  line-height: 1;
  position: relative;
}
.authorize .svg {
  width: 28px;
  height: 28px;
}
.authorize .svg path {
  transition: fill 0.2s;
}
.authorize:hover .svg path {
  fill: #89AF21;
}

.shopping-cart {
  position: relative;
  margin-left: 20px;
  flex-shrink: 0;
  line-height: 1;
  display: inline-block;
}
.shopping-cart .svg {
  width: 28px;
  height: 28px;
}
.shopping-cart .svg path {
  transition: fill 0.2s;
}
.shopping-cart__count {
  position: absolute;
  padding: 0 3px;
  height: 15px;
  min-width: 15px;
  background-color: #f40000;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-family: "Noto Sans Medium", sans-serif;
  text-align: center;
  line-height: 14px;
  top: -1px;
  left: calc(100% - 11px);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.shopping-cart__count.is-visible {
  opacity: 1;
  visibility: visible;
}
.shopping-cart__count_animation {
  animation: moveCart 0.5s infinite linear;
}
.shopping-cart:hover .svg path {
  fill: #89AF21;
}

@keyframes moveCart {
  0% {
    transform: translateY(-4px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.menu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-left: -58px;
  margin-right: -58px;
}
.menu-block {
  margin-top: 33px;
}
.menu > li {
  line-height: 1;
  position: relative;
  margin: 0 58px;
}
.menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.menu > li.home-icon a:after {
  background-image: url("./img/menu-icons/home-icon.svg");
}
.menu > li.product-icon a:after {
  background-image: url("./img/menu-icons/product-icon.svg");
}
.menu > li.production-icon a:after {
  background-image: url("./img/menu-icons/production-icon.svg");
}
.menu > li.discount-icon a:after {
  background-image: url("./img/menu-icons/discount-icon.svg");
}
.menu > li.delivery-icon a:after {
  background-image: url("./img/menu-icons/delivery-icon.svg");
}
.menu > li.contact-icon a:after {
  background-image: url("./img/menu-icons/contact-icon.svg");
}
.menu > li > ul {
  background: rgba(157, 158, 158, 0.7);
  border-radius: 0px 0px 7px 7px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
  position: absolute;
  z-index: 2;
  padding: 10px;
  width: 170px;
  left: 50%;
  margin-left: -45px;
  margin-top: 10px;
}
.menu > li > ul:before {
  position: absolute;
  top: -8px;
  left: 35px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 8px 11px;
  border-color: transparent transparent rgba(157, 158, 158, 0.7) transparent;
}
.menu > li > ul > li {
  line-height: 1.2;
}
.menu > li > ul > li + li {
  margin-top: 12px;
}
.menu > li > ul > li.active a {
  color: #6C7171;
}
.menu > li > ul > li > a {
  color: #fff;
  font-size: 12px;
  font-family: "Noto Sans Medium", sans-serif;
  transition: color 0.2s;
}
.menu > li > ul > li > a:hover {
  color: #6C7171;
}
.menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.menu > li > a {
  font-size: 12px;
  font-family: "Noto Sans Medium", sans-serif;
  color: #9D9E9E;
  transition: color 0.2s;
  padding-top: 37px;
  position: relative;
}
.menu > li > a:before {
  position: absolute;
  content: "";
  width: 72px;
  height: 72px;
  background-image: url("./img/menu-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  top: -18px;
  z-index: -2;
}
.menu > li > a:after {
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #C4D54F;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: auto 21px;
  background-position: center;
  transition: background-color 0.2s;
}
.menu > li.active > a {
  color: #89AF21;
}
.menu > li.active > a:after {
  background-color: #89AF21;
}

@media only screen and (min-width: 992px) {
  .menu > li > a:hover {
    color: #89AF21;
  }
  .menu > li > a:hover:after {
    background-color: #89AF21;
  }
}
.hamburger {
  cursor: pointer;
  z-index: 10;
  padding: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  border-radius: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  -webkit-user-select: none;
          user-select: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 30px;
  border: none;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger .hamburger-box {
  width: 24px;
  height: 16px;
  background-color: transparent;
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner::after,
.hamburger .hamburger-inner::before {
  height: 3px;
  width: 24px;
  border-radius: 0;
  background-color: #626267;
}
.hamburger .hamburger-inner::before {
  top: 8px;
}
.hamburger .hamburger-inner::after {
  top: 16px;
}
.hamburger.is-active .hamburger-inner {
  top: 0;
}
.hamburger.is-active .hamburger-inner::after {
  top: 20px;
  width: 24px;
}

@media only screen and (max-width: 1279px) {
  .menu {
    margin-left: 0;
    margin-right: 0;
    justify-content: space-between;
  }
  .menu > li {
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  .navbar {
    padding: 15px 0;
    border-bottom: 1px solid rgba(98, 103, 103, 0.2);
  }

  .top__phones {
    margin-left: 0;
    justify-content: space-between;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }
  .top__phones a {
    margin-left: 0;
  }

  .hamburger {
    position: relative;
    top: 0;
    margin-left: 20px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 767px) {
  .authorize {
    margin-left: auto;
  }

  .search {
    display: none;
  }

  .top {
    display: none;
  }
}
.mobile-menu__bot {
  display: none;
}

.menu__toggle {
  display: none;
  position: absolute;
  top: 17px;
  right: 10px;
  width: 20px;
  height: 20px;
  z-index: 2;
  cursor: pointer;
}
.menu__toggle:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 5px;
  right: 5px;
  height: 2px;
  background-color: #626267;
  margin-top: -1px;
}
.menu__toggle:after {
  position: absolute;
  content: "";
  top: 5px;
  bottom: 5px;
  width: 2px;
  left: 50%;
  margin-left: -1px;
  background-color: #626267;
  transition: opacity 0.2s;
}
.menu__toggle.active:after {
  opacity: 0;
}

@media only screen and (max-width: 991px) {
  .mobile-menu__bot {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    margin-left: 0;
    width: 250px;
    padding-bottom: 20px;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    color: #626267;
  }
  .mobile-menu__bot .top__phones {
    display: none;
  }
  .mobile-menu__bot .search {
    display: none;
  }

  .menu {
    display: block;
  }
  .menu__toggle {
    display: inline-block;
  }
  .menu-block {
    position: fixed;
    margin: 0;
    top: 0;
    left: 0;
    width: 250px;
    height: 100vh;
    padding-top: 10px;
    padding-bottom: 30px;
    background-color: #fff;
    margin-left: -300px;
    transition: margin-left 0.5s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
    z-index: 12;
  }
  .menu-block.visible {
    margin-left: 0;
  }
  .menu > li > a {
    font-size: 14px;
    display: block;
    padding: 20px 40px 20px 65px;
    color: #626267;
  }
  .menu > li > a:before {
    display: none;
  }
  .menu > li > a:after {
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu > li > ul {
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    position: relative;
    width: 100%;
    left: auto;
    transform: none;
    padding: 0;
    margin: 0;
    padding: 15px 15px 20px 65px;
    background-color: #97C31C;
    display: none;
  }
  .menu > li > ul:before {
    display: none;
  }

  .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.3s linear;
    visibility: hidden;
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    z-index: 11;
  }
  .overlay.is-visible {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu__bot .top__phones {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .mobile-menu__bot .top__phones a + a {
    margin-top: 15px;
  }
  .mobile-menu__bot .search {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}
.footer {
  background-color: #606464;
  color: #fff;
  padding: 25px 0 70px;
}
.footer.is-abs {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.footer a {
  color: #fff;
}
.footer-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer__info {
  line-height: 1.5;
  width: 100%;
  max-width: 300px;
  margin-right: 20px;
}
.footer__info p {
  margin: 0;
  margin-top: 10px;
}
.footer__info strong,
.footer__info b {
  font-weight: normal;
  font-family: "Noto Sans Bold", sans-serif;
}
.footer__info a {
  text-decoration: none;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: -webkit-text-decoration-color 0.2s;
  transition: text-decoration-color 0.2s;
  transition: text-decoration-color 0.2s, -webkit-text-decoration-color 0.2s;
}
.footer__info a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
.footer__menu > li {
  display: inline-block;
  margin-right: 45px;
  line-height: 1.2;
}
.footer__menu > li:last-child {
  margin-right: 0;
}
.footer__menu > li.active a {
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
.footer__menu > li > a {
  font-size: 14px;
  color: #fff;
  font-family: "Noto Sans Medium", sans-serif;
  text-decoration: none;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: -webkit-text-decoration-color 0.2s;
  transition: text-decoration-color 0.2s;
  transition: text-decoration-color 0.2s, -webkit-text-decoration-color 0.2s;
}
.footer__menu > li > a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
.hero-block .footer__form{
  display:none;
  width: 250px;
}
.hero-block .footer__form .btn{font-size: 23px;height: 40px !important;}
.hero-block .form input::placeholder {
  font-size: 26px;
}
.footer__form {
  text-align: center;
  display: inline-block;
  width: 152px;
  flex-shrink: 0;
  position: relative;
  top: 5px;
  margin-left: 45px;
}
.footer__form .form {
  text-align: left;
  margin-top: 5px;
}
.footer__form .form__title {
  font-size: 14px;
  margin-top: 3px;
  font-family: "Noto Sans Medium", sans-serif;
}
.footer__form .form *::-webkit-input-placeholder {
  opacity: 1;
  font-size: 14px;
  color: #000;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-family: "Noto Sans Regular", sans-serif;
}
.footer__form .form *:-moz-placeholder {
  opacity: 1;
  font-size: 14px;
  color: #000;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  font-family: "Noto Sans Regular", sans-serif;
}
.footer__form .form *::-moz-placeholder {
  opacity: 1;
  font-size: 14px;
  color: #000;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  font-family: "Noto Sans Regular", sans-serif;
}
.footer__form .form *:-ms-input-placeholder {
  opacity: 1;
  font-size: 14px;
  color: #000;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
  font-family: "Noto Sans Regular", sans-serif;
}
.footer__form .form input[type=text],
.footer__form .form input[type=tel] {
  width: 100%;
  border-radius: 7px;
  border: 1px solid transparent;
  background-color: #fff;
  font-size: 14px;
  background-color: #fff;
  box-shadow: none;
  transition: border-color 0.2s;
  color: #000;
  padding: 0 10px;
  height: 26px;
  margin-bottom: 10px;
}
.footer__form .form input[type=text]:focus,
.footer__form .form input[type=tel]:focus {
  border-color: #89AF21;
}
.footer__form .form input[type=text]:focus::-webkit-input-placeholder,
.footer__form .form input[type=tel]:focus::-webkit-input-placeholder {
  color: transparent;
}
.footer__form .form input[type=text]:focus:-moz-placeholder,
.footer__form .form input[type=tel]:focus:-moz-placeholder {
  color: transparent;
}
.footer__form .form input[type=text]:focus::-moz-placeholder,
.footer__form .form input[type=tel]:focus::-moz-placeholder {
  color: transparent;
}
.footer__form .form input[type=text]:focus:-ms-input-placeholder,
.footer__form .form input[type=tel]:focus:-ms-input-placeholder {
  color: transparent;
}
.footer__form .form input:-webkit-autofill,
.footer__form .form input:-webkit-autofill:hover,
.footer__form .form input:-webkit-autofill:focus,
.footer__form .form input:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 0 0 100px #fff;
  -webkit-text-fill-color: #000;
}
.footer__form .form input[type=submit],
.footer__form .form button[type=submit] {
  width: 100%;
  height: 30px;
  line-height: 30px;
}

@media only screen and (max-width: 1279px) {
  .footer {
    padding: 40px 0;
  }
  .footer__info {
    margin-right: 30px;
    width: auto;
  }
  .footer__menu > li {
    display: block;
    margin: 0;
  }
  .footer__menu > li + li {
    margin-top: 11px;
  }
  .footer__form {
    top: auto;
    margin-left: 30px;
  }
  .hero-block .footer__form{
    order: 1;
    margin: 30px auto; 
    display: block;  
  }  
}
@media only screen and (max-width: 767px) {
  .footer-block {
    flex-wrap: wrap;
  }
  .footer__info {
    width: calc(100% - 190px);
    margin: 0;
  }
  .footer__form {
    width: 160px;
    margin: 0;
  }
  .hero-block .footer__form{
    order: 1;
    margin: 30px auto; 
    display: block;  
  }  
  .footer__menu {
    order: 1;
    width: 100%;
    columns: 2;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .footer__info {
    width: 100%;
    order: 1;
    margin-top: 40px;
  }
  .footer__menu {
    width: calc(100% - 190px);
    order: -1;
    columns: 1;
    margin-top: 0;
  }
}
@media only screen and (max-width: 359px) {
  .footer-block {
    flex-direction: column;
    align-items: center;
  }
  .footer__form {
    margin-top: 30px;
    order: 2;
  }
  .hero-block .footer__form{
    order: 1;
    margin: 30px auto;
    display: block;
  }
  .footer__menu {
    width: auto;
    text-align: center;
    order: 1;
    margin-top: 30px;
  }
  .footer__info {
    margin-top: 0;
  }
}
.hero {
  margin-top: 55px;
}
.hero-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.hero__images {
  width: 57.75%;
  height: 0;
  padding-bottom: 32.25%;
  position: relative;
  background-color: #9D9E9E;
  flex-shrink: 0;
}
.hero__images .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  background-color: rgba(151, 195, 28, 0.5);
}
.hero__images .slick-arrow:hover {
  background-color: #97C31C;
}
.hero__images .slick-arrow.slick-disabled {
  background-color: rgba(151, 195, 28, 0.2);
}
.hero__images .slick-arrow.slick-next {
  right: 7px;
}
.hero__images .slick-arrow.slick-prev {
  left: 7px;
  transform: rotate(180deg) translateY(50%);
}
.hero__images .slick-list,
.hero__images .slick-track {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero__images .slick-dots {
  bottom: 10px;
}
.hero__images .slick-dots li button {
  background-color: #fff;
}
.hero__images .slick-dots li.slick-active button {
  background-color: #97C31C;
}
.hero__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero__video {
  margin-left: 20px;
  background-color: #9D9E9E;
  width: 100%;
  position: relative;
}
.hero__video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 991px) {
  .hero {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-block {
    flex-direction: column;
  }
  .hero__images {
    width: 100%;
    padding-bottom: 62.5%;
  }
  .hero__images .slick-dots {
    bottom: 5px;
  }
  .hero__video {
    margin-left: 0;
    height: 0;
    padding-bottom: 62.5%;
    margin-top: 20px;
    order: 2;
  }
}
.popular-goods-block {
  position: relative;
  margin-top: 5px;
}
.popular-goods__slider {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 20px;
}
.popular-goods__slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  margin-top: -20px;
}
.popular-goods__slider .slick-arrow.slick-next {
  right: 15px;
}
.popular-goods__slider .slick-arrow.slick-prev {
  left: 15px;
  transform: rotate(180deg) translateY(50%);
}
.popular-goods__slide {
  padding-top: 10px;
  padding-bottom: 20px;
}
.popular-goods__item {
  margin: 0 10px;
  text-align: center;
  width: 295px;
  background-color: #fff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
  display: inline-block;
  padding: 15px 15px 20px;
  position: relative;
}
.popular-price{
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: -20px 0px 10px 0px;
}
.popular-goods__title {
  font-size: 16px;
  display: block;
  font-family: "Noto Sans Bold", sans-serif;
  color: #9D9E9E;
  font-weight: normal;
  margin: 0;
  line-height: 1.4;
  text-decoration: none;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: -webkit-text-decoration-color 0.2s;
  transition: text-decoration-color 0.2s;
  transition: text-decoration-color 0.2s, -webkit-text-decoration-color 0.2s;
}
.popular-goods__title:hover {
  -webkit-text-decoration-color: #9D9E9E;
          text-decoration-color: #9D9E9E;
  text-decoration: underline;
}
.popular-goods__photo {
  width: 100%;
  height: 145px;
  text-align: center;
  margin: 20px 0;
  display: block;
}
.popular-goods__photo img {
  top: 50%;
  transform: translateY(-50%);
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.popular-goods__order {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
.popular-goods__order .btn {
  margin-left: 13px;
}

@media only screen and (max-width: 1279px) {
  .popular-goods__item {
    width: 290px;
  }
}
@media only screen and (max-width: 991px) {
  .popular-goods__item {
    width: 330px;
  }
}
@media only screen and (max-width: 767px) {
  .popular-goods__item {
    width: 240px;
  }
}
@media only screen and (max-width: 575px) {
  .popular-goods__slider {
    margin-left: -20px;
    margin-right: -20px;
  }
  .popular-goods__slider .slick-arrow.slick-next {
    right: 5px;
  }
  .popular-goods__slider .slick-arrow.slick-prev {
    left: 5px;
  }
  .popular-goods__item {
    width: calc(100% - 50px);
    margin-left: 25px;
    margin-right: 25px;
  }
  .popular-goods__title {
    font-size: 14px;
  }
  .popular-goods__photo {
    height: 120px;
  }
  .popular-goods__order {
    flex-direction: column;
    margin-top: 0;
  }
  .popular-goods__order .btn {
    margin-left: 0;
    margin-top: 10px;
  }
}
.products-block {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
  margin-top: 12px;
  padding-top: 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background-image: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0.2) 29.77%), linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.2) 15.7%), linear-gradient(270deg, rgba(98, 103, 103, 0.2) 53.63%, #FFFFFF 100%);
}

.product {
  display: inline-block;
  width: 190px;
  margin: 0 10px 20px;
  position: relative;
  height: 170px;
  border: 2px solid transparent;
  transition: border-color 0.2s;
  background-color: #fff;
  z-index: 1;
}
.product:hover {
  border-color: #89AF21;
}
.product:hover .product__title {
  background-color: #89AF21;
  min-height: 70px;
}
.product__title {
  min-height: 50px;
  position: absolute;
  font-size: 16px;
  font-family: "Noto Sans Bold", sans-serif;
  color: #515656;
  background: rgba(151, 195, 28, 0.8);
  border-radius: 0px 0px 8px 8px;
  width: calc(100% + 4px);
  text-align: center;
  top: -2px;
  left: -2px;
  right: -2px;
  padding: 5px 15px;
  line-height: 1.2;
  transition: min-height 0.2s;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.product__photo {
  width: 100%;
  display: block;
  text-align: center;
  height: 100%;
  padding: 55px 5px 5px;
}
.product__photo img {
  top: 50%;
  transform: translateY(-50%);
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .product:hover .product__title {
    height: 70px;
  }
  .product__title {
    height: 50px;
  }
}
@media only screen and (max-width: 1279px) {
  .product {
    width: 215px;
    height: 195px;
  }
}
@media only screen and (max-width: 991px) {
  .product {
    width: 213px;
  }
}
@media only screen and (max-width: 767px) {
  .product {
    width: 240px;
    height: 215px;
  }
}
@media only screen and (max-width: 575px) {
  .product {
    width: calc(50% - 20px);
  }
  .product__title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 374px) {
  .products-block {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }

  .product {
    width: 100%;
    margin: 0 0 20px;
    height: 250px;
  }
  .product:last-child {
    margin-bottom: 0;
  }
}
.brands {
  margin-top: 70px;
  margin-bottom: 140px;
}
.brands__slider {
  margin-top: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0.1) 29.77%), linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.1) 15.7%), linear-gradient(270deg, rgba(98, 103, 103, 0.1) 53.63%, #FFFFFF 100%);
  padding-left: 100px;
  padding-right: 100px;
}
.brands__slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
.brands__slider .slick-arrow.slick-next {
  right: 5px;
}
.brands__slider .slick-arrow.slick-prev {
  left: 5px;
  transform: rotate(180deg) translateY(50%);
}
.brands__slide {
  padding: 15px 0;
  text-align: center;
}

.brand {
  display: inline-block;
  width: 150px !important;
  height: 150px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 30px;
  box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  text-align: center;
  padding: 15px;
  opacity: 0.2;
  transition: opacity 0.2s;
}
.brand:hover {
  opacity: 1;
}
.brand img {
  display: inline-block !important;
  position: relative;
  max-height: 100%;
  max-width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1279px) {
  .brands {
    margin-bottom: 100px;
  }
  .brands__slider {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .brands__slider {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .brand {
    margin: 0;
    opacity: 1;
  }

  .brands__slider {
    padding-left: 0;
    padding-right: 0;
  }
}
.categories-block {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
  margin-top: 35px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.categories__btn {
  margin-top: 50px;
  left: 50%;
  transform: translateX(-50%);
  height: 32px;
  line-height: 32px;
  padding: 0 45px;
}
.categories__btn.press {
  background-color: rgba(151, 195, 28, 0.3);
}

.category {
  display: inline-block;
  width: 295px;
  margin: 0 10px 20px;
  position: relative;
  height: 295px;
  border: 2px solid transparent;
  transition: border-color 0.2s;
  background-color: #fff;
  box-shadow: 4px 4px 18px rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.category:hover {
  border-color: #89AF21;
}
.category:hover .category__title {
  background-color: #89AF21;
  min-height: 86px;
}
.category.is-hidden {
  display: none;
}
.category__title {
  min-height: 70px;
  position: absolute;
  color: #fff;
  font-size: 16px;
  font-family: "Noto Sans Bold", sans-serif;
  background: #97C31C;
  border-radius: 0px 0px 8px 8px;
  width: calc(100% + 4px);
  text-align: center;
  top: -2px;
  left: -2px;
  right: -2px;
  padding: 5px 15px;
  line-height: 1.2;
  transition: min-height 0.2s;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.category__subtitle {
  font-family: "Noto Sans Semibold", sans-serif;
  font-size: 16px;
  color: #9D9E9E;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 10px;
  right: 0;
  line-height: 1.3;
  z-index: 2;
}
.category__photo {
  width: 100%;
  display: block;
  text-align: center;
  height: 100%;
  padding: 75px 5px 5px;
}
.category__photo img {
  top: 50%;
  transform: translateY(-50%);
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
}
.category.on-sale-soon .category__photo {
  padding-bottom: 15px;
}
.category.on-sale-soon .category__photo img {
  opacity: 0.2;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .category:hover .category__title {
    height: 86px;
  }
  .category__title {
    height: 70px;
  }
}
@media only screen and (max-width: 1279px) {
  .category {
    width: 215px;
    height: 215px;
  }
}
@media only screen and (max-width: 991px) {
  .category {
    width: 213px;
    height: 213px;
  }
}
@media only screen and (max-width: 767px) {
  .category {
    width: 240px;
    height: 240px;
  }
}
@media only screen and (max-width: 575px) {
  .categories__btn {
    margin-top: 30px;
  }

  .category {
    width: calc(50% - 20px);
    height: 200px;
  }
  .category__title {
    font-size: 14px;
  }
  .category__subtitle {
    font-size: 13px;
  }
}
@media only screen and (max-width: 374px) {
  .categories-block {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }

  .category {
    width: 100%;
    margin: 0 0 20px;
    height: 250px;
  }
  .category:last-child {
    margin-bottom: 0;
  }
}
.price__subtitle {
  font-size: 12px;
  color: #9D9E9E;
  line-height: 1.2;
  display: block;
  margin-top: 3px;
}
.price-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: start;
}
.price_old {
  font-size: 18px;
  font-family: "Noto Sans Bold", sans-serif;
  line-height: 1;
  white-space: nowrap;
  color: #9D9E9E;
  margin-right: 7px;
  position: relative;
}
.price_old:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  height: 2px;
  left: -3px;
  right: -3px;
  background-color: #ff0000;
}
.price_new {
  font-size: 18px;
  font-family: "Noto Sans Bold", sans-serif;
  line-height: 1;
  white-space: nowrap;
  color: #97C31C;
}
.price_no {
  font-size: 18px;
  font-family: "Noto Sans Bold", sans-serif;
  line-height: 1;
  color: #9D9E9E;
}

.category-products {
  margin-top: 30px;
  margin-bottom: 140px;
}
.category-products__sort {
  color: #9D9E9E;
  font-size: 12px;
  line-height: 1;
  font-family: "Noto Sans Medium", sans-serif;
  width: 100%;
  border-bottom: 1px solid rgba(98, 98, 103, 0.4);
  padding-bottom: 7px;
}
.category-products__sort span {
  font-family: "Noto Sans Regular", sans-serif;
  white-space: nowrap;
  display: inline-block;
  margin-left: 13px;
}
.category-products__sort a {
  white-space: nowrap;
  color: #9D9E9E;
  border-bottom: 1px solid #9D9E9E;
  display: inline-block;
  transition: border-color 0.2s;
  margin-left: 13px;
}
.category-products__sort a:hover {
  border-color: transparent;
}
.category-product {
  border-bottom: 1px solid rgba(98, 98, 103, 0.2);
  padding: 20px 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 208px;
}
.category-product.is-no, .popular-goods__slide.is-no,.analog-product.is-no {
  opacity: 0.5;
  pointer-events: none;
}
.category-product__photo {
  width: 295px;
  margin-right: 20px;
  flex-shrink: 0;
  padding: 5px 15px;
  text-align: center;
  display: inline-block;
}
.category-product__photo img {
  display: inline-block;
  position: relative;
  max-height: 100%;
  max-width: 100%;
}
.category-product__info {
  color: #9D9E9E;
  font-family: "Noto Sans Medium", sans-serif;
  padding-right: 70px;
  width: 100%;
}
.category-product__info p {
  margin: 0;
}
.category-product__info ul {
  margin-top: 13px;
}
.category-product__info ul li {
  line-height: 1.35;
  margin-bottom: 4px;
}
.category-product__info ul li:last-child {
  margin-bottom: 0;
}
.category-product__title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: normal;
  margin: 0;
  color: inherit;
  transition: color 0.2s;
}
.category-product__title:hover {
  color: #626267;
}
.category-product__foot {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 400px;
  position: relative;
  top: 7px;
  flex-shrink: 0;
}
.category-product__foot form.cart{
  width:400px;
}
.category-product .btn {
  flex-shrink: 0;
}
.category-product .price {
  flex-shrink: 0;
  margin-right: auto;
  margin-left: 23px;
}

.pagination {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -5px;
  margin-top: 40px;
  margin-left: -4px;
  margin-right: -4px;
}
.pagination__item {
  line-height: 1;
  margin: 0 4px 5px;
  -webkit-user-select: none;
          user-select: none;
}
.pagination__item a, .pagination__item span  {
  color: #97C31C;
  font-size: 14px;
  font-family: "Noto Sans Regular", sans-serif;
  border: 1px solid #97C31C;
  display: inline-block;
  width: 26px;
  height: 24px;
  border-radius: 5px;
  text-align: center;
  line-height: 22px;
  background-color: #fff;
  transition: background-color 0.2s;
}
.pagination__item:first-child, .pagination__item:last-child {
  margin-left: 4px;
  margin-right: 4px;
}
.pagination__item:first-child a, .pagination__item:last-child a {
  width: auto;
  padding: 0 10px;
}
.pagination__item.no-active {
  opacity: 0.5;
  pointer-events: none;
}
.pagination__item span.current {
  border-width: 2px;
  font-family: "Noto Sans Bold", sans-serif;
  line-height: 20px;
  pointer-events: none;
}

@media only screen and (max-width: 1279px) {
  .category-products {
    margin-bottom: 100px;
  }

  .category-product__info {
    padding-right: 40px;
  }
  .category-product__foot {
    flex-direction: column;
    width: auto;
    align-items: flex-end;
    text-align: right;
    top: auto;
  }
  .category-product .price {
    margin: 20px 0;
  }
  .category-product .price-block {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 991px) {
  .category-product__photo {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .category-product__title {
    font-size: 16px;
  }
  .category-product__info {
    font-size: 12px;
  }
  .category-product .price__subtitle {
    font-size: 10px;
  }
  .category-product .price_old, .category-product .price_new, .category-product .price_no {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .category-product {
    flex-direction: column;
  }
  .category-product__photo {
    width: 100%;
    margin-right: 0;
    padding: 0 0 10px;
  }
  .category-product__info {
    padding-right: 0;
  }
  .category-product__foot {
    width: 100%;
    flex-direction: row;
    align-items: center;
    margin-top: 15px;
  }
  .category-product .count {
    margin: 0;
  }
  .category-product .price {
    margin: 0 10px;
  }
  .category-product .price__subtitle {
    text-align: center;
  }
  .category-product .price-block {
    justify-content: center;
  }

  .pagination__item.left a, .pagination__item.right a {
    width: 26px;
    text-indent: -9999px;
    padding: 0;
    background-image: url("./img/arrow-breadcrumb-hover.svg");
    background-repeat: no-repeat;
    background-position: top 3px center;
    background-size: 10px;
  }
  .pagination__item.left {
    transform: rotate(180deg);
  }
}
@media only screen and (max-width: 479px) {
  .category-product .price_old {
    margin-right: 0;
  }
  .category-product .price_no {
    text-align: center;
  }
  .category-product .price-block {
    align-items: center;
    flex-direction: column;
  }
}
@media only screen and (max-width: 374px) {
  .category-product .price {
    flex-shrink: 1;
  }
  .category-product .price_no {
    font-size: 14px;
  }
}
.card {
  margin-top: 35px;
  margin-bottom: 72px;
}
.card__title {
  font-weight: normal;
  margin: 0;
  font-size: 30px;
  color: #9D9E9E;
  max-width: 610px;
  font-family: "Noto Sans Semibold", sans-serif;
  line-height: 1.35;
}
.card-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  margin-top: 75px;
}
.card__photos {
  width: 610px;
  margin-right: 125px;
  flex-shrink: 0;
}
.card__photo {
  display: block;
  width: 100%;
  height: 375px;
  padding: 30px;
  text-align: center;
  cursor: pointer;
}
.card__photo img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
}
.card__thumbs {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 50px;
  align-items: center;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
.card__thumbs a {
  display: block;
  width: 85px;
  height: 85px;
  margin: 0 15px;
  line-height: 0;
  border: 1px solid #9D9E9E;
  transition: border-color 0.2s;
  text-align: center;
  padding: 5px;
}
.card__thumbs a img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
}
.card__thumbs a:hover, .card__thumbs a.active {
  border-color: #97C31C;
}
.card__info {
  width: 400px;
}
.card__head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
.card__foot {
  margin-left: auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 190px;
}
.card .count {
  margin-right: 20px;
  top: 1px;
  position: relative;
}
.card__chars {
  color: #9D9E9E;
  font-family: "Noto Sans Medium", sans-serif;
  font-size: 16px;
}
.card__chars ul {
  margin-top: 30px;
}
.card__chars ul li {
  line-height: 1.4;
  margin-bottom: 3px;
}
.card__chars ul li:last-child {
  margin-bottom: 0;
}
.card .price_old, .card .price_new {
  font-size: 30px;
  font-family: "Noto Sans Bold", sans-serif;
}
.card .price_old {
  position: absolute;
  top: -30px;
  left: 0;
}
.card .price-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  position: relative;
}

@media only screen and (max-width: 1279px) {
  .card-block {
    justify-content: space-between;
    margin-top: 40px;
  }
  .card__info {
    width: calc(50% - 60px);
  }
  .card__photo {
    height: 275px;
  }
  .card__photos {
    margin-right: 60px;
    width: 50%;
  }
  .card__thumbs {
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .card__thumbs a {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 991px) {
  .card {
    margin-bottom: 50px;
  }
  .card__foot {
    flex-direction: column;
    width: auto;
  }
  .card .count {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .card__photos {
    margin-right: 30px;
  }
  .card__photo {
    height: 205px;
  }
  .card__info {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .card-block {
    flex-direction: column;
  }
  .card__foot {
    flex-direction: row;
  }
  .card .count {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .card__photos {
    margin-right: 0;
    width: 100%;
  }
  .card__photo {
    height: 300px;
  }
  .card__info {
    width: 100%;
    margin-top: 30px;
  }
  .card .price_old {
    top: auto;
    left: auto;
    position: relative;
  }
}
@media only screen and (max-width: 575px) {
  .card__title {
    font-size: 24px;
  }
  .card-block {
    margin-top: 30px;
  }
  .card__photo {
    padding: 20px;
    height: 200px;
  }
  .card__thumbs {
    margin-left: -10px;
    margin-right: -10px;
  }
  .card__thumbs a {
    width: calc(100% - 10px);
  }
  .card .price_old, .card .price_new {
    font-size: 24px;
  }
  .card__chars ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 479px) {
  .card__foot {
    flex-direction: column;
  }
  .card .count {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.analog-products {
  margin-bottom: 140px;
}
.analog-products .section-title {
  font-family: "Noto Sans Semibold", sans-serif;
  font-size: 18px;
  border-bottom: 1px solid rgba(98, 98, 103, 0.2);
  padding-bottom: 10px;
}
.analog-products-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 70px;
  margin-bottom: -30px;
}

.analog-product {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 10px 30px;
  width: calc(33.33% - 20px);
}
.analog-product__photo {
  flex-shrink: 0;
  margin-right: 20px;
  width: 190px;
  padding: 15px;
}
.analog-product__photo img {
  max-width: 100%;
  max-height: 100%;
}
.analog-product__title {
  display: block;
  line-height: 1.375;
  color: #626267;
  text-decoration: underline;
  transition: color 0.2s;
  font-family: "Noto Sans Medium", sans-serif;
  font-size: 16px;
}
.analog-product__title:hover {
  text-decoration: underline;
  color: #9D9E9E;
}
.analog-product .count {
  margin-top: 10px;
}
.analog-product .btn {
  margin-top: 10px;
}

@media only screen and (max-width: 1279px) {
  .analog-products {
    margin-bottom: 100px;
  }

  .analog-product {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 991px) {
  .analog-products-block {
    margin-bottom: -50px;
  }

  .analog-product {
    margin-bottom: 50px;
  }
  .analog-product__photo {
    width: 50%;
    padding: 0;
  }
  .analog-product__title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .analog-products-block {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 40px;
  }

  .analog-product {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .analog-product:last-child {
    margin-bottom: 0;
  }
  .analog-product__photo {
    width: 40%;
  }
}
div.cart {
  margin-top: 20px;
  margin-bottom: 140px;
}
div.cart a{
  color: #c4d54f;
  font-weight: bold;
  text-decoration: revert;
}
.cart-total__text .btn{
  color:#fff !important
}
form.cart{
  position: relative;
  display: flex;
}
.analog-product__info .price-block{
  margin: 10px 0;
}
.analog-product__info form.cart{
  position: relative;
  display: block;
}
.cart__table{
  padding-top:10px;
}
.cart__table table {
  width: 100%;
  border-collapse: collapse;
}
.cart__header {
  border-bottom: 1px solid rgba(98, 98, 103, 0.2);
}
.cart__head {
  font-size: 14px;
  font-family: "Noto Sans Medium", sans-serif;
  color: #9D9E9E;
  line-height: 1.2;
}
.cart-product {
  width: 100%;
  border-bottom: 1px solid rgba(98, 98, 103, 0.2);
}
.cart-product:last-child {
  border-color: rgba(98, 98, 103, 0.5);
}
.cart-product td {
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
}
.cart-product__prev {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0 30px 0 0;
  text-align: left;
}
.cart-product__photo {
  width: 280px;
  margin-right: 20px;
  flex-shrink: 0;
  text-align: center;
  display: inline-block;
}
.cart-product__photo img {
  display: inline-block;
  position: relative;
  max-height: 100%;
  max-width: 100%;
}
.cart-product__title {
  color: #9D9E9E;
  font-size: 18px;
  font-family: "Noto Sans Bold", sans-serif;
  line-height: 1.35;
}
.cart__price {
  text-align: center;
  position: relative;
  padding: 0 30px;
}
.cart__price_old, .cart__price_new {
  display: inline-block;
  font-family: "Noto Sans Bold", sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #9D9E9E;
  white-space: nowrap;
}
.cart__price_new {
  display: block;
}
.cart__price_old {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.cart__price_old:after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  left: -3px;
  right: -3px;
  background-color: #ff0000;
  top: 50%;
  margin-top: -1px;
}
.cart__count {
  text-align: center;
  padding: 0 30px;
}
.cart__count .count {
  justify-content: center;
}
.cart__price-total {
  font-size: 30px;
  font-family: "Noto Sans Bold", sans-serif;
  line-height: 1;
  white-space: nowrap;
  color: #97C31C;
  padding: 0 30px;
}
.cart__close {
  cursor: pointer;
  border: none;
  background-color: transparent;
  line-height: 1;
  padding: 0;
  position: relative;
  top: 2px;
  z-index: 2;
}
.cart__close .svg {
  width: 14px;
  height: 14px;
}
.cart__close .svg path {
  transition: stroke 0.2s;
}
.cart__close:hover .svg path {
  stroke: #626267;
}
.cart__foot {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 25px;
}
.cart__back {
  color: #97C31C;
  font-size: 16px;
  font-family: "Noto Sans Bold", sans-serif;
  line-height: 1;
  white-space: nowrap;
  padding-left: 17px;
  background-image: url("./img/back-icon.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center left;
  position: relative;
  top: -15px;
}
.cart-total {
  text-align: right;
}
.cart-total .btn {
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  font-family: "Noto Sans Bold", sans-serif;
  margin-top: 15px;
  padding: 0 15px;
  color: #fff;
  text-decoration: none;
}
.cart-total__text {
  color: #9D9E9E;
  font-size: 28px;
  font-family: "Noto Sans Bold", sans-serif;
  line-height: 1.2;
}
.cart-total__price {
  color: #97C31C;
  white-space: nowrap;
  margin-left: 5px;
}

@media only screen and (max-width: 1279px) {
  div.cart {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .cart__header {
    display: none;
  }
  .cart-product {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    position: relative;
  }
  .cart-product td {
    padding: 0;
  }
  .cart-product__prev {
    padding: 20px 20px 10px 0;
  }
  .cart-product__prev-td {
    width: 100%;
  }
  .cart-product__photo {
    width: 40%;
  }
  .cart__count {
    padding: 0;
  }
  .cart__count-td {
    flex-shrink: 0;
    margin-left: 30px;
  }
  .cart__price {
    text-align: left;
    padding: 0;
  }
  .cart__price_old {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }
  .cart__price-td {
    width: auto;
  }
  .cart__price-total {
    text-align: right;
    padding: 0;
  }
  .cart__price-total-td {
    width: auto;
    margin-left: auto;
  }
  .cart__close-td {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .cart-product__photo {
    width: 50%;
  }
  .cart-product__title {
    font-size: 16px;
  }
  .cart__price-total {
    font-size: 26px;
  }
  .cart__price_old, .cart__price_new, .cart__price_no {
    font-size: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .cart__foot {
    flex-direction: column;
  }
  .cart__back {
    order: 1;
    top: auto;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 374px) {
  .cart__price-total-td {
    width: 100%;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .article > .container {
    max-width: 860px;
  }
}
.article {
  margin-bottom: 140px;
}

.format-text {
  color: #626267;
}
.format-text .alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 15px;
  max-width: 505px;
}
.format-text .alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
  max-width: 505px;
}
.format-text .aligncenter {
  display: block;
  margin: 0 auto 15px;
}
.format-text .block-columns {
  columns: 2;
}
.format-text p {
  margin: 0 0 20px;
  line-height: 1.45;
}
.format-text p.light-text {
  color: #9D9E9E;
}
.format-text h1,
.format-text h2,
.format-text h3,
.format-text h4 {
  font-weight: normal;
  margin: 20px 0;
  line-height: 1.35;
  color: #9D9E9E;
  clear: both;
  font-family: "Noto Sans Bold", sans-serif;
}
.format-text h1 {
  font-size: 24px;
  border-bottom: 1px solid rgba(98, 98, 103, 0.2);
  padding-bottom: 7px;
  margin: 0;
}
.format-text h2 {
  font-size: 20px;
}
.format-text h3 {
  font-size: 18px;
}
.format-text h4 {
  font-size: 16px;
}
.format-text a {
  text-decoration: underline;
  -webkit-text-decoration-color: #626267;
          text-decoration-color: #626267;
  transition: -webkit-text-decoration-color 0.2s;
  transition: text-decoration-color 0.2s;
  transition: text-decoration-color 0.2s, -webkit-text-decoration-color 0.2s;
  color: #626267;
}
.format-text a:hover {
  text-decoration: none;
  text-decoration: none;
}
.format-text b, .format-text strong {
  font-weight: normal;
  font-family: "Noto Sans Medium", sans-serif;
}

.map {
  width: 100%;
  height: 0;
  padding-bottom: 42%;
  position: relative;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 50px;
}
.map__address {
  width: 180px;
  margin-right: 30px;
  flex-shrink: 0;
}

.address__title {
  font-weight: normal;
  margin: 0;
  font-size: 20px;
  font-family: "Noto Sans Bold", sans-serif;
  line-height: 1.35;
  color: #9D9E9E;
  margin-bottom: 10px;
}
.address__list li {
  color: #626267;
  line-height: 1.35;
  font-family: "Noto Sans Semibold", sans-serif;
  font-size: 16px;
  margin-bottom: 2px;
}
.address__list li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1279px) {
  .article {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .format-text .alignright {
    max-width: 50%;
  }
  .format-text .alignleft {
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .map {
    margin-top: 20px;
    height: 400px;
  }
  .map-block {
    flex-direction: column;
  }
  .map__address {
    margin-right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .format-text h1 {
    font-size: 20px;
  }
  .format-text h2 {
    font-size: 16px;
  }
  .format-text h3 {
    font-size: 15px;
  }
  .format-text h4 {
    font-size: 14px;
  }
  .format-text .alignright {
    max-width: 100%;
    margin-right: 0;
  }
  .format-text .alignleft {
    max-width: 100%;
    margin-left: 0;
  }
  .format-text .block-columns {
    columns: 1;
  }

  .map-block {
    margin: 30px 0;
  }

  .address__title {
    font-size: 18px;
  }
  .address__list li {
    font-size: 14px;
  }
}
#shipping_country_field,#billing_country_field{
  display:none;
}
#ship-to-different-address-checkbox, #shipping_method input, #payment input{
  -webkit-appearance:auto
}
.woocommerce-order{
    margin-top: 80px;
}

.woocommerce-thankyou-order-received{
    text-align: center;
    padding: 40px 0;
    font-size: 42px;
    font-family: "Noto Sans Medium", sans-serif;
    color: #9D9E9E;
}
.woocommerce-MyAccount-navigation .menu > li > a:before{
content:none
}
.woocommerce-MyAccount-navigation .menu > li > a:after{
content:none
}
.woocommerce-MyAccount-navigation{
  border-top:1px solid;
  border-bottom:1px solid;
  padding:15px
}
.woocommerce-MyAccount-content a{
  font-weight:bold;
}
.woocommerce-MyAccount-content a:hover{
  text-decoration:underline;
  color: #89AF21;
  }
  .woocommerce-MyAccount-navigation{
    margin-bottom: 20px;
}
.popup {
  background-color: #fff;
  position: relative;
  border-radius: 0;
  text-align: center;
  padding: 45px 30px 30px;
  box-shadow: 0px 5px 10px 0px rgba(17, 22, 29, 0.2);
  width: 440px; }
  .popup p {
    font-size: 14px;
    margin: 0;
    margin-top: 10px; }
  .popup--map {
    width: 90%;
    height: 90%; }
  .popup .fancybox-close-small {
    opacity: 1;
    cursor: pointer;
    border: none;
    width: 30px;
    height: 30px;
    padding: 0;
    position: absolute;
    border-radius: 0; }
    .popup .fancybox-close-small:after {
      background-color: #005dd9;
      font-size: 20px;
      -webkit-transition: background-color .15s;
      transition: background-color .15s;
      width: 30px;
      height: 30px;
      border-radius: 0;
      top: 10px;
      right: 10px;
      color: #fff; }
    .popup .fancybox-close-small:focus:after {
      outline: none; }
    .popup .fancybox-close-small:hover:after {
      background-color: #005dd9; }
  .popup .form {
    width: 100%; }
    .popup .form input[type="text"],
    .popup .form input[type="tel"],
    .popup .form input[type="email"],
    .popup .form input[type="url"] {
      width: -webkit-calc(50% - 7.5px);
      width: calc(50% - 7.5px); }
      .popup .form input[type="text"]:last-child,
      .popup .form input[type="tel"]:last-child,
      .popup .form input[type="email"]:last-child,
      .popup .form input[type="url"]:last-child {
        margin-right: 0; }
    .popup .form__btn {
      margin-top: 20px; }
    .popup .form__inputs {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 20px;
      width: 100%;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .popup .form__title {
      font-family: 'Open Sans Bold', sans-serif;
      font-size: 20px; }

.map-popup {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%; }

@media only screen and (max-width: 479px) {
  .popup {
    width: 100%;
    max-width: 90%; }
    .popup .form__inputs {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      max-width: 270px;
      margin-left: auto;
      margin-right: auto; }
    .popup .form input[type="text"],
    .popup .form input[type="tel"],
    .popup .form input[type="email"],
    .popup .form input[type="url"] {
      margin-bottom: 10px;
      width: 100%; } }
