.filter-btn {
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: #000;
  text-decoration: none;
  min-width: 226px;
  font-size: 14px;
  line-height: 20px;
}
.filter-btn:hover {
  color: #000;
}
.filter-btn img {
  margin-right: 8px;
}
@media (max-width: 767px) {
  .filter-btn {
    border-radius: 4px;
    padding: 8px;
    min-width: 142px;
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
  }
  .filter-btn img {
    margin-right: 10px;
    width: 18px;
    height: 18px;
  }
}

.filter {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 1030;
  transition: 0.3s linear;
  opacity: 0;
  pointer-events: none;
}
.filter.open {
  opacity: 1;
  pointer-events: auto;
}
.filter__blur {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.7);
}
.filter__body {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background-color: #fff;
  width: 1050px;
  max-height: 100%;
  border-radius: 12px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.filter__body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.filter__body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 2.5px;
}
.filter__body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: none;
  border-radius: 2.5px;
}
.filter__head {
  padding: 16px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E6E6E6;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 10;
}
.filter__title {
  font-family: "Roboto-Black";
  font-size: 24px;
  line-height: 32px;
  color: #333333;
  margin-bottom: 24px;
}
.filter__section {
  padding: 32px 80px;
  border-bottom: 1px solid #E6E6E6;
}
.filter__section--location .form-group {
  margin-bottom: 36px;
}
.filter__section--location .form-group label {
  font-size: 13px;
  line-height: 18px;
  color: #828282;
  margin-bottom: 8px;
}
.filter__section--location .form-group .nice-select {
  display: flex;
  align-items: center;
  border: 1px solid #E6E6E6;
}
.filter__section--location .form-group .nice-select:focus {
  border-color: #FFD400;
}
.filter__section--location .form-group .nice-select .list {
  width: 100%;
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.1));
}
.filter__section--location .form-group .nice-select:before {
  content: "";
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
.filter__section--location .form-group .select2 {
  width: 100% !important;
}
.filter__section--location .form-group .select2-search__field {
  vertical-align: unset !important;
  margin: 0 !important;
}
.filter__section--location .form-group .select2-selection {
  cursor: pointer !important;
  height: 50px;
}
.filter__section--location .form-group .select2-selection:after {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid currentColor;
  margin-left: auto;
}
.filter__section--location .form-group--city .select2-selection:before {
  background-image: url("../../images/icons/city.svg") !important;
}
.filter__section--location .form-group--area .custom-select2:before {
  background-image: url("../../images/icons/location2.svg");
}
.filter__section--location .form-group--metro .select2-selection:before {
  background-image: url("../../images/icons/metro.svg") !important;
}
.filter__section--location .form-group--type .select2-selection, .filter__section--location .form-group--metro .select2-selection, .filter__section--location .form-group--area .select2-selection, .filter__section--location .form-group--city .select2-selection {
  display: flex;
  align-items: center;
  padding: 12px 16px;
}
.filter__section--location .form-group--type .select2-selection:before, .filter__section--location .form-group--metro .select2-selection:before, .filter__section--location .form-group--area .select2-selection:before, .filter__section--location .form-group--city .select2-selection:before {
  background-image: url("../../images/icons/location2.svg");
  content: "";
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  display: block;
  min-width: 24px;
}
.filter__section--location .form-group--grid .select2-selection {
  display: flex;
  align-items: center;
  padding: 12px 16px;
}
.filter__section--location .form-group--grid .select2-selection:before {
  background-image: url("../../images/icons/grid.svg");
  content: "";
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  display: block;
  background-position: center;
  min-width: 24px;
}
.filter__section--location .form-group .select2-search__field {
  margin: 0;
}
.filter__section--location .form-group .select2-selection__rendered {
  margin: 0;
}
.filter__section--location .form-group .select2-selection__choice {
  border: 0 !important;
  background-color: transparent !important;
  padding-left: 0 !important;
  border-radius: 0 !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
}
.filter__section--location .form-group .select2-selection__choice button {
  display: none !important;
}
.filter__section--price .form-group {
  position: relative;
  margin-bottom: 0 !important;
}
.filter__section--price .form-group:before {
  content: "";
  background-image: url("../../images/icons/price.svg");
  width: 28px;
  height: 28px;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.filter__section--price .form-group input {
  min-height: 80px;
  font-family: "Roboto-Black";
  font-size: 24px;
  line-height: 32px;
  color: #333333;
  text-align: center;
}
.filter__section--price .form-group input:focus {
  box-shadow: unset;
  border-color: #FFD400;
}
.filter__section--price .form-group span {
  position: absolute;
  font-family: "Roboto-Black";
  font-size: 24px;
  line-height: 32px;
  color: rgba(189, 189, 189, 0.75);
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.filter__section--bron__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.filter__section--bron__item:last-child {
  margin-bottom: 0;
}
.filter__section--bron__item h4 {
  font-size: 20px;
  line-height: 32px;
  color: #333333;
  margin-bottom: 12px;
}
.filter__section--bron__item p {
  font-size: 18px;
  line-height: 24px;
  color: #828282;
  max-width: 700px;
  margin-bottom: 0;
}
.filter__section--bron__item .form-group {
  position: relative;
  margin-bottom: 0;
}
.filter__section--bron__item .form-group .switch {
  width: 52px;
}
.filter__section--bron__item .form-group .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.filter__section--bron__item .form-group .slider {
  position: absolute;
  cursor: pointer;
  top: -6px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.filter__section--bron__item .form-group .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.filter__section--bron__item .form-group input:checked + .slider {
  background-color: #FFD400;
}
.filter__section--bron__item .form-group input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(22px);
}
.filter__section--bron__item .form-group .slider.round {
  border-radius: 34px;
}
.filter__section--bron__item .form-group .slider.round:before {
  border-radius: 50%;
}
.filter__section--building .form-group {
  margin-bottom: 0;
}
.filter__section--building .form-group input:checked + label {
  background-color: #FFD400;
  border-color: #FFD400;
}
.filter__section--building .form-group input:checked + label img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(65deg) brightness(107%) contrast(100%);
}
.filter__section--building .form-group label {
  display: flex;
  flex-direction: column;
  font-family: "Roboto-Bold";
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  cursor: pointer;
  user-select: none;
  transition: 0.3s linear;
}
.filter__section--building .form-group label:hover {
  background-color: #FFD400;
  border-color: #FFD400;
}
.filter__section--building .form-group label:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(65deg) brightness(107%) contrast(100%);
}
.filter__section--building .form-group label img {
  margin-bottom: 16px;
}
.filter__section--features__title {
  font-size: 14px;
  line-height: 20px;
  color: #828282;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.filter__section--features__title img {
  margin-right: 16px;
}
.filter__section--features .row {
  margin-bottom: 40px;
}
.filter__section--features .row:last-child {
  margin-bottom: 0;
}
.filter__section--features .form-group input:checked + label {
  background-color: #FFD400;
  border-color: #FFD400;
}
.filter__section--features .form-group label {
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  padding: 12px 21.5px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  user-select: none;
  transition: 0.3s linear;
}
.filter__section--features .form-group label:hover {
  background-color: #FFD400;
  border-color: #FFD400;
}
.filter__section--other .form-group {
  margin-bottom: 24px;
}
.filter__section--other .form-group input:checked + label:before {
  background-color: #FFD400;
}
.filter__section--other .form-group input:checked + label:after {
  opacity: 1;
  visibility: visible;
}
.filter__section--other .form-group label {
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.filter__section--other .form-group label:before {
  content: "";
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  display: block;
}
.filter__section--other .form-group label:after {
  content: "";
  position: absolute;
  background-image: url("../../images/icons/checkbox.svg");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FFD400;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
}
.filter__category {
  font-family: "Roboto-Black";
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
.filter__category span:first-child {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 2px solid #E6E6E6;
}
.filter__footer {
  padding: 16px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-top: 1px solid #E6E6E6;
  z-index: 10;
  margin-top: auto;
}
.filter__reset {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-family: "Roboto-Black";
}
.filter__reset:hover {
  color: #000;
}
.filter__search {
  padding: 16px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  background-color: #FFD400;
  border-radius: 8px;
  text-decoration: unset;
  transition: 0.3s linear;
  font-family: "Roboto-Bold";
}
.filter__search:hover {
  background: #ffdd33;
  color: #000;
}
.filter__search img {
  margin-right: 16px;
  filter: brightness(0) saturate(100%) invert(0%) sepia(5%) saturate(18%) hue-rotate(107deg) brightness(101%) contrast(104%);
}
@media (max-width: 767px) {
  .filter__body {
    width: 100%;
    top: 0;
    bottom: 0;
    border-radius: 0;
    padding: 0 16px;
  }
  .filter__head {
    padding: 16px;
    margin: 0 -16px;
  }
  .filter__title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .filter__section {
    padding: 24px 0;
  }
  .filter__section--location label {
    display: none;
  }
  .filter__section--location .form-group {
    margin-bottom: 12px !important;
  }
  .filter__section--price .form-group:before {
    left: 20px;
  }
  .filter__section--price .form-group input {
    font-size: 16px;
    border-radius: 8px;
    font-family: "Roboto-Bold";
    min-height: 64px;
  }
  .filter__section--price .form-group input::placeholder {
    color: #BDBDBD;
  }
  .filter__section--price .form-group span {
    display: none;
  }
  .filter__section--bron__item {
    margin-bottom: 24px;
  }
  .filter__section--bron__item h4 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
  }
  .filter__section--bron__item p {
    font-size: 12px;
    line-height: 18px;
    max-width: 230px;
  }
  .filter__section--building .form-group {
    margin-bottom: 12px;
  }
  .filter__section--building .form-group label {
    padding: 10px;
    font-size: 13px;
    line-height: 18px;
  }
  .filter__section--features .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-bottom: 15px;
  }
  .filter__section--features .row .col-md-2 {
    width: max-content;
  }
  .filter__section--features .form-group label {
    margin-bottom: 15px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
  }
  .filter__section--features .form-group label span {
    display: none;
  }
  .filter__section--other .form-group {
    margin-bottom: 26px !important;
  }
  .filter__section--other .form-group label {
    flex-direction: row-reverse;
    justify-content: space-between;
    font-family: unset;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.68);
  }
  .filter__section--other .form-group label:before {
    margin-right: 0;
  }
  .filter__footer {
    padding: 20px 16px;
    margin: auto -16px 0;
  }
  .filter__reset {
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
  }
  .filter__search {
    font-size: 14px;
    line-height: 20px;
    padding: 12px;
    border-radius: 8px;
  }
  .filter__search img {
    display: none;
  }
}

