.swal2-icon.swal2-icon-show {
    margin: 0 auto;
    top: 20px;
}

.contacts-info__map {
    height: 450px;
}

.filters__check-list a {
    color: var(--main-text-color);
    text-decoration: none;
}

.filters__check-list a:hover {
    color: var(--link-color);
}

.select2-container {
    margin-bottom: 20px;
    /* width: 100% !important; */
  }
  .select2-container--default .select2-selection--single {
    height: 46px;
    background: #fff;
    border: none;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 0;
  }
  .choose-box .select2-container--default .select2-selection--single {
    background: #F6F6F6;
  }
  .choose-box .select2-container {
    margin-bottom: 0;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
    padding-left: 0;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--link-color) transparent transparent transparent;
  }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent var(--link-color) transparent;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    width: 46px;
  }
  .select2-dropdown {
    border: 1px solid var(--link-color);
    margin-top: 1px;
  }
  .select2-results__options {
    margin-bottom: 10px;
  }
  .select2-search--dropdown {
    padding: 10px 20px;
  }
  .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--link-color);
    height: 42px;
    border-radius: 0;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .select2-search--dropdown .select2-search__field:focus {
    outline: none;
  }
  .select2-results__option {
    padding: 5px 20px;
    color: var(--second-text-color);
  }
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: var(--link-color);
  }

  .select2 {
    width: 100%;
    height: 52px;
    border: 1px solid #E8E8E8;
    color: #989898;
    padding: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background:#fff url(../img/icons/arrow04-icon.svg) no-repeat 98% 50%;
    margin-bottom: 10px;
  } 
  .select2:focus {
    outline: none;
  }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #98989C;
}

.btn--ordered {
    background-color: #00A300;
}

.btn--ordered:hover {
    background-color: var(--link-color);
}

@media screen and (min-width: 1025px) {
  .post-content .container>p {
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .post-content .container>h1,.post-content .container>h2,.post-content .container>h3,.post-content .container>h4{
    padding: 0 20px;
  }
}

.mySwiper2 .swiper-slide {
  cursor: pointer;
  visibility: hidden;
}

.mySwiper2 .swiper-slide.swiper-slide-active {
  visibility: visible;
}