@charset "UTF-8";

html, body {
  height: 100%;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Times New Roman", serif;
  font-size: 18px;
}

.ads, .ads-desktop .ads-responsive {
  width: 100%;
  /*padding-bottom: 50px;*/
}

.ads-mobile {
  width: 100%;
  padding: 0;
}

header {
  padding: 0 0 20px;
  background-size: contain;
  color: #fff;
  font-size: 24px;
}

.logo {
  font-size: 16px;
  display: inline-block;
}

.logo a {
  color: #fff;
  text-decoration: none;
}

.logo span {
  display: block;
  font-size: 40px;
  line-height: 46px;
}

.search {
  margin-top: 20px;
}

.search button i {
  font-size: 13px;
}

nav {border-bottom: 1px solid #314089; border-top:  1px solid #314089;}

nav ol {
  list-style-type: none;
  margin:10px 50px;
  padding:0;
  text-align: center;
}

nav ol li {
  display: inline-block;
  padding: 0 3px;
}

nav ol li a {
  padding: 0 7px;
}
.comments > span {
  font-size: 22px;
}

footer {
  font-size: 14px;
  background-color: #333;
  color: #fff;
  padding: 20px 0;
  margin-top: 20px;
}

footer a, footer a:hover, footer a:focus {
  color: #fff;
}

.social {
  margin: 35px 0 50px;	
  text-align: center;
}

.top {
  margin-bottom: 20px;
  /*margin-left: 50px;*/
}

.top span {
  font-size: 21px;
}

.top ul {
  list-style-type: none;
  margin: 10px 0px 0px 0px;
  padding: 0;
}

.top ul li {
  display: inline-block;
  padding: 0 10px 0 0;
}

.comments {
  padding-bottom: 20px;
}

.comments > span {
  display: block;
}

.comments textarea {
  margin: 10px 0;
}

.a-list > ul {
  columns: 5;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.a-list > ul > li {
  margin: 0;
  padding: 0;
}

.main > .container:not(.base) {
  display: flex;
  flex-flow: row wrap;
}

.main > .container > div.block-h {
  margin-top: 20px;
  order: 1;
  flex: 1 100%;
}

.main > .container > article {
  order: 2;
  flex: 1 1 65%;
}

.main > .container > section.a-list {
  order: 3;
  flex: 1 1 70%;
}

.main > .container > aside.block-v {
  order: 3;
  flex: 0 0 300px;
}

.main > .container > section.comments {
  order: 4;
  flex: 1 1 70%;
  padding-right: 20px;
}

.main > .container > aside.rel-links {
  order: 5;
  flex: 0 0 302px;
}

.container.header {
  display: flex;
  flex-flow: row wrap;
}

.rtb {
  display: block;
  position: relative;
  max-width: 1200px;
  margin: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}

body {
  display: flex;
  flex-flow: column nowrap;
}

body > header {
  order: 1;
  flex: 0 0 auto;
}

body > nav {
  order: 2;
  flex: 0 0 auto;
  text-align: -webkit-center;
}

body > div.main {
  order: 3;
  flex: 1 1 auto;
}

body > footer {
  order: 4;
  flex: 0 0 auto;
}

article h1 span {
  color: grey;
  margin-top: 0px;
}

article p {
  font-size: 18px;
}

article li {
  font-size: 18px;
}

.flex__td{
  display:flex;
  flex-wrap:wrap;
  max-width: 900px;
  font-size: 24px;
}
.flex__td_title{
  flex: 0 1 100%;
}
.flex__td_description{
  flex: 0 1 50%;
  padding: 15px 5px 15px 0;
}
.flex__td_example{
  flex: 0 1 100%;
  padding: 0 0 10px 0;
}
.td_p{
  margin: 0;
}

article.content > p {
  text-indent: -20px;
  padding-left: 20px;
}

.article-section span {
  background-color: #eee;
  padding: 0 10px 8px 10px;
  margin-left: -10px;
}

#typo .error {
  color: #d00000;
  font-weight: bold;
}

#typo label[for="comment"] {
  font-weight: 700;
}

.pad100 {
  padding-top: 100px;
}

