@font-face {
  font-family: "Montserrat";
  src: url(/local/templates/renavita/assets/fonts/montserrat-regular-webfont.woff2) format("woff2"),url(/local/templates/renavita/assets/fonts/montserrat-regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(/local/templates/renavita/assets/fonts/montserrat-semibold-webfont.woff2) format("woff2"),url(/local/templates/renavita/assets/fonts/montserrat-semibold-webfont.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
body {
  margin: 0;
}
main {
  display: block;
}
a {
  background-color: transparent;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: .35em .75em .625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[hidden] {
  display: none;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Montserrat,sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  color: #1e252b;
}
a {
  text-decoration: none;
}
button {
  outline: none;
}
.container {
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1740px;
  width: 100%;
}
.breadcrumbs {
  padding-top: 56px;
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  list-style-type: none;
}
.breadcrumbs__item {
  position: relative;
}
.breadcrumbs__item:not(:last-child) {
  margin-right: 37px;
}
.breadcrumbs__item:not(:last-child)::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -24px;
  display: block;
  width: 9px;
  height: 9px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNyA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNyA0TDAuMjUgNy44OTcxMUwwLjI1IDAuMTAyODg1TDcgNFoiIGZpbGw9IiM3QTdEODAiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.breadcrumbs__link {
  display: block;
  font-size: 14px;
  line-height: 32px;
  text-decoration: none;
}
.article__main-title {
  margin-bottom: 42px;
  font-size: 44px;
  font-weight: 600;
  line-height: 66px;
}
.article__title {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 600;
  line-height: 52px;
}
.article__subtitle {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 600;
}
.article__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.article__wrap {
  padding-bottom: 160px;
  margin-right: 82px;
  max-width: 1018px;
  width: 100%;
}
.article__text-block {
  margin-bottom: 42px;
}
.article__text-block p {
  font-size: 22px;
  line-height: 42px;
}
.article__text-block p:not(:last-child) {
  margin-bottom: 19px;
}
.article__link {
  font-size: 22px;
  color: #09f;
  text-decoration: none;
}
.article__images-block {
  margin-bottom: 60px;
}
.article__images {
  margin: 0;
}
.article__images:not(:last-child) {
  margin-bottom: 50px
}
.article__images img {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
}
.article__images figcaption {
  color: #7a7d80;
  line-height: 32px;
}
.article__images figcaption span {
  color: #1e252b;
}
.article__ordered-list {
  padding-left: 15px;
}
.article__ordered-list-item {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 600;
}
.article__ordered-list-text {
  margin-left: -20px;
}
.article__ordered-list-text, .article__ordered-list-text .highlighting {
  font-size: 22px;
  line-height: 42px;
}
.article__ordered-listsubtitle {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 600;
}
.article__ordered-text_inside {
  font-size: 22px;
  line-height: 42px;
}
.article__list-block {
  margin-bottom: 62px;
}
.article__list-block-text {
  margin-bottom: 30px;
  font-size: 22px;
}
.article__unordered-list {
  padding-left: 30px;
  list-style-type: none;
}
.article__unordered-list-item {
  margin-bottom: 30px;
  position: relative;
}
.article__unordered-list-item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -30px;
  display: block;
  width: 14px;
  height: 4px;
  background-color: #1e252b;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.article__unordered-list-text {
  font-size: 22px;
  color: #7a7d80;
}
.article__final {
  margin-bottom: 108px;
}
.article__final-grade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.article__final-grade .likes {
  margin-right: 45px;
}
.article-autor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 55px;
}
.article-autor__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 26px;
  max-width: 70px;
  width: 100%;
  height: 70px;
}
.article-autor__img:not(:first-child) {
  margin-left: -35px
}
.article-autor__img:not(:first-child) img {
  border: 4px solid #fff;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
}
.article-autor__img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.article-autor__name {
  font-weight: 600;
}
.article__recommendation {
  margin-bottom: 108px;
}
.article__recommendation-title {
  margin-bottom: 62px;
}
.article__comment-form-title {
  margin-bottom: 50px;
}
.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 69px;
}
.article-info__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-info__additionaly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.article-info__item p {
  color: #7a7d80;
}