.select2-container--default .select2-selection--multiple {
  border-color: #E6E6E6 !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #FFD400 !important;
}
/*
.select2-results__options {
  max-height: 440px !important;
}*/

.select2-dropdown {
  margin-top: 3px !important;
  border: 0 !important;
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.1));
  box-shadow: unset !important;
}

.select2-selection__arrow {
  display: none;
}

.select2-selection--single {
  border-color: #E6E6E6 !important;
}
.select2-selection--single:focus {
  border-color: #FFD400 !important;
}

.select2-results__option {
  display: flex;
  align-items: center;
  padding: 16px !important;
  position: relative;
}
.select2-results__option:last-child {
  margin-bottom: 0;
}
.select2-results__option:before {
  content: "";
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
.select2-results__option:after {
  content: "";
  position: absolute;
  background-image: url("../../images/icons/checkbox.svg");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FFD400;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
}

.select2-results__option--highlighted {
  background-color: #dddddd !important;
  color: inherit !important;
}

.select2-results__option--selected {
  background-color: transparent !important;
}
.select2-results__option--selected:after {
  opacity: 1;
  visibility: visible;
}

.select2-selection__rendered {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
}
.select2-selection__rendered li:after {
  content: ",";
  margin-right: 2px;
}
.select2-selection__rendered li:last-child:after {
  display: none;
}

.catalog__btn {
  margin-left: 30px;
  background-color: #FFD400;
  border-radius: 6px;
  padding: 10px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
  cursor: pointer;
}
.catalog__btn:before {
  content: "";
  background-image: url("../../images/icons/kataloq.svg");
  width: 20px;
  height: 20px;
  margin-right: 8px;
  transition: 0.3s linear;
}
.catalog__btn:hover {
  background: #FFE255;
  color: #000;
}
.catalog__btn.active:before {
  background-image: url("../../images/icons/close.svg");
}
@media (max-width: 767px) {
  .catalog__btn {
    margin-left: 24px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    min-width: 40px;
    padding: 0;
  }
  .catalog__btn span {
    display: none;
  }
  .catalog__btn:before {
    background-image: url("../../images/icons/burger.svg");
    margin-right: 0;
  }
}

.catalog {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  filter: drop-shadow(0px 8px 10px rgba(0, 0, 0, 0.1));
  margin-top: 1px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
}
.catalog.open {
  opacity: 1;
  visibility: visible;
}
.catalog ul {
  list-style: none;
  background-color: white;
  margin-bottom: 0;
}
.catalog ul li.active a {
  background-color: #FFD400;
}
.catalog ul li a {
  font-family: "Roboto-Bold";
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  transition: 0.3s linear;
  text-decoration: none;
}
.catalog ul li a:hover {
  background-color: #FFD400;
}
.catalog__category {
  position: relative;
  border-right: 1px solid #E6E6E6;
  max-height: 424px;
  display: flex;
  flex-direction: column;
}
.catalog__category:before {
  content: "";
  background-image: url("../../images/icons/arrow-down2.svg");
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 24px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-position: center;
  background-color: white;
}
.catalog__category ul {
  padding: 16px 0 24px 16px;
  flex: 1;
  overflow-y: auto;
}
.catalog__category ul::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.catalog__category ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 2.5px;
}
.catalog__category ul::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: none;
  border-radius: 2.5px;
}
.catalog__category ul li a {
  display: flex;
  align-items: center;
  padding: 11.5px 16px;
  width: 270px;
  border-radius: 8px 0px 0px 8px;
}
.catalog__category ul li a span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.catalog__menu {
  width: 240px;
  border-right: 1px solid #E6E6E6;
  background-color: white;
  position: relative;
  overflow-y: auto;
}
.catalog__menu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.catalog__menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 2.5px;
}
.catalog__menu::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: none;
  border-radius: 2.5px;
}
.catalog__menu__item {
  padding: 16px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}
