@charset "UTF-8";
#priceList {
  background: #eeeeee;
  padding: 40px 10px;
  font-family: 'Segoe UI Light', 'Segoe UI', Tahoma, sans-serif;
  text-align: center;
}
@media only screen and (min-width: 1200px), only screen and (min-width: 960px) and (max-width: 1199px) {
  #priceList {
    padding: 70px 10px;
  }
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #priceList {
    padding: 40px 10px 0;
  }
}
#priceList h2 {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px), only screen and (min-width: 960px) and (max-width: 1199px) {
  #priceList h2 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #priceList h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
#priceList p {
  display: block;
  margin: auto;
  width: auto;
  min-height: 230px;
  padding: 50px 0 50px 50%;
  font-size: 18px;
  text-align: left;
  background: transparent url("../img/pr.png") 0 50% no-repeat;
  background-size: 45%;
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #priceList p {
    padding: 0;
    font-size: 16px;
    background: transparent;
    min-height: 0;
  }
}
@media only screen and (max-width: 360px) {
  #priceList p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 959px), only screen and (min-width: 960px) and (max-width: 1199px) {
  #priceList p {
    padding: 70px 0 70px 50%;
  }
}
@media only screen and (min-width: 1200px) {
  #priceList p {
    width: 1100px;
    padding: 100px 0 100px 550px;
    background-size: auto;
  }
}
@media only screen and (min-width: 1200px) {
  #priceList {
    padding: 70px 0;
  }
}
#priceList table {
  border-collapse: collapse;
  max-width: 820px;
  margin: auto;
  color: #171717;
  font-size: 16px;
  table-layout: fixed;
}
#priceList table td {
  padding: 10px;
  height: 56px;
  min-width: 90px;
  border: 1px solid #d2d2d2;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #priceList table td {
    background: #f8f8f8;
  }
}
#priceList table td:first-child {
  text-align: left;
  padding-left: 66px;
}
@media only screen and (min-width: 1200px), only screen and (min-width: 960px) and (max-width: 1199px), only screen and (min-width: 800px) and (max-width: 959px), only screen and (min-width: 640px) and (max-width: 799px), only screen and (min-width: 481px) and (max-width: 639px) {
  #priceList table td:first-child {
    position: relative;
  }
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #priceList table td:first-child {
    padding-left: 5px;
  }
}
#priceList table td:first-child img {
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: 42px;
  max-height: 42px;
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #priceList table td:first-child img {
    display: none;
  }
}
#priceList table td:last-child {
  width: 210px;
  position: relative;
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #priceList table td:last-child {
    display: block;
    width: 0;
    padding: 0;
    max-width: 0;
    min-width: 0;
    border: none;
    position: relative;
  }
}
#priceList table td i {
  font-style: normal;
  display: block;
  font-size: 12px;
}
#priceList table td a.add2cart {
  display: block;
  position: absolute;
  z-index: 1;
  left: -1px;
  right: 0;
  bottom: 0;
  top: -1px;
  width: 100%;
  height: 56px;
  line-height: 56px;
  color: inherit;
  text-decoration: none;
  transition: all linear 0.2s;
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #priceList table td a.add2cart {
    top: initial;
    bottom: initial;
    left: auto;
    right: 11px;
    width: auto;
    height: auto;
    opacity: 0;
    width: 90px;
  }
}
#priceList table tr:nth-child(8) ~ tr {
  display: none;
}
#priceList table tr:hover {
  background: #f8f8f8;
}
#priceList table tr:hover a.add2cart {
  background: #ff6700;
  color: #fff;
  transition: all linear 0.3s;
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #priceList table tr:hover td {
    _background: #ff6700;
    _color: #fff;
    transition: all linear 0.3s;
  }
}
#priceList table + a.more {
  display: inline-block;
  margin: 20px auto;
  border-bottom: 1px dotted;
  text-decoration: none;
  font-size: 18px;
  color: inherit;
  cursor: pointer;
}
#sectionMap {
  position: relative;
  margin: 50px 0 0;
  text-align: center;
}
@media only screen and (min-width: 1200px), only screen and (min-width: 960px) and (max-width: 1199px) {
  #sectionMap {
    height: 520px;
  }
}
#sectionMap h2 {
  height: 48px;
  line-height: 47px;
  margin-bottom: 50px;
}
#map {
  width: auto;
  height: 422px;
  background: #eaebea;
}
#mapInfo {
  background: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  text-align: left;
  font-size: 15px;
  color: #505050;
  font-family: 'Segoe UI Light', 'Segoe UI', Tahoma, sans-serif;
}
@media only screen and (min-width: 1200px), only screen and (min-width: 960px) and (max-width: 1199px) {
  #mapInfo {
    width: 350px;
    padding: 30px;
    position: absolute;
    z-index: 10;
    margin-left: 50px;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  #mapInfo {
    width: 420px;
    padding: 40px 30px;
    font-size: 17px;
  }
}
#mapInfo p {
  margin-bottom: 0;
  padding-left: 50px;
}
#mapInfo p + p {
  margin-top: 20px;
}
#mapInfo p:before {
  content: "";
  display: block;
  position: absolute;
  margin-left: -44px;
  width: 27px;
  height: 38px;
  background: transparent url("../img/icons/map-info-icons.png") 0 0 no-repeat;
}
#mapInfo p:first-child + p:before {
  width: 24px;
  height: 44px;
  margin-left: -42px;
  background-position: 0 -38px;
}
#mapInfo p:first-child + p + p:before {
  width: 39px;
  height: 39px;
  margin-left: -50px;
  background-position: 0 -82px;
}
@media only screen and (min-width: 640px) and (max-width: 799px) {
  #mapInfo p {
    display: inline-block;
    vertical-align: top;
  }
}
#sectionQA {
  margin: 50px auto;
}
#sectionQA h2 {
  text-align: center;
}
#sectionQA h2 i {
  display: block;
  font-style: normal;
  font-size: 18px;
  color: #575656;
}
#qaAdd {
  margin-top: 50px;
  padding: 60px 0;
  background: #f4f3f3;
  text-align: center;
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #qaAdd {
    padding: 15px 10px;
  }
}
#qaAdd p {
  display: block;
  padding: 0 210px 0 10px;
  max-width: 1000px;
  margin: auto;
  text-align: left;
  position: relative;
  font-size: 24px;
  color: #2f2f2f;
  font-family: 'Segoe UI Light', 'Segoe UI', Tahoma, sans-serif;
}
@media only screen and (min-width: 1200px) {
  #qaAdd p {
    padding: 0;
  }
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #qaAdd p {
    padding: 0;
    font-size: 16px;
    text-align: center;
  }
}
#qaAdd p a.addqa {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  #qaAdd p a.addqa {
    right: 0;
  }
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #qaAdd p a.addqa {
    position: static;
    margin-top: 15px;
  }
}
#qaList {
  display: block;
  max-width: 950px;
  margin: auto;
}
#qaList div.qa {
  margin-bottom: 25px;
}
#qaList p {
  padding-left: 55px;
}
#qaList p.q {
  color: #2f2f2f;
  font-size: 24px;
  font-family: 'Segoe UI Light', 'Segoe UI', Tahoma, sans-serif;
  margin-bottom: 5px;
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #qaList p.q {
    font-size: 20px;
  }
}
#qaList p.q:before {
  font-family: 'Segoe UI', Tahoma, sans-serif;
  content: "+";
  display: block;
  width: 34px;
  height: 34px;
  line-height: 28px;
  text-align: center;
  font-size: 29px;
  cursor: pointer;
  color: #fff;
  border-radius: 34px;
  background-color: #7c7c7c;
  transition: background-color linear 0.3s;
  position: absolute;
  margin-left: -50px;
}
#qaList p.q.active:before {
  content: "-";
  font-size: 34px;
  background-color: #ff6700;
  transition: background-color linear 0.3s;
}
#qaList p.a {
  font-size: 14px;
  color: #8a8a8a;
  display: none;
}
#qaList p.q.active + p.a {
  display: block;
}
#formQA {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 335px;
  background: #fff;
  z-index: 1010;
  max-width: 0;
  box-shadow: 0 0 0 0 #000;
  overflow: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  transition: all ease 0.4s;
  background: #e7e7e7;
  line-height: 100vh;
}
#formQA.active {
  max-width: 335px;
  transition: all ease 0.4s;
  box-shadow: -2px 0 3px 3px rgba(0, 0, 0, 0.4);
}
#formQA div {
  width: 335px;
  padding: 35px 0 35px 35px;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
