@charset "UTF-8";
@media (max-width: 640px) {
  body .seo-text, body .top-zag, body .pre {
    margin-bottom: 30px;
  }
  body .seo-text h2 {
    font-size: 35px;
  }
}
.custom_form {
  padding: 70px;
  box-sizing: border-box;
  border-radius: 20px;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 991px) {
  .custom_form {
    padding: 70px 50px;
  }
}
@media (max-width: 480px) {
  .custom_form {
    padding: 50px 15px;
  }
}
.custom_form .title {
  line-height: normal;
  margin-bottom: 10px;
  font-size: 3vw;
  font-family: "Ruslan Display", cursive;
}
@media (max-width: 991px) {
  .custom_form .title {
    font-size: 36px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .custom_form .title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .custom_form .title {
    font-size: 24px;
  }
}
.custom_form form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.custom_form form .tpl-field {
  width: calc(33.3% - 16px);
}
@media (max-width: 767px) {
  .custom_form form .tpl-field {
    width: 100%;
  }
}
.custom_form form .tpl-field.type-html {
  width: 100%;
  text-align: center;
  font-size: 16px;
}
.custom_form form .tpl-field.tpl-field-button {
  text-align: center;
}
.custom_form form .tpl-field.tpl-field-button button {
  border-radius: 250px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.custom_form form .tpl-field.type-checkbox {
  text-align: center;
}
@media (max-width: 991px) {
  .custom_form form .tpl-field.type-checkbox {
    text-align: left;
  }
}
.custom_form form .tpl-field.type-checkbox ul li label {
  font-size: 14px;
}
.custom_form form .tpl-field.type-checkbox ul li label input {
  visibility: visible;
  opacity: 1;
  -webkit-appearance: auto;
  width: 13px;
  height: 13px;
  margin-top: 3px;
  margin-right: 5px;
}
.custom_form form .tpl-field.type-textarea, .custom_form form .tpl-field.tpl-field-button, .custom_form form .tpl-field.type-checkbox {
  width: 100%;
}
.custom_form form .tpl-field input[type="text"], .custom_form form .tpl-field textarea {
  border-radius: 250px;
  padding: 8px 15px;
  background: #fff;
  font-size: 14px;
  color: #000;
  outline: none;
  border: 1px solid #e7d4d6;
  box-shadow: none;
  min-height: 50px;
  display: flex;
  align-items: center;
}
.custom_form form .tpl-field textarea {
  border-radius: 15px;
  min-height: 90px;
}
.custom_form form .tpl-field.type-checkbox ul li label {
  flex-wrap: wrap;
}
.mosaic-s3-include--u-i8acni09t {
  width: 100%;
}
#search-app {
  position: relative;
}
#search-app form {
  display: flex;
  align-items: stretch;
}
#search-app form input[type="text"] {
  border: 0;
  padding-left: 15px;
  padding-right: 50px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  height: 40px;
  background-color: transparent;
  flex: 1;
  outline: none;
}
@media (max-width: 479px) {
  #search-app form input[type="text"] {
    padding-right: 0;
  }
}
#search-app form .search-block__popup {
  display: none;
}
#search-app form .search-block__btn {
  border: 0;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  padding: 0 7px;
  color: #fff;
  background-color: #fd0130;
  border-radius: 250px;
}
#search-app #search-result {
  width: 100%;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px;
}
@media (min-width: 769px) {
  #search-app #search-result {
    min-width: 640px;
  }
}
#search-app #search-result .search-result-top {
  max-height: 480px;
  overflow: auto;
}
#search-app #search-result .search-result-left {
  margin-bottom: 30px;
}
#search-app #search-result .search-result-bottom {
  padding-top: 30px;
}
#search-app #search-result .search-result-bottom span {
  border-radius: 25px;
  color: #fff;
  padding: 15px;
  background-color: #fd0130;
  cursor: pointer;
}
#search-app #search-result .products-search-title, #search-app #search-result .folders-search-title, #search-app #search-result .vendors-search-title {
  font-size: 27px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}