.catalog__menu__item.active {
  display: block;
}
.catalog__menu__item li a {
  display: block;
  padding: 11.5px 16px 11.5px 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .catalog {
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    margin-top: 0;
    right: 0;
  }
  .catalog.open {
    left: 0;
  }
  .catalog ul li a {
    font-size: 14px;
    line-height: 20px;
  }
  .catalog__blur {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .catalog__title {
    font-family: "Roboto-Black";
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 0;
    padding: 24px 16px;
    border-bottom: 6px solid #F0F2F5;
    background-color: white;
  }
  .catalog__category {
    max-height: 100%;
    border: 0;
  }
  .catalog__category ul {
    padding: 12px 0 24px;
  }
  .catalog__category ul li a {
    padding: 12px 16px;
    border-radius: 0;
  }
  .catalog__category ul li a span {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background-color: #F0F2F5;
  }
  .catalog__menu {
    opacity: 0;
    visibility: hidden;
  }
  .catalog__menu.active {
    opacity: 1;
    visibility: visible;
  }
  .catalog__menu__item {
    padding: 0 0 16px 0;
    height: 100%;
    overflow-y: auto;
  }
  .catalog__menu__item li:last-child a {
    border-bottom: 0;
  }
  .catalog__menu__item li a {
    padding: 16px;
    border-bottom: 1px solid #E6E6E6;
  }
  .catalog__menu__item.active {
    position: fixed;
  }
  .catalog__menu__head {
    padding: 16px;
    align-items: center;
    border-bottom: 6px solid #F0F2F5;
    margin-bottom: 12px;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 5;
  }
  .catalog__menu__head .back-btn {
    padding: 0;
    width: max-content;
    margin-right: 16px;
    border: 0;
  }
  .catalog__menu__head .back-btn:hover {
    background-color: white;
  }
  .catalog__menu__head .back-btn img {
    transform: rotate(90deg);
  }
  .catalog__menu__head .all-btn {
    font-family: "Roboto-Black";
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
  }
  .catalog__menu__head .all-btn:hover {
    background-color: white;
  }
  .catalog__menu__head .all-btn span {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background-color: #F0F2F5;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.main-card {
  border-radius: 4px;
  position: relative;
  border: 1px solid #E6E6E6;
  margin-bottom: 14px;
}
.main-card__status {
  width: 34px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 0;
}
.main-card__status img {
  width: 100%;
  height: 100%;
}
.main-card__item {
  display: flex;
  overflow: hidden;
}
.main-card__img {
  width: 157px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 119px;
}
.main-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-card__desc {
  padding: 15px 0;
  width: 100%;
  flex: 1;
  margin-left: 172px;
  /*padding-bottom: 10px;*/
}
.main-card__head {
  padding-bottom: 8px;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 20px;
}
.main-card__head__right {
  min-height: 80px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
}
.main-card__title {
  font-family: "Roboto-Bold";
  font-size: 14px;
  line-height: 20px;
  color: #0085FF;
  text-decoration: none;
  margin-bottom: 4px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.main-card__title:hover {
  text-decoration: underline;
}
.main-card__info {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #828282;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.main-card__location {
  display: flex;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.main-card__location li {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
  margin-right: 48px;
}
.main-card__location li:last-child {
  margin-right: 0;
}
.main-card__location li img {
  margin-right: 8px;
  width: 16px;
  height: 16px;
}
.main-card__filials {
  font-family: "Roboto-Bold";
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #E6E6E6;
  position: absolute;
  padding: 2px 0 0 2px;
  right: 0;
  bottom: 0;
  text-decoration: none;
  border-radius: 4px 0 4px 0;
  margin-bottom: -1px;
  margin-right: -1px;
  border-bottom-color: white;
  border-right-color: white;
  background-color: white;
}
.main-card__filials a {
  color: #333333;
  border: 1px solid #E6E6E6;
  padding: 11px 47.5px;
  border-radius: 4px 0 4px 0;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 180px;
  white-space: nowrap;
}
.main-card__filials a:hover {
  color: #0085FF;
  text-decoration: underline;
}
.main-card__filials a img {
  margin-right: 8px;
}
@media (max-width: 767px) {
  .main-card__head {
    display: flex;
    align-items: center;
    padding-bottom: 0;
  }
  .main-card__head__right {
    margin-left: 20px;
    flex: 1;
    padding-top: 10px;
  }
  .main-card__img {
    position: unset;
    width: 90px;
    height: 90px;
    min-height: auto;
  }
  .main-card__desc {
    margin-left: 0;
    padding-top: 0;
  }
  .main-card__bottom {
    padding-left: 15px;
  }
  .main-card__title {
    line-height: 16px;
  }
  .main-card__info {
    line-height: 14px;
    -webkit-line-clamp: 2;
  }
  .main-card__location {
    flex-direction: column;
    min-height: 38px;
  }
  .main-card__location li {
    margin-bottom: 2px;
    margin-right: 0;
  }
  .main-card__location li:last-child {
    margin-bottom: 0;
  }
  .main-card__filials {
    margin-bottom: -2px;
    margin-right: -2px;
  }
  .main-card__filials a {
    padding: 8.5px 12.5px;
    max-width: 114px;
  }
}

.poster__arrow {
  top: 44% !important;
}
.poster__arrow:after {
  background-image: url("../../images/icons/arrow.svg");
  font-family: unset;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  width: 34px;
  height: 34px;
  min-width: 34px;
  background-color: #FFD400;
  border-radius: 50%;
  background-size: 55%;
}
.poster__arrow--prev {
  transform: rotate(180deg);
  left: 0;
}
.poster__arrow--next {
  right: 0;
}
.poster__item {
  display: block;
  text-decoration: none;
  color: #000;
  width: 222px;
  margin-right: 24px;
}
.poster__item:hover .poster__img:before {
  opacity: 1;
  visibility: visible;
}
.poster__item:hover .poster__date {
  background-color: #FFD400;
}
.poster__img {
  border-radius: 10px;
  overflow: hidden;
  height: 270px;
  position: relative;
  margin-bottom: 16px;
  transition: 0.3s linear;
}
.poster__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 38.67%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
}
.poster__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.poster__img span {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-family: "Roboto-Bold";
  font-size: 13px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  border: 1px solid #FFD400;
  border-radius: 4px;
  padding: 7.5px 23.5px;
}
.poster__date {
  background: #ECECEC;
  border-radius: 3px;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  display: flex;
  align-items: center;
  width: max-content;
  margin-bottom: 16px;
  transition: 0.2s linear;
}
.poster__date img {
  margin-right: 6px;
}
.poster__title {
  font-size: 18px;
  line-height: 24px;
  font-family: "Roboto-Black";
}
@media (max-width: 1199px) {
  .poster__arrow--prev {
    left: 10px;
  }
  .poster__arrow--next {
    right: 10px;
  }
}
@media (max-width: 999px) {
  .poster__arrow {
    display: none;
  }
}
@media (max-width: 767px) {
  .poster__arrow {
    display: none;
  }
  .poster__slider {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .poster__slider::-webkit-scrollbar {
    display: none;
  }
  .poster__slider::-webkit-scrollbar-track {
    box-shadow: none;
  }
  .poster__slider::-webkit-scrollbar-thumb {
    background-color: transparent;
    outline: none;
  }
  .poster__item {
    margin-right: 12px;
    scroll-snap-align: start;
  }
  .poster .swiper-slide {
    width: 59.5% !important;
  }
}

.news-slider__row {
  display: flex;
}
.news-slider__item {
  width: calc(100% / 4 - 24px);
  margin-right: 24px;
}
.news-slider__img {
  height: 150px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #FFD400;
}
.news-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news-slider__arrow:after {
  background-image: url("../../images/icons/arrow.svg");
  font-family: unset;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  width: 34px;
  height: 34px;
  min-width: 34px;
  background-color: #FFD400;
  border-radius: 50%;
  background-size: 55%;
}
.news-slider__arrow--prev {
  transform: rotate(180deg);
  left: -10px;
}
.news-slider__arrow--next {
  right: -10px;
}
@media (max-width: 767px) {
  .news-slider__img {
    height: 105px;
  }
  .news-slider__arrow:after {
    width: 32px;
    height: 32px;
    min-width: 32px;
    background-size: 16px;
  }
  .news-slider__arrow--prev {
    left: -7px;
  }
  .news-slider__arrow--next {
    right: -7px;
  }
}

.popup-slider {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 1030;
  transition: 0.3s linear;
  opacity: 0;
  pointer-events: none;
}
.popup-slider.open {
  opacity: 1;
  pointer-events: auto;
}
.popup-slider__blur {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.7);
}
.popup-slider__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
  width: 870px;
  max-height: 100%;
  border-radius: 8px;
}
.popup-slider__close {
  position: absolute;
  right: -20px;
  top: -30px;
  cursor: pointer;
}
.popup-slider__close img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(13%) saturate(7489%) hue-rotate(187deg) brightness(106%) contrast(109%);
}
.popup-slider__img {
  height: 600px;
  overflow: hidden;
  border-radius: 8px;
  background-color: white;
}
.popup-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.popup-slider .poster__arrow--next {
  right: -10px;
}
.popup-slider .poster__arrow--prev {
  left: -10px;
}
@media (max-width: 1000px) {
  .popup-slider__body {
    width: 700px;
  }
  .popup-slider__img {
    height: 470px;
  }
  .popup-slider .poster__arrow {
    display: flex;
  }
  .popup-slider .poster__arrow:after {
    display: block;
  }
  .popup-slider .poster__arrow--next {
    right: 0;
  }
  .popup-slider .poster__arrow--prev {
    left: 0;
  }
}
@media (max-width: 767px) {
  .popup-slider__body {
    width: 90%;
  }
  .popup-slider__close {
    right: 0;
    top: -40px;
  }
  .popup-slider__img {
    height: 311px;
  }
  .popup-slider .poster__arrow:after {
    width: 32px;
    height: 32px;
    min-width: 32px;
    background-size: 16px;
  }
  .popup-slider .poster__arrow--next {
    right: -10px;
  }
  .popup-slider .poster__arrow--prev {
    left: -10px;
  }
}

.converter-page__banner {
  width: 310px;
  border-radius: 8px;
  overflow: hidden;
  padding: 0;
}
.converter-page__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.converter-page__head {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.converter-page__head__text {
  flex: 1;
  margin-right: 45px;
}
.converter-page__head p {
  margin-bottom: 74px;
}
.converter-page__item {
  background-color: #F0F1F5;
  border-radius: 6px;
  padding: 16px 12px;
  margin-bottom: 16px;
  height: calc(100% - 16px);
}
.converter-page__item .form-group {
  margin-bottom: 16px;
  position: relative;
}
.converter-page__item .form-group .form-control {
  padding: 11px 12px 11px 55px;
  font-family: "Roboto-Bold";
  font-size: 24px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #000000;
  border: 1px solid #E6E6E6;
  border-radius: 6px;
}
.converter-page__item .form-group .form-control:focus {
  box-shadow: none;
}
.converter-page__item__icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 14px;
  left: 12px;
}
.converter-page__item__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.converter-page__item__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 20px;
  color: #828282;
}
.converter-page__item__delete img {
  filter: brightness(0) saturate(100%) invert(86%) sepia(0%) saturate(0%) hue-rotate(201deg) brightness(91%) contrast(86%);
}
.converter-page .input-group-text {
  width: auto;
  background-color: white;
}
.converter-page .select-container {
  margin-top: 14px;
  width: auto;
  position: absolute;
  bottom: 0;
  left: 12px;
}
.converter-page .select-container.open > .select-item img {
  transform: rotate(45deg);
}
.converter-page .select-container > .select-item {
  min-width: 180px;
  padding: 13px 12px;
  border: 1px solid #333333;
  border-radius: 8px;
  font-family: "Roboto-Bold";
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  width: max-content;
  text-decoration: none;
  background-color: white;
}
.converter-page .select-container > .select-item img {
  width: 14px;
  height: 14px;
  margin-right: 20px;
  transition: 0.2s linear;
}
.converter-page .select-container > .select-item span {
  margin-left: 0;
}
.converter-page .select-container > .select-item:after {
  display: none;
}
.converter-page .select-container .options {
  width: 100%;
  padding: 0;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}