#formQA div p {
  margin-bottom: 15px;
}
#formQA div input {
  padding: 0 5px;
  display: block;
  height: 30px;
  line-height: 30px;
  width: 90%;
  margin-top: 5px;
  border: 1px solid #ccc;
}
#formQA div textarea {
  display: block;
  padding: 0 5px;
  height: 60px;
  line-height: 20px;
  width: 90%;
  margin-top: 5px;
  border: 1px solid #ccc;
}
#formQA div span.error {
  color: #ff0000;
}
#formQA h3 {
  font-size: 24px;
}
#formQA i.close {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  background: transparent url('/assets/svg/x.svg') 50% no-repeat;
  cursor: pointer;
  background-size: 15px;
}
#catAdvantages {
  width: auto;
  padding: 50px 0;
  background: #c4b390 url("../img/adwantages.png") 50% repeat;
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #catAdvantages {
    padding: 20px 10px;
    background-position: 0 0;
  }
}
#catAdvantages ul {
  padding: 0;
  margin: auto;
  width: auto;
  font-size: 0;
}
@media only screen and (min-width: 1200px) {
  #catAdvantages ul {
    width: 1200px;
  }
}
#catAdvantages ul li {
  position: relative;
  font-family: 'Segoe UI Light', 'Segoe UI', Tahoma, sans-serif;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-left: 90px;
  font-size: 30px;
  color: #ffffff;
  font-weight: lighter;
  height: 60px;
  line-height: 60px;
}
@media only screen and (min-width: 1200px) {
  #catAdvantages ul li {
    padding-left: 150px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  #catAdvantages ul li {
    padding-left: 60px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #catAdvantages ul li {
    height: auto;
    width: auto;
    line-height: 1.2;
    display: block;
    padding: 15px 15px 15px 45px;
    font-size: 20px;
    margin-left: 10px;
  }
}
#catAdvantages ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 45px;
  top: 10px;
  bottom: 0;
  left: 30px;
  margin: auto;
  background: transparent url("../img/icons/adwantages.png") 0 0 no-repeat;
}
@media only screen and (min-width: 1200px) {
  #catAdvantages ul li:before {
    left: 90px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  #catAdvantages ul li:before {
    left: 10px;
  }
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #catAdvantages ul li:before {
    left: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
