.listing_block .listing_list, .listing_block .pdf_list,
.listing_block .list_event, .listing_block .list_category {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.listing_block .video_btn, .listing_block .listing_list .news_image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.select2-container--default.select2-container--open .select2-selection__arrow {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.listing_block .listing_list .news_image > img {
  object-fit: cover;
}

.listing_block .listing_list .news_image iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.listing_block .listing_list .news_image {
  position: relative;
  overflow: hidden;
}
.listing_block .listing_list .news_image:before {
  display: block;
  content: "";
  padding-bottom: 57%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.listing_block .listing_list .news_image img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.listing_block .video_btn:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 991px) {
  .listing_block .video_btn:before {
    width: 73px;
    height: 73px;
  }
}
@media screen and (max-width: 990px) {
  .listing_block .video_btn:before {
    width: 41px;
    height: 41px;
  }
}
.listing_block .video_btn:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  border-style: solid;
  border-color: transparent #ffffff;
  z-index: 2;
  pointer-events: none;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 991px) {
  .listing_block .video_btn:after {
    width: 29px;
    height: 29px;
    border-width: 15px 0 15px 25px;
    margin: 0 0 0 6px;
  }
}
@media screen and (max-width: 990px) {
  .listing_block .video_btn:after {
    width: 6px;
    height: 6px;
    border-width: 6px 0 6px 10px;
    margin: 0 0 0 2px;
  }
}

.select2-container .select2-selection--single {
  height: auto;
}
.select2-container .select2-selection__placeholder {
  color: #000000 !important;
}
.select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 10px rgba(18, 104, 179, 0.1);
  border-radius: 15px !important;
  display: flex;
  align-items: center;
  position: relative;
  outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444444 !important;
  font-size: 120%;
  line-height: 15px;
  padding: 9px 10px;
  flex: 1;
  width: 50%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: relative;
  top: auto;
  right: auto;
  padding: 11px 10px;
  padding-left: 0;
  width: auto;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow * {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\e901";
  font-size: 1rem;
  display: block;
}
.select2-container--default.select2-container--open .select2-selection--single {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 10;
}
.select2-container .select2-search--dropdown {
  padding: 0;
}
.select2-container .select2-search--dropdown .select2-search__field {
  border: none;
  border-bottom: 1px solid #ffffff;
  padding: 11px 10px;
  font-size: 100%;
  line-height: inherit;
}

.select2-container .select2-dropdown {
  border: 1px solid #ffffff;
  font-size: 120%;
  line-height: 14px;
  box-shadow: 0px 0px 10px rgba(18, 104, 179, 0.1);
  position: relative;
  z-index: 5;
}
.select2-container .select2-results__options {
  overflow-x: hidden;
  scrollbar-color: #000000 #ED1C24;
  scrollbar-width: thin;
}
.select2-container .select2-results__options::-webkit-scrollbar {
  width: 8px;
  height: auto;
  border-radius: 4px;
  background: #ED1C24;
}
.select2-container .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #000000;
}
.select2-container .select2-results__options li {
  padding: 9px;
}
.select2-container .select2-results__option:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}
.select2-container .select2-results__option--highlighted.select2-results__option--selectable {
  background: none;
  color: #1268B3;
}
.select2-container .select2-results__option--selected {
  background: #F2F5F7 !important;
  color: #444444 !important;
  cursor: default;
  font-family: "bold", "arm-bold";
}

.select2-container {
  min-width: 135px;
}
.select2-container .select2-dropdown {
  margin-top: 3px;
  border-radius: 15px;
}

.select2-container .select2-results__options li:last-child {
  border-radius: 0 0 13px 13px;
}