.converter-page .select-container .options::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.converter-page .select-container .options::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 2.5px;
}
.converter-page .select-container .options::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: none;
  border-radius: 2.5px;
}
.converter-page .select-container .options .form-group-search {
  position: sticky;
  top: 0;
}
.converter-page .select-container .options .form-group-search input {
  padding: 12px 12px 12px 42px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 14px;
  line-height: 20px;
}
.converter-page .select-container .options .form-group-search input::placeholder {
  color: #BDBDBD;
}
.converter-page .select-container .options .form-group-search input:focus {
  box-shadow: none;
}
.converter-page .select-container .options .form-group-search img {
  filter: brightness(0) saturate(100%) invert(86%) sepia(0%) saturate(0%) hue-rotate(201deg) brightness(91%) contrast(86%);
  position: absolute;
  width: 18px;
  height: 18px;
  top: 13px;
  left: 12px;
}
@media (max-width: 767px) {
  .converter-page__banner {
    width: 100%;
    /*height: 93px;*/
    margin-bottom: 24px;
  }
  .converter-page__head {
    flex-direction: column-reverse;
  }
  .converter-page__head__text {
    margin-right: 0;
  }
  .converter-page__head p {
    margin-bottom: 0;
  }
  .converter-page__item .form-group {
    margin-bottom: 12px;
  }
  .converter-page .select-container {
    position: relative;
    margin-top: 0;
    min-width: auto;
    margin-right: 12px;
  }
  .converter-page .select-container > .select-item {
    padding: 8px 16px;
    min-width: auto;
    border: 1px solid #E6E6E6;
  }
  .converter-page .select-container > .select-item span {
    display: none;
  }
  .converter-page .select-container > .select-item img {
    margin-right: 0;
  }
  .converter-page .select-container .options {
    min-width: 180px;
    right: 0;
  }
}

