@font-face {
    font-family: 'PT Sans';
    src: url('/fonts/PTSans-Regular.woff2') format('woff2'),
    url('/fonts/PTSans-Regular.woff') format('woff'),
    url('/fonts/PTSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: url('/fonts/PTSans-Italic.woff2') format('woff2'),
    url('/fonts/PTSans-Italic.woff') format('woff'),
    url('/fonts/PTSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: url('/fonts/PTSans-BoldItalic.woff2') format('woff2'),
    url('/fonts/PTSans-BoldItalic.woff') format('woff'),
    url('/fonts/PTSans-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: url('/fonts/PTSans-Bold.woff2') format('woff2'),
    url('/fonts/PTSans-Bold.woff') format('woff'),
    url('/fonts/PTSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Adventure';
    src: url('/fonts/Adventure.woff2') format('woff2'),
    url('/fonts/Adventure.woff') format('woff'),
    url('/fonts/Adventure.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


html {font-size: 100%;min-height: 100%; height: 100%;}

body {
    min-width: 320px;
    min-height: 100%;
    height: 100%;
    font-family: "PT Sans",sans-serif;
}

img { margin-bottom: 15px;}

img[align="left"] {
    margin: 5px 15px 5px 0;
    max-width: 100%;
}

img[align="middle"] {
    margin: 0 15px 5px;
    max-width: 100%;
}

img[align="right"] {
    margin: 5px 0px 5px 15px;
    max-width: 100%;
}

h1 {
    font-weight: bold!important;
}

p+h2, p+h3, p+h4, ul+h2, ul+h3, ul+h4{margin-top: 45px;}

h1, h2, h3, h4, h5 {
    color: #000;
}


ol{margin: 20px 0;padding: 0;list-style: none;counter-reset: item;}
ol li{position: relative;margin-top: 9px;padding-left: 17px;}
ol ol li {
    padding-left: 33px;
}

ol ol ol li {
    padding-left: 50px;
}

ol ol ol li {
    padding-left: 67px;
}

ol li:before {
    counter-increment: item;
    content:counters(item,". ") '.';
    position: absolute;
    left: 0;
    top: 0px;
    min-width: 23px;
    padding-left: 0px;
    font-weight: bold;
    color: #000;
}

a {
    -webkit-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    -o-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

ol li ol{margin: 0;}

ul{margin: 20px 0;padding: 0;list-style: none;}

ul li {
    margin-top: 5px;
    padding-left: 17px;
    position: relative;
    background: url(/desimages/ul_li.svg) left 4px no-repeat;
}

/*ul li:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #86b83d;
}*/


ul li ul{margin: 0;}

table{margin: 20px 0;border-collapse: collapse;font-size: 0.875rem;}

table tr:nth-of-type(odd) {
    background-color: #f4f3f1;
}

tr:hover td {
    background-color: #e2e1df;
}

th, td{border: 1px solid #ccc;-webkit-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    -o-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;}
th{padding: 10px;font-weight: normal; color: #fff; background-color: #86b83d; font-size: 1.25rem;}
td{padding: 10px;}

iframe{max-width: 100%;border: 0;}

blockquote {
    border-left: 3px solid #0842d2;
    display: block;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 0px 16px;
    color: #000;
    font-weight: bold;
}


/* куки */
.cookie_text {
  font-size: 14px;
  padding-right: 70px;
}

.cookie_info {
  position: fixed;
  bottom: 0.5rem;
  width: 100%;
  max-width: 129.6rem;
  left: 0;
  right: 0;
  margin: auto;
  padding: 2rem;
  background-color: #faf8f4;
  border: 0.1rem solid #ccc;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: space-between;
}

.cookie_btn {
  display: block;
  align-self: center;
  border-radius: 0;
  margin-left: 3.6rem;
  padding: 1.4rem 5rem 1.3rem;
  font-size: 2rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  //padding: 1.5rem 1.4rem 1.1rem;
  transition: background-color 0.3s;
  background-color: #219ebc;
  cursor: pointer;
}

.cookie_btn:hover {
  color: #fff;
  background-color: #023047;
}

.cookie_stretch {
  flex-grow: 2;
}

#cookie_yes {
  color: #fff;
    background-color: #219ebc;
}

#cookie_yes:hover {
    background-color: #023047;
}

.cookie_more {
  color: #219ebc;
  font-size: 2rem;
  line-height: 2.8rem;
  margin: 0 20px;
  text-decoration: none;
}

.cookie_more:hover {
  color: #fb8500;
  text-decoration: underline;
}

@media only screen and (max-width: 1100px) {
  .cookie_info {
    flex-direction: column;
    align-items: center;
    width: calc(100% - 20px);
    margin: 0 10px;
    left: 0;
  }
  .cookie_more {
    font-size: 1.3rem;
    line-height: 1.1rem;
  }
  .cookie_stretch {
    display: none;
  }
  .cookie_btn {
    margin: 0 auto;
    padding: 0.6rem 0.8rem;
    font-size: 1.3rem;
    line-height: 1.1rem;
  }
  .cookie_info > * {
    margin-bottom: 20px;
  }
  .cookie_text {
    padding-right: 0;
    margin: 0 auto 2rem;
  }
  #cookie_no {
    margin: 0 auto;
  }
}
* {
  box-sizing: border-box;
}


