.divLeter{display:flex;justify-content:flex-start;flex-wrap:wrap;max-width:1200px;margin:0px auto;}
.divLeter .letter{flex:0 1 33px;margin:2px;box-sizing:border-box;background-color:#d5d5d5;font-size:20px;font-weight:700;text-align:center;padding:5px 0px;color:#000000;text-decoration:none;outline-style:none;transition:all 0.5s ease-out 0s;}
.divLeter span.letter{color:#aeaeae;}
.divLeter a.letter:hover{background-color:#000000;color:#FFFFFF;}
.divLeter a.letter.activ{background-color:#b70000;color:#FFFFFF;}
.searchAuthor{width:500px;margin:0px auto;text-align:center;max-width:100%;}
.searchAuthor .form{display:flex;border-bottom:1px solid #707070;}
.searchAuthor .form input{width:100%;font:16px 'Lato',sans-serif;height:30px;border:none;padding-bottom:10px;outline:none;}
.searchAuthor .form input:focus-visible{}
.orSearch{text-align:center;font-size:18px;font-weight:500;margin:15px 0px;}
.searchAuthor .form button{background:url('../images/shop-search.png') no-repeat;width:27px;height:26px;flex:0 0 27px;padding:0;cursor:pointer;outline:none;overflow:hidden;border:none;text-indent:-99px;}
.boxAuthors{}
.boxAuthors .author{padding:20px 0px;margin:20px 0px;border-bottom:1px solid #d5d5d5;}
.boxAuthors .author a{display:flex;color:#000000;text-decoration:none;}
.boxAuthors .author a .img{}
.boxAuthors .author a .textAuthor{position:relative;padding: 0px 0px 0px 30px;flex: 1;}
.boxAuthors .author a .textAuthor .titleAuthor{font:22px 'Oswald',sans-serif;margin:0px 0px 20px 0px;}
.boxAuthors .author a .textAuthor .zajawka{line-height:1.4em;padding-bottom:65px;}
.boxAuthors .author a .textAuthor .zajawka .more{}
/*
.boxAuthors .author:nth-child(2n+1) a .img{order:1;}
.boxAuthors .author:nth-child(2n+1) a .textAuthor{order:2;padding:0px 0px 0px 20px;}
.boxAuthors .author:nth-child(2n) a .textAuthor{order:1;padding:0px 20px 0px 0px;}
.boxAuthors .author:nth-child(2n) a .img{order:2;}
 */
.boxAuthors .author a .textAuthor span.more{transition:background-color .3s,color .3s;font:500 16px/44px 'Oswald',sans-serif;position:absolute;right:0px;left:auto;bottom:0px;background-color:#000;color:#fff;text-transform:uppercase;height:44px;padding:0 45px;border-radius:4px;border:2px solid #000;}
/*.boxAuthors .author:nth-child(2n+1) a .textAuthor span.more{right:20px;left:auto;}*/
.boxAuthors .author a .textAuthor span.more:hover{background-color:#fff;color:#000;}


.emptyRes{
text-align: center;
padding: 20px 0;
font-size: 1.6em;
color: #c5c5c5;
font-weight: bold;
}

@media screen and (max-width:1180px){.divLeter .letter{flex:0 1 33px;}
}
@media screen and (max-width:850px){
.boxAuthors .author a{flex-direction:column}
.boxAuthors .author a .img{order:2;}
.boxAuthors .author a .textAuthor{order:1;}
/*.boxAuthors .author:nth-child(2n+1) a .img{order:2;}
.boxAuthors .author:nth-child(2n+1) a .textAuthor{order:1;}*/
.boxAuthors .author a .textAuthor span.more{left:auto;right:0px;bottom:10px}
}
