

/* Start:/local/components/gigantpro/catalog/templates/.default/style.css?17628622609072*/
.w-100 {
  width: 100%
}

.open>.product_tab_item_mobil_list {
  display: block;
}

.product_tab_item_mobil_list {
  display: none
}

.catalog {
  margin-top: 64px;
}

.catalog h2,
.catalog h1 {
  font-family: "Golos Text", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
}

.catalog .col {
  margin-top: 32px;
}

.catalog_item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog_item_wrap {
  position: relative;
}

.catalog_item_wrap_badge {
  position: absolute;
  right: 0px;
  top: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #032457;
  padding: 6px;
  border-radius: 0px 0px 0px 6px;
  z-index: 2;
}

.catalog_item_wrap_badge p {
  display: none;
}

.catalog_item_wrap_slider_item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #DFE0E6;
  position: relative;
  padding: 14px;
}

.catalog_item_wrap_slider_item a {
  display: block;
}

.catalog_item_wrap_slider_item a img {
  width: 100%;
}

.catalog_item_wrap_text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 8px;
  display: block;
}

.catalog_item_wrap_text_res {
  background: #032457;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  border-radius: 4px;
  margin-bottom: 9px;
}

.catalog_item_wrap_text_res img {
  margin-right: 5px;
}

.catalog_item_wrap_text_res span {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
}

.catalog_item_wrap_text h5 {
  font-family: "Golos Text", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #23242C;
}

.catalog_item_wrap_text p {
  font-family: "Golos Text", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #23242C;
}

.catalog_item_wrap_text ul {
  margin-top: 8px;
}

.catalog_item_wrap_text ul li {
  font-family: "Golos Text", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
  color: #A3A7B1;
}

.catalog_item_wrap_text ul li span {
  color: #23242C;
  margin-left: 4px;
}

.catalog_item_config {
  margin-top: 30px;
}

.catalog_item_config_btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.catalog_item_config_btn span {
  font-family: "Golos Text", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  color: #fff;
}

.catalog_filter_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-top: 18px;
}

.catalog_filter_btn img {
  margin-left: 10px;
}

.catalog_filter_btn span {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #4458FF;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-left: 16px;
}

.catalog_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.catalog_links button {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.catalog_links_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  margin-top: 32px;
}

.catalog_links_list::-webkit-scrollbar {
  display: none;
}

.catalog_links_list a {
  color: #7B7D88;
  white-space: nowrap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 16px;
  border-radius: 4px;
  border: 1px solid #DADBE2;
  background: #F2F2F7;
  display: block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-right: 12px;
  border-radius: 4px;
}

.catalog_links_list a:hover {
  border-color: #4458FF;
  color: #23242C;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.catalog_links_list a.active {
  background: #4458FF;
  color: white;
  border: 1px solid #4458FF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.catalog_selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 14px;
}

.catalog_selected_all {
  cursor: pointer;
  min-width: 32px;
  width: 32px;
  height: 32px;
}

.catalog_selected_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 16px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.catalog_selected_scroll::-webkit-scrollbar {
  display: none;
}

.catalog_selected_scroll a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #4458FF;
  height: 32px;
  padding: 6px 6px 6px 12px;
  border-radius: 24px;
  margin-right: 8px;
}

.catalog_selected_scroll a span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #fff;
  white-space: nowrap;
}

.catalog_selected_scroll a img {
  margin-left: 10px;
}

@media (min-width: 992px) {
  .catalog_item_wrap_text ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .catalog_links {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .catalog_links_list {
    margin-top: 0px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow-x: visible;
  }

  .catalog_links_list a {
    margin-right: 0px;
    margin-left: 12px;
  }
}

@media (min-width: 1200px) {
  .catalog {
    margin-top: 112px;
  }

  .catalog h2,
  .catalog h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .catalog .col {
    margin-top: 48px;
  }

  .catalog_item_wrap_badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .catalog_item_wrap_badge p {
    display: block;
    font-family: "Golos Text", sans-serif;
    font-size: 8px;
    font-weight: 400;
    line-height: 10px;
    text-align: left;
    margin-left: 5px;
    max-width: 60px;
    color: #fff;
  }

  .catalog_item_wrap_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 16px;
  }

  .catalog_item_wrap_text h5 {
    font-size: 18px;
    line-height: 28px;
  }

  .catalog_item_wrap_text p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
  }

  .catalog_item_wrap_text ul li {
    font-size: 13px;
    line-height: 19px;
  }

  .catalog_item_wrap_text_res {
    margin-bottom: 16px;
    width: auto;
    padding: 0px 16px;
  }

  .catalog_item_config {
    width: 156px;
  }
}

.post {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-top: 8px;
}

.post h2 {
  margin-top: 16px;
}

.post_bold {
  color: #23242C;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
  margin-top: 32px;
  margin-bottom: 40px;
}

.post_default {
  color: #23242C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin-top: 24px;
}

.product_info_feature_top_text_download span,
.product_info_feature_top_text p,
.product_info_feature_top_text span {
  color: #1D1E33 !important;
}
/* End */


/* Start:/local/components/gigantpro/becomePartner/templates/.default/style.css?172726923664*/
.become_item b {
    font-size: 18px;
    margin-bottom: 24px;
}
/* End */
/* /local/components/gigantpro/catalog/templates/.default/style.css?17628622609072 */
/* /local/components/gigantpro/becomePartner/templates/.default/style.css?172726923664 */