#search-app #search-result .folder-items {
  margin-bottom: 30px;
}
#search-app #search-result .folder-items .folder-item a, #search-app #search-result .folder-items .vendor-item a, #search-app #search-result .vendor-items .folder-item a, #search-app #search-result .vendor-items .vendor-item a {
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}
#search-app #search-result .folder-items .folder-item a:hover, #search-app #search-result .folder-items .vendor-item a:hover, #search-app #search-result .vendor-items .folder-item a:hover, #search-app #search-result .vendor-items .vendor-item a:hover {
  color: #009ddc;
}
#search-app #search-result .product-items .product-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#search-app #search-result .product-items .product-item:last-child {
  margin-bottom: 0;
}
#search-app #search-result .product-items .product-item .product-image {
  width: 90px;
  height: 90px;
  border-radius: 3px;
  overflow: hidden;
  margin-right: 20px;
}
#search-app #search-result .product-items .product-item .product-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#search-app #search-result .product-items .product-item .product-text .product-name {
  margin-bottom: 10px;
}
#search-app #search-result .product-items .product-item .product-text .product-name a {
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}
#search-app #search-result .product-items .product-item .product-text .product-name a:hover {
  color: #009ddc;
}
#search-app #search-result .product-items .product-item .product-text .product-text-price .price-old {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.4);
  text-decoration: line-through;
}
.pre-icon {
  min-height: 85px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pre-icon img {
  width: 64px;
  height: 64px;
}
.pre-block-text {
  padding-top: 10px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 120%;
  color: #4f181e;
  font-weight: 400;
}
.pre-block-zag {
  text-align: left;
  font-weight: 400;
  font-family: Ruslan Display, cursive;
  font-size: 20px;
  color: #4f181e;
}
.pre {
  margin-bottom: 80px;
}
.pre-content {
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
}
.pre-block {
  width: 32%;
  margin-bottom: 20px;
  display: flex;
  padding: 20px;
  padding: 20px 31px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 0px #ffffff;
}
.pre-image {
  margin-right: 7px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-content: center;
  width: auto;
  min-width: 80px;
}
.pre-text {
  text-align: left;
  font-size: 16px;
  color: #393939;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top-zag {
  padding: 15px;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  display: flex;
  justify-content: center;
  font-size: 30px;
  margin-bottom: 80px;
  color: #af2339;
}
/*Ñ‚ÐµÐºÑÑ‚*/
.seo-text {
  margin-bottom: 80px;
  text-align: left;
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: rgba(26, 26, 26, 0.7);
}
.seo-text h2 {
  color: #000000;
  font-size: 57px;
  font-weight: 800;
  font-style: normal;
  font-family: Ruslan Display, cursive;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
}
.seo-text ul li {
  background: url(/d/box.png) no-repeat;
  background-size: 16px;
  background-position: left 0% top 50%;
  padding: 3px 0px 3px 28px;
  list-style: none;
}
@media (max-width: 768px) {
  .top-zag {
    font-size: 20px;
  }
  .wrap h2 {
    line-height: normal !important;
    font-size: 20px !important;
  }
  .wrap h2 br {
    display: none;
  }
  .pre-block {
    width: 100%;
    margin-bottom: 10px;
  }
  .pre-content {
    flex-direction: column;
  }
  .button-tab {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .pre-block {
    box-sizing: border-box;
  }
  .seo-form-zag {
    font-size: 28px;
  }
  .pre-block {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .pre-block {
    width: 100%;
    border-radius: 0px;
    margin-bottom: 20px;
    display: flex;
    padding: 10px;
  }
}
@media (max-width: 1050px) {
  .product-block {
    width: 48%;
    min-height: 450px;
  }
}
@media (max-width: 768px) {
  .product-block {
    width: 90%;
    min-height: 450px;
  }
}
html body .g-page-gallery2--photo {
  margin: 0;
}
html body .g-article__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
html body .g-article__more a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  padding: 11px 25px 8px 25px;
  border-radius: 25px;
  font-family: "Ruslan Display", cursive;
  background: #fd0130;
  color: #fff;
  transition: all 0.2s linear;
}
html body .g-article__more a:hover {
  background: #fd274f;
}
.g-article--simple-view .g-article__name {
  text-decoration: none;
  font-family: "Ruslan Display", cursive;
}
