/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.start_promo .item .img_block {
  background-repeat: no-repeat;
  background-size: unset;
  background-position: 50% 50%;
}

/* main page */

/* новости */
.wide_page--main .right_block {
  padding-left: unset;
}
.wide_page--main .middle {
  float: none;
}

.row.news-list-custom {
  margin: unset;
}

.row.news-list-custom .card {
  display: flex;
  padding-bottom: 25px;
}

.row.news-list-custom .card-body {
  margin-left: 20px;
}

/* новости */

/* текст на главной */
ul li::before {
  margin-right: 7px;
}

.index-text-body ul {
  font-size: 1.5em;
  line-height: 30px;
}

.index-text-body p {
  font-size: 1.5em;
  line-height: 30px;
}

.index-text-body h1 {
  font-size: 30px;
  line-height: 30px;
}

.index-text-body h2 {
  font-size: 25px;
  line-height: 30px;
}

.index-text-body ul {
  padding: 0px 30px;
  margin: 20px 0;
}
/* текст на главной */

/* для всех картинок */
* img {
  max-width: 100%;
  height: auto;
}
/* для всех картинок */

.group_description_block {
  font-size: 16px;
  color: #333;
}

/* логотип */
#header .middle-h-row .logo_wrapp {
  width: 7%;
}

#header .middle-h-row td.text_wrapp {
  padding: 0 3px 0 20px;
}
/* логотип */

.news-detail-content {
  font-size: 16px;
  color: #383838;
}

.news-detail-content p {
  font-size: 16px;
  color: #383838;
}

.news-detail-content blockquote {
  font-size: 16px;
}

.news-detail-content ul,
.news-detail-content ol {
  padding: 0 0 20px 20px;
  line-height: 1.5em;
}

.card-body {
  width: 80%;
}

.delivery-text {
  color: #555;
}

/* иконки вопрос - ответ */
.q:before {
  content: url("/images/question.png");
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.faq.list .item .q a {
  padding: 0 20px 0 30px;
}
/* иконки вопрос - ответ */

.footer-menu__title {
  display: inline-block;
  margin: 0 0 5px 0;
  font-size: 18px;
  color: #1d2029;
  line-height: 30px;
}

.flexslider .target {
  z-index: 11;
}

.row {
  font-size: 1em;
}

/* табы */

.tabs-block {
  font-size: 1.2em;
  display: flex;
  flex-wrap: wrap;
}

.tabs-block .tab {
  margin-right: 5px;
  padding: 15px 10px;
  background-color: #eaebec;
  width: fit-content;
  margin-bottom: 5px;
}

.tabs-block .tab:hover {
  background-color: #9c4374;
  color: #fff;
  cursor: pointer;
}

.tabs-block .tab.active {
  border-bottom: 3px solid #9c4374;
}

/* табы */

/* добавил адресс в шапку */
#header .middle-h-row .center_block {
  width: 100%;
  padding: 0 20px;
}

#header .middle-h-row .adress_block {
  padding: 0 20px;
}

#header .middle-h-row .middlde_adress {
  position: relative;
  width: 220px;
}

#header .middle-h-row .adress_block .icons {
  background-color: #8b3a67;
  color: #fff;
  border-radius: 100%;
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#header .middle-h-row .adress_block .adress {
  padding-left: 40px;
}

@media (max-width: 768px) {
  #header .middle-h-row .middlde_adress {
    float: right;
  }

  #header .middle-h-row .middlde_adress {
    width: 185px;
  }
}

@media (max-width: 500px) {
  #header .middle-h-row .adress_block {
    display: none;
  }
}
/* добавили адресс в шапку */

/*телефоны шапка-футер*/
.phones-shown {
  position: relative;
}

.phones-shown a:hover {
  cursor: pointer;
  color: #7d7177;
}

.phones-hide a:hover {
  cursor: pointer;
  color: #7d7177;
}

.phones-hide {
  display: none;
  position: absolute;
  z-index: 10;
  bottom: -57px;
  left: -3px;
  padding: 10px;
  width: fit-content;
  background-color: #fff;
  box-shadow: 1px 4px 10px #333;
  transition: all 1s ease-out;
}

