#filters {
  background: rgba(0, 0, 0, 0.07);
  padding: 10px; }
  #filters h2 {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 15px; }
  #filters #filters-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    #filters #filters-row .filter-title {
      color: #63376A;
      font-size: 1.1rem;
      font-weight: 500; }
    #filters #filters-row #tags-filter-wrapper {
      border: 1px dashed rgba(0, 0, 0, 0.2);
      -webkit-flex-basis: 400px;
      -moz-flex-basis: 400px;
      -ms-flex-basis: 400px;
      flex-basis: 400px;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      max-width: 100%;
      padding: 20px; }
      #filters #filters-row #tags-filter-wrapper #pre-tags-list {
        overflow: hidden;
        padding: 15px 0px 15px 0px;
        font-size: 0; }
        #filters #filters-row #tags-filter-wrapper #pre-tags-list .tag-item {
          display: inline-block;
          margin-bottom: 5px;
          margin-right: 2px;
          font-size: 14px; }
          #filters #filters-row #tags-filter-wrapper #pre-tags-list .tag-item input[type='checkbox'] {
            visibility: hidden;
            width: 0px; }
          #filters #filters-row #tags-filter-wrapper #pre-tags-list .tag-item label {
            cursor: pointer;
            padding: 5px;
            display: inline-block;
            position: relative;
            z-index: 1; }
            #filters #filters-row #tags-filter-wrapper #pre-tags-list .tag-item label.deletable {
              padding-right: 25px; }
              #filters #filters-row #tags-filter-wrapper #pre-tags-list .tag-item label.deletable .delete-tag {
                position: absolute;
                width: 15px;
                height: 15px;
                text-align: center;
                color: #63376A;
                cursor: pointer;
                top: 3px;
                right: 3px;
                border-radius: 50%;
                transition: color 0.6s ease;
                z-index: 2; }
                #filters #filters-row #tags-filter-wrapper #pre-tags-list .tag-item label.deletable .delete-tag:before {
                  padding-top: 2px; }
                #filters #filters-row #tags-filter-wrapper #pre-tags-list .tag-item label.deletable .delete-tag:hover {
                  color: red;
                  outline: 1px solid #63376A; }
          #filters #filters-row #tags-filter-wrapper #pre-tags-list .tag-item label {
            background: white;
            color: rgba(0, 0, 0, 0.45);
            border-radius: 5px;
            transition: background-color 0.7s ease;
            outline: 1px solid #63376A;
            font-size: 0.8rem; }
          #filters #filters-row #tags-filter-wrapper #pre-tags-list .tag-item input:checked + label {
            background: #dbc1df;
            color: #442648; }
      #filters #filters-row #tags-filter-wrapper #tags-mode-wrapper fieldset {
        margin: 10px 0px; }
        #filters #filters-row #tags-filter-wrapper #tags-mode-wrapper fieldset legend {
          font-size: 16px;
          display: block;
          margin: 10px 0px; }
      #filters #filters-row #tags-filter-wrapper #tags-mode-wrapper .t-mode-item {
        display: inline-block; }
        #filters #filters-row #tags-filter-wrapper #tags-mode-wrapper .t-mode-item input[type='radio'] {
          visibility: hidden;
          width: 0px; }
        #filters #filters-row #tags-filter-wrapper #tags-mode-wrapper .t-mode-item label {
          cursor: pointer;
          padding: 5px;
          display: inline-block;
          position: relative;
          z-index: 1; }
          #filters #filters-row #tags-filter-wrapper #tags-mode-wrapper .t-mode-item label.deletable {
            padding-right: 25px; }
            #filters #filters-row #tags-filter-wrapper #tags-mode-wrapper .t-mode-item label.deletable .delete-tag {
              position: absolute;
              width: 15px;
              height: 15px;
              text-align: center;
              color: #63376A;
              cursor: pointer;
              top: 3px;
              right: 3px;
              border-radius: 50%;
              transition: color 0.6s ease;
              z-index: 2; }
              #filters #filters-row #tags-filter-wrapper #tags-mode-wrapper .t-mode-item label.deletable .delete-tag:before {
                padding-top: 2px; }
              #filters #filters-row #tags-filter-wrapper #tags-mode-wrapper .t-mode-item label.deletable .delete-tag:hover {
                color: red;
                outline: 1px solid #63376A; }
        #filters #filters-row #tags-filter-wrapper #tags-mode-wrapper .t-mode-item label {
          background: #c7a0cd;
          color: rgba(255, 255, 255, 0.5);
          border-radius: 3px;
          transition: box-shadow 0.5s ease;
          font-size: 14px; }
        #filters #filters-row #tags-filter-wrapper #tags-mode-wrapper .t-mode-item input:checked + label {
          background-image: linear-gradient(to bottom, #a05cab 0%, #341d38 100%);
          color: white;
          box-shadow: 1px -1px 3px rgba(0, 0, 0, 0.8); }
      #filters #filters-row #tags-filter-wrapper #tags-autocomplete h3 {
        color: #63376A;
        font-weight: 300;
        margin-bottom: 5px;
        font-size: 0.8rem; }
      #filters #filters-row #tags-filter-wrapper #tags-autocomplete .select2-container .select2-selection {
        border-radius: 0px;
        border: 1px solid #63376A; }
      #filters #filters-row #tags-filter-wrapper #tags-autocomplete .select2-container .select2-selection__arrow {
        background-color: #63376A;
        background-image: linear-gradient(to bottom, #a05cab 0%, #241427 100%);
        border-radius: 0px; }
        #filters #filters-row #tags-filter-wrapper #tags-autocomplete .select2-container .select2-selection__arrow b {
          border-color: white transparent transparent transparent; }
      #filters #filters-row #tags-filter-wrapper #tags-autocomplete .select2-container.select2-container--open .select2-selection__arrow b {
        border-color: transparent transparent white transparent; }
    #filters #filters-row #query-filter-wrapper {
      padding: 20px;
      border: 1px dashed rgba(0, 0, 0, 0.2);
      -webkit-flex-basis: 400px;
      -moz-flex-basis: 400px;
      -ms-flex-basis: 400px;
      flex-basis: 400px;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      max-width: 100%; }
      #filters #filters-row #query-filter-wrapper .query-input-wrapper {
        padding: 15px 0px; }
        #filters #filters-row #query-filter-wrapper .query-input-wrapper .search-tip {
          color: #63376A;
          font-weight: 300;
          margin-bottom: 5px;
          font-size: 0.8rem; }
        #filters #filters-row #query-filter-wrapper .query-input-wrapper #query-input {
          width: 100%;
          border: 1px solid #63376A;
          padding: 5px;
          background: white;
          color: #63376A;
          font-weight: 400; }
      #filters #filters-row #query-filter-wrapper .query-mode-wrapper h4 {
        color: #63376A;
        font-size: 1.05rem;
        display: inline-block; }
      #filters #filters-row #query-filter-wrapper .query-mode-wrapper .query-mode-item {
        display: inline-block;
        margin-bottom: 5px;
        font-size: 0; }
        #filters #filters-row #query-filter-wrapper .query-mode-wrapper .query-mode-item input[type='radio'] {
          visibility: hidden;
          width: 0px; }
        #filters #filters-row #query-filter-wrapper .query-mode-wrapper .query-mode-item label {
          cursor: pointer;
          padding: 5px;
          display: inline-block;
          position: relative;
          z-index: 1; }
          #filters #filters-row #query-filter-wrapper .query-mode-wrapper .query-mode-item label.deletable {
            padding-right: 25px; }
            #filters #filters-row #query-filter-wrapper .query-mode-wrapper .query-mode-item label.deletable .delete-tag {
              position: absolute;
              width: 15px;
              height: 15px;
              text-align: center;
              color: #63376A;
              cursor: pointer;
              top: 3px;
              right: 3px;
              border-radius: 50%;
              transition: color 0.6s ease;
              z-index: 2; }
              #filters #filters-row #query-filter-wrapper .query-mode-wrapper .query-mode-item label.deletable .delete-tag:before {
                padding-top: 2px; }
              #filters #filters-row #query-filter-wrapper .query-mode-wrapper .query-mode-item label.deletable .delete-tag:hover {
                color: red;
                outline: 1px solid #63376A; }
        #filters #filters-row #query-filter-wrapper .query-mode-wrapper .query-mode-item label {
          background: #c7a0cd;
          color: rgba(255, 255, 255, 0.5);
          border-radius: 3px;
          transition: box-shadow 0.5s ease;
          font-size: 14px; }
        #filters #filters-row #query-filter-wrapper .query-mode-wrapper .query-mode-item input:checked + label {
          background-image: linear-gradient(to bottom, #a05cab 0%, #341d38 100%);
          color: white;
          box-shadow: 1px -1px 3px rgba(0, 0, 0, 0.8); }
    #filters #filters-row #filters-and-wrapper {
      -webkit-flex-basis: 50px;
      -moz-flex-basis: 50px;
      -ms-flex-basis: 50px;
      flex-basis: 50px;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      max-width: 100%;
      color: #63376A;
      padding-top: 20px;
      text-align: center;
      font-size: 1.2rem;
      font-weight: 700; }
    #filters #filters-row #filters-content-wrapper {
      -webkit-flex-basis: 750px;
      -moz-flex-basis: 750px;
      -ms-flex-basis: 750px;
      flex-basis: 750px;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      max-width: 750px; }
      #filters #filters-row #filters-content-wrapper #tags-list-wrapper .tag-item {
        display: inline-block;
        margin-bottom: 5px;
        margin-right: 2px;
        font-size: 14px; }
        #filters #filters-row #filters-content-wrapper #tags-list-wrapper .tag-item input[type='checkbox'] {
          visibility: hidden;
          width: 0px; }
        #filters #filters-row #filters-content-wrapper #tags-list-wrapper .tag-item label {
          cursor: pointer;
          padding: 5px;
          display: inline-block;
          position: relative;
          z-index: 1; }
          #filters #filters-row #filters-content-wrapper #tags-list-wrapper .tag-item label.deletable {
            padding-right: 25px; }
            #filters #filters-row #filters-content-wrapper #tags-list-wrapper .tag-item label.deletable .delete-tag {
              position: absolute;
              width: 15px;
              height: 15px;
              text-align: center;
              color: #63376A;
              cursor: pointer;
              top: 3px;
              right: 3px;
              border-radius: 50%;
              transition: color 0.6s ease;
              z-index: 2; }
              #filters #filters-row #filters-content-wrapper #tags-list-wrapper .tag-item label.deletable .delete-tag:before {
                padding-top: 2px; }
              #filters #filters-row #filters-content-wrapper #tags-list-wrapper .tag-item label.deletable .delete-tag:hover {
                color: red;
                outline: 1px solid #63376A; }
        #filters #filters-row #filters-content-wrapper #tags-list-wrapper .tag-item label {
          background: white;
          color: rgba(0, 0, 0, 0.45);
          border-radius: 5px;
          transition: background-color 0.7s ease;
          outline: 1px solid #63376A;
          font-size: 0.8rem; }
        #filters #filters-row #filters-content-wrapper #tags-list-wrapper .tag-item input:checked + label {
          background: #dbc1df;
          color: #442648; }
      #filters #filters-row #filters-content-wrapper #query-wrapper .query-input-wrapper {
        padding: 15px 0px 0px 0px;
        position: relative; }
        #filters #filters-row #filters-content-wrapper #query-wrapper .query-input-wrapper .search-tip {
          color: #63376A;
          font-weight: 300;
          margin-bottom: 5px;
          font-size: 0.8rem; }
        #filters #filters-row #filters-content-wrapper #query-wrapper .query-input-wrapper #query-input {
          width: 100%;
          border: 1px solid #63376A;
          padding: 5px 10px;
          font-size: 18px;
          background: white;
          color: #63376A;
          font-weight: 400;
          padding-right: 30px;
          border-radius: 5px; }
          #filters #filters-row #filters-content-wrapper #query-wrapper .query-input-wrapper #query-input::-webkit-input-placeholder {
            font-size: 13px; }
          #filters #filters-row #filters-content-wrapper #query-wrapper .query-input-wrapper #query-input::-moz-placeholder {
            font-size: 13px; }
          #filters #filters-row #filters-content-wrapper #query-wrapper .query-input-wrapper #query-input:-ms-input-placeholder {
            font-size: 13px; }
          #filters #filters-row #filters-content-wrapper #query-wrapper .query-input-wrapper #query-input:-moz-placeholder {
            font-size: 13px; }
        #filters #filters-row #filters-content-wrapper #query-wrapper .query-input-wrapper .clear-query {
          position: absolute;
          top: 22px;
          right: 5px;
          width: 20px;
          height: 20px;
          font-size: 20px;
          cursor: pointer;
          border-radius: 10px;
          transition: background-color 0.6s ease, color 0.6s ease; }
          #filters #filters-row #filters-content-wrapper #query-wrapper .query-input-wrapper .clear-query:hover {
            color: red;
            background-color: rgba(0, 0, 0, 0.2); }
    #filters #filters-row #filters-actions-wrapper {
      -webkit-flex-basis: 230px;
      -moz-flex-basis: 230px;
      -ms-flex-basis: 230px;
      flex-basis: 230px;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      max-width: 100%;
      padding: 0px 10px; }
      #filters #filters-row #filters-actions-wrapper > div {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: start;
        -moz-justify-content: start;
        -ms-justify-content: start;
        justify-content: start;
        -ms-flex-pack: start;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%; }
        #filters #filters-row #filters-actions-wrapper > div .filter-info {
          flex: 1;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: end;
          -moz-justify-content: end;
          -ms-justify-content: end;
          justify-content: end;
          -ms-flex-pack: end;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          font-size: 12px;
          color: #63376A;
          padding-left: 10px;
          background: rgba(0, 0, 0, 0.04); }
          #filters #filters-row #filters-actions-wrapper > div .filter-info > div {
            margin-bottom: 5px; }
            #filters #filters-row #filters-actions-wrapper > div .filter-info > div input[type='text'] {
              text-align: center;
              font-size: 16px;
              line-height: 16px;
              color: rgba(0, 0, 0, 0.45);
              height: 24px;
              border-radius: 5px;
              border: none;
              outline: 1px solid #63376A; }
            #filters #filters-row #filters-actions-wrapper > div .filter-info > div a {
              text-decoration: none;
              display: inline-block;
              color: #63376A;
              font-size: 20px;
              line-height: 20px; }
          #filters #filters-row #filters-actions-wrapper > div .filter-info .per-page-wrapper #per-page-input {
            width: 40px; }
          #filters #filters-row #filters-actions-wrapper > div .filter-info .page-wrapper #page-input {
            width: 40px; }
      #filters #filters-row #filters-actions-wrapper button {
        padding: 7px;
        outline: 1px solid #63376A;
        border: none;
        font-size: 1rem;
        color: #63376A;
        cursor: pointer;
        margin-right: 7px;
        transition: color 0.5s ease, background 0.5s ease;
        width: 100%;
        border-radius: 5px; }
        #filters #filters-row #filters-actions-wrapper button:hover {
          background: #63376A;
          color: white; }
      #filters #filters-row #filters-actions-wrapper .q-mode-wrapper {
        padding: 8px 0px; }
        #filters #filters-row #filters-actions-wrapper .q-mode-wrapper input[type="checkbox"] {
          visibility: hidden;
          width: 0px; }
        #filters #filters-row #filters-actions-wrapper .q-mode-wrapper label {
          cursor: pointer;
          display: inline-block; }
          #filters #filters-row #filters-actions-wrapper .q-mode-wrapper label > span {
            vertical-align: middle;
            color: #63376A; }
          #filters #filters-row #filters-actions-wrapper .q-mode-wrapper label .mdi {
            font-size: 24px; }
            #filters #filters-row #filters-actions-wrapper .q-mode-wrapper label .mdi:before {
              content: "\F0131"; }
        #filters #filters-row #filters-actions-wrapper .q-mode-wrapper input[type="checkbox"]:checked + label .mdi:before {
          content: "\F0C52"; }
        #filters #filters-row #filters-actions-wrapper .q-mode-wrapper #query-mode-tooltip {
          color: #63376A;
          font-size: 14px;
          cursor: pointer;
          vertical-align: top; }
  #filters #actions-wrapper {
    padding: 15px 0px; }
    #filters #actions-wrapper button {
      padding: 7px;
      outline: 1px solid #63376A;
      border: none;
      font-size: 1rem;
      color: #63376A;
      cursor: pointer;
      margin-right: 7px;
      transition: color 0.5s ease, background 0.5s ease; }
      #filters #actions-wrapper button:hover {
        background: #63376A;
        color: white; }

