.footer__social-link--go, .footer__social-link--yt, .footer__social-link--tw {
    background-image: url(../img/youtube.png);
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: center;
}

.footer__social-link--go, .footer__social-link--inst, .footer__social-link--tw {
    background-image: url(../img/instagram.png);
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: center;
}

.footer__social-link--go, .footer__social-link--teleg, .footer__social-link--tw {
    background-image: url(../img/telegram.png);
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: center;
}

.footer__social-link--go, .footer__social-link--dzen, .footer__social-link--tw {
    background-image: url(../img/dzen.png);
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: center;
}


.news-tickets {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 10px; }

.news-ticket {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  padding-bottom: 12px;
  overflow: hidden;
  position: relative;
  width: calc((100% - 48px) / 3);
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 2px 3px 0 #eaebed;
  transition: all 230ms ease; }
  .news-ticket__cover {
    position: relative; }
  .news-ticket--choice {
    width: calc((100% - 48px) / 3 * 2 + 24px); }
    .news-ticket--choice::before {
      content: "выбор редакции";
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      top: 0;
      right: 0;
      width: 238px;
      height: 24px;
      font-size: 12px;
      letter-spacing: 0.033em;
      text-align: center;
      border-radius: 0 0 0 6px;
      color: #4c2c06;
      background-color: #fde678; }
    .news-ticket--choice::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: solid 2px #fde678;
      border-radius: 6px;
      pointer-events: none; }
    .news-ticket--choice .news-ticket__icons {
      top: 156px;
      right: 6px; }
    .news-ticket--choice .news-ticket__description {
      margin-top: 17px; }
      .news-ticket--choice .news-ticket__description p {
        margin-top: 7px; }
    .news-ticket--choice .news-ticket__details {
      margin: 0 24px;
      margin-top: 30px;
      background-color: #ffffff;
      border-top: 1px solid #eaebed; }
      .news-ticket--choice .news-ticket__details span {
        margin-top: 2px;
        padding-bottom: 0; }
      .news-ticket--choice .news-ticket__details div:first-of-type {
        margin-right: 44px;
        padding-left: 0;
        padding-right: 0; }
      .news-ticket--choice .news-ticket__details div:nth-of-type(2) {
        flex-grow: 1;
        padding-left: 0;
        padding-right: 0; }
      .news-ticket--choice .news-ticket__details div:not(:last-of-type) {
        padding-top: 3px; }
      .news-ticket--choice .news-ticket__details div:last-of-type {
        width: auto;
        padding-left: 0;
        padding-right: 0; }
        .news-ticket--choice .news-ticket__details div:last-of-type a {
          margin-top: 0; }
  .news-ticket:hover {
    box-shadow: 0 10px 20px 0 rgba(4, 6, 6, 0.2); }
  .news-ticket:active {
    box-shadow: 0 1px 5px 0 rgba(4, 6, 6, 0.2), 10px 0 20px -10px rgba(4, 6, 6, 0.75), -10px 0 20px -10px rgba(4, 6, 6, 0.75); }
  .news-ticket__description {
    margin-top: 18px;
    padding: 0 24px;
	min-height: 130px;
    flex-grow: 1; }
  .news-ticket__description2 {
    margin-top: 18px;
    padding: 0 24px;
	min-height: 60px;
    flex-grow: 1; }
    .news-ticket__description h5 {
      color: #23323f;
      line-height: 1.13; }
    .news-ticket__description p {
      margin: 0;
      margin-top: 19px;
      font-size: 14px;
      line-height: 1.29;
      letter-spacing: 0.014em; }
  .news-ticket__details {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 35px;
    padding-top: 11px;
    font-size: 12px;
    letter-spacing: 0.022em;
    color: rgba(35, 50, 63, 0.6);
    background-color: #f9f9fb; }
    .news-ticket__details span {
      display: block;
      margin-top: 3px;
      padding-bottom: 6px;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0.022em;
      color: #23323f; }
  .news-ticket__published {
    padding: 0 23px; }
  .news-ticket__comments {
    padding: 0 23px; }
  .news-ticket__more {
    display: flex;
    justify-content: center;
    padding: 0 23px;
    width: 100%;
    min-height: 36px;
    background-color: #ffffff; }
    .news-ticket__more a {
      position: relative;
      display: flex;
      align-items: center;
      margin-top: 12px;
      padding-right: 30px;
      padding-left: 21px;
      min-height: 36px;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0.022em;
      color: #4c2c06;
      text-decoration: none;
      border: 2px solid #fde678;
      border-radius: 18px; }
      .news-ticket__more a:hover {
        border-color: transparent;
        background-color: #ffed98; }
      .news-ticket__more a:active {
        border-color: transparent;
        background-color: #fcdd4a; }
      .news-ticket__more a svg {
        position: absolute;
        top: 9px;
        right: 18px;
        fill: #4c2c06; }
  .news-ticket__icons {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    padding-right: 17px;
    height: 24px;
    max-width: 200px;
    top: 129px;
    right: 1px; }

.news-ticket_wide {
  flex-direction: row;
  width: 100%;
  padding: 10px; }
  .news-ticket_wide .news-ticket__cover img {
    border-radius: 5px; }
  .news-ticket_wide .news-ticket__body {
    padding-left: 20px;
    flex-grow: 1; }
  .news-ticket_wide .news-ticket__description {
    padding: 0; }
  .news-ticket_wide .news-ticket__details {
    justify-content: flex-start; }
  .news-ticket_wide .news-ticket__more {
    justify-content: flex-end; }



section.news-specification {padding:15px;}
section.news-specification img {padding:15px 0;}


.news-card__title {height:100px; text-overflow: ellipsis;}




/* modal */

.qa-modal {
    position: relative;
    padding: 20px;
    min-width: 450px;
    font-size: 14px;
    border-radius: 5px;
}

.qa-modal__close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 21px;
    font-weight: 100;
    line-height: 1;
    opacity: 0.5;
    transition: opacity 230ms ease;
    cursor: pointer;
}

.qa-modal__close:hover {
    opacity: 1;
}

.qa-modal__title {
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.qa-modal__form {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

.qa-modal__form textarea {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 5px 10px;
}

.qa-modal__form label {
    display: flex;
    cursor: pointer;
}

.qa-modal__form label input[type=checkbox] {
    margin-right: 10px;
}

.qa-modal__form .tagify {
    margin-bottom: 10px;
}

.qa-modal__buttons {
    display: flex;
    padding-top: 20px;
}

.qa-modal__buttons .btn {
    border-radius: 100px;
    border: 1px solid transparent;
    background: #eaebed;
    cursor: pointer;
    padding: 6px 15px;
    margin-right: 10px;
}

.qa-modal__buttons .btn-orange {
    background: #fde678;
}

.tagify__dropdown {
    z-index: 99999;
}



.qa-modal__form select {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 5px 10px;
}

input.captcha{
    border: 1px solid #ccc;
    font-size: 14px;
	height:33px;
	margin-top: -15px;
    padding: 5px 10px;

}



.qa-search__input.ask {
    width: calc(100% - 300px) !important;
}


div.chapter-video {
	padding : 10px;
}

a.module_purchase {
	width: 160px; position:absolute; right:10px; top:9px; 

padding: 5px 10px;
    display: block;
    min-height: 24px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.011em;
    text-align: center;
    text-decoration: none;
    color: #4c2c06;
    border-radius: 21px;
    background-color: #fde678;
}

h4.heading.heading--3 {min-height:48px;}


/*.main-unique-card {height:180px !important;}*/
/*.main-unique-card__btn {margin-left:auto !important; margin-right:auto !important; }*/

table.tests td {
	padding:5px 10px;
}

.main-tabs__nav {width: 720px !important}
.material-specification {
	padding-left:18px;
	padding-right:18px;
	padding-top:18px;
}

.material-specification p { margin-top:0;}
.journal_preview {padding:18px;}

.main-nav__dropdown {}


div.paid.hidden, div.unpaid.hidden {display:none;}
div.t_item_title {cursor:pointer;}
div.t_item_title:hover {font-weight:bold;}
div.t_item_body {display:none;}
div.t_item_body.show {display:block;}
.mar-bot{margin-block-end: 1.33em}