

/* Start:/bitrix/components/sotbit/search.title/templates/.default/style.css?17566250117659*/
.smartsearch-title__input-conteiner {
    position: relative;
}

.smartsearch-title__wrap {
    position: relative;
}

.smartsearch-title__wrap .smartsearch-title__input {
    height: 52px;
    padding: 8px 50px;
    padding-right: 100px;
    font-size: 14px;
    color: #2C2C2C;
    border-radius: 32px;
    width: 100%;
    background-color: var(--color-gray-200);
    border: 1px solid var(--color-gray-200);
    outline: none;
}

.smartsearch-title__wrap .smartsearch-title__input:hover {
    border-color: var(--main-color);
}

.smartsearch-title__wrap .smartsearch-title__input:active,
.smartsearch-title__wrap .smartsearch-title__input:focus-visible {
    border-color: var(--main-color);
    background-color: #FFF;
}

.smartsearch-title__wrap .smartsearch-title__input::placeholder {
    font-size: 14px;
    color: var(--color-gray-500);
}

.smartsearch-title__wrap .smartsearch-title__input-conteiner:before {
    content: url("/bitrix/components/sotbit/search.title/templates/.default/./images/search.svg");
    position: absolute;
    top: 14px;
    left: 16px;
}

.smartsearch-title__result {
    display: flex;
    margin-top: 4px;
    padding: 16px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    max-height: 496px;
    overflow: auto;
    align-self: stretch;
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(69, 44, 113, 0.1);
    color: #2C2C2C;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-color: var(--main-color) #eee;
    scrollbar-width: thin;
}

.title-search-result {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 4px 24px 0px rgba(69, 44, 113, 0.1);
    z-index: 205;
}

.smartsearch-title__result .m-auto {
    margin: auto;
}

.smartsearch-title__result-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    width: 100%;
}

.smartsearch-title__result-item .item-img {
    width: 64px;
}

.smartsearch-title__result-item .item-img > a {
    display: inline-block;
}

.smartsearch-title__result-item .item-img img {
    border-radius: 8px;
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.smartsearch-title__result-item .item-name {
    color: #2C2C2C;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
    cursor: pointer;
}

.smartsearch-title__result-item .item-name b {
    color: var(--main-color);
}

.smartsearch-title__result-item .item-name:hover {
    color: var(--main-color);
}

.smartsearch-title__result-item .item-price {
    margin-top: 4px;
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
}

.smartsearch-title__result-item .item-price .old {
    color: var(--color-gray-500);
    font-weight: 500;
    text-decoration: line-through;
    margin-left: 4px;
}

.smartsearch-title__result-item .section {
    margin-top: 4px;
    font-size: 16px;
    line-height: 140%;
    color: var(--color-gray-500);
}

.smartsearch-title__result-item .all-result {
    color: var(--main-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-decoration: none;
}

.icon-wrapper {
    position: absolute;
    display: flex;
    gap: 4px;
    align-items: center;
    top: 14px;
    right: 16px;
}

.search-title__icon {
    display: none;
    cursor: pointer;
    color: var(--color-gray-500);
}

.search-title__icon.speech {
    color: var(--main-color);
}

.search-title__icon.show {
    display: block;
}

.search-title__icon:not(:last-child) {
    fill: #0a962f;
}

.smartsearch-title__items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.smartsearch-title__result .result-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    width: 100%;
}

.smartsearch-title__result .result-group .result-group__title {
    max-width: 120px;
    min-width: 0;
    color: var(--color-gray-500);
}

@media (hover: hover) {
    .search-title__icon:hover {
        color: var(--main-color);
    }
}

.smartsearch-title__req_history {
    display: none;
    position: absolute;
    width: 100%;
    top: 56px;
    left: 0;
    z-index: 205;
    padding: 0 !important;
    border-radius: 24px;
}

.smartsearch-title__req_history_content {
    padding: 16px 24px;
    max-height: 40vh;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-color: var(--main-color) #eee;
    scrollbar-width: thin;
}

.smartsearch-title__req_history .smartsearch-title__result-item {
    display: flex;
    padding: 6px 0;
}

.smartsearch-title__wrap .icon {
    color: var(--color-gray-500);
}

.smartsearch-title__wrap .icon:hover:not(.icon-history) {
    color: var(--main-color);
}

.smartsearch-title__wrap .delete-item {
    margin-left: auto;
    cursor: pointer;
}

.smartsearch-title__req_history:empty,
.smartsearch-title__req_history .item {
    list-style: none;
    display: none;
}

.smartsearch-title__req_history_title {
    margin-bottom: 12px;
    font-size: 16px;
    color: var(--color-gray-500);
}

.smartsearch-title__current_searchimg_wrap {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    height: 52px;
    padding: 10px 16px;
    border-radius: 32px;
    width: 100%;
    border: 1px solid var(--main-color);
    background: #FFFFFF;
}

.smartsearch-title__current_searchimg_wrap.show {
    display: block;
}

.smartsearch-title__current_searchimg {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 100%;
    width: max-content;
    background: var(--color-gray-200);
    border-radius: 8px;
    max-width: 50%;
}

.smartsearch-title__current_searchimg img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 6px;
}

