.news_list, .main_slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.main_slider .slide_block img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.main_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.main_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  position: relative;
  background: #303D87;
}
.main_slider .slide_block:before {
  content: "";
  display: block;
  padding-bottom: 39.7%;
}
.main_slider .slide_block img {
  object-fit: cover;
  opacity: 0.7;
}
.main_slider .slide_content {
  position: absolute;
  top: 50%;
  margin-top: -200px;
  padding-left: 95px;
  max-width: 750px;
  display: flex;
  flex-direction: column;
  color: #ffffff;
}
.main_slider .slide_title {
  font-size: 420%;
  line-height: 52px;
  letter-spacing: 1.22px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main_slider .inner_title {
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-family: "medium", "arm-medium";
  font-size: 180%;
  display: block;
  line-height: 22px;
  margin-top: 18px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.main_slider .slide_description {
  font-size: 180%;
  line-height: 22px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.main_slider .slide_link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  border: 1px solid #F4A21F;
  color: #F4A21F;
  width: 165px;
  height: 41px;
  margin-top: 40px;
  letter-spacing: 1px;
  font-size: 130%;
  line-height: 16px;
  font-family: "bold", "arm-bold";
  text-transform: uppercase;
}
.main_slider .slick-dots {
  position: absolute;
  bottom: 57px;
  left: 0;
  width: 100%;
  padding-left: 95px;
  display: flex;
  justify-content: flex-start;
  z-index: 3;
}
.main_slider .slick-dots li {
  flex: 1;
  max-width: 65px;
  padding: 0 7.5px;
}
.main_slider .slick-dots li.slick-active button {
  opacity: 1;
  cursor: default;
}
.main_slider .slick-dots button {
  border: none;
  background: transparent;
  width: 100%;
  height: 6px;
  opacity: 0.5;
  padding: 0;
}
.main_slider .slick-dots button:hover {
  opacity: 0.7;
}
.main_slider .slick-dots button:before {
  content: "";
  display: block;
  height: 3px;
  background: #F4A21F;
}
@media (max-width: 1600px) {
  .main_slider .slide_title {
    font-size: 350%;
    line-height: 45px;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 1440px) {
  .main_slider .slide_content {
    padding-left: 50px;
  }
  .main_slider .slick-dots {
    bottom: 30px;
    padding-left: 50px;
  }
}
@media (max-width: 1199px) {
  .main_slider .slide_title {
    font-size: 250%;
    line-height: 35px;
  }
  .main_slider .slide_content {
    max-width: 600px;
    margin-top: -130px;
  }
  .main_slider .slide_link {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .main_slider .slide_content {
    max-width: 520px;
    padding-left: 35px;
  }
  .main_slider .slide_title {
    font-size: 180%;
    line-height: 22px;
  }
  .main_slider .slide_link {
    font-size: 120%;
    line-height: 17px;
    margin-top: 20px;
  }
  .main_slider .slick-dots li {
    max-width: 50px;
    padding: 0 5px;
  }
  .main_slider .slick-dots {
    bottom: 20px;
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  .main_slider .slide_block:before {
    padding-bottom: 52%;
  }
  .main_slider .slide_description {
    line-height: 1.33em;
    font-size: 140%;
  }
  .main_slider .inner_title {
    line-height: 1.33em;
    font-size: 160%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .main_slider .slide_content {
    transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    margin-top: 10px;
    max-width: 300px;
    padding-left: 20px;
    padding-bottom: 30px;
  }
  .main_slider .inner_title {
    display: none;
  }
  .main_slider .slide_title {
    font-size: 140%;
    line-height: 21px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .main_slider .slide_description {
    display: none;
  }
  .main_slider .slide_block:before {
    padding-bottom: 50%;
  }
  .main_slider .slick-dots {
    bottom: 10px;
    padding-left: 20px;
  }
  .main_slider .slide_link {
    font-size: 110%;
    line-height: 17px;
    margin-top: 15px;
    width: 140px;
    height: 35px;
  }
}

.home_inner_section {
  position: relative;
  z-index: 5;
  background-size: cover !important;
  padding-top: 70px;
  padding-bottom: 40px;
  background-position: center !important;
}

.web .slide_link {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.touch .slide_link {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.touch .slide_link:active {
  opacity: 0.5;
}

.filter_container {
  margin-top: 60px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  text-align: center;
  justify-content: center;
}

.filter_block {
  position: relative;
  width: 320px;
  height: 82px;
  margin-right: 15px;
}
.filter_block label {
  cursor: pointer;
}
.filter_block .block_clone {
  position: absolute;
  left: 0;
  right: 0;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #ffffff;
  z-index: -1;
}
.filter_block label {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
.filter_block:last-child {
  margin-right: 0;
  margin-left: 15px;
}
.filter_block .filter_btn {
  width: 56px;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 23px;
  border-radius: 11.5px;
  background: #ECECEC;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  position: relative;
}
.filter_block .filter_btn:before {
  position: absolute;
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #ffffff;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  left: 1px;
}
.filter_block .filter_title {
  font-size: 190%;
  line-height: 23px;
  color: #2E2E31;
  display: flex;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  align-items: center;
}
.filter_block .filter_title::before {
  margin-right: 15px;
  font-size: 163%;
  color: #F4A21F;
}
.filter_block input {
  display: none;
}
.filter_block input:checked + label {
  cursor: default !important;
}
.filter_block input:checked ~ .block_clone {
  opacity: 1 !important;
  background: #F4A21F;
}
.filter_block input:checked ~ .filter_btn {
  background: #ffffff;
}
.filter_block input:checked ~ .filter_btn:before {
  left: 61%;
  background: #F4A21F;
}
.filter_block input:checked ~ .filter_title {
  color: #ffffff;
}
.filter_block input:checked ~ .filter_title:before {
  color: #ffffff;
}

.package_list {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.package_container {
  position: relative;
  max-width: 1141px;
  width: 100%;
  height: 322px;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  background: #ffffff;
  margin-bottom: 20px;
  overflow: hidden;
  color: #ffffff;
}
.package_container .package_name_block {
  position: absolute;
  top: 28px;
  left: 28px;
}
.package_container .package_name_block:before {
  content: "";
  position: absolute;
  width: 520px;
  height: 422px;
  background: #F4A21F;
  z-index: 1;
  border-radius: 50%;
  left: -290px;
  top: -195px;
}
.package_container .package_inner {
  display: flex;
}
.package_container .block_name {
  font-size: 140%;
  line-height: 19px;
  position: relative;
  z-index: 5;
}
.package_container .block_desc {
  font-size: 140%;
  line-height: 18px;
  position: relative;
  z-index: 5;
}
.package_container .bold_text {
  font-size: 125%;
  line-height: 22px;
  font-family: "bold", "arm-bold";
  display: block;
  margin-top: 10px;
  margin-bottom: 12px;
}
.package_container .images_block {
  position: relative;
  z-index: 10;
  margin-top: 54px;
  margin-left: 158px;
}
.package_container .big_image {
  position: relative;
  width: 300px;
  padding-bottom: 66%;
}
.package_container .big_image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.package_container .small_image {
  width: 220px;
  padding-bottom: 45%;
  position: absolute;
  left: -50px;
  margin-top: -85px;
}
.package_container .small_image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.package_container .package_info_block {
  margin-left: 30px;
  width: 100%;
  max-width: 350px;
  margin-top: 37px;
}
.package_container .info_title {
  font-size: 180%;
  line-height: 22px;
  color: #303D87;
  font-family: "medium", "arm-medium";
  text-align: center;
}
.package_container .pachage_info {
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-size: 130%;
  line-height: 16px;
  color: #2E2E31;
  margin-top: 20px;
}
.package_container .pachage_info:before {
  margin-right: 25px;
  font-size: 235%;
}
.package_container .pachage_info span {
  color: #F4A21F;
  font-family: "bold", "arm-bold";
  margin-left: 13px;
}
.package_container .pachage_info:nth-child(2):before {
  color: #DD2B2E;
}
.package_container .pachage_info:nth-child(3):before {
  color: #303D87;
}
.package_container .pachage_info:nth-child(4):before {
  color: #F4A21F;
}
.package_container .icon_speed::before {
  color: #DD2B2E;
}
.package_container .icon_tb_home::before {
  color: #303D87;
}
.package_container .icon_wifi::before {
  color: #F4A21F;
}
.package_container .packages_links {
  display: flex;
  margin-top: 20px;
  align-items: center;
}
.package_container .invite_btn {
  height: 41px;
  width: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #F4A21F;
  border-radius: 7px;
  font-family: "bold", "arm-bold";
  letter-spacing: 1px;
  font-size: 130%;
  margin-right: 50px;
}
.package_container .more_btn {
  font-size: 130%;
  line-height: 16px;
  font-family: "medium", "arm-medium";
  text-decoration: underline;
  color: #F4A21F;
}
.package_container .price_inner {
  display: flex;
  align-items: center;
}
.package_container .price_inner > span:first-child {
  font-size: 80%;
  font-family: "regular", "arm-regular";
  line-height: 24px;
  margin-left: 5px;
}
.package_container .package_price_block {
  position: absolute;
  bottom: 45px;
  z-index: 5;
  right: 16px;
  color: #ffffff;
  font-size: 250%;
  line-height: 30px;
  font-family: "bold", "arm-bold";
}
.package_container .package_price_block:before {
  content: "";
  width: 320px;
  height: 320px;
  background: #303D87;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  margin-top: -80px;
  margin-left: -75px;
}
.package_container .package_price_block:after {
  content: "";
  height: 43px;
  width: 43px;
  background: #F4A21F;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: -140px;
  right: -25px;
}
.package_container .package_price_block > span:last-child {
  display: block;
  margin-top: 1px;
  font-size: 42%;
  line-height: 15px;
  font-family: "regular", "arm-regular";
}
.package_container .package_price_block > span:last-child:before {
  height: 67px;
  width: 67px;
  position: absolute;
  content: "";
  background: #F4A21F;
  z-index: -1;
  border-radius: 50%;
  right: 220px;
  top: 60px;
}
.package_container:nth-child(3) .images_block .big_image {
  padding-bottom: 56%;
  left: -45px;
  top: 45px;
}

.home_page .more_button {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
}
.home_page .more_button:before {
  margin-left: 10px;
  font-size: 140%;
  margin-top: -2px;
}

.view_more_btn {
  font-size: 130%;
  line-height: 19px;
  margin-top: 8px;
  font-weight: "medium", "arm-medium" !important;
  color: #F4A21F;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
}
.view_more_btn:before {
  margin-left: 10px;
  font-size: 140%;
}

.main_link_container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
.main_link_container .link_block {
  width: 292px;
  height: 252px;
  background: #ffffff;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  padding: 36px;
  color: #303D87;
  text-align: center;
  font-size: 200%;
  line-height: 29px;
  font-family: "medium", "arm-medium";
  border-radius: 5px;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.05);
}
.main_link_container .link_block:before {
  color: #F4A21F;
}
.main_link_container .link_block span {
  display: block;
  margin-bottom: 25px;
  font-size: 275%;
}
.main_link_container .link_block span:before {
  color: #F4A21F;
}
.main_link_container .link_block.active_link {
  background: #F4A21F;
  margin: 0 68px;
  color: #ffffff;
}
.main_link_container .link_block.active_link span:before {
  color: #ffffff;
}

@media (max-width: 1440px) {
  .package_container {
    height: 300px;
  }
  .package_container .images_block {
    margin-top: 30px;
  }

  .package_list {
    padding: 0 40px;
  }

  .main_link_container {
    margin-top: 70px;
  }
  .main_link_container .link_block {
    width: 250px;
    height: 210px;
    font-size: 180%;
    line-height: 23px;
  }
  .main_link_container .link_block:nth-child(2) {
    margin: 0 40px;
  }
}
@media (max-width: 1199px) {
  .package_container .package_name_block {
    top: 15px;
    left: 20px;
  }
  .package_container .block_name {
    font-size: 120%;
    line-height: 17px;
  }
  .package_container .block_desc {
    font-size: 120%;
    line-height: 12px;
  }
  .package_container .package_name_block:before {
    width: 450px;
    height: 380px;
  }
  .package_container .images_block {
    margin-top: 60px;
    margin-left: 130px;
  }
  .package_container .images_block .small_image {
    width: 160px;
  }
  .package_container .images_block .big_image {
    position: relative;
    width: 250px;
  }
  .package_container .price_inner > span:first-child {
    font-size: 60%;
  }
  .package_container .package_price_block {
    font-size: 180%;
    line-height: 25px;
  }
  .package_container .package_price_block:before {
    margin-top: -57px;
    margin-left: -40px;
  }
  .package_container .package_info_block {
    margin-left: 20px;
    max-width: 310px;
  }
  .package_container .pachage_info {
    font-size: 120%;
    line-height: 17px;
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .filter_block {
    width: 250px;
    height: 70px;
  }
  .filter_block .filter_title {
    font-size: 130%;
  }

  .package_list {
    padding: 0 20px;
    margin-top: 55px;
  }

  .package_container {
    height: 270px;
  }
  .package_container .images_block {
    margin-top: 110px;
    margin-left: 100px;
  }
  .package_container .images_block .small_image {
    margin-top: -58px;
    width: 130px;
  }
  .package_container .images_block .big_image {
    position: relative;
    width: 180px;
  }
  .package_container .pachage_info {
    margin-top: 10px;
  }
  .package_container .pachage_info:before {
    margin-right: 10px;
  }
  .package_container:nth-child(3) .images_block .big_image {
    padding-bottom: 70%;
    left: -40px;
    top: -24px;
  }
  .package_container .package_info_block {
    max-width: 275px;
  }

  .main_link_container .link_block {
    width: 190px;
    height: 180px;
    font-size: 140%;
    line-height: 19px;
  }
  .main_link_container .link_block .link_block:nth-child(2) {
    margin: 0 25px;
  }
}
@media (max-width: 767px) {
  .package_container .images_block {
    display: none;
  }
  .package_container .package_inner {
    justify-content: center;
  }
  .package_container .package_info_block {
    max-width: 300px;
    z-index: 10;
  }
  .package_container .block_name {
    font-size: 110%;
    line-height: 15px;
  }
  .package_container .block_desc {
    font-size: 100%;
  }
  .package_container .package_name_block {
    top: 10px;
    left: 10px;
  }
  .package_container .package_name_block:before {
    width: 405px;
    height: 373px;
  }
  .package_container .package_price_block {
    font-size: 160%;
    line-height: 21px;
    bottom: 10px;
    right: 10px;
  }

  .main_link_container .link_block:nth-child(2) {
    margin: 0 20px;
  }
  .main_link_container .link_block {
    width: 150px;
    height: 140px;
    font-size: 120%;
    line-height: 17px;
  }
}
@media (max-width: 575px) {
  .package_list {
    padding: 0;
    margin-top: 30px;
  }

  .package_container .packages_links {
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    bottom: 10px;
    left: 11px;
  }
  .package_container .more_btn {
    margin-top: 10px;
    margin-left: 10px;
    font-size: 120%;
  }
  .package_container .package_price_block:after {
    display: none;
  }
  .package_container .package_info_block {
    margin-top: 60px;
    margin-left: 50px;
  }
  .package_container .package_info_block .info_title {
    font-size: 140%;
    line-height: 17px;
  }
  .package_container .pachage_info {
    justify-content: center;
  }
  .package_container .pachage_info span {
    display: none;
  }
  .package_container .pachage_info:before {
    display: none;
  }
  .package_container .invite_btn {
    margin-right: 0;
  }

  .filter_container {
    flex-direction: column-reverse;
    margin-top: 20px;
  }

  .filter_block {
    margin-top: 15px;
    margin-right: 0;
  }
  .filter_block:last-child {
    margin-top: 30px;
    margin-left: 0;
  }

  .main_link_container {
    margin-top: 70px;
    flex-direction: column;
  }
  .main_link_container .link_block {
    width: 100%;
    height: 200px;
    margin-bottom: 20px !important;
    font-size: 160%;
    line-height: 21px;
  }
  .main_link_container .link_block span {
    margin-bottom: 20px;
  }
}
.web .link_block {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.web .invite_btn {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.web .more_btn {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.web .view_more_btn {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.web .view_more_btn:hover {
  color: #F4A21F;
}
.web .more_button {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.web .more_button:hover {
  color: #F4A21F;
}
.web .filter_block {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.touch .block_clone {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .block_clone:active {
  opacity: 0.7;
}
.touch .invite_btn {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .invite_btn:active {
  opacity: 0.7;
}
.touch .link_block {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .link_block:active {
  opacity: 0.7;
}
.touch .more_btn {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .more_btn:active {
  opacity: 0.5;
}
.touch .view_more_btn {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .view_more_btn:active {
  opacity: 0.5;
}
.touch .more_button {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .more_button:active {
  opacity: 0.5;
}
.touch .filter_block {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .filter_block:active {
  opacity: 0.5;
}

.news_container {
  margin-top: 108px;
}

.news_list {
  max-width: 1144px;
  margin: 0 auto;
  margin-top: 58px;
  display: flex;
  flex-wrap: wrap;
}
.news_list li:nth-child(2n) .news_block {
  position: relative;
  overflow: hidden;
}
.news_list li:nth-child(2n) .news_block:before {
  content: "";
  width: 100%;
  border: 5px solid transparent;
  border-top: 5px solid #F4A21F;
  position: absolute;
}
.news_list li:nth-child(2n) .news_title {
  -webkit-line-clamp: 4;
  margin-top: 20px;
}
.news_list li:nth-child(2n) .news_description {
  -webkit-line-clamp: 5;
}

.news_info_inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.news_block {
  position: relative;
  height: 100%;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news_block .news_image {
  padding-bottom: 55.5%;
  display: block;
  position: relative;
  width: 100%;
}
.news_block .news_image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news_block .news_title {
  font-size: 200%;
  line-height: 29px;
  margin-top: 20px;
  font-family: "medium", "arm-medium";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2E2E31;
  margin-bottom: 15px;
  padding: 0 25px;
}
.news_block .news_description {
  font-size: 130%;
  color: #2E2E31;
  opacity: 0.5;
  line-height: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 25px;
  margin-bottom: 15px;
}
.news_block .news_date {
  bottom: 15px;
  margin: 0 25px;
  padding-top: 14px;
  font-size: 130%;
  line-height: 19px;
  width: 86%;
  color: #D8D8D8;
  padding-bottom: 16px;
  border-top: 1px solid #D8D8D8;
}

.more_button {
  font-size: 130%;
  line-height: 19px;
  font-family: "medium", "arm-medium";
  margin-top: 30px;
  display: block;
  color: #F4A21F;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .news_list li:last-child {
    display: none;
  }

  .news_container {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .news_list li:last-child {
    display: block;
  }

  .news_list {
    margin-top: 20px;
  }
  .news_list li {
    margin-top: 20px;
  }

  .news_block .news_image {
    padding-bottom: 36.5%;
  }
  .news_block .news_title {
    font-size: 180%;
    line-height: 22px;
    margin-top: 15px;
    padding: 0 15px;
  }
  .news_block .news_description {
    font-size: 120%;
    line-height: 17px;
    padding: 0 15px;
  }
  .news_block .news_date {
    margin: 0 15px;
    padding-top: 12px;
    font-size: 120%;
    line-height: 17px;
    width: 94%;
  }
}
.web .news_block.hovered .news_title {
  opacity: 0.7;
}
.web .news_image, .web .news_title {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.touch .news_block.hovered .news_title {
  opacity: 0.7;
}
.touch .news_image, .touch .news_title {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.main_slider .slick-dots button {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .link_block:hover, .web .invite_btn:hover {
  opacity: 0.7;
}

.web .slide_link:hover, .web .more_btn:hover, .web .view_more_btn:hover, .web .more_button:hover, .web .filter_block:hover {
  opacity: 0.5;
}

/*# sourceMappingURL=index.css.map */