.article-info__date {
  margin-right: 55px;
}
.article-info__views, .article-info__comments {
  margin-right: 45px;
}
.article-info__share {
  position: relative;
  height: 70px;
  cursor: pointer;
  z-index: 1;
}
.share-icon {
  margin-right: 0!important;
}
.article-info__share:hover .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.share {
  position: absolute;
  top: calc(100% + -4px);
  left: 50%;
  display: none;
  flex-direction: column;
  border: 1px solid #c4c4c4;
  padding: 26px;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  list-style-type: none;
  z-index: 1;
}
.share::before {
  content: '';
  position: absolute;
  top: -4px;
  left: 50%;
  display: block;
  border-left: 1px solid #c4c4c4;
  border-top: 1px solid #c4c4c4;
  width: 18px;
  height: 18px;
  background-color: #fff;
  transform: rotate(45deg) translateX(-50%);
  z-index: 2;
}
.share::after {
  content: '';
  position: absolute;
  top: -42px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.share__link {
  padding-bottom: 6px;
  font-size: 18px;
  line-height: 22px;
}
.share__item:not(:last-child) {
  margin-bottom: 22px;
}
.about-autor {
  padding: 42px 42px 44px 44px;
  background-color:#f7f9fb;
}
.about-autor__text {
  padding-left: 97px;
  margin: 0;
  margin-top: -10px;
  color: #7a7d80;
  line-height: 32px;
}
.breadcrumbs {
  margin-bottom: 72px;
}
.icon-svg {
  margin-right: 15px;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #7a7d80;
  transition: .3s stroke linear;
}
.dislike-icon,
.like-icon {
  stroke: #1e252b;
}
.line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-right: 45px;
  height: 1px;
  background-color: #1e252b;
}
.dislikes,
.likes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.dislikes p,
.likes p {
  margin: 0;
  color: #7a7d80;
  transition: .3s color linear;
}
.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tags_article {
  margin-bottom: 24px;
}
.tags__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid;
  padding: 10px 20px;
  border-radius: 90px;
  text-decoration: none;
  -webkit-transition: .3s color linear,.3s background-color linear;
  -o-transition: .3s color linear,.3s background-color linear;
  transition: .3s color linear,.3s background-color linear;
}
.tags__item_blue {
  color: #09f;
  border-color: #09f;
}
.tags__item_blue:hover {
  color: #fff;
  background-color: #09f;
}
.tags__item_orange {
  color: #f90;
  border-color: #f90;
}
.tags__item_orange:hover {
  color: #fff;
  background-color: #f90;
}
.tags__item_green {
  color: #48c178;
  border-color: #48c178;
}
.tags__item_green:hover {
  color: #fff;
  background-color: #48c178;
}
.tags__item:not(:last-child) {
  margin-right: 20px;
}
.tags_recommendation, .tags_popular {
  margin-bottom: 34px;
}
.recommendation, .popular {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  list-style-type: none;
}
.card {
    padding: 55px 0;
    border-top: 1px solid #1e252b;
    border-bottom: 1px solid #1e252b;
}
.recommendation__item, .popular__item, .article__videos-item, .article__offers-item {
    width: calc(50% - 32px);
}
.recommendation__item:nth-child(2n+1), .popular__item:nth-child(2n+1), .article__videos-item:nth-child(2n+1), .article__offers-item:nth-child(2n+1) {
  margin-right: 64px;
}
.card__link {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.card__link:hover .card__arrow {
    background-color: #1e252b;
}
.card__link:hover .card__arrow .arrow-svg {
    stroke: #fff;
}
.card__description {
    max-width: 372px;
  width: 100%;
  font-size: 28px;
  line-height: 38px;
}
.card__arrow {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #1e252b;
  max-width: 68px;
  width: 100%;
  height: 68px;
  border-radius: 50%;
  -webkit-transition: .3s background-color linear,.3s stroke linear;
  -o-transition: .3s background-color linear,.3s stroke linear;
  transition: .3s background-color linear,.3s stroke linear;
}
.input {
  padding: 24px 0;
  border: none;
  border-bottom: 1px solid #1e252b;
  width: 100%;
  color: #1e252b;
  outline: 0;
  -webkit-transition: .3s border-color linear;
  -o-transition: .3s border-color linear;
  transition: .3s border-color linear;
}
.input::-webkit-input-placeholder {
  color: #7a7d80;
}
.input::-moz-placeholder {
  color: #7a7d80;
}
.input:-ms-input-placeholder {
  color: #7a7d80;
}
.input::-ms-input-placeholder {
  color: #7a7d80;
}
.input::placeholder {
  color: #7a7d80;
}
.input:focus {
  border-color: #09f;
}
.input-wrap {
  position: relative;
}
.input-wrap.error input {
  border-color: #db1919
}
.input-wrap.error .error-text {
  display: block;
}
.article-info__comments:hover p {
    color: #09f;
}
.article-info__comments:hover .icon-comments {
  stroke: #09f;
}
.error-text {
  position: absolute;
  bottom: -25px;
  left: 0;
  display: none;
  font-size: 14px;
  line-height: 20px;
  color: #db1919;
  z-index: 1;
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #1e252b;
  border-radius: 70px;
  padding: 24px 34px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: .3s color linear,.3s background-color linear;
  -o-transition: .3s color linear,.3s background-color linear;
  transition: .3s color linear,.3s background-color linear;
}
.btn:hover {
  color: #fff;
  background-color: #1e252b;
}
.comments-form__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.comments-form__input {
  width: calc(50% - 32px);
}
.comments-form__input:nth-child(2n+1) {
  margin-right: 64px;
}
.comments-form__textarea {
  display: block;
  padding: 10px 20px 24px 0;
  margin-bottom: 73px;
  border: none;
  border-bottom: 1px solid #1e252b;
  width: 100%;
  height: 55px;
  outline: 0;
  -webkit-transition: .3s border-color linear;
  -o-transition: .3s border-color linear;
  transition: .3s border-color linear;
  resize: none;
}
.comments-form__textarea:focus {
  border-color: #09f;
}
.comments-form__textarea::-webkit-scrollbar {
  width: 0;
}
.comments-form__textarea {
  -ms-overflow-style: none;
}
.comments-form__textarea {
  overflow: -moz-scrollbars-none;
}
.comments-form__btn {
  padding: 24px 34px;
  margin-bottom: 60px;
}
.comments-form__checkmark {
  line-height: 20px;
}
.comments-form__checkmark::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 36px;
  width: 36px;
  background-color: transparent;
  border: 1px solid #09f;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.comments-form__checkmark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 9px;
  display: none;
  width: 22px;
  height: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyNCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgOC45MTMwNEw3LjY2NjY3IDE1TDIzIDEiIHN0cm9rZT0iIzAwOTlGRiIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.comments-form__checkbox {
  display: block;
  position: relative;
  padding-left: 64px;
  margin-bottom: 64px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.comments-form__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.comments-form__checkbox input:checked ~ .comments-form__checkmark::after {
  display: block;
}
.sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 42px;
  max-width: 500px;
  width: 100%;
}
.structure__subtitle {
  margin-bottom: 28px;
  font-size: 30px;
  font-weight: 600;
}
.structure__main-list {
  list-style-type: none;
}
.structure__link {
  display: block;
  margin-bottom: 19px;
  width: fit-content;
  font-size: 22px;
  line-height: 32px;
  color: #09f;
}
.structure__nested-list {
  padding-left: 25px;
  list-style-type: none;
}
.share-block {
  padding: 64px;
  margin-bottom: 62px;
  background-color: #F7F9FB;
}
.share-block__subtitle {
  margin-bottom: 18px;
  font-size: 30px;
  font-weight: 600;
}
.share-block__text {
  margin-bottom: 43px;
  font-size: 22px;
  line-height: 38px;
  color: #7a7d80;
}
.share-block__input {
  margin-bottom: 43px;
  width: 100%;
}
.share-block__input input{
  background-color: #F7F9FB;
}
.share-block__btn {
  display: block;
  padding: 24px 34px;
  background-color: #1e252b;
  color: #fff;
}
.share-block__btn:hover {
  color: #1e252b;
  background-color: transparent;
}
.share-block__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
}
.share-block__social-link {
  border-bottom: 1px solid #09f;
  padding-bottom: 6px;
  color: #09f;
}
.share-subtitle {
  margin-bottom: 28px;
}
.arrow-svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #1e252b;
}
.comments-list {
  list-style-type: none;
}
.comments-list__item {
  padding-bottom: 45px;
  margin-bottom: 62px;
  border-bottom: 1px solid #dfe2e9;
}
.comments-list__name {
  margin-bottom: 8px;
  font-weight: 600;
}
.comments-list__date {
  margin-bottom: 24px;
  line-height: 32px;
  color: #7a7d80;
}
.comments-list__text {
  margin-bottom: 34px;
  line-height: 32px;
}
.comments-list__likes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comments-list__likes a {
  margin-right: 40px;
}
.share-opinion {
  margin-bottom: 42px;
  font-size: 28px;
  font-weight: 600;
}
.search__input-wrap {
  position: relative;
  margin-bottom: 29px;
}
.search__input {
  padding-left: 80px;
  width: 100%;
  font-size: 44px;
  line-height: 66px;
  color: #1e252b;
}
.search__input::-webkit-input-placeholder {
  color: #1e252b;
}
.search__input::-moz-placeholder {
  color: #1e252b;
}
.search__input:-ms-input-placeholder {
  color: #1e252b;
}
.search__input::-ms-input-placeholder {
  color: #1e252b;
}
.search__input::placeholder {
  color: #1e252b;
}
.search__btn {
  position: absolute;
  left: 0;
  top: 50%;
  border: none;
  width: 60px;
  height: 60px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQxLjgwMyA0Mi44NjM3QzQyLjA5NTkgNDMuMTU2NiA0Mi41NzA4IDQzLjE1NjYgNDIuODYzNyA0Mi44NjM3QzQzLjE1NjYgNDIuNTcwOCA0My4xNTY2IDQyLjA5NTkgNDIuODYzNyA0MS44MDNMNDEuODAzIDQyLjg2MzdaTTM2Ljc1IDE5LjM3NUMzNi43NSAyOC45NzA5IDI4Ljk3MDkgMzYuNzUgMTkuMzc1IDM2Ljc1VjM4LjI1QzI5Ljc5OTQgMzguMjUgMzguMjUgMjkuNzk5NCAzOC4yNSAxOS4zNzVIMzYuNzVaTTE5LjM3NSAzNi43NUM5Ljc3OTA1IDM2Ljc1IDIgMjguOTcwOSAyIDE5LjM3NUgwLjVDMC41IDI5Ljc5OTQgOC45NTA2MiAzOC4yNSAxOS4zNzUgMzguMjVWMzYuNzVaTTIgMTkuMzc1QzIgOS43NzkwNSA5Ljc3OTA1IDIgMTkuMzc1IDJWMC41QzguOTUwNjIgMC41IDAuNSA4Ljk1MDYyIDAuNSAxOS4zNzVIMlpNMTkuMzc1IDJDMjguOTcwOSAyIDM2Ljc1IDkuNzc5MDUgMzYuNzUgMTkuMzc1SDM4LjI1QzM4LjI1IDguOTUwNjIgMjkuNzk5NCAwLjUgMTkuMzc1IDAuNVYyWk00Mi44NjM3IDQxLjgwM0wzMi43NDM3IDMxLjY4M0wzMS42ODMgMzIuNzQzN0w0MS44MDMgNDIuODYzN0w0Mi44NjM3IDQxLjgwM1oiIGZpbGw9IiMxRTI1MkIiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  outline: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.search__tags {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
.search__tags .tags__item {
  margin-bottom: 15px;
}
.search__tags-text {
  margin-right: 42px;
  margin-bottom: 15px;
  color: #7a7d80;
}
.blog {
  padding-bottom: 160px;
  overflow-x: hidden;
}
.blog__title {
  margin-bottom: 27px;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
}
.blog__list {
  list-style-type: none;
}
.blog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog__item:not(:last-child) {
  margin-bottom: 118px;
}
.blog__item:last-child {
  margin-bottom: 98px;
}
.blog__item:nth-child(2n) .blog__item-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}
.blog__item:nth-child(2n) .blog__item-img {
  margin-right: 60px;
}
.blog__item:nth-child(2n+1) .blog__item-info {
  margin-right: 60px;
}
.blog__item-info {
  width: calc(50% - 30px);
}
.blog__item-img {
  width: calc(50% - 30px);
}
.blog__item-img img {
  width: 100%;
  height: auto;
}
.blog__item-tags {
  margin-bottom: 24px;
}
.blog__item-subtitle {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 600;
  line-height: 52px;
}
.blog__item-description {
  font-size: 22px;
  line-height: 42px;
}
.blog__autor {
  margin-right: 45px;
  margin-bottom: 15px;
}
.blog__info {
  margin-bottom: 7px;
}
.blog__info .article-info__date {
  margin-right: 35px;
}
.blog__info .article-info__item {
  margin-bottom: 15px;
}
.blog__info .article-info__main {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.assessment-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 45px;
  margin-left: auto;
}
.assessment-block__item.active .like-icon {
  stroke: #db1919;
}
.assessment-block__item.active .dislike-icon {
  stroke: #7a7d80;
}
.attention {
  margin: 30px 0;
  padding: 48px 295px 46px 134px;
  max-width: 1018px;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: 43px center;
}
.attention__description {
  margin-bottom: 14px;
}
.attention__description, .attention__text {
  font-size: 22px;
  line-height: 42px;
}
.attention_notice {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI0Ljc1IDExLjA4MzNDMjQuNzUgMTAuNjY5MSAyNC40MTQyIDEwLjMzMzMgMjQgMTAuMzMzM0MyMy41ODU4IDEwLjMzMzMgMjMuMjUgMTAuNjY5MSAyMy4yNSAxMS4wODMzSDI0Ljc1Wk0yMy4yNSAyOS4xNjY3QzIzLjI1IDI5LjU4MDkgMjMuNTg1OCAyOS45MTY3IDI0IDI5LjkxNjdDMjQuNDE0MiAyOS45MTY3IDI0Ljc1IDI5LjU4MDkgMjQuNzUgMjkuMTY2N0gyMy4yNVpNMjQuNzUgMzYuODkwOUMyNC43NSAzNi40NzY2IDI0LjQxNDIgMzYuMTQwOSAyNCAzNi4xNDA5QzIzLjU4NTggMzYuMTQwOSAyMy4yNSAzNi40NzY2IDIzLjI1IDM2Ljg5MDlIMjQuNzVaTTIzLjI1IDM2LjkxNjdDMjMuMjUgMzcuMzMwOSAyMy41ODU4IDM3LjY2NjcgMjQgMzcuNjY2N0MyNC40MTQyIDM3LjY2NjcgMjQuNzUgMzcuMzMwOSAyNC43NSAzNi45MTY3SDIzLjI1Wk0yMy4yNSAxMS4wODMzVjI5LjE2NjdIMjQuNzVWMTEuMDgzM0gyMy4yNVpNMjMuMjUgMzYuODkwOVYzNi45MTY3SDI0Ljc1VjM2Ljg5MDlIMjMuMjVaTTQ2LjUgMjRDNDYuNSAzNi40MjY0IDM2LjQyNjQgNDYuNSAyNCA0Ni41VjQ4QzM3LjI1NDggNDggNDggMzcuMjU0OCA0OCAyNEg0Ni41Wk0yNCA0Ni41QzExLjU3MzYgNDYuNSAxLjUgMzYuNDI2NCAxLjUgMjRIMEMwIDM3LjI1NDggMTAuNzQ1MiA0OCAyNCA0OFY0Ni41Wk0xLjUgMjRDMS41IDExLjU3MzYgMTEuNTczNiAxLjUgMjQgMS41VjBDMTAuNzQ1MiAwIDAgMTAuNzQ1MiAwIDI0SDEuNVpNMjQgMS41QzM2LjQyNjQgMS41IDQ2LjUgMTEuNTczNiA0Ni41IDI0SDQ4QzQ4IDEwLjc0NTIgMzcuMjU0OCAwIDI0IDBWMS41WiIgZmlsbD0iI0ZGOTkwMCIvPgo8L3N2Zz4K");
  background-color: rgba(255, 153, 0, 0.12);
}
.attention_question {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI0Ljc1IDM2Ljg5MDlDMjQuNzUgMzYuNDc2NyAyNC40MTQyIDM2LjE0MDkgMjQgMzYuMTQwOUMyMy41ODU4IDM2LjE0MDkgMjMuMjUgMzYuNDc2NyAyMy4yNSAzNi44OTA5SDI0Ljc1Wk0yMy4yNSAzNi45MTY3QzIzLjI1IDM3LjMzMSAyMy41ODU4IDM3LjY2NjcgMjQgMzcuNjY2N0MyNC40MTQyIDM3LjY2NjcgMjQuNzUgMzcuMzMxIDI0Ljc1IDM2LjkxNjdIMjMuMjVaTTIzLjI1IDI5LjE2NjdDMjMuMjUgMjkuNTgwOSAyMy41ODU4IDI5LjkxNjcgMjQgMjkuOTE2N0MyNC40MTQyIDI5LjkxNjcgMjQuNzUgMjkuNTgwOSAyNC43NSAyOS4xNjY3SDIzLjI1Wk0xNS41MjU5IDE2LjUyNDRDMTUuNDE4IDE2LjkyNDMgMTUuNjU0OCAxNy4zMzYgMTYuMDU0NyAxNy40NDM4QzE2LjQ1NDYgMTcuNTUxNyAxNi44NjYzIDE3LjMxNDkgMTYuOTc0MSAxNi45MTVMMTUuNTI1OSAxNi41MjQ0Wk0yMy4yNSAzNi44OTA5VjM2LjkxNjdIMjQuNzVWMzYuODkwOUgyMy4yNVpNMzEgMTguNTk4NUMzMSAyMC44NTE4IDI5LjQ0MDQgMjEuOTk1NiAyNy40NTI1IDIzLjM1MUMyNS41ODg3IDI0LjYyMTcgMjMuMjUgMjYuMTI1MyAyMy4yNSAyOS4xNjY3SDI0Ljc1QzI0Ljc1IDI3LjA0MTQgMjYuMjg2MyAyNS45NjE2IDI4LjI5NzUgMjQuNTkwM0MzMC4xODQ2IDIzLjMwMzcgMzIuNSAyMS43NDY3IDMyLjUgMTguNTk4NUgzMVpNMjQgMTEuODMzM0MyNy45NTIgMTEuODMzMyAzMSAxNC44Nzk1IDMxIDE4LjU5ODVIMzIuNUMzMi41IDE0LjAxNjQgMjguNzQ1NCAxMC4zMzMzIDI0IDEwLjMzMzNWMTEuODMzM1pNMTYuOTc0MSAxNi45MTVDMTcuNzUzMSAxNC4wMjYzIDIwLjY0MyAxMS44MzMzIDI0IDExLjgzMzNWMTAuMzMzM0MyMC4wMTkgMTAuMzMzMyAxNi40OTUxIDEyLjkzMDQgMTUuNTI1OSAxNi41MjQ0TDE2Ljk3NDEgMTYuOTE1Wk00Ni41IDI0QzQ2LjUgMzYuNDI2NCAzNi40MjY0IDQ2LjUgMjQgNDYuNVY0OEMzNy4yNTQ4IDQ4IDQ4IDM3LjI1NDggNDggMjRINDYuNVpNMjQgNDYuNUMxMS41NzM2IDQ2LjUgMS41IDM2LjQyNjQgMS41IDI0SDBDMCAzNy4yNTQ4IDEwLjc0NTIgNDggMjQgNDhWNDYuNVpNMS41IDI0QzEuNSAxMS41NzM2IDExLjU3MzYgMS41IDI0IDEuNVYwQzEwLjc0NTIgMCAwIDEwLjc0NTIgMCAyNEgxLjVaTTI0IDEuNUMzNi40MjY0IDEuNSA0Ni41IDExLjU3MzYgNDYuNSAyNEg0OEM0OCAxMC43NDUyIDM3LjI1NDggMCAyNCAwVjEuNVoiIGZpbGw9IiMwMDk5RkYiLz4KPC9zdmc+Cg==");
  background-color: rgba(0, 153, 255, 0.12);
}
.attention_info {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIzLjI1IDM2LjkxNjdDMjMuMjUgMzcuMzMwOSAyMy41ODU4IDM3LjY2NjcgMjQgMzcuNjY2N0MyNC40MTQyIDM3LjY2NjcgMjQuNzUgMzcuMzMwOSAyNC43NSAzNi45MTY3SDIzLjI1Wk0yNC43NSAxOC44MzMzQzI0Ljc1IDE4LjQxOTEgMjQuNDE0MiAxOC4wODMzIDI0IDE4LjA4MzNDMjMuNTg1OCAxOC4wODMzIDIzLjI1IDE4LjQxOTEgMjMuMjUgMTguODMzM0gyNC43NVpNMjMuMjUgMTEuMTA5MUMyMy4yNSAxMS41MjMzIDIzLjU4NTggMTEuODU5MSAyNCAxMS44NTkxQzI0LjQxNDIgMTEuODU5MSAyNC43NSAxMS41MjMzIDI0Ljc1IDExLjEwOTFIMjMuMjVaTTI0Ljc1IDExLjA4MzNDMjQuNzUgMTAuNjY5IDI0LjQxNDIgMTAuMzMzMyAyNCAxMC4zMzMzQzIzLjU4NTggMTAuMzMzMyAyMy4yNSAxMC42NjkgMjMuMjUgMTEuMDgzM0gyNC43NVpNMjQuNzUgMzYuOTE2N0wyNC43NSAxOC44MzMzSDIzLjI1TDIzLjI1IDM2LjkxNjdIMjQuNzVaTTI0Ljc1IDExLjEwOTFWMTEuMDgzM0gyMy4yNVYxMS4xMDkxSDI0Ljc1Wk00Ni41IDI0QzQ2LjUgMzYuNDI2NCAzNi40MjY0IDQ2LjUgMjQgNDYuNVY0OEMzNy4yNTQ4IDQ4IDQ4IDM3LjI1NDggNDggMjRINDYuNVpNMjQgNDYuNUMxMS41NzM2IDQ2LjUgMS41IDM2LjQyNjQgMS41IDI0SDBDMCAzNy4yNTQ4IDEwLjc0NTIgNDggMjQgNDhWNDYuNVpNMS41IDI0QzEuNSAxMS41NzM2IDExLjU3MzYgMS41IDI0IDEuNVYwQzEwLjc0NTIgMCAwIDEwLjc0NTIgMCAyNEgxLjVaTTI0IDEuNUMzNi40MjY0IDEuNSA0Ni41IDExLjU3MzYgNDYuNSAyNEg0OEM0OCAxMC43NDUyIDM3LjI1NDggMCAyNCAwVjEuNVoiIGZpbGw9IiM3QTdEODAiLz4KPC9zdmc+Cg==");
  background-color: rgba(122, 125, 128, 0.12);
}
.attention_error {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMyLjI4MDIgMTYuNzgwM0MzMi41NzMxIDE2LjQ4NzQgMzIuNTczMSAxNi4wMTI2IDMyLjI4MDIgMTUuNzE5N0MzMS45ODczIDE1LjQyNjggMzEuNTEyNCAxNS40MjY4IDMxLjIxOTUgMTUuNzE5N0wzMi4yODAyIDE2Ljc4MDNaTTE1LjcxOTUgMzEuMjE5N0MxNS40MjY2IDMxLjUxMjUgMTUuNDI2NiAzMS45ODc0IDE1LjcxOTUgMzIuMjgwM0MxNi4wMTI0IDMyLjU3MzIgMTYuNDg3MyAzMi41NzMyIDE2Ljc4MDIgMzIuMjgwM0wxNS43MTk1IDMxLjIxOTdaTTE2Ljc4MDUgMTUuNzE5N0MxNi40ODc2IDE1LjQyNjggMTYuMDEyNyAxNS40MjY4IDE1LjcxOTggMTUuNzE5N0MxNS40MjY5IDE2LjAxMjYgMTUuNDI2OSAxNi40ODc0IDE1LjcxOTggMTYuNzgwM0wxNi43ODA1IDE1LjcxOTdaTTMxLjIxOTggMzIuMjgwM0MzMS41MTI3IDMyLjU3MzIgMzEuOTg3NiAzMi41NzMyIDMyLjI4MDUgMzIuMjgwM0MzMi41NzM0IDMxLjk4NzQgMzIuNTczNCAzMS41MTI1IDMyLjI4MDUgMzEuMjE5N0wzMS4yMTk4IDMyLjI4MDNaTTMxLjIxOTUgMTUuNzE5N0wxNS43MTk1IDMxLjIxOTdMMTYuNzgwMiAzMi4yODAzTDMyLjI4MDIgMTYuNzgwM0wzMS4yMTk1IDE1LjcxOTdaTTE1LjcxOTggMTYuNzgwM0wzMS4yMTk4IDMyLjI4MDNMMzIuMjgwNSAzMS4yMTk3TDE2Ljc4MDUgMTUuNzE5N0wxNS43MTk4IDE2Ljc4MDNaTTQ2LjUgMjRDNDYuNSAzNi40MjY0IDM2LjQyNjQgNDYuNSAyNCA0Ni41VjQ4QzM3LjI1NDggNDggNDggMzcuMjU0OCA0OCAyNEg0Ni41Wk0yNCA0Ni41QzExLjU3MzYgNDYuNSAxLjUgMzYuNDI2NCAxLjUgMjRIMEMwIDM3LjI1NDggMTAuNzQ1MiA0OCAyNCA0OFY0Ni41Wk0xLjUgMjRDMS41IDExLjU3MzYgMTEuNTczNiAxLjUgMjQgMS41VjBDMTAuNzQ1MiAwIDAgMTAuNzQ1MiAwIDI0SDEuNVpNMjQgMS41QzM2LjQyNjQgMS41IDQ2LjUgMTEuNTczNiA0Ni41IDI0SDQ4QzQ4IDEwLjc0NTIgMzcuMjU0OCAwIDI0IDBWMS41WiIgZmlsbD0iI0ZGMDAxRiIvPgo8L3N2Zz4K");
  background-color: rgba(255, 0, 31, 0.12);;
}
.attention_success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM3LjQ0NyAxNi43ODAzQzM3LjczOTkgMTYuNDg3NCAzNy43Mzk5IDE2LjAxMjYgMzcuNDQ3IDE1LjcxOTdDMzcuMTU0MSAxNS40MjY4IDM2LjY3OTIgMTUuNDI2OCAzNi4zODYzIDE1LjcxOTdMMzcuNDQ3IDE2Ljc4MDNaTTE4LjgzMzMgMzQuMzMzNEwxOC4zMDMgMzQuODYzN0MxOC41OTU4IDM1LjE1NjYgMTkuMDcwNyAzNS4xNTY2IDE5LjM2MzYgMzQuODYzN0wxOC44MzMzIDM0LjMzMzRaTTExLjYxMzUgMjYuMDUzQzExLjMyMDYgMjUuNzYwMSAxMC44NDU3IDI1Ljc2MDEgMTAuNTUyOCAyNi4wNTNDMTAuMjYgMjYuMzQ1OSAxMC4yNiAyNi44MjA4IDEwLjU1MjggMjcuMTEzN0wxMS42MTM1IDI2LjA1M1pNMzYuMzg2MyAxNS43MTk3TDE4LjMwMyAzMy44MDMxTDE5LjM2MzYgMzQuODYzN0wzNy40NDcgMTYuNzgwM0wzNi4zODYzIDE1LjcxOTdaTTEwLjU1MjggMjcuMTEzN0wxOC4zMDMgMzQuODYzN0wxOS4zNjM2IDMzLjgwMzFMMTEuNjEzNSAyNi4wNTNMMTAuNTUyOCAyNy4xMTM3Wk00Ni41IDI0QzQ2LjUgMzYuNDI2NCAzNi40MjY0IDQ2LjUgMjQgNDYuNVY0OEMzNy4yNTQ4IDQ4IDQ4IDM3LjI1NDggNDggMjRINDYuNVpNMjQgNDYuNUMxMS41NzM2IDQ2LjUgMS41IDM2LjQyNjQgMS41IDI0SDBDMCAzNy4yNTQ4IDEwLjc0NTIgNDggMjQgNDhWNDYuNVpNMS41IDI0QzEuNSAxMS41NzM2IDExLjU3MzYgMS41IDI0IDEuNVYwQzEwLjc0NTIgMCAwIDEwLjc0NTIgMCAyNEgxLjVaTTI0IDEuNUMzNi40MjY0IDEuNSA0Ni41IDExLjU3MzYgNDYuNSAyNEg0OEM0OCAxMC43NDUyIDM3LjI1NDggMCAyNCAwVjEuNVoiIGZpbGw9IiM0OEMxNzgiLz4KPC9zdmc+Cg==");
  background-color: rgba(72, 193, 120, 0.12);
}
.highlighting {
  display: inline-block;
  background-color: #09f;
}
.recommendation__item_sidebar {
  margin-right: 0!important;
  max-width: calc(100% - 128px);
  width: 100%;
}
.recommendation__description_sidebar {
  font-size: 22px;
  line-height: 38px;
}
.recommendation__arrow_sidebar {
  max-width: 48px;
  height: 48px;
}
.share-block__read-more {
  display: block;
  margin-bottom: 32px;
  padding-left: 64px;
  width: 100%;
  text-align: left;
}
.sidebar__read-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.article__popular {
    margin-bottom: 108px;
}
.popular__img {
    margin-bottom: 60px;
}
.popular__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.popular__item {
    padding-top: 0;
    border-top: none;
}
.article__wrap_wide {
    margin-right: 0;
    max-width: none;
}
.container_wide {
    max-width: 1050px;
}
.sidebar_wide {
    align-items: flex-start;
}
.structure__wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.structure__wide .show-structure {
    display: flex;
}
.structure__wide .structure__subtitle {
    margin: 0;
    margin-right: 22px;
}
.structure__main-list_wide {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: .3s max-height linear;
    -o-transition: .3s max-height linear;
    transition: .3s max-height linear;
}
.structure.active .structure__main-list_wide {
  overflow: visible;
}
.structure__main-list_wide .structure__link {
    margin-bottom: 0;
    padding-bottom: 10px;
}
.structure__main-list_wide .structure__main-item:first-child .structure__link{
    padding-top: 24px;
}
.sidebar.active .toggle-svg, .structure.active .toggle-svg {
    stroke: #09f;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.toggle-svg {
    -webkit-transition: .3s stroke linear,.3s transform linear;
    -o-transition: .3s stroke linear,.3s transform linear;
    transition: .3s stroke linear,.3s transform linear;
}
.article__videos {
  margin-bottom: 108px;
}
.article__videos-title, .article__offers-list {
  margin-bottom: 62px;
}
.article__videos-list, .article__offers-list {
  display: flex;
  list-style-type: none;
}
.article__offers {
  margin-bottom: 160px;
}
.article__offers-item {
  border: 1px solid transparent;
  padding: 64px;
  background-color: #F7F9FB;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.article__offers-item .grid-item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.article__offers-item .services-grid-item-top {
  margin-bottom: 10px;
}
.article__offers-item .services-grid-item-top-icon {
  margin-bottom: 50px;
}
.article__offers-item .services-grid-item-top-text__title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 28px;
  line-height: 38px;
  color: #1E252B;
  margin-bottom: 26px;
  text-decoration: none;
}
.article__offers-item .services-grid-item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: auto;
}
.course {
    position: relative;
    padding: 82px 0 94px 0;
    background-image: url('../img/course-bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
}
.course__wrap {
    display: flex;
    justify-content: space-between;
}
.course__photo {
    margin-bottom: -94px;
}
.course__photo img {
    object-fit: contain;
    object-position: bottom;
}
.course__content {
    max-width: 752px;
    width: 100%;
}
.progress-bar.type-3 {
    background-color: #0099FF;
}
.course__title {
    margin-bottom: 44px;
    font-size: 44px;
    line-height: 71px;
}
.course__text {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 64px;
}
.course__form-content {
    display: flex;
    align-items: center;
    margin-bottom: 73px;
}
.input-wrap__course {
    margin-top: 0!important;
    max-width: calc(50% - 32px);
    width: 100%;
}
.input-wrap__course:not(:last-child) {
    margin-right: 64px;
}
.link-line.type-4::after {
  top: 100%;
  width: 0;
  background-color: #09f;
}
.link-line.type-1::after {
  top: 80%;
}
.article__link.link-line.type-4::after {
  top: 100%;
}
.structure__main-list_wide .link-line.type-4::after {
  top: 80%;
}
.link-line.type-5::after {
  top: 100%;
  width: 100%;
  background-color: #1e252b;
}
.blog__item-wrap {
  display: flex;
}
.assessment-block__item:hover svg, .assessment-block__item:hover svg {
  stroke: #09f;
}
.assessment-block__item:hover p {
    color: #09f;
}
.structure__main-list_wide .structure__main-item {
  padding: 0 28px;
}
.sidebar_wide .structure {
  margin-bottom: 0;
}
.structure {
  margin-bottom: 43px;
}
.article-info__share:hover .share-icon {
  stroke: #09f;
}
.blog__item-subtitle {
  transition: .3s color linear;
}
.blog__item-link:hover .blog__item-subtitle {
  color: #09f;
}
.main-table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
}
.main-table th {
  font-size: 22px;
  font-weight: 600;
  line-height: 38px;
  color: #fff;
  background-color: #1E252B;
}
.main-table td {
  font-size: 18px;
  line-height: 38px;
  color: #1E252B;
  background-color: #F7F9FB;
}
.main-table tr:nth-child(2n + 2) td {
  background-color: #fff;
}
.main-table th, .main-table td {
  min-height: 90px;
  padding: 26px 34px;
}
@media screen and (max-width:1550px) {
    .card__description {
        max-width: 300px;
    }
}
@media screen and (max-width:1540px) {
  .article__wrap {
    margin-right: 40px;
    max-width: 940px;
  }
  .course__text {
    font-size: 20px;
    line-height: 32px;
  }
  .course__title {
    font-size: 36px;
  }
  .article__main-title {
    font-size: 36px;
  }
  .article__text-block p {
    font-size: 18px;
    line-height: 32px;
  }
  .article__link {
    font-size: 18px;
  }
  .article__title {
    font-size: 30px;
  }
  .article__ordered-list-text, .article__ordered-list-text .highlighting {
    font-size: 18px;
    line-height: 38px;
  }
  .article__list-block-text {
    font-size: 18px;
  }
  .article__unordered-list-text {
    font-size: 18px;
  }
  .article__final-grade .likes {
    margin-right: 45px;
  }
  .article__recommendation-title {
    font-size: 36px;
  }
  .article__comment-form-title {
    font-size: 36px;
  }
  .article-autor {
    margin-right: 30px;
  }
  .article__images:not(:last-child) {
    margin-bottom: 30px;
  }
  .article-info {
    margin-bottom: 49px;
  }
  .article-info__item p {
    font-size: 16px;
    transition: .3s color linear;
  }
  .article-info__date {
    margin-right: 30px;
  }
  .article-info__date p {
    font-size: 16px;
  }
  .card__description {
    max-width: 265px;
    font-size: 20px;
    line-height: 32px;
  }
  .article__ordered-text_inside {
    font-size: 18px;
    line-height: 38px;
  }
  .sidebar {
    max-width: 438px;
  }
  .structure__subtitle {
    font-size: 26px;
  }
  .structure__link {
    font-size: 18px;
    line-height: 26px;
  }
  .share-block {
    padding: 32px;
  }
  .share-block__subtitle {
    font-size: 26px;
  }
  .share-block__text {
    font-size: 18px;
    line-height: 32px;
  }
  .btn {
    padding: 20px 30px;
  }
  .attention__description, .attention__text {
    font-size: 18px;
    line-height: 24px;
  }
  .blog__title {
    font-size: 44px;
    line-height: 66px;
  }
  .recommendation__item_sidebar {
    max-width: calc(100% - 64px);
  }
  .share-block__read-more {
    padding-left: 32px;
  }
  .article__offers-item .services-grid-item-top-icon {
    max-width: 80px;
    margin-bottom: 30px;
  }
  .article__offers-item .services-grid-item-top-text__title {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width:1280px) {
  .course__text {
    font-size: 20px;
    line-height: 32px;
   }
  .course__title {
    font-size: 30px;
    line-height: 42px;
  }
  .article__offers-item {
    padding: 41px;
  }
  .article__offers-item .services-grid-item-top-icon {
    max-width: 50px;
    margin-bottom: 20px;
  }
  .article__offers-item .services-grid-item-top-text__title {
    font-size: 19px;
    line-height: 21px;
  }
  .article__recommendation-title {
    font-size: 30px;
    line-height: 42px;
  }
  .article__comment-form-title {
    font-size: 30px;
    line-height: 42px;
  }
  .article__wrap {
    margin-right: 30px;
  }
  .article__main-title {
    font-size: 30px;
    line-height: 42px;
  }
  .article-autor {
    margin-right: 15px;
  }
  .article-autor__img {
    margin-right: 20px;
    max-width: 60px;
    height: 60px;
  }
  .article-autor__text {
    padding-left: 80px;
  }
  .article-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .article-info__date {
    margin-right: 15px;
  }
  .article-info__date p {
    font-size: 14px;
  }
  .article-info__item p {
    font-size: 14px;
  }
  .article-info__views, .article-info__comments {
    margin-right: 25px;
  }
  .article__title {
    font-size: 26px;
    line-height: 36px;
  }
  .article__ordered-list-item {
    font-size: 20px;
  }
  .article__subtitle {
    font-size: 20px;
  }
  .icon-svg {
    margin-right: 10px;
    transition: .3s stroke linear;
  }
  .structure {
    margin-bottom: 0;
  }
  .structure__link {
    font-size: 16px;
    line-height: 24px;
  }
  .structure__subtitle {
    font-size: 22px;
  }
  .share-block__text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 28px;
  }
  .share-block__social-link {
    font-size: 16px;
  }
  .share-block__subtitle {
    font-size: 22px;
  }
  .sidebar {
    padding-top: 73px;
    margin-bottom: 30px;
    max-width: 275px;
  }
  .share-block {
    padding: 20px;
  }
  .recommendation__item_sidebar {
    max-width: calc(100% - 40px);
  }
  .share-block__read-more {
    padding-left: 20px;
  }
  .card__description {
    max-width: 220px;
    font-size: 20px;
    line-height: 32px;
  }
  .comments-form__checkmark::before {
    height: 30px;
    width: 30px;
  }
  .comments-form__checkmark::after {
    left: 7px;
    width: 23px;
    height: 14px;
    background-size: 20px;
  }
  .attention {
    padding: 48px 46px 46px 134px;
  }
  .article__offers-item {
    padding: 9%;
  }
}
@media screen and (max-width:1024px) {
  .share-block {
    background-color: #fff;
  }
  .share-block__input input {
    background-color: #fff;
  }
  .share-block__btn {
    color: #1e252b;
    background-color: #fff;
  }
  .share-block {
    padding: 0;
  }
  .article__offers-item .services-grid-item-top-icon {
    max-width: 80px;
    margin-bottom: 30px;
  }
  .article__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article__wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
  }
  .sidebar {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    align-items: flex-start;
    padding-top: 0;
    max-width: none;
    width: 100%;
  }
  .toggle-svg {
    -webkit-transition: .3s stroke linear,.3s transform linear;
    -o-transition: .3s stroke linear,.3s transform linear;
    transition: .3s stroke linear,.3s transform linear;
  }
  .structure.active .toggle-svg {
    stroke: #09f;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .structure__main-list {
    max-height: 0;
    overflow: hidden;
  }
  .structure__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .comments-form__checkbox {
    -webkit-tap-highlight-color: transparent;
  }
  .structure__subtitle {
    margin: 0;
    margin-right: 40px;
  }
  .share-block_mobile {
    margin-bottom: 40px;
  }
  .share-block__social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .share-block__social-item {
    margin-right: 30px;
  }
  .structure__link {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .structure__main-item:first-child {
    padding-top: 24px;
  }
  .show-structure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .structure__main-list {
    -webkit-transition: .3s max-height linear;
    -o-transition: .3s max-height linear;
    transition: .3s max-height linear;
  }
  .share {
    left: -25px;
  }
  .share::before {
    left: 102px;
  }
  .sidebar__read-more, .recommendation__item_sidebar, .share-block__read-more {
    display: none;
  }
}
@media screen and (max-width:992px) {
  .blog {
    padding-bottom: 100px;
  }
  .blog__item, .blog__item-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog__item-info {
    width: 100%;
  }
  .blog__item-img {
    width: 100%;
  }
  .blog__item:not(:last-child) {
    margin-bottom: 60px;
  }
  .blog__item:last-child {
    margin-bottom: 40px;
  }
  .blog__item:nth-child(2n) .blog__item-img {
    margin-right: 0;
  }
  .blog__item:nth-child(2n+1) .blog__item-info {
    margin-right: 0;
  }
  .blog__item-description {
    margin-bottom: 15px;
  }
  .search__input {
    font-size: 40px;
    line-height: 50px;
  }
  .search__btn {
    background-size: 36px;
  }
  .blog__item:not(:last-child) {
    margin-bottom: 60px;
  }
  .blog__item:last-child {
    margin-bottom: 40px;
  }
  .article-info__share_bottom .share {
    left: -40px;
  } 
  .article-info__share_bottom .share::before {
    left: 115px;
  }
  .blog__item-wrap {
    flex-direction: column;
  }
  .main-table th, .main-table td {
    min-height: 70px;
    padding: 20px 20px;
  }
  .main-table th {
    font-size: 16px;
    line-height: 22px;
  }
  .main-table td {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width:768px) {
  .article__offers-item {
    padding: 64px;
  }
  .article__offers-item .services-grid-item-top-icon {
    max-width: 86px;
    margin-bottom: 32px;
  }
  .article__offers-item .services-grid-item-top-text__title {
    font-size: 20px;
    line-height: 26px;
  }
  .search__input {
    padding-left: 55px;
    font-size: 32px;
    line-height: 44px;
  }
  .search__btn {
    width: 40px;
    height: 40px;
    background-size: 30px;
  }
  .search__tags {
    margin-bottom: 60px;
  }
  .recommendation__item, .popular__item, .article__videos-item, .article__offers-item {
    width: 100%;
  }
  .recommendation__item:nth-child(2n+1), .popular__item:nth-child(2n+1), .article__videos-item:nth-child(2n+1), .article__offers-item:nth-child(2n+1) {
    margin-right: 0;
  }
  .recommendation__item:not(:first-child), .popular__item:not(:first-child), .article__videos-item:not(:first-child), .article__offers-item:not(:first-child) {
    margin-top: -1px;
  }
  .card__description {
    max-width: 320px;
  }
  .card__arrow {
    width: 50px;
    height: 50px;
  }
  .article-autor__name {
    font-size: 16px;
  }
  .article-info__additionaly {
    margin-top: 25px;
    width: 100%;
  }
  .blog__title {
    margin-bottom: 15px;
    font-size: 32px;
    line-height:44px;
  }
  .share {
    left: 50%;
    top: calc(100% + 20px);
  }
  .share::before {
    left: 50%;
  }
  .article-info__share {
    height: auto;
  }
  .article-info__share_bottom .share {
    left: -40px;
  } 
  .article-info__share_bottom .share::before {
    left: 115px;
  }
  .article__videos-list, .article__offers-list {
    flex-wrap: wrap;
  }
  .article__videos-item:not(:last-child), .article__offers-item:not(:last-child) {
    margin-bottom: 50px;
  }
  .main-table th, .main-table td {
    min-height: 70px;
    padding: 10px 10px;
  }
  .main-table th {
    font-size: 14px;
    line-height: 20px;
  }
  .main-table td {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width:545px) {
  .main-table th, .main-table td {
    min-height: 60px;
    padding: 10px 10px;
  }
  .main-table th {
    font-size: 12px;
    line-height: 18px;
  }
  .main-table td {
    font-size: 10px;
    line-height: 14px;
  }
  .course__form-content {
    flex-wrap: wrap;
  }
  .input-wrap__course:not(:last-child) {
    margin-right: 0;
  }
  .input-wrap__course {
      max-width: 100%;
  }
  .input-wrap__course:not(:last-child) {
    
    margin-bottom: 15px;
  }
  .course__text {
    font-size: 18px;
    line-height: 30px;
  }
  .course__title {
    margin-top: 18px;
    margin-bottom: 28px;
    font-size: 32px;
    line-height: 44px;;
  }
  .article__offers-item {
    padding: 32px;
  }
  .container {
    padding: 0 16px;
  }
  .breadcrumbs {
    display: none;
  }
  .structure__mobile {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .structure__subtitle {
    font-size: 20px;
  }
  .toggle-svg {
    width: 16px;
  }
  .tags__item {
    padding: 6px 16px;
    font-size: 14px;
    line-height: 24px;
  }
  .article-info__main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .article {
    padding-top: 36px;
  }
  .article__wrap {
    padding-bottom: 64px;
  }
  .article-autor {
    margin-right: 0;
    margin-bottom: 16px;
    width: 100%;
  }
  .article-autor__img {
    margin-right: 15px;
  }
  .article__main-title {
    margin-top: 18px;
    margin-bottom: 28px;
    font-size: 32px;
    line-height: 44px;
  }
  .article-info__date p {
    font-size: 16px;
  }
  .article-info__item p {
    font-size: 16px;
  }
  .icon-svg {
    width: 18px;
    height: 18px;
  }
  .article-info {
    margin-bottom: 35px;
  }
  .article__text-block {
    margin-bottom: 24px;
  }
  .article__images img {
    margin-bottom: 17px;
  }
  .article__images figcaption {
    font-size: 15px;
    line-height: 22px;
  }
  .article__images figcaption span {
    font-size: 15px;
    line-height: 22px;
  }
  .article__images:not(:last-child) {
    margin-bottom: 24px;
  }
  .article__title {
    margin-bottom: 28px;
    font-size: 24px;
  }
  .article__ordered-list-item {
    font-size: 18px;
  }
  .article__subtitle {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .article__ordered-list-text, .article__ordered-list-text .highlighting {
    line-height: 32px;
  }
  .article__list-block-text {
    line-height: 32px;
  }
  .article__unordered-list-text {
    line-height: 32px;
  }
  .article__unordered-list-item::before {
    top: 14px;
  }
  .article__ordered-text_inside {
    line-height: 32px;
  }
  .line {
    margin-right: 28px;
  }
  .dislikes p,
  .likes p {
    font-size: 16px;
  }
  .article__final-grade .likes {
    margin-right: 28px;
  }
  .about-autor {
    padding: 20px 24px 24px 20px;
  }
  .about-autor__text {
    font-size: 14px;
    line-height: 26px;
  }
  .article__final {
    margin-bottom: 54px;
  }
  .share-block__subtitle {
    font-size: 20px;
  }
  .share-block__text {
    margin-bottom: 10px;
    line-height: 32px;
  }
  .btn {
    font-size: 16px;
  }
  .share-block__input {
    margin-bottom: 28px;
  }
  .input {
    padding: 18px 0;
    font-size: 16px;
  }
  .input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .input::-moz-placeholder {
    font-size: 16px;
  }
  .input:-ms-input-placeholder {
    font-size: 16px;
  }
  .input::-ms-input-placeholder {
    font-size: 16px;
  }
  .input::placeholder {
    font-size: 16px;
  }
  .comments-form__textarea {
    padding: 10px 20px 18px 0;
    height: 50px;
  }
  .share-block__btn {
    margin-bottom: 54px;
  }
  .share-subtitle {
    margin-bottom: 24px;
  }
  .share-block__social {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .share-block__social-item {
    margin-right: 0;
  }
  .share-block__social-link {
    font-size: 20px;
  }
  .article__recommendation {
    margin-bottom: 64px;
  }
  .article__recommendation-title {
    margin-bottom: 36px;
    font-size: 32px;
    line-height: 44px;
  }
  .article__comment-form-title {
    font-size: 32px;
    line-height: 44px;
  }
  .article__comment-form-title {
    margin-bottom: 30px;
  }
  .card {
    padding: 32px 0;
  }
  .tags_recommendation, .tags_popular {
    margin-bottom: 16px;
  }
  .popular__img {
    margin-bottom: 30px;
    }
  .card__description {
    font-size: 18px;
    line-height: 30px;
  }
  .card__arrow {
    max-width: 42px;
    height: 42px;
  }
  .arrow-svg {
    width: 17px;
    height: 17px;
  }
  .card__description {
    max-width: 288px;
    margin-right: 20px;
  }
  .comments-form__inputs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .comments-form__input {
    width: 100%;
  }
  .comments-form__input:not(:last-child) {
    margin-bottom: 15px;
  }
  .comments-form__input:nth-child(2n+1) {
    margin-right: 0;
  }
  .comments-form__textarea {
    margin-bottom: 36px;
    font-size: 16px;
  }
  .comments-form__textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .comments-form__textarea::-moz-placeholder {
    font-size: 16px;
  }
  .comments-form__textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .comments-form__textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  .comments-form__textarea::placeholder {
    font-size: 16px;
  }
  .comments-form__checkbox {
    padding-left: 54px;
    margin-bottom: 36px;
  }
  .comments-form__checkmark::before {
    width: 26px;
    height: 26px;
  }
  .comments-form__checkmark::after {
    left: 4px;
  }
  .comments-form__checkmark {
    font-size: 16px;
    line-height: 24px;
  }
  .comments-list__name {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 24px;
  }
  .comments-list__date {
    display: block;
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 32px;
  }
  .comments-list__text {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 28px;
  }
  .dislike-icon,
  .like-icon {
    width: 16px;
    height: 16px;
  }
  .comments-list__item {
    padding-bottom: 40px;
    margin-bottom: 36px;
  }
  .comments-list__item:last-child {
    margin-bottom: 54px;
  }
  .comments-form__btn {
    padding: 20px 30px;
  }
  .share-opinion {
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 26px;
  }
  .tags__item:not(:last-child) {
    margin-right: 10px;
  }
  .search__input-wrap {
    margin-bottom: 24px;
  }
  .search__input {
    padding-left: 55px;
    padding-right: 20px;
  }
  .search__tags-text {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .blog {
    padding-bottom: 64px;
    padding-top: 45px;
  }
  .blog__item-tags {
    margin-bottom: 18px;
  }
  .blog__item-subtitle {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 36px;
  }
  .blog__item-description {
    font-size: 18px;
    line-height: 32px;
  }
  .blog__item:not(:last-child) {
    margin-bottom: 36px;
  }
  .blog__item:last-child {
    margin-bottom: 36px;
  }
  .article-info {
    margin-bottom: 8px;
  }
  .article-autor__img:not(:first-child) {
    margin-left: -30px;
  }
  .article-autor__img {
    max-width: 56px;
    height: 56px;
  }
  .attention {
    padding: 20px 20px 20px 55px;
    background-size: 30px;
    background-position: 10px center;
  }
  .attention__description, .attention__text {
    font-size: 14px;
    line-height: 20px;
  }
  .sidebar {
    margin-bottom: 36px;
  }
  .tags_article {
    margin-bottom: 18px;
  }
}
@media screen and (min-width:1025px) {
  .share-block_mobile,
  .show-structure {
    display: none;
  }
  .article__offers-item:hover {
    border-color: #000000;
  }
  .structure__mobile:not(.structure__wide) .link-line.type-4::after {
    top: 100%;
  }
  .link-line.type-4:hover::after {
    width: 100%;
  }
  .link-line.type-5:hover::after {
    width: 0;
  }
}

/*Удалить после объединения стилей*/
.view-videos-grid-item-img {
  position: relative;
  margin-bottom: 38px;
}
.view-videos-grid-item-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.view-videos-grid-item-img::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-main-icon svg {
  display: block;
  width: 30px;
  height: 19px;
  stroke: #1E252B;
  fill: transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.view-videos-grid__subtitle {
  font-size: 28px;
  line-height: 38px;
  color: #1E252B;
}
.btn-main-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 68px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 1px solid #1E252B;
  background-color: transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
@media screen and (min-width: 1024px) {
  .view-videos-grid-item:hover .play-video {
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
  }
  .view-videos-grid-item:hover .play-video svg {
    width: 100px;
    height: 100px;
  }
  .view-videos-grid-item:hover .view-videos-grid-item-img::after {
    opacity: 1;
  }
  .wrap-icon-hover:hover .btn-main-icon {
    background-color: #1E252B;
    }
  .wrap-icon-hover:hover .btn-main-icon svg {
    stroke: #ffffff;
  }
  .link-line.type-1:hover::after {
    width: 100%;
  }
  .sidebar_wide {
    position: relative;
    z-index: 1;
  }
  .structure__main-list_wide {
    position: absolute;
    top: 135%;
    left: -3px;
    padding: 0;
    width: 471px;
    background-color: #fff;
    box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.06);
    transition: none;
    z-index: 1;
  }
  .structure.active .structure__main-list_wide {
    border: 1px solid #c4c4c4;
  }
  .structure__main-list_wide::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 50%;
    display: block;
    border-left: 1px solid #c4c4c4;
    border-top: 1px solid #c4c4c4;
    width: 18px;
    height: 18px;
    background-color: #fff;
    transform: rotate(45deg) translateX(-50%);
    z-index: 2;
  }
  .sidebar_wide.active .structure__main-list_wide {
    border: 1px solid #e8e8e8;
    padding: 28px;
    max-height: fit-content!important;
    overflow: visible;
  }
  .structure__main-list_wide .structure__main-item:last-child .structure__link {
    padding-bottom: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .structure__main-list_wide {
    left: 34px;
  }
}
@media screen and (min-width: 1540px) {
  .structure__main-list_wide {
    left: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .view-videos-grid__subtitle {
      font-size: 24px;
      line-height: 34px;
  }
  .view-videos-grid-item-img {
    margin-bottom: 25px;
  } 
}
.link-line {
  position: relative;
}
.link-line::after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  height: 1px;
  z-index: 99;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.link-line.type-1::after {
  width: 0;
  background-color: #1E252B;
}
/*Удалить после объединения стилей.Конец*/

.article__videos-item .play-video {
  position: absolute;
  content: '';
  right: 12%;
  bottom: 19%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 4;
}
.article__videos-item .play-video svg {
  display: block;
  width: 68px;
  height: 68px;
  stroke: #ffffff;
  fill: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .article__videos-item .play-video {
    width: 100%;
    height: 100%;
    right: auto;
    bottom: auto;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .article__videos-item .play-video svg {
    margin-right: 30px;
    margin-bottom: 30px;
  } 
}
@media screen and (max-width: 575px) {
  .article__videos-item .play-video svg {
    width: 42px;
    height: 42px;
  }
  .view-videos-grid__subtitle {
    font-size: 20px;
    line-height: 26px;
  }
  .btn-main-icon {
    min-width: 42px;
    width: 42px;
    height: 42px;
  }
  .btn-main-icon svg {
    width: 18px;
    height: 11px;
  }
}
