.button-navigation {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
}
.button-navigation:focus {
  outline-color: rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .button-navigation {
    cursor: pointer;
  }
}
.button-navigation {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (min-width: 900px) {
  .button-navigation {
    gap: 15px;
  }
}
.button-navigation__icon {
  position: relative;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  border-radius: 12px;
  width: 34px;
  height: 34px;
  backdrop-filter: blur(8px);
  box-shadow: inset 0 0 24px 0 hsla(0, 0%, 100%, 0.8),
    inset 0 0 2px 0 hsla(0, 0%, 100%, 0.8), 0 3px 16px 0 rgba(25, 25, 27, 0.1);
  background: hsla(0, 0%, 100%, 0.03);
  stroke: #f60;
  fill: #f60;
  padding: 12px;
  padding-right: 14px;
  transition: 0.3s;
}
.button-navigation__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  box-shadow: 0 0 20px 0 rgba(255, 124, 36, 0.6);
  background: #fb9031;
  transition: 0.3s;
  opacity: 0;
  border-radius: 12px;
}
@media only screen and (min-width: 1440px) {
  .button-navigation__icon::before {
    border-radius: 14px;
  }
}
@media (hover: hover) {
  .button-navigation:hover .button-navigation__icon {
    stroke: #fff;
  }
  .button-navigation:hover .button-navigation__icon::before {
    opacity: 1;
  }
}
@media only screen and (min-width: 900px) {
  .button-navigation__icon {
    border-radius: 14px;
    width: 44px;
    height: 44px;
    padding: 15px;
    padding-right: 17px;
  }
}
.button-navigation__icon_2 {
  padding: 12px;
  padding-left: 14px;
}
@media only screen and (min-width: 900px) {
  .button-navigation__icon_2 {
    padding: 15px;
    padding-left: 17px;
  }
}
.button-navigation__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #4b4e51;
  opacity: 0.5;
  transition: 0.3s;
}
@media (hover: hover) {
  .button-navigation:hover .button-navigation__text {
    opacity: 1;
  }
}
@media only screen and (min-width: 900px) {
  .button-navigation__text {
    font-size: 15px;
  }
}
.sec-article {
  background: #fff;
  overflow: hidden;
}
.sec-article__wrap {
  padding-bottom: 20px;
}
@media only screen and (min-width: 1180px) {
  .sec-article__wrap {
    padding-bottom: 28px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-article__wrap {
    padding-bottom: 39px;
  }
}
.sec-article__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 900px) {
  .sec-article__top {
    padding-left: 20px;
    justify-content: flex-start;
    gap: 40px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-article__top {
    padding-left: 15px;
    gap: 60px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-article__top {
    padding-left: 30px;
    gap: 71px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-article__title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-article__title {
    font-size: 38px;
  }
}
.sec-article__content {
  margin-top: 20px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 900px) {
  .sec-article__content {
    margin-top: 19px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-article__content {
    margin-top: 40px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-article__content {
    margin-top: 63px;
    padding-bottom: 120px;
  }
}
.sec-article__sort {
  display: none;
}
@media only screen and (min-width: 600px) {
  .sec-article__sort {
    display: flex;
    gap: 17px;
  }
}
@media only screen and (min-width: 600px) {
  .sec-article__sort-select {
    display: none;
  }
}
.sec-article__container {
  position: relative;
  z-index: 10;
  padding: 0 20px;
}
@media only screen and (min-width: 900px) {
  .sec-article__container {
    max-width: 1018px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-article__container {
    max-width: 1216px;
  }
}
.sec-article__header {
  position: relative;
}
.sec-article__header-container {
  padding: 0;
}
@media only screen and (min-width: 900px) {
  .sec-article__header-container {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-article__header-container {
    max-width: 100%;
    padding: 0 33px;
  }
}
@media only screen and (min-width: 1850px) {
  .sec-article__header-container {
    max-width: 1920px;
    padding: 0 75px;
  }
}
.sec-article__header-wrap {
  overflow: hidden;
  position: relative;
  padding-top: 175px;
}
@media only screen and (min-width: 900px) {
  .sec-article__header-wrap {
    border-radius: 21px;
    padding-top: 149px;
    padding-bottom: 19px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-article__header-wrap {
    padding-top: 211px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-article__header-wrap {
    padding-top: 242px;
  }
}
.sec-article__header-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #19191b;
  opacity: 0.3;
  pointer-events: none;
}
@media only screen and (min-width: 900px) {
  .sec-article__header-wrap::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(37, 39, 43, 0) 0%, #25272b 100%);
  }
}
@media only screen and (min-width: 1180px) {
  .sec-article__header-wrap::before {
    height: 57%;
  }
}
.sec-article__header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.sec-article__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.sec-article__info {
  display: flex;
  background: #25272b;
  margin-left: -20px;
  margin-right: -20px;
  padding: 40px 20px;
  padding-bottom: 19px;
  position: relative;
  z-index: 5;
  gap: 5px;
}
@media only screen and (min-width: 900px) {
  .sec-article__info {
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0);
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-article__info {
    margin-top: 20px;
  }
}
.sec-article__info::before {
  content: "";
  position: absolute;
  bottom: 100%;
  margin-bottom: -2px;
  left: 0;
  width: 100%;
  height: 142px;
  background: linear-gradient(180deg, rgba(37, 39, 43, 0) 0%, #25272b 100%);
  z-index: 3;
  pointer-events: none;
}
@media only screen and (min-width: 900px) {
  .sec-article__info::before {
    display: none;
  }
}
.sec-article__body {
  position: relative;
  z-index: 10;
}
.sec-article__author {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: none;
  width: 154px;
}
@media only screen and (min-width: 600px) {
  .sec-article__author {
    flex: 1;
  }
}
.sec-article__author-img {
  border-radius: 100%;
  display: block;
  flex: none;
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 600px) {
  .sec-article__author-img {
    width: 60px;
    height: 60px;
  }
}
.sec-article__author-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 9px;
  line-height: 1.4;
  color: #fff;
}
@media only screen and (min-width: 600px) {
  .sec-article__author-title {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-article__author-title {
    font-size: 14px;
  }
}
.sec-article__author-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.4;
  color: #fff;
  margin-top: 3px;
}
@media only screen and (min-width: 600px) {
  .sec-article__author-name {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-article__author-name {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-article__author-name {
    font-size: 18px;
    margin-top: 4px;
  }
}
.sec-article__info-body {
  flex: 1;
}
@media only screen and (min-width: 900px) {
  .sec-article__info-body {
    display: flex;
    align-items: flex-end;
    flex: none;
    width: 42.5%;
    gap: 30px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-article__info-body {
    width: 38%;
    gap: 20px;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-article__info-body {
    width: 32%;
  }
}
.sec-article__date {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
@media only screen and (min-width: 900px) {
  .sec-article__date {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.sec-article__date-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 9px;
  line-height: 1.4;
  color: #fff;
}
@media only screen and (min-width: 600px) {
  .sec-article__date-title {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-article__date-title {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-article__date-title {
    font-size: 14px;
  }
}
.sec-article__date-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.4;
  color: #fff;
}
@media only screen and (min-width: 600px) {
  .sec-article__date-text {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-article__date-text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-article__date-text {
    font-size: 18px;
  }
}
.sec-article__stats {
  display: flex;
  justify-content: flex-end;
  gap: 7px;
  margin-top: 10px;
}
@media only screen and (min-width: 900px) {
  .sec-article__stats {
    gap: 13px;
  }
}
.sec-article__header-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.4;
  color: #fff;
  margin-top: 10px;
}
@media only screen and (min-width: 600px) {
  .sec-article__header-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 900px) {
  .sec-article__header-title {
    margin-top: 7px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-article__header-title {
    font-size: 28px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-article__header-title {
    font-size: 38px;
  }
}
.sec-article__links {
  background: #f5f5f5;
  padding: 16px 16px;
  border-radius: 20px;
}
@media only screen and (min-width: 900px) {
  .sec-article__links {
    padding: 40px 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-article__links {
    padding: 40px 45px;
  }
}
.sec-article__links-el {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 12.5px;
}
.sec-article__links-el:first-child {
  margin-top: 0;
}
.sec-article__links-el-count {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #4b4e51;
  background: #d9d9d9;
  border-radius: 7px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: none;
}
.sec-article__links-el-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #4b4e51;
  text-underline-offset: 1px;
  transition: 0.3s;
}
@media (hover: hover) {
  .sec-article__links-el:hover .sec-article__links-el-text {
    color: #f60;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-article__links-el-text {
    font-size: 15px;
  }
}
.sec-article__text {
  margin-top: 14px;
  padding-bottom: 19px;
}
@media only screen and (min-width: 900px) {
  .sec-article__text {
    margin-top: 25px;
    padding-bottom: 28px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-article__text {
    margin-top: 47px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-article__text {
    margin-top: 40px;
  }
}
.sec-article__meta {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 16px 16px;
}
@media only screen and (min-width: 600px) {
  .sec-article__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
}
@media only screen and (min-width: 900px) {
  .sec-article__meta {
    padding: 30px 40px;
  }
}
.sec-article__meta-author {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sec-article__meta-author-img {
  flex: none;
  border-radius: 100%;
  width: 60px;
  height: 60px;
}
.sec-article__meta-author-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #4b4e51;
}
.sec-article__meta-author-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  color: #4b4e51;
  margin-top: 5px;
}
.sec-article__meta-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}
@media only screen and (min-width: 600px) {
  .sec-article__meta-stats {
    margin: 0;
  }
}
.sec-article__navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}
@media only screen and (min-width: 900px) {
  .sec-article__navigation {
    padding: 0 40px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-article__navigation {
    margin-top: 51px;
  }
}
.sec-form {
  overflow: hidden;
  box-shadow: 0 4px 20px 0 rgba(25, 25, 27, 0.1);
  background: #fff;
  border-radius: 20px;
}
.sec-form__wrap {
  padding: 16px;
  padding-bottom: 77px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .sec-form__wrap {
    display: flex;
    align-items: flex-start;
    gap: 30px;
  }
}
@media only screen and (min-width: 900px) {
  .sec-form__wrap {
    padding: 41px 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-form__wrap {
    padding: 49px 43px;
    gap: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .sec-form__form {
    flex: none;
    width: 330px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-form__form {
    width: 380px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-form__form {
    width: 538px;
  }
}
.sec-form__top {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media only screen and (min-width: 900px) {
  .sec-form__top {
    gap: 20px;
  }
}
.sec-form__img {
  display: block;
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 900px) {
  .sec-form__img {
    width: 66px;
    height: 66px;
  }
}
.sec-form__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
  color: #4b4e51;
}
@media only screen and (min-width: 1180px) {
  .sec-form__title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-form__title {
    font-size: 28px;
  }
}
.sec-form__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  color: #4b4e51;
  margin-top: 4px;
}
@media only screen and (min-width: 900px) {
  .sec-form__text {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-form__text {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-form__text {
    font-size: 15px;
  }
}
.sec-form__form-form {
  margin-top: 26px;
}
@media only screen and (min-width: 900px) {
  .sec-form__form-form {
    margin-top: 34px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-form__form-form {
    margin-top: 17px;
  }
}
.sec-form__form-button {
  width: auto;
  display: flex;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .sec-form__form-button {
    margin-top: 16px;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 212px;
  }
}
@media only screen and (min-width: 900px) {
  .sec-form__form-button {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-form__form-button {
    height: 44px;
  }
}
.sec-form__slider {
  margin-top: 15px;
  overflow: visible;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .sec-form__slider {
    flex: 1;
    width: 10px;
    position: relative;
    overflow: hidden;
    margin-right: -16px;
    padding-right: 16px;
    margin-top: 4px;
    padding-left: 10px;
  }
  .sec-form__slider::after {
    content: "";
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -15px;
    width: 20px;
    background: #fff;
    z-index: 10;
    filter: blur(5px);
  }
}
@media only screen and (min-width: 900px) {
  .sec-form__slider {
    margin-right: -40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-form__slider {
    margin-top: -8px;
    margin-right: -43px;
    padding-right: 43px;
  }
}
.sec-form__slider-nav {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .sec-form__slider-nav {
    left: 25px;
  }
}
.sec-form__slider-slide {
  width: 218px;
}
@media only screen and (min-width: 900px) {
  .sec-form__slider-slide {
    width: 300px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-form__slider-slide {
    width: 337px;
  }
}
