@charset 'UTF-8';
@import url("https://fonts.googleapis.com/css?family=Open+Sans:340,400,600,700");
.container {
  max-width: 1284px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.container:after {
  content: '';
  display: block;
  clear: both;
}
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}
header {
  background: #10bd8f;
  margin: 0 0 26px 0;
}
header nav {
  float: left;
}
header a {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 25px;
  display: block;
}


header a:last-child:hover {
  background: #0eaa81;
}
header ul {
  font-size: 0;
}
header li {
  display: inline-block;
}
header a:hover {
  color: #fff;
}
header .active {
  background: #f7ab26;
}
header .active:hover a {
  background: #f6a00b;
}
header .search {
  float: right;
  background: #0da37b;
  display: none;
  color: #fff;
  padding: 10px 12px;
}
.right-col {
  float: right;
  color: #626262;
  width: 25%;
  position: sticky;
  top: 0;
}
.left-col {
  float: left;
  width: 75%;
  padding: 0 25px 0 0;
}
.left-col .top-panel {
  margin: 0 0 27px 0;
  font-size: 14px;
}
.left-col .top-panel .logo {
  float: left;
}
.search-block {
  float: right;
  width: 530px;
}
.search-block input[type="text"],
.search-block input[type="search"] {
  padding: 10px 24px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  border: none;
  background: #fff;
  cursor: pointer;
  word-spacing: 4px;
}
.search-block #ya-site-form0 .ya-site-form__submit {
  color: #fff !important;
  margin: 0;
  height: 34px;
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
}
.search-block #ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
  border: none;
  height: 34px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
}
.search-block input[type="submit"],
.search-block input[type="button"] {
  background: #10bd8f;
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  border: none;
  padding: 10px 27px;
  color: #fff !important;
  position: relative;
  left: -4px;
  cursor: pointer;
}
.search-block input[type="submit"]:hover,
.search-block input[type="button"]:hover {
  background: #0eaa81;
}
.table-book {
  margin: 24px -27px 54px;
}
.table-book .table {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  border-collapse: collapse;
  text-align: center;
  background: #fbfafa;
  color: #626262;
}
.table-book .table .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	position: relative;
}
.table-book .table .item ul li > a {display:block; padding: 20px 0; position:absolute; top:0; left:0; width:100%; height:100%; text-align:center; box-sizing:border-box; color:#626262;}
.table-book .table .item:hover {
  -webkit-box-shadow: 0px 0px 6px 1px #e8e8e8;
          box-shadow: 0px 0px 6px 1px #e8e8e8;
}
.table-book .table .item:hover .subject {
  border-right: none;
}
.table-book .table .item:hover .subject,
.table-book .table .item:hover ul {
  background: #fff;
}
.table-book .table .item:hover ul li {
  border-left: none;
  border-right: none;
}
.table-book .table .item:hover ul li:hover {
  background: #f6ac27;
}
.table-book .table .item:hover ul .no:hover {
  background: transparent;
}
.table-book .table ul {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 85%;
      -ms-flex: 0 0 85%;
          flex: 0 0 85%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.table-book .table li {
  padding: 10px 12px;
  border: 1px solid #e8e8e8;
  padding: 20px 12px 20px;
  cursor: pointer;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.TG ul li {
list-style-type: decimal;
  font-size: 16px;
  line-height: 20px; 
  margin-left: 40px;
}

.table-book .table .no {
  opacity: 0.5;
}
.table-book .table .subject {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 15%;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  border: 1px solid #e8e8e8;
  font-weight: normal;
  padding: 20px 12px 20px;
  display: inline-block;
  width: 160px;
}
.table-book .table tr:hover {
  background: #fff;
  -webkit-box-shadow: 0px 0px 3px 0px #e8e8e8;
          box-shadow: 0px 0px 3px 0px #e8e8e8;
}
.table-book .table tr:hover th {
  border: none;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.table-book .table tr:hover td {
  border: none;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.table-book .table td:hover {
  background: #e8ad0f;
}
.ya-page_js_yes .ya-site-form_inited_no {
  display: none;
}
.main-panel {
  padding: 25px 27px 58px;
  background: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin: 0 0 20px 0;
  overflow: hidden;
}
.main-panel .current-page {
  float: left;
  background: #10bd8f;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 6px 27px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.main-panel .current-page:hover {
  background: #0eaa81;
}
.main-panel .social-networks {
  float: right;
}
.main-panel .social-networks .ya-share2__container_size_m .ya-share2__icon {
  width: 32px;
  height: 32px;
  background-size: 30px 30px;
  background-position: 1px 1px;
}
.main-panel .social-networks .ya-share2__badge:hover {
  background: #f7ab26 !important;
}
.main-panel .social-networks .ya-share2__badge {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #dedede;
  display: inline-block;
  margin: 0 5px;
}
.main-panel .social-networks .ya-share2__item_service_gplus .ya-share2__badge {
  background: #dedede;
}
.main-panel .social-networks .ya-share2__item_service_vkontakte .ya-share2__badge {
  background: #dedede;
}
.main-panel .social-networks .ya-share2__item_service_twitter .ya-share2__badge {
  background: #dedede;
}
.main-panel .social-networks .ya-share2__item_service_moimir .ya-share2__badge {
  background: #dedede;
}
.main-panel h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
}
.main-panel p {
  font-size: 16px;
  line-height: 28px;
}
.main-panel .breadcrumbs {
  float: left;
  color: #868686;
  margin-top: 7px;
}
.main-panel .breadcrumbs a {
  color: #868686;
  text-decoration: underline;
}
.main-panel .breadcrumbs a:hover {
  color: #f7ab26;
}
.main-panel .breadcrumbs strong {
  margin: 0 10px;
}
.main-panel .breadcrumbs .current-page {
  float: none;
  color: #fff;
  text-decoration: none;
}
.main-panel .breadcrumbs .current-page:hover {
  color: #fff;
}
.task-example-holder {
  text-align: center;
}
.task-example-holder img {
  margin: 0 0 70px 0;
}
.task-example-holder a {
  margin: 0 20px 0 0;
  display: inline-block;
  color: #313131;
  background: #ebebeb;
  padding: 10px 20px;
  font-size: 16px;
}
.task-example-holder a:hover {
  background: #d3d3d3;
}
.desctop-banner {
  text-align: center;
  display: block;
}
.class-page .desctop-banner {
  margin: 25px auto 26px;
  
}
.class-page .mobile-banner {
  margin: 25px auto 23px;
}
.class-item .title {
  margin: 0 -27px 9px;
  background: #f6f6f6;
  padding: 2px 27px;
  font-size: 24px;
  font-weight: bold;
  color: #343434;
}
.class-item .book-item {
  width: 33.3333%;
  float: left;
  margin: 45px auto 44px;
  min-height: 160px;
}
.class-item .book-item .img-book {
  width: 40%;
  padding: 0 15px 0 0;
}
.class-item .book-item .img-book img {
  width: 120px;
}
.class-item .book-item .information {
  width: 60%;
  margin: 9px 0 0 0;
}
.class-item .book-item .information .author {
  margin: 0 0 11px;
  display: block;
}
.class-item .book-item .information a {
  color: #585858;
}
.class-item .book-item .information a:hover {
  color: #f7ab26;
}
.class-item .book-item .information .year {
  margin: 0;
}
.book-item {
  margin: 45px auto 20px;
}
.book-item .img-book {
  float: left;
  padding: 0 35px 0 0;
}
.book-item > .wrapper {
  margin: 0 0 37px 0;
}
.book-item .information {
  float: left;
  overflow: hidden;
  margin: 32px 0 0 0;
  font-size: 16px;
}
.book-item .information .author {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px 0;
  display: block;
}
.book-item .information a {
  color: #5d5d5d;
}
.book-item .information a:hover {
  color: #f7ab26;
}
.book-item .information .publisher {
  font-size: 16px;
  margin: 0 0 20px 0;
  font-weight: normal;
  color: #5d5d5d;
}
.book-item .information .year {
  display: block;
  margin: 0 0 31px 0;
  color: #5d5d5d;
}
.book-item .search-block {
  width: 400px;
}
.book-item .search-block input[type=text],
.book-item .search-block input[type="search"] {
  border: 1px solid #10bd8f !important;
  padding: 9px 24px;
}
.book-item .search-block #ya-site-form2 .ya-site-form__form .ya-site-form__input-text,
.book-item .search-block #ya-site-form1 .ya-site-form__form .ya-site-form__input-text {
  border: 1px solid #10bd8f !important;
  padding: 9px 24px;
}
.book-item .search-block #ya-site-form2 .ya-site-form__submit,
.book-item .search-block #ya-site-form1 .ya-site-form__submit {
  color: #fff !important;
  margin: 0;
}
.TG h1 {
  font-size: 24px;
  text-align: center;
  margin: 0 0 28px 0;
  color: #5d5d5d;
}

.TG-top {

padding-bottom:20px;
}
.TG-top p {
  font-size: 14px;
  line-height: 18px; 
  text-indent: 30px;
}
.TG-top h1 {
  font-size: 20px;
  margin: 0 0 28px 0;
}

.book-item .book-inner h2 {
  font-size: 24px;
  text-align: center;
  margin: 0 0 28px 0;
  color: #5d5d5d;
}
.book-item .book-inner h2 p {
	font-size: 24px;
}
.book-item .book-inner .search-block {
  display: none;
  width: auto;
  margin-bottom: 15px;
}
.book-item .section h2 {
  margin: 0 -27px 25px;
  background: #f6f6f6;
  text-align: center;
  font-weight: bold;
  padding: 2px 0;
  color: #343434;
}
.book-item .desctop-banner {
  margin: 0 auto 10px;
  text-align: center;
  display: block;
}
.book-item .desctop-banner.bottom {
  margin: 10px auto 0px;
}
.book-item .caption {
  font-size: 20px;
  margin: 0 0 20px 0;
  font-weight: bold;
}
.book-item .paragraph-holder {
  margin: 0 0 63px 0;
}
.book-item .paragraph-holder h3 {
  font-size: 16px;
  display: inline-block;
/* float: left; */
  margin: 0 10px 0 0;
}
.book-item .paragraph-holder a br {
  display: none;
}
.book-item .paragraph-holder a {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 9px 25px;
  margin: 0 3px 10px 0;
  text-align: center;
  font-size: 16px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #10bd8f;
}
.book-item .paragraph-holder a:hover {
  background: #0eaa81;
}
footer {
  font-size: 14px;
  padding: 12px 0 23px;
  color: #424242;
}
footer .logo {
  float: left;
}
footer img {
  width: 160px;
  height: 24px;
}
footer p {
  float: right;
  right: 25%;
  position: relative;
  padding: 0 25px 0 0;
}
.not-found-block {
  text-align: center;
  margin: 23px 0 -63px 0;
  text-align: center;
}
.not-found-block a {
  margin: 0 auto 74px;
  display: block;
}
.not-found-block .link {
  margin: 83px auto 110px;
  padding: 10px 25px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #10bd8f;
  color: #fff;
  font-size: 12px;
  display: inline-block;
}
.not-found-block .link:hover {
  background: #0eaa81;
}
.not-found-block img {
  display: block;
  margin: 0 auto;
}
.mobile-banner {
  display: none;
  text-align: center;
}
html {
  height: 100%;
}
body,
div,
ul,
li,
h1,
h2,
h5,
p {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  color: #3070d1;
  outline: none;
}
a:hover {
  text-decoration: none;
}
select {
  cursor: pointer;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}
em,
strong {
  font-weight: normal;
  font-style: normal;
}
strong {
  font-weight: bold;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h3 {
  font-weight: 600;
}
h1,
h2,
h5 {
  font-weight: 600;
  font-size: 100%;
  margin: 0;
  padding: 0;
  color: #000;
}
h4 {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
}
button {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #999;
  font-size: 12px;
  min-width: 320px;
  background: url("/gdz/img/main-background.jpg") center center;
  height: 100%;
  position: relative;
  z-index: 5;
}
.wrapper-contant {
  min-height: 100%;
  position: relative;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1224px) {
  .right-col {
    display: none;
  }
  .left-col {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .right-col {
    display: none;
  }
  .left-col {
    width: 100%;
    padding: 0;
  }
  .search-block {
    width: 430px;
  }
  .table-book .table .subject {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .table-book .table ul {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
  .class-item .book-item {
    min-height: 176px;
    margin: 45px auto 24px;
  }
  .book-item .information {
    margin: 6px 0 0 0;
  }
  .book-item .information .author {
    font-size: 15px;
    margin: 0 0 6px !important;
  }
  .book-item .information .publisher {
    margin: 0 0 7px 0;
  }
  footer p {
    right: 0;
    padding: 0;
  }
}
@media (max-width: 880px) {
  .search-block {
    width: 350px;
  }
  .main-panel {
    padding: 14px 15px 58px;
    margin: 0 -15px 20px;
  }
  .table-book {
    margin: 24px -15px 54px;
  }
  .table-book .table .subject {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
  .table-book .table ul {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 10px;
  }
  header a {
    font-size: 10px;
    padding: 11px 25px;
  }
  header .search {
    display: block;
  }
  header .container {
    padding: 0;
  }
  .table-book {
    margin: 0px -15px 24px;
  }
  .table-book .table {
    background: #fff;
  }
  .table-book .table .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .table-book .table .subject {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: left;
    padding: 22px 10px 12px 10px;
  }
  .table-book .table ul {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 5px;
    background: #f4f4f4;
    border-bottom: 1px solid #d6d6d6;
  }
  .table-book .table li {
    padding: 10px 0px;
    border: none;
  }
  .table-book .table .subject {
    text-decoration: underline;
    font-size: 16px;
    font-weight: bold;
    border: none;
  }
  .main-panel {
    padding: 14px 15px 42px;
  }
  .main-panel h4 {
    font-size: 20px;
    margin: 0 0 11px;
  }
  .main-panel p {
    font-size: 14px;
    line-height: 18px;
  }
  .main-panel .current-page {
    font-size: 10px;
    padding: 8px 10px;
    margin: 0 0 0 -4px;
  }
  .main-panel .social-networks {
    display: none;
  }
  .main-panel .breadcrumbs strong {
    display: none;
  }
  .main-panel .breadcrumbs a {
    margin: 0 9px 0 0;
  }
  .left-col .top-panel .logo {
    float: none;
    display: block;
    text-align: center;
    margin: 0 auto 20px;
  }
  .search-block {
    text-align: center;
    float: none;
    display: none;
    width: auto;
  }
  .search-block input[type=button] {
    padding: 10px 7px;
  }
  footer {
    padding: 0px 0 16px;
  }
  .not-found-block .link {
    margin: 46px auto 50px;
  }
  .mobile-banner {
    display: block;
  }

/*  .desctop-banner {
    display: none !important;
  } */
  .book-item {
    margin: 37px auto 20px;
  }
  .book-item .img-book {
    padding: 0 15px 0 0;
  }
  .book-item .information {
    margin: 16px 0 0;
    width: 50%;
  }
  .book-item .information .publisher {
    margin: 0 0 12px;
  }
  .book-item > .wrapper {
    margin: 0 0 15px 16px;
  }
  .TG h1 {
      font-size: 20px;
  }
  
  .book-item .book-inner h2 {
    font-size: 20px;
  }
  .book-item .book-inner .search-block {
    display: block;
  }
  .book-item .book-inner .search-block input[type="text"] {
    width: 285px;
    margin: 0 0 33px 0;
    padding: 9px 14px;
  }
  .book-item .caption {
    font-size: 16px;
    margin: 0 0 0;
  }
  .book-item .paragraph-holder {
    margin: 0 0 35px;
  }
  .book-item .paragraph-holder a {
    padding: 7px 19px;
    margin: 0 2px 10px 0;
    font-size: 12px;
  }
  .book-item .paragraph-holder a br {
    display: block;
  }
  .book-item .paragraph-holder .control {
    line-height: 0.8;
    height: 31px;
  }
  .book-item .mobile-banner {
    margin-bottom: 34px;
  }
  .book-item .mobile-banner.bottom {
    margin: 40px auto -15px;
  }
  .book-item .task-example-holder a {
    margin: 0;
    padding: 10px 10px;
  }
  .book-item .task-example-holder .prev-task {
    float: left;
  }
  .book-item .task-example-holder .next-task {
    float: right;
  }
  .class-item .book-item {
    width: 50%;
    margin: 16px auto 24px;
    height: 186px;
  }
  .class-item .book-item .img-book {
    width: 135px;
  }
  .class-item .book-item .img-book img {
    width: 120px;
  }
  .class-item .book-item .information {
    width: 48%;
  }
  .class-item .book-item .information .publisher {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 568px) {
  .class-item .book-item {
    width: 100%;
  }
  .book-item .book-inner .search-block input[type=text] {
    width: 215px;
  }
}
@media (max-width: 430px) {
  .book-item .img-book img {
    width: 120px;
  }
}
.section vers{
    display: block;
}

.section t{

    font-size: 24px;
    line-height: 26px;
    padding: 2px 3px 0 3px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: top;
    font-family: 'Lato-Semibold';
    text-decoration: none;
    margin-right: 5px; 
    color: #000000;
}

.section t1{
    font-size: 30px;
    line-height: 32px;
    padding: 2px 3px 0 3px;
    border-radius: 2px;
    display: block;
    vertical-align: top;
    font-family: 'Lato-Semibold';
    text-decoration: none;
	margin: 0px 0px 15px 0px; /*верхний, правый, нижний, левый внешние отступы*/
	    color: #000000;
}



/*
@media only screen  and (max-width: 800px) {
.decst-adv {display: none;}
 
}
.mob-adv {
  }

@media only screen  and (min-width: 800px) {
.mob-adv {display: none;}
 
}*/

.banner-to-scroll {color: #000000;}
.hcms {display: none;}




  padding: 40px 0px;
}
.add_comment {
  display:block;
	background: #4d7198;
	color:#ffffff;
	font-size:18px;
padding: 5px 5px 5px 5px;
  width:275px;
  height:35px;
  position:fixed;
  left:120px;
  bottom:30px;
  z-index: 99999;
}

/*Для устройств с шириной экрана менее 800px*/
@media screen and (max-width: 800px) {
	.decst-adv {display: none;}
	.mob-adv {display: block;}
	}

@media screen and (min-width: 800px) {
	.decst-adv {display: block;}
	.mob-adv {display: none;}
	}