.container {
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 15px;
}

.s_meest_delivery_address_inner {
  padding-bottom: 96px;
}
.s_meest_delivery_address_inner h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #303A45;
  margin-bottom: 24px;
}

.flag {
  width: 32px;
  height: 24px;
}

.country_wrap {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: calc(100% + 25px);
  margin-left: -25px;
  margin-bottom: 24px;
}
.country_wrap .country_but {
  width: calc(25% - 25px);
  margin-left: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #EFF1F4;
  border-radius: 10px;
  padding: 16px 10px 14px;
  text-decoration: none;
  margin-bottom: 24px;
}
.country_wrap .country_but.active {
  border: 1px solid #0860C7;
}
.country_wrap .country_but:nth-child(4n) {
  margin-right: 0;
}
.country_wrap .country_but .flag {
  margin-right: 10px;
}
.country_wrap .country_but h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #303A45;
}

.country_inform {
  display: flex;
}
.country_inform .w50 {
  width: calc(50% - 13px);
}
.country_inform .w50:nth-child(1) {
  margin-right: 26px;
}

.card_info {
  background: #FFFFFF;
  box-shadow: 0px 17px 45px rgba(64, 98, 145, 0.09);
  border-radius: 24px;
  padding: 48px 30px 48px 48px;
}
.card_info .country_name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.card_info .country_name h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 146%;
  letter-spacing: 0.02em;
  color: #303A45;
}
.card_info .row_personal_info {
  display: flex;
  margin-bottom: 12px;
}
.card_info .row_personal_info .copy_part {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card_info .row_personal_info .copy_part #txt {
  background-color: transparent;
  border: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  outline: none;
}
.card_info .row_personal_info .copy_part #txt:placeholder {
  color: #303A45;
}
.card_info .row_personal_info .copy_part .copy {
  display: flex;
  border: none;
  background-color: transparent;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}
.card_info .row_personal_info .copy_part .copy img {
  width: 18px;
  height: 18px;
}

.foto_country img {
  width: 100%;
  border-radius: 24px;
}

.s_news_special_offers_inner h1 {
  font-weight: 700;
  font-size: 42px;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #303A45;
  margin-bottom: 48px;
}

.search_box {
  border: 1px solid #99A4AF;
  border-radius: 100px;
  width: 45%;
  margin: 0 auto;
  align-items: center;
  display: flex;
  margin-bottom: 24px;
  padding: 0 25px;
}
.search_box input {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 16px 0;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #99A4AF;
}
.search_box button {
  width: 26px;
  height: 22px;
  background-color: transparent;
  border: none;
  padding: 0;
  background-image: url(/img/df/articles/search_img.svg);
  background-size: 22px 22px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.toggle_switch {
  width: 45%;
  margin: 0 auto;
  border-radius: 32px 32px 32px 32px;
  display: flex;
  margin-bottom: 98px;
}
.toggle_switch .page {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #0860C7;
  padding: 12px 0;
  border: 2px solid #0860C7;
}
.toggle_switch .page.active {
  background: #0860C7;
  color: #fff;
}
.toggle_switch .page br {
  display: none;
}
.toggle_switch #page1 {
  border-radius: 32px 0 0 32px;
}
.toggle_switch #page2 {
  border-radius: 0 32px 32px 0;
}

.news_wrap {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.news_wrap .card_news {
  width: calc(50% - 13px);
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}
.news_wrap .card_news:nth-child(odd) {
  margin-right: 26px;
}
.news_wrap .card_news .main_img_news {
  margin-bottom: 25px;
}
.news_wrap .card_news .category_wrap {
  margin-bottom: 24px;
}
.news_wrap .card_news .descr_card_news h3 {
  margin-bottom: 24px;
}
.news_wrap .card_news .descr_card_news p {
  margin-bottom: 24px;
}

.card_news .main_img_news {
  width: 100%;
  border-radius: 24px;
  position: relative;
  display: block;
}
.card_news .main_img_news img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  object-fit: contain;
}
.card_news .main_img_news:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.category_wrap {
  display: flex;
  gap: 12px 24px;
  flex-wrap: wrap;
}

