input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 14px;
  width: 14px;
  display: block;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: 14px;
}

/*это затемнение экрана при вызове формы*/
.modal_background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/*это контейнер самой формы*/
/*.modal_form{
    background: #ffffff;
    border-radius: 2px;
    padding: 40px 30px;
    position: relative;
    display: none;
    max-width: 100%;
}*/
/*это кнопка для закрытия формы*/
a.close_form {
  position: absolute;
  right: 30px;
  top: 40px;
  z-index: 5;
}
.ovh {
  overflow: hidden;
}
.search__popup {
  display: none;
  position: fixed;
  z-index: 4;
  top: 188px;
  left: 0;
  width: 100%;
  height: calc(100vh - 188px);
  height: -webkit-calc(100vh - 188px);
  background: rgba(0, 0, 0, 0.7);
}
.header--fixed .search__popup {
  top: 84px;
  left: 0;
  width: 100%;
  height: calc(100vh - 85px);
  height: -webkit-calc(100vh - 85px);
}
.search__popup-overlay {
  width: 100%;
  height: auto;
  max-height: 100%;
  background: #ffffff;
  padding-top: 45px;
  padding-left: 75px;
  padding-right: 65px;
  padding-bottom: 150px;
  overflow-x: hidden;
  overflow-y: auto;
}
.search__btn-wrap {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1790px;
}
.search__posts {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1373px;
  margin-top: 30px;
}
.search__form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1790px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 3px;
}
.search__form input {
  -webkit-appearance: none;
  display: block;
  border: 0;
  background: #fff;
  width: calc(100% - 140px);
  width: -webkit-calc(100% - 140px);
  height: 70px;
  font-size: 62px;
  line-height: 70px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #111111;
}
.search__form input::-webkit-input-placeholder {
  color: #a1a1a1;
}
.search__form input::-moz-placeholder {
  color: #a1a1a1;
}
.search__form input:-ms-input-placeholder {
  color: #a1a1a1;
}
.search__form input:-moz-placeholder {
  color: #a1a1a1;
}
.search__submit {
  display: block;
  cursor: pointer;
  width: 111px;
  height: 48px;
  outline: none;
  border: 2px solid #111111;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #111111;
  padding: 0;
  text-align: center;
  background: #ffffff;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  padding: 0;
}
.search__submit:hover {
  background: #111111;
  color: #ffffff;
}
.search__show-all {
  display: block;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  font-size: 18px;
  line-height: 26px;
  color: #0070c9;
  margin-top: 19px;
}
.search__show-all span {
  border-bottom: 1px solid #0070c9;
}
.search__post {
  display: block;
  width: 18%;
  margin-right: 2.5%;
  position: relative;
  border: 1px solid transparent;
  z-index: 1;
  background: #fff;
  padding-bottom: 10px;
}
.search__post:nth-child(5n) {
  margin-right: 0;
}
.search__result-post {
  display: block;
  width: 23.5%;
  margin-right: 2%;
  position: relative;
  border: 1px solid transparent;
  z-index: 1;
  background: #fff;
  padding-bottom: 10px;
}
.search__result-post:nth-child(4n) {
  margin-right: 0;
}
.search__result-post--last {
  border: 1px solid transparent !important;
}
.search__post-img {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.search__post-img img {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.search__post-like {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 22px;
  height: 18px;
  z-index: 1;
  opacity: 0;
}
.search__post-like svg {
  display: block;
  fill: none;
  stroke: #b8b8b8;
}
.search__post-like--liked svg {
  fill: #ff1938;
  stroke: #ff1938;
}
.search__row1 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 29px;
  padding-right: 29px;
}
.search__post-title {
  display: block;
  font-size: 24px;
  line-height: 24px;
  color: #111111;
  margin-right: 15px;
}
.search__post-title span {
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.search__post-title:hover span {
  color: #00aeff;
  border-bottom: 2px solid #00aeff;
}
.search__post-info {
  display: block;
  position: relative;
  padding-left: 14px;
  font-size: 24px;
  line-height: 24px;
  border-bottom: 2px solid transparent;
  color: #111111;
}
.search__post-info:after {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 8px;
  height: 15px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAPCAYAAADZCo4zAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB4SURBVHgBfZHBDYAwCEWJOkBH6AgePXYER3EDR9Cj23QURmicQNFAQhD8yUtb+j8hAeCrRIzy6BzDyiZXhbgiw1NEokXpjdNVFwc+M7GoerZp5LRll6m9T+S53smFqgwFHFXd2lPTra2S17pX94k4iQMCzfCzg1A3czwfL1I956UAAAAASUVORK5CYII=")
    no-repeat center;
  opacity: 0.5;
}
.search__row2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 29px;
  padding-right: 29px;
  margin-top: 11px;
}
.search__new-price {
  display: block;
  font-size: 18px;
  line-height: 26px;
  margin-right: 16px;
}
.search__old-price {
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: rgba(17, 17, 17, 0.3);
  text-decoration: line-through;
}
.search__row3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 29px;
  padding-right: 29px;
  margin-top: 8px;
}
.search__color {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.search__color--white {
  background: #fff;
  border: 1px solid #cccccc;
}
.search__color--gray {
  background: #cccccc;
}
.search__color--black {
  background: #111;
}
.search__color:last-child {
  margin-right: 0;
}
.search__row4 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 28px;
  width: 100%;
  padding-left: 29px;
  padding-right: 29px;
}
.search__stock-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search__stock {
  display: block;
  margin-right: 2px;
  width: 4px;
  height: 10px;
  background: #16c67a;
  border-radius: 1px;
}
.search__stock-txt {
  margin-left: 14px;
  font-size: 16px;
  line-height: 16px;
  color: #16c67a;
}
.search__stock-txt--gray {
  color: #aaaaaa;
}
.search__post:hover,
.search__result-post:hover {
  border: 1px solid #cccccc;
}
.search__post:hover .search__post-like,
.search__result-post:hover .search__post-like {
  opacity: 1;
}
.search__autocomplete {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1790px;
  margin-top: 30px;
}
.search__mobile-autocomplete {
  display: none;
  width: 100%;
  margin-top: 20px;
}
.search__autocomplete-title {
  display: block;
  margin-bottom: 9px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #111111;
}
.search__autocomplete p,
.search__autocomplete span,
.search__autocomplete a,
.search__mobile-autocomplete p,
.search__mobile-autocomplete span,
.search__mobile-autocomplete a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #a1a1a1;
  margin-bottom: 5px;
}
.search__info {
  display: block;
  width: 100%;
  /*margin-top: 70px;
	margin-bottom: 56px;*/
}
.search__info-item {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 46px;
  font-size: 20px;
  line-height: 24px;
  box-sizing: border-box;
  color: #a1a1a1;
  margin-bottom: 21px;
  cursor: pointer;
}
.search__info-item--active {
  color: #111111;
}
.search__info-item--active:after {
  position: absolute;
  content: "";
  left: 22px;
  top: 5px;
  width: 14px;
  height: 14px;
  background: #00aeff;
  border-radius: 50%;
  z-index: 1;
}
.search {
  display: block;
  width: 100%;
  /*padding-left: 75px;
	padding-right: 65px;
	padding-bottom: 50px;*/
}
.search__wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  padding-top: 14px;
}
.search__sidebar {
  display: block;
  width: 350px;
  position: relative;
  z-index: 1;
}
.search__content {
  display: block;
  width: calc(100% - 390px);
  width: -webkit-calc(100% - 390px);
  padding-left: 20px;
  position: relative;
  z-index: 0;
}
.search__block-title {
  display: block;
  font-size: 36px;
  line-height: 40px;
  color: #000000;
  margin-top: 60px;
}
.search__result-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  padding-top: 39px;
  padding-bottom: 39px;
  border-bottom: 1px solid #cccccc;
}
.search__news-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  margin-top: 30px;
}
.search__last-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
  max-width: 320px;
  height: 320px;
  border-radius: 50%;
  background: #f5f5f5;
  text-transform: uppercase;
  color: #111111;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  margin-left: auto;
  margin-right: auto;
}
.search__link-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.search__link-wrap span {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
.search__last-link svg {
  display: block;
  fill: none;
  stroke: #111111;
  margin-left: 14px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.search__last-link:hover {
  background: #00aeff;
  color: #ffffff;
}
.search__last-link:hover svg {
  stroke: #ffffff;
}
.search__last-link:active {
  background: #00aeff;
  color: #ffffff;
}
.search__last-link:active svg {
  stroke: #ffffff;
}
.search__news-post {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -webkit-flex;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 32%;
  margin-right: 2%;
  position: relative;
  border: 1px solid #cccccc;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.search__news-post--last {
  border: 1px solid transparent;
}
.search__news-post:nth-child(3n) {
  margin-right: 0;
}
.search__news-pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.search__news-pic img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  will-change: transform;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.search__news-pic:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.search__news-category {
  display: block;
  background: #00aeff;
  border-radius: 3px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  padding: 6px 23px;
  color: #ffffff;
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 30px;
}
.search__news-content {
  display: block;
  width: 100%;
  padding-bottom: 61px;
  max-height: none;
  position: static;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 29px;
  background: #fff;
}
.search__news-meta {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -webkit-flex;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  margin-bottom: 18px;
}
.search__news-date {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-right: 15px;
}
.search__news-time {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.search__news-title {
  display: block;
  width: 100%;
  height: 48px;
  overflow: hidden;
  color: #111;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.search__news-title:hover {
  color: #00aeff;
}
.search__news-txt {
  display: block;
  width: 100%;
  height: 72px;
  overflow: hidden;
  color: #111;
  font-size: 16px;
  line-height: 24px;
}
.search__news-link {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #0070c9;
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 3;
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}
.popup__wrap1 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 750px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  border-radius: 10px;
  z-index: 1;
  padding: 60px 60px 56px 60px;
}
.popup__close {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 23px;
  right: 23px;
  width: 36px;
  height: 36px;
  z-index: 2;
  padding: 0;
  background: transparent;
  border: 0;
  outline: none;
}
.popup__title {
  display: block;
  font-size: 36px;
  line-height: 40px;
  color: #111111;
}
.popup__info {
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #111111;
  margin-top: 11px;
  margin-bottom: 27px;
}
.popup__txt {
  display: block;
  padding-left: 42px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #a1a1a1;
  margin-bottom: 8px;
}
.popup__txt:last-child {
  margin-bottom: 0;
}
.popup__txt:after {
  position: absolute;
  content: "";
  top: 5px;
  left: 6px;
  width: 18px;
  height: 14px;
  background: url("../img/tk.svg") no-repeat center;
}
.popup__input-wrap {
  display: block;
  width: 100%;
  position: relative;
}
.popup__heading {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 2px;
}
.popup__input-wrap input {
  display: block;
  width: 100%;
  height: 64px;
  background: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #111111;
  padding-left: 23px;
  padding-right: 23px;
}
.popup__input-wrap input::-webkit-input-placeholder {
  opacity: 0.5;
}
.popup__input-wrap input::-moz-placeholder {
  opacity: 0.5;
}
.popup__input-wrap input:-ms-input-placeholder {
  opacity: 0.5;
}
.popup__input-wrap input:-moz-placeholder {
  opacity: 0.5;
}
.popup__inputs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%;
  margin-top: 35px;
}
.popup__inputs .popup__input-wrap {
  width: 48%;
}
.popup__policy {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 30px;
  margin-top: 60px;
}
.popup__policy input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}
.popup__policy label {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #f6f7fb;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  border-radius: 1px;
}
.popup__policy label svg {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 4px;
  width: 10px;
  height: 8px;
  opacity: 0;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
.popup__policy input:checked + label svg {
  opacity: 1;
}
.popup__policy p {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #a1a1a1;
}
.popup__policy a {
  color: #a1a1a1;
  text-decoration: none;
  border-bottom: 1px solid #a1a1a1;
}
.popup__submit {
  display: block;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  background: #ff1938;
  border-radius: 10px;
  box-shadow: 0px 15px 18px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  border: 0;
  position: relative;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  height: 60px;
}
.popup__submit:hover {
  background: #cc142d;
}
.error-message {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ff1938;
}
.popup__download-wrap {
  display: block;
  width: 300px;
}
.popup__download-wrap p {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
}
.popup__file-label {
  display: block;
  cursor: pointer;
  padding-left: 72px;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background: #e5e5e5 url("../img/pin.svg") no-repeat 38px center;
  position: relative;
}
.popup__choose {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  padding-top: 18px;
}
.popup__file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  z-index: -1;
}
.popup__btns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 30px;
}
.search__mobile-categories {
  display: none;
}

