﻿.wrapper {
  overflow: visible;
  position: inherit;
}

/*FILTER*/
.holder-wrap {
  display: flex;
}

.filter.language {
  /*display: none !important;*/
}

#tab-video .filter-section .filter {
  margin-bottom: 0;
}

.filter-section {
  background: #001125;
  width: 100%;
  padding-left: 34px;
  padding-bottom: 18px;
  padding-top: 36px;
  padding-right: 34px;
}
.filter-section .collapse {
  display: none;
}
.filter-section .collapse.show {
  display: block;
}
.filter-section .filter {
  padding-bottom: 5px;
}
.filter-section .filter:first-child .filter-heading {
  margin-top: 0;
}
.filter-section .filter:last-child {
  padding-bottom: 0;
  display: flex;
  margin-bottom: 53px;
  flex-direction: column;
}
.filter-section .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  padding: 0;
}
.filter-section .filter-heading {
  margin-top: 25px;
  margin-bottom: 14px;
  font-size: 27px;
  line-height: 33px;
  font-family: "Poppins", sans-serif;
}

.filter-row.extra {
  display: none;
}

.wrap-filter-section {
  width: 100%;
  max-width: 327px;
  padding-top: 75px;
  position: relative;
}
@media (min-width: 992px) {
  .wrap-filter-section {
    padding-top: 62px;
  }
}
@media (max-width: 992px) {
  .wrap-filter-section {
    display: none;
  }
}

.filter-section-sticky {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
  padding-bottom: 142px;
}

.wrap-filter-section-mobile {
  display: none;
}

.filter:not(.degree-filter):not(.categories-filter):not(.doc-types-filter) .filter-row {
  margin-bottom: 28px !important;
}

.filter-row {
  position: relative;
  height: 45px;
}
.filter-row .custom-control-label {
  color: #FFFFFF;
  padding-left: 40px;
  cursor: pointer;
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: normal;
  font-size: 17px;
  line-height: 23px;
}
.filter-row .custom-control-label .count-items {
  font-size: 14px;
}
.filter-row .custom-control-label::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #FFFFFF;
  border: 1px solid #6B6B6B;
}
.filter-row .custom-control-label::after {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  border: 1px solid #6B6B6B;
}
.filter-row .nice-select .searchable-select {
  height: 45px;
}
.filter-row .custom-control-input:checked ~ .custom-control-label::after {
  background: #30A4DC;
  border: 1px solid #6B6B6B;
  box-sizing: border-box;
}
.filter-row .custom-control-input:checked ~ .custom-control-label::before {
  background: #30A4DC;
  border: 1px solid #6B6B6B;
  box-sizing: border-box;
}
.filter-row .searchable-select {
  height: 45px;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #6B6B6B;
  display: flex;
  align-items: center;
  border: 1px solid #A0ABBA;
  padding-left: 14px;
  padding-right: 18px;
  position: relative;
  max-width: 256px;
}
.filter-row .searchable-select::after {
  border-bottom: 1.5px solid #6b6b6b;
  border-right: 1.5px solid #6b6b6b;
  height: 8px;
  right: 18px;
  top: 47%;
  width: 8px;
}
.filter-row .searchable-select.search-form::after {
  background: url("../../../css/images/ico-search-darkgrey.png") no-repeat;
  width: 18px;
  height: 17px;
  border: none;
  background-size: 18px 17px;
  right: 11px;
  top: 39%;
  transform: none;
}
.filter-row .nice-select .list {
  padding-top: 8px;
  margin-bottom: 12px;
  max-height: 327px;
  position: relative;
}
.filter-row .nice-select .list::before {
  content: "";
  position: fixed;
  border-bottom: 1.5px solid #6b6b6b;
  border-right: 1.5px solid #6b6b6b;
  height: 8px;
  right: 23px;
  width: 8px;
  top: 24px;
  display: block;
  margin-top: -4px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  z-index: 2;
}
.filter-row .nice-select li {
  position: relative;
}
.filter-row .nice-select li::after {
  content: "";
  position: absolute;
  min-width: 60%;
  height: 1px;
  background-color: #E5E5E5;
  left: 5%;
  bottom: 0;
}
.filter-row .nice-select li:last-child::after {
  display: none;
}
.filter-row .nice-select .option {
  line-height: 40px;
}
.filter-row .nice-select .nice-select-dropdown {
  top: -14%;
  width: 374px;
  background: #ffffff;
}
.filter-row .nice-select .nice-select-search {
  border: none;
  font-size: 18px;
  color: #6B6B6B;
}
.filter-row .nice-select.search-form .list {
  max-height: 278px;
  padding-top: 0px;
}
.filter-row .nice-select.search-form .list::before {
  background: url("../../../css/images/ico-search-darkgrey.png") no-repeat;
  width: 18px;
  height: 17px;
  border: none;
  background-size: 18px 17px;
  right: 11px;
  top: 20px;
  transform: none;
}
.filter-row .nice-select.search-form .nice-select-dropdown {
  width: 100%;
}
.filter-row .nice-select.open .nice-select-dropdown {
  border-radius: 0;
}
.filter-row .select2-selection, .filter-row .select2-selection--default, .filter-row .select2-selection--single {
  height: 45px;
  border-radius: 0;
}
.filter-row .select2-selection .select2-selection__clear, .filter-row .select2-selection--default .select2-selection__clear, .filter-row .select2-selection--single .select2-selection__clear {
  display: block;
  margin-top: 5px;
  margin-right: 10px;
  z-index: 99;
  font-size: 25px;
  top: 0;
}
.filter-row .select2-selection .select2-selection__rendered, .filter-row .select2-selection--default .select2-selection__rendered, .filter-row .select2-selection--single .select2-selection__rendered {
  padding: 11px 15px 12px;
}
.filter-row .select2-selection .select2-selection__rendered, .filter-row .select2-selection .select2-selection__placeholder, .filter-row .select2-selection--default .select2-selection__rendered, .filter-row .select2-selection--default .select2-selection__placeholder, .filter-row .select2-selection--single .select2-selection__rendered, .filter-row .select2-selection--single .select2-selection__placeholder {
  font-size: 15px;
  color: #6B6B6B;
  line-height: 22px;
}
.filter-row .select2-selection .select2-selection__arrow, .filter-row .select2-selection--default .select2-selection__arrow, .filter-row .select2-selection--single .select2-selection__arrow {
  height: 45px;
}
.filter-row .select2-selection .select2-selection__arrow:before, .filter-row .select2-selection--default .select2-selection__arrow:before, .filter-row .select2-selection--single .select2-selection__arrow:before {
  display: block;
  content: "";
  background: url(../../../css/images/arrow-collapse-down.svg) center center no-repeat;
  width: 11px;
  height: 6px;
  top: 40%;
  position: absolute;
}
.filter-row .select2-selection .select2-selection__arrow b, .filter-row .select2-selection--default .select2-selection__arrow b, .filter-row .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.filter-row .select2-selection .select2-search__field, .filter-row .select2-selection--default .select2-search__field, .filter-row .select2-selection--single .select2-search__field {
  height: 45px;
  margin: 0;
  font-size: 15px;
  font-family: inherit;
  color: #6B6B6B;
  line-height: 22px;
}
.filter-row .select2-selection.select2-selection--multiple.select2-selection--clearable:after, .filter-row .select2-selection--default.select2-selection--multiple.select2-selection--clearable:after, .filter-row .select2-selection--single.select2-selection--multiple.select2-selection--clearable:after {
  opacity: 0;
}
.filter-row .select2-selection.select2-selection--multiple, .filter-row .select2-selection--default.select2-selection--multiple, .filter-row .select2-selection--single.select2-selection--multiple {
  padding: 11px 15px 12px;
}
.filter-row .select2-selection.select2-selection--multiple:after, .filter-row .select2-selection--default.select2-selection--multiple:after, .filter-row .select2-selection--single.select2-selection--multiple:after {
  display: block;
  content: "";
  background: url(../../../css/images/ico-search-darkgrey.png) center center no-repeat;
  background-size: 18px 17px;
  width: 18px;
  height: 18px;
  top: 30%;
  right: 11px;
  position: absolute;
}
.filter-row .select2-selection.select2-selection--multiple .select2-selection__rendered, .filter-row .select2-selection--default.select2-selection--multiple .select2-selection__rendered, .filter-row .select2-selection--single.select2-selection--multiple .select2-selection__rendered {
  display: none;
}
.filter-row .select2-selection--clearable .select2-selection__arrow {
  display: none;
}

