
@font-face {
   font-family: 'OfficinaSansBook';
  src:
  url('../fonts/OfficinaSansBook.woff2') format('woff2'),
  url('../fonts/OfficinaSansBook.woff') format('woff'),
  url('../fonts/OfficinaSansBook.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*Reset styles*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    outline:0;
    margin: 0;
    padding: 0;
    border: 0;
    border:0 none;
    vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ul {
    list-style-type: circle; text-indent: 1em;
     list-style-position: inside;
   }

 ol {list-style: none;}

ol li::before {
  content: counter(li) ". ";
  display: inline-block;
  width: 1.5em;
  font-size: 16px;
}

ol li {
  counter-increment: li;
}
 

.article li {
list-style-type: none; 
}


.article li:before {
font-weight: 700;
color: red; /* Цвет маркера */
content: "•"; /* Маркер */
padding-right: 10px;
}

a {
  text-decoration: none;
}

hr.new {

width: 40%;
align: left;
margin-top: 20px;
}

p.snoska

{
font-size: 9pt;  
margin-top: -0.5em;
margin-bottom: 10px;
}

 
 .atoms {
			position: relative;
			bottom: 0.5em;
			font-size: 0.8em;
}
 
  
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: "Lucida Grande", Sans-Serif;
    font-size: 14px;
    text-align: center;
   }

th {
border-style: solid;
border-width: 0 1px 1px 0;
border-color: black;
color: white;
font-size: 16px;
text-align: center;
padding: 10px;
background: #9d9fa1; 
border-right: 1px solid black;
vertical-align: middle;
font-family: Sans-Serif;
}

th:last-child {
border-right: none;
}

td {
text-align: left;
padding: 10px;
border-left: 1px solid black;
border-bottom: 1px solid black;
}

td:first-child {
text-align: left;
border-right: 1px solid black;
border-left: none;
width: 50%;
}

tr:nth-child(odd) {
  background: #fff1e3;
}
tr:nth-child(even) {
  background: #feddbc; 
}

body {
  font-family: OfficinaSansBook;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #000;
}
h1 {
  font-family: OfficinaSansBook;
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
  color: #2aae80;
  margin-bottom: 14px;
  margin-top: 14px;
}
h2 {
  font-family: OfficinaSansBook;
  font-size: 25px;
  font-weight: 600;
  line-height: 34px;
  color: #068888;
  margin-top: 28px;
  margin-bottom: 6px;
}
.df-margin {
  height: 50px;
  width: 100%;
  margin: 10px 0;
}
main {
  padding: 20px 15px;
  text-align: left;
}
header i {

  font-size: 18px;
  margin-bottom: 10px;
  
}

.container {
  margin-left: auto;
  margin-right: auto;
}
.after-name {
 font-size: 18px;
 color: #000;
}


.keywords {
 font-size: 18px;
 color: #30af82;
 font-style: italic;
}

.keywords t {
 font-size: 14px;
 color: #000;
 font-style: italic;
}

.border-x {
  position: relative;
  width: 100%;
  height: 20px;
  background: #00718e;
  
}

.border-x::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: #f3921a;
  position: absolute;
  z-index: 99;
  top: 4px;
}

.header-paragraph {
  font-size: 18px;

}


.header-annotaciya {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #2e74b5; 
}

.plashka {
  font-style: italic;
  font-weight: 500;
  font-size: 28px;
  line-height: 25px;
  color: #d6735e; 
  padding: 20px 0px;
  width: 70%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}


.content {
  padding: 30px 0px;
}
.content > p {
  text-indent: 1.5rem;
  text-align: justify;
}
.content > i {
  display: block;
  font-size: 18px;
  line-height: 18px;
  margin-top: 5px;
}
.bracket {
  color: #00718e;
}
.bracket > span {
  color: #f3921a;
}
.literature {
  padding: 20px 0;
}
.literature-title {
  color: #000;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
}
.literature-content {
  font-size: 14px;
  line-height: 20px;
}
.literature-content > li {
  margin-bottom: 5px;
}
.literature-content > li > i {
  color: #00718e;
}

.cod {
  padding: 20px 0;
}

.paragraph-colored {
	position: relative;
	background: #f3921a;
	padding: 10px;
	display: block;
	border-bottom: 20px solid #00718e;
}
.paragraph-colored::after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background: #f3921a;
    position: absolute;
    z-index: 99;
	left: 0;
    bottom: -9px;
}
/*Table-style*/
.table {
  padding: 0 5px;
}
.table > thead > tr > th {
  padding: 4px 5px;
  font-weight: 200;
}
.table > tbody {
  color: #00718e;
}
.table > tbody > tr > td {
  padding: 4px 5px;
  border-bottom: 1px solid #00718e;
}
table.no-border > tbody > tr > td {
  border-bottom: none;
}
.tb-large {
  width: 100%;
}
.tb-colored > thead {
  background: #00718e;
  color: #f3921a;
}
.wrapper {
  background: url(/img/product/ellipse.svg) left 0 top 10%/100% repeat-y, url(/img/product/ellipse02.svg) top 0 right 0/80% repeat-y;
}

img {
  width: 100%; /* ширина картинки */
  height: auto; /* высота картинки */
  margin-top: 10px;
  margin-bottom: 10px;
}

/*Media*/
@media (min-width: 768px) {
.container {
    width: 750px;
}
}
@media (min-width: 992px) {
.container {
    width: 970px;
}
}
