.searchWindow form {
  width: 100%;
  max-width: 730px;
}
.searchWindow input {
  font-size: 40px;
  height: 80px;
}

.caption.table {
  max-width: 100%;
  width: 100%;
}
.caption.table .space {
  width: 15px;
}

.med {
  background: none !important;
  color: #fa1e32 !important;
  font-size: 12px !important;
  line-height: 14px;
  font-weight: 600;
  vertical-align: top;
  margin: 0 12px 0 0;
}

.tab.active[data-goto]:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 989px) {
  .galleryArticle .textCols {
    display: none;
  }
}
.galleryArticle .textCols .col {
  width: 24%;
  margin: 0 1.333% 0 0;
}
.galleryArticle .textCols .col:last-child {
  margin-right: 0;
}
.galleryArticle .textCols p {
  font: 500 14px/21px "IBM Plex Mono";
  padding: 0 0 10px;
}
.galleryArticle .textCols p b {
  font-weight: 600;
}
.galleryArticle .textCols p a {
  color: #000;
}
.galleryArticle .textCols p a:hover {
  text-decoration: underline;
}
.galleryArticle .textCols img {
  display: block;
  margin: 0 0 30px;
}
.galleryArticle .textCols .mapIcon {
  width: 13px;
  height: 11px;
  position: absolute;
  top: 8px;
  right: 0;
  background: url("../images/dosszie2.svg") no-repeat center 0/13px 11px;
}
.galleryArticle h4 {
  border-top: solid 1px #707070;
  padding: 3px 20px 20px 0;
  font: 400 16px/17px "Adieu";
  margin: 10px 0 0;
  position: relative;
}
.galleryArticle .type {
  padding: 0 0 5px;
}
.galleryArticle .table {
  width: 100%;
}
.galleryArticle .table .cell {
  vertical-align: top;
}
.galleryArticle .table.top {
  padding: 0 0 55px;
}
@media only screen and (max-width: 989px) {
  .galleryArticle .table.top {
    display: block;
  }
}
@media only screen and (max-width: 989px) {
  .galleryArticle .table.top > .cell {
    display: block;
  }
}
.galleryArticle .table.top > .cell:first-child {
  width: 400px;
}
@media only screen and (max-width: 989px) {
  .galleryArticle .table.top > .cell:first-child {
    width: 100%;
  }
}
.galleryArticle .table.top > .cell:last-child {
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 989px) {
  .galleryArticle .table.top > .cell:last-child {
    padding: 20px 0 0;
  }
}
@media only screen and (max-width: 989px) {
  .galleryArticle .table.texts {
    display: block;
  }
}
@media only screen and (max-width: 989px) {
  .galleryArticle .table.texts > .cell {
    display: block;
  }
}
.galleryArticle .table.texts > .cell:first-child {
  width: 75px;
}
@media only screen and (max-width: 989px) {
  .galleryArticle .table.texts > .cell:first-child {
    width: 100%;
  }
}
.galleryArticle .table.texts > .cell:last-child {
  padding: 0 180px 0 0;
}
@media only screen and (max-width: 989px) {
  .galleryArticle .table.texts > .cell:last-child {
    padding: 10px 0 0;
  }
}
.galleryArticle .innerSlider h1 {
  font: 400 24px/32px "Adieu";
  padding: 0 0 30px;
}
.galleryArticle .innerSlider p {
  font: 400 17px/24px "IBM Plex Sans";
}
.galleryArticle .innerSlider p i {
  font-style: italic;
}
.galleryArticle .innerSlider .steps {
  font: 400 15px/24px "Adieu";
}
.galleryArticle .dateAndSocials {
  font-size: 0;
}
.galleryArticle .dateAndSocials .date {
  font: 500 14px/21px "IBM Plex Mono";
}
.galleryArticle .dateAndSocials .date, .galleryArticle .dateAndSocials a {
  display: inline-block;
  vertical-align: middle;
}
.galleryArticle .dateAndSocials a {
  height: 14px;
}
.galleryArticle .dateAndSocials a:hover {
  opacity: 0.8;
}
.galleryArticle .dateAndSocials .socials {
  padding: 0 0 0 20px;
  font-size: 0;
}
.galleryArticle .dateAndSocials .socials > * {
  display: inline-block;
  font-size: 15px;
  color: #000;
  line-height: 21px;
  margin: 0 0 0 12px;
}
.galleryArticle .dateAndSocials .socials > *:hover {
  opacity: 0.8;
}
.galleryArticle .theGallery {
  padding: 0 100px 55px;
}
@media only screen and (max-width: 989px) {
  .galleryArticle .theGallery {
    padding-left: 0;
    padding-right: 0;
  }
}
.galleryArticle .theGallery .slick-arrow {
  position: absolute;
  width: 35px;
  height: 80px;
  top: 50%;
  padding: 0;
  text-indent: -9999px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 989px) {
  .galleryArticle .theGallery .slick-arrow {
    bottom: -15px;
    top: auto;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.galleryArticle .theGallery .slick-arrow.slick-prev {
  left: 0;
  background: url("../images/arr_left.svg") no-repeat center center;
}
@media only screen and (max-width: 989px) {
  .galleryArticle .theGallery .slick-arrow.slick-prev {
    left: 50%;
    -ms-transform: translate(-50px, 0);
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
  }
}
.galleryArticle .theGallery .slick-arrow.slick-next {
  right: 0;
  background: url("../images/arr_right.svg") no-repeat center center;
}
@media only screen and (max-width: 989px) {
  .galleryArticle .theGallery .slick-arrow.slick-next {
    right: 50%;
    -ms-transform: translate(50px, 0);
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
  }
}
.galleryArticle .theGallery .oneSlide img {
  opacity: 0;
}
.galleryArticle .theGallery .double .cell.space {
  width: 15px;
}

.deleteThis {
  position: relative;
}
.deleteThis .x {
  position: absolute;
  right: -17px;
  top: 15px;
  width: 14px;
  z-index: 10;
  cursor: pointer;
  height: 14px;
  background: url("../images/x_new.svg") no-repeat center center/cover;
}
.deleteThis .x:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 989px) {
  .deleteThis .x {
    right: 0;
  }
}
@media only screen and (max-width: 989px) {
  .deleteThis {
    padding: 0 20px 0 0;
  }
}

@media only screen and (max-width: 989px) {
  .cell:nth-child(4) .deleteThis {
    display: table;
  }
}

.supportBox {
  position: relative;
  padding: 25px 0 15px;
  margin: 0 0 -10px;
}
.supportBox .texts {
  position: relative;
  z-index: 1;
}
.supportBox h3 {
  font: 400 22px/27px "Adieu";
  padding: 0 0 30px;
}
.supportBox p {
  max-width: 230px;
  font: 400 13px/16px "Adieu" !important;
  padding: 0 0 25px !important;
}
@media only screen and (max-width: 989px) {
  .supportBox p {
    max-width: unset;
  }
}
.supportBox a {
  width: 175px;
  text-align: center;
  background-color: #000;
  display: table;
  margin: 0 auto;
  color: #fff;
  font: 400 16px/36px "Adieu";
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.supportBox:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 105%;
  height: 100%;
  background: url("../images/support_rectangle.svg") no-repeat right center/110% auto;
}
@media only screen and (max-width: 989px) {
  .supportBox:before {
    background: url("../images/support_rectangle.svg") no-repeat center center/115% auto;
  }
}
.supportBox.withBorder {
  padding-left: 10px;
  margin: 0;
  border-top: solid 1px #000;
}
.supportBox.withBorder:before {
  left: 0;
  width: 100%;
}
.supportBox.onlyMobile {
  display: none;
  margin: -16px 0 15px;
  border-bottom: solid 1px #000;
}
@media only screen and (max-width: 989px) {
  .supportBox.onlyMobile {
    display: block;
  }
}

.supportModal {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(237, 237, 237, 0.75);
}
.supportModal .supportContent {
  background-color: #2B915C;
  width: 565px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
@media only screen and (max-width: 989px) {
  .supportModal .supportContent {
    width: 100%;
  }
}
.supportModal .supportContent h3 {
  font: 500 22px/28px "Adieu";
}
.supportModal .supportContent p {
  padding: 25px 0 50px;
  font: 400 17px/22px "IBM Plex Sans";
}
@media only screen and (max-width: 989px) {
  .supportModal .supportContent p {
    font-size: 15px;
    line-height: 20px;
  }
}
.supportModal .supportContent a {
  color: #2B915C;
  background-color: #fff;
  display: table;
  width: 175px;
  margin: 0 auto;
  text-align: center;
  font: 400 16px/36px "Adieu";
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.supportModal .texts {
  padding: 75px 0 60px;
  max-width: 345px;
  margin: 0 auto;
}
@media only screen and (max-width: 989px) {
  .supportModal .texts {
    max-width: 100%;
    padding: 40px 25px 30px;
  }
}
.supportModal .close {
  position: absolute;
  top: 15px;
  cursor: pointer;
  right: 15px;
  width: 18px;
  height: 18px;
  background: url("../images/x_modal.svg") no-repeat center center/cover;
}
@media only screen and (max-width: 989px) {
  .supportModal .close {
    width: 22px;
    height: 22px;
  }
}

.articleSupport {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 20px 0 38px;
  margin: 30px 0;
}
.articleSupport.noBorder {
  border: 0;
  margin: 0;
}
.articleSupport h3 {
  font: 600 22px/28px "Adieu";
  color: #2B915C;
  padding: 0 0 30px;
}
@media only screen and (max-width: 989px) {
  .articleSupport h3 {
    padding: 0 0 10px;
  }
}
.articleSupport h6 {
  font: 400 19px/28px "Adieu";
  color: #2B915C;
}
@media only screen and (max-width: 989px) {
  .articleSupport h6 {
    padding: 0 0 30px;
  }
}
@media only screen and (max-width: 989px) {
  .articleSupport .table, .articleSupport .cell {
    display: block;
  }
}
.articleSupport .cell {
  vertical-align: bottom;
}
.articleSupport .cell:first-child {
  width: 175px;
}
@media only screen and (max-width: 989px) {
  .articleSupport .cell:first-child {
    display: none;
  }
}
.articleSupport .cell:last-child {
  padding: 0 0 0 120px;
}
.articleSupport .cell:last-child a {
  display: none;
}
@media only screen and (max-width: 989px) {
  .articleSupport .cell:last-child a {
    display: block;
    max-width: 175px;
  }
}
@media only screen and (max-width: 989px) {
  .articleSupport .cell:last-child {
    padding: 0;
  }
}
.articleSupport a {
  color: #fff;
  background-color: #2B915C;
  display: block;
  width: 100%;
  text-align: center;
  font: 400 16px/36px "Adieu";
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#mainHeader h3, #mainFooter h3 {
  color: #fff;
  font: 30px/40px "Adieu Bold";
  padding: 0 0 60px;
}
#mainHeader .type, #mainFooter .type {
  border-top: solid 1px #fff;
  text-transform: uppercase;
  font: 600 10px/18px "IBM Plex Mono";
  color: #fff;
  padding: 3px 0;
  letter-spacing: 0.5px;
  margin: 0 0 40px;
}
#mainHeader h3.withDropdown, #mainFooter h3.withDropdown {
  padding-bottom: 50px;
}
#mainHeader h3.withDropdown.open, #mainFooter h3.withDropdown.open {
  padding-bottom: 30px;
}
#mainHeader h3.withDropdown.open span, #mainFooter h3.withDropdown.open span {
  background: url("../images/arrow_top.svg") no-repeat right center/21px auto;
}
#mainHeader h3.withDropdown.open + .hiddenContent, #mainFooter h3.withDropdown.open + .hiddenContent {
  display: block;
}
#mainHeader h3.withDropdown span, #mainFooter h3.withDropdown span {
  cursor: pointer;
  display: table;
  padding: 0 30px 0 0;
  background: url("../images/arrow_down.svg") no-repeat right center/21px auto;
}
#mainHeader .hiddenContent, #mainFooter .hiddenContent {
  display: none;
}
#mainHeader .hiddenContent .cell, #mainFooter .hiddenContent .cell {
  display: table-cell !important;
  vertical-align: top;
}
#mainHeader .hiddenContent .type, #mainFooter .hiddenContent .type {
  margin-bottom: 20px;
}
#mainHeader .hiddenContent .input, #mainFooter .hiddenContent .input {
  display: none;
  width: 74.333%;
  position: relative;
}
#mainHeader .hiddenContent .input span, #mainFooter .hiddenContent .input span {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font: 16px/36px "Adieu";
}
#mainHeader .hiddenContent .input input, #mainFooter .hiddenContent .input input {
  padding: 0 30px 0 0;
  height: 36px;
  border-bottom: solid 1px #fff;
  display: block;
  width: 100%;
  color: #fff;
  font: 16px "Adieu";
}
#mainHeader .cols-50,
#mainHeader .cols-100, #mainFooter .cols-50,
#mainFooter .cols-100 {
  padding: 0 0 60px;
}
#mainHeader .cols-50 .type, #mainFooter .cols-50 .type {
  width: 50%;
}
#mainHeader .supports, #mainFooter .supports {
  padding: 0 115px 0 0;
}
#mainHeader .bankData, #mainFooter .bankData {
  width: 273px;
}
#mainHeader .bankData p, #mainFooter .bankData p {
  color: #fff;
  padding: 0 0 20px;
  font: 500 13px/16px "IBM Plex Mono";
}
#mainHeader .bankData p b, #mainFooter .bankData p b {
  font-weight: 600;
}
#mainHeader .bankData p.bottomSpace, #mainFooter .bankData p.bottomSpace {
  padding-bottom: 45px;
}
#mainHeader .selects, #mainFooter .selects {
  font-size: 0;
}
#mainHeader .selects.topPadding, #mainFooter .selects.topPadding {
  padding: 26px 0 5px;
}
#mainHeader .button, #mainFooter .button {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  color: #1E1E1E;
  font: 16px/36px "Adieu";
  width: 23%;
  margin: 0 2.666% 0 0;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: all ease-in-out 150ms;
  -webkit-transition: all ease-in-out 150ms;
  -moz-transition: all ease-in-out 150ms;
  -o-transition: all ease-in-out 150ms;
  -ms-transition: all ease-in-out 150ms;
}
#mainHeader .button:nth-child(4), #mainHeader .button:last-child, #mainFooter .button:nth-child(4), #mainFooter .button:last-child {
  margin-right: 0;
}
#mainHeader .button.blue, #mainHeader .button.pay, #mainFooter .button.blue, #mainFooter .button.pay {
  color: #fff;
  background-color: #1C94D2;
}
.button.pay{
  text-transform: capitalize;
}