@media (min-width: 768px) {
  .most-popular-month-items {
    width: auto !important;
  }
}
.most-popular-month-items li {
  white-space: nowrap;
}

body > .select2-container {
  visibility: none;
}
body > .select2-container .services-select-items .select2-results,
body > .select2-container .versions-select-items .select2-results,
body > .select2-container .select-items .select2-results {
  padding: 0;
}
body > .select2-container .services-select-items .select2-results .select2-results__option,
body > .select2-container .versions-select-items .select2-results .select2-results__option,
body > .select2-container .select-items .select2-results .select2-results__option {
  padding: 5px 8px;
  font-size: 15px;
  /*            white-space: nowrap;
  letter-spacing: -0.6px;
  padding-left: 5px;*/
}
body > .select2-container .services-select-items .select2-results .select2-results__option.select2-results__option--group,
body > .select2-container .versions-select-items .select2-results .select2-results__option.select2-results__option--group,
body > .select2-container .select-items .select2-results .select2-results__option.select2-results__option--group {
  padding: 0;
}
body > .select2-container .services-select-items .select2-results .select2-results__option.select2-results__option--group .select2-results__option,
body > .select2-container .versions-select-items .select2-results .select2-results__option.select2-results__option--group .select2-results__option,
body > .select2-container .select-items .select2-results .select2-results__option.select2-results__option--group .select2-results__option {
  padding: 5px 1em;
}
body > .select2-container .products-select-items .select2-results,
body > .select2-container .servers-select-items .select2-results {
  padding: 0;
}
body > .select2-container--open {
  visibility: visible;
}
body > .select2-container--default .select2-results {
  box-sizing: border-box;
  padding: 5px 0 10px 15px;
}
body > .select2-container--default .select2-results__group {
  border-bottom: 1px solid #E5E5E5;
  padding-left: 10px;
}
body > .select2-container--default .select2-results__group.hidden {
  display: none;
}
body > .select2-container--default .select2-results__option {
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #E5E5E5;
}
body > .select2-container--default .select2-results__option:last-child {
  border-bottom: none;
}
body > .select2-container--default .select2-results__option--group {
  border-bottom: none;
}
body > .select2-container--default .select2-results__option .select2-results__option {
  border-bottom: none;
}
body > .select2-container--default .select2-results__option--selectable:hover {
  background: #f5f8fa;
}
body > .select2-container--default .select2-results__option--selected, body > .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #f5f8fa;
  border: 1px solid #30A4DC !important;
  font-weight: 700;
  width: 100%;
  color: #30A4DC !important;
}
body > .select2-container--default .select2-dropdown {
  border: 1px solid #A0ABBA;
  /*                min-width: 354px;*/
  /*margin-top: -45px;*/
  border-radius: 0;
}
body > .select2-container--default .select2-dropdown.file-languages-items {
  min-width: auto;
}
body > .select2-container--default .select2-dropdown.services-select-items {
  min-width: auto;
}
body > .select2-container--default .select2-dropdown.services-select-items .select2-results__option {
  border-bottom: 1px solid #E5E5E5;
  width: 100%;
}
body > .select2-container--default .select2-dropdown.services-select-items .select2-results__option:last-child {
  border-bottom: none;
}

.filter-heading .btn-open-filter {
  background: transparent;
  text-align: left;
  padding: 0;
  color: #30A4DC;
  font-size: 27px;
  line-height: 33px;
  text-transform: none;
  height: auto;
  cursor: auto;
}

.degree-filter {
  margin-bottom: 51px;
}

.filter-export-all {
  background: transparent;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
  color: #30A4DC;
  text-transform: uppercase;
  margin: 0 auto;
  border: 1.5px solid #30A4DC;
  box-sizing: border-box;
  border-radius: 35px;
  max-width: 138px;
  width: 100%;
  padding: 10px 25px 7px 12px;
  position: relative;
}
.filter-export-all::after {
  position: absolute;
  content: "";
  background: url(../../../css/images/export-btn.svg) center center no-repeat;
  background-size: 11px 14px;
  width: 11px;
  height: 14px;
  top: 12.5px;
  right: 19px;
}
.filter-export-all:hover {
  opacity: 0.7;
}