.contact-us .section-title {
  font-family: "Roboto-Bold";
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
}
.contact-us__map {
  border: 1.5px solid #E6E6E6;
  border-radius: 6px;
  overflow: hidden;
  height: 300px;
  margin-bottom: 44px;
}
.contact-us__contact h5 {
  font-family: "Roboto-Bold";
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 24px;
}
.contact-us__contact ul {
  padding: 0;
  list-style: none;
  display: flex;
}
.contact-us__contact ul li {
  display: flex;
  align-items: flex-start;
  line-height: 18px;
  font-size: 13px;
  color: #000000;
  font-family: "Roboto-Bold";
  margin-right: 32px;
}
.contact-us__contact ul li:last-child {
  margin-right: 0;
}
.contact-us__contact ul li img {
  width: 18px;
  height: 18px;
  margin-right: 12px;
  margin-top: 2px;
}
.contact-us__contact ul li a {
  color: inherit;
  margin-bottom: 2px;
  text-decoration: none;
}

.other-block {
  margin-top: 32px;
}
.other-block__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  color: #0085FF;
  background-color: #F0F0F0;
  font-family: "Roboto-Bold";
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: 0.2s linear;
  border: 0;
  width: 100%;
}
.other-block__item.active {
  background-color: #e3e3e3;
}
.other-block__item img {
  margin-left: 8px;
  filter: brightness(0) saturate(100%) invert(32%) sepia(68%) saturate(2418%) hue-rotate(195deg) brightness(103%) contrast(107%);
}
.other-block__item:hover {
  background-color: #ebebeb;
}
@media (max-width: 767px) {
  .other-block__item {
    margin-bottom: 0;
    border-radius: 6px;
    font-size: 14px;
    line-height: 20px;
  }
}

