.packages_section .images_block {
  background: #F4A21F;
  padding-bottom: 25.8%;
  position: relative;
}
.packages_section .images_block img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.packages_section .page_title {
  margin-top: 50px;
}
.packages_section .packages_list {
  margin: 70px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.packages_section .package_inner {
  display: flex;
}
.packages_section .package_container {
  max-width: 1140px;
  height: 322px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: 0 1px 8px 0 rgba(77, 77, 77, 0.2);
  display: flex;
  background: #ffffff;
  position: relative;
}
.packages_section .package_container:before {
  border-radius: 51px;
  margin-left: -16px;
  top: 10px;
  bottom: 10px;
  z-index: 10;
  left: 0;
  width: 32px;
  display: block;
  content: "";
  position: absolute;
  background: #F4A21F;
}
.packages_section .package_container .invite_btn {
  width: 174px;
}
.packages_section .left_block {
  color: #F4A21F;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 375px;
  height: auto;
  box-shadow: 1px 0 8px 0 rgba(77, 77, 77, 0.2);
  border-radius: 5px 0 0 5px;
  position: relative;
}
.packages_section .left_block:before {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -15px;
  border: 20px solid transparent;
  border-left: 20px solid transparent;
  box-shadow: 1px 0 8px 0 rgba(77, 77, 77, 0.2);
  transform: rotate(45deg);
  background: #ffffff;
}
.packages_section .left_block:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 5;
  background: #ffffff;
}
.packages_section .right_block {
  padding: 35px 120px 32px;
}
.packages_section .packages_name {
  position: relative;
  font-family: "medium", "arm-medium";
  font-size: 180%;
  line-height: 22px;
  z-index: 15;
}
.packages_section .package_price {
  position: relative;
  z-index: 15;
  font-size: 650%;
  line-height: 79px;
  font-family: "bold", "arm-bold";
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.packages_section .package_price span {
  font-family: "regular", "arm-regular";
  font-size: 55%;
  line-height: 43px;
  padding-left: 15px;
}
.packages_section .packages_links {
  max-width: 285px;
}
@media (max-width: 1199px) {
  .packages_section .package_inner {
    width: 100%;
  }
  .packages_section .package_container {
    height: 285px;
  }
  .packages_section .package_price {
    font-size: 520%;
    line-height: 60px;
    margin-top: 15px;
  }
  .packages_section .right_block {
    padding: 30px;
    width: 65%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .packages_section .packages_links {
    max-width: 260px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .packages_section .package_price {
    font-size: 420%;
    line-height: 45px;
    margin-top: 10px;
  }
  .packages_section .left_block {
    width: 315px;
  }
  .packages_section .packages_name {
    font-size: 160%;
    line-height: 21px;
  }
}

@media (max-width: 575px) {
  .packages_section .package_container .packages_links {
    position: relative;
    align-items: center;
    left: 0;
    bottom: 0;
  }
  .packages_section .package_container {
    height: auto;
  }
  .packages_section .package_inner {
    flex-direction: column;
  }
  .packages_section .pachage_info::before {
    display: block;
  }
  .packages_section .left_block {
    width: 100%;
    padding: 20px;
  }
  .packages_section .right_block {
    padding: 20px;
    width: 100%;
  }

  .package_container .pachage_info {
    margin-top: 20px;
  }

  .packages_section .images_block {
    padding-bottom: 56.8%;
  }
}
@media (max-width: 399px) {
  .packages_section .pachage_info::before {
    font-size: 160%;
  }
  .packages_section .pachage_info.icon_tv-1:before {
    margin-right: 12px;
    font-size: 180%;
  }
}
.corporate_package .packages_section .images_block {
  background: #303D87;
}
.corporate_package .packages_section .package_container .invite_btn {
  background: #303D87;
}
.corporate_package .packages_section .package_container:before {
  border-color: #303D87;
}
.corporate_package .packages_section .package_container .more_btn {
  color: #303D87;
}
.corporate_package .packages_section .left_block {
  color: #303D87;
}
.corporate_package .filter_block .filter_title::before {
  color: #303D87;
}
.corporate_package .filter_block input:checked ~ .block_clone {
  background: #303D87;
}
.corporate_package .filter_block input:checked ~ .filter_btn:before {
  background: #303D87;
}

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