form[name="searchformmob"] {
  display: none;
}
@media (max-width: 1600px) {
  .search__popup-overlay {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
  }
  .search__post-title {
    margin-right: 0;
    width: 100%;
    margin-bottom: 8px;
  }
  .search__row1,
  .search__row2,
  .search__row3,
  .search__row4 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .search__row2 {
    margin-top: 6px;
  }
  .search__color {
    width: 10px;
    height: 10px;
    margin-right: 2px;
  }
  .search__row4 {
    margin-top: 10px;
  }
  .search__post {
    width: 18.6%;
    margin-right: 1.75%;
  }
  /*.search {
		padding-left: 50px;
		padding-right: 50px;
	}*/
  .search__sidebar {
    width: 260px;
  }
  .search__content {
    width: calc(100% - 350px);
    width: -webkit-calc(100% - 350px);
  }
  .search__result-row {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .search__last-link {
    max-width: 205px;
    height: 205px;
  }
  .search__link-wrap {
    width: 102px;
    position: relative;
  }
  .search__last-link svg {
    position: absolute;
    right: 0;
    bottom: 4px;
  }
  .search__news-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 52px;
    padding-top: 14px;
  }
  .search__news-title {
    font-size: 16px;
  }
  .search__news-txt {
    font-size: 14px;
    line-height: 20px;
    height: 60px;
  }
  .search__news-link {
    left: 20px;
    bottom: 21px;
    font-size: 14px;
    line-height: 20px;
  }
  .search__news-meta {
    margin-bottom: 9px;
  }
  .search__news-date,
  .search__news-time {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 1440px) {
  .search__row1,
  .search__row2,
  .search__row3,
  .search__row4 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1279px) {
  /*.search{
		padding-left: 24px;
		padding-right: 24px;
		padding-bottom: 40px;
	}*/
  .search__content {
    padding-left: 30px;
  }
  .search__popup-overlay {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
  }
  .search__form {
    padding-bottom: 10px;
  }
  .search__form input {
    font-size: 36px;
    line-height: 40px;
    height: 40px;
  }
  .search__row1,
  .search__row2,
  .search__row3,
  .search__row4 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .search__post-title {
    font-size: 18px;
    margin-bottom: 0;
  }
  .search__row2 {
    margin-top: 0;
  }
  .search__post-info {
    font-size: 18px;
  }
  .search__new-price,
  .search__old-price {
    font-size: 16px;
  }
  .search__stock-txt {
    font-size: 14px;
  }
  form[name="searchformmob"] {
    display: block;
  }
}
@media (max-width: 1150px) {
  .search__sidebar {
    display: none;
  }
  .search__post:hover,
  .search__result-post:hover {
    border: 1px solid transparent;
  }
  .search__post-like {
    opacity: 1;
  }
  .search__post-title:hover span {
    color: #111111;
    border-bottom: 2px solid transparent;
  }
  .search__news-title:hover {
    color: #111;
  }
  .search__news-pic:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .search__last-link:hover {
    background: #f5f5f5;
    color: #111111;
  }
  .search__last-link:hover svg {
    stroke: #111111;
  }
  .search__submit:hover {
    background: #ffffff;
    color: #111111;
  }
}
@media (max-width: 1023px) {
  .search__form2 {
    display: none;
  }
  .search__content {
    width: 100%;
    padding-left: 0;
  }
  .search__result-post {
    width: 48%;
    margin-right: 4%;
  }
  .search__result-post:nth-child(2n) {
    margin-right: 0;
  }
  .search__news-category {
    display: none;
  }
  .search__news-post {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10px;
  }
  .search__news-post:nth-child(3n) {
    margin-right: 4%;
  }
  .search__news-post:nth-child(2n) {
    margin-right: 0;
  }
  .search__form2 {
    margin-top: 30px;
  }
  .search__mobile-autocomplete {
    display: block;
  }
  .popup__wrap1 {
    padding-left: 33px;
    padding-right: 33px;
    max-width: 696px;
  }
  .search__info {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .search__info-item {
    padding-left: 30px;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .search__info-item--active:after {
    left: 0;
  }
  .search__result-row {
    align-items: stretch;
    -webkit-align-items: stretch;
  }
  .search__result-post--last {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .search__mobile-categories {
    display: block;
  }
  .search__info {
    display: none;
  }
  .search__mobile-categories .search__info {
    display: block;
  }
}
@media (max-width: 767px) {
  .cat__sidebar-nav {
    margin-top: 15px;
  }
  .cat__select-container {
    margin-top: 21px;
    margin-bottom: 0;
  }
  .search__wrap {
    padding-top: 0;
  }
  .search__post-like {
    top: 10px;
    right: 10px;
  }
  .search .search__form2 {
    margin-top: 0;
  }
  .search__news-content {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 33px;
  }
  .search__news-link {
    left: 10px;
    font-size: 12px;
    bottom: 9px;
  }
  .search__news-txt {
    display: none;
  }
  .search__news-title {
    font-size: 12px;
    line-height: 14px;
    height: 56px;
    max-height: 56px;
    margin-bottom: 0;
  }
  .popup__wrap1 {
    width: 100%;
    max-width: none;
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    border-radius: 0;
    padding: 40px 15px 120px 15px;
  }
  .popup__close {
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
  }
  .popup__close svg {
    width: 20px !important;
    height: 20px !important;
  }
  .popup__title {
    font-size: 26px;
    line-height: 32px;
  }
  .search__form input {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    width: calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }
  .search__submit {
    width: 79px;
    height: 40px;
  }
  .popup__info {
    margin-bottom: 19px;
    font-size: 14px;
    line-height: 20px;
  }
  .popup__txt {
    font-size: 14px;
    line-height: 20px;
    padding-left: 40px;
  }
  .popup__txt:after {
    top: 3px;
  }
  .popup__heading {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
  }
  .popup__input-wrap {
    margin-bottom: 20px;
  }
  .popup__input-wrap input {
    height: 50px;
  }
  .popup__inputs {
    display: block;
    margin-top: 0;
  }
  .popup__inputs .popup__input-wrap {
    width: 100%;
  }
  .popup__policy {
    margin-top: 30px;
  }
  .popup__policy p {
    font-size: 14px;
    line-height: 20px;
  }
  .popup__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-top: 20px;
  }
  .popup__download-wrap {
    width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
  .popup__download-wrap p {
    margin-bottom: 14px;
  }
  .popup__submit {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
  /*.search{
		padding-bottom: 10px;
	}*/
  .search__block-title {
    margin-top: 30px;
    font-size: 20px;
    line-height: 24px;
  }
  .search__news-row {
    margin-top: 10px;
  }
  .search__result-row {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .search__new-price,
  .search__old-price {
    font-size: 14px;
    line-height: 20px;
  }
  .search__stock-txt {
    font-size: 12px;
    margin-left: 10px;
  }
  .search__last-link {
    max-width: 140px;
    height: 140px;
  }
}
@media (max-width: 500px) {
  .search__row1,
  .search__row2,
  .search__row3,
  .search__row4 {
    padding-left: 0;
    padding-right: 0;
  }
  .search__result-row {
    border: 0;
    padding: 0;
  }
  .search__result-post {
    margin-bottom: 20px;
  }
  .error-agree {
    position: inherit;
  }
}
@media (max-width: 420px) {
  /*.search{
		padding-left: 14px;
		padding-right: 14px;
	}*/
}
.cat__sidebar-nav svg {
  fill: #cccccc;
}
.cat__sidebar-nav--active svg {
  fill: #00aeff;
}
.cat__sidebar-nav--active span {
  color: #00aeff;
}