.category_wrap .category {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #99A4AF;
}
.category_wrap .category img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.category_wrap .date {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #99A4AF;
}
.category_wrap .date img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.descr_card_news h3 a {
  font-weight: 700;
  font-size: 20px;
  line-height: 146%;
  letter-spacing: 0.02em;
  color: #0860C7;
  text-decoration: none;
}
.descr_card_news p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #303A45;
}
.descr_card_news .read_more {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #0860C7;
  text-decoration: none;
}
.descr_card_news .read_more .arrow {
  margin-left: 10px;
  width: 16px;
  height: 11px;
}

.btn_flex {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 45px;
  margin-bottom: 50px;
}

.blue_button {
  background: #0860C7;
  border-radius: 100px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  text-decoration: none;
  padding: 20px 50px;
}

.special_news_wrap {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: calc(100% + 26px);
  margin-left: -26px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-bottom: 100px;
}

.special_news_wrap-webkit-scrollbar { 
  display: none; 
}
.special_news_wrap .card_news {
  width: calc(33.3% - 26px);
  margin-left: 26px;
  margin-bottom: 10px;
}
.special_news_wrap .card_news .category_wrap {
  margin-bottom: 24px;
  margin-top: 10px;
}
.special_news_wrap .card_news .descr_card_news h3 {
  margin-bottom: 18px;
}
.special_news_wrap .card_news .descr_card_news p {
  margin-bottom: 25px;
}

.pagination_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 100px;
}
.pagination_wrap .arrow {
  display: flex;
  align-items: center;
}
.pagination_wrap .arrow img {
  width: 10px;
  height: 19px;
}
.pagination_wrap .pagination {
  display: flex;
  align-items: center;
}
.pagination_wrap .pagination a {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #606B77;
  margin-right: 18px;
  text-decoration: none;
}
.pagination_wrap .pagination a.active {
  background: #0860C7;
  color: #FFFFFF;
  border-radius: 50%;
  padding: 4px 13px;
}
.pagination_wrap .pagination span {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #606B77;
  margin-right: 18px;
}
.pagination_wrap .arrow.prev {
  margin-right: 18px;
}
.pagination_wrap .arrow.next {
  transform: rotate(180deg);
}

.s_news_special_offers_inner .special_news h2 {
  font-weight: 700;
  font-size: 33px;
  line-height: 50px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: #303A45;
  text-align: start;
  margin-bottom: 24px;
}
.s_news_special_offers_inner .special_news .description {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #99A4AF;
  margin-bottom: 48px;
}

.default_tab {
  display: none;
}
.default_tab.tab1 {
  display: flex;
}
.df__pagination {
  width: 100%;
  justify-content: center;
  margin-top: 25px;
}


/* style our fake “divider” option */
.select2-results__option .divider {
  display: block;
  height: 1px;
  margin: 6px 0;
  background: #e5e7eb;
}

.select2-selection[aria-labelledby="select2-newsDropdown-container"] {
  background: #F3F8FE;
  border: none;
  height: 54px;
  border-radius: 10px !important;

  .select2-selection__arrow {
    height: 54px;
  }

  .select2-selection__placeholder, .select2-selection__rendered {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #0860C7;
  }
}

.df__news-categories-dropdown-container {
  max-width: 360px;
  width: 100%;
  height: 54px;

  @media screen and (max-width: 1024px) {
    max-width: 447px;
    margin-top: 24px;
  }

  .select2 {
    margin: 0;
  }
}

#select2-newsDropdown-container {
  background: #F3F8FE;
  border: none;
  border-radius: 10px;
  height: 54px;
  align-items: center;
  display: flex;

  .select2-selection__arrow {
    height: 54px;
  }
}

.descr_card_news_flex {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.descr_card_news_footer {
  margin-top: auto;
  padding: 0 10px 10px 0;
}