.content {
  overflow: hidden;
  padding: 44px 0 0;
  background-color: #f9f9f9;
}
.block-top .content {
  background: none;
  padding: 0;
  overflow: auto;
}
.raffalls-list,
.hosters-list {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.raffalls-list .raffall {
  background: #fff;
}
.raffalls-list .raffall,
.hosters-list .hoster {
  width: 300px; 
  /* border: 1px solid #cac6c6; */
  padding: 0;
  margin: 0 30px 60px;
  -webkit-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.raffalls-list .raffall.empty,
.hosters-list .hoster.empty {
  visibility: hidden;
  height: 0;
  margin: 0 30px 0;
  padding: 0;
}

.raffalls-list .raffall > a,
.hosters-list .hoster > a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
.raffalls-list .raffall:hover {
  background: #dbf1db;
  border-color: #dbf1db;
}
.raffalls-list.ended .raffall:hover {
  background: #f0dcdc;
  border-color: #f0dcdc;
}

.raffalls-list .raffall .more-info {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.raffalls-list .raffall .more-info button {
  color: #fff;
  background-color: #3bb82e;
  border: none;
  width: 100%;
  height: 50px;
}

.raffalls-list .raffall .price {
  display: none;
}

.raffalls-list .raffall:hover .more-info,
.raffalls-list .raffall:hover .price {
  /* display: block; */
}

.raffalls-list .raffall:hover .all-items {
  display: block;
}

.raffalls-list .raffall:hover .raffall-info p,
.raffalls-list .raffall:hover .raffall-info {
  /* background-color: #3bb82e; */
  /* color: #FFF; */
}

.raffalls-list .raffall .raffall-info {
  text-align: center;
  padding: 10px 0;
  overflow: hidden;
  height: 50px;
  position: relative;
}
.raffalls-list .raffall .all-items {
  display: block;
}
.raffalls-list .raffall .all-items.free-draw .sold,
.raffalls-list .raffall .all-items.free-draw .free {
  display: none;
}
.raffalls-list .raffall .raffall-info .price p {
  display: block;
  float: none;
  width: 100%;
}

.raffalls-list .raffall .raffall-info p {
  font: 14px/16px MyriadProRegular;
  display: block;
  float: left;
  text-align: center;
  width: 33.33333%;
  color: #5d5a5a;
  margin: 0;
}

.raffalls-list .raffall p.countdown span b {
  display: inline-block;
  font: bold 14px/16px MyriadProRegular;
}

.raffalls-list .raffall .raffall-info p.red {
  color: #e93434;
}

.raffalls-list .raffall .raffall-info p.countdown span {
  font: bold 16px/16px MyriadProRegular;
  display: block;
}

.raffalls-list .raffall .raffall-info p b {
  display: block;
  font: bold 14px/16px MyriadProRegular;
}
.raffalls-list .raffall .raffall-info .sold {
  color: #f00c0c;
}
.raffalls-list .raffall .raffall-info .free {
  color: #3bb82e;
}
.raffalls-list .raffall .raffall-image {
  /* width: 100%; */
  height: 330px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding-box !important;
  -moz-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.raffalls-list .raffall h4 {
  font: 16px/16px MyriadProBold;
  text-align: center;
  color: #5d5a5a;
  padding: 10px 0;
  margin: 0;
}
.raffalls-list .raffall .hoster {
  overflow: hidden;
  position: relative;
  margin: 0 10px;
  padding-bottom: 10px;
}
.raffalls-list .raffall .hoster-img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  margin: 0 10px 0 0;
  border: 1px solid #ccc;
}
.raffalls-list .raffall .hoster-info {
  overflow: hidden;
  line-height: 10px;
  display: table;
  height: 56px !important;
}
.raffalls-list .raffall .hoster-info div {
  display: table-cell;
  vertical-align: middle;
}
.raffalls-list .raffall .hoster .name,
.hosters-list .hoster .name {
  line-height: 19px;
}
.raffalls-list .raffall .hoster .name .n,
.hosters-list .hoster .name .n {
  font-size: 16px;
  color: #3bb82e;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  /* max-width: 190px; */
  max-width: 300px;
}
.raffalls-list .raffall .hoster .name .n {
  font-family: MyriadProBold;
}
.raffalls-list .raffall .hoster .ok {
  margin: 0;
  vertical-align: top;
}
.raffalls-list .raffall .hoster .city {
  display: block;
  font-size: 14px;
  color: #5d5a5a;
  font-family: MyriadProRegular;
}
.raffalls-list .raffall .charity {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 16px;
  line-height: 18px;
  height: 23px;
  padding: 2px 3px 3px 15px;
  color: #fe0000;
  border: 1px solid #fe0000;
  background-color: #fff;
}
.raffalls-list .raffall .charity:after {
  display: block;
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  width: 11px;
  height: 14px;
  background: url(/images/charity.png) no-repeat;
}
.raffalls-list .raffall .affiliate {
  position: absolute;
  right: 10px;
  bottom: 40px;
  font-size: 16px;
  line-height: 18px;
  height: 23px;
  padding: 2px 3px 3px 15px;
  color: #464242;
  border: 1px solid #1E90FF;
  background-color: #fff;
}
.raffalls-list .raffall .affiliate:after {
  display: block;
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  width: 15px;
  height: 14px;
  background: url(/images/affiliate.svg) no-repeat;
}

@media only screen and (min-width: 1600px) {
  .raffalls-list,
  .hosters-list {
    width: 100%;
    max-width: 1270px;
  }
}
.hoster-page .ok {
  margin-bottom: 4px;
}
.search-filter.content-wrap,
.search-filter .content,
.hoster-page .content-wrap,
.hoster-page .content {
  overflow: visible;
  /* padding-top: 0; */
}
.hoster-page .content {
  padding-bottom: 50px;
}
.hoster-page .content.without-cover {
  padding-top: 65px;
}
.hoster-page .content-wrap {
  padding-left: 0 !important;
}

.hoster-page .raffalls-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hoster-page .hoster-page__heading {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  color: #3bb82e;
  margin-bottom: 20px;
  margin-top: 40px;
}

.hoster-page .website-btn {
  width: 30px;
  height: 30px;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -khtml-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-image: url(/images/vectors/globe-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: 95%;
}

.hoster-page .facebook-btn {
  width: 30px;
  height: 30px;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -khtml-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-image: url(/images/vectors/facebook-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: 66%;
  border: 1px solid #000;
}

.hoster-page .instagram-btn {
  width: 30px;
  height: 30px;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -khtml-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-image: url(/images/vectors/instagram-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: 66%;
  border: 1px solid #000;
}

.hoster-page .twitter-btn {
  width: 30px;
  height: 30px;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -khtml-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-image: url(/images/vectors/twitter-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: 66%;
  border: 1px solid #000;
}

.hoster-page .linkedin-btn {
  width: 30px;
  height: 30px;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -khtml-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-image: url(/images/vectors/linkedin-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: 66%;
  border: 1px solid #000;
}

.hoster-page .youtube-btn {
  width: 30px;
  height: 30px;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -khtml-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-image: url(/images/vectors/youtube-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: 66%;
  border: 1px solid #000;
}

.hoster-page .tiktok-btn {
  width: 30px;
  height: 30px;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -khtml-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-image: url(/images/vectors/tiktok-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: 80%;
  border: 1px solid #000;
}

.hoster-page .hoster-links {
  display: block;
  margin-top: 10px;
}

.hoster-page .hoster-social-media {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.hoster-page .edit-page {
  font: 14px/1em HelveticaNeue;
  border-radius: 30px;
  width: 146px;
  line-height: 20px;
  -webkit-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  color: #5d5a5a;
  background-color: #f9f9f9;
  border: 1px solid #5d5a5a;
  outline: none;
  display: inline-block;
  margin-left: 50px;
  position: absolute;
  padding-top: 4px;
  height: 30px;
}

.hoster-page .edit-page:hover {
  text-decoration: none;
  color: #5d5a5a;
  cursor: pointer;
}

.hoster-page .hoster-page__hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 0;
  padding-top: 33%;
}
.hoster-page .hoster-page__hoster-ifo {
  margin-top: -120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.hoster-page .without-cover .hoster-page__hoster-ifo {
  margin-top: 0px;
}
.hoster-page .hoster-page__hoster-ifo .hoster-ifo__img {
  width: 150px;
  height: 150px;
  background-size: cover;
  background-position-y : 0;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 3px solid #fff;
}
.hoster-page .hoster-page__hoster-ifo .hoster-ifo__text {
  width: 100%;
}
.hoster-page .hoster-page__hoster-ifo .hoster-ifo__heading {
  color: #3bb82e;
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
  position: relative;
}

.hoster-page .hoster-page__hoster-ifo .hoster-ifo__name {
  font-weight: bold;
  margin-top: 5px;
}
.hoster-page .hoster-page__hoster-ifo .hoster-ifo__link {
  margin-top: 5px;
}
.hoster-page .hoster-page__hoster-ifo .hoster-ifo__link a {
  color: #333;
  font-weight: bold;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  text-decoration: none !important;
}

.hoster-page .hoster-page__hoster-ifo .hoster-ifo__link a:hover {
  color: #3bb82e;
}

.hoster-page .raffalls-list .raffall .hoster-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #3bb82e;
  font: 14px/16px MyriadProRegular;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.hoster-page .raffalls-list .raffall .hoster {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 56px !important;
}
.hoster-page .raffalls-list .raffall .hoster .logo {
  height: 100%;
  width: 40%;
  position: relative;
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}

@media (max-width: 1023px) {
  .hoster-page .raffalls-list .raffall {
    width: -webkit-calc(50% - 60px);
    width: calc(50% - 60px);
  }
}
.button-load-more {
  font: 14px/1em HelveticaNeue;
  border-radius: 30px;
  width: 146px;
  height: 24px;
  line-height: 20px;
  -webkit-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  color: #5d5a5a;
  background-color: none;
  border: 1px solid #5d5a5a;
  outline: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.featured-raffles-header {
  margin: 0 0 20px 0;
  font-size: 20px;
  color: #5d5a5a;
  font-family: HelveticaNeueLight;
  font-weight: 100;
}
.hosters-list .hoster .hoster-cover {
  height: 120px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.hosters-list .hoster .hoster-info {
  margin-top: -60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.hosters-list .hoster .without-cover {
  background-color: white;
}

.hosters-list .hoster .hoster-avatar {
  width: 120px;
  height: 120px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-bottom: 10px;
}

.hosters-list .hoster .name .n .ok {
  height: 14px;
  width: 14px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 4px;
}

.top-hosters-period {
  margin: -20px 0 20px 0;
}
.top-hosters-period a {
  font-family: HelveticaNeueLight;
  font-size: 16px;
  color: #3bb82e;
  padding: 0 10px;
}
.top-hosters-period a.active {
  font-family: HelveticaNeueMedium;
}
.no-hosters {
  font-family: HelveticaNeueLight;
  font-size: 16px;
  margin-bottom: 20px;
}

.raffall-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* padding: 0px 0 27px; */
  padding: 0;
  width: 60%;
  position: relative;
}

.raffall-search__search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.raffall-search__input,
.raffall-search__button {
  border: 1px solid #3bb82e;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.raffall-search__input {
  padding: 0 10px;
  width: 100%;
  padding-left: 25px;
}
.raffall-search__button {
  background-color: #3bb82e;
  color: #fff;
  padding: 0 30px;
  cursor: pointer;
}

.raffall-search__button:hover {
  text-decoration: underline;
}
.raffall-search__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* padding: 0 20px; */
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1020px;
  margin: 0 auto;
  padding-bottom: 27px !important;
}

.raffall-search__clear-search {
  white-space: nowrap;
  color: #3bb82e !important;
  font-size: 18px;
  margin-left: 10px;
  display: none;
}

.raffall-search__wrap #raffall-type {
  margin-left: 0;
  margin-right: 0;
}

.raffall-search__input-wrap {
  width: 100%;
  position: relative;
}

.raffall-search__input-wrap svg {
  position: absolute;
  left: 5px;
  width: 16px;
  height: 16px;

  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.raffall-search__input-wrap svg path {
  fill: #3bb82e !important;
}

.raffall-search__input::-webkit-input-placeholder {
  color: #3bb82e;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.raffall-search__input::-moz-placeholder {
  color: #3bb82e;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}

.raffall-search__input:-ms-input-placeholder {
  color: #3bb82e;
  -ms-transition: 0.4s ease;
  transition: 0.4s ease;
}

.raffall-search__input::-ms-input-placeholder {
  color: #3bb82e;
  -ms-transition: 0.4s ease;
  transition: 0.4s ease;
}

.raffall-search__input::placeholder {
  color: #3bb82e;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

.raffall-search__input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.raffall-search__input:focus::-moz-placeholder {
  opacity: 0;
}

.raffall-search__input:focus:-ms-input-placeholder {
  opacity: 0;
}

.raffall-search__input:focus::-ms-input-placeholder {
  opacity: 0;
}

.raffall-search__input:focus::placeholder {
  opacity: 0;
}
.raffall-search__button span,
.raffall-search__clear-search {
  position: relative;
  top: -1px;
}
/* .pagination>li>a, .pagination>li>span{
  width: 29px;
  height: 29px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
} */
#raffall-type a {
  position: relative;
  top: -2px;
}
.raffall-search__clear-wrap {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.raffall-search__clear-wrap #ClearSearchFieald {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

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

.select-selectize__sort {
  width: 219px;
}

.select-selectize__sort .selectize-input {
  padding: 4.5px 8px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border: 1px solid #3bb82e;
  font-size: 18px;
  color: #3bb82e;
}
.select-selectize__sort .selectize-control {
  height: 29px;
}

.raffall-search__filter-label {
  color: #3bb82e;
  margin-right: 10px;
}

.select-selectize .selectize-control.single .selectize-input:after {
  border-color: #3bb82e transparent transparent transparent;
  margin-top: -2px;
  border-width: 8px 7px 0 7px;
  right: 8px;
}
.select-selectize .selectize-control.single .selectize-input.dropdown-active:after {
  border-color: transparent transparent #3bb82e transparent;
  border-width: 0 8px 7px 7px;
  margin-top: -3px;
}

.select-selectize .option {
  cursor: pointer;
  font-size: 18px;
  color: #5d5a5a;
  background: #c4ebbf !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.select-selectize .option:hover {
  color: #3bb82e;
}

.select-selectize .selectize-dropdown {
  border: 1px solid #3bb82e;
  /* border-top: 0 none; */
  -webkit-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.4);
}

.select-selectize [type="select-one"] {
  display: none !important;
}
.select-selectize .selectize-input {
  cursor: pointer !important;
}

.select-selectize__sort .selected {
  color: #3bb82e;
  position: relative;
}
.select-selectize__sort .selected:after {
  content: "";
  position: relative;
  width: 15px;
  height: 15px;
  background-image: url(/images/sucess.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin-left: 5px;
}

.raffall-search__filter-trigger {
  width: 39px;
  height: 29.43px;
  background-color: #fff;
  border: 1px solid #3bb82e;
  outline: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 0;
  border-right: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 0;
}

.raffall-search__filter-trigger svg {
  width: 15px;
  height: 15px;
  fill: #3bb82e;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.raffall-search__filter-wrap {
  z-index: 11;
  display: none;
  background-color: #c4ebbf;
  border: 1px solid #3bb82e;
  border-top: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  -webkit-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.4);
}
.raffall-search__filter-content {
  padding: 20px 80px;
}

.raffall-search__search-filter--open .raffall-search__filter-trigger {
  background-color: #c4ebbf;
}
.raffall-search__search-filter--open .raffall-search__filter-trigger svg {
  fill: #3bb82e;
}
.raffall-search__filter-heading {
  font-size: 18px;
  text-align: center;
  color: #5d5a5a;
  margin-bottom: 20px;
}
.raffall-search__filter-update {
  display: block;
  margin-top: 40px;
  background-color: #3bb82e;
  height: 30px;
  color: #fff;
  outline: none;
  border: none;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
}

.raffall-search__checkbox [type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}
.raffall-search__checkbox [type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  font-size: 18px;
  color: #5d5a5a;
  padding-left: 50px;
  font-weight: normal;
}
.raffall-search__checkbox [type="checkbox"] + label:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 25px;
  border-radius: 40px;
  background: #3bb82e;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid #3bb82e;
}
.raffall-search__checkbox [type="checkbox"] + label:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #c4ebbf;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.raffall-search__checkbox [type="checkbox"]:checked + label:before {
  background: #c4ebbf;
  border: 1px solid #3bb82e;
}
.raffall-search__checkbox [type="checkbox"]:checked + label:after {
  left: 18px;
  background: #3bb82e;
}

.raffall-search__checkboxes-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center center;
  -webkit-align-items: center center;
  -ms-flex-align: center center;
  align-items: center center;
  margin-bottom: 20px;
}

.raffall-search__checkboxes-wrap .raffall-search__checkbox:nth-child(2) {
  margin-left: 80px;
}

.raffall-search__range-input {
  display: none;
}

.raffall-search__range-item {
  margin-bottom: 30px;
}
.raffall-search__range-labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
.raffall-search__range-labels * {
  color: #5d5a5a;
  font-size: 18px;
}

.raffall-search__range-labels > span:nth-child(2),
.raffall-search__range-labels > span:nth-child(2) * {
  color: #3bb82e;
}

.raffall-search__range-item .noUi-connect {
  background-color: #fff;
}

.raffall-search__range-item .noUi-horizontal {
  height: 7px;
}

.raffall-search__range-item .noUi-handle:after,
.raffall-search__range-item .noUi-handle:before {
  display: none;
}

.raffall-search__range-item .noUi-handle {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  background-color: #3bb82e;
  width: 18px;
  height: 18px;
  top: -6px;
  right: -18px;
  outline: none;
  border: none;
}
.raffall-search__range-item .slider {
  position: relative;
}

.raffall-search__range-item .noUi-base,
.raffall-search__range-item .noUi-connects {
  width: -webkit-calc(100% - 18px);
  width: calc(100% - 18px);
}

.raffall-search__range-item .noUi-target {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #3bb82e;
}
.raffall-search__radio{
  display: flex;
  align-items: center;
}
.raffall-search__radio:nth-child(1){
  margin-right: 40px;
}
.raffall-search__radio label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  font-size: 18px;
  color: #5d5a5a;
  font-weight: normal;
}
.raffall-search__radio input{
  display: none;
}

.raffall-search__radio label:before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #06c337;
}
.raffall-search__radio label:after{
  position: absolute;
  content: '';
  left: 6px;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #06c337;
  transform: scale(0);
  transition: 0.3s;
}
.raffall-search__radio input:checked + label:after{
  transform: scale(1);
}

.owl-carousel .owl-nav button {
  font-size: 104px !important;
  position: absolute;
  top: 33px;
  color: #aaa !important;
  border: none !important;
  outline: none;
}

.owl-carousel .owl-prev {
  left: 0;
}

.owl-carousel .owl-next {
  right: 0;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  display: none;
}

.owl-stage-outer {
  /* padding-left: 32px; */
}

.hosters-list{
  
}

@media (max-width: 1300px) {
  .raffall-search__wrap {
    padding: 0 30px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .raffalls-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 1024px) {
  .raffall-search__wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .raffall-search__search-filter {
    width: 100%;
  }
  .raffall-search__filter {
    margin-top: 20px;
  }
  .raffall-search__wrap {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .raffall-search__filter-content {
    padding: 20px 20px;
  }
  .raffall-search__input-wrap {
    position: static;
  }
  .raffall-search__filter-wrap {
    width: 100%;
  }
  .raffall-search__clear-wrap {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media (max-width: 1023px) {
  .raffall-search__wrap {
    /* -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; */
  }
  /* .raffall-search {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  } */
}

.hosters-list .hoster {
  width: calc(100% - 100px );
  margin-left: 50px;
  margin-right: 50px;
}

body .owl-carousel .owl-prev{
  left: -60px;
}
body .owl-carousel .owl-prev img,
body .owl-carousel .owl-next img{
  width: 40px;
  height: 40px;
}

body .owl-carousel .owl-next{
  right: -60px;
}


@media (max-width: 1440px) {
  .hosters-list .hoster {
    width: calc(100% - 60px );
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 1400px) {
  .hosters-list{
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .hosters-list .hoster .hoster-cover{
    background-size: cover;
  }
}

@media (max-width: 991px) {
  .hosters-list .hoster {
    width: calc(100% - 100px );
    margin-left: 50px;
    margin-right: 50px;
  }
}