.smartsearch-title__current_searchimg .search-title__icon {
    display: block;
    position: relative;
    top: 0;
    left: 0;
}

.smartsearch-title__current_searchimg .filename {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-title__searchimg_form_wrap {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0px 4px 24px 0px #452C711C;
    background: #FFFFFF;
    width: 100%;
    padding: 16px 24px;
    border-radius: 24px;
    z-index: 205;
}

.search-title__searchimg_form_container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.search-title__searchimg_form_container .error {
    display: none;
    padding: 8px 16px;
    border-radius: 4px;
    background: #F6676729;
    color: #F66767;
}

.search-title__searchimg_form_container .image_href {
    display: flex;
    gap: 16px;
}

.search-title__searchimg_form_container .input-text {
    width: 100%;
    height: 52px;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid var(--color-gray-500);
}

.search-title__searchimg_form_container .input-text::placeholder {
    color: var(--color-gray-500)
}

.search-title__searchimg_form_container .btn {
    width: fit-content;
    height: 52px;
    padding: 0 32px;
    border: none;
    border-radius: 32px;
    background-color: var(--main-color);
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.search-title__searchimg_form_container .title {
    display: flex;
    justify-content: space-between;
}
/* End */


/* Start:/bitrix/components/sotbit/search.title/templates/.default/bitrix/main.file.input/.default/style.css?175662501111917*/
.file-placeholder .file-placeholder-tbody tr {
  display: flex;
  align-content: center;
}

.file-placeholder .files-name .f-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-placeholder .files-size {
  width: 0 !important;
}

.files-storage {
  display: flex !important;
}

.files-storage .loading-wrap {
  width: 200px !important;
}

.file-placeholder .files-storage-block {
  width: 20px;
  height: 20px;
  display: flex;
}

.file-placeholder .loading-wrap {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
  position: relative;
  width: 50%;
}

.file-placeholder .loading {
  background: var(--color-gray-500);
  display: block;
  border: none;
  border-radius: 12px;
  height: 19px;
  box-shadow: none;
}

.file-placeholder .loading .del-but {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.58859 2.71569L2.64645 2.64645C2.82001 2.47288 3.08944 2.4536 3.28431 2.58859L3.35355 2.64645L8 7.293L12.6464 2.64645C12.8417 2.45118 13.1583 2.45118 13.3536 2.64645C13.5488 2.84171 13.5488 3.15829 13.3536 3.35355L8.707 8L13.3536 12.6464C13.5271 12.82 13.5464 13.0894 13.4114 13.2843L13.3536 13.3536C13.18 13.5271 12.9106 13.5464 12.7157 13.4114L12.6464 13.3536L8 8.707L3.35355 13.3536C3.15829 13.5488 2.84171 13.5488 2.64645 13.3536C2.45118 13.1583 2.45118 12.8417 2.64645 12.6464L7.293 8L2.64645 3.35355C2.47288 3.17999 2.4536 2.91056 2.58859 2.71569L2.64645 2.64645L2.58859 2.71569Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A") center no-repeat;
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.file-placeholder .load-indicator {
  position: absolute;
  left: 0;
  top: 0;
  background: var(--main-color);
  border-radius: 12px;
  color: #fff;
  font-size: 12px;
  height: 19px;
  text-align: center;
  text-shadow: none;
}

.file-placeholder .load-number {
  display: inline-block;
  box-sizing: border-box;
  padding-top: 2px;
}

.file-placeholder .files-title {
  background: none;
  color: var(--color-gray-500);
  font-size: 12px;
  text-shadow: none;
  left: 13px;
  top: 12px;
  width: 54px;
  padding-left: 20px;
  position: absolute;
}

.file-placeholder .files-list-wrap {
  margin-left: 56px;
}

html* .file-placeholder .files-list {
  width: auto !important;
  margin-top: 16px;
}

.file-placeholder .files-list {
  table-layout: fixed;
  width: 100%;
  position: relative;
  border: none;
  margin: 8px 0;
}

.file-placeholder .files-list td {
  box-shadow: none;
  border-bottom: none;
  color: transparent;
  font-size: 12px;
  line-height: 16px;
  padding: 8px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  zoom: 1;
  width: auto;
}

.file-placeholder .file-edit,
.file-placeholder .file-section {
  display: none;
}

.file-placeholder .files-name {
  width: 30%;
}

.file-placeholder .files-size {
  width: 12%;
}

.file-placeholder .files-storage {
  width: 20%;
}

.file-placeholder .files-storage .files-storage-text {
  display: inline-block;
  width: 80px;
  color: #5C6470;
}

.file-placeholder .files-storage-block {
  position: relative;
}

.file-placeholder .files-text {
  -moz-box-sizing: border-box;
  color: var(--main-color);
  display: flex;
  font-weight: 500;
  max-width: 100%;
  padding-right: 20px;
  position: relative;
  zoom: 1;
}

.file-placeholder .error-load .files-text,
.file-placeholder .error-load .error-text {
  color: #bb0000;
}

.file-placeholder .f-wrap {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  word-wrap: break-word;
  zoom: 1;
}

.file-placeholder .del-but {
  background: url("/bitrix/components/sotbit/search.title/templates/.default/bitrix/main.file.input/.default/images/live_feed_sprite.png") no-repeat 0 0;
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.file-placeholder .files-text .del-but {
  background-position: 6px -19px;
  display: inline-block;
  margin-top: -2px;
  position: static;
  vertical-align: top;
}

.file-placeholder .loading .del-but {
  background-position: 7px -20px;
  top: 0;
}

.file-placeholder .files-storage-block .del-but {
  background-position: 7px -20px;
  top: 0;
}

.file-placeholder .info-icon {
  background: url("/bitrix/components/sotbit/search.title/templates/.default/bitrix/main.file.input/.default/images/live_feed_sprite.png") no-repeat -112px -60px;
  display: inline-block;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
  width: 17px;
}

.file-placeholder .stor-place {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}

.file-placeholder .stor-text {
  display: inline-block;
  border-bottom: 1px solid #5c6470;
}

.file-placeholder .stor-pl-arrow {
  background: url("/bitrix/components/sotbit/search.title/templates/.default/bitrix/main.file.input/.default/images/live_feed_sprite.png") no-repeat -130px -23px;
  display: inline-block;
  margin-left: 10px;
  height: 5px;
  vertical-align: middle;
  width: 3px;
}

.file-placeholder .edit-stor {
  background: url("/bitrix/components/sotbit/search.title/templates/.default/bitrix/main.file.input/.default/images/live_feed_sprite.png") no-repeat 4px -64px;
  /*cursor:pointer;*/
  /*display:inline-block;*/
  display: none;
  height: 15px;
  margin-left: 0px;
  vertical-align: middle;
  width: 15px;
}

.file-placeholder .files-path,
.file-placeholder .files-path:visited,
.file-placeholder .files-path:active,
.file-placeholder .files-path:link,
.file-placeholder .files-path:hover {
  border-bottom: 1px dashed #5C6470;
  display: inline-block;
  color: #5C6470;
  /*margin-left:10px;*/
  text-decoration: none;
}

.file-placeholder .files-placement,
.file-placeholder .files-placement:visited,
.file-placeholder .files-placement:active,
.file-placeholder .files-placement:link,
.file-placeholder .files-placement:hover {
  display: inline-block;
  color: #5C6470;
  /*margin-left:10px;*/
  text-decoration: none;
}

.file-selectdialog {
  background: transparent;
  border: none;
  overflow: hidden;
  position: relative;
  display: none;
}

.file-selectdialog .file-simple .file-placeholder {
  margin-top: 0px;
  margin-left: 90px;
}

.file-selectdialog .file-extended .file-selector {
  position: relative;
  padding: 24px 0;
  border-color: var(--color-gray-500);
  border-radius: 3px;
  border-style: dashed;
  border-width: 1px;
  text-align: center;
}

.file-selectdialog .file-extended .file-selector-active {
  background-position: 57px -88px;
}

.file-selectdialog .file-extended .file-load-img {
  background: url("/bitrix/components/sotbit/search.title/templates/.default/bitrix/main.file.input/.default/images/loading-place-img.gif") no-repeat 0 0;
  height: 79px;
  left: 58px;
  top: 20px;
  position: absolute;
  width: 90px;
}

.file-selectdialog .file-extended .file-selector:hover .file-load-img {
  background-position: 0 -104px;
  left: 55px;
  top: 17px;
}

.file-selectdialog .file-extended .file-uploader {
  color: var(--main-color);
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}

.file-selectdialog .file-extended .file-uploader .file-but-text {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  transition: color var(--transition);
}
.file-selectdialog .file-extended .file-uploader .file-but-text:hover, .file-selectdialog .file-extended .file-uploader .file-but-text:focus {
  color: var(--main-color-hover);
}
.file-selectdialog .file-extended .file-uploader .file-but-text:active {
  color: var(--main-color-active);
}

.file-selectdialog .file-simple .file-uploader .file-fileUploader {
  /*font-size: 12px;*/
}

.file-selectdialog .file-uploader .file-fileUploader {
  font-size: 120px;
  height: 85px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  right: 0;
  top: -20px;
  cursor: pointer;
}

.file-selectdialog .file-uploader .file-filemacos {
  left: 0 !important;
}

.file-selectdialog .file-label2 {
  color: #5C6470;
  font-size: 12px;
  margin-left: 58px;
  padding-bottom: 11px;
}

.file-selectdialog .file-simple,
.file-selectdialog .file-extended {
  display: none;
}

.file-selectdialog .file-simple .file-label2 {
  margin-top: 20px;
}

.file-selectdialog .file-simple .file-selector {
  color: #5c6470;
  overflow: hidden;
  height: 30px;
  /*font-size:12px;*/
  font-weight: bold;
  margin: 6px 0 6px 90px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.file-selectdialog .file-simple .file-uploader {
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
  vertical-align: middle;
  cursor: pointer;
}

.file-selectdialog .file-simple .file-uploader-left {
  background: url("/bitrix/components/sotbit/search.title/templates/.default/bitrix/main.file.input/.default/images/live_feed_sprite.png") no-repeat 0px -240px;
  display: inline-block;
  height: 25px;
  vertical-align: top;
  width: 4px;
}

.file-selectdialog .file-simple .file-uploader-right {
  background: url("/bitrix/components/sotbit/search.title/templates/.default/bitrix/main.file.input/.default/images/live_feed_sprite.png") no-repeat -7px -240px;
  display: inline-block;
  height: 25px;
  vertical-align: top;
  width: 4px;
}

.file-selectdialog .file-simple .file-but-text {
  background: url("/bitrix/components/sotbit/search.title/templates/.default/bitrix/main.file.input/.default/images/live_feed_sprite.png") repeat-x 0 -267px;
  color: #7A808C;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 25px;
  padding: 2px 10px 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  vertical-align: top;
}

/*region Moved from Blog*/
.feed-add-photo-block {
  display: inline-block;
  margin: 16px 16px 0 0;
  height: 120px;
  width: 120px;
  padding-right: 0;
  position: relative;
  vertical-align: top;
}

.feed-add-photo-block .feed-add-post-del-but {
  position: absolute;
  top: 0;
  right: -12px;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8M15 15L8 8M8 8L15 1.00004M8 8L1 15' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-color: var(--color-gray-500);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color var(--transition);
  z-index: 100;
}
.feed-add-photo-block .feed-add-post-del-but:hover, .feed-add-photo-block .feed-add-post-del-but:focus {
  background-color: var(--main-color-hover);
}
.feed-add-photo-block .feed-add-post-del-but:active {
  background-color: var(--main-color-active);
}

.feed-add-img-wrap {
  position: relative;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: var(--border-radius);
  box-shadow: none;
  display: block;
  text-align: center;
  line-height: 0;
  overflow: hidden;
  z-index: 2;
}
.feed-add-img-wrap:hover::before {
  background-color: var(--backdrop);
}
.feed-add-img-wrap:hover ~ .feed-add-img-title {
  color: var(--white);
}
.feed-add-img-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: background-color var(--transition);
  z-index: 100;
}
.feed-add-img-wrap img {
  border-radius: var(--border-radius);
}

.feed-add-img-title {
  position: absolute;
  top: 8px;
  left: 50%;
  display: block;
  width: calc(100% - 8px);
  color: transparent;
  font-weight: 400;
  font-size: 12px;
  overflow: hidden;
  transform: translateX(-50%);
  transition: color var(--transition);
  pointer-events: none;
  z-index: 100;
}

.feed-add-photo-block .feed-add-close-icon {
  background-color: #fff;
  background-position: 8px -19px;
  height: 22px;
  top: 1px;
  right: 1px;
  width: 22px;
}

.feed-add-photo-block .feed-add-close-icon:hover {
  background-position: -57px -60px;
}

.feed-add-post-dnd-notice {
  background: var(--white);
  border: 1px dashed var(--color-gray-500);
}

/*endregion*/
/*# sourceMappingURL=style.css.map */

/* End */
/* /bitrix/components/sotbit/search.title/templates/.default/style.css?17566250117659 */
/* /bitrix/components/sotbit/search.title/templates/.default/bitrix/main.file.input/.default/style.css?175662501111917 */