.project-desc {
  padding: 12px;
  font-size: 16px;
  line-height: 20px; }

@media only screen and (min-width: 667px) and (max-width: 1019px) {
  #filters-row > div {
    flex-basis: 200px !important; }
  #filters-row #filters-and-wrapper {
    flex-basis: 30px !important; } }

@media only screen and (min-width: 320px) and (max-width: 666px) {
  #filters #filters-row > div {
    flex-basis: 100% !important; }
  #filters #filters-row #filters-actions-wrapper {
    padding-top: 30px; }
  #videos-wrapper .video-item .video-info-wrapper {
    margin-left: 0px; }
  #videos-wrapper .video-item .video-thumb-wrapper {
    flex-basis: 100%;
    max-width: 100%; } }

#persons-list-ts-control {
  border-radius: 5px;
  border: 1px solid #63376A;
  min-height: 34px; }

.substances_list li a span {
  font-size: 16px; }

.allergy-instruction {
  margin: 5px 0; }

.text-center {
  text-align: center; }

.thematic-articles-wrapper {
  list-style-type: none;
  padding: 0px; }

.thematic-articles-wrapper .ta-item {
  border-top: 1px solid #BBBDBF;
  padding-top: 7px; }

.thematic-articles-wrapper .ta-item a {
  color: #4B1E7C;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease; }

.thematic-articles-wrapper .ta-item a:hover {
  color: #341556; }

.thematic-articles-wrapper .ta-item p {
  color: black; }

.sidebar_right .sr-news-wrapper {
  list-style-type: none;
  padding: 0px; }

.sidebar_right .sr-news-wrapper .sr-news-item {
  border-top: 1px solid #BBBDBF;
  padding-top: 7px;
  margin-top: 10px; }

.sidebar_right .sr-news-wrapper .sr-news-item a {
  color: black;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease; }

.sidebar_right .sr-news-wrapper .sr-news-item a:hover {
  color: #23527c; }

.videos-wrapper .video-item {
  border-top: 1px solid #BBBDBF;
  padding-top: 20px;
  margin-top: 39px; }

.videos-wrapper .video-item h2 {
  color: #4E1D7E;
  margin-bottom: 10px; }

.articles-wrapper {
  overflow: hidden;
  padding-top: 5px; }

.articles-wrapper .article-item {
  clear: both;
  overflow: hidden;
  padding-top: 20px;
  border-top: 1px solid #BBBDBF; }

.articles-wrapper .article-item .article-img {
  float: left;
  width: 160px;
  margin-right: 20px;
  margin-bottom: 10px; }

.articles-wrapper .article-item .article-info a {
  color: #4b1e7c;
  font-size: 18px;
  font-weight: bold; }

.articles-wrapper .article-item .article-info span {
  display: block;
  margin-top: 10px;
  color: black; }

#sindranol {
  overflow: hidden;
  margin: 30px 0px; }

#sindranol > div {
  margin-bottom: 20px; }

#sindranol > div > a {
  font-size: 18px;
  text-decoration: underline;
  font-weight: bold;
  display: block;
  margin-top: 15px; }

#sindranol ul {
  display: block;
  padding: 0px;
  overflow: hidden;
  list-style: none;
  font-size: 0px; }

