 @charset "UTF-8";
/* CSS Document */
html {
scroll-behavior: smooth;
}
body {
    background-color: #d5e6e2!important;
    color: #000;
    padding: 10px;
    margin: 0;
}
.entry-title {
	display: none!important;
}
    .header-ads-out {
    display: none;
    }

 .newhead-l {
    width: 100%;
    color: red;
    text-align: center;
    background-color: transparent;

    padding: 0px;
    margin: 0px!important;
    border-width: 0px;
}
.newhead-r {
    width: 100%;
    color: blue;
    text-align: center;
    background-color: transparent;

     padding: 0px;
    margin-left: 0px!important;
     border-width: 0px;
  
  position: relative;
}
.newhead-r p{
      margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  line-height: 125%;
}

@media (max-width: 1000px) {
    .newhead-l {
        width: 100%!important;
        display: block!important;
    }
}
@media (max-width: 1000px) {
    .newhead-r {
        width: 100%!important;
        display: block!important;
        height: 100px!important;
    }
}
@media (max-width: 800px) {
    .newhead-r p{
        font-size: 16px;
    }
}

.catalog-nav {
    display: inline-block;
    color: #8db02c;
    background-color: #fff8ed;
    padding: 12px;
    border-radius: 3px;
    font-family: 'henriette', sans-serif;
    font-weight: 400;
    font-size: 16px;
 margin: 3px;
    width: 19.2%;
    text-align: center;
}
.catalog-nav:hover {
    color: #fff8ed;
    background-color: #f69886;
    transition: 0.2s;
}
@media (max-width: 900px) {
    .catalog-nav {
        display: block!important;
        margin: 0px 0px 6px 0px;
        width: 97%!important;
    }
}

h1 {
    text-align: center;
    color: #5c5c5c!important;
    font-family: 'adorn-bouquet', sans-serif!important;
    font-size: 48px!important;
    text-shadow: none!important;
}

@media (max-width: 800px) {
    h1{
        font-size: 24px!important;
    }
}

P {
    text-align: center;
    font-weight: 400;
    color: #5c5c5c;
    font-family: 'henriette', sans-serif;
    font-size: 14px;
    line-height: 140%;
}

.title {
    text-align: center;
    font-weight: 700;
    color: #8db02c;
   font-family: 'henriette', sans-serif;
    font-size: 16px;
    line-height: 135%;
}
a {
color: #ff3333;  
}
a:hover {
  color: #00C4CA;
  text-decoration: none!important;
}
h2 {

    font-family: 'Barlow Condensed', sans-serif;
    font-size: 28px;
	font-weight: 700;
    margin: 12px;
  text-align: center;
  text-transform: uppercase;
}
h3 {
    font-size: 15px;
    font-weight: 500;
  font-family: 'Barlow Condensed', sans-serif;
}
.container {
    background: transparent;
    opacity: 1!important;
  
}

.catalog-header {
    padding: 10px 0;
    text-align: center;
}
.catalog-header .logo {
    width: 30%;
    float: left;
}
.catalog-header .header-center {
    width: 40%;
    float: left;
    padding: 0 10px;
}
.catalog-header .header-center h1 {
    padding: 13% 0;
    margin: 0;
   
}
.catalog-header .header-right {
    width: 30%;
    float: left;
}
.catalog-header img {
    max-width: 100%;
    width: auto;
}
.catalog-category:nth-child(even) {
    background: #ffffff;
}
.catalog-category-head {
    display: inline-block;
    width: 100%;
  background-color: #ffffff;
  margin-bottom: 7px;
  margin-top: 7px;
  border:dotted;
  border-width: 0px 0px 4px;
  text-align: left;
}

@media (max-width: 768px){
  .catalog-subtitle {
    display: none;
  }
  
}
.catalog-category-block-wrap {
    /*display: inline-block;
    width: 100%;*/
    display: flex;
    flex-wrap: wrap;
}
.catalog-category-block {
    border: solid;
    border-width: 1px!important;
    border-color: #a3cecf!important;
    display: inline-block;
    float: left;
    width: 23.5%;
    margin: 0 0 2% 2%;
    padding: 10px 10px 50px;
    text-align: center;
  background-color: #fff8ed; /* For browsers that do not support gradients */
  background-image: radial-gradient(#ffffff, #fff8ed, #fff8ed);
    position: relative;

  
}
.catalog-category-block a {
    display: inline-block;
    background-color: #fff8ed;
    color: #f69886;
	font-family: 'henriette',serif!important;
    border: 2px solid #f69886;
    border-radius: 16px;
    padding: 5px 10px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    width: 120px;
    text-decoration: none!important;
	font-size: 15px!important;
    
    font-weight: 600;
    font-family: 'Barlow Condensed',sans-serif;

}
.catalog-category-block a:hover {
   
 color: #02899e;
     border-color: #02899e;
transition: 0.2s;
}

.book-img img {
  max-height: 175px;
  border: solid 1px #e8e4d8;
  box-shadow: none!important;
}
.book-img {
    margin-bottom: 10px;
    height: 180px;
  
}
.catalog-category-block img {
    max-width: 100%;
}
.catalog-category-block:nth-child(6n+1) {
    margin-left: 0;
}

@media (max-width: 800px) {
    .catalog-category-block p{
 font-size: 20px;
    }
}
.scroll-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 1;
}
.scroll-top img {
  width:28px;
}

@media (max-width: 800px) {
    .catalog-category-block {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 20px;
    }
    .catalog-category-block:last-child {
        border-bottom: 0;
    }
        .catalog-category-block1 {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 20px;
    }
    .catalog-category-block1:last-child {
        border-bottom: 0;
    }
    
    .book-img {
        height: 175px;
    }
}

@media (max-width: 800px) {
    .mobile-hide{
        display: none!important;
    }
}
.big-block {
    width: 65%!important;
    margin: auto!important;
}
@media (max-width: 800px) {
    .big-block{
        width: 100%!important;
    }
}