#mainHeader .button.blue + .input, #mainFooter .button.blue + .input {
  display: inline-block;
}
#mainHeader .why, #mainFooter .why {
  margin: 40px 0 0;
  color: #fff;
  display: table;
  padding: 0 0 0 35px;
  font: 13px/22px "Adieu";
  background: url("../images/why.svg") no-repeat left center;
}
#mainHeader .why:hover, #mainFooter .why:hover {
  text-decoration: underline;
}
#mainHeader .logos, #mainFooter .logos {
  display: inline-block;
  vertical-align: top;
}
#mainHeader .logos img, #mainFooter .logos img {
  width: auto;
}

#mainHeader .mobileSupport {
  display: none;
}
@media only screen and (max-width: 989px) {
  #mainHeader .mobileSupport {
    display: block;
  }
}
#mainHeader .categoryLine label span:after {
  display: none;
}
@media only screen and (max-width: 989px) {
  #mainHeader .theFullMenu .categoryLine.dropdown h3 span {
    display: table !important;
  }
}
#mainHeader .topBorder {
  border-top: solid 1px #a2a2a2;
  padding-top: 5px;
}
#mainHeader h3.withDropdown {
  padding-bottom: 40px;
}
#mainHeader h3.withDropdown span {
  background: none !important;
}
#mainHeader .hiddenContent {
  padding: 0 0 40px;
}
#mainHeader .hiddenContent .cell {
  border: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
  display: block !important;
}
#mainHeader .hiddenContent .input {
  width: 48%;
}
#mainHeader .type {
  font-size: 12px;
}
#mainHeader .bankData p {
  font-size: 15px;
  line-height: 18px;
}
#mainHeader .cols-50 .type {
  width: 100%;
}
#mainHeader .button {
  width: 48%;
  margin-right: 4%;
}
#mainHeader .button:nth-child(2n) {
  margin-right: 0;
}
#mainHeader .button.pay {
  float: right;
  margin-top: 20px;
  margin-right: 0;
}
#mainHeader .cols-100 .button {
  margin-bottom: 22px;
}
#mainHeader .cols-100:nth-child(2) {
  padding-bottom: 0;
}
#mainHeader .selects.topPadding {
  padding-top: 0;
  padding-bottom: 0;
}
#mainHeader .logos {
  width: 100%;
}
#mainHeader .logos img {
  max-width: 100%;
}