.checkbox-degree {
  font-weight: bold;
  font-size: 19px;
  line-height: 38px;
  color: #ffffff;
  margin-bottom: 15px;
}

.compare-block.filter-row.disabled label {
  cursor: not-allowed;
  color: #6b6b6b;
}
.compare-block.filter-row.disabled label::before {
  border-color: #6b6b6b;
}

.clear-filter {
  visibility: hidden;
}
.clear-filter.active {
  visibility: visible;
}

.btn-clear {
  background: transparent;
  text-transform: capitalize;
  color: #30A4DC;
  padding: 0;
  height: auto;
  margin-bottom: 16px;
  font-size: 19px;
  line-height: 38px;
  text-decoration-line: underline;
  color: #3EA2D6;
  font-weight: normal;
}

@media (max-width: 992px) {
  #sbc .btn-filter-open {
    margin-left: 28px;
    font-size: 16px;
  }
}

.btn-filter-open {
  background: transparent;
  text-transform: capitalize;
  font-size: 19px;
  line-height: 23px;
  color: #30A4DC;
  padding: 0;
  height: auto;
  margin-bottom: 16px;
  text-transform: uppercase;
  display: none;
}
.btn-filter-open .icon-clear:before {
  display: none;
}
@media (max-width: 992px) {
  .btn-filter-open {
    display: inline-block;
    margin-left: 15px;
    font-size: 13.5px;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 0;
  }
  .btn-filter-open:focus, .btn-filter-open:active {
    outline: none !important;
  }
}