#catAdvantages ul li:first-child:before {
  background-position: 0 0;
  width: 35px;
  height: 39px;
}
#catAdvantages ul li:first-child + li:before {
  background-position: -47px 0;
  width: 32px;
  height: 42px;
}
#catAdvantages ul li:first-child + li + li:before {
  background-position: 0 -64px;
  width: 34px;
  height: 34px;
}
#catAdvantages ul li:first-child + li + li + li:before {
  background-position: -44px -70px;
  width: 35px;
  height: 31px;
}
#catAdvantages ul li:first-child + li + li + li + li:before {
  background-position: 0 -130px;
  width: 34px;
  height: 32px;
}
#catAdvantages ul li:first-child + li + li + li + li + li:before {
  background-position: -45px -125px;
  width: 36px;
  height: 36px;
}
#catDiscount {
  width: auto;
  margin: 50px auto 0;
  padding: 35px 10px;
  background: #eee;
  font-size: 0;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  #catDiscount {
    padding: 35px 0;
  }
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #catDiscount {
    margin: 0 auto 0;
  }
}
#catDiscount h3 {
  font-family: 'Segoe UI Light', 'Segoe UI', Tahoma, sans-serif;
  font-size: 36px;
  font-weight: normal;
  text-align: left;
  display: inline-block;
  max-width: 580px;
  vertical-align: middle;
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  #catDiscount h3 {
    text-align: center;
    font-size: 32px;
  }
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #catDiscount h3 {
    text-align: center;
    font-size: 24px;
  }
}
#catDiscount h3 b {
  color: #d50004;
  font-weight: inherit;
}
#catDiscount form {
  display: inline-block;
  vertical-align: middle;
  height: 47px;
  line-height: 47px;
}
@media only screen and (min-width: 1200px), only screen and (min-width: 960px) and (max-width: 1199px), only screen and (min-width: 800px) and (max-width: 959px) {
  #catDiscount form {
    width: 580px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  #catDiscount form {
    display: block;
    text-align: center;
  }
  #catDiscount form input {
    width: 70%;
    vertical-align: top;
  }
  #catDiscount form button {
    width: 30%;
    vertical-align: top;
  }
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #catDiscount form {
    display: block;
    text-align: center;
  }
  #catDiscount form input {
    width: 60%;
    vertical-align: top;
    border-color: #ff6700;
  }
  #catDiscount form button {
    width: 40%;
    vertical-align: top;
    font-size: 0;
  }
  #catDiscount form button:before {
    content: "Получить";
    font-size: 13px;
  }
}
#catDiscount form button {
  white-space: nowrap;
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #catDiscount form button {
    border-left: none;
  }
}
#catDiscount form p.result {
  display: block;
  font-size: 26px;
  font-family: 'Segoe UI Light', 'Segoe UI', Tahoma, sans-serif;
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #catDiscount form p.result {
    font-size: 16px;
  }
}
#catDiscount form p.result:empty {
  display: none;
}
#catDiscount #social {
  display: block;
  text-align: center;
  font-size: 0;
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #catDiscount #social {
    margin-top: 15px;
  }
}
#catDiscount #social a {
  display: inline-block;
  vertical-align: top;
  width: 27px;
  height: 27px;
  background: transparent url("../img/social.orange.png") -100px -100px no-repeat;
  margin-left: 5px;
}
#catDiscount #social a.fb {
  background-position: 0 0;
}
#catDiscount #social a.tw {
  background-position: -31px 0;
}
#catDiscount #social a.vk {
  background-position: -62px 0;
}
#catDiscount #social a.in {
  background-position: -94px 0;
}
#catDiscount #social a:hover {
  background-position-y: -27px;
}
#pageCard {
  width: auto;
}
#pageCard #categoryItems {
  margin-top: 50px;
}
#catInfo {
  background: #f5f5f5;
  width: auto;
  margin: auto;
  padding: 35px 10px;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  #catInfo {
    padding: 35px 0;
  }
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #catInfo {
    padding: 15px 10px;
  }
  #catInfo h1 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  #catInfo > * {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