body.green {
  background-color: #2B915C;
}

.gyikCnt {
  padding: 100px 0 0;
}
@media only screen and (max-width: 989px) {
  .gyikCnt {
    padding-top: 45px;
  }
  .gyikCnt .cols {
    padding: 0 0 25px;
  }
}
.gyikCnt .col {
  width: 32%;
  margin: 0 2% 0 0;
  padding: 0 0 95px;
}
@media only screen and (max-width: 989px) {
  .gyikCnt .col {
    padding-bottom: 30px;
    width: 100%;
    margin: 0;
  }
}
.gyikCnt .col:last-child {
  margin-right: 0;
}

.gyikCnt .button:hover {
  background-color: #1E1E1E;
}
@media only screen and (min-width: 990px) {
  .newMap .content {
    height: calc(100vh - 205px) !important;
    min-height: 730px;
  }
}
@media only screen and (max-width: 989px) {
  .newMap .content {
    height: 800px !important;
  }
}
.newMap .theForm h3 {
  padding-bottom: 40px;
}

.newMap .theForm .filterInput h3 {
  padding-bottom: 20px;
  padding-right: 0;
  padding-left: 0;
}

.newMap .theForm {
  height: 100%;
}

.newMap .selects {
  padding-bottom: 20px;
}

.scrollContent {
  height: 100%;
}

