/*
Theme Name: Portal UP TO
Author: IZILAB
Author URI: http://izilab.pro
Version: 1.0
*/

/*@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans-Regular.woff2') format('woff2'),
         url('/fonts/OpenSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans-Italic.woff2') format('woff2'),
         url('/fonts/OpenSans-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans-Bold.woff2') format('woff2'),
         url('/fonts/OpenSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans-BoldItalic.woff2') format('woff2'),
         url('/fonts/OpenSans-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}*/

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


    html {
      color: #1a1a1a;
      background-color: #fdfdfd;
    }
    body {
      word-break: normal;
/*      hyphens: auto;
      overflow-wrap: break-word;
      text-rendering: optimizeLegibility;
      font-kerning: normal;*/
    }
    @media print {

    }

      body {
        font-size: 11px;
      }
      h1 {
        font-size: 1.8em;
      }

    p {
      line-height: 12px;
    }
    a {
      color: #1a1a1a;
    }
    a:visited {
      color: #1a1a1a;
    }
    img {
      max-width: 100%;
    }
    svg {
      height: auto;
      max-width: 100%;
    }
    h1, h2, h3, h4, h5, h6 {
      margin-top: 1.4em;
    }
    h5, h6 {
      font-size: 1em;
      font-style: italic;
    }
    h6 {
      font-weight: normal;
    }
    ol, ul {
      padding-left: 1.7em;
      margin-top: 1em;
    }
    li > ol, li > ul {
      margin-top: 0;
    }
    blockquote {
      margin: 1em 0 1em 1.7em;
      padding-left: 1em;
      border-left: 2px solid #e6e6e6;
      color: #606060;
    }
    code {
      font-family: Menlo, Monaco, Consolas, 'Lucida Console', monospace;
      font-size: 85%;
      margin: 0;

    }
    pre {
      margin: 1em 0;
      overflow: auto;
    }
    pre code {
      padding: 0;
      overflow: visible;
      overflow-wrap: normal;
    }
    .sourceCode {
     background-color: transparent;
     overflow: visible;
    }
    hr {
      background-color: #1a1a1a;
      border: none;
      height: 1px;
      margin: 1em 0;
    }
table.iksweb{
  width: 100%;
  border-collapse:collapse;
  border-spacing:0;
  height: auto;
}
table.iksweb,table.iksweb td, table.iksweb th {
  border: 1px solid #595959;
}
table.iksweb td,table.iksweb th {
  padding: 3px;
}
table.iksweb th {
  background: #347c99; 
  color: #fff; 
  font-weight: normal;
}
.iksweb td{
	width: 50%;
}
    header {
      margin-bottom: 4em;
      text-align: center;
    }
    #TOC li {
      list-style: none;
    }
    #TOC ul {
      padding-left: 1.3em;
    }
    #TOC > ul {
      padding-left: 0;
    }
    #TOC a:not(:hover) {
      text-decoration: none;
    }
    code{white-space: pre-wrap;}
    span.smallcaps{font-variant: small-caps;}
    div.columns{display: flex; gap: min(4vw, 1.5em);}
    div.column{flex: auto; overflow-x: auto;}
    div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
    /* The extra [class] is a hack that increases specificity enough to
       override a similar rule in reveal.js */
    ul.task-list[class]{list-style: none;}
    ul.task-list li input[type="checkbox"] {
      font-size: inherit;
      width: 0.8em;
      margin: 0 0.8em 0.2em -1.6em;
      vertical-align: middle;
    }
    .display.math{display: block; text-align: center; margin: 0.5rem auto;}


.firstPage,
.secondPage,
.thirdBlock,
.fourthBlock,
.fifthBlock,
.sixtBlock{
	padding: 20px 0px 0px 40px;
	width: 714px; 
	height: 1100px;
  position: relative;
}    

.textcenter{
	text-align: center;
}

.textright{
	text-align: right;
}

.twoBlocks{
	width: 100%;
	clear: both;
}

.bold{
  font-weight: bold;
}

.left{
	width: 50%;
	float: left;
}
.right{
	width: 50%;
	float: right;
}

.upp{
  text-transform: uppercase;
}

.position{
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
}

.numOfinvoice{
  font-weight: bold;
  font-size: 12px !important;
}

.widthBank{
  width: 250px;
}

.changeFsize{
  font-size: 7px;
}

.textAlRight{
  text-align: right;
}

.resultInvoice{
  font-style: italic;
  font-size: 10px;
  font-weight: bold;
}

@media print {
  .print-doc {
  display:none;
  }
}

.print-doc {
position: fixed;
border-radius: 3px;
top: 80px;
right: 20px;
font-size: 18px;
padding: 8px 14px;
background: #becbd6;
color: #62727e;
border-top: 1px solid #62727e;
border-left: 1px solid #62727e;
border-right: 1px solid #62727e;
border-bottom: 4px solid #62727e;
font-family: trebuchet ms;
text-decoration: none;
}

.print-doc:hover {

background: #62727e;
color: #becbd6;
border-top: 1px solid #becbd6;
border-left: 1px solid #becbd6;
border-right: 1px solid #becbd6;
border-bottom: 4px solid #becbd6;
}

.whois{
  font-family: monospace;
  font-size: 15px;
  line-height: 17px;
}

.whois p{
  font-family: monospace;
  font-size: 15px;
  line-height: 17px;
}

/* Основные стили для меню */
nav {
    font-family: arial;
    padding: 10px 0;
}

nav ul {
    list-style-type: none; /* Убираем маркеры списка */
    margin: 0;
    padding: 0;
    display: flex; /* Выравниваем элементы меню в ряд */
    justify-content: center; /* Центрируем меню по горизонтали */
}

nav ul li {
    margin: 0 15px; /* Отступы между элементами меню */
}

nav ul li a {
    color: #000; /* Цвет текста ссылок */
    text-decoration: none; /* Убираем подчеркивание */
    font-size: 16px;
    padding: 8px 15px;
    display: block; /* Делаем ссылку блочным элементом */
    border-radius: 4px; /* Скругление углов */
    transition: background-color 0.3s, color 0.3s; /* Плавный переход при наведении */
}

nav ul li a:hover {
    background-color: #007bff; /* Цвет фона при наведении */
    color: #fff; /* Цвет текста при наведении */
}

/* Стили для активного элемента меню */
nav ul li.current-menu-item a,
nav ul li.current_page_item a {
    background-color: #0056b3; /* Цвет фона активного элемента */
    color: #fff;
}

.forDomain{
    font-family: Arial, sans-serif;
    font-size: 20px;
    margin: 50px auto;
    max-width: 800px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}