.mainWrap{
  background-color: #F5F5F5;
}
.content {
  background-color: #F5F5F5;
}
.rightCol {
  background-color: #F5F5F5;
}

.curPageBlock {
  display: none;
}

.centerCol a:link, .centerCol a:visited {
  color: #000000;
  text-decoration: none;
}
.centerCol a:active, .centerCol a:hover {
  background-color: #EAEBF0;
  text-decoration: none;
}


/* Центральная колонка
================================== */
.centerCol {
  background-color: #F5F5F5;
  width:743px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.centerCol .centerTitleBox {
  width: 100%;
  margin: 0px 0px 10px 0px;
  padding: 5px 0px 0px 10px;
  background: #FFFFFF url(/image/design/title_bg/5.jpg) no-repeat right top;
}

.centerCol .margintop20px {
  margin-top: 20px;
}

/* Таблица Знаков Зодиака
================================== */
.startZodList {
  box-sizing: border-box;
  width: 484px;
  height: 192px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-content: space-between;
  margin-bottom: 10px;
  margin-top: 10px;
}
.centerCol .startZodBox p {
  font-size: 0.85rem;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

.startZodBox {
  background-color: #FFFFFF;
  padding: 5px 3px;
  width: 75px;
  height: 92px;
  text-align: center;
  box-sizing: border-box;
  margin: 0px;
  border: 1px solid #E3E3E3;
}


/* Главные горо
================================== */
.topHoroList {
  width: 236px;
  flex-grow: 1;
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-left: 12px;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

.topHoroList a {
  display: block;
  height: 42px;
  background-color: #FFFFFF;
  font-size: 1rem;
  text-align: center;
  padding: 9px 10px;
  box-sizing: border-box;
  border: 1px solid #E3E3E3;
  border-radius: 6px;
}



/* Инфоблоки
================================== */

.centerCol .iBlock {
  width: 236px;
  margin: 10px 0px 10px 0px;
  padding: 10px 10px 15px 10px;
  border: 1px solid #E3E3E3;
  background-color: #FFFFFF;
  text-align: center;
  box-sizing: border-box;
}

.centerCol .iBlock_title {
  padding: 20px 0px 10px 0px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.2rem;
  text-align: center;
}

.centerCol .iBlock_autor {
  margin: 0px 0px 0px 60px;
  padding: 0px 0px 0px 0px;
  text-align: left;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: bold;
  color: #D2B48C;
}

.centerCol .iBlock_date {
  margin: 0px 0px 5px 60px;
  text-align: left;
  color: #A9A9A9;
  font-size: 0.85rem;
}

.centerCol .iBlock_text {
  margin: 0px 0px;
  padding: 0;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: normal;
  color: #696969;
}

.centerCol .iBlock img {
  padding: 0px 0px 0px 0px;
  float: left;
}

.centerCol .iBlock_bottomtext {
  width: 100%;
  margin: 10px 0px 10px 0px;
  padding: 10px 10px 10px 10px;
  border: 1px solid #E3E3E3;
  background-color: #FFFFFF;
  text-align: center;
}

.centerCol .hBlock {
  width: 360px;
  height: 122px;
  margin: 10px 0px;
  padding: 10px;
  border: 1px solid #E3E3E3;
  /*background: #FFFFFF url(/image/design/bg/online.gif) no-repeat right bottom;*/
  box-sizing: border-box;
  text-align: left;
  position: relative;
}

.centerCol .hBlock .hBlock_free {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
  line-height: 1rem;
  font-size: 1rem;
  color: #FFFFFF;
  background-color: #98E698;
  display: block;
  box-sizing: border-box;
  padding: 7px 10px;
}

.centerCol .hBlock p {
  padding: 0px 0px 22px 0px;
  line-height: 1.1rem;
  font-size: 1rem;
  text-align: left;
  color: #696969;
}

.centerCol .hBlock .hBlock_title {
  padding: 0px 0px 10px 0px;
  line-height: 1.2rem;
  font-size: 1rem;
  font-weight: bold;
  color: #000000;
}

.centerCol .hBlock .hBlock_rem {
  height: 24px;
  padding: 5px 10px 5px 0px;
  background-color: #98E698;
  text-align: right;
  line-height: 0.85rem;
  font-size: 0.85rem;
  color: #FFFFFF;
}

.centerCol .hBlock img {
  padding: 0px 10px 0px 0px;
  float: left;
}


@media screen and (max-width: 777px) {

  .mainWrap{
    max-width:504px;
  }

  .centerCol {
    width:504px;
  }

  .topHoroList {
    width: 484px;
    height: 98px;
    margin-left: 0;
    flex-direction: row;
  }

  .topHoroList a {
    width: 49%;
  }

  .centerCol .hBlock {
    width: 484px;
  }
}


@media screen and (max-width: 504px) {

  .mainWrap{
    width: auto;
  }

  .centerCol {
    width: auto;
  }

  .startZodList {
    width: auto;
    height: auto;
  }

  .startZodBox {
    width: 23%;
    margin-bottom: 3px;
  }

  .topHoroList {
    width: auto;
    margin-left: 0px;
    height: auto;
  }

  .topHoroList a {
    width: 100%;
    margin-bottom: 3px;
  }

  .centerCol .iBlock {
    width: 100%;
  }

  .centerCol .hBlock {
    width: 100%;
  }
}


@media screen and (max-width: 400px) {

  .startZodBox {
    width: 32%;
  }

  .centerCol .hBlock p {
    font-size: 0.8rem;
    line-height: 0.85rem;
  }

  .centerCol .hBlock .hBlock_title {
    font-size: 1rem;
    line-height: 1rem;
  }

}

@media screen and (max-width: 300px) {

}