.newMap .selects {
  padding: 0;
}

.filterInput {
  padding: 40px 0 60px;
}

.newMap .theForm .withFilter {
  padding-bottom: 20px;
}

@media only screen and (max-width: 989px) {
  .filterInput {
    padding-bottom: 100px;
  }
  .filterInput h3 {
    display: none;
  }
}
.hiddenContent .table {
  width: 100%;
}
.hiddenContent input {
  background: none;
}
.hiddenContent .button input {
  display: none;
}
.hiddenContent .min {
  display: none;
  margin: 10px 0 0;
  color: #fff;
  padding: 0 0 0 35px;
  font: 13px/22px "Adieu";
  background: url("../images/alert.svg") no-repeat left top;
}
.hiddenContent .min.block {
  display: block;
}

#mainHeader .hiddenContent label {
  position: relative;
  opacity: 1;
  visibility: visible;
  top: auto;
  left: auto;
}
#mainHeader .hiddenContent .min {
  font-size: 15px;
  line-height: 20px;
}

/*
	 új dolgok 20200622
*/
body.green {
  background-color: #2B915C;
}

.gyikCnt {
  padding: 100px 0 0;
}
@media only screen and (max-width: 989px) {
  .gyikCnt {
    padding-top: 45px;
  }
  .gyikCnt .cols {
    padding: 0 0 25px;
  }
}
.gyikCnt .col {
  width: 32%;
  margin: 0 2% 0 0;
  padding: 0 0 95px;
}
@media only screen and (max-width: 989px) {
  .gyikCnt .col {
    padding-bottom: 30px;
    width: 100%;
    margin: 0;
  }
}
.gyikCnt .col:last-child {
  margin-right: 0;
}
.gyikCnt h3 {
  border-top: solid 1px #000;
  font: 400 16px/19px "Adieu";
  padding: 0 0 25px;
  padding-top: 2px;
}
.gyikCnt p {
  font: 400 15px/20px "IBM Plex Mono";
  padding: 0 0 20px;
}
.gyikCnt p .dot {
  display: inline-block;
}
.gyikCnt p .dot:after {
  display: block;
  text-align: center;
  content: "•";
}
.gyikCnt p + h3 {
  margin: 30px 0 0;
}
.gyikCnt p i {
  font-style: italic;
}
.gyikCnt .button {
  display: table;
  margin: 0 auto;
  color: #2B915C;
  width: 175px;
  background-color: #000;
  text-align: center;
  padding: 0 0 2px;
  font: 400 16px/34px "Adieu";
  transition: all ease-in-out 150ms;
  -webkit-transition: all ease-in-out 150ms;
  -moz-transition: all ease-in-out 150ms;
  -o-transition: all ease-in-out 150ms;
  -ms-transition: all ease-in-out 150ms;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.gyikCnt .button:hover {
  background-color: #1E1E1E;
}


.gyikCnt a{
    color: #000;
}


@media only screen and (max-width: 1169px) {
  #mainHeader .theFullMenu .categoryLine ul {
    margin-right: 20px;
  }

  #mainHeader .theFullMenu .cell:first-child {
    width: 35%;
  }
}
@media only screen and (min-width: 990px) {
  #mainHeader .theFullMenu label {
    opacity: 1;
    visibility: visible;
  }
  #mainHeader .theFullMenu label span.color01 {
    background-color: #ff5a00;
    border-color: #ff5a00;
  }
  #mainHeader .theFullMenu label span.color02 {
    background-color: #00af90;
    border-color: #00af90;
  }
  #mainHeader .theFullMenu label span.color03 {
    background-color: #fd84a0;
    border-color: #fd84a0;
  }
  #mainHeader .theFullMenu label span.color04 {
    background-color: #005dd5;
    border-color: #005dd5;
  }
  #mainHeader .theFullMenu label span.color05 {
    background-color: #ff44c3;
    border-color: #ff44c3;
  }
  #mainHeader .theFullMenu label span.color06 {
    background-color: #9410dc;
    border-color: #9410dc;
  }
  #mainHeader .theFullMenu label span.color07 {
    background-color: #5a7e00;
    border-color: #5a7e00;
  }
  #mainHeader .theFullMenu label span.color08 {
    background-color: #eb901e;
    border-color: #eb901e;
  }
  #mainHeader .theFullMenu label span.color09 {
    background-color: #7797dd;
    border-color: #7797dd;
  }
}
@media only screen and (max-width: 989px) {
  #mainFooter {
    display: none !important;
  }

  .galleryModal .bigGallery .slick-arrow {
    display: none !important;
  }

  .openPage .theContents .cols-3.smallBlocks {
    border-bottom: solid 1px #707070;
  }

  .pagination {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  #mainHeader .pictograms a, #mainHeader .pictograms div,
#mainHeader .pictograms.mobile a img {
    opacity: 1 !important;
  }

  #mainHeader.fullMenu .rightMenu .pictograms .dots, #mainHeader.fullMenu .rightMenu .pictograms .search {
    display: none;
  }

  #mainHeader .rightMenu .pictograms a, #mainHeader .rightMenu .pictograms div {
    margin-left: 25px;
  }

  #mainHeader .theFullMenu .pictograms .filter {
    display: inline-block !important;
  }

  #mainHeader .links {
    display: none;
  }
  #mainHeader .pictograms .filter,
#mainHeader .pictograms .folder,
#mainHeader .pictograms .videos,
#mainHeader .pictograms .podcast,
#mainHeader .pictograms .account {
    display: none;
  }
  #mainHeader .pictograms .dots {
    display: inline-block;
  }
  #mainHeader .pictograms .dots img {
    margin-top: -1px;
    width: 6px;
  }
  #mainHeader .pictograms .search img {
    width: 26px;
  }
  #mainHeader .pictograms .menu img {
    width: 30px;
  }
  #mainHeader .pictograms a {
    margin-left: 25px;
  }
  #mainHeader .pictograms .menuClose {
    text-align: center;
    width: 30px;
  }
  #mainHeader .pictograms .menuClose img {
    margin: 0 auto;
    width: 22px;
  }

  #mainHeader .rightMenu {
    padding-top: 8px;
  }

  #mainHeader.fixed .rightMenu {
    padding-top: 10px;
  }

  #mainHeader.fullMenu .rightMenu {
    padding-top: 8px;
  }

  .mainTitle {
    font-size: 43px;
    line-height: 50px;
    padding-bottom: 25px;
  }

  main {
    padding-top: 20px;
  }
  }