#catInfo #sPath {
  padding-left: 0;
}
#catProblems {
  padding-left: 325px;
  position: relative;
  margin-top: 25px;
  height: 300px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  #catProblems {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 481px) and (max-width: 639px), only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #catProblems {
    padding-left: 10px;
    padding-top: 105px;
  }
}
#catProblems h3 {
  color: #0d0d0d;
  font-size: 24px;
  font-weight: lighter;
  font-family: 'Segoe UI Light', 'Segoe UI', Tahoma, sans-serif;
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  #catProblems h3 {
    position: absolute;
    top: 0;
    padding-left: 85px;
  }
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #catProblems h3 {
    font-size: 18px;
    position: absolute;
    top: 0;
    padding-left: 75px;
  }
}
#catProblems h3:after {
  display: block;
  content: "";
  height: 1px;
  width: 125px;
  background-color: #191819;
  margin: 10px 0;
}
#catProblems .img {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 300px;
  height: 300px;
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
  #catProblems .img {
    left: 10px;
    width: 85px;
    height: 85px;
  }
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #catProblems .img {
    left: 0px;
    width: 85px;
    height: 85px;
  }
}
#catProblems .img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
}
#catProblems dl.item {
  color: #101010;
  font-family: 'Segoe UI Light', 'Segoe UI', Tahoma, sans-serif;
  display: block;
  position: absolute;
  z-index: 10;
}
#catProblems dl.item + .item {
  display: none;
}
#catProblems dl.item dt {
  font-size: 24px;
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #catProblems dl.item dt {
    font-size: 18px;
    margin-bottom: 5px;
    padding-right: 50px;
  }
}
#catProblems dl.item dd {
  font-size: 18px;
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #catProblems dl.item dd {
    font-size: 14px;
  }
}
#catProblems .pager {
  display: block;
  width: 100%;
  height: 51px;
  position: absolute;
  z-index: 200;
  bottom: 0;
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #catProblems .pager {
    bottom: initial;
    top: 90px;
    right: 0px;
    width: 50px;
    height: 50px;
    overflow: hiden;
  }
}
#catProblems .pager .page {
  float: left;
  border: 1px solid #e6e6e6;
  background: #fff;
  cursor: pointer;
  margin-bottom: 7px;
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("/assets/img/problems.png");
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #catProblems .pager .page {
    display: none;
  }
}
#catProblems .pager .page + .page {
  margin-left: 6px;
}
#catProblems .pager .page.current {
  background-color: #f0f0f0;
}
@media only screen and (min-width: 361px) and (max-width: 480px), only screen and (max-width: 360px) {
  #catProblems .pager .page.current {
    display: block;
    background-color: transparent;
    margin-left: 0;
    border: none;
  }
}
#catProblems .page#problem1 {
  background-position: 0 0;
}
#catProblems .page#problem10 {
  background-position: -52px 0;
}
#catProblems .page#problem23 {
  background-position: -104px 0;
}
#catProblems .page#problem93 {
  background-position: -160px 0;
}
#catProblems .page#problem25 {
  background-position: -211px 0;
}
#catProblems .page#problem11 {
  background-position: -264px 0;
}
#catProblems .page#problem44 {
  background-position: -316px 0;
}
#catProblems .page#problem155 {
  background-position: -370px 0;
}
#catProblems .page#problem1:hover,
#catProblems .page#problem1.current {
  background-position: 0 -50px;
}
#catProblems .page#problem10:hover,
#catProblems .page#problem10.current {
  background-position: -52px -50px;
}
#catProblems .page#problem23:hover,
#catProblems .page#problem23.current {
  background-position: -104px -50px;
}
#catProblems .page#problem93:hover,
#catProblems .page#problem93.current {
  background-position: -160px -50px;
}
#catProblems .page#problem25:hover,
#catProblems .page#problem25.current {
  background-position: -211px -50px;
}
#catProblems .page#problem11:hover,
#catProblems .page#problem11.current {
  background-position: -264px -50px;
}
#catProblems .page#problem44:hover,
#catProblems .page#problem44.current {
  background-position: -316px -50px;
}
#catProblems .page#problem155:hover,
#catProblems .page#problem155.current {
  background-position: -370px -50px;
}
iframe {
  display: block !important;
  margin: auto !important;
  max-width: 100% !important;
}
#categoryItems h2 {
  text-align: center;
}
#categoryItems #catItems {
  font-size: 0;
  text-align: center;
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  #categoryItems #catItems {
    width: 1020px;
  }
}
#categoryItems #catItems a {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  height: 200px;
  width: 170px;
  text-decoration: none;
  padding-top: 170px;
  position: relative;
  color: #0d0d0d;
  transition: color linear 0.3s;
}
#categoryItems #catItems a:hover {
  color: #ff6700;
  transition: color linear 0.3s;
}
@media screen and (min-width: 480px) and (max-width: 699px) {
  #categoryItems #catItems a {
    width: 25%;
  }
  #categoryItems #catItems a:nth-child(4) ~ a {
    display: none;
  }
}
@media screen and (min-width: 700px) and (max-width: 1079px) {
  #categoryItems #catItems a {
    width: 20%;
  }
  #categoryItems #catItems a:nth-child(5) ~ a {
    display: none;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1199px) {
  #categoryItems #catItems a {
    width: 16%;
  }
  #categoryItems #catItems a:nth-child(6) ~ a {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  #categoryItems #catItems a:nth-child(6) ~ a {
    display: none;
  }
}
@media only screen and (min-width: 361px) and (max-width: 480px) {
  #categoryItems #catItems a {
    width: 170px;
  }
  #categoryItems #catItems a:nth-child(6) ~ a {
    display: none;
  }
}
@media only screen and (max-width: 360px) {
  #categoryItems #catItems a {
    width: 150px;
  }
  #categoryItems #catItems a:nth-child(6) ~ a {
    display: none;
  }
}
#categoryItems #catItems a ~ a.more {
  display: inline-block;
  padding: 0;
  height: auto;
  width: auto;
  margin: 20px auto;
  border-bottom: 1px dotted;
  text-decoration: none;
  font-size: 18px;
  cursor: pointer;
}
#categoryItems #catItems a img {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 30;
  margin: auto;
}
#categoryItems #catItems.active a:nth-child(6) ~ a {
  display: inline-block;
}
#categoryItems #catItems.active a:nth-child(6) ~ a.more {
  display: none;
}
/*# sourceMappingURL=pageCard.css.map */