.top-h-row .phones-hide {
  width: 100%;
  bottom: -50px;
  padding: 5px;
}

.phones-shown:hover .phones-hide {
  display: block !important;
}

.phones-shown:hover .phones-hide:hover {
  display: block !important;
}
/*телефоны шапка-футер*/

.news-detail-img > h2,
.news-detail-img > span {
  display: none;
}
.hide {
  display: none;
}

@media screen and (min-width: 950px) {
  .catalog_page #content > .wrapper_inner {
    padding: 24px 24px 24px 0px;
  }
}

@media (max-width: 768px) {
  .tabs_slider .slider_navigation .flex-direction-nav {
    display: block !important;
  }
}

.title__h2 {
  font-size: 28px;
  margin: 0 0 28px;
  color: #383838;
  line-height: 20px;
  font-weight: 800;
}

.main-seo-text-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.main-seo-text-container .main-seo-text {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  padding: 0 1em 0 0;
  box-sizing: border-box;
  width: 70%;
}
.main-seo-text-container .main-seo-img {
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  padding: 0 0 0 1em;
  box-sizing: border-box;
  width: 30%;
}

@media screen and (max-width: 1023px) {
  .main-seo-text-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .main-seo-text-container .main-seo-text {
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    padding: 0 1em 0 0;
    box-sizing: border-box;
    width: 70%;
  }
  .main-seo-text-container .main-seo-img {
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    padding: 0 0 0 1em;
    box-sizing: border-box;
    width: 30%;
  }
}
@media screen and (max-width: 800px) {
  .main-seo-text-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .main-seo-text-container .main-seo-text {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
    width: 100%;
  }
  .main-seo-text-container .main-seo-img {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 30px;
  }
}

#headerfixed .logo {
  max-width: 70px;
}

@media screen and (max-width: 768px) {
  .page-header__fixed--mobile .logo,
  #header .middle-h-row .logo_wrapp .logo {
    max-width: 70px;
  }
  body #header .middle-h-row td.logo_wrapp {
    width: 70px;
  }
}

@media screen and (max-width: 992px) {
  #header .middle-h-row td.text_wrapp {
    display: block !important;
    min-width: 180px;
  }
}

@media screen and (max-width: 500px) {
  #header .middle-h-row td.text_wrapp {
    padding: 0 3px 0 7px;

    line-height: normal;
    min-width: 100%;
  }
  #header .middle-h-row td.text_wrapp .slogan {
    font-size: 10px;
  }
}

@media (max-width: 1050px) {
  #header .middle-h-row .adress_block {
    display: none;
  }
}
#header .basket_wrapp .wrapp_all_icons {
  height: auto;
}
.catalog_menu .wrapper_inner {
  padding: 0;
}

#header ul.menu.custom li.menu_opener {
  display: flex !important;
  justify-content: space-between;
}

#header ul.menu.custom li.menu_opener .search {
  margin: auto 0;
  position: relative;
  zoom: 1;
  display: inline-block;
  width: 70%;
  height: 40px;
}