.similar-companies {
  margin-top: 32px;
}
.similar-companies__item {
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  height: calc(100% - 13px);
  font-family: "Roboto-Bold";
  font-size: 14px;
  line-height: 20px;
  color: black;
  text-decoration: none;
  transition: 0.2s linear;
}
.similar-companies__item:hover {
  color: black;
  background-color: #E6E6E6;
}
@media (max-width: 767px) {
  .similar-companies__item {
    margin-bottom: 10px;
    padding: 10px 16px;
  }
}

.company-catalog-block .nav-item {
  width: 49%;
  margin-bottom: 12px;
}
.company-catalog-block .nav-item:last-child {
  margin-bottom: 0;
}
.company-catalog-block .nav-tabs {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .company-catalog-block .nav-item {
    width: 100%;
  }
  .company-catalog-block .nav-tabs {
    flex-direction: column;
  }
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("../../fonts/roboto/Roboto-Bold.ttf");
}
@font-face {
  font-family: "Roboto-Black";
  src: url("../../fonts/roboto/Roboto-Black.ttf");
}
@font-face {
  font-family: "Robot-Light";
  src: url("../../fonts/roboto/Roboto-Light.ttf");
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../../fonts/roboto/Roboto-Medium.ttf");
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../../fonts/roboto/Roboto-Regular.ttf");
}
.fixed-bottom {
  z-index: 1000 !important;
}