.listing_block {
  margin: 0 -10px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.listing_block .video_section .product_title {
  margin-top: 25px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.listing_block .video_btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  margin: 0;
  font-size: unset;
  border-radius: 10px;
}
.listing_block .video_btn:hover {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.listing_block .video_btn:hover:before {
  border-color: #1268B3;
}
.listing_block .form_fields {
  display: flex;
  margin: 0 -10px;
}
.listing_block .form_fields .field_block {
  padding: 0 10px;
}
.listing_block .field_block {
  min-width: 135px;
}
.listing_block .left_block {
  flex: 1;
  max-width: 100%;
  padding: 0 10px;
  position: relative;
}
.listing_block .left_block.arrow_bg:before {
  content: "";
  background-image: url("../../../css/images/arrow.svg");
  position: absolute;
  left: -68px;
  width: 98px;
  height: 110px;
  top: -13px;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.listing_block .right_block {
  padding: 0 10px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  position: relative;
}
.listing_block .right_block .btn_all {
  margin-left: auto;
}
.listing_block .right_block.two_pieces .right_list {
  margin-bottom: 20px;
  padding-bottom: 0;
  border-radius: 0;
}
.listing_block .field_name {
  font-size: 100%;
  line-height: 10px;
  margin-bottom: 3px;
  color: #999999;
  text-transform: uppercase;
}
.listing_block .category_filter {
  margin-top: 10px;
  overflow-x: auto;
  scrollbar-color: #1268B3 #F2F5F7;
  scrollbar-width: auto;
}
.listing_block .category_filter::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 0;
  background: #F2F5F7;
}
.listing_block .category_filter::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #1268B3;
}
@media screen and (max-width: 990px) {
  .listing_block .category_filter {
    overflow-x: auto;
    scrollbar-color: #1268B3 #F2F5F7;
    scrollbar-width: auto;
  }
  .listing_block .category_filter::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 0;
    background: #F2F5F7;
  }
  .listing_block .category_filter::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #1268B3;
  }
}
.listing_block .list_category {
  display: flex;
  font-size: 110%;
  line-height: 13px;
  font-family: "medium", "arm-medium";
  text-transform: uppercase;
  white-space: nowrap;
  padding-bottom: 10px;
}
.listing_block .list_category li a {
  display: block;
  padding: 10px 15px;
  border-radius: 15px;
  white-space: nowrap;
}
.listing_block .list_category li.selected a {
  background: #1268B3;
  color: #ffffff;
  pointer-events: none;
}
.listing_block .inner_left {
  background: #ffffff;
  box-shadow: 0 0 50px rgba(18, 104, 179, 0.1);
  border-radius: 10px;
}
.listing_block .top_section {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 50px rgba(18, 104, 179, 0.1);
  backdrop-filter: blur(7px);
  border-radius: 10px 10px 0 0;
  padding: 23px 40px;
  min-height: 80px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.listing_block .top_section.filter_block {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 990px) {
  .listing_block .top_section.filter_block {
    flex-direction: initial !important;
  }
}
.listing_block .img_arrow {
  margin-right: 20px;
  width: 33px;
}
.listing_block .sub_title {
  padding-right: 10px;
  width: 50%;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.listing_block .section_block {
  margin-left: auto;
  display: flex;
}
.listing_block .section_block a,
.listing_block .section_block .category_btn {
  font-family: "medium", "arm-medium";
  font-size: 110%;
  line-height: 13px;
  color: #1268B3;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  min-width: 68px;
  min-height: 30px;
  border: 1px solid transparent;
  border-radius: 15px;
  padding: 5px 6px;
  background: none;
}
.listing_block .section_block a.selected,
.listing_block .section_block .category_btn.selected {
  background: #1268B3;
  color: #ffffff;
}
.listing_block .home_right_top {
  margin-bottom: 10px;
}
.listing_block .home_right_top .right_list {
  overflow-x: unset;
  overflow-y: unset;
}
.listing_block .home_right_top .sub_title {
  width: 100%;
}
.listing_block .right_list {
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 300px;
  padding-bottom: 40px;
  scrollbar-color: #1268B3 #F2F5F7;
  scrollbar-width: auto;
}
.listing_block .right_list::-webkit-scrollbar {
  width: 8px;
  height: 0;
  border-radius: 0;
  background: #F2F5F7;
}
.listing_block .right_list::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #1268B3;
}
.listing_block .pdf_list {
  margin: 0 !important;
}
.listing_block .pdf_list a {
  color: #1268B3;
  display: block;
  font-size: 14px;
  line-height: 17px;
  margin-top: 20px;
  position: relative;
  text-decoration: underline;
}
.listing_block .pdf_list img {
  display: block;
  height: auto;
  width: 100%;
  margin-bottom: 13px;
}
.listing_block .pdf_list,
.listing_block .list_event {
  margin: 0;
  padding: 40px 30px 30px 40px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0;
  height: auto;
  background: #ffffff;
  box-shadow: 0 0 50px rgba(18, 104, 179, 0.1);
}
.listing_block .pdf_list > li,
.listing_block .list_event > li {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.listing_block .pdf_list > li:hover .event_block:before,
.listing_block .list_event > li:hover .event_block:before {
  height: 100%;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.listing_block .pdf_list > li:hover .event_info,
.listing_block .list_event > li:hover .event_info {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.listing_block .event_block {
  position: relative;
}
.listing_block .event_block:before {
  content: "";
  background: rgba(18, 104, 179, 0.8);
  border-radius: 10px;
  position: absolute;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.listing_block .block_show {
  position: relative;
}
.listing_block .block_show:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  position: absolute;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.listing_block .block_show .btn_view {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.listing_block .block_show .btn_view .more_btn {
  height: 35px;
  width: max-content;
  min-height: auto;
  margin-top: 0;
  opacity: 0;
}
.listing_block .event_img img {
  width: 100%;
  height: auto;
  display: block;
}
.listing_block .event_info {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 280px;
  text-align: center;
  margin: 0 auto;
}
.listing_block .event_info .sub_description {
  color: #ffffff;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.listing_block .event_info .sub_title {
  color: #ffffff;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.listing_block .more_btn {
  min-width: 118px;
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  padding: 5px 7px;
  text-transform: uppercase;
  font-family: "bold", "arm-bold";
  font-size: 120%;
  line-height: 14px;
  color: #ffffff;
  border-radius: 30px;
  margin-top: 20px;
}
.listing_block .info_block {
  margin-top: 15px;
}
.listing_block .info_block .page_row {
  margin: 0 -5px 5px;
}
.listing_block .info_block .page_row .news_date,
.listing_block .info_block .page_row .read_block {
  padding: 0 5px;
  color: #848484;
  font-size: 120%;
  line-height: 18px;
}
.listing_block .listing_list {
  margin: 0 -10px;
  padding: 39px 37px;
  display: flex;
  flex-wrap: wrap;
}
.listing_block .listing_list > li {
  padding: 0 10px;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  margin-bottom: 50px;
}
.listing_block .listing_list > li:hover .block_show:before {
  height: 100%;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.listing_block .listing_list > li:hover .btn_view {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.listing_block .listing_list > li:hover .btn_view .more_btn {
  opacity: 1;
}
.listing_block .listing_list .news_image {
  display: block;
  width: 100%;
  border-radius: 10px;
  font-size: 0;
  line-height: 0;
}
.listing_block .listing_list .news_image.no_image, .listing_block .listing_list .news_image:empty {
  background-color: #F2F5F7;
  border-radius: 10px;
}
.listing_block .listing_list .news_image.no_image img {
  right: 0;
  bottom: 0;
  margin: auto;
  width: 110px;
  height: auto;
}
.listing_block .listing_list .news_image:empty {
  background-image: url("../../../css/images/main_logo.svg");
  background-size: 110px auto;
  background-position: center;
  background-repeat: no-repeat;
}
.listing_block .listing_list .news_image img {
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  border-radius: 10px;
}
.listing_block .listing_list .product_title {
  height: 34px;
  overflow: hidden;
}
.listing_block .listing_list .product_title a {
  display: block;
}
.listing_block .listing_list .sub_description {
  margin-top: 8px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.listing_block .news_category {
  background: #27639F;
  border-radius: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  min-height: 25px;
  padding: 5px 10px;
  width: max-content;
  text-transform: uppercase;
  font-family: "medium", "arm-medium";
  color: #ffffff;
  font-size: 100%;
  line-height: 10px;
  position: absolute;
  top: 0;
  text-align: center;
}
.listing_block .section_block .page_row {
  margin: 0 -5px 5px;
}
.listing_block .section_block .page_row .news_date,
.listing_block .section_block .page_row .read_block {
  padding: 0 5px;
  color: #848484;
  font-size: 120%;
  line-height: 18px;
}
.listing_block .news_date {
  color: #848484;
  font-size: 110%;
  line-height: 13px;
  font-family: "light", "arm-light";
  margin-bottom: 4px;
}
.listing_block .btn_all {
  color: #ED1C24;
  font-size: 140%;
  line-height: 17px;
  font-family: "medium", "arm-medium";
  margin-left: 45px;
}
@media screen and (min-width: 991px) {
  .listing_block .btn_all {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1199px) {
  .listing_block .event_info .sub_description {
    margin-top: 5px;
  }
  .listing_block .event_info .more_btn {
    margin-top: 5px;
  }
  .listing_block .left_block:before {
    display: none;
  }
  .listing_block .top_section {
    padding: 20px;
    min-height: auto;
  }
  .listing_block .img_arrow {
    width: 20px;
    margin-right: 10px;
  }
  .listing_block .pdf_list,
  .listing_block .list_event {
    padding: 18px 10px 10px 18px;
  }
  .listing_block .listing_list {
    padding: 18px;
  }
  .listing_block .btn_all {
    margin-left: 20px;
  }
  .listing_block .section_block a,
  .listing_block .section_block .category_btn {
    margin: 0 5px;
    min-height: 25px;
  }
}
@media screen and (max-width: 990px) {
  .listing_block {
    margin-bottom: 20px;
  }
  .listing_block .listing_list > li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .listing_block .sub_title {
    width: 70%;
  }
  .listing_block .right_block .inner_right {
    padding-bottom: 0;
  }
  .listing_block .left_block .top_section {
    flex-direction: column;
    align-items: flex-start;
  }
  .listing_block .left_block .sub_title {
    padding-right: 60px;
  }
  .listing_block .left_block .section_block {
    margin-left: 0;
    margin-top: 10px;
  }
  .listing_block .left_block .section_block a,
  .listing_block .left_block .section_block .category_btn {
    margin: 0 5px;
  }
  .listing_block .left_block .section_block a:first-child,
  .listing_block .left_block .section_block .category_btn:first-child {
    margin-left: 0;
  }
  .listing_block .left_block .btn_all {
    position: absolute;
    right: 20px;
    top: 22px;
  }
}
@media screen and (max-width: 767px) {
  .listing_block .img_arrow {
    display: none;
  }
  .listing_block .sub_title {
    width: 70%;
  }
  .listing_block .right_list {
    max-height: 350px;
    padding-bottom: 0;
  }
  .listing_block .pdf_list,
  .listing_block .list_event {
    padding: 10px;
  }
  .listing_block .pdf_list > li,
  .listing_block .list_event > li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
  }
  .listing_block .pdf_list > li:last-child,
  .listing_block .list_event > li:last-child {
    margin-bottom: 0;
  }
  .listing_block .listing_list > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .listing_block .right_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .listing_block .right_block .inner_right {
    padding-bottom: 10px;
  }
  .listing_block .right_block.two_pieces .right_list {
    max-height: 290px;
  }
}
@media screen and (max-width: 599px) {
  .listing_block .top_section {
    flex-direction: column;
    align-items: flex-start;
  }
  .listing_block .img_arrow {
    display: none;
  }
  .listing_block .sub_title {
    width: auto;
  }
  .listing_block .left_block .btn_all {
    position: relative;
    right: auto;
    top: auto;
    margin-left: 0;
    text-align: left;
    width: 100%;
  }
  .listing_block .left_block .sub_title {
    padding-right: 0;
  }
  .listing_block .btn_all {
    margin-left: 0;
    text-align: left;
    margin-top: 8px;
    width: 100%;
  }
  .listing_block .pdf_list > li,
  .listing_block .list_event > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .listing_block .listing_list > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.web .listing_block .listing_list .product_title a, .listing_block .listing_list .product_title .web a {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .listing_block .btn_all, .listing_block .web .btn_all, .web .listing_block .list_category li a, .listing_block .list_category li .web a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .listing_block .section_block a, .listing_block .section_block .web a,
.web .listing_block .section_block .category_btn,
.listing_block .section_block .web .category_btn, .web .listing_block .more_btn, .listing_block .web .more_btn, .select2-container .select2-results__options li {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .listing_block .btn_all, .listing_block .touch .btn_all, .touch .listing_block .list_category li a, .listing_block .list_category li .touch a {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.web .listing_block .list_category li a:hover, .listing_block .list_category li .web a:hover {
  color: #006DCC;
}
.web .listing_block .list_category li a:hover:before, .listing_block .list_category li .web a:hover:before {
  color: #1268B3;
}
.web .listing_block .btn_all:hover, .listing_block .web .btn_all:hover {
  color: #D31A21;
}
.web .listing_block .more_btn:hover, .listing_block .web .more_btn:hover {
  background: #1268B3;
  color: #ffffff;
  border-color: #1268B3;
}
.web .listing_block .section_block a:hover, .listing_block .section_block .web a:hover,
.web .listing_block .section_block .category_btn:hover,
.listing_block .section_block .web .category_btn:hover {
  background: transparent;
  color: #1268B3;
  border-color: #1268B3;
}
.web .listing_block .listing_list .product_title a:hover, .listing_block .listing_list .product_title .web a:hover {
  opacity: 0.7;
}
.touch .listing_block .list_category li a:active, .listing_block .list_category li .touch a:active {
  color: #1268B3;
}
.touch .listing_block .btn_all:active, .listing_block .touch .btn_all:active {
  color: #D31A21;
}

/*# sourceMappingURL=listing.css.map */