#header ul.menu.custom li.menu_opener .search .stitle_form .text {
  padding: 10px 45px 9px 13px;
  background: #eee;
  border-color: transparent;
  height: 100%;
  font-size: 13px;
  text-transform: none;
  color: #333;
}
#header ul.menu.custom li.menu_opener .search .stitle_form .button {
  width: 39px;
  height: 39px;
  background: url(/bitrix/templates/aspro_optimus/images/svg/ai.svg) -65px 8px no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  border: 0px;
}
#header ul.menu.custom li.menu_opener .search .form-control1,
#header ul.menu.custom li.menu_opener .search form,
#header ul.menu.custom li.menu_opener .search .stitle_form {
  height: 100%;
}
#header ul.menu.custom li.menu_opener .search .inline-search-hide {
  display: none;
}
#header ul.menu.custom li.menu_opener .search #start-search-mask {
  right: 0;
  top: 0;
}
body .title-search-result:nth-child(2) > table.title-search-result td.picture {
  width: 85px;
  padding-left: 14px;
}
#header ul.menu.custom li.menu_opener .text {
  padding-left: 30px !important;
  position: relative;
}
#header .callback--mobile {
  display: none;
  height: 37px;
}
#header .callback--mobile .icons {
  height: 26px;
  width: 26px;
  background-color: #8b3a67;
  color: #fff;
  font-size: 13px;
  border-radius: 100%;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  float: left;
}
#header .basket_wrapp .wraps_icon_block .count > span {
  background: #8b3a67;
}
#header .basket_wrapp .wraps_icon_block .count > span a,
#header .basket_wrapp .wraps_icon_block .count > span .text {
  color: #fff;
}
#header .basket_wrapp .wraps_icon_block:before {
  background-image: url(/images/custom-icons.svg);
}
#header .basket_wrapp .wraps_icon_block.basket {
  background: rgba(156, 67, 116, 0.5);
}
body .top_inner .h-user-block a.icon.reg:before {
  background-color: rgba(156, 67, 116, 0.5);
}
body .top-h-row .h-user-block a.icon:before {
  background: url(/images/custom-icons.svg) -423px -3px no-repeat;
}
.header-fixed--custom.scroll {
  position: sticky;
  top: 0;
  z-index: 1;
  opacity: 1;
  animation-duration: 0.8s;
  animation-name: showFixedHeader;
}
@media screen and (max-width: 768px) {
  #navigation .breadcrumbs {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 5px;
  }
  #navigation .breadcrumbs .bx-breadcrumb-item,
  #navigation .breadcrumbs > span:not(.separator) {
    white-space: nowrap;
  }
}

@keyframes showFixedHeader {
  from {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}
@media screen and (max-width: 500px) {
  #header .callback--mobile {
    display: inline-block;
  }
  #header #compare_line {
    display: none;
  }
}

div.form-control:has(input[name="form_radio_RECOMMEND"]),
div.form-control:has(input[name="form_radio_GRADE"]) {
  display: flex;
  flex-direction: row;
}

label:has(input[name="form_radio_RECOMMEND"]),
label:has(input[name="form_radio_GRADE"]) {
  margin: 0 0 0 10px;
}

input[name="form_radio_RECOMMEND"],
input[name="form_radio_GRADE"] {
  width: 20px;
}

/* Содержание в Блоге */
.article-contents-container {
  background: #f9f9f9;
  padding: 20px;
  margin-bottom: 20px;
}