.brand__logo {
  width: 166px !important;
}

.header-lang {
  margin-left: 10px;
  position: relative;
  background-color: #F0F0F0;
  border-radius: 4px;
  padding: 4px 8px;
  cursor: pointer;
}
.header-lang:hover ul {
  opacity: 1;
  visibility: visible;
}
.header-lang:hover span:after {
  transform: rotate(180deg);
}
.header-lang span {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 11px;
  line-height: 18px;
  color: #000000;
  font-family: "Roboto-Bold";
}
.header-lang span:after {
  content: "";
  transition: 0.2s linear;
  background-image: url("../../images/icons/arrow-down.svg");
  margin-left: 4px;
  display: block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
}

.drop-menu {
  position: absolute;
  margin-bottom: 0;
  z-index: 10;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 5px;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  border-radius: 4px;
  padding: 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transition: 0.3s linear;
  list-style: none;
}
.drop-menu:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 10px;
}
.drop-menu li a {
  padding: 6px 8px;
  border-radius: 4px;
  display: block;
  color: #333333;
  font-size: 12px;
  line-height: 18px;
  font-family: "Roboto-Bold";
  text-decoration: unset;
  text-align: center;
  transition: 0.3s linear;
}
.drop-menu li a:hover {
  background-color: #FFD400;
}

@media (max-width: 767px) {
  .section-head p {
    font-size: 12px;
  }
}