#sindranol ul li {
  display: inline-block;
  width: 33%;
  box-sizing: border-box;
  padding-right: 20px;
  overflow: hidden; }

#sindranol ul li a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
  border-radius: 10px; }

#sindranol ul li a:hover {
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1); }

#sindranol ul li a img {
  margin: 0px;
  width: 100%; }

#sindranol-spravochnik,
.sindranol-spravochnik {
  margin-bottom: 20px; }

#sindranol-spravochnik > a,
.sindranol-spravochnik > a {
  display: block;
  padding-left: 70px;
  background: url(/pdf/icon.png) no-repeat 5px 5px;
  background-size: 50px;
  height: 68px;
  margin-bottom: 10px;
  line-height: 20px;
  padding-top: 6px;
  font-size: 16px; }

.inside_text .temp-news-wrapper p {
  font-size: 14px; }

.konkurs-wrapper {
  padding: 10px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  border: 1px dashed rgba(0, 0, 0, 0.1);
  margin-bottom: 20px; }

.konkurs-wrapper .konkurs-info {
  margin-bottom: 10px; }

.konkurs-wrapper .konkurs-info h2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: black; }

.konkurs-wrapper .konkurs-info h3 {
  text-align: center;
  color: #606060; }

.konkurs-wrapper .konkurs-info a {
  display: block;
  text-align: center;
  text-decoration: none;
  margin-top: 10px;
  padding-bottom: 15px;
  position: relative; }

.konkurs-wrapper .konkurs-info a:after {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0px;
  left: 0px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e114"; }

.konkurs-wrapper .konkurs-info a:hover {
  text-decoration: underline; }

#rules-of-quiz {
  display: none;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  padding: 0px;
  background: rgba(255, 255, 255, 0.8); }

#rules-of-quiz .inner-wrapper {
  width: auto;
  max-width: 85%;
  max-height: 85%;
  margin: 0px auto;
  margin-top: 10%;
  padding: 30px;
  background: rgba(0, 0, 0, 0.8);
  /* border-radius: 10px; */
  /*border: 1px solid rgba(0,0,0,0.2);*/
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 16px;
  line-height: 24px;
  overflow-y: scroll; }