.article-contents-heading {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.article-contents-item::before {
  content: "►";
  padding-right: 5px;
  color: #80355f;
}

.article-contents-container div {
  padding: 10px 0;
}

.article-contents-container ul {
  margin: 0;
  padding: 0 0 0px 20px;
}
.magic-input {
  opacity: 0 !important;
  visibility: hidden !important;
  height: 0 !important;
  padding: 0 !important;
}
.form {
  display: flex;
  /* width: 100%; */
  width: auto;
  flex-direction: column;
}
.forms {
  display: flex;
  width: 100%;
}
.form-item {
  max-width: 50%;
}
.form-item:nth-child(1) {
  background-color: #f6f6f6;
  padding: 10px;
}
.form-item:nth-child(2) {
  background-color: #8b3a67;
  padding: 10px;
}
.form_desk {
  /*max-width: 65%;*/
  margin: 5%;
}
.form.inline.RESH {
  margin: 5%;
}
.form-item:nth-child(1) {
  /*margin-right: 20px;*/
}
.forms {
  display: flex;
}
.forms_items:nth-child(1) {
  margin-right: 20px;
}
.social {
  display: flex;
}
.soc h2 {
  color: white;
}
.soc-item a,
.soc-item p {
  color: white;
}
.soc-item {
  margin-right: 20px;
}
.btn-form {
  color: white;
  background-color: #8b3a67;
  padding: 10px 50px;
  border: none;
  margin-top: 20px;
}
.form {
  margin-top: 20px;
  margin-bottom: 20px;
}
.imgs {
  display: flex;
  max-width: 49%;
  margin-top: 20px;
}
.imgs img {
  margin-right: 10px;
  border-radius: 20px;
}
@media (max-width: 1000px) {
  .about__block {
    display: flex;
    flex-direction: column;
  }
  .about__cycle {
    display: flex;
    flex-direction: column;
  }
  .steps {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .weaving,
  .form {
    display: flex;
    flex-direction: column;
  }
  .weaving {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .about__block-social {
    display: flex;
    flex-direction: column;
  }
  .form-item {
    max-width: 100%;
  }
  /* .step-item{
  margin-top: 20px;
  margin-left: 20px;
  } */

  .about__advantages {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .weaving img:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .weaving img {
    max-width: 61.5%;
  }
  .about__advantage {
    min-width: 80%;
  }
  .about__view {
    display: flex;
    flex-direction: column;
  }
  .step-item:not(:last-child) {
    margin-right: 0;
  }
  .about__cycle-items {
    display: flex;
    flex-direction: column;
  }
  .about__cycle-item {
    display: flex;
    flex-direction: column;
  }
  .about__view-gallery {
    display: flex;
    flex-direction: column;
  }
  .forms {
    display: flex;
    flex-direction: column;
  }
}
.files {
  display: none;
}
.btn-file {
  background-color: transparent;
  border: dashed 1px black;
  padding: 10px 50px;
}
.about__block-social {
  display: flex;
  gap: 20px;
}
.content li {
  line-height: 24px;
}
.content p {
  font-size: 16px;
}
.catalog_item .item-title a,
.catalog_item .item-title a span,
.view-item .item-title a span {
  font-size: 16px;
}
.catalog-tile__sections .catalog-tile__category-title > a {
  font-size: 1em;
}
.tizers_block .item .img,
.tizers_block .item .title {
  font-size: 16px;
  line-height: 20px;
}
.tizers_block .item {
  width: 20%;
}
.title_block {
  font-size: 28px;
  line-height: 20px;
  color: #383838;
  line-height: 20px;
  font-weight: 700;
}
.wrap_md .big p {
  font-size: 16px;
  line-height: 20px;
}
.viewed_block div.item-title a,
.viewed_block div.item-title a span {
  line-height: 20px;
}
div.item-title a,
div.item-title a span {
  font-size: 16px;
}
#footer .footer_inner .submenu .menu_item a.dark_link {
  font-size: 16px;
}
.footer-menu__title {
  font-size: 20px;
}
.header_wrap #header .catalog_menu ul.menu > li > a,
.header_wrap #header .catalog_menu ul.menu.adaptive > li .text {
  font-size: 16px;
}
.callback_btn {
  font-size: 13px;
}
.wrap_md .big p {
  line-height: 24px;
}
.item-stock > span {
  font-size: 15px;
}
#footer .copyright {
  font-size: 14px;
}
.order_wrap_btn .callback_btn {
  font-size: 14px;
}
#footer .footer_bottom_inner .small_title {
  font-size: 14px;
}
.banner_text {
  font-size: 16px;
}
h2 {
  line-height: 25px;
}
@media (max-width: 600px) {
  .catalog-section-custom.show_un_props {
    padding-top: 20px;
  }
  .catalog-section-custom .all_wrapp .content_inner > .button {
    bottom: -20px;
  }
  /*ul.slider_navigation.top_big {
    top: 21px;
  }*/

  .content h2 {
    line-height: 30px;
  }
  h2 {
    line-height: 30px;
  }
}
.about__block-text h2 {
  line-height: 30px;
}
.about__block.about__block--ti {
  padding-bottom: 20px;
}
button.about__block-button.button {
  padding: 14px;
}
.about__cycle {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.examples {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
section.forms {
  margin-top: 15px;
  padding-top: 15px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.step-item {
  padding: 20px 20px;
  flex: 1;
}
button.btn-file {
  width: 100%;
}
.examples-block__img__parrent {
  max-height: 395px;
  margin-bottom: 20px;
}
.examples-link {
  margin-top: -40px;
}
table.requisites th {
  padding: 10px 0;
}
.examples-block__img__parrent {
  max-height: 330px;
}
.form-item h2 {
  line-height: 25px;
  margin: 5% 5%;
}
.form-item.soc .imgs {
  padding: 0px 18px;
}

.form-item.soc .imgs img {
  max-width: 94%;
}
.card-title {
  font-size: 16px !important;
}
.news-list-item.width-12 {
  padding: 5px 0px 5px 0px;
}
.share__block-descript p {
  line-height: 20px !important;
}
.callback_btn {
  font-size: 16px;
}
.like_project,
.bottom_contacts {
  padding: 40px 40px !important;
}
.bottom_detail .bottom_contacts .links a {
  font-size: 18px;
  font-weight: bold;
}

/* Dilshod MOD */

.news-list-portfolio .card-desc .card-title a {
  font-size: 24px !important;
}
ul.section-list__items li .text {
  padding: 15px 15px !important;
}
.news-list-item.width-12 {
  padding-bottom: 30px !important;
}
.item_block.col-4.soc {
  text-align: right;
}
.soc .social {
  display: block !important;
}
.social .small_title {
  padding: 0px 13px 0px 0px;
}
#footer .footer_bottom_inner .links.rows_block {
  margin: 0px 8px;
  max-width: none !important;
}

@media all and (max-width: 600px) {
  #footer .footer_bottom_inner .links.rows_block {
    text-align: center;
    max-width: none;
    display: block;
  }
  .content h1 {
    line-height: normal;
  }
  .content h2 {
    line-height: normal;
  }
}
.card-text {
  font-size: 16px;
}

/*SECTION-LIST*/

.section-list {
  margin-bottom: 30px;
}

.section-list .section-list__items {
  display: flex;
  width: fit-content;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 1.2em;
}
ul.section-list__items {
  list-style: none;
  list-style-type: none;
}

ul.section-list__items li.active {
  border-bottom: 3px solid #9c4374;
}

ul.section-list__items li {
  margin-right: 5px;
  background-color: #eaebec;
  width: fit-content;
  margin-bottom: 5px;
  transition: background-color 0.3s;
}

ul.section-list__items li .text {
  padding: 15px 10px;
  color: #888888;
  transition: color 0.3s;
}

.section-list__item > span,
.section-list__item > a {
  display: flex;
  align-items: center;
}

.section-list__items li:before {
  content: unset;
}
ul.section-list__items li:hover {
  background-color: #9c4374;
  color: #fff;
  cursor: pointer;
}
ul.section-list__items li:hover span,
ul.section-list__items li:hover a {
  color: #fff;
}

/*SECTION-LIST*/

.button,
button.button,
input.button {
  font-size: 16px;
}

.stores_block_wrap
  .stores_block
  .stores_text_wrapp
  .main_info
  > span
  > .title_stores {
  line-height: 20px;
}

#basket-root .basket-item-info-name,
#basket-root .basket-item-info-name-link {
  font-size: 18px;
}

#basket-root .basket-item-property-name,
#basket-root .basket-item-property-custom-name,
#basket-root .basket-item-property-value,
#basket-root .basket-item-property-custom-value {
  font-size: 16px;
}
#basket-root
  .basket-items-list
  .basket-item-block-info
  .basket-items-list-item-warning-container
  .alert.alert-warning {
  font-size: 14px;
}
input.header_search {
  background: #eee !important;
}

.menu_top_block.catalog_block .dropdown > li.full > .dropdown > li > a,
header .menu_top_block.catalogfirst li.full > .dropdown > li > a {
  font-size: 15px;
}


div.search-page > form > input[type="submit"]{
  background: #8e3b69;
  color: #fff;
  font-size: 16px;
  padding: 14px 20px 13px;
  border: none;
  display: inline-block;
  margin-top: 25px;
  margin-left: -3.7px;
  box-sizing: border-box;
  width: 180px;
}
.img_blog img {
    width: 200px;
}