.icon-clear {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  position: relative;
  background: url("../../../css/images/filter-circle.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  margin-right: 9px;
}
@media (max-width: 992px) {
  .icon-clear {
    margin-right: 5px;
    margin-top: -2px;
  }
}

.filter-row {
  margin-bottom: 43px;
}
.filter-row .select2-container {
  position: relative;
  min-width: 256px;
  width: 100% !important;
}
.filter-row .select2-container--default .select2-selection--single {
  height: 45px;
  border-radius: 0;
  height: 45px;
  border: 1px solid #A0ABBA;
  border-radius: 0;
}
.filter-row .select2-container--default .select2-selection .select2-selection__placeholder {
  color: #6B6B6B;
}
.filter-row .select2-container--default .select2-selection .select2-selection--opinion {
  line-height: 22px;
}
.filter-row .select2-container--default .select2-selection .select2-selection__rendered {
  font-size: 15px;
  color: #6B6B6B;
  line-height: 22px;
  text-transform: capitalize;
}
.filter-row .select2-container--default .select2-selection .select2-selection__arrow {
  height: 45px;
  right: -6px;
}
.filter-row .select2-container--default .select2-selection .select2-selection__arrow b {
  display: none;
}
.filter-row .select2-container--default .select2-selection .select2-selection__arrow::before {
  display: block;
  content: "";
  background: url(../../../css/images/arrow-collapse-down.svg) center center no-repeat;
  width: 11px;
  height: 6px;
  top: 40%;
  right: 18px;
  position: absolute;
}

.lng-select-wrap .select2-container--default .select2-selection .select2-selection__rendered {
  padding-left: 47px;
}
.lng-select-wrap .select2-container--default .select2-selection__rendered::after {
  display: block;
  content: "";
  background: url(../../../css/images/ico-lang-greay.svg) center center no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 17px;
  top: 15px;
}

.doc-types-filter .collapse-show,
.doc-types-filter .collapse,
.categories-filter .collapse-show,
.categories-filter .collapse {
  background-color: transparent;
  margin-bottom: 8px;
  height: auto;
}

.open-state .btn-nav-mobile {
  z-index: 996;
}

@media (min-width: 992px) {
  .btn-clear-desktop {
    margin-bottom: 16px;
    margin-top: 14px;
  }
}
@media (max-width: 992px) {
  .sticky-container {
    background: #ffffff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 20px 0;
    display: none;
  }
  .sticky-container.active {
    display: block;
  }
  .wrap-filter-section-mobile.show-filte {
    display: block;
  }
  .filter-section .filter-heading {
    margin-bottom: 16px;
  }
  .filter-export-all {
    display: none;
  }
  .filter-row .nice-select.search-form .list {
    max-height: 180px;
  }
  .filter-row .nice-select li::after {
    min-width: 93%;
    left: 18px;
  }
  .filter-row .nice-select .nice-select-dropdown {
    width: 100%;
  }
  .btn-apply {
    height: 29px;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 35px;
    font-size: 10px;
    line-height: 12px;
    margin: 0 auto;
    color: #fff;
    display: block;
    padding: 7px 22px 6px;
  }
  .btn-apply.active {
    background-color: #30A4DC;
  }
  .show-filter,
  .show-result {
    display: block;
  }
  .open-state {
    overflow: hidden;
    -ms-touch-action: none;
    -webkit-overflow-scrolling: touch;
    position: fixed;
  }
  .wrap-filter-section-mobile {
    overflow: auto;
  }
  .wrap-filter-section-mobile,
  .compare-result {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 17, 37, 0.95);
    z-index: 999;
  }
  .header {
    z-index: 995;
  }
  .wrap-filter-section-mobile .filter-section {
    background: transparent;
    height: calc(100% - 145px);
    overflow: auto;
    padding-bottom: 0;
    padding-top: 20px;
  }
  .filter-section.filter-mobile {
    display: block;
  }
  .icon-clear {
    width: 16px;
    height: 16px;
  }
  .filter-heading .btn-open-filter {
    font-weight: bold;
    text-decoration: none;
    position: relative;
    padding-right: 40px;
    display: block;
    width: 100%;
  }
  .filter-heading .btn-open-filter:before {
    content: "";
    position: absolute;
    right: -25px;
    width: 15px;
    height: 15px;
    background: url("../../../css/images/arrow-blue.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .filter-heading .btn-open-filter.collapse-show:before {
    transform: rotate(-90deg);
  }
  .top-mobile-section,
  .compare-result .top-mobile-section {
    display: flex;
    background: #30A4DC;
    color: #fff;
    padding-left: 32px;
  }
  .top-mobile-section .btn-filter-close,
  .compare-result .btn-close-compare {
    margin-left: auto;
    background: transparent;
    padding: 5px 10px;
  }
  .top-mobile-section .btn-filter-close.disabled {
    opacity: 0;
    visibility: hidden;
  }
  .top-mobile-section .btn-filter-close img,
  .compare-result .btn-close-compare img {
    width: 12px;
  }
  .top-mobile-section .btn-clear {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
  }
  .top-mobile-section .icon-clear {
    background: url("../../../css/images/filter-circle-blue.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .top-mobile-section .icon-clear:before {
    display: none;
  }
  .filter:not(.degree-filter) .filter-row {
    margin-bottom: 3px;
    height: 40px;
  }
  body > .select2-container--default .select2-results__option {
    width: 100%;
    font-size: 15px;
  }
  body > .select2-container--default .select2-results__group {
    width: 97%;
    margin-top: 0px;
  }
  body > .select2-container--default .select2-dropdown.services-select-items .select2-results__option {
    font-size: 15px;
  }
  .filter-row > .select2-container {
    min-width: 100%;
  }
  .filter-row > .select2-container--defaualt .select2-results__group {
    width: 100%;
  }
  .filter-row .select2-selection .select2-selection__rendered {
    font-size: 15px;
  }
  .filter-row .select2-selection--single .select2-selection__placeholder {
    font-size: 15px;
  }
  .filter-row .select2-selection .select2-search__field {
    font-size: 18px;
  }
  .filter-row .select2-selection .select2-selection__placeholder {
    font-size: 18px;
  }
  .filter-row .select2-selection select2-selection__rendered {
    font-size: 15px;
  }
  body > .select2-container--default .select2-dropdown {
    min-width: 100%;
  }
}
@media (max-width: 768px) {
  .checkbox-degree {
    font-size: 16px;
    line-height: 19px;
  }
  .filter-row .searchable-select {
    height: 32px;
    font-size: 13px;
    line-height: 22px;
  }
  .filter-heading .btn-open-filter {
    font-size: 18px;
    line-height: 22px;
  }
  .filter-section .filter-heading {
    font-size: 0;
    line-height: 0;
    margin-bottom: 11px;
  }
  .filter-row .custom-control-label {
    font-size: 15px;
    line-height: 1;
    padding-left: 24px;
    padding-top: 0;
  }
  .filter-row {
    margin-bottom: 6px;
    height: auto;
  }
  .filter-section .filter {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .top-mobile-section .btn-clear {
    font-size: 13.5px;
    line-height: 17px;
  }
  .filter-row .custom-control-label::after,
  .filter-row .custom-control-label::before {
    width: 15px;
    height: 15px;
    top: 0px;
  }
}
@media (max-width: 480px) {
  .btn-filter-open {
    margin-bottom: 0;
  }
  .filter-row .custom-control-label::before {
    top: 0;
  }
}
.section-tabs-default .tabs-head {
  background: #F8F8F8;
  overflow: hidden;
}
.section-tabs-default .tabs-head .shell {
  padding: 0;
  max-width: 1440px;
  padding: 0 15px;
  margin: 0 auto;
}
.section-tabs-default .tabs-primary .tabs-nav {
  border-bottom: 2px solid #B6BFC6;
  background: #F8F8F8;
}
.section-tabs-default .tabs-primary .tabs-nav ul {
  justify-content: space-between;
}
.section-tabs-default .tabs-primary .tabs-nav li a:hover::before {
  opacity: 1;
  visibility: visible;
}
.section-tabs-default .tabs-primary .tabs-nav::after, .section-tabs-default .tabs-primary .tabs-nav::before {
  border-bottom: 2px solid #B6BFC6;
  height: 103%;
  background: #F8F8F8;
  max-width: 2000px;
  width: 100%;
}
.section-tabs-default .tabs-primary .tabs-nav a {
  font-size: 22px;
  line-height: 29px;
}
.section-tabs-default .tabs-primary .tabs-nav a::before {
  background: #30A4DC;
  height: 10px;
}
.section-tabs-default .search-big {
  max-width: 1178px;
  margin: 0 auto;
  width: 100%;
}
.section-tabs-default .search-big .search-field {
  border-radius: 0;
  border: 1px solid #A0ABBA;
  background: #ffffff;
  height: 75px;
  font-size: 20px;
  line-height: 26px;
  color: #6B6B6B;
  outline: 0;
}
.section-tabs-default .search-big .search-field:focus {
  border: 1px solid rgba(62, 162, 214, 0.25);
  filter: drop-shadow(1px 1px 3px rgba(62, 162, 214, 0.25));
}
.section-tabs-default .search-big .search-field::placeholder {
  color: #cfcfcf;
}
.section-tabs-default .search-big .search-field::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  margin-left: 0.7em;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
  cursor: pointer;
  opacity: 0.7;
}
.section-tabs-default .search-big .search-field::-webkit-search-cancel-button:hover {
  opacity: 1;
}
.section-tabs-default .search-big .search-btn {
  width: 27px;
  height: 27px;
  margin-top: -13.5px;
  background: url("../../../css/images/new-search-icon.svg") 0 0 no-repeat;
  background-size: contain;
}

.filter-section-library {
  padding-top: 43px;
  padding-bottom: 45px;
  background: #F8F8F8;
}

@media (max-width: 768px) {
  .section-tabs-default .search-big .search-field {
    height: 45px;
    padding: 0 32px 0 20px;
    font-size: 15px;
  }
  .section-tabs-default .search-big .search-btn {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .section-tabs-default .tabs-primary .tabs-nav a {
    font-size: 15px;
    line-height: 18px;
    height: 45px;
  }
  .section-tabs-default .tabs-primary .tabs-nav a::before {
    height: 3px;
    bottom: -1px;
  }
  .section-tabs-default .tabs-primary .tabs-nav::after, .section-tabs-default .tabs-primary .tabs-nav::before {
    height: 105%;
  }
  .filter-section-library {
    padding-top: 33px;
  }
}
@media (max-width: 576px) {
  .section-tabs-default .tabs-primary .tabs-nav a {
    font-size: 12px;
    line-height: 14px;
  }
  .filter-section-library {
    padding-bottom: 25px;
    padding-top: 19px;
  }
}
@media (max-width: 767px) {
  .scroll-to-me {
    scroll-margin: 47px;
  }
}
@media (max-width: 992px) {
  .scroll-to-me {
    scroll-margin: 53px;
  }
}

.files-filter-row.filter-blue #select2-most-popular-month-select-container {
  font-weight: 700;
  text-decoration: underline;
  color: #30A4DC;
}
.files-filter-row.filter-blue .select2-container--default .select2-selection--single .select2-selection__arrow:after, .files-filter-row.filter-blue .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  background: #30A4DC;
}

.library-content {
  /*    .filter-select {
      width: 100%;
      cursor: pointer;
      font-size: 18px;
      line-height: 22px;
      padding: 11px 18px 12px 19px;
      height: 45px;
      background: #FFFFFF url('/css/images/select-arrow.svg') right 18px center no-repeat;
      background-size: 11px 6px;
      border: 1px solid #A0ABBA;
  }*/
}
.library-content .wrap-library {
  display: flex;
  max-width: 1570px;
  margin: 0 auto;
}
.library-content .left-filter-side {
  width: 100%;
  max-width: 353px;
  padding-right: 26px;
}
.library-content .date-file {
  width: 100%;
  font-size: 13px;
}
.library-content .load-more:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 9px;
  background: url("../../../css/images/arrow-blue.svg") 0 0 no-repeat;
  background-size: contain;
  margin-left: 10px;
}
.library-content .bottom-footer {
  margin: 56px auto 30px;
  text-align: center;
}
.library-content .wrap-filter-section .bottom-footer {
  margin: 38px auto -20px;
  text-align: center;
}
.library-content .list-videos.list-videos-secondary {
  max-width: 1360px;
  margin: 0 auto;
}
.library-content .list-videos.list-videos-secondary .video-media img:not([class]) {
  height: 264px;
}
.library-content .video-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 22px 22px 0;
}
@media (max-width: 1024px) {
  .library-content .video-content {
    padding: 10px 10px 0;
  }
}
.library-content .video-content h3 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 19px;
  line-height: 105%;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .library-content .video-content h3 {
    font-size: 15px;
  }
}
.library-content .video-media {
  margin-bottom: 0;
}
.library-content .video-media:before {
  background: rgb(0, 17, 37);
  opacity: 0.8;
}
.library-content .video-media:hover:before {
  background: rgba(0, 17, 37, 0.85);
}
.library-content .video-media img.ico-play {
  width: 60px;
  height: 60px;
  top: 55%;
}
@media (max-width: 1250px) {
  .library-content .video-media img.ico-play {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1024px) {
  .library-content .video-media img.ico-play {
    width: 30px;
    height: 30px;
  }
}
.library-content .filters-library-content {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}
.library-content .filter-body {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.library-content .double-select .filter-select:first-child {
  margin-left: 0;
}
.library-content .form-group-btn {
  display: flex;
  flex: auto;
}
.library-content .form-group-btn:last-child {
  justify-content: flex-end;
}
.library-content .form-group-btn .additional-filter-btn {
  min-width: 148px;
  min-height: 45px;
  background: #FFFFFF;
  border: 1px solid #A0ABBA;
  background: #fff;
  font-size: 18px;
  line-height: 22px;
  color: #6B6B6B;
}
.library-content .form-group-btn .additional-filter-btn.active {
  background: #30A4DC;
  border: 1px solid #A0ABBA;
  font-weight: bold;
  color: #FFFFFF;
}
.library-content .icon-tootip {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  background: url("../../../css/images/tooltip-icon.svg") 0 0 no-repeat;
  background-size: contain;
}
.library-content .filter-tooltip {
  margin-bottom: 12px;
}
.library-content .text-tooltip {
  display: inline-block;
  vertical-align: middle;
  background: rgba(183, 205, 220, 0.2);
  border-radius: 50px;
  padding: 2px 8px 1px 30px;
  margin-left: -25px;
  font-size: 16px;
  line-height: 19px;
}

.library-loading.active {
  display: flex;
  visibility: visible;
  opacity: 1;
}

.files-container .files-container-head {
  max-width: 935px;
  margin-bottom: 28px;
  padding: 0 16px;
}

.content-box .holder-wrap {
  display: flex;
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  padding-top: 65px;
}
.content-box .files-results {
  margin-top: 15px;
  min-height: 300px;
}
@media (min-width: 768px) {
  .content-box .files-results {
    min-height: 0;
  }
}
@media (max-width: 992px) {
  .content-box .holder-wrap {
    justify-content: center;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0;
  }
}

.shell-library {
  max-width: 935px;
  position: relative;
  width: 100%;
  padding-top: 0px;
  margin-left: 15px;
}

.library-loading {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  align-items: flex-start;
  z-index: 5;
  justify-content: center;
  background: #fff;
  height: 600px;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.1s linear;
  max-height: 300px;
}
@media (min-width: 768px) {
  .library-loading {
    max-height: 600px;
  }
}

.label-heading {
  font-size: 27px;
  line-height: 33px;
  font-family: "Poppins", sans-serif;
  color: #001125;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: none;
}

.library-icons-support .section-icons ul {
  display: flex;
  justify-content: space-between;
}
.library-icons-support .section-icons ul li {
  width: auto;
}
.library-icons-support .btn-group {
  margin-top: 25px;
}
.library-icons-support .btn-group .btn {
  padding: 20px 15px;
  background: #3EA2D6;
  border-radius: 35px;
  color: #ffffff;
  height: 65px;
  font-size: 18px;
  min-width: 225px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .library-icons-support .btn-group .btn {
    width: inherit;
  }
}
.library-icons-support .btn-group .btn:hover {
  background: #71bfe7;
}
.library-icons-support .btn-group .btn.btn-white {
  background: #ffffff;
  color: #001125;
  border: 2px solid #001125;
}
.library-icons-support .btn-group .btn.btn-white:hover {
  color: rgba(0, 0, 0, 0.37);
  border: 2px solid rgba(0, 0, 0, 0.37);
}
.library-icons-support .section-icons-support {
  padding: 134px 0 181px;
}
.library-icons-support .section-icons .section-head {
  padding-right: 0;
  margin-bottom: 46px;
}
.library-icons-support .section-icons .section-head h3 {
  font-size: 50.5px;
  line-height: 1.05;
  font-weight: 300;
  color: #3EA2D6;
}
@media (max-width: 768px) {
  .library-icons-support .section-icons .section-head h3 {
    font-size: 40px;
  }
}
.library-icons-support .section-icons ul {
  padding: 0;
}
.library-icons-support .section-icons ul span {
  font-size: 18px;
  line-height: 165%;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .library-icons-support .section-icons ul {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .library-icons-support .btn-group {
    margin-bottom: 45px;
  }
}

.library-content .load-more-files:hover {
  background-color: #3EA2D6;
  color: #ffffff;
  opacity: 0.8;
}
.library-content .load-more-files:hover::after {
  background: url(../../../css/images/arrow-white.svg) 0 0 no-repeat;
}

.library-section-catalog {
  background: linear-gradient(89.99deg, #023F88 0.01%, #3EA2D6 100%);
  padding: 68px 0 68px;
  color: #ffffff;
}
.library-section-catalog .btn-cyan {
  min-width: 225px;
  height: 65px;
  border-radius: 35px;
  background: #ffffff;
  font-weight: bold;
  font-size: 20.5px;
  line-height: 25px;
  color: #3EA2D6;
  padding: 21px 20px;
}
.library-section-catalog .btn-cyan:hover {
  color: rgba(62, 162, 214, 0.37);
}
.library-section-catalog h3, .library-section-catalog h2 {
  color: #ffffff;
}
.library-section-catalog p {
  max-width: 769px;
  margin: 0 auto 48px;
  white-space: normal !important;
}
@media (max-width: 768px) {
  .library-section-catalog {
    padding: 27px 0 35px;
  }
  .library-section-catalog h3 {
    margin-bottom: 9px;
    font-size: 40px;
  }
  .library-section-catalog p {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

.library-content .tabs-alt {
  padding-bottom: 91px;
}
@media (max-width: 768px) {
  .library-content .tabs-alt {
    padding-bottom: 40px;
  }
}
.library-content .tabs-alt .tabs-filters {
  border-top: none;
  padding: 5px 0 66px;
  padding-bottom: 13px;
}
@media (max-width: 576px) {
  .library-content .tabs-alt .tabs-nav a {
    font-size: 16px;
    line-height: 18px;
  }
}
.library-content .file-type-publication {
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  color: #30A4DC;
}
.library-content .filter-library-section {
  display: flex;
  align-items: center;
  text-transform: lowercase;
  /*#select2-most-popular-month-select-container{
      width:214px;
      text-align:center;
  }*/
}
.library-content .files-label {
  height: auto;
  padding: 0;
  font-size: 15px;
  line-height: 23px;
  display: block;
  white-space: nowrap;
  font-weight: 400;
  background: none;
  margin: 0 12px;
  position: relative;
  text-transform: lowercase;
}
.library-content .files-label:hover {
  text-decoration: underline;
}
.library-content .files-label:last-child {
  margin-right: 0;
}
.library-content .files-label:last-child:before {
  content: "";
  position: absolute;
  left: -12px;
  height: 16px;
  top: 7px;
  width: 1px;
  background: #6a6a6a;
}
.library-content .files-label.active {
  font-weight: 700;
  text-decoration: underline;
  color: #30A4DC;
}
.library-content .files-label.active:hover {
  text-decoration: none;
}
.library-content .load-more {
  border: 2px solid #30A4DC;
  min-width: 193px;
  height: auto;
  border-radius: 35px;
  font-size: 19px;
  line-height: 1.3;
  color: #30A4DC;
  font-weight: bold;
  position: relative;
  transition: background-color 0.4s ease;
  padding: 12px 22px 9px;
}
@media (max-width: 767px) {
  .library-content .load-more {
    scroll-margin: 62px;
  }
}
.library-content .load-more:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 9px;
  background: url("../../../css/images/arrow-blue.svg") 0 0 no-repeat;
  background-size: contain;
  margin-left: 10px;
}
.library-content .wrap-filter .load-more {
  height: auto;
  min-width: 138px;
  font-size: 15px;
  line-height: 1;
  background: none;
  padding: 12px 22px 12px;
}
@media (max-width: 768px) {
  .library-content .wrap-filter .load-more {
    margin-left: 0;
  }
}
@media (min-width: 767px) {
  .library-content .wrap-filter .load-more:hover {
    opacity: 0.7;
  }
}
.library-content .wrap-filter .load-more:after {
  width: 11px;
  height: 6px;
  margin-bottom: 2px;
}
.library-content .wrap-filter .load-more.collapse-show {
  color: #30A4DC;
  background-color: #fff;
}
.library-content .wrap-filter .load-more.collapse-show:after {
  transform: rotate(180deg);
  margin-bottom: 5px;
}

.library-not-found {
  height: 300px;
  margin-top: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.autocomplete-icon {
  margin-right: 15px;
  background-color: #646464;
  border-radius: 50%;
  border: 1px solid #646464;
  padding: 5px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  float: none;
}
.autocomplete-icon img {
  height: 18px;
  width: 100%;
}

.autocomplete-suggestions {
  background: #fff;
  max-height: 100% !important;
  opacity: 0.99;
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding: 10px 21px;
  cursor: pointer;
  font-size: 18px;
  background: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  border: solid 1px #efefef;
  border-top-width: 0;
  border-bottom-width: 0;
}
.autocomplete-suggestions .autocomplete-suggestion span {
  flex: 1;
}
.autocomplete-suggestions .autocomplete-suggestion:first-child {
  padding-top: 20px;
}
.autocomplete-suggestions .autocomplete-suggestion:hover {
  text-decoration: underline;
}
.autocomplete-suggestions .show-all {
  background: #fff;
  padding: 10px 21px 30px;
  font-size: 16px;
  border: solid 1px #efefef;
  border-top-width: 0;
}

.hide-filter {
  display: none !important;
}

@media (max-width: 992px) {
  .shell-library {
    margin-left: 0;
  }
  .library-content .left-filter-side {
    width: auto;
    padding-right: 0;
  }
  .library-content .news-item .news-item-image {
    max-width: 150px;
    margin: 0 auto 20px;
  }
  .library-content .news-item .news-item-inner {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .library-content .filter-tooltip {
    position: relative;
  }
  .library-content .filter-tooltip .icon-tootip {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10.5px;
  }
  .library-content .text-tooltip {
    font-size: 14px;
    margin-left: 0;
  }
  .library-content .file .file-icon {
    margin: 0 auto;
  }
  .library-content .filter-body {
    display: block;
  }
  .library-content .form-group-btn {
    display: block;
  }
  .library-content .form-group-btn .additional-filter-btn {
    min-height: 35px;
    margin-bottom: 20px;
  }
  .library-content .filter-select {
    margin-left: 0;
    height: 35px;
    padding: 3px 18px;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .library-content .bottom-footer {
    margin-bottom: 0;
    margin-top: 30px;
  }
  .library-content #tab-documents .file-info {
    padding-right: 0;
  }
  .library-icons-support .section-icons-support {
    padding: 40px 0 30px;
  }
  .library-icons-support .section-icons-support ul {
    align-items: center;
  }
  .library-icons-support .section-icons-support ul li {
    width: 50%;
  }
  .library-icons-support .section-icons-support .section-icons .section-head h3 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .library-icons-support .section-icons-support ul li {
    width: 100%;
  }
  .intro-small .intro-image {
    z-index: -1;
  }
}
.content-box .file a {
  background: #ffffff;
  border: none;
  padding: 17px 24px 21px 24px;
  border: 1px solid transparent;
  align-items: center;
  color: #444444;
  width: 100%;
}
.content-box .file.library-item {
  cursor: pointer;
  border: 1px solid transparent;
}
.content-box .file.library-item:hover {
  border: 1px solid rgba(160, 171, 186, 0.5);
}
.content-box .file .file-wrapper {
  display: flex;
  align-items: center;
}
.content-box .file .file-after-name {
  font-size: 18px;
  line-height: 22px;
  color: #30A4DC;
}
.content-box .file .file-icon {
  border: none;
  border-radius: 100%;
  height: 68px;
  width: 67px;
  background: #E5EFF6;
}
.content-box .file .type-file {
  display: inline;
  font-size: 13px;
  flex: auto;
}
.content-box .file .file-info {
  padding: 0 0 0 28px;
  flex-flow: column wrap;
  align-items: flex-start;
}
.content-box .file + .file {
  margin-top: 0;
}
.content-box .file:nth-child(even) {
  background: #F5F8FA;
}
.content-box .file:nth-child(even) a {
  background: #F5F8FA;
}
.content-box .file .file-versions {
  border: 1.5px solid #30A4DC;
  box-sizing: border-box;
  border-radius: 35px;
  font-size: 15px;
  line-height: 18px;
  color: #30A4DC;
  min-width: 137px;
  padding: 10px 9px 12px 14px;
  cursor: pointer;
  margin-right: 24px;
  height: 40px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(../../../css/images/ico-loagdown-blue.svg);
  background-position: right 1.2em top 45%, 0 0;
  background-repeat: no-repeat;
}
.content-box .file .select2-container--default .select2-selection--single {
  border: none;
  background-color: transparent;
}
.content-box .file .select2-container--default .select2-selection--single .select2-selection__clear .select2-container {
  display: none;
}
.content-box .file .select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}
.content-box .file .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: bold;
}
.content-box .file .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 12px;
}
.content-box .file .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.content-box .file .select2-container--default .select2-selection--single .select2-selection__arrow::after, .content-box .file .select2-container--default .select2-selection--single .select2-selection__arrow::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 6px;
  background: #6B6B6B;
  top: 45%;
}
.content-box .file .select2-container--default .select2-selection--single .select2-selection__arrow::after {
  transform: rotate(45deg);
  right: 9px;
}
@media (max-width: 767px) {
  .content-box .file .select2-container--default .select2-selection--single .select2-selection__arrow::after {
    transform: rotate(-45deg);
    right: -17px;
    top: 44%;
  }
}
.content-box .file .select2-container--default .select2-selection--single .select2-selection__arrow::before {
  transform: rotate(-45deg);
  right: 4px;
}
@media (max-width: 767px) {
  .content-box .file .select2-container--default .select2-selection--single .select2-selection__arrow::before {
    transform: rotate(45deg);
    right: -13px;
    top: 44%;
  }
}
.content-box .file-meta-wrapper {
  display: flex;
}
.content-box .file-meta-wrapper small {
  flex: unset;
  font-size: 13px;
  padding-right: 5px;
}
.content-box .file-meta {
  background-color: transparent;
  font-size: 13px;
  flex: unset;
  padding-left: 5px;
}
.content-box .file-meta:first-child {
  border-left: none;
  padding-left: 0;
}
.content-box .wrap-file-vesions {
  display: flex;
  justify-content: center;
  align-items: center;
}

.files-filter-row.filter-border .select2-container {
  border-left: 1px solid #6B6B6B;
}
.files-filter-row .select2-container {
  width: 100% !important;
}
.files-filter-row .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.files-filter-row .select2-container--default .select2-selection--single .select2-selection__arrow::after, .files-filter-row .select2-container--default .select2-selection--single .select2-selection__arrow::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 6px;
  background: #6B6B6B;
  top: 41%;
}
.files-filter-row .select2-container--default .select2-selection--single .select2-selection__arrow::after {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .files-filter-row .select2-container--default .select2-selection--single .select2-selection__arrow::after {
    transform: rotate(-45deg);
    right: -17px;
    top: 44%;
  }
}
.files-filter-row .select2-container--default .select2-selection--single .select2-selection__arrow::before {
  transform: rotate(-45deg);
  right: 10px;
}
@media (max-width: 767px) {
  .files-filter-row .select2-container--default .select2-selection--single .select2-selection__arrow::before {
    transform: rotate(45deg);
    right: -13px;
    top: 44%;
  }
}

@media (max-width: 767px) {
  #tab-technical .models,
  #tab-material .models {
    padding: 0 10px;
  }
}

#tab-technical .load-btn-wrapper,
#tab-material .load-btn-wrapper {
  margin-top: 11px;
}