.search-item {
  margin-bottom: 11px;
  padding-top: 7px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.inline {
  display: inline-block;
}

.right {
  text-align: right;
}

.cite-author {
  float: right;
  font-style: italic;
}

.benetodanilaineedhelp {
  font-size: 14px;
}

.benetodanilaineedhelp::after {
  content: "Опечатки и прочие неточности выделяйте курсором, жмите Ctrl+Enter и отправляйте нам!"
}

.cut {
  max-height: 180px;
  overflow: hidden;
  position: relative;
  margin-bottom: 6px;
}

.uncut {
  position: absolute;
  top: 60px;
  text-align: center;
  width: 100%;
  background: linear-gradient(rgba(255,255,255,0.001), white 36px);
  height: 120px;
  padding-top: 43px;
}

.uncut button {
  font-size: 16px;
}

.hidden {
  display: none;
}

form.feedback {
  max-width: 510px;
}

footer .container *[class^="col"] {
  padding: 0;
}

.ca-links {
  font-size: 14px;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 2rem;
}

.breadcrumbs {
  font-size: 16px;
  width: 100%;
  margin: 20px 0 20px 0;
  padding: 0;
}

.breadcrumbs li {
  display: inline-block;
  margin-right: 6px;
}

.breadcrumbs li:not(:last-child)::after {
  content: '›';
}

.breadcrumbs li a {
  margin-right: 6px;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 14px;
    border-left: 5px solid #eee;}

cite {
    font-size: 13px;
}

.red {
    color: #f00;
}

ul.catalog {
    font-size: 16px;
    padding: 0;
}

ul.catalog li {
    display: block;
}

ul.catalog li:first-child {
    font-size: 20px;
    margin-bottom: 10px;
}

.tooltip-inner {
  text-indent: 0 !important;
}

abbr[title] {
  text-decoration: none;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

footer .container .row2col2 a:first-child {
  padding-right: 8px;
  margin-right: 5px;
  border-right: 1px solid #aaa;
}
@font-face {
  font-family: 'IzhitsaWeb';
  src: url('https://s.lexicography.online/fonts/IZH____W.eot');
  src: local('Izhitsa Web'), local('IzhitsaWeb'),
    url('https://s.lexicography.online/fonts/IZH____W.eot?#iefix') format('embedded-opentype'),
    url('https://s.lexicography.online/fonts/IZH____W.woff') format('woff'),
    url('https://s.lexicography.online/fonts/IZH____W.ttf') format('truetype'),
    url('https://s.lexicography.online/fonts/IZH____W.svg#IzhitsaWeb') format('svg');
  font-weight: normal;
  font-style: normal;
}

.izh {
  font-family: IzhitsaWeb;
}

@media (min-width: 320px) {
  .a-list > ul {
    columns: 1;
  }
  .header > .logo {
    /* display: flex; */
    text-align: left;
    font-size: 12px;
  }
  .logo span {
    font-size: 22px;
  }
  .header > .search {
    flex: 1 100%;
  }
  .main > .container > article {
    /*padding-right: 0;*/
    width: 100%;
  }
  .main > .container > aside.rel-links {
    order: 3;
    flex: 1 1 50%;
  }
  .main > .container > aside.block-v {
    order: 4;
    flex: 1 1 100%;
  }
  .main > .container > section.comments {
    order: 5;
  }
  .article-section span {
    padding-left: 15px;
    margin-left: -15px;
  }
  .benetodanilaineedhelp {
    display: none;
  } 
  footer .container col2 {
    text-align: left;
  }
  .share-buttons {
    text-align: center;
  }
}

@media (min-width: 480px) {
  .a-list > ul {
    columns: 2;
  }
  .ads {
    /*min-width: 460px;*/
  }  
  .ads-responsive {
    /*padding-bottom: 35px;*/
  } 
}

@media (min-width: 550px) {
  .main > .container > aside.block-v {
    flex: 0 0 250px;
  }
  
  .logo span {
    font-size: 40px;
  }
}

@media (min-width: 576px) {
  .article-section span {
    padding-left: 10px;
    margin-left: -10px;
  }
}

@media (min-width: 640px) {
  .a-list > ul {
    columns: 3;
  }
}

@media (min-width: 768px) {
  .a-list > ul {
    columns: 4;
  }
}

@media (min-width: 992px) {
  .a-list > ul {
    columns: 5;
  }
  .main > .container > article {
    width: auto;
  }
  .main > .container > aside.rel-links {
    order: 6;
    flex: 0 0 300px;
    margin-left: 20px;
    padding-top: 25px !important;
  }
  .main > .container > aside.block-v {
    order: 3;
  }
  .main > .container > section.comments {
    order: 4;
  }
  .header > .logo {
	text-align: left;
    flex: 1 42%;
  }
  .header > .search {
    flex: 0 1 40%;
  }
  .benetodanilaineedhelp {
    display: block;
    padding-bottom: 20px;
  }
  footer .container .row1col {
    vertical-align: top;
    display: inline-block;
    width: 25%;
    margin-bottom: 40px;
  }
  footer .container .row2col1 {
    display: inline-block;
    width: calc(100% - 260px);
  }
  footer .container .row2col2 {
    display: inline-block;
    width: 260px;
    text-align: right;
  }
  .share-buttons {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .main > .container > aside.rel-links {
    margin-left: 20px;
    padding-top: 25px !important;
  }
  .header > .search {
    flex: 0 1 40%;
  }
}

.ads-mobile__top-header {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: auto;
    padding-bottom: 20px;
}

.title {
  font-weight: bold;
}

article ul li {
  margin-left: -40px;
}

ul li {
  list-style-type: none;
}

ol li {
  list-style: lower-roman;
}

.also {
  margin: 0;
}

p.modal-title {
  margin: 0;
}


.grey {
  color: grey;
}

.mt-n24 {
  margin-top: -24px;
}