.footer-section--bottom {
  overflow: hidden;
  padding: 60px 0 !important;
}
.footer-section--bottom .footer-section__logo {
  display: block;
  width: 172px;
  margin-bottom: 18px;
}
.footer-section--bottom .footer-section__logo img {
  width: 100%;
  height: 100%;
}
.footer-section--bottom .footer-section__privacy {
  display: flex;
  flex-direction: column;
}
.footer-section--bottom .footer-section__privacy a {
  font-size: 13px;
  line-height: 18px;
  color: #828282;
  text-decoration: none;
  margin-bottom: 12px;
}
.footer-section--bottom .footer-section__privacy a:last-child {
  margin-bottom: 0;
}
.footer-section--bottom .footer-section__social {
  margin-top: 5px;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  justify-content: flex-end;
}
.footer-section--bottom .footer-section__social li {
  margin-right: 12px;
}
.footer-section--bottom .footer-section__social li:last-child {
  margin-right: 0;
}
.footer-section--bottom .footer-section__social li a {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFD400;
  border-radius: 50%;
  transition: 0.2s linear;
}
.footer-section--bottom .footer-section__social li a:hover {
  background-color: #FFE255;
}
.footer-section--bottom .footer-section__title {
  font-family: "Roboto-Black";
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 16px;
}
.footer-section--bottom .footer-section__menu {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.footer-section--bottom .footer-section__menu li {
  margin-bottom: 8px;
  line-height: 0;
}
.footer-section--bottom .footer-section__menu li:last-child {
  margin-bottom: 0;
}
.footer-section--bottom .footer-section__menu li a {
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer-section {
    flex-direction: row;
  }
  .footer-section--bottom {
    position: relative;
    padding: 24px 0 32px !important;
  }
  .footer-section--bottom .footer-section__privacy {
    display: none;
    justify-content: center;
    margin: 32px 0;
    flex-direction: row;
  }
  .footer-section--bottom .footer-section__privacy a:first-child {
    margin-right: 24px;
  }
  .footer-section--bottom .footer-section__copy {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
    color: #828282;
    display: none;
  }
  .footer-section--bottom .footer-section__logo {
    margin-bottom: 0;
    width: 150px;
    display: none;
  }
  .footer-section--bottom .footer-section__social {
    justify-content: flex-start;
    padding-bottom: 0;
    margin: 0;
  }
  .footer-section--bottom .footer-section__social li a {
    width: 26px;
    height: 26px;
  }
  .footer-section--bottom .footer-section__social li a img {
    width: 12px;
    height: 12px;
  }
  .footer-section--bottom .footer-section__title {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
  }
  .footer-section--bottom .footer-section__menu li a {
    font-size: 12px;
    line-height: 18px;
  }
}

.content-banner--mobile {
  padding: 4px 6px;
  background-color: #F4F4F4;
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.content-banner--mobile .content-banner__img {
  margin-right: 12px;
  width: 100px;
  height: 50px;
}
.content-banner--mobile .content-banner__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.content-banner--mobile a {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #0085FF;
}

.custom-table-news table {
  width: 100%;
}
.custom-table-news table thead tr {
  background-color: #F0F2F5;
}
.custom-table-news table thead tr th {
  padding: 16px 24px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  font-family: "Roboto-Black";
}
.custom-table-news table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.custom-table-news table tbody tr td {
  padding: 16px 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-family: "Roboto-Bold";
}
.custom-table-news table tbody tr td:first-child {
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  font-family: "Roboto-Regular";
  color: #828282;
  color: rgba(130, 130, 130, 0.9);
}
@media (max-width: 767px) {
  .custom-table-news {
    padding: 0;
    margin-top: 20px;
  }
  .custom-table-news table thead tr th {
    padding: 16px 52px;
  }
  .custom-table-news table tbody tr {
    border-bottom: 0;
  }
  .custom-table-news table tbody tr td {
    padding: 16px 52px;
  }
}

@media (max-width: 767px) {
  .acc {
    padding: 9.5px 11.5px;
  }
  .acc__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .acc__head:after {
    content: "";
    background-image: url("../../images/icons/downarrow.svg");
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
    width: 10px;
    height: 6px;
    transition: 0.3s linear;
  }
  .acc__head.open:after {
    transform: rotate(180deg);
  }
  .acc__head h4 {
    margin-bottom: 0;
  }
  .acc__item {
    display: none;
    padding-bottom: 5.5px;
  }
}
@media (max-width: 767px) {
  .sub-catalog-item {
    font-size: 18px;
  }
  .sub-catalog-item span {
    font-size: 18px;
  }

  .avia-flights-wrap {
    padding: 24px;
    min-height: auto;
  }
  .avia-flights-wrap .avia-flights-title {
    margin-bottom: 8px;
    font-family: "Roboto-Black";
    /*font-size: 30px;*/
    line-height: 38px;
    /*font-weight: 700;*/
    margin-top: 0;
  }
  .avia-flights-wrap .avia-flights-description {
    font-weight: 500;
    line-height: 20px;
    /*max-width: 222px;*/
  }
  .avia-flights-wrap .avia-flights-buttons {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
  }
  .avia-flights-wrap .avia-flights-buttons a {
    margin-top: 0;
    border-radius: 8px;
    margin-right: 0;
    width: 48%;
    font-size: 12px;
    padding: 12px;
  }
  .avia-flights-wrap .avia-flights-buttons a svg {
    margin-right: 12px;
  }

  .header-mobile {
    width: 100%;
  }
}
.toolbar-icon {
  width: 20px;
  height: 20px;
  display: flex;
  margin: 0 auto;
  align-items: flex-end;
  justify-content: center;
}

.map-page {
  transform: unset !important;
  max-width: 100% !important;
}

.blog-intro-image {
  height: auto !important;
}

.about-company .section-title {
  font-family: "Roboto-Bold";
  font-size: 24px;
  line-height: 32px;
  margin: 24px 0;
}
.about-company img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-company p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.work-days .form-group {
  margin-top: 0;
}
.work-days__title {
  font-size: 13px;
  line-height: 18px;
  color: #828282;
  margin-bottom: 12px;
  display: block;
}
.work-days .nice-select {
  border: 1px solid #E6E6E6;
}
.work-days .nice-select:after {
  border-color: #000000 transparent transparent transparent;
  border-width: 5px;
}
.work-days .nice-select .current {
  font-size: 13px;
  line-height: 18px;
  color: #828282;
}
@media (max-width: 767px) {
  .work-days .nice-select {
    padding: 9.5px 16px;
    border-radius: 8px;
  }
  .work-days .prs-6 {
    padding-right: 6px !important;
  }
  .work-days .pls-6 {
    padding-left: 6px !important;
  }
}

.w-h-15 {
  width: 15px;
  height: 15px;
}

.content__main {
  max-width: 1272px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 144px !important;
}

.ad__banner {
  width: calc((100vw - 984px) / 2);
}

.add__banner__link {
  min-width: 144px !important;
  width: 144px !important;
  height: 100%;
}
.fixed-left .add__banner__link {
  margin-left: auto;
  margin-right: 0;
}
.fixed-left .ad__banner__img {
  object-position: right;
}

.fixed-right .add__banner__link {
  margin-right: auto;
  margin-left: 0;
}
.fixed-right .ad__banner__img {
  object-position: left;
}

.ad__banner .add__banner__link {
  width: auto;
}

@media (max-width: 1199px) {
  .ad__banner {
    display: none !important;
  }

  .bgBanners {
    display: none !important;
  }

  .content__main {
    max-width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 1299px) {
  .ad__banner {
    width: calc((100vw - 930px) / 2);
  }
}
.catalog-body .catalog-item {
  margin: 0 8px 16px !important;
}

.white-space {
  white-space: nowrap;
}

.clone-elem {
  display: none;
}

.bgBanners {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  width: 100%;
  max-width: 1290px;
  display: flex;
  justify-content: space-between;
  bottom: 10px;
  top: 10px;
  pointer-events: none;
}

.bgLeftBanner .add__banner__link {
  display: block;
  width: 144px;
  pointer-events: auto;
}
.bgLeftBanner .add__banner__link img {
  width: 100%;
}

.bgRightBanner {
  right: 0;
}
.bgRightBanner .add__banner__link {
  display: block;
  width: 144px;
  pointer-events: auto;
}
.bgRightBanner .add__banner__link img {
  width: 100%;
}

.mt-md-60 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .mt-md-60 {
    margin-top: 0;
  }
}

/*# sourceMappingURL=custom.css.map */
.content__main .header .nav-link.active:after{-webkit-transform:scaleX(1);transform:scaleX(1)}

.catalog__category__icon img{
max-height: 40px;
}
.custom_switch::before{
border: 0px !important;	
}
.contact-us__contact ul li img{
	border-radius: 0px;
}

.myinfo-block-text{
-webkit-box-align:baseline !important;
-ms-flex-align:baseline !important;
align-items:baseline !important;	
-ms-flex-item-align:baseline !important;
-ms-grid-row-align:baseline !important;
align-self:baseline !important;
}