.files-results .showing-results {
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  color: #444444;
  margin-top: 35px;
}

.select2-container--default .select2-selection--single {
  border: none;
  text-transform: lowercase;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #6B6B6B;
  padding-right: 25px;
  font-size: 17px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
}

.library-content .wrap-filter-section {
  padding-top: 10px;
}

@media (max-width: 767px) {
  .content-box .file a {
    padding: 15px 24px;
  }
  .content-box .file .file-wrapper {
    flex-direction: column;
  }
  .content-box .file .file-info {
    padding-left: 0;
    padding-top: 10px;
  }
  .content-box .file .file-versions {
    margin-right: 0;
  }
  .content-box .file .file-languages {
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .content-box .file-meta-wrapper {
    justify-content: center;
    align-items: center;
  }
  .content-box .wrap-file-vesions {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Uteam/Projects/AudioCodes/AudioCodes.Web/scss/_filter.scss%22,%22file:///C:/Uteam/Projects/AudioCodes/AudioCodes.Web/scss/base/_variables.scss%22,%22file:///C:/Uteam/Projects/AudioCodes/AudioCodes.Web/scss/_library-tabs-head.scss%22,%22file:///C:/Uteam/Projects/AudioCodes/AudioCodes.Web/scss/_common-tabs.scss%22,%22file:///C:/Uteam/Projects/AudioCodes/AudioCodes.Web/scss/base/_mixin.scss%22,%22file:///C:/Uteam/Projects/AudioCodes/AudioCodes.Web/scss/library-marketing.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAEA;EACI;EACA;;;AAGJ;AACA;EACI;;;AAIA;AACI;;;AAMA;EACI;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI;;AAIR;EACI;;AAGI;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA,aC9DU;;;ADkElB;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EANJ;IAOQ;;;AAGJ;EAVJ;IAWQ;;;;AAIR;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAIA;EACI;;;AAIR;EACI;EACA;;AAEA;EACI,OCxGA;EDyGA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;;AAOY;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAOpB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAMJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAKR;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAIA;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;;AAKJ;EACI;;AAMR;EAGI;EACA;;AAGI;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI;;AAIR;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAMR;EACI;;;AAOZ;EADJ;IAEQ;;;AAGJ;EACI;;;AAKR;EACI;;AAEA;AAAA;AAAA;EAGI;;AAEA;AAAA;AAAA;EACI;EACA;AASA;AAAA;AAAA;;AAPA;AAAA;AAAA;EACI;;AAEA;AAAA;AAAA;EACI;;AAShB;AAAA;EAEI;;AAGJ;EACI;;AAOI;EACI;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAIA;EACI;;AAIR;EAEI;EACA;EACA;EACA;EACA;;AAKZ;EACI;AACA;AACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAEA;EACI;EACA;;AAEA;EACI;;;AAUxB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIR;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;;;AAIA;EACI;EACA;;AAEA;EACI;;;AAKZ;EACI;;AAEA;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKI;EADJ;IAEQ;IACA;;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGI;EACI;;AAIR;EAlBJ;IAmBQ;IACA;IACA;IACA;IACA;IACA;;EAEA;IAEI;;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAVJ;IAWQ;IACA;;;;AAIR;EACI;;AAEA;EACI;EACA;EACA;;AAIQ;EACI;EACA;EACA;EACA;EACA;;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A;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIR;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAIA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;ACrPJ;EDmPA;IAKQ;;;AAIR;EACI;IACI;IACA;IACA;IACA;;;;AAKZ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AC7RA;ED8QJ;IAkBQ;;;;AAIR;EACI;EACA;EACA,aFjSc;EEkSd;EACA;EACA;EACA;;;AAKI;EACI;EACA;;AAEA;EACI;;AAKZ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAXJ;IAYQ;;;AAGJ;EACI,YFzTL;;AE4TC;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAMhB;EACI;;AAIA;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EANJ;IAOQ;;;AAKZ;EACI;;AAEA;EACI;EACA;EACA;;AAKZ;EACI;IACI;;;AAIR;EACI;IACI;;;;AAMR;EACI;EACA;EACA;;AAEA;EACI;;;AAKZ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EA/BJ;IAgCQ;;EAEA;IACI;IACA;;EAGJ;IACI;IACA;;;;AAMR;EACI;;AAEA;EAHJ;IAIQ;;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;IACI;IACA;;;AAKZ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;AACA;AAAA;AAAA;AAAA;;AAMJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;;AAEA;EACI;;AAKZ;EAKI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAdA;EADJ;IAEQ;;;AAeJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKJ;EAKI;EACA;EACA;EACA;EACA;EACA;;AATA;EADJ;IAEQ;;;AAYA;EADJ;IAEQ;;;AAMR;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;;;AAOpB;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;;AAIR;EACI;EACA;EACA;;AAIA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;;;AAIR;EACI;;;AAIJ;EACI;IACI;;EAIA;IACI;IACA;;EAIA;IACI;IACA;;EAGJ;IACI;;;AAMhB;EAEQ;IACI;;EAEA;IACI;IACA;IACA;IACA;;EAIR;IACI;IACA;;EAIA;IACI;;EAIR;IACI;;EAGJ;IACI;;EAEA;IACI;IACA;;EAIR;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;;EAIA;IACI;;EAMR;IACI;;EAEA;IACI;;EAEA;IACI;;EAMA;IACI;;;AAQxB;EAIgB;IACI;;EAOZ;IACI;;;AEzxBJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;;AAIR;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAIJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;;AAGJ;EAEI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EAJJ;IAKQ;IACA;IACA;;;AAKR;EACI;EACA;;AAEA;EAJJ;IAKQ;IACA;IACA;;;AAMhB;EACI;;AAGA;EACI;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EACI;EACA;EACA;;;AAMA;EACI;;AAIR;EACI;;AAIA;EACI;;AAGJ;EAEI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EAHJ;IAIQ;IACA;IACA;;;AAKR;EACI;EACA;;AAEA;EAJJ;IAKQ;IACA;IACA;;;;AAQZ;EAFJ;AAAA;IAGQ;;;;AAIR;AAAA;EAEI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;AAGA;AAAA;EAEI,OJ9OO;EI+OP;EACA;;AAGJ;EACI;;;AAIR;EACI;;;AAGJ;EAGY;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;;EAIR;IACI;IACA;;EAGJ;IACI%22%7D */