#rules-of-quiz .inner-wrapper .content-wrapper .close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 30px;
  height: 30px;
  background: white;
  cursor: pointer;
  opacity: 1;
  border-radius: 50%;
  color: red;
  font-size: 22px;
  padding-top: 4px;
  padding-left: 3.5px; }

#rules-of-quiz .inner-wrapper .content-wrapper .close:hover {
  color: #f56e6e; }

#rules-of-quiz .inner-wrapper .content-wrapper .close-button {
  opacity: 1;
  background: white;
  color: black;
  border: none;
  outline: none;
  padding: 10px 15px;
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
  transition: box-shadow 0.5s ease; }

#rules-of-quiz .inner-wrapper .content-wrapper .close-button:hover {
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8); }

#rules-of-quiz .inner-wrapper .content-wrapper {
  position: relative; }

#rules-of-quiz .inner-wrapper .content-wrapper h2 {
  color: white;
  opacity: 1;
  margin-bottom: 10px;
  font-weight: bold; }

#rules-of-quiz .inner-wrapper .content-wrapper p {
  opacity: 1; }

.konkurs-wrapper .konkurs-take-part .go-button {
  font-size: 18px;
  display: inline-block;
  color: #3a4db5;
  background: #ffbe8c;
  padding: 10px 10px;
  border: none;
  outline: none;
  cursor: pointer; }

.konkurs-wrapper .konkurs-take-part .go-button:hover {
  background: #fdae71;
  color: #3248c2; }

.videos-wrapper .video-item {
  border-bottom: 2px solid #BBBDBF;
  font-size: 16px !important;
  color: #333 !important;
  padding: 0 0 5px;
  margin: 10px auto 2px;
  line-height: 1.3;
  font-family: "Fira Sans", sans-serif !important; }

.videos-wrapper .video-item h1 {
  color: #63376a;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 20px;
  font-size: 18px;
  font-family: "Fira Sans", sans